gdb/testsuite: Fix typos in infcall-nested-structs.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
2
3 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5 (cmp_struct_05_01, cmp_struct_static_02_01)
6 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7 comparisons.
8
9 2019-10-10 Tom de Vries <tdevries@suse.de>
10
11 PR testsuite/24888
12 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
13 gnatlink.
14
15 2019-10-09 Tom de Vries <tdevries@suse.de>
16
17 PR testsuite/25048
18 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
19
20 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
23 exceptions due to missing debug information.
24
25 2019-10-07 Tom de Vries <tdevries@suse.de>
26
27 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
28
29 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
32 * gdb.base/annota1.exp: Update to use gdb_test_name.
33
34 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
35
36 * gdb.base/ctf-whatis.exp: New file.
37 * gdb.base/ctf-whatis.c: New file.
38 * gdb.base/ctf-ptype.exp: New file.
39 * gdb.base/ctf-ptype.c: New file.
40 * gdb.base/ctf-constvars.exp: New file.
41 * gdb.base/ctf-constvars.c: New file.
42 * gdb.base/ctf-cvexpr.exp: New file.
43
44 2019-10-04 Tom de Vries <tdevries@suse.de>
45
46 * gdb.cp/local-static.c (main): Move declaration of int i out of the
47 for loop.
48
49 2019-10-03 Tom Tromey <tom@tromey.com>
50
51 PR rust/24976:
52 * gdb.rust/simple.rs (Union2): New type.
53 (main): Use Union2.
54 * gdb.rust/simple.exp: Add test.
55
56 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
59 nested function prefix.
60
61 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
62 Richard Bunt <richard.bunt@arm.com>
63 Andrew Burgess <andrew.burgess@embecosm.com>
64
65 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
66 nested functions.
67 * gdb.fortran/nested-funcs.f90: Update expected results.
68 * gdb.fortran/nested-funcs-2.exp: New file.
69 * gdb.fortran/nested-funcs-2.f90: New file.
70
71 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.python/py-parameter.exp: Make test names unique.
74 * gdb.python/py-template.exp: Likewise.
75 * gdb.python/py-value.exp: Likewise.
76
77 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.base/break-interp.exp: Reduce test name duplication.
80 * gdb.base/call-sc.exp: Likewise.
81 * gdb.base/callfuncs.exp: Likewise.
82 * gdb.base/charset.exp: Likewise.
83 * gdb.base/dump.exp: Likewise.
84 * gdb.base/ena-dis-br.exp: Likewise.
85 * gdb.base/relational.exp: Likewise.
86 * gdb.base/step-over-syscall.exp: Likewise.
87 * gdb.base/structs.exp: Likewise.
88
89 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.linespec/explicit.exp: Make test names unique.
92 * gdb.linespec/ls-errs.exp: Likewise.
93
94 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
95
96 * gdb.reverse/break-precsave.exp: Make test names unique.
97 * gdb.reverse/break-reverse.exp: Likewise.
98 * gdb.reverse/finish-precsave.exp: Likewise.
99 * gdb.reverse/finish-reverse.exp: Likewise.
100 * gdb.reverse/machinestate-precsave.exp: Likewise.
101 * gdb.reverse/machinestate.exp: Likewise.
102 * gdb.reverse/readv-reverse.exp: Likewise.
103 * gdb.reverse/recvmsg-reverse.exp: Likewise.
104 * gdb.reverse/sigall-precsave.exp: Likewise.
105 * gdb.reverse/sigall-reverse.exp: Likewise.
106 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
107 * gdb.reverse/watch-precsave.exp: Likewise.
108 * gdb.reverse/watch-reverse.exp: Likewise.
109
110 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.threads/stop-with-handle.c: New file.
113 * gdb.threads/stop-with-handle.exp: New file.
114
115 2019-10-03 Tom de Vries <tdevries@suse.de>
116
117 PR testsuite/25059
118 * gdb.base/list-missing-source.exp: Allowing the "Compilation
119 directory" line to be missing.
120
121 2019-10-03 Tom de Vries <tdevries@suse.de>
122
123 PR testsuite/25059
124 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
125 type optional.
126
127 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
128
129 * gdb.python/py-format-string.c (string.h): New include.
130 (main): Fill a_struct_with_union.the_union.an_int with bytes of
131 the same value, for endianness-independence.
132 * gdb.python/py-format-string.exp (default_regexp_dict)
133 (test_pretty_structs, test_format): Adjust expected output to the
134 changed initialization.
135
136 2019-10-02 Tom Tromey <tromey@adacore.com>
137
138 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
139
140 2019-10-02 Pedro Alves <palves@redhat.com>
141 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
144 "print-file-var.h".
145 (this_version_id) Use ATTRIBUTE_VISIBILITY.
146 (get_version_1): Print this_version_id and its address.
147 Add extern "C" wrappers around interface functions.
148 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
149 "print-file-var.h".
150 (this_version_id) Use ATTRIBUTE_VISIBILITY.
151 (get_version_2): Print this_version_id and its address.
152 Add extern "C" wrappers around interface functions.
153 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
154 <stddef.h> and "print-file-var.h".
155 Add extern "C" wrappers around interface functions.
156 [VERSION_ID_MAIN] (this_version_id): Define.
157 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
158 * gdb.base/print-file-var.h: Add some #defines to simplify setting
159 up extern "C" blocks.
160 * gdb.base/print-file-var.exp (test): New, factored out from top
161 level.
162 (top level): Test all combinations of attribute hidden or not,
163 dlopen or not, and this_version_id symbol in main file or not.
164 Compile tests as both C++ and C, make test names unique.
165
166 2019-10-01 Tom Tromey <tom@tromey.com>
167
168 * gdb.base/style.exp: Test "show logging filename".
169
170 2019-10-01 Tom Tromey <tom@tromey.com>
171
172 * lib/gdb-utils.exp (style): Handle "metadata" argument.
173 * gdb.base/style.exp: Add metadata style test.
174
175 2019-10-01 Tom Tromey <tom@tromey.com>
176
177 * gdb.base/style.exp: Test "pwd".
178
179 2019-10-01 Tom Tromey <tom@tromey.com>
180
181 * gdb.base/style.exp: Update tests.
182
183 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
184
185 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
186 'six' to unsigned.
187 (s1): Initialize fields 'four' and 'six' instead of 'three' and
188 'five'. Use an all-ones bit pattern for each.
189 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
190 to its changed values.
191
192 2019-09-30 Tom Tromey <tromey@adacore.com>
193
194 * gdb.rust/traits.rs: Disable all warnings.
195
196 2019-09-29 Tom de Vries <tdevries@suse.de>
197
198 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
199
200 2019-09-29 Tom de Vries <tdevries@suse.de>
201
202 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
203
204 2019-09-27 Tom de Vries <tdevries@suse.de>
205
206 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
207
208 2019-09-27 Tom de Vries <tdevries@suse.de>
209
210 PR record/23188
211 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
212
213 2019-09-26 Tom Tromey <tromey@adacore.com>
214
215 * gdb.ada/py_taft.exp: New file.
216 * gdb.ada/py_taft/main.adb: New file.
217 * gdb.ada/py_taft/pkg.adb: New file.
218 * gdb.ada/py_taft/pkg.ads: New file.
219
220 2019-09-24 Tom de Vries <tdevries@suse.de>
221
222 PR gdb/24598
223 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
224
225 2019-09-22 Tom de Vries <tdevries@suse.de>
226
227 * gdb.base/restore.exp: Allow register variables to be optimized out at
228 -O0.
229
230 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
231
232 * gdb.arch/spu-info.exp: Remove file.
233 * gdb.arch/spu-info.c: Remove file.
234 * gdb.arch/spu-ls.exp: Remove file.
235 * gdb.arch/spu-ls.c: Remove file.
236
237 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
238 * gdb.asm/spu.inc: Remove file.
239
240 * gdb.base/dump.exp: Remove support for spu*-*-*.
241 * gdb.base/stack-checking.exp: Likewise.
242 * gdb.base/overlays.exp: Likewise.
243 * gdb.base/ovlymgr.c: Likewise.
244 * gdb.base/spu.ld: Remove file.
245
246 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
247 * gdb.cp/cpexprs.exp: Likewise.
248 * gdb.cp/exception.exp: Likewise.
249 * gdb.cp/gdb2495.exp: Likewise.
250 * gdb.cp/mb-templates.exp: Likewise.
251 * gdb.cp/pr9167.exp: Likewise.
252 * gdb.cp/userdef.exp: Likewise.
253
254 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
255
256 * gdb.cell: Remove directory.
257 * lib/cell.exp: Remove file.
258
259 2019-09-19 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
262
263 2019-09-19 Tom de Vries <tdevries@suse.de>
264
265 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
266
267 2019-09-19 Tom de Vries <tdevries@suse.de>
268
269 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
270 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
271 (gdb_target_cmd): ... here.
272 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
273 value 2.
274
275 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * gdb.base/source-dir.exp: Avoid having directory names in test
278 names.
279
280 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
281
282 * gdb.base/source-dir.exp: Add extra test for mapped compilation
283 directory.
284
285 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.base/list-missing-source.exp: New file.
288
289 2019-09-14 Tom de Vries <tdevries@suse.de>
290
291 PR teststuite/24599
292 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
293 * lib/ada.exp (gnatmake_version_at_least): New proc.
294
295 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.base/maint.exp: Use exec_has_index_section.
298
299 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.base/maint.exp: Add test for 'maint info sections'.
302
303 2019-09-12 Tom de Vries <tdevries@suse.de>
304
305 * gdb.base/store.exp: Allow register variables to be optimized out at
306 -O0.
307
308 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
309
310 * gdb.ada/rdv_wait.exp: Update to new task names.
311 * gdb.base/task_switch_in_core.exp: Likewise.
312 * gdb.base/info_sources_base.c: Likewise.
313
314 2019-09-10 Tom Tromey <tromey@adacore.com>
315
316 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
317
318 2019-09-10 Tom Tromey <tromey@adacore.com>
319
320 * gdb.ada/dgopt.exp: New file.
321 * gdb.ada/dgopt/x.adb: New file.
322
323 2019-09-08 Tom Tromey <tom@tromey.com>
324
325 * gdb.tui/resize.exp: Remove setup_xfail.
326 * gdb.tui/regs.exp: Remove setup_xfail.
327 * gdb.tui/basic.exp: Remove setup_xfail.
328
329 2019-09-06 David Blaikie <dblaikie@gmail.com>
330
331 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
332 * gdb.cp/cplabel.exp: Ditto.
333 * gdb.linespec/ls-errs.exp: Ditto.
334
335 2019-09-05 Tom de Vries <tdevries@suse.de>
336
337 * lib/gdb.exp (cmp_file_string): New proc.
338 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
339 runto_main. Verify save breakpoints output.
340
341 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
342
343 * gdb.base/info-var.exp: Test info variables without running
344 to main, to avoid expect's buffer overflow.
345
346 2019-09-03 Tom Tromey <tromey@adacore.com>
347
348 * gdb.ada/bias.exp: New file.
349 * gdb.ada/bias/bias.adb: New file.
350 * gdb.ada/print_chars.exp: Add regression test.
351 * gdb.ada/print_chars/foo.adb (My_Character): New type.
352 (MC): New variable.
353
354 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
355
356 * gdb.base/argv0-symlink.exp: Run only on native target
357 and local host.
358
359 2019-08-29 Tom de Vries <tdevries@suse.de>
360
361 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
362 diverse debug info.
363 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
364
365 2019-08-28 Tom de Vries <tdevries@suse.de>
366
367 * gdb.base/info-var.exp: Allow info variables to print info for files
368 other than info-var-f1.c and info-var-f2.c.
369
370 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
371
372 * gdb.fortran/info-types.exp: Add module.
373 * gdb.fortran/info-types.f90: Update expected results.
374
375 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.fortran/info-types.exp: New file.
378 * gdb.fortran/info-types.f90: New file.
379 * lib/fortran.exp (fortran_character1): New proc.
380
381 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
384 functions'. Reindent as needed.
385 * gdb.base/info-var-f1.c: New file.
386 * gdb.base/info-var-f2.c: New file.
387 * gdb.base/info-var.exp: New file.
388 * gdb.base/info-var.h: New file.
389
390 2019-08-26 Tom de Vries <tdevries@suse.de>
391
392 PR c++/24852
393 * gdb.cp/no-libstdcxx-probe.exp: New test.
394
395 2019-08-26 Tom de Vries <tdevries@suse.de>
396
397 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
398 * tests need to be skipped.
399 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
400 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
401 mi_skip_libstdcxx_probe_tests.
402
403 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
404
405 * gdb.python/py-xmethods.exp: Use raw strings when passing
406 arguments to SimpleXMethodMatcher.
407
408 2019-08-22 Tom de Vries <tdevries@suse.de>
409
410 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
411 more informative.
412
413 2019-08-21 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/with.exp: Test "with" with no arguments.
416
417 2019-08-21 Tom de Vries <tdevries@suse.de>
418
419 * gdb.base/gdb-caching-proc.exp: Sort files.
420
421 2019-08-20 Tom de Vries <tdevries@suse.de>
422
423 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
424 compilation.
425
426 2019-08-16 Tom de Vries <tdevries@suse.de>
427
428 * gdb.base/compare-sections.exp ("after run to main"): Allow
429 mismatched read-only sections for PIE executables.
430
431 2019-08-16 Tom Tromey <tom@tromey.com>
432
433 * lib/tuiterm.exp (_csi_Z): New proc.
434 * gdb.tui/basic.exp: Update window positions.
435 * gdb.tui/empty.exp: Update window positions.
436
437 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
438
439 * gdb.base/examine-backward.exp: Correct regexp for
440 "examine 3 bytes backward from ${address_zero}".
441
442 2019-08-15 Tom Tromey <tom@tromey.com>
443
444 * gdb.tui/empty.exp: Enable resizing tests.
445
446 2019-08-15 Tom Tromey <tromey@adacore.com>
447
448 * gdb.ada/char_enum.exp: Add regression tests.
449 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
450 and '0'.
451 (Char, Gchar): Update.
452 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
453
454 2019-08-15 Christian Biesinger <cbiesinger@google.com>
455
456 * gdb.python/python.exp: Expect a leading underscore on
457 GdbOutput{,Error}File.
458
459 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
460
461 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
462 Windows host.
463
464 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
465
466 * gdb.base/batch-preserve-term-settings.exp
467 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
468
469 2019-08-15 Christian Biesinger <cbiesinger@google.com>
470
471 * lib/gdb.exp: When running on a mingw target, replace
472 /x/ with x:/.
473
474 2019-08-14 Alan Hayward <alan.hayward@arm.com>
475
476 * gdb.arch/aarch64-prologue.c: New test.
477 * gdb.arch/aarch64-prologue.exp: New file.
478
479 2019-08-13 Tom de Vries <tdevries@suse.de>
480
481 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
482 Thread.
483
484 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
485
486 * gdb.python/py-completion.exp: Download the .py file to the host
487 and use its host pathname. Conditionalize tests that use
488 tab completion and manipulate files on the build machine.
489 * gdb.python/py-events.exp: Download the .py file to the host
490 and use its host pathname.
491 * gdb.python/py-evsignal.exp: Likewise.
492 * gdb.python/py-evthreads.exp: Likewise.
493 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
494 pathname syntax.
495 * gdb.python/py-framefilter.exp: Download the .py file to the right
496 place on the host. Match Windows pathname syntax.
497 * gdb.python/py-mi-var-info-path-expression.exp: Download the
498 .py file to the host and use its host pathname.
499 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
500 * gdb.python/py-objfile.exp: Expect a host pathname, not a
501 build pathname. Skip symlink test on Windows host. Add missing
502 newline at end of file.
503 * gdb.python/py-pp-maint.exp: Download the .py file to the host
504 and use its host pathname.
505 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
506 * gdb.python/py-section-script.exp: Use host location of binfile
507 on safe-path. Use correct path separator on Windows host.
508 Reorder alternatives in gdb_test_multiple to prevent matching
509 the wrong alternative on success.
510 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
511
512 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
513
514 * gdb.gdb/selftest.exp (test_with_self): Update test to now
515 expect the GDB inferior to no longer immediately stop after
516 being resumed with "signal SIGINT".
517
518 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
519
520 * gdb.linespec/break-ask.exp: Generalize regexps to match
521 Windows pathnames too.
522
523 2019-08-08 Tom de Vries <tdevries@suse.de>
524
525 PR testsuite/24862
526 * lib/tuiterm.exp (_accept): Fix CSI regexp.
527
528 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
529
530 * gdb.base/style.exp: Update tests for help doc new invariants.
531 * gdb.base/help.exp: Likewise.
532
533 2019-08-06 Tom Tromey <tom@tromey.com>
534
535 * gdb.base/style.exp: Add disassemble test.
536 * gdb.base/style.c (some_called_function): New function.
537 (main): Use it.
538
539 2019-08-05 Christian Biesinger <cbiesinger@google.com>
540
541 * gdb.python/py-block.exp: Test dictionary access on blocks.
542
543 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
544
545 PR gdb/24863
546 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
547 -list-thread-groups --available test when running under
548 check-read1.
549
550 2019-08-05 Tom de Vries <tdevries@suse.de>
551
552 PR testsuite/24863
553 * lib/gdb.exp (with_read1_timeout_factor): New proc.
554 * gdb.base/help.exp: Use with_read1_timeout_factor.
555 * gdb.base/info-macros.exp: Same.
556 * gdb.cp/nested-types.exp: Same.
557
558 2019-08-05 Tom de Vries <tdevries@suse.de>
559
560 * lib/gdb.exp (version_at_least): Factor out of ...
561 (tcl_version_at_least): ... here.
562 (gdb_compile): Fail if pie results in non-PIE executable.
563 (readelf_version, readelf_prints_pie): New proc.
564 (exec_is_pie): Return -1 if unknown.
565
566 2019-08-05 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (tcl_version_at_least): Fix typo.
569
570 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
571
572 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
573
574 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
575
576 * lib/completion-support.exp (test_gdb_complete_none): Skip
577 tab completion tests if no readline support.
578 (test_gdb_complete_unique_re): Likewise.
579 (test_gdb_complete_multiple): Likewise.
580
581 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
582
583 * gdb.base/info_sources.exp: New file.
584 * gdb.base/info_sources.c: New file.
585 * gdb.base/info_sources_base.c: New file.
586
587 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
588
589 * gdb.base/batch-exit-status.exp: Call test_exit_status with
590 prefix argument.
591 (test_exit_status): Add prefix argument.
592
593 2019-08-01 Tom de Vries <tdevries@suse.de>
594
595 PR testsuite/24863
596 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
597 calling exp_continue for new thread and thread exited messages.
598
599 2019-08-01 Tom de Vries <tdevries@suse.de>
600
601 PR testsuite/24863
602 * gdb.base/structs.exp: Fix check-read1 timeout using
603 gdb_test_sequence.
604 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
605
606 2019-08-01 Tom de Vries <tdevries@suse.de>
607
608 PR testsuite/24863
609 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
610 line.
611
612 2019-08-01 Tom de Vries <tdevries@suse.de>
613
614 PR testsuite/24863
615 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
616
617 2019-07-30 Tom Tromey <tromey@adacore.com>
618
619 * gdb.ada/display_nested.exp: New file.
620 * gdb.ada/display_nested/foo.adb: New file.
621 * gdb.ada/display_nested/pack.adb: New file.
622 * gdb.ada/display_nested/pack.ads: New file.
623
624 2019-07-30 Christian Biesinger <cbiesinger@google.com>
625
626 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
627 namespace.
628 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
629
630 2019-07-30 Tom de Vries <tdevries@suse.de>
631
632 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
633 instead.
634
635 2019-07-30 Tom de Vries <tdevries@suse.de>
636
637 PR testsuite/24834
638 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
639 (exec_is_pie): New proc.
640
641 2019-07-29 Christian Biesinger <cbiesinger@google.com>
642
643 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
644
645 2019-07-29 Christian Biesinger <cbiesinger@google.com>
646
647 * gdb.python/py-objfile.c: Add global and static vars.
648 * gdb.python/py-objfile.exp: Test new functions Objfile.
649 lookup_global_symbol and lookup_static_symbol.
650
651 2019-07-29 Tom Tromey <tom@tromey.com>
652
653 * lib/tuiterm.exp (Term::_csi_@): New proc.
654 (Term::_csi_X): Don't move cursor.
655
656 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
657
658 * gdb.base/options.exp: Update backtrace - completion to
659 new option -frame-info.
660 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
661 Test new 'set print frame-info'. Test backtrace -frame-info
662 overriding 'set print frame-info'.
663 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
664 Test new 'set print frame-info'.
665 Verify consistency of backtrace with and without filters, with and
666 without -no-filters.
667 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
668 default.
669
670 2019-07-29 Tom de Vries <tdevries@suse.de>
671
672 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
673 no arguments".
674
675 2019-07-29 Tom de Vries <tdevries@suse.de>
676
677 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
678 is a substring of the first for "complete non-unique file name".
679
680 2019-07-29 Tom de Vries <tdevries@suse.de>
681
682 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
683 with ".*".
684
685 2019-07-29 Tom de Vries <tdevries@suse.de>
686
687 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
688 Pass prompt_regexp parameter to gdb_test_multiple calls.
689
690 2019-07-29 Tom de Vries <tdevries@suse.de>
691
692 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
693 print registers" regexps.
694
695 2019-07-29 Tom de Vries <tdevries@suse.de>
696
697 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
698
699 2019-07-29 Tom de Vries <tdevries@suse.de>
700
701 PR gdb/24855
702 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
703 (skip_python_tests_prompt): Add prompt_regexp argument to
704 gdb_test_multiple calls.
705
706 2019-07-27 Tom Tromey <tom@tromey.com>
707
708 * gdb.tui/main.exp: New file.
709
710 2019-07-27 Tom Tromey <tom@tromey.com>
711
712 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
713 optional.
714 * gdb.tui/empty.exp: New file.
715
716 2019-07-27 Tom Tromey <tom@tromey.com>
717
718 * lib/tuiterm.exp (spawn): New proc.
719 (Term::resize): New proc.
720 * gdb.tui/resize.exp: New file.
721
722 2019-07-27 Tom Tromey <tom@tromey.com>
723
724 * gdb.tui/list.exp: New file.
725
726 2019-07-27 Tom Tromey <tom@tromey.com>
727
728 * gdb.tui/regs.exp: New file.
729
730 2019-07-27 Tom Tromey <tom@tromey.com>
731
732 * gdb.tui/basic.exp: Add "layout split" test.
733
734 2019-07-27 Tom Tromey <tom@tromey.com>
735
736 * gdb.tui/basic.exp: Add "layout asm" test.
737
738 2019-07-27 Tom Tromey <tom@tromey.com>
739
740 * lib/tuiterm.exp: New file.
741 * gdb.tui/basic.exp: New file.
742
743 2019-07-27 Kevin Buettner <kevinb@redhat.com>
744
745 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
746 Enable tests associated with this flag. Adjust regex
747 referencing "foo_low" to now refer to "foo_cold" instead.
748
749 2019-07-27 Kevin Buettner <kevinb@redhat.com>
750
751 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
752 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
753 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
754 foo_cold. Revise comments to match.
755 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
756 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
757 were wrapped into this proc; Call do_test in loop from outermost
758 level.
759 (foo_low): Rename all occurrences to "foo_cold".
760 (backtrace from baz): New test.
761 (x2/i foo_cold): New test.
762 (info line *foo_cold): New test.
763
764 2019-07-26 Tom de Vries <tdevries@suse.de>
765
766 * gdb.arch/i386-pkru.exp: Fix unterminated string.
767
768 2019-07-25 Tom de Vries <tdevries@suse.de>
769
770 PR testsuite/24830
771 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
772 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
773 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
774 (skip_libstdcxx_probe_tests): ... here.
775 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
776
777 2019-07-24 Tom de Vries <tdevries@suse.de>
778
779 PR testsuite/24807
780 * gdb.objc/basicclass.m: Include stdio.h.
781 * gdb.objc/nondebug.m: Same.
782 * gdb.objc/objcdecode.m: Same.
783
784 2019-07-24 Tom de Vries <tdevries@suse.de>
785
786 PR testsuite/24612
787 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
788 additional_flags.
789
790 2019-07-24 Tom de Vries <tdevries@suse.de>
791
792 PR testsuite/24831
793 * gdb.multi/tids.exp: Update error messages for info threads.
794
795 2019-07-24 Tom de Vries <tdevries@suse.de>
796
797 * gdb.base/info-types.exp: Allow info types to print info for more than
798 one file.
799
800 2019-07-23 Tom de Vries <tdevries@suse.de>
801
802 PR testsuite/24842
803 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
804 gdb_spawn_with_cmdline_opts.
805
806 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
807
808 * gdb.arch/arm-cmse-sgstubs.c: New test.
809 * gdb.arch/arm-cmse-sgstubs.exp: New file.
810
811 2019-07-23 Tom de Vries <tdevries@suse.de>
812
813 PR testsuite/24711
814 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
815 issuing next command.
816
817 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
818
819 * gdb.ada/info_auto_lang.exp: Update expected results.
820 * gdb.base/info-types.c: Add additional types to check.
821 * gdb.base/info-types.exp: Update expected results.
822
823 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.base/info-types.c: New file.
826 * gdb.base/info-types.exp: New file.
827
828 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
829
830 * gdb.arch/riscv-bp-infcall.c: New file.
831 * gdb.arch/riscv-bp-infcall.exp: New file.
832
833 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 PR breakpoints/24541
836 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
837
838 2019-07-14 Tom de Vries <tdevries@suse.de>
839
840 PR testsuite/24760
841 * gdb.objc/basicclass.exp: Fix unterminated string.
842
843 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
844 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
847 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
848 negative bounds.
849 * gdb.fortran/vla-value.exp: Print elements of an array with
850 negative bounds.
851 * gdb.fortran/vla.f90: Setup an array with negative bounds for
852 testing.
853
854 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
855
856 * gdb.base/options.exp (expect_string): Dequote strings in
857 results.
858 (test-string): Test strings with different quoting and reindent.
859
860 2019-07-10 Tom Tromey <tromey@adacore.com>
861
862 * gdb.ada/mi_ex_cond.exp: Update expected results.
863 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
864 * gdb.ada/mi_catch_ex.exp: Update expected results.
865 * gdb.ada/mi_catch_assert.exp: Update expected results.
866 * gdb.ada/catch_ex.exp (catch_exception_info)
867 (catch_exception_entry, catch_assert_entry)
868 (catch_unhandled_entry): Update.
869 * gdb.ada/catch_assert_if.exp: Update expected results.
870
871 2019-07-10 Richard Bunt <richard.bunt@arm.com>
872 Stephen Roberts <stephen.roberts@arm.com>
873
874 * gdb.base/define.exp: Restore original prompt.
875
876 2019-07-09 Pedro Alves <palves@redhat.com>
877
878 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
879 breakpoints" output.
880 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
881 * gdb.python/py-breakpoint.exp: No longer expect that "catch
882 throw" creates breakpoint.
883 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
884 'type="catchpoint"'.
885
886 2019-07-09 Pedro Alves <palves@redhat.com>
887
888 PR c++/15468
889 * gdb.cp/except-multi-location-lib.cc: New.
890 * gdb.cp/except-multi-location-main.cc: New.
891 * gdb.cp/except-multi-location.exp: New.
892
893 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
894
895 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
896 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
897 argument and update callers.
898
899 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.arch/amd64-break-on-asm-line.S: New file.
902 * gdb.arch/amd64-break-on-asm-line.exp: New file.
903
904 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
905
906 * gdb.base/printcmds.exp: Test printing C string and
907 C wide string convenience vars without transiting via the inferior.
908 Also make test names unique.
909
910 2019-07-08 Alan Hayward <alan.hayward@arm.com>
911
912 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
913
914 2019-07-04 Pedro Alves <palves@redhat.com>
915
916 * lib/gdb.exp (foreach_with_prefix): Don't return early if
917 body returned ok(0), break(3) or continue(4).
918 * gdb.testsuite/foreach_with_prefix.exp: New file.
919
920 2019-07-04 Alan Hayward <alan.hayward@arm.com>
921
922 * gdb.server/unittest.exp: Allow 0 unit tests to run.
923
924 2019-07-03 Pedro Alves <palves@redhat.com>
925
926 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
927 "return -code".
928
929 2019-07-03 Pedro Alves <palves@redhat.com>
930
931 PR cli/24732
932 * gdb.base/shell.exp: Load completion-support.exp.
933 Adjust expected error output. Add completion tests.
934
935 2019-07-03 Pedro Alves <palves@redhat.com>
936
937 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
938 string_to_regexp.
939
940 2019-07-03 Pedro Alves <palves@redhat.com>
941
942 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
943 (expect_integer): Adjust to expect "-string".
944 (expect_string): New.
945 (all_options): Expect "-string".
946 (test-flag, test-boolean): Adjust to expect "-string".
947 (test-string): New proc.
948 (top level): Call it.
949
950 2019-07-03 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
953 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
954 the expected output in the success.
955
956 2019-07-03 Pedro Alves <palves@redhat.com>
957
958 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
959 Split one gdb_test_multiple call in two to avoid a race.
960
961 2019-07-03 Pedro Alves <palves@redhat.com>
962
963 * gdb.base/with.c: New file.
964 * gdb.base/with.exp: New file.
965
966 2019-07-03 Pedro Alves <palves@redhat.com>
967
968 * gdb.base/settings.exp: Replace all references to "maint
969 test-settings set" with references to "maint set test-settings",
970 and all references to "maint test-settings show" with references
971 to "maint show test-settings".
972
973 2019-07-03 Pedro Alves <palves@redhat.com>
974
975 * gdb.base/settings.exp (test-string): Adjust expected out when
976 testing "maint test-settings show filename"
977
978 2019-07-02 Pedro Alves <palves@redhat.com>
979
980 * gdb.base/options.exp (test-info-threads): New procedure.
981 (top level): Call it.
982
983 2019-06-28 Tom Tromey <tromey@adacore.com>
984
985 * gdb.dwarf2/ada-linkage-name.c: New file.
986 * gdb.dwarf2/ada-linkage-name.exp: New file.
987
988 2019-06-27 Tom Tromey <tromey@adacore.com>
989
990 * gdb.cp/constexpr-field.exp: Use setup_xfail.
991
992 2019-06-26 Tom de Vries <tdevries@suse.de>
993
994 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
995
996 2019-06-26 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/index-cache.exp: Add back missing debug option.
999
1000 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1001
1002 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1003
1004 2019-06-25 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/24727
1007 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1008
1009 2019-06-24 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1012
1013 2019-06-24 Tom de Vries <tdevries@suse.de>
1014
1015 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1016 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1017 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1018
1019 2019-06-24 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1022
1023 2019-06-21 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1026
1027 2019-06-21 Tom de Vries <tdevries@suse.de>
1028
1029 PR testsuite/24518
1030 PR ada/24713
1031 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1032 index.
1033
1034 2019-06-19 Tom Tromey <tromey@adacore.com>
1035
1036 * gdb.ada/length_cond.exp: Add intro comment.
1037
1038 2019-06-19 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.ada/length_cond.exp: New file.
1041 * gdb.ada/length_cond/length_cond.adb: New file.
1042 * gdb.ada/length_cond/pck.adb: New file.
1043 * gdb.ada/length_cond/pck.ads: New file.
1044
1045 2019-06-18 Tom de Vries <tdevries@suse.de>
1046
1047 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1048
1049 2019-06-18 Tom Tromey <tromey@adacore.com>
1050
1051 * gdb.base/list0.h: Add comment explaining control character.
1052
1053 2019-06-18 Tom de Vries <tdevries@suse.de>
1054
1055 * boards/fission.exp: Break up long debug_flags line.
1056
1057 2019-06-16 Tom de Vries <tdevries@suse.de>
1058
1059 PR gdb/24445
1060 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1061 generated index.
1062
1063 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 PR gdb/24686
1066 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1067 improve detection of bug gdb/24541.
1068
1069 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1070
1071 PR gdb/24669
1072 * gdb.base/index-cache.exp (uses_readnow,
1073 expecting_index_cache_use): Define global variable.
1074 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1075 expecting_index_cache_use.
1076
1077 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1078 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.fortran/pointers.f90: New file.
1081 * gdb.fortran/print_type.exp: New file.
1082 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1083 * gdb.fortran/vla-type.exp: Likewise.
1084 * gdb.fortran/vla-value.exp: Likewise.
1085 * gdb.mi/mi-vla-fortran.exp: Likewise.
1086
1087 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1090 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1091 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1092 as a stop reason.
1093
1094 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.base/annota1.exp: Update expected results.
1097 * gdb.cp/annota2.exp: Likewise.
1098 * gdb.cp/annota3.exp: Likewise.
1099
1100 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1101
1102 * gdb.base/style-logging.exp: Remove path from test name.
1103
1104 2019-06-14 Tom Tromey <tromey@adacore.com>
1105
1106 PR gdb/24502:
1107 * gdb.base/style-logging.exp: New file.
1108
1109 2019-06-14 Tom Tromey <tromey@adacore.com>
1110
1111 * gdb.base/symfile-warn.exp: New file.
1112 * gdb.base/symfile-warn.c: New file.
1113
1114 2019-06-14 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.base/annotate-symlink.exp: New file.
1117
1118 2019-06-14 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/set_wstr.exp: Add reassignment test.
1121
1122 2019-06-14 Tom Tromey <tromey@adacore.com>
1123
1124 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1125 'unchecked_access and 'unrestricted_access as well.
1126
1127 2019-06-14 Tom Tromey <tromey@adacore.com>
1128
1129 PR ada/24539:
1130 * gdb.ada/vla.exp: Update tests.
1131 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1132 pragma.
1133
1134 2019-06-13 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.base/settings.exp (test-integer): Test junk after
1137 "unlimited".
1138
1139 2019-06-13 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/options.exp (test-thread-apply): New.
1142 (top level): Call it.
1143
1144 2019-06-13 Pedro Alves <palves@redhat.com>
1145
1146 * gdb.base/options.exp (test-frame-apply): New.
1147 (top level): Test print commands with different "frame apply"
1148 prefixes.
1149
1150 2019-06-13 Pedro Alves <palves@redhat.com>
1151
1152 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1153 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1154 'max_completions' parameter and handle it.
1155 (test_gdb_completion_offers_commands): New.
1156
1157 2019-06-13 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1160
1161 2019-06-13 Pedro Alves <palves@redhat.com>
1162
1163 * gdb.base/options.exp (test-backtrace): New.
1164 (top level): Call it.
1165
1166 2019-06-13 Pedro Alves <palves@redhat.com>
1167
1168 * gdb.guile/scm-frame-args.exp: Use "set print
1169 raw-frame-arguments" instead of "set print raw frame-arguments".
1170 * gdb.python/py-frame-args.exp: Likewise.
1171
1172 2019-06-13 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.compile/compile.exp: Adjust expected output to option
1175 processing changes.
1176
1177 2019-06-13 Pedro Alves <palves@redhat.com>
1178
1179 * gdb.base/options.exp: Build executable.
1180 (test-print): New procedure.
1181 (top level): Call it, once for "print" and another for "compile
1182 print".
1183
1184 2019-06-13 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.base/options.c: New file.
1187 * gdb.base/options.exp: New file.
1188
1189 2019-06-13 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1192 that "o" is ambiguous.
1193
1194 2019-06-13 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.base/settings.c: New file.
1197 * gdb.base/settings.exp: New file.
1198
1199 2019-06-13 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.base/completion.exp: Fix comment typo.
1202
1203 2019-06-13 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1206 foo --1" test.
1207
1208 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1209
1210 * gdb.fortran/block-data.f: New.
1211 * gdb.fortran/block-data.exp: New.
1212
1213 2019-06-11 Tom de Vries <tdevries@suse.de>
1214
1215 PR testsuite/24521
1216 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1217 message.
1218
1219 2019-06-11 Tom de Vries <tdevries@suse.de>
1220
1221 PR testsuite/24521
1222 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1223
1224 2019-06-11 Tom de Vries <tdevries@suse.de>
1225
1226 * boards/readnow.exp: New file.
1227
1228 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.fortran/vla-sizeof.exp: Update expected results.
1231
1232 2019-06-06 Amos Bird <amosbird@gmail.com>
1233
1234 * gdb.base/annota1.exp (thread_switch): Add test for
1235 thread-exited annotation.
1236
1237 2019-06-06 Tom Tromey <tromey@adacore.com>
1238
1239 * gdb.base/maint.exp: Expect command started/finished output.
1240
1241 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1244 comment.
1245 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1246
1247 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1248
1249 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1250 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1251 * gdb.arch/riscv-unwind-long-insn.c: New file.
1252 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1253
1254 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1255
1256 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1257
1258 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1259
1260 * lib/gdb.exp (help_list_trailer): New regexp variable
1261 factorizing the help trailer message.
1262 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1263 arg to allow to better factorize various tests.
1264 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1265 (test_prefix_command_help): Use help_list_trailer.
1266 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1267 * gdb.guile/scm-cmd.exp: Likewise.
1268 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1269 * gdb.base/help.exp: Use test_user_defined_class_help.
1270 * gdb.base/style.exp: Add tests for styling of help and apropos.
1271 * lib/gdb-utils.exp (style): Add title and highlight styles.
1272
1273 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1274
1275 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1276 $_shell_exitsignal.
1277 * gdb.base/default.exp: Update for new convenience variables.
1278
1279 2019-05-29 Tom Tromey <tromey@adacore.com>
1280
1281 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1282 to "break complete ada" test case's regexp.
1283
1284 2019-05-29 Tom Tromey <tromey@adacore.com>
1285
1286 PR c++/20020:
1287 * gdb.cp/constexpr-field.exp: New file.
1288 * gdb.cp/constexpr-field.cc: New file.
1289
1290 2019-05-29 Tom Tromey <tromey@adacore.com>
1291
1292 * gdb.base/finish.exp (finish_no_print): New proc.
1293 (finish_tests): Call it.
1294
1295 2019-05-24 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.dwarf2/gdb-add-index.exp: New file.
1298
1299 2019-05-22 Tom Tromey <tromey@adacore.com>
1300
1301 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1302 * gdb.base/style.exp: Use "style".
1303 * lib/gdb-utils.exp (style): New proc.
1304
1305 2019-05-22 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/align.exp: Require c++11.
1308
1309 2019-05-22 Tom de Vries <tdevries@suse.de>
1310
1311 PR testsuite/24586
1312 * gdb.python/py-mi-var-info-path-expression.exp: Call
1313 mi_skip_python_tests to check if python is supported.
1314
1315 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1316
1317 * gdb.arch/aarch64-pauth.c: New test.
1318 * gdb.arch/aarch64-pauth.exp: New file.
1319
1320 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1321
1322 * README (Re-running Tests Outside The Testsuite): New section.
1323
1324 2019-05-21 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.arch/amd64-eval.exp: Require c++11.
1327 * gdb.base/max-depth.exp: Same.
1328 * gdb.compile/compile-cplus-array-decay.exp: Same.
1329 * gdb.cp/meth-typedefs.exp: Same.
1330 * gdb.cp/subtypes.exp: Same.
1331 * gdb.cp/temargs.exp: Same.
1332
1333 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1334
1335 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1336
1337 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1338
1339 PR gdb/18644
1340 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1341 * gdb.fortran/printing-types.exp: Add new test.
1342 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1343 testing.
1344 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1345 setup_kfail call.
1346
1347 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1348
1349 * README (Running the Testsuite): Change example.
1350 (Testsuite Parameters): Remove TRANSCRIPT.
1351 * lib/gdb.exp: Remove TRANSCRIPT check.
1352
1353 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1354
1355 * README (Testsuite Parameters): Add replay logging to
1356 GDBSERVER_DEBUG.
1357 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1358 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1359 as a comma separated list.
1360 (gdb_debug_init): Override procedure.
1361
1362 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1363
1364 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1365 (gdb_write_cmd_file): New procedure.
1366 * lib/gdbserver-support.exp (gdbserver_start): Call
1367 gdbserver_write_cmd_file.
1368 (gdbserver_write_cmd_file): New procedure.
1369
1370 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1371
1372 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1373 (delete_breakpoints): Likewise.
1374 (gdb_run_cmd): Likewise.
1375 (gdb_start_cmd): Likewise.
1376 (gdb_starti_cmd): Likewise.
1377 (gdb_internal_error_resync): Likewise.
1378 (gdb_test_multiple): Likewise.
1379 (gdb_reinitialize_dir): Likewise.
1380 (default_gdb_exit): Likewise.
1381 (gdb_file_cmd): Mark kill as optional.
1382 (default_gdb_start): Call gdb_stdin_log_init.
1383 (send_gdb): Call gdb_stdin_log_write.
1384 (rerun_to_main): Mark Y as an answer.
1385 (gdb_stdin_log_init): New function.
1386 (gdb_stdin_log_write): Likewise.
1387
1388 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1389
1390 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1391 * gdb.base/debug-expr.exp: Likewise.
1392 * gdb.base/foll-fork.exp: Likewise.
1393 * gdb.base/foll-vfork.exp: Likewise.
1394 * gdb.base/fork-print-inferior-events.exp: Likewise.
1395 * gdb.base/gdb-sigterm.exp: Likewise.
1396 * gdb.base/gdbinit-history.exp: Likewise.
1397 * gdb.base/osabi.exp: Likewise.
1398 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1399 * gdb.base/ui-redirect.exp: Likewise.
1400 * gdb.gdb/unittest.exp: Likewise.
1401 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1402 * gdb.mi/mi-watch.exp: Likewise.
1403 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1404 * gdb.mi/user-selected-context-sync.exp: Likewise.
1405 * gdb.python/python.exp: Disable debug test when debugging.
1406 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1407 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1408 Likewise.
1409 * gdb.threads/stepi-random-signal.exp: Likewise.
1410
1411 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1412
1413 * Makefile.in: Pass through GDB_DEBUG.
1414 * README (Testsuite Parameters): Add GDB_DEBUG.
1415 (gdb,debug): Add board setting.
1416 * lib/gdb.exp (default_gdb_start): Start debugging.
1417 (gdb_debug_enabled): New procedure.
1418 (gdb_debug_init): Likewise.
1419
1420 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1421
1422 * Makefile.in: Pass through GDB_DEBUG.
1423 * README (Testsuite Parameters): Add GDB_DEBUG.
1424 (gdb,debug): Add board setting.
1425 * lib/gdb.exp (default_gdb_start): Start debugging.
1426 (gdb_debug_enabled): New procedure.
1427 (gdb_debug_init): Likewise.
1428
1429 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1430
1431 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1432
1433 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1434
1435 * gdb.base/ui-redirect.exp: Test redirection.
1436
1437 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1438
1439 * gdb.mi/mi-complete.exp: New file.
1440 * gdb.mi/mi-complete.cc: Likewise.
1441
1442 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1443
1444 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1445 indexed and sliced arrays, and pointers to arrays.
1446
1447 2019-05-14 Tom Tromey <tromey@adacore.com>
1448
1449 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1450 styling test.
1451
1452 2019-05-14 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1455 selection entry encoding.
1456
1457 2019-05-10 Tom Tromey <tromey@adacore.com>
1458
1459 * gdb.ada/info_exc.exp: Add "complete" test.
1460
1461 2019-05-09 Tom de Vries <tdevries@suse.de>
1462
1463 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1464 CU-relative.
1465
1466 2019-05-09 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1469 CU-relative.
1470
1471 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1472
1473 * gdb.ada/frame_arg_lang.exp: New testcase.
1474 * gdb.ada/frame_arg_lang/bla.adb: New file.
1475 * gdb.ada/frame_arg_lang/pck.ads: New file.
1476 * gdb.ada/frame_arg_lang/pck.adb: New file.
1477 * gdb.ada/frame_arg_lang/foo.c: New file.
1478
1479 2019-05-08 Tom Tromey <tromey@adacore.com>
1480
1481 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1482
1483 2019-05-08 Tom Tromey <tromey@adacore.com>
1484
1485 * gdb.base/ptype-offsets.exp: Update tests.
1486
1487 2019-05-08 Tom Tromey <tromey@adacore.com>
1488
1489 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1490 cases.
1491 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1492 "short".
1493
1494 2019-05-08 Tom Tromey <tromey@adacore.com>
1495
1496 * gdb.ada/vla.exp: New file.
1497 * gdb.ada/vla/vla.adb: New file.
1498
1499 2019-05-07 Tom de Vries <tdevries@suse.de>
1500
1501 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1502
1503 2019-05-07 Tom de Vries <tdevries@suse.de>
1504
1505 PR testsuite/24522
1506 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1507 section.
1508
1509 2019-05-07 Tom de Vries <tdevries@suse.de>
1510
1511 PR testsuite/24522
1512 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1513 .debug_aranges section.
1514
1515 2019-05-07 Tom de Vries <tdevries@suse.de>
1516
1517 PR testsuite/24159
1518 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1519
1520 2019-05-06 Tom de Vries <tdevries@suse.de>
1521
1522 * lib/gdb.exp (exec_has_index_section): New proc.
1523 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1524 section.
1525
1526 2019-05-04 Tom de Vries <tdevries@suse.de>
1527
1528 * boards/cc-with-debug-names.exp: New file.
1529
1530 2019-05-03 Tom Tromey <tromey@adacore.com>
1531
1532 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1533 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1534 * gdb.ada/char_enum.exp: Add test.
1535
1536 2019-05-03 Tom de Vries <tdevries@suse.de>
1537
1538 * boards/cc-with-gdb-index.exp: New file.
1539
1540 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.rust/simple.exp: Add new test case.
1543 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1544 (main): Initialise an instance of the new struct.
1545
1546 2019-05-01 Tom Tromey <tromey@adacore.com>
1547
1548 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1549 record.
1550 (NPR): New variable.
1551 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1552 test.
1553
1554 2019-05-01 Tom Tromey <tromey@adacore.com>
1555
1556 * gdb.ada/packed_array_assign.exp: Add packed assignment
1557 regression test.
1558
1559 2019-05-01 Tom de Vries <tdevries@suse.de>
1560
1561 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1562
1563 2019-05-01 Tom de Vries <tdevries@suse.de>
1564
1565 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1566
1567 2019-04-30 Ali Tamur <tamur@google.com>
1568
1569 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1570
1571 2019-04-30 Tom Tromey <tromey@adacore.com>
1572
1573 * lib/ada.exp (find_ada_tool): New proc.
1574 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1575 * gdb.ada/catch_ex_std.exp: New file.
1576 * gdb.ada/catch_ex_std/foo.adb: New file.
1577 * gdb.ada/catch_ex_std/some_package.adb: New file.
1578 * gdb.ada/catch_ex_std/some_package.ads: New file.
1579
1580 2019-04-30 Tom Tromey <tromey@adacore.com>
1581
1582 PR c++/24470:
1583 * gdb.cp/temargs.cc: Add test code from PR.
1584
1585 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * gdb.fortran/vla-datatypes.exp: Update expected results.
1588 * gdb.fortran/vla-ptype.exp: Likewise.
1589 * gdb.fortran/vla-type.exp: Likewise.
1590 * gdb.fortran/vla-value.exp: Likewise.
1591
1592 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1593
1594 * gdb.fortran/ptr-indentation.exp: Update expected results.
1595 * gdb.fortran/ptype-on-functions.exp: Likewise.
1596 * gdb.fortran/vla-ptr-info.exp: Likewise.
1597 * gdb.fortran/vla-value.exp: Likewise.
1598
1599 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * gdb.fortran/ptype-on-functions.exp: New file.
1602 * gdb.fortran/ptype-on-functions.f90: New file.
1603
1604 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1607 case void string.
1608
1609 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1610
1611 * gdb.fortran/complex.exp: Expand.
1612 * gdb.fortran/complex.f: Renamed to...
1613 * gdb.fortran/complex.f90: ...this, and extended to add more
1614 complex values.
1615
1616 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1617
1618 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1619 MODULO, CMPLX.
1620
1621 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1622 Richard Bunt <richard.bunt@arm.com>
1623
1624 * gdb.base/max-depth.c: New file.
1625 * gdb.base/max-depth.exp: New file.
1626 * gdb.python/py-nested-maps.c: New file.
1627 * gdb.python/py-nested-maps.exp: New file.
1628 * gdb.python/py-nested-maps.py: New file.
1629 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1630 (test_all_common): Call test_max_depth.
1631 * gdb.fortran/max-depth.exp: New file.
1632 * gdb.fortran/max-depth.f90: New file.
1633 * gdb.go/max-depth.exp: New file.
1634 * gdb.go/max-depth.go: New file.
1635 * gdb.modula2/max-depth.exp: New file.
1636 * gdb.modula2/max-depth.c: New file.
1637 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1638
1639 2019-04-29 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1642
1643 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1644
1645 * gdb.base/callexit.exp: Test may-call-functions off.
1646
1647 2019-04-25 Keith Seitz <keiths@redhat.com>
1648
1649 PR c++/24367
1650 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1651 (another_incomplete_struct, test_incomplete): New definitions.
1652 (main): Use new definitions.
1653 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1654 functions.
1655
1656 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1657
1658 PR corefiles/11608
1659 PR corefiles/18187
1660 * gdb.base/coredump-filter-build-id.exp: New file.
1661
1662 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1663
1664 * Makefile.in: Pass through GDBSERVER_DEBUG.
1665 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1666 (gdbserver,debug): Add board setting.
1667 * gdb.trace/tspeed.exp: Skip when debugging.
1668 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1669 * lib/gdbserver-support.exp: Likewise
1670
1671 2019-04-24 Tom Tromey <tromey@adacore.com>
1672
1673 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1674 Rust.
1675
1676 2019-04-24 Tom Tromey <tromey@adacore.com>
1677
1678 * gdb.arch/amd64-eval.exp: Test bitfield return.
1679 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1680 (class Foo) <return_bitfields>: New method.
1681 (main): Call it.
1682
1683 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.cp/many-args.cc: New file.
1686 * gdb.cp/many-args.exp: New file.
1687
1688 2019-04-23 Tom de Vries <tdevries@suse.de>
1689
1690 PR gdb/24433
1691 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1692
1693 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1694
1695 * gdb.trace/backtrace.exp: Use nopie flag.
1696 * gdb.trace/circ.exp: Likewise.
1697 * gdb.trace/collection.exp: Likewise.
1698 * gdb.trace/ftrace.exp: Likewise.
1699 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1700 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1701 * gdb.trace/qtro.exp: Likewise.
1702 * gdb.trace/read-memory.exp: Likewise.
1703 * gdb.trace/report.exp: Likewise.
1704 * gdb.trace/tfile.exp: Likewise.
1705 * gdb.trace/tfind.exp: Likewise.
1706 * gdb.trace/unavailable.exp: Likewise.
1707
1708 2019-04-22 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/solib-probes-nosharedlibrary.c,
1711 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1712
1713 2019-04-19 Tom Tromey <tromey@adacore.com>
1714
1715 * gdb.ada/ptype_union.c: New file.
1716 * gdb.ada/ptype_union.exp: New file.
1717
1718 2019-04-19 Tom Tromey <tromey@adacore.com>
1719
1720 PR symtab/24423:
1721 * gdb.base/list0.h (foo): Add a control-l character.
1722
1723 2019-04-18 Tom de Vries <tdevries@suse.de>
1724
1725 PR gdb/24433
1726 * boards/local-board.exp: Set sysroot to "".
1727
1728 2019-04-18 Tom de Vries <tdevries@suse.de>
1729 Pedro Alves <palves@redhat.com>
1730
1731 PR gdb/24454
1732 * gdb.threads/vfork-follow-child-exec.c: New file.
1733 * gdb.threads/vfork-follow-child-exec.exp: New file.
1734 * gdb.threads/vfork-follow-child-exit.c: New file.
1735 * gdb.threads/vfork-follow-child-exit.exp: New file.
1736
1737 2019-04-15 Leszek Swirski <leszeks@google.com>
1738
1739 * gdb.arch/amd64-eval.cc: New file.
1740 * gdb.arch/amd64-eval.exp: New file.
1741
1742 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1743
1744 * gdb.server/sysroot.c: New test.
1745 * gdb.server/sysroot.exp: New file.
1746 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1747 matching param.
1748
1749 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.base/align.exp: Extend test to cover structures containing
1752 only static fields.
1753
1754 2019-04-11 Tom de Vries <tdevries@suse.de>
1755
1756 * boards/cc-with-dwz-m.exp: New file.
1757 * boards/cc-with-dwz.exp: New file.
1758 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1759
1760 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1761
1762 * gdb.base/start-cpp.exp: New file.
1763 * gdb.base/start-cpp.cc: New file.
1764
1765 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1766
1767 * gdb.python/py-thrhandle.exp: Adjust tests to call
1768 thread_from_handle instead of thread_from_thread_handle.
1769
1770 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1771
1772 * gdb.python/py-thrhandle.exp: Add tests for
1773 gdb.InferiorThread.handle.
1774
1775 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.python/py-function.exp: Check calling helper function from
1778 all languages.
1779 * lib/gdb.exp (gdb_supported_languages): New proc.
1780
1781 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.base/complex-parts.c: New file.
1784 * gdb.base/complex-parts.exp: New file.
1785
1786 2019-04-01 Tom Tromey <tromey@adacore.com>
1787
1788 PR symtab/23331:
1789 * gdb.dwarf2/dw2-ranges-main.c: New file.
1790 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1791 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1792
1793 2019-03-30 Simon Marchi <simark@simark.ca>
1794
1795 * gdb.base/default.exp: Add values for $_gdb_major and
1796 $_gdb_minor.
1797
1798 2019-03-29 Tom Tromey <tromey@adacore.com>
1799
1800 * gdb.base/help.exp: Tighten apropos regexp.
1801
1802 2019-03-29 Keith Seitz <keiths@redhat.com>
1803
1804 * gdb.fortran/array-bounds.exp: New file.
1805 * gdb.fortran/array-bounds.f90: New file.
1806
1807 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1808
1809 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1810
1811 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1812
1813 * gdb.multi/hello.c (main): Increase alarm timer.
1814
1815 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1816
1817 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1818 factor when no hardware watchpoint support.
1819
1820 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1821 Pedro Alves <palves@redhat.com>
1822
1823 * boards/local-board.exp: set sysroot to /.
1824
1825 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1826
1827 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1828 in child.
1829
1830 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1833 field.
1834 (make_container): Initialise new field.
1835 * gdb.python/py-prettyprint.exp: Add new tests.
1836 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1837 <display_hint>: New method.
1838
1839 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1842 gdb_continue_to_breakpoint more throughout this test.
1843 (run_lang_tests) Supply unique test names, and use
1844 gdb_test_no_output.
1845
1846 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.base/finish-pretty.exp: Update expected results.
1849 * gdb.base/pretty-print.c: New file.
1850 * gdb.base/pretty-print.exp: New file.
1851
1852 2019-03-25 Pedro Alves <palves@redhat.com>
1853
1854 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1855 move comments outside list. Append '-i "" eof' section.
1856
1857 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1858
1859 * README: Add pie options.
1860 * gdb.base/break-interp.exp: Ensure pie is disabled.
1861 * gdb.base/dump.exp: Likewise.
1862 * lib/gdb.exp (gdb_compile): Add pie option.
1863
1864 2019-03-19 Tom Tromey <tromey@adacore.com>
1865
1866 * gdb.mi/mi2-cli-display.c: New file.
1867 * gdb.mi/mi2-cli-display.exp: New file.
1868
1869 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1870 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.ada/ptype_array/pck.adb: New file.
1873 * gdb.ada/ptype_array/pck.ads: New file.
1874 * gdb.ada/ptype_array/foo.adb: New file.
1875 * gdb.ada/ptype_array.exp: New file.
1876
1877 2019-03-14 Tom Tromey <tromey@adacore.com>
1878
1879 * gdb.base/style.exp: Add "set style sources" test.
1880
1881 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1882
1883 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1884 * mi-breakpoint-multiple-locations.exp: ... this.
1885 (make_breakpoints_pattern): New proc.
1886 (do_test): Add mi_version parameter, test -break-insert,
1887 -break-info and =breakpoint-created.
1888
1889 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * config/default.exp: Remove 'load_lib gdb.exp'.
1892 * config/monitor.exp: Likewise.
1893 * config/sid.exp: Likewise.
1894 * config/sim.exp: Likewise.
1895 * config/slite.exp: Likewise.
1896 * config/unix.exp: Likewise.
1897 * gdb.base/default.exp: Remove unhelpful comment.
1898
1899 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1900
1901 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1902
1903 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1906
1907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1908
1909 * gdb.fortran/type-kinds.exp: Update expected results.
1910
1911 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1912
1913 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1914
1915 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1918 function.
1919 (test_basic_parsing_of_type_kinds): Expand types tested.
1920 (test_parsing_invalid_type_kinds): New function.
1921
1922 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.fortran/intrinsics.exp: New file.
1925 * gdb.fortran/intrinsics.f90: New file.
1926 * gdb.fortran/type-kinds.exp: New file.
1927
1928 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.fortran/dot-ops.exp: New file.
1931
1932 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1935 Check upper and lower case logical literals.
1936
1937 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1940 Remove duplicate tests.
1941
1942 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1943
1944 * lib/gdb.exp (builtin_cd): rename of cd.
1945 (cd): Override builtin.
1946
1947 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1948
1949 * gdb.fortran/function-calls.exp: New file.
1950 * gdb.fortran/function-calls.f90: New test.
1951
1952 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1953
1954 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1955 on user program standard output.
1956 * gdb.fortran/short-circuit-argument-list.f90: Record function
1957 calls.
1958
1959 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1960
1961 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1962 failure.
1963
1964 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1965
1966 PR gdb/8527
1967 * gdb.base/interrupt-daemon-attach.c,
1968 gdb.base/interrupt-daemon-attach.exp: New test.
1969
1970 2019-02-27 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/page.exp: Add tests for "set width/height -1".
1973
1974 2019-02-27 Pedro Alves <palves@redhat.com>
1975
1976 * gdb.base/page.exp: Add tests for "set/show width/height" with
1977 "infinite" values.
1978
1979 2019-02-27 Tom Tromey <tromey@adacore.com>
1980
1981 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1982 2.4.
1983 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1984 workaround.
1985
1986 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1989 tests for structs with static members.
1990
1991 2019-02-26 Tom Tromey <tromey@adacore.com>
1992
1993 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1994 ValueError, not TypeError.
1995
1996 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1997
1998 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1999 call from main program.
2000
2001 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2002
2003 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2004 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2005 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2006 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2007 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2008
2009 2019-02-22 Keith Seitz <keiths@redhat.com>
2010
2011 PR symtab/23853
2012 * gdb.base/symlink-sourcefile.c: New file.
2013 * gdb.base/symlink-sourcefile.exp: New file.
2014
2015 2019-02-20 Tom Tromey <tom@tromey.com>
2016
2017 * gdb.base/info_qt.exp: Update.
2018
2019 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2020
2021 * gdb.base/source.exp: Move "error in sourced script" code to
2022 the end.
2023 * gdb.base/source-error.gdb: Move contents to
2024 source-error-1.gdb. Add new code to source source-error-1.gdb.
2025 * gdb.base/source-error-1.gdb: New file, from previous
2026 source-error.gdb.
2027
2028 2019-02-17 Tom Tromey <tom@tromey.com>
2029
2030 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2031 for macro styling.
2032 * gdb.base/style.c (SOME_MACRO): New macro.
2033
2034 2019-02-17 Tom Tromey <tom@tromey.com>
2035
2036 * gdb.base/style.exp: Add line-wrapping tests.
2037 * gdb.base/page.exp: Add test for quitting during pagination.
2038
2039 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdb.ada/big_packed_array: New testcase.
2042 * gdb.ada/homonym.exp: Fix incorrect expected output for
2043 "break <homonym__get_value>" test.
2044
2045 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2046
2047 PR breakpoints/21870
2048 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2049 and prepare_for_testing. Add comment.
2050 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2051 redundant cleanup call. Clean up comment.
2052
2053 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2054
2055 PR breakpoints/21870
2056 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2057 * gdb.arch/aarch64-dbreg-contents.c: New file.
2058
2059 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2060
2061 * gdb.ada/mi_ref_changeable: New testcase.
2062
2063 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2064
2065 * gdb.base/attach.exp: Add double attach test.
2066
2067 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2068
2069 * lib/gdb.exp (default_gdb_start): Don't match pagination
2070 prompt.
2071 (gdb_init): Set stty_init.
2072
2073 2019-01-27 Tom Tromey <tom@tromey.com>
2074
2075 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2076 skip_python_tests.
2077
2078 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2079
2080 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2081 New structure.
2082 (struct struct_static_02_02): Likewise.
2083 (struct struct_static_02_03): Likewise.
2084 (struct struct_static_02_04): Likewise.
2085 (struct struct_static_04_01): Likewise.
2086 (struct struct_static_04_02): Likewise.
2087 (struct struct_static_04_03): Likewise.
2088 (struct struct_static_04_04): Likewise.
2089 (struct struct_static_06_01): Likewise.
2090 (struct struct_static_06_02): Likewise.
2091 (struct struct_static_06_03): Likewise.
2092 (struct struct_static_06_04): Likewise.
2093 (cmp_struct_static_02_01): Likewise.
2094 (cmp_struct_static_02_02): Likewise.
2095 (cmp_struct_static_02_03): Likewise.
2096 (cmp_struct_static_02_04): Likewise.
2097 (cmp_struct_static_04_01): Likewise.
2098 (cmp_struct_static_04_02): Likewise.
2099 (cmp_struct_static_04_03): Likewise.
2100 (cmp_struct_static_04_04): Likewise.
2101 (cmp_struct_static_06_01): Likewise.
2102 (cmp_struct_static_06_02): Likewise.
2103 (cmp_struct_static_06_03): Likewise.
2104 (cmp_struct_static_06_04): Likewise.
2105 (call_all): Test new structs.
2106 * gdb.base/infcall-nested-structs.exp: Likewise.
2107
2108 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2109 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2110
2111 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2112 * gdb.base/stack-protector.c: New test.
2113 * gdb.base/stack-protector.exp: New file.
2114 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2115 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2116 option.
2117 (gdb_compile): Remove stack protector for GCC and prevent
2118 recursion.
2119
2120 2019-01-16 Keith Seitz <keiths@redhat.com>
2121
2122 PR gdb/23773
2123 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2124
2125 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2126
2127 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2128 aliases.
2129 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2130 tests.
2131 * gdb.arch/powerpc-vector-regs.c: New file.
2132 * gdb.arch/powerpc-vector-regs.exp: New file.
2133
2134 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2135
2136 * gdb.arch/altivec-regs.exp: Fix the list passed to
2137 gdb_expect_list when testing "info vector".
2138
2139 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.base/style.exp: Don't include path in testname.
2142
2143 2019-01-10 Keith Seitz <keiths@redhat.com>
2144
2145 PR gdb/23712
2146 PR symtab/23010
2147 * gdb.dwarf2/multidictionary.exp: New file.
2148
2149 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2152 (test_gnuv3_style_demangling): ... this.
2153 (test_lucid_style_demangling): Remove.
2154 (test_arm_style_demangling): Remove.
2155 (test_hp_style_demangling): Remove.
2156 (do_tests): Remove calls to the above.
2157
2158 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2161 case.
2162
2163 2019-01-06 Tom Tromey <tom@tromey.com>
2164
2165 PR gdb/28155:
2166 * gdb.dwarf2/typedef-void-finish.exp: New file.
2167
2168 2018-12-28 Tom Tromey <tom@tromey.com>
2169 Simon Marchi <simark@simark.ca>
2170
2171 * gdb.base/jit-exec.exp: New file.
2172 * gdb.base/jit-exec.c: New file.
2173 * gdb.base/jit-execd.c: New file.
2174
2175 2018-12-28 Tom Tromey <tom@tromey.com>
2176
2177 * gdb.base/style.exp: Update test to check for address styling.
2178
2179 2018-12-28 Tom Tromey <tom@tromey.com>
2180
2181 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2182 message.
2183
2184 2018-12-28 Tom Tromey <tom@tromey.com>
2185
2186 * gdb.base/style.exp: Add test for version number styling.
2187
2188 2018-12-28 Tom Tromey <tom@tromey.com>
2189
2190 * gdb.base/style.exp: Add test for print_address_symbolic.
2191
2192 2018-12-28 Tom Tromey <tom@tromey.com>
2193
2194 * gdb.base/style.exp: Add test for breakpoint setting.
2195
2196 2018-12-28 Tom Tromey <tom@tromey.com>
2197
2198 * gdb.base/style.exp: Add test for variable names.
2199
2200 2018-12-28 Tom Tromey <tom@tromey.com>
2201
2202 * gdb.base/style.exp: New file.
2203 * gdb.base/style.c: New file.
2204
2205 2018-12-28 Tom Tromey <tom@tromey.com>
2206
2207 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2208 "dumb".
2209 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2210 the TERM environment variable.
2211
2212 2018-12-27 Tom Tromey <tom@tromey.com>
2213
2214 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2215 pagination test.
2216
2217 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2220 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2221
2222 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2223
2224 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2225 Filename a.adb changed to bp_fun_addr.adb.
2226 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2227
2228 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2229
2230 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2231 non-PIE executables.
2232 * README: Mention the gdb,nopie_flag board setting.
2233 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2234 non-PIE executable.
2235 * gdb.arch/amd64-entry-value.exp: Likewise.
2236 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2237 * gdb.arch/i386-float.exp: Likewise.
2238 * gdb.arch/i386-signal.exp: Likewise.
2239 * gdb.mi/mi-reg-undefined.exp: Likewise.
2240
2241 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2242
2243 PR gdb/23974
2244 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2245
2246 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2247
2248 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2249 Update order of results accordingly.
2250
2251 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.base/annota1.exp: Update a test regexp.
2254
2255 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2258
2259 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2260
2261 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2262 (reuse_time): Initialize to REUSE_TIME_CAP.
2263 (check_rc): New function.
2264 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2265 Check pthread_create rc.
2266 (spawner_thread_func): Check pthread_create and pthread_join rc.
2267
2268 2018-12-08 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/list.exp (test_forward_search): Rename to ...
2271 (test_forward_reverse_search): ... this. Also test reverse-search
2272 and the forward-search alias.
2273
2274 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2277 local timeout variable before return, and remove all local timeout
2278 variable entirely.
2279 (gdb_load): Likewise.
2280
2281 2018-12-01 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.base/gdb-caching-proc.exp: New file.
2284
2285 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2286
2287 * Makefile.in (TIMESTAMP): New variable.
2288 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2289 command.
2290 (check-single-racy): Likewise.
2291 (check/%.exp): Likewise.
2292 (check-racy/%.exp): Likewise.
2293 (workers/%.worker): Likewise.
2294 (build-perf): Likewise.
2295 (check-perf): Likewise.
2296 * README: Describe new "TS" and "TS_FORMAT" variables.
2297 * print-ts.py: New file.
2298
2299 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2300
2301 PR python/23714
2302 * gdb.python/python.exp: Test command repetition after
2303 gdb.execute.
2304
2305 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2306
2307 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2308 is correctly aligned.
2309
2310 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2311
2312 * gdb.ada/info_auto_lang.exp: New testcase.
2313 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2314 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2315 * gdb.ada/info_auto_lang/some_c.c: New file.
2316
2317 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2318
2319 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2320 FUNC_lang language syntax.
2321
2322 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2323
2324 * gdb.base/info_minsym.c: New file.
2325 * gdb.base/info_minsym.exp: New file.
2326
2327 2018-11-19 Tom Tromey <tom@tromey.com>
2328
2329 PR rust/23625:
2330 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2331 * gdb.rust/expr.exp: Update expected output. Change one test.
2332
2333 2018-11-19 Tom Tromey <tom@tromey.com>
2334
2335 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2336
2337 2018-11-19 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2340 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2341 see the expected warning.
2342
2343 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2344
2345 PR gdb/22736:
2346 * gdb.cp/infcall-nodebug-lib.c: New test.
2347 * gdb.cp/infcall-nodebug-main.c: New test.
2348 * gdb.cp/infcall-nodebug.exp: New file.
2349
2350 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2351
2352 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2353 completer tests.
2354
2355 2018-11-09 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.base/msym-lang.c: New test.
2358 * gdb.base/msym-lang.exp: New file.
2359 * gdb.base/msym-lang-main.c: New test.
2360
2361 2018-11-08 Tom Tromey <tom@tromey.com>
2362
2363 PR gdb/23555:
2364 PR gdb/23838:
2365 * gdb.base/warning.exp: New file.
2366
2367 2018-11-08 Jan Beulich <jbeulich@suse.com>
2368
2369 * testsuite/gdb.arch/i386-avx512.c,
2370 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2371
2372 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2373
2374 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2375 point hardware.
2376
2377 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2378
2379 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2380 * gdb.dwarf2/missing-type-name.exp: New file.
2381
2382 2018-11-06 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.base/many-headers.c: New test.
2385 * gdb.base/many-headers.exp: New file.
2386
2387 2018-11-06 Jim Wilson <jimw@sifive.com>
2388
2389 * gdb.base/code_elim.exp: For riscv, set additional_flags
2390 to include -msmall-data-limit=0.
2391
2392 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2393
2394 * gdb.ada/watch_minus_l: New testcase.
2395
2396 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2397
2398 * gdb.arch/aix-sighandle.c: New file.
2399 * gdb.arch/aix-sighandle.exp: New file.
2400
2401 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2402
2403 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2404 registers being unions.
2405
2406 2018-10-31 Tom de Vries <tdevries@suse.de>
2407
2408 * lib/valgrind.exp: New file.
2409 (vgdb_start, vgdb_stop): New procs, factored out of ...
2410 * gdb.base/valgrind-bt.exp: ... here, ...
2411 * gdb.base/valgrind-disp-step.exp: ... here and ...
2412 * gdb.base/valgrind-infcall.exp: ... here.
2413
2414 2018-10-31 Tom de Vries <tdevries@suse.de>
2415
2416 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2417
2418 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.dwarf2/void-type.c: New file.
2421 * gdb.dwarf2/void-type.exp: New file.
2422
2423 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2424
2425 * gdb.base/info_qt.c: New file.
2426 * gdb.base/info_qt.exp: New file.
2427
2428 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2429
2430 * gdb.arch/powerpc-htm-regs.c: New file.
2431 * gdb.arch/powerpc-htm-regs.exp: New file.
2432
2433 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2434
2435 * gdb.arch/powerpc-tar.c: New file.
2436 * gdb.arch/powerpc-tar.exp: New file.
2437
2438 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2439
2440 * gdb.arch/powerpc-ppr-dscr.c: New file.
2441 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2442
2443 2018-10-25 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2446
2447 2018-10-24 Tom de Vries <tdevries@suse.de>
2448
2449 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2450 longer exists error.
2451
2452 2018-10-24 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2455
2456 2018-10-24 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2459 --db-attach in valgrind.
2460
2461 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2462
2463 * gdb.arch/riscv-reg-aliases.c: New file.
2464 * gdb.arch/riscv-reg-aliases.exp: New file.
2465
2466 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2467
2468 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2469
2470 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2471
2472 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2473
2474 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2475
2476 * gdb.cp/ovldbreak.exp: Fix regexps.
2477
2478 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2479
2480 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2481
2482 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2483
2484 PR cli/23785
2485 * gdb.base/restore.exp: New test to check if "restore" with an
2486 invalid file doesn't segfault.
2487
2488 2018-10-18 Tom de Vries <tdevries@suse.de>
2489
2490 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2491 * gdb.ada/excep_handle.exp: Same.
2492 * gdb.ada/mi_string_access.exp: Same.
2493 * gdb.ada/mi_var_union.exp: Same.
2494 * gdb.arch/arc-analyze-prologue.exp: Same.
2495 * gdb.arch/arc-decode-insn.exp: Same.
2496 * gdb.base/readnever.exp: Same.
2497 * gdb.fortran/printing-types.exp: Same.
2498 * gdb.guile/scm-lazy-string.exp: Same.
2499
2500 2018-10-16 Tom de Vries <tdevries@suse.de>
2501
2502 PR gdb/23730
2503 * gdb.base/catch-follow-exec.c: Add copyright notice.
2504 * gdb.base/catch-follow-exec.exp: Rewrite to use
2505 gdb_spawn_with_cmdline_opts. Require gdb-native.
2506
2507 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2508
2509 * gdb.trace/actions-changed.exp: Check for arch support.
2510 * gdb.trace/actions.exp: Likewise.
2511 * gdb.trace/ax.exp: Likewise.
2512 * gdb.trace/backtrace.exp: Likewise.
2513 * gdb.trace/change-loc.exp: Likewise.
2514 * gdb.trace/deltrace.exp: Likewise.
2515 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2516 * gdb.trace/ftrace.exp: Likewise.
2517 * gdb.trace/infotrace.exp: Check for arch support.
2518 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2519 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2520 * gdb.trace/mi-tsv-changed.exp: Likewise.
2521 * gdb.trace/packetlen.exp: Likewise.
2522 * gdb.trace/passc-dyn.exp: Likewise.
2523 * gdb.trace/passcount.exp: Likewise.
2524 * gdb.trace/pending.exp: Likewise.
2525 * gdb.trace/range-stepping.exp: Check for shlib support.
2526 * gdb.trace/report.exp: Check for arch support.
2527 * gdb.trace/save-trace.exp: Likewise.
2528 * gdb.trace/signal.exp: Check for signal support.
2529 * gdb.trace/tfind.exp: Check for arch support.
2530 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2531 * gdb.trace/trace-common.h: Add comment.
2532 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2533 * gdb.trace/trace-enable-disable.exp: Likewise.
2534 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2535 * gdb.trace/tracecmd.exp: Check for arch support.
2536 * gdb.trace/tspeed.exp: Check for shlib and target support.
2537 * gdb.trace/tstatus.exp: Check for arch support.
2538 * gdb.trace/tsv.exp: Likewise.
2539 * gdb.trace/while-dyn.exp: Likewise.
2540 * gdb.trace/while-stepping.exp: Likewise.
2541 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2542
2543 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2544
2545 * gdb.trace/tspeed.exp: Remove nowarnings.
2546 (prepare_for_trace_test): Declare "global ipalib".
2547 * gdb.trace/tspeed.c: Include unistd.h.
2548 (main): Remove superfluous printf argument.
2549
2550 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2551
2552 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2553 directory prefix on the filename.
2554
2555 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2556
2557 * gdb.gdb/unittest.exp: Update expected message informing that
2558 selftests have been disabled.
2559 * gdb.server/unittest.exp: Likewise.
2560
2561 2018-10-09 Tom de Vries <tdevries@suse.de>
2562
2563 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2564 with runto_main.
2565
2566 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2567
2568 PR c++/16841
2569 * gdb.cp/virtbase2.cc: New file.
2570 * gdb.cp/virtbase2.exp: New file.
2571
2572 2018-10-06 Tom Tromey <tom@tromey.com>
2573
2574 PR python/19399:
2575 * gdb.python/py-inferior.exp: Add architecture test.
2576
2577 2018-10-06 Tom Tromey <tom@tromey.com>
2578
2579 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2580 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2581
2582 2018-10-06 Tom Tromey <tom@tromey.com>
2583
2584 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2585 of a "throw" catchpoint.
2586
2587 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2588
2589 * gdb.base/info-proc.exp: Update string expected from "help info
2590 proc".
2591
2592 2018-10-04 Tom Tromey <tom@tromey.com>
2593
2594 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2595 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2596 (test_initial_complaints, test_empty_complaints): Update.
2597 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2598
2599 2018-10-04 Tom Tromey <tom@tromey.com>
2600
2601 PR cli/19551:
2602 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2603 * lib/gdb.exp (gdb_file_cmd): Update.
2604 * gdb.stabs/weird.exp (print_weird_var): Update.
2605 * gdb.server/solib-list.exp: Update.
2606 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2607 * gdb.mi/mi-cli.exp: Update.
2608 * gdb.linespec/linespec.exp: Update.
2609 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2610 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2611 * gdb.cp/cp-relocate.exp: Update.
2612 * gdb.base/sym-file.exp: Update.
2613 * gdb.base/relocate.exp: Update.
2614 * gdb.base/readnever.exp: Update.
2615 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2616 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2617 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2618 * gdb.base/code_elim.exp: Update.
2619 * gdb.base/break-unload-file.exp (test_break): Update.
2620 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2621 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2622 Update.
2623 * gdb.base/attach.exp (do_attach_tests): Update.
2624 * gdb.base/sepdebug.exp: Update.
2625 * gdb.python/py-section-script.exp: Update.
2626
2627 2018-10-04 Tom Tromey <tom@tromey.com>
2628
2629 PR cli/22234:
2630 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2631 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2632 output.
2633
2634 2018-10-04 Tom Tromey <tom@tromey.com>
2635
2636 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2637 set width and height to 0.
2638 (test_command_line_attach_run): Use -quiet.
2639
2640 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2641
2642 * lib/gdb.exp (skip_ifunc_tests): New.
2643 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2644 other compile failures.
2645 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2646
2647 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2648
2649 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2650 is_amd64_regs_target.
2651
2652 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2653
2654 * gdb.arch/aarch64-sighandler-regs.c: New test.
2655 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2656 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2657
2658 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2659
2660 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2661 assembly.
2662
2663 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2664
2665 * gdb.base/frame-selection.exp: New file.
2666 * gdb.base/frame-selection.c: New file.
2667
2668 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2669
2670 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2671 pthread barrier.
2672 (main): Likewise.
2673
2674 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.base/large-frame-1.c: New file.
2677 * gdb.base/large-frame-2.c: New file.
2678 * gdb.base/large-frame.exp: New file.
2679 * gdb.base/large-frame.h: New file.
2680
2681 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2682
2683 PR gdb/20948
2684 * gdb.base/write_mem.exp: New test.
2685 * gdb.base/write_mem.c: Likewise.
2686
2687 2018-09-23 Tom Tromey <tom@tromey.com>
2688
2689 PR python/18852:
2690 * gdb.python/py-parameter.exp: Add test for parameter that throws
2691 on "set".
2692
2693 2018-09-23 Tom Tromey <tom@tromey.com>
2694
2695 PR python/17284:
2696 * gdb.python/py-template.exp (test_template_arg): Add test for
2697 negative template argument number.
2698
2699 2018-09-23 Tom Tromey <tom@tromey.com>
2700
2701 PR python/14062:
2702 * gdb.python/python.exp: Add test for post_event error.
2703
2704 2018-09-23 Tom Tromey <tom@tromey.com>
2705
2706 PR python/18170:
2707 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2708 convert pointers to int and long.
2709
2710 2018-09-23 Tom Tromey <tom@tromey.com>
2711
2712 PR python/20126:
2713 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2714 signed-ness conversion tests.
2715
2716 2018-09-23 Tom Tromey <tom@tromey.com>
2717
2718 PR python/18352;
2719 * gdb.python/py-value.exp (test_float_conversion): New proc.
2720 Use it.
2721
2722 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2723
2724 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2725
2726 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2727
2728 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2729 no readline.
2730 * gdb.base/utf8-identifiers.exp: Likewise.
2731 * gdb.cp/cpcompletion.exp: Likewise.
2732 * gdb.linespec/cpcompletion.exp: Likewise.
2733 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2734 * gdb.linespec/cpls-ops.exp: Likewise.
2735
2736 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2737 Chris January <chris.january@arm.com>
2738
2739 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2740 * gdb.fortran/short-circuit-argument-list.exp: New file.
2741 * gdb.fortran/short-circuit-argument-list.f90: New test.
2742
2743 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2746 "arch=" keyword when executing "-stack-list-frames".
2747
2748 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2749
2750 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2751 "arch=" keyword when executing "-stack-list-frames".
2752
2753 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2754
2755 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2756 break ada".
2757
2758 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2759
2760 PR python/23669
2761 * gdb.python/python.exp: Test gdb.execute("show commands").
2762
2763 2018-09-16 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.base/new-ui.exp (do_execution_tests): Update.
2766 * gdb.base/dbx.exp (test_breakpoints): Update.
2767
2768 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2769
2770 * lib/gdb.exp (gdb_simple_compile): Add proc.
2771 (is_elf_target): Use gdb_simple_compile.
2772 (skip_altivec_tests): Likewise.
2773 (skip_vsx_tests): Likewise.
2774 (skip_tsx_tests): Likewise.
2775 (skip_btrace_tests): Likewise.
2776 (skip_btrace_pt_tests): Likewise.
2777 (gdb_can_simple_compile): Likewise.
2778 (gdb_has_argv0): Likewise.
2779 (gdb_target_symbol_prefix): Likewise.
2780 (target_supports_scheduler_locking): Likewise.
2781
2782 2018-09-13 Tom Tromey <tom@tromey.com>
2783
2784 * Makefile.in (TAGS): Recognize proc_with_prefix and
2785 gdb_caching_proc.
2786
2787 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2788
2789 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2790 method.
2791
2792 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2793
2794 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2795 and a few other Inferior properties when the Inferior is no
2796 longer valid.
2797
2798 2018-09-13 Tom Tromey <tom@tromey.com>
2799
2800 PR rust/23650:
2801 * gdb.rust/simple.exp: Add test for enum field access error.
2802
2803 2018-09-13 Tom Tromey <tom@tromey.com>
2804
2805 PR rust/23626:
2806 * gdb.rust/simple.rs (EmptyEnum): New type.
2807 (main): Use it.
2808 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2809
2810 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2811
2812 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2813 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2814 * gdb.python/py-symtab.exp: Update test printing an objfile.
2815
2816 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2819 object.
2820
2821 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2822
2823 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2824 (support_complex_tests): Use gdb_can_simple_compile.
2825 (is_ilp32_target): Likewise.
2826 (is_lp64_target): Likewise.
2827 (is_64_target): Likewise.
2828 (is_amd64_regs_target): Likewise.
2829 (is_aarch32_target): Likewise.
2830 (gdb_int128_helper): Likewise.
2831
2832 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2833
2834 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2835
2836 2018-09-10 Jerome Guitton <guitton@adacore.com>
2837
2838 * gdb.ada/same_component_name: Add test for case of tagged record
2839 with variable-length fields.
2840
2841 2018-09-10 Xavier Roirand <roirand@adacore.com>
2842
2843 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2844 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2845 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2846 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2847
2848 2018-09-10 Xavier Roirand <roirand@adacore.com>
2849
2850 * gdb.ada/mi_string_access.exp: New testcase.
2851 * gdb.ada/mi_string_access/bar.adb: New file.
2852 * gdb.ada/mi_string_access/pck.adb: New file.
2853 * gdb.ada/mi_string_access/pck.asd: New file.
2854
2855 2018-09-10 Xavier Roirand <roirand@adacore.com>
2856
2857 * gdb.ada/mi_var_union.exp: New testcase.
2858 * gdb.ada/mi_var_union/bar.adb: New file.
2859 * gdb.ada/mi_var_union/pck.adb: New file.
2860 * gdb.ada/mi_var_union/pck.asd: New file.
2861
2862 2018-09-08 Tom Tromey <tom@tromey.com>
2863
2864 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2865
2866 2018-09-08 Tom Tromey <tom@tromey.com>
2867
2868 PR python/16047:
2869 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2870 (register_pretty_printers): Register new printer.
2871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2872 test.
2873 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2874 (an_int_type3): New global.
2875
2876 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2877
2878 * gdb.ada/expr_with_funcall: New testcase.
2879
2880 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.ada/packed_array_assign: New testcase.
2883
2884 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2887 names, and add test prefixes to make test names unique.
2888
2889 2018-09-05 Tom de Vries <tdevries@suse.de>
2890
2891 * gdb.dwarf2/varval.exp: Add test.
2892
2893 2018-09-04 Gary Benson <gbenson@redhat.com>
2894
2895 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2896 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2897
2898 2018-08-31 Tom Tromey <tom@tromey.com>
2899
2900 * gdb.rust/simple.rs: Rename second variable "v".
2901
2902 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.base/funcargs.c (use_a): New function.
2905 (recurse): Call use_a.
2906
2907 2018-08-29 Keith Seitz <keiths@redhat.com>
2908
2909 * gdb.compile/compile-cplus-anonymous.cc: New file.
2910 * gdb.compile/compile-cplus-anonymous.exp: New file.
2911 * gdb.compile/compile-cplus-array-decay.cc: New file.
2912 * gdb.compile/compile-cplus-array-decay.exp: New file.
2913 * gdb.compile/compile-cplus-inherit.cc: New file.
2914 * gdb.compile/compile-cplus-inherit.exp: New file.
2915 * gdb.compile/compile-cplus-member.cc: New file.
2916 * gdb.compile/compile-cplus-member.exp: New file.
2917 * gdb.compile/compile-cplus-method.cc: New file.
2918 * gdb.compile/compile-cplus-method.exp: New file.
2919 * gdb.compile/compile-cplus-mod.c: "New" file.
2920 * gdb.compile/compile-cplus-namespace.cc: New file.
2921 * gdb.compile/compile-cplus-namespace.exp: New file.
2922 * gdb.compile/compile-cplus-nested.cc: New file.
2923 * gdb.compile/compile-cplus-nested.exp: New file.
2924 * gdb.compile/compile-cplus-print.c: "New" file.
2925 * gdb.compile/compile-cplus-print.exp: "New" file.
2926 * gdb.compile/compile-cplus-virtual.cc: New file.
2927 * gdb.compile/compile-cplus-virtual.exp: New file.
2928 * gdb.compile/compile-cplus.c: "New" file.
2929 * gdb.compile/compile-cplus.exp: "New" file.
2930 * lib/compile-support.exp: New file.
2931
2932 2018-08-16 Gary Benson <gbenson@redhat.com>
2933
2934 PR gdb/13000:
2935 * gdb.base/batch-exit-status.exp: New file.
2936 * gdb.base/batch-exit-status.good-commands: Likewise.
2937 * gdb.base/batch-exit-status.bad-commands: Likewise.
2938
2939 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2940
2941 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2942 (struct struct02): Likewise.
2943 (struct struct03): Likewise.
2944 (struct struct04): Likewise.
2945 (struct struct_01_01): New struct.
2946 (struct struct_01_02): Likewise.
2947 (struct struct_01_03): Likewise.
2948 (struct struct_01_04): Likewise.
2949 (struct struct_02_01): Likewise.
2950 (struct struct_02_02): Likewise.
2951 (struct struct_02_03): Likewise.
2952 (struct struct_02_04): Likewise.
2953 (struct struct_04_01): Likewise.
2954 (struct struct_04_02): Likewise.
2955 (struct struct_04_03): Likewise.
2956 (struct struct_04_04): Likewise.
2957 (struct struct_05_01): Likewise.
2958 (struct struct_05_02): Likewise.
2959 (struct struct_05_03): Likewise.
2960 (struct struct_05_04): Likewise.
2961 (cmp_struct01): Remove function.
2962 (cmp_struct02): Likewise.
2963 (cmp_struct03): Likewise.
2964 (cmp_struct04): Likewise.
2965 (cmp_struct_01_01): Add Function.
2966 (cmp_struct_01_02): Likewise.
2967 (cmp_struct_01_03): Likewise.
2968 (cmp_struct_01_04): Likewise.
2969 (cmp_struct_02_01): Likewise.
2970 (cmp_struct_02_02): Likewise.
2971 (cmp_struct_02_03): Likewise.
2972 (cmp_struct_02_04): Likewise.
2973 (cmp_struct_04_01): Likewise.
2974 (cmp_struct_04_02): Likewise.
2975 (cmp_struct_04_03): Likewise.
2976 (cmp_struct_04_04): Likewise.
2977 (cmp_struct_05_01): Likewise.
2978 (cmp_struct_05_02): Likewise.
2979 (cmp_struct_05_03): Likewise.
2980 (cmp_struct_05_04): Likewise.
2981 (call_all): Add new structs.
2982 * gdb.base/infcall-nested-structs.exp: Likewise.
2983
2984 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2985
2986 * gdb.python/py-framefilter-mi.exp: Update regexp to
2987 check for "arch" field in frame output.
2988
2989 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2990
2991 * gdb.dwarf2/dw2-ranges-func.c: New file.
2992 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2993
2994 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2995
2996 * gdb.base/term.exp: Compare terminal settings with values from
2997 the inferior.
2998 * gdb.base/term.c: Get and set terminal settings.
2999
3000 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3001
3002 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3003 accommodate new "arch" field in frame output.
3004 * gdb.mi/mi-return.exp: Likewise.
3005 * gdb.mi/mi-stack.exp: Likewise.
3006 * gdb.mi/mi-syn-frame.exp: Likewise.
3007 * gdb.mi/user-selected-context-sync.exp: Likewise.
3008
3009 2018-08-19 Michael Spang <spang@google.com>
3010
3011 PR gdb/11786
3012 * gdb.base/gcore-tls-pie.c: New file.
3013 * gdb.base/gcore-tls-pie.exp: New file.
3014
3015 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3016
3017 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3018 * gdb.dwarf2/varval.c: New file.
3019 * gdb.dwarf2/varval.exp: New file.
3020
3021 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3022
3023 PR gdb/18931
3024 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3025
3026 2018-08-16 Keith Seitz <keiths@redhat.com>
3027
3028 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3029 tests expected to pass.
3030
3031 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3032
3033 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3034 -data-disassemble -a.
3035 (test_disassembly_bogus_args): Likewise.
3036
3037 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3040
3041 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.base/vla-optimized-out.exp: Add new test.
3044
3045 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.base/vla-optimized-out-o3.exp: Delete.
3048 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3049 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3050 deleted tests.
3051
3052 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 PR gdb/18050:
3055 * gdb.server/extended-remote-restart.c: New file.
3056 * gdb.server/extended-remote-restart.exp: New file.
3057
3058 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3059
3060 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3061 "set variable index = 42".
3062
3063 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3064
3065 * boards/index-cache-gdb.exp: New file.
3066 * gdb.dwarf2/index-cache.exp: New file.
3067 * gdb.dwarf2/index-cache.c: New file.
3068 * gdb.base/maint.exp: Check if we are using the index cache.
3069
3070 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3071
3072 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3073 MAKEFLAGS.
3074
3075 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3076
3077 * dg-extract-results.sh: Move to toplevel contrib.
3078 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3079 * Makefile.in (check-parallel-racy): Likewise.
3080
3081 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3084 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3085 tests if the target supports scheduler locking.
3086
3087 2018-08-04 Tom de Vries <tdevries@suse.de>
3088
3089 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3090
3091 2018-08-02 Tom Tromey <tom@tromey.com>
3092
3093 PR symtab/16842.
3094 * gdb.cp/temargs.exp: Test "info address" of a template
3095 parameter.
3096
3097 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3098
3099 * gdb.python/py-mi-var-info-path-expression.c: New file.
3100 * gdb.python/py-mi-var-info-path-expression.py: New file.
3101 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3102
3103 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3104
3105 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3106 error after "cannot resolve name" string.
3107
3108 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3109
3110 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3111 started.
3112 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3113
3114 2018-07-28 Tom de Vries <tdevries@suse.de>
3115
3116 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3117
3118 2018-07-26 Tom de Vries <tdevries@suse.de>
3119
3120 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3121
3122 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3125 is visible.
3126
3127 2018-07-26 Tom de Vries <tdevries@suse.de>
3128
3129 PR breakpoints/23366
3130 * gdb.base/catch-follow-exec.c: New test.
3131 * gdb.base/catch-follow-exec.exp: New file.
3132
3133 2018-07-25 Tom de Vries <tdevries@suse.de>
3134
3135 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3136 vla-optimized-out.c.
3137
3138 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3139
3140 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3141 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3142
3143 2018-07-20 Tom de Vries <tdevries@suse.de>
3144
3145 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3146 NOCLONE macro.
3147 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3148
3149 2018-07-19 Tom de Vries <tdevries@suse.de>
3150
3151 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3152 regular expression.
3153
3154 2018-07-18 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.base/vla-optimized-out.c: New test.
3157 * gdb.base/vla-optimized-out.exp: New file.
3158
3159 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3160
3161 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3162 message "No address associated with hostname" when gdbserver
3163 cannot resolve the hostname.
3164
3165 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3166
3167 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3168 Add some test prefixes to make tests unique.
3169
3170 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * gdb.base/frameapply.c: New file.
3173 * gdb.base/frameapply.exp: New file.
3174
3175 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3176
3177 * gdb.base/skip.exp: Update expected error message.
3178
3179 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3180 Jan Kratochvil <jan.kratochvil@redhat.com>
3181 Paul Fertser <fercerpav@gmail.com>
3182 Tsutomu Seki <sekiriki@gmail.com>
3183
3184 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3185 parameter.
3186 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3187 by default.
3188 * boards/native-gdbserver.exp: Likewise.
3189 * gdb.server/run-without-local-binary.exp: Improve regexp used
3190 for detecting when a remote debugging connection succeeds.
3191 * gdb.server/server-connect.exp: New file.
3192 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3193 Do not prefix the port number with ":".
3194 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3195 support for detecting and using it. Add '$debughost_gdbserver'
3196 to the list of arguments used to start gdbserver. Handle case
3197 when gdbserver cannot resolve a network name.
3198
3199 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3200
3201 PR c++/23373
3202 * gdb.base/ptype-offsets.cc (struct static_member): New
3203 struct.
3204 (main) <stmember>: New variable.
3205 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3206 with a static member in it.
3207
3208 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3209
3210 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3211 watchpoints enabled and disabled.
3212
3213 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.base/examine-backward.exp: Still run tests around address
3216 0x0, even if address 0x0 is not readable. Update the pattern for
3217 matching address 0x0 in expected output.
3218
3219 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3222 malloc/free.
3223
3224 2018-07-04 Tom de Vries <tdevries@suse.de>
3225
3226 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3227
3228 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3229
3230 PR tdep/8282
3231 * gdb.arch/mips-disassembler-options.exp: New test.
3232 * gdb.arch/mips-disassembler-options.s: New test source.
3233
3234 2018-06-29 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.threads/names.exp: Adjust expected "info threads" output.
3237
3238 2018-06-29 Pedro Alves <palves@redhat.com>
3239
3240 * gdb.opt/inline-break.exp (line number, address): Add "info
3241 break" tests.
3242
3243 2018-06-29 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3246 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3247 number and address and running to them.
3248
3249 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3250
3251 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3252
3253 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3254
3255 * lib/compiler.c: Remove executable permission flag.
3256
3257 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3258
3259 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3260 code.
3261 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3262
3263 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3264
3265 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3266
3267 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3268
3269 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3270 address argument is omitted.
3271
3272 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3273
3274 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3275
3276 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3277
3278 PR gdb/21695
3279 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3280 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3281
3282 2018-06-26 Tom Tromey <tom@tromey.com>
3283
3284 PR rust/22574:
3285 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3286 * gdb.rust/simple.rs (struct SimpleLayout): New.
3287
3288 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3291 "info registers" output.
3292
3293 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3294
3295 * gdb.base/watchpoint-hw-attach.c: New test.
3296 * gdb.base/watchpoint-hw-attach.exp: New file.
3297
3298 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3299
3300 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3301 through /bin/sh.
3302 * boards/dwarf4-gdb-index.exp: Likewise.
3303 * boards/fission-dwp.exp: Likewise.
3304
3305 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3306
3307 * gdb.base/float128.exp: Add comment and improved fail message
3308 to the failure case of "print large128" test.
3309
3310 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3311
3312 * configure.ac: Remove AC_PREREQ.
3313 * configure: Re-generate.
3314
3315 2018-06-19 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3318 (func_extern_caller): New.
3319 (main): Call func_extern_caller.
3320 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3321 logic change.
3322
3323 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3324
3325 PR gdb/16841
3326 * gdb.cp/typedef-base.cc: New file.
3327 * gdb.cp/typedef-base.exp: New file.
3328
3329 2018-06-18 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3332
3333 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3334 Richard Bunt <Richard.Bunt@arm.com>
3335
3336 * gdb.threads/attach-slow-waitpid.c: New file.
3337 * gdb.threads/attach-slow-waitpid.exp: New file.
3338 * gdb.threads/slow-waitpid.c: New file.
3339
3340 2018-06-14 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.base/fork-running-state.c: Include <errno.h>.
3343 (exit_if_relative_exits): New.
3344 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3345 exits.
3346 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3347 child exits.
3348
3349 2018-06-14 Tom de Vries <tdevries@suse.de>
3350
3351 PR cli/22573
3352 * gdb.base/finish-pretty.c: New test.
3353 * gdb.base/finish-pretty.exp: New file.
3354
3355 2018-06-14 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3358 gdb's expected startup output.
3359
3360 2018-06-14 Pedro Alves <palves@redhat.com>
3361
3362 * lib/selftest-support.exp (selftest_setup): Remove inlined
3363 function handling.
3364
3365 2018-06-14 Tom de Vries <tdevries@suse.de>
3366
3367 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3368 matching of breakpoint printing.
3369
3370 2018-06-13 Tom de Vries <tdevries@suse.de>
3371
3372 PR testsuite/23269
3373 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3374 (fork_child): ... here, and ...
3375 (fork_parent): ... here.
3376
3377 2018-06-12 Tom de Vries <tdevries@suse.de>
3378
3379 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3380
3381 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3382 Stephen Roberts <stephen.roberts@arm.com>
3383
3384 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3385 rewrite test to describe action performed, rather than possible
3386 failure.
3387
3388 2018-06-08 Gary Benson <gbenson@redhat.com>
3389
3390 * gdb.threads/check-libthread-db.exp: New file.
3391 * gdb.threads/check-libthread-db.c: Likewise.
3392
3393 2018-06-05 Tom Tromey <tom@tromey.com>
3394
3395 * gdb.base/default.exp: Update expected "show version" output.
3396
3397 2018-06-05 Tom Tromey <tom@tromey.com>
3398
3399 PR cli/12326:
3400 * gdb.cp/static-print-quit.exp: Update.
3401 * lib/gdb.exp (pagination_prompt): Update.
3402 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3403 * gdb.python/python.exp: Update.
3404
3405 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3406
3407 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3408
3409 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3410
3411 * gdb.ada/bp_fun_addr: New testcase.
3412
3413 2018-06-01 Tom Tromey <tom@tromey.com>
3414
3415 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3416 results.
3417 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3418 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3419 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3420 * gdb.base/maint.exp (maint_pass_if): Update.
3421
3422 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3423
3424 * gdb.base/endian.exp: New test.
3425 * gdb.base/endian.c: New test source.
3426
3427 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 PR gdb/23203
3430 * gdb.base/bt-selected-frame.c: New file.
3431 * gdb.base/bt-selected-frame.exp: New file.
3432 * lib/gdb.exp (get_current_frame_number): New function.
3433
3434 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3435 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.threads/tls-core.c: Include <stdlib.h>
3438 (thread_proc): Call `abort'.
3439 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3440 (tls_core_test): New procedure, bits factored out from ...
3441 (top level): ... here. Test both native cores and gcore cores.
3442
3443 2018-05-23 Tom Tromey <tom@tromey.com>
3444
3445 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3446
3447 2018-05-23 Tom Tromey <tom@tromey.com>
3448
3449 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3450 symfile_complaints.
3451 (test_short_complaints): Likewise.
3452 (test_empty_complaints): Likewise.
3453 (test_initial_complaints): Update.
3454
3455 2018-05-23 Tom Tromey <tom@tromey.com>
3456
3457 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3458
3459 2018-05-23 Tom Tromey <tom@tromey.com>
3460
3461 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3462 (test_short_complaints): Update.
3463
3464 2018-05-22 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.base/remote.exp: Only gdb_start after compiling the
3467 testcase. Issue "disconnect" before testing "set remote" command
3468 defaults. Issue clean_restart before running to main.
3469
3470 2018-05-22 Pedro Alves <palves@redhat.com>
3471
3472 * gdb.base/remote.exp: Adjust expected output of "show remote
3473 memory-write-packet-size". Add tests for "set remote
3474 memory-write-packet-size 0" and "set remote
3475 memory-write-packet-size fixed/limit".
3476
3477 2018-05-22 Pedro Alves <palves@redhat.com>
3478
3479 PR gdb/22973
3480 * gdb.base/utf8-identifiers.c: New file.
3481 * gdb.base/utf8-identifiers.exp: New file.
3482
3483 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3484
3485 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3486
3487 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3488
3489 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3490
3491 2018-05-18 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.base/ptype-offsets.exp: Update.
3494
3495 2018-05-17 Keith Seitz <keiths@redhat.com>
3496
3497 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3498 in expected breakpoint stop locations.
3499 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3500 move to proper scope to test variable values.
3501 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3502 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3503 New functions.
3504 (main): Call not_inline_func3.
3505 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3506 inline_func1, inline_func2, and inline_func3. Test that when each
3507 breakpoint is hit, GDB properly reports both the stop location
3508 and the backtrace. Repeat tests for temporary breakpoints.
3509
3510 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3511
3512 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3513 rather then trying to access it in determining whether the PID
3514 of `gdbserver' could have been retrieved.
3515
3516 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3517
3518 * gdb.arch/amd64-init-x87-values.S: New file.
3519 * gdb.arch/amd64-init-x87-values.exp: New file.
3520
3521 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3522
3523 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3524
3525 2018-05-04 Tom Tromey <tom@tromey.com>
3526
3527 PR python/22730:
3528 * gdb.python/python.exp: Test multi-line execute.
3529
3530 2018-05-04 Tom Tromey <tom@tromey.com>
3531
3532 PR python/22731:
3533 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3534
3535 2018-05-04 Tom Tromey <tom@tromey.com>
3536
3537 PR gdb/11750:
3538 * gdb.base/define.exp: Test defining a user command inside a user
3539 command.
3540 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3541
3542 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3543 Pedro Alves <palves@redhat.com>
3544
3545 PR breakpoints/19806 and support for PR external/20207.
3546 * gdb.base/watchpoint-unaligned.c: New file.
3547 * gdb.base/watchpoint-unaligned.exp: New file.
3548
3549 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.base/maint.exp: Make test names unique, use
3552 test_prefix_command_help to test 'help maint info', and remove
3553 repeated test of 'help maint'.
3554
3555 2018-05-04 Tom Tromey <tom@tromey.com>
3556
3557 PR gdb/22619:
3558 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3559 behavior.
3560
3561 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3562
3563 * gdb.base/maint.exp: Process output from 'maint print registers'
3564 line at a time.
3565
3566 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3569 timeout.
3570
3571 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3572
3573 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3574 filter pattern.
3575
3576 2018-05-02 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3579 to_log_command renames.
3580 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3581
3582 2018-05-02 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.python/py-parameter.exp: Set test message.
3585
3586 2018-05-02 Tom Tromey <tom@tromey.com>
3587
3588 PR python/20084:
3589 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3590 PARAM_ZUINTEGER_UNLIMITED tests.
3591
3592 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3593
3594 PR rust/23124
3595 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3596 when casting.
3597
3598 2018-04-30 Tom Tromey <tom@tromey.com>
3599
3600 * gdb.python/py-type.exp: Check align attribute.
3601 * gdb.python/py-type.c: New "aligncheck" global.
3602
3603 2018-04-30 Tom Tromey <tom@tromey.com>
3604
3605 PR exp/17095:
3606 * gdb.dwarf2/dw2-align.exp: New file.
3607 * gdb.cp/align.exp: New file.
3608 * gdb.base/align.exp: New file.
3609 * lib/gdb.exp (gdb_int128_helper): New proc.
3610 (has_int128_c, has_int128_cxx): New caching procs.
3611
3612 2018-04-27 Tom Tromey <tom@tromey.com>
3613
3614 PR rust/22545:
3615 * gdb.rust/simple.exp: Add inclusive range tests.
3616
3617 2018-04-26 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3620 ifunc breakpoint locations correctly of ifunc breakpoints set
3621 while the program resolves the ifunc.
3622
3623 2018-04-26 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/gnu-ifunc-final.c: New file.
3626 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3627 * gdb.base/gnu-ifunc.exp (executable): Delete.
3628 (staticexecutable): Adjust.
3629 (lib_opts, exec_opts): Delete.
3630 (make_binsuffix, build, set-break): New procedures.
3631 (misc_tests): New, with tests factored out from the top level.
3632 (top level): Test different combinations of ifunc resolver name,
3633 resolver with and with debug info, and ifunc target with and
3634 without debug info. Wrap static tests with with_target_prefix.
3635
3636 2018-04-26 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3639 return type" warnings.
3640
3641 2018-04-25 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3644 killed".
3645 * gdb.base/kill-after-signal.exp: Likewise.
3646 * gdb.threads/kill.exp: Likewise.
3647
3648 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3649 Sergio Durigan Junior <sergiodj@redhat.com>
3650 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3653 regexps to expect for '[Inferior ... detached]' as well.
3654 * gdb.base/attach.exp: Likewise.
3655 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3656 "gdb_continue_to_end".
3657 (test_catch_syscall_with_wrong_args): Likewise.
3658 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3659 ']'. Don't set 'verbose' on.
3660 * gdb.base/foll-vfork.exp: Likewise.
3661 * gdb.base/fork-print-inferior-events.c: New file.
3662 * gdb.base/fork-print-inferior-events.exp: New file.
3663 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3664 '[Inferior ... has been killed]' message.
3665 * gdb.base/kill-after-signal.exp: Likewise.
3666 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3667 detach message.
3668 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3669 message.
3670 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3671 regexps to expect for '[Inferior ... detached]' as well.
3672 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3673
3674 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3675
3676 PR gdb/23104
3677 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3678
3679 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3680
3681 * gdb.threads/multiple-successive-infcall.c: New test.
3682 * gdb.threads/multiple-successive-infcall.exp: New file.
3683
3684 2018-04-17 Tom Tromey <tom@tromey.com>
3685
3686 * gdb.rust/simple.rs (Union): New type.
3687 (main): New local "u".
3688 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3689
3690 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3691
3692 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3693 number information in output of "whereis" command.
3694 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3695
3696 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3697
3698 * gdb.ada/info_types.exp: Adjust expected output to the line
3699 numbers now printed by "info var/func/type".
3700 * gdb.base/completion.exp: Likewise.
3701 * gdb.base/included.exp: Likewise.
3702 * gdb.cp/cp-relocate.exp: Likewise.
3703 * gdb.cp/cplusfuncs.exp: Likewise.
3704 * gdb.cp/namespace.exp: Likewise.
3705 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3706
3707 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3708
3709 * gdb.btrace/cpu.exp: New.
3710
3711 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3712
3713 * gdb.base/step-indirect-call-thunk.exp: New.
3714 * gdb.base/step-indirect-call-thunk.c: New.
3715 * gdb.reverse/step-indirect-call-thunk.exp: New.
3716 * gdb.reverse/step-indirect-call-thunk.c: New.
3717
3718 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3719
3720 * gdb.base/pie-fork.c: New file.
3721 * gdb.base/pie-fork.exp: New file.
3722
3723 2018-04-11 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3726
3727 2018-04-10 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3730 exits. Instead loop running forever.
3731 (fork_parent): Run forever too.
3732
3733 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3734
3735 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3736 mi_continue_to_line.
3737 * gdb.mi/mi-stack.c (callee4): Add comment.
3738
3739 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3740
3741 * gdb.mi/mi-stack.exp: Fix indentation.
3742
3743 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 PR gdb/22979
3746 * gdb.arch/amd64-osabi.exp: New file.
3747
3748 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 PR gdb/22980
3751 * gdb.base/osabi.exp: New file.
3752
3753 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3754
3755 * gdb.cp/static-typedef-print.exp: New file.
3756 * gdb.cp/static-typedef-print.cc: New file.
3757
3758 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.ada/varsize_limit: New testcase.
3761
3762 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3763
3764 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3765
3766 * gdb.ada/notcplusplus: New testcase.
3767
3768 * gdb.base/c-linkage-name.c: New file.
3769 * gdb.base/c-linkage-name.exp: New testcase.
3770
3771 2018-03-26 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3774 * gdb.python/py-framefilter.py (name_error): New global.
3775 (ErrorInName.function): Use name_error.
3776
3777 2018-03-26 Tom Tromey <tom@tromey.com>
3778
3779 PR backtrace/15582:
3780 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3781
3782 2018-03-23 Keith Seitz <keiths@redhat.com>
3783
3784 PR c++/22968
3785 * gdb.cp/subtypes.exp: New file.
3786 * gdb.cp/subtypes.h: New file.
3787 * gdb.cp/subtypes.cc: New file.
3788 * gdb.cp/subtypes-2.cc: New file.
3789
3790 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3791
3792 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3793 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3794 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3795 -nostartfiles when compiling the test. Confirm that all registers
3796 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3797
3798 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3799
3800 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3801 option, syntax was wrong anyway.
3802 * gdb.arch/arm-disp-step.exp: Likewise.
3803 * gdb.arch/sparc64-regs.exp: Likewise.
3804 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3805 option, syntax was wrong anyway, switch to use
3806 prepare_for_testing.
3807 * gdb.arch/i386-disp-step.exp: Likewise.
3808
3809 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3810
3811 * gdb.ada/exec_changed.exp: Replace "target_info exists
3812 use_gdb_stub" by "use_gdb_stub".
3813 * gdb.ada/start.exp: Likewise.
3814 * gdb.base/async-shell.exp: Likewise.
3815 * gdb.base/attach-pie-misread.exp: Likewise.
3816 * gdb.base/attach-wait-input.exp: Likewise.
3817 * gdb.base/break-entry.exp: Likewise.
3818 * gdb.base/break-interp.exp: Likewise.
3819 * gdb.base/dprintf-detach.exp: Likewise.
3820 * gdb.base/nostdlib.exp: Likewise.
3821 * gdb.base/solib-nodir.exp: Likewise.
3822 * gdb.base/statistics.exp: Likewise.
3823 * gdb.base/testenv.exp: Likewise.
3824 * gdb.mi/mi-exec-run.exp: Likewise.
3825 * gdb.mi/mi-start.exp: Likewise.
3826 * gdb.multi/dummy-frame-restore.exp: Likewise.
3827 * gdb.multi/multi-arch-exec.exp: Likewise.
3828 * gdb.multi/multi-arch.exp: Likewise.
3829 * gdb.multi/tids.exp: Likewise.
3830 * gdb.multi/watchpoint-multi.exp: Likewise.
3831 * gdb.python/py-events.exp: Likewise.
3832 * gdb.threads/attach-into-signal.exp: Likewise.
3833 * gdb.threads/attach-stopped.exp: Likewise.
3834 * gdb.threads/threadapply.exp: Likewise.
3835 * lib/selftest-support.exp: Likewise.
3836
3837 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3838
3839 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3840
3841 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3842
3843 * gdb.perf/template-breakpoints.cc: New file.
3844 * gdb.perf/template-breakpoints.exp: New file.
3845 * gdb.perf/template-breakpoints.py: New file.
3846
3847 2018-03-19 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3850 y0.
3851 * gdb.rust/simple.exp: Test bare identifier form of struct
3852 initializer.
3853
3854 2018-03-19 Tom Tromey <tom@tromey.com>
3855
3856 * gdb.gdb/observer.exp: Remove.
3857
3858 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3859
3860 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3861 "qualified" option when setting breakpoints.
3862 * gdb.trace/backtrace.exp: Likewise.
3863 * gdb.trace/circ.exp: Likewise.
3864 * gdb.trace/collection.exp: Likewise.
3865 * gdb.trace/disconnected-tracing.exp: Likewise.
3866 * gdb.trace/ftrace-lock.exp: Likewise.
3867 * gdb.trace/ftrace.exp: Likewise.
3868 * gdb.trace/infotrace.exp: Likewise.
3869 * gdb.trace/packetlen.exp: Likewise.
3870 * gdb.trace/passc-dyn.exp: Likewise.
3871 * gdb.trace/qtro.exp: Likewise.
3872 * gdb.trace/read-memory.exp: Likewise.
3873 * gdb.trace/report.exp: Likewise.
3874 * gdb.trace/signal.exp: Likewise.
3875 * gdb.trace/status-stop.exp: Likewise.
3876 * gdb.trace/strace.exp: Likewise.
3877 * gdb.trace/tfind.exp: Likewise.
3878 * gdb.trace/trace-break.exp: Likewise.
3879 * gdb.trace/trace-condition.exp: Likewise.
3880 * gdb.trace/trace-mt.exp: Likewise.
3881 * gdb.trace/tstatus.exp: Likewise.
3882 * gdb.trace/tsv.exp: Likewise.
3883 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3884 * gdb.trace/unavailable.exp: Likewise.
3885 * gdb.trace/while-dyn.exp: Likewise.
3886
3887 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3888
3889 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3890 that libinproctrace is copied to the target.
3891
3892 2018-03-14 Tom Tromey <tom@tromey.com>
3893
3894 PR cli/14977:
3895 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3896 a null pointer.
3897 * gdb.base/wchar.exp: Likewise.
3898
3899 2018-03-14 Tom Tromey <tom@tromey.com>
3900
3901 PR cli/19918:
3902 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3903 flag.
3904
3905 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 PR gdb/22841
3908 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3909 "target" to remote_exec.
3910
3911 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3912
3913 PR gdb/22841
3914 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3915 ${board}_upload): Remove.
3916
3917 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3918
3919 * gdb.cp/watch-cp.cc: New test.
3920 * gdb.cp/watch-cp.exp: New file.
3921
3922 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * gdb.base/infcall-nested-structs.exp: New file.
3925 * gdb.base/infcall-nested-structs.c: New file.
3926 * gdb.base/float.exp: Add riscv support.
3927
3928 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3929
3930 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3931 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3932
3933 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3934
3935 * gdb.server/abspath.exp: New file.
3936 * lib/gdb.exp (with_cwd): New procedure.
3937
3938 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3941 use it.
3942 (gdb_is_target_remote_prompt): New proc.
3943 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3944 (gdb_is_target_native): Pass prompt parameter to
3945 gdb_is_target_1.
3946
3947 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3948
3949 * gdb.base/load-command.c: New file.
3950 * gdb.base/load-command.exp: New file.
3951 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3952 (gdb_is_target_1): ...this, and generalize for other targets
3953 than just remote.
3954 (gdb_is_target_remote): Use gdb_is_target_1.
3955 (gdb_is_target_native): use gdb_is_target_1.
3956
3957 2018-02-26 Tom Tromey <tom@tromey.com>
3958
3959 PR python/16497:
3960 * gdb.python/py-framefilter.exp: Update test.
3961
3962 2018-02-26 Tom Tromey <tom@tromey.com>
3963
3964 * gdb.dwarf2/variant.c: New file.
3965 * gdb.dwarf2/variant.exp: New file.
3966
3967 2018-02-26 Tom Tromey <tom@tromey.com>
3968
3969 * gdb.rust/simple.exp: Accept more possible results in enum test.
3970
3971 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3972
3973 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3974 parentheses.
3975
3976 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3977
3978 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3979 name of a variable: $actual_linejj -> $actual_line.
3980
3981 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3982
3983 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3984
3985 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3986
3987 * gdb.btrace/buffer-size.exp: Do not force BTS.
3988
3989 2018-02-14 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3992 getting a "Quit".
3993
3994 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3995
3996 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3997 Fix test name.
3998
3999 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4000
4001 * gdb.cp/m-static.exp: Check type of optimized out static
4002 member.
4003
4004 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4007 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4008
4009 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4010 Leszek Swirski <leszeks@google.com>
4011
4012 * gdb.python/py-prettyprint.c
4013 (struct to_string_returns_value_inner,
4014 struct to_string_returns_value_wrapper): New.
4015 (main): Add tsrvw variable.
4016 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4017 ToStringReturnsValueWrapper): New classes.
4018 (register_pretty_printers): Register new pretty-printers.
4019 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4020 recursive pretty printer.
4021 * gdb.python/py-mi.exp: Likewise.
4022
4023 2018-02-01 Leszek Swirski <leszeks@google.com>
4024
4025 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4026 functions with the same name as an include file are parsed
4027 correctly.
4028
4029 2018-02-01 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4032 "\[^\r\n\]*".
4033
4034 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4035
4036 * gdb.arch/powerpc-prologue-frame.s: New file.
4037 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4038 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4039
4040 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4041
4042 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4043
4044 2018-01-30 Pedro Alves <palves@redhat.com>
4045
4046 PR gdb/13211
4047 * gdb.base/interrupt-daemon.c: New.
4048 * gdb.base/interrupt-daemon.exp: New.
4049 * gdb.multi/multi-term-settings.c: New.
4050 * gdb.multi/multi-term-settings.exp: New.
4051
4052 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.base/break.exp: Save the location where the breakpoint
4055 on break.c:47 was actually inserted when debugging the version
4056 compiled at -O2 and use it in the expected output of the "info
4057 break" test performed soon after.
4058
4059 2018-01-22 Pedro Alves <palves@redhat.com>
4060 Sergio Durigan Junior <sergiodj@redhat.com>
4061
4062 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4063 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4064
4065 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.base/break-include.c, gdb.base/break-include.inc,
4068 gdb.base/break-include.exp: New files.
4069 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4070 line number now being the actual line number where the breakpoint
4071 was inserted.
4072 * gdb.mi/mi-break.exp: Likewise.
4073 * gdb.mi/mi-reverse.exp: Likewise.
4074 * gdb.mi/mi-simplerun.exp: Ditto.
4075
4076 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4077
4078 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4079 varobj.
4080 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4081
4082 2018-01-21 Don Breazeal <donb@codesourcery.com>
4083 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.mi/basics.c: Add new global.
4086 * gdb.mi/mi-frame-regs.exp: New file.
4087 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4088 case.
4089
4090 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4091
4092 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4093 non-parameter, and on an unknown symbol.
4094
4095 2018-01-19 Tom Tromey <tom@tromey.com>
4096
4097 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4098 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4099
4100 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4101
4102 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4103 setrlimit and chdir to int.
4104
4105 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4106
4107 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4108 function.
4109 (my_tend): Likewise.
4110 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4111 rationale of avoiding FP- and vector instructions.
4112
4113 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4114
4115 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4116 "info reg" with "\[ \t\]*".
4117 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4118 "\[ \t\]+".
4119 * gdb.arch/s390-multiarch.exp: Ditto.
4120 * gdb.base/pc-fp.exp: Ditto.
4121 * gdb.reverse/i386-precsave.exp: Ditto.
4122 * gdb.reverse/i386-reverse.exp: Ditto.
4123 * gdb.reverse/i387-env-reverse.exp: Ditto.
4124 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4125
4126 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4127
4128 * lib/gdb.exp (gdb_compile): Re-enable use of
4129 universal_compile_options for languages other than Rust.
4130
4131 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4132
4133 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4134
4135 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4136
4137 PR gdb/16577
4138 * gdb.base/solib-vanish.exp: New.
4139 * gdb.base/solib-vanish-main.c: New.
4140 * gdb.base/solib-vanish-lib1.c: New.
4141 * gdb.base/solib-vanish-lib2.c: New.
4142
4143 2018-01-17 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.compile/compile.exp: Match the address printed for
4146 frame in the output of command "bt".
4147
4148 2018-01-15 Tom Tromey <tom@tromey.com>
4149
4150 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4151 compute sp_reg.
4152
4153 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4154
4155 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4156 to prepare.
4157 (prepare): Return 0 on error, 1 on success.
4158
4159 2018-01-12 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/continue-after-aborted-step-over.c: New.
4162 * gdb.base/continue-after-aborted-step-over.exp: New.
4163
4164 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4165
4166 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4167 options when not creating an executable.
4168
4169 2018-01-11 Pedro Alves <palves@redhat.com>
4170
4171 PR remote/22597
4172 * gdb.server/stop-reply-no-thread.c: New file.
4173 * gdb.server/stop-reply-no-thread.exp: New file.
4174
4175 2018-01-10 Pedro Alves <palves@redhat.com>
4176
4177 PR gdb/22670
4178 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4179 functions too. Test setting breakpoints and printing C functions
4180 with no debug info too.
4181 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4182
4183 2018-01-10 Pedro Alves <palves@redhat.com>
4184
4185 PR gdb/22670
4186 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4187 a fail.
4188
4189 2018-01-10 Pedro Alves <palves@redhat.com>
4190
4191 PR gdb/22670
4192 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4193
4194 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4195
4196 * gdb.server/unittest.exp: Match the output in non-development
4197 mode.
4198
4199 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4200
4201 * gdb.gdb/unittest.exp: Match output in non-development mode.
4202
4203 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4204
4205 * gdb.ada/access_tagged_param.exp: Relax expected output
4206 for value of "ObjL" in "continue" to pck.inspect breakpoint
4207 test.
4208
4209 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4210
4211 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4212 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4213
4214 2018-01-05 Pedro Alves <palves@redhat.com>
4215
4216 PR gdb/18653
4217 * gdb.base/libsegfault.exp: New.
4218
4219 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4220
4221 PR gdb/22670
4222 * gdb.ada/access_tagged_param.exp: New file.
4223 * gdb.ada/access_tagged_param/foo.adb: New file.
4224
4225 2018-01-05 Pedro Alves <palves@redhat.com>
4226
4227 PR gdb/22670
4228 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4229 exercise lower case too, and to exercise both full matching and
4230 wild matching.
4231
4232 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4233
4234 * gdb.ada/rename_subscript_param: New testcase.
4235
4236 2018-01-05 Jerome Guitton <guitton@adacore.com>
4237
4238 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4239
4240 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4241
4242 * gdb.ada/convvar_comp: New testcase.
4243
4244 2018-01-05 Xavier Roirand <roirand@adacore.com>
4245
4246 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4247 (My_Table): New global variable.
4248 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4249
4250 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4251
4252 PR gdb/22670
4253 * gdb.ada/maint_with_ada: New testcase.
4254
4255 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4256
4257 PR gdb/22670
4258 * gdb.ada/bp_c_mixed_case: New testcase.
4259
4260 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4261
4262 PR gdb/22670
4263 * gdb.ada/complete.exp: Add "complete break ada" test.
4264
4265 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4266
4267 PR gdb/22670
4268 * gdb.ada/info_addr_mixed_case: New testcase.
4269
4270 2018-01-03 Xavier Roirand <roirand@adacore.com>
4271
4272 * gdb.ada/excep_handle.exp: New testcase.
4273 * gdb.ada/excep_handle/foo.adb: New file.
4274 * gdb.ada/excep_handle/pck.ads: New file.
4275
4276 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb.base/step-line.c: Add extra empty line in copyright header.
4279 * gdb.base/step-line.inp: Likewise.
4280
4281 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4282
4283 * gdb.ada/dyn_stride.exp: Add slice test.
4284
4285 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4286
4287 * gdb.ada/dyn_stride: New testcase.
4288
4289 2017-12-27 Stafford Horne <shorne@gmail.com>
4290
4291 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4292 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4293
4294 2017-12-27 Stafford Horne <shorne@gmail.com>
4295
4296 * gdb.base/reggroups.c: New file.
4297 * gdb.base/reggroups.exp: New file.
4298
4299 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4300
4301 * gdb.dwarf2/ada-valprint-error.c: New file.
4302 * gdb.dwarf2/ada-valprint-error.exp: New file.
4303
4304 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.ada/assign_arr: New testcase.
4307
4308 2017-12-18 Xavier Roirand <roirand@adacore.com>
4309
4310 * gdb.ada/funcall_ptr: New testcase.
4311
4312 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4313
4314 PR cli/16224
4315 * gdb.base/ptype-offsets.cc: New file.
4316 * gdb.base/ptype-offsets.exp: New file.
4317
4318 2017-12-15 Yao Qi <yao.qi@linaro.org>
4319
4320 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4321 if XML is disabled.
4322
4323 2017-12-15 Xavier Roirand <roirand@adacore.com>
4324
4325 * gdb.ada/same_component_name: New testcase.
4326
4327 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4328
4329 * gdb.ada/str_binop_equal: New testcase.
4330
4331 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4332
4333 * gdb.ada/task_switch_in_core: New testcase.
4334
4335 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4338 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4339 call test_bkpt_qualified.
4340 (test_bkpt_qualified): New proc.
4341
4342 2017-12-13 Pedro Alves <palves@redhat.com>
4343
4344 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4345 Tighten regexp by matching with an anchor.
4346
4347 2017-12-13 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4350 ("expression with namespace"): New set of tests.
4351 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4352 (Nested::Test_NS::qux): New.
4353 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4354 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4355
4356 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4357
4358 * gdb.base/server-del-break.c: New file.
4359 * gdb.base/server-del-break.exp: New file.
4360
4361 2017-12-12 Stafford Horne <shorne@gmail.com>
4362
4363 * gdb.xml/tdesc-regs.exp: Add or1k support.
4364
4365 2017-12-12 Stafford Horne <shorne@gmail.com>
4366
4367 * gdb.base/bp-permanent.c: Define nop of or1k.
4368
4369 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4370
4371 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4372 output with components being reordered.
4373
4374 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4375
4376 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4377 output with components being reordered.
4378
4379 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4380 Pedro Alves <palves@redhat.com>
4381
4382 * gdb.base/maint.exp (check for .gdb_index): Check also for
4383 .debug_names.
4384 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4385 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4386 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4387 (.gdb_index used after symbol reloading): Support also .debug_names.
4388 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4389
4390 2017-12-08 Yao Qi <yao.qi@linaro.org>
4391
4392 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4393 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4394
4395 2017-12-08 Yao Qi <yao.qi@linaro.org>
4396
4397 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4398 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4399
4400 2017-12-08 Yao Qi <yao.qi@linaro.org>
4401
4402 * gdb.arch/aarch64-tagged-pointer.c: New file.
4403 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4404
4405 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4406
4407 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4408 "int".
4409
4410 2017-12-07 Keith Seitz <keiths@redhat.com>
4411
4412 PR breakpoints/22569
4413 * gdb.linespec/ls-errs.exp: Change expected result of "break
4414 -source this file has spaces.c -line 3".
4415 Check that an explicit source file followed by whitespace is
4416 identified as an invalid explicit location.
4417
4418 2017-12-07 Keith Seitz <keiths@redhat.com>
4419
4420 * gdb.cp/nested-types.cc: New file.
4421 * gdb.cp/nested-types.exp: New file.
4422 * lib/cp-support.exp: Load data-structures.exp library.
4423 (debug_cp_test_ptype_class): New global.
4424 (cp_ptype_class_verbose, next_line): New procedures.
4425 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4426 Add and document new return value.
4427 Switch the list of lines to a queue.
4428 Add support for new `type' key for nested type definitions.
4429 Add debugging/troubleshooting messages.
4430 * lib/data-structures.exp: New file.
4431
4432 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4435 with proc_with_prefix, don't use with_test_prefix.
4436
4437 2017-12-07 Tom Tromey <tom@tromey.com>
4438
4439 * gdb.base/break.exp: Add test for empty "commands".
4440
4441 2017-12-07 Yao Qi <yao.qi@linaro.org>
4442
4443 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4444 malloc and catch syscall.
4445
4446 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4447
4448 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4449 tests for explicit locations.
4450
4451 2017-12-06 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4454 force-disabling XML descriptions.
4455
4456 2017-12-04 Pedro Alves <palves@redhat.com>
4457
4458 PR gdb/22499
4459 * gdb.arch/amd64-disp-step-avx.S: New file.
4460 * gdb.arch/amd64-disp-step-avx.exp: New file.
4461
4462 2017-12-03 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4465 and <string.h>.
4466 (parent_function): Print distinct messages when waitpid fails, or
4467 the child exits with a signal, or the child exits for an unhandled
4468 reason.
4469 * gdb.threads/process-dies-while-detaching.exp
4470 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4471 it. Wait for both inferior output and GDB's prompt. Use an
4472 indirect spawn id list.
4473 (do_detach): New parameter 'child_exit'. Use it to compute
4474 expected inferior output.
4475 (test_detach, test_detach_watch, test_detach_killed_outside):
4476 Adjust to pass down the expected child exit kind.
4477
4478 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4479 Sergio Durigan Junior <sergiodj@redhat.com>
4480 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4483
4484 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4485
4486 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4487 to 'symbol-file' and 'add-symbol-file' can be
4488 position-independent.
4489
4490 2017-12-01 Yao Qi <yao.qi@linaro.org>
4491
4492 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4493 the URL in copyright header.
4494 * gdb.arch/aarch64-fp.exp: Likewise.
4495 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4496 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4497 * gdb.base/expand-psymtabs.exp: Likewise.
4498 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4499 * gdb.fortran/common-block.exp: Likewise.
4500 * gdb.fortran/common-block.f90: Likewise.
4501 * gdb.fortran/logical.exp: Likewise.
4502 * gdb.fortran/vla-datatypes.f90: Likewise.
4503 * gdb.fortran/vla-sub.f90: Likewise.
4504
4505 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4506
4507 * gdb.ada/repeat_dyn: New testcase.
4508
4509 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4510
4511 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4512 Update for changed thread numbering.
4513 * gdb.cell/bt.exp: Update for changed GDB output.
4514
4515 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4516
4517 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4518 setting isremote by hand.
4519 * boards/dwarf4-gdb-index.exp: Likewise.
4520 * boards/fission.exp: Likewise.
4521 * boards/stabs.exp: Likewise.
4522
4523 2017-11-30 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.linespec/cpls-ops.exp
4526 (check_explicit_skips_function_argument): Extract the underlying
4527 type of size_t instead of hardcoding it.
4528
4529 2017-11-29 Pedro Alves <palves@redhat.com>
4530
4531 PR c++/19436
4532 * gdb.linespec/cpls-abi-tag.cc: New file.
4533 * gdb.linespec/cpls-abi-tag.exp: New file.
4534
4535 2017-11-29 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.base/langs.exp: Use -qualified.
4538 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4539 it.
4540 * gdb.cp/namespace.exp: Use -qualified.
4541 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4542 (overload-3, template-overload, template-ret-type, const-overload)
4543 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4544 procedures.
4545 (test_driver): Call them.
4546 * gdb.cp/save-bp-qualified.cc: New.
4547 * gdb.cp/save-bp-qualified.exp: New.
4548 * gdb.linespec/explicit.exp: Test -qualified.
4549 * lib/completion-support.exp (completion::explicit_opts_list): Add
4550 "-qualified".
4551 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4552
4553 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4554
4555 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4556
4557 2017-11-29 Tom Tromey <tom@tromey.com>
4558
4559 * gdb.base/relocate.exp: Update invalid argument test.
4560 Add new tests for invalid arguments.
4561
4562 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4563
4564 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4565 Return 0 as a long.
4566 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4567
4568 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4569
4570 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4571 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4572 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4573 func ().
4574 * gdb.cp/shadow.cc (B.func): Return 0.
4575
4576 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4579 expected output in gdb_expect call to allow the exception
4580 message to be present as well. Fix syntax confusion to avoid
4581 TCL thinking that exception_name is an array.
4582
4583 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4584
4585 * gdb.arch/spu-info.c: Include <unistd.h>.
4586 (do_signal_test): Fix broken calls to write.
4587 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4588 Fix checks for empty mailboxes. Update signal tests for corrected
4589 do_signal_test routine. Allow nonzero event status.
4590 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4591 * gdb.cell/arch.exp: Use standard_output_file.
4592 * gdb.cell/break.exp: Likewise.
4593 * gdb.cell/bt.exp: Likewise.
4594 * gdb.cell/core.exp: Likewise.
4595 * gdb.cell/dwarfaddr.exp: Likewise.
4596 * gdb.cell/ea-cache.exp: Likewise.
4597 * gdb.cell/ea-standalone.exp: Likewise.
4598 * gdb.cell/f-regs.exp: Likewise.
4599 * gdb.cell/fork.exp: Likewise.
4600 * gdb.cell/gcore.exp: Likewise.
4601 * gdb.cell/mem-access.exp: Likewise.
4602 * gdb.cell/ptype.exp: Likewise.
4603 * gdb.cell/registers.exp: Likewise.
4604 * gdb.cell/sizeof.exp: Likewise.
4605 * gdb.cell/solib-symbol.exp: Likewise.
4606 * gdb.cell/solib.exp: Likewise.
4607
4608 2017-11-25 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.base/complete-empty.exp: New file.
4611 * gdb.base/completion.exp: Adjust.
4612
4613 2017-11-25 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.linespec/cpls-ops.cc: New file.
4616 * gdb.linespec/cpls-ops.exp: New file.
4617 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4618 factored out from ...
4619 (test_complete_prefix_range): ... this.
4620
4621 2017-11-24 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.linespec/cpcompletion.exp: New file.
4624 * gdb.linespec/cpls-hyphen.cc: New file.
4625 * gdb.linespec/cpls.cc: New file.
4626 * gdb.linespec/cpls2.cc: New file.
4627 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4628 test to use test_gdb_complete_unique. Add label completion,
4629 keyword completion and explicit location completion tests.
4630 * lib/completion-support.exp: New file.
4631
4632 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4633
4634 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4635 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4636 when hitting an exception catchpoint.
4637
4638 2017-11-22 Yao Qi <yao.qi@linaro.org>
4639
4640 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4641
4642 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4643
4644 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4645 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4646 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4647
4648 2017-11-22 Yao Qi <yao.qi@linaro.org>
4649
4650 * gdb.base/info-os.exp: Pass pthreads.
4651 * gdb.multi/multi-attach.exp: Likewise.
4652
4653 2017-11-22 Yao Qi <yao.qi@linaro.org>
4654
4655 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4656 compiler.
4657
4658 2017-11-22 Yao Qi <yao.qi@linaro.org>
4659
4660 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4661 * gdb.base/break-interp.exp: Likewise.
4662 * gdb.base/jit-attach-pie.exp: Likewise.
4663
4664 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4665
4666 * gdb.base/float128.c (large128): New variable.
4667 * gdb.base/float128.exp: Add test to print largest __float128 value.
4668
4669 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4670
4671 * gdb.arch/vsx-regs.exp: Update register content checks.
4672
4673 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4674
4675 * gdb.arch/ppc-longdouble.exp: New file.
4676 * gdb.arch/ppc-longdouble.c: Likewise.
4677
4678 2017-11-21 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4681
4682 2017-11-20 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4685 (long_double_typedef): New typedefs.
4686 Use DEF on double and long double.
4687 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4688 cases.
4689 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4690 and 'long_double_ptr_same_size' locals. Use them to decide
4691 whether cast from array/function to float is valid/invalid.
4692
4693 2017-11-17 Tom Tromey <tom@tromey.com>
4694
4695 * gdb.rust/traits.rs: New file.
4696 * gdb.rust/traits.exp: New file.
4697
4698 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4699
4700 * gdb.ada/minsyms: New testcase.
4701
4702 2017-11-16 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4705 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4706
4707 2017-11-16 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4710 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4711
4712 2017-11-16 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.server/reconnect-ctrl-c.c: New file.
4715 * gdb.server/reconnect-ctrl-c.exp: New file.
4716
4717 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4718
4719 * gdb.python/py-rbreak.exp: New file.
4720 * gdb.python/py-rbreak.c: New file.
4721 * gdb.python/py-rbreak-func2.c: New file.
4722
4723 2017-11-16 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4726 pattern.
4727 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4728 GDB.
4729
4730 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4733 regex.
4734
4735 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4736
4737 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4738 test names.
4739
4740 2017-11-09 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4743 factored out from ...
4744 (top level): ... here, and adjusted to avoid expecting beyond the
4745 prompt in a single gdb_test_multiple.
4746
4747 2017-11-09 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4750 output.
4751 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4752 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4753 * gdb.server/ext-run.exp ("kill" test): Likewise.
4754 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4755
4756 2017-11-09 Pedro Alves <palves@redhat.com>
4757
4758 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4759 match till end of line.
4760
4761 2017-11-09 Pedro Alves <palves@redhat.com>
4762
4763 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4764
4765 2017-11-09 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4768 New procedures, factored out from ...
4769 (top level): ... here, and adjusted to avoid expecting beyond the
4770 prompt in one go.
4771
4772 2017-11-09 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4775 output. Fix '?' match.
4776
4777 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4778
4779 * gdb.ada/scoped_watch: New testcase.
4780 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4781 which is actually correct.
4782 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4783 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4784
4785 2017-11-08 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.gdb/complaints.exp (test_initial_complaints)
4788 (test_serial_complaints, test_short_complaints): Call
4789 complaint_internal instead of complaint.
4790
4791 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4792
4793 * gdb.threads/tls-core.c: New file.
4794 * gdb.threads/tls-core.exp: Likewise.
4795
4796 2017-11-08 Pedro Alves <palves@redhat.com>
4797
4798 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4799 (p Exported_Capitalized): New test.
4800 (p exported_capitalized): New test.
4801
4802 2017-11-07 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4805
4806 2017-11-07 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4809 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4810 (disable_invalid, disable_inverted, disable_negative): New
4811 procedures.
4812 ("bad numbers"): New set of tests.
4813
4814 2017-11-07 Pedro Alves <palves@redhat.com>
4815
4816 * gdb.cp/ena-dis-br-range.exp: Add tests.
4817
4818 2017-11-07 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4821
4822 2017-11-07 Xavier Roirand <roirand@adacore.com>
4823 Pedro Alves <palves@redhat.com>
4824
4825 * gdb.base/ena-dis-br.exp: Add reference to
4826 gdb.cp/ena-dis-br-range.exp.
4827 * gdb.cp/ena-dis-br-range.exp: New file.
4828 * gdb.cp/ena-dis-br-range.cc: New file.
4829
4830 2017-11-06 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/attach-non-pgrp-leader.c: New.
4833 * gdb.base/attach-non-pgrp-leader.exp: New.
4834
4835 2017-11-06 Pedro Alves <palves@redhat.com>
4836
4837 * configure.ac: No longer check for termio.h and sgtty.h.
4838 * configure: Regenerate.
4839 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4840 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4841 Remove termio and sgtty code.
4842
4843 2017-11-03 Yao Qi <yao.qi@linaro.org>
4844
4845 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4846 in GDB is disabled.
4847
4848 2017-11-03 Yao Qi <yao.qi@linaro.org>
4849
4850 * gdb.python/py-thrhandle.exp: Skip it if python is not
4851 enabled.
4852
4853 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4856 as a breakpoint command.
4857
4858 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4859
4860 PR python/21213
4861 * gdb.python/py-infthread.exp: Test calling
4862 InferiorThread.inferior () multiple times in a row.
4863
4864 2017-10-27 Keith Seitz <keiths@redhat.com>
4865
4866 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4867 Test "info break" for every inlined function breakpoint.
4868
4869 2017-10-27 Yao Qi <yao.qi@linaro.org>
4870
4871 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4872
4873 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4874
4875 * gdb.cp/classes.exp (test_static_members): Test printing
4876 Outer::instance.
4877 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4878 (Inner::instance, Outer::instance): New.
4879
4880 2017-10-24 Pedro Alves <palves@redhat.com>
4881
4882 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4883 extra console" test in two stages.
4884
4885 2017-10-24 Pedro Alves <palves@redhat.com>
4886
4887 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4888
4889 2017-10-24 Pedro Alves <palves@redhat.com>
4890
4891 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4892 loop.
4893
4894 2017-10-24 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4897 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4898
4899 2017-10-24 Pedro Alves <palves@redhat.com>
4900
4901 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4902 parameter and handle it. Don't output read value in test name.
4903
4904 2017-10-24 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4907 custom test name.
4908
4909 2017-10-24 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4912 include the unstable output directory name in the test's name.
4913 (initial_setup_simple) <'set args'>: Use custom test name.
4914
4915 2017-10-24 Pedro Alves <palves@redhat.com>
4916
4917 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4918 with explicit test name.
4919
4920 2017-10-20 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4923 'wait -i'. Use gdb_assert and remote_close.
4924
4925 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4926
4927 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4928 number from variable rather than hard-coded.
4929
4930 2017-10-19 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.base/long-inferior-output.c: New file.
4933 * gdb.base/long-inferior-output.exp: New file.
4934
4935 2017-11-18 Keith Seitz <keiths@redhat.com>
4936
4937 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4938 method.
4939 (main): Call it.
4940 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4941 Add additional user-defined conversion operator tests.
4942
4943 2017-10-17 Pedro Alves <palves@redhat.com>
4944
4945 * boards/native-stdio-gdbserver.exp: Load "local-board".
4946
4947 2017-10-17 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/quit-live.c: New file.
4950 * gdb.base/quit-live.exp: New file.
4951
4952 2017-10-16 Keith Seitz <keiths@redhat.com>
4953
4954 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4955 (class_with_protected_typedef, class_with_private_typedef)
4956 (struct_with_public_typedef, struct_with_protected_typedef)
4957 (struct_with_private_typedef): New classes/structs.
4958 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4959 typedefs and access specifiers.
4960
4961 2017-10-16 Pedro Alves <palves@redhat.com>
4962 Simon Marchi <simon.marchi@polymtl.ca>
4963
4964 * README (Local vs Remote vs Native): New section.
4965 * boards/local-board.exp: New file, with bits factored out from
4966 ...
4967 * boards/native-extended-gdbserver.exp: ... here. Load
4968 "local-board".
4969 * boards/native-gdbserver.exp: Load "local-board".
4970 (${board}_spawn, ${board}_exec): Delete.
4971 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4972 ...
4973 * boards/stdio-gdbserver-base.exp: ... this new file.
4974 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4975 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4976 procedure.
4977 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4978 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4979 stdio_gdbserver_command.
4980 (${board}_get_remote_address, ${board}_get_comm_port)
4981 (${board}_download, ${board}_upload): Delete.
4982 (get_target_remote_pipe_cmd): New.
4983
4984 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4985
4986 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4987 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4988 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4989 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4990 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4991 remove with_test_prefix.
4992
4993 2017-10-13 Pedro Alves <palves@redhat.com>
4994
4995 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4996 * gdb.base/annota1.exp: Use it instead of is_remote.
4997 * gdb.base/annota3.exp: Use it instead of is_remote.
4998 * gdb.cp/annota2.exp: Use it instead of is_remote.
4999 * gdb.cp/annota3.exp: Use it instead of is_remote.
5000 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5001
5002 2017-10-13 Pedro Alves <palves@redhat.com>
5003
5004 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5005 (test_num_test_vars, run_and_count_vars, find_env)
5006 (test_set_unset_env, test_inherit_env_var): New procedures.
5007 (top level): Use them.
5008
5009 2017-10-13 Pedro Alves <palves@redhat.com>
5010
5011 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5012 also skip on stub-like targets.
5013
5014 2017-10-13 Pedro Alves <palves@redhat.com>
5015
5016 PR gdb/22293
5017 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5018 (top level): Move some tests to ...
5019 (test_not_found): ... this new procedure.
5020 (top level): Call it.
5021
5022 2017-10-13 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5025 expect different "info terminal" output if testing with a
5026 non-native target.
5027
5028 2017-10-13 Pedro Alves <palves@redhat.com>
5029 Simon Marchi <simon.marchi@polymtl.ca>
5030
5031 PR python/12966
5032 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5033
5034 2017-10-13 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5037 already.
5038
5039 2017-10-13 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5042 is_remote.
5043
5044 2017-10-13 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5047 is_remote.
5048
5049 2017-10-13 Pedro Alves <palves@redhat.com>
5050
5051 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5052 is set.
5053 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5054 instead of is_remote.
5055
5056 2017-10-13 Pedro Alves <palves@redhat.com>
5057
5058 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5059 (top level): Add comment.
5060
5061 2017-10-13 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/remote.exp (top level): Fix comment typo and add
5064 missing return.
5065
5066 2017-10-13 Pedro Alves <palves@redhat.com>
5067 Simon Marchi <simon.marchi@polymtl.ca>
5068
5069 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5070 calls and add comments. Skip test if use_gdb_stub is set.
5071 (top level): Use "set cwd" command instead of "cd" command.
5072
5073 2017-10-13 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5076 is_remote target check.
5077
5078 2017-10-13 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/scope.exp: Use build_executable + clean_restart +
5081 gdb_file_cmd instead of prepare_for_testing and no longer skip
5082 "before run" tests on is_remote target boards. Update comments.
5083 * boards/native-extended-gdbserver.exp
5084 (extended_gdbserver_load_last_file): New, factored out from ...
5085 (gdb_load): ... this. Move further below and add comment.
5086 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5087
5088 2017-10-12 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/attach.exp: Remove references to gdb64.
5091 * gdb.base/dbx.exp: Remove references to gdb64.
5092
5093 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5094 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.base/label.exp: Remove is_remote target check.
5097
5098 2017-10-12 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.base/auvx.exp (coredir): Update comment.
5101 (top level) <core_works>: Use "set cwd" command instead of "cd"
5102 command.
5103
5104 2017-10-12 Pedro Alves <palves@redhat.com>
5105 Simon Marchi <simon.marchi@polymtl.ca>
5106
5107 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5108 target boards.
5109
5110 2017-10-12 Pedro Alves <palves@redhat.com>
5111 Simon Marchi <simon.marchi@polymtl.ca>
5112
5113 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5114 Instead skip if there's any gdb_protocol set.
5115
5116 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5117 Pedro Alves <palves@redhat.com>
5118
5119 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5120
5121 2017-10-12 Pedro Alves <palves@redhat.com>
5122 Simon Marchi <simon.marchi@polymtl.ca>
5123
5124 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5125 instead of on dejagnu remote boards.
5126
5127 2017-10-12 Pedro Alves <palves@redhat.com>
5128 Simon Marchi <simon.marchi@polymtl.ca>
5129
5130 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5131 checks. Use build_executable + clean_restart instead of
5132 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5133 of enabling non-stop after starting gdb.
5134
5135 2017-10-12 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5138 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5139 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5140 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5141
5142 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5143
5144 * gdb.arch/arc-tdesc-cpu.exp: New file.
5145 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5146
5147 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5148
5149 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5150
5151 2017-10-10 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5154 expect CLI output.
5155
5156 2017-10-10 Pedro Alves <palves@redhat.com>
5157
5158 * lib/selftest-support.exp (selftest_setup): Update for
5159 captured_command_loop's prototype change.
5160
5161 2017-10-09 Pedro Alves <palves@redhat.com>
5162
5163 Test both arch1=>arch2 and arch2=>arch1.
5164
5165 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5166 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5167 factored out to...
5168 (append_arch1_options, append_arch2_options, append_arch_options)
5169 (build_executables): New procedures.
5170 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5171 local.
5172 (top level): Add new 'first_arch' testing axis.
5173
5174 2017-10-09 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5177 (barrier): New.
5178 (thread_start, all_started): New functions.
5179 (main): Spawn new thread and wait until it is scheduled.
5180 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5181 option.
5182 (do_test): Add 'selected_thread' parameter. Run to all_started
5183 instead of main. Explicitly set the breakpoint at main. Switch
5184 to the SELECTED_THREAD thread.
5185 (top level): Test handling the exec event with either the main
5186 thread or the second thread selected.
5187
5188 2017-10-09 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5191 logic. Move STOP marker after the value checks.
5192 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5193 regexp.
5194
5195 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5196
5197 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5198
5199 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5200
5201 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5202 integer-to-dfp conversion.
5203 * gdb.base/dfp-test.exp: Likewise.
5204
5205 2017-10-04 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.multi/hangout.c: Include <unistd.h>.
5208 (hangout_loop): New function.
5209 (main): Call alarm. Call hangout_loop in a loop.
5210 * gdb.multi/hello.c: Include <unistd.h>.
5211 (hello_loop): New function.
5212 (main): Call alarm. Call hangout_loop in a loop.
5213 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5214 inferior with the other selected.
5215
5216 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5217
5218 * gdb.mi/list-thread-groups-available.exp: New file.
5219 * gdb.mi/list-thread-groups-available.c: New file.
5220
5221 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5222
5223 * gdb.base/set-cwd.exp: Make it available on
5224 native-extended-gdbserver.
5225
5226 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5227
5228 * gdb.base/set-cwd.c: New file.
5229 * gdb.base/set-cwd.exp: Likewise.
5230
5231 2017-10-02 Tom Tromey <tom@tromey.com>
5232
5233 PR rust/22236:
5234 * gdb.rust/simple.rs (main): New variable "fslice".
5235 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5236
5237 2017-10-02 Tom Tromey <tom@tromey.com>
5238
5239 * gdb.rust/simple.exp: Test ptype of a slice.
5240
5241 2017-10-02 Tom Tromey <tom@tromey.com>
5242
5243 * gdb.rust/simple.exp: Test index of slice.
5244
5245 2017-09-27 Tom Tromey <tom@tromey.com>
5246
5247 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5248
5249 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5250 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/compare-sections.exp (get value of read-only section): Read
5253 as unsigned value.
5254 (corrupt read-only section): Likewise and don't set written if patching
5255 failed.
5256
5257 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5258
5259 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5260 files.
5261
5262 2017-09-20 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5265 symbol names in gdb's output.
5266 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5267
5268 2017-09-20 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5271 Rename to ...
5272 (test_list_ambiguous_symbol): ... this and add a symbol name
5273 parameter. Adjust.
5274 (test_list_ambiguous_function): Reimplement on top of
5275 test_list_ambiguous_symbol and also test listing ambiguous
5276 variables.
5277 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5278 (ambiguous_fun): ... this.
5279 (ambiguous_var): New.
5280 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5281 (ambiguous_fun): ... this.
5282 (ambiguous_var): New.
5283
5284 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5285
5286 * gdb.base/starti.c: New file.
5287 * gdb.base/starti.exp: New file.
5288 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5289
5290 2017-09-14 Pedro Alves <palves@redhat.com>
5291
5292 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5293 (top level): Use it instead of runto.
5294
5295 2017-09-11 Tom Tromey <tom@tromey.com>
5296
5297 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5298
5299 2017-09-11 Tom Tromey <tom@tromey.com>
5300
5301 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5302 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5303
5304 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5305
5306 * gdb.fortran/printing-types.exp: New file.
5307 * gdb.fortran/printing-types.exp: New file.
5308
5309 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5310
5311 * gdb.fortran/vla-ptype.exp: Fix typos.
5312 * gdb.fortran/vla-value.exp: Same.
5313
5314 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5315
5316 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5317 * gdb.mi/mi-var-child-f.exp: Likewise.
5318 * gdb.mi/mi-vla-fortran.exp: Likewise.
5319
5320 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5321 Christoph Weinmann <christoph.t.weinmann@intel.com>
5322 Bernhard Heckel <bernhard.heckel@intel.com>
5323
5324 * gdb.fortran/ptr-indentation.f90: New file.
5325 * gdb.fortran/ptr-indentation.exp: New file.
5326
5327 2017-09-05 Tom Tromey <tom@tromey.com>
5328
5329 PR gdb/22010:
5330 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5331
5332 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5333
5334 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5335
5336 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 * gdb.threads/tls-nodebug-pie.c: New file.
5339 * gdb.threads/tls-nodebug-pie.exp: New file.
5340
5341 2017-09-05 Tom Tromey <tom@tromey.com>
5342
5343 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5344 for rust.
5345
5346 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5347
5348 * gdb.multi/multi-arch-exec.exp: Test with different
5349 "follow-exec-mode" settings.
5350 (do_test): New procedure.
5351
5352 2017-09-04 Pedro Alves <palves@redhat.com>
5353
5354 * gdb.base/func-static.c (S::method const, S::method volatile)
5355 (S::method volatile const): New methods.
5356 (c_s, v_s, cv_s): New instances.
5357 (main): Call method() on them.
5358 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5359 (cannot_resolve): New procedure.
5360 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5361 print-quote-unquoted columns.
5362 (do_test): Test printing each scope too.
5363
5364 2017-09-04 Pedro Alves <palves@redhat.com>
5365
5366 * gdb.base/local-static.exp: Also test with
5367 class::method::variable wholly quoted.
5368 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5369
5370 2017-09-04 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.base/local-static.c: New.
5373 * gdb.base/local-static.cc: New.
5374 * gdb.base/local-static.exp: New.
5375
5376 2017-09-04 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.asm/asm-source.exp: Add casts to int.
5379 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5380 (dataglobal64_1, dataglobal64_2): New globals.
5381 * gdb.base/nodebug.exp: Test different expressions involving the
5382 new globals, with print, whatis and ptype. Add casts to int.
5383 * gdb.base/solib-display.exp: Add casts to int.
5384 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5385 * gdb.cp/m-static.exp: Add cast to int.
5386 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5387 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5388 tls variable with no debug info without a cast. Test with a cast
5389 to int too.
5390 * gdb.trace/entry-values.exp: Add casts.
5391
5392 2017-09-04 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/nodebug.exp: Test that ptype's error about functions
5395 with unknown return type includes the function name too.
5396
5397 2017-09-04 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5400 return type of munmap in infcall.
5401 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5402 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5403 type of ftell in infcall.
5404 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5405 type of getpid in infcall.
5406 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5407 infcall.
5408 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5409 Bail on failure to extract the pid.
5410 * gdb.base/nodebug.c: #include <stdint.h>.
5411 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5412 New functions.
5413 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5414 Change expected output of print/whatis/ptype with functions with
5415 no debug info. Test all supported languages. Call
5416 test_call_promotion.
5417 * gdb.compile/compile.exp: Adjust expected output to expect
5418 warning.
5419 * gdb.threads/siginfo-threads.exp: Likewise.
5420
5421 2017-09-04 Pedro Alves <palves@redhat.com>
5422
5423 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5424 "prototypes". Test calling float functions via prototyped and
5425 unprototyped function pointers.
5426 (perform_all_tests): New parameter "prototypes". Pass it down.
5427 (top level): Pass down "prototypes" parameter to
5428 perform_all_tests.
5429
5430 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5431
5432 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5433 Test with nested loops.
5434
5435 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5436
5437 * gdb.base/commands.exp: Call the new procedures.
5438 (loop_break_test, loop_continue_test): New procedures.
5439
5440 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5441
5442 * gdb.base/commands.exp: Call new procedure.
5443 (define_if_without_arg_test): New procedure.
5444
5445 2017-09-04 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.base/list-ambiguous.exp: New file.
5448 * gdb.base/list-ambiguous0.c: New file.
5449 * gdb.base/list-ambiguous1.c: New file.
5450 * gdb.base/list.exp (test_list_range): Adjust expected output.
5451
5452 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5453
5454 * gdb.base/share-env-with-gdbserver.c: New file.
5455 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5456
5457 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5458
5459 * gdb.base/commands.exp (gdbvar_simple_if_test,
5460 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5461 progvar_simple_if_test, progvar_simple_while_test,
5462 progvar_complex_if_while_test, user_defined_command_test,
5463 user_defined_command_args_eval,
5464 user_defined_command_args_stack_test,
5465 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5466 temporary_breakpoint_commands,
5467 gdb_test_no_prompt, redefine_hook_test,
5468 redefine_backtrace_test): Remove "global gdb_prompt".
5469
5470 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5471
5472 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5473 New proc, call it from toplevel.
5474
5475 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 PR remote/21852
5478 * gdb.server/normal.c: New file, copied from gdb.base.
5479 * gdb.server/run-without-local-binary.exp: New file.
5480
5481 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5482
5483 * gdb.arch/sparc64-adi.exp: New file.
5484 * gdb.arch/sparc64-adi.c: New file.
5485
5486 2017-08-22 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5489 (top level): Add "list all overloads" tests.
5490
5491 2017-08-22 Tom Tromey <tom@tromey.com>
5492
5493 * gdb.gdb/xfullpath.exp: Remove.
5494
5495 2017-08-21 Pedro Alves <palves@redhat.com>
5496
5497 PR gdb/19487
5498 * gdb.base/symbol-alias.c: New.
5499 * gdb.base/symbol-alias2.c: New.
5500 * gdb.base/symbol-alias.exp: New.
5501
5502 2017-08-21 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/dfp-test.c
5505 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5506 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5507 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5508 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5509 * gdb.base/whatis-ptype-typedefs.c: New.
5510 * gdb.base/whatis-ptype-typedefs.exp: New.
5511 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5512 (an_int, an_int_type, an_int_type2): New globals.
5513 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5514 involving typedefs and cast expressions.
5515 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5516 (lookup_typedefs_function): New.
5517 (typedefs_pretty_printers_dict): New.
5518 (top level): Register lookup_typedefs_function in
5519 gdb.pretty_printers.
5520
5521 2017-08-18 Yao Qi <yao.qi@linaro.org>
5522
5523 * gdb.server/unittest.exp: New.
5524
5525 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5526
5527 PR gdb/21954
5528 * gdb.base/environ.exp: Add test to check if 'unset environment'
5529 works.
5530
5531 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5532
5533 * lib/gdb.exp (universal_compile_options): New caching proc.
5534 (gdb_compile): Suppress GCC's coloring of messages.
5535
5536 2017-08-14 Tom Tromey <tom@tromey.com>
5537
5538 PR gdb/21675:
5539 * gdb.base/printcmds.exp (test_radices): New function.
5540 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5541 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5542 * lib/gdb.exp (get_integer_valueof): Use p/d.
5543
5544 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5545
5546 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5547 characters.
5548
5549 2017-08-05 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.rust/simple.exp: Allow String to appear in a different
5552 namespace.
5553
5554 2017-07-26 Yao Qi <yao.qi@linaro.org>
5555
5556 * gdb.gdb/unittest.exp: Invoke command
5557 "maintenance check xml-descriptions".
5558
5559 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5560
5561 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5562 calling context.
5563 (hex128): Drop erroneous calculation of parameters.
5564
5565 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5566
5567 * gdb.python/py-unwind.exp: Disable stack protection when
5568 building test file.
5569
5570 2017-07-20 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.base/default.exp (set language): Adjust expected output.
5573
5574 2017-07-20 Pedro Alves <palves@redhat.com>
5575
5576 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5577 (test_minsym): ... this, and make static.
5578 (get_pck__foo__bar__minsym): Rename to ...
5579 (get_test_minsym): ... this.
5580 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5581 symbol names and comments.
5582 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5583 (get_test_minsym): ... this.
5584 (pck__foo__bar__minsym__2): Rename to ...
5585 (test_minsym): ... this.
5586 (main): Adjust.
5587
5588 2017-07-17 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/completion.exp: Adjust expected output.
5591 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5592 the completer works.
5593
5594 2017-07-17 Pedro Alves <palves@redhat.com>
5595
5596 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5597
5598 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5599
5600 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5601
5602 2017-07-14 Tom Tromey <tom@tromey.com>
5603
5604 PR rust/21764:
5605 * gdb.rust/simple.exp: Add tests.
5606
5607 2017-07-14 Tom Tromey <tom@tromey.com>
5608
5609 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5610
5611 2017-07-14 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.linespec/base/one/thefile.cc (z1): New function.
5614 * gdb.linespec/base/two/thefile.cc (z2): New function.
5615 * gdb.linespec/linespec.exp: Add tests.
5616
5617 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5618
5619 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5620 to mi_create_breakpoint.
5621
5622 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5623
5624 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5625 mi_create_breakpoint.
5626
5627 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5628
5629 * gdb.dlang/demangle.exp: Update for demangling changes.
5630
5631 2017-07-09 Tom Tromey <tom@tromey.com>
5632
5633 * gdb.dwarf2/shortpiece.exp: New file.
5634
5635 2017-07-06 David Blaikie <dblaikie@gmail.com>
5636
5637 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5638 built from fissiont-multi-cu{1,2}.c.
5639 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5640 except putting 'main' and 'func' in separate CUs in the same DWO file.
5641 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5642 test.
5643 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5644 test.
5645
5646 2017-07-06 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.python/py-unwind.exp: Test flushregs.
5649
5650 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5651
5652 PR cli/21688
5653 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5654 tests for alias commands and trailing whitespace.
5655
5656 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5657
5658 PR cli/21688
5659 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5660 procedure. Call it.
5661
5662 2017-06-29 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/printcmds.exp: Add tests.
5665
5666 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5667
5668 PR gdb/21337
5669 * gdb.base/reread-readsym.exp: New file.
5670 * gdb.base/reread-readsym.c: New file.
5671
5672 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5673
5674 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5675 subpattern.
5676
5677 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5678
5679 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5680 extended mnemonic.
5681 * gdb.arch/powerpc-power9.s: Likewise.
5682
5683 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5684
5685 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5686 on 32-bit x86 targets. Exploit is_*_target macros where
5687 appropriate.
5688
5689 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5690
5691 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5692 register pieces.
5693
5694 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5695
5696 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5697 located in one or more DWARF pieces.
5698
5699 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5700
5701 * lib/gdb.exp (get_endianness): New proc.
5702 * gdb.arch/aarch64-fp.exp: Use it.
5703 * gdb.arch/altivec-regs.exp: Likewise.
5704 * gdb.arch/e500-regs.exp: Likewise.
5705 * gdb.arch/vsx-regs.exp: Likewise.
5706 * gdb.base/dump.exp: Likewise.
5707 * gdb.base/funcargs.exp: Likewise.
5708 * gdb.base/gnu_vector.exp: Likewise.
5709 * gdb.dwarf2/formdata16.exp: Likewise.
5710 * gdb.dwarf2/implptrpiece.exp: Likewise.
5711 * gdb.dwarf2/nonvar-access.exp: Likewise.
5712 * gdb.python/py-inferior.exp: Likewise.
5713 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5714
5715 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5716
5717 PR gdb/21226
5718 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5719 stack value pieces are taken from the LSB end.
5720
5721 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5722
5723 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5724 variable at nonzero offset.
5725
5726 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5727
5728 * gdb.dwarf2/var-access.c: New file.
5729 * gdb.dwarf2/var-access.exp: New test.
5730 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5731
5732 2017-06-12 Tom Tromey <tom@tromey.com>
5733
5734 * gdb.dwarf2/formdata16.exp: Add tests.
5735
5736 2017-06-12 Tom Tromey <tom@tromey.com>
5737
5738 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5739
5740 2017-06-12 Tom Tromey <tom@tromey.com>
5741
5742 PR exp/16225:
5743 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5744 * gdb.arch/vsx-regs.exp: Update tests.
5745 * gdb.arch/s390-vregs.exp (hex128): New proc.
5746 Update test.
5747 * gdb.arch/altivec-regs.exp: Update tests.
5748
5749 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5750
5751 * gdb.base/startup-with-shell.c: New file.
5752 * gdb.base/startup-with-shell.exp: Likewise.
5753
5754 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5755
5756 * gdb.server/non-existing-program.exp: Update regex in order to
5757 reflect the fact that gdbserver is now using fork_inferior (with a
5758 shell) to startup the inferior.
5759
5760 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5763 support function calls from GDB.
5764
5765 2017-05-21 Tom Tromey <tom@tromey.com>
5766
5767 PR rust/21466:
5768 * gdb.rust/unsized.exp: New file.
5769 * gdb.rust/unsized.rs: New file.
5770
5771 2017-05-19 Tom Tromey <tom@tromey.com>
5772
5773 PR rust/21484:
5774 * gdb.rust/watch.exp: New file.
5775 * gdb.rust/watch.rs: New file.
5776
5777 2017-05-18 Tom Tromey <tom@tromey.com>
5778
5779 * gdb.rust/simple.exp: Allow Box to be qualified.
5780
5781 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5782
5783 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5784
5785 2017-05-18 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/fileio.c (test_write, test_read, test_close)
5788 (test_fstat): Don't print 'ret' in the fail path.
5789
5790 2017-05-18 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5793 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5794 (test_system, test_rename, test_unlink, test_time): Change
5795 prototypes.
5796 * gdb.base/fileio.exp (stop_msg): Adjust.
5797
5798 2017-05-18 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.base/fileio.c (null_str): New global.
5801 (test_stat): Use it.
5802 * gdb.base/fileio.exp: Remove nowarnings.
5803
5804 2017-05-17 Yao Qi <yao.qi@linaro.org>
5805
5806 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5807
5808 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5811 argument command.
5812 (top-level): Invoke test_set_inferior_tty.
5813
5814 2017-05-04 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5817 Add parens to print call for Python 3.
5818
5819 2017-05-03 Keith Seitz <keiths@redhat.com>
5820
5821 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5822 (main): Call it.
5823
5824 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5825
5826 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5827 to prev and next.
5828
5829 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5830
5831 * gdb.python/py-record-btrace.exp: Remove test for
5832 gdb.BtraceInstruction.error.
5833
5834 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5835
5836 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5837
5838 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5839
5840 * gdb.python/py-record-btrace-threads.c: New file.
5841 * gdb.python/py-record-btrace-threads.exp: New file.
5842
5843 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5844
5845 PR testsuite/8595
5846 * gdb.base/environ.exp: Make test available in all architectures.
5847 Move bits related to "info program" testing to
5848 gdb.base/info-program.exp. Rewrite tests to use the two new
5849 procedures mentione below.
5850 (test_set_show_env_var) New procedure.
5851 (test_set_show_env_var_equal): Likewise.
5852 * gdb.base/info-program.exp: New file.
5853
5854 2017-04-27 Keith Seitz <keiths@redhat.com>
5855
5856 * gdb.cp/oranking.cc (test15): New function.
5857 (main): Call test15 and declare additional variables for testing.
5858 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5859 "p foo101('abc')" tests.
5860 Add tests for cv qualifier overloads.
5861 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5862 "lvalue reference overload" test.
5863 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5864 "print value of f1 on Child&& in f2" test.
5865
5866 2017-04-19 Pedro Alves <palves@redhat.com>
5867
5868 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5869 procedure.
5870 (top level): Call it.
5871 * lib/gdb.exp (gdb_define_cmd): New procedure.
5872
5873 2017-04-12 Pedro Alves <palves@redhat.com>
5874
5875 PR gdb/21323
5876 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5877 (wchar): New global.
5878 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5879 (do_test_wide_char, wide_char_types_no_program, top level): Add
5880 wchar_t testing.
5881
5882 2017-04-12 Pedro Alves <palves@redhat.com>
5883
5884 PR c++/21323
5885 * gdb.cp/wide_char_types.c: New file.
5886 * gdb.cp/wide_char_types.exp: New file.
5887
5888 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5889
5890 PR gdb/21352
5891 * gdb.trace/tsv.exp: Add test for "tsave -r".
5892
5893 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5894
5895 * gdb.dlang/watch-loc.c: New file.
5896 * gdb.dlang/watch-loc.exp: New file.
5897
5898 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5899
5900 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5901
5902 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5903
5904 * gdb.arch/arc-analyze-prologue.S: New file.
5905 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5906
5907 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5908
5909 * gdb.arch/arc-decode-insn.S: New file.
5910 * gdb.arch/arc-decode-insn.exp: Likewise.
5911
5912 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5913
5914 PR tdep/20928
5915 * gdb.arch/sparc64-regs.exp: New file.
5916 * gdb.arch/sparc64-regs.S: Likewise.
5917
5918 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5919
5920 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5921 and memory view on Python 3.
5922
5923 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5924 Keith Seitz <keiths@redhat.com>
5925
5926 PR gdb/14441
5927 * gdb.cp/demangle.exp: Add rvalue reference tests.
5928 * gdb.cp/rvalue-ref-casts.cc: New file.
5929 * gdb.cp/rvalue-ref-casts.exp: New file.
5930 * gdb.cp/rvalue-ref-overload.cc: New file.
5931 * gdb.cp/rvalue-ref-overload.exp: New file.
5932 * gdb.cp/rvalue-ref-params.cc: New file.
5933 * gdb.cp/rvalue-ref-params.exp: New file.
5934 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5935 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5936 * gdb.cp/rvalue-ref-types.cc: New file.
5937 * gdb.cp/rvalue-ref-types.exp: New file.
5938 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5939 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5940
5941 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5942
5943 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5944 New procedure.
5945
5946 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5947
5948 * lib/mi-support.exp (mi_gdb_test): Add additional message
5949 for unexpected output.
5950
5951 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5952
5953 * gdb.base/examine-backward.c (Barrier): New character array
5954 constant, to ensure that TestStrings is preceded by a string
5955 terminator.
5956
5957 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5958
5959 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5960 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5961 and implicit pointer into such a location.
5962
5963 2017-03-16 Doug Evans <dje@google.com>
5964
5965 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5966
5967 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5968
5969 * gdb.cp/m-static.exp: Fix expectation for prototype of
5970 test5.single_constructor and single_constructor::single_constructor.
5971
5972 2017-03-16 Doug Evans <dje@google.com>
5973
5974 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5975 * gdb.guile/scm-lazy-string.c: New file.
5976 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5977 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5978 for pointer, array, typedef lazy strings.
5979
5980 2017-03-16 Doug Evans <dje@google.com>
5981
5982 PR python/17728, python/18439, python/18779
5983 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5984 * gdb.python/py-lazy-string.c (pointer): New typedef.
5985 (main): New locals ptr, array, typedef_ptr.
5986 * gdb.python/py-value.exp: Move lazy string tests to ...
5987 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5988 array, typedef lazy strings.
5989
5990 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5991
5992 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5993 Add optional 'test' parameter.
5994
5995 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5996
5997 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5998 Skip for versions of DejaGnu < 1.5.
5999
6000 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6001
6002 * lib/gdb.exp (dejagnu_version): New proc.
6003 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6004 Use dejagnu_version.
6005
6006 2017-03-10 Keith Seitz <keiths@redhat.com>
6007
6008 PR c++/8128
6009 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6010 type from destructor regexps.
6011 Add a branch which actually passes the test.
6012 Adjust "ptype t5i" test names.
6013
6014 2017-03-08 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/step-over-exit.exp: Add explicit test message.
6017
6018 2017-03-08 Pedro Alves <palves@redhat.com>
6019
6020 PR gdb/18360
6021 * gdb.threads/interrupt-while-step-over.c: New file.
6022 * gdb.threads/interrupt-while-step-over.exp: New file.
6023
6024 2017-03-08 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6027 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6028
6029 2017-03-08 Pedro Alves <palves@redhat.com>
6030
6031 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6032 PKRU as not supported as a PASS.
6033
6034 2017-03-08 Pedro Alves <palves@redhat.com>
6035
6036 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6037 prefix instead of $binfile1/$binfile2.
6038 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6039 in test message.
6040 * gdb.python/py-completion.exp: Use "load python file" as test
6041 messages instead of unstable path names.
6042
6043 2017-03-08 Pedro Alves <palves@redhat.com>
6044 Jan Kratochvil <jan.kratochvil@redhat.com>
6045
6046 PR cli/21218
6047 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6048 New proc.
6049 (top level): Call it.
6050
6051 2017-03-08 Pedro Alves <palves@redhat.com>
6052
6053 PR tui/21216
6054 * gdb.tui/tui-nl-filtered-output.exp: New file.
6055
6056 2017-03-08 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/completion.exp: Move TUI completion tests to ...
6059 * gdb.tui/completion.exp: ... this new file.
6060
6061 2017-03-08 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/tui-disasm-long-lines.c,
6064 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6065 gdb.base/tui-layout.exp: Move to ...
6066 * gdb.tui/: ... this new directory.
6067
6068 2017-03-07 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.base/tui-layout.c: New file.
6071 * gdb.base/tui-layout.exp: New file.
6072
6073 2017-03-07 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/tui-layout.c: Rename to ...
6076 * gdb.base/tui-disasm-long-lines.c: ... this.
6077 * gdb.base/tui-layout.exp: Rename to ...
6078 * gdb.base/tui-disasm-long-lines.exp: ... this.
6079
6080 2017-03-07 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6083
6084 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6085
6086 * i386-mpx-call.c: New file.
6087 * i386-mpx-call.exp: New file.
6088
6089 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6090
6091 * gdb.arch/powerpc-power.exp: Delete test.
6092 * gdb.arch/powerpc-power.s: Likewise.
6093 * gdb.disasm/disassembler-options.exp: New test.
6094 * gdb.arch/powerpc-altivec.exp: Likewise.
6095 * gdb.arch/powerpc-altivec.s: Likewise.
6096 * gdb.arch/powerpc-altivec2.exp: Likewise.
6097 * gdb.arch/powerpc-altivec2.s: Likewise.
6098 * gdb.arch/powerpc-altivec3.exp: Likewise.
6099 * gdb.arch/powerpc-altivec3.s: Likewise.
6100 * gdb.arch/powerpc-power7.exp: Likewise.
6101 * gdb.arch/powerpc-power7.s: Likewise.
6102 * gdb.arch/powerpc-power8.exp: Likewise.
6103 * gdb.arch/powerpc-power8.s: Likewise.
6104 * gdb.arch/powerpc-power9.exp: Likewise.
6105 * gdb.arch/powerpc-power9.s: Likewise.
6106 * gdb.arch/powerpc-vsx.exp: Likewise.
6107 * gdb.arch/powerpc-vsx.s: Likewise.
6108 * gdb.arch/powerpc-vsx2.exp: Likewise.
6109 * gdb.arch/powerpc-vsx2.s: Likewise.
6110 * gdb.arch/powerpc-vsx3.exp: Likewise.
6111 * gdb.arch/powerpc-vsx3.s: Likewise.
6112 * gdb.arch/arm-disassembler-options.exp: Likewise.
6113 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6114 * gdb.arch/s390-disassembler-options.exp: Likewise.
6115
6116 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6117
6118 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6119 (check_supported_features): ... this. Changed return type to void.
6120 (supports_rdseed): New static global.
6121 (rdseed): Check supports_rdseed.
6122 (initialize): Call check_supported_features.
6123
6124 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6125
6126 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6127 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6128 and lqarx/stqcx.
6129 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6130 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6131
6132 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6133
6134 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6135 uppercase.
6136
6137 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 * gdb.dwarf2/formdata16.c: New file.
6140 * gdb.dwarf2/formdata16.exp: New file.
6141 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6142
6143 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6146 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6147 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6148 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6149 DW_AT_GNU_*.
6150
6151 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6152
6153 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6154
6155 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6156
6157 PR gdb/21164
6158 * gdb.base/maint.exp: Add testcases for when the commands do
6159 not have arguments.
6160
6161 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6162
6163 * gdb.cp/chained-calls.exp: Use p instead of P.
6164
6165 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6166
6167 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6168 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6169
6170 2017-02-14 Tom Tromey <tom@tromey.com>
6171
6172 PR python/13598:
6173 * gdb.python/py-events.exp: Add before_prompt event tests.
6174
6175 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6176
6177 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6178
6179 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6180
6181 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6182 (main): Call my_unique_function_name.
6183 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6184 completion of patterns with a single match.
6185 Add missing -re switches to gdb_test_multiple calls.
6186
6187 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6188
6189 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6190 return if core file is not recognized.
6191
6192 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6193
6194 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6195 and extra UIs.
6196
6197 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6198
6199 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6200 proc_with_prefix.
6201
6202 2017-02-10 Tom Tromey <tom@tromey.com>
6203
6204 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6205
6206 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6207
6208 PR gdb/21122
6209 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6210
6211 2017-02-08 Jerome Guitton <guitton@adacore.com>
6212
6213 * gdb.base/define.exp: Add test for command abbreviations
6214 in define.
6215
6216 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6217
6218 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6219 * gdb.reverse/insn-reverse-x86.c: New file.
6220
6221 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6222
6223 PR tdep/20936
6224 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6225
6226 2017-02-03 Tom Tromey <tom@tromey.com>
6227
6228 PR rust/21097:
6229 * gdb.rust/simple.exp: Add new tests.
6230
6231 2017-02-02 Pedro Alves <palves@redhat.com>
6232
6233 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6234 tests.
6235
6236 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6237
6238 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6239 taking a 2-byte value out of a 4-byte DWARF implicit value on
6240 big-endian targets.
6241 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6242 logic. Add test cases for DW_OP_implicit.
6243
6244 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6245
6246 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6247
6248 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6249
6250 * gdb.btrace/enable.exp: Call gdb_exit before
6251 skip_gdbserver_tests.
6252
6253 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6254
6255 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6256 GDBFLAGS.
6257
6258 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6259
6260 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6261 the test is skipped.
6262 * gdb.btrace/data.exp: Likewise.
6263 * gdb.btrace/delta.exp: Likewise.
6264 * gdb.btrace/dlopen.exp: Likewise.
6265 * gdb.btrace/enable-running.exp: Likewise.
6266 * gdb.btrace/enable.exp: Likewise.
6267 * gdb.btrace/exception.exp: Likewise.
6268 * gdb.btrace/function_call_history.exp: Likewise.
6269 * gdb.btrace/gcore.exp: Likewise.
6270 * gdb.btrace/instruction_history.exp: Likewise.
6271 * gdb.btrace/multi-thread-step.exp: Likewise.
6272 * gdb.btrace/nohist.exp: Likewise.
6273 * gdb.btrace/non-stop.exp: Likewise.
6274 * gdb.btrace/reconnect.exp: Likewise.
6275 * gdb.btrace/record_goto-step.exp: Likewise.
6276 * gdb.btrace/record_goto.exp: Likewise.
6277 * gdb.btrace/rn-dl-bind.exp: Likewise.
6278 * gdb.btrace/segv.exp: Likewise.
6279 * gdb.btrace/step.exp: Likewise.
6280 * gdb.btrace/stepi.exp: Likewise.
6281 * gdb.btrace/tailcall-only.exp: Likewise.
6282 * gdb.btrace/tailcall.exp: Likewise.
6283 * gdb.btrace/tsx.exp: Likewise.
6284 * gdb.btrace/unknown_functions.exp: Likewise.
6285 * gdb.btrace/vdso.exp: Likewise.
6286
6287 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6288
6289 * gdb.btrace/enable-running.c: New.
6290 * gdb.btrace/enable-running.exp: New.
6291
6292 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6293
6294 * gdb.arch/amd64-gs_base.c: New file.
6295 * gdb.arch/amd64-gs_base.exp: New file.
6296
6297 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6298
6299 * lib/memory.exp: Remove spurious empty newlines.
6300
6301 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6302
6303 * gdb.python/py-bad-printers.exp: Load python file using "source".
6304 * gdb.python/py-events.exp: Likewise.
6305 * gdb.python/py-evsignal.exp: Likewise.
6306 * gdb.python/py-evthreads.exp: Likewise.
6307 * gdb.python/py-frame-args.exp: Likewise.
6308 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6309 * gdb.python/py-framefilter-mi.exp: Likewise.
6310 * gdb.python/py-framefilter.exp: Likewise.
6311 * gdb.python/py-mi.exp: Likewise.
6312 * gdb.python/py-pp-maint.exp: Likewise.
6313 * gdb.python/py-pp-registration.exp: Likewise.
6314 * gdb.python/py-prettyprint.exp: Likewise.
6315 (run_lang_tests): Likewise.
6316 * gdb.python/py-typeprint.exp: Likewise.
6317
6318 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6319
6320 * lib/memory.exp: New file.
6321 * lib/gdb.exp: Load memory.exp.
6322 * gdb.base/memattr.exp (delete_memory): Move proc to
6323 lib/memory.exp and rename to delete_memory_regions.
6324 Replace delete_memory with delete_memory_regions.
6325 Cleanup memory regions before tests.
6326 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6327 before tests.
6328
6329 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6330
6331 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6332 files.
6333 (initialize): New function conditionally defined.
6334 (testcases): Move within conditional block.
6335 (main): Call initialize.
6336 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6337 of gdb.reverse/insn-reverse.c.
6338 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6339 gdb.reverse/insn-reverse.c.
6340
6341 2017-01-26 Yao Qi <yao.qi@linaro.org>
6342
6343 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6344 disassemble on address 0.
6345
6346 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6347 Yao Qi <yao.qi@linaro.org>
6348
6349 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6350 * gdb.dwarf2/implptr-64bit.S: Remove.
6351 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6352 variables in caller's context. Add DW_OP_implicit_value.
6353
6354 2017-01-25 Yao Qi <yao.qi@linaro.org>
6355
6356 * lib/dwarf.exp (Dwarf::_location): Handle
6357 DW_OP_GNU_implicit_pointer with proper size.
6358
6359 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6360
6361 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6362 and add untested calls.
6363
6364 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6365
6366 * gdb.python/python.exp: Check line number against what GDB thinks
6367 the line number is for func1.
6368
6369 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6370
6371 * gdb.dlang/debug-expr.exp: New file.
6372
6373 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6374
6375 Fix test names for the following files:
6376
6377 * gdb.ada/exec_changed.exp
6378 * gdb.ada/info_types.exp
6379 * gdb.arch/aarch64-atomic-inst.exp
6380 * gdb.arch/aarch64-fp.exp
6381 * gdb.arch/altivec-abi.exp
6382 * gdb.arch/altivec-regs.exp
6383 * gdb.arch/amd64-byte.exp
6384 * gdb.arch/amd64-disp-step.exp
6385 * gdb.arch/amd64-dword.exp
6386 * gdb.arch/amd64-entry-value-inline.exp
6387 * gdb.arch/amd64-entry-value-param.exp
6388 * gdb.arch/amd64-entry-value-paramref.exp
6389 * gdb.arch/amd64-entry-value.exp
6390 * gdb.arch/amd64-i386-address.exp
6391 * gdb.arch/amd64-invalid-stack-middle.exp
6392 * gdb.arch/amd64-invalid-stack-top.exp
6393 * gdb.arch/amd64-optimout-repeat.exp
6394 * gdb.arch/amd64-prologue-skip.exp
6395 * gdb.arch/amd64-prologue-xmm.exp
6396 * gdb.arch/amd64-stap-special-operands.exp
6397 * gdb.arch/amd64-stap-wrong-subexp.exp
6398 * gdb.arch/amd64-tailcall-cxx.exp
6399 * gdb.arch/amd64-tailcall-noret.exp
6400 * gdb.arch/amd64-tailcall-ret.exp
6401 * gdb.arch/amd64-tailcall-self.exp
6402 * gdb.arch/amd64-word.exp
6403 * gdb.arch/arm-bl-branch-dest.exp
6404 * gdb.arch/arm-disp-step.exp
6405 * gdb.arch/arm-neon.exp
6406 * gdb.arch/arm-single-step-kernel-helper.exp
6407 * gdb.arch/avr-flash-qualifier.exp
6408 * gdb.arch/disp-step-insn-reloc.exp
6409 * gdb.arch/e500-abi.exp
6410 * gdb.arch/e500-regs.exp
6411 * gdb.arch/ftrace-insn-reloc.exp
6412 * gdb.arch/i386-avx512.exp
6413 * gdb.arch/i386-bp_permanent.exp
6414 * gdb.arch/i386-byte.exp
6415 * gdb.arch/i386-cfi-notcurrent.exp
6416 * gdb.arch/i386-disp-step.exp
6417 * gdb.arch/i386-dr3-watch.exp
6418 * gdb.arch/i386-float.exp
6419 * gdb.arch/i386-gnu-cfi.exp
6420 * gdb.arch/i386-mpx-map.exp
6421 * gdb.arch/i386-mpx-sigsegv.exp
6422 * gdb.arch/i386-mpx-simple_segv.exp
6423 * gdb.arch/i386-mpx.exp
6424 * gdb.arch/i386-permbkpt.exp
6425 * gdb.arch/i386-prologue.exp
6426 * gdb.arch/i386-signal.exp
6427 * gdb.arch/i386-size-overlap.exp
6428 * gdb.arch/i386-unwind.exp
6429 * gdb.arch/i386-word.exp
6430 * gdb.arch/mips-fcr.exp
6431 * gdb.arch/powerpc-d128-regs.exp
6432 * gdb.arch/powerpc-stackless.exp
6433 * gdb.arch/ppc64-atomic-inst.exp
6434 * gdb.arch/s390-stackless.exp
6435 * gdb.arch/s390-tdbregs.exp
6436 * gdb.arch/s390-vregs.exp
6437 * gdb.arch/sparc-sysstep.exp
6438 * gdb.arch/thumb-bx-pc.exp
6439 * gdb.arch/thumb-singlestep.exp
6440 * gdb.arch/thumb2-it.exp
6441 * gdb.arch/vsx-regs.exp
6442 * gdb.asm/asm-source.exp
6443 * gdb.base/a2-run.exp
6444 * gdb.base/advance.exp
6445 * gdb.base/all-bin.exp
6446 * gdb.base/anon.exp
6447 * gdb.base/args.exp
6448 * gdb.base/arithmet.exp
6449 * gdb.base/async-shell.exp
6450 * gdb.base/async.exp
6451 * gdb.base/attach-pie-noexec.exp
6452 * gdb.base/attach-twice.exp
6453 * gdb.base/auto-load.exp
6454 * gdb.base/bang.exp
6455 * gdb.base/bitfields.exp
6456 * gdb.base/break-always.exp
6457 * gdb.base/break-caller-line.exp
6458 * gdb.base/break-entry.exp
6459 * gdb.base/break-inline.exp
6460 * gdb.base/break-on-linker-gcd-function.exp
6461 * gdb.base/break-probes.exp
6462 * gdb.base/break.exp
6463 * gdb.base/breakpoint-shadow.exp
6464 * gdb.base/call-ar-st.exp
6465 * gdb.base/call-sc.exp
6466 * gdb.base/call-signal-resume.exp
6467 * gdb.base/call-strs.exp
6468 * gdb.base/callfuncs.exp
6469 * gdb.base/catch-fork-static.exp
6470 * gdb.base/catch-gdb-caused-signals.exp
6471 * gdb.base/catch-load.exp
6472 * gdb.base/catch-signal-fork.exp
6473 * gdb.base/catch-signal.exp
6474 * gdb.base/catch-syscall.exp
6475 * gdb.base/charset.exp
6476 * gdb.base/checkpoint.exp
6477 * gdb.base/chng-syms.exp
6478 * gdb.base/code-expr.exp
6479 * gdb.base/code_elim.exp
6480 * gdb.base/commands.exp
6481 * gdb.base/completion.exp
6482 * gdb.base/complex.exp
6483 * gdb.base/cond-expr.exp
6484 * gdb.base/condbreak.exp
6485 * gdb.base/consecutive.exp
6486 * gdb.base/continue-all-already-running.exp
6487 * gdb.base/coredump-filter.exp
6488 * gdb.base/corefile.exp
6489 * gdb.base/dbx.exp
6490 * gdb.base/debug-expr.exp
6491 * gdb.base/define.exp
6492 * gdb.base/del.exp
6493 * gdb.base/disabled-location.exp
6494 * gdb.base/disasm-end-cu.exp
6495 * gdb.base/disasm-optim.exp
6496 * gdb.base/display.exp
6497 * gdb.base/duplicate-bp.exp
6498 * gdb.base/ena-dis-br.exp
6499 * gdb.base/ending-run.exp
6500 * gdb.base/enumval.exp
6501 * gdb.base/environ.exp
6502 * gdb.base/eu-strip-infcall.exp
6503 * gdb.base/eval-avoid-side-effects.exp
6504 * gdb.base/eval-skip.exp
6505 * gdb.base/exitsignal.exp
6506 * gdb.base/expand-psymtabs.exp
6507 * gdb.base/filesym.exp
6508 * gdb.base/find-unmapped.exp
6509 * gdb.base/finish.exp
6510 * gdb.base/float.exp
6511 * gdb.base/foll-exec-mode.exp
6512 * gdb.base/foll-exec.exp
6513 * gdb.base/foll-fork.exp
6514 * gdb.base/fortran-sym-case.exp
6515 * gdb.base/freebpcmd.exp
6516 * gdb.base/func-ptr.exp
6517 * gdb.base/func-ptrs.exp
6518 * gdb.base/funcargs.exp
6519 * gdb.base/gcore-buffer-overflow.exp
6520 * gdb.base/gcore-relro-pie.exp
6521 * gdb.base/gcore-relro.exp
6522 * gdb.base/gcore.exp
6523 * gdb.base/gdb1090.exp
6524 * gdb.base/gdb11530.exp
6525 * gdb.base/gdb11531.exp
6526 * gdb.base/gdb1821.exp
6527 * gdb.base/gdbindex-stabs.exp
6528 * gdb.base/gdbvars.exp
6529 * gdb.base/hbreak.exp
6530 * gdb.base/hbreak2.exp
6531 * gdb.base/included.exp
6532 * gdb.base/infcall-input.exp
6533 * gdb.base/inferior-died.exp
6534 * gdb.base/infnan.exp
6535 * gdb.base/info-macros.exp
6536 * gdb.base/info-os.exp
6537 * gdb.base/info-proc.exp
6538 * gdb.base/info-shared.exp
6539 * gdb.base/info-target.exp
6540 * gdb.base/infoline.exp
6541 * gdb.base/interp.exp
6542 * gdb.base/interrupt.exp
6543 * gdb.base/jit-reader.exp
6544 * gdb.base/jit-simple.exp
6545 * gdb.base/kill-after-signal.exp
6546 * gdb.base/kill-detach-inferiors-cmd.exp
6547 * gdb.base/label.exp
6548 * gdb.base/langs.exp
6549 * gdb.base/ldbl_e308.exp
6550 * gdb.base/line-symtabs.exp
6551 * gdb.base/linespecs.exp
6552 * gdb.base/list.exp
6553 * gdb.base/long_long.exp
6554 * gdb.base/longest-types.exp
6555 * gdb.base/maint.exp
6556 * gdb.base/max-value-size.exp
6557 * gdb.base/memattr.exp
6558 * gdb.base/mips_pro.exp
6559 * gdb.base/morestack.exp
6560 * gdb.base/moribund-step.exp
6561 * gdb.base/multi-forks.exp
6562 * gdb.base/nested-addr.exp
6563 * gdb.base/nextoverexit.exp
6564 * gdb.base/noreturn-finish.exp
6565 * gdb.base/noreturn-return.exp
6566 * gdb.base/nostdlib.exp
6567 * gdb.base/offsets.exp
6568 * gdb.base/opaque.exp
6569 * gdb.base/pc-fp.exp
6570 * gdb.base/permissions.exp
6571 * gdb.base/print-symbol-loading.exp
6572 * gdb.base/prologue-include.exp
6573 * gdb.base/psymtab.exp
6574 * gdb.base/ptype.exp
6575 * gdb.base/random-signal.exp
6576 * gdb.base/randomize.exp
6577 * gdb.base/range-stepping.exp
6578 * gdb.base/readline-ask.exp
6579 * gdb.base/recpar.exp
6580 * gdb.base/recurse.exp
6581 * gdb.base/relational.exp
6582 * gdb.base/restore.exp
6583 * gdb.base/return-nodebug.exp
6584 * gdb.base/return.exp
6585 * gdb.base/run-after-attach.exp
6586 * gdb.base/save-bp.exp
6587 * gdb.base/scope.exp
6588 * gdb.base/sect-cmd.exp
6589 * gdb.base/set-lang-auto.exp
6590 * gdb.base/set-noassign.exp
6591 * gdb.base/setvar.exp
6592 * gdb.base/sigall.exp
6593 * gdb.base/sigbpt.exp
6594 * gdb.base/siginfo-addr.exp
6595 * gdb.base/siginfo-infcall.exp
6596 * gdb.base/siginfo-obj.exp
6597 * gdb.base/siginfo.exp
6598 * gdb.base/signals-state-child.exp
6599 * gdb.base/signest.exp
6600 * gdb.base/sigstep.exp
6601 * gdb.base/sizeof.exp
6602 * gdb.base/skip.exp
6603 * gdb.base/solib-corrupted.exp
6604 * gdb.base/solib-nodir.exp
6605 * gdb.base/solib-search.exp
6606 * gdb.base/stack-checking.exp
6607 * gdb.base/stale-infcall.exp
6608 * gdb.base/stap-probe.exp
6609 * gdb.base/start.exp
6610 * gdb.base/step-break.exp
6611 * gdb.base/step-bt.exp
6612 * gdb.base/step-line.exp
6613 * gdb.base/step-over-exit.exp
6614 * gdb.base/step-over-syscall.exp
6615 * gdb.base/step-resume-infcall.exp
6616 * gdb.base/step-test.exp
6617 * gdb.base/store.exp
6618 * gdb.base/structs3.exp
6619 * gdb.base/sym-file.exp
6620 * gdb.base/symbol-without-target_section.exp
6621 * gdb.base/term.exp
6622 * gdb.base/testenv.exp
6623 * gdb.base/ui-redirect.exp
6624 * gdb.base/until.exp
6625 * gdb.base/unwindonsignal.exp
6626 * gdb.base/value-double-free.exp
6627 * gdb.base/vla-datatypes.exp
6628 * gdb.base/vla-ptr.exp
6629 * gdb.base/vla-sideeffect.exp
6630 * gdb.base/volatile.exp
6631 * gdb.base/watch-cond-infcall.exp
6632 * gdb.base/watch-cond.exp
6633 * gdb.base/watch-non-mem.exp
6634 * gdb.base/watch-read.exp
6635 * gdb.base/watch-vfork.exp
6636 * gdb.base/watchpoint-cond-gone.exp
6637 * gdb.base/watchpoint-delete.exp
6638 * gdb.base/watchpoint-hw-hit-once.exp
6639 * gdb.base/watchpoint-hw.exp
6640 * gdb.base/watchpoint-stops-at-right-insn.exp
6641 * gdb.base/watchpoints.exp
6642 * gdb.base/wchar.exp
6643 * gdb.base/whatis-exp.exp
6644 * gdb.btrace/buffer-size.exp
6645 * gdb.btrace/data.exp
6646 * gdb.btrace/delta.exp
6647 * gdb.btrace/dlopen.exp
6648 * gdb.btrace/enable.exp
6649 * gdb.btrace/exception.exp
6650 * gdb.btrace/function_call_history.exp
6651 * gdb.btrace/gcore.exp
6652 * gdb.btrace/instruction_history.exp
6653 * gdb.btrace/nohist.exp
6654 * gdb.btrace/reconnect.exp
6655 * gdb.btrace/record_goto-step.exp
6656 * gdb.btrace/record_goto.exp
6657 * gdb.btrace/rn-dl-bind.exp
6658 * gdb.btrace/segv.exp
6659 * gdb.btrace/step.exp
6660 * gdb.btrace/stepi.exp
6661 * gdb.btrace/tailcall-only.exp
6662 * gdb.btrace/tailcall.exp
6663 * gdb.btrace/tsx.exp
6664 * gdb.btrace/unknown_functions.exp
6665 * gdb.btrace/vdso.exp
6666 * gdb.compile/compile-ifunc.exp
6667 * gdb.compile/compile-ops.exp
6668 * gdb.compile/compile-print.exp
6669 * gdb.compile/compile-setjmp.exp
6670 * gdb.cp/abstract-origin.exp
6671 * gdb.cp/ambiguous.exp
6672 * gdb.cp/annota2.exp
6673 * gdb.cp/annota3.exp
6674 * gdb.cp/anon-ns.exp
6675 * gdb.cp/anon-struct.exp
6676 * gdb.cp/anon-union.exp
6677 * gdb.cp/arg-reference.exp
6678 * gdb.cp/baseenum.exp
6679 * gdb.cp/bool.exp
6680 * gdb.cp/breakpoint.exp
6681 * gdb.cp/bs15503.exp
6682 * gdb.cp/call-c.exp
6683 * gdb.cp/casts.exp
6684 * gdb.cp/chained-calls.exp
6685 * gdb.cp/class2.exp
6686 * gdb.cp/classes.exp
6687 * gdb.cp/cmpd-minsyms.exp
6688 * gdb.cp/converts.exp
6689 * gdb.cp/cp-relocate.exp
6690 * gdb.cp/cpcompletion.exp
6691 * gdb.cp/cpexprs.exp
6692 * gdb.cp/cplabel.exp
6693 * gdb.cp/cplusfuncs.exp
6694 * gdb.cp/cpsizeof.exp
6695 * gdb.cp/ctti.exp
6696 * gdb.cp/derivation.exp
6697 * gdb.cp/destrprint.exp
6698 * gdb.cp/dispcxx.exp
6699 * gdb.cp/enum-class.exp
6700 * gdb.cp/exception.exp
6701 * gdb.cp/exceptprint.exp
6702 * gdb.cp/expand-psymtabs-cxx.exp
6703 * gdb.cp/expand-sals.exp
6704 * gdb.cp/extern-c.exp
6705 * gdb.cp/filename.exp
6706 * gdb.cp/formatted-ref.exp
6707 * gdb.cp/fpointer.exp
6708 * gdb.cp/gdb1355.exp
6709 * gdb.cp/gdb2495.exp
6710 * gdb.cp/hang.exp
6711 * gdb.cp/impl-this.exp
6712 * gdb.cp/infcall-dlopen.exp
6713 * gdb.cp/inherit.exp
6714 * gdb.cp/iostream.exp
6715 * gdb.cp/koenig.exp
6716 * gdb.cp/local.exp
6717 * gdb.cp/m-data.exp
6718 * gdb.cp/m-static.exp
6719 * gdb.cp/mb-ctor.exp
6720 * gdb.cp/mb-inline.exp
6721 * gdb.cp/mb-templates.exp
6722 * gdb.cp/member-name.exp
6723 * gdb.cp/member-ptr.exp
6724 * gdb.cp/meth-typedefs.exp
6725 * gdb.cp/method.exp
6726 * gdb.cp/method2.exp
6727 * gdb.cp/minsym-fallback.exp
6728 * gdb.cp/misc.exp
6729 * gdb.cp/namelessclass.exp
6730 * gdb.cp/namespace-enum.exp
6731 * gdb.cp/namespace-nested-import.exp
6732 * gdb.cp/namespace.exp
6733 * gdb.cp/nextoverthrow.exp
6734 * gdb.cp/no-dmgl-verbose.exp
6735 * gdb.cp/non-trivial-retval.exp
6736 * gdb.cp/noparam.exp
6737 * gdb.cp/nsdecl.exp
6738 * gdb.cp/nsimport.exp
6739 * gdb.cp/nsnested.exp
6740 * gdb.cp/nsnoimports.exp
6741 * gdb.cp/nsrecurs.exp
6742 * gdb.cp/nsstress.exp
6743 * gdb.cp/nsusing.exp
6744 * gdb.cp/operator.exp
6745 * gdb.cp/oranking.exp
6746 * gdb.cp/overload-const.exp
6747 * gdb.cp/overload.exp
6748 * gdb.cp/ovldbreak.exp
6749 * gdb.cp/ovsrch.exp
6750 * gdb.cp/paren-type.exp
6751 * gdb.cp/parse-lang.exp
6752 * gdb.cp/pass-by-ref.exp
6753 * gdb.cp/pr-1023.exp
6754 * gdb.cp/pr-1210.exp
6755 * gdb.cp/pr-574.exp
6756 * gdb.cp/pr10687.exp
6757 * gdb.cp/pr12028.exp
6758 * gdb.cp/pr17132.exp
6759 * gdb.cp/pr17494.exp
6760 * gdb.cp/pr9067.exp
6761 * gdb.cp/pr9167.exp
6762 * gdb.cp/pr9631.exp
6763 * gdb.cp/printmethod.exp
6764 * gdb.cp/psmang.exp
6765 * gdb.cp/psymtab-parameter.exp
6766 * gdb.cp/ptype-cv-cp.exp
6767 * gdb.cp/ptype-flags.exp
6768 * gdb.cp/re-set-overloaded.exp
6769 * gdb.cp/ref-types.exp
6770 * gdb.cp/rtti.exp
6771 * gdb.cp/scope-err.exp
6772 * gdb.cp/shadow.exp
6773 * gdb.cp/smartp.exp
6774 * gdb.cp/static-method.exp
6775 * gdb.cp/static-print-quit.exp
6776 * gdb.cp/temargs.exp
6777 * gdb.cp/templates.exp
6778 * gdb.cp/try_catch.exp
6779 * gdb.cp/typedef-operator.exp
6780 * gdb.cp/typeid.exp
6781 * gdb.cp/userdef.exp
6782 * gdb.cp/using-crash.exp
6783 * gdb.cp/var-tag.exp
6784 * gdb.cp/virtbase.exp
6785 * gdb.cp/virtfunc.exp
6786 * gdb.cp/virtfunc2.exp
6787 * gdb.cp/vla-cxx.exp
6788 * gdb.disasm/t01_mov.exp
6789 * gdb.disasm/t02_mova.exp
6790 * gdb.disasm/t03_add.exp
6791 * gdb.disasm/t04_sub.exp
6792 * gdb.disasm/t05_cmp.exp
6793 * gdb.disasm/t06_ari2.exp
6794 * gdb.disasm/t07_ari3.exp
6795 * gdb.disasm/t08_or.exp
6796 * gdb.disasm/t09_xor.exp
6797 * gdb.disasm/t10_and.exp
6798 * gdb.disasm/t11_logs.exp
6799 * gdb.disasm/t12_bit.exp
6800 * gdb.disasm/t13_otr.exp
6801 * gdb.dlang/circular.exp
6802 * gdb.dwarf2/arr-stride.exp
6803 * gdb.dwarf2/arr-subrange.exp
6804 * gdb.dwarf2/atomic-type.exp
6805 * gdb.dwarf2/bad-regnum.exp
6806 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6807 * gdb.dwarf2/callframecfa.exp
6808 * gdb.dwarf2/clztest.exp
6809 * gdb.dwarf2/corrupt.exp
6810 * gdb.dwarf2/data-loc.exp
6811 * gdb.dwarf2/dup-psym.exp
6812 * gdb.dwarf2/dw2-anon-mptr.exp
6813 * gdb.dwarf2/dw2-anonymous-func.exp
6814 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6815 * gdb.dwarf2/dw2-bad-unresolved.exp
6816 * gdb.dwarf2/dw2-basic.exp
6817 * gdb.dwarf2/dw2-canonicalize-type.exp
6818 * gdb.dwarf2/dw2-case-insensitive.exp
6819 * gdb.dwarf2/dw2-common-block.exp
6820 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6821 * gdb.dwarf2/dw2-compressed.exp
6822 * gdb.dwarf2/dw2-const.exp
6823 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6824 * gdb.dwarf2/dw2-cu-size.exp
6825 * gdb.dwarf2/dw2-dup-frame.exp
6826 * gdb.dwarf2/dw2-entry-value.exp
6827 * gdb.dwarf2/dw2-icycle.exp
6828 * gdb.dwarf2/dw2-ifort-parameter.exp
6829 * gdb.dwarf2/dw2-inline-break.exp
6830 * gdb.dwarf2/dw2-inline-param.exp
6831 * gdb.dwarf2/dw2-intercu.exp
6832 * gdb.dwarf2/dw2-intermix.exp
6833 * gdb.dwarf2/dw2-lexical-block-bare.exp
6834 * gdb.dwarf2/dw2-linkage-name-trust.exp
6835 * gdb.dwarf2/dw2-minsym-in-cu.exp
6836 * gdb.dwarf2/dw2-noloc.exp
6837 * gdb.dwarf2/dw2-op-call.exp
6838 * gdb.dwarf2/dw2-op-out-param.exp
6839 * gdb.dwarf2/dw2-opt-structptr.exp
6840 * gdb.dwarf2/dw2-param-error.exp
6841 * gdb.dwarf2/dw2-producer.exp
6842 * gdb.dwarf2/dw2-ranges-base.exp
6843 * gdb.dwarf2/dw2-ref-missing-frame.exp
6844 * gdb.dwarf2/dw2-reg-undefined.exp
6845 * gdb.dwarf2/dw2-regno-invalid.exp
6846 * gdb.dwarf2/dw2-restore.exp
6847 * gdb.dwarf2/dw2-restrict.exp
6848 * gdb.dwarf2/dw2-single-line-discriminators.exp
6849 * gdb.dwarf2/dw2-strp.exp
6850 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6851 * gdb.dwarf2/dw2-unresolved.exp
6852 * gdb.dwarf2/dw2-var-zero-addr.exp
6853 * gdb.dwarf2/dw4-sig-types.exp
6854 * gdb.dwarf2/dwz.exp
6855 * gdb.dwarf2/dynarr-ptr.exp
6856 * gdb.dwarf2/enum-type.exp
6857 * gdb.dwarf2/gdb-index.exp
6858 * gdb.dwarf2/implptr-64bit.exp
6859 * gdb.dwarf2/implptr-optimized-out.exp
6860 * gdb.dwarf2/implptr.exp
6861 * gdb.dwarf2/implref-array.exp
6862 * gdb.dwarf2/implref-const.exp
6863 * gdb.dwarf2/implref-global.exp
6864 * gdb.dwarf2/implref-struct.exp
6865 * gdb.dwarf2/mac-fileno.exp
6866 * gdb.dwarf2/main-subprogram.exp
6867 * gdb.dwarf2/member-ptr-forwardref.exp
6868 * gdb.dwarf2/method-ptr.exp
6869 * gdb.dwarf2/missing-sig-type.exp
6870 * gdb.dwarf2/nonvar-access.exp
6871 * gdb.dwarf2/opaque-type-lookup.exp
6872 * gdb.dwarf2/pieces-optimized-out.exp
6873 * gdb.dwarf2/pieces.exp
6874 * gdb.dwarf2/pr10770.exp
6875 * gdb.dwarf2/pr13961.exp
6876 * gdb.dwarf2/staticvirtual.exp
6877 * gdb.dwarf2/subrange.exp
6878 * gdb.dwarf2/symtab-producer.exp
6879 * gdb.dwarf2/trace-crash.exp
6880 * gdb.dwarf2/typeddwarf.exp
6881 * gdb.dwarf2/valop.exp
6882 * gdb.dwarf2/watch-notconst.exp
6883 * gdb.fortran/array-element.exp
6884 * gdb.fortran/charset.exp
6885 * gdb.fortran/common-block.exp
6886 * gdb.fortran/complex.exp
6887 * gdb.fortran/derived-type-function.exp
6888 * gdb.fortran/derived-type.exp
6889 * gdb.fortran/logical.exp
6890 * gdb.fortran/module.exp
6891 * gdb.fortran/multi-dim.exp
6892 * gdb.fortran/nested-funcs.exp
6893 * gdb.fortran/print-formatted.exp
6894 * gdb.fortran/subarray.exp
6895 * gdb.fortran/vla-alloc-assoc.exp
6896 * gdb.fortran/vla-datatypes.exp
6897 * gdb.fortran/vla-history.exp
6898 * gdb.fortran/vla-ptr-info.exp
6899 * gdb.fortran/vla-ptype-sub.exp
6900 * gdb.fortran/vla-ptype.exp
6901 * gdb.fortran/vla-sizeof.exp
6902 * gdb.fortran/vla-type.exp
6903 * gdb.fortran/vla-value-sub-arbitrary.exp
6904 * gdb.fortran/vla-value-sub-finish.exp
6905 * gdb.fortran/vla-value-sub.exp
6906 * gdb.fortran/vla-value.exp
6907 * gdb.fortran/whatis_type.exp
6908 * gdb.go/chan.exp
6909 * gdb.go/handcall.exp
6910 * gdb.go/hello.exp
6911 * gdb.go/integers.exp
6912 * gdb.go/methods.exp
6913 * gdb.go/package.exp
6914 * gdb.go/strings.exp
6915 * gdb.go/types.exp
6916 * gdb.go/unsafe.exp
6917 * gdb.guile/scm-arch.exp
6918 * gdb.guile/scm-block.exp
6919 * gdb.guile/scm-breakpoint.exp
6920 * gdb.guile/scm-cmd.exp
6921 * gdb.guile/scm-disasm.exp
6922 * gdb.guile/scm-equal.exp
6923 * gdb.guile/scm-frame-args.exp
6924 * gdb.guile/scm-frame-inline.exp
6925 * gdb.guile/scm-frame.exp
6926 * gdb.guile/scm-iterator.exp
6927 * gdb.guile/scm-math.exp
6928 * gdb.guile/scm-objfile.exp
6929 * gdb.guile/scm-ports.exp
6930 * gdb.guile/scm-symbol.exp
6931 * gdb.guile/scm-symtab.exp
6932 * gdb.guile/scm-value-cc.exp
6933 * gdb.guile/types-module.exp
6934 * gdb.linespec/break-ask.exp
6935 * gdb.linespec/cpexplicit.exp
6936 * gdb.linespec/explicit.exp
6937 * gdb.linespec/keywords.exp
6938 * gdb.linespec/linespec.exp
6939 * gdb.linespec/ls-dollar.exp
6940 * gdb.linespec/ls-errs.exp
6941 * gdb.linespec/skip-two.exp
6942 * gdb.linespec/thread.exp
6943 * gdb.mi/mi-async.exp
6944 * gdb.mi/mi-basics.exp
6945 * gdb.mi/mi-break.exp
6946 * gdb.mi/mi-catch-load.exp
6947 * gdb.mi/mi-cli.exp
6948 * gdb.mi/mi-cmd-param-changed.exp
6949 * gdb.mi/mi-console.exp
6950 * gdb.mi/mi-detach.exp
6951 * gdb.mi/mi-disassemble.exp
6952 * gdb.mi/mi-eval.exp
6953 * gdb.mi/mi-file-transfer.exp
6954 * gdb.mi/mi-file.exp
6955 * gdb.mi/mi-fill-memory.exp
6956 * gdb.mi/mi-inheritance-syntax-error.exp
6957 * gdb.mi/mi-linespec-err-cp.exp
6958 * gdb.mi/mi-logging.exp
6959 * gdb.mi/mi-memory-changed.exp
6960 * gdb.mi/mi-read-memory.exp
6961 * gdb.mi/mi-record-changed.exp
6962 * gdb.mi/mi-reg-undefined.exp
6963 * gdb.mi/mi-regs.exp
6964 * gdb.mi/mi-return.exp
6965 * gdb.mi/mi-reverse.exp
6966 * gdb.mi/mi-simplerun.exp
6967 * gdb.mi/mi-solib.exp
6968 * gdb.mi/mi-stack.exp
6969 * gdb.mi/mi-stepi.exp
6970 * gdb.mi/mi-syn-frame.exp
6971 * gdb.mi/mi-until.exp
6972 * gdb.mi/mi-var-block.exp
6973 * gdb.mi/mi-var-child.exp
6974 * gdb.mi/mi-var-cmd.exp
6975 * gdb.mi/mi-var-cp.exp
6976 * gdb.mi/mi-var-display.exp
6977 * gdb.mi/mi-var-invalidate.exp
6978 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6979 * gdb.mi/mi-vla-fortran.exp
6980 * gdb.mi/mi-watch.exp
6981 * gdb.mi/mi2-var-child.exp
6982 * gdb.mi/user-selected-context-sync.exp
6983 * gdb.modula2/unbounded-array.exp
6984 * gdb.multi/dummy-frame-restore.exp
6985 * gdb.multi/multi-arch-exec.exp
6986 * gdb.multi/multi-arch.exp
6987 * gdb.multi/tids.exp
6988 * gdb.multi/watchpoint-multi.exp
6989 * gdb.opencl/callfuncs.exp
6990 * gdb.opencl/convs_casts.exp
6991 * gdb.opencl/datatypes.exp
6992 * gdb.opencl/operators.exp
6993 * gdb.opencl/vec_comps.exp
6994 * gdb.opt/clobbered-registers-O2.exp
6995 * gdb.opt/inline-break.exp
6996 * gdb.opt/inline-bt.exp
6997 * gdb.opt/inline-cmds.exp
6998 * gdb.opt/inline-locals.exp
6999 * gdb.pascal/case-insensitive-symbols.exp
7000 * gdb.pascal/floats.exp
7001 * gdb.pascal/gdb11492.exp
7002 * gdb.python/lib-types.exp
7003 * gdb.python/py-arch.exp
7004 * gdb.python/py-as-string.exp
7005 * gdb.python/py-bad-printers.exp
7006 * gdb.python/py-block.exp
7007 * gdb.python/py-breakpoint-create-fail.exp
7008 * gdb.python/py-breakpoint.exp
7009 * gdb.python/py-caller-is.exp
7010 * gdb.python/py-cmd.exp
7011 * gdb.python/py-explore-cc.exp
7012 * gdb.python/py-explore.exp
7013 * gdb.python/py-finish-breakpoint.exp
7014 * gdb.python/py-finish-breakpoint2.exp
7015 * gdb.python/py-frame-args.exp
7016 * gdb.python/py-frame-inline.exp
7017 * gdb.python/py-frame.exp
7018 * gdb.python/py-framefilter-mi.exp
7019 * gdb.python/py-infthread.exp
7020 * gdb.python/py-lazy-string.exp
7021 * gdb.python/py-linetable.exp
7022 * gdb.python/py-mi-events.exp
7023 * gdb.python/py-mi-objfile.exp
7024 * gdb.python/py-mi.exp
7025 * gdb.python/py-objfile.exp
7026 * gdb.python/py-pp-integral.exp
7027 * gdb.python/py-pp-maint.exp
7028 * gdb.python/py-pp-re-notag.exp
7029 * gdb.python/py-pp-registration.exp
7030 * gdb.python/py-recurse-unwind.exp
7031 * gdb.python/py-strfns.exp
7032 * gdb.python/py-symbol.exp
7033 * gdb.python/py-symtab.exp
7034 * gdb.python/py-sync-interp.exp
7035 * gdb.python/py-typeprint.exp
7036 * gdb.python/py-unwind-maint.exp
7037 * gdb.python/py-unwind.exp
7038 * gdb.python/py-value-cc.exp
7039 * gdb.python/py-xmethods.exp
7040 * gdb.reverse/amd64-tailcall-reverse.exp
7041 * gdb.reverse/break-precsave.exp
7042 * gdb.reverse/break-reverse.exp
7043 * gdb.reverse/consecutive-precsave.exp
7044 * gdb.reverse/consecutive-reverse.exp
7045 * gdb.reverse/finish-precsave.exp
7046 * gdb.reverse/finish-reverse-bkpt.exp
7047 * gdb.reverse/finish-reverse.exp
7048 * gdb.reverse/fstatat-reverse.exp
7049 * gdb.reverse/getresuid-reverse.exp
7050 * gdb.reverse/i386-precsave.exp
7051 * gdb.reverse/i386-reverse.exp
7052 * gdb.reverse/i386-sse-reverse.exp
7053 * gdb.reverse/i387-env-reverse.exp
7054 * gdb.reverse/i387-stack-reverse.exp
7055 * gdb.reverse/insn-reverse.exp
7056 * gdb.reverse/machinestate-precsave.exp
7057 * gdb.reverse/machinestate.exp
7058 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7059 * gdb.reverse/pipe-reverse.exp
7060 * gdb.reverse/readv-reverse.exp
7061 * gdb.reverse/recvmsg-reverse.exp
7062 * gdb.reverse/rerun-prec.exp
7063 * gdb.reverse/s390-mvcle.exp
7064 * gdb.reverse/step-precsave.exp
7065 * gdb.reverse/step-reverse.exp
7066 * gdb.reverse/time-reverse.exp
7067 * gdb.reverse/until-precsave.exp
7068 * gdb.reverse/until-reverse.exp
7069 * gdb.reverse/waitpid-reverse.exp
7070 * gdb.reverse/watch-precsave.exp
7071 * gdb.reverse/watch-reverse.exp
7072 * gdb.rust/generics.exp
7073 * gdb.rust/methods.exp
7074 * gdb.rust/modules.exp
7075 * gdb.rust/simple.exp
7076 * gdb.server/connect-with-no-symbol-file.exp
7077 * gdb.server/ext-attach.exp
7078 * gdb.server/ext-restart.exp
7079 * gdb.server/ext-wrapper.exp
7080 * gdb.server/file-transfer.exp
7081 * gdb.server/server-exec-info.exp
7082 * gdb.server/server-kill.exp
7083 * gdb.server/server-mon.exp
7084 * gdb.server/wrapper.exp
7085 * gdb.stabs/exclfwd.exp
7086 * gdb.stabs/gdb11479.exp
7087 * gdb.threads/clone-new-thread-event.exp
7088 * gdb.threads/corethreads.exp
7089 * gdb.threads/current-lwp-dead.exp
7090 * gdb.threads/dlopen-libpthread.exp
7091 * gdb.threads/gcore-thread.exp
7092 * gdb.threads/sigstep-threads.exp
7093 * gdb.threads/watchpoint-fork.exp
7094 * gdb.trace/actions-changed.exp
7095 * gdb.trace/backtrace.exp
7096 * gdb.trace/change-loc.exp
7097 * gdb.trace/circ.exp
7098 * gdb.trace/collection.exp
7099 * gdb.trace/disconnected-tracing.exp
7100 * gdb.trace/ftrace.exp
7101 * gdb.trace/mi-trace-frame-collected.exp
7102 * gdb.trace/mi-trace-unavailable.exp
7103 * gdb.trace/mi-traceframe-changed.exp
7104 * gdb.trace/mi-tsv-changed.exp
7105 * gdb.trace/no-attach-trace.exp
7106 * gdb.trace/passc-dyn.exp
7107 * gdb.trace/qtro.exp
7108 * gdb.trace/range-stepping.exp
7109 * gdb.trace/read-memory.exp
7110 * gdb.trace/save-trace.exp
7111 * gdb.trace/signal.exp
7112 * gdb.trace/status-stop.exp
7113 * gdb.trace/tfile.exp
7114 * gdb.trace/trace-break.exp
7115 * gdb.trace/trace-buffer-size.exp
7116 * gdb.trace/trace-condition.exp
7117 * gdb.trace/tracefile-pseudo-reg.exp
7118 * gdb.trace/tstatus.exp
7119 * gdb.trace/unavailable.exp
7120 * gdb.trace/while-dyn.exp
7121 * gdb.trace/while-stepping.exp
7122
7123 2016-12-22 Doug Evans <xdje42@gmail.com>
7124
7125 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7126 and msymbols.
7127
7128 2016-12-19 Yao Qi <yao.qi@linaro.org>
7129
7130 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7131 (test_with_self): Don't call do_steps_and_nexts, and remove
7132 code about stepping into xmalloc.
7133
7134 2016-12-09 Yao Qi <yao.qi@linaro.org>
7135
7136 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7137
7138 2016-12-09 Yao Qi <yao.qi@linaro.org>
7139
7140 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7141
7142 2016-12-09 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.base/all-architectures-0.exp: New file.
7145 * gdb.base/all-architectures-1.exp: New file.
7146 * gdb.base/all-architectures-2.exp: New file.
7147 * gdb.base/all-architectures-3.exp: New file.
7148 * gdb.base/all-architectures-4.exp: New file.
7149 * gdb.base/all-architectures-5.exp: New file.
7150 * gdb.base/all-architectures-6.exp: New file.
7151 * gdb.base/all-architectures-7.exp: New file.
7152 * gdb.base/all-architectures.exp.in: New file.
7153
7154 2016-12-09 Yao Qi <yao.qi@linaro.org>
7155
7156 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7157
7158 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7159
7160 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7161 possible.
7162 Remove useless pattern-matching code.
7163
7164 2016-12-02 Pedro Alves <palves@redhat.com>
7165
7166 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7167 procedure.
7168 (top level): Call it.
7169
7170 2016-12-02 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7173 New procedure.
7174 (top level): Call it.
7175
7176 2016-12-02 Pedro Alves <palves@redhat.com>
7177
7178 PR cli/20559
7179 * gdb.base/commands.exp (user_defined_command_args_eval): New
7180 procedure.
7181 (top level): Call it.
7182
7183 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7184
7185 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7186 timeout handling.
7187
7188 2016-12-02 Tom Tromey <tom@tromey.com>
7189
7190 * gdb.dwarf2/main-subprogram.c: New file.
7191 * gdb.dwarf2/main-subprogram.exp: New file.
7192
7193 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7194
7195 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7196 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7197 gdb_test_no_output for a couple of cases.
7198 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7199
7200 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7201
7202 Fix test names and standardize compilation error messages throughout
7203 the following files:
7204
7205 * gdb.ada/start.exp
7206 * gdb.arch/alpha-step.exp
7207 * gdb.arch/e500-prologue.exp
7208 * gdb.arch/ftrace-insn-reloc.exp
7209 * gdb.arch/gdb1291.exp
7210 * gdb.arch/gdb1431.exp
7211 * gdb.arch/gdb1558.exp
7212 * gdb.arch/i386-dr3-watch.exp
7213 * gdb.arch/i386-sse-stack-align.exp
7214 * gdb.arch/ia64-breakpoint-shadow.exp
7215 * gdb.arch/pa-nullify.exp
7216 * gdb.arch/powerpc-aix-prologue.exp
7217 * gdb.arch/thumb-bx-pc.exp
7218 * gdb.base/annota1.exp
7219 * gdb.base/annota3.exp
7220 * gdb.base/arrayidx.exp
7221 * gdb.base/assign.exp
7222 * gdb.base/attach.exp
7223 * gdb.base/auxv.exp
7224 * gdb.base/bang.exp
7225 * gdb.base/bfp-test.exp
7226 * gdb.base/bigcore.exp
7227 * gdb.base/bitfields2.exp
7228 * gdb.base/break-fun-addr.exp
7229 * gdb.base/break-probes.exp
7230 * gdb.base/call-rt-st.exp
7231 * gdb.base/callexit.exp
7232 * gdb.base/catch-fork-kill.exp
7233 * gdb.base/charset.exp
7234 * gdb.base/checkpoint.exp
7235 * gdb.base/comprdebug.exp
7236 * gdb.base/constvars.exp
7237 * gdb.base/coredump-filter.exp
7238 * gdb.base/cursal.exp
7239 * gdb.base/cvexpr.exp
7240 * gdb.base/detach.exp
7241 * gdb.base/display.exp
7242 * gdb.base/dmsym.exp
7243 * gdb.base/dprintf-pending.exp
7244 * gdb.base/dso2dso.exp
7245 * gdb.base/dtrace-probe.exp
7246 * gdb.base/dump.exp
7247 * gdb.base/enum_cond.exp
7248 * gdb.base/exe-lock.exp
7249 * gdb.base/exec-invalid-sysroot.exp
7250 * gdb.base/execl-update-breakpoints.exp
7251 * gdb.base/exprs.exp
7252 * gdb.base/fileio.exp
7253 * gdb.base/find.exp
7254 * gdb.base/finish.exp
7255 * gdb.base/fixsection.exp
7256 * gdb.base/foll-vfork.exp
7257 * gdb.base/frame-args.exp
7258 * gdb.base/gcore.exp
7259 * gdb.base/gdb1250.exp
7260 * gdb.base/global-var-nested-by-dso.exp
7261 * gdb.base/gnu-ifunc.exp
7262 * gdb.base/hashline1.exp
7263 * gdb.base/hashline2.exp
7264 * gdb.base/hashline3.exp
7265 * gdb.base/hbreak-in-shr-unsupported.exp
7266 * gdb.base/huge.exp
7267 * gdb.base/infcall-input.exp
7268 * gdb.base/info-fun.exp
7269 * gdb.base/info-shared.exp
7270 * gdb.base/jit-simple.exp
7271 * gdb.base/jit-so.exp
7272 * gdb.base/jit.exp
7273 * gdb.base/jump.exp
7274 * gdb.base/label.exp
7275 * gdb.base/lineinc.exp
7276 * gdb.base/logical.exp
7277 * gdb.base/longjmp.exp
7278 * gdb.base/macscp.exp
7279 * gdb.base/miscexprs.exp
7280 * gdb.base/new-ui-echo.exp
7281 * gdb.base/new-ui-pending-input.exp
7282 * gdb.base/new-ui.exp
7283 * gdb.base/nodebug.exp
7284 * gdb.base/nofield.exp
7285 * gdb.base/offsets.exp
7286 * gdb.base/overlays.exp
7287 * gdb.base/pending.exp
7288 * gdb.base/pointers.exp
7289 * gdb.base/pr11022.exp
7290 * gdb.base/printcmds.exp
7291 * gdb.base/prologue.exp
7292 * gdb.base/ptr-typedef.exp
7293 * gdb.base/realname-expand.exp
7294 * gdb.base/relativedebug.exp
7295 * gdb.base/relocate.exp
7296 * gdb.base/remote.exp
7297 * gdb.base/reread.exp
7298 * gdb.base/return2.exp
7299 * gdb.base/savedregs.exp
7300 * gdb.base/sep.exp
7301 * gdb.base/sepdebug.exp
7302 * gdb.base/sepsymtab.exp
7303 * gdb.base/set-inferior-tty.exp
7304 * gdb.base/setshow.exp
7305 * gdb.base/shlib-call.exp
7306 * gdb.base/sigaltstack.exp
7307 * gdb.base/siginfo-addr.exp
7308 * gdb.base/signals.exp
7309 * gdb.base/signull.exp
7310 * gdb.base/sigrepeat.exp
7311 * gdb.base/so-impl-ld.exp
7312 * gdb.base/solib-display.exp
7313 * gdb.base/solib-overlap.exp
7314 * gdb.base/solib-search.exp
7315 * gdb.base/solib-symbol.exp
7316 * gdb.base/structs.exp
7317 * gdb.base/structs2.exp
7318 * gdb.base/symtab-search-order.exp
7319 * gdb.base/twice.exp
7320 * gdb.base/unload.exp
7321 * gdb.base/varargs.exp
7322 * gdb.base/watchpoint-solib.exp
7323 * gdb.base/watchpoint.exp
7324 * gdb.base/whatis.exp
7325 * gdb.base/wrong_frame_bt_full.exp
7326 * gdb.btrace/dlopen.exp
7327 * gdb.cell/ea-standalone.exp
7328 * gdb.cell/ea-test.exp
7329 * gdb.cp/dispcxx.exp
7330 * gdb.cp/gdb2384.exp
7331 * gdb.cp/method2.exp
7332 * gdb.cp/nextoverthrow.exp
7333 * gdb.cp/pr10728.exp
7334 * gdb.disasm/am33.exp
7335 * gdb.disasm/h8300s.exp
7336 * gdb.disasm/mn10300.exp
7337 * gdb.disasm/sh3.exp
7338 * gdb.dwarf2/dw2-dir-file-name.exp
7339 * gdb.fortran/complex.exp
7340 * gdb.fortran/library-module.exp
7341 * gdb.guile/scm-pretty-print.exp
7342 * gdb.guile/scm-symbol.exp
7343 * gdb.guile/scm-type.exp
7344 * gdb.guile/scm-value.exp
7345 * gdb.linespec/linespec.exp
7346 * gdb.mi/gdb701.exp
7347 * gdb.mi/gdb792.exp
7348 * gdb.mi/mi-breakpoint-changed.exp
7349 * gdb.mi/mi-dprintf-pending.exp
7350 * gdb.mi/mi-dprintf.exp
7351 * gdb.mi/mi-exit-code.exp
7352 * gdb.mi/mi-pending.exp
7353 * gdb.mi/mi-solib.exp
7354 * gdb.mi/new-ui-mi-sync.exp
7355 * gdb.mi/pr11022.exp
7356 * gdb.mi/user-selected-context-sync.exp
7357 * gdb.opt/solib-intra-step.exp
7358 * gdb.python/py-events.exp
7359 * gdb.python/py-finish-breakpoint.exp
7360 * gdb.python/py-mi.exp
7361 * gdb.python/py-prettyprint.exp
7362 * gdb.python/py-shared.exp
7363 * gdb.python/py-symbol.exp
7364 * gdb.python/py-template.exp
7365 * gdb.python/py-type.exp
7366 * gdb.python/py-value.exp
7367 * gdb.reverse/solib-precsave.exp
7368 * gdb.reverse/solib-reverse.exp
7369 * gdb.server/solib-list.exp
7370 * gdb.stabs/weird.exp
7371 * gdb.threads/reconnect-signal.exp
7372 * gdb.threads/stepi-random-signal.exp
7373 * gdb.trace/actions.exp
7374 * gdb.trace/ax.exp
7375 * gdb.trace/backtrace.exp
7376 * gdb.trace/change-loc.exp
7377 * gdb.trace/deltrace.exp
7378 * gdb.trace/ftrace-lock.exp
7379 * gdb.trace/ftrace.exp
7380 * gdb.trace/infotrace.exp
7381 * gdb.trace/mi-tracepoint-changed.exp
7382 * gdb.trace/packetlen.exp
7383 * gdb.trace/passcount.exp
7384 * gdb.trace/pending.exp
7385 * gdb.trace/range-stepping.exp
7386 * gdb.trace/report.exp
7387 * gdb.trace/stap-trace.exp
7388 * gdb.trace/tfind.exp
7389 * gdb.trace/trace-break.exp
7390 * gdb.trace/trace-condition.exp
7391 * gdb.trace/trace-enable-disable.exp
7392 * gdb.trace/trace-mt.exp
7393 * gdb.trace/tracecmd.exp
7394 * gdb.trace/tspeed.exp
7395 * gdb.trace/tsv.exp
7396 * lib/perftest.exp
7397
7398 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7399
7400 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7401 with gdb_test_no_output.
7402 Use command as test name.
7403
7404 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7405
7406 Fix test names starting with uppercase throughout the files.
7407
7408 * gdb.ada/assign_1.exp
7409 * gdb.ada/boolean_expr.exp
7410 * gdb.base/arrayidx.exp
7411 * gdb.base/del.exp
7412 * gdb.base/gcore-buffer-overflow.exp
7413 * gdb.base/testenv.exp
7414 * gdb.compile/compile.exp
7415 * gdb.python/py-framefilter-invalidarg.exp
7416 * gdb.python/py-framefilter.exp
7417
7418 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7419
7420 Fix test names starting with uppercase throughout the files.
7421
7422 * gdb.ada/array_return.exp
7423 * gdb.ada/expr_delims.exp
7424 * gdb.ada/mi_dyn_arr.exp
7425 * gdb.ada/mi_interface.exp
7426 * gdb.ada/mi_var_array.exp
7427 * gdb.ada/watch_arg.exp
7428 * gdb.arch/alpha-step.exp
7429 * gdb.arch/altivec-regs.exp
7430 * gdb.arch/e500-regs.exp
7431 * gdb.arch/powerpc-d128-regs.exp
7432 * gdb.base/arrayidx.exp
7433 * gdb.base/break.exp
7434 * gdb.base/checkpoint.exp
7435 * gdb.base/debug-expr.exp
7436 * gdb.base/dmsym.exp
7437 * gdb.base/radix.exp
7438 * gdb.base/sepdebug.exp
7439 * gdb.base/testenv.exp
7440 * gdb.base/watch_thread_num.exp
7441 * gdb.base/watchpoint-cond-gone.exp
7442 * gdb.cell/break.exp
7443 * gdb.cell/ea-cache.exp
7444 * gdb.compile/compile.exp
7445 * gdb.cp/gdb2495.exp
7446 * gdb.gdb/selftest.exp
7447 * gdb.gdb/xfullpath.exp
7448 * gdb.go/hello.exp
7449 * gdb.go/integers.exp
7450 * gdb.objc/basicclass.exp
7451 * gdb.pascal/hello.exp
7452 * gdb.pascal/integers.exp
7453 * gdb.python/py-breakpoint.exp
7454 * gdb.python/py-cmd.exp
7455 * gdb.python/py-linetable.exp
7456 * gdb.python/py-xmethods.exp
7457 * gdb.python/python.exp
7458 * gdb.reverse/consecutive-precsave.exp
7459 * gdb.reverse/finish-precsave.exp
7460 * gdb.reverse/i386-precsave.exp
7461 * gdb.reverse/machinestate-precsave.exp
7462 * gdb.reverse/sigall-precsave.exp
7463 * gdb.reverse/solib-precsave.exp
7464 * gdb.reverse/step-precsave.exp
7465 * gdb.reverse/until-precsave.exp
7466 * gdb.reverse/watch-precsave.exp
7467 * gdb.threads/leader-exit.exp
7468 * gdb.threads/pthreads.exp
7469 * gdb.threads/wp-replication.exp
7470 * gdb.trace/actions.exp
7471 * gdb.trace/mi-tsv-changed.exp
7472 * gdb.trace/tsv.exp
7473
7474 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7475
7476 Fix test names starting with uppercase throughout the files.
7477
7478 * gdb.arch/i386-bp_permanent.exp
7479 * gdb.arch/i386-gnu-cfi.exp
7480 * gdb.base/disasm-end-cu.exp
7481 * gdb.base/macscp.exp
7482 * gdb.base/pending.exp
7483 * gdb.base/watch_thread_num.exp
7484 * gdb.cp/exception.exp
7485 * gdb.cp/gdb2495.exp
7486 * gdb.cp/local.exp
7487 * gdb.python/py-evsignal.exp
7488 * gdb.python/python.exp
7489 * gdb.trace/tracecmd.exp
7490
7491 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7492
7493 Fix test names starting with uppercase throughout the files.
7494
7495 * gdb.base/charset.exp
7496 * gdb.base/eval.exp
7497 * gdb.base/multi-forks.exp
7498 * gdb.guile/scm-progspace.exp
7499 * gdb.opencl/datatypes.exp
7500 * gdb.python/py-block.exp
7501 * gdb.python/py-function.exp
7502 * gdb.python/py-symbol.exp
7503 * gdb.python/py-symtab.exp
7504 * gdb.python/py-xmethods.exp
7505 * gdb.reverse/break-precsave.exp
7506 * gdb.reverse/break-reverse.exp
7507 * gdb.reverse/consecutive-precsave.exp
7508 * gdb.reverse/consecutive-reverse.exp
7509 * gdb.reverse/finish-precsave.exp
7510 * gdb.reverse/finish-reverse-bkpt.exp
7511 * gdb.reverse/finish-reverse.exp
7512 * gdb.reverse/fstatat-reverse.exp
7513 * gdb.reverse/getresuid-reverse.exp
7514 * gdb.reverse/i386-precsave.exp
7515 * gdb.reverse/i386-reverse.exp
7516 * gdb.reverse/i386-sse-reverse.exp
7517 * gdb.reverse/i387-stack-reverse.exp
7518 * gdb.reverse/insn-reverse.exp
7519 * gdb.reverse/machinestate-precsave.exp
7520 * gdb.reverse/machinestate.exp
7521 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7522 * gdb.reverse/pipe-reverse.exp
7523 * gdb.reverse/readv-reverse.exp
7524 * gdb.reverse/recvmsg-reverse.exp
7525 * gdb.reverse/rerun-prec.exp
7526 * gdb.reverse/s390-mvcle.exp
7527 * gdb.reverse/sigall-precsave.exp
7528 * gdb.reverse/sigall-reverse.exp
7529 * gdb.reverse/solib-precsave.exp
7530 * gdb.reverse/solib-reverse.exp
7531 * gdb.reverse/step-precsave.exp
7532 * gdb.reverse/step-reverse.exp
7533 * gdb.reverse/time-reverse.exp
7534 * gdb.reverse/until-precsave.exp
7535 * gdb.reverse/until-reverse.exp
7536 * gdb.reverse/waitpid-reverse.exp
7537 * gdb.reverse/watch-precsave.exp
7538 * gdb.reverse/watch-reverse.exp
7539
7540 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7541
7542 Fix test names starting with uppercase throughout the files.
7543
7544 * gdb.arch/i386-mpx-simple_segv.exp
7545 * gdb.arch/i386-mpx.exp
7546 * gdb.arch/i386-permbkpt.exp
7547 * gdb.arch/pa-nullify.exp
7548 * gdb.arch/powerpc-d128-regs.exp
7549 * gdb.arch/vsx-regs.exp
7550 * gdb.base/bfp-test.exp
7551 * gdb.base/break.exp
7552 * gdb.base/breakpoint-shadow.exp
7553 * gdb.base/callfuncs.exp
7554 * gdb.base/charset.exp
7555 * gdb.base/commands.exp
7556 * gdb.base/completion.exp
7557 * gdb.base/dfp-test.exp
7558 * gdb.base/echo.exp
7559 * gdb.base/ending-run.exp
7560 * gdb.base/eval.exp
7561 * gdb.base/expand-psymtabs.exp
7562 * gdb.base/float128.exp
7563 * gdb.base/floatn.exp
7564 * gdb.base/foll-exec-mode.exp
7565 * gdb.base/gdb1056.exp
7566 * gdb.base/gdb11531.exp
7567 * gdb.base/kill-after-signal.exp
7568 * gdb.base/multi-forks.exp
7569 * gdb.base/overlays.exp
7570 * gdb.base/pending.exp
7571 * gdb.base/sepdebug.exp
7572 * gdb.base/testenv.exp
7573 * gdb.base/valgrind-db-attach.exp
7574 * gdb.base/watch_thread_num.exp
7575 * gdb.base/watchpoint-cond-gone.exp
7576 * gdb.base/watchpoint.exp
7577 * gdb.base/watchpoints.exp
7578 * gdb.cp/arg-reference.exp
7579 * gdb.cp/baseenum.exp
7580 * gdb.cp/operator.exp
7581 * gdb.cp/shadow.exp
7582 * gdb.dwarf2/dw2-op-out-param.exp
7583 * gdb.dwarf2/dw2-reg-undefined.exp
7584 * gdb.go/chan.exp
7585 * gdb.go/hello.exp
7586 * gdb.go/integers.exp
7587 * gdb.go/methods.exp
7588 * gdb.go/package.exp
7589 * gdb.guile/scm-parameter.exp
7590 * gdb.guile/scm-progspace.exp
7591 * gdb.guile/scm-value.exp
7592 * gdb.mi/mi-pending.exp
7593 * gdb.mi/user-selected-context-sync.exp
7594 * gdb.multi/multi-attach.exp
7595 * gdb.multi/tids.exp
7596 * gdb.opt/clobbered-registers-O2.exp
7597 * gdb.pascal/floats.exp
7598 * gdb.pascal/integers.exp
7599 * gdb.python/py-block.exp
7600 * gdb.python/py-events.exp
7601 * gdb.python/py-parameter.exp
7602 * gdb.python/py-symbol.exp
7603 * gdb.python/py-symtab.exp
7604 * gdb.python/py-type.exp
7605 * gdb.python/py-value.exp
7606 * gdb.python/py-xmethods.exp
7607 * gdb.python/python.exp
7608 * gdb.reverse/break-precsave.exp
7609 * gdb.reverse/consecutive-precsave.exp
7610 * gdb.reverse/finish-precsave.exp
7611 * gdb.reverse/i386-precsave.exp
7612 * gdb.reverse/machinestate-precsave.exp
7613 * gdb.reverse/sigall-precsave.exp
7614 * gdb.reverse/solib-precsave.exp
7615 * gdb.reverse/step-precsave.exp
7616 * gdb.reverse/until-precsave.exp
7617 * gdb.reverse/watch-precsave.exp
7618 * gdb.server/ext-attach.exp
7619 * gdb.server/ext-restart.exp
7620 * gdb.server/ext-run.exp
7621 * gdb.server/ext-wrapper.exp
7622 * gdb.stabs/gdb11479.exp
7623 * gdb.stabs/weird.exp
7624 * gdb.threads/attach-many-short-lived-threads.exp
7625 * gdb.threads/kill.exp
7626 * gdb.threads/watchpoint-fork.exp
7627
7628 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7629
7630 Fix test names starting with uppercase throughout all the files below.
7631
7632 * gdb.ada/array_return.exp
7633 * gdb.ada/catch_ex.exp
7634 * gdb.ada/info_exc.exp
7635 * gdb.ada/mi_catch_ex.exp
7636 * gdb.ada/mi_dyn_arr.exp
7637 * gdb.ada/mi_ex_cond.exp
7638 * gdb.ada/mi_exc_info.exp
7639 * gdb.ada/mi_interface.exp
7640 * gdb.ada/mi_task_arg.exp
7641 * gdb.ada/mi_task_info.exp
7642 * gdb.ada/mi_var_array.exp
7643 * gdb.arch/alpha-step.exp
7644 * gdb.arch/amd64-disp-step.exp
7645 * gdb.arch/arm-disp-step.exp
7646 * gdb.arch/disp-step-insn-reloc.exp
7647 * gdb.arch/e500-prologue.exp
7648 * gdb.arch/ftrace-insn-reloc.exp
7649 * gdb.arch/gdb1558.exp
7650 * gdb.arch/i386-bp_permanent.exp
7651 * gdb.arch/i386-disp-step.exp
7652 * gdb.arch/i386-float.exp
7653 * gdb.arch/i386-gnu-cfi.exp
7654 * gdb.arch/ia64-breakpoint-shadow.exp
7655 * gdb.arch/mips16-thunks.exp
7656 * gdb.arch/pa-nullify.exp
7657 * gdb.arch/powerpc-aix-prologue.exp
7658 * gdb.arch/powerpc-power.exp
7659 * gdb.arch/ppc-dfp.exp
7660 * gdb.arch/s390-tdbregs.exp
7661 * gdb.arch/spu-info.exp
7662 * gdb.arch/spu-ls.exp
7663 * gdb.arch/thumb-bx-pc.exp
7664 * gdb.base/advance.exp
7665 * gdb.base/annota-input-while-running.exp
7666 * gdb.base/arrayidx.exp
7667 * gdb.base/asmlabel.exp
7668 * gdb.base/async.exp
7669 * gdb.base/attach-wait-input.exp
7670 * gdb.base/auto-connect-native-target.exp
7671 * gdb.base/batch-preserve-term-settings.exp
7672 * gdb.base/bfp-test.exp
7673 * gdb.base/bigcore.exp
7674 * gdb.base/bp-permanent.exp
7675 * gdb.base/break-always.exp
7676 * gdb.base/break-fun-addr.exp
7677 * gdb.base/break-idempotent.exp
7678 * gdb.base/break-main-file-remove-fail.exp
7679 * gdb.base/break-probes.exp
7680 * gdb.base/break-unload-file.exp
7681 * gdb.base/break.exp
7682 * gdb.base/call-ar-st.exp
7683 * gdb.base/call-rt-st.exp
7684 * gdb.base/call-sc.exp
7685 * gdb.base/call-signal-resume.exp
7686 * gdb.base/call-strs.exp
7687 * gdb.base/callexit.exp
7688 * gdb.base/callfuncs.exp
7689 * gdb.base/catch-gdb-caused-signals.exp
7690 * gdb.base/catch-signal-siginfo-cond.exp
7691 * gdb.base/catch-syscall.exp
7692 * gdb.base/compare-sections.exp
7693 * gdb.base/cond-eval-mode.exp
7694 * gdb.base/condbreak-call-false.exp
7695 * gdb.base/consecutive-step-over.exp
7696 * gdb.base/cursal.exp
7697 * gdb.base/disabled-location.exp
7698 * gdb.base/disasm-end-cu.exp
7699 * gdb.base/display.exp
7700 * gdb.base/double-prompt-target-event-error.exp
7701 * gdb.base/dprintf-bp-same-addr.exp
7702 * gdb.base/dprintf-detach.exp
7703 * gdb.base/dprintf-next.exp
7704 * gdb.base/dprintf-non-stop.exp
7705 * gdb.base/dprintf-pending.exp
7706 * gdb.base/dso2dso.exp
7707 * gdb.base/ending-run.exp
7708 * gdb.base/enum_cond.exp
7709 * gdb.base/examine-backward.exp
7710 * gdb.base/exe-lock.exp
7711 * gdb.base/exec-invalid-sysroot.exp
7712 * gdb.base/execl-update-breakpoints.exp
7713 * gdb.base/execution-termios.exp
7714 * gdb.base/fileio.exp
7715 * gdb.base/fixsection.exp
7716 * gdb.base/foll-exec-mode.exp
7717 * gdb.base/foll-exec.exp
7718 * gdb.base/fork-running-state.exp
7719 * gdb.base/frame-args.exp
7720 * gdb.base/fullpath-expand.exp
7721 * gdb.base/func-ptr.exp
7722 * gdb.base/gcore-relro-pie.exp
7723 * gdb.base/gdb1090.exp
7724 * gdb.base/gdb1555.exp
7725 * gdb.base/global-var-nested-by-dso.exp
7726 * gdb.base/gnu-ifunc.exp
7727 * gdb.base/hbreak-in-shr-unsupported.exp
7728 * gdb.base/hbreak-unmapped.exp
7729 * gdb.base/hook-stop.exp
7730 * gdb.base/infcall-input.exp
7731 * gdb.base/info-fun.exp
7732 * gdb.base/info-shared.exp
7733 * gdb.base/interrupt-noterm.exp
7734 * gdb.base/jit-so.exp
7735 * gdb.base/jit.exp
7736 * gdb.base/line-symtabs.exp
7737 * gdb.base/list.exp
7738 * gdb.base/longjmp.exp
7739 * gdb.base/macscp.exp
7740 * gdb.base/max-value-size.exp
7741 * gdb.base/nodebug.exp
7742 * gdb.base/nofield.exp
7743 * gdb.base/overlays.exp
7744 * gdb.base/paginate-after-ctrl-c-running.exp
7745 * gdb.base/paginate-bg-execution.exp
7746 * gdb.base/paginate-inferior-exit.exp
7747 * gdb.base/pending.exp
7748 * gdb.base/pr11022.exp
7749 * gdb.base/printcmds.exp
7750 * gdb.base/ptr-typedef.exp
7751 * gdb.base/ptype.exp
7752 * gdb.base/randomize.exp
7753 * gdb.base/range-stepping.exp
7754 * gdb.base/realname-expand.exp
7755 * gdb.base/relativedebug.exp
7756 * gdb.base/remote.exp
7757 * gdb.base/savedregs.exp
7758 * gdb.base/sepdebug.exp
7759 * gdb.base/set-noassign.exp
7760 * gdb.base/shlib-call.exp
7761 * gdb.base/shreloc.exp
7762 * gdb.base/sigaltstack.exp
7763 * gdb.base/sigbpt.exp
7764 * gdb.base/siginfo-addr.exp
7765 * gdb.base/siginfo-obj.exp
7766 * gdb.base/siginfo-thread.exp
7767 * gdb.base/signest.exp
7768 * gdb.base/signull.exp
7769 * gdb.base/sigrepeat.exp
7770 * gdb.base/skip.exp
7771 * gdb.base/so-impl-ld.exp
7772 * gdb.base/solib-corrupted.exp
7773 * gdb.base/solib-disc.exp
7774 * gdb.base/solib-display.exp
7775 * gdb.base/solib-overlap.exp
7776 * gdb.base/solib-search.exp
7777 * gdb.base/solib-symbol.exp
7778 * gdb.base/source-execution.exp
7779 * gdb.base/sss-bp-on-user-bp-2.exp
7780 * gdb.base/sss-bp-on-user-bp.exp
7781 * gdb.base/stack-checking.exp
7782 * gdb.base/stale-infcall.exp
7783 * gdb.base/step-break.exp
7784 * gdb.base/step-line.exp
7785 * gdb.base/step-over-exit.exp
7786 * gdb.base/step-test.exp
7787 * gdb.base/structs.exp
7788 * gdb.base/sym-file.exp
7789 * gdb.base/symtab-search-order.exp
7790 * gdb.base/term.exp
7791 * gdb.base/type-opaque.exp
7792 * gdb.base/unload.exp
7793 * gdb.base/until-nodebug.exp
7794 * gdb.base/until.exp
7795 * gdb.base/unwindonsignal.exp
7796 * gdb.base/watch-cond.exp
7797 * gdb.base/watch-non-mem.exp
7798 * gdb.base/watch_thread_num.exp
7799 * gdb.base/watchpoint-reuse-slot.exp
7800 * gdb.base/watchpoint-solib.exp
7801 * gdb.base/watchpoint.exp
7802 * gdb.btrace/dlopen.exp
7803 * gdb.cell/arch.exp
7804 * gdb.cell/break.exp
7805 * gdb.cell/bt.exp
7806 * gdb.cell/core.exp
7807 * gdb.cell/data.exp
7808 * gdb.cell/dwarfaddr.exp
7809 * gdb.cell/ea-cache.exp
7810 * gdb.cell/ea-standalone.exp
7811 * gdb.cell/ea-test.exp
7812 * gdb.cell/f-regs.exp
7813 * gdb.cell/fork.exp
7814 * gdb.cell/gcore.exp
7815 * gdb.cell/mem-access.exp
7816 * gdb.cell/ptype.exp
7817 * gdb.cell/registers.exp
7818 * gdb.cell/sizeof.exp
7819 * gdb.cell/solib-symbol.exp
7820 * gdb.cell/solib.exp
7821 * gdb.compile/compile-tls.exp
7822 * gdb.cp/exception.exp
7823 * gdb.cp/gdb2495.exp
7824 * gdb.cp/local.exp
7825 * gdb.cp/mb-inline.exp
7826 * gdb.cp/mb-templates.exp
7827 * gdb.cp/pr10687.exp
7828 * gdb.cp/pr9167.exp
7829 * gdb.cp/scope-err.exp
7830 * gdb.cp/templates.exp
7831 * gdb.cp/virtfunc.exp
7832 * gdb.dwarf2/dw2-dir-file-name.exp
7833 * gdb.dwarf2/dw2-single-line-discriminators.exp
7834 * gdb.fortran/complex.exp
7835 * gdb.fortran/library-module.exp
7836 * gdb.guile/guile.exp
7837 * gdb.guile/scm-cmd.exp
7838 * gdb.guile/scm-frame-inline.exp
7839 * gdb.guile/scm-objfile.exp
7840 * gdb.guile/scm-pretty-print.exp
7841 * gdb.guile/scm-symbol.exp
7842 * gdb.guile/scm-type.exp
7843 * gdb.guile/scm-value.exp
7844 * gdb.linespec/keywords.exp
7845 * gdb.linespec/ls-errs.exp
7846 * gdb.linespec/macro-relative.exp
7847 * gdb.linespec/thread.exp
7848 * gdb.mi/mi-breakpoint-changed.exp
7849 * gdb.mi/mi-dprintf-pending.exp
7850 * gdb.mi/mi-fullname-deleted.exp
7851 * gdb.mi/mi-logging.exp
7852 * gdb.mi/mi-pending.exp
7853 * gdb.mi/mi-solib.exp
7854 * gdb.mi/new-ui-mi-sync.exp
7855 * gdb.mi/user-selected-context-sync.exp
7856 * gdb.multi/dummy-frame-restore.exp
7857 * gdb.multi/multi-arch-exec.exp
7858 * gdb.multi/remove-inferiors.exp
7859 * gdb.multi/watchpoint-multi-exit.exp
7860 * gdb.opt/solib-intra-step.exp
7861 * gdb.perf/backtrace.exp
7862 * gdb.perf/single-step.exp
7863 * gdb.perf/skip-command.exp
7864 * gdb.perf/skip-prologue.exp
7865 * gdb.perf/solib.exp
7866 * gdb.python/lib-types.exp
7867 * gdb.python/py-as-string.exp
7868 * gdb.python/py-bad-printers.exp
7869 * gdb.python/py-block.exp
7870 * gdb.python/py-breakpoint.exp
7871 * gdb.python/py-cmd.exp
7872 * gdb.python/py-events.exp
7873 * gdb.python/py-evthreads.exp
7874 * gdb.python/py-finish-breakpoint.exp
7875 * gdb.python/py-finish-breakpoint2.exp
7876 * gdb.python/py-frame-inline.exp
7877 * gdb.python/py-frame.exp
7878 * gdb.python/py-inferior.exp
7879 * gdb.python/py-infthread.exp
7880 * gdb.python/py-mi.exp
7881 * gdb.python/py-objfile.exp
7882 * gdb.python/py-pp-maint.exp
7883 * gdb.python/py-pp-registration.exp
7884 * gdb.python/py-prettyprint.exp
7885 * gdb.python/py-recurse-unwind.exp
7886 * gdb.python/py-shared.exp
7887 * gdb.python/py-symbol.exp
7888 * gdb.python/py-symtab.exp
7889 * gdb.python/py-template.exp
7890 * gdb.python/py-type.exp
7891 * gdb.python/py-unwind-maint.exp
7892 * gdb.python/py-unwind.exp
7893 * gdb.python/py-value.exp
7894 * gdb.python/python.exp
7895 * gdb.reverse/finish-reverse-bkpt.exp
7896 * gdb.reverse/insn-reverse.exp
7897 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7898 * gdb.reverse/solib-precsave.exp
7899 * gdb.reverse/solib-reverse.exp
7900 * gdb.stabs/gdb11479.exp
7901 * gdb.stabs/weird.exp
7902 * gdb.threads/fork-child-threads.exp
7903 * gdb.threads/fork-plus-threads.exp
7904 * gdb.threads/fork-thread-pending.exp
7905 * gdb.threads/forking-threads-plus-breakpoint.exp
7906 * gdb.threads/hand-call-in-threads.exp
7907 * gdb.threads/interrupted-hand-call.exp
7908 * gdb.threads/linux-dp.exp
7909 * gdb.threads/local-watch-wrong-thread.exp
7910 * gdb.threads/next-while-other-thread-longjmps.exp
7911 * gdb.threads/non-ldr-exit.exp
7912 * gdb.threads/pending-step.exp
7913 * gdb.threads/print-threads.exp
7914 * gdb.threads/process-dies-while-detaching.exp
7915 * gdb.threads/process-dies-while-handling-bp.exp
7916 * gdb.threads/pthreads.exp
7917 * gdb.threads/queue-signal.exp
7918 * gdb.threads/reconnect-signal.exp
7919 * gdb.threads/signal-command-handle-nopass.exp
7920 * gdb.threads/signal-command-multiple-signals-pending.exp
7921 * gdb.threads/signal-delivered-right-thread.exp
7922 * gdb.threads/signal-sigtrap.exp
7923 * gdb.threads/sigthread.exp
7924 * gdb.threads/staticthreads.exp
7925 * gdb.threads/stepi-random-signal.exp
7926 * gdb.threads/thread-unwindonsignal.exp
7927 * gdb.threads/thread_check.exp
7928 * gdb.threads/thread_events.exp
7929 * gdb.threads/tid-reuse.exp
7930 * gdb.threads/tls-nodebug.exp
7931 * gdb.threads/tls-shared.exp
7932 * gdb.threads/tls-so_extern.exp
7933 * gdb.threads/tls.exp
7934 * gdb.threads/wp-replication.exp
7935 * gdb.trace/actions-changed.exp
7936 * gdb.trace/actions.exp
7937 * gdb.trace/backtrace.exp
7938 * gdb.trace/change-loc.exp
7939 * gdb.trace/collection.exp
7940 * gdb.trace/deltrace.exp
7941 * gdb.trace/disconnected-tracing.exp
7942 * gdb.trace/entry-values.exp
7943 * gdb.trace/ftrace-lock.exp
7944 * gdb.trace/ftrace.exp
7945 * gdb.trace/infotrace.exp
7946 * gdb.trace/mi-trace-frame-collected.exp
7947 * gdb.trace/mi-trace-unavailable.exp
7948 * gdb.trace/mi-traceframe-changed.exp
7949 * gdb.trace/mi-tracepoint-changed.exp
7950 * gdb.trace/mi-tsv-changed.exp
7951 * gdb.trace/no-attach-trace.exp
7952 * gdb.trace/packetlen.exp
7953 * gdb.trace/passc-dyn.exp
7954 * gdb.trace/passcount.exp
7955 * gdb.trace/pending.exp
7956 * gdb.trace/pr16508.exp
7957 * gdb.trace/qtro.exp
7958 * gdb.trace/range-stepping.exp
7959 * gdb.trace/read-memory.exp
7960 * gdb.trace/report.exp
7961 * gdb.trace/save-trace.exp
7962 * gdb.trace/signal.exp
7963 * gdb.trace/stap-trace.exp
7964 * gdb.trace/status-stop.exp
7965 * gdb.trace/strace.exp
7966 * gdb.trace/tfile.exp
7967 * gdb.trace/tfind.exp
7968 * gdb.trace/trace-break.exp
7969 * gdb.trace/trace-condition.exp
7970 * gdb.trace/trace-enable-disable.exp
7971 * gdb.trace/trace-mt.exp
7972 * gdb.trace/tracecmd.exp
7973 * gdb.trace/tracefile-pseudo-reg.exp
7974 * gdb.trace/tspeed.exp
7975 * gdb.trace/tstatus.exp
7976 * gdb.trace/tsv.exp
7977 * gdb.trace/unavailable.exp
7978 * gdb.trace/while-dyn.exp
7979 * gdb.trace/while-stepping.exp
7980 * lib/gdb-guile.exp
7981 * lib/gdb.exp
7982 * lib/mi-support.exp
7983 * lib/pascal.exp
7984 * lib/perftest.exp
7985 * lib/prelink-support.exp
7986 * lib/selftest-support.exp
7987
7988 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7989
7990 * Makefile.in: Include disable-implicit-rules.mk.
7991
7992 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7993
7994 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7995 non-byte-aligned bit fields.
7996
7997 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7998
7999 PR gdb/12616
8000 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8001 respects the DW_AT_data_bit_offset attribute.
8002
8003 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8004
8005 * gdb.base/default.exp: Fix output of "set language".
8006
8007 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8008
8009 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8010 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8011 make.
8012 * configure.ac: Remove checks for the make program.
8013 * configure: Re-generate.
8014
8015 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8016
8017 * gdb.python/py-recurse-unwind.c (main): Add loop.
8018 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8019 to read_register() and gdb.parse_and_eval(). Make each code
8020 call a separate case that can be individually tested.
8021 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8022 proc. Call cont_and_backtrace for each of the code paths that
8023 we want to test in the unwinder.
8024
8025 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8026
8027 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8028 the definition of struct S.
8029
8030 2016-11-11 Catherine Moore <clm@codesourcery.com>
8031
8032 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8033
8034 2016-11-09 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/commands.exp (runto_or_return): New procedure.
8037 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8038 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8039 (progvar_simple_while_test, progvar_complex_if_while_test)
8040 (if_while_breakpoint_command_test)
8041 (infrun_breakpoint_command_test, breakpoint_command_test)
8042 (user_defined_command_test, watchpoint_command_test)
8043 (test_command_prompt_position, redefine_hook_test)
8044 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8045 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8046 multi_line_input and multi_line. Remove gdb_expect and
8047 gdb_stop_suppressing_tests uses.
8048 * lib/gdb.exp (valnum_re): New global.
8049 (multi_line_input): New procedure.
8050
8051 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8052
8053 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8054 Remove.
8055 (test_setup): Define with proc_with_prefix.
8056 (test_cli_inferior): Likewise.
8057 (test_cli_thread): Likewise.
8058 (test_cli_frame): Likewise.
8059 (test_cli_select_frame): Likewise.
8060 (test_cli_up_down): Likewise.
8061 (test_mi_thread_select): Likewise.
8062 (test_mi_stack_select_frame): Likewise.
8063 (test_cli_in_mi_inferior): Likewise.
8064 (test_cli_in_mi_thread): Likewise.
8065 (test_cli_in_mi_frame): Likewise.
8066 (top level): Do not use with_test_prefix_procname.
8067
8068 2016-11-09 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.base/commands.exp (gdbvar_simple_if_test)
8071 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8072 (progvar_simple_if_test, progvar_simple_while_test)
8073 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8074 (infrun_breakpoint_command_test, breakpoint_command_test)
8075 (user_defined_command_test, watchpoint_command_test)
8076 (test_command_prompt_position, deprecated_command_test)
8077 (bp_deleted_in_command, temporary_breakpoint_commands)
8078 (stray_arg0_test, source_file_with_indented_comment)
8079 (recursive_source_test, if_commands_test)
8080 (error_clears_commands_left, redefine_hook_test)
8081 (redefine_backtrace_test): Use proc_with_prefix.
8082 * lib/gdb.exp (proc_with_prefix): New proc.
8083
8084 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8085
8086 * gdb.base/tui-layout.c: New file.
8087 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8088 disassembly window contains very long lines.
8089
8090 2016-11-08 Tom Tromey <tom@tromey.com>
8091
8092 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8093 depend on Python 2.
8094
8095 2016-11-08 Tom Tromey <tom@tromey.com>
8096
8097 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8098 New method.
8099
8100 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8101
8102 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8103
8104 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8105
8106 * gdb.rust/simple.rs: Add test for univariant enums without
8107 discriminants and for encoded struct-like enums.
8108
8109 2016-10-28 Pedro Alves <palves@redhat.com>
8110
8111 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8112 gdb_test_multiple, tighten regexps and match symtabs and line
8113 tables incrementally.
8114
8115 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8116
8117 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8118 general.
8119
8120 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8121
8122 * gdb.base/exec-invalid-sysroot.exp: New file.
8123
8124 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8127
8128 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8129
8130 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8131
8132 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8133
8134 * gdb.base/killed-outside.exp: Remove $options from a call to
8135 `prepare_for_testing'.
8136
8137 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8140 Change test message.
8141
8142 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8145 Update comment.
8146
8147 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8148
8149 * gdb.trace/mi-trace-save.exp: New file.
8150
8151 2016-10-13 Yao Qi <yao.qi@linaro.org>
8152
8153 * gdb.base/code_elim.exp (get_var_address): Remove.
8154 * gdb.base/relocate.exp: Likewise.
8155 * gdb.base/shreloc.exp: Likewise.
8156 * lib/gdb.exp (get_var_address): New.
8157
8158 2016-10-13 Yao Qi <yao.qi@linaro.org>
8159
8160 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8161 floating point tests if $skip_float_test is false.
8162
8163 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8164
8165 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8166 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8167 argc values.
8168 Add 1 to argc so we guarantee distinct initial/modified argc values.
8169
8170 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8171
8172 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8173
8174 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8175
8176 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8177 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8178 * gdb.arch/vsx-regs.exp: Likewise.
8179
8180 2016-10-07 Yao Qi <yao.qi@linaro.org>
8181
8182 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8183
8184 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8185
8186 * gdb.python/python.exp: Test decode_line("*0").
8187
8188 2016-10-06 Doug Evans <dje@google.com>
8189
8190 * gdb.python/py-value.exp (test_value_creation): Add test for large
8191 unsigned 64-bit value.
8192
8193 2016-10-06 Tom Tromey <tom@tromey.com>
8194
8195 * gdb.compile/compile.exp: Change java tests to rust.
8196 * gdb.base/setshow.exp: Change java tests to rust.
8197 * gdb.base/default.exp: Remove java from language list.
8198 * README (Examples): Update language example.
8199 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8200 test.
8201 * lib/gdb.exp (skip_java_tests): Remove.
8202 * lib/java.exp: Remove.
8203 * gdb.java: Remove.
8204
8205 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8206
8207 * gdb.arch/mips-fcr.exp: New test.
8208 * gdb.arch/mips-fcr.c: Source for the new test.
8209
8210 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8211
8212 * gdb.base/solib-disc.exp: Use `standard_output_file'
8213 throughout.
8214
8215 2016-10-06 Pedro Alves <palves@redhat.com>
8216
8217 * gdb.base/jit-simple-dl.c: New file.
8218 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8219 * gdb.base/jit-simple.c: ... this.
8220 * gdb.base/jit-simple.exp (jit_run): Delete.
8221 (build_jit): New proc.
8222 (jit_test_reread): Recompile either the main program or the shared
8223 library, depending on what is being tested. Skip changing address
8224 if caller wants to. Compare before/after addresses. If testing
8225 standalone, explicitly load the binary. Test "maint info
8226 breakpoints".
8227 (top level): Add "standalone vs shared lib" and "change address"
8228 vs "same address" axes.
8229
8230 2016-10-06 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8233 call.
8234 (jit_run): Delete.
8235 (jit_test_reread): Use with_test_prefix. Reload the main binary
8236 explicitly. Compare the before/after addresses of the JIT
8237 descriptor.
8238
8239 2016-08-15 Doug Evans <dje@google.com>
8240
8241 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8242 for single bitfields is bool.
8243 * gdb.xml/tdesc-regs.exp: Ditto.
8244
8245 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8246
8247 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8248
8249 2016-10-05 Yao Qi <yao.qi@linaro.org>
8250
8251 * lib/gdb.exp (support_complex_tests): Return zero if
8252 gdb_skip_float_test return true.
8253
8254 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8255 Simon Marchi <simon.marchi@ericsson.com>
8256
8257 PR gdb/20487
8258 * gdb.mi/user-selected-context-sync.exp: New file.
8259 * gdb.mi/user-selected-context-sync.c: New file.
8260
8261 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8262 Simon Marchi <simon.marchi@ericsson.com>
8263
8264 PR gdb/20487
8265 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8266 =thread-select-event check.
8267
8268 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8269
8270 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8271 the compulsory L operand changes.
8272 * gdb.arch/powerpc-power.s: Likewise.
8273
8274 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8277 * gdb.base/jit-attach-pie.c: New file.
8278 * gdb.base/jit-attach-pie.exp: New file.
8279
8280 2016-09-28 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.base/infcall-input.c: New file.
8283 * gdb.base/infcall-input.exp: New file.
8284
8285 2016-09-22 Yao Qi <yao.qi@linaro.org>
8286
8287 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8288 (gdb_exit): Rename it to ...
8289 (gdbserver_gdb_exit): ... Close GDBserver.
8290 (gdb_exit): New proc, call gdbserver_gdb_exit.
8291 (mi_gdb_exit): Likewise.
8292
8293 2016-09-22 Yao Qi <yao.qi@linaro.org>
8294
8295 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8296 path.
8297 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8298 Remove duplication.
8299
8300 2016-09-22 Yao Qi <yao.qi@linaro.org>
8301
8302 * lib/gdbserver-support.exp: Check the existence of
8303 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8304
8305 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8306
8307 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8308
8309 2016-09-21 Tom Tromey <tom@tromey.com>
8310
8311 PR gdb/20604:
8312 * gdb.base/quit.exp: New file.
8313
8314 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8315
8316 * .gitignore: New file.
8317
8318 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8319
8320 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8321 throughout.
8322
8323 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8324
8325 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8326
8327 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8328
8329 * gdb.cp/casts.cc (decltype): Move it ...
8330 (main): ... with its call to ...
8331 * gdb.cp/casts03.cc: ... a new file.
8332 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8333
8334 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8335
8336 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8337
8338 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8339
8340 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8341 and sync up the test with tests in gas/testsuite/gas/ppc.
8342 * gdb.arch/powerpc-power.exp: Likewise.
8343
8344 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8345
8346 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8347
8348 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8349 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8352 make m1's definition to be different from m2's. Use 'dummy' as an
8353 argument for probe 'two'.
8354
8355 2016-09-10 Jon Beniston <jon@beniston.com>
8356
8357 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8358 for sim target.
8359
8360 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8361
8362 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8363 variable declaration.
8364 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8365 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8366 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8367 received HWCAP as its argument.
8368
8369 2016-09-06 Pedro Alves <palves@redhat.com>
8370
8371 * gdb.base/new-ui-pending-input.c: New file.
8372 * gdb.base/new-ui-pending-input.exp: New file.
8373 * gdb.exp (clear_gdb_spawn_id): New procedure.
8374 (with_spawn_id): Check whether gdb_spawn_id exists before
8375 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8376 on exit.
8377
8378 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8379
8380 * gdb.base/float128.c: New file.
8381 * gdb.base/float128.exp: Likewise.
8382 * gdb.base/floatn.c: Likewise.
8383 * gdb.base/floatn.exp: Likewise.
8384
8385 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8386
8387 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8388
8389 2016-09-05 Pedro Alves <palves@redhat.com>
8390
8391 PR backtrace/19927
8392 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8393 unwinders are immediately called as side effect of "source" or
8394 "disable unwinder" commands.
8395 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8396
8397 2016-09-02 Yao Qi <yao.qi@linaro.org>
8398
8399 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8400 is true and $type is "float" or "double".
8401
8402 2016-09-02 Yao Qi <yao.qi@linaro.org>
8403
8404 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8405 true.
8406 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8407 * gdb.base/call-rt-st.exp: Likewise.
8408 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8409 return value instead of gdb,skip_float_test.
8410 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8411 (do_function_calls): Use its return value instead of
8412 gdb,skip_float_test.
8413 * gdb.base/finish.exp: Likewise.
8414 * gdb.base/funcargs.exp: Likewise.
8415 * gdb.base/return.exp: Likewise.
8416 * gdb.base/return2.exp: Likewise.
8417 * gdb.base/varargs.exp: Likewise.
8418 * lib/gdb.exp (gdb_skip_float_test): Change it to
8419 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8420
8421 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8422
8423 * gdb.multi/tids.exp: Test "thread apply all".
8424
8425 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8426
8427 * gdb.base/default.exp (tty): Remove.
8428
8429 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8430
8431 * gdb.python/py-recurse-unwind.c: New file.
8432 * gdb.python/py-recurse-unwind.py: New file.
8433 * gdb.python/py-recurse-unwind.exp: New file.
8434
8435 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 * gdb.base/set-inferior-tty.exp: New file.
8438 * gdb.base/set-inferior-tty.c: New file.
8439
8440 2016-08-23 Pedro Alves <palves@redhat.com>
8441
8442 PR gdb/20494
8443 * gdb.base/new-ui-echo.c: New file.
8444 * gdb.base/new-ui-echo.exp: New file.
8445
8446 2016-08-23 Yao Qi <yao.qi@linaro.org>
8447
8448 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8449 gdbserver_spawn.
8450 * gdb.server/connect-without-multi-process.exp (do_test):
8451 Likewise.
8452
8453 2016-08-23 Yao Qi <yao.qi@linaro.org>
8454
8455 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8456 standalone_txt. Delete gdb_txt and standalone_txt on host
8457 and target. Spawn the binary on target. Copy files from
8458 target to host.
8459
8460 2016-08-22 Pedro Alves <palves@redhat.com>
8461
8462 PR gdb/20505
8463 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8464 with_test_prefix. Factor out bits to ...
8465 (test_no_vdso): ... this new procedure.
8466
8467 2016-08-19 Carl Love <cel@us.ibm.com>
8468
8469 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8470 maintaining separate logic for constructing the output path.
8471 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8472 * gdb.arch/ppc-dfp.exp: Likewise.
8473 * gdb.arch/ppc-fp.exp: Likewise.
8474 * gdb.arch/vsx-regs.exp: Likewise.
8475 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8476 binprefix for generating the additional binary files.
8477
8478 2016-08-19 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.trace/mi-trace-frame-collected.exp
8481 (test_trace_frame_collected): On x32, expect two registers.
8482
8483 2016-08-18 Carl Love <cel@us.ibm.com>
8484
8485 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8486 and sync up the test with tests in gas/testsuite/gas/ppc.
8487 * gdb.arch/powerpc-power.exp: Likewise.
8488
8489 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8490
8491 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8492 expected error message.
8493
8494 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8495
8496 * gdb.multi/remove-inferiors.exp: New file.
8497 * gdb.multi/remove-inferiors.c: New file.
8498
8499 2016-08-12 Yao Qi <yao.qi@linaro.org>
8500
8501 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8502 argument list.
8503
8504 2016-08-10 Pedro Alves <palves@redhat.com>
8505
8506 PR gdb/19187
8507 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8508 setup_kfails.
8509
8510 2016-08-09 Pedro Alves <palves@redhat.com>
8511 Simon Marchi <simon.marchi@ericsson.com>
8512
8513 PR gdb/20418
8514 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8515 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8516
8517 2016-08-09 Pedro Alves <palves@redhat.com>
8518
8519 PR mi/20431
8520 * gdb.mi/mi-cmd-error.exp: New file.
8521
8522 2016-08-09 Pedro Alves <palves@redhat.com>
8523
8524 PR gdb/18653
8525 * gdb.base/signals-state-child.c: New file.
8526 * gdb.base/signals-state-child.exp: New file.
8527 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8528
8529 2016-08-09 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8532
8533 2016-08-03 Tom Tromey <tom@tromey.com>
8534
8535 PR python/18565:
8536 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8537
8538 2016-08-01 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8541 variable mode to "multi-process" if $multi_process is 1, otherwise
8542 set it to "single-process".
8543
8544 2016-08-01 Yao Qi <yao.qi@linaro.org>
8545
8546 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8547 * gdb.cp/cpexprs.exp: Likewise.
8548 * gdb.cp/m-static.exp: Likewise.
8549
8550 2016-07-26 Tom Tromey <tom@tromey.com>
8551
8552 PR python/20190:
8553 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8554 test.
8555
8556 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8557
8558 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8559 selecting assembly source files.
8560 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8561 assembly source files.
8562 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8563 assembly source files.
8564 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8565 selecting assembly source files.
8566
8567 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * gdb.base/new-ui.exp (do_test_invalid_args): New
8570 procedure.
8571
8572 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8573
8574 * gdb.btrace/reconnect.c: New file.
8575 * gdb.btrace/reconnect.exp: New file.
8576
8577 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8578
8579 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8580 to test_catch_syscall_group.
8581 (test_catch_syscall_group): New.
8582
8583 2016-07-21 Tom Tromey <tom@tromey.com>
8584
8585 * gdb.rust/simple.rs (main): Use empty struct expression.
8586 * gdb.rust/simple.exp: Add tests for empty struct expression.
8587
8588 2016-07-21 Yao Qi <yao.qi@linaro.org>
8589
8590 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8591 if gdb_skip_xml_test is true on some targets.
8592
8593 2016-07-21 Yao Qi <yao.qi@linaro.org>
8594
8595 * gdb.server/solib-list.exp: Unset last_loaded_file.
8596
8597 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8598
8599 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8600 "step into captured_main (args)".
8601
8602 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8603
8604 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8605
8606 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8609
8610 2016-07-19 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8613 * gdb.opt/inline-bt.exp: Likewise.
8614 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8615 additional_flags=-Winline.
8616 * gdb.opt/inline-locals.exp: Likewise.
8617 * gdb.opt/inline-markers.c (ATTR): Define.
8618 (inlined_fn): Use it.
8619
8620 2016-07-19 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8623 (test_with_self): Remove some code. Remove argument executable.
8624 (top-level): Use do_self_tests.
8625
8626 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8627 Don Breazeal <donb@codesourcery.com>
8628
8629 * gdb.base/maint.exp: Escape paths used in regular expressions.
8630 * gdb.stabs/weird.exp: Likewise.
8631
8632 2016-07-13 Tom Tromey <tom@tromey.com>
8633
8634 PR python/15620, PR python/18620:
8635 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8636 (test_bkpt_events): New procs.
8637
8638 2016-07-13 Tom Tromey <tom@tromey.com>
8639
8640 PR python/17698:
8641 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8642 test.
8643 (test_watchpoints): Likewise.
8644 (test_bkpt_pending): New proc.
8645
8646 2016-07-13 Tom Tromey <tom@tromey.com>
8647
8648 PR cli/18053:
8649 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8650 completion test.
8651
8652 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8653
8654 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8655 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8656 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8657 f_label.
8658 (g): Rename g_end_lbl to g_label.
8659 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8660 low_pc and high_pc.
8661 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8662
8663 2016-07-12 Tom Tromey <tom@tromey.com>
8664
8665 PR python/19293:
8666 * gdb.python/py-unwind-maint.exp: Update tests.
8667
8668 2016-07-12 Yao Qi <yao.qi@linaro.org>
8669
8670 * lib/selftest-support.exp (selftest_setup): Match the output
8671 when captured_main is inlined.
8672
8673 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8674
8675 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8676 New variables.
8677 (print this%a, print this%b, print this): New tests.
8678 * gdb.fortran/derived-types.f90 (this): New object and
8679 initialization.
8680
8681 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8682
8683 * gdb.ada/arraydim.exp: Remove extra directory level in build
8684 directory.
8685
8686 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8687
8688 * lib/ada.exp: Remove extra directory level in build directory.
8689 * gdb.ada/cond_lang.exp: Likewise.
8690 * gdb.ada/exec_changed.exp: Likewise.
8691 * gdb.ada/lang_switch.exp: Likewise.
8692
8693 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8694
8695 * simple.rs: Add test for raw pointer subscripting.
8696 * simple.exp: Add test expectations.
8697
8698 2016-07-05 Yao Qi <yao.qi@linaro.org>
8699
8700 * gdb.mi/mi-reverse.exp: Match =record-started output.
8701
8702 2016-07-01 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8705 procedure.
8706 (jit_reader_test): Test the jit reader's unwinder.
8707 * gdb.base/jithost.c (jit_function_00_code): New global.
8708 (main): Use memcpy to fill in the mmapped code, instead of poking
8709 bytes manually here.
8710 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8711 value.
8712 (read_debug_info): Save the function's range.
8713 (read_sp): New function.
8714 (unwind_frame): Use it. Also unwind RBP.
8715 (get_frame_id): Use read_sp.
8716 (gdb_init_reader): Use calloc instead of malloc.
8717 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8718 parameter. Use gdb_test_multiple.
8719
8720 2016-07-01 Pedro Alves <palves@redhat.com>
8721 Antoine Tremblay <antoine.tremblay@ericsson.com>
8722
8723 * gdb.threads/process-dies-while-detaching.c: New file.
8724 * gdb.threads/process-dies-while-detaching.exp: New file.
8725
8726 2016-07-01 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.multi/watchpoint-multi-exit.c: New file.
8729 * gdb.multi/watchpoint-multi-exit.exp: New file.
8730
8731 2016-06-30 Pedro Alves <palves@redhat.com>
8732
8733 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8734 unset inferior_spawn_id.
8735
8736 2016-06-30 Pedro Alves <palves@redhat.com>
8737
8738 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8739 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8740
8741 2016-06-29 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.base/return.c: Add copyright header.
8744
8745 2016-06-29 Tom Tromey <tom@tromey.com>
8746
8747 PR python/20129:
8748 * gdb.python/py-framefilter.exp: Add tests for setting priority
8749 and disabling of non-existent frame filter.
8750
8751 2016-06-29 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8754 0x0f07ff.
8755
8756 2016-06-28 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8759 triplets. Start gdb, execute catch syscall, and continue. Check
8760 gdb's output to determine catch syscall is supported.
8761
8762 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8763
8764 * gdb.rust/simple.rs: Add test for returning unit in a function.
8765 * gdb.rust/simple.exp: Add expectation for functions returning
8766 unit.
8767
8768 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8769
8770 * gdb.python/py-breakpoint-create-fail.c,
8771 gdb.python/py-breakpoint-create-fail.exp,
8772 gdb.python/py-breakpoint-create-fail.py: New testcase.
8773
8774 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8775
8776 PR gdb/20239
8777 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8778 * gdb.rust/simple.exp: Add test expectations for new NonZero
8779 tests.
8780
8781 2016-06-24 David Taylor <dtaylor@emc.com>
8782
8783 * gdb.base/offsets.exp: New file.
8784 * gdb.base/offsets.c: New file.
8785
8786 2016-06-23 Tom Tromey <tom@tromey.com>
8787
8788 PR gdb/16483:
8789 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8790 before any filters are loaded.
8791
8792 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8793
8794 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8795 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8796 structs.
8797 * gdb.fortran/derived-type-function.exp: New file.
8798 * gdb.fortran/derived-type-function.f90: New file.
8799
8800
8801 2016-06-21 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/new-ui.exp: New file.
8804 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8805 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8806 (with_spawn_id): New procedure.
8807
8808 2016-06-21 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.mi/mi-exec-run.exp: New file.
8811
8812 2016-06-21 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8815 breakpoint command's output on the main UI.
8816 (test_break): New procedure, factored out from calls in the top
8817 level.
8818 (top level): Use foreach_with_prefix to test MI as main UI and as
8819 separate UI.
8820
8821 2016-06-21 Pedro Alves <palves@redhat.com>
8822
8823 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8824 (test_awatch_creation_and_listing)
8825 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8826 Remove 'type' parameter.
8827 (test_watchpoint_all): New parameter mi_mode. Remove
8828 with_test_prefix.
8829 (top level): Use foreach_with_prefix, and add main/separate UI MI
8830 testing axis.
8831
8832 2016-06-21 Pedro Alves <palves@redhat.com>
8833
8834 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8835 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8836 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8837 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8838 (gdb_main_spawn_id, mi_spawn_id): Declare and
8839 comment.
8840 (mi_create_inferior_pty): New procedure,
8841 factored out from default_mi_gdb_start.
8842 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8843 procedures.
8844 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8845 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8846 Use mi_create_inferior_pty.
8847 (mi_gdb_start): Use eval to pass down args list.
8848
8849 2016-06-21 Pedro Alves <palves@redhat.com>
8850
8851 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8852 * gdb.opt/inline-cmds.exp: Add MI tests.
8853
8854 2016-06-21 Pedro Alves <palves@redhat.com>
8855
8856 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8857
8858 2016-06-21 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8861 (top level): Use it instead of mi_execute_to.
8862
8863 2016-06-21 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8866 (cont_handler_str): New.
8867 (signal_stop_handler): Set stop_handler_str instead of printing to
8868 stdout.
8869 (continue_handler): Set cont_handler_str instead of printing to
8870 stdout.
8871 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8872 mi_send_resuming_command. Print stop_handler_str and
8873 cont_handler_str instead of expecting the python events print
8874 directly.
8875
8876 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8877
8878 * gdb.base/jit-reader.exp: New file.
8879 * gdb.base/jithost.c: New file.
8880 * gdb.base/jithost.h: New file.
8881 * gdb.base/jitreader.c : New file.
8882 * gdb.base/jit-protocol.h: New file.
8883
8884 2016-06-17 Yao Qi <yao.qi@linaro.org>
8885
8886 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8887 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8888 and detach-on-fork. Adjust tests.
8889 (top level): Invoke break_cond_on_syscall with combinations of
8890 syscall, follow-fork-mode and detach-on-fork.
8891
8892 2016-06-17 Yao Qi <yao.qi@linaro.org>
8893
8894 * gdb.base/step-over-exit.c: New.
8895 * gdb.base/step-over-exit.exp: New.
8896
8897 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8898
8899 * gdb.base/float.exp: Add target check for nds32*-*-*.
8900 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8901
8902 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8903
8904 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8905 for unsupported target features.
8906 * gdb.base/call-rt-st.exp: Likewise.
8907 * gdb.base/call-sc.exp: Likewise.
8908 * gdb.base/call-signal-resume.exp: Likewise.
8909 * gdb.base/call-strs.exp: Likewise.
8910 * gdb.base/callexit.exp: Likewise.
8911 * gdb.base/callfuncs.exp: Likewise.
8912 * gdb.base/nodebug.exp: Likewise.
8913 * gdb.base/printcmds.exp: Likewise.
8914 * gdb.base/ptype.exp: Likewise.
8915 * gdb.base/structs.exp: Likewise.
8916 * gdb.base/unwindonsignal.exp: Likewise.
8917 * gdb.cp/gdb2495.exp: Likewise.
8918 * gdb.cp/templates.exp: Likewise.
8919 * gdb.cp/virtfunc.exp: Likewise.
8920 * gdb.threads/hand-call-in-threads.exp: Likewise.
8921 * gdb.threads/interrupted-hand-call.exp: Likewise.
8922 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8923
8924 2016-06-10 Tom Tromey <tom@tromey.com>
8925
8926 PR rust/20110:
8927 * gdb.rust/expr.exp: Add test for integer constant larger than
8928 i32.
8929
8930 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8931
8932 * gdb.fortran/nested-funcs.exp: New.
8933 * gdb.fortran/nested-funcs.f90: New.
8934
8935 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8936
8937 * gdb.base/examine-backward.c: New file.
8938 * gdb.base/examine-backward.exp: New file.
8939
8940 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8941
8942 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8943 matching.
8944
8945 2016-06-02 Tom Tromey <tom@tromey.com>
8946
8947 PR python/18984:
8948 * gdb.python/py-shared.exp: Add solib_name test.
8949
8950 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8951
8952 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8953
8954 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8955
8956 PR c++/19893
8957 * gdb.dwarf2/implref.exp: Rename to...
8958 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8959 * gdb.dwarf2/implref-array.c: New file.
8960 * gdb.dwarf2/implref-array.exp: Likewise.
8961 * gdb.dwarf2/implref-global.c: Likewise.
8962 * gdb.dwarf2/implref-global.exp: Likewise.
8963 * gdb.dwarf2/implref-struct.c: Likewise.
8964 * gdb.dwarf2/implref-struct.exp: Likewise.
8965
8966 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8967
8968 * gdb.trace/trace-condition.exp: Add 64bit tests.
8969
8970 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8971
8972 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8973 bits types.
8974 (main): Adapt to 8 to 64 bits types.
8975 * gdb.trace/trace-condition.exp: Add new tests.
8976
8977 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8978
8979 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8980
8981 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8982
8983 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8984 Move condition tests...
8985 * gdb.trace/trace-condition.exp: Here.
8986
8987 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8988
8989 * gdb.trace/trace-condition.exp: Add counter-case tests.
8990
8991 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 PR c++/15231
8994 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8995 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8996
8997 2016-05-27 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9000 New procedure.
9001 (top level): Call it, and bail out of DejaGnu is known to be bad.
9002
9003 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9004
9005 * gdb.base/whatis.c: Extend the test case.
9006 * gdb.base/whatis.exp: Add additional tests.
9007
9008 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9009
9010 * gdb.fortran/type.f90: Add pointer variable.
9011 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9012
9013 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9014
9015 * gdb.fortran/vla-type.exp: Fix testcase name.
9016
9017 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9018
9019 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9020
9021 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9022
9023 * gdb.fortran/type.f90: Add nested structures.
9024 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9025 * gdb.fortran/derived-type.exp: Adapt expected output.
9026 * gdb.fortran/vla-type.exp: Adapt expected output.
9027
9028 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9029
9030 * gdb.fortran/whatis_type.exp: Adapt expected output.
9031
9032 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9033
9034 * gdb.fortran/print_type.exp: Fix expected output.
9035 * gdb.fortran/whatis_type.exp: Fix expected output.
9036
9037 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9038
9039 * gdb.fortran/whatis_type.exp: Use multi_line.
9040
9041 2016-05-24 Tom Tromey <tom@tromey.com>
9042
9043 PR python/17386:
9044 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9045 use value as an index.
9046
9047 2016-05-23 Tom Tromey <tom@tromey.com>
9048
9049 PR python/17981:
9050 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9051 no-breakpoint case.
9052
9053 2016-05-24 Pedro Alves <palves@redhat.com>
9054
9055 PR gdb/19828
9056 * gdb.threads/clone-attach-detach.c: New file.
9057 * gdb.threads/clone-attach-detach.exp: New file.
9058
9059 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9060
9061 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9062
9063 2016-05-23 Tom Tromey <tom@tromey.com>
9064
9065 PR python/19438, PR python/18393:
9066 * gdb.python/py-progspace.exp: Add "dir" test.
9067 * gdb.python/py-objfile.exp: Add "dir" test.
9068
9069 2016-05-23 Yao Qi <yao.qi@linaro.org>
9070
9071 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9072 * gdb.arch/thumb2-it.exp: Likewise.
9073
9074 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * gdb.mi/mi-threads-interrupt.c: New file.
9077 * gdb.mi/mi-threads-interrupt.exp: New file.
9078
9079 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9080
9081 PR gdb/18077
9082 * gdb.mi/mi-async-run.exp: New file.
9083 * gdb.mi/mi-async-run.c: New file.
9084
9085 2016-05-17 Tom Tromey <tom@tromey.com>
9086 Manish Goregaokar <manishsmail@gmail.com>
9087
9088 * lib/rust-support.exp: New file.
9089 * lib/gdb.exp (skip_rust_tests): New proc.
9090 (build_executable_from_specs): Handle rust.
9091 * lib/future.exp (gdb_find_rustc): New proc.
9092 (gdb_default_target_compile): Handle rust.
9093 * gdb.rust/expr.exp: New file.
9094 * gdb.rust/generics.exp: New file.
9095 * gdb.rust/generics.rs: New file.
9096 * gdb.rust/methods.exp: New file.
9097 * gdb.rust/methods.rs: New file.
9098 * gdb.rust/modules.exp: New file.
9099 * gdb.rust/modules.rs: New file.
9100 * gdb.rust/simple.exp: New file.
9101 * gdb.rust/simple.rs: New file.
9102
9103 2016-05-17 Tom Tromey <tom@tromey.com>
9104
9105 * gdb.base/default.exp (set language): Add rust.
9106
9107 2016-05-17 Tom Tromey <tom@tromey.com>
9108
9109 * gdb.gdb/unittest.exp: New file.
9110
9111 2016-05-16 Yao Qi <yao.qi@linaro.org>
9112
9113 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9114 shell_prompt. Update shell_prompt_re.
9115
9116 2016-05-12 Doug Evans <dje@google.com>
9117
9118 PR symtab/19999
9119 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9120 $options when building executable.
9121 * gdb.dwarf2/fission-loclists-pie.S: New file.
9122 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9123
9124 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9127 of [is_remote target],
9128
9129 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * lib/gdb.exp (use_gdb_stub): New procedure.
9132
9133 2016-05-03 Yunlian Jiang <yunlian@google.com>
9134 Doug Evans <dje@google.com>
9135
9136 PR symtab/19914
9137 * gdb.dwarf2/dwp-sepdebug.c: New file.
9138 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9139
9140 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9141
9142 * gdb.base/detach.exp: Remove is_remote check.
9143
9144 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9145
9146 * gdb.base/annota-input-while-running.exp: Don't check for
9147 [is_remote target]. Enable annotations after running to main.
9148 Remove unused "set test..." line.
9149
9150 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9151
9152 * gdb.trace/trace-enable-disable.exp: New file.
9153 * gdb.trace/trace-enable-disable.c: New file.
9154
9155 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9156
9157 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9158 use it in info sharedlibrary test.
9159 * gdb.trace/ftrace-lock.exp: Likewise.
9160 * gdb.trace/ftrace.exp: Likewise.
9161 * gdb.trace/range-stepping.exp: Likewise.
9162 * gdb.trace/trace-break.exp: Likewise.
9163 * gdb.trace/trace-condition.exp: Likewise.
9164 * gdb.trace/trace-mt.exp: Likewise.
9165
9166 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9167
9168 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9169 (gdb_load_shlib): ... this.
9170 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9171 gdb_load_shlib.
9172 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9173 * gdb.base/ctxobj.exp: Likewise.
9174 * gdb.base/dprintf-pending.exp: Likewise.
9175 * gdb.base/dso2dso.exp: Likewise.
9176 * gdb.base/fixsection.exp: Likewise.
9177 * gdb.base/gcore-relro.exp: Likewise.
9178 * gdb.base/gdb1555.exp: Likewise.
9179 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9180 * gdb.base/gnu-ifunc.exp: Likewise.
9181 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9182 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9183 * gdb.base/pending.exp: Likewise.
9184 * gdb.base/print-file-var.exp: Likewise.
9185 * gdb.base/print-symbol-loading.exp: Likewise.
9186 * gdb.base/shlib-call.exp: Likewise.
9187 * gdb.base/shreloc.exp: Likewise.
9188 * gdb.base/so-impl-ld.exp: Likewise.
9189 * gdb.base/solib-disc.exp: Likewise.
9190 * gdb.base/solib-nodir.exp: Likewise.
9191 * gdb.base/solib-overlap.exp: Likewise.
9192 * gdb.base/solib-symbol.exp: Likewise.
9193 * gdb.base/solib-weak.exp (do_test): Likewise.
9194 * gdb.base/sym-file.exp: Likewise.
9195 * gdb.base/symtab-search-order.exp: Likewise.
9196 * gdb.base/type-opaque.exp: Likewise.
9197 * gdb.base/unload.exp: Likewise.
9198 * gdb.base/watchpoint-solib.exp: Likewise.
9199 * gdb.compile/compile.exp: Likewise.
9200 * gdb.cp/gdb2384.exp: Likewise.
9201 * gdb.cp/infcall-dlopen.exp: Likewise.
9202 * gdb.cp/re-set-overloaded.exp: Likewise.
9203 * gdb.fortran/library-module.exp: Likewise.
9204 * gdb.opt/solib-intra-step.exp: Likewise.
9205 * gdb.python/py-finish-breakpoint.exp: Likewise.
9206 * gdb.python/py-shared.exp: Likewise.
9207 * gdb.reverse/solib-precsave.exp: Likewise.
9208 * gdb.reverse/solib-reverse.exp: Likewise.
9209 * gdb.server/solib-list.exp: Likewise.
9210 * gdb.threads/dlopen-libpthread.exp: Likewise.
9211 * gdb.threads/tls-shared.exp: Likewise.
9212 * gdb.threads/tls-so_extern.exp: Likewise.
9213 * gdb.trace/change-loc.exp: Likewise.
9214 * gdb.trace/ftrace-lock.exp: Likewise.
9215 * gdb.trace/ftrace.exp: Likewise.
9216 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9217 * gdb.trace/pending.exp: Likewise.
9218 * gdb.trace/range-stepping.exp: Likewise.
9219 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9220 (strace_info_marker): Likewise.
9221 (strace_probe_marker): Likewise.
9222 (strace_trace_on_same_addr): Likewise.
9223 (strace_trace_on_diff_addr): Likewise.
9224 * gdb.trace/trace-break.exp: Likewise.
9225 * gdb.trace/trace-condition.exp: Likewise.
9226 * gdb.trace/trace-mt.exp: Likewise.
9227
9228 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9229
9230 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9231 result of gdb_remote_download.
9232 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9233 * gdb.base/dso2dso.exp: Likewise.
9234 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9235 * gdb.base/print-file-var.exp: Likewise.
9236 * gdb.base/shlib-call.exp: Likewise.
9237 * gdb.base/shreloc.exp: Likewise.
9238 * gdb.base/solib-overlap.exp: Likewise.
9239 * gdb.base/solib-weak.exp (do_test): Likewise.
9240 * gdb.base/unload.exp: Likewise.
9241
9242 2016-04-27 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9245 exists.
9246
9247 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9248
9249 * vla-type.exp: Print structure from toplevel.
9250
9251 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9252
9253 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9254 of dynamic types.
9255 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9256 of dynamic types.
9257
9258 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9259
9260 * gdb.fortran/vla-type.f90: New file.
9261 * gdb.fortran/vla-type.exp: New file.
9262
9263 2016-04-25 Yao Qi <yao.qi@linaro.org>
9264
9265 * gdb.base/branch-to-self.c: New file.
9266 * gdb.base/branch-to-self.exp: New file.
9267
9268 2016-04-22 Yao Qi <yao.qi@linaro.org>
9269
9270 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9271 more after $hex.
9272
9273 2016-04-22 Yao Qi <yao.qi@linaro.org>
9274
9275 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9276 * gdb.base/annota3.exp: Likewise.
9277
9278 2016-04-22 Yao Qi <yao.qi@linaro.org>
9279
9280 * gdb.reverse/step-precsave.exp: Do one step and test program
9281 stops in "callee" and do multiple steps until program goes out
9282 of "callee".
9283 * gdb.reverse/step-reverse.exp: Likewise.
9284
9285 2016-04-22 Yao Qi <yao.qi@linaro.org>
9286
9287 * gdb.trace/signal.exp: Also pass if
9288 $tracepoint_hits($i) > $iterations.
9289
9290 2016-04-22 Yao Qi <yao.qi@linaro.org>
9291
9292 * gdb.trace/signal.c: New file.
9293 * gdb.trace/signal.exp: New file.
9294
9295 2016-04-19 Doug Evans <xdje42@gmail.com>
9296
9297 * gdb.base/bad-file.exp: New file.
9298
9299 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9300
9301 * gdb.dwarf2/implref.exp: New file.
9302
9303 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9304
9305 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9306 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9307 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9308 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9309 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9310 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9311 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9312 * lib/fortran.exp (fortran_int4): New procedure.
9313 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9314 (fortran_logical4): Likewise.
9315
9316 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9317
9318 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9319
9320 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9321
9322 * lib/compiler.c: Add Intel specific preprocessor macros.
9323 * lib/compiler.cc: Likewise.
9324
9325 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9326
9327 * gdb.server/connect-with-no-symbol-file.c: New file.
9328 * gdb.server/connect-with-no-symbol-file.exp: New file.
9329
9330 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9331
9332 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9333
9334 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9335
9336 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9337 standard output directory.
9338
9339 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9340
9341 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9342
9343 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9344
9345 * gdb.btrace/instruction_history.c (loop): Add declaration.
9346
9347 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9348
9349 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9350
9351 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9352
9353 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9354 parentheses to print.
9355 (continue_handler): Likewise.
9356
9357 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9358
9359 * gdb.server/solib-list.exp: Remove is_remote check.
9360 Pass shlib= to gdb_compile. Don't link shared library with
9361 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9362 Run binary filename through "readlink -f" on the target.
9363
9364 2016-04-08 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9367 interpreter filename as argument to gdbserver_spawn.
9368 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9369 Return empty if $last_loaded_file does not exist.
9370
9371 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9374 * gdb.base/jit-main.c: Use exit after usage.
9375
9376 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9377
9378 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9379 GDBHISTSIZE prior to the tests.
9380 * gdb.base/gdbinit-history.exp: Likewise.
9381
9382 2016-04-07 Pedro Alves <palves@redhat.com>
9383
9384 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9385 instead of build_executable. Use gdb_load_shlibs.
9386
9387 2016-04-07 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9390 Execute "si" command.
9391
9392 2016-04-07 Yao Qi <yao.qi@linaro.org>
9393
9394 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9395 number instead of the comments on some line.
9396
9397 2016-04-06 Don Breazeal <donb@codesourcery.com>
9398
9399 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9400 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9401
9402 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9403
9404 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9405 standard_output_file. Remove unused binfile variable.
9406
9407 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9408
9409 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9410 * gdb.python/py-mi-objfile.exp: Match "list main" output
9411 in console format.
9412
9413 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9414
9415 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9416 absolute.
9417
9418 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9419
9420 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9421 absolute.
9422 * gdb.trace/ftrace.exp: Likewise.
9423 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9424 targets as well.
9425 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9426 (gdb_load_shlibs): Copy libraries to test directory when testing
9427 natively. Only set solib-search-path if testing remotely.
9428 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9429
9430 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9431
9432 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9433 gdb_download. Use it even if the target is not remote.
9434 * gdb.base/jit.exp (compile_jit_test): Likewise.
9435 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9436 output directory if the destination board is local, otherwise use
9437 the standard remote_download from DejaGnu.
9438 (gdb_download): Remove.
9439 (gdb_load_shlibs): Use gdb_remote_download instead of
9440 gdb_download.
9441 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9442 Use gdb_remote_download instead of gdb_download. Use it even if
9443 the target is not remote.
9444 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9445 instead of gdb_download.
9446
9447 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9448
9449 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9450 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9451 run.
9452
9453 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9454
9455 PR gdb/19820
9456 * gdb.base/printcmds.exp: Add artificial arrays tests.
9457
9458 2016-03-31 Pedro Alves <palves@redhat.com>
9459
9460 PR gdb/19858
9461 * gdb.base/jit-main.c: Include unistd.h.
9462 (ATTACH): Define to 0 if not already defined.
9463 (wait_for_gdb, mypid): New globals.
9464 (WAIT_FOR_GDB): New macro.
9465 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9466 some breakpoint locations.
9467 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9468 New procedures.
9469 (one_jit_test): Add REATTACH parameter, and handle it. Use
9470 continue_to_test_location.
9471 (top level): Test attach, and adjusts calls to one_jit_test.
9472
9473 2016-03-31 Pedro Alves <palves@redhat.com>
9474
9475 PR gdb/19858
9476 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9477 BINSUFFIX parameter, and handle it.
9478 (top level): Adjust calls compile_jit_test.
9479
9480 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9481
9482 PR python/19743
9483 * gdb.python/py-mi-events-gdb.py: New file.
9484 * gdb.python/py-mi-events.c: New file.
9485 * gdb.python/py-mi-events.exp: New file.
9486
9487 2016-03-30 Yao Qi <yao.qi@linaro.org>
9488
9489 * gdb.reverse/until-precsave.exp: Match function name only.
9490 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9491 Move malloc to a condition block.
9492 * gdb.reverse/until-reverse.exp: Match function name only.
9493
9494 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9495
9496 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9497 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9498 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9499 variable for GPR 0 instead of assuming it is register 0.
9500 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9501 * lib/trace-support.exp: Add s390 registers.
9502
9503 2016-03-29 Yao Qi <yao.qi@linaro.org>
9504
9505 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9506
9507 2016-03-24 Yao Qi <yao.qi@linaro.org>
9508
9509 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9510 test message.
9511
9512 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9513
9514 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9515 maintaining separate logic for constructing the output path.
9516
9517 2016-03-16 Don Breazeal <donb@codesourcery.com>
9518
9519 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9520 Retry fork and waitpid on interrupted system call errors.
9521 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9522 Use with_timeout_factor to increase timeout by factor of 10.
9523
9524 2016-03-15 Don Breazeal <donb@codesourcery.com>
9525
9526 * gdb.cp/scope-err.cc: New test program.
9527 * gdb.cp/scope-err.exp: New test script.
9528 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9529 lines and "set breakpoint here" comment.
9530 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9531 Fixed some whitespace and format issues.
9532 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9533 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9534
9535 2016-03-15 Doug Evans <dje@google.com>
9536
9537 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9538 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9539 All callers updated. Add tests for enums, mixed flags register.
9540
9541 2016-03-15 Doug Evans <dje@google.com>
9542
9543 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9544 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9545
9546 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9547
9548 * gdb.base/default.exp: Add $_as_string to the list of expected
9549 convenience functions.
9550
9551 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9552
9553 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9554
9555 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9556
9557 * gdb.python/py-as-string.exp: New file.
9558 * gdb.python/py-as-string.c: New file.
9559
9560 2016-03-09 Pedro Alves <palves@redhat.com>
9561
9562 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9563 signal" -> "Thread NN received signal" output change.
9564 * gdb.threads/ia64-sigill.exp: Likewise.
9565 * gdb.threads/linux-dp.exp: Likewise.
9566 * gdb.threads/manythreads.exp: Likewise.
9567 * gdb.threads/pending-step.exp: Likewise.
9568 * gdb.threads/print-threads.exp: Likewise.
9569 * gdb.threads/sigstep-threads.exp: Likewise.
9570 * gdb.threads/staticthreads.exp: Likewise.
9571 * gdb.threads/tls.exp: Likewise.
9572
9573 2016-03-09 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.base/command-line-input.exp: New file.
9576
9577 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9578
9579 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9580 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9581 * gdb.trace/pending.exp: Accept leading dot before function name.
9582 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9583 * lib/trace-support.exp: Set registers for ppc.
9584
9585 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9586
9587 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9588 use it for disassembly; accept .main in addition to main in backtrace.
9589
9590 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9591 Marcin Kościelnicki <koriakin@0x04.net>
9592
9593 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9594 (gdb_recursion_test_ptr): New global variable.
9595 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9596 gdb_recursion_test.
9597 (gdb_c_test): Ditto.
9598
9599 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9600
9601 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9602 ordering.
9603
9604 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9605
9606 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9607 (bar): Add bar_start_lbl label.
9608 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9609 of foo/bar for emitting DWARF and tracing.
9610
9611 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9612
9613 * analyze-racy-logs.py: Set executable bit.
9614
9615 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9616
9617 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9618 (CHECK_TARGET_TMP): Likewise.
9619 (check-single-racy): New rule.
9620 (check-parallel-racy): Likewise.
9621 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9622 (do-check-parallel-racy): New rule.
9623 (check-racy/%.exp): Likewise.
9624 * README (Racy testcases): New section.
9625 * analyze-racy-logs.py: New file.
9626
9627 2016-03-03 Doug Evans <dje@google.com>
9628
9629 * gdb.base/skip.exp: Use with_test_prefix.
9630
9631 2016-03-03 Yao Qi <yao.qi@linaro.org>
9632
9633 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9634 Invoke step_over_syscall "clone" and break_cond_on_syscall
9635 "clone".
9636 * gdb.base/step-over-clone.c: New file.
9637
9638 2016-03-03 Yao Qi <yao.qi@linaro.org>
9639
9640 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9641 code format.
9642
9643 2016-03-03 Yao Qi <yao.qi@linaro.org>
9644
9645 * gdb.base/disp-step-fork.c: Rename to ...
9646 * gdb.base/step-over-fork.c: ... it. New file.
9647 * gdb.base/disp-step-vfork.c: Rename to ...
9648 * gdb.base/step-over-vfork.c: ... it. New file.
9649 * gdb.base/disp-step-syscall.exp: Rename to ...
9650 * gdb.base/step-over-syscall.exp: ... it. New file.
9651 (disp_step_cross_syscall): Rename to ...
9652 (step_over_syscall): ... it.
9653
9654 2016-03-03 Yao Qi <yao.qi@linaro.org>
9655
9656 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9657 If target supports condition evaluation on target, invoke
9658 break_cond_on_syscall for fork and vfork.
9659
9660 2016-03-03 Yao Qi <yao.qi@linaro.org>
9661
9662 * gdb.base/disp-step-syscall.exp: Don't invoke
9663 support_displaced_stepping.
9664 (disp_step_cross_syscall): Test with displaced stepping off and
9665 on if supported.
9666
9667 2016-03-03 Yao Qi <yao.qi@linaro.org>
9668
9669 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9670 proc.
9671 (setup): New proc.
9672 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9673 and setup.
9674
9675 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9676
9677 * gdb.fortran/vla-history.exp: Remove breakpoint.
9678
9679 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9680
9681 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9682 exceeds timeout.
9683
9684 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9685
9686 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9687 breakpoint.
9688
9689 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9690
9691 * gdb.mi/vla.f90: Nullify pointer after declaration.
9692
9693 2016-03-01 Pedro Alves <palves@redhat.com>
9694
9695 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9696
9697 2016-03-01 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9700 before anything else.
9701 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9702 _GNU_SOURCE here.
9703 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9704 before anything else.
9705 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9706
9707 2016-03-01 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9710
9711 2016-03-01 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9714 prepare_for_testing.
9715
9716 2016-03-01 Yao Qi <yao.qi@linaro.org>
9717
9718 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9719
9720 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9721
9722 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9723 manually constructing the output path.
9724
9725 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9726
9727 * gdb.arch/s390-stackless.S: New.
9728 * gdb.arch/s390-stackless.exp: New.
9729
9730 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9731
9732 * gdb.dlang/circular.c: New file.
9733 * gdb.dlang/circular.exp: New file.
9734
9735 2016-02-26 Yao Qi <yao.qi@linaro.org>
9736
9737 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9738 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9739 (testcases): Update.
9740
9741 2016-02-26 Yao Qi <yao.qi@linaro.org>
9742
9743 * gdb.reverse/aarch64.c: Rename to ...
9744 * gdb.reverse/insn-reverse.c: ... it.
9745 * gdb.reverse/aarch64.exp: Rename to ...
9746 * gdb.reverse/insn-reverse.exp: ... it.
9747
9748 2016-02-26 Yao Qi <yao.qi@linaro.org>
9749
9750 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9751 (testcase_ftype): New.
9752 (testcases): New array.
9753 (n_testcases): New.
9754 (main): Call each element in testcases.
9755 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9756 (read_testcase): New.
9757 Do the tests in a loop.
9758
9759 2016-02-25 Yao Qi <yao.qi@linaro.org>
9760
9761 * gdb.base/branches.c: Remove.
9762
9763 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9764
9765 PR gdb/13808
9766 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9767
9768 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9769
9770 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9771
9772 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9773
9774 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9775 change x86_64 call_insn to 'callq'.
9776
9777 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9778
9779 * gdb.trace/tfile-avx.c: Move to...
9780 * gdb.trace/tracefile-pseudo-reg.c: Here.
9781 * gdb.trace/tfile-avx.exp: Move to...
9782 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9783
9784 2016-02-24 Gary Benson <gbenson@redhat.com>
9785
9786 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9787 message on attach.
9788
9789 2016-02-23 Doug Evans <dje@google.com>
9790
9791 * gdb.base/skip.c (test_skip): New function.
9792 (end_test_skip_file_and_function): New function.
9793 (test_skip_file_and_function): New function.
9794 * gdb.base/skip1.c (test_skip): New function.
9795 (skip1_test_skip_file_and_function): New function.
9796 * gdb.base/skip.exp: Add tests for new skip options.
9797 * gdb.base/skip-solib.exp: Update expected output.
9798 * gdb.perf/skip-command.cc: New file.
9799 * gdb.perf/skip-command.exp: New file.
9800 * gdb.perf/skip-command.py: New file.
9801
9802 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9803
9804 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9805 info registers pattern.
9806
9807 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9808
9809 * lib/future.exp: Add D support.
9810 (gdb_find_gdc): New proc.
9811 (gdb_default_target_compile): Add D support.
9812
9813 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9814
9815 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9816 user+system time.
9817 (trace_speed_test): Determine the iteration count for a time
9818 between 15..30 seconds.
9819
9820 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9821
9822 * gdb.arch/i386-mpx-sigsegv.c: New file.
9823 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9824 * gdb.arch/i386-mpx-simple_segv.c: New file.
9825 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9826
9827 2016-02-18 Yao Qi <yao.qi@linaro.org>
9828
9829 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9830 Don't call setup_kfail.
9831
9832 2016-02-18 Yao Qi <yao.qi@linaro.org>
9833
9834 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9835 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9836
9837 2016-02-16 Doug Evans <dje@google.com>
9838
9839 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9840 * gdb.base/skip1.c: Ditto.
9841 * gdb.base/skip.exp: Whitespace cleanup.
9842
9843 2016-02-16 Don Breazeal <donb@codesourcery.com>
9844
9845 PR remote/19496
9846 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9847 Remove kfail for PR remote/19496.
9848
9849 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9850
9851 * lib/gdb.exp (standard_temp_file): Return a path specific to
9852 the runtest invocation.
9853
9854 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * gdb.trace/save-trace.exp: Change relative path to be in the
9857 standard output directory.
9858
9859 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9860
9861 * gdb.arch/i386-prologue.c: Add missing prototypes.
9862
9863 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9864
9865 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9866 * gdb.arch/i386-prologue.exp: Likewise.
9867 * gdb.arch/i386-size.exp: Likewise.
9868
9869 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9870
9871 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9872 define object file path.
9873 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9874 file path.
9875 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9876 standard_output_file to define binfile.
9877
9878 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9879
9880 Fix compatibility with recent gfortran-5.3.1.
9881 * gdb.fortran/vla-history.exp (print vla1 allocated)
9882 (print vla2 allocated, print $2, print $3): Remove
9883 (print $4): Rename to ...
9884 (print $2): ... here.
9885 (print $9): Rename to ...
9886 (print $5): ... here.
9887 (print $10): Rename to ...
9888 (print $6): ... here.
9889 * gdb.fortran/vla.f90: Add pvla initialization.
9890
9891 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9894 New test.
9895 * gdb.fortran/vla-value-sub.exp: Likewise.
9896
9897 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9898
9899 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9900
9901 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * i386-biarch-core.exp: Define corefile using
9904 standard_output_file.
9905
9906 2016-02-12 Yao Qi <yao.qi@linaro.org>
9907
9908 * gdb.arch/arm-single-step-kernel-helper.c: New.
9909 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9910
9911 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9912
9913 * gdb.btrace/tailcall-only.exp: New.
9914 * gdb.btrace/tailcall-only.c: New.
9915 * gdb.btrace/x86_64-tailcall-only.S: New.
9916 * gdb.btrace/i686-tailcall-only.S: New.
9917
9918 2016-02-11 Pedro Alves <palves@redhat.com>
9919
9920 * README (Parallel testing): Add missing double quotes.
9921
9922 2016-02-11 Pedro Alves <palves@redhat.com>
9923
9924 * README (Parallel testing): New section.
9925 (GDB_PARALLEL): Rewrite.
9926 (FORCE_PARALLEL): Document.
9927
9928 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9929
9930 * gdb.trace/tfile-avx.c: New test.
9931 * gdb.trace/tfile-avx.exp: New test.
9932
9933 2016-02-09 Keith Seitz <keiths@redhat.com>
9934
9935 PR breakpoints/19546
9936 * gdb.base/infcall-exec.c: New file.
9937 * gdb.base/infcall-exec2.c: New file.
9938 * gdb.base/infcall-exec.exp: New file.
9939
9940 2016-02-09 Keith Seitz <keiths@redhat.com>
9941
9942 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9943 (toplevel): Call test_bkpt_address.
9944
9945 2016-02-09 Keith Seitz <keiths@redhat.com>
9946
9947 PR python/19506
9948 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9949 (toplevel): Call test_bkpt_address.
9950
9951 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9952
9953 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9954 to AC_OUTPUT.
9955 * configure: Regenerate.
9956
9957 2016-02-09 Pedro Alves <palves@redhat.com>
9958
9959 PR breakpoints/19548
9960 * gdb.base/execl-update-breakpoints.c (some_function): New
9961 function.
9962 (main): Call it.
9963 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9964 Tighten expected GDB output.
9965
9966 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9967
9968 * Makefile.in (ALL_SUBDIRS): Remove.
9969 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9970 (distclean maintainer-clean realclean): Likewise.
9971 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9972 * configure: Regenerate.
9973 * gdb.ada/Makefile.in: Delete.
9974 * gdb.arch/Makefile.in: Likewise.
9975 * gdb.asm/Makefile.in: Likewise.
9976 * gdb.base/Makefile.in: Likewise.
9977 * gdb.btrace/Makefile.in: Likewise.
9978 * gdb.cell/Makefile.in: Likewise.
9979 * gdb.compile/Makefile.in: Likewise.
9980 * gdb.cp/Makefile.in: Likewise.
9981 * gdb.disasm/Makefile.in: Likewise.
9982 * gdb.dlang/Makefile.in: Likewise.
9983 * gdb.dwarf2/Makefile.in: Likewise.
9984 * gdb.fortran/Makefile.in: Likewise.
9985 * gdb.gdb/Makefile.in: Likewise.
9986 * gdb.go/Makefile.in: Likewise.
9987 * gdb.guile/Makefile.in: Likewise.
9988 * gdb.java/Makefile.in: Likewise.
9989 * gdb.linespec/Makefile.in: Likewise.
9990 * gdb.mi/Makefile.in: Likewise.
9991 * gdb.modula2/Makefile.in: Likewise.
9992 * gdb.multi/Makefile.in: Likewise.
9993 * gdb.objc/Makefile.in: Likewise.
9994 * gdb.opencl/Makefile.in: Likewise.
9995 * gdb.opt/Makefile.in: Likewise.
9996 * gdb.pascal/Makefile.in: Likewise.
9997 * gdb.perf/Makefile.in: Likewise.
9998 * gdb.python/Makefile.in: Likewise.
9999 * gdb.reverse/Makefile.in: Likewise.
10000 * gdb.server/Makefile.in: Likewise.
10001 * gdb.stabs/Makefile.in: Likewise.
10002 * gdb.threads/Makefile.in: Likewise.
10003 * gdb.trace/Makefile.in: Likewise.
10004 * gdb.xml/Makefile.in: Likewise.
10005 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10006 GDB_PARALLEL.
10007 (standard_output_file): Remove check for GDB_PARALLEL, always
10008 return path in outputs/$subdir/$testname.
10009
10010 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10011
10012 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10013 (site.exp): Assign abs_srcdir to tcl's srcdir.
10014
10015 2016-02-04 Yao Qi <yao.qi@linaro.org>
10016
10017 * gdb.base/foll-exec-mode.c: Include limits.h.
10018 (main): Add parameters argc and argv. Get directory from
10019 argv[0].
10020 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10021 compilation.
10022 * gdb.base/foll-exec.c: Include limits.h.
10023 (main): Add parameters argc and argv.
10024 Get directory from argv[0].
10025 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10026 Adjust tests on the number of lines as source code changed.
10027 * gdb.base/foll-vfork-exit.c: Include limits.h.
10028 (main): Add one line of statement before vfork.
10029 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10030 (main): Add parameters argc and argv. Get directory from
10031 argv[0].
10032 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10033 (setup_gdb): Set tbreak to skip some source lines.
10034 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10035 (main): Add parameters argc and argv. Get directory from
10036 argv[0].
10037 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10038 compilation.
10039 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10040 (main): Add parameters argc and argv. Get directory from
10041 argv[0].
10042 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10043 compilation.
10044
10045 2016-02-01 Doug Evans <dje@google.com>
10046
10047 * gdb.base/skip.exp: Clean up multiple references to same test name.
10048
10049 2016-02-01 Pedro Alves <palves@redhat.com>
10050
10051 PR remote/19496
10052 * gdb.threads/forking-threads-plus-breakpoint.exp
10053 (displaced_stepping_supported): New global.
10054 (probe_displaced_stepping_support): New procedure.
10055 (do_test): Add 'displaced' parameter, and use it.
10056 (top level): Check for displaced stepping support. Add displaced
10057 stepping on/off testing axis.
10058
10059 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10060
10061 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10062 pointer. Don't perform further tests on the unassociated pointer
10063 if the first test fails.
10064
10065 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10066
10067 * gdb.base/max-value-size.c: New file.
10068 * gdb.base/max-value-size.exp: New file.
10069 * gdb.base/huge.exp: Disable max-value-size for this test.
10070
10071 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10072
10073 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10074
10075 2016-01-28 Yao Qi <yao.qi@linaro.org>
10076
10077 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10078
10079 2016-01-25 Pedro Alves <palves@redhat.com>
10080
10081 PR threads/19461
10082 * gdb.base/fork-running-state.c: New file.
10083 * gdb.base/fork-running-state.exp: New file.
10084
10085 2016-01-25 Pedro Alves <palves@redhat.com>
10086
10087 PR gdb/19494
10088 * gdb.base/catch-fork-kill.c: New file.
10089 * gdb.base/catch-fork-kill.exp: New file.
10090
10091 2016-01-25 Pedro Alves <palves@redhat.com>
10092
10093 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10094 Delete, moved to lib/gdb.exp.
10095 * gdb.threads/forking-threads-plus-breakpoint.exp
10096 (foreach_with_prefix): Likewise.
10097 * gdb.threads/process-dies-while-handling-bp.exp
10098 (foreach_with_prefix): Likewise.
10099 * lib/gdb.exp (foreach_with_prefix): New procedure.
10100
10101 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10102
10103 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10104 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10105
10106 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10107
10108 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10109 endian targets.
10110
10111 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10112 Pedro Alves <palves@redhat.com>
10113
10114 Fix testsuite compatibility with Guile.
10115 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10116 number.
10117
10118 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10119
10120 Fix testsuite compatibility with Guile.
10121 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10122 (thread 1): New test for backtrace through signal handler.
10123
10124 2016-01-22 Yao Qi <yao.qi@linaro.org>
10125
10126 PR testsuite/19491
10127 * gdb.base/multi-forks.c: Include
10128 ../lib/unbuffer_output.c
10129 (main): Call gdb_unbuffer_output.
10130
10131 2016-01-21 Doug Evans <dje@google.com>
10132
10133 * lib/ada.exp (gdb_compile_ada): Fix typo.
10134
10135 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10136
10137 * gdb.base/break-fun-addr.exp: New file.
10138 * gdb.base/break-fun-addr1.c: New file.
10139 * gdb.base/break-fun-addr2.c: New file.
10140
10141 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10142
10143 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10144 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10145 enum flag values.
10146
10147 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10148
10149 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10150 when GDB can not set the vector return value. Add more comments
10151 for clarification.
10152
10153 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10154
10155 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10156 command.
10157
10158 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10159
10160 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10161
10162 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * Makefile.in (check-single): Pass --status to runtest.
10165 (check/%.exp): Likewise.
10166
10167 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * Makefile.in (check-parallel): Propagate return code from make
10170 do-check-parallel.
10171
10172 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10173
10174 * gdb.trace/ftrace.exp: Fix expected message on continue.
10175 * gdb.trace/pending.exp: Fix expected message on continue.
10176 * gdb.trace/trace-break.exp: Fix expected message on continue.
10177
10178 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10179
10180 * lib/gdb.exp (gdb_test): Remove unused global references.
10181
10182 2016-01-18 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.base/async-shell.exp: Adjust expected output.
10185 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10186 * gdb.base/siginfo-thread.exp: Adjust expected output.
10187 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10188 * gdb.java/jnpe.exp: Adjust expected output.
10189 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10190 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10191 * gdb.threads/leader-exit.exp: Adjust expected output.
10192 * gdb.threads/manythreads.exp: Adjust expected output.
10193 * gdb.threads/pthreads.exp: Adjust expected output.
10194 * gdb.threads/schedlock.exp: Adjust expected output.
10195 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10196 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10197 expected output.
10198 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10199 output.
10200 * gdb.threads/sigthread.exp: Adjust expected output.
10201 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10202
10203 2016-01-18 Yao Qi <yao.qi@linaro.org>
10204
10205 * gdb.guile/scm-section-script.c: Replace @progbits with
10206 %progbits.
10207 * gdb.python/py-section-script.c: Likewise.
10208
10209 2016-01-15 Pedro Alves <palves@redhat.com>
10210
10211 * gdb.multi/tids.exp: Test star wildcard ranges.
10212
10213 2016-01-15 Pedro Alves <palves@redhat.com>
10214
10215 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10216 command from "thread apply" invocation.
10217 (thr_apply_info_thr_invalid): Default the expected output to the
10218 input tid list.
10219 (top level): Add tests that use convenience variables. Add tests
10220 for "thread apply" with a valid TID list, but missing the command.
10221
10222 2016-01-13 Pedro Alves <palves@redhat.com>
10223
10224 * gdb.base/default.exp: Expect $_gthread as well.
10225 * gdb.multi/tids.exp: Test $_gthread.
10226 * gdb.threads/thread-specific.exp: Test $_gthread.
10227
10228 2016-01-13 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.multi/tids.exp: Test "info threads -gid".
10231
10232 2016-01-13 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10235 Breakpoint.thread.
10236 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10237
10238 2016-01-07 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/break.exp: Adjust to output changes.
10241 * gdb.base/hbreak2.exp: Likewise.
10242 * gdb.base/sepdebug.exp: Likewise.
10243 * gdb.base/watch_thread_num.exp: Likewise.
10244 * gdb.linespec/keywords.exp: Likewise.
10245 * gdb.multi/info-threads.exp: Likewise.
10246 * gdb.threads/thread-find.exp: Likewise.
10247 * gdb.multi/tids.c: New file.
10248 * gdb.multi/tids.exp: New file.
10249
10250 2016-01-13 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10253
10254 2016-01-13 Pedro Alves <palves@redhat.com>
10255
10256 * gdb.base/default.exp: Expect $_inferior as well.
10257 * gdb.multi/base.exp: Test $_inferior.
10258
10259 2016-01-13 Pedro Alves <palves@redhat.com>
10260
10261 PR breakpoints/19388
10262 * gdb.base/catch-signal-siginfo-cond.c: New file.
10263 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10264
10265 2016-01-12 Josh Stone <jistone@redhat.com>
10266 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10267
10268 * gdb.base/catch-syscall.c (do_execve): New variable.
10269 (main): Conditionally trigger an execve.
10270 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10271 (test_catch_syscall_execve): New, check entry/return across execve.
10272 (do_syscall_tests): Call test_catch_syscall_execve.
10273
10274 2016-01-12 Pedro Alves <palves@redhat.com>
10275
10276 * gdb.base/random-signal.exp (do_test): New procedure, with body
10277 of testcase moved in.
10278
10279 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10280 Pedro Alves <palves@redhat.com>
10281
10282 * gdb.base/funcargs.exp (finish from indirectly called function):
10283 Reintroduce the case for 'First'.
10284
10285 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10286 Pedro Alves <palves@redhat.com>
10287
10288 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10289 (tcatch_vfork_then_child_follow_exec)
10290 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10291 identification.
10292
10293 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10296 and repeats to unlimited.
10297 * gdb.python/py-value.exp: Likewise.
10298 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10299 and repeats to unlimited.
10300
10301 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10304 and reordering the functions.
10305 * gdb.multi/hangout.c: Likewise.
10306 * gdb.multi/hello.c: Likewise.
10307
10308 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10311 absolute.
10312 (SingleStatisticTestResult.report): Use dict.keys instead of
10313 dict.iterkeys.
10314
10315 2016-01-06 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10318
10319 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10320
10321 * gdb.btrace/dlopen.exp: New.
10322 * gdb.btrace/dlopen.c: New.
10323 * gdb.btrace/dlopen-dso.c: New.
10324
10325 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10326
10327 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10328 PATTERN argument is optional.
10329
10330 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10331
10332 * lib/ada.exp (target_compile_ada_from_dir): New function.
10333 (gdb_compile_ada): Reimplement avoiding the use of project files.
10334 * gdb.ada/gnat_ada.gpr: Delete.
10335 * gdb.ada/cond_lang.exp: Adjust test to make path before
10336 filename optional.
10337 * gdb.ada/small_reg_param.exp: Likewise.
10338
10339 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10342
10343 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10344
10345 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10346 case.
10347
10348 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * gdb.base/break.exp: Remove dead code.
10351 * gdb.base/sepdebug.exp: Likewise.
10352
10353 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10354
10355 * gdb.asm/asm-source.exp: Remove HP-UX references.
10356 * gdb.base/annota1.exp: Likewise.
10357 * gdb.base/annota3.exp: Likewise.
10358 * gdb.base/attach.exp: Likewise.
10359 * gdb.base/bigcore.exp: Likewise.
10360 * gdb.base/break.exp: Likewise.
10361 * gdb.base/call-ar-st.exp: Likewise.
10362 * gdb.base/callfuncs.exp: Likewise.
10363 * gdb.base/catch-fork-static.exp: Likewise.
10364 * gdb.base/display.exp: Likewise.
10365 * gdb.base/foll-exec-mode.exp: Likewise.
10366 * gdb.base/foll-exec.exp: Likewise.
10367 * gdb.base/foll-fork.exp: Likewise.
10368 * gdb.base/foll-vfork.exp: Likewise.
10369 * gdb.base/funcargs.exp: Likewise.
10370 * gdb.base/hbreak2.exp: Likewise.
10371 * gdb.base/inferior-died.exp: Likewise.
10372 * gdb.base/interrupt.exp: Likewise.
10373 * gdb.base/multi-forks.exp: Likewise.
10374 * gdb.base/nodebug.exp: Likewise.
10375 * gdb.base/sepdebug.exp: Likewise.
10376 * gdb.base/solib1.c: Likewise.
10377 * gdb.base/step-test.exp: Likewise.
10378 * gdb.mi/non-stop.c: Likewise.
10379 * gdb.mi/pthreads.c: Likewise.
10380 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10381 * gdb.threads/pthreads.c: Likewise.
10382 * gdb.threads/staticthreads.exp: Likewise.
10383 * lib/future.exp: Likewise.
10384 * lib/gdb.exp: Likewise.
10385 * gdb.base/so-indr-cl.c: Remove.
10386 * gdb.base/so-indr-cl.exp: Likewise.
10387 * gdb.base/solib.c: Likewise.
10388 * gdb.base/solib.exp: Likewise.
10389 * gdb.base/solib2.c: Likewise.
10390
10391 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10392
10393 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10394 * gdb.base/call-ar-st.exp: Likewise.
10395 * gdb.base/callfuncs.exp: Likewise.
10396 * gdb.base/condbreak.exp: Likewise.
10397 * gdb.base/constvars.exp: Likewise.
10398 * gdb.base/hbreak2.exp: Likewise.
10399 * gdb.base/langs.exp: Likewise.
10400 * gdb.base/list.exp: Likewise.
10401 * gdb.base/long_long.exp: Likewise.
10402 * gdb.base/ptype.exp: Likewise.
10403 * gdb.base/scope.exp: Likewise.
10404 * gdb.base/signals.exp: Likewise.
10405 * gdb.base/so-impl-ld.exp: Likewise.
10406 * gdb.base/varargs.exp: Likewise.
10407 * gdb.base/volatile.exp: Likewise.
10408 * gdb.base/whatis.exp: Likewise.
10409 * gdb.cp/cplusfuncs.exp: Likewise.
10410 * gdb.cp/inherit.exp: Likewise.
10411 * gdb.cp/local.exp: Likewise.
10412 * gdb.cp/member-ptr.exp: Likewise.
10413 * gdb.cp/method.exp: Likewise.
10414 * gdb.cp/overload.exp: Likewise.
10415 * gdb.cp/templates.exp: Likewise.
10416 * gdb.stabs/weird.exp: Likewise.
10417 * lib/compiler.c: Likewise.
10418 * lib/compiler.cc: Likewise.
10419 * lib/cp-support.exp: Likewise.
10420 * lib/gdb.exp: Likewise.
10421
10422 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10423
10424 * configure.ac: Remove HP-UX case.
10425 * configure: Regenerate.
10426
10427 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * lib/gdb.exp (gdb_compile): Add function doc.
10430
10431 2015-12-17 Pedro Alves <palves@redhat.com>
10432
10433 PR threads/19354
10434 * gdb.multi/info-threads.exp: New file.
10435
10436 2015-12-15 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10439 is aarch64*-*-*.
10440
10441 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10442
10443 * gdb.base/history-duplicates.exp: Skip if no readline support.
10444
10445 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10446
10447 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10448
10449 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10450
10451 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10452
10453 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10454
10455 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10456 ctrl-C if nointerrupts target property is set.
10457 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10458 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10459 * gdb.base/paginate-bg-execution.exp: Likewise.
10460 * gdb.base/paginate-execution-startup.exp: Likewise.
10461 * gdb.base/random-signal.exp: Likewise.
10462 * gdb.base/range-stepping.exp: Likewise.
10463 * gdb.cp/annota2.exp: Likewise.
10464 * gdb.cp/annota3.exp: Likewise.
10465 * gdb.gdb/selftest.exp: Likewise.
10466 * gdb.threads/continue-pending-status.exp: Likewise.
10467 * gdb.threads/leader-exit.exp: Likewise.
10468 * gdb.threads/manythreads.exp: Likewise.
10469 * gdb.threads/pthreads.exp: Likewise.
10470 * gdb.threads/schedlock.exp: Likewise.
10471 * gdb.threads/sigthread.exp: Likewise.
10472
10473 2015-12-11 Don Breazeal <donb@codesourcery.com>
10474
10475 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10476 remote.
10477 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10478 * gdb.base/foll-exec.exp (main): Enable for target remote.
10479 * gdb.base/foll-fork.exp (main): Likewise.
10480 * gdb.base/foll-vfork.exp (main): Likewise.
10481 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10482 (proc continue_to_exit_bp_loc): Use clean_restart.
10483 * gdb.base/pie-execl.exp (main): Disable for target remote.
10484 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10485 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10486 * gdb.threads/execl.exp (main): Likewise.
10487 * gdb.threads/fork-child-threads.exp (main): Likewise.
10488 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10489 remote.
10490 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10491 remote.
10492 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10493 pid.tid style ptids, instead of just tid.
10494 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10495 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10496 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10497 ptids, instead of just tid.
10498
10499 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10500
10501 * gdb.base/list.exp (test_list_forward): Add end of file error
10502 test.
10503 (test_repeat_list_command): Add end of file error test.
10504 (test_list_backwards): Add beginning of file error test.
10505
10506 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10507
10508 * gdb.base/list.exp (test_list_invalid_args): New function,
10509 defined, and called.
10510
10511 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10512
10513 * gdb.base/list.exp (test_list): Make test names unique.
10514
10515 2015-12-11 Yao Qi <yao.qi@linaro.org>
10516
10517 * gdb.base/coremaker2.c: Remove.
10518
10519 2015-12-10 Pedro Alves <palves@redhat.com>
10520
10521 * gdb.multi/base.exp: Remove stale "spaces" references.
10522
10523 2015-12-10 Pedro Alves <palves@redhat.com>
10524
10525 * gdb.multi/base.exp: Don't use nowarnings.
10526 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10527 * gdb.multi/hangout.c: Include stdio.h.
10528 * gdb.multi/hello.c: Include stdlib.h.
10529 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10530 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10531 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10532
10533 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10534
10535 * gdb.dwarf2/dw2-ranges-base.c: New file.
10536 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10537 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10538 support additional line table, and debug ranges generation.
10539 (Dwarf::ranges): New function, generate .debug_ranges.
10540 (Dwarf::lines): Support generating simple line table programs.
10541 (Dwarf::assemble): Initialise new namespace variables.
10542
10543 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10544
10545 * gdb.base/async.exp (proc test_background): Add case for
10546 asynchronous execution not supported.
10547
10548 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10549
10550 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10551 format and change test names to make them unique.
10552
10553 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10554 Pedro Alves <pedro@redhat.com>
10555
10556 PR gdb/18702
10557 Add checking of floatformats setup on x86_64 hosts.
10558 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10559 (smallval, bigval): New labels/constants.
10560 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10561 float" after loading bigval and smallval.
10562
10563 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10564
10565 * gdb.ada/fun_overload_menu.exp: New testcase.
10566 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10567
10568 2015-12-04 Josh Stone <jistone@redhat.com>
10569
10570 * gdb.base/catch-fork-static.exp: New.
10571
10572 2015-12-03 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.base/sizeof.c: Don't include stdio.h and
10575 ../lib/unbuffer_output.c.
10576 (main): New variable 'size' and 'value'. Remove printf and
10577 gdb_unbuffer_output. Assign return value to size and value.
10578 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10579 at the beginning.
10580 (check_sizeof): Check the result by printing variable 'size'.
10581 (check_valueof): Check the result by printing variable 'value'.
10582
10583 2015-12-01 Yao Qi <yao.qi@linaro.org>
10584
10585 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10586 for aarch64*-*-linux* target.
10587
10588 2015-11-30 Pedro Alves <palves@redhat.com>
10589
10590 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10591
10592 2015-11-30 Pedro Alves <palves@redhat.com>
10593
10594 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10595 Handle non-stop mode vCont replies.
10596
10597 2015-11-30 Pedro Alves <palves@redhat.com>
10598
10599 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10600 prepare_for_testing. Start gdb with "set non-stop on" appended to
10601 GDBFLAGS. Lax expected stop output.
10602
10603 2015-11-27 Yao Qi <yao.qi@linaro.org>
10604
10605 * gdb.arch/arm-neon.exp: New.
10606 * gdb.arch/arm-neon.c: New.
10607
10608 2015-11-27 Yao Qi <yao.qi@linaro.org>
10609
10610 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10611
10612 2015-11-27 Yao Qi <yao.qi@linaro.org>
10613
10614 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10615 frames-invalid annotation.
10616
10617 2015-11-27 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10620
10621 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10622
10623 * gdb.threads/names.exp: New file.
10624 * gdb.threads/names.c: New file.
10625 * README: Mention gdb,no_thread_names.
10626
10627 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10628
10629 PR 19297
10630 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10631 support" error.
10632
10633 2015-11-24 Pedro Alves <palves@redhat.com>
10634
10635 PR 17539
10636 * gdb.base/display.exp: Expect displays to be sorted in ascending
10637 order. Use multi_line.
10638 * gdb.base/solib-display.exp: Likewise.
10639
10640 2015-11-24 Pedro Alves <palves@redhat.com>
10641
10642 PR 17539
10643 * gdb.base/display.exp: Expect displays to be sorted in ascending
10644 order. Use multi_line.
10645 * gdb.base/solib-display.exp: Likewise.
10646
10647 2015-11-24 Pedro Alves <palves@redhat.com>
10648
10649 PR 17539
10650 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10651 threads in ascending order.
10652 * gdb.base/foll-fork.exp: Likewise.
10653 * gdb.base/foll-vfork.exp: Likewise.
10654 * gdb.base/multi-forks.exp: Likewise.
10655 * gdb.mi/mi-nonstop.exp: Likewise.
10656 * gdb.mi/mi-nsintrall.exp: Likewise.
10657 * gdb.multi/base.exp: Likewise.
10658 * gdb.multi/multi-arch.exp: Likewise.
10659 * gdb.python/py-inferior.exp: Likewise.
10660 * gdb.threads/break-while-running.exp: Likewise.
10661 * gdb.threads/execl.exp: Likewise.
10662 * gdb.threads/gcore-thread.exp: Likewise.
10663 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10664 * gdb.threads/kill.exp: Likewise.
10665 * gdb.threads/linux-dp.exp: Likewise.
10666 * gdb.threads/multiple-step-overs.exp: Likewise.
10667 * gdb.threads/next-bp-other-thread.exp: Likewise.
10668 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10669 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10670 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10671 * gdb.threads/thread-find.exp: Likewise.
10672 * gdb.threads/tls.exp: Likewise.
10673 * lib/mi-support.exp (mi_reverse_list): Delete.
10674 (mi_check_thread_states): No longer reverse list.
10675
10676 2015-11-24 Pedro Alves <palves@redhat.com>
10677
10678 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10679 use lowercase.
10680
10681 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10682
10683 * gdb.trace/actions.c: Include trace-common.h.
10684 (main): Add a location for a fast tracepoint.
10685 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10686 the normal tracepoints.
10687 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10688
10689 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10690
10691 * save-trace.exp: Factor out code to these...
10692 (gdb_save_tracepoints): New.
10693 (gdb_load_tracepoints): New.
10694 (do_save_load_test): New.
10695
10696 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10697
10698 * gdb.base/asmlabel.exp: New test.
10699 * gdb.base/asmlabel.c: New test case.
10700
10701 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10702
10703 * gdb.base/wrong_frame_bt_full-main.c: New file.
10704 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10705 * gdb.base/wrong_frame_bt_full.exp: New file.
10706
10707 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10708
10709 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10710
10711 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10712
10713 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10714 pstate register when comparing registers values in
10715 sparc64-*-linux-gnu targets to avoid spurious differences.
10716
10717 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10718
10719 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10720
10721 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10722
10723 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10724 as type argument to gdb_compile.
10725 * gdb.base/nested-subp2.exp: Likewise.
10726 * gdb.base/nested-subp3.exp: Likewise.
10727
10728 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10729
10730 * lib/dwarf.exp (_note): Fix left shift of negative value.
10731 * gdb.trace/trace-condition.exp: Likewise.
10732
10733 2015-11-13 Yao Qi <yao.qi@linaro.org>
10734
10735 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10736 comments about d10v.
10737 (test_scalar_returns): Likewise.
10738 * gdb.base/d10v.ld: Remove.
10739 * gdb.base/overlays.exp: Remove the target triplet checking for
10740 d10v-*-*.
10741 * gdb.base/structs.exp (test_struct_returns): Remove the
10742 comments about d10v.
10743 (test_struct_calls): Likewise.
10744
10745 2015-11-13 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10748 * gdb.base/gnu_vector.c: Don't include stdio.h.
10749 (main): Don't print res and call add_some_intvecs.
10750
10751 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10752
10753 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10754 macro.
10755 (func5): Removed.
10756 (func4): Use FAST_TRACEPOINT_LABEL.
10757 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10758 macro.
10759 (func): Removed.
10760 (thread_function): Use FAST_TRACEPOINT_LABEL.
10761 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10762 (func): Remove.
10763 (marker): Use FAST_TRACEPOINT_LABEL.
10764 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10765 (pendfunc1): Remove.
10766 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10767 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10768 (foo): Remove.
10769 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10770 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10771 macro.
10772 (func): Remove.
10773 (marker): Use FAST_TRACEPOINT_LABEL.
10774 * gdb.trace/trace-common.h: New header.
10775 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10776 macro.
10777 (func): Remove.
10778 (marker): Use FAST_TRACEPOINT_LABEL.
10779 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10780 (func): Remove.
10781 (thread_function): Use FAST_TRACEPOINT_LABEL.
10782
10783 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10784
10785 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10786 in front.
10787 * gdb.trace/change-loc.exp: Use global pcreg definition.
10788 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10789 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10790 in front.
10791 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10792 * gdb.trace/pending.exp: Likewise.
10793 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10794 * gdb.trace/trace-break.exp: Likewise.
10795 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10796 in front.
10797 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10798 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10799 in front.
10800 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10801
10802 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10803
10804 * gdb.ada/fin_fun_out: New testcase.
10805
10806 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10807
10808 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10809 value associated with DW_AT_byte_size.
10810 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10811 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10812 DW_AT_upper_bound.
10813
10814 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10815
10816 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10817 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10818 version.
10819 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10820 gdb.dwarf2/dw2-canonicalize-type.exp,
10821 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10822 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10823 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10824 provided by gdb_target_symbol_prefix_flags_asm.
10825 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10826 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10827 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10828 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10829 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10830 macros where needed). Use this macro for symbols which require
10831 the prefix provided by SYMBOL_PREFIX.
10832
10833 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10834
10835 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10836 New procs.
10837 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10838 representing expressions, of more than one list element.
10839 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10840 to prepend linker symbol prefix to f.
10841 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10842 table_1 and table_2.
10843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10844 Likewise, for f and g.
10845 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10846 for ptr.
10847 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10848 for main.
10849 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10850 table_1_ptr and table_2_ptr.
10851
10852 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10853 Joel Brobecker <brobecker@adacore.com>
10854
10855 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10856
10857 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10858
10859 * gdb.reverse/s390-mvcle.c: New test.
10860 * gdb.reverse/s390-mvcle.exp: New file.
10861 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10862
10863 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10864
10865 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10866
10867 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10868
10869 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10870 reaching marker2.
10871 * gdb.reverse/getresuid-reverse.exp: Likewise.
10872 * gdb.reverse/pipe-reverse.exp: Likewise.
10873 * gdb.reverse/readv-reverse.exp: Likewise.
10874 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10875 * gdb.reverse/time-reverse.exp: Likewise.
10876 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10877
10878 2015-10-30 Yao Qi <yao.qi@linaro.org>
10879
10880 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10881 (empty_cycle): Remove.
10882 (main): Don't call empty_cycle. Don't use watch_count_done.
10883 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10884 empty_cycle. Rewrite the code counting HW watchpoints.
10885
10886 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10887
10888 * gdb.reverse/fstatat-reverse.c: New test.
10889 * gdb.reverse/fstatat-reverse.exp: New file.
10890 * gdb.reverse/getresuid-reverse.c: New test.
10891 * gdb.reverse/getresuid-reverse.exp: New file.
10892 * gdb.reverse/pipe-reverse.c: New test.
10893 * gdb.reverse/pipe-reverse.exp: New file.
10894 * gdb.reverse/readv-reverse.c: New test.
10895 * gdb.reverse/readv-reverse.exp: New file.
10896 * gdb.reverse/recvmsg-reverse.c: New test.
10897 * gdb.reverse/recvmsg-reverse.exp: New file.
10898 * gdb.reverse/time-reverse.c: New test.
10899 * gdb.reverse/time-reverse.exp: New file.
10900 * gdb.reverse/waitpid-reverse.c: New test.
10901 * gdb.reverse/waitpid-reverse.exp: New file.
10902
10903 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10904
10905 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10906
10907 2015-10-26 Doug Evans <dje@google.com>
10908
10909 PR symtab/17391
10910 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10911 * gdb.dwarf2/bad-regnum.c: New file.
10912 * gdb.dwarf2/bad-regnum.exp: New file.
10913
10914 2015-10-26 Doug Evans <dje@google.com>
10915
10916 PR python/18938
10917 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10918 file.
10919
10920 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10923 for a change by "Mention language in compile error message".
10924
10925 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10926
10927 PR python/18073
10928 * gdb.python/py-type.c (C::a_method): New.
10929 (C::a_const_method): New.
10930 (C::a_static_method): New.
10931 (a_function): New.
10932 * gdb.python/py-type.exp (test_fields): Test getting fields
10933 from function and method.
10934
10935 2015-10-21 Keven Boell <keven.boell@intel.com>
10936
10937 * gdb.fortran/vla-alloc-assoc.exp: New file.
10938 * gdb.fortran/vla-datatypes.exp: New file.
10939 * gdb.fortran/vla-datatypes.f90: New file.
10940 * gdb.fortran/vla-history.exp: New file.
10941 * gdb.fortran/vla-ptype-sub.exp: New file.
10942 * gdb.fortran/vla-ptype.exp: New file.
10943 * gdb.fortran/vla-sizeof.exp: New file.
10944 * gdb.fortran/vla-sub.f90: New file.
10945 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10946 * gdb.fortran/vla-value-sub-finish.exp: New file.
10947 * gdb.fortran/vla-value-sub.exp: New file.
10948 * gdb.fortran/vla-value.exp: New file.
10949 * gdb.fortran/vla-ptr-info.exp: New file.
10950 * gdb.mi/mi-vla-fortran.exp: New file.
10951 * gdb.mi/vla.f90: New file.
10952
10953 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10954
10955 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10956 of hardwired timeout value.
10957
10958 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10959 Pedro Alves <palves@redhat.com>
10960
10961 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10962 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10963
10964 2015-10-19 Josh Stone <jistone@redhat.com>
10965
10966 * gdb.base/catch-syscall.c: Include <sched.h>.
10967 (unknown_syscall): New variable.
10968 (main): Trigger a vfork and an unknown syscall.
10969 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10970 (unknown_syscall_number): Likewise.
10971 (check_call_to_syscall): Accept an optional syscall pattern.
10972 (check_return_from_syscall): Likewise.
10973 (check_continue): Likewise.
10974 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10975 (test_catch_syscall_skipping_return): New test toggling off 'catch
10976 syscall' to step over the syscall return, then toggling back on.
10977 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10978 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10979 (do_syscall_tests): Call test_catch_syscall_without_args and
10980 test_catch_syscall_mid_vfork.
10981 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10982 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10983
10984 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10985
10986 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10987 print g_vE): Add new pass patterns.
10988 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10989 print various symbol names for vptr fields.
10990
10991 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10992
10993 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10994 results.
10995
10996 2015-10-12 Yao Qi <yao.qi@linaro.org>
10997
10998 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10999
11000 2015-10-12 Yao Qi <yao.qi@linaro.org>
11001
11002 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11003 is aarch64*-*-linux*.
11004
11005 2015-10-12 Yao Qi <yao.qi@linaro.org>
11006
11007 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11008 (can_relocate_bcond_true): ... it.
11009 (can_relocate_bcond_false): New function.
11010 (foo): Likewise.
11011 (can_relocate_bl): Likewise.
11012 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11013 can_relocate_bl.
11014
11015 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11016
11017 * gdb.base/nested-addr.c: New file.
11018 * gdb.base/nested-addr.exp: New testcase.
11019
11020 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11021
11022 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11023 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11024 its output. Ignore the output of "record goto begin" and instead
11025 check that GDB is replaying.
11026
11027 2015-10-09 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11030 (top level): Use it in the run with no args test.
11031
11032 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11033
11034 * gdb.dlang/properties.exp: New file.
11035
11036 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11037
11038 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11039 whether or not address 0x1000 is mapped on the target.
11040
11041 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11044 build.
11045
11046 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11047
11048 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11049 instruction-history test.
11050
11051 2015-09-28 Doug Evans <dje@google.com>
11052
11053 * gdb.base/gcore.c (array_func): Add reference to static_array.
11054
11055 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11056
11057 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11058 source line.
11059
11060 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11061
11062 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11063 short or char as base type.
11064
11065 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11066
11067 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11068 to allow any size enum.
11069
11070 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11071
11072 * gdb.ada/array_ptr_renaming.exp: New testcase.
11073 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11074 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11075
11076 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11077
11078 * gdb.trace/ftrace-lock.c: New file.
11079 * gdb.trace/ftrace-lock.exp: New file.
11080
11081 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11082
11083 * gdb.arch/insn-reloc.c: New file.
11084 * gdb.arch/ftrace-insn-reloc.exp: New file.
11085
11086 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11087
11088 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11089 instruction.
11090 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11091 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11092 * gdb.trace/range-stepping.c: Likewise.
11093 * gdb.trace/trace-break.c: Likewise.
11094 * gdb.trace/trace-mt.c (thread_function): Likewise.
11095 * gdb.trace/ftrace.c (marker): Likewise.
11096 * gdb.trace/trace-condition.c (marker): Likewise.
11097 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11098 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11099 is_aarch64_target.
11100
11101 2015-09-18 Doug Evans <xdje42@gmail.com>
11102
11103 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11104 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11105
11106 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11107
11108 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11109 the breakpoint.
11110
11111 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11112
11113 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11114 the pending breakpoint. Remove timeout override for "Run till
11115 MI pending breakpoint on pendfunc3 on thread 2" test.
11116
11117 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11118
11119 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11120 filename pattern.
11121
11122 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11123
11124 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11125 in breakpoint filename pattern.
11126
11127 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11128
11129 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11130
11131 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11132
11133 * gdb.linespec/explicit.exp: Check for readline support for
11134 tab-completion tests. Fix obvious typo.
11135
11136 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11137
11138 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11139 and replay.
11140
11141 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11142
11143 * gdb.btrace/non-stop.c: New.
11144 * gdb.btrace/non-stop.exp: New.
11145
11146 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11147 Yao Qi <yao.qi@linaro.org>
11148
11149 * gdb.trace/trace-condition.c: New file.
11150 * gdb.trace/trace-condition.exp: New file.
11151
11152 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11153
11154 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11155 for testing bytecode compilation.
11156
11157 2015-09-16 Pedro Alves <palves@redhat.com>
11158 Sandra Loosemore <sandra@codesourcery.com>
11159
11160 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11161 (SECONDS): Redefine.
11162 (main): Call pthread_kill and alarm early.
11163 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11164 support.
11165 (test): If the target can't hardware step and doesn't support
11166 displaced stepping, increase the timeout.
11167
11168 2015-09-16 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11171 (enable_debug): New procedures.
11172 (test): Use them. Bail out if waiting for threads fails.
11173 (top level): Bail out if a test fails.
11174
11175 2015-09-16 Yao Qi <yao.qi@linaro.org>
11176
11177 * gdb.asm/asm-source.exp: Set asm-arch for
11178 aarch64*-*-* target.
11179 * gdb.asm/aarch64.inc: New file.
11180
11181 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11182
11183 * gdb.ada/array_of_variable_length.exp: New testcase.
11184 * gdb.ada/array_of_variable_length/foo.adb: New file.
11185 * gdb.ada/array_of_variable_length/pck.adb: New file.
11186 * gdb.ada/array_of_variable_length/pck.ads: New file.
11187
11188 2015-09-15 Doug Evans <dje@google.com>
11189
11190 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11191 of function static local variable.
11192
11193 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11194
11195 * gdb.threads/tls-so_extern.exp: New test file.
11196 * gdb.threads/tls-so_extern.c: New test file.
11197 * gdb.threads/tls-so_extern_main.c: New test file.
11198
11199 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 * gdb.opt/solib-intra-step-lib.c: New file.
11202 * gdb.opt/solib-intra-step-main.c: New file.
11203 * gdb.opt/solib-intra-step.exp: New file.
11204
11205 2015-09-15 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11208 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11209
11210 2015-09-14 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/hook-stop-continue.c: Delete.
11213 * gdb.base/hook-stop-continue.exp: Delete.
11214 * gdb.base/hook-stop-frame.c: Delete.
11215 * gdb.base/hook-stop-frame.exp: Delete.
11216 * gdb.base/hook-stop.c: New file.
11217 * gdb.base/hook-stop.exp: New file.
11218
11219 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11220
11221 * gdb.ada/access_to_packed_array.exp: New testcase.
11222 * gdb.ada/access_to_packed_array/foo.adb: New file.
11223 * gdb.ada/access_to_packed_array/pack.adb: New file.
11224 * gdb.ada/access_to_packed_array/pack.ads: New file.
11225
11226 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11227
11228 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11229 buffer size test.
11230
11231 2015-09-11 Don Breazeal <donb@codesourcery.com>
11232
11233 * gdb.base/foll-exec.c: Add copyright header. Fix
11234 formatting issues.
11235 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11236 (do_exec_tests): Use clean_restart in place of zap_session,
11237 and for test initialization. Fix formatting issues. Use
11238 fail in place of perror.
11239 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11240 an expect statement to match an expression with output from
11241 the program under debug.
11242 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11243 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11244 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11245 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11246 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11247
11248 2015-09-09 Doug Evans <dje@google.com>
11249
11250 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11251
11252 2015-09-09 Doug Evans <dje@google.com>
11253
11254 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11255
11256 2015-09-09 Doug Evans <dje@google.com>
11257
11258 * gdb.base/savedregs.exp: Fix typo.
11259
11260 2015-09-09 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11263
11264 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11265
11266 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11267 command actually switches threads. Give up on remaining
11268 tests if target fails to stop at breakpoint.
11269
11270 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11271
11272 * gdb.ada/funcall_char.exp: New testcase.
11273 * gdb.ada/funcall_char/foo.adb: New file.
11274
11275 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11276
11277 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11278 expected outputs. Add two testcases for completing ambiguous
11279 functions.
11280 * gdb.ada/complete/aux_pck.adb: New file.
11281 * gdb.ada/complete/aux_pck.ads: New file.
11282 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11283 Ambiguous_Func functions.
11284 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11285 * gdb.ada/complete/pck.adb: Likewise.
11286
11287 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11288
11289 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11290 failures to run the test program under GDB.
11291
11292 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11293
11294 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11295 to C.
11296
11297 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11298
11299 * gdb.base/run-after-attach.exp: New test file.
11300 * gdb.base/run-after-attach.c: New test file.
11301
11302 2015-08-26 Don Breazeal <donb@codesourcery.com>
11303
11304 * gdb.base/foll-exec-2.c: New test program.
11305 * gdb.base/foll-exec-2.exp: New test.
11306
11307 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11308
11309 * gdb.base/nested-subp1.exp: New file.
11310 * gdb.base/nested-subp1.c: New file.
11311 * gdb.base/nested-subp2.exp: New file.
11312 * gdb.base/nested-subp2.c: New file.
11313 * gdb.base/nested-subp3.exp: New file.
11314 * gdb.base/nested-subp3.c: New file.
11315
11316 2015-08-24 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.server/connect-without-multi-process.c: New file.
11319 * gdb.server/connect-without-multi-process.exp: New file.
11320
11321 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11322
11323 * gdb.opt/inline-markers.c: Make z int.
11324
11325 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11326
11327 * gdb.opt/inline-markers.c: Make z volatile.
11328
11329 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11330
11331 * gdb.opt/inline-bt.c: New volatile global z.
11332 * gdb.opt/inline-cmds.c: Likewise.
11333 * gdb.opt/inline-locals.c: Likewise.
11334 * gdb.opt/inline-markers.c: New extern global z.
11335 (marker): Use z.
11336 (inline_fn): Likewise.
11337
11338 2015-08-24 Pedro Alves <palves@redhat.com>
11339
11340 * config/m32r-stub.exp: Remove file.
11341 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11342 * gdb.base/call-rt-st.exp: Likewise.
11343 * gdb.base/call-strs.exp: Likewise.
11344 * gdb.base/default.exp: Remove references to h8300-*-hms and
11345 *-*-udi*.
11346 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11347
11348 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11349
11350 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11351 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11352 and "return" use KFAIL when GDB can not read/write the vector
11353 return value.
11354
11355 2015-08-21 Gary Benson <gbenson@redhat.com>
11356
11357 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11358
11359 2015-08-20 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.server/solib-list.exp: No longer expect an interior stop in
11362 non-stop mode.
11363
11364 2015-08-20 Pedro Alves <palves@redhat.com>
11365
11366 * gdb.server/connect-stopped-target.c: New file.
11367 * gdb.server/connect-stopped-target.exp: New file.
11368
11369 2015-08-20 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.dwarf2/comp-unit-lang.exp: New file.
11372 * gdb.dwarf2/comp-unit-lang.c: New file.
11373
11374 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11375
11376 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11377 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11378
11379 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11380
11381 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11382 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11383
11384 2015-08-18 Doug Evans <dje@google.com>
11385 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11386
11387 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11388 skip_python_tests. New arg prompt_regexp.
11389 (skip_python_tests): New function.
11390 * lib/mi-support.exp (mi_skip_python_tests): New function.
11391 * gdb.python/py-mi-objfile-gdb.py: New file.
11392 * gdb.python/py-mi-objfile.c: New file.
11393 * gdb.python/py-mi-objfile.exp: New file.
11394
11395 2015-08-17 Keith Seitz <keiths@redhat.com>
11396
11397 * gdb.linespec/explicit.exp: Move strace test from here ...
11398 * gdb.trace/strace.exp: ... to here.
11399
11400 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11401
11402 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11403 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11404
11405 2015-08-14 Doug Evans <xdje42@gmail.com>
11406
11407 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11408 inferior before selecting a new file.
11409
11410 2015-08-14 Doug Evans <xdje42@gmail.com>
11411
11412 * gdb.mi/mi-disassemble.exp: Update.
11413 * gdb.base/disasm-optim.S: New file.
11414 * gdb.base/disasm-optim.c: New file.
11415 * gdb.base/disasm-optim.h: New file.
11416 * gdb.base/disasm-optim.exp: New file.
11417
11418 2015-08-14 Keith Seitz <keiths@redhat.com>
11419
11420 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11421 "evaluated-by".
11422
11423 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11426
11427 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11428
11429 * gdb.ada/fun_renaming.exp: New testcase.
11430 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11431 * gdb.ada/fun_renaming/pack.adb: New file.
11432 * gdb.ada/fun_renaming/pack.ads: New file.
11433
11434 2015-08-12 Keith Seitz <keiths@redhat.com>
11435
11436 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11437 gdb_get_line_number.
11438
11439 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11440
11441 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11442 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11443 gdb.base/dso2dso.exp: New files.
11444
11445 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11446 Pedro Alves <palves@redhat.com>
11447 Keith Seitz <keiths@redhat.com>
11448
11449 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11450 GDBFLAGS.
11451
11452 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11453
11454 * gdb.base/gdbhistsize-history.exp
11455 (test_histsize_history_setting): Use save_vars.
11456 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11457 Use save_vars.
11458 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11459 * gdb.base/readline.exp: Use save_vars.
11460
11461 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11462
11463 * lib/gdb.exp (save_vars): New proc.
11464
11465 2015-08-11 Keith Seitz <keiths@redhat.com>
11466
11467 * gdb.base/help.exp: Update help_breakpoint_text.
11468
11469 2015-08-11 Keith Seitz <keiths@redhat.com>
11470
11471 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11472 (at toplevel): Call test_explicit_breakpoints.
11473 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11474 breakpoints.
11475 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11476 breakpoint conditions, "-cond".
11477
11478 2015-08-11 Keith Seitz <keiths@redhat.com>
11479
11480 * gdb.linespec/3explicit.c: New file.
11481 * gdb.linespec/cpexplicit.cc: New file.
11482 * gdb.linespec/cpexplicit.exp: New file.
11483 * gdb.linespec/explicit.c: New file.
11484 * gdb.linespec/explicit.exp: New file.
11485 * gdb.linespec/explicit2.c: New file.
11486 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11487 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11488 before using in the matching pattern.
11489 Clarify that `prefix' is a regular expression.
11490
11491 2015-08-11 Keith Seitz <keiths@redhat.com>
11492
11493 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11494 test.
11495 Add tests for missing ",FMT" and ",".
11496
11497 2015-08-10 Doug Evans <dje@google.com>
11498 Keith Seitz <keiths@redhat.com>
11499
11500 PR gdb/17960
11501 * gdb.base/completion.exp: Add location completer tests.
11502
11503 2015-08-07 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11506 tests here.
11507 (top level): Run do_test with and without displaced stepping.
11508
11509 2015-08-07 Pedro Alves <palves@redhat.com>
11510
11511 * gdb.base/valgrind-disp-step.c: New file.
11512 * gdb.base/valgrind-disp-step.exp: New file.
11513
11514 2015-08-07 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11517 Delete function.
11518 (main): Add alarm. Run an infinite loop instead of calling
11519 wait_threads.
11520 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11521 comment.
11522 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11523 Delete function.
11524 (main): Add alarm. Run an infinite loop instead of calling
11525 wait_threads.
11526 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11527 comment.
11528
11529 2015-08-07 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/checkpoint-ns.exp: New file.
11532 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11533 standard_testfile.
11534
11535 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11536
11537 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11538 * gdb.btrace/instruction_history.exp: Update.
11539 * gdb.btrace/tsx.exp: New.
11540 * gdb.btrace/tsx.c: New.
11541
11542 2015-08-06 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11545 increase timeout.
11546 * gdb.reverse/until-precsave.exp: Bump timeouts.
11547
11548 2015-08-06 Pedro Alves <palves@redhat.com>
11549
11550 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11551
11552 2015-08-06 Pedro Alves <palves@redhat.com>
11553
11554 PR gdb/18749
11555 * gdb.threads/process-dies-while-handling-bp.c: New file.
11556 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11557
11558 2015-08-06 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11561 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11562
11563 2015-08-05 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11566 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11567
11568 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11569
11570 * gdb.base/bp-permanent.exp: Report test as unsupported if
11571 the target cannot stop at the permanent breakpoint.
11572
11573 2015-08-03 Doug Evans <dje@google.com>
11574
11575 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11576 10000.
11577
11578 2015-08-03 Doug Evans <dje@google.com>
11579
11580 * Makefile.in (workers/%.worker, build-perf): New rule.
11581 (GDB_PERFTEST_MODE): New variable.
11582 (check-perf): Use it.
11583 (clean): Clean up gdb.perf parallel build subdirs.
11584 * lib/build-piece.exp: New file.
11585 * lib/gdb.exp (make_gdb_parallel_path): New function
11586 (standard_output_file, standard_temp_file): Call it.
11587 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11588 of $GDB_PARALLEL.
11589 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11590
11591 2015-08-03 Doug Evans <dje@google.com>
11592
11593 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11594 (LOG_FILE_NAME): New global.
11595 (TextReporter.__init__): Initialize self.txt_sum.
11596 (TextReporter.report): Add support for multiple data-points.
11597 Move report to perftest.sum, put raw data in perftest.log.
11598 (TextReporter.start): Open sum and log files.
11599 (TextReporter.end): Close sum and log files.
11600 * gdb.perf/lib/perftest/testresult.py
11601 (SingleStatisticTestResult.record): Handle multiple data-points.
11602
11603 2015-07-31 Pedro Alves <palves@redhat.com>
11604
11605 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11606 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11607 kill_wait_spawned_process instead of explicit "kill -9".
11608 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11609 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11610 kill_wait_spawned_process.
11611 * gdb.base/attach-twice.exp: Likewise.
11612 * gdb.base/attach.exp: Likewise.
11613 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11614 gdb_test_multiple.
11615 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11616 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11617 kill_wait_spawned_process.
11618 * gdb.base/valgrind-infcall.exp: Likewise.
11619 * gdb.multi/multi-attach.exp: Likewise.
11620 * gdb.python/py-prompt.exp: Likewise.
11621 * gdb.python/py-sync-interp.exp: Likewise.
11622 * gdb.server/ext-attach.exp: Likewise.
11623 * gdb.threads/attach-into-signal.exp (corefunc): Use
11624 spawn_wait_for_attach, spawn_id_get_pid and
11625 kill_wait_spawned_process.
11626 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11627 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11628 spawn_id_get_pid and kill_wait_spawned_process.
11629 * gdb.threads/attach-stopped.exp (corefunc): Use
11630 spawn_wait_for_attach, spawn_id_get_pid and
11631 kill_wait_spawned_process.
11632 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11633 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11634 kill_wait_spawned_process instead of explicit "kill -9".
11635 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11636 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11637 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11638 processes. Don't map cygwin/windows pids here. Now returns a
11639 spawn id list.
11640
11641 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11642
11643 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11644 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11645 correct patch.
11646
11647 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11648
11649 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11650
11651 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11652
11653 Reapply:
11654 2014-05-21 Mark Wielaard <mjw@redhat.com>
11655
11656 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11657
11658 2015-07-30 Pedro Alves <palves@redhat.com>
11659
11660 * linux-low.c (handle_extended_wait): Set the child's last
11661 reported status to TARGET_WAITKIND_STOPPED.
11662
11663 2015-07-30 Pedro Alves <palves@redhat.com>
11664
11665 PR threads/18600
11666 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11667 only shows inferior 1.
11668
11669 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11670 Pedro Alves <palves@redhat.com>
11671
11672 PR threads/18600
11673 * gdb.threads/fork-plus-threads.c: New file.
11674 * gdb.threads/fork-plus-threads.exp: New file.
11675
11676 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11677
11678 * gdb.base/batch-preserve-term-settings.exp
11679 (test_terminal_settings_preserved_after_cli_exit): Use
11680 send_quit_command.
11681
11682 2015-07-29 Pedro Alves <palves@redhat.com>
11683 Don Breazeal <donb@codesourcery.com>
11684
11685 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11686 output from both inferior_spawn_id and gdb_spawn_id.
11687
11688 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11689
11690 * gdb.threads/attach-into-signal.exp (corefunc): Use
11691 with_test_prefix on nested loops, uniquefying the test messages.
11692
11693 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11694
11695 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11696 commit.
11697
11698 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11699
11700 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11701 New proc.
11702 (test_terminal_settings_preserved_after_sigterm): New test.
11703
11704 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11705
11706 * gdb.base/batch-preserve-term-settings.exp
11707 (test_terminal_settings_preserved_after_cli_exit): New test.
11708
11709 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11710
11711 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11712 manipulation of saved_gdbflags.
11713 (test_terminal_settings_preserved): Remove global declaration of
11714 the unused variable pagination_prompt. Remove manipulation of
11715 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11716 GDBFLAGS.
11717
11718 2015-07-29 Pedro Alves <palves@redhat.com>
11719
11720 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11721
11722 2015-07-29 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11725 at the top.
11726
11727 2015-07-29 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11730 (main): Call gdb_unbuffer_output.
11731 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11732 (main): Call gdb_unbuffer_output.
11733 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11734 (main): Call gdb_unbuffer_output.
11735 * gdb.base/call-strs.exp: Adjust to step over the
11736 gdb_unbuffer_output call.
11737 * gdb.base/catch-gdb-caused-signals.c: Include
11738 "../lib/unbuffer_output.c".
11739 (main): Call gdb_unbuffer_output.
11740 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11741 (main): Call gdb_unbuffer_output.
11742 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11743 (main): Call gdb_unbuffer_output.
11744 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11745 (main): Call gdb_unbuffer_output.
11746 * gdb.base/shlib-call.exp: Adjust to step over the
11747 gdb_unbuffer_output call.
11748 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11749 (main): Call gdb_unbuffer_output.
11750 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11751 (main): Call gdb_unbuffer_output.
11752 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11753 (main): Rename to ...
11754 (test): ... this.
11755 (main): Reimplement.
11756 * gdb.base/varargs.exp: Run to test instead of to main.
11757 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11758 (main): Call gdb_unbuffer_output.
11759
11760 2015-07-29 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11763 factore out from mi_continue_dprintf. For call-style dprintfs,
11764 expect dprintf output out of $inferior_spawn_id.
11765 (mi_continue_dprintf): Use mi_expect_dprintf.
11766 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11767 (main): Call gdb_unbuffer_output.
11768
11769 2015-07-29 Pedro Alves <palves@redhat.com>
11770
11771 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11772 (default_mi_gdb_start): Set inferior_spawn_id instead of
11773 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11774 gdb_spawn_id.
11775 (mi_gdb_test): Always expect inferior output from both
11776 $inferior_spawn_id and $gdb_spawn_id.
11777
11778 2015-07-29 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11781 send_inferior and $inferior_spawn_id.
11782
11783 2015-07-29 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.gdb/complaints.exp (test_initial_complaints)
11786 (test_serial_complaints, test_short_complaints): Use
11787 gdb_test_stdio.
11788 (test_empty_complaint): Handle $inferior_spawn_id !=
11789 $gdb_spawn_id.
11790
11791 2015-07-29 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/varargs.exp: Use gdb_test_stdio.
11794
11795 2015-07-29 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11798
11799 2015-07-29 Pedro Alves <palves@redhat.com>
11800
11801 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11802
11803 2015-07-29 Pedro Alves <palves@redhat.com>
11804
11805 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11806 parameter into two new parameters, "inf_result" and "gdb_result".
11807 Expect inferior output and gdb output from $inferior_spawn_id and
11808 $gdb_spawn_id, respectively. Adjust all callers.
11809
11810 2015-07-29 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11813 of gdb_test_sequence.
11814
11815 2015-07-29 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11818 (saw_spurious_output): Expect inferior output from
11819 $inferior_spawn_id. Use gdb_test_stdio.
11820
11821 2015-07-29 Pedro Alves <palves@redhat.com>
11822
11823 * gdb.base/dprintf.exp: Use standard_testfile. Change
11824 prepare_for_testing call.
11825 (srcfile): Don't set.
11826 (restart): New procedure.
11827 (test_dprintf): New procecure, use to continue over dprintfs.
11828 (test_call, test_agent): New procedures, tests moved here.
11829 Restart gdb and recreate dprintfs. Adjust expected output.
11830
11831 2015-07-29 Pedro Alves <palves@redhat.com>
11832
11833 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11834
11835 2015-07-29 Pedro Alves <palves@redhat.com>
11836
11837 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11838
11839 2015-07-29 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11842 gdb_test_stdio.
11843
11844 2015-07-29 Pedro Alves <palves@redhat.com>
11845
11846 * lib/gdb.exp (gdb_test_stdio): New procedure.
11847
11848 2015-07-29 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11851
11852 2015-07-29 Pedro Alves <palves@redhat.com>
11853
11854 * gdb.base/call-signal-resume.exp: Remove check for
11855 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11856 * gdb.base/unwindonsignal.exp: Likewise.
11857 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11858 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11859
11860 2015-07-29 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/siginfo-addr.c (pass): New function.
11863 (handler): Call it iff si_addr is correct.
11864 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11865 Set a breakpoint at "pass" and continue to it.
11866
11867 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11868
11869 * gdb.python/py-objfile.exp: Make some tests have unique names.
11870 * gdb.python/py-pp-registration.exp: Likewise.
11871
11872 2015-07-28 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11875
11876 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11877
11878 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11879
11880 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11881
11882 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11883
11884 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11885
11886 * gdb.base/gdb-sigterm-2.exp: New test.
11887
11888 2015-07-25 Doug Evans <xdje42@gmail.com>
11889
11890 Revert:
11891 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11892 (workers/%.worker, build-perf): New rule.
11893 (GDB_PERFTEST_MODE): New variable.
11894 (check-perf): Use it.
11895 (clean): Clean up gdb.perf parallel build subdirs.
11896 * lib/build-piece.exp: New file.
11897 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11898 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11899 name.
11900 (standard_temp_file): Ditto.
11901 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11902 of $GDB_PARALLEL.
11903
11904 2015-07-24 Doug Evans <dje@google.com>
11905
11906 * gdb.perf/lib/perftest/utils.py: New file.
11907 * gdb.perf/gm-hello.cc: New file.
11908 * gdb.perf/gm-pervasive-typedef.cc: New file.
11909 * gdb.perf/gm-pervasive-typedef.h: New file.
11910 * gdb.perf/gm-std.cc: New file.
11911 * gdb.perf/gm-std.h: New file.
11912 * gdb.perf/gm-use-cerr.cc: New file.
11913 * gdb.perf/gm-utils.h: New file.
11914 * gdb.perf/gmonster-null-lookup.py: New file.
11915 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11916 * gdb.perf/gmonster-print-cerr.py: New file.
11917 * gdb.perf/gmonster-ptype-string.py: New file.
11918 * gdb.perf/gmonster-runto-main.py: New file.
11919 * gdb.perf/gmonster-select-file.py: New file.
11920 * gdb.perf/gmonster1-null-lookup.exp: New file.
11921 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11922 * gdb.perf/gmonster1-print-cerr.exp: New file.
11923 * gdb.perf/gmonster1-ptype-string.exp: New file.
11924 * gdb.perf/gmonster1-runto-main.exp: New file.
11925 * gdb.perf/gmonster1-select-file.exp: New file.
11926 * gdb.perf/gmonster1.cc: New file.
11927 * gdb.perf/gmonster1.exp: New file.
11928 * gdb.perf/gmonster2-null-lookup.exp: New file.
11929 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11930 * gdb.perf/gmonster2-print-cerr.exp: New file.
11931 * gdb.perf/gmonster2-ptype-string.exp: New file.
11932 * gdb.perf/gmonster2-runto-main.exp: New file.
11933 * gdb.perf/gmonster2-select-file.exp: New file.
11934 * gdb.perf/gmonster2.cc: New file.
11935 * gdb.perf/gmonster2.exp: New file.
11936
11937 2015-07-24 Doug Evans <dje@google.com>
11938
11939 * gdb.perf/README: New file.
11940 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11941 * lib/gen-perf-test.exp: New file.
11942
11943 2015-07-24 Doug Evans <dje@google.com>
11944
11945 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11946 (PerfTest::startup): New function.
11947 (PerfTest::run): Return result of calling body.
11948 (PerfTest::assemble): Rewrite.
11949 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11950 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11951 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11952 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11953 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11954
11955 2015-07-24 Doug Evans <dje@google.com>
11956
11957 * lib/gdb.exp (clean_restart): Make executable optional.
11958
11959 2015-07-24 Doug Evans <dje@google.com>
11960
11961 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11962 compiler_info references.
11963 * gdb.cp/temargs.exp: Ditto.
11964 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11965 (get_compiler_info): Early exit if already computed. Set compiler_info
11966 to "unknown" if there was a problem.
11967 (test_compiler_info): Add function comment. Call get_compiler_info.
11968
11969 2015-07-24 Doug Evans <dje@google.com>
11970
11971 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11972 (workers/%.worker, build-perf): New rule.
11973 (GDB_PERFTEST_MODE): New variable.
11974 (check-perf): Use it.
11975 (clean): Clean up gdb.perf parallel build subdirs.
11976 * lib/build-piece.exp: New file.
11977 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11978 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11979 name.
11980 (standard_temp_file): Ditto.
11981 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11982 of $GDB_PARALLEL.
11983
11984 2015-07-24 Doug Evans <dje@google.com>
11985
11986 * lib/future.exp (gdb_default_target_compile): New option
11987 "early_flags".
11988 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11989 --as-needed.
11990
11991 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11992
11993 * gdb.base/catch-syscall.exp: Call gdb_exit before
11994 gdb_skip_xml_test.
11995
11996 2015-07-24 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.python/py-events.exp: Accept output between the stop event
11999 and the prompt.
12000 * gdb.python/py-evsignal.exp: Likewise.
12001 * gdb.python/py-evthreads.exp: Likewise.
12002
12003 2015-07-24 Pedro Alves <palves@redhat.com>
12004
12005 PR gdb/18717
12006 * gdb.threads/non-ldr-exit.c: New file.
12007 * gdb.threads/non-ldr-exit.exp: New file.
12008
12009 2015-07-24 Yao Qi <yao.qi@linaro.org>
12010
12011 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12012 restarting process.
12013
12014 2015-07-24 Yao Qi <yao.qi@linaro.org>
12015
12016 * gdb.server/ext-restart.exp: New file.
12017
12018 2015-07-24 Yao Qi <yao.qi@linaro.org>
12019
12020 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12021 argument options.
12022 * gdb.server/ext-wrapper.exp: New file.
12023
12024 2015-07-23 Doug Evans <dje@google.com>
12025
12026 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12027 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12028
12029 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12030
12031 * gdb.ada/var_arr_typedef.exp: New testcase.
12032 * gdb.ada/var_arr_typedef/pack.adb: New file.
12033 * gdb.ada/var_arr_typedef/pack.ads: New file.
12034 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12035
12036 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12037
12038 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12039
12040 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 * gdb.arch/i386-biarch-core.exp: Replace istarget
12043 by "complete set gnutarget". Remove expectation for the "core-file"
12044 command.
12045
12046 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12047
12048 Revert the previous commit:
12049 Tests for validate symbol file using build-id.
12050
12051 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12052
12053 Tests for validate symbol file using build-id.
12054 * gdb.base/solib-mismatch-lib.c: New file.
12055 * gdb.base/solib-mismatch-libmod.c: New file.
12056 * gdb.base/solib-mismatch.c: New file.
12057 * gdb.base/solib-mismatch.exp: New file.
12058
12059 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12060
12061 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12062 nios2-*-linux*.
12063 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12064 * gdb.base/siginfo.exp: Likewise.
12065 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12066
12067 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12068
12069 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12070 Move it to ...
12071 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12072 ... here.
12073 * gdb.trace/range-stepping.exp: Check that the target supports
12074 range stepping.
12075
12076 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12077
12078 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12079
12080 2015-07-14 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.base/killed-outside.exp: New file.
12083 * gdb.base/killed-outside.c: New file.
12084
12085 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12086
12087 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12088 (n at main): New.
12089 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12090
12091 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12092
12093 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12094 infcall tests instead of setting up for KFAIL.
12095
12096 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12097
12098 * gdb.btrace/record_goto-step.exp: New.
12099
12100 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12101
12102 PR compile/18484
12103 * gdb.compile/compile.c (struct struct_type): Add volatile to
12104 selffield's type.
12105 * gdb.compile/compile.exp
12106 (compile code struct_object.selffield = &struct_object): Skip further
12107 struct_object tests if this one xfails.
12108
12109 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12110
12111 PR exp/18617
12112 * gdb.trace/ax.exp: Add test.
12113
12114 2015-07-07 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12117 instead of istarget "aarch64*-*-*".
12118 * gdb.arch/aarch64-fp.exp: Likewise.
12119 * gdb.base/float.exp: Likewise.
12120 * gdb.reverse/aarch64.exp: Likewise.
12121 * lib/gdb.exp (is_aarch64_target): New proc.
12122
12123 2015-07-07 Yao Qi <yao.qi@linaro.org>
12124
12125 * lib/gdb.exp (is_aarch32_target): New proc.
12126 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12127 instead of "istarget "arm*-*-*"".
12128 * gdb.arch/arm-disp-step.exp: Likewise.
12129 * gdb.arch/thumb-bx-pc.exp: Likewise.
12130 * gdb.arch/thumb-prologue.exp: Likewise.
12131 * gdb.arch/thumb-singlestep.exp: Likewise.
12132 * gdb.base/disp-step-syscall.exp: Likewise.
12133 * gdb.base/float.exp: Likewise.
12134
12135 2015-07-07 Yao Qi <yao.qi@linaro.org>
12136
12137 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12138 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12139
12140 2015-07-07 Yao Qi <yao.qi@linaro.org>
12141
12142 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12143 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12144 if it exists.
12145 * gdb.multi/multi-arch.exp: Likewise.
12146
12147 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12150 print.
12151
12152 2015-07-07 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12155
12156 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12157
12158 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12159 '[' and ']' characters.
12160
12161 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12162
12163 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12164
12165 2015-06-29 Pedro Alves <palves@redhat.com>
12166
12167 PR threads/18127
12168 * gdb.threads/hand-call-new-thread.c: New file.
12169 * gdb.threads/hand-call-new-thread.c: New file.
12170
12171 2015-06-26 Keith Seitz <keiths@redhat.com>
12172 Doug Evans <dje@google.com>
12173
12174 PR 16253
12175 * gdb.cp/var-tag-2.cc: New file.
12176 * gdb.cp/var-tag-3.cc: New file.
12177 * gdb.cp/var-tag-4.cc: New file.
12178 * gdb.cp/var-tag.cc: New file.
12179 * gdb.cp/var-tag.exp: New file.
12180
12181 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12182
12183 * gdb.base/history-duplicates.exp: New test.
12184
12185 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12186
12187 * gdb.base/completion.exp: Test the completion of the "focus"
12188 command.
12189
12190 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12191
12192 * gdb.arch/amd64-prologue-skip.S: New file.
12193 * gdb.arch/amd64-prologue-skip.exp: New file.
12194
12195 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12196
12197 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12198 is_address_zero_readable check.
12199
12200 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12201
12202 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12203 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12204
12205 2015-06-24 Yao Qi <yao.qi@linaro.org>
12206
12207 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12208 linux targets.
12209
12210 2015-06-24 Yao Qi <yao.qi@linaro.org>
12211
12212 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12213 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12214 * gdb.base/siginfo-thread.exp: Likewise.
12215
12216 2015-06-22 Yao Qi <yao.qi@linaro.org>
12217
12218 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12219
12220 2015-06-22 Yao Qi <yao.qi@linaro.org>
12221
12222 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12223 aarch64*-*-*.
12224 (skip_hw_watchpoint_tests): Likewise.
12225
12226 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12227
12228 * gdb.base/gdbinit-history.exp: Test the interaction between
12229 setting GDBHISTSIZE and setting the history size via .gdbinit.
12230
12231 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12232
12233 PR gdb/16999
12234 * gdb.base/gdbhistsize-history.exp: New test.
12235
12236 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12237
12238 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12239 with GDBHISTSIZE.
12240 * gdb.base/readline.exp: Likewise.
12241
12242 2015-06-17 Yao Qi <yao.qi@linaro.org>
12243
12244 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12245 line.
12246
12247 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12248
12249 * gdb.base/gdbinit-history.exp: Add test case to check that
12250 an unlimited history file does not get truncated on exit.
12251
12252 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12253
12254 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12255 (VECTOR): New macro. Use it...
12256 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12257 ...for these typedefs.
12258 (int8, char1, int1, double1): New typedefs.
12259 (struct just_int2, struct two_int2): New structures.
12260 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12261 (add_structvecs, add_singlevecs): New functions.
12262 (main): Call add_some_intvecs twice.
12263 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12264 the compile and exit upon failure. Try compiling for the "native"
12265 architecture. Test inferior function calls with vector arguments
12266 and vector return value handling with "finish" and "return".
12267
12268 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12269
12270 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12271 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12272 PE file.
12273 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12274
12275 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12276
12277 PR breakpoints/16465
12278 * gdb.mi/mi-dprintf-pending.c: New file.
12279 * gdb.mi/mi-dprintf-pending.exp: New test.
12280 * gdb.mi/mi-dprintf-pendshr.c: New file.
12281
12282 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12283 Mircea Gherzan <mircea.gherzan@intel.com>
12284
12285 * gdb.arch/i386-mpx-map.c: New file.
12286 * gdb.arch/i386-mpx-map.exp: New File.
12287
12288 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12289
12290 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12291 * gdb.arch/i386-mpx.exp: Indentation fixed.
12292
12293 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12294
12295 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12296 function and improved indentation.
12297 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12298 gdb_test_multiple. Added additional tests to skip the test.
12299
12300 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12301
12302 * gdb.arch/i386-avx512.c: Change path in include file.
12303 * gdb.arch/i386-avx512.exp: Change include dir path
12304 compilation flag.
12305 * gdb.arch/i386-mpx.c: Change path in include file.
12306 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12307 flag.
12308
12309 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12310
12311 * gdb.compile/compile-print.exp (compile print *vararray@3)
12312 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12313
12314 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12315
12316 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12317 (do not keep jit in memory): ... this.
12318 (expect 5): Change it to ...
12319 (expect no 5): ... this.
12320
12321 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12322
12323 PR gdb/15564
12324 * gdb.mi/mi-detach.exp: New file.
12325
12326 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12327
12328 PR symtab/18392
12329 * gdb.arch/amd64-tailcall-self.S: New file.
12330 * gdb.arch/amd64-tailcall-self.c: New file.
12331 * gdb.arch/amd64-tailcall-self.exp: New file.
12332
12333 2015-05-28 Don Breazeal <donb@codesourcery.com>
12334
12335 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12336 tests for remote targets by checking is_target_gdbserver.
12337
12338 2015-05-27 Doug Evans <dje@google.com>
12339
12340 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12341 * gdb.dwarf2/opaque-type-lookup.c: New file.
12342 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12343
12344 2015-05-26 Doug Evans <dje@google.com>
12345
12346 * gdb.cp/iostream.cc: New file.
12347 * gdb.cp/iostream.exp: New file.
12348
12349 2015-05-26 Doug Evans <dje@google.com>
12350
12351 * gdb.dwarf2/dw2-op-call.exp: Update.
12352 * gdb.dwarf2/dw4-sig-types.exp: Update.
12353 * gdb.dwarf2/implptr.exp: Update.
12354 * gdb.mi/mi-cmd-param-changed.exp: Update.
12355
12356 2015-05-26 Doug Evans <dje@google.com>
12357
12358 * gdb.python/py-lazy-string.c: New file.
12359 * gdb.python/py-lazy-string.exp: New file.
12360 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12361 (main): Update. Add estring3.
12362 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12363 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12364
12365 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12366 Yao Qi <yao.qi@linaro.org>
12367
12368 * gdb.reverse/aarch64.c: New.
12369 * gdb.reverse/aarch64.exp: New.
12370
12371 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12372
12373 * lib/gdb.exp (supports_process_record): Return true for
12374 aarch64*-linux*.
12375 (supports_reverse): Likewise.
12376
12377 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12378
12379 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12380 Use with_test_prefix.
12381
12382 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12383
12384 * gdb.base/completion.exp: Add test for completion of layout
12385 names.
12386
12387 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12388
12389 * lib/gdb.exp (skip_tui_tests): New proc.
12390 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12391
12392 2015-05-19 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12395 Save the whole env array instead of just HOME. Unset HISTSIZE in
12396 the environment while testing. Restore whole environment
12397 afterwards.
12398
12399 2015-05-16 Doug Evans <xdje42@gmail.com>
12400
12401 * gdb.guile/scm-ports.c: New file.
12402 * gdb.guile/scm-ports.exp: Add memory port tests.
12403
12404 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12405
12406 * gdb.compile/compile-print.c: New file.
12407 * gdb.compile/compile-print.exp: New file.
12408
12409 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12410
12411 * gdb.compile/compile-ops.exp: Cast param to void.
12412 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12413 (compile code struct_object.selffield = &struct_object): Add xfail.
12414
12415 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12416
12417 * gdb.ada/arr_enum_with_gap: New testcase.
12418
12419 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12420
12421 * gdb.ada/byte_packed_arr: New testcase.
12422
12423 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12424
12425 * gdb.ada/pckd_neg: New testcase.
12426
12427 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12428
12429 PR gdb/17820
12430 * gdb.base/gdbinit-history.exp: New test.
12431 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12432 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12433
12434 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12435
12436 * gdb.python/py-xmethods.cc: Enhance test case.
12437 * gdb.python/py-xmethods.exp: New tests.
12438 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12439 function.
12440 (B_indexoper): Likewise.
12441 (global_dm_list) : Add new xmethod worker functions.
12442
12443 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12444
12445 * gdb.base/coredump-filter.exp: Correctly unset
12446 "coredump_var_addr" array.
12447
12448 2015-05-08 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.server/non-existing-program.exp: Unset spawn_id.
12451
12452 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12453
12454 PR python/18291
12455 * gdb.python/py-xmethods.exp: Add tests.
12456
12457 2015-05-08 Yao Qi <yao.qi@linaro.org>
12458
12459 PR gdb/18208
12460 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12461 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12462 function set_coredump_filter, and remove remote_exec call.
12463 Remove argument ipid. Callers update.
12464 (top level): Don't get inferior's PID.
12465
12466 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12467
12468 * gdb.base/watch_thread_num.exp: Skip test on targets without
12469 access watchpoints.
12470
12471 2015-05-06 Pedro Alves <palves@redhat.com>
12472
12473 PR server/18081
12474 * gdb.server/non-existing-program.exp: New file.
12475
12476 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12477
12478 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12479
12480 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12481
12482 * gdb.ada/out_of_line_in_inlined: New testcase.
12483
12484 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12485
12486 * gdb.ada/var_rec_arr: New testcase.
12487
12488 2015-04-30 Yao Qi <yao.qi@linaro.org>
12489
12490 * gdb.base/break-idempotent.exp: If
12491 skip_hw_watchpoint_multi_tests returns true, skip the tests
12492 on "rwatch" and "awatch".
12493
12494 2015-04-30 Yao Qi <yao.qi@linaro.org>
12495
12496 * gdb.base/relativedebug.exp: Invoke gdb command
12497 "info sharedlibrary", and if libc.so doesn't have debug info,
12498 skip the test.
12499
12500 2015-04-29 Doug Evans <dje@google.com>
12501
12502 * gdb.python/py-xmethods.exp: Add ptype tests.
12503 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12504 get_result_type method.
12505
12506 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12507
12508 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12509 the target does not support hardware watchpoints.
12510
12511 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12512
12513 * gdb.base/break-always.exp: Abort testing if writing to memory
12514 causes an error.
12515
12516 2015-04-28 Doug Evans <dje@google.com>
12517
12518 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12519 * gdb.python/py-pp-registration.exp: ... here. New file.
12520 * gdb.python/py-pp-registration.c: New file.
12521 * gdb.python/py-pp-registration.py: New file.
12522
12523 2015-04-28 Doug Evans <dje@google.com>
12524
12525 * gdb.python/py-bad-printers.c: New file.
12526 * gdb.python/py-bad-printers.py: New file.
12527 * gdb.python/py-bad-printers.exp: New file.
12528
12529 2015-04-28 Sasha Smundak <asmundak@google.com>
12530
12531 * gdb.python/py-type.exp: New test.
12532
12533 2015-04-28 Andy Wingo <wingo@igalia.com>
12534
12535 * gdb.python/py-parameter.exp:
12536 * gdb.guile/scm-parameter.exp: Escape the path that we are
12537 matching against, as it might contain characters that are special
12538 to regular expressions.
12539
12540 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12541
12542 * gdb.ada/rec_comp: New testcase.
12543
12544 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12545
12546 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12547 before using it.
12548
12549 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12550
12551 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12552 new tests for verilog output.
12553
12554 2015-04-24 Yao Qi <yao.qi@linaro.org>
12555
12556 * boards/remote-gdbserver-on-localhost.exp: New file.
12557
12558 2015-04-23 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12561 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12562 "end of file", remove $inferior_spawn_id from the indirect list.
12563
12564 2015-04-23 Pedro Alves <palves@redhat.com>
12565
12566 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12567
12568 2015-04-23 Pedro Alves <palves@redhat.com>
12569
12570 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12571 on $any_spawn_id instead of only on $gdb_spawn_id.
12572
12573 2015-04-21 Pierre Muller <muller@sourceware.org>
12574
12575 PR pascal/17815
12576 * lib/pascal.exp (gpc_compile): Add new option "class".
12577 (fpc_compile): Likewise.
12578 * gdb.pascal/case-insensitive-symbols.pas: New file.
12579 * gdb.pascal/case-insensitive-symbols.exp: New file.
12580
12581 2015-04-20 Gary Benson <gbenson@redhat.com>
12582
12583 * gdb.base/attach.exp: Fix three extended remote failures.
12584
12585 2015-04-17 Gary Benson <gbenson@redhat.com>
12586
12587 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12588 the main executable over the remote protocol.
12589
12590 2015-04-16 Pedro Alves <palves@redhat.com>
12591
12592 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12593 a new gdbserver if gdbserver_reconnect_p is set.
12594
12595 2015-04-16 Pedro Alves <palves@redhat.com>
12596
12597 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12598 is set, don't exit gdbserver.
12599
12600 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12601
12602 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12603 appropriate .insn, such that an older assembler can be used.
12604 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12605 the z/Architecture instruction set on 31-bit targets as well.
12606
12607 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12608
12609 * gdb.go/handcall.exp: Remove all logic related to the first
12610 breakpoint and rely on go_runto_main instead.
12611 * gdb.go/strings.exp: Likewise.
12612 * gdb.go/unsafe.exp: Likewise.
12613 * gdb.go/hello.exp: Likewise. Also rename the remaining
12614 breakpoint marker to "breakpoint 1".
12615 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12616 * gdb.go/strings.go: Likewise.
12617 * gdb.go/unsafe.go: Likewise.
12618 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12619 "set breakpoint 2 here" and rename the remaining breakpoint marker
12620 to "breakpoint 1".
12621
12622 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12623
12624 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12625 if itertools.imap is not present.
12626 * gdb.python/py-objfile.exp: Add parentheses.
12627 * gdb.python/py-type.exp: Same.
12628 * gdb.python/py-unwind-maint.py: Same.
12629
12630 2015-04-15 Yao Qi <yao.qi@linaro.org>
12631
12632 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12633 of ":$ptr_size" and set its form explicitly.
12634
12635 2015-04-15 Pedro Alves <palves@redhat.com>
12636 Yao Qi <yao.qi@linaro.org>
12637
12638 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12639 timeout by factor of 4.
12640 (test_regular_watch): Likewise.
12641 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12642 * gdb.reverse/sigall-reverse.exp: Likewise.
12643 * gdb.reverse/until-precsave.exp: Likewise.
12644 * lib/gdb.exp (with_timeout_factor): New proc.
12645 (gdb_expect): Move some code to ...
12646 (get_largest_timeout): ... here. New procedure.
12647
12648 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12649
12650 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12651
12652 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12653
12654 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12655 to write to the .text section.
12656
12657 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12658
12659 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12660 Handle the case of targets that do not provide PID information.
12661
12662 2015-04-13 Yao Qi <yao.qi@linaro.org>
12663
12664 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12665 and use expect instead of gdb_expect.
12666
12667 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12668
12669 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12670 "coredump_var_addr" to avoid naming conflict with other testcases.
12671
12672 2015-04-10 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12675 gdb_test_sequence and gdb_assert.
12676
12677 2015-04-10 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12680 test messages that don't include the breakpoint address.
12681
12682 2015-04-10 Yao Qi <yao.qi@linaro.org>
12683
12684 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12685 false for some offset and width combinations which aren't
12686 supported by linux kernel.
12687
12688 2015-04-10 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12691 procedure, factored out from ...
12692 (top level): ... here. Add "set displaced-stepping" testing axis.
12693 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12694 parameter "displaced". Use it.
12695 (top level): Use foreach and add "set displaced-stepping" testing
12696 axis.
12697
12698 2015-04-10 Pedro Alves <palves@redhat.com>
12699
12700 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12701 Remove comment.
12702 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12703 both the address of the instruction that triggers the watchpoint
12704 and the address of the instruction immediately after, and use
12705 those addresses for the test. Fix comment.
12706
12707 2015-04-10 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.base/sigstep.exp (breakpoint_to_handler)
12710 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12711 Test "backtrace" in handler.
12712 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12713 (top level): Add new "displaced" test axis to
12714 breakpoint_to_handler, breakpoint_to_handler_entry and
12715 breakpoint_over_handler.
12716
12717 2015-04-10 Pedro Alves <palves@redhat.com>
12718
12719 PR gdb/18216
12720 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12721
12722 2015-04-10 Yao Qi <yao.qi@linaro.org>
12723
12724 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12725 (test_add_rn_pc): New function.
12726 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12727 (top level): Invoke test_add_rn_pc.
12728
12729 2015-04-10 Pedro Alves <palves@redhat.com>
12730
12731 PR gdb/13858
12732 * gdb.base/step-over-no-symbols.exp: New file.
12733
12734 2015-04-09 Andy Wingo <wingo@igalia.com>
12735
12736 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12737 after the Python tests.
12738
12739 2015-04-08 Keith Seitz <keiths@redhat.com>
12740
12741 PR python/16699
12742 * gdb.python/py-completion.exp: New tests for completion.
12743 * gdb.python/py-completion.py (CompleteLimit1): New class.
12744 (CompleteLimit2): Likewise.
12745 (CompleteLimit3): Likewise.
12746 (CompleteLimit4): Likewise.
12747 (CompleteLimit5): Likewise.
12748 (CompleteLimit6): Likewise.
12749 (CompleteLimit7): Likewise.
12750
12751 2015-04-08 Pedro Alves <palves@redhat.com>
12752
12753 PR gdb/18214
12754 PR gdb/18216
12755 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12756 function.
12757 (main): Install it as SIGUSR1 handler.
12758 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12759 parameter. Always use "setup" as prefix. Toggle "set
12760 displaced-stepping" off/on depending on global. Don't switch to
12761 thread 1 here.
12762 (top level): Add displaced stepping "off/on" test axis. Update
12763 "setup" calls. Wrap each subtest with with_test_prefix. Test
12764 continuing with a queued signal in each thread.
12765
12766 2015-04-08 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12769 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12770 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12771 Return early if running to main fails.
12772 * gdb.trace/while-stepping.exp: Likewise.
12773
12774 2015-04-07 Pedro Alves <palves@redhat.com>
12775
12776 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12777 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12778 interact with inferior program.
12779
12780 2015-04-07 Pedro Alves <palves@redhat.com>
12781
12782 * lib/gdb.exp (inferior_spawn_id): New global.
12783 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12784 spawn id after processing the user code.
12785 (default_gdb_start): Set inferior_spawn_id.
12786 (send_inferior): New procedure.
12787 * lib/gdbserver-support.exp (gdbserver_start): Set
12788 inferior_spawn_id.
12789 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12790
12791 2015-04-07 Pedro Alves <palves@redhat.com>
12792
12793 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12794 * lib/gdbserver-support.exp (gdbserver_start): Make
12795 $server_spawn_id global.
12796 (gdbserver_start): Don't wait for gdbserver's spawn id with
12797 expect_background.
12798 (close_gdbserver): New procedure.
12799 (gdb_exit): Rename the default version and reimplement.
12800
12801 2015-04-07 Pedro Alves <palves@redhat.com>
12802
12803 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12804 append the substituted item, not the original item.
12805
12806 2015-04-07 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12809 gdb_expect.
12810
12811 2015-04-07 Pedro Alves <palves@redhat.com>
12812
12813 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12814 output appearing once only.
12815
12816 2015-04-07 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12819 that doesn't expect anything. Return early if running to main
12820 fails.
12821
12822 2015-04-07 Yao Qi <yao.qi@linaro.org>
12823
12824 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12825 (child_function): Call alarm.
12826 (main): Move call to alarm into the loop.
12827 * gdb.threads/non-stop-fair-events.exp: Build program with
12828 -DTIMEOUT=$timeout.
12829
12830 2015-04-06 Doug Evans <xdje42@gmail.com>
12831
12832 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12833 Fix dest parameter to board_info.
12834 (fpc_compile): Ditto.
12835 (gdb_compile_pascal): Rename dest arg to destfile.
12836
12837 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12838
12839 * gdb.ada/funcall_ref.exp: New file.
12840 * gdb.ada/funcall_ref/foo.adb: New file.
12841
12842 2015-04-02 Yao Qi <yao.qi@linaro.org>
12843
12844 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12845 is remote.
12846
12847 2015-04-02 Gary Benson <gbenson@redhat.com>
12848
12849 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12850
12851 2015-04-01 Sasha Smundak <asmundak@google.com>
12852
12853 * gdb.python/py-unwind-maint.c: New file.
12854 * gdb.python/py-unwind-maint.exp: New test.
12855 * gdb.python/py-unwind-maint.py: New file.
12856 * gdb.python/py-unwind.c: New file.
12857 * gdb.python/py-unwind.exp: New test.
12858 * gdb.python/py-unwind.py: New test.
12859
12860 2015-04-01 Pedro Alves <palves@redhat.com>
12861
12862 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12863 to fail instead of non-existent $test.
12864
12865 2015-04-01 Pedro Alves <palves@redhat.com>
12866
12867 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12868 GDBFLAGS if not empty.
12869
12870 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12871
12872 * gdb.ada/complete.exp: Remove "multi_line".
12873 * gdb.ada/info_exc.exp: Remove "multi_line".
12874 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12875 * gdb.ada/ptype_field.exp: Remove "multi_line".
12876 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12877 * gdb.ada/tagged.exp: Remove "multi_line".
12878 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12879 [multi_line ...]
12880 * gdb.btrace/delta.exp: Likewise.
12881 * gdb.btrace/exception.exp: Likewise.
12882 * gdb.btrace/function_call_history.exp: Likewise.
12883 * gdb.btrace/instruction_history.exp: Likewise.
12884 * gdb.btrace/nohist.exp: Likewise.
12885 * gdb.btrace/record_goto.exp: Likewise.
12886 * gdb.btrace/segv.exp: Likewise.
12887 * gdb.btrace/stepi.exp: Likewise.
12888 * gdb.btrace/tailcall.exp: Likewise.
12889 * gdb.btrace/unknown_functions.exp: Likewise.
12890 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12891 * lib/gdb.exp: Add the "multi_line" helper.
12892
12893 2015-04-01 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.threads/tid-reuse.c: New file.
12896 * gdb.threads/tid-reuse.exp: New file.
12897
12898 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12899
12900 PR corefiles/16092
12901 * gdb.base/coredump-filter.c: New file.
12902 * gdb.base/coredump-filter.exp: Likewise.
12903
12904 2015-03-27 Petr Machata <pmachata@redhat.com>
12905
12906 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12907 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12908 (Dwarf::assemble): Initialize them.
12909 (Dwarf::lines): New function.
12910
12911 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12912
12913 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12914 SYMBOL_PREFIX for x86_64-*-cygwin.
12915
12916 2015-03-26 Andy Wingo <wingo@igalia.com>
12917
12918 PR symtab/18148
12919 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12920 const_value but not a location.
12921 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12922 location defined in non-main CUs are visible.
12923
12924 2015-03-26 Yao Qi <yao.qi@linaro.org>
12925
12926 PR testsuite/18139
12927 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12928 Add a line number entry for the same line.
12929 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12930 Add a line number entry for the same line.
12931
12932 2015-03-26 Yao Qi <yao.qi@linaro.org>
12933
12934 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12935 .int 0.
12936 (func): Likewise. Add .Lfunc_1 label.
12937 Use .Lfunc_1 label.
12938 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12939 .int 0.
12940 (func): Likewise.
12941 Use .Lfunc_1 label.
12942
12943 2015-03-26 Yao Qi <yao.qi@linaro.org>
12944
12945 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12946 Call gdb_compile instead to compile each .s files without debug
12947 information.
12948
12949 2015-03-26 Yao Qi <yao.qi@linaro.org>
12950
12951 * gdb.base/savedregs.exp (process_saved_regs): Make
12952 "Saved registers:" optional in the pattern.
12953
12954 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12955
12956 * gdb.btrace/next.exp: Merged into step.exp.
12957 * gdb.btrace/finish.exp: Merged into step.exp.
12958 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12959 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12960 "record goto" and checking the exact replay position.
12961 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12962 check for "Recording format" in "info record" output.
12963 * gdb.btrace/record_goto.exp: Choose test file based on target.
12964 * gdb.btrace/x86-record_goto.S: Renamed into ...
12965 * gdb.btrace/x86_64-record_goto.S: ... this.
12966 * gdb.btrace/i686-record_goto.S: New.
12967 * gdb.btrace/x86-tailcall.S: Renamed into ...
12968 * gdb.btrace/x86_64-tailcall.S: ... this.
12969 * gdb.btrace/i686-tailcall.S: New.
12970 * gdb.btrace/x86-tailcall.c: Renamed into ...
12971 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12972 separate statements. Update test.
12973 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12974 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12975 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12976 * gdb.btrace/tailcall.exp: Choose test file based on target.
12977 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12978
12979 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12980
12981 * gdb.btrace/exception.exp: Increase BTS buffer size.
12982
12983 2015-03-24 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12986
12987 2015-03-24 Pedro Alves <palves@redhat.com>
12988
12989 * gdb.threads/schedlock.exp (test_step): No longer expect that
12990 "set scheduler-locking step" with "next" over a function call runs
12991 threads unlocked.
12992
12993 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12994
12995 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12996
12997 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12998
12999 PR breakpoints/16466
13000 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13001 * gdb.mi/mi-pending.c (thread_func): New function.
13002 (int main): Add threading support required.
13003 * gdb.mi/mi-pending.exp: Add tests for this issue.
13004 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13005 (pendfunc2): Remove stdio dependency.
13006 * gdb.mi/mi-pendshr2.c: New file.
13007
13008 2015-03-23 Keith Seitz <keiths@redhat.com>
13009
13010 * gdb.linespec/keywords.c: New file.
13011 * gdb.linespec/keywords.exp: New file.
13012
13013 2015-03-23 Keith Seitz <keiths@redhat.com>
13014
13015 PR gdb/18021
13016 * gdb.dwarf2/staticvirtual.exp: New test.
13017
13018 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13019
13020 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13021 * README: Remove HP-UX and gdb.hp.
13022 (configuration):
13023 * configure: Regenerate.
13024 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13025 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13026 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13027 gdb.hp/gdb.defects/Makefile.
13028 * gdb.hp/Makefile.in: File deleted.
13029 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13030 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13031 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13032 * gdb.hp/gdb.aCC/run.c: File deleted.
13033 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13034 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13035 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13036 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13037 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13038 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13039 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13040 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13041 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13042 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13043 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13044 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13045 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13046 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13047 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13048 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13049 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13050 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13051 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13052 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13053 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13054 * gdb.hp/gdb.compat/average.c: File deleted.
13055 * gdb.hp/gdb.compat/sum.c: File deleted.
13056 * gdb.hp/gdb.compat/xdb.c: File deleted.
13057 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13058 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13059 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13060 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13061 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13062 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13063 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13064 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13065 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13066 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13067 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13068 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13069 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13070 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13071 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13072 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13073 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13074 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13075 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13076 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13077 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13078 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13079 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13080 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13081 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13082 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13083 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13084 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13085 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13086 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13087 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13088 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13089 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13090 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13091 * gdb.hp/tools/odump: File deleted.
13092
13093 2015-03-19 Pedro Alves <palves@redhat.com>
13094
13095 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13096 (saw_thread_3): New globals.
13097 (top level): Increment them when an event for the corresponding
13098 thread is seen.
13099 (no thread starvation): New test.
13100
13101 2015-03-19 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.threads/continue-pending-status.c: New file.
13104 * gdb.threads/continue-pending-status.exp: New file.
13105
13106 2015-03-18 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13109 Use gdb_is_target_remote instead of is_remote. Use
13110 gdb_test_multiple instead of gdb_expect. Exit early if
13111 gdb_test_multiple hits its internal matches. Tighten stepi tests
13112 expected output. Fail on exit with any signal, instead of just
13113 SIGILL.
13114
13115 2015-03-18 Yao Qi <yao.qi@linaro.org>
13116
13117 PR tdep/18107
13118 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13119 variable.
13120 * gdb.base/catch-syscall.exp: Don't skip it on
13121 aarch64*-*-linux* target. Remove elements in all_syscalls.
13122 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13123 target.
13124 (setup_all_syscalls): New proc.
13125
13126 2015-03-16 Yao Qi <yao.qi@linaro.org>
13127
13128 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13129 (top level): Skip tests if valid_addr_p returns false for
13130 $cmd1 or $cmd2.
13131
13132 2015-03-11 Andy Wingo <wingo@igalia.com>
13133
13134 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13135
13136 2015-03-11 Yao Qi <yao.qi@linaro.org>
13137
13138 * gdb.base/catch-syscall.exp: Fix typo in comments.
13139
13140 2015-03-11 Yao Qi <yao.qi@linaro.org>
13141
13142 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13143
13144 2015-03-09 Pedro Alves <palves@redhat.com>
13145
13146 * dg-extract-results.py: Delete.
13147
13148 2015-03-09 Pedro Alves <palves@redhat.com>
13149
13150 Merge dg-extract-results.sh from GCC upstream (r218843).
13151
13152 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13153 * dg-extract-results.sh: Use --text with grep to avoid issues with
13154 binary files. Fall back to cat -v, if that doesn't work.
13155
13156 2015-03-05 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13159
13160 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13161
13162 * lib/mi-support.exp (mi_expect_interrupt): Accept
13163 alternative event for when in all-stop mode.
13164
13165 2015-03-04 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13168
13169 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13170
13171 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13172
13173 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13174
13175 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13176 regexps for GDB's current line display, accept a hex address
13177 preceding the line number.
13178
13179 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13180
13181 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13182 the 'arch1' variable for "s390*-linux*" targets.
13183
13184 2015-03-04 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13187 (main): Pass missing retval argument to pthread_join call.
13188
13189 2015-03-02 Pedro Alves <palves@redhat.com>
13190
13191 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13192 (top level): Call do_test with non-stop as well.
13193
13194 2015-03-02 Pedro Alves <palves@redhat.com>
13195
13196 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13197 -1.
13198
13199 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13200
13201 * gdb.arch/s390-vregs.exp: New test.
13202 * gdb.arch/s390-vregs.S: New file.
13203
13204 2015-02-27 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13207 call to catch_command_errors.
13208 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13209 catch_command_errors.
13210
13211 2015-02-27 Pedro Alves <palves@redhat.com>
13212
13213 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13214 "true" for boolean result.
13215 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13216 prototype of main.
13217
13218 2015-02-27 Pedro Alves <palves@redhat.com>
13219
13220 * lib/unbuffer_output.c: New file.
13221 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13222 (main): Call gdb_unbuffer_output.
13223
13224 2015-02-27 Yao Qi <yao.qi@linaro.org>
13225
13226 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13227 target.
13228
13229 2015-02-26 Doug Evans <dje@google.com>
13230
13231 * gdb.cp/class2.cc (Dbase, D): New classes.
13232 (main): New local delta.
13233 * gdb.cp/class2.exp: Test printing delta.
13234 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13235 (dynbar): New global.
13236 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13237
13238 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13239
13240 * gdb.compile/compile-ifunc.c: New file.
13241 * gdb.compile/compile-ifunc.exp: New file.
13242
13243 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13244
13245 * gdb.base/structs.exp: Check for correct struct on finish.
13246
13247 2015-02-26 Yao Qi <yao.qi@linaro.org>
13248
13249 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13250 is zero.
13251
13252 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13253
13254 * gdb.arch/cordic.ko.bz2: New file.
13255 * gdb.arch/cordic.ko.debug.bz2: New file.
13256 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13257
13258 2015-02-25 Yao Qi <yao.qi@linaro.org>
13259
13260 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13261 aarch64*-*-* target.
13262
13263 2015-02-23 Pedro Alves <palves@redhat.com>
13264
13265 * lib/gdb.exp (delete_breakpoints): Rewrite using
13266 gdb_test_multiple.
13267
13268 2015-02-23 Pedro Alves <palves@redhat.com>
13269
13270 * gdb.base/info-os.c: Include stdlib.h.
13271
13272 2015-02-22 Doug Evans <xdje42@gmail.com>
13273
13274 PR symtab/17855
13275 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13276 is read after symbols have been re-read.
13277 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13278 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13279
13280 2015-02-21 Doug Evans <dje@google.com>
13281
13282 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13283
13284 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 PR corefiles/17808
13287 * gdb.arch/i386-biarch-core.core.bz2: New file.
13288 * gdb.arch/i386-biarch-core.exp: New file.
13289
13290 2015-02-21 Pedro Alves <palves@redhat.com>
13291
13292 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13293 runto_main fails.
13294
13295 2015-02-20 Pedro Alves <palves@redhat.com>
13296
13297 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13298 info probes.
13299
13300 2015-02-20 Pedro Alves <palves@redhat.com>
13301
13302 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13303
13304 2015-02-20 Pedro Alves <palves@redhat.com>
13305
13306 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13307 clean_restart before gdb_target_supports_trace.
13308
13309 2015-02-20 Pedro Alves <palves@redhat.com>
13310
13311 PR threads/18006
13312 * gdb.threads/clone-thread_db.c: New file.
13313 * gdb.threads/clone-thread_db.exp: New file.
13314
13315 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13316
13317 PR breakpoints/16812
13318 * gdb.base/catch-gdb-caused-signals.c: New file.
13319 * gdb.base/catch-gdb-caused-signals.exp: New file.
13320
13321 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13322
13323 * configure: Regenerated.
13324 * configure.ac: Use GDB_AC_TRANSFORM.
13325 * aclocal.m4: sinclude ../transform.m4.
13326
13327 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13328
13329 * lib/dtrace.exp: New file.
13330 * gdb.base/dtrace-probe.exp: Likewise.
13331 * gdb.base/dtrace-probe.d: Likewise.
13332 * gdb.base/dtrace-probe.c: Likewise.
13333 * lib/pdtrace.in: Likewise.
13334 * configure.ac: Output variables with the transformed names of
13335 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13336 * configure: Regenerated.
13337
13338 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13339
13340 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13341 expected message when trying to access $_probe_* convenience
13342 variables while not on a probe.
13343
13344 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13345
13346 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13347
13348 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13349
13350 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13351 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13352
13353 2015-02-10 Doug Evans <xdje42@gmail.com>
13354
13355 * lib/gdb.exp (gdb_load): Always return a result.
13356
13357 2015-02-10 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.threads/signal-sigtrap.c: New file.
13360 * gdb.threads/signal-sigtrap.exp: New file.
13361
13362 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13363
13364 * gdb.trace/no-attach-trace.c: New file.
13365 * gdb.trace/no-attach-trace.exp: New file.
13366
13367 2015-02-09 Mark Wielaard <mjw@redhat.com>
13368
13369 * gdb.dwarf2/atomic.c: New file.
13370 * gdb.dwarf2/atomic-type.exp: Likewise.
13371
13372 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13373
13374 * gdb.btrace/buffer-size.exp: Update "info record" output.
13375 * gdb.btrace/delta.exp: Update "info record" output.
13376 * gdb.btrace/enable.exp: Update "info record" output.
13377 * gdb.btrace/finish.exp: Update "info record" output.
13378 * gdb.btrace/instruction_history.exp: Update "info record" output.
13379 * gdb.btrace/next.exp: Update "info record" output.
13380 * gdb.btrace/nexti.exp: Update "info record" output.
13381 * gdb.btrace/step.exp: Update "info record" output.
13382 * gdb.btrace/stepi.exp: Update "info record" output.
13383 * gdb.btrace/nohist.exp: Update "info record" output.
13384
13385 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13386
13387 * gdb.btrace/buffer-size: New.
13388
13389 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13390
13391 * gdb.btrace/delta.exp: Update "info record" output.
13392 * gdb.btrace/enable.exp: Update "info record" output.
13393 * gdb.btrace/finish.exp: Update "info record" output.
13394 * gdb.btrace/instruction_history.exp: Update "info record" output.
13395 * gdb.btrace/next.exp: Update "info record" output.
13396 * gdb.btrace/nexti.exp: Update "info record" output.
13397 * gdb.btrace/step.exp: Update "info record" output.
13398 * gdb.btrace/stepi.exp: Update "info record" output.
13399 * gdb.btrace/nohist.exp: Update "info record" output.
13400
13401 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13402
13403 PR gdb/15678
13404 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13405
13406 2015-02-06 Pedro Alves <palves@redhat.com>
13407
13408 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13409 macro.
13410 (seconds_left, again): New globals.
13411 (main): Wait seconds_left in a 1-second sleep loop instead of
13412 sleeping 180 seconds. If 'again' is set, reset the seconds
13413 counter.
13414 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13415 'again' in the inferior before detaching. Print the seconds left.
13416 (options): New global.
13417 (top level): Build program with -DTIMEOUT=$timeout.
13418
13419 2015-02-06 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13422 determine how many seconds to pass to 'alarm'.
13423 * gdb.base/gdb-sigterm.exp (top level): Build program with
13424 -DTIMEOUT=$timeout.
13425 (do_test): Return success/failure indication. Add more verbose
13426 logging. Don't fail if 200 single steps are seen. Instead, fail
13427 when the test times out.
13428 (passes): New global.
13429 (top level): Break the testing loop if testing fails on any
13430 iteration. Use gdb_assert.
13431
13432 2015-02-04 Don Breazeal <donb@codesourcery.com>
13433
13434 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13435 and initialize them.
13436 (ipc_cleanup): New function.
13437 (main): Don't declare shmid, semid, and msqid. Add a call to
13438 atexit so that we call ipc_cleanup on exit.
13439
13440 2015-02-04 Pedro Alves <palves@redhat.com>
13441
13442 * boards/native-extended-gdbserver.exp: Remove any target variant
13443 specifications from the board name before clearing the isremote
13444 flag from board_info.
13445
13446 2015-01-31 Doug Evans <xdje42@gmail.com>
13447
13448 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13449
13450 2015-01-31 Gary Benson <gbenson@redhat.com>
13451
13452 * gdb.base/completion.exp: Disable completion limiting for
13453 existing tests. Add new tests to check completion limiting.
13454 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13455
13456 2015-01-31 Doug Evans <xdje42@gmail.com>
13457
13458 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13459
13460 2015-01-31 Doug Evans <xdje42@gmail.com>
13461
13462 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13463 entries. Duplicate file section script entries.
13464 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13465 inlined entries. Add test for safe-path rejection.
13466 * gdb.python/py-section-script.c: Add duplicate inlined section script
13467 entries. Duplicate file section script entries.
13468 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13469 inlined entries. Add test for safe-path rejection.
13470
13471 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13472
13473 * gdb.ada/disc_arr_bound: New testcase.
13474
13475 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13476
13477 * gdb.ada/mi_var_array: New testcase.
13478
13479 2015-01-27 Doug Evans <dje@google.com>
13480
13481 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13482 Add test for objfile.filename, objfile.username after objfile
13483 has been unloaded.
13484
13485 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13486
13487 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13488 the second test to print the name attribute of value
13489 returned by the call to gdb.lookup_type, and adjust
13490 the expected output accordingly.
13491
13492 2015-01-25 Mark Wielaard <mjw@redhat.com>
13493
13494 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13495 * gdb.base/disp-step-fork.c: Include unistd.h.
13496 * gdb.base/siginfo-obj.c: Include stdio.h.
13497 * gdb.base/siginfo-thread.c: Likewise.
13498 * gdb.mi/non-stop.c: Include unistd.h.
13499 * gdb.mi/nsthrexec.c: Include stdio.h.
13500 * gdb.mi/pthreads.c: Include unistd.h.
13501 * gdb.modula2/unbounded1.c (main): Declare returns int.
13502 * gdb.reverse/consecutive-reverse.c: Likewise.
13503 * gdb.threads/create-fail.c: Include unistd.h.
13504 * gdb.threads/killed.c: Likewise.
13505 * gdb.threads/linux-dp.c: Likewise.
13506 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13507 * gdb.threads/non-ldr-exc-2.c: Likewise.
13508 * gdb.threads/non-ldr-exc-3.c: Likewise.
13509 * gdb.threads/non-ldr-exc-4.c: Likewise.
13510 * gdb.threads/pthreads.c: Include unistd.h.
13511 (main): Declare returns int.
13512 * gdb.threads/tls-main.c (foo): New declaration.
13513 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13514
13515 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13516
13517 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13518 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13519
13520 2015-01-15 Mark Wielaard <mjw@redhat.com>
13521
13522 * gdb.base/noreturn-return.c: New file.
13523 * gdb.base/noreturn-return.exp: New file.
13524 * gdb.base/noreturn-finish.c: New file.
13525 * gdb.base/noreturn-finish.exp: New file.
13526
13527 2015-01-23 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.threads/continue-pending-after-query.c: New file.
13530 * gdb.threads/continue-pending-after-query.exp: New file.
13531
13532 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13533 Simon Marchi <simon.marchi@ericsson.com>
13534
13535 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13536 * gdb.base/valgrind-db-attach.exp: Same.
13537 * gdb.base/valgrind-infcall.exp: Same.
13538 * lib/mi-support.exp (default_mi_gdb_start): Same.
13539 * lib/prompt.exp (default_prompt_gdb_start): Same.
13540 * lib/gdb.exp (default_gdb_spawn): Same.
13541 (gdb_interact): New.
13542
13543
13544 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13545
13546 * gdb.compile/compile.exp (pointer to jit function): New test.
13547
13548 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13549
13550 * lib/gdb.exp (supports_process_record): Return true for
13551 powerpc*-*-linux*.
13552 (supports_reverse): Likewise.
13553
13554 2015-01-15 Don Breazeal <donb@codesourcery.com>
13555
13556 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13557 instead of checking whether the target board is remote and
13558 use spawn_wait_for_attach instead of exec/sleep.
13559 * gdb.base/attach-twice.exp: Likewise.
13560
13561 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13562
13563 * gdb.ada/var_arr_attrs: New testcase.
13564
13565 2015-01-14 Pedro Alves <palves@redhat.com>
13566 Joel Brobecker <brobecker@adacore.com>
13567
13568 PR gdb/17525
13569 * gdb.base/bp-cmds-execution-x-script.c: New file.
13570 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13571 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13572
13573 2015-01-14 Pedro Alves <palves@redhat.com>
13574
13575 PR cli/17828
13576 * gdb.base/batch-preserve-term-settings.c: New file.
13577 * gdb.base/batch-preserve-term-settings.exp: New file.
13578
13579 2015-01-13 Doug Evans <dje@google.com>
13580
13581 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13582 binary.
13583
13584 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13585
13586 * Makefile.in (clean mostlyclean): Do not delete *.py.
13587
13588 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13589
13590 * gdb.python/py-lookup-type.exp: New file.
13591
13592 2015-01-12 Pedro Alves <palves@redhat.com>
13593
13594 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13595 restore GDBFLAGS before returning.
13596
13597 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13598
13599 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13600 is_amd64_regs_target and is_x86_like_target.
13601
13602 2015-01-11 Doug Evans <xdje42@gmail.com>
13603
13604 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13605 is given without an explicit form.
13606 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13607 attributes.
13608 * gdb.dwarf/corrupt.exp: Ditto.
13609 * gdb.dwarf2/enum-type.exp: Ditto.
13610 * gdb.trace/entry-values.exp: Ditto.
13611 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13612
13613 2015-01-11 Doug Evans <xdje42@gmail.com>
13614
13615 PR gdb/15830
13616 * gdb.base/maint.exp: Remove references to "maint demangle".
13617 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13618 Add tests for explicitly specifying language to demangle.
13619 * gdb.dlang/demangle.exp: Ditto.
13620
13621 2015-01-09 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.threads/non-stop-fair-events.c: New file.
13624 * gdb.threads/non-stop-fair-events.exp: New file.
13625
13626 2015-01-09 Pedro Alves <palves@redhat.com>
13627
13628 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13629 the global scope. Set a breakpoint after all threads are started
13630 rather than stepping over two source lines. Expect the prompt.
13631 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13632 global.
13633 (NUM): Now 15.
13634 (main): Use threads_started_barrier to wait for all threads to
13635 start. Main thread no longer calls thread_function. Exit after
13636 180 seconds.
13637 (loop): New function.
13638 (thread_function): Wait on threads_started_barrier barrier. Call
13639 'loop' at each iteration.
13640 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13641 threads have started, instead of hardcoding number of "next"
13642 steps. Use an access watchpoint instead of a write watchpoint.
13643
13644 2015-01-09 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13647 (thread_func): Wait on barrier.
13648 (main): Wait for all threads to start before stopping GDB.
13649 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13650 global.
13651 (thread1_func, thread2_func): Wait on barrier.
13652 (main): Wait for all threads to start before stopping GDB.
13653 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13654 New global.
13655 (thread1_func, thread2_func): Wait on barrier.
13656 (main): Wait for all threads to start before stopping GDB.
13657
13658 2015-01-09 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.threads/attach-many-short-lived-threads.c: New file.
13661 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13662
13663 2014-01-09 Pedro Alves <palves@redhat.com>
13664
13665 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13666 instead of to thread 2.
13667 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13668 Add barrier around each pthread_create call instead of around all
13669 calls.
13670 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13671 Set a break on thread_function and have the child threads hit it
13672 one at at a time.
13673
13674 2015-01-09 Pedro Alves <palves@redhat.com>
13675
13676 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13677 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13678 false.
13679 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13680 checking whether the target board is remote.
13681 * gdb.multi/multi-attach.exp: Likewise.
13682 * gdb.python/py-sync-interp.exp: Likewise.
13683 * gdb.server/ext-attach.exp: Likewise.
13684 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13685 tests that need to attach, instead of checking whether the target
13686 board is remote at the top of the file.
13687
13688 2015-01-08 Yao Qi <yao@codesourcery.com>
13689
13690 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13691
13692 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13693
13694 Fix testcase compilation.
13695 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13696
13697 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13698
13699 * gdb.python/py-type.exp: Add a couple test about empty
13700 array creation, and negative-length array creation.
13701
13702 2015-01-02 Doug Evans <xdje42@gmail.com>
13703
13704 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13705
13706 2015-01-02 Doug Evans <dje@google.com>
13707
13708 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13709
13710 2014-12-29 Yao Qi <yao@codesourcery.com>
13711
13712 * gdb.trace/entry-values.exp: Update comments. Rename variable
13713 bar_call_foo to returned_from_foo.
13714
13715 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13716
13717 PR gdb/17394
13718 * gdb.linespec/break-asm-file.c: New file.
13719 * gdb.linespec/break-asm-file.exp: New file.
13720 * gdb.linespec/break-asm-file0.s: New file.
13721 * gdb.linespec/break-asm-file1.s: New file.
13722
13723 2014-12-18 Nigel Stephens <nigel@mips.com>
13724 Maciej W. Rozycki <macro@codesourcery.com>
13725
13726 * gdb.base/float.exp: Handle the new output from "info float" on
13727 MIPS targets.
13728
13729 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13730
13731 Fix MinGW compilation.
13732 * gdb.compile/compile-ops.exp: Update untested message if
13733 !skip_compile_feature_tests.
13734 * gdb.compile/compile-setjmp.exp: Likewise.
13735 * gdb.compile/compile-tls.exp: Likewise.
13736 * gdb.compile/compile.exp: Likewise.
13737 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13738 supported on this host".
13739
13740 2014-12-16 Doug Evans <xdje42@gmail.com>
13741
13742 * boards/stabs.exp: New file.
13743
13744 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13745
13746 * gdb.base/completion.exp: Adjust to format changes of "maint
13747 print user-registers".
13748
13749 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13750
13751 PR server/17457
13752 * gdb.arch/aarch64-fp.c: New file.
13753 * gdb.arch/aarch64-fp.exp: New file.
13754
13755 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13756
13757 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13758 r210637, r210913, r211666, r215400, r215817).
13759
13760 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13761 * dg-extract-results.py: New file.
13762 * dg-extract-results.sh: Use it if the environment seems
13763 suitable.
13764
13765 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13766
13767 * dg-extract-results.py (parse_run): Handle warnings that
13768 are printed before a test harness is run.
13769
13770 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13771
13772 * dg-extract-results.py (Named): Remove __cmp__ method.
13773 (output_variation): Use a key to sort variation.harnesses.
13774
13775 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13776
13777 * dg-extract-results.py: For Python 3, force sys.stdout to
13778 handle surrogate escape sequences.
13779 (safe_open): New function.
13780 (output_segment, main): Use it.
13781
13782 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13783
13784 * dg-extract-results.py (Prog.result_re): Include options
13785 in test name.
13786
13787 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13788
13789 * dg-extract-results.py (output_variation): Always sort if
13790 do_sum.
13791
13792 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13793
13794 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13795 as long as we get pagination notifications.
13796
13797 2014-12-15 Jason Merrill <jason@redhat.com>
13798
13799 * Makefile.in (check-gdb.%): Restore.
13800 * README: Mention it.
13801
13802 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13803
13804 * gdb.ada/str_uninit: New testcase.
13805
13806 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13807
13808 PR symtab/17642
13809 * gdb.base/vla-stub-define.c: New file.
13810 * gdb.base/vla-stub.c: New file.
13811 * gdb.base/vla-stub.exp: New file.
13812
13813 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13814 Jan Kratochvil <jan.kratochvil@redhat.com>
13815 Tom Tromey <tromey@redhat.com>
13816
13817 * configure.ac: Add gdb.compile/.
13818 * configure: Regenerate.
13819 * gdb.compile/Makefile.in: New file.
13820 * gdb.compile/compile-ops.exp: New file.
13821 * gdb.compile/compile-ops.c: New file.
13822 * gdb.compile/compile-tls.c: New file.
13823 * gdb.compile/compile-tls.exp: New file.
13824 * gdb.compile/compile-constvar.S: New file.
13825 * gdb.compile/compile-constvar.c: New file.
13826 * gdb.compile/compile-mod.c: New file.
13827 * gdb.compile/compile-nodebug.c: New file.
13828 * gdb.compile/compile-setjmp-mod.c: New file.
13829 * gdb.compile/compile-setjmp.c: New file.
13830 * gdb.compile/compile-setjmp.exp: New file.
13831 * gdb.compile/compile-shlib.c: New file.
13832 * gdb.compile/compile.c: New file.
13833 * gdb.compile/compile.exp: New file.
13834 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13835
13836 2014-12-12 Tom Tromey <tromey@redhat.com>
13837
13838 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13839 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13840
13841 2014-12-12 Doug Evans <dje@google.com>
13842
13843 * lib/gdb-python.exp (get_python_valueof): New function.
13844 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13845
13846 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13847
13848 * gdb.base/completion.exp: Add test for completion of "info
13849 registers ".
13850
13851 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13852
13853 * gdb.base/func-ptrs.c: New file.
13854 * gdb.base/func-ptrs.exp: New file.
13855
13856 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13857
13858 PR breakpoints/17012
13859 * gdb.base/dprintf-detach.c: New file.
13860 * gdb.base/dprintf-detach.exp: New file.
13861
13862 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13863
13864 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13865 * lib/gdb.exp (target_is_gdbserver): New procedure.
13866
13867 2014-12-08 Doug Evans <dje@google.com>
13868
13869 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13870
13871 2014-12-05 Yao Qi <yao@codesourcery.com>
13872
13873 * gdb.guile/scm-error.exp: Remove the third argument to
13874 gdb_remote_download.
13875 * gdb.guile/scm-frame-args.exp: Likewise.
13876 * gdb.guile/scm-section-script.exp: Likewise.
13877
13878 2014-12-05 Yao Qi <yao@codesourcery.com>
13879
13880 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13881
13882 2014-12-04 Doug Evans <dje@google.com>
13883
13884 * gdb.python/py-objfile.exp: Add tests for
13885 objfile.add_separate_debug_file.
13886
13887 2014-12-04 Doug Evans <dje@google.com>
13888
13889 * lib/gdb.exp (get_build_id): New function.
13890 (build_id_debug_filename_get): Rewrite to use it.
13891 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13892
13893 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13894
13895 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13896 `method(long)', not just 0x0.
13897 * gdb.cp/nsalias.exp: Align code labels to 4.
13898 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13899 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13900 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13901 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13902 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13903 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13904
13905 2014-12-02 Doug Evans <dje@google.com>
13906
13907 PR symtab/17602
13908 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13909 * gdb.cp/anon-ns2.cc: ... here. New file.
13910 * gdb.cp/anon-ns.exp: Update.
13911
13912 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13913
13914 * gdb.python/py-events.py (inferior_call_handler): New.
13915 (register_changed_handler, memory_changed_handler): New.
13916 (test_events.invoke): Register new handlers.
13917 * gdb.python/py-events.exp: Add tests for inferior call,
13918 memory_changed and register_changed events.
13919
13920 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13921
13922 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13923 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13924 if the linker doesn't understand this.
13925
13926 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13927
13928 * gdb.python/python.exp: Change expected reply to help().
13929
13930 2014-12-01 Yao Qi <yao@codesourcery.com>
13931
13932 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13933 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13934 * configure: Re-generated.
13935
13936 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13937
13938 * gdb.cp/chained-calls.cc: New file.
13939 * gdb.cp/chained-calls.exp: New file.
13940 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13941
13942 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13943
13944 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13945 * gdb.dwarf2/symtab-producer.exp: Same.
13946 * gdb.gdb/python-interrupts.exp: Same.
13947 * gdb.gdb/python-selftest.exp: Same.
13948 * gdb.python/py-linetable.exp: Same.
13949 * gdb.python/py-type.exp: Same.
13950 * gdb.python/py-value-cc.exp: Same.
13951 * gdb.python/py-value.exp: Same.
13952
13953 2014-11-28 Yao Qi <yao@codesourcery.com>
13954
13955 * gdb.base/break-probes.exp: Match library name prefixed with
13956 sysroot.
13957
13958 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13959
13960 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13961 test expected output. Add parentheses for the call to print.
13962 Remove L suffix from integers.
13963
13964 2014-11-26 Doug Evans <dje@google.com>
13965
13966 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13967
13968 2014-11-22 Yao Qi <yao@codesourcery.com>
13969
13970 * gdb.trace/entry-values.c: Remove asms.
13971 (foo): Add foo_label.
13972 (bar): Add bar_label.
13973 * gdb.trace/entry-values.exp: Remove code computing foo's
13974 length and bar's length.
13975 (Dwarf::assemble): Invoke function_range for bar and use
13976 MACRO_AT_func for foo.
13977
13978 2014-11-22 Yao Qi <yao@codesourcery.com>
13979
13980 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13981 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13982 Use .Lgcc43_procstart instead of gcc43.
13983
13984 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13985
13986 * gdb.ada/n_arr_bound: New testcase.
13987
13988 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13989
13990 PR breakpoints/10737
13991 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13992 test_catch_syscall_multi_arch.
13993 (test_catch_syscall_multi_arch): New function.
13994
13995 2014-11-20 Doug Evans <xdje42@gmail.com>
13996
13997 * gdb.base/maint.exp: Update expected output.
13998
13999 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14000
14001 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14002 4-byte instruction on S390.
14003
14004 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14005
14006 * gdb.ada/arr_arr: New testcase.
14007
14008 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14009
14010 * gdb.ada/pkd_arr_elem: New Testcase.
14011
14012 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14013
14014 * gdb.reverse/break-precsave: Expect completion message for
14015 core file reads.
14016 * gdb.reverse/consecutive-precsave.exp: Likewise.
14017 * gdb.reverse/finish-precsave.exp: Likewise.
14018 * gdb.reverse/i386-precsave.exp: Likewise.
14019 * gdb.reverse/machinestate-precsave.exp: Likewise.
14020 * gdb.reverse/sigall-precsave.exp: Likewise.
14021 * gdb.reverse/solib-precsave.exp: Likewise.
14022 * gdb.reverse/step-precsave.exp: Likewise.
14023 * gdb.reverse/until-precsave.exp: Likewise.
14024 * gdb.reverse/watch-precsave.exp: Likewise.
14025
14026 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14027
14028 * gdb.base/bp-permanent.c: Include unistd.h.
14029 * gdb.python/py-framefilter-mi.c (main): Add return type.
14030 * gdb.python/py-framefilter.c (main): Likewise.
14031 * gdb.trace/actions-changed.c (main): Likewise.
14032
14033 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14034
14035 * gdb.mi/until.c: Add eye-catchers.
14036 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14037 line numbers.
14038
14039 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14040
14041 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14042 function header variants in break1.c.
14043 * gdb.base/ena-dis-br.exp: Likewise.
14044 * gdb.base/hbreak2.exp: Likewise.
14045 * gdb.reverse/until-precsave.exp: Drop references to removed
14046 non-prototype function header variants in ur1.c.
14047 * gdb.reverse/until-reverse.exp: Likewise.
14048
14049 2014-11-17 Petr Machata <pmachata@redhat.com>
14050
14051 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14052 ${_cu_offset_size} bytes abbrev offset.
14053
14054 2014-11-15 Doug Evans <xdje42@gmail.com>
14055
14056 PR symtab/17559
14057 * gdb.base/line-symtabs.exp: New file.
14058 * gdb.base/line-symtabs.c: New file.
14059 * gdb.base/line-symtabs.h: New file.
14060
14061 2014-11-14 Yao Qi <yao@codesourcery.com>
14062
14063 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14064 (func): Add label func_label.
14065 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14066 Replace low_pc and high_pc with MACRO_AT_range.
14067 Replace name, low_pc and high_pc with MACRO_AT_func.
14068
14069 2014-11-14 Yao Qi <yao@codesourcery.com>
14070
14071 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14072 Replace name, low_pc and high_pc with MACRO_AT_func.
14073
14074 2014-11-14 Yao Qi <yao@codesourcery.com>
14075
14076 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14077 produce debug information.
14078 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14079
14080 2014-11-14 Yao Qi <yao@codesourcery.com>
14081
14082 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14083 object and get function length.
14084 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14085 with MACRO_AT_func.
14086 (top-level): Replace gdb_compile and clean_restart with
14087 prepare_for_testing.
14088 * gdb.dwarf2/main.c (main): Add label main_label.
14089
14090 2014-11-14 Yao Qi <yao@codesourcery.com>
14091
14092 * lib/dwarf.exp (function_range): New procedure.
14093 (Dwarf::_handle_macro_at_func): New procedure.
14094 (Dwarf::_handle_macro_at_range): New procedure.
14095 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14096
14097 2014-11-14 Yao Qi <yao@codesourcery.com>
14098
14099 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14100 (_handle_attribute): New procedure.
14101
14102 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14103
14104 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14105 * gdb.base/call-sc.c (zed): Likewise.
14106 * gdb.base/checkpoint.c (main): Likewise.
14107 * gdb.base/dump.c (main): Likewise.
14108 * gdb.base/gcore.c (main): Likewise.
14109 * gdb.base/huge.c (main): Likewise.
14110 * gdb.base/multi-forks.c (main): Likewise.
14111 * gdb.base/pr10179-a.c (main): Likewise.
14112 * gdb.base/savedregs.c (main): Likewise.
14113 * gdb.base/sigaltstack.c (main): Likewise.
14114 * gdb.base/siginfo.c (main): Likewise.
14115 * gdb.base/structs.c (zed): Likewise.
14116 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14117 * gdb.mi/mi-syn-frame.c (main): Likewise.
14118 * gdb.mi/until.c (foo, main): Likewise.
14119 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14120 * gdb.base/solib-weak.c (foo): Declare.
14121 * gdb.base/attach-twice.c: Include stdio.h.
14122 * gdb.base/weaklib1.c: Likewise.
14123 * gdb.base/weaklib2.c: Likewise.
14124 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14125 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14126 unistd.h.
14127 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14128 * gdb.mi/mi-exit-code.c: Likewise.
14129 * gdb.base/break-interp-lib.c: Include string.h.
14130 * gdb.base/coremaker.c: Likewise.
14131 * gdb.base/testenv.c: Likewise.
14132 * gdb.python/py-finish-breakpoint.c: Likewise.
14133 * gdb.base/inferior-died.c: Include sys/wait.h.
14134 * gdb.base/fileio.c: Include time.h.
14135 * gdb.base/async-shell.c: Include unistd.h.
14136 * gdb.base/dprintf-non-stop.c: Likewise.
14137 * gdb.base/info-os.c: Likewise.
14138 * gdb.mi/mi-console.c: Likewise.
14139 * gdb.mi/watch-nonstop.c: Likewise.
14140 * gdb.python/py-events.c: Likewise.
14141 * gdb.base/async.c (baz): Move up before its invocation.
14142 * gdb.base/code_elim2.c (my_global_func): Likewise.
14143 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14144 * gdb.base/advance.c (func2): Likewise.
14145
14146 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14147
14148 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14149 variant.
14150 * gdb.base/annota3.c: Likewise.
14151 * gdb.base/async.c: Likewise.
14152 * gdb.base/average.c: Likewise.
14153 * gdb.base/call-ar-st.c: Likewise.
14154 * gdb.base/call-rt-st.c: Likewise.
14155 * gdb.base/call-sc.c: Likewise.
14156 * gdb.base/call-strs.c: Likewise.
14157 * gdb.base/ending-run.c: Likewise.
14158 * gdb.base/execd-prog.c: Likewise.
14159 * gdb.base/exprs.c: Likewise.
14160 * gdb.base/foll-exec.c: Likewise.
14161 * gdb.base/foll-fork.c: Likewise.
14162 * gdb.base/foll-vfork.c: Likewise.
14163 * gdb.base/funcargs.c: Likewise.
14164 * gdb.base/gcore.c: Likewise.
14165 * gdb.base/jump.c: Likewise.
14166 * gdb.base/langs0.c: Likewise.
14167 * gdb.base/langs1.c: Likewise.
14168 * gdb.base/langs2.c: Likewise.
14169 * gdb.base/mips_pro.c: Likewise.
14170 * gdb.base/nodebug.c: Likewise.
14171 * gdb.base/opaque0.c: Likewise.
14172 * gdb.base/opaque1.c: Likewise.
14173 * gdb.base/recurse.c: Likewise.
14174 * gdb.base/run.c: Likewise.
14175 * gdb.base/scope0.c: Likewise.
14176 * gdb.base/scope1.c: Likewise.
14177 * gdb.base/setshow.c: Likewise.
14178 * gdb.base/setvar.c: Likewise.
14179 * gdb.base/shmain.c: Likewise.
14180 * gdb.base/shr1.c: Likewise.
14181 * gdb.base/shr2.c: Likewise.
14182 * gdb.base/sigall.c: Likewise.
14183 * gdb.base/signals.c: Likewise.
14184 * gdb.base/so-indr-cl.c: Likewise.
14185 * gdb.base/solib2.c: Likewise.
14186 * gdb.base/structs.c: Likewise.
14187 * gdb.base/sum.c: Likewise.
14188 * gdb.base/vforked-prog.c: Likewise.
14189 * gdb.base/watchpoint.c: Likewise.
14190 * gdb.reverse/shr2.c: Likewise.
14191 * gdb.reverse/until-reverse.c: Likewise.
14192 * gdb.reverse/ur1.c: Likewise.
14193 * gdb.reverse/watch-reverse.c: Likewise.
14194
14195 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14196
14197 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14198 variant.
14199 * gdb.base/sepdebug.exp: Drop references to removed code.
14200
14201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14202
14203 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14204 variant. Preserve original line numbering.
14205 * gdb.base/list1.c: Likewise.
14206
14207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14208
14209 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14210 variant.
14211 * gdb.base/break1.c: Likewise.
14212 * gdb.base/break.exp: Drop references to removed code.
14213
14214 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14215
14216 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14217 variant.
14218
14219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14220
14221 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14222
14223 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14224
14225 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14226 logic into perform_all_tests() and invoke it with and without
14227 function header prototypes.
14228 (do_function_calls): Remove conditional XFAIL for PR 5318.
14229 (rerun_and_prepare): Remove duplicate code.
14230 (perform_all_tests): New. Main logic moved here.
14231
14232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14233
14234 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14235 code guarded by #ifdef NO_PROTOTYPES.
14236 (t_double_many_args): Likewise.
14237 (DEF_FUNC_MANY_ARGS_1): Likewise.
14238 (DEF_FUNC_VALUES_1): Likewise.
14239 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14240 guarded by #ifdef PROTOTYPES.
14241
14242 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14243
14244 * gdb.mi/mi-console.c: Add eye-catcher.
14245 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14246 instead of literal line number.
14247
14248 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14249
14250 * gdb.base/shr2.c: Add eye-catcher.
14251 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14252 line number.
14253
14254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14255
14256 * gdb.base/jump.c: Add eye-catchers.
14257 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14258 numbers.
14259
14260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14261
14262 * gdb.base/execd-prog.c: Add eye-catchers.
14263 * gdb.base/foll-exec.c: Likewise.
14264 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14265 line numbers.
14266
14267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14268
14269 * gdb.base/ending-run.c: Add eye-catchers.
14270 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14271 literal line numbers.
14272
14273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14274
14275 * gdb.base/call-rt-st.c: Add eye-catchers.
14276 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14277 literal line numbers.
14278
14279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14280
14281 * gdb.base/call-ar-st.c: Add eye-catchers.
14282 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14283 literal line numbers.
14284
14285 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14286
14287 * gdb.base/average.c: Add eye-catchers.
14288 * gdb.base/sum.c: Likewise.
14289 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14290 regexps dynamically.
14291
14292 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14293
14294 * gdb.base/solib1.c: Add eye-catchers.
14295 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14296 literal line numbers.
14297
14298 2014-11-12 Pedro Alves <palves@redhat.com>
14299
14300 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14301 leader has exited.
14302
14303 2014-11-12 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.arch/i386-bp_permanent.c: New file.
14306 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14307 (srcfile): Set to i386-bp_permanent.c.
14308 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14309 that stepi does not execute the 'leave' instruction, instead of
14310 testing it does execute.
14311 * gdb.base/bp-permanent.c: New file.
14312 * gdb.base/bp-permanent.exp: New file.
14313
14314 2014-11-10 Doug Evans <xdje42@gmail.com>
14315
14316 PR symtab/17564
14317 * gdb.base/symtab-search-order.exp: New file.
14318 * gdb.base/symtab-search-order.c: New file.
14319 * gdb.base/symtab-search-order-1.c: New file.
14320 * gdb.base/symtab-search-order-shlib-1.c: New file.
14321
14322 2014-11-07 Pedro Alves <palves@redhat.com>
14323
14324 PR gdb/17511
14325 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14326 i?86-*-linux*.
14327
14328 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14329
14330 PR c++/17494
14331 * gdb.cp/pr17494.cc: New file.
14332 * gdb.cp/pr17494.exp: New file.
14333
14334 2014-11-02 Yao Qi <yao@codesourcery.com>
14335
14336 * gdb.python/python.exp: Get working directory and match the
14337 output of "set extended-prompt \\w " with it.
14338
14339 2014-10-30 Doug Evans <dje@google.com>
14340
14341 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14342 in objfiles.
14343 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14344 in progspaces.
14345
14346 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14347
14348 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14349 * gdb.base/realname-expand.exp: Likewise.
14350 * gdb.linespec/macro-relative.exp: Likewise.
14351
14352 2014-10-29 Pedro Alves <palves@redhat.com>
14353
14354 PR gdb/17408
14355 * gdb.threads/schedlock.c (some_function): New function.
14356 (call_function): New global.
14357 (MAYBE_CALL_SOME_FUNCTION): New macro.
14358 (thread_function): Call it.
14359 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14360 and use it instead of a global counter. Adjust all callers.
14361 (get_current_thread): Use "find current thread" for test message
14362 here rather than having all callers pass down the same string.
14363 (goto_loop): New procedure, factored out from ...
14364 (my_continue): ... this.
14365 (step_ten_loops): Change parameter from test message to command to
14366 use. Adjust.
14367 (list_count): Delete global.
14368 (check_result): New procedure, factored out from duplicate top
14369 level code.
14370 (continue tests): Wrap in with_test_prefix.
14371 (test_step): New procedure, factored out from duplicate top level
14372 code.
14373 (top level): Test "step" in combination with all scheduler-locking
14374 modes. Test "next" in combination with all scheduler-locking
14375 modes, and in combination with stepping over a function call or
14376 not.
14377 * gdb.threads/next-bp-other-thread.c: New file.
14378 * gdb.threads/next-bp-other-thread.exp: New file.
14379
14380 2014-10-29 Pedro Alves <palves@redhat.com>
14381
14382 PR python/17372
14383 * gdb.python/python.exp: Test a multi-line command that spawns
14384 interactive Python.
14385 * gdb.base/multi-line-starts-subshell.exp: New file.
14386
14387 2014-10-29 Yao Qi <yao@codesourcery.com>
14388
14389 * gdb.base/fileio.exp: Make directories on host.
14390
14391 2014-10-29 Yao Qi <yao@codesourcery.com>
14392
14393 * gdb.base/fileio.c (test_write): Close the file.
14394
14395 2014-10-28 Pedro Alves <palves@redhat.com>
14396
14397 PR gdb/12623
14398 * gdb.base/sigstep.c (no_handler): New global.
14399 (main): If 'no_handler is true, set the signal handlers to
14400 SIG_IGN.
14401 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14402 with_sw_watch and no_handler parameters. Handle them.
14403 (top level) <stepping over handler when stopped at a breakpoint
14404 test>: Add a test axis for testing with a software watchpoint, and
14405 another for testing with the signal handler set to SIG_IGN.
14406 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14407 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14408
14409 2014-10-28 Pedro Alves <palves@redhat.com>
14410
14411 PR gdb/17511
14412 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14413 * gdb.base/sigstep.exp (other_handler_location): New global.
14414 (advance): Support stepping into the signal handler, and running
14415 commands while in the handler.
14416 (in_handler_map): New global.
14417 (top level): In the advance test, add combinations for getting
14418 into the handler with stepping commands, and for running commands
14419 in the handler. Add comment descripting the advancei tests.
14420
14421 2014-10-28 Pedro Alves <palves@redhat.com>
14422
14423 * gdb.base/sigstep.exp: Use build_executable instead of
14424 prepare_for_testing.
14425 (top level): Move code that starts GDB, runs to main and creates a
14426 display to ...
14427 (restart): ... this new procedure.
14428 (top level): Move backtrace from signal handler test to ...
14429 (validate_backtrace): ... this new procedure.
14430 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14431 with_test_prefix. Always restart GDB.
14432 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14433 with_test_prefix. Always restart GDB. No need to delete
14434 breakpoints after the test.
14435 (test_skip_handler): Remove prefix parameter.
14436 (skip_over_handler, breakpoint_to_handler)
14437 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14438 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14439 restart GDB. No need to delete breakpoints after the test.
14440 (top level): Use foreach to call the test procedures with
14441 different commands.
14442
14443 2014-10-28 Pedro Alves <palves@redhat.com>
14444
14445 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14446 instead of GNATS numbers.
14447 * gdb.base/sigbpt.exp: Likewise.
14448 * gdb.base/siginfo.exp: Likewise.
14449 * gdb.base/sigstep.exp: Likewise.
14450
14451 2014-10-27 Pedro Alves <palves@redhat.com>
14452
14453 * gdb.base/sigstep.c (dummy): New global.
14454 (main): Issue a couple writes to the new global.
14455 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14456 procedures.
14457 (skip_over_handler): Use test_skip_handler.
14458 (top level): Call skip_over_handler for stepi and nexti too.
14459 (breakpoint_over_handler): Use test_skip_handler.
14460 (top level): Call breakpoint_over_handler for stepi and nexti too.
14461
14462 2014-10-27 Yao Qi <yao@codesourcery.com>
14463
14464 * gdb.trace/tfile.c (adjust_function_address)
14465 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14466 function descriptor.
14467
14468 2014-10-24 Don Breazeal <donb@codesourcery.com>
14469
14470 * gdb.base/foll-fork.exp (test_follow_fork,
14471 catch_fork_child_follow): Check for updated fork messages emitted
14472 from infrun.c.
14473 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14474 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14475 vfork_and_exec_child_follow_through_step): Check for updated vfork
14476 messages emitted from infrun.c.
14477
14478 2014-10-24 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.base/corefile.exp: Remove references to ultrix.
14481 * gdb.base/interrupt.exp: Likewise.
14482 * gdb.base/whatis.exp: Likewise.
14483 * gdb.gdb/selftest.exp: Likewise.
14484 * gdb.threads/manythreads.exp: Likewise.
14485 * gdb.threads/print-threads.exp: Likewise.
14486 * gdb.threads/pthreads.exp:: Likewise.
14487 * gdb.threads/schedlock.exp: Likewise.
14488
14489 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14490
14491 * gdb.cp/non-trivial-retval.cc: Add a test case.
14492 * gdb.cp/non-trivial-retval.exp: Add a test.
14493
14494 2014-10-20 Yao Qi <yao@codesourcery.com>
14495
14496 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14497 * gdb.python/py-objfile-script-gdb.py: New file.
14498 * gdb.python/py-objfile-script.exp: Update reference to
14499 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14500 of remote_download. Remove the dest file.
14501
14502 2014-10-20 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14505 * gdb.base/step-line.exp: Likewise.
14506 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14507 * gdb.dwarf2/dw2-basic.exp: Likewise.
14508 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14509 * gdb.dwarf2/dw2-filename.exp: Likewise.
14510 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14511 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14512 * gdb.dwarf2/dw2-producer.exp: Likewise.
14513 * gdb.dwarf2/mac-fileno.exp: Likewise.
14514 * gdb.python/py-frame-args.exp: Likewise.
14515 * gdb.python/py-framefilter.exp: Likewise.
14516 * gdb.python/py-mi.exp: Likewise.
14517 * gdb.python/py-objfile-script.exp: Likewise
14518 * gdb.python/py-pp-integral.exp: Likewise.
14519 * gdb.python/py-pp-re-notag.exp: Likewise.
14520 * gdb.python/py-prettyprint.exp: Likewise.
14521 * gdb.python/py-section-script.exp: Likewise.
14522 * gdb.python/py-typeprint.exp: Likewise.
14523 * gdb.python/py-xmethods.exp: Likewise.
14524 * gdb.stabs/weird.exp: Likewise.
14525 * gdb.xml/tdesc-regs.exp: Likewise.
14526
14527 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14528
14529 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14530 (out_cu): Use addr_len for the size of addresses.
14531 (out_line): Likewise. Size DW_LNE_set_address instruction
14532 according to addr_len.
14533 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14534 (FUNC): Add START_INSNS to definition.
14535
14536 2014-10-18 Yao Qi <yao@codesourcery.com>
14537
14538 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14539 gdb_has_argv0 return true.
14540 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14541 check [target_info exists noargs], check [gdb_has_argv0]
14542 instead.
14543 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14544 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14545 procedures.
14546
14547 2014-10-17 Doug Evans <dje@google.com>
14548
14549 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14550 event.
14551 * gdb.python/py-events.py: Add clear_objfiles event.
14552
14553 2014-10-17 Doug Evans <dje@google.com>
14554
14555 * gdb.python/py-objfile.exp: Test progspace attribute.
14556
14557 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14558
14559 * gdb.guile/scm-breakpoint.exp: Do not assume any
14560 directory separators when matching source file paths.
14561 * gdb.python/py-breakpoint.exp: Likewise.
14562 * gdb.reverse/break-precsave.exp: Likewise.
14563 * gdb.reverse/break-reverse.exp: Likewise.
14564 * gdb.reverse/consecutive-precsave.exp: Likewise.
14565 * gdb.reverse/finish-precsave.exp: Likewise.
14566 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14567 * gdb.reverse/finish-reverse.exp: Likewise.
14568 * gdb.reverse/i386-precsave.exp: Likewise.
14569 * gdb.reverse/i387-env-reverse.exp: Likewise.
14570 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14571 * gdb.reverse/machinestate-precsave.exp: Likewise.
14572 * gdb.reverse/machinestate.exp: Likewise.
14573 * gdb.reverse/sigall-precsave.exp: Likewise.
14574 * gdb.reverse/solib-precsave.exp: Likewise.
14575 * gdb.reverse/step-precsave.exp: Likewise.
14576 * gdb.reverse/until-precsave.exp: Likewise.
14577 * gdb.reverse/watch-precsave.exp: Likewise.
14578 * gdb.reverse/watch-reverse.exp: Likewise.
14579
14580 2014-10-17 Yao Qi <yao@codesourcery.com>
14581
14582 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14583 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14584
14585 2014-10-17 Pedro Alves <palves@redhat.com>
14586
14587 PR gdb/17471
14588 * gdb.base/bg-execution-repeat.c: New file.
14589 * gdb.base/bg-execution-repeat.exp: New file.
14590
14591 2014-10-17 Pedro Alves <palves@redhat.com>
14592
14593 PR gdb/17300
14594 * gdb.base/continue-all-already-running.c: New file.
14595 * gdb.base/continue-all-already-running.exp: New file.
14596
14597 2014-10-17 Pedro Alves <palves@redhat.com>
14598
14599 PR gdb/17472
14600 * gdb.base/annota-input-while-running.c: New file.
14601 * gdb.base/annota-input-while-running.exp: New file.
14602
14603 2014-10-17 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.base/callfuncs.exp: emove references to osf.
14606 * gdb.base/sigall.exp: Likewise.
14607 * gdb.gdb/selftest.exp: Likewise.
14608 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14609 * gdb.mi/non-stop.c: Likewise.
14610 * gdb.mi/pthreads.c: Likewise.
14611 * gdb.reverse/sigall-precsave.exp: Likewise.
14612 * gdb.reverse/sigall-reverse.exp: Likewise.
14613 * gdb.threads/pthreads.c: Likewise.
14614 * gdb.threads/pthreads.exp: Likewise.
14615
14616 2014-10-17 Yao Qi <yao@codesourcery.com>
14617
14618 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14619 check 'target_info exists noargs'.
14620 (test_command_prompt_position): Likewise.
14621 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14622 Remove "set args".
14623 (progvar_simple_while_test): Likewise.
14624 (progvar_complex_if_while_test): Likewise.
14625 (if_while_breakpoint_command_test): Likewise.
14626 (infrun_breakpoint_command_test): Likewise.
14627 (breakpoint_command_test): Likewise.
14628 (watchpoint_command_test): Likewise.
14629 (bp_deleted_in_command_test): Likewise.
14630 (temporary_breakpoint_commands): Likewise.
14631
14632 2014-10-16 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.base/remotetimeout.exp: Remove noargs checking.
14635
14636 2014-10-15 Pedro Alves <palves@redhat.com>
14637
14638 PR breakpoints/9649
14639 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14640 * gdb.base/breakpoint-in-ro-region.exp
14641 (probe_target_hardware_step): New procedure.
14642 (top level): Probe hardware stepping and hardware breakpoint
14643 support. Test stepping through a read-only region, with both
14644 "breakpoint auto-hw" on and off and both "always-inserted" on and
14645 off.
14646
14647 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14648
14649 * gdb.dlang/demangle.exp: Update for demangling changes.
14650
14651 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14652
14653 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14654 * gdb.cp/non-trivial-retval.exp: Add new tests.
14655
14656 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14657
14658 PR c++/13403
14659 PR c++/15154
14660 * gdb.cp/non-trivial-retval.cc: New file.
14661 * gdb.cp/non-trivial-retval.exp: New file.
14662
14663 2014-10-15 Yao Qi <yao@codesourcery.com>
14664
14665 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14666 remote host.
14667
14668 2014-10-15 Yao Qi <yao@codesourcery.com>
14669
14670 * gdb.python/py-symbol.exp: Match file base name if host is
14671 remote, otherwise match file name with dir name.
14672 * gdb.python/py-symtab.exp: Likewise.
14673 * gdb.python/python.exp: Likewise.
14674
14675 2014-10-15 Yao Qi <yao@codesourcery.com>
14676
14677 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14678 pattern.
14679 * gdb.python/py-symtab.exp: Likewise.
14680 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14681 locationn.
14682
14683 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14684
14685 * gdb.ada/addr_arith: New testcase.
14686
14687 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14688
14689 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14690 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14691 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14692 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14693
14694 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14695
14696 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14697 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14698 * gdb.arch/stap-eval-lang-ada.exp: New file.
14699
14700 2014-10-14 Yao Qi <yao@codesourcery.com>
14701
14702 * gdb.mi/mi-var-child.c (nothing1): New function.
14703 (nothing2): New function.
14704 (do_children_tests): Set function pointers by nothing1 and
14705 nothing2.
14706 * gdb.mi/mi-var-child.exp: Step over new added statements.
14707 Update test to match the new output.
14708 * gdb.mi/var-cmd.c (nothing1): New function.
14709 (nothing2): New function.
14710 (do_children_tests): Set function pointers by nothing1 and
14711 nothing2.
14712 * gdb.mi/mi-var-display.exp: Update test to match output.
14713 Step to the line specified by $line_dct_nothing.
14714 Increase the number of lines to step.
14715
14716 2014-10-14 Yao Qi <yao@codesourcery.com>
14717
14718 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14719 tests.
14720 * gdb.mi/mi2-var-child.exp: Likewise.
14721
14722 2014-10-13 Doug Evans <dje@google.com>
14723
14724 * gdb.python/py-objfile.exp: Change name of file name test.
14725
14726 2014-10-13 Doug Evans <dje@google.com>
14727
14728 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14729 from the start of the CU.
14730
14731 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14732 Yao Qi <yao@codesourcery.com>
14733
14734 Fix "save breakpoints" for "catch" command.
14735 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14736 Remove -nonewline. Match also the added "main" line.
14737
14738 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 Fix "save breakpoints" for "disable $bpnum" command.
14741 * gdb.base/save-bp.c (main): Add label.
14742 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14743
14744 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14745
14746 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14747
14748 2014-10-11 Yao Qi <yao@codesourcery.com>
14749
14750 * gdb.server/server-kill.exp: Execute command
14751 "set remote trace-status-packet on" before "tstatus".
14752
14753 2014-10-11 Yao Qi <yao@codesourcery.com>
14754
14755 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14756 (main): Call getppid.
14757 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14758 and continue to it. Read variable "server_pid".
14759
14760 2014-10-11 Yao Qi <yao@codesourcery.com>
14761
14762 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14763
14764 2014-10-11 Yao Qi <yao@codesourcery.com>
14765
14766 * gdb.threads/thread-find.exp: Don't execute command
14767 "info threads".
14768 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14769 * gdb.threads/linux-dp.exp: Don't check the condition
14770 $threads_created equals to zero.
14771
14772 2014-10-10 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/bigcore.exp: Remove references to IRIX.
14775 * gdb.base/funcargs.exp: Likewise.
14776 * gdb.base/interrupt.exp: Likewise.
14777 * gdb.base/mips_pro.exp: Likewise.
14778 * gdb.base/nodebug.exp: Likewise.
14779 * gdb.base/setvar.exp: Likewise.
14780 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14781
14782 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14783 Pedro Alves <palves@redhat.com>
14784
14785 PR symtab/14466
14786 * gdb.base/vdso-warning.c: New file.
14787 * gdb.base/vdso-warning.exp: New file.
14788
14789 2014-10-02 Doug Evans <dje@google.com>
14790
14791 * gdb.base/structs.c (main): Don't run forever.
14792
14793 2014-10-02 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14796 (top level) <stop threads 1, stop threads 2>: Use it.
14797
14798 2014-10-02 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.threads/break-while-running.exp (test): Add new
14801 'update_thread_list' argument. Skip "info threads" if false.
14802 (top level): Add new 'update_thread_list' axis.
14803
14804 2014-10-02 Pedro Alves <palves@redhat.com>
14805
14806 PR breakpoints/17431
14807 * gdb.base/execl-update-breakpoints.c: New file.
14808 * gdb.base/execl-update-breakpoints.exp: New file.
14809
14810 2014-10-01 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/breakpoint-in-ro-region.c: New file.
14813 * gdb.base/breakpoint-in-ro-region.exp: New file.
14814
14815 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14816
14817 * gdb.mi/mi-exit-code.exp: New file.
14818 * gdb.mi/mi-exit-code.c: New file.
14819
14820 2014-09-30 Yao Qi <yao@codesourcery.com>
14821
14822 * lib/prelink-support.exp (build_executable_own_libs): Error if
14823 the target isn't native.
14824
14825 2014-09-30 Yao Qi <yao@codesourcery.com>
14826
14827 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14828 false.
14829
14830 2014-09-22 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.threads/break-while-running.exp: New file.
14833 * gdb.threads/break-while-running.c: New file.
14834
14835 2014-09-19 Yao Qi <yao@codesourcery.com>
14836
14837 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14838 Invoke test. Restart GDB with --readnow and invoke test again.
14839
14840 2014-09-19 Yao Qi <yao@codesourcery.com>
14841
14842 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14843 proc set_breakpoint_on_gcd_function. Invoke
14844 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14845 invoke set_breakpoint_on_gcd_function again.
14846
14847 2014-09-18 Doug Evans <dje@google.com>
14848
14849 * gdb.dwarf2/symtab-producer.exp: New file.
14850
14851 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14852
14853 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14854 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14855 * gdb.base/global-var-nested-by-dso.c: Likewise.
14856 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14857
14858 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14859 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/watch-bitfields.exp: Pass string other than test file
14862 name to prepare_for_testing.
14863 (watch): New procedure.
14864 (expect_watchpoint): Use with_test_prefix.
14865 (top level): Factor out tests to ...
14866 (test_watch_location, test_regular_watch): ... these new
14867 procedures, and use with_test_prefix and gdb_continue_to_end.
14868
14869 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14870
14871 PR breakpoints/12526
14872 * gdb.base/watch-bitfields.exp: New file.
14873 * gdb.base/watch-bitfields.c: New file.
14874
14875 2014-09-16 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14878 software and hardware addresses, not software address against
14879 itself.
14880
14881 2014-09-16 Pedro Alves <palves@redhat.com>
14882
14883 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14884 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14885
14886 2014-09-16 Pedro Alves <palves@redhat.com>
14887
14888 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14889 files.
14890 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14891 "*-*-vxworks*" throughout.
14892 * gdb.base/break.exp: Likewise.
14893 * gdb.base/default.exp: Likewise.
14894 * gdb.base/scope.exp: Likewise.
14895 * gdb.base/sepdebug.exp: Likewise.
14896 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14897 throughout.
14898 * gdb.base/run.c: Likewise.
14899 * gdb.base/sepdebug.c: Likewise.
14900 * gdb.hp/gdb.aCC/run.c: Likewise.
14901 * gdb.reverse/until-reverse.c: Likewise.
14902 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14903
14904 2014-09-16 Yao Qi <yao@codesourcery.com>
14905
14906 * boards/local-remote-host-native.exp: New file.
14907
14908 2014-09-14 Doug Evans <xdje42@gmail.com>
14909
14910 * gdb.threads/queue-signal.c (thread_count): New variable.
14911 (thread_count_mutex, thread_count_condvar): New variables.
14912 (incr_thread_count, wait_all_threads_running): New functions.
14913 (main): Wait for all threads to be in their thread functions.
14914
14915 2014-09-13 Doug Evans <xdje42@gmail.com>
14916
14917 * gdb.threads/queue-signal.c: New file.
14918 * gdb.threads/queue-signal.exp: New file.
14919
14920 2014-09-13 Doug Evans <xdje42@gmail.com>
14921
14922 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14923 be consistent with what default_gdb_init uses.
14924 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14925 the plain text of the prompt. Add some logging printfs.
14926 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14927
14928 2014-09-12 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14931 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14932 * gdb.arch/i386-size-overlap.exp: Likewise.
14933 * gdb.arch/i386-size.exp: Likewise.
14934 * gdb.arch/i386-unwind.exp: Likewise.
14935 * gdb.base/a2-run.exp: Likewise.
14936 * gdb.base/break.exp: Likewise.
14937 * gdb.base/charset.exp: Likewise.
14938 * gdb.base/chng-syms.exp: Likewise.
14939 * gdb.base/commands.exp: Likewise.
14940 * gdb.base/dbx.exp: Likewise.
14941 * gdb.base/find.exp: Likewise.
14942 * gdb.base/funcargs.exp: Likewise.
14943 * gdb.base/jit-simple.exp: Likewise.
14944 * gdb.base/reread.exp: Likewise.
14945 * gdb.base/sepdebug.exp: Likewise.
14946 * gdb.base/step-bt.exp: Likewise.
14947 * gdb.cp/mb-inline.exp: Likewise.
14948 * gdb.cp/mb-templates.exp: Likewise.
14949 * gdb.objc/basicclass.exp: Likewise.
14950 * gdb.threads/killed.exp: Likewise.
14951
14952 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14953
14954 PR tdep/17379
14955 * gdb.arch/powerpc-stackless.S: New file.
14956 * gdb.arch/powerpc-stackless.exp: New file.
14957
14958 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14959
14960 * gdb.base/attach.c: Include unistd.h.
14961 (main): Call alarm. Add label postloop.
14962 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14963 gdb_breakpoint, gdb_continue_to_breakpoint.
14964 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14965
14966 2014-09-11 Pedro Alves <palves@redhat.com>
14967
14968 PR gdb/17347
14969 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14970 * gdb.base/attach.exp (test_command_line_attach_run): New
14971 procedure.
14972 (top level): Call it.
14973
14974 2014-09-11 Pedro Alves <palves@redhat.com>
14975
14976 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14977 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14978 (do_command_attach_tests): Use spawn_wait_for_attach.
14979 * gdb.base/solib-overlap.exp: Likewise.
14980 * gdb.multi/multi-attach.exp: Likewise.
14981 * gdb.python/py-prompt.exp: Likewise.
14982 * gdb.python/py-sync-interp.exp: Likewise.
14983 * gdb.server/ext-attach.exp: Likewise.
14984
14985 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14986
14987 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14988 command in testcase. Simplify testcase.
14989
14990 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14991
14992 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14993
14994 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14995
14996 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14997
14998 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14999
15000 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15001
15002 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15003
15004 * gdb.dwarf2/dynarr-ptr.c: New file.
15005 * gdb.dwarf2/dynarr-ptr.exp: New file.
15006
15007 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15008
15009 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15010 of 30 rather than hardcoding 120 for a slow test case. Take the
15011 `gdb,timeout' target setting into account for this calculation.
15012 Don't extend the timeout for the test cases that don't need it.
15013
15014 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15015
15016 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15017 a factor of 2 for a slow test case. Take the `gdb,timeout'
15018 target setting into account for this calculation.
15019 * gdb.reverse/until-precsave.exp: Increase the timeout by
15020 a factor of 15 and 3 respectively rather than adding 120
15021 for a pair of slow test cases. Take the `gdb,timeout'
15022 target setting into account for this calculation.
15023
15024 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15025
15026 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15027 timeout, don't pass one down to gdb_expect.
15028 (gdb_expect): Rework timeout selection.
15029
15030 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15031
15032 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15033 exception on timeout.
15034 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15035 (gdbserver_start_extended): Catch any `gdbserver_start' error
15036 exceptions.
15037 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15038 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15039 `gdbserver_gdb_load' error exceptions.
15040
15041 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15042
15043 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15044 120 on waiting for the TCP socket to open.
15045
15046 2014-09-09 Doug Evans <xdje42@gmail.com>
15047
15048 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15049 _caller_matches, _any_caller_is, _any_caller_matches.
15050
15051 2014-09-09 Doug Evans <xdje42@gmail.com>
15052
15053 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15054
15055 2014-09-09 Yao Qi <yao@codesourcery.com>
15056
15057 * gdb.mi/mi-var-display.exp: Set print symbol off.
15058
15059 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15060
15061 PR gdb/17035
15062 * gdb.base/commands.exp: Add tests to verify user-defined
15063 commands with empty bodies.
15064 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15065 python commands in `show user command`.
15066 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15067 scheme commands in `show user command`.
15068
15069 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15070
15071 PR python/17355
15072 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15073 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15074 * gdb.python/py-framefilter-invalidarg.exp: New file.
15075 * gdb.python/py-framefilter-invalidarg.py: New file.
15076
15077 2014-09-06 Doug Evans <xdje42@gmail.com>
15078
15079 PR 15276
15080 * gdb.python/py-caller-is.c: New file.
15081 * gdb.python/py-caller-is.exp: New file.
15082
15083 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15084
15085 PR gdb/17235
15086 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15087 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15088
15089 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15090
15091 PR fortran/17237
15092 * gdb.fortran/print-formatted.exp: New file.
15093 * gdb.fortran/print-formatted.f90: Likewise.
15094
15095 2014-09-03 Sasha Smundak <asmundak@google.com>
15096
15097 * gdb.python/py-frame.exp: Test Frame.read_register.
15098
15099 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15100
15101 PR python/16699
15102 * gdb.python/py-completion.exp: New file.
15103 * gdb.python/py-completion.py: Likewise.
15104
15105 2014-08-28 Doug Evans <dje@google.com>
15106
15107 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15108 eax,etc. are live with values set by gdb and thus the compiler can't
15109 use them.
15110 * gdb.arch/i386-pseudo.c (main): Ditto.
15111
15112 2014-08-27 Doug Evans <dje@google.com>
15113
15114 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15115
15116 2014-08-25 Doug Evans <dje@google.com>
15117
15118 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15119 (main): Ditto.
15120
15121 2014-08-25 Doug Evans <dje@google.com>
15122
15123 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15124
15125 2014-08-24 Yao Qi <yao@codesourcery.com>
15126
15127 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15128 symbol off.
15129 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15130
15131 2014-08-22 Doug Evans <dje@google.com>
15132
15133 PR 17276
15134 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15135 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15136 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15137
15138 2014-08-22 Yao Qi <yao@codesourcery.com>
15139
15140 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15141 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15142 * gdb.python/python.exp: Likewise. Use .py file on the host
15143 instead of the build.
15144
15145 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15146
15147 * gdb.threads/gcore-stale-thread.c: New file.
15148 * gdb.threads/gcore-stale-thread.exp: New file.
15149
15150 2014-08-21 Pedro Alves <palves@redhat.com>
15151
15152 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15153 * gdb.base/gcore-relro-pie.exp: Likewise.
15154 * gdb.base/gcore-relro.exp: Likewise.
15155 * gdb.base/gcore.exp: Likewise.
15156 * gdb.base/print-symbol-loading.exp: Likewise.
15157 * gdb.threads/gcore-thread.exp: Likewise.
15158 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15159
15160 2014-08-20 Pedro Alves <palves@redhat.com>
15161 Jan Kratochvil <jan.kratochvil@redhat.com>
15162
15163 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15164 configure.
15165 (EXPECT): Handle READ1 being set.
15166 (all): Depend on EXTRA_RULES.
15167 (check-read1, expect-read1, read1.so, read1): New rules.
15168 * README (Testsuite Parameters): Document the READ1 make variable.
15169 (Race detection): New section.
15170 * configure: Regenerate.
15171 * configure.ac: If build==host==target, and running under a
15172 GNU/glibc system, add read1 to the extra Makefile rules.
15173 (EXTRA_RULES): AC_SUBST it.
15174 * lib/read1.c: New file.
15175
15176 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15177
15178 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15179 the handling of variables declared as a typedef to an array
15180 which a DW_AT_data_location attribute.
15181
15182 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15183 Pedro Alves <palves@redhat.com>
15184
15185 PR symtab/14604
15186 PR symtab/14605
15187 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15188 gdb_test.
15189
15190 2014-08-19 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15193
15194 2014-08-19 Yao Qi <yao@codesourcery.com>
15195
15196 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15197 right line.
15198
15199 2014-08-18 David Blaikie <dblaikie@gmail.com>
15200
15201 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15202
15203 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15204
15205 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15206 attribute in array range.
15207
15208 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15209
15210 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15211
15212 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15213
15214 PR c++/17132
15215 * gdb.cp/pr17132.cc: New file.
15216 * gdb.cp/pr17132.exp: New file.
15217
15218 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15219
15220 * gdb.python/py-xmethods.py (A_getarrayind)
15221 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15222 Use 'print' with function call syntax.
15223 (E_method_matcher.match): Fix tab vs space indentation mixup.
15224
15225 2014-08-15 Yao Qi <yao@codesourcery.com>
15226
15227 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15228 false.
15229
15230 2014-08-15 Yao Qi <yao@codesourcery.com>
15231
15232 * gdb.cp/casts.exp: Set print symbol off.
15233 * gdb.cp/class2.exp: Likewise.
15234 * gdb.cp/overload.exp: Likewise.
15235 * gdb.cp/templates.exp: Likewise.
15236
15237 2014-08-11 Doug Evans <dje@google.com>
15238
15239 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15240 (test_load_shlib): Update.
15241
15242 2014-08-09 Yao Qi <yao@codesourcery.com>
15243
15244 * gdb.base/display.exp: Invoke is_address_zero_readable.
15245 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15246 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15247 * gdb.base/hbreak-unmapped.exp: Return if
15248 is_address_zero_readable returns true.
15249 * gdb.base/signest.exp: Likewise.
15250 * gdb.base/signull.exp: Likewise.
15251 * gdb.base/sigbpt.exp: Likewise.
15252 * gdb.guile/scm-disasm.exp: Do the test if
15253 is_address_zero_readable returns false.
15254 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15255 * gdb.python/py-arch.exp: Likewise.
15256 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15257 * lib/gdb.exp (is_address_zero_readable): New proc.
15258
15259 2014-08-09 Yao Qi <yao@codesourcery.com>
15260
15261 PR testsuite/13443
15262 * gdb.mi/mi-var-display.exp: Make test messages unique.
15263
15264 2014-08-04 Tom Tromey <tromey@redhat.com>
15265
15266 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15267 target 0".
15268
15269 2014-08-04 Tom Tromey <tromey@redhat.com>
15270
15271 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15272 "target_resume".
15273
15274 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15275
15276 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15277 inner_vla_struct_object_size.
15278 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15279 as xfail.
15280
15281 2014-07-30 Pedro Alves <palves@redhat.com>
15282
15283 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15284 comment.
15285
15286 2014-07-29 Yao Qi <yao@codesourcery.com>
15287
15288 PR gdb/17206
15289 * gdb.base/until-nodebug.exp: New.
15290
15291 2014-07-28 Doug Evans <xdje42@gmail.com>
15292
15293 PR guile/17203
15294 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15295 previously existing parameter, and previously ambiguously spelled
15296 parameter.
15297
15298 2014-07-28 Will Newton <will.newton@linaro.org>
15299
15300 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15301
15302 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15303 Doug Evans <xdje42@gmail.com>
15304
15305 PR guile/17146
15306 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15307
15308 2014-07-25 Pedro Alves <palves@redhat.com>
15309
15310 * gdb.threads/signal-command-handle-nopass.c: New file.
15311 * gdb.threads/signal-command-handle-nopass.exp: New file.
15312 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15313 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15314 * gdb.threads/signal-delivered-right-thread.c: New file.
15315 * gdb.threads/signal-delivered-right-thread.exp: New file.
15316
15317 2014-07-25 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.base/double-prompt-target-event-error.exp
15320 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15321 match.
15322 (cancel_pagination_in_target_event): Rework double prompt
15323 detection.
15324 * gdb.base/paginate-after-ctrl-c-running.exp
15325 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15326 <return>' match.
15327 * gdb.base/paginate-bg-execution.exp
15328 (test_bg_execution_pagination_return)
15329 (test_bg_execution_pagination_cancel): Remove '-notransfer
15330 <return>' matches.
15331 * gdb.base/paginate-execution-startup.exp
15332 (test_fg_execution_pagination_return)
15333 (test_fg_execution_pagination_cancel): Remove '-notransfer
15334 <return>' matches.
15335 * gdb.base/paginate-inferior-exit.exp
15336 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15337 match.
15338 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15339 * lib/gdb.exp (pagination_prompt): Run text through
15340 string_to_regexp.
15341 (gdb_test_multiple): Match $pagination_prompt instead of
15342 "<return>".
15343 (string_to_regexp): Move to lib/gdb-utils.exp.
15344
15345 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15346
15347 * gdb.arch/amd64-entry-value-paramref.S: New file.
15348 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15349 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15350 * gdb.arch/amd64-optimout-repeat.S: New file.
15351 * gdb.arch/amd64-optimout-repeat.c: New file.
15352 * gdb.arch/amd64-optimout-repeat.exp: New file.
15353
15354 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15355
15356 PR gdb/17170
15357 * gdb.base/statistics.exp: New file.
15358
15359 2014-07-17 Doug Evans <dje@google.com>
15360
15361 PR gdb/17170
15362 * gdb.base/maint.exp: Update testing of per-command stats.
15363
15364 2014-07-16 Pedro Alves <palves@redhat.com>
15365
15366 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15367 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15368 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15369 (tfile_write_buf): New functions.
15370 (add_memory_block): Rewrite using the above.
15371 (adjust_function_address): New function.
15372 (FUNCTION_ADDRESS): New macro.
15373 (write_basic_trace_file): Remove short_x local, and use
15374 tfile_write_16. Change type of func_addr local to unsigned long
15375 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15376 here. Cast argument of add_memory_block to char pointer.
15377 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15378 (main): Remove parameters.
15379 * gdb.trace/tfile.exp: Remove nowarnings.
15380
15381 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15382
15383 * gdb.base/debug-expr.exp: Test string evaluation with
15384 "debug expression" on.
15385
15386 2014-07-15 Pedro Alves <palves@redhat.com>
15387
15388 * gdb.base/reread.exp: Use clean_restart.
15389
15390 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15391
15392 * gdb.arch/avr-flash-qualifer.c: New.
15393 * gdb.arch/avr-flash-qualifer.exp: New.
15394
15395 2014-07-14 Pedro Alves <palves@redhat.com>
15396
15397 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15398 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15399
15400 2014-07-14 Pedro Alves <palves@redhat.com>
15401
15402 * gdb.base/double-prompt-target-event-error.c: New file.
15403 * gdb.base/double-prompt-target-event-error.exp: New file.
15404
15405 2014-07-14 Pedro Alves <palves@redhat.com>
15406
15407 PR gdb/17072
15408 * gdb.base/paginate-inferior-exit.c: New file.
15409 * gdb.base/paginate-inferior-exit.exp: New file.
15410
15411 2014-07-14 Pedro Alves <palves@redhat.com>
15412
15413 PR gdb/17072
15414 * gdb.base/paginate-bg-execution.c: New file.
15415 * gdb.base/paginate-bg-execution.exp: New file.
15416
15417 2014-07-14 Pedro Alves <palves@redhat.com>
15418
15419 PR gdb/17072
15420 * gdb.base/paginate-execution-startup.c: New file.
15421 * gdb.base/paginate-execution-startup.exp: New file.
15422 * lib/gdb.exp (pagination_prompt): New global.
15423 (default_gdb_spawn): New procedure, factored out from
15424 default_gdb_spawn.
15425 (default_gdb_start): Adjust to call default_gdb_spawn.
15426 (gdb_spawn): New procedure.
15427
15428 2014-07-14 Pedro Alves <palves@redhat.com>
15429
15430 * lib/gdb.exp (gdb_assert): New procedure.
15431 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15432
15433 2014-07-14 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.base/execution-termios.c: New file.
15436 * gdb.base/execution-termios.exp: New file.
15437
15438 2014-07-14 Tom Tromey <tromey@redhat.com>
15439
15440 * gdb.cp/vla-cxx.cc: New file.
15441 * gdb.cp/vla-cxx.exp: New file.
15442
15443 2014-07-14 Tom Tromey <tromey@redhat.com>
15444
15445 * gdb.reverse/rerun-prec.c: New file.
15446 * gdb.reverse/rerun-prec.exp: New file.
15447
15448 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15449 Maciej W. Rozycki <macro@codesourcery.com>
15450
15451 * lib/gdb-utils.exp: New file.
15452 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15453 inline `gdb_init_command' processing.
15454 (gdb_start_cmd): Likewise.
15455 * lib/mi-support.exp (mi_run_cmd): Likewise.
15456 * README: Document `gdb_init_command' and `gdb_init_commands'.
15457
15458 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15459
15460 Fix false FAIL running under a very long directory name.
15461 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15462 and "set print elements 10000". Twice.
15463
15464 2014-07-11 Yao Qi <yao@codesourcery.com>
15465
15466 * gdb.base/exprs.exp: "set print symbol off".
15467
15468 2014-07-11 Pedro Alves <palves@redhat.com>
15469
15470 * gdb.threads/kill.c: New file.
15471 * gdb.threads/kill.exp: New file.
15472
15473 2014-07-10 Yao Qi <yao@codesourcery.com>
15474
15475 * gdb.trace/tfile.c (write_basic_trace_file)
15476 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15477 address written to trace file.
15478
15479 2014-07-09 Pedro Alves <palves@redhat.com>
15480
15481 * gdb.base/attach-wait-input.exp: New file.
15482 * gdb.base/attach-wait-input.c: New file.
15483
15484 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15485
15486 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15487 setting up test structures.
15488 (main): Call new test function.
15489 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15490 test function, continue into test function and walk test
15491 structures.
15492
15493 2014-07-02 Yao Qi <yao@codesourcery.com>
15494
15495 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15496 'bar_start' at the beginning of functions 'foo' and 'bar'
15497 respectively.
15498 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15499 instead of 'foo' and 'bar'.
15500
15501 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15502
15503 * gdb.btrace/segv.exp: New.
15504 * gdb.btrace/segv.c: New.
15505
15506 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15507
15508 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15509 instruction.
15510
15511 2014-06-30 Mark Wielaard <mjw@redhat.com>
15512
15513 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15514 vulture, vilify, villar): New volatile array constants.
15515 (vindictive, vegetation): New const volatile array constants.
15516 * gdb.base/volatile.exp: Test volatile and const volatile array
15517 types.
15518
15519 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15520
15521 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15522 target lacks support for awatch, rwatch, or hbreak.
15523
15524 2014-06-27 Yao Qi <yao@codesourcery.com>
15525
15526 * gdb.multi/dummy-frame-restore.exp: New.
15527 * gdb.multi/dummy-frame-restore.c: New.
15528
15529 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15530
15531 * gdb.btrace/gcore.exp: New.
15532
15533 2014-06-23 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/watchpoint-reuse-slot.c: New file.
15536 * gdb.base/watchpoint-reuse-slot.exp: New file.
15537
15538 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15539
15540 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15541 progspace's filename in 'info', 'enable' and 'disable' command
15542 tests.
15543
15544 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15545
15546 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15547 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15548 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15549
15550 2014-06-20 Gary Benson <gbenson@redhat.com>
15551
15552 * gdb.arch/i386-avx.exp: Fix include file location.
15553 * gdb.arch/i386-sse.exp: Likewise.
15554
15555 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15556
15557 * gdb.dlang/expression.exp: New file.
15558
15559 2014-06-19 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15562 out from ...
15563 (top level): ... here. Iterate running tests under different
15564 scheduler-locking settings.
15565
15566 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15567
15568 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15569 to DW_FORM_addr and use non-zero addresses.
15570
15571 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15572
15573 PR gdb/17017
15574 * gdb.python/py-xmethods.cc: Add global function call counters and
15575 increment them in their respective functions. Remove "cout"
15576 statements.
15577 * gdb.python/py-xmethods.exp: Make tests check the global function
15578 call counters instead of depending on inferior IO.
15579
15580 2014-06-18 Don Breazeal <donb@codesourcery.com>
15581
15582 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15583 Deleted procedure.
15584 (explicit_fork_parent_follow): Deleted procedure.
15585 (explicit_fork_child_follow): Deleted procedure.
15586 (test_follow_fork): New procedure.
15587 (do_fork_tests): Replace calls to deleted procedures with
15588 calls to test_follow_fork and reset GDB for subsequent
15589 procedure calls.
15590
15591 2014-06-17 Yao Qi <yao@codesourcery.com>
15592
15593 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15594 CP1252.
15595
15596 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15597
15598 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15599 Initialize ptr and S explicitly.
15600 (skip_type_update_when_not_use_rtti_test): Likewise.
15601
15602 2014-06-16 Keith Seitz <keiths@redhat.com>
15603
15604 PR mi/15863
15605 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15606 the inferior is started.
15607
15608 2014-06-16 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.base/break-main-file-remove-fail.c: New file.
15611 * gdb.base/break-main-file-remove-fail.exp: New file.
15612 * gdb.base/break-unload-file.exp: Use build_executable instead of
15613 prepare_for_testing.
15614 (test_break): New parameter "initial_load". Handle it.
15615 (top level): Add initial_load cmdline/file axis.
15616
15617 2014-06-12 Tom Tromey <tromey@redhat.com>
15618
15619 * gdb.base/completion.exp: Don't use directory name in test.
15620
15621 2014-06-09 Gary Benson <gbenson@redhat.com>
15622
15623 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15624 separate the always-available ANSI-standard signals from the
15625 signals that require checking.
15626 (main): Likewise.
15627 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15628 Likewise.
15629 (main): Likewise.
15630
15631 2014-06-07 Keith Seitz <keiths@redhat.com>
15632
15633 Revert:
15634 PR c++/16253
15635 * gdb.cp/var-tag.cc: New file.
15636 * gdb.cp/var-tag.exp: New file.
15637 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15638 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15639 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15640 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15641
15642 2014-06-06 Doug Evans <xdje42@gmail.com>
15643
15644 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15645
15646 2014-06-06 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15649 in target debug output instead of looking at RSP packets,
15650 disabling the test on any target that uses hardware stepping.
15651 Update comments.
15652
15653 2014-06-06 Pedro Alves <palves@redhat.com>
15654
15655 * gdb.base/break-unload-file.exp: Fix typo.
15656
15657 2014-06-06 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15660 from "jit_function" to "^jit_function".
15661
15662 2014-06-06 Yao Qi <yao@codesourcery.com>
15663
15664 * gdb.base/async.c (foo): Add one statement.
15665 * gdb.base/async.exp: Get the next instruction address and
15666 match the output of "nexti" by instruction address. Match
15667 the hex address in the output of "finish".
15668
15669 2014-06-06 Gary Benson <gbenson@redhat.com>
15670
15671 * gdb.base/call-signals.c: Remove preprocessor conditionals
15672 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15673 SIGSEGV and SIGTERM.
15674 * gdb.base/sigall.c: Likewise.
15675 * gdb.base/unwindonsignal.c: Likewise.
15676 * gdb.reverse/sigall-reverse.c: Likewise.
15677
15678 2014-06-06 Yao Qi <yao@codesourcery.com>
15679
15680 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15681 readable, skip the test.
15682
15683 2014-06-06 Yao Qi <yao@codesourcery.com>
15684
15685 * gdb.threads/staticthreads.c (thread_function): Move the line
15686 setting breakpoint on forward.
15687 * gdb.threads/staticthreads.exp: Update comments.
15688
15689 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15690
15691 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15692 "history-append! type error".
15693
15694 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15695
15696 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15697 erroneous dprintf expected input.
15698
15699 2014-06-04 Doug Evans <xdje42@gmail.com>
15700
15701 * gdb.guile/scm-generics.exp: Delete.
15702
15703 2014-06-04 Doug Evans <xdje42@gmail.com>
15704
15705 * gdb.guile/scm-breakpoint.exp: Update.
15706 Add tests for breakpoint registration.
15707
15708 2014-06-04 Tom Tromey <tromey@redhat.com>
15709
15710 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15711 VLA-in-union.
15712 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15713 inner_vla_struct, vla_union types. Initialize objects of those
15714 types and compute their sizes.
15715
15716 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15717 Hui Zhu <hui@codesourcery.com>
15718
15719 * gdb.base/fileio.exp: Add test for shell not available as well as
15720 available.
15721 * gdb.base/fileio.c (test_system): Check for shell twice.
15722
15723 2014-06-04 Yao Qi <yao@codesourcery.com>
15724
15725 * gdb.base/auto-connect-native-target.exp: Remove redundant
15726 space from the regexp pattern.
15727
15728 2014-06-04 Yao Qi <yao@codesourcery.com>
15729
15730 * gdb.base/default.exp: Replace "child" with "native" in
15731 regexp pattern.
15732
15733 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15734
15735 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15736 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15737 * gdb.python/py-xmethods.py: Python script supporting the
15738 new testcase and tests.
15739
15740 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15741 Pedro Alves <palves@redhat.com>
15742
15743 PR breakpoints/17000
15744 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15745 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15746
15747 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15748
15749 * gdb.base/subst.exp: Add tests to verify partial path matching
15750 output.
15751
15752 2014-06-03 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15755 target that doesn't use software single-stepping.
15756
15757 2014-06-03 Pedro Alves <palves@redhat.com>
15758
15759 PR breakpoints/17000
15760 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15761 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15762
15763 2014-06-02 Doug Evans <xdje42@gmail.com>
15764
15765 * gdb.guile/scm-parameter.exp: New file.
15766
15767 2014-06-02 Doug Evans <xdje42@gmail.com>
15768
15769 * gdb.guile/scm-cmd.c: New file.
15770 * gdb.guile/scm-cmd.exp: New file.
15771
15772 2014-06-02 Doug Evans <xdje42@gmail.com>
15773
15774 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15775 pretty-printer lookup.
15776 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15777 (make-pp_s-printer): Call it.
15778 (make-pretty-printer-from-dict): New function.
15779 (lookup-pretty-printer-maker-from-dict): New function.
15780 (*pretty-printer*): Simplify.
15781 (make-objfile-pp_s-printer): New function.
15782 (install-objfile-pretty-printers!): New function.
15783 (make-progspace-pp_s-printer): New function.
15784 (install-progspace-pretty-printers!): New function.
15785 * gdb.guile/scm-progspace.c: New file.
15786 * gdb.guile/scm-progspace.exp: New file.
15787
15788 2014-06-02 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.base/dprintf-bp-same-addr.c: New file.
15791 * gdb.base/dprintf-bp-same-addr.exp: New file.
15792
15793 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15794
15795 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15796 * gdb.arch/powerpc-power.s: Likewise.
15797
15798 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15799
15800 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15801
15802 2014-06-01 Yao Qi <yao@codesourcery.com>
15803
15804 * gdb.base/watchpoint.exp (test_watch_location): Check null
15805 pointer can be dereferenced. If not, do the test, otherwise
15806 skip it.
15807
15808 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15809
15810 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15811 results.
15812 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15813
15814 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15815
15816 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15817 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15818 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15819 * gdb.arch/amd64-invalid-stack-top.c: New file.
15820 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15821
15822 2014-05-30 Pedro Alves <palves@redhat.com>
15823
15824 PR breakpoints/17000
15825 * gdb.base/sss-bp-on-user-bp.c: New file.
15826 * gdb.base/sss-bp-on-user-bp.exp: New file.
15827
15828 2014-05-30 David Blaikie <dblaikie@gmail.com>
15829
15830 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15831 gnu_inline semantics via attribute.
15832 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15833 source explicitly specifies the required semantics.
15834
15835 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15836
15837 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15838
15839 2014-05-29 Pedro Alves <palves@redhat.com>
15840 Tom Tromey <tromey@redhat.com>
15841
15842 * gdb.base/async-shell.exp: Don't enable target-async.
15843 * gdb.base/async.exp
15844 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15845 parameter. Adjust.
15846 (top level): Don't test with "target-async".
15847 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15848 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15849 * gdb.base/inferior-died.exp: Don't enable target-async.
15850 * gdb.base/interrupt-noterm.exp: Likewise.
15851 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15852 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15853 * gdb.mi/mi-nonstop.exp: Likewise.
15854 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15855 * gdb.mi/mi-nsintrall.exp: Likewise.
15856 * gdb.mi/mi-nsmoribund.exp: Likewise.
15857 * gdb.mi/mi-nsthrexec.exp: Likewise.
15858 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15859 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15860 * gdb.python/py-evsignal.exp: Don't enable target-async.
15861 * gdb.python/py-evthreads.exp: Likewise.
15862 * gdb.python/py-prompt.exp: Likewise.
15863 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15864 * gdb.server/solib-list.exp: Don't enable target-async.
15865 * gdb.threads/thread-specific-bp.exp: Likewise.
15866 * lib/mi-support.exp: Adjust to use mi-async.
15867
15868 2014-05-29 Pedro Alves <palves@redhat.com>
15869
15870 PR gdb/13860
15871 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15872 reason, even in sync mode.
15873
15874 2014-05-29 Pedro Alves <palves@redhat.com>
15875 Hui Zhu <hui@codesourcery.com>
15876
15877 PR PR15693
15878 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15879 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15880 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15881 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15882
15883 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15884
15885 * config/monitor.exp (gdb_target_monitor): Replace use of
15886 "set remotebaud" by "set serial baud".
15887
15888 2014-05-26 Andy Wingo <wingo@igalia.com>
15889
15890 * gdb.guile/scm-breakpoint.exp:
15891 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15892 properties instead of gdb-object-properties.
15893
15894 2014-05-26 Yao Qi <yao@codesourcery.com>
15895
15896 * gdb.server/no-thread-db.exp: Specify source file name
15897 explicitly when setting a breakpoint.
15898
15899 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15900
15901 * gdb.btrace/vdso.c: New.
15902 * gdb.btrace/vdso.exp: New.
15903
15904 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15905
15906 * gdb.base/gcore.exp (capture_command_output): Move ...
15907 * lib/gdb.exp (capture_command_output): ... here.
15908
15909 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15910
15911 * gdb.btrace/data.exp: Test memory access during btrace replay.
15912
15913 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15914
15915 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15916
15917 2014-05-21 Pedro Alves <palves@redhat.com>
15918
15919 PR gdb/13860
15920 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15921 (top level): Test that output related to execution commands is
15922 sent to the console with CLI commands, but not with MI commands.
15923 Test that breakpoint events are always mirrored to the console.
15924 Also expect the new source line to be output after a "next" in
15925 async mode too. Make it a pass/fail test.
15926 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15927 output.
15928 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15929
15930 2014-05-21 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15933 Use them to test variations of "list" after reaching a breakpoint.
15934 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15935 Test "list" with listsize 10 after reaching a breakpoint.
15936 * gdb.python/python.exp (decode_line current location line
15937 number): Adjust expected line number.
15938
15939 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15940
15941 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15942 behavior for $args, pass it directly to "run".
15943
15944 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15945
15946 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15947 30000 to 65536.
15948
15949 2014-05-21 Pedro Alves <palves@redhat.com>
15950
15951 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15952 auto-connect-native-target off".
15953 * gdb.base/auto-connect-native-target.c: New file.
15954 * gdb.base/auto-connect-native-target.exp: New file.
15955
15956 2014-05-21 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/default.exp: Test "target native" instead of "target
15959 child".
15960
15961 2014-05-21 Mark Wielaard <mjw@redhat.com>
15962
15963 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15964
15965 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15966
15967 Fix TLS access for -static -pthread.
15968 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15969 <HAVE_TLS> (thread_function, main): Initialize it.
15970 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15971 Add clean_restart.
15972 <$have_tls != "">: Check TLSVAR.
15973
15974 2014-05-21 Pedro Alves <palves@redhat.com>
15975
15976 * gdb.base/dcache-line-read-error.c: New.
15977 * gdb.base/dcache-line-read-error.exp: New.
15978
15979 2014-05-20 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.base/compare-sections.c: New file.
15982 * gdb.base/compare-sections.exp: New file.
15983
15984 2014-05-20 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/break-idempotent.c: New file.
15987 * gdb.base/break-idempotent.exp: New file.
15988
15989 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15990
15991 * gdb.btrace/nohist.exp: New.
15992
15993 2014-05-20 Yao Qi <yao@codesourcery.com>
15994
15995 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15996 gdb.reverse directory and gdb_reverse_timeout exists in board
15997 setting.
15998 * README: Document gdb_reverse_timeout.
15999
16000 2014-05-20 Yao Qi <yao@codesourcery.com>
16001
16002 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16003 'test_file_name'. Treat args as a string instead of a list.
16004 (gdb_init): Rename argument 'args' by 'test_file_name'.
16005
16006 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16007
16008 * gdb.arch/powerpc-power.exp: New file.
16009 * gdb.arch/powerpc-power.s: New file.
16010
16011 2014-05-16 Doug Evans <dje@google.com>
16012
16013 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16014 * gdb.base/completion.exp: Check that all expected files exist
16015 before doing file completion.
16016
16017 2014-05-16 Doug Evans <dje@google.com>
16018
16019 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16020 Update.
16021 (do_syscall_tests_without_xml): Update.
16022
16023 2014-05-16 Pedro Alves <palves@redhat.com>
16024
16025 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16026 instead of "unknown output after running".
16027
16028 2014-05-16 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16031 file1.txt from host at the end.
16032 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16033
16034 2014-05-15 Doug Evans <dje@google.com>
16035
16036 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16037 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16038 loading file. Add test for TU lookup.
16039
16040 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16041
16042 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16043 calling "-exec-arguments" or "set args" before running the
16044 inferior.
16045
16046 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16047
16048 * lib/mi-support.exp (mi_expect_stop): Expect message for
16049 inferiors that exit with non-zero exit code.
16050
16051 2014-05-14 Yao Qi <yao@codesourcery.com>
16052
16053 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16054 match absolute path on remote host.
16055 (test_file_list_exec_source_files): Remove "/" from the
16056 pattern.
16057
16058 2014-05-14 Yao Qi <yao@codesourcery.com>
16059
16060 * boards/local-remote-host-notty.exp (${board}_file): New
16061 proc.
16062
16063 2014-05-07 Kyle McMartin <kyle@redhat.com>
16064
16065 Pushed by Joel Brobecker <brobecker@adacore.com>.
16066 * gdb.arch/aarch64-atomic-inst.c: New file.
16067 * gdb.arch/aarch64-atomic-inst.exp: New file.
16068
16069 2014-05-07 Yao Qi <yao@codesourcery.com>
16070
16071 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16072 in current context" too.
16073
16074 2014-05-05 Keith Seitz <keiths@redhat.com>
16075
16076 * gdb.linespec/ls-dollar.exp: Add test for linespec
16077 file:convenience_variable.
16078
16079 2014-05-05 Yao Qi <yao@codesourcery.com>
16080
16081 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16082 traceframes into tfile and ctf trace files. Read data from
16083 trace file and test collected data.
16084 (gdb_collect_locals_test): Likewise.
16085 (gdb_unavailable_registers_test): Likewise.
16086 (gdb_unavailable_floats): Likewise.
16087 (gdb_collect_globals_test): Likewise.
16088 (top-level): Append "ctf" to trace_file_targets if GDB
16089 supports.
16090
16091 2014-05-05 Yao Qi <yao@codesourcery.com>
16092
16093 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16094 code to ...
16095 (gdb_collect_args_test_1): ... it. New proc.
16096 (gdb_collect_locals_test): Move some code to ...
16097 (gdb_collect_locals_test_1): ... it. New proc.
16098 (gdb_unavailable_registers_test): Move some code to ...
16099 (gdb_unavailable_registers_test_1): ... it. New proc.
16100 (gdb_unavailable_floats): Move some code to ...
16101 (gdb_unavailable_floats_1): ... it. New proc.
16102
16103 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16104
16105 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16106 probes to test for bitness recognition.
16107 * gdb.arch/amd64-stap-optional-prefix.exp
16108 (test_probe_value_without_reg): New procedure.
16109 Add code to test for different kinds of bitness.
16110
16111 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16112
16113 PR breakpoints/16889
16114 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16115 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16116
16117 2014-05-01 Pedro Alves <palves@redhat.com>
16118
16119 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16120 gdb_file_cmd if no file is specified.
16121 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16122 last_loaded_file to set the remote exec-file.
16123
16124 2014-05-01 Pedro Alves <palves@redhat.com>
16125
16126 * boards/local-remote-host.exp: New file.
16127
16128 2014-05-01 Pedro Alves <palves@redhat.com>
16129
16130 * boards/local-remote-host.exp: Rename to ...
16131 * boards/local-remote-host-notty.exp: ... this.
16132
16133 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16134
16135 * gdb.ada/dyn_arrayidx: New testcase.
16136
16137 2014-04-26 Yao Qi <yao@codesourcery.com>
16138
16139 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16140 and compute the length of function main. Save it in
16141 $main_length.
16142 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16143 (top-level): Use gdb_compile to compile objects into
16144 executable and restart GDB. Remove invocation to
16145 prepare_for_testing.
16146
16147 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16148 Pedro Alves <palves@redhat.com>
16149
16150 PR server/16255
16151 * gdb.multi/multi-attach.c: New file.
16152 * gdb.multi/multi-attach.exp: New file.
16153
16154 2014-04-25 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16157 user.
16158 (top level): Test that "set remote conditional-breakpoints-packet
16159 off" works as intended.
16160 * gdb.base/dprintf.exp: Test that "set remote
16161 breakpoint-commands-packet off" works as intended.
16162 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16163 New function.
16164 (top level): Call it.
16165 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16166 remote fast-tracepoints-packet off" works as intended.
16167 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16168 * lib/gdb.exp (gdb_is_target_remote): ... here.
16169
16170 2014-04-24 David Blaikie <dblaikie@gmail.com>
16171
16172 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16173 ensure clang would not discard them.
16174 * gdb.base/gdbvars.c: Ditto.
16175 * gdb.base/memattr.c: Ditto.
16176 * gdb.base/whatis.c: Ditto.
16177 * gdb.python/py-prettyprint.c: Ditto.
16178 * gdb.trace/actions.c: Ditto.
16179 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16180 ensure clang would not discard it.
16181
16182 2014-04-24 David Blaikie <dblaikie@gmail.com>
16183
16184 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16185 clang to emit the full definition of type required by the test
16186 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16187
16188 2014-04-24 David Blaikie <dblaikie@gmail.com>
16189
16190 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16191 coax Clang into emitting the definition of the type.
16192 * gdb.cp/pr10728-x.h (y): Ditto.
16193 * gdb.cp/pr10728-y.cc (y): Ditto.
16194
16195 2014-04-24 David Blaikie <dblaikie@gmail.com>
16196
16197 * gdb.base/label.exp: XFAIL label related tests under Clang.
16198 * gdb.cp/cplabel.exp: Ditto.
16199 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16200 under Clang those using labels.
16201
16202 2014-04-25 Yao Qi <yao@codesourcery.com>
16203
16204 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16205 double_label.
16206 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16207 partial_label and double_label.
16208
16209 2014-04-24 David Blaikie <dblaikie@gmail.com>
16210
16211 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16212
16213 2014-04-24 David Blaikie <dblaikie@gmail.com>
16214
16215 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16216 of the function to work across GCC and Clang.
16217 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16218 pointer types (const void ** const V void **).
16219
16220 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16221 Walfred Tedeschi <walfred.tedeschi@intel.com>
16222
16223 * Makefile.in (EXECUTABLES): Added i386-avx512.
16224 * gdb.arch/i386-avx512.c: New file.
16225 * gdb.arch/i386-avx512.exp: Likewise.
16226
16227 2014-04-23 Keith Seitz <keiths@redhat.com>
16228
16229 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16230 (mi_make_breakpoint_table): New procedure.
16231 (mi_create_breakpoint): Use mi_make_breakpoint
16232 and return the result.
16233 (mi_make_breakpoint): New procedure.
16234 (mi_build_kv_pairs): New procedure.
16235
16236 * gdb.mi/mi-break.exp: Remove unused globals,
16237 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16238 All callers updated.
16239 * gdb.mi/mi-dprintf.exp: Use variable to track command
16240 number.
16241 Update all callers of mi_create_breakpoint and use
16242 mi_make_breakpoint_table.
16243 Remove any unused global variables.
16244 * gdb.mi/mi-nonstop.exp: Likewise.
16245 * gdb.mi/mi-nsintrall.exp: Likewise.
16246 * gdb.mi/mi-nsmoribund.exp: Likewise.
16247 * gdb.mi/mi-nsthrexec.exp: Likewise.
16248 * gdb.mi/mi-reverse.exp: Likewise.
16249 * gdb.mi/mi-simplerun.exp: Likewise.
16250 * gdb.mi/mi-stepn.exp: Likewise.
16251 * gdb.mi/mi-syn-frame.exp: Likewise.
16252 * gdb.mi/mi-until.exp: Likewise.
16253 * gdb.mi/mi-var-cp.exp: Likewise.
16254 * gdb.mi/mi-var-display.exp: Likewise.
16255 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16256 * gdb.mi/mi2-var-child.exp: Likewise.
16257 * gdb.mi/mi-vla-c99.exp: Likewise.
16258 * lib/mi-support.exp: Likewise.
16259
16260 From Ian Lance Taylor <iant@cygnus.com>:
16261 * lib/gdb.exp (parse_args): New procedure.
16262
16263 2014-04-23 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.base/break-unload-file.c: New file.
16266 * gdb.base/break-unload-file.exp: New file.
16267 * gdb.base/sym-file-lib.c (baz): New function.
16268 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16269 field.
16270 (load): Store the segment's mapped size.
16271 (unload): New function.
16272 (unload_shlib): New function.
16273 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16274 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16275 set a breakpoint at baz, and call it.
16276 * gdb.base/sym-file.exp: New tests for stale breakpoint
16277 instructions.
16278
16279 2014-04-23 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16282 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16283 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16284 * gdb.base/hbreak-unmapped.c: New file.
16285 * gdb.base/hbreak-unmapped.exp: New file.
16286 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16287 * lib/gdb.exp (gdb_is_target_remote): ... here.
16288
16289 2014-04-22 Pedro Alves <palves@redhat.com>
16290
16291 * gdb.base/consecutive-step-over.c: New file.
16292 * gdb.base/consecutive-step-over.exp: New file.
16293
16294 2014-04-22 Pedro Alves <palves@redhat.com>
16295
16296 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16297 instead of send_gdb/gdb_expect.
16298
16299 2014-04-22 Yao Qi <yao@codesourcery.com>
16300
16301 * lib/trace-support.exp (generate_tracefile): New procedure.
16302 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16303 return 0.
16304 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16305 if generate_tracefile returns 1.
16306
16307 2014-04-18 Tom Tromey <palves@redhat.com>
16308 Pedro alves <tromey@redhat.com>
16309
16310 PR backtrace/15558
16311 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16312 with a backtrace limit.
16313 * gdb.python/py-frame-inline.exp: Test running to an inline
16314 function with a backtrace limit, and printing the newest frame.
16315 * gdb.python/py-frame-inline.c (main): Call f.
16316
16317 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16318
16319 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16320
16321 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16322
16323 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16324 Drop prefix from unsupported source file path.
16325
16326 2014-04-17 Yao Qi <yao@codesourcery.com>
16327
16328 * lib/gdb.exp (with_target_charset): New proc.
16329 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16330 with_target_charset.
16331 (test_print_strings): Likewise.
16332 (test_repeat_bytes): Likewise.
16333 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16334 for some tests.
16335
16336 2014-04-16 Keith Seitz <keiths@redhat.com>
16337
16338 PR gdb/15827
16339 * gdb.dwarf2/corrupt.c: New file.
16340 * gdb.dwarf2/corrupt.exp: New file.
16341
16342 2014-04-16 Keith Seitz <keiths@redhat.com>
16343
16344 PR c++/16597
16345 * gdb.cp/namelessclass.cc: New file.
16346 * gdb.cp/namelessclass.exp: New file.
16347 * gdb.cp/namelessclass.S: New file.
16348
16349 2014-04-16 Doug Evans <dje@google.com>
16350
16351 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16352 Add comment.
16353 (gdbserver_default_get_comm_port): New function.
16354 (gdbserver_start): Check if board file provided
16355 "gdbserver,get_comm_port" and use it if so.
16356 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16357 (gdb,socketport): Set to "stdio".
16358 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16359 (stdio_gdbserver_template): Delete.
16360 (${board}_get_remote_address): Update.
16361 (${board}_build_remote_cmd): Delete.
16362 (${board}_get_comm_port): New function.
16363 (${board}_spawn): Update.
16364 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16365 Delete.
16366 (${board}_get_remote_address): Update.
16367 (${board}_get_comm_port): New function.
16368
16369 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16370
16371 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16372 appearing in any order.
16373
16374 2014-04-15 Doug Evans <dje@google.com>
16375
16376 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16377 uninitialized value of "description".
16378
16379 2014-04-15 Keith Seitz <keiths@redhat.com>
16380
16381 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16382 Remove unused globals.
16383 (test_running_the_program): Likewise.
16384 (test_controlled_execution): Likewise.
16385 (test_controlling_breakpoints): Likewise.
16386 (test_program_termination): Likewise.
16387
16388 2014-04-15 Keith Seitz <keiths@redhat.com>
16389
16390 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16391 unused globals.
16392 (test_rbreak_creation_and_listing): Likewise.
16393 (test_ignore_count): Likewise.
16394 (test_error): Likewise.
16395
16396 2014-04-15 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16399 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16400 sym-file-loader.c.
16401 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16402 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16403 to sym-file-loader.c.
16404 (struct library): Forward declare.
16405 (load_shlib, lookup_function): Change prototypes.
16406 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16407 (translate_offset): Remove declarations.
16408 (get_text_addr): New declaration.
16409 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16410 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16411 sym-file-loader.h.
16412 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16413 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16414 here from sym-file-loader.h.
16415 (struct library): New structure.
16416 (load_shlib, lookup_function): Change prototypes and adjust to
16417 work with a struct library.
16418 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16419 (translate_offset): Make static.
16420 (get_text_addr): New function.
16421 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16422
16423 2014-04-15 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16426
16427 2014-04-15 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.base/sym-file-loader.c: Include <limits.h>.
16430 (SELF_LINK): New define.
16431 (get_origin): New function.
16432 (load_shlib): Use it.
16433 * gdb.base/sym-file.exp: Don't early return if the target is
16434 remote. Use runto_main, and issue fail is that fails. Use
16435 gdb_load_shlibs.
16436 (shlib_name): Delete.
16437 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16438
16439 2014-04-15 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.base/sym-file.exp: Remove regex characters from test
16442 message. Don't refer to breakpoint numbers in test messages.
16443
16444 2014-04-14 Keith Seitz <keiths@redhat.com>
16445
16446 PR c++/16253
16447 * gdb.cp/var-tag.cc: New file.
16448 * gdb.cp/var-tag.exp: New file.
16449 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16450 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16451 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16452 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16453
16454 2014-04-14 Tom Tromey <tromey@redhat.com>
16455
16456 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16457 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16458 type.
16459 * gdb.cp/enum-class.exp: New file.
16460 * gdb.cp/enum-class.cc: New file.
16461
16462 2014-04-14 Tom Tromey <tromey@redhat.com>
16463
16464 * gdb.dwarf2/enum-type.exp: New file.
16465
16466 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16467
16468 * gdb.mi/mi-vla-c99.exp: New file.
16469 * gdb.mi/vla.c: New file.
16470
16471 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16472
16473 * gdb.base/vla-datatypes.c: New file.
16474 * gdb.base/vla-datatypes.exp: New file.
16475
16476 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16477
16478 * gdb.base/vla-ptr.c: New file.
16479 * gdb.base/vla-ptr.exp: New file.
16480
16481 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16482
16483 * gdb.dwarf2/count.exp: New file.
16484
16485 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16486
16487 * gdb.base/vla-sideeffect.c: New file.
16488 * gdb.base/vla-sideeffect.exp: New file.
16489
16490 2014-04-14 David Blaikie <dblaikie@gmail.com>
16491
16492 * gdb.mi/non-stop.c: Add return value for non-void function return
16493 statement.
16494 * gdb.threads/staticthreads.c: Ditto.
16495
16496 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16497 Doug Evans <xdje42@gmail.com>
16498
16499 * gdb.guile/scm-value.c: Improve test case.
16500 * gdb.guile/scm-value.exp: Add new test.
16501
16502 2014-04-11 David Blaikie <dblaikie@gmail.com>
16503
16504 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16505 override Clang's default.
16506
16507 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16508
16509 Revert the following changes (regressions):
16510
16511 * gdb.base/vla-sideeffect.c: New file.
16512 * gdb.base/vla-sideeffect.exp: New file.
16513
16514 * gdb.dwarf2/count.exp: New file.
16515
16516 * gdb.base/vla-multi.c: New file.
16517 * gdb.base/vla-multi.exp: New file.
16518
16519 * gdb.base/vla-ptr.c: New file.
16520 * gdb.base/vla-ptr.exp: New file.
16521
16522 * gdb.base/vla-datatypes.c: New file.
16523 * gdb.base/vla-datatypes.exp: New file.
16524
16525 * gdb.mi/mi-vla-c99.exp: New file.
16526 * gdb.mi/vla.c: New file.
16527
16528 2014-04-11 Keith Seitz <keiths@redhat.com>
16529
16530 PR c++/16675
16531 * gdb.cp/cpsizeof.exp: New file.
16532 * gdb.cp/cpsizeof.cc: New file.
16533
16534 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16535
16536 * gdb.mi/mi-vla-c99.exp: New file.
16537 * gdb.mi/vla.c: New file.
16538
16539 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16540
16541 * gdb.base/vla-datatypes.c: New file.
16542 * gdb.base/vla-datatypes.exp: New file.
16543
16544 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16545
16546 * gdb.base/vla-ptr.c: New file.
16547 * gdb.base/vla-ptr.exp: New file.
16548
16549 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16550
16551 * gdb.base/vla-multi.c: New file.
16552 * gdb.base/vla-multi.exp: New file.
16553
16554 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16555
16556 * gdb.dwarf2/count.exp: New file.
16557
16558 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16559
16560 * gdb.base/vla-sideeffect.c: New file.
16561 * gdb.base/vla-sideeffect.exp: New file.
16562
16563 2014-04-11 Yao Qi <yao@codesourcery.com>
16564
16565 * gdb.base/completion.exp: Check file exists before running tests
16566 on file completion.
16567
16568 2014-04-10 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.base/cond-eval-mode.c: New file.
16571 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16572 prepare_for_testing to build the new file. Check result of
16573 runto_main.
16574 (test_break, test_watch): New procedures.
16575 (top level): Use them.
16576
16577 2014-04-08 Pierre Muller <muller@sourceware.org>
16578
16579 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16580 Ctrl-V use for mingw hosts.
16581
16582 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16583
16584 * gdb.python/py-value.c: Improve test case.
16585 * gdb.python/py-value.exp: Add new test.
16586
16587 2014-04-07 David Blaikie <dblaikie@gmail.com>
16588
16589 * lib/compiler.c: Identify the clang compiler.
16590 * lib/compiler.cc: Ditto.
16591
16592 2014-04-03 Yao Qi <yao@codesourcery.com>
16593
16594 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16595
16596 2014-04-01 Anton Blanchard <anton@samba.org>
16597
16598 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16599 messages unique.
16600
16601 2014-04-01 Anton Blanchard <anton@samba.org>
16602
16603 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16604 prepare_for_testing.
16605
16606 2014-04-01 Anton Blanchard <anton@samba.org>
16607
16608 * gdb.arch/ppc64-atomic-inst.c: Remove.
16609 * gdb.arch/ppc64-atomic-inst.S: New file.
16610 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16611
16612 2014-03-31 Doug Evans <dje@google.com>
16613
16614 * gdb.base/print-symbol-loading-lib.c: New file.
16615 * gdb.base/print-symbol-loading-main.c: New file.
16616 * gdb.base/print-symbol-loading.exp: New file.
16617
16618 2014-03-31 Yao Qi <yao@codesourcery.com>
16619
16620 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16621
16622 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16623
16624 * gdb.ada/mi_dyn_arr: New testcase.
16625
16626 2014-03-27 Doug Evans <dje@google.com>
16627
16628 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16629
16630 2014-03-27 Yao Qi <yao@codesourcery.com>
16631
16632 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16633 if target is nios2-*-*.
16634
16635 2014-03-26 Yao Qi <yao@codesourcery.com>
16636
16637 * lib/gdb.exp (readline_is_used): New proc.
16638 * gdb.base/completion.exp: Move tests on command complete up.
16639 Skip the rest of tests if readline is not used.
16640 * gdb.ada/complete.exp: Skp the test if readline is not
16641 used.
16642 * gdb.base/filesym.exp: Likewise.
16643 * gdb.base/macscp.exp: Likewise.
16644 * gdb.base/readline-ask.exp: Likewise.
16645 * gdb.base/readline.exp: Likewise.
16646 * gdb.python/py-cmd.exp: Likewise.
16647 * gdb.trace/tfile.exp: Likewise.
16648
16649 2014-03-26 Yao Qi <yao@codesourcery.com>
16650
16651 * gdb.base/macscp.exp: Fix code format issues.
16652
16653 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16654
16655 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16656 * gdb.asm/powerpc64le.inc: New file.
16657
16658 2014-03-25 Pedro Alves <palves@redhat.com>
16659 Doug Evans <dje@google.com>
16660
16661 * gdb.base/source-execution.c: New file.
16662 * gdb.base/source-execution.exp: New file.
16663 * gdb.base/source-execution.gdb: New file.
16664
16665 2014-03-24 Doug Evans <dje@google.com>
16666
16667 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16668 using fission.
16669
16670 2014-03-24 Hui Zhu <hui@codesourcery.com>
16671 Pedro Alves <palves@redhat.com>
16672
16673 PR breakpoints/16101
16674 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16675 test pass/fail messages. Detect missing support for dprintf when
16676 breakpoints are actually inserted.
16677 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16678 breakpoints are actually inserted.
16679 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16680 fails.
16681
16682 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16683
16684 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16685
16686 2014-03-22 Doug Evans <xdje42@gmail.com>
16687
16688 * gdb.python/python.exp (python not supported): Verify multi-line
16689 python command issues an error.
16690 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16691 guile command issues an error.
16692
16693 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16694
16695 * gdb.threads/thread-specific.exp: Handle the lack of usable
16696 $this_breakpoint and $this_thread.
16697
16698 2014-03-21 Hui Zhu <hui@codesourcery.com>
16699
16700 * gdb.base/attach.exp (do_command_attach_tests): New.
16701
16702 2014-03-20 Tom Tromey <tromey@redhat.com>
16703 Pedro Alves <palves@redhat.com>
16704
16705 PR cli/15718
16706 * gdb.base/condbreak-call-false.c: New file.
16707 * gdb.base/condbreak-call-false.exp: New file.
16708
16709 2014-03-20 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16712 Delete.
16713 (block_signals, unblock_signals): Delete.
16714 (child_function_2, main): Remove references to deleted variable
16715 and functions.
16716
16717 2014-03-20 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16720 Use pthread_kill to signal thread 2.
16721 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16722 Adjust to make the test send itself a signal rather than using the
16723 host's "kill" command.
16724
16725 2014-03-20 Pedro Alves <palves@redhat.com>
16726
16727 * gdb.threads/multiple-step-overs.c: New file.
16728 * gdb.threads/multiple-step-overs.exp: New file.
16729 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16730 Adjust expected infrun debug output.
16731
16732 2014-03-20 Pedro Alves <palves@redhat.com>
16733
16734 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16735 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16736
16737 2014-03-20 Pedro Alves <palves@redhat.com>
16738
16739 PR breakpoints/7143
16740 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16741 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16742 of gdb_test_multiple.
16743 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16744 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16745
16746 2014-03-20 Pedro Alves <palves@redhat.com>
16747
16748 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16749 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16750
16751 2014-03-19 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.base/async.exp: Remove early return.
16754
16755 2014-03-19 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16758
16759 2014-03-19 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/async.exp (test_background): Expect \r\n after
16762 "completed." in the fail pattern.
16763
16764 2014-03-19 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.base/async.exp (test_background): New procedure.
16767 Use it for all background execution command tests.
16768
16769 2014-03-19 Pedro Alves <palves@redhat.com>
16770
16771 * gdb.base/async.exp: Use prepare_for_testing.
16772
16773 2014-03-19 Pedro Alves <palves@redhat.com>
16774
16775 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16776 the same line.
16777
16778 2014-03-19 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.base/async.c (main): Add "jump here" and "until here" line
16781 marker comments.
16782 * gdb.base/async.exp (jump_here): New global.
16783 (jump& test): Use it.
16784 (until_here): New global.
16785 (until& test): Use it.
16786
16787 2014-03-19 Pedro Alves <palves@redhat.com>
16788
16789 * gdb.base/async.exp: Don't frob gdb_protocol.
16790
16791 2014-03-18 Doug Evans <xdje42@gmail.com>
16792
16793 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16794 Fix spelling of exec-done-display.
16795
16796 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16797
16798 PR gdb/15358
16799 * gdb.base/gdb-sigterm.c: New file.
16800 * gdb.base/gdb-sigterm.exp: New file.
16801
16802 2014-03-18 Pedro Alves <palves@redhat.com>
16803
16804 PR gdb/13860
16805 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16806 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16807 solib-event.
16808
16809 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16810
16811 * gdb.ada/pckd_arr_ren: New testcase.
16812
16813 2014-03-13 Doug Evans <xdje42@gmail.com>
16814
16815 PR guile/16612
16816 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16817 collect after discarding symbols.
16818
16819 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16820 Doug Evans <xdje42@gmail.com>
16821
16822 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16823 to history survives a gc.
16824
16825 2014-03-13 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.base/default.exp: Don't test "target procfs".
16828
16829 2014-03-13 Pedro Alves <palves@redhat.com>
16830
16831 * gdb.base/default.exp: Update "target child" and "target procfs"
16832 tests to not expect "Unix".
16833
16834 2014-03-12 Tom Tromey <tromey@redhat.com>
16835
16836 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16837 New procs. Add target-async tests.
16838 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16839 Add target-async tests.
16840
16841 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16842
16843 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16844 'func_start' and 'func_end' for the beginning and end of the
16845 function code, respectively.
16846 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16847 'func_end' instead of 'func' and 'main'.
16848
16849 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16850
16851 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16852 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16853 generate the debug info assembler source.
16854
16855 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16856
16857 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16858 * gdb.dwarf2/arr-subrange.exp: Likewise.
16859 * gdb.dwarf2/dwz.exp: Likewise.
16860 * gdb.dwarf2/method-ptr.exp: Likewise.
16861 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16862 * gdb.dwarf2/subrange.exp: Likewise.
16863 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16864 * gdb.dwarf2/implptrpiece.exp: Likewise.
16865 * gdb.dwarf2/nostaticblock.exp: Likewise.
16866
16867 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16868
16869 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16870 directory to absolute path name arguments.
16871
16872 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16873
16874 * gdb.ada/tagged_access: New testcase.
16875
16876 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16877
16878 * gdb.btrace/data.exp: Update expected output.
16879
16880 2014-03-06 Yao Qi <yao@codesourcery.com>
16881
16882 * gdb.trace/pr16508.exp: New file.
16883
16884 2014-03-05 Pedro Alves <palves@redhat.com>
16885
16886 PR gdb/16575
16887 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16888 procedure.
16889 (top level): Adjust to use it. Add tests that exercise breakpoint
16890 interaction with the code-cache.
16891
16892 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16893
16894 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16895 test for 'history-append!'.
16896
16897 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16898
16899 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16900 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16901 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16902 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16903 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16904 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16905
16906 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16907
16908 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16909 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16910 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16911
16912 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16913
16914 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16915
16916 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16917
16918 * gdb.dwarf2/arr-stride.c: New file.
16919 * gdb.dwarf2/arr-stride.exp: New file.
16920
16921 2014-02-26 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16924 that won't ever trigger. Make sure that GDB reports the correct
16925 breakpoint that caused the stop.
16926
16927 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16928
16929 PR gdb/16626
16930 * gdb.base/auto-load-script: New file.
16931 * gdb.base/auto-load.c: New file.
16932 * gdb.base/auto-load.exp: New file.
16933
16934 PR gdb/16626
16935 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16936
16937 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16938
16939 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16940 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16941
16942 2014-02-24 Doug Evans <dje@google.com>
16943
16944 * lib/gdb.exp (run_on_host): Log error output if program fails.
16945
16946 2014-02-21 Pedro Alves <palves@redhat.com>
16947
16948 * gdb.threads/step-after-sr-lock.c: Rename to ...
16949 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16950 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16951 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16952 ... this.
16953
16954 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16955
16956 PR tdep/16397
16957 * gdb.arch/amd64-stap-special-operands.exp: New file.
16958 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16959 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16960 * gdb.arch/amd64-stap-triplet.S: Likewise.
16961 * gdb.arch/amd64-stap-triplet.c: Likewise.
16962
16963 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16964
16965 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16966 in .section pseudo-op.
16967
16968 2014-02-20 lin zuojian <manjian2006@gmail.com>
16969 Joel Brobecker <brobecker@adacore.com>
16970 Doug Evans <xdje42@gmail.com>
16971
16972 PR symtab/16581
16973 * gdb.dwarf2/dw2-icycle.S: New file.
16974 * gdb.dwarf2/dw2-icycle.c: New file.
16975 * gdb.dwarf2/dw2-icycle.exp: New file.
16976
16977 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16978
16979 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16980 operations on gdb.Value objects.
16981 * gdb.python/py-value-cc.exp: Add new test to test operations on
16982 gdb.Value objects.
16983
16984 2014-02-18 Doug Evans <dje@google.com>
16985
16986 * Makefile.in (TESTS): New variable.
16987 (expanded_tests, expanded_tests_or_none): New variables
16988 (check-single): Pass $(expanded_tests_or_none) to runtest.
16989 (check-parallel): Only run tests in $(TESTS) if non-empty.
16990 (check/no-matching-tests-found): New rule.
16991 * README: Document TESTS makefile variable.
16992
16993 2014-02-18 Doug Evans <dje@google.com>
16994
16995 * Makefile.in (check-parallel): rm -rf outputs temp.
16996
16997 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16998
16999 Fix "ERROR: no fileid for" in the testsuite.
17000 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17001
17002 2014-02-12 Doug Evans <dje@google.com>
17003
17004 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17005 (MISCELLANEOUS): New variable.
17006 (clean): rm -rf $(MISCELLANEOUS).
17007 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17008 dwp live in the same directory as symlinks, with each symlink pointed
17009 to a differently named file in a different directory.
17010
17011 2014-02-11 Doug Evans <dje@google.com>
17012
17013 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17014 of Tcl file commands.
17015
17016 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17017
17018 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17019 "kill -SIGUSR1 -1".
17020
17021 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17022
17023 * gdb.ada/tick_length_array_enum_idx: New testcase.
17024
17025 2014-02-10 Doug Evans <xdje42@gmail.com>
17026
17027 * configure.ac (AC_OUTPUT): Add gdb.guile.
17028 * configure: Regenerate.
17029 * lib/gdb-guile.exp: New file.
17030 * lib/gdb.exp (get_target_charset): New function.
17031 * gdb.base/help.exp: Update expected output from "apropos apropos".
17032 * gdb.guile/Makefile.in: New file.
17033 * gdb.guile/guile.exp: New file.
17034 * gdb.guile/scm-arch.c: New file.
17035 * gdb.guile/scm-arch.exp: New file.
17036 * gdb.guile/scm-block.c: New file.
17037 * gdb.guile/scm-block.exp: New file.
17038 * gdb.guile/scm-breakpoint.c: New file.
17039 * gdb.guile/scm-breakpoint.exp: New file.
17040 * gdb.guile/scm-disasm.c: New file.
17041 * gdb.guile/scm-disasm.exp: New file.
17042 * gdb.guile/scm-equal.c: New file.
17043 * gdb.guile/scm-equal.exp: New file.
17044 * gdb.guile/scm-error.exp: New file.
17045 * gdb.guile/scm-error.scm: New file.
17046 * gdb.guile/scm-frame-args.c: New file.
17047 * gdb.guile/scm-frame-args.exp: New file.
17048 * gdb.guile/scm-frame-args.scm: New file.
17049 * gdb.guile/scm-frame-inline.c: New file.
17050 * gdb.guile/scm-frame-inline.exp: New file.
17051 * gdb.guile/scm-frame.c: New file.
17052 * gdb.guile/scm-frame.exp: New file.
17053 * gdb.guile/scm-generics.exp: New file.
17054 * gdb.guile/scm-gsmob.exp: New file.
17055 * gdb.guile/scm-iterator.c: New file.
17056 * gdb.guile/scm-iterator.exp: New file.
17057 * gdb.guile/scm-math.c: New file.
17058 * gdb.guile/scm-math.exp: New file.
17059 * gdb.guile/scm-objfile-script-gdb.in: New file.
17060 * gdb.guile/scm-objfile-script.c: New file.
17061 * gdb.guile/scm-objfile-script.exp: New file.
17062 * gdb.guile/scm-objfile.c: New file.
17063 * gdb.guile/scm-objfile.exp: New file.
17064 * gdb.guile/scm-ports.exp: New file.
17065 * gdb.guile/scm-pretty-print.c: New file.
17066 * gdb.guile/scm-pretty-print.exp: New file.
17067 * gdb.guile/scm-pretty-print.scm: New file.
17068 * gdb.guile/scm-section-script.c: New file.
17069 * gdb.guile/scm-section-script.exp: New file.
17070 * gdb.guile/scm-section-script.scm: New file.
17071 * gdb.guile/scm-symbol.c: New file.
17072 * gdb.guile/scm-symbol.exp: New file.
17073 * gdb.guile/scm-symtab-2.c: New file.
17074 * gdb.guile/scm-symtab.c: New file.
17075 * gdb.guile/scm-symtab.exp: New file.
17076 * gdb.guile/scm-type.c: New file.
17077 * gdb.guile/scm-type.exp: New file.
17078 * gdb.guile/scm-value-cc.cc: New file.
17079 * gdb.guile/scm-value-cc.exp: New file.
17080 * gdb.guile/scm-value.c: New file.
17081 * gdb.guile/scm-value.exp: New file.
17082 * gdb.guile/source2.scm: New file.
17083 * gdb.guile/types-module.cc: New file.
17084 * gdb.guile/types-module.exp: New file.
17085
17086 2014-02-10 Yao Qi <yao@codesourcery.com>
17087
17088 PR testsuite/16543
17089 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17090 * configure: Regenerated.
17091 * Makefile.in: New file.
17092
17093 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17094
17095 * gdb.python/py-framefilter.exp: Fix typo.
17096
17097 2014-02-08 Yao Qi <yao@codesourcery.com>
17098
17099 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17100 that no =breakpoint-modified is emitted when breakpoints are
17101 modified through MI commands.
17102
17103 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17104 Pedro Alves <palves@redhat.com>
17105
17106 * gdb.threads/step-after-sr-lock.c: New file.
17107 * gdb.threads/step-after-sr-lock.exp: New file.
17108
17109 2014-02-07 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17112
17113 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17114
17115 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17116 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17117
17118 2014-02-06 Doug Evans <xdje42@gmail.com>
17119
17120 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17121 output.
17122
17123 * gdb.gdb/python-interrupts.exp: New file.
17124
17125 2014-02-05 Yao Qi <yao@codesourcery.com>
17126
17127 * gdb.trace/report.exp (use_collected_data): Test the output
17128 of "info threads" and "info inferiors".
17129
17130 2014-02-05 Yao Qi <yao@codesourcery.com>
17131
17132 Revert this patch:
17133
17134 2013-05-24 Yao Qi <yao@codesourcery.com>
17135
17136 * gdb.trace/tfile.exp: Test inferior and thread.
17137
17138 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17139
17140 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17141 on a function.
17142 * gdb.base/step-bt.c: Call hello via function pointer to make
17143 sure its first instruction is executed on powerpc64le-linux.
17144
17145 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17146
17147 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17148
17149 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17150
17151 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17152 of the test patterns for use on little-endian systems.
17153
17154 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17155
17156 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17157 (decimal_vector): Fix for little-endian.
17158
17159 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17160
17161 * gdb.arch/sparc-sysstep.exp: New file.
17162 * gdb.arch/sparc-sysstep.c: Likewise.
17163
17164 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17165
17166 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17167
17168 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17169
17170 2014-01-23 Tom Tromey <tromey@redhat.com>
17171
17172 * gdb.ada/array_char_idx: New testcase.
17173
17174 2014-01-23 Tom Tromey <tromey@redhat.com>
17175
17176 PR python/16487:
17177 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17178 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17179 classes.
17180
17181 2014-01-23 Tom Tromey <tromey@redhat.com>
17182
17183 PR python/16491:
17184 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17185 string from an inferior frame.
17186 * gdb.python/py-framefilter-mi.exp: Update.
17187
17188 2014-01-22 Doug Evans <dje@google.com>
17189
17190 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17191
17192 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17193
17194 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17195
17196 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17197
17198 * gdb.trace/entry-values.exp: Remove excess space character from
17199 regex patterns. Handle s390 call instruction.
17200
17201 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17202
17203 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17204 define "*_start" label. Make "name" static.
17205 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17206 ${name} by references to ${name}_start.
17207
17208 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17209
17210 * gdb.base/info-macros.exp: Remove "debug" from the compile
17211 options.
17212
17213 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17214
17215 * gdb.dlang/demangle.exp: New file.
17216
17217 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17218
17219 * gdb.dlang/primitive-types.exp: New file.
17220
17221 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17222
17223 * configure.ac: Create gdb.dlang/Makefile.
17224 * configure: Regenerate.
17225 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17226 * gdb.dlang/Makefile.in: New file.
17227 * lib/d-support.exp: New file.
17228 * lib/gdb.exp (skip_d_tests): New proc.
17229
17230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17231
17232 * gdb.btrace/delta.exp: Check reverse stepi.
17233 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17234 * gdb.btrace/finish.exp: New.
17235 * gdb.btrace/next.exp: New.
17236 * gdb.btrace/nexti.exp: New.
17237 * gdb.btrace/record_goto.c: Add comments.
17238 * gdb.btrace/step.exp: New.
17239 * gdb.btrace/stepi.exp: New.
17240 * gdb.btrace/multi-thread-step.c: New.
17241 * gdb.btrace/multi-thread-step.exp: New.
17242 * gdb.btrace/rn-dl-bind.c: New.
17243 * gdb.btrace/rn-dl-bind.exp: New.
17244 * gdb.btrace/data.c: New.
17245 * gdb.btrace/data.exp: New.
17246 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17247
17248 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17249
17250 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17251 * gdb.btrace/exception.exp: Update.
17252 * gdb.btrace/instruction_history.exp: Update.
17253 * gdb.btrace/record_goto.exp: Update.
17254 * gdb.btrace/tailcall.exp: Update.
17255 * gdb.btrace/unknown_functions.exp: Update.
17256 * gdb.btrace/delta.exp: New.
17257
17258 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17259
17260 * gdb.btrace/record_goto.exp: Add backtrace test.
17261 * gdb.btrace/tailcall.exp: Add backtrace test.
17262
17263 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17264
17265 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17266 * gdb.btrace/record_goto.c: New.
17267 * gdb.btrace/record_goto.exp: New.
17268 * gdb.btrace/x86-record_goto.S: New.
17269
17270 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17271
17272 * gdb.btrace/function_call_history.exp: Update tests.
17273 * gdb.btrace/instruction_history.exp: Update tests.
17274
17275 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17276
17277 * gdb.btrace/function_call_history.exp: Fix expected field
17278 order for "record function-call-history".
17279 Add new tests for "record function-call-history /c".
17280 * gdb.btrace/exception.cc: New.
17281 * gdb.btrace/exception.exp: New.
17282 * gdb.btrace/tailcall.exp: New.
17283 * gdb.btrace/x86-tailcall.S: New.
17284 * gdb.btrace/x86-tailcall.c: New.
17285 * gdb.btrace/unknown_functions.c: New.
17286 * gdb.btrace/unknown_functions.exp: New.
17287 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17288
17289 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17290
17291 * gdb.btrace/instruction_history.exp: Update.
17292 * gdb.btrace/function_call_history.exp: Update.
17293
17294 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17295
17296 * gdb.btrace/function_call_history.exp: Fix expected function
17297 trace.
17298 * gdb.btrace/instruction_history.exp: Initialize traced.
17299 Remove traced_functions.
17300
17301 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17302
17303 * gdb.btrace/function_call_history.exp: Update
17304 * gdb.btrace/instruction_history.exp: Update.
17305
17306 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17307
17308 * gdb.btrace/enable.exp: Update expected text.
17309
17310 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17311
17312 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17313 bytes.
17314
17315 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17316
17317 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17318
17319 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17320
17321 * lib/gdb.exp (supports_process_record): Return true for
17322 arm*-linux*. (supports_reverse): Likewise.
17323
17324 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17325
17326 PR python/15464
17327 PR python/16113
17328 * gdb.python/py-type.c: Enhance test case.
17329 * gdb.python/py-value-cc.cc: Likewise
17330 * gdb.python/py-type.exp: Add new tests.
17331 * gdb.python/py-value-cc.exp: Likewise
17332
17333 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17334 Pedro Alves <palves@redhat.com>
17335
17336 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17337 Make "name" extern.
17338 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17339 references to ${name}_start by references to ${name}.
17340
17341 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17342
17343 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17344
17345 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17346
17347 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17348
17349 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17350 Pedro Alves <palves@redhat.com>
17351
17352 * gdb.mi/mi-info-os.exp: Connect to the target with
17353 mi_gdb_target_load.
17354
17355 2014-01-08 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.threads/reconnect-signal.c: New file.
17358 * gdb.threads/reconnect-signal.exp: New file.
17359
17360 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17361
17362 * gdb.base/source-dir.exp: New file.
17363
17364 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17365
17366 * gdb.ada/mi_interface: New testcase.
17367
17368 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17369
17370 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17371 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17372 gdb.ada/pp-rec-component/pck.ads: New files.
17373
17374 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17375
17376 * gdb.python/py-pp-integral.c: New file.
17377 * gdb.python/py-pp-integral.py: New file.
17378 * gdb.python/py-pp-integral.exp: New file.
17379
17380 For older changes see ChangeLog-1993-2013.
17381 \f
17382 ;; Local Variables:
17383 ;; mode: change-log
17384 ;; left-margin: 8
17385 ;; fill-column: 74
17386 ;; version-control: never
17387 ;; End:
17388
17389 Copyright 2014-2019 Free Software Foundation, Inc.
17390 Copying and distribution of this file, with or without modification,
17391 are permitted provided the copyright notice and this notice are preserved.
This page took 0.363575 seconds and 5 git commands to generate.