2261b15542b30b4296393f6b9b1fefefbdc40a66
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/break-interp.exp: Reduce test name duplication.
4 * gdb.base/call-sc.exp: Likewise.
5 * gdb.base/callfuncs.exp: Likewise.
6 * gdb.base/charset.exp: Likewise.
7 * gdb.base/dump.exp: Likewise.
8 * gdb.base/ena-dis-br.exp: Likewise.
9 * gdb.base/relational.exp: Likewise.
10 * gdb.base/step-over-syscall.exp: Likewise.
11 * gdb.base/structs.exp: Likewise.
12
13 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * gdb.linespec/explicit.exp: Make test names unique.
16 * gdb.linespec/ls-errs.exp: Likewise.
17
18 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.reverse/break-precsave.exp: Make test names unique.
21 * gdb.reverse/break-reverse.exp: Likewise.
22 * gdb.reverse/finish-precsave.exp: Likewise.
23 * gdb.reverse/finish-reverse.exp: Likewise.
24 * gdb.reverse/machinestate-precsave.exp: Likewise.
25 * gdb.reverse/machinestate.exp: Likewise.
26 * gdb.reverse/readv-reverse.exp: Likewise.
27 * gdb.reverse/recvmsg-reverse.exp: Likewise.
28 * gdb.reverse/sigall-precsave.exp: Likewise.
29 * gdb.reverse/sigall-reverse.exp: Likewise.
30 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
31 * gdb.reverse/watch-precsave.exp: Likewise.
32 * gdb.reverse/watch-reverse.exp: Likewise.
33
34 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.threads/stop-with-handle.c: New file.
37 * gdb.threads/stop-with-handle.exp: New file.
38
39 2019-10-03 Tom de Vries <tdevries@suse.de>
40
41 PR testsuite/25059
42 * gdb.base/list-missing-source.exp: Allowing the "Compilation
43 directory" line to be missing.
44
45 2019-10-03 Tom de Vries <tdevries@suse.de>
46
47 PR testsuite/25059
48 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
49 type optional.
50
51 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
52
53 * gdb.python/py-format-string.c (string.h): New include.
54 (main): Fill a_struct_with_union.the_union.an_int with bytes of
55 the same value, for endianness-independence.
56 * gdb.python/py-format-string.exp (default_regexp_dict)
57 (test_pretty_structs, test_format): Adjust expected output to the
58 changed initialization.
59
60 2019-10-02 Tom Tromey <tromey@adacore.com>
61
62 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
63
64 2019-10-02 Pedro Alves <palves@redhat.com>
65 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
68 "print-file-var.h".
69 (this_version_id) Use ATTRIBUTE_VISIBILITY.
70 (get_version_1): Print this_version_id and its address.
71 Add extern "C" wrappers around interface functions.
72 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
73 "print-file-var.h".
74 (this_version_id) Use ATTRIBUTE_VISIBILITY.
75 (get_version_2): Print this_version_id and its address.
76 Add extern "C" wrappers around interface functions.
77 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
78 <stddef.h> and "print-file-var.h".
79 Add extern "C" wrappers around interface functions.
80 [VERSION_ID_MAIN] (this_version_id): Define.
81 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
82 * gdb.base/print-file-var.h: Add some #defines to simplify setting
83 up extern "C" blocks.
84 * gdb.base/print-file-var.exp (test): New, factored out from top
85 level.
86 (top level): Test all combinations of attribute hidden or not,
87 dlopen or not, and this_version_id symbol in main file or not.
88 Compile tests as both C++ and C, make test names unique.
89
90 2019-10-01 Tom Tromey <tom@tromey.com>
91
92 * gdb.base/style.exp: Test "show logging filename".
93
94 2019-10-01 Tom Tromey <tom@tromey.com>
95
96 * lib/gdb-utils.exp (style): Handle "metadata" argument.
97 * gdb.base/style.exp: Add metadata style test.
98
99 2019-10-01 Tom Tromey <tom@tromey.com>
100
101 * gdb.base/style.exp: Test "pwd".
102
103 2019-10-01 Tom Tromey <tom@tromey.com>
104
105 * gdb.base/style.exp: Update tests.
106
107 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
108
109 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
110 'six' to unsigned.
111 (s1): Initialize fields 'four' and 'six' instead of 'three' and
112 'five'. Use an all-ones bit pattern for each.
113 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
114 to its changed values.
115
116 2019-09-30 Tom Tromey <tromey@adacore.com>
117
118 * gdb.rust/traits.rs: Disable all warnings.
119
120 2019-09-29 Tom de Vries <tdevries@suse.de>
121
122 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
123
124 2019-09-29 Tom de Vries <tdevries@suse.de>
125
126 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
127
128 2019-09-27 Tom de Vries <tdevries@suse.de>
129
130 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
131
132 2019-09-27 Tom de Vries <tdevries@suse.de>
133
134 PR record/23188
135 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
136
137 2019-09-26 Tom Tromey <tromey@adacore.com>
138
139 * gdb.ada/py_taft.exp: New file.
140 * gdb.ada/py_taft/main.adb: New file.
141 * gdb.ada/py_taft/pkg.adb: New file.
142 * gdb.ada/py_taft/pkg.ads: New file.
143
144 2019-09-24 Tom de Vries <tdevries@suse.de>
145
146 PR gdb/24598
147 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
148
149 2019-09-22 Tom de Vries <tdevries@suse.de>
150
151 * gdb.base/restore.exp: Allow register variables to be optimized out at
152 -O0.
153
154 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
155
156 * gdb.arch/spu-info.exp: Remove file.
157 * gdb.arch/spu-info.c: Remove file.
158 * gdb.arch/spu-ls.exp: Remove file.
159 * gdb.arch/spu-ls.c: Remove file.
160
161 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
162 * gdb.asm/spu.inc: Remove file.
163
164 * gdb.base/dump.exp: Remove support for spu*-*-*.
165 * gdb.base/stack-checking.exp: Likewise.
166 * gdb.base/overlays.exp: Likewise.
167 * gdb.base/ovlymgr.c: Likewise.
168 * gdb.base/spu.ld: Remove file.
169
170 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
171 * gdb.cp/cpexprs.exp: Likewise.
172 * gdb.cp/exception.exp: Likewise.
173 * gdb.cp/gdb2495.exp: Likewise.
174 * gdb.cp/mb-templates.exp: Likewise.
175 * gdb.cp/pr9167.exp: Likewise.
176 * gdb.cp/userdef.exp: Likewise.
177
178 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
179
180 * gdb.cell: Remove directory.
181 * lib/cell.exp: Remove file.
182
183 2019-09-19 Tom de Vries <tdevries@suse.de>
184
185 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
186
187 2019-09-19 Tom de Vries <tdevries@suse.de>
188
189 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
190
191 2019-09-19 Tom de Vries <tdevries@suse.de>
192
193 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
194 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
195 (gdb_target_cmd): ... here.
196 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
197 value 2.
198
199 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.base/source-dir.exp: Avoid having directory names in test
202 names.
203
204 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.base/source-dir.exp: Add extra test for mapped compilation
207 directory.
208
209 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.base/list-missing-source.exp: New file.
212
213 2019-09-14 Tom de Vries <tdevries@suse.de>
214
215 PR teststuite/24599
216 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
217 * lib/ada.exp (gnatmake_version_at_least): New proc.
218
219 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.base/maint.exp: Use exec_has_index_section.
222
223 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * gdb.base/maint.exp: Add test for 'maint info sections'.
226
227 2019-09-12 Tom de Vries <tdevries@suse.de>
228
229 * gdb.base/store.exp: Allow register variables to be optimized out at
230 -O0.
231
232 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
233
234 * gdb.ada/rdv_wait.exp: Update to new task names.
235 * gdb.base/task_switch_in_core.exp: Likewise.
236 * gdb.base/info_sources_base.c: Likewise.
237
238 2019-09-10 Tom Tromey <tromey@adacore.com>
239
240 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
241
242 2019-09-10 Tom Tromey <tromey@adacore.com>
243
244 * gdb.ada/dgopt.exp: New file.
245 * gdb.ada/dgopt/x.adb: New file.
246
247 2019-09-08 Tom Tromey <tom@tromey.com>
248
249 * gdb.tui/resize.exp: Remove setup_xfail.
250 * gdb.tui/regs.exp: Remove setup_xfail.
251 * gdb.tui/basic.exp: Remove setup_xfail.
252
253 2019-09-06 David Blaikie <dblaikie@gmail.com>
254
255 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
256 * gdb.cp/cplabel.exp: Ditto.
257 * gdb.linespec/ls-errs.exp: Ditto.
258
259 2019-09-05 Tom de Vries <tdevries@suse.de>
260
261 * lib/gdb.exp (cmp_file_string): New proc.
262 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
263 runto_main. Verify save breakpoints output.
264
265 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
266
267 * gdb.base/info-var.exp: Test info variables without running
268 to main, to avoid expect's buffer overflow.
269
270 2019-09-03 Tom Tromey <tromey@adacore.com>
271
272 * gdb.ada/bias.exp: New file.
273 * gdb.ada/bias/bias.adb: New file.
274 * gdb.ada/print_chars.exp: Add regression test.
275 * gdb.ada/print_chars/foo.adb (My_Character): New type.
276 (MC): New variable.
277
278 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
279
280 * gdb.base/argv0-symlink.exp: Run only on native target
281 and local host.
282
283 2019-08-29 Tom de Vries <tdevries@suse.de>
284
285 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
286 diverse debug info.
287 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
288
289 2019-08-28 Tom de Vries <tdevries@suse.de>
290
291 * gdb.base/info-var.exp: Allow info variables to print info for files
292 other than info-var-f1.c and info-var-f2.c.
293
294 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
295
296 * gdb.fortran/info-types.exp: Add module.
297 * gdb.fortran/info-types.f90: Update expected results.
298
299 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.fortran/info-types.exp: New file.
302 * gdb.fortran/info-types.f90: New file.
303 * lib/fortran.exp (fortran_character1): New proc.
304
305 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
308 functions'. Reindent as needed.
309 * gdb.base/info-var-f1.c: New file.
310 * gdb.base/info-var-f2.c: New file.
311 * gdb.base/info-var.exp: New file.
312 * gdb.base/info-var.h: New file.
313
314 2019-08-26 Tom de Vries <tdevries@suse.de>
315
316 PR c++/24852
317 * gdb.cp/no-libstdcxx-probe.exp: New test.
318
319 2019-08-26 Tom de Vries <tdevries@suse.de>
320
321 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
322 * tests need to be skipped.
323 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
324 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
325 mi_skip_libstdcxx_probe_tests.
326
327 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
328
329 * gdb.python/py-xmethods.exp: Use raw strings when passing
330 arguments to SimpleXMethodMatcher.
331
332 2019-08-22 Tom de Vries <tdevries@suse.de>
333
334 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
335 more informative.
336
337 2019-08-21 Pedro Alves <palves@redhat.com>
338
339 * gdb.base/with.exp: Test "with" with no arguments.
340
341 2019-08-21 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/gdb-caching-proc.exp: Sort files.
344
345 2019-08-20 Tom de Vries <tdevries@suse.de>
346
347 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
348 compilation.
349
350 2019-08-16 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/compare-sections.exp ("after run to main"): Allow
353 mismatched read-only sections for PIE executables.
354
355 2019-08-16 Tom Tromey <tom@tromey.com>
356
357 * lib/tuiterm.exp (_csi_Z): New proc.
358 * gdb.tui/basic.exp: Update window positions.
359 * gdb.tui/empty.exp: Update window positions.
360
361 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
362
363 * gdb.base/examine-backward.exp: Correct regexp for
364 "examine 3 bytes backward from ${address_zero}".
365
366 2019-08-15 Tom Tromey <tom@tromey.com>
367
368 * gdb.tui/empty.exp: Enable resizing tests.
369
370 2019-08-15 Tom Tromey <tromey@adacore.com>
371
372 * gdb.ada/char_enum.exp: Add regression tests.
373 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
374 and '0'.
375 (Char, Gchar): Update.
376 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
377
378 2019-08-15 Christian Biesinger <cbiesinger@google.com>
379
380 * gdb.python/python.exp: Expect a leading underscore on
381 GdbOutput{,Error}File.
382
383 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
384
385 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
386 Windows host.
387
388 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
389
390 * gdb.base/batch-preserve-term-settings.exp
391 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
392
393 2019-08-15 Christian Biesinger <cbiesinger@google.com>
394
395 * lib/gdb.exp: When running on a mingw target, replace
396 /x/ with x:/.
397
398 2019-08-14 Alan Hayward <alan.hayward@arm.com>
399
400 * gdb.arch/aarch64-prologue.c: New test.
401 * gdb.arch/aarch64-prologue.exp: New file.
402
403 2019-08-13 Tom de Vries <tdevries@suse.de>
404
405 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
406 Thread.
407
408 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
409
410 * gdb.python/py-completion.exp: Download the .py file to the host
411 and use its host pathname. Conditionalize tests that use
412 tab completion and manipulate files on the build machine.
413 * gdb.python/py-events.exp: Download the .py file to the host
414 and use its host pathname.
415 * gdb.python/py-evsignal.exp: Likewise.
416 * gdb.python/py-evthreads.exp: Likewise.
417 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
418 pathname syntax.
419 * gdb.python/py-framefilter.exp: Download the .py file to the right
420 place on the host. Match Windows pathname syntax.
421 * gdb.python/py-mi-var-info-path-expression.exp: Download the
422 .py file to the host and use its host pathname.
423 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
424 * gdb.python/py-objfile.exp: Expect a host pathname, not a
425 build pathname. Skip symlink test on Windows host. Add missing
426 newline at end of file.
427 * gdb.python/py-pp-maint.exp: Download the .py file to the host
428 and use its host pathname.
429 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
430 * gdb.python/py-section-script.exp: Use host location of binfile
431 on safe-path. Use correct path separator on Windows host.
432 Reorder alternatives in gdb_test_multiple to prevent matching
433 the wrong alternative on success.
434 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
435
436 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
437
438 * gdb.gdb/selftest.exp (test_with_self): Update test to now
439 expect the GDB inferior to no longer immediately stop after
440 being resumed with "signal SIGINT".
441
442 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
443
444 * gdb.linespec/break-ask.exp: Generalize regexps to match
445 Windows pathnames too.
446
447 2019-08-08 Tom de Vries <tdevries@suse.de>
448
449 PR testsuite/24862
450 * lib/tuiterm.exp (_accept): Fix CSI regexp.
451
452 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
453
454 * gdb.base/style.exp: Update tests for help doc new invariants.
455 * gdb.base/help.exp: Likewise.
456
457 2019-08-06 Tom Tromey <tom@tromey.com>
458
459 * gdb.base/style.exp: Add disassemble test.
460 * gdb.base/style.c (some_called_function): New function.
461 (main): Use it.
462
463 2019-08-05 Christian Biesinger <cbiesinger@google.com>
464
465 * gdb.python/py-block.exp: Test dictionary access on blocks.
466
467 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
468
469 PR gdb/24863
470 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
471 -list-thread-groups --available test when running under
472 check-read1.
473
474 2019-08-05 Tom de Vries <tdevries@suse.de>
475
476 PR testsuite/24863
477 * lib/gdb.exp (with_read1_timeout_factor): New proc.
478 * gdb.base/help.exp: Use with_read1_timeout_factor.
479 * gdb.base/info-macros.exp: Same.
480 * gdb.cp/nested-types.exp: Same.
481
482 2019-08-05 Tom de Vries <tdevries@suse.de>
483
484 * lib/gdb.exp (version_at_least): Factor out of ...
485 (tcl_version_at_least): ... here.
486 (gdb_compile): Fail if pie results in non-PIE executable.
487 (readelf_version, readelf_prints_pie): New proc.
488 (exec_is_pie): Return -1 if unknown.
489
490 2019-08-05 Tom de Vries <tdevries@suse.de>
491
492 * lib/gdb.exp (tcl_version_at_least): Fix typo.
493
494 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
495
496 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
497
498 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
499
500 * lib/completion-support.exp (test_gdb_complete_none): Skip
501 tab completion tests if no readline support.
502 (test_gdb_complete_unique_re): Likewise.
503 (test_gdb_complete_multiple): Likewise.
504
505 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
506
507 * gdb.base/info_sources.exp: New file.
508 * gdb.base/info_sources.c: New file.
509 * gdb.base/info_sources_base.c: New file.
510
511 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
512
513 * gdb.base/batch-exit-status.exp: Call test_exit_status with
514 prefix argument.
515 (test_exit_status): Add prefix argument.
516
517 2019-08-01 Tom de Vries <tdevries@suse.de>
518
519 PR testsuite/24863
520 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
521 calling exp_continue for new thread and thread exited messages.
522
523 2019-08-01 Tom de Vries <tdevries@suse.de>
524
525 PR testsuite/24863
526 * gdb.base/structs.exp: Fix check-read1 timeout using
527 gdb_test_sequence.
528 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
529
530 2019-08-01 Tom de Vries <tdevries@suse.de>
531
532 PR testsuite/24863
533 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
534 line.
535
536 2019-08-01 Tom de Vries <tdevries@suse.de>
537
538 PR testsuite/24863
539 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
540
541 2019-07-30 Tom Tromey <tromey@adacore.com>
542
543 * gdb.ada/display_nested.exp: New file.
544 * gdb.ada/display_nested/foo.adb: New file.
545 * gdb.ada/display_nested/pack.adb: New file.
546 * gdb.ada/display_nested/pack.ads: New file.
547
548 2019-07-30 Christian Biesinger <cbiesinger@google.com>
549
550 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
551 namespace.
552 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
553
554 2019-07-30 Tom de Vries <tdevries@suse.de>
555
556 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
557 instead.
558
559 2019-07-30 Tom de Vries <tdevries@suse.de>
560
561 PR testsuite/24834
562 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
563 (exec_is_pie): New proc.
564
565 2019-07-29 Christian Biesinger <cbiesinger@google.com>
566
567 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
568
569 2019-07-29 Christian Biesinger <cbiesinger@google.com>
570
571 * gdb.python/py-objfile.c: Add global and static vars.
572 * gdb.python/py-objfile.exp: Test new functions Objfile.
573 lookup_global_symbol and lookup_static_symbol.
574
575 2019-07-29 Tom Tromey <tom@tromey.com>
576
577 * lib/tuiterm.exp (Term::_csi_@): New proc.
578 (Term::_csi_X): Don't move cursor.
579
580 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
581
582 * gdb.base/options.exp: Update backtrace - completion to
583 new option -frame-info.
584 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
585 Test new 'set print frame-info'. Test backtrace -frame-info
586 overriding 'set print frame-info'.
587 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
588 Test new 'set print frame-info'.
589 Verify consistency of backtrace with and without filters, with and
590 without -no-filters.
591 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
592 default.
593
594 2019-07-29 Tom de Vries <tdevries@suse.de>
595
596 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
597 no arguments".
598
599 2019-07-29 Tom de Vries <tdevries@suse.de>
600
601 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
602 is a substring of the first for "complete non-unique file name".
603
604 2019-07-29 Tom de Vries <tdevries@suse.de>
605
606 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
607 with ".*".
608
609 2019-07-29 Tom de Vries <tdevries@suse.de>
610
611 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
612 Pass prompt_regexp parameter to gdb_test_multiple calls.
613
614 2019-07-29 Tom de Vries <tdevries@suse.de>
615
616 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
617 print registers" regexps.
618
619 2019-07-29 Tom de Vries <tdevries@suse.de>
620
621 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
622
623 2019-07-29 Tom de Vries <tdevries@suse.de>
624
625 PR gdb/24855
626 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
627 (skip_python_tests_prompt): Add prompt_regexp argument to
628 gdb_test_multiple calls.
629
630 2019-07-27 Tom Tromey <tom@tromey.com>
631
632 * gdb.tui/main.exp: New file.
633
634 2019-07-27 Tom Tromey <tom@tromey.com>
635
636 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
637 optional.
638 * gdb.tui/empty.exp: New file.
639
640 2019-07-27 Tom Tromey <tom@tromey.com>
641
642 * lib/tuiterm.exp (spawn): New proc.
643 (Term::resize): New proc.
644 * gdb.tui/resize.exp: New file.
645
646 2019-07-27 Tom Tromey <tom@tromey.com>
647
648 * gdb.tui/list.exp: New file.
649
650 2019-07-27 Tom Tromey <tom@tromey.com>
651
652 * gdb.tui/regs.exp: New file.
653
654 2019-07-27 Tom Tromey <tom@tromey.com>
655
656 * gdb.tui/basic.exp: Add "layout split" test.
657
658 2019-07-27 Tom Tromey <tom@tromey.com>
659
660 * gdb.tui/basic.exp: Add "layout asm" test.
661
662 2019-07-27 Tom Tromey <tom@tromey.com>
663
664 * lib/tuiterm.exp: New file.
665 * gdb.tui/basic.exp: New file.
666
667 2019-07-27 Kevin Buettner <kevinb@redhat.com>
668
669 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
670 Enable tests associated with this flag. Adjust regex
671 referencing "foo_low" to now refer to "foo_cold" instead.
672
673 2019-07-27 Kevin Buettner <kevinb@redhat.com>
674
675 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
676 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
677 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
678 foo_cold. Revise comments to match.
679 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
680 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
681 were wrapped into this proc; Call do_test in loop from outermost
682 level.
683 (foo_low): Rename all occurrences to "foo_cold".
684 (backtrace from baz): New test.
685 (x2/i foo_cold): New test.
686 (info line *foo_cold): New test.
687
688 2019-07-26 Tom de Vries <tdevries@suse.de>
689
690 * gdb.arch/i386-pkru.exp: Fix unterminated string.
691
692 2019-07-25 Tom de Vries <tdevries@suse.de>
693
694 PR testsuite/24830
695 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
696 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
697 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
698 (skip_libstdcxx_probe_tests): ... here.
699 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
700
701 2019-07-24 Tom de Vries <tdevries@suse.de>
702
703 PR testsuite/24807
704 * gdb.objc/basicclass.m: Include stdio.h.
705 * gdb.objc/nondebug.m: Same.
706 * gdb.objc/objcdecode.m: Same.
707
708 2019-07-24 Tom de Vries <tdevries@suse.de>
709
710 PR testsuite/24612
711 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
712 additional_flags.
713
714 2019-07-24 Tom de Vries <tdevries@suse.de>
715
716 PR testsuite/24831
717 * gdb.multi/tids.exp: Update error messages for info threads.
718
719 2019-07-24 Tom de Vries <tdevries@suse.de>
720
721 * gdb.base/info-types.exp: Allow info types to print info for more than
722 one file.
723
724 2019-07-23 Tom de Vries <tdevries@suse.de>
725
726 PR testsuite/24842
727 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
728 gdb_spawn_with_cmdline_opts.
729
730 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
731
732 * gdb.arch/arm-cmse-sgstubs.c: New test.
733 * gdb.arch/arm-cmse-sgstubs.exp: New file.
734
735 2019-07-23 Tom de Vries <tdevries@suse.de>
736
737 PR testsuite/24711
738 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
739 issuing next command.
740
741 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
742
743 * gdb.ada/info_auto_lang.exp: Update expected results.
744 * gdb.base/info-types.c: Add additional types to check.
745 * gdb.base/info-types.exp: Update expected results.
746
747 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.base/info-types.c: New file.
750 * gdb.base/info-types.exp: New file.
751
752 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * gdb.arch/riscv-bp-infcall.c: New file.
755 * gdb.arch/riscv-bp-infcall.exp: New file.
756
757 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
758
759 PR breakpoints/24541
760 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
761
762 2019-07-14 Tom de Vries <tdevries@suse.de>
763
764 PR testsuite/24760
765 * gdb.objc/basicclass.exp: Fix unterminated string.
766
767 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
768 Andrew Burgess <andrew.burgess@embecosm.com>
769
770 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
771 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
772 negative bounds.
773 * gdb.fortran/vla-value.exp: Print elements of an array with
774 negative bounds.
775 * gdb.fortran/vla.f90: Setup an array with negative bounds for
776 testing.
777
778 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.base/options.exp (expect_string): Dequote strings in
781 results.
782 (test-string): Test strings with different quoting and reindent.
783
784 2019-07-10 Tom Tromey <tromey@adacore.com>
785
786 * gdb.ada/mi_ex_cond.exp: Update expected results.
787 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
788 * gdb.ada/mi_catch_ex.exp: Update expected results.
789 * gdb.ada/mi_catch_assert.exp: Update expected results.
790 * gdb.ada/catch_ex.exp (catch_exception_info)
791 (catch_exception_entry, catch_assert_entry)
792 (catch_unhandled_entry): Update.
793 * gdb.ada/catch_assert_if.exp: Update expected results.
794
795 2019-07-10 Richard Bunt <richard.bunt@arm.com>
796 Stephen Roberts <stephen.roberts@arm.com>
797
798 * gdb.base/define.exp: Restore original prompt.
799
800 2019-07-09 Pedro Alves <palves@redhat.com>
801
802 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
803 breakpoints" output.
804 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
805 * gdb.python/py-breakpoint.exp: No longer expect that "catch
806 throw" creates breakpoint.
807 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
808 'type="catchpoint"'.
809
810 2019-07-09 Pedro Alves <palves@redhat.com>
811
812 PR c++/15468
813 * gdb.cp/except-multi-location-lib.cc: New.
814 * gdb.cp/except-multi-location-main.cc: New.
815 * gdb.cp/except-multi-location.exp: New.
816
817 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
820 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
821 argument and update callers.
822
823 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.arch/amd64-break-on-asm-line.S: New file.
826 * gdb.arch/amd64-break-on-asm-line.exp: New file.
827
828 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
829
830 * gdb.base/printcmds.exp: Test printing C string and
831 C wide string convenience vars without transiting via the inferior.
832 Also make test names unique.
833
834 2019-07-08 Alan Hayward <alan.hayward@arm.com>
835
836 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
837
838 2019-07-04 Pedro Alves <palves@redhat.com>
839
840 * lib/gdb.exp (foreach_with_prefix): Don't return early if
841 body returned ok(0), break(3) or continue(4).
842 * gdb.testsuite/foreach_with_prefix.exp: New file.
843
844 2019-07-04 Alan Hayward <alan.hayward@arm.com>
845
846 * gdb.server/unittest.exp: Allow 0 unit tests to run.
847
848 2019-07-03 Pedro Alves <palves@redhat.com>
849
850 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
851 "return -code".
852
853 2019-07-03 Pedro Alves <palves@redhat.com>
854
855 PR cli/24732
856 * gdb.base/shell.exp: Load completion-support.exp.
857 Adjust expected error output. Add completion tests.
858
859 2019-07-03 Pedro Alves <palves@redhat.com>
860
861 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
862 string_to_regexp.
863
864 2019-07-03 Pedro Alves <palves@redhat.com>
865
866 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
867 (expect_integer): Adjust to expect "-string".
868 (expect_string): New.
869 (all_options): Expect "-string".
870 (test-flag, test-boolean): Adjust to expect "-string".
871 (test-string): New proc.
872 (top level): Call it.
873
874 2019-07-03 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
877 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
878 the expected output in the success.
879
880 2019-07-03 Pedro Alves <palves@redhat.com>
881
882 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
883 Split one gdb_test_multiple call in two to avoid a race.
884
885 2019-07-03 Pedro Alves <palves@redhat.com>
886
887 * gdb.base/with.c: New file.
888 * gdb.base/with.exp: New file.
889
890 2019-07-03 Pedro Alves <palves@redhat.com>
891
892 * gdb.base/settings.exp: Replace all references to "maint
893 test-settings set" with references to "maint set test-settings",
894 and all references to "maint test-settings show" with references
895 to "maint show test-settings".
896
897 2019-07-03 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/settings.exp (test-string): Adjust expected out when
900 testing "maint test-settings show filename"
901
902 2019-07-02 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/options.exp (test-info-threads): New procedure.
905 (top level): Call it.
906
907 2019-06-28 Tom Tromey <tromey@adacore.com>
908
909 * gdb.dwarf2/ada-linkage-name.c: New file.
910 * gdb.dwarf2/ada-linkage-name.exp: New file.
911
912 2019-06-27 Tom Tromey <tromey@adacore.com>
913
914 * gdb.cp/constexpr-field.exp: Use setup_xfail.
915
916 2019-06-26 Tom de Vries <tdevries@suse.de>
917
918 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
919
920 2019-06-26 Tom de Vries <tdevries@suse.de>
921
922 * gdb.base/index-cache.exp: Add back missing debug option.
923
924 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
925
926 * gdb.base/alias.exp: Test non matching/non existing prefixes.
927
928 2019-06-25 Tom de Vries <tdevries@suse.de>
929
930 PR testsuite/24727
931 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
932
933 2019-06-24 Tom de Vries <tdevries@suse.de>
934
935 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
936
937 2019-06-24 Tom de Vries <tdevries@suse.de>
938
939 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
940 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
941 * gdb.trace/unavailable-dwarf-piece.exp: Same.
942
943 2019-06-24 Tom de Vries <tdevries@suse.de>
944
945 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
946
947 2019-06-21 Tom de Vries <tdevries@suse.de>
948
949 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
950
951 2019-06-21 Tom de Vries <tdevries@suse.de>
952
953 PR testsuite/24518
954 PR ada/24713
955 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
956 index.
957
958 2019-06-19 Tom Tromey <tromey@adacore.com>
959
960 * gdb.ada/length_cond.exp: Add intro comment.
961
962 2019-06-19 Tom Tromey <tromey@adacore.com>
963
964 * gdb.ada/length_cond.exp: New file.
965 * gdb.ada/length_cond/length_cond.adb: New file.
966 * gdb.ada/length_cond/pck.adb: New file.
967 * gdb.ada/length_cond/pck.ads: New file.
968
969 2019-06-18 Tom de Vries <tdevries@suse.de>
970
971 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
972
973 2019-06-18 Tom Tromey <tromey@adacore.com>
974
975 * gdb.base/list0.h: Add comment explaining control character.
976
977 2019-06-18 Tom de Vries <tdevries@suse.de>
978
979 * boards/fission.exp: Break up long debug_flags line.
980
981 2019-06-16 Tom de Vries <tdevries@suse.de>
982
983 PR gdb/24445
984 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
985 generated index.
986
987 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 PR gdb/24686
990 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
991 improve detection of bug gdb/24541.
992
993 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
994
995 PR gdb/24669
996 * gdb.base/index-cache.exp (uses_readnow,
997 expecting_index_cache_use): Define global variable.
998 (test_cache_enabled_miss, test_cache_enabled_hit): Use
999 expecting_index_cache_use.
1000
1001 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1002 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.fortran/pointers.f90: New file.
1005 * gdb.fortran/print_type.exp: New file.
1006 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1007 * gdb.fortran/vla-type.exp: Likewise.
1008 * gdb.fortran/vla-value.exp: Likewise.
1009 * gdb.mi/mi-vla-fortran.exp: Likewise.
1010
1011 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1014 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1015 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1016 as a stop reason.
1017
1018 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/annota1.exp: Update expected results.
1021 * gdb.cp/annota2.exp: Likewise.
1022 * gdb.cp/annota3.exp: Likewise.
1023
1024 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.base/style-logging.exp: Remove path from test name.
1027
1028 2019-06-14 Tom Tromey <tromey@adacore.com>
1029
1030 PR gdb/24502:
1031 * gdb.base/style-logging.exp: New file.
1032
1033 2019-06-14 Tom Tromey <tromey@adacore.com>
1034
1035 * gdb.base/symfile-warn.exp: New file.
1036 * gdb.base/symfile-warn.c: New file.
1037
1038 2019-06-14 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.base/annotate-symlink.exp: New file.
1041
1042 2019-06-14 Tom Tromey <tromey@adacore.com>
1043
1044 * gdb.ada/set_wstr.exp: Add reassignment test.
1045
1046 2019-06-14 Tom Tromey <tromey@adacore.com>
1047
1048 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1049 'unchecked_access and 'unrestricted_access as well.
1050
1051 2019-06-14 Tom Tromey <tromey@adacore.com>
1052
1053 PR ada/24539:
1054 * gdb.ada/vla.exp: Update tests.
1055 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1056 pragma.
1057
1058 2019-06-13 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.base/settings.exp (test-integer): Test junk after
1061 "unlimited".
1062
1063 2019-06-13 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/options.exp (test-thread-apply): New.
1066 (top level): Call it.
1067
1068 2019-06-13 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.base/options.exp (test-frame-apply): New.
1071 (top level): Test print commands with different "frame apply"
1072 prefixes.
1073
1074 2019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1077 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1078 'max_completions' parameter and handle it.
1079 (test_gdb_completion_offers_commands): New.
1080
1081 2019-06-13 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1084
1085 2019-06-13 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/options.exp (test-backtrace): New.
1088 (top level): Call it.
1089
1090 2019-06-13 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.guile/scm-frame-args.exp: Use "set print
1093 raw-frame-arguments" instead of "set print raw frame-arguments".
1094 * gdb.python/py-frame-args.exp: Likewise.
1095
1096 2019-06-13 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.compile/compile.exp: Adjust expected output to option
1099 processing changes.
1100
1101 2019-06-13 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/options.exp: Build executable.
1104 (test-print): New procedure.
1105 (top level): Call it, once for "print" and another for "compile
1106 print".
1107
1108 2019-06-13 Pedro Alves <palves@redhat.com>
1109
1110 * gdb.base/options.c: New file.
1111 * gdb.base/options.exp: New file.
1112
1113 2019-06-13 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1116 that "o" is ambiguous.
1117
1118 2019-06-13 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.base/settings.c: New file.
1121 * gdb.base/settings.exp: New file.
1122
1123 2019-06-13 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.base/completion.exp: Fix comment typo.
1126
1127 2019-06-13 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1130 foo --1" test.
1131
1132 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1133
1134 * gdb.fortran/block-data.f: New.
1135 * gdb.fortran/block-data.exp: New.
1136
1137 2019-06-11 Tom de Vries <tdevries@suse.de>
1138
1139 PR testsuite/24521
1140 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1141 message.
1142
1143 2019-06-11 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/24521
1146 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1147
1148 2019-06-11 Tom de Vries <tdevries@suse.de>
1149
1150 * boards/readnow.exp: New file.
1151
1152 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.fortran/vla-sizeof.exp: Update expected results.
1155
1156 2019-06-06 Amos Bird <amosbird@gmail.com>
1157
1158 * gdb.base/annota1.exp (thread_switch): Add test for
1159 thread-exited annotation.
1160
1161 2019-06-06 Tom Tromey <tromey@adacore.com>
1162
1163 * gdb.base/maint.exp: Expect command started/finished output.
1164
1165 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1168 comment.
1169 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1170
1171 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1174 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1175 * gdb.arch/riscv-unwind-long-insn.c: New file.
1176 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1177
1178 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1179
1180 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1181
1182 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1183
1184 * lib/gdb.exp (help_list_trailer): New regexp variable
1185 factorizing the help trailer message.
1186 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1187 arg to allow to better factorize various tests.
1188 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1189 (test_prefix_command_help): Use help_list_trailer.
1190 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1191 * gdb.guile/scm-cmd.exp: Likewise.
1192 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1193 * gdb.base/help.exp: Use test_user_defined_class_help.
1194 * gdb.base/style.exp: Add tests for styling of help and apropos.
1195 * lib/gdb-utils.exp (style): Add title and highlight styles.
1196
1197 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1198
1199 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1200 $_shell_exitsignal.
1201 * gdb.base/default.exp: Update for new convenience variables.
1202
1203 2019-05-29 Tom Tromey <tromey@adacore.com>
1204
1205 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1206 to "break complete ada" test case's regexp.
1207
1208 2019-05-29 Tom Tromey <tromey@adacore.com>
1209
1210 PR c++/20020:
1211 * gdb.cp/constexpr-field.exp: New file.
1212 * gdb.cp/constexpr-field.cc: New file.
1213
1214 2019-05-29 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.base/finish.exp (finish_no_print): New proc.
1217 (finish_tests): Call it.
1218
1219 2019-05-24 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.dwarf2/gdb-add-index.exp: New file.
1222
1223 2019-05-22 Tom Tromey <tromey@adacore.com>
1224
1225 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1226 * gdb.base/style.exp: Use "style".
1227 * lib/gdb-utils.exp (style): New proc.
1228
1229 2019-05-22 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.base/align.exp: Require c++11.
1232
1233 2019-05-22 Tom de Vries <tdevries@suse.de>
1234
1235 PR testsuite/24586
1236 * gdb.python/py-mi-var-info-path-expression.exp: Call
1237 mi_skip_python_tests to check if python is supported.
1238
1239 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1240
1241 * gdb.arch/aarch64-pauth.c: New test.
1242 * gdb.arch/aarch64-pauth.exp: New file.
1243
1244 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1245
1246 * README (Re-running Tests Outside The Testsuite): New section.
1247
1248 2019-05-21 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.arch/amd64-eval.exp: Require c++11.
1251 * gdb.base/max-depth.exp: Same.
1252 * gdb.compile/compile-cplus-array-decay.exp: Same.
1253 * gdb.cp/meth-typedefs.exp: Same.
1254 * gdb.cp/subtypes.exp: Same.
1255 * gdb.cp/temargs.exp: Same.
1256
1257 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1258
1259 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1260
1261 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 PR gdb/18644
1264 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1265 * gdb.fortran/printing-types.exp: Add new test.
1266 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1267 testing.
1268 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1269 setup_kfail call.
1270
1271 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1272
1273 * README (Running the Testsuite): Change example.
1274 (Testsuite Parameters): Remove TRANSCRIPT.
1275 * lib/gdb.exp: Remove TRANSCRIPT check.
1276
1277 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1278
1279 * README (Testsuite Parameters): Add replay logging to
1280 GDBSERVER_DEBUG.
1281 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1282 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1283 as a comma separated list.
1284 (gdb_debug_init): Override procedure.
1285
1286 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1287
1288 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1289 (gdb_write_cmd_file): New procedure.
1290 * lib/gdbserver-support.exp (gdbserver_start): Call
1291 gdbserver_write_cmd_file.
1292 (gdbserver_write_cmd_file): New procedure.
1293
1294 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1295
1296 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1297 (delete_breakpoints): Likewise.
1298 (gdb_run_cmd): Likewise.
1299 (gdb_start_cmd): Likewise.
1300 (gdb_starti_cmd): Likewise.
1301 (gdb_internal_error_resync): Likewise.
1302 (gdb_test_multiple): Likewise.
1303 (gdb_reinitialize_dir): Likewise.
1304 (default_gdb_exit): Likewise.
1305 (gdb_file_cmd): Mark kill as optional.
1306 (default_gdb_start): Call gdb_stdin_log_init.
1307 (send_gdb): Call gdb_stdin_log_write.
1308 (rerun_to_main): Mark Y as an answer.
1309 (gdb_stdin_log_init): New function.
1310 (gdb_stdin_log_write): Likewise.
1311
1312 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1313
1314 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1315 * gdb.base/debug-expr.exp: Likewise.
1316 * gdb.base/foll-fork.exp: Likewise.
1317 * gdb.base/foll-vfork.exp: Likewise.
1318 * gdb.base/fork-print-inferior-events.exp: Likewise.
1319 * gdb.base/gdb-sigterm.exp: Likewise.
1320 * gdb.base/gdbinit-history.exp: Likewise.
1321 * gdb.base/osabi.exp: Likewise.
1322 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1323 * gdb.base/ui-redirect.exp: Likewise.
1324 * gdb.gdb/unittest.exp: Likewise.
1325 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1326 * gdb.mi/mi-watch.exp: Likewise.
1327 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1328 * gdb.mi/user-selected-context-sync.exp: Likewise.
1329 * gdb.python/python.exp: Disable debug test when debugging.
1330 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1331 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1332 Likewise.
1333 * gdb.threads/stepi-random-signal.exp: Likewise.
1334
1335 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1336
1337 * Makefile.in: Pass through GDB_DEBUG.
1338 * README (Testsuite Parameters): Add GDB_DEBUG.
1339 (gdb,debug): Add board setting.
1340 * lib/gdb.exp (default_gdb_start): Start debugging.
1341 (gdb_debug_enabled): New procedure.
1342 (gdb_debug_init): Likewise.
1343
1344 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1345
1346 * Makefile.in: Pass through GDB_DEBUG.
1347 * README (Testsuite Parameters): Add GDB_DEBUG.
1348 (gdb,debug): Add board setting.
1349 * lib/gdb.exp (default_gdb_start): Start debugging.
1350 (gdb_debug_enabled): New procedure.
1351 (gdb_debug_init): Likewise.
1352
1353 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1354
1355 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1356
1357 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1358
1359 * gdb.base/ui-redirect.exp: Test redirection.
1360
1361 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1362
1363 * gdb.mi/mi-complete.exp: New file.
1364 * gdb.mi/mi-complete.cc: Likewise.
1365
1366 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1367
1368 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1369 indexed and sliced arrays, and pointers to arrays.
1370
1371 2019-05-14 Tom Tromey <tromey@adacore.com>
1372
1373 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1374 styling test.
1375
1376 2019-05-14 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1379 selection entry encoding.
1380
1381 2019-05-10 Tom Tromey <tromey@adacore.com>
1382
1383 * gdb.ada/info_exc.exp: Add "complete" test.
1384
1385 2019-05-09 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1388 CU-relative.
1389
1390 2019-05-09 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1393 CU-relative.
1394
1395 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1396
1397 * gdb.ada/frame_arg_lang.exp: New testcase.
1398 * gdb.ada/frame_arg_lang/bla.adb: New file.
1399 * gdb.ada/frame_arg_lang/pck.ads: New file.
1400 * gdb.ada/frame_arg_lang/pck.adb: New file.
1401 * gdb.ada/frame_arg_lang/foo.c: New file.
1402
1403 2019-05-08 Tom Tromey <tromey@adacore.com>
1404
1405 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1406
1407 2019-05-08 Tom Tromey <tromey@adacore.com>
1408
1409 * gdb.base/ptype-offsets.exp: Update tests.
1410
1411 2019-05-08 Tom Tromey <tromey@adacore.com>
1412
1413 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1414 cases.
1415 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1416 "short".
1417
1418 2019-05-08 Tom Tromey <tromey@adacore.com>
1419
1420 * gdb.ada/vla.exp: New file.
1421 * gdb.ada/vla/vla.adb: New file.
1422
1423 2019-05-07 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1426
1427 2019-05-07 Tom de Vries <tdevries@suse.de>
1428
1429 PR testsuite/24522
1430 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1431 section.
1432
1433 2019-05-07 Tom de Vries <tdevries@suse.de>
1434
1435 PR testsuite/24522
1436 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1437 .debug_aranges section.
1438
1439 2019-05-07 Tom de Vries <tdevries@suse.de>
1440
1441 PR testsuite/24159
1442 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1443
1444 2019-05-06 Tom de Vries <tdevries@suse.de>
1445
1446 * lib/gdb.exp (exec_has_index_section): New proc.
1447 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1448 section.
1449
1450 2019-05-04 Tom de Vries <tdevries@suse.de>
1451
1452 * boards/cc-with-debug-names.exp: New file.
1453
1454 2019-05-03 Tom Tromey <tromey@adacore.com>
1455
1456 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1457 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1458 * gdb.ada/char_enum.exp: Add test.
1459
1460 2019-05-03 Tom de Vries <tdevries@suse.de>
1461
1462 * boards/cc-with-gdb-index.exp: New file.
1463
1464 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.rust/simple.exp: Add new test case.
1467 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1468 (main): Initialise an instance of the new struct.
1469
1470 2019-05-01 Tom Tromey <tromey@adacore.com>
1471
1472 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1473 record.
1474 (NPR): New variable.
1475 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1476 test.
1477
1478 2019-05-01 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.ada/packed_array_assign.exp: Add packed assignment
1481 regression test.
1482
1483 2019-05-01 Tom de Vries <tdevries@suse.de>
1484
1485 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1486
1487 2019-05-01 Tom de Vries <tdevries@suse.de>
1488
1489 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1490
1491 2019-04-30 Ali Tamur <tamur@google.com>
1492
1493 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1494
1495 2019-04-30 Tom Tromey <tromey@adacore.com>
1496
1497 * lib/ada.exp (find_ada_tool): New proc.
1498 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1499 * gdb.ada/catch_ex_std.exp: New file.
1500 * gdb.ada/catch_ex_std/foo.adb: New file.
1501 * gdb.ada/catch_ex_std/some_package.adb: New file.
1502 * gdb.ada/catch_ex_std/some_package.ads: New file.
1503
1504 2019-04-30 Tom Tromey <tromey@adacore.com>
1505
1506 PR c++/24470:
1507 * gdb.cp/temargs.cc: Add test code from PR.
1508
1509 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * gdb.fortran/vla-datatypes.exp: Update expected results.
1512 * gdb.fortran/vla-ptype.exp: Likewise.
1513 * gdb.fortran/vla-type.exp: Likewise.
1514 * gdb.fortran/vla-value.exp: Likewise.
1515
1516 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.fortran/ptr-indentation.exp: Update expected results.
1519 * gdb.fortran/ptype-on-functions.exp: Likewise.
1520 * gdb.fortran/vla-ptr-info.exp: Likewise.
1521 * gdb.fortran/vla-value.exp: Likewise.
1522
1523 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.fortran/ptype-on-functions.exp: New file.
1526 * gdb.fortran/ptype-on-functions.f90: New file.
1527
1528 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1529
1530 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1531 case void string.
1532
1533 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1534
1535 * gdb.fortran/complex.exp: Expand.
1536 * gdb.fortran/complex.f: Renamed to...
1537 * gdb.fortran/complex.f90: ...this, and extended to add more
1538 complex values.
1539
1540 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1543 MODULO, CMPLX.
1544
1545 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1546 Richard Bunt <richard.bunt@arm.com>
1547
1548 * gdb.base/max-depth.c: New file.
1549 * gdb.base/max-depth.exp: New file.
1550 * gdb.python/py-nested-maps.c: New file.
1551 * gdb.python/py-nested-maps.exp: New file.
1552 * gdb.python/py-nested-maps.py: New file.
1553 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1554 (test_all_common): Call test_max_depth.
1555 * gdb.fortran/max-depth.exp: New file.
1556 * gdb.fortran/max-depth.f90: New file.
1557 * gdb.go/max-depth.exp: New file.
1558 * gdb.go/max-depth.go: New file.
1559 * gdb.modula2/max-depth.exp: New file.
1560 * gdb.modula2/max-depth.c: New file.
1561 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1562
1563 2019-04-29 Tom de Vries <tdevries@suse.de>
1564
1565 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1566
1567 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1568
1569 * gdb.base/callexit.exp: Test may-call-functions off.
1570
1571 2019-04-25 Keith Seitz <keiths@redhat.com>
1572
1573 PR c++/24367
1574 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1575 (another_incomplete_struct, test_incomplete): New definitions.
1576 (main): Use new definitions.
1577 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1578 functions.
1579
1580 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1581
1582 PR corefiles/11608
1583 PR corefiles/18187
1584 * gdb.base/coredump-filter-build-id.exp: New file.
1585
1586 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1587
1588 * Makefile.in: Pass through GDBSERVER_DEBUG.
1589 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1590 (gdbserver,debug): Add board setting.
1591 * gdb.trace/tspeed.exp: Skip when debugging.
1592 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1593 * lib/gdbserver-support.exp: Likewise
1594
1595 2019-04-24 Tom Tromey <tromey@adacore.com>
1596
1597 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1598 Rust.
1599
1600 2019-04-24 Tom Tromey <tromey@adacore.com>
1601
1602 * gdb.arch/amd64-eval.exp: Test bitfield return.
1603 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1604 (class Foo) <return_bitfields>: New method.
1605 (main): Call it.
1606
1607 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1608
1609 * gdb.cp/many-args.cc: New file.
1610 * gdb.cp/many-args.exp: New file.
1611
1612 2019-04-23 Tom de Vries <tdevries@suse.de>
1613
1614 PR gdb/24433
1615 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1616
1617 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1618
1619 * gdb.trace/backtrace.exp: Use nopie flag.
1620 * gdb.trace/circ.exp: Likewise.
1621 * gdb.trace/collection.exp: Likewise.
1622 * gdb.trace/ftrace.exp: Likewise.
1623 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1624 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1625 * gdb.trace/qtro.exp: Likewise.
1626 * gdb.trace/read-memory.exp: Likewise.
1627 * gdb.trace/report.exp: Likewise.
1628 * gdb.trace/tfile.exp: Likewise.
1629 * gdb.trace/tfind.exp: Likewise.
1630 * gdb.trace/unavailable.exp: Likewise.
1631
1632 2019-04-22 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/solib-probes-nosharedlibrary.c,
1635 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1636
1637 2019-04-19 Tom Tromey <tromey@adacore.com>
1638
1639 * gdb.ada/ptype_union.c: New file.
1640 * gdb.ada/ptype_union.exp: New file.
1641
1642 2019-04-19 Tom Tromey <tromey@adacore.com>
1643
1644 PR symtab/24423:
1645 * gdb.base/list0.h (foo): Add a control-l character.
1646
1647 2019-04-18 Tom de Vries <tdevries@suse.de>
1648
1649 PR gdb/24433
1650 * boards/local-board.exp: Set sysroot to "".
1651
1652 2019-04-18 Tom de Vries <tdevries@suse.de>
1653 Pedro Alves <palves@redhat.com>
1654
1655 PR gdb/24454
1656 * gdb.threads/vfork-follow-child-exec.c: New file.
1657 * gdb.threads/vfork-follow-child-exec.exp: New file.
1658 * gdb.threads/vfork-follow-child-exit.c: New file.
1659 * gdb.threads/vfork-follow-child-exit.exp: New file.
1660
1661 2019-04-15 Leszek Swirski <leszeks@google.com>
1662
1663 * gdb.arch/amd64-eval.cc: New file.
1664 * gdb.arch/amd64-eval.exp: New file.
1665
1666 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1667
1668 * gdb.server/sysroot.c: New test.
1669 * gdb.server/sysroot.exp: New file.
1670 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1671 matching param.
1672
1673 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.base/align.exp: Extend test to cover structures containing
1676 only static fields.
1677
1678 2019-04-11 Tom de Vries <tdevries@suse.de>
1679
1680 * boards/cc-with-dwz-m.exp: New file.
1681 * boards/cc-with-dwz.exp: New file.
1682 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1683
1684 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1685
1686 * gdb.base/start-cpp.exp: New file.
1687 * gdb.base/start-cpp.cc: New file.
1688
1689 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1690
1691 * gdb.python/py-thrhandle.exp: Adjust tests to call
1692 thread_from_handle instead of thread_from_thread_handle.
1693
1694 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1695
1696 * gdb.python/py-thrhandle.exp: Add tests for
1697 gdb.InferiorThread.handle.
1698
1699 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1700
1701 * gdb.python/py-function.exp: Check calling helper function from
1702 all languages.
1703 * lib/gdb.exp (gdb_supported_languages): New proc.
1704
1705 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.base/complex-parts.c: New file.
1708 * gdb.base/complex-parts.exp: New file.
1709
1710 2019-04-01 Tom Tromey <tromey@adacore.com>
1711
1712 PR symtab/23331:
1713 * gdb.dwarf2/dw2-ranges-main.c: New file.
1714 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1715 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1716
1717 2019-03-30 Simon Marchi <simark@simark.ca>
1718
1719 * gdb.base/default.exp: Add values for $_gdb_major and
1720 $_gdb_minor.
1721
1722 2019-03-29 Tom Tromey <tromey@adacore.com>
1723
1724 * gdb.base/help.exp: Tighten apropos regexp.
1725
1726 2019-03-29 Keith Seitz <keiths@redhat.com>
1727
1728 * gdb.fortran/array-bounds.exp: New file.
1729 * gdb.fortran/array-bounds.f90: New file.
1730
1731 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1732
1733 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1734
1735 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * gdb.multi/hello.c (main): Increase alarm timer.
1738
1739 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1740
1741 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1742 factor when no hardware watchpoint support.
1743
1744 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1745 Pedro Alves <palves@redhat.com>
1746
1747 * boards/local-board.exp: set sysroot to /.
1748
1749 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1750
1751 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1752 in child.
1753
1754 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1757 field.
1758 (make_container): Initialise new field.
1759 * gdb.python/py-prettyprint.exp: Add new tests.
1760 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1761 <display_hint>: New method.
1762
1763 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1766 gdb_continue_to_breakpoint more throughout this test.
1767 (run_lang_tests) Supply unique test names, and use
1768 gdb_test_no_output.
1769
1770 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.base/finish-pretty.exp: Update expected results.
1773 * gdb.base/pretty-print.c: New file.
1774 * gdb.base/pretty-print.exp: New file.
1775
1776 2019-03-25 Pedro Alves <palves@redhat.com>
1777
1778 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1779 move comments outside list. Append '-i "" eof' section.
1780
1781 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1782
1783 * README: Add pie options.
1784 * gdb.base/break-interp.exp: Ensure pie is disabled.
1785 * gdb.base/dump.exp: Likewise.
1786 * lib/gdb.exp (gdb_compile): Add pie option.
1787
1788 2019-03-19 Tom Tromey <tromey@adacore.com>
1789
1790 * gdb.mi/mi2-cli-display.c: New file.
1791 * gdb.mi/mi2-cli-display.exp: New file.
1792
1793 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1794 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.ada/ptype_array/pck.adb: New file.
1797 * gdb.ada/ptype_array/pck.ads: New file.
1798 * gdb.ada/ptype_array/foo.adb: New file.
1799 * gdb.ada/ptype_array.exp: New file.
1800
1801 2019-03-14 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.base/style.exp: Add "set style sources" test.
1804
1805 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1806
1807 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1808 * mi-breakpoint-multiple-locations.exp: ... this.
1809 (make_breakpoints_pattern): New proc.
1810 (do_test): Add mi_version parameter, test -break-insert,
1811 -break-info and =breakpoint-created.
1812
1813 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * config/default.exp: Remove 'load_lib gdb.exp'.
1816 * config/monitor.exp: Likewise.
1817 * config/sid.exp: Likewise.
1818 * config/sim.exp: Likewise.
1819 * config/slite.exp: Likewise.
1820 * config/unix.exp: Likewise.
1821 * gdb.base/default.exp: Remove unhelpful comment.
1822
1823 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1826
1827 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1830
1831 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1832
1833 * gdb.fortran/type-kinds.exp: Update expected results.
1834
1835 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1838
1839 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1842 function.
1843 (test_basic_parsing_of_type_kinds): Expand types tested.
1844 (test_parsing_invalid_type_kinds): New function.
1845
1846 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.fortran/intrinsics.exp: New file.
1849 * gdb.fortran/intrinsics.f90: New file.
1850 * gdb.fortran/type-kinds.exp: New file.
1851
1852 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.fortran/dot-ops.exp: New file.
1855
1856 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1859 Check upper and lower case logical literals.
1860
1861 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1864 Remove duplicate tests.
1865
1866 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1867
1868 * lib/gdb.exp (builtin_cd): rename of cd.
1869 (cd): Override builtin.
1870
1871 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1872
1873 * gdb.fortran/function-calls.exp: New file.
1874 * gdb.fortran/function-calls.f90: New test.
1875
1876 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1877
1878 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1879 on user program standard output.
1880 * gdb.fortran/short-circuit-argument-list.f90: Record function
1881 calls.
1882
1883 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1884
1885 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1886 failure.
1887
1888 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1889
1890 PR gdb/8527
1891 * gdb.base/interrupt-daemon-attach.c,
1892 gdb.base/interrupt-daemon-attach.exp: New test.
1893
1894 2019-02-27 Pedro Alves <palves@redhat.com>
1895
1896 * gdb.base/page.exp: Add tests for "set width/height -1".
1897
1898 2019-02-27 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/page.exp: Add tests for "set/show width/height" with
1901 "infinite" values.
1902
1903 2019-02-27 Tom Tromey <tromey@adacore.com>
1904
1905 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1906 2.4.
1907 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1908 workaround.
1909
1910 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1911
1912 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1913 tests for structs with static members.
1914
1915 2019-02-26 Tom Tromey <tromey@adacore.com>
1916
1917 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1918 ValueError, not TypeError.
1919
1920 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1921
1922 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1923 call from main program.
1924
1925 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1928 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1929 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1930 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1931 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1932
1933 2019-02-22 Keith Seitz <keiths@redhat.com>
1934
1935 PR symtab/23853
1936 * gdb.base/symlink-sourcefile.c: New file.
1937 * gdb.base/symlink-sourcefile.exp: New file.
1938
1939 2019-02-20 Tom Tromey <tom@tromey.com>
1940
1941 * gdb.base/info_qt.exp: Update.
1942
1943 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1944
1945 * gdb.base/source.exp: Move "error in sourced script" code to
1946 the end.
1947 * gdb.base/source-error.gdb: Move contents to
1948 source-error-1.gdb. Add new code to source source-error-1.gdb.
1949 * gdb.base/source-error-1.gdb: New file, from previous
1950 source-error.gdb.
1951
1952 2019-02-17 Tom Tromey <tom@tromey.com>
1953
1954 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1955 for macro styling.
1956 * gdb.base/style.c (SOME_MACRO): New macro.
1957
1958 2019-02-17 Tom Tromey <tom@tromey.com>
1959
1960 * gdb.base/style.exp: Add line-wrapping tests.
1961 * gdb.base/page.exp: Add test for quitting during pagination.
1962
1963 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1964
1965 * gdb.ada/big_packed_array: New testcase.
1966 * gdb.ada/homonym.exp: Fix incorrect expected output for
1967 "break <homonym__get_value>" test.
1968
1969 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1970
1971 PR breakpoints/21870
1972 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1973 and prepare_for_testing. Add comment.
1974 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1975 redundant cleanup call. Clean up comment.
1976
1977 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1978
1979 PR breakpoints/21870
1980 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1981 * gdb.arch/aarch64-dbreg-contents.c: New file.
1982
1983 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1984
1985 * gdb.ada/mi_ref_changeable: New testcase.
1986
1987 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1988
1989 * gdb.base/attach.exp: Add double attach test.
1990
1991 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1992
1993 * lib/gdb.exp (default_gdb_start): Don't match pagination
1994 prompt.
1995 (gdb_init): Set stty_init.
1996
1997 2019-01-27 Tom Tromey <tom@tromey.com>
1998
1999 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2000 skip_python_tests.
2001
2002 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2003
2004 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2005 New structure.
2006 (struct struct_static_02_02): Likewise.
2007 (struct struct_static_02_03): Likewise.
2008 (struct struct_static_02_04): Likewise.
2009 (struct struct_static_04_01): Likewise.
2010 (struct struct_static_04_02): Likewise.
2011 (struct struct_static_04_03): Likewise.
2012 (struct struct_static_04_04): Likewise.
2013 (struct struct_static_06_01): Likewise.
2014 (struct struct_static_06_02): Likewise.
2015 (struct struct_static_06_03): Likewise.
2016 (struct struct_static_06_04): Likewise.
2017 (cmp_struct_static_02_01): Likewise.
2018 (cmp_struct_static_02_02): Likewise.
2019 (cmp_struct_static_02_03): Likewise.
2020 (cmp_struct_static_02_04): Likewise.
2021 (cmp_struct_static_04_01): Likewise.
2022 (cmp_struct_static_04_02): Likewise.
2023 (cmp_struct_static_04_03): Likewise.
2024 (cmp_struct_static_04_04): Likewise.
2025 (cmp_struct_static_06_01): Likewise.
2026 (cmp_struct_static_06_02): Likewise.
2027 (cmp_struct_static_06_03): Likewise.
2028 (cmp_struct_static_06_04): Likewise.
2029 (call_all): Test new structs.
2030 * gdb.base/infcall-nested-structs.exp: Likewise.
2031
2032 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2033 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2034
2035 2019-01-21 Alan Hayward <alan.hayward@arm.com>
2036 * gdb.base/stack-protector.c: New test.
2037 * gdb.base/stack-protector.exp: New file.
2038 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2039 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2040 option.
2041 (gdb_compile): Remove stack protector for GCC and prevent
2042 recursion.
2043
2044 2019-01-16 Keith Seitz <keiths@redhat.com>
2045
2046 PR gdb/23773
2047 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2048
2049 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2050
2051 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2052 aliases.
2053 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2054 tests.
2055 * gdb.arch/powerpc-vector-regs.c: New file.
2056 * gdb.arch/powerpc-vector-regs.exp: New file.
2057
2058 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2059
2060 * gdb.arch/altivec-regs.exp: Fix the list passed to
2061 gdb_expect_list when testing "info vector".
2062
2063 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2064
2065 * gdb.base/style.exp: Don't include path in testname.
2066
2067 2019-01-10 Keith Seitz <keiths@redhat.com>
2068
2069 PR gdb/23712
2070 PR symtab/23010
2071 * gdb.dwarf2/multidictionary.exp: New file.
2072
2073 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2074
2075 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2076 (test_gnuv3_style_demangling): ... this.
2077 (test_lucid_style_demangling): Remove.
2078 (test_arm_style_demangling): Remove.
2079 (test_hp_style_demangling): Remove.
2080 (do_tests): Remove calls to the above.
2081
2082 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2085 case.
2086
2087 2019-01-06 Tom Tromey <tom@tromey.com>
2088
2089 PR gdb/28155:
2090 * gdb.dwarf2/typedef-void-finish.exp: New file.
2091
2092 2018-12-28 Tom Tromey <tom@tromey.com>
2093 Simon Marchi <simark@simark.ca>
2094
2095 * gdb.base/jit-exec.exp: New file.
2096 * gdb.base/jit-exec.c: New file.
2097 * gdb.base/jit-execd.c: New file.
2098
2099 2018-12-28 Tom Tromey <tom@tromey.com>
2100
2101 * gdb.base/style.exp: Update test to check for address styling.
2102
2103 2018-12-28 Tom Tromey <tom@tromey.com>
2104
2105 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2106 message.
2107
2108 2018-12-28 Tom Tromey <tom@tromey.com>
2109
2110 * gdb.base/style.exp: Add test for version number styling.
2111
2112 2018-12-28 Tom Tromey <tom@tromey.com>
2113
2114 * gdb.base/style.exp: Add test for print_address_symbolic.
2115
2116 2018-12-28 Tom Tromey <tom@tromey.com>
2117
2118 * gdb.base/style.exp: Add test for breakpoint setting.
2119
2120 2018-12-28 Tom Tromey <tom@tromey.com>
2121
2122 * gdb.base/style.exp: Add test for variable names.
2123
2124 2018-12-28 Tom Tromey <tom@tromey.com>
2125
2126 * gdb.base/style.exp: New file.
2127 * gdb.base/style.c: New file.
2128
2129 2018-12-28 Tom Tromey <tom@tromey.com>
2130
2131 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2132 "dumb".
2133 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2134 the TERM environment variable.
2135
2136 2018-12-27 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2139 pagination test.
2140
2141 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2144 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2145
2146 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2147
2148 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2149 Filename a.adb changed to bp_fun_addr.adb.
2150 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2151
2152 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2153
2154 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2155 non-PIE executables.
2156 * README: Mention the gdb,nopie_flag board setting.
2157 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2158 non-PIE executable.
2159 * gdb.arch/amd64-entry-value.exp: Likewise.
2160 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2161 * gdb.arch/i386-float.exp: Likewise.
2162 * gdb.arch/i386-signal.exp: Likewise.
2163 * gdb.mi/mi-reg-undefined.exp: Likewise.
2164
2165 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2166
2167 PR gdb/23974
2168 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2169
2170 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2171
2172 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2173 Update order of results accordingly.
2174
2175 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.base/annota1.exp: Update a test regexp.
2178
2179 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2180
2181 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2182
2183 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2184
2185 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2186 (reuse_time): Initialize to REUSE_TIME_CAP.
2187 (check_rc): New function.
2188 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2189 Check pthread_create rc.
2190 (spawner_thread_func): Check pthread_create and pthread_join rc.
2191
2192 2018-12-08 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/list.exp (test_forward_search): Rename to ...
2195 (test_forward_reverse_search): ... this. Also test reverse-search
2196 and the forward-search alias.
2197
2198 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2201 local timeout variable before return, and remove all local timeout
2202 variable entirely.
2203 (gdb_load): Likewise.
2204
2205 2018-12-01 Tom de Vries <tdevries@suse.de>
2206
2207 * gdb.base/gdb-caching-proc.exp: New file.
2208
2209 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2210
2211 * Makefile.in (TIMESTAMP): New variable.
2212 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2213 command.
2214 (check-single-racy): Likewise.
2215 (check/%.exp): Likewise.
2216 (check-racy/%.exp): Likewise.
2217 (workers/%.worker): Likewise.
2218 (build-perf): Likewise.
2219 (check-perf): Likewise.
2220 * README: Describe new "TS" and "TS_FORMAT" variables.
2221 * print-ts.py: New file.
2222
2223 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2224
2225 PR python/23714
2226 * gdb.python/python.exp: Test command repetition after
2227 gdb.execute.
2228
2229 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2232 is correctly aligned.
2233
2234 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2235
2236 * gdb.ada/info_auto_lang.exp: New testcase.
2237 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2238 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2239 * gdb.ada/info_auto_lang/some_c.c: New file.
2240
2241 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2242
2243 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2244 FUNC_lang language syntax.
2245
2246 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2247
2248 * gdb.base/info_minsym.c: New file.
2249 * gdb.base/info_minsym.exp: New file.
2250
2251 2018-11-19 Tom Tromey <tom@tromey.com>
2252
2253 PR rust/23625:
2254 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2255 * gdb.rust/expr.exp: Update expected output. Change one test.
2256
2257 2018-11-19 Tom Tromey <tom@tromey.com>
2258
2259 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2260
2261 2018-11-19 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2264 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2265 see the expected warning.
2266
2267 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2268
2269 PR gdb/22736:
2270 * gdb.cp/infcall-nodebug-lib.c: New test.
2271 * gdb.cp/infcall-nodebug-main.c: New test.
2272 * gdb.cp/infcall-nodebug.exp: New file.
2273
2274 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2275
2276 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2277 completer tests.
2278
2279 2018-11-09 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.base/msym-lang.c: New test.
2282 * gdb.base/msym-lang.exp: New file.
2283 * gdb.base/msym-lang-main.c: New test.
2284
2285 2018-11-08 Tom Tromey <tom@tromey.com>
2286
2287 PR gdb/23555:
2288 PR gdb/23838:
2289 * gdb.base/warning.exp: New file.
2290
2291 2018-11-08 Jan Beulich <jbeulich@suse.com>
2292
2293 * testsuite/gdb.arch/i386-avx512.c,
2294 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2295
2296 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2297
2298 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2299 point hardware.
2300
2301 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2302
2303 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2304 * gdb.dwarf2/missing-type-name.exp: New file.
2305
2306 2018-11-06 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.base/many-headers.c: New test.
2309 * gdb.base/many-headers.exp: New file.
2310
2311 2018-11-06 Jim Wilson <jimw@sifive.com>
2312
2313 * gdb.base/code_elim.exp: For riscv, set additional_flags
2314 to include -msmall-data-limit=0.
2315
2316 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2317
2318 * gdb.ada/watch_minus_l: New testcase.
2319
2320 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2321
2322 * gdb.arch/aix-sighandle.c: New file.
2323 * gdb.arch/aix-sighandle.exp: New file.
2324
2325 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2326
2327 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2328 registers being unions.
2329
2330 2018-10-31 Tom de Vries <tdevries@suse.de>
2331
2332 * lib/valgrind.exp: New file.
2333 (vgdb_start, vgdb_stop): New procs, factored out of ...
2334 * gdb.base/valgrind-bt.exp: ... here, ...
2335 * gdb.base/valgrind-disp-step.exp: ... here and ...
2336 * gdb.base/valgrind-infcall.exp: ... here.
2337
2338 2018-10-31 Tom de Vries <tdevries@suse.de>
2339
2340 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2341
2342 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.dwarf2/void-type.c: New file.
2345 * gdb.dwarf2/void-type.exp: New file.
2346
2347 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2348
2349 * gdb.base/info_qt.c: New file.
2350 * gdb.base/info_qt.exp: New file.
2351
2352 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2353
2354 * gdb.arch/powerpc-htm-regs.c: New file.
2355 * gdb.arch/powerpc-htm-regs.exp: New file.
2356
2357 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2358
2359 * gdb.arch/powerpc-tar.c: New file.
2360 * gdb.arch/powerpc-tar.exp: New file.
2361
2362 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2363
2364 * gdb.arch/powerpc-ppr-dscr.c: New file.
2365 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2366
2367 2018-10-25 Tom de Vries <tdevries@suse.de>
2368
2369 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2370
2371 2018-10-24 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2374 longer exists error.
2375
2376 2018-10-24 Tom de Vries <tdevries@suse.de>
2377
2378 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2379
2380 2018-10-24 Tom de Vries <tdevries@suse.de>
2381
2382 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2383 --db-attach in valgrind.
2384
2385 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2386
2387 * gdb.arch/riscv-reg-aliases.c: New file.
2388 * gdb.arch/riscv-reg-aliases.exp: New file.
2389
2390 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2391
2392 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2393
2394 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2395
2396 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2397
2398 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2399
2400 * gdb.cp/ovldbreak.exp: Fix regexps.
2401
2402 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2403
2404 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2405
2406 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2407
2408 PR cli/23785
2409 * gdb.base/restore.exp: New test to check if "restore" with an
2410 invalid file doesn't segfault.
2411
2412 2018-10-18 Tom de Vries <tdevries@suse.de>
2413
2414 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2415 * gdb.ada/excep_handle.exp: Same.
2416 * gdb.ada/mi_string_access.exp: Same.
2417 * gdb.ada/mi_var_union.exp: Same.
2418 * gdb.arch/arc-analyze-prologue.exp: Same.
2419 * gdb.arch/arc-decode-insn.exp: Same.
2420 * gdb.base/readnever.exp: Same.
2421 * gdb.fortran/printing-types.exp: Same.
2422 * gdb.guile/scm-lazy-string.exp: Same.
2423
2424 2018-10-16 Tom de Vries <tdevries@suse.de>
2425
2426 PR gdb/23730
2427 * gdb.base/catch-follow-exec.c: Add copyright notice.
2428 * gdb.base/catch-follow-exec.exp: Rewrite to use
2429 gdb_spawn_with_cmdline_opts. Require gdb-native.
2430
2431 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2432
2433 * gdb.trace/actions-changed.exp: Check for arch support.
2434 * gdb.trace/actions.exp: Likewise.
2435 * gdb.trace/ax.exp: Likewise.
2436 * gdb.trace/backtrace.exp: Likewise.
2437 * gdb.trace/change-loc.exp: Likewise.
2438 * gdb.trace/deltrace.exp: Likewise.
2439 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2440 * gdb.trace/ftrace.exp: Likewise.
2441 * gdb.trace/infotrace.exp: Check for arch support.
2442 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2443 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2444 * gdb.trace/mi-tsv-changed.exp: Likewise.
2445 * gdb.trace/packetlen.exp: Likewise.
2446 * gdb.trace/passc-dyn.exp: Likewise.
2447 * gdb.trace/passcount.exp: Likewise.
2448 * gdb.trace/pending.exp: Likewise.
2449 * gdb.trace/range-stepping.exp: Check for shlib support.
2450 * gdb.trace/report.exp: Check for arch support.
2451 * gdb.trace/save-trace.exp: Likewise.
2452 * gdb.trace/signal.exp: Check for signal support.
2453 * gdb.trace/tfind.exp: Check for arch support.
2454 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2455 * gdb.trace/trace-common.h: Add comment.
2456 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2457 * gdb.trace/trace-enable-disable.exp: Likewise.
2458 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2459 * gdb.trace/tracecmd.exp: Check for arch support.
2460 * gdb.trace/tspeed.exp: Check for shlib and target support.
2461 * gdb.trace/tstatus.exp: Check for arch support.
2462 * gdb.trace/tsv.exp: Likewise.
2463 * gdb.trace/while-dyn.exp: Likewise.
2464 * gdb.trace/while-stepping.exp: Likewise.
2465 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2466
2467 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2468
2469 * gdb.trace/tspeed.exp: Remove nowarnings.
2470 (prepare_for_trace_test): Declare "global ipalib".
2471 * gdb.trace/tspeed.c: Include unistd.h.
2472 (main): Remove superfluous printf argument.
2473
2474 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2475
2476 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2477 directory prefix on the filename.
2478
2479 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2480
2481 * gdb.gdb/unittest.exp: Update expected message informing that
2482 selftests have been disabled.
2483 * gdb.server/unittest.exp: Likewise.
2484
2485 2018-10-09 Tom de Vries <tdevries@suse.de>
2486
2487 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2488 with runto_main.
2489
2490 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2491
2492 PR c++/16841
2493 * gdb.cp/virtbase2.cc: New file.
2494 * gdb.cp/virtbase2.exp: New file.
2495
2496 2018-10-06 Tom Tromey <tom@tromey.com>
2497
2498 PR python/19399:
2499 * gdb.python/py-inferior.exp: Add architecture test.
2500
2501 2018-10-06 Tom Tromey <tom@tromey.com>
2502
2503 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2504 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2505
2506 2018-10-06 Tom Tromey <tom@tromey.com>
2507
2508 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2509 of a "throw" catchpoint.
2510
2511 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2512
2513 * gdb.base/info-proc.exp: Update string expected from "help info
2514 proc".
2515
2516 2018-10-04 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2519 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2520 (test_initial_complaints, test_empty_complaints): Update.
2521 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2522
2523 2018-10-04 Tom Tromey <tom@tromey.com>
2524
2525 PR cli/19551:
2526 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2527 * lib/gdb.exp (gdb_file_cmd): Update.
2528 * gdb.stabs/weird.exp (print_weird_var): Update.
2529 * gdb.server/solib-list.exp: Update.
2530 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2531 * gdb.mi/mi-cli.exp: Update.
2532 * gdb.linespec/linespec.exp: Update.
2533 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2534 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2535 * gdb.cp/cp-relocate.exp: Update.
2536 * gdb.base/sym-file.exp: Update.
2537 * gdb.base/relocate.exp: Update.
2538 * gdb.base/readnever.exp: Update.
2539 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2540 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2541 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2542 * gdb.base/code_elim.exp: Update.
2543 * gdb.base/break-unload-file.exp (test_break): Update.
2544 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2545 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2546 Update.
2547 * gdb.base/attach.exp (do_attach_tests): Update.
2548 * gdb.base/sepdebug.exp: Update.
2549 * gdb.python/py-section-script.exp: Update.
2550
2551 2018-10-04 Tom Tromey <tom@tromey.com>
2552
2553 PR cli/22234:
2554 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2555 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2556 output.
2557
2558 2018-10-04 Tom Tromey <tom@tromey.com>
2559
2560 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2561 set width and height to 0.
2562 (test_command_line_attach_run): Use -quiet.
2563
2564 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2565
2566 * lib/gdb.exp (skip_ifunc_tests): New.
2567 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2568 other compile failures.
2569 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2570
2571 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2572
2573 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2574 is_amd64_regs_target.
2575
2576 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2577
2578 * gdb.arch/aarch64-sighandler-regs.c: New test.
2579 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2580 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2581
2582 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2583
2584 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2585 assembly.
2586
2587 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2588
2589 * gdb.base/frame-selection.exp: New file.
2590 * gdb.base/frame-selection.c: New file.
2591
2592 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2593
2594 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2595 pthread barrier.
2596 (main): Likewise.
2597
2598 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2599
2600 * gdb.base/large-frame-1.c: New file.
2601 * gdb.base/large-frame-2.c: New file.
2602 * gdb.base/large-frame.exp: New file.
2603 * gdb.base/large-frame.h: New file.
2604
2605 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2606
2607 PR gdb/20948
2608 * gdb.base/write_mem.exp: New test.
2609 * gdb.base/write_mem.c: Likewise.
2610
2611 2018-09-23 Tom Tromey <tom@tromey.com>
2612
2613 PR python/18852:
2614 * gdb.python/py-parameter.exp: Add test for parameter that throws
2615 on "set".
2616
2617 2018-09-23 Tom Tromey <tom@tromey.com>
2618
2619 PR python/17284:
2620 * gdb.python/py-template.exp (test_template_arg): Add test for
2621 negative template argument number.
2622
2623 2018-09-23 Tom Tromey <tom@tromey.com>
2624
2625 PR python/14062:
2626 * gdb.python/python.exp: Add test for post_event error.
2627
2628 2018-09-23 Tom Tromey <tom@tromey.com>
2629
2630 PR python/18170:
2631 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2632 convert pointers to int and long.
2633
2634 2018-09-23 Tom Tromey <tom@tromey.com>
2635
2636 PR python/20126:
2637 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2638 signed-ness conversion tests.
2639
2640 2018-09-23 Tom Tromey <tom@tromey.com>
2641
2642 PR python/18352;
2643 * gdb.python/py-value.exp (test_float_conversion): New proc.
2644 Use it.
2645
2646 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2647
2648 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2649
2650 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2651
2652 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2653 no readline.
2654 * gdb.base/utf8-identifiers.exp: Likewise.
2655 * gdb.cp/cpcompletion.exp: Likewise.
2656 * gdb.linespec/cpcompletion.exp: Likewise.
2657 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2658 * gdb.linespec/cpls-ops.exp: Likewise.
2659
2660 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2661 Chris January <chris.january@arm.com>
2662
2663 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2664 * gdb.fortran/short-circuit-argument-list.exp: New file.
2665 * gdb.fortran/short-circuit-argument-list.f90: New test.
2666
2667 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2668
2669 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2670 "arch=" keyword when executing "-stack-list-frames".
2671
2672 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2673
2674 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2675 "arch=" keyword when executing "-stack-list-frames".
2676
2677 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2678
2679 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2680 break ada".
2681
2682 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2683
2684 PR python/23669
2685 * gdb.python/python.exp: Test gdb.execute("show commands").
2686
2687 2018-09-16 Tom Tromey <tom@tromey.com>
2688
2689 * gdb.base/new-ui.exp (do_execution_tests): Update.
2690 * gdb.base/dbx.exp (test_breakpoints): Update.
2691
2692 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2693
2694 * lib/gdb.exp (gdb_simple_compile): Add proc.
2695 (is_elf_target): Use gdb_simple_compile.
2696 (skip_altivec_tests): Likewise.
2697 (skip_vsx_tests): Likewise.
2698 (skip_tsx_tests): Likewise.
2699 (skip_btrace_tests): Likewise.
2700 (skip_btrace_pt_tests): Likewise.
2701 (gdb_can_simple_compile): Likewise.
2702 (gdb_has_argv0): Likewise.
2703 (gdb_target_symbol_prefix): Likewise.
2704 (target_supports_scheduler_locking): Likewise.
2705
2706 2018-09-13 Tom Tromey <tom@tromey.com>
2707
2708 * Makefile.in (TAGS): Recognize proc_with_prefix and
2709 gdb_caching_proc.
2710
2711 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2712
2713 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2714 method.
2715
2716 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2717
2718 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2719 and a few other Inferior properties when the Inferior is no
2720 longer valid.
2721
2722 2018-09-13 Tom Tromey <tom@tromey.com>
2723
2724 PR rust/23650:
2725 * gdb.rust/simple.exp: Add test for enum field access error.
2726
2727 2018-09-13 Tom Tromey <tom@tromey.com>
2728
2729 PR rust/23626:
2730 * gdb.rust/simple.rs (EmptyEnum): New type.
2731 (main): Use it.
2732 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2733
2734 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2735
2736 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2737 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2738 * gdb.python/py-symtab.exp: Update test printing an objfile.
2739
2740 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2741
2742 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2743 object.
2744
2745 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2746
2747 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2748 (support_complex_tests): Use gdb_can_simple_compile.
2749 (is_ilp32_target): Likewise.
2750 (is_lp64_target): Likewise.
2751 (is_64_target): Likewise.
2752 (is_amd64_regs_target): Likewise.
2753 (is_aarch32_target): Likewise.
2754 (gdb_int128_helper): Likewise.
2755
2756 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2757
2758 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2759
2760 2018-09-10 Jerome Guitton <guitton@adacore.com>
2761
2762 * gdb.ada/same_component_name: Add test for case of tagged record
2763 with variable-length fields.
2764
2765 2018-09-10 Xavier Roirand <roirand@adacore.com>
2766
2767 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2768 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2769 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2770 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2771
2772 2018-09-10 Xavier Roirand <roirand@adacore.com>
2773
2774 * gdb.ada/mi_string_access.exp: New testcase.
2775 * gdb.ada/mi_string_access/bar.adb: New file.
2776 * gdb.ada/mi_string_access/pck.adb: New file.
2777 * gdb.ada/mi_string_access/pck.asd: New file.
2778
2779 2018-09-10 Xavier Roirand <roirand@adacore.com>
2780
2781 * gdb.ada/mi_var_union.exp: New testcase.
2782 * gdb.ada/mi_var_union/bar.adb: New file.
2783 * gdb.ada/mi_var_union/pck.adb: New file.
2784 * gdb.ada/mi_var_union/pck.asd: New file.
2785
2786 2018-09-08 Tom Tromey <tom@tromey.com>
2787
2788 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2789
2790 2018-09-08 Tom Tromey <tom@tromey.com>
2791
2792 PR python/16047:
2793 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2794 (register_pretty_printers): Register new printer.
2795 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2796 test.
2797 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2798 (an_int_type3): New global.
2799
2800 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2801
2802 * gdb.ada/expr_with_funcall: New testcase.
2803
2804 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2805
2806 * gdb.ada/packed_array_assign: New testcase.
2807
2808 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2809
2810 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2811 names, and add test prefixes to make test names unique.
2812
2813 2018-09-05 Tom de Vries <tdevries@suse.de>
2814
2815 * gdb.dwarf2/varval.exp: Add test.
2816
2817 2018-09-04 Gary Benson <gbenson@redhat.com>
2818
2819 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2820 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2821
2822 2018-08-31 Tom Tromey <tom@tromey.com>
2823
2824 * gdb.rust/simple.rs: Rename second variable "v".
2825
2826 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.base/funcargs.c (use_a): New function.
2829 (recurse): Call use_a.
2830
2831 2018-08-29 Keith Seitz <keiths@redhat.com>
2832
2833 * gdb.compile/compile-cplus-anonymous.cc: New file.
2834 * gdb.compile/compile-cplus-anonymous.exp: New file.
2835 * gdb.compile/compile-cplus-array-decay.cc: New file.
2836 * gdb.compile/compile-cplus-array-decay.exp: New file.
2837 * gdb.compile/compile-cplus-inherit.cc: New file.
2838 * gdb.compile/compile-cplus-inherit.exp: New file.
2839 * gdb.compile/compile-cplus-member.cc: New file.
2840 * gdb.compile/compile-cplus-member.exp: New file.
2841 * gdb.compile/compile-cplus-method.cc: New file.
2842 * gdb.compile/compile-cplus-method.exp: New file.
2843 * gdb.compile/compile-cplus-mod.c: "New" file.
2844 * gdb.compile/compile-cplus-namespace.cc: New file.
2845 * gdb.compile/compile-cplus-namespace.exp: New file.
2846 * gdb.compile/compile-cplus-nested.cc: New file.
2847 * gdb.compile/compile-cplus-nested.exp: New file.
2848 * gdb.compile/compile-cplus-print.c: "New" file.
2849 * gdb.compile/compile-cplus-print.exp: "New" file.
2850 * gdb.compile/compile-cplus-virtual.cc: New file.
2851 * gdb.compile/compile-cplus-virtual.exp: New file.
2852 * gdb.compile/compile-cplus.c: "New" file.
2853 * gdb.compile/compile-cplus.exp: "New" file.
2854 * lib/compile-support.exp: New file.
2855
2856 2018-08-16 Gary Benson <gbenson@redhat.com>
2857
2858 PR gdb/13000:
2859 * gdb.base/batch-exit-status.exp: New file.
2860 * gdb.base/batch-exit-status.good-commands: Likewise.
2861 * gdb.base/batch-exit-status.bad-commands: Likewise.
2862
2863 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2864
2865 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2866 (struct struct02): Likewise.
2867 (struct struct03): Likewise.
2868 (struct struct04): Likewise.
2869 (struct struct_01_01): New struct.
2870 (struct struct_01_02): Likewise.
2871 (struct struct_01_03): Likewise.
2872 (struct struct_01_04): Likewise.
2873 (struct struct_02_01): Likewise.
2874 (struct struct_02_02): Likewise.
2875 (struct struct_02_03): Likewise.
2876 (struct struct_02_04): Likewise.
2877 (struct struct_04_01): Likewise.
2878 (struct struct_04_02): Likewise.
2879 (struct struct_04_03): Likewise.
2880 (struct struct_04_04): Likewise.
2881 (struct struct_05_01): Likewise.
2882 (struct struct_05_02): Likewise.
2883 (struct struct_05_03): Likewise.
2884 (struct struct_05_04): Likewise.
2885 (cmp_struct01): Remove function.
2886 (cmp_struct02): Likewise.
2887 (cmp_struct03): Likewise.
2888 (cmp_struct04): Likewise.
2889 (cmp_struct_01_01): Add Function.
2890 (cmp_struct_01_02): Likewise.
2891 (cmp_struct_01_03): Likewise.
2892 (cmp_struct_01_04): Likewise.
2893 (cmp_struct_02_01): Likewise.
2894 (cmp_struct_02_02): Likewise.
2895 (cmp_struct_02_03): Likewise.
2896 (cmp_struct_02_04): Likewise.
2897 (cmp_struct_04_01): Likewise.
2898 (cmp_struct_04_02): Likewise.
2899 (cmp_struct_04_03): Likewise.
2900 (cmp_struct_04_04): Likewise.
2901 (cmp_struct_05_01): Likewise.
2902 (cmp_struct_05_02): Likewise.
2903 (cmp_struct_05_03): Likewise.
2904 (cmp_struct_05_04): Likewise.
2905 (call_all): Add new structs.
2906 * gdb.base/infcall-nested-structs.exp: Likewise.
2907
2908 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2909
2910 * gdb.python/py-framefilter-mi.exp: Update regexp to
2911 check for "arch" field in frame output.
2912
2913 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2914
2915 * gdb.dwarf2/dw2-ranges-func.c: New file.
2916 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2917
2918 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2919
2920 * gdb.base/term.exp: Compare terminal settings with values from
2921 the inferior.
2922 * gdb.base/term.c: Get and set terminal settings.
2923
2924 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2925
2926 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2927 accommodate new "arch" field in frame output.
2928 * gdb.mi/mi-return.exp: Likewise.
2929 * gdb.mi/mi-stack.exp: Likewise.
2930 * gdb.mi/mi-syn-frame.exp: Likewise.
2931 * gdb.mi/user-selected-context-sync.exp: Likewise.
2932
2933 2018-08-19 Michael Spang <spang@google.com>
2934
2935 PR gdb/11786
2936 * gdb.base/gcore-tls-pie.c: New file.
2937 * gdb.base/gcore-tls-pie.exp: New file.
2938
2939 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2940
2941 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2942 * gdb.dwarf2/varval.c: New file.
2943 * gdb.dwarf2/varval.exp: New file.
2944
2945 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2946
2947 PR gdb/18931
2948 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2949
2950 2018-08-16 Keith Seitz <keiths@redhat.com>
2951
2952 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2953 tests expected to pass.
2954
2955 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2956
2957 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2958 -data-disassemble -a.
2959 (test_disassembly_bogus_args): Likewise.
2960
2961 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2964
2965 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.base/vla-optimized-out.exp: Add new test.
2968
2969 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2970
2971 * gdb.base/vla-optimized-out-o3.exp: Delete.
2972 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2973 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2974 deleted tests.
2975
2976 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 PR gdb/18050:
2979 * gdb.server/extended-remote-restart.c: New file.
2980 * gdb.server/extended-remote-restart.exp: New file.
2981
2982 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2983
2984 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2985 "set variable index = 42".
2986
2987 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2988
2989 * boards/index-cache-gdb.exp: New file.
2990 * gdb.dwarf2/index-cache.exp: New file.
2991 * gdb.dwarf2/index-cache.c: New file.
2992 * gdb.base/maint.exp: Check if we are using the index cache.
2993
2994 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2995
2996 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2997 MAKEFLAGS.
2998
2999 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3000
3001 * dg-extract-results.sh: Move to toplevel contrib.
3002 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3003 * Makefile.in (check-parallel-racy): Likewise.
3004
3005 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3008 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3009 tests if the target supports scheduler locking.
3010
3011 2018-08-04 Tom de Vries <tdevries@suse.de>
3012
3013 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3014
3015 2018-08-02 Tom Tromey <tom@tromey.com>
3016
3017 PR symtab/16842.
3018 * gdb.cp/temargs.exp: Test "info address" of a template
3019 parameter.
3020
3021 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3022
3023 * gdb.python/py-mi-var-info-path-expression.c: New file.
3024 * gdb.python/py-mi-var-info-path-expression.py: New file.
3025 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3026
3027 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3028
3029 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3030 error after "cannot resolve name" string.
3031
3032 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3035 started.
3036 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3037
3038 2018-07-28 Tom de Vries <tdevries@suse.de>
3039
3040 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3041
3042 2018-07-26 Tom de Vries <tdevries@suse.de>
3043
3044 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3045
3046 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3049 is visible.
3050
3051 2018-07-26 Tom de Vries <tdevries@suse.de>
3052
3053 PR breakpoints/23366
3054 * gdb.base/catch-follow-exec.c: New test.
3055 * gdb.base/catch-follow-exec.exp: New file.
3056
3057 2018-07-25 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3060 vla-optimized-out.c.
3061
3062 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3063
3064 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3065 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3066
3067 2018-07-20 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3070 NOCLONE macro.
3071 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3072
3073 2018-07-19 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3076 regular expression.
3077
3078 2018-07-18 Tom de Vries <tdevries@suse.de>
3079
3080 * gdb.base/vla-optimized-out.c: New test.
3081 * gdb.base/vla-optimized-out.exp: New file.
3082
3083 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3084
3085 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3086 message "No address associated with hostname" when gdbserver
3087 cannot resolve the hostname.
3088
3089 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3090
3091 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3092 Add some test prefixes to make tests unique.
3093
3094 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3095
3096 * gdb.base/frameapply.c: New file.
3097 * gdb.base/frameapply.exp: New file.
3098
3099 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3100
3101 * gdb.base/skip.exp: Update expected error message.
3102
3103 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3104 Jan Kratochvil <jan.kratochvil@redhat.com>
3105 Paul Fertser <fercerpav@gmail.com>
3106 Tsutomu Seki <sekiriki@gmail.com>
3107
3108 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3109 parameter.
3110 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3111 by default.
3112 * boards/native-gdbserver.exp: Likewise.
3113 * gdb.server/run-without-local-binary.exp: Improve regexp used
3114 for detecting when a remote debugging connection succeeds.
3115 * gdb.server/server-connect.exp: New file.
3116 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3117 Do not prefix the port number with ":".
3118 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3119 support for detecting and using it. Add '$debughost_gdbserver'
3120 to the list of arguments used to start gdbserver. Handle case
3121 when gdbserver cannot resolve a network name.
3122
3123 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3124
3125 PR c++/23373
3126 * gdb.base/ptype-offsets.cc (struct static_member): New
3127 struct.
3128 (main) <stmember>: New variable.
3129 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3130 with a static member in it.
3131
3132 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3133
3134 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3135 watchpoints enabled and disabled.
3136
3137 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3138
3139 * gdb.base/examine-backward.exp: Still run tests around address
3140 0x0, even if address 0x0 is not readable. Update the pattern for
3141 matching address 0x0 in expected output.
3142
3143 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3146 malloc/free.
3147
3148 2018-07-04 Tom de Vries <tdevries@suse.de>
3149
3150 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3151
3152 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3153
3154 PR tdep/8282
3155 * gdb.arch/mips-disassembler-options.exp: New test.
3156 * gdb.arch/mips-disassembler-options.s: New test source.
3157
3158 2018-06-29 Pedro Alves <palves@redhat.com>
3159
3160 * gdb.threads/names.exp: Adjust expected "info threads" output.
3161
3162 2018-06-29 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.opt/inline-break.exp (line number, address): Add "info
3165 break" tests.
3166
3167 2018-06-29 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3170 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3171 number and address and running to them.
3172
3173 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3174
3175 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3176
3177 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * lib/compiler.c: Remove executable permission flag.
3180
3181 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3182
3183 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3184 code.
3185 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3186
3187 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3188
3189 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3190
3191 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3192
3193 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3194 address argument is omitted.
3195
3196 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3197
3198 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3199
3200 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3201
3202 PR gdb/21695
3203 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3204 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3205
3206 2018-06-26 Tom Tromey <tom@tromey.com>
3207
3208 PR rust/22574:
3209 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3210 * gdb.rust/simple.rs (struct SimpleLayout): New.
3211
3212 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3213
3214 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3215 "info registers" output.
3216
3217 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3218
3219 * gdb.base/watchpoint-hw-attach.c: New test.
3220 * gdb.base/watchpoint-hw-attach.exp: New file.
3221
3222 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3223
3224 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3225 through /bin/sh.
3226 * boards/dwarf4-gdb-index.exp: Likewise.
3227 * boards/fission-dwp.exp: Likewise.
3228
3229 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3230
3231 * gdb.base/float128.exp: Add comment and improved fail message
3232 to the failure case of "print large128" test.
3233
3234 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3235
3236 * configure.ac: Remove AC_PREREQ.
3237 * configure: Re-generate.
3238
3239 2018-06-19 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3242 (func_extern_caller): New.
3243 (main): Call func_extern_caller.
3244 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3245 logic change.
3246
3247 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3248
3249 PR gdb/16841
3250 * gdb.cp/typedef-base.cc: New file.
3251 * gdb.cp/typedef-base.exp: New file.
3252
3253 2018-06-18 Tom de Vries <tdevries@suse.de>
3254
3255 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3256
3257 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3258 Richard Bunt <Richard.Bunt@arm.com>
3259
3260 * gdb.threads/attach-slow-waitpid.c: New file.
3261 * gdb.threads/attach-slow-waitpid.exp: New file.
3262 * gdb.threads/slow-waitpid.c: New file.
3263
3264 2018-06-14 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/fork-running-state.c: Include <errno.h>.
3267 (exit_if_relative_exits): New.
3268 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3269 exits.
3270 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3271 child exits.
3272
3273 2018-06-14 Tom de Vries <tdevries@suse.de>
3274
3275 PR cli/22573
3276 * gdb.base/finish-pretty.c: New test.
3277 * gdb.base/finish-pretty.exp: New file.
3278
3279 2018-06-14 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3282 gdb's expected startup output.
3283
3284 2018-06-14 Pedro Alves <palves@redhat.com>
3285
3286 * lib/selftest-support.exp (selftest_setup): Remove inlined
3287 function handling.
3288
3289 2018-06-14 Tom de Vries <tdevries@suse.de>
3290
3291 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3292 matching of breakpoint printing.
3293
3294 2018-06-13 Tom de Vries <tdevries@suse.de>
3295
3296 PR testsuite/23269
3297 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3298 (fork_child): ... here, and ...
3299 (fork_parent): ... here.
3300
3301 2018-06-12 Tom de Vries <tdevries@suse.de>
3302
3303 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3304
3305 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3306 Stephen Roberts <stephen.roberts@arm.com>
3307
3308 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3309 rewrite test to describe action performed, rather than possible
3310 failure.
3311
3312 2018-06-08 Gary Benson <gbenson@redhat.com>
3313
3314 * gdb.threads/check-libthread-db.exp: New file.
3315 * gdb.threads/check-libthread-db.c: Likewise.
3316
3317 2018-06-05 Tom Tromey <tom@tromey.com>
3318
3319 * gdb.base/default.exp: Update expected "show version" output.
3320
3321 2018-06-05 Tom Tromey <tom@tromey.com>
3322
3323 PR cli/12326:
3324 * gdb.cp/static-print-quit.exp: Update.
3325 * lib/gdb.exp (pagination_prompt): Update.
3326 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3327 * gdb.python/python.exp: Update.
3328
3329 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3330
3331 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3332
3333 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/bp_fun_addr: New testcase.
3336
3337 2018-06-01 Tom Tromey <tom@tromey.com>
3338
3339 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3340 results.
3341 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3342 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3343 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3344 * gdb.base/maint.exp (maint_pass_if): Update.
3345
3346 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3347
3348 * gdb.base/endian.exp: New test.
3349 * gdb.base/endian.c: New test source.
3350
3351 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 PR gdb/23203
3354 * gdb.base/bt-selected-frame.c: New file.
3355 * gdb.base/bt-selected-frame.exp: New file.
3356 * lib/gdb.exp (get_current_frame_number): New function.
3357
3358 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3359 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.threads/tls-core.c: Include <stdlib.h>
3362 (thread_proc): Call `abort'.
3363 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3364 (tls_core_test): New procedure, bits factored out from ...
3365 (top level): ... here. Test both native cores and gcore cores.
3366
3367 2018-05-23 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3370
3371 2018-05-23 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3374 symfile_complaints.
3375 (test_short_complaints): Likewise.
3376 (test_empty_complaints): Likewise.
3377 (test_initial_complaints): Update.
3378
3379 2018-05-23 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3382
3383 2018-05-23 Tom Tromey <tom@tromey.com>
3384
3385 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3386 (test_short_complaints): Update.
3387
3388 2018-05-22 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/remote.exp: Only gdb_start after compiling the
3391 testcase. Issue "disconnect" before testing "set remote" command
3392 defaults. Issue clean_restart before running to main.
3393
3394 2018-05-22 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/remote.exp: Adjust expected output of "show remote
3397 memory-write-packet-size". Add tests for "set remote
3398 memory-write-packet-size 0" and "set remote
3399 memory-write-packet-size fixed/limit".
3400
3401 2018-05-22 Pedro Alves <palves@redhat.com>
3402
3403 PR gdb/22973
3404 * gdb.base/utf8-identifiers.c: New file.
3405 * gdb.base/utf8-identifiers.exp: New file.
3406
3407 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3408
3409 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3410
3411 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3412
3413 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3414
3415 2018-05-18 Tom Tromey <tom@tromey.com>
3416
3417 * gdb.base/ptype-offsets.exp: Update.
3418
3419 2018-05-17 Keith Seitz <keiths@redhat.com>
3420
3421 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3422 in expected breakpoint stop locations.
3423 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3424 move to proper scope to test variable values.
3425 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3426 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3427 New functions.
3428 (main): Call not_inline_func3.
3429 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3430 inline_func1, inline_func2, and inline_func3. Test that when each
3431 breakpoint is hit, GDB properly reports both the stop location
3432 and the backtrace. Repeat tests for temporary breakpoints.
3433
3434 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3435
3436 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3437 rather then trying to access it in determining whether the PID
3438 of `gdbserver' could have been retrieved.
3439
3440 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.arch/amd64-init-x87-values.S: New file.
3443 * gdb.arch/amd64-init-x87-values.exp: New file.
3444
3445 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3446
3447 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3448
3449 2018-05-04 Tom Tromey <tom@tromey.com>
3450
3451 PR python/22730:
3452 * gdb.python/python.exp: Test multi-line execute.
3453
3454 2018-05-04 Tom Tromey <tom@tromey.com>
3455
3456 PR python/22731:
3457 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3458
3459 2018-05-04 Tom Tromey <tom@tromey.com>
3460
3461 PR gdb/11750:
3462 * gdb.base/define.exp: Test defining a user command inside a user
3463 command.
3464 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3465
3466 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3467 Pedro Alves <palves@redhat.com>
3468
3469 PR breakpoints/19806 and support for PR external/20207.
3470 * gdb.base/watchpoint-unaligned.c: New file.
3471 * gdb.base/watchpoint-unaligned.exp: New file.
3472
3473 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.base/maint.exp: Make test names unique, use
3476 test_prefix_command_help to test 'help maint info', and remove
3477 repeated test of 'help maint'.
3478
3479 2018-05-04 Tom Tromey <tom@tromey.com>
3480
3481 PR gdb/22619:
3482 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3483 behavior.
3484
3485 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3486
3487 * gdb.base/maint.exp: Process output from 'maint print registers'
3488 line at a time.
3489
3490 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3493 timeout.
3494
3495 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3496
3497 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3498 filter pattern.
3499
3500 2018-05-02 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3503 to_log_command renames.
3504 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3505
3506 2018-05-02 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.python/py-parameter.exp: Set test message.
3509
3510 2018-05-02 Tom Tromey <tom@tromey.com>
3511
3512 PR python/20084:
3513 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3514 PARAM_ZUINTEGER_UNLIMITED tests.
3515
3516 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3517
3518 PR rust/23124
3519 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3520 when casting.
3521
3522 2018-04-30 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.python/py-type.exp: Check align attribute.
3525 * gdb.python/py-type.c: New "aligncheck" global.
3526
3527 2018-04-30 Tom Tromey <tom@tromey.com>
3528
3529 PR exp/17095:
3530 * gdb.dwarf2/dw2-align.exp: New file.
3531 * gdb.cp/align.exp: New file.
3532 * gdb.base/align.exp: New file.
3533 * lib/gdb.exp (gdb_int128_helper): New proc.
3534 (has_int128_c, has_int128_cxx): New caching procs.
3535
3536 2018-04-27 Tom Tromey <tom@tromey.com>
3537
3538 PR rust/22545:
3539 * gdb.rust/simple.exp: Add inclusive range tests.
3540
3541 2018-04-26 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3544 ifunc breakpoint locations correctly of ifunc breakpoints set
3545 while the program resolves the ifunc.
3546
3547 2018-04-26 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/gnu-ifunc-final.c: New file.
3550 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3551 * gdb.base/gnu-ifunc.exp (executable): Delete.
3552 (staticexecutable): Adjust.
3553 (lib_opts, exec_opts): Delete.
3554 (make_binsuffix, build, set-break): New procedures.
3555 (misc_tests): New, with tests factored out from the top level.
3556 (top level): Test different combinations of ifunc resolver name,
3557 resolver with and with debug info, and ifunc target with and
3558 without debug info. Wrap static tests with with_target_prefix.
3559
3560 2018-04-26 Pedro Alves <palves@redhat.com>
3561
3562 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3563 return type" warnings.
3564
3565 2018-04-25 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3568 killed".
3569 * gdb.base/kill-after-signal.exp: Likewise.
3570 * gdb.threads/kill.exp: Likewise.
3571
3572 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3573 Sergio Durigan Junior <sergiodj@redhat.com>
3574 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3577 regexps to expect for '[Inferior ... detached]' as well.
3578 * gdb.base/attach.exp: Likewise.
3579 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3580 "gdb_continue_to_end".
3581 (test_catch_syscall_with_wrong_args): Likewise.
3582 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3583 ']'. Don't set 'verbose' on.
3584 * gdb.base/foll-vfork.exp: Likewise.
3585 * gdb.base/fork-print-inferior-events.c: New file.
3586 * gdb.base/fork-print-inferior-events.exp: New file.
3587 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3588 '[Inferior ... has been killed]' message.
3589 * gdb.base/kill-after-signal.exp: Likewise.
3590 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3591 detach message.
3592 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3593 message.
3594 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3595 regexps to expect for '[Inferior ... detached]' as well.
3596 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3597
3598 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 PR gdb/23104
3601 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3602
3603 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3604
3605 * gdb.threads/multiple-successive-infcall.c: New test.
3606 * gdb.threads/multiple-successive-infcall.exp: New file.
3607
3608 2018-04-17 Tom Tromey <tom@tromey.com>
3609
3610 * gdb.rust/simple.rs (Union): New type.
3611 (main): New local "u".
3612 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3613
3614 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3615
3616 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3617 number information in output of "whereis" command.
3618 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3619
3620 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3621
3622 * gdb.ada/info_types.exp: Adjust expected output to the line
3623 numbers now printed by "info var/func/type".
3624 * gdb.base/completion.exp: Likewise.
3625 * gdb.base/included.exp: Likewise.
3626 * gdb.cp/cp-relocate.exp: Likewise.
3627 * gdb.cp/cplusfuncs.exp: Likewise.
3628 * gdb.cp/namespace.exp: Likewise.
3629 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3630
3631 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3632
3633 * gdb.btrace/cpu.exp: New.
3634
3635 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3636
3637 * gdb.base/step-indirect-call-thunk.exp: New.
3638 * gdb.base/step-indirect-call-thunk.c: New.
3639 * gdb.reverse/step-indirect-call-thunk.exp: New.
3640 * gdb.reverse/step-indirect-call-thunk.c: New.
3641
3642 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3643
3644 * gdb.base/pie-fork.c: New file.
3645 * gdb.base/pie-fork.exp: New file.
3646
3647 2018-04-11 Tom Tromey <tom@tromey.com>
3648
3649 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3650
3651 2018-04-10 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3654 exits. Instead loop running forever.
3655 (fork_parent): Run forever too.
3656
3657 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3658
3659 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3660 mi_continue_to_line.
3661 * gdb.mi/mi-stack.c (callee4): Add comment.
3662
3663 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3664
3665 * gdb.mi/mi-stack.exp: Fix indentation.
3666
3667 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3668
3669 PR gdb/22979
3670 * gdb.arch/amd64-osabi.exp: New file.
3671
3672 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 PR gdb/22980
3675 * gdb.base/osabi.exp: New file.
3676
3677 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3678
3679 * gdb.cp/static-typedef-print.exp: New file.
3680 * gdb.cp/static-typedef-print.cc: New file.
3681
3682 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.ada/varsize_limit: New testcase.
3685
3686 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3687
3688 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3689
3690 * gdb.ada/notcplusplus: New testcase.
3691
3692 * gdb.base/c-linkage-name.c: New file.
3693 * gdb.base/c-linkage-name.exp: New testcase.
3694
3695 2018-03-26 Tom Tromey <tom@tromey.com>
3696
3697 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3698 * gdb.python/py-framefilter.py (name_error): New global.
3699 (ErrorInName.function): Use name_error.
3700
3701 2018-03-26 Tom Tromey <tom@tromey.com>
3702
3703 PR backtrace/15582:
3704 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3705
3706 2018-03-23 Keith Seitz <keiths@redhat.com>
3707
3708 PR c++/22968
3709 * gdb.cp/subtypes.exp: New file.
3710 * gdb.cp/subtypes.h: New file.
3711 * gdb.cp/subtypes.cc: New file.
3712 * gdb.cp/subtypes-2.cc: New file.
3713
3714 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3715
3716 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3717 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3718 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3719 -nostartfiles when compiling the test. Confirm that all registers
3720 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3721
3722 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3725 option, syntax was wrong anyway.
3726 * gdb.arch/arm-disp-step.exp: Likewise.
3727 * gdb.arch/sparc64-regs.exp: Likewise.
3728 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3729 option, syntax was wrong anyway, switch to use
3730 prepare_for_testing.
3731 * gdb.arch/i386-disp-step.exp: Likewise.
3732
3733 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3734
3735 * gdb.ada/exec_changed.exp: Replace "target_info exists
3736 use_gdb_stub" by "use_gdb_stub".
3737 * gdb.ada/start.exp: Likewise.
3738 * gdb.base/async-shell.exp: Likewise.
3739 * gdb.base/attach-pie-misread.exp: Likewise.
3740 * gdb.base/attach-wait-input.exp: Likewise.
3741 * gdb.base/break-entry.exp: Likewise.
3742 * gdb.base/break-interp.exp: Likewise.
3743 * gdb.base/dprintf-detach.exp: Likewise.
3744 * gdb.base/nostdlib.exp: Likewise.
3745 * gdb.base/solib-nodir.exp: Likewise.
3746 * gdb.base/statistics.exp: Likewise.
3747 * gdb.base/testenv.exp: Likewise.
3748 * gdb.mi/mi-exec-run.exp: Likewise.
3749 * gdb.mi/mi-start.exp: Likewise.
3750 * gdb.multi/dummy-frame-restore.exp: Likewise.
3751 * gdb.multi/multi-arch-exec.exp: Likewise.
3752 * gdb.multi/multi-arch.exp: Likewise.
3753 * gdb.multi/tids.exp: Likewise.
3754 * gdb.multi/watchpoint-multi.exp: Likewise.
3755 * gdb.python/py-events.exp: Likewise.
3756 * gdb.threads/attach-into-signal.exp: Likewise.
3757 * gdb.threads/attach-stopped.exp: Likewise.
3758 * gdb.threads/threadapply.exp: Likewise.
3759 * lib/selftest-support.exp: Likewise.
3760
3761 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3762
3763 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3764
3765 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3766
3767 * gdb.perf/template-breakpoints.cc: New file.
3768 * gdb.perf/template-breakpoints.exp: New file.
3769 * gdb.perf/template-breakpoints.py: New file.
3770
3771 2018-03-19 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3774 y0.
3775 * gdb.rust/simple.exp: Test bare identifier form of struct
3776 initializer.
3777
3778 2018-03-19 Tom Tromey <tom@tromey.com>
3779
3780 * gdb.gdb/observer.exp: Remove.
3781
3782 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3783
3784 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3785 "qualified" option when setting breakpoints.
3786 * gdb.trace/backtrace.exp: Likewise.
3787 * gdb.trace/circ.exp: Likewise.
3788 * gdb.trace/collection.exp: Likewise.
3789 * gdb.trace/disconnected-tracing.exp: Likewise.
3790 * gdb.trace/ftrace-lock.exp: Likewise.
3791 * gdb.trace/ftrace.exp: Likewise.
3792 * gdb.trace/infotrace.exp: Likewise.
3793 * gdb.trace/packetlen.exp: Likewise.
3794 * gdb.trace/passc-dyn.exp: Likewise.
3795 * gdb.trace/qtro.exp: Likewise.
3796 * gdb.trace/read-memory.exp: Likewise.
3797 * gdb.trace/report.exp: Likewise.
3798 * gdb.trace/signal.exp: Likewise.
3799 * gdb.trace/status-stop.exp: Likewise.
3800 * gdb.trace/strace.exp: Likewise.
3801 * gdb.trace/tfind.exp: Likewise.
3802 * gdb.trace/trace-break.exp: Likewise.
3803 * gdb.trace/trace-condition.exp: Likewise.
3804 * gdb.trace/trace-mt.exp: Likewise.
3805 * gdb.trace/tstatus.exp: Likewise.
3806 * gdb.trace/tsv.exp: Likewise.
3807 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3808 * gdb.trace/unavailable.exp: Likewise.
3809 * gdb.trace/while-dyn.exp: Likewise.
3810
3811 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3812
3813 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3814 that libinproctrace is copied to the target.
3815
3816 2018-03-14 Tom Tromey <tom@tromey.com>
3817
3818 PR cli/14977:
3819 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3820 a null pointer.
3821 * gdb.base/wchar.exp: Likewise.
3822
3823 2018-03-14 Tom Tromey <tom@tromey.com>
3824
3825 PR cli/19918:
3826 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3827 flag.
3828
3829 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 PR gdb/22841
3832 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3833 "target" to remote_exec.
3834
3835 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3836
3837 PR gdb/22841
3838 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3839 ${board}_upload): Remove.
3840
3841 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3842
3843 * gdb.cp/watch-cp.cc: New test.
3844 * gdb.cp/watch-cp.exp: New file.
3845
3846 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3847
3848 * gdb.base/infcall-nested-structs.exp: New file.
3849 * gdb.base/infcall-nested-structs.c: New file.
3850 * gdb.base/float.exp: Add riscv support.
3851
3852 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3853
3854 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3855 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3856
3857 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3858
3859 * gdb.server/abspath.exp: New file.
3860 * lib/gdb.exp (with_cwd): New procedure.
3861
3862 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3863
3864 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3865 use it.
3866 (gdb_is_target_remote_prompt): New proc.
3867 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3868 (gdb_is_target_native): Pass prompt parameter to
3869 gdb_is_target_1.
3870
3871 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3872
3873 * gdb.base/load-command.c: New file.
3874 * gdb.base/load-command.exp: New file.
3875 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3876 (gdb_is_target_1): ...this, and generalize for other targets
3877 than just remote.
3878 (gdb_is_target_remote): Use gdb_is_target_1.
3879 (gdb_is_target_native): use gdb_is_target_1.
3880
3881 2018-02-26 Tom Tromey <tom@tromey.com>
3882
3883 PR python/16497:
3884 * gdb.python/py-framefilter.exp: Update test.
3885
3886 2018-02-26 Tom Tromey <tom@tromey.com>
3887
3888 * gdb.dwarf2/variant.c: New file.
3889 * gdb.dwarf2/variant.exp: New file.
3890
3891 2018-02-26 Tom Tromey <tom@tromey.com>
3892
3893 * gdb.rust/simple.exp: Accept more possible results in enum test.
3894
3895 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3896
3897 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3898 parentheses.
3899
3900 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3901
3902 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3903 name of a variable: $actual_linejj -> $actual_line.
3904
3905 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3906
3907 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3908
3909 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3910
3911 * gdb.btrace/buffer-size.exp: Do not force BTS.
3912
3913 2018-02-14 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3916 getting a "Quit".
3917
3918 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3919
3920 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3921 Fix test name.
3922
3923 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3924
3925 * gdb.cp/m-static.exp: Check type of optimized out static
3926 member.
3927
3928 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3929
3930 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3931 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3932
3933 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3934 Leszek Swirski <leszeks@google.com>
3935
3936 * gdb.python/py-prettyprint.c
3937 (struct to_string_returns_value_inner,
3938 struct to_string_returns_value_wrapper): New.
3939 (main): Add tsrvw variable.
3940 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3941 ToStringReturnsValueWrapper): New classes.
3942 (register_pretty_printers): Register new pretty-printers.
3943 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3944 recursive pretty printer.
3945 * gdb.python/py-mi.exp: Likewise.
3946
3947 2018-02-01 Leszek Swirski <leszeks@google.com>
3948
3949 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3950 functions with the same name as an include file are parsed
3951 correctly.
3952
3953 2018-02-01 Yao Qi <yao.qi@linaro.org>
3954
3955 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3956 "\[^\r\n\]*".
3957
3958 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3959
3960 * gdb.arch/powerpc-prologue-frame.s: New file.
3961 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3962 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3963
3964 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3965
3966 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3967
3968 2018-01-30 Pedro Alves <palves@redhat.com>
3969
3970 PR gdb/13211
3971 * gdb.base/interrupt-daemon.c: New.
3972 * gdb.base/interrupt-daemon.exp: New.
3973 * gdb.multi/multi-term-settings.c: New.
3974 * gdb.multi/multi-term-settings.exp: New.
3975
3976 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3977
3978 * gdb.base/break.exp: Save the location where the breakpoint
3979 on break.c:47 was actually inserted when debugging the version
3980 compiled at -O2 and use it in the expected output of the "info
3981 break" test performed soon after.
3982
3983 2018-01-22 Pedro Alves <palves@redhat.com>
3984 Sergio Durigan Junior <sergiodj@redhat.com>
3985
3986 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3987 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3988
3989 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.base/break-include.c, gdb.base/break-include.inc,
3992 gdb.base/break-include.exp: New files.
3993 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3994 line number now being the actual line number where the breakpoint
3995 was inserted.
3996 * gdb.mi/mi-break.exp: Likewise.
3997 * gdb.mi/mi-reverse.exp: Likewise.
3998 * gdb.mi/mi-simplerun.exp: Ditto.
3999
4000 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4003 varobj.
4004 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4005
4006 2018-01-21 Don Breazeal <donb@codesourcery.com>
4007 Andrew Burgess <andrew.burgess@embecosm.com>
4008
4009 * gdb.mi/basics.c: Add new global.
4010 * gdb.mi/mi-frame-regs.exp: New file.
4011 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4012 case.
4013
4014 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4015
4016 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4017 non-parameter, and on an unknown symbol.
4018
4019 2018-01-19 Tom Tromey <tom@tromey.com>
4020
4021 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4022 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4023
4024 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4025
4026 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4027 setrlimit and chdir to int.
4028
4029 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4030
4031 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4032 function.
4033 (my_tend): Likewise.
4034 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4035 rationale of avoiding FP- and vector instructions.
4036
4037 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4038
4039 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4040 "info reg" with "\[ \t\]*".
4041 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4042 "\[ \t\]+".
4043 * gdb.arch/s390-multiarch.exp: Ditto.
4044 * gdb.base/pc-fp.exp: Ditto.
4045 * gdb.reverse/i386-precsave.exp: Ditto.
4046 * gdb.reverse/i386-reverse.exp: Ditto.
4047 * gdb.reverse/i387-env-reverse.exp: Ditto.
4048 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4049
4050 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4051
4052 * lib/gdb.exp (gdb_compile): Re-enable use of
4053 universal_compile_options for languages other than Rust.
4054
4055 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4056
4057 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4058
4059 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4060
4061 PR gdb/16577
4062 * gdb.base/solib-vanish.exp: New.
4063 * gdb.base/solib-vanish-main.c: New.
4064 * gdb.base/solib-vanish-lib1.c: New.
4065 * gdb.base/solib-vanish-lib2.c: New.
4066
4067 2018-01-17 Yao Qi <yao.qi@linaro.org>
4068
4069 * gdb.compile/compile.exp: Match the address printed for
4070 frame in the output of command "bt".
4071
4072 2018-01-15 Tom Tromey <tom@tromey.com>
4073
4074 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4075 compute sp_reg.
4076
4077 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4078
4079 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4080 to prepare.
4081 (prepare): Return 0 on error, 1 on success.
4082
4083 2018-01-12 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/continue-after-aborted-step-over.c: New.
4086 * gdb.base/continue-after-aborted-step-over.exp: New.
4087
4088 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4091 options when not creating an executable.
4092
4093 2018-01-11 Pedro Alves <palves@redhat.com>
4094
4095 PR remote/22597
4096 * gdb.server/stop-reply-no-thread.c: New file.
4097 * gdb.server/stop-reply-no-thread.exp: New file.
4098
4099 2018-01-10 Pedro Alves <palves@redhat.com>
4100
4101 PR gdb/22670
4102 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4103 functions too. Test setting breakpoints and printing C functions
4104 with no debug info too.
4105 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4106
4107 2018-01-10 Pedro Alves <palves@redhat.com>
4108
4109 PR gdb/22670
4110 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4111 a fail.
4112
4113 2018-01-10 Pedro Alves <palves@redhat.com>
4114
4115 PR gdb/22670
4116 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4117
4118 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4119
4120 * gdb.server/unittest.exp: Match the output in non-development
4121 mode.
4122
4123 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4124
4125 * gdb.gdb/unittest.exp: Match output in non-development mode.
4126
4127 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4128
4129 * gdb.ada/access_tagged_param.exp: Relax expected output
4130 for value of "ObjL" in "continue" to pck.inspect breakpoint
4131 test.
4132
4133 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4136 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4137
4138 2018-01-05 Pedro Alves <palves@redhat.com>
4139
4140 PR gdb/18653
4141 * gdb.base/libsegfault.exp: New.
4142
4143 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4144
4145 PR gdb/22670
4146 * gdb.ada/access_tagged_param.exp: New file.
4147 * gdb.ada/access_tagged_param/foo.adb: New file.
4148
4149 2018-01-05 Pedro Alves <palves@redhat.com>
4150
4151 PR gdb/22670
4152 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4153 exercise lower case too, and to exercise both full matching and
4154 wild matching.
4155
4156 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.ada/rename_subscript_param: New testcase.
4159
4160 2018-01-05 Jerome Guitton <guitton@adacore.com>
4161
4162 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4163
4164 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4165
4166 * gdb.ada/convvar_comp: New testcase.
4167
4168 2018-01-05 Xavier Roirand <roirand@adacore.com>
4169
4170 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4171 (My_Table): New global variable.
4172 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4173
4174 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4175
4176 PR gdb/22670
4177 * gdb.ada/maint_with_ada: New testcase.
4178
4179 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4180
4181 PR gdb/22670
4182 * gdb.ada/bp_c_mixed_case: New testcase.
4183
4184 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4185
4186 PR gdb/22670
4187 * gdb.ada/complete.exp: Add "complete break ada" test.
4188
4189 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4190
4191 PR gdb/22670
4192 * gdb.ada/info_addr_mixed_case: New testcase.
4193
4194 2018-01-03 Xavier Roirand <roirand@adacore.com>
4195
4196 * gdb.ada/excep_handle.exp: New testcase.
4197 * gdb.ada/excep_handle/foo.adb: New file.
4198 * gdb.ada/excep_handle/pck.ads: New file.
4199
4200 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.base/step-line.c: Add extra empty line in copyright header.
4203 * gdb.base/step-line.inp: Likewise.
4204
4205 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4206
4207 * gdb.ada/dyn_stride.exp: Add slice test.
4208
4209 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4210
4211 * gdb.ada/dyn_stride: New testcase.
4212
4213 2017-12-27 Stafford Horne <shorne@gmail.com>
4214
4215 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4216 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4217
4218 2017-12-27 Stafford Horne <shorne@gmail.com>
4219
4220 * gdb.base/reggroups.c: New file.
4221 * gdb.base/reggroups.exp: New file.
4222
4223 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4224
4225 * gdb.dwarf2/ada-valprint-error.c: New file.
4226 * gdb.dwarf2/ada-valprint-error.exp: New file.
4227
4228 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4229
4230 * gdb.ada/assign_arr: New testcase.
4231
4232 2017-12-18 Xavier Roirand <roirand@adacore.com>
4233
4234 * gdb.ada/funcall_ptr: New testcase.
4235
4236 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4237
4238 PR cli/16224
4239 * gdb.base/ptype-offsets.cc: New file.
4240 * gdb.base/ptype-offsets.exp: New file.
4241
4242 2017-12-15 Yao Qi <yao.qi@linaro.org>
4243
4244 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4245 if XML is disabled.
4246
4247 2017-12-15 Xavier Roirand <roirand@adacore.com>
4248
4249 * gdb.ada/same_component_name: New testcase.
4250
4251 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4252
4253 * gdb.ada/str_binop_equal: New testcase.
4254
4255 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4256
4257 * gdb.ada/task_switch_in_core: New testcase.
4258
4259 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4260
4261 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4262 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4263 call test_bkpt_qualified.
4264 (test_bkpt_qualified): New proc.
4265
4266 2017-12-13 Pedro Alves <palves@redhat.com>
4267
4268 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4269 Tighten regexp by matching with an anchor.
4270
4271 2017-12-13 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4274 ("expression with namespace"): New set of tests.
4275 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4276 (Nested::Test_NS::qux): New.
4277 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4278 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4279
4280 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4281
4282 * gdb.base/server-del-break.c: New file.
4283 * gdb.base/server-del-break.exp: New file.
4284
4285 2017-12-12 Stafford Horne <shorne@gmail.com>
4286
4287 * gdb.xml/tdesc-regs.exp: Add or1k support.
4288
4289 2017-12-12 Stafford Horne <shorne@gmail.com>
4290
4291 * gdb.base/bp-permanent.c: Define nop of or1k.
4292
4293 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4294
4295 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4296 output with components being reordered.
4297
4298 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4299
4300 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4301 output with components being reordered.
4302
4303 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4304 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.base/maint.exp (check for .gdb_index): Check also for
4307 .debug_names.
4308 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4309 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4310 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4311 (.gdb_index used after symbol reloading): Support also .debug_names.
4312 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4313
4314 2017-12-08 Yao Qi <yao.qi@linaro.org>
4315
4316 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4317 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4318
4319 2017-12-08 Yao Qi <yao.qi@linaro.org>
4320
4321 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4322 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4323
4324 2017-12-08 Yao Qi <yao.qi@linaro.org>
4325
4326 * gdb.arch/aarch64-tagged-pointer.c: New file.
4327 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4328
4329 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4330
4331 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4332 "int".
4333
4334 2017-12-07 Keith Seitz <keiths@redhat.com>
4335
4336 PR breakpoints/22569
4337 * gdb.linespec/ls-errs.exp: Change expected result of "break
4338 -source this file has spaces.c -line 3".
4339 Check that an explicit source file followed by whitespace is
4340 identified as an invalid explicit location.
4341
4342 2017-12-07 Keith Seitz <keiths@redhat.com>
4343
4344 * gdb.cp/nested-types.cc: New file.
4345 * gdb.cp/nested-types.exp: New file.
4346 * lib/cp-support.exp: Load data-structures.exp library.
4347 (debug_cp_test_ptype_class): New global.
4348 (cp_ptype_class_verbose, next_line): New procedures.
4349 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4350 Add and document new return value.
4351 Switch the list of lines to a queue.
4352 Add support for new `type' key for nested type definitions.
4353 Add debugging/troubleshooting messages.
4354 * lib/data-structures.exp: New file.
4355
4356 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4357
4358 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4359 with proc_with_prefix, don't use with_test_prefix.
4360
4361 2017-12-07 Tom Tromey <tom@tromey.com>
4362
4363 * gdb.base/break.exp: Add test for empty "commands".
4364
4365 2017-12-07 Yao Qi <yao.qi@linaro.org>
4366
4367 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4368 malloc and catch syscall.
4369
4370 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4371
4372 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4373 tests for explicit locations.
4374
4375 2017-12-06 Pedro Alves <palves@redhat.com>
4376
4377 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4378 force-disabling XML descriptions.
4379
4380 2017-12-04 Pedro Alves <palves@redhat.com>
4381
4382 PR gdb/22499
4383 * gdb.arch/amd64-disp-step-avx.S: New file.
4384 * gdb.arch/amd64-disp-step-avx.exp: New file.
4385
4386 2017-12-03 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4389 and <string.h>.
4390 (parent_function): Print distinct messages when waitpid fails, or
4391 the child exits with a signal, or the child exits for an unhandled
4392 reason.
4393 * gdb.threads/process-dies-while-detaching.exp
4394 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4395 it. Wait for both inferior output and GDB's prompt. Use an
4396 indirect spawn id list.
4397 (do_detach): New parameter 'child_exit'. Use it to compute
4398 expected inferior output.
4399 (test_detach, test_detach_watch, test_detach_killed_outside):
4400 Adjust to pass down the expected child exit kind.
4401
4402 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4403 Sergio Durigan Junior <sergiodj@redhat.com>
4404 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4407
4408 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4409
4410 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4411 to 'symbol-file' and 'add-symbol-file' can be
4412 position-independent.
4413
4414 2017-12-01 Yao Qi <yao.qi@linaro.org>
4415
4416 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4417 the URL in copyright header.
4418 * gdb.arch/aarch64-fp.exp: Likewise.
4419 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4420 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4421 * gdb.base/expand-psymtabs.exp: Likewise.
4422 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4423 * gdb.fortran/common-block.exp: Likewise.
4424 * gdb.fortran/common-block.f90: Likewise.
4425 * gdb.fortran/logical.exp: Likewise.
4426 * gdb.fortran/vla-datatypes.f90: Likewise.
4427 * gdb.fortran/vla-sub.f90: Likewise.
4428
4429 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4430
4431 * gdb.ada/repeat_dyn: New testcase.
4432
4433 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4434
4435 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4436 Update for changed thread numbering.
4437 * gdb.cell/bt.exp: Update for changed GDB output.
4438
4439 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4440
4441 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4442 setting isremote by hand.
4443 * boards/dwarf4-gdb-index.exp: Likewise.
4444 * boards/fission.exp: Likewise.
4445 * boards/stabs.exp: Likewise.
4446
4447 2017-11-30 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.linespec/cpls-ops.exp
4450 (check_explicit_skips_function_argument): Extract the underlying
4451 type of size_t instead of hardcoding it.
4452
4453 2017-11-29 Pedro Alves <palves@redhat.com>
4454
4455 PR c++/19436
4456 * gdb.linespec/cpls-abi-tag.cc: New file.
4457 * gdb.linespec/cpls-abi-tag.exp: New file.
4458
4459 2017-11-29 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/langs.exp: Use -qualified.
4462 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4463 it.
4464 * gdb.cp/namespace.exp: Use -qualified.
4465 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4466 (overload-3, template-overload, template-ret-type, const-overload)
4467 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4468 procedures.
4469 (test_driver): Call them.
4470 * gdb.cp/save-bp-qualified.cc: New.
4471 * gdb.cp/save-bp-qualified.exp: New.
4472 * gdb.linespec/explicit.exp: Test -qualified.
4473 * lib/completion-support.exp (completion::explicit_opts_list): Add
4474 "-qualified".
4475 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4476
4477 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4478
4479 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4480
4481 2017-11-29 Tom Tromey <tom@tromey.com>
4482
4483 * gdb.base/relocate.exp: Update invalid argument test.
4484 Add new tests for invalid arguments.
4485
4486 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4487
4488 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4489 Return 0 as a long.
4490 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4491
4492 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4493
4494 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4495 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4496 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4497 func ().
4498 * gdb.cp/shadow.cc (B.func): Return 0.
4499
4500 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4503 expected output in gdb_expect call to allow the exception
4504 message to be present as well. Fix syntax confusion to avoid
4505 TCL thinking that exception_name is an array.
4506
4507 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4508
4509 * gdb.arch/spu-info.c: Include <unistd.h>.
4510 (do_signal_test): Fix broken calls to write.
4511 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4512 Fix checks for empty mailboxes. Update signal tests for corrected
4513 do_signal_test routine. Allow nonzero event status.
4514 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4515 * gdb.cell/arch.exp: Use standard_output_file.
4516 * gdb.cell/break.exp: Likewise.
4517 * gdb.cell/bt.exp: Likewise.
4518 * gdb.cell/core.exp: Likewise.
4519 * gdb.cell/dwarfaddr.exp: Likewise.
4520 * gdb.cell/ea-cache.exp: Likewise.
4521 * gdb.cell/ea-standalone.exp: Likewise.
4522 * gdb.cell/f-regs.exp: Likewise.
4523 * gdb.cell/fork.exp: Likewise.
4524 * gdb.cell/gcore.exp: Likewise.
4525 * gdb.cell/mem-access.exp: Likewise.
4526 * gdb.cell/ptype.exp: Likewise.
4527 * gdb.cell/registers.exp: Likewise.
4528 * gdb.cell/sizeof.exp: Likewise.
4529 * gdb.cell/solib-symbol.exp: Likewise.
4530 * gdb.cell/solib.exp: Likewise.
4531
4532 2017-11-25 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.base/complete-empty.exp: New file.
4535 * gdb.base/completion.exp: Adjust.
4536
4537 2017-11-25 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.linespec/cpls-ops.cc: New file.
4540 * gdb.linespec/cpls-ops.exp: New file.
4541 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4542 factored out from ...
4543 (test_complete_prefix_range): ... this.
4544
4545 2017-11-24 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.linespec/cpcompletion.exp: New file.
4548 * gdb.linespec/cpls-hyphen.cc: New file.
4549 * gdb.linespec/cpls.cc: New file.
4550 * gdb.linespec/cpls2.cc: New file.
4551 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4552 test to use test_gdb_complete_unique. Add label completion,
4553 keyword completion and explicit location completion tests.
4554 * lib/completion-support.exp: New file.
4555
4556 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4559 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4560 when hitting an exception catchpoint.
4561
4562 2017-11-22 Yao Qi <yao.qi@linaro.org>
4563
4564 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4565
4566 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4567
4568 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4569 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4570 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4571
4572 2017-11-22 Yao Qi <yao.qi@linaro.org>
4573
4574 * gdb.base/info-os.exp: Pass pthreads.
4575 * gdb.multi/multi-attach.exp: Likewise.
4576
4577 2017-11-22 Yao Qi <yao.qi@linaro.org>
4578
4579 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4580 compiler.
4581
4582 2017-11-22 Yao Qi <yao.qi@linaro.org>
4583
4584 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4585 * gdb.base/break-interp.exp: Likewise.
4586 * gdb.base/jit-attach-pie.exp: Likewise.
4587
4588 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4589
4590 * gdb.base/float128.c (large128): New variable.
4591 * gdb.base/float128.exp: Add test to print largest __float128 value.
4592
4593 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4594
4595 * gdb.arch/vsx-regs.exp: Update register content checks.
4596
4597 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4598
4599 * gdb.arch/ppc-longdouble.exp: New file.
4600 * gdb.arch/ppc-longdouble.c: Likewise.
4601
4602 2017-11-21 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4605
4606 2017-11-20 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4609 (long_double_typedef): New typedefs.
4610 Use DEF on double and long double.
4611 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4612 cases.
4613 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4614 and 'long_double_ptr_same_size' locals. Use them to decide
4615 whether cast from array/function to float is valid/invalid.
4616
4617 2017-11-17 Tom Tromey <tom@tromey.com>
4618
4619 * gdb.rust/traits.rs: New file.
4620 * gdb.rust/traits.exp: New file.
4621
4622 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4623
4624 * gdb.ada/minsyms: New testcase.
4625
4626 2017-11-16 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4629 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4630
4631 2017-11-16 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4634 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4635
4636 2017-11-16 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.server/reconnect-ctrl-c.c: New file.
4639 * gdb.server/reconnect-ctrl-c.exp: New file.
4640
4641 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4642
4643 * gdb.python/py-rbreak.exp: New file.
4644 * gdb.python/py-rbreak.c: New file.
4645 * gdb.python/py-rbreak-func2.c: New file.
4646
4647 2017-11-16 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4650 pattern.
4651 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4652 GDB.
4653
4654 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4655
4656 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4657 regex.
4658
4659 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4660
4661 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4662 test names.
4663
4664 2017-11-09 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4667 factored out from ...
4668 (top level): ... here, and adjusted to avoid expecting beyond the
4669 prompt in a single gdb_test_multiple.
4670
4671 2017-11-09 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4674 output.
4675 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4676 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4677 * gdb.server/ext-run.exp ("kill" test): Likewise.
4678 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4679
4680 2017-11-09 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4683 match till end of line.
4684
4685 2017-11-09 Pedro Alves <palves@redhat.com>
4686
4687 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4688
4689 2017-11-09 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4692 New procedures, factored out from ...
4693 (top level): ... here, and adjusted to avoid expecting beyond the
4694 prompt in one go.
4695
4696 2017-11-09 Pedro Alves <palves@redhat.com>
4697
4698 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4699 output. Fix '?' match.
4700
4701 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/scoped_watch: New testcase.
4704 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4705 which is actually correct.
4706 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4707 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4708
4709 2017-11-08 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.gdb/complaints.exp (test_initial_complaints)
4712 (test_serial_complaints, test_short_complaints): Call
4713 complaint_internal instead of complaint.
4714
4715 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4716
4717 * gdb.threads/tls-core.c: New file.
4718 * gdb.threads/tls-core.exp: Likewise.
4719
4720 2017-11-08 Pedro Alves <palves@redhat.com>
4721
4722 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4723 (p Exported_Capitalized): New test.
4724 (p exported_capitalized): New test.
4725
4726 2017-11-07 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4729
4730 2017-11-07 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4733 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4734 (disable_invalid, disable_inverted, disable_negative): New
4735 procedures.
4736 ("bad numbers"): New set of tests.
4737
4738 2017-11-07 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.cp/ena-dis-br-range.exp: Add tests.
4741
4742 2017-11-07 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4745
4746 2017-11-07 Xavier Roirand <roirand@adacore.com>
4747 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/ena-dis-br.exp: Add reference to
4750 gdb.cp/ena-dis-br-range.exp.
4751 * gdb.cp/ena-dis-br-range.exp: New file.
4752 * gdb.cp/ena-dis-br-range.cc: New file.
4753
4754 2017-11-06 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/attach-non-pgrp-leader.c: New.
4757 * gdb.base/attach-non-pgrp-leader.exp: New.
4758
4759 2017-11-06 Pedro Alves <palves@redhat.com>
4760
4761 * configure.ac: No longer check for termio.h and sgtty.h.
4762 * configure: Regenerate.
4763 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4764 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4765 Remove termio and sgtty code.
4766
4767 2017-11-03 Yao Qi <yao.qi@linaro.org>
4768
4769 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4770 in GDB is disabled.
4771
4772 2017-11-03 Yao Qi <yao.qi@linaro.org>
4773
4774 * gdb.python/py-thrhandle.exp: Skip it if python is not
4775 enabled.
4776
4777 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4778
4779 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4780 as a breakpoint command.
4781
4782 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4783
4784 PR python/21213
4785 * gdb.python/py-infthread.exp: Test calling
4786 InferiorThread.inferior () multiple times in a row.
4787
4788 2017-10-27 Keith Seitz <keiths@redhat.com>
4789
4790 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4791 Test "info break" for every inlined function breakpoint.
4792
4793 2017-10-27 Yao Qi <yao.qi@linaro.org>
4794
4795 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4796
4797 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4798
4799 * gdb.cp/classes.exp (test_static_members): Test printing
4800 Outer::instance.
4801 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4802 (Inner::instance, Outer::instance): New.
4803
4804 2017-10-24 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4807 extra console" test in two stages.
4808
4809 2017-10-24 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4812
4813 2017-10-24 Pedro Alves <palves@redhat.com>
4814
4815 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4816 loop.
4817
4818 2017-10-24 Pedro Alves <palves@redhat.com>
4819
4820 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4821 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4822
4823 2017-10-24 Pedro Alves <palves@redhat.com>
4824
4825 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4826 parameter and handle it. Don't output read value in test name.
4827
4828 2017-10-24 Pedro Alves <palves@redhat.com>
4829
4830 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4831 custom test name.
4832
4833 2017-10-24 Pedro Alves <palves@redhat.com>
4834
4835 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4836 include the unstable output directory name in the test's name.
4837 (initial_setup_simple) <'set args'>: Use custom test name.
4838
4839 2017-10-24 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4842 with explicit test name.
4843
4844 2017-10-20 Pedro Alves <palves@redhat.com>
4845
4846 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4847 'wait -i'. Use gdb_assert and remote_close.
4848
4849 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4850
4851 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4852 number from variable rather than hard-coded.
4853
4854 2017-10-19 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.base/long-inferior-output.c: New file.
4857 * gdb.base/long-inferior-output.exp: New file.
4858
4859 2017-11-18 Keith Seitz <keiths@redhat.com>
4860
4861 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4862 method.
4863 (main): Call it.
4864 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4865 Add additional user-defined conversion operator tests.
4866
4867 2017-10-17 Pedro Alves <palves@redhat.com>
4868
4869 * boards/native-stdio-gdbserver.exp: Load "local-board".
4870
4871 2017-10-17 Pedro Alves <palves@redhat.com>
4872
4873 * gdb.base/quit-live.c: New file.
4874 * gdb.base/quit-live.exp: New file.
4875
4876 2017-10-16 Keith Seitz <keiths@redhat.com>
4877
4878 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4879 (class_with_protected_typedef, class_with_private_typedef)
4880 (struct_with_public_typedef, struct_with_protected_typedef)
4881 (struct_with_private_typedef): New classes/structs.
4882 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4883 typedefs and access specifiers.
4884
4885 2017-10-16 Pedro Alves <palves@redhat.com>
4886 Simon Marchi <simon.marchi@polymtl.ca>
4887
4888 * README (Local vs Remote vs Native): New section.
4889 * boards/local-board.exp: New file, with bits factored out from
4890 ...
4891 * boards/native-extended-gdbserver.exp: ... here. Load
4892 "local-board".
4893 * boards/native-gdbserver.exp: Load "local-board".
4894 (${board}_spawn, ${board}_exec): Delete.
4895 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4896 ...
4897 * boards/stdio-gdbserver-base.exp: ... this new file.
4898 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4899 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4900 procedure.
4901 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4902 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4903 stdio_gdbserver_command.
4904 (${board}_get_remote_address, ${board}_get_comm_port)
4905 (${board}_download, ${board}_upload): Delete.
4906 (get_target_remote_pipe_cmd): New.
4907
4908 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4911 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4912 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4913 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4914 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4915 remove with_test_prefix.
4916
4917 2017-10-13 Pedro Alves <palves@redhat.com>
4918
4919 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4920 * gdb.base/annota1.exp: Use it instead of is_remote.
4921 * gdb.base/annota3.exp: Use it instead of is_remote.
4922 * gdb.cp/annota2.exp: Use it instead of is_remote.
4923 * gdb.cp/annota3.exp: Use it instead of is_remote.
4924 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4925
4926 2017-10-13 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4929 (test_num_test_vars, run_and_count_vars, find_env)
4930 (test_set_unset_env, test_inherit_env_var): New procedures.
4931 (top level): Use them.
4932
4933 2017-10-13 Pedro Alves <palves@redhat.com>
4934
4935 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4936 also skip on stub-like targets.
4937
4938 2017-10-13 Pedro Alves <palves@redhat.com>
4939
4940 PR gdb/22293
4941 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4942 (top level): Move some tests to ...
4943 (test_not_found): ... this new procedure.
4944 (top level): Call it.
4945
4946 2017-10-13 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4949 expect different "info terminal" output if testing with a
4950 non-native target.
4951
4952 2017-10-13 Pedro Alves <palves@redhat.com>
4953 Simon Marchi <simon.marchi@polymtl.ca>
4954
4955 PR python/12966
4956 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4957
4958 2017-10-13 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4961 already.
4962
4963 2017-10-13 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4966 is_remote.
4967
4968 2017-10-13 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4971 is_remote.
4972
4973 2017-10-13 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4976 is set.
4977 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4978 instead of is_remote.
4979
4980 2017-10-13 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4983 (top level): Add comment.
4984
4985 2017-10-13 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/remote.exp (top level): Fix comment typo and add
4988 missing return.
4989
4990 2017-10-13 Pedro Alves <palves@redhat.com>
4991 Simon Marchi <simon.marchi@polymtl.ca>
4992
4993 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4994 calls and add comments. Skip test if use_gdb_stub is set.
4995 (top level): Use "set cwd" command instead of "cd" command.
4996
4997 2017-10-13 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5000 is_remote target check.
5001
5002 2017-10-13 Pedro Alves <palves@redhat.com>
5003
5004 * gdb.base/scope.exp: Use build_executable + clean_restart +
5005 gdb_file_cmd instead of prepare_for_testing and no longer skip
5006 "before run" tests on is_remote target boards. Update comments.
5007 * boards/native-extended-gdbserver.exp
5008 (extended_gdbserver_load_last_file): New, factored out from ...
5009 (gdb_load): ... this. Move further below and add comment.
5010 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5011
5012 2017-10-12 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/attach.exp: Remove references to gdb64.
5015 * gdb.base/dbx.exp: Remove references to gdb64.
5016
5017 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5018 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/label.exp: Remove is_remote target check.
5021
5022 2017-10-12 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/auvx.exp (coredir): Update comment.
5025 (top level) <core_works>: Use "set cwd" command instead of "cd"
5026 command.
5027
5028 2017-10-12 Pedro Alves <palves@redhat.com>
5029 Simon Marchi <simon.marchi@polymtl.ca>
5030
5031 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5032 target boards.
5033
5034 2017-10-12 Pedro Alves <palves@redhat.com>
5035 Simon Marchi <simon.marchi@polymtl.ca>
5036
5037 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5038 Instead skip if there's any gdb_protocol set.
5039
5040 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5041 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5044
5045 2017-10-12 Pedro Alves <palves@redhat.com>
5046 Simon Marchi <simon.marchi@polymtl.ca>
5047
5048 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5049 instead of on dejagnu remote boards.
5050
5051 2017-10-12 Pedro Alves <palves@redhat.com>
5052 Simon Marchi <simon.marchi@polymtl.ca>
5053
5054 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5055 checks. Use build_executable + clean_restart instead of
5056 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5057 of enabling non-stop after starting gdb.
5058
5059 2017-10-12 Pedro Alves <palves@redhat.com>
5060
5061 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5062 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5063 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5064 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5065
5066 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5067
5068 * gdb.arch/arc-tdesc-cpu.exp: New file.
5069 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5070
5071 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5072
5073 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5074
5075 2017-10-10 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5078 expect CLI output.
5079
5080 2017-10-10 Pedro Alves <palves@redhat.com>
5081
5082 * lib/selftest-support.exp (selftest_setup): Update for
5083 captured_command_loop's prototype change.
5084
5085 2017-10-09 Pedro Alves <palves@redhat.com>
5086
5087 Test both arch1=>arch2 and arch2=>arch1.
5088
5089 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5090 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5091 factored out to...
5092 (append_arch1_options, append_arch2_options, append_arch_options)
5093 (build_executables): New procedures.
5094 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5095 local.
5096 (top level): Add new 'first_arch' testing axis.
5097
5098 2017-10-09 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5101 (barrier): New.
5102 (thread_start, all_started): New functions.
5103 (main): Spawn new thread and wait until it is scheduled.
5104 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5105 option.
5106 (do_test): Add 'selected_thread' parameter. Run to all_started
5107 instead of main. Explicitly set the breakpoint at main. Switch
5108 to the SELECTED_THREAD thread.
5109 (top level): Test handling the exec event with either the main
5110 thread or the second thread selected.
5111
5112 2017-10-09 Pedro Alves <palves@redhat.com>
5113
5114 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5115 logic. Move STOP marker after the value checks.
5116 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5117 regexp.
5118
5119 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5120
5121 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5122
5123 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5124
5125 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5126 integer-to-dfp conversion.
5127 * gdb.base/dfp-test.exp: Likewise.
5128
5129 2017-10-04 Pedro Alves <palves@redhat.com>
5130
5131 * gdb.multi/hangout.c: Include <unistd.h>.
5132 (hangout_loop): New function.
5133 (main): Call alarm. Call hangout_loop in a loop.
5134 * gdb.multi/hello.c: Include <unistd.h>.
5135 (hello_loop): New function.
5136 (main): Call alarm. Call hangout_loop in a loop.
5137 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5138 inferior with the other selected.
5139
5140 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5141
5142 * gdb.mi/list-thread-groups-available.exp: New file.
5143 * gdb.mi/list-thread-groups-available.c: New file.
5144
5145 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 * gdb.base/set-cwd.exp: Make it available on
5148 native-extended-gdbserver.
5149
5150 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5151
5152 * gdb.base/set-cwd.c: New file.
5153 * gdb.base/set-cwd.exp: Likewise.
5154
5155 2017-10-02 Tom Tromey <tom@tromey.com>
5156
5157 PR rust/22236:
5158 * gdb.rust/simple.rs (main): New variable "fslice".
5159 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5160
5161 2017-10-02 Tom Tromey <tom@tromey.com>
5162
5163 * gdb.rust/simple.exp: Test ptype of a slice.
5164
5165 2017-10-02 Tom Tromey <tom@tromey.com>
5166
5167 * gdb.rust/simple.exp: Test index of slice.
5168
5169 2017-09-27 Tom Tromey <tom@tromey.com>
5170
5171 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5172
5173 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5174 Pedro Alves <palves@redhat.com>
5175
5176 * gdb.base/compare-sections.exp (get value of read-only section): Read
5177 as unsigned value.
5178 (corrupt read-only section): Likewise and don't set written if patching
5179 failed.
5180
5181 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5182
5183 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5184 files.
5185
5186 2017-09-20 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5189 symbol names in gdb's output.
5190 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5191
5192 2017-09-20 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5195 Rename to ...
5196 (test_list_ambiguous_symbol): ... this and add a symbol name
5197 parameter. Adjust.
5198 (test_list_ambiguous_function): Reimplement on top of
5199 test_list_ambiguous_symbol and also test listing ambiguous
5200 variables.
5201 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5202 (ambiguous_fun): ... this.
5203 (ambiguous_var): New.
5204 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5205 (ambiguous_fun): ... this.
5206 (ambiguous_var): New.
5207
5208 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5209
5210 * gdb.base/starti.c: New file.
5211 * gdb.base/starti.exp: New file.
5212 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5213
5214 2017-09-14 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5217 (top level): Use it instead of runto.
5218
5219 2017-09-11 Tom Tromey <tom@tromey.com>
5220
5221 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5222
5223 2017-09-11 Tom Tromey <tom@tromey.com>
5224
5225 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5226 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5227
5228 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5229
5230 * gdb.fortran/printing-types.exp: New file.
5231 * gdb.fortran/printing-types.exp: New file.
5232
5233 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5234
5235 * gdb.fortran/vla-ptype.exp: Fix typos.
5236 * gdb.fortran/vla-value.exp: Same.
5237
5238 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5239
5240 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5241 * gdb.mi/mi-var-child-f.exp: Likewise.
5242 * gdb.mi/mi-vla-fortran.exp: Likewise.
5243
5244 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5245 Christoph Weinmann <christoph.t.weinmann@intel.com>
5246 Bernhard Heckel <bernhard.heckel@intel.com>
5247
5248 * gdb.fortran/ptr-indentation.f90: New file.
5249 * gdb.fortran/ptr-indentation.exp: New file.
5250
5251 2017-09-05 Tom Tromey <tom@tromey.com>
5252
5253 PR gdb/22010:
5254 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5255
5256 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5257
5258 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5259
5260 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5261
5262 * gdb.threads/tls-nodebug-pie.c: New file.
5263 * gdb.threads/tls-nodebug-pie.exp: New file.
5264
5265 2017-09-05 Tom Tromey <tom@tromey.com>
5266
5267 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5268 for rust.
5269
5270 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5271
5272 * gdb.multi/multi-arch-exec.exp: Test with different
5273 "follow-exec-mode" settings.
5274 (do_test): New procedure.
5275
5276 2017-09-04 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.base/func-static.c (S::method const, S::method volatile)
5279 (S::method volatile const): New methods.
5280 (c_s, v_s, cv_s): New instances.
5281 (main): Call method() on them.
5282 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5283 (cannot_resolve): New procedure.
5284 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5285 print-quote-unquoted columns.
5286 (do_test): Test printing each scope too.
5287
5288 2017-09-04 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/local-static.exp: Also test with
5291 class::method::variable wholly quoted.
5292 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5293
5294 2017-09-04 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/local-static.c: New.
5297 * gdb.base/local-static.cc: New.
5298 * gdb.base/local-static.exp: New.
5299
5300 2017-09-04 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.asm/asm-source.exp: Add casts to int.
5303 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5304 (dataglobal64_1, dataglobal64_2): New globals.
5305 * gdb.base/nodebug.exp: Test different expressions involving the
5306 new globals, with print, whatis and ptype. Add casts to int.
5307 * gdb.base/solib-display.exp: Add casts to int.
5308 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5309 * gdb.cp/m-static.exp: Add cast to int.
5310 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5311 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5312 tls variable with no debug info without a cast. Test with a cast
5313 to int too.
5314 * gdb.trace/entry-values.exp: Add casts.
5315
5316 2017-09-04 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/nodebug.exp: Test that ptype's error about functions
5319 with unknown return type includes the function name too.
5320
5321 2017-09-04 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5324 return type of munmap in infcall.
5325 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5326 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5327 type of ftell in infcall.
5328 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5329 type of getpid in infcall.
5330 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5331 infcall.
5332 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5333 Bail on failure to extract the pid.
5334 * gdb.base/nodebug.c: #include <stdint.h>.
5335 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5336 New functions.
5337 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5338 Change expected output of print/whatis/ptype with functions with
5339 no debug info. Test all supported languages. Call
5340 test_call_promotion.
5341 * gdb.compile/compile.exp: Adjust expected output to expect
5342 warning.
5343 * gdb.threads/siginfo-threads.exp: Likewise.
5344
5345 2017-09-04 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5348 "prototypes". Test calling float functions via prototyped and
5349 unprototyped function pointers.
5350 (perform_all_tests): New parameter "prototypes". Pass it down.
5351 (top level): Pass down "prototypes" parameter to
5352 perform_all_tests.
5353
5354 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5355
5356 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5357 Test with nested loops.
5358
5359 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5360
5361 * gdb.base/commands.exp: Call the new procedures.
5362 (loop_break_test, loop_continue_test): New procedures.
5363
5364 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5365
5366 * gdb.base/commands.exp: Call new procedure.
5367 (define_if_without_arg_test): New procedure.
5368
5369 2017-09-04 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/list-ambiguous.exp: New file.
5372 * gdb.base/list-ambiguous0.c: New file.
5373 * gdb.base/list-ambiguous1.c: New file.
5374 * gdb.base/list.exp (test_list_range): Adjust expected output.
5375
5376 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5377
5378 * gdb.base/share-env-with-gdbserver.c: New file.
5379 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5380
5381 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5382
5383 * gdb.base/commands.exp (gdbvar_simple_if_test,
5384 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5385 progvar_simple_if_test, progvar_simple_while_test,
5386 progvar_complex_if_while_test, user_defined_command_test,
5387 user_defined_command_args_eval,
5388 user_defined_command_args_stack_test,
5389 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5390 temporary_breakpoint_commands,
5391 gdb_test_no_prompt, redefine_hook_test,
5392 redefine_backtrace_test): Remove "global gdb_prompt".
5393
5394 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5395
5396 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5397 New proc, call it from toplevel.
5398
5399 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5400
5401 PR remote/21852
5402 * gdb.server/normal.c: New file, copied from gdb.base.
5403 * gdb.server/run-without-local-binary.exp: New file.
5404
5405 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5406
5407 * gdb.arch/sparc64-adi.exp: New file.
5408 * gdb.arch/sparc64-adi.c: New file.
5409
5410 2017-08-22 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5413 (top level): Add "list all overloads" tests.
5414
5415 2017-08-22 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.gdb/xfullpath.exp: Remove.
5418
5419 2017-08-21 Pedro Alves <palves@redhat.com>
5420
5421 PR gdb/19487
5422 * gdb.base/symbol-alias.c: New.
5423 * gdb.base/symbol-alias2.c: New.
5424 * gdb.base/symbol-alias.exp: New.
5425
5426 2017-08-21 Pedro Alves <palves@redhat.com>
5427
5428 * gdb.base/dfp-test.c
5429 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5430 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5431 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5432 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5433 * gdb.base/whatis-ptype-typedefs.c: New.
5434 * gdb.base/whatis-ptype-typedefs.exp: New.
5435 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5436 (an_int, an_int_type, an_int_type2): New globals.
5437 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5438 involving typedefs and cast expressions.
5439 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5440 (lookup_typedefs_function): New.
5441 (typedefs_pretty_printers_dict): New.
5442 (top level): Register lookup_typedefs_function in
5443 gdb.pretty_printers.
5444
5445 2017-08-18 Yao Qi <yao.qi@linaro.org>
5446
5447 * gdb.server/unittest.exp: New.
5448
5449 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5450
5451 PR gdb/21954
5452 * gdb.base/environ.exp: Add test to check if 'unset environment'
5453 works.
5454
5455 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5456
5457 * lib/gdb.exp (universal_compile_options): New caching proc.
5458 (gdb_compile): Suppress GCC's coloring of messages.
5459
5460 2017-08-14 Tom Tromey <tom@tromey.com>
5461
5462 PR gdb/21675:
5463 * gdb.base/printcmds.exp (test_radices): New function.
5464 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5465 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5466 * lib/gdb.exp (get_integer_valueof): Use p/d.
5467
5468 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5471 characters.
5472
5473 2017-08-05 Tom Tromey <tom@tromey.com>
5474
5475 * gdb.rust/simple.exp: Allow String to appear in a different
5476 namespace.
5477
5478 2017-07-26 Yao Qi <yao.qi@linaro.org>
5479
5480 * gdb.gdb/unittest.exp: Invoke command
5481 "maintenance check xml-descriptions".
5482
5483 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5486 calling context.
5487 (hex128): Drop erroneous calculation of parameters.
5488
5489 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5490
5491 * gdb.python/py-unwind.exp: Disable stack protection when
5492 building test file.
5493
5494 2017-07-20 Pedro Alves <palves@redhat.com>
5495
5496 * gdb.base/default.exp (set language): Adjust expected output.
5497
5498 2017-07-20 Pedro Alves <palves@redhat.com>
5499
5500 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5501 (test_minsym): ... this, and make static.
5502 (get_pck__foo__bar__minsym): Rename to ...
5503 (get_test_minsym): ... this.
5504 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5505 symbol names and comments.
5506 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5507 (get_test_minsym): ... this.
5508 (pck__foo__bar__minsym__2): Rename to ...
5509 (test_minsym): ... this.
5510 (main): Adjust.
5511
5512 2017-07-17 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/completion.exp: Adjust expected output.
5515 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5516 the completer works.
5517
5518 2017-07-17 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5521
5522 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5523
5524 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5525
5526 2017-07-14 Tom Tromey <tom@tromey.com>
5527
5528 PR rust/21764:
5529 * gdb.rust/simple.exp: Add tests.
5530
5531 2017-07-14 Tom Tromey <tom@tromey.com>
5532
5533 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5534
5535 2017-07-14 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.linespec/base/one/thefile.cc (z1): New function.
5538 * gdb.linespec/base/two/thefile.cc (z2): New function.
5539 * gdb.linespec/linespec.exp: Add tests.
5540
5541 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5542
5543 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5544 to mi_create_breakpoint.
5545
5546 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5547
5548 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5549 mi_create_breakpoint.
5550
5551 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5552
5553 * gdb.dlang/demangle.exp: Update for demangling changes.
5554
5555 2017-07-09 Tom Tromey <tom@tromey.com>
5556
5557 * gdb.dwarf2/shortpiece.exp: New file.
5558
5559 2017-07-06 David Blaikie <dblaikie@gmail.com>
5560
5561 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5562 built from fissiont-multi-cu{1,2}.c.
5563 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5564 except putting 'main' and 'func' in separate CUs in the same DWO file.
5565 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5566 test.
5567 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5568 test.
5569
5570 2017-07-06 Pedro Alves <palves@redhat.com>
5571
5572 * gdb.python/py-unwind.exp: Test flushregs.
5573
5574 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5575
5576 PR cli/21688
5577 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5578 tests for alias commands and trailing whitespace.
5579
5580 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 PR cli/21688
5583 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5584 procedure. Call it.
5585
5586 2017-06-29 Pedro Alves <palves@redhat.com>
5587
5588 * gdb.base/printcmds.exp: Add tests.
5589
5590 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5591
5592 PR gdb/21337
5593 * gdb.base/reread-readsym.exp: New file.
5594 * gdb.base/reread-readsym.c: New file.
5595
5596 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5597
5598 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5599 subpattern.
5600
5601 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5602
5603 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5604 extended mnemonic.
5605 * gdb.arch/powerpc-power9.s: Likewise.
5606
5607 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5608
5609 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5610 on 32-bit x86 targets. Exploit is_*_target macros where
5611 appropriate.
5612
5613 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5616 register pieces.
5617
5618 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5619
5620 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5621 located in one or more DWARF pieces.
5622
5623 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5624
5625 * lib/gdb.exp (get_endianness): New proc.
5626 * gdb.arch/aarch64-fp.exp: Use it.
5627 * gdb.arch/altivec-regs.exp: Likewise.
5628 * gdb.arch/e500-regs.exp: Likewise.
5629 * gdb.arch/vsx-regs.exp: Likewise.
5630 * gdb.base/dump.exp: Likewise.
5631 * gdb.base/funcargs.exp: Likewise.
5632 * gdb.base/gnu_vector.exp: Likewise.
5633 * gdb.dwarf2/formdata16.exp: Likewise.
5634 * gdb.dwarf2/implptrpiece.exp: Likewise.
5635 * gdb.dwarf2/nonvar-access.exp: Likewise.
5636 * gdb.python/py-inferior.exp: Likewise.
5637 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5638
5639 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5640
5641 PR gdb/21226
5642 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5643 stack value pieces are taken from the LSB end.
5644
5645 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5646
5647 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5648 variable at nonzero offset.
5649
5650 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5651
5652 * gdb.dwarf2/var-access.c: New file.
5653 * gdb.dwarf2/var-access.exp: New test.
5654 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5655
5656 2017-06-12 Tom Tromey <tom@tromey.com>
5657
5658 * gdb.dwarf2/formdata16.exp: Add tests.
5659
5660 2017-06-12 Tom Tromey <tom@tromey.com>
5661
5662 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5663
5664 2017-06-12 Tom Tromey <tom@tromey.com>
5665
5666 PR exp/16225:
5667 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5668 * gdb.arch/vsx-regs.exp: Update tests.
5669 * gdb.arch/s390-vregs.exp (hex128): New proc.
5670 Update test.
5671 * gdb.arch/altivec-regs.exp: Update tests.
5672
5673 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5674
5675 * gdb.base/startup-with-shell.c: New file.
5676 * gdb.base/startup-with-shell.exp: Likewise.
5677
5678 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5679
5680 * gdb.server/non-existing-program.exp: Update regex in order to
5681 reflect the fact that gdbserver is now using fork_inferior (with a
5682 shell) to startup the inferior.
5683
5684 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5685
5686 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5687 support function calls from GDB.
5688
5689 2017-05-21 Tom Tromey <tom@tromey.com>
5690
5691 PR rust/21466:
5692 * gdb.rust/unsized.exp: New file.
5693 * gdb.rust/unsized.rs: New file.
5694
5695 2017-05-19 Tom Tromey <tom@tromey.com>
5696
5697 PR rust/21484:
5698 * gdb.rust/watch.exp: New file.
5699 * gdb.rust/watch.rs: New file.
5700
5701 2017-05-18 Tom Tromey <tom@tromey.com>
5702
5703 * gdb.rust/simple.exp: Allow Box to be qualified.
5704
5705 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5706
5707 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5708
5709 2017-05-18 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/fileio.c (test_write, test_read, test_close)
5712 (test_fstat): Don't print 'ret' in the fail path.
5713
5714 2017-05-18 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5717 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5718 (test_system, test_rename, test_unlink, test_time): Change
5719 prototypes.
5720 * gdb.base/fileio.exp (stop_msg): Adjust.
5721
5722 2017-05-18 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/fileio.c (null_str): New global.
5725 (test_stat): Use it.
5726 * gdb.base/fileio.exp: Remove nowarnings.
5727
5728 2017-05-17 Yao Qi <yao.qi@linaro.org>
5729
5730 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5731
5732 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5733
5734 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5735 argument command.
5736 (top-level): Invoke test_set_inferior_tty.
5737
5738 2017-05-04 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5741 Add parens to print call for Python 3.
5742
5743 2017-05-03 Keith Seitz <keiths@redhat.com>
5744
5745 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5746 (main): Call it.
5747
5748 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5749
5750 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5751 to prev and next.
5752
5753 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5754
5755 * gdb.python/py-record-btrace.exp: Remove test for
5756 gdb.BtraceInstruction.error.
5757
5758 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5759
5760 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5761
5762 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5763
5764 * gdb.python/py-record-btrace-threads.c: New file.
5765 * gdb.python/py-record-btrace-threads.exp: New file.
5766
5767 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5768
5769 PR testsuite/8595
5770 * gdb.base/environ.exp: Make test available in all architectures.
5771 Move bits related to "info program" testing to
5772 gdb.base/info-program.exp. Rewrite tests to use the two new
5773 procedures mentione below.
5774 (test_set_show_env_var) New procedure.
5775 (test_set_show_env_var_equal): Likewise.
5776 * gdb.base/info-program.exp: New file.
5777
5778 2017-04-27 Keith Seitz <keiths@redhat.com>
5779
5780 * gdb.cp/oranking.cc (test15): New function.
5781 (main): Call test15 and declare additional variables for testing.
5782 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5783 "p foo101('abc')" tests.
5784 Add tests for cv qualifier overloads.
5785 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5786 "lvalue reference overload" test.
5787 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5788 "print value of f1 on Child&& in f2" test.
5789
5790 2017-04-19 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5793 procedure.
5794 (top level): Call it.
5795 * lib/gdb.exp (gdb_define_cmd): New procedure.
5796
5797 2017-04-12 Pedro Alves <palves@redhat.com>
5798
5799 PR gdb/21323
5800 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5801 (wchar): New global.
5802 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5803 (do_test_wide_char, wide_char_types_no_program, top level): Add
5804 wchar_t testing.
5805
5806 2017-04-12 Pedro Alves <palves@redhat.com>
5807
5808 PR c++/21323
5809 * gdb.cp/wide_char_types.c: New file.
5810 * gdb.cp/wide_char_types.exp: New file.
5811
5812 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5813
5814 PR gdb/21352
5815 * gdb.trace/tsv.exp: Add test for "tsave -r".
5816
5817 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5818
5819 * gdb.dlang/watch-loc.c: New file.
5820 * gdb.dlang/watch-loc.exp: New file.
5821
5822 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5825
5826 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5827
5828 * gdb.arch/arc-analyze-prologue.S: New file.
5829 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5830
5831 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5832
5833 * gdb.arch/arc-decode-insn.S: New file.
5834 * gdb.arch/arc-decode-insn.exp: Likewise.
5835
5836 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5837
5838 PR tdep/20928
5839 * gdb.arch/sparc64-regs.exp: New file.
5840 * gdb.arch/sparc64-regs.S: Likewise.
5841
5842 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5843
5844 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5845 and memory view on Python 3.
5846
5847 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5848 Keith Seitz <keiths@redhat.com>
5849
5850 PR gdb/14441
5851 * gdb.cp/demangle.exp: Add rvalue reference tests.
5852 * gdb.cp/rvalue-ref-casts.cc: New file.
5853 * gdb.cp/rvalue-ref-casts.exp: New file.
5854 * gdb.cp/rvalue-ref-overload.cc: New file.
5855 * gdb.cp/rvalue-ref-overload.exp: New file.
5856 * gdb.cp/rvalue-ref-params.cc: New file.
5857 * gdb.cp/rvalue-ref-params.exp: New file.
5858 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5859 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5860 * gdb.cp/rvalue-ref-types.cc: New file.
5861 * gdb.cp/rvalue-ref-types.exp: New file.
5862 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5863 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5864
5865 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5866
5867 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5868 New procedure.
5869
5870 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5871
5872 * lib/mi-support.exp (mi_gdb_test): Add additional message
5873 for unexpected output.
5874
5875 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5876
5877 * gdb.base/examine-backward.c (Barrier): New character array
5878 constant, to ensure that TestStrings is preceded by a string
5879 terminator.
5880
5881 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5882
5883 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5884 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5885 and implicit pointer into such a location.
5886
5887 2017-03-16 Doug Evans <dje@google.com>
5888
5889 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5890
5891 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5892
5893 * gdb.cp/m-static.exp: Fix expectation for prototype of
5894 test5.single_constructor and single_constructor::single_constructor.
5895
5896 2017-03-16 Doug Evans <dje@google.com>
5897
5898 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5899 * gdb.guile/scm-lazy-string.c: New file.
5900 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5901 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5902 for pointer, array, typedef lazy strings.
5903
5904 2017-03-16 Doug Evans <dje@google.com>
5905
5906 PR python/17728, python/18439, python/18779
5907 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5908 * gdb.python/py-lazy-string.c (pointer): New typedef.
5909 (main): New locals ptr, array, typedef_ptr.
5910 * gdb.python/py-value.exp: Move lazy string tests to ...
5911 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5912 array, typedef lazy strings.
5913
5914 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5915
5916 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5917 Add optional 'test' parameter.
5918
5919 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5920
5921 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5922 Skip for versions of DejaGnu < 1.5.
5923
5924 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5925
5926 * lib/gdb.exp (dejagnu_version): New proc.
5927 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5928 Use dejagnu_version.
5929
5930 2017-03-10 Keith Seitz <keiths@redhat.com>
5931
5932 PR c++/8128
5933 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5934 type from destructor regexps.
5935 Add a branch which actually passes the test.
5936 Adjust "ptype t5i" test names.
5937
5938 2017-03-08 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/step-over-exit.exp: Add explicit test message.
5941
5942 2017-03-08 Pedro Alves <palves@redhat.com>
5943
5944 PR gdb/18360
5945 * gdb.threads/interrupt-while-step-over.c: New file.
5946 * gdb.threads/interrupt-while-step-over.exp: New file.
5947
5948 2017-03-08 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5951 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5952
5953 2017-03-08 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5956 PKRU as not supported as a PASS.
5957
5958 2017-03-08 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5961 prefix instead of $binfile1/$binfile2.
5962 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5963 in test message.
5964 * gdb.python/py-completion.exp: Use "load python file" as test
5965 messages instead of unstable path names.
5966
5967 2017-03-08 Pedro Alves <palves@redhat.com>
5968 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 PR cli/21218
5971 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5972 New proc.
5973 (top level): Call it.
5974
5975 2017-03-08 Pedro Alves <palves@redhat.com>
5976
5977 PR tui/21216
5978 * gdb.tui/tui-nl-filtered-output.exp: New file.
5979
5980 2017-03-08 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/completion.exp: Move TUI completion tests to ...
5983 * gdb.tui/completion.exp: ... this new file.
5984
5985 2017-03-08 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.base/tui-disasm-long-lines.c,
5988 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5989 gdb.base/tui-layout.exp: Move to ...
5990 * gdb.tui/: ... this new directory.
5991
5992 2017-03-07 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/tui-layout.c: New file.
5995 * gdb.base/tui-layout.exp: New file.
5996
5997 2017-03-07 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/tui-layout.c: Rename to ...
6000 * gdb.base/tui-disasm-long-lines.c: ... this.
6001 * gdb.base/tui-layout.exp: Rename to ...
6002 * gdb.base/tui-disasm-long-lines.exp: ... this.
6003
6004 2017-03-07 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6007
6008 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6009
6010 * i386-mpx-call.c: New file.
6011 * i386-mpx-call.exp: New file.
6012
6013 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6014
6015 * gdb.arch/powerpc-power.exp: Delete test.
6016 * gdb.arch/powerpc-power.s: Likewise.
6017 * gdb.disasm/disassembler-options.exp: New test.
6018 * gdb.arch/powerpc-altivec.exp: Likewise.
6019 * gdb.arch/powerpc-altivec.s: Likewise.
6020 * gdb.arch/powerpc-altivec2.exp: Likewise.
6021 * gdb.arch/powerpc-altivec2.s: Likewise.
6022 * gdb.arch/powerpc-altivec3.exp: Likewise.
6023 * gdb.arch/powerpc-altivec3.s: Likewise.
6024 * gdb.arch/powerpc-power7.exp: Likewise.
6025 * gdb.arch/powerpc-power7.s: Likewise.
6026 * gdb.arch/powerpc-power8.exp: Likewise.
6027 * gdb.arch/powerpc-power8.s: Likewise.
6028 * gdb.arch/powerpc-power9.exp: Likewise.
6029 * gdb.arch/powerpc-power9.s: Likewise.
6030 * gdb.arch/powerpc-vsx.exp: Likewise.
6031 * gdb.arch/powerpc-vsx.s: Likewise.
6032 * gdb.arch/powerpc-vsx2.exp: Likewise.
6033 * gdb.arch/powerpc-vsx2.s: Likewise.
6034 * gdb.arch/powerpc-vsx3.exp: Likewise.
6035 * gdb.arch/powerpc-vsx3.s: Likewise.
6036 * gdb.arch/arm-disassembler-options.exp: Likewise.
6037 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6038 * gdb.arch/s390-disassembler-options.exp: Likewise.
6039
6040 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
6041
6042 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6043 (check_supported_features): ... this. Changed return type to void.
6044 (supports_rdseed): New static global.
6045 (rdseed): Check supports_rdseed.
6046 (initialize): Call check_supported_features.
6047
6048 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6049
6050 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6051 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6052 and lqarx/stqcx.
6053 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6054 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6055
6056 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6057
6058 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6059 uppercase.
6060
6061 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6062
6063 * gdb.dwarf2/formdata16.c: New file.
6064 * gdb.dwarf2/formdata16.exp: New file.
6065 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6066
6067 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6070 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6071 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6072 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6073 DW_AT_GNU_*.
6074
6075 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6076
6077 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6078
6079 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6080
6081 PR gdb/21164
6082 * gdb.base/maint.exp: Add testcases for when the commands do
6083 not have arguments.
6084
6085 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6086
6087 * gdb.cp/chained-calls.exp: Use p instead of P.
6088
6089 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6090
6091 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6092 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6093
6094 2017-02-14 Tom Tromey <tom@tromey.com>
6095
6096 PR python/13598:
6097 * gdb.python/py-events.exp: Add before_prompt event tests.
6098
6099 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6100
6101 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6102
6103 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6104
6105 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6106 (main): Call my_unique_function_name.
6107 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6108 completion of patterns with a single match.
6109 Add missing -re switches to gdb_test_multiple calls.
6110
6111 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6112
6113 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6114 return if core file is not recognized.
6115
6116 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6119 and extra UIs.
6120
6121 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6122
6123 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6124 proc_with_prefix.
6125
6126 2017-02-10 Tom Tromey <tom@tromey.com>
6127
6128 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6129
6130 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6131
6132 PR gdb/21122
6133 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6134
6135 2017-02-08 Jerome Guitton <guitton@adacore.com>
6136
6137 * gdb.base/define.exp: Add test for command abbreviations
6138 in define.
6139
6140 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6141
6142 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6143 * gdb.reverse/insn-reverse-x86.c: New file.
6144
6145 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6146
6147 PR tdep/20936
6148 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6149
6150 2017-02-03 Tom Tromey <tom@tromey.com>
6151
6152 PR rust/21097:
6153 * gdb.rust/simple.exp: Add new tests.
6154
6155 2017-02-02 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6158 tests.
6159
6160 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6161
6162 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6163 taking a 2-byte value out of a 4-byte DWARF implicit value on
6164 big-endian targets.
6165 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6166 logic. Add test cases for DW_OP_implicit.
6167
6168 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6169
6170 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6171
6172 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6173
6174 * gdb.btrace/enable.exp: Call gdb_exit before
6175 skip_gdbserver_tests.
6176
6177 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6178
6179 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6180 GDBFLAGS.
6181
6182 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6183
6184 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6185 the test is skipped.
6186 * gdb.btrace/data.exp: Likewise.
6187 * gdb.btrace/delta.exp: Likewise.
6188 * gdb.btrace/dlopen.exp: Likewise.
6189 * gdb.btrace/enable-running.exp: Likewise.
6190 * gdb.btrace/enable.exp: Likewise.
6191 * gdb.btrace/exception.exp: Likewise.
6192 * gdb.btrace/function_call_history.exp: Likewise.
6193 * gdb.btrace/gcore.exp: Likewise.
6194 * gdb.btrace/instruction_history.exp: Likewise.
6195 * gdb.btrace/multi-thread-step.exp: Likewise.
6196 * gdb.btrace/nohist.exp: Likewise.
6197 * gdb.btrace/non-stop.exp: Likewise.
6198 * gdb.btrace/reconnect.exp: Likewise.
6199 * gdb.btrace/record_goto-step.exp: Likewise.
6200 * gdb.btrace/record_goto.exp: Likewise.
6201 * gdb.btrace/rn-dl-bind.exp: Likewise.
6202 * gdb.btrace/segv.exp: Likewise.
6203 * gdb.btrace/step.exp: Likewise.
6204 * gdb.btrace/stepi.exp: Likewise.
6205 * gdb.btrace/tailcall-only.exp: Likewise.
6206 * gdb.btrace/tailcall.exp: Likewise.
6207 * gdb.btrace/tsx.exp: Likewise.
6208 * gdb.btrace/unknown_functions.exp: Likewise.
6209 * gdb.btrace/vdso.exp: Likewise.
6210
6211 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6212
6213 * gdb.btrace/enable-running.c: New.
6214 * gdb.btrace/enable-running.exp: New.
6215
6216 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6217
6218 * gdb.arch/amd64-gs_base.c: New file.
6219 * gdb.arch/amd64-gs_base.exp: New file.
6220
6221 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6222
6223 * lib/memory.exp: Remove spurious empty newlines.
6224
6225 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6226
6227 * gdb.python/py-bad-printers.exp: Load python file using "source".
6228 * gdb.python/py-events.exp: Likewise.
6229 * gdb.python/py-evsignal.exp: Likewise.
6230 * gdb.python/py-evthreads.exp: Likewise.
6231 * gdb.python/py-frame-args.exp: Likewise.
6232 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6233 * gdb.python/py-framefilter-mi.exp: Likewise.
6234 * gdb.python/py-framefilter.exp: Likewise.
6235 * gdb.python/py-mi.exp: Likewise.
6236 * gdb.python/py-pp-maint.exp: Likewise.
6237 * gdb.python/py-pp-registration.exp: Likewise.
6238 * gdb.python/py-prettyprint.exp: Likewise.
6239 (run_lang_tests): Likewise.
6240 * gdb.python/py-typeprint.exp: Likewise.
6241
6242 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6243
6244 * lib/memory.exp: New file.
6245 * lib/gdb.exp: Load memory.exp.
6246 * gdb.base/memattr.exp (delete_memory): Move proc to
6247 lib/memory.exp and rename to delete_memory_regions.
6248 Replace delete_memory with delete_memory_regions.
6249 Cleanup memory regions before tests.
6250 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6251 before tests.
6252
6253 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6254
6255 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6256 files.
6257 (initialize): New function conditionally defined.
6258 (testcases): Move within conditional block.
6259 (main): Call initialize.
6260 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6261 of gdb.reverse/insn-reverse.c.
6262 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6263 gdb.reverse/insn-reverse.c.
6264
6265 2017-01-26 Yao Qi <yao.qi@linaro.org>
6266
6267 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6268 disassemble on address 0.
6269
6270 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6271 Yao Qi <yao.qi@linaro.org>
6272
6273 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6274 * gdb.dwarf2/implptr-64bit.S: Remove.
6275 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6276 variables in caller's context. Add DW_OP_implicit_value.
6277
6278 2017-01-25 Yao Qi <yao.qi@linaro.org>
6279
6280 * lib/dwarf.exp (Dwarf::_location): Handle
6281 DW_OP_GNU_implicit_pointer with proper size.
6282
6283 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6284
6285 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6286 and add untested calls.
6287
6288 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6289
6290 * gdb.python/python.exp: Check line number against what GDB thinks
6291 the line number is for func1.
6292
6293 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6294
6295 * gdb.dlang/debug-expr.exp: New file.
6296
6297 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6298
6299 Fix test names for the following files:
6300
6301 * gdb.ada/exec_changed.exp
6302 * gdb.ada/info_types.exp
6303 * gdb.arch/aarch64-atomic-inst.exp
6304 * gdb.arch/aarch64-fp.exp
6305 * gdb.arch/altivec-abi.exp
6306 * gdb.arch/altivec-regs.exp
6307 * gdb.arch/amd64-byte.exp
6308 * gdb.arch/amd64-disp-step.exp
6309 * gdb.arch/amd64-dword.exp
6310 * gdb.arch/amd64-entry-value-inline.exp
6311 * gdb.arch/amd64-entry-value-param.exp
6312 * gdb.arch/amd64-entry-value-paramref.exp
6313 * gdb.arch/amd64-entry-value.exp
6314 * gdb.arch/amd64-i386-address.exp
6315 * gdb.arch/amd64-invalid-stack-middle.exp
6316 * gdb.arch/amd64-invalid-stack-top.exp
6317 * gdb.arch/amd64-optimout-repeat.exp
6318 * gdb.arch/amd64-prologue-skip.exp
6319 * gdb.arch/amd64-prologue-xmm.exp
6320 * gdb.arch/amd64-stap-special-operands.exp
6321 * gdb.arch/amd64-stap-wrong-subexp.exp
6322 * gdb.arch/amd64-tailcall-cxx.exp
6323 * gdb.arch/amd64-tailcall-noret.exp
6324 * gdb.arch/amd64-tailcall-ret.exp
6325 * gdb.arch/amd64-tailcall-self.exp
6326 * gdb.arch/amd64-word.exp
6327 * gdb.arch/arm-bl-branch-dest.exp
6328 * gdb.arch/arm-disp-step.exp
6329 * gdb.arch/arm-neon.exp
6330 * gdb.arch/arm-single-step-kernel-helper.exp
6331 * gdb.arch/avr-flash-qualifier.exp
6332 * gdb.arch/disp-step-insn-reloc.exp
6333 * gdb.arch/e500-abi.exp
6334 * gdb.arch/e500-regs.exp
6335 * gdb.arch/ftrace-insn-reloc.exp
6336 * gdb.arch/i386-avx512.exp
6337 * gdb.arch/i386-bp_permanent.exp
6338 * gdb.arch/i386-byte.exp
6339 * gdb.arch/i386-cfi-notcurrent.exp
6340 * gdb.arch/i386-disp-step.exp
6341 * gdb.arch/i386-dr3-watch.exp
6342 * gdb.arch/i386-float.exp
6343 * gdb.arch/i386-gnu-cfi.exp
6344 * gdb.arch/i386-mpx-map.exp
6345 * gdb.arch/i386-mpx-sigsegv.exp
6346 * gdb.arch/i386-mpx-simple_segv.exp
6347 * gdb.arch/i386-mpx.exp
6348 * gdb.arch/i386-permbkpt.exp
6349 * gdb.arch/i386-prologue.exp
6350 * gdb.arch/i386-signal.exp
6351 * gdb.arch/i386-size-overlap.exp
6352 * gdb.arch/i386-unwind.exp
6353 * gdb.arch/i386-word.exp
6354 * gdb.arch/mips-fcr.exp
6355 * gdb.arch/powerpc-d128-regs.exp
6356 * gdb.arch/powerpc-stackless.exp
6357 * gdb.arch/ppc64-atomic-inst.exp
6358 * gdb.arch/s390-stackless.exp
6359 * gdb.arch/s390-tdbregs.exp
6360 * gdb.arch/s390-vregs.exp
6361 * gdb.arch/sparc-sysstep.exp
6362 * gdb.arch/thumb-bx-pc.exp
6363 * gdb.arch/thumb-singlestep.exp
6364 * gdb.arch/thumb2-it.exp
6365 * gdb.arch/vsx-regs.exp
6366 * gdb.asm/asm-source.exp
6367 * gdb.base/a2-run.exp
6368 * gdb.base/advance.exp
6369 * gdb.base/all-bin.exp
6370 * gdb.base/anon.exp
6371 * gdb.base/args.exp
6372 * gdb.base/arithmet.exp
6373 * gdb.base/async-shell.exp
6374 * gdb.base/async.exp
6375 * gdb.base/attach-pie-noexec.exp
6376 * gdb.base/attach-twice.exp
6377 * gdb.base/auto-load.exp
6378 * gdb.base/bang.exp
6379 * gdb.base/bitfields.exp
6380 * gdb.base/break-always.exp
6381 * gdb.base/break-caller-line.exp
6382 * gdb.base/break-entry.exp
6383 * gdb.base/break-inline.exp
6384 * gdb.base/break-on-linker-gcd-function.exp
6385 * gdb.base/break-probes.exp
6386 * gdb.base/break.exp
6387 * gdb.base/breakpoint-shadow.exp
6388 * gdb.base/call-ar-st.exp
6389 * gdb.base/call-sc.exp
6390 * gdb.base/call-signal-resume.exp
6391 * gdb.base/call-strs.exp
6392 * gdb.base/callfuncs.exp
6393 * gdb.base/catch-fork-static.exp
6394 * gdb.base/catch-gdb-caused-signals.exp
6395 * gdb.base/catch-load.exp
6396 * gdb.base/catch-signal-fork.exp
6397 * gdb.base/catch-signal.exp
6398 * gdb.base/catch-syscall.exp
6399 * gdb.base/charset.exp
6400 * gdb.base/checkpoint.exp
6401 * gdb.base/chng-syms.exp
6402 * gdb.base/code-expr.exp
6403 * gdb.base/code_elim.exp
6404 * gdb.base/commands.exp
6405 * gdb.base/completion.exp
6406 * gdb.base/complex.exp
6407 * gdb.base/cond-expr.exp
6408 * gdb.base/condbreak.exp
6409 * gdb.base/consecutive.exp
6410 * gdb.base/continue-all-already-running.exp
6411 * gdb.base/coredump-filter.exp
6412 * gdb.base/corefile.exp
6413 * gdb.base/dbx.exp
6414 * gdb.base/debug-expr.exp
6415 * gdb.base/define.exp
6416 * gdb.base/del.exp
6417 * gdb.base/disabled-location.exp
6418 * gdb.base/disasm-end-cu.exp
6419 * gdb.base/disasm-optim.exp
6420 * gdb.base/display.exp
6421 * gdb.base/duplicate-bp.exp
6422 * gdb.base/ena-dis-br.exp
6423 * gdb.base/ending-run.exp
6424 * gdb.base/enumval.exp
6425 * gdb.base/environ.exp
6426 * gdb.base/eu-strip-infcall.exp
6427 * gdb.base/eval-avoid-side-effects.exp
6428 * gdb.base/eval-skip.exp
6429 * gdb.base/exitsignal.exp
6430 * gdb.base/expand-psymtabs.exp
6431 * gdb.base/filesym.exp
6432 * gdb.base/find-unmapped.exp
6433 * gdb.base/finish.exp
6434 * gdb.base/float.exp
6435 * gdb.base/foll-exec-mode.exp
6436 * gdb.base/foll-exec.exp
6437 * gdb.base/foll-fork.exp
6438 * gdb.base/fortran-sym-case.exp
6439 * gdb.base/freebpcmd.exp
6440 * gdb.base/func-ptr.exp
6441 * gdb.base/func-ptrs.exp
6442 * gdb.base/funcargs.exp
6443 * gdb.base/gcore-buffer-overflow.exp
6444 * gdb.base/gcore-relro-pie.exp
6445 * gdb.base/gcore-relro.exp
6446 * gdb.base/gcore.exp
6447 * gdb.base/gdb1090.exp
6448 * gdb.base/gdb11530.exp
6449 * gdb.base/gdb11531.exp
6450 * gdb.base/gdb1821.exp
6451 * gdb.base/gdbindex-stabs.exp
6452 * gdb.base/gdbvars.exp
6453 * gdb.base/hbreak.exp
6454 * gdb.base/hbreak2.exp
6455 * gdb.base/included.exp
6456 * gdb.base/infcall-input.exp
6457 * gdb.base/inferior-died.exp
6458 * gdb.base/infnan.exp
6459 * gdb.base/info-macros.exp
6460 * gdb.base/info-os.exp
6461 * gdb.base/info-proc.exp
6462 * gdb.base/info-shared.exp
6463 * gdb.base/info-target.exp
6464 * gdb.base/infoline.exp
6465 * gdb.base/interp.exp
6466 * gdb.base/interrupt.exp
6467 * gdb.base/jit-reader.exp
6468 * gdb.base/jit-simple.exp
6469 * gdb.base/kill-after-signal.exp
6470 * gdb.base/kill-detach-inferiors-cmd.exp
6471 * gdb.base/label.exp
6472 * gdb.base/langs.exp
6473 * gdb.base/ldbl_e308.exp
6474 * gdb.base/line-symtabs.exp
6475 * gdb.base/linespecs.exp
6476 * gdb.base/list.exp
6477 * gdb.base/long_long.exp
6478 * gdb.base/longest-types.exp
6479 * gdb.base/maint.exp
6480 * gdb.base/max-value-size.exp
6481 * gdb.base/memattr.exp
6482 * gdb.base/mips_pro.exp
6483 * gdb.base/morestack.exp
6484 * gdb.base/moribund-step.exp
6485 * gdb.base/multi-forks.exp
6486 * gdb.base/nested-addr.exp
6487 * gdb.base/nextoverexit.exp
6488 * gdb.base/noreturn-finish.exp
6489 * gdb.base/noreturn-return.exp
6490 * gdb.base/nostdlib.exp
6491 * gdb.base/offsets.exp
6492 * gdb.base/opaque.exp
6493 * gdb.base/pc-fp.exp
6494 * gdb.base/permissions.exp
6495 * gdb.base/print-symbol-loading.exp
6496 * gdb.base/prologue-include.exp
6497 * gdb.base/psymtab.exp
6498 * gdb.base/ptype.exp
6499 * gdb.base/random-signal.exp
6500 * gdb.base/randomize.exp
6501 * gdb.base/range-stepping.exp
6502 * gdb.base/readline-ask.exp
6503 * gdb.base/recpar.exp
6504 * gdb.base/recurse.exp
6505 * gdb.base/relational.exp
6506 * gdb.base/restore.exp
6507 * gdb.base/return-nodebug.exp
6508 * gdb.base/return.exp
6509 * gdb.base/run-after-attach.exp
6510 * gdb.base/save-bp.exp
6511 * gdb.base/scope.exp
6512 * gdb.base/sect-cmd.exp
6513 * gdb.base/set-lang-auto.exp
6514 * gdb.base/set-noassign.exp
6515 * gdb.base/setvar.exp
6516 * gdb.base/sigall.exp
6517 * gdb.base/sigbpt.exp
6518 * gdb.base/siginfo-addr.exp
6519 * gdb.base/siginfo-infcall.exp
6520 * gdb.base/siginfo-obj.exp
6521 * gdb.base/siginfo.exp
6522 * gdb.base/signals-state-child.exp
6523 * gdb.base/signest.exp
6524 * gdb.base/sigstep.exp
6525 * gdb.base/sizeof.exp
6526 * gdb.base/skip.exp
6527 * gdb.base/solib-corrupted.exp
6528 * gdb.base/solib-nodir.exp
6529 * gdb.base/solib-search.exp
6530 * gdb.base/stack-checking.exp
6531 * gdb.base/stale-infcall.exp
6532 * gdb.base/stap-probe.exp
6533 * gdb.base/start.exp
6534 * gdb.base/step-break.exp
6535 * gdb.base/step-bt.exp
6536 * gdb.base/step-line.exp
6537 * gdb.base/step-over-exit.exp
6538 * gdb.base/step-over-syscall.exp
6539 * gdb.base/step-resume-infcall.exp
6540 * gdb.base/step-test.exp
6541 * gdb.base/store.exp
6542 * gdb.base/structs3.exp
6543 * gdb.base/sym-file.exp
6544 * gdb.base/symbol-without-target_section.exp
6545 * gdb.base/term.exp
6546 * gdb.base/testenv.exp
6547 * gdb.base/ui-redirect.exp
6548 * gdb.base/until.exp
6549 * gdb.base/unwindonsignal.exp
6550 * gdb.base/value-double-free.exp
6551 * gdb.base/vla-datatypes.exp
6552 * gdb.base/vla-ptr.exp
6553 * gdb.base/vla-sideeffect.exp
6554 * gdb.base/volatile.exp
6555 * gdb.base/watch-cond-infcall.exp
6556 * gdb.base/watch-cond.exp
6557 * gdb.base/watch-non-mem.exp
6558 * gdb.base/watch-read.exp
6559 * gdb.base/watch-vfork.exp
6560 * gdb.base/watchpoint-cond-gone.exp
6561 * gdb.base/watchpoint-delete.exp
6562 * gdb.base/watchpoint-hw-hit-once.exp
6563 * gdb.base/watchpoint-hw.exp
6564 * gdb.base/watchpoint-stops-at-right-insn.exp
6565 * gdb.base/watchpoints.exp
6566 * gdb.base/wchar.exp
6567 * gdb.base/whatis-exp.exp
6568 * gdb.btrace/buffer-size.exp
6569 * gdb.btrace/data.exp
6570 * gdb.btrace/delta.exp
6571 * gdb.btrace/dlopen.exp
6572 * gdb.btrace/enable.exp
6573 * gdb.btrace/exception.exp
6574 * gdb.btrace/function_call_history.exp
6575 * gdb.btrace/gcore.exp
6576 * gdb.btrace/instruction_history.exp
6577 * gdb.btrace/nohist.exp
6578 * gdb.btrace/reconnect.exp
6579 * gdb.btrace/record_goto-step.exp
6580 * gdb.btrace/record_goto.exp
6581 * gdb.btrace/rn-dl-bind.exp
6582 * gdb.btrace/segv.exp
6583 * gdb.btrace/step.exp
6584 * gdb.btrace/stepi.exp
6585 * gdb.btrace/tailcall-only.exp
6586 * gdb.btrace/tailcall.exp
6587 * gdb.btrace/tsx.exp
6588 * gdb.btrace/unknown_functions.exp
6589 * gdb.btrace/vdso.exp
6590 * gdb.compile/compile-ifunc.exp
6591 * gdb.compile/compile-ops.exp
6592 * gdb.compile/compile-print.exp
6593 * gdb.compile/compile-setjmp.exp
6594 * gdb.cp/abstract-origin.exp
6595 * gdb.cp/ambiguous.exp
6596 * gdb.cp/annota2.exp
6597 * gdb.cp/annota3.exp
6598 * gdb.cp/anon-ns.exp
6599 * gdb.cp/anon-struct.exp
6600 * gdb.cp/anon-union.exp
6601 * gdb.cp/arg-reference.exp
6602 * gdb.cp/baseenum.exp
6603 * gdb.cp/bool.exp
6604 * gdb.cp/breakpoint.exp
6605 * gdb.cp/bs15503.exp
6606 * gdb.cp/call-c.exp
6607 * gdb.cp/casts.exp
6608 * gdb.cp/chained-calls.exp
6609 * gdb.cp/class2.exp
6610 * gdb.cp/classes.exp
6611 * gdb.cp/cmpd-minsyms.exp
6612 * gdb.cp/converts.exp
6613 * gdb.cp/cp-relocate.exp
6614 * gdb.cp/cpcompletion.exp
6615 * gdb.cp/cpexprs.exp
6616 * gdb.cp/cplabel.exp
6617 * gdb.cp/cplusfuncs.exp
6618 * gdb.cp/cpsizeof.exp
6619 * gdb.cp/ctti.exp
6620 * gdb.cp/derivation.exp
6621 * gdb.cp/destrprint.exp
6622 * gdb.cp/dispcxx.exp
6623 * gdb.cp/enum-class.exp
6624 * gdb.cp/exception.exp
6625 * gdb.cp/exceptprint.exp
6626 * gdb.cp/expand-psymtabs-cxx.exp
6627 * gdb.cp/expand-sals.exp
6628 * gdb.cp/extern-c.exp
6629 * gdb.cp/filename.exp
6630 * gdb.cp/formatted-ref.exp
6631 * gdb.cp/fpointer.exp
6632 * gdb.cp/gdb1355.exp
6633 * gdb.cp/gdb2495.exp
6634 * gdb.cp/hang.exp
6635 * gdb.cp/impl-this.exp
6636 * gdb.cp/infcall-dlopen.exp
6637 * gdb.cp/inherit.exp
6638 * gdb.cp/iostream.exp
6639 * gdb.cp/koenig.exp
6640 * gdb.cp/local.exp
6641 * gdb.cp/m-data.exp
6642 * gdb.cp/m-static.exp
6643 * gdb.cp/mb-ctor.exp
6644 * gdb.cp/mb-inline.exp
6645 * gdb.cp/mb-templates.exp
6646 * gdb.cp/member-name.exp
6647 * gdb.cp/member-ptr.exp
6648 * gdb.cp/meth-typedefs.exp
6649 * gdb.cp/method.exp
6650 * gdb.cp/method2.exp
6651 * gdb.cp/minsym-fallback.exp
6652 * gdb.cp/misc.exp
6653 * gdb.cp/namelessclass.exp
6654 * gdb.cp/namespace-enum.exp
6655 * gdb.cp/namespace-nested-import.exp
6656 * gdb.cp/namespace.exp
6657 * gdb.cp/nextoverthrow.exp
6658 * gdb.cp/no-dmgl-verbose.exp
6659 * gdb.cp/non-trivial-retval.exp
6660 * gdb.cp/noparam.exp
6661 * gdb.cp/nsdecl.exp
6662 * gdb.cp/nsimport.exp
6663 * gdb.cp/nsnested.exp
6664 * gdb.cp/nsnoimports.exp
6665 * gdb.cp/nsrecurs.exp
6666 * gdb.cp/nsstress.exp
6667 * gdb.cp/nsusing.exp
6668 * gdb.cp/operator.exp
6669 * gdb.cp/oranking.exp
6670 * gdb.cp/overload-const.exp
6671 * gdb.cp/overload.exp
6672 * gdb.cp/ovldbreak.exp
6673 * gdb.cp/ovsrch.exp
6674 * gdb.cp/paren-type.exp
6675 * gdb.cp/parse-lang.exp
6676 * gdb.cp/pass-by-ref.exp
6677 * gdb.cp/pr-1023.exp
6678 * gdb.cp/pr-1210.exp
6679 * gdb.cp/pr-574.exp
6680 * gdb.cp/pr10687.exp
6681 * gdb.cp/pr12028.exp
6682 * gdb.cp/pr17132.exp
6683 * gdb.cp/pr17494.exp
6684 * gdb.cp/pr9067.exp
6685 * gdb.cp/pr9167.exp
6686 * gdb.cp/pr9631.exp
6687 * gdb.cp/printmethod.exp
6688 * gdb.cp/psmang.exp
6689 * gdb.cp/psymtab-parameter.exp
6690 * gdb.cp/ptype-cv-cp.exp
6691 * gdb.cp/ptype-flags.exp
6692 * gdb.cp/re-set-overloaded.exp
6693 * gdb.cp/ref-types.exp
6694 * gdb.cp/rtti.exp
6695 * gdb.cp/scope-err.exp
6696 * gdb.cp/shadow.exp
6697 * gdb.cp/smartp.exp
6698 * gdb.cp/static-method.exp
6699 * gdb.cp/static-print-quit.exp
6700 * gdb.cp/temargs.exp
6701 * gdb.cp/templates.exp
6702 * gdb.cp/try_catch.exp
6703 * gdb.cp/typedef-operator.exp
6704 * gdb.cp/typeid.exp
6705 * gdb.cp/userdef.exp
6706 * gdb.cp/using-crash.exp
6707 * gdb.cp/var-tag.exp
6708 * gdb.cp/virtbase.exp
6709 * gdb.cp/virtfunc.exp
6710 * gdb.cp/virtfunc2.exp
6711 * gdb.cp/vla-cxx.exp
6712 * gdb.disasm/t01_mov.exp
6713 * gdb.disasm/t02_mova.exp
6714 * gdb.disasm/t03_add.exp
6715 * gdb.disasm/t04_sub.exp
6716 * gdb.disasm/t05_cmp.exp
6717 * gdb.disasm/t06_ari2.exp
6718 * gdb.disasm/t07_ari3.exp
6719 * gdb.disasm/t08_or.exp
6720 * gdb.disasm/t09_xor.exp
6721 * gdb.disasm/t10_and.exp
6722 * gdb.disasm/t11_logs.exp
6723 * gdb.disasm/t12_bit.exp
6724 * gdb.disasm/t13_otr.exp
6725 * gdb.dlang/circular.exp
6726 * gdb.dwarf2/arr-stride.exp
6727 * gdb.dwarf2/arr-subrange.exp
6728 * gdb.dwarf2/atomic-type.exp
6729 * gdb.dwarf2/bad-regnum.exp
6730 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6731 * gdb.dwarf2/callframecfa.exp
6732 * gdb.dwarf2/clztest.exp
6733 * gdb.dwarf2/corrupt.exp
6734 * gdb.dwarf2/data-loc.exp
6735 * gdb.dwarf2/dup-psym.exp
6736 * gdb.dwarf2/dw2-anon-mptr.exp
6737 * gdb.dwarf2/dw2-anonymous-func.exp
6738 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6739 * gdb.dwarf2/dw2-bad-unresolved.exp
6740 * gdb.dwarf2/dw2-basic.exp
6741 * gdb.dwarf2/dw2-canonicalize-type.exp
6742 * gdb.dwarf2/dw2-case-insensitive.exp
6743 * gdb.dwarf2/dw2-common-block.exp
6744 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6745 * gdb.dwarf2/dw2-compressed.exp
6746 * gdb.dwarf2/dw2-const.exp
6747 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6748 * gdb.dwarf2/dw2-cu-size.exp
6749 * gdb.dwarf2/dw2-dup-frame.exp
6750 * gdb.dwarf2/dw2-entry-value.exp
6751 * gdb.dwarf2/dw2-icycle.exp
6752 * gdb.dwarf2/dw2-ifort-parameter.exp
6753 * gdb.dwarf2/dw2-inline-break.exp
6754 * gdb.dwarf2/dw2-inline-param.exp
6755 * gdb.dwarf2/dw2-intercu.exp
6756 * gdb.dwarf2/dw2-intermix.exp
6757 * gdb.dwarf2/dw2-lexical-block-bare.exp
6758 * gdb.dwarf2/dw2-linkage-name-trust.exp
6759 * gdb.dwarf2/dw2-minsym-in-cu.exp
6760 * gdb.dwarf2/dw2-noloc.exp
6761 * gdb.dwarf2/dw2-op-call.exp
6762 * gdb.dwarf2/dw2-op-out-param.exp
6763 * gdb.dwarf2/dw2-opt-structptr.exp
6764 * gdb.dwarf2/dw2-param-error.exp
6765 * gdb.dwarf2/dw2-producer.exp
6766 * gdb.dwarf2/dw2-ranges-base.exp
6767 * gdb.dwarf2/dw2-ref-missing-frame.exp
6768 * gdb.dwarf2/dw2-reg-undefined.exp
6769 * gdb.dwarf2/dw2-regno-invalid.exp
6770 * gdb.dwarf2/dw2-restore.exp
6771 * gdb.dwarf2/dw2-restrict.exp
6772 * gdb.dwarf2/dw2-single-line-discriminators.exp
6773 * gdb.dwarf2/dw2-strp.exp
6774 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6775 * gdb.dwarf2/dw2-unresolved.exp
6776 * gdb.dwarf2/dw2-var-zero-addr.exp
6777 * gdb.dwarf2/dw4-sig-types.exp
6778 * gdb.dwarf2/dwz.exp
6779 * gdb.dwarf2/dynarr-ptr.exp
6780 * gdb.dwarf2/enum-type.exp
6781 * gdb.dwarf2/gdb-index.exp
6782 * gdb.dwarf2/implptr-64bit.exp
6783 * gdb.dwarf2/implptr-optimized-out.exp
6784 * gdb.dwarf2/implptr.exp
6785 * gdb.dwarf2/implref-array.exp
6786 * gdb.dwarf2/implref-const.exp
6787 * gdb.dwarf2/implref-global.exp
6788 * gdb.dwarf2/implref-struct.exp
6789 * gdb.dwarf2/mac-fileno.exp
6790 * gdb.dwarf2/main-subprogram.exp
6791 * gdb.dwarf2/member-ptr-forwardref.exp
6792 * gdb.dwarf2/method-ptr.exp
6793 * gdb.dwarf2/missing-sig-type.exp
6794 * gdb.dwarf2/nonvar-access.exp
6795 * gdb.dwarf2/opaque-type-lookup.exp
6796 * gdb.dwarf2/pieces-optimized-out.exp
6797 * gdb.dwarf2/pieces.exp
6798 * gdb.dwarf2/pr10770.exp
6799 * gdb.dwarf2/pr13961.exp
6800 * gdb.dwarf2/staticvirtual.exp
6801 * gdb.dwarf2/subrange.exp
6802 * gdb.dwarf2/symtab-producer.exp
6803 * gdb.dwarf2/trace-crash.exp
6804 * gdb.dwarf2/typeddwarf.exp
6805 * gdb.dwarf2/valop.exp
6806 * gdb.dwarf2/watch-notconst.exp
6807 * gdb.fortran/array-element.exp
6808 * gdb.fortran/charset.exp
6809 * gdb.fortran/common-block.exp
6810 * gdb.fortran/complex.exp
6811 * gdb.fortran/derived-type-function.exp
6812 * gdb.fortran/derived-type.exp
6813 * gdb.fortran/logical.exp
6814 * gdb.fortran/module.exp
6815 * gdb.fortran/multi-dim.exp
6816 * gdb.fortran/nested-funcs.exp
6817 * gdb.fortran/print-formatted.exp
6818 * gdb.fortran/subarray.exp
6819 * gdb.fortran/vla-alloc-assoc.exp
6820 * gdb.fortran/vla-datatypes.exp
6821 * gdb.fortran/vla-history.exp
6822 * gdb.fortran/vla-ptr-info.exp
6823 * gdb.fortran/vla-ptype-sub.exp
6824 * gdb.fortran/vla-ptype.exp
6825 * gdb.fortran/vla-sizeof.exp
6826 * gdb.fortran/vla-type.exp
6827 * gdb.fortran/vla-value-sub-arbitrary.exp
6828 * gdb.fortran/vla-value-sub-finish.exp
6829 * gdb.fortran/vla-value-sub.exp
6830 * gdb.fortran/vla-value.exp
6831 * gdb.fortran/whatis_type.exp
6832 * gdb.go/chan.exp
6833 * gdb.go/handcall.exp
6834 * gdb.go/hello.exp
6835 * gdb.go/integers.exp
6836 * gdb.go/methods.exp
6837 * gdb.go/package.exp
6838 * gdb.go/strings.exp
6839 * gdb.go/types.exp
6840 * gdb.go/unsafe.exp
6841 * gdb.guile/scm-arch.exp
6842 * gdb.guile/scm-block.exp
6843 * gdb.guile/scm-breakpoint.exp
6844 * gdb.guile/scm-cmd.exp
6845 * gdb.guile/scm-disasm.exp
6846 * gdb.guile/scm-equal.exp
6847 * gdb.guile/scm-frame-args.exp
6848 * gdb.guile/scm-frame-inline.exp
6849 * gdb.guile/scm-frame.exp
6850 * gdb.guile/scm-iterator.exp
6851 * gdb.guile/scm-math.exp
6852 * gdb.guile/scm-objfile.exp
6853 * gdb.guile/scm-ports.exp
6854 * gdb.guile/scm-symbol.exp
6855 * gdb.guile/scm-symtab.exp
6856 * gdb.guile/scm-value-cc.exp
6857 * gdb.guile/types-module.exp
6858 * gdb.linespec/break-ask.exp
6859 * gdb.linespec/cpexplicit.exp
6860 * gdb.linespec/explicit.exp
6861 * gdb.linespec/keywords.exp
6862 * gdb.linespec/linespec.exp
6863 * gdb.linespec/ls-dollar.exp
6864 * gdb.linespec/ls-errs.exp
6865 * gdb.linespec/skip-two.exp
6866 * gdb.linespec/thread.exp
6867 * gdb.mi/mi-async.exp
6868 * gdb.mi/mi-basics.exp
6869 * gdb.mi/mi-break.exp
6870 * gdb.mi/mi-catch-load.exp
6871 * gdb.mi/mi-cli.exp
6872 * gdb.mi/mi-cmd-param-changed.exp
6873 * gdb.mi/mi-console.exp
6874 * gdb.mi/mi-detach.exp
6875 * gdb.mi/mi-disassemble.exp
6876 * gdb.mi/mi-eval.exp
6877 * gdb.mi/mi-file-transfer.exp
6878 * gdb.mi/mi-file.exp
6879 * gdb.mi/mi-fill-memory.exp
6880 * gdb.mi/mi-inheritance-syntax-error.exp
6881 * gdb.mi/mi-linespec-err-cp.exp
6882 * gdb.mi/mi-logging.exp
6883 * gdb.mi/mi-memory-changed.exp
6884 * gdb.mi/mi-read-memory.exp
6885 * gdb.mi/mi-record-changed.exp
6886 * gdb.mi/mi-reg-undefined.exp
6887 * gdb.mi/mi-regs.exp
6888 * gdb.mi/mi-return.exp
6889 * gdb.mi/mi-reverse.exp
6890 * gdb.mi/mi-simplerun.exp
6891 * gdb.mi/mi-solib.exp
6892 * gdb.mi/mi-stack.exp
6893 * gdb.mi/mi-stepi.exp
6894 * gdb.mi/mi-syn-frame.exp
6895 * gdb.mi/mi-until.exp
6896 * gdb.mi/mi-var-block.exp
6897 * gdb.mi/mi-var-child.exp
6898 * gdb.mi/mi-var-cmd.exp
6899 * gdb.mi/mi-var-cp.exp
6900 * gdb.mi/mi-var-display.exp
6901 * gdb.mi/mi-var-invalidate.exp
6902 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6903 * gdb.mi/mi-vla-fortran.exp
6904 * gdb.mi/mi-watch.exp
6905 * gdb.mi/mi2-var-child.exp
6906 * gdb.mi/user-selected-context-sync.exp
6907 * gdb.modula2/unbounded-array.exp
6908 * gdb.multi/dummy-frame-restore.exp
6909 * gdb.multi/multi-arch-exec.exp
6910 * gdb.multi/multi-arch.exp
6911 * gdb.multi/tids.exp
6912 * gdb.multi/watchpoint-multi.exp
6913 * gdb.opencl/callfuncs.exp
6914 * gdb.opencl/convs_casts.exp
6915 * gdb.opencl/datatypes.exp
6916 * gdb.opencl/operators.exp
6917 * gdb.opencl/vec_comps.exp
6918 * gdb.opt/clobbered-registers-O2.exp
6919 * gdb.opt/inline-break.exp
6920 * gdb.opt/inline-bt.exp
6921 * gdb.opt/inline-cmds.exp
6922 * gdb.opt/inline-locals.exp
6923 * gdb.pascal/case-insensitive-symbols.exp
6924 * gdb.pascal/floats.exp
6925 * gdb.pascal/gdb11492.exp
6926 * gdb.python/lib-types.exp
6927 * gdb.python/py-arch.exp
6928 * gdb.python/py-as-string.exp
6929 * gdb.python/py-bad-printers.exp
6930 * gdb.python/py-block.exp
6931 * gdb.python/py-breakpoint-create-fail.exp
6932 * gdb.python/py-breakpoint.exp
6933 * gdb.python/py-caller-is.exp
6934 * gdb.python/py-cmd.exp
6935 * gdb.python/py-explore-cc.exp
6936 * gdb.python/py-explore.exp
6937 * gdb.python/py-finish-breakpoint.exp
6938 * gdb.python/py-finish-breakpoint2.exp
6939 * gdb.python/py-frame-args.exp
6940 * gdb.python/py-frame-inline.exp
6941 * gdb.python/py-frame.exp
6942 * gdb.python/py-framefilter-mi.exp
6943 * gdb.python/py-infthread.exp
6944 * gdb.python/py-lazy-string.exp
6945 * gdb.python/py-linetable.exp
6946 * gdb.python/py-mi-events.exp
6947 * gdb.python/py-mi-objfile.exp
6948 * gdb.python/py-mi.exp
6949 * gdb.python/py-objfile.exp
6950 * gdb.python/py-pp-integral.exp
6951 * gdb.python/py-pp-maint.exp
6952 * gdb.python/py-pp-re-notag.exp
6953 * gdb.python/py-pp-registration.exp
6954 * gdb.python/py-recurse-unwind.exp
6955 * gdb.python/py-strfns.exp
6956 * gdb.python/py-symbol.exp
6957 * gdb.python/py-symtab.exp
6958 * gdb.python/py-sync-interp.exp
6959 * gdb.python/py-typeprint.exp
6960 * gdb.python/py-unwind-maint.exp
6961 * gdb.python/py-unwind.exp
6962 * gdb.python/py-value-cc.exp
6963 * gdb.python/py-xmethods.exp
6964 * gdb.reverse/amd64-tailcall-reverse.exp
6965 * gdb.reverse/break-precsave.exp
6966 * gdb.reverse/break-reverse.exp
6967 * gdb.reverse/consecutive-precsave.exp
6968 * gdb.reverse/consecutive-reverse.exp
6969 * gdb.reverse/finish-precsave.exp
6970 * gdb.reverse/finish-reverse-bkpt.exp
6971 * gdb.reverse/finish-reverse.exp
6972 * gdb.reverse/fstatat-reverse.exp
6973 * gdb.reverse/getresuid-reverse.exp
6974 * gdb.reverse/i386-precsave.exp
6975 * gdb.reverse/i386-reverse.exp
6976 * gdb.reverse/i386-sse-reverse.exp
6977 * gdb.reverse/i387-env-reverse.exp
6978 * gdb.reverse/i387-stack-reverse.exp
6979 * gdb.reverse/insn-reverse.exp
6980 * gdb.reverse/machinestate-precsave.exp
6981 * gdb.reverse/machinestate.exp
6982 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6983 * gdb.reverse/pipe-reverse.exp
6984 * gdb.reverse/readv-reverse.exp
6985 * gdb.reverse/recvmsg-reverse.exp
6986 * gdb.reverse/rerun-prec.exp
6987 * gdb.reverse/s390-mvcle.exp
6988 * gdb.reverse/step-precsave.exp
6989 * gdb.reverse/step-reverse.exp
6990 * gdb.reverse/time-reverse.exp
6991 * gdb.reverse/until-precsave.exp
6992 * gdb.reverse/until-reverse.exp
6993 * gdb.reverse/waitpid-reverse.exp
6994 * gdb.reverse/watch-precsave.exp
6995 * gdb.reverse/watch-reverse.exp
6996 * gdb.rust/generics.exp
6997 * gdb.rust/methods.exp
6998 * gdb.rust/modules.exp
6999 * gdb.rust/simple.exp
7000 * gdb.server/connect-with-no-symbol-file.exp
7001 * gdb.server/ext-attach.exp
7002 * gdb.server/ext-restart.exp
7003 * gdb.server/ext-wrapper.exp
7004 * gdb.server/file-transfer.exp
7005 * gdb.server/server-exec-info.exp
7006 * gdb.server/server-kill.exp
7007 * gdb.server/server-mon.exp
7008 * gdb.server/wrapper.exp
7009 * gdb.stabs/exclfwd.exp
7010 * gdb.stabs/gdb11479.exp
7011 * gdb.threads/clone-new-thread-event.exp
7012 * gdb.threads/corethreads.exp
7013 * gdb.threads/current-lwp-dead.exp
7014 * gdb.threads/dlopen-libpthread.exp
7015 * gdb.threads/gcore-thread.exp
7016 * gdb.threads/sigstep-threads.exp
7017 * gdb.threads/watchpoint-fork.exp
7018 * gdb.trace/actions-changed.exp
7019 * gdb.trace/backtrace.exp
7020 * gdb.trace/change-loc.exp
7021 * gdb.trace/circ.exp
7022 * gdb.trace/collection.exp
7023 * gdb.trace/disconnected-tracing.exp
7024 * gdb.trace/ftrace.exp
7025 * gdb.trace/mi-trace-frame-collected.exp
7026 * gdb.trace/mi-trace-unavailable.exp
7027 * gdb.trace/mi-traceframe-changed.exp
7028 * gdb.trace/mi-tsv-changed.exp
7029 * gdb.trace/no-attach-trace.exp
7030 * gdb.trace/passc-dyn.exp
7031 * gdb.trace/qtro.exp
7032 * gdb.trace/range-stepping.exp
7033 * gdb.trace/read-memory.exp
7034 * gdb.trace/save-trace.exp
7035 * gdb.trace/signal.exp
7036 * gdb.trace/status-stop.exp
7037 * gdb.trace/tfile.exp
7038 * gdb.trace/trace-break.exp
7039 * gdb.trace/trace-buffer-size.exp
7040 * gdb.trace/trace-condition.exp
7041 * gdb.trace/tracefile-pseudo-reg.exp
7042 * gdb.trace/tstatus.exp
7043 * gdb.trace/unavailable.exp
7044 * gdb.trace/while-dyn.exp
7045 * gdb.trace/while-stepping.exp
7046
7047 2016-12-22 Doug Evans <xdje42@gmail.com>
7048
7049 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7050 and msymbols.
7051
7052 2016-12-19 Yao Qi <yao.qi@linaro.org>
7053
7054 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7055 (test_with_self): Don't call do_steps_and_nexts, and remove
7056 code about stepping into xmalloc.
7057
7058 2016-12-09 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7061
7062 2016-12-09 Yao Qi <yao.qi@linaro.org>
7063
7064 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7065
7066 2016-12-09 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/all-architectures-0.exp: New file.
7069 * gdb.base/all-architectures-1.exp: New file.
7070 * gdb.base/all-architectures-2.exp: New file.
7071 * gdb.base/all-architectures-3.exp: New file.
7072 * gdb.base/all-architectures-4.exp: New file.
7073 * gdb.base/all-architectures-5.exp: New file.
7074 * gdb.base/all-architectures-6.exp: New file.
7075 * gdb.base/all-architectures-7.exp: New file.
7076 * gdb.base/all-architectures.exp.in: New file.
7077
7078 2016-12-09 Yao Qi <yao.qi@linaro.org>
7079
7080 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7081
7082 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7083
7084 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7085 possible.
7086 Remove useless pattern-matching code.
7087
7088 2016-12-02 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7091 procedure.
7092 (top level): Call it.
7093
7094 2016-12-02 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7097 New procedure.
7098 (top level): Call it.
7099
7100 2016-12-02 Pedro Alves <palves@redhat.com>
7101
7102 PR cli/20559
7103 * gdb.base/commands.exp (user_defined_command_args_eval): New
7104 procedure.
7105 (top level): Call it.
7106
7107 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7108
7109 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7110 timeout handling.
7111
7112 2016-12-02 Tom Tromey <tom@tromey.com>
7113
7114 * gdb.dwarf2/main-subprogram.c: New file.
7115 * gdb.dwarf2/main-subprogram.exp: New file.
7116
7117 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7118
7119 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7120 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7121 gdb_test_no_output for a couple of cases.
7122 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7123
7124 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7125
7126 Fix test names and standardize compilation error messages throughout
7127 the following files:
7128
7129 * gdb.ada/start.exp
7130 * gdb.arch/alpha-step.exp
7131 * gdb.arch/e500-prologue.exp
7132 * gdb.arch/ftrace-insn-reloc.exp
7133 * gdb.arch/gdb1291.exp
7134 * gdb.arch/gdb1431.exp
7135 * gdb.arch/gdb1558.exp
7136 * gdb.arch/i386-dr3-watch.exp
7137 * gdb.arch/i386-sse-stack-align.exp
7138 * gdb.arch/ia64-breakpoint-shadow.exp
7139 * gdb.arch/pa-nullify.exp
7140 * gdb.arch/powerpc-aix-prologue.exp
7141 * gdb.arch/thumb-bx-pc.exp
7142 * gdb.base/annota1.exp
7143 * gdb.base/annota3.exp
7144 * gdb.base/arrayidx.exp
7145 * gdb.base/assign.exp
7146 * gdb.base/attach.exp
7147 * gdb.base/auxv.exp
7148 * gdb.base/bang.exp
7149 * gdb.base/bfp-test.exp
7150 * gdb.base/bigcore.exp
7151 * gdb.base/bitfields2.exp
7152 * gdb.base/break-fun-addr.exp
7153 * gdb.base/break-probes.exp
7154 * gdb.base/call-rt-st.exp
7155 * gdb.base/callexit.exp
7156 * gdb.base/catch-fork-kill.exp
7157 * gdb.base/charset.exp
7158 * gdb.base/checkpoint.exp
7159 * gdb.base/comprdebug.exp
7160 * gdb.base/constvars.exp
7161 * gdb.base/coredump-filter.exp
7162 * gdb.base/cursal.exp
7163 * gdb.base/cvexpr.exp
7164 * gdb.base/detach.exp
7165 * gdb.base/display.exp
7166 * gdb.base/dmsym.exp
7167 * gdb.base/dprintf-pending.exp
7168 * gdb.base/dso2dso.exp
7169 * gdb.base/dtrace-probe.exp
7170 * gdb.base/dump.exp
7171 * gdb.base/enum_cond.exp
7172 * gdb.base/exe-lock.exp
7173 * gdb.base/exec-invalid-sysroot.exp
7174 * gdb.base/execl-update-breakpoints.exp
7175 * gdb.base/exprs.exp
7176 * gdb.base/fileio.exp
7177 * gdb.base/find.exp
7178 * gdb.base/finish.exp
7179 * gdb.base/fixsection.exp
7180 * gdb.base/foll-vfork.exp
7181 * gdb.base/frame-args.exp
7182 * gdb.base/gcore.exp
7183 * gdb.base/gdb1250.exp
7184 * gdb.base/global-var-nested-by-dso.exp
7185 * gdb.base/gnu-ifunc.exp
7186 * gdb.base/hashline1.exp
7187 * gdb.base/hashline2.exp
7188 * gdb.base/hashline3.exp
7189 * gdb.base/hbreak-in-shr-unsupported.exp
7190 * gdb.base/huge.exp
7191 * gdb.base/infcall-input.exp
7192 * gdb.base/info-fun.exp
7193 * gdb.base/info-shared.exp
7194 * gdb.base/jit-simple.exp
7195 * gdb.base/jit-so.exp
7196 * gdb.base/jit.exp
7197 * gdb.base/jump.exp
7198 * gdb.base/label.exp
7199 * gdb.base/lineinc.exp
7200 * gdb.base/logical.exp
7201 * gdb.base/longjmp.exp
7202 * gdb.base/macscp.exp
7203 * gdb.base/miscexprs.exp
7204 * gdb.base/new-ui-echo.exp
7205 * gdb.base/new-ui-pending-input.exp
7206 * gdb.base/new-ui.exp
7207 * gdb.base/nodebug.exp
7208 * gdb.base/nofield.exp
7209 * gdb.base/offsets.exp
7210 * gdb.base/overlays.exp
7211 * gdb.base/pending.exp
7212 * gdb.base/pointers.exp
7213 * gdb.base/pr11022.exp
7214 * gdb.base/printcmds.exp
7215 * gdb.base/prologue.exp
7216 * gdb.base/ptr-typedef.exp
7217 * gdb.base/realname-expand.exp
7218 * gdb.base/relativedebug.exp
7219 * gdb.base/relocate.exp
7220 * gdb.base/remote.exp
7221 * gdb.base/reread.exp
7222 * gdb.base/return2.exp
7223 * gdb.base/savedregs.exp
7224 * gdb.base/sep.exp
7225 * gdb.base/sepdebug.exp
7226 * gdb.base/sepsymtab.exp
7227 * gdb.base/set-inferior-tty.exp
7228 * gdb.base/setshow.exp
7229 * gdb.base/shlib-call.exp
7230 * gdb.base/sigaltstack.exp
7231 * gdb.base/siginfo-addr.exp
7232 * gdb.base/signals.exp
7233 * gdb.base/signull.exp
7234 * gdb.base/sigrepeat.exp
7235 * gdb.base/so-impl-ld.exp
7236 * gdb.base/solib-display.exp
7237 * gdb.base/solib-overlap.exp
7238 * gdb.base/solib-search.exp
7239 * gdb.base/solib-symbol.exp
7240 * gdb.base/structs.exp
7241 * gdb.base/structs2.exp
7242 * gdb.base/symtab-search-order.exp
7243 * gdb.base/twice.exp
7244 * gdb.base/unload.exp
7245 * gdb.base/varargs.exp
7246 * gdb.base/watchpoint-solib.exp
7247 * gdb.base/watchpoint.exp
7248 * gdb.base/whatis.exp
7249 * gdb.base/wrong_frame_bt_full.exp
7250 * gdb.btrace/dlopen.exp
7251 * gdb.cell/ea-standalone.exp
7252 * gdb.cell/ea-test.exp
7253 * gdb.cp/dispcxx.exp
7254 * gdb.cp/gdb2384.exp
7255 * gdb.cp/method2.exp
7256 * gdb.cp/nextoverthrow.exp
7257 * gdb.cp/pr10728.exp
7258 * gdb.disasm/am33.exp
7259 * gdb.disasm/h8300s.exp
7260 * gdb.disasm/mn10300.exp
7261 * gdb.disasm/sh3.exp
7262 * gdb.dwarf2/dw2-dir-file-name.exp
7263 * gdb.fortran/complex.exp
7264 * gdb.fortran/library-module.exp
7265 * gdb.guile/scm-pretty-print.exp
7266 * gdb.guile/scm-symbol.exp
7267 * gdb.guile/scm-type.exp
7268 * gdb.guile/scm-value.exp
7269 * gdb.linespec/linespec.exp
7270 * gdb.mi/gdb701.exp
7271 * gdb.mi/gdb792.exp
7272 * gdb.mi/mi-breakpoint-changed.exp
7273 * gdb.mi/mi-dprintf-pending.exp
7274 * gdb.mi/mi-dprintf.exp
7275 * gdb.mi/mi-exit-code.exp
7276 * gdb.mi/mi-pending.exp
7277 * gdb.mi/mi-solib.exp
7278 * gdb.mi/new-ui-mi-sync.exp
7279 * gdb.mi/pr11022.exp
7280 * gdb.mi/user-selected-context-sync.exp
7281 * gdb.opt/solib-intra-step.exp
7282 * gdb.python/py-events.exp
7283 * gdb.python/py-finish-breakpoint.exp
7284 * gdb.python/py-mi.exp
7285 * gdb.python/py-prettyprint.exp
7286 * gdb.python/py-shared.exp
7287 * gdb.python/py-symbol.exp
7288 * gdb.python/py-template.exp
7289 * gdb.python/py-type.exp
7290 * gdb.python/py-value.exp
7291 * gdb.reverse/solib-precsave.exp
7292 * gdb.reverse/solib-reverse.exp
7293 * gdb.server/solib-list.exp
7294 * gdb.stabs/weird.exp
7295 * gdb.threads/reconnect-signal.exp
7296 * gdb.threads/stepi-random-signal.exp
7297 * gdb.trace/actions.exp
7298 * gdb.trace/ax.exp
7299 * gdb.trace/backtrace.exp
7300 * gdb.trace/change-loc.exp
7301 * gdb.trace/deltrace.exp
7302 * gdb.trace/ftrace-lock.exp
7303 * gdb.trace/ftrace.exp
7304 * gdb.trace/infotrace.exp
7305 * gdb.trace/mi-tracepoint-changed.exp
7306 * gdb.trace/packetlen.exp
7307 * gdb.trace/passcount.exp
7308 * gdb.trace/pending.exp
7309 * gdb.trace/range-stepping.exp
7310 * gdb.trace/report.exp
7311 * gdb.trace/stap-trace.exp
7312 * gdb.trace/tfind.exp
7313 * gdb.trace/trace-break.exp
7314 * gdb.trace/trace-condition.exp
7315 * gdb.trace/trace-enable-disable.exp
7316 * gdb.trace/trace-mt.exp
7317 * gdb.trace/tracecmd.exp
7318 * gdb.trace/tspeed.exp
7319 * gdb.trace/tsv.exp
7320 * lib/perftest.exp
7321
7322 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7323
7324 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7325 with gdb_test_no_output.
7326 Use command as test name.
7327
7328 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7329
7330 Fix test names starting with uppercase throughout the files.
7331
7332 * gdb.ada/assign_1.exp
7333 * gdb.ada/boolean_expr.exp
7334 * gdb.base/arrayidx.exp
7335 * gdb.base/del.exp
7336 * gdb.base/gcore-buffer-overflow.exp
7337 * gdb.base/testenv.exp
7338 * gdb.compile/compile.exp
7339 * gdb.python/py-framefilter-invalidarg.exp
7340 * gdb.python/py-framefilter.exp
7341
7342 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7343
7344 Fix test names starting with uppercase throughout the files.
7345
7346 * gdb.ada/array_return.exp
7347 * gdb.ada/expr_delims.exp
7348 * gdb.ada/mi_dyn_arr.exp
7349 * gdb.ada/mi_interface.exp
7350 * gdb.ada/mi_var_array.exp
7351 * gdb.ada/watch_arg.exp
7352 * gdb.arch/alpha-step.exp
7353 * gdb.arch/altivec-regs.exp
7354 * gdb.arch/e500-regs.exp
7355 * gdb.arch/powerpc-d128-regs.exp
7356 * gdb.base/arrayidx.exp
7357 * gdb.base/break.exp
7358 * gdb.base/checkpoint.exp
7359 * gdb.base/debug-expr.exp
7360 * gdb.base/dmsym.exp
7361 * gdb.base/radix.exp
7362 * gdb.base/sepdebug.exp
7363 * gdb.base/testenv.exp
7364 * gdb.base/watch_thread_num.exp
7365 * gdb.base/watchpoint-cond-gone.exp
7366 * gdb.cell/break.exp
7367 * gdb.cell/ea-cache.exp
7368 * gdb.compile/compile.exp
7369 * gdb.cp/gdb2495.exp
7370 * gdb.gdb/selftest.exp
7371 * gdb.gdb/xfullpath.exp
7372 * gdb.go/hello.exp
7373 * gdb.go/integers.exp
7374 * gdb.objc/basicclass.exp
7375 * gdb.pascal/hello.exp
7376 * gdb.pascal/integers.exp
7377 * gdb.python/py-breakpoint.exp
7378 * gdb.python/py-cmd.exp
7379 * gdb.python/py-linetable.exp
7380 * gdb.python/py-xmethods.exp
7381 * gdb.python/python.exp
7382 * gdb.reverse/consecutive-precsave.exp
7383 * gdb.reverse/finish-precsave.exp
7384 * gdb.reverse/i386-precsave.exp
7385 * gdb.reverse/machinestate-precsave.exp
7386 * gdb.reverse/sigall-precsave.exp
7387 * gdb.reverse/solib-precsave.exp
7388 * gdb.reverse/step-precsave.exp
7389 * gdb.reverse/until-precsave.exp
7390 * gdb.reverse/watch-precsave.exp
7391 * gdb.threads/leader-exit.exp
7392 * gdb.threads/pthreads.exp
7393 * gdb.threads/wp-replication.exp
7394 * gdb.trace/actions.exp
7395 * gdb.trace/mi-tsv-changed.exp
7396 * gdb.trace/tsv.exp
7397
7398 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7399
7400 Fix test names starting with uppercase throughout the files.
7401
7402 * gdb.arch/i386-bp_permanent.exp
7403 * gdb.arch/i386-gnu-cfi.exp
7404 * gdb.base/disasm-end-cu.exp
7405 * gdb.base/macscp.exp
7406 * gdb.base/pending.exp
7407 * gdb.base/watch_thread_num.exp
7408 * gdb.cp/exception.exp
7409 * gdb.cp/gdb2495.exp
7410 * gdb.cp/local.exp
7411 * gdb.python/py-evsignal.exp
7412 * gdb.python/python.exp
7413 * gdb.trace/tracecmd.exp
7414
7415 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7416
7417 Fix test names starting with uppercase throughout the files.
7418
7419 * gdb.base/charset.exp
7420 * gdb.base/eval.exp
7421 * gdb.base/multi-forks.exp
7422 * gdb.guile/scm-progspace.exp
7423 * gdb.opencl/datatypes.exp
7424 * gdb.python/py-block.exp
7425 * gdb.python/py-function.exp
7426 * gdb.python/py-symbol.exp
7427 * gdb.python/py-symtab.exp
7428 * gdb.python/py-xmethods.exp
7429 * gdb.reverse/break-precsave.exp
7430 * gdb.reverse/break-reverse.exp
7431 * gdb.reverse/consecutive-precsave.exp
7432 * gdb.reverse/consecutive-reverse.exp
7433 * gdb.reverse/finish-precsave.exp
7434 * gdb.reverse/finish-reverse-bkpt.exp
7435 * gdb.reverse/finish-reverse.exp
7436 * gdb.reverse/fstatat-reverse.exp
7437 * gdb.reverse/getresuid-reverse.exp
7438 * gdb.reverse/i386-precsave.exp
7439 * gdb.reverse/i386-reverse.exp
7440 * gdb.reverse/i386-sse-reverse.exp
7441 * gdb.reverse/i387-stack-reverse.exp
7442 * gdb.reverse/insn-reverse.exp
7443 * gdb.reverse/machinestate-precsave.exp
7444 * gdb.reverse/machinestate.exp
7445 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7446 * gdb.reverse/pipe-reverse.exp
7447 * gdb.reverse/readv-reverse.exp
7448 * gdb.reverse/recvmsg-reverse.exp
7449 * gdb.reverse/rerun-prec.exp
7450 * gdb.reverse/s390-mvcle.exp
7451 * gdb.reverse/sigall-precsave.exp
7452 * gdb.reverse/sigall-reverse.exp
7453 * gdb.reverse/solib-precsave.exp
7454 * gdb.reverse/solib-reverse.exp
7455 * gdb.reverse/step-precsave.exp
7456 * gdb.reverse/step-reverse.exp
7457 * gdb.reverse/time-reverse.exp
7458 * gdb.reverse/until-precsave.exp
7459 * gdb.reverse/until-reverse.exp
7460 * gdb.reverse/waitpid-reverse.exp
7461 * gdb.reverse/watch-precsave.exp
7462 * gdb.reverse/watch-reverse.exp
7463
7464 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7465
7466 Fix test names starting with uppercase throughout the files.
7467
7468 * gdb.arch/i386-mpx-simple_segv.exp
7469 * gdb.arch/i386-mpx.exp
7470 * gdb.arch/i386-permbkpt.exp
7471 * gdb.arch/pa-nullify.exp
7472 * gdb.arch/powerpc-d128-regs.exp
7473 * gdb.arch/vsx-regs.exp
7474 * gdb.base/bfp-test.exp
7475 * gdb.base/break.exp
7476 * gdb.base/breakpoint-shadow.exp
7477 * gdb.base/callfuncs.exp
7478 * gdb.base/charset.exp
7479 * gdb.base/commands.exp
7480 * gdb.base/completion.exp
7481 * gdb.base/dfp-test.exp
7482 * gdb.base/echo.exp
7483 * gdb.base/ending-run.exp
7484 * gdb.base/eval.exp
7485 * gdb.base/expand-psymtabs.exp
7486 * gdb.base/float128.exp
7487 * gdb.base/floatn.exp
7488 * gdb.base/foll-exec-mode.exp
7489 * gdb.base/gdb1056.exp
7490 * gdb.base/gdb11531.exp
7491 * gdb.base/kill-after-signal.exp
7492 * gdb.base/multi-forks.exp
7493 * gdb.base/overlays.exp
7494 * gdb.base/pending.exp
7495 * gdb.base/sepdebug.exp
7496 * gdb.base/testenv.exp
7497 * gdb.base/valgrind-db-attach.exp
7498 * gdb.base/watch_thread_num.exp
7499 * gdb.base/watchpoint-cond-gone.exp
7500 * gdb.base/watchpoint.exp
7501 * gdb.base/watchpoints.exp
7502 * gdb.cp/arg-reference.exp
7503 * gdb.cp/baseenum.exp
7504 * gdb.cp/operator.exp
7505 * gdb.cp/shadow.exp
7506 * gdb.dwarf2/dw2-op-out-param.exp
7507 * gdb.dwarf2/dw2-reg-undefined.exp
7508 * gdb.go/chan.exp
7509 * gdb.go/hello.exp
7510 * gdb.go/integers.exp
7511 * gdb.go/methods.exp
7512 * gdb.go/package.exp
7513 * gdb.guile/scm-parameter.exp
7514 * gdb.guile/scm-progspace.exp
7515 * gdb.guile/scm-value.exp
7516 * gdb.mi/mi-pending.exp
7517 * gdb.mi/user-selected-context-sync.exp
7518 * gdb.multi/multi-attach.exp
7519 * gdb.multi/tids.exp
7520 * gdb.opt/clobbered-registers-O2.exp
7521 * gdb.pascal/floats.exp
7522 * gdb.pascal/integers.exp
7523 * gdb.python/py-block.exp
7524 * gdb.python/py-events.exp
7525 * gdb.python/py-parameter.exp
7526 * gdb.python/py-symbol.exp
7527 * gdb.python/py-symtab.exp
7528 * gdb.python/py-type.exp
7529 * gdb.python/py-value.exp
7530 * gdb.python/py-xmethods.exp
7531 * gdb.python/python.exp
7532 * gdb.reverse/break-precsave.exp
7533 * gdb.reverse/consecutive-precsave.exp
7534 * gdb.reverse/finish-precsave.exp
7535 * gdb.reverse/i386-precsave.exp
7536 * gdb.reverse/machinestate-precsave.exp
7537 * gdb.reverse/sigall-precsave.exp
7538 * gdb.reverse/solib-precsave.exp
7539 * gdb.reverse/step-precsave.exp
7540 * gdb.reverse/until-precsave.exp
7541 * gdb.reverse/watch-precsave.exp
7542 * gdb.server/ext-attach.exp
7543 * gdb.server/ext-restart.exp
7544 * gdb.server/ext-run.exp
7545 * gdb.server/ext-wrapper.exp
7546 * gdb.stabs/gdb11479.exp
7547 * gdb.stabs/weird.exp
7548 * gdb.threads/attach-many-short-lived-threads.exp
7549 * gdb.threads/kill.exp
7550 * gdb.threads/watchpoint-fork.exp
7551
7552 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7553
7554 Fix test names starting with uppercase throughout all the files below.
7555
7556 * gdb.ada/array_return.exp
7557 * gdb.ada/catch_ex.exp
7558 * gdb.ada/info_exc.exp
7559 * gdb.ada/mi_catch_ex.exp
7560 * gdb.ada/mi_dyn_arr.exp
7561 * gdb.ada/mi_ex_cond.exp
7562 * gdb.ada/mi_exc_info.exp
7563 * gdb.ada/mi_interface.exp
7564 * gdb.ada/mi_task_arg.exp
7565 * gdb.ada/mi_task_info.exp
7566 * gdb.ada/mi_var_array.exp
7567 * gdb.arch/alpha-step.exp
7568 * gdb.arch/amd64-disp-step.exp
7569 * gdb.arch/arm-disp-step.exp
7570 * gdb.arch/disp-step-insn-reloc.exp
7571 * gdb.arch/e500-prologue.exp
7572 * gdb.arch/ftrace-insn-reloc.exp
7573 * gdb.arch/gdb1558.exp
7574 * gdb.arch/i386-bp_permanent.exp
7575 * gdb.arch/i386-disp-step.exp
7576 * gdb.arch/i386-float.exp
7577 * gdb.arch/i386-gnu-cfi.exp
7578 * gdb.arch/ia64-breakpoint-shadow.exp
7579 * gdb.arch/mips16-thunks.exp
7580 * gdb.arch/pa-nullify.exp
7581 * gdb.arch/powerpc-aix-prologue.exp
7582 * gdb.arch/powerpc-power.exp
7583 * gdb.arch/ppc-dfp.exp
7584 * gdb.arch/s390-tdbregs.exp
7585 * gdb.arch/spu-info.exp
7586 * gdb.arch/spu-ls.exp
7587 * gdb.arch/thumb-bx-pc.exp
7588 * gdb.base/advance.exp
7589 * gdb.base/annota-input-while-running.exp
7590 * gdb.base/arrayidx.exp
7591 * gdb.base/asmlabel.exp
7592 * gdb.base/async.exp
7593 * gdb.base/attach-wait-input.exp
7594 * gdb.base/auto-connect-native-target.exp
7595 * gdb.base/batch-preserve-term-settings.exp
7596 * gdb.base/bfp-test.exp
7597 * gdb.base/bigcore.exp
7598 * gdb.base/bp-permanent.exp
7599 * gdb.base/break-always.exp
7600 * gdb.base/break-fun-addr.exp
7601 * gdb.base/break-idempotent.exp
7602 * gdb.base/break-main-file-remove-fail.exp
7603 * gdb.base/break-probes.exp
7604 * gdb.base/break-unload-file.exp
7605 * gdb.base/break.exp
7606 * gdb.base/call-ar-st.exp
7607 * gdb.base/call-rt-st.exp
7608 * gdb.base/call-sc.exp
7609 * gdb.base/call-signal-resume.exp
7610 * gdb.base/call-strs.exp
7611 * gdb.base/callexit.exp
7612 * gdb.base/callfuncs.exp
7613 * gdb.base/catch-gdb-caused-signals.exp
7614 * gdb.base/catch-signal-siginfo-cond.exp
7615 * gdb.base/catch-syscall.exp
7616 * gdb.base/compare-sections.exp
7617 * gdb.base/cond-eval-mode.exp
7618 * gdb.base/condbreak-call-false.exp
7619 * gdb.base/consecutive-step-over.exp
7620 * gdb.base/cursal.exp
7621 * gdb.base/disabled-location.exp
7622 * gdb.base/disasm-end-cu.exp
7623 * gdb.base/display.exp
7624 * gdb.base/double-prompt-target-event-error.exp
7625 * gdb.base/dprintf-bp-same-addr.exp
7626 * gdb.base/dprintf-detach.exp
7627 * gdb.base/dprintf-next.exp
7628 * gdb.base/dprintf-non-stop.exp
7629 * gdb.base/dprintf-pending.exp
7630 * gdb.base/dso2dso.exp
7631 * gdb.base/ending-run.exp
7632 * gdb.base/enum_cond.exp
7633 * gdb.base/examine-backward.exp
7634 * gdb.base/exe-lock.exp
7635 * gdb.base/exec-invalid-sysroot.exp
7636 * gdb.base/execl-update-breakpoints.exp
7637 * gdb.base/execution-termios.exp
7638 * gdb.base/fileio.exp
7639 * gdb.base/fixsection.exp
7640 * gdb.base/foll-exec-mode.exp
7641 * gdb.base/foll-exec.exp
7642 * gdb.base/fork-running-state.exp
7643 * gdb.base/frame-args.exp
7644 * gdb.base/fullpath-expand.exp
7645 * gdb.base/func-ptr.exp
7646 * gdb.base/gcore-relro-pie.exp
7647 * gdb.base/gdb1090.exp
7648 * gdb.base/gdb1555.exp
7649 * gdb.base/global-var-nested-by-dso.exp
7650 * gdb.base/gnu-ifunc.exp
7651 * gdb.base/hbreak-in-shr-unsupported.exp
7652 * gdb.base/hbreak-unmapped.exp
7653 * gdb.base/hook-stop.exp
7654 * gdb.base/infcall-input.exp
7655 * gdb.base/info-fun.exp
7656 * gdb.base/info-shared.exp
7657 * gdb.base/interrupt-noterm.exp
7658 * gdb.base/jit-so.exp
7659 * gdb.base/jit.exp
7660 * gdb.base/line-symtabs.exp
7661 * gdb.base/list.exp
7662 * gdb.base/longjmp.exp
7663 * gdb.base/macscp.exp
7664 * gdb.base/max-value-size.exp
7665 * gdb.base/nodebug.exp
7666 * gdb.base/nofield.exp
7667 * gdb.base/overlays.exp
7668 * gdb.base/paginate-after-ctrl-c-running.exp
7669 * gdb.base/paginate-bg-execution.exp
7670 * gdb.base/paginate-inferior-exit.exp
7671 * gdb.base/pending.exp
7672 * gdb.base/pr11022.exp
7673 * gdb.base/printcmds.exp
7674 * gdb.base/ptr-typedef.exp
7675 * gdb.base/ptype.exp
7676 * gdb.base/randomize.exp
7677 * gdb.base/range-stepping.exp
7678 * gdb.base/realname-expand.exp
7679 * gdb.base/relativedebug.exp
7680 * gdb.base/remote.exp
7681 * gdb.base/savedregs.exp
7682 * gdb.base/sepdebug.exp
7683 * gdb.base/set-noassign.exp
7684 * gdb.base/shlib-call.exp
7685 * gdb.base/shreloc.exp
7686 * gdb.base/sigaltstack.exp
7687 * gdb.base/sigbpt.exp
7688 * gdb.base/siginfo-addr.exp
7689 * gdb.base/siginfo-obj.exp
7690 * gdb.base/siginfo-thread.exp
7691 * gdb.base/signest.exp
7692 * gdb.base/signull.exp
7693 * gdb.base/sigrepeat.exp
7694 * gdb.base/skip.exp
7695 * gdb.base/so-impl-ld.exp
7696 * gdb.base/solib-corrupted.exp
7697 * gdb.base/solib-disc.exp
7698 * gdb.base/solib-display.exp
7699 * gdb.base/solib-overlap.exp
7700 * gdb.base/solib-search.exp
7701 * gdb.base/solib-symbol.exp
7702 * gdb.base/source-execution.exp
7703 * gdb.base/sss-bp-on-user-bp-2.exp
7704 * gdb.base/sss-bp-on-user-bp.exp
7705 * gdb.base/stack-checking.exp
7706 * gdb.base/stale-infcall.exp
7707 * gdb.base/step-break.exp
7708 * gdb.base/step-line.exp
7709 * gdb.base/step-over-exit.exp
7710 * gdb.base/step-test.exp
7711 * gdb.base/structs.exp
7712 * gdb.base/sym-file.exp
7713 * gdb.base/symtab-search-order.exp
7714 * gdb.base/term.exp
7715 * gdb.base/type-opaque.exp
7716 * gdb.base/unload.exp
7717 * gdb.base/until-nodebug.exp
7718 * gdb.base/until.exp
7719 * gdb.base/unwindonsignal.exp
7720 * gdb.base/watch-cond.exp
7721 * gdb.base/watch-non-mem.exp
7722 * gdb.base/watch_thread_num.exp
7723 * gdb.base/watchpoint-reuse-slot.exp
7724 * gdb.base/watchpoint-solib.exp
7725 * gdb.base/watchpoint.exp
7726 * gdb.btrace/dlopen.exp
7727 * gdb.cell/arch.exp
7728 * gdb.cell/break.exp
7729 * gdb.cell/bt.exp
7730 * gdb.cell/core.exp
7731 * gdb.cell/data.exp
7732 * gdb.cell/dwarfaddr.exp
7733 * gdb.cell/ea-cache.exp
7734 * gdb.cell/ea-standalone.exp
7735 * gdb.cell/ea-test.exp
7736 * gdb.cell/f-regs.exp
7737 * gdb.cell/fork.exp
7738 * gdb.cell/gcore.exp
7739 * gdb.cell/mem-access.exp
7740 * gdb.cell/ptype.exp
7741 * gdb.cell/registers.exp
7742 * gdb.cell/sizeof.exp
7743 * gdb.cell/solib-symbol.exp
7744 * gdb.cell/solib.exp
7745 * gdb.compile/compile-tls.exp
7746 * gdb.cp/exception.exp
7747 * gdb.cp/gdb2495.exp
7748 * gdb.cp/local.exp
7749 * gdb.cp/mb-inline.exp
7750 * gdb.cp/mb-templates.exp
7751 * gdb.cp/pr10687.exp
7752 * gdb.cp/pr9167.exp
7753 * gdb.cp/scope-err.exp
7754 * gdb.cp/templates.exp
7755 * gdb.cp/virtfunc.exp
7756 * gdb.dwarf2/dw2-dir-file-name.exp
7757 * gdb.dwarf2/dw2-single-line-discriminators.exp
7758 * gdb.fortran/complex.exp
7759 * gdb.fortran/library-module.exp
7760 * gdb.guile/guile.exp
7761 * gdb.guile/scm-cmd.exp
7762 * gdb.guile/scm-frame-inline.exp
7763 * gdb.guile/scm-objfile.exp
7764 * gdb.guile/scm-pretty-print.exp
7765 * gdb.guile/scm-symbol.exp
7766 * gdb.guile/scm-type.exp
7767 * gdb.guile/scm-value.exp
7768 * gdb.linespec/keywords.exp
7769 * gdb.linespec/ls-errs.exp
7770 * gdb.linespec/macro-relative.exp
7771 * gdb.linespec/thread.exp
7772 * gdb.mi/mi-breakpoint-changed.exp
7773 * gdb.mi/mi-dprintf-pending.exp
7774 * gdb.mi/mi-fullname-deleted.exp
7775 * gdb.mi/mi-logging.exp
7776 * gdb.mi/mi-pending.exp
7777 * gdb.mi/mi-solib.exp
7778 * gdb.mi/new-ui-mi-sync.exp
7779 * gdb.mi/user-selected-context-sync.exp
7780 * gdb.multi/dummy-frame-restore.exp
7781 * gdb.multi/multi-arch-exec.exp
7782 * gdb.multi/remove-inferiors.exp
7783 * gdb.multi/watchpoint-multi-exit.exp
7784 * gdb.opt/solib-intra-step.exp
7785 * gdb.perf/backtrace.exp
7786 * gdb.perf/single-step.exp
7787 * gdb.perf/skip-command.exp
7788 * gdb.perf/skip-prologue.exp
7789 * gdb.perf/solib.exp
7790 * gdb.python/lib-types.exp
7791 * gdb.python/py-as-string.exp
7792 * gdb.python/py-bad-printers.exp
7793 * gdb.python/py-block.exp
7794 * gdb.python/py-breakpoint.exp
7795 * gdb.python/py-cmd.exp
7796 * gdb.python/py-events.exp
7797 * gdb.python/py-evthreads.exp
7798 * gdb.python/py-finish-breakpoint.exp
7799 * gdb.python/py-finish-breakpoint2.exp
7800 * gdb.python/py-frame-inline.exp
7801 * gdb.python/py-frame.exp
7802 * gdb.python/py-inferior.exp
7803 * gdb.python/py-infthread.exp
7804 * gdb.python/py-mi.exp
7805 * gdb.python/py-objfile.exp
7806 * gdb.python/py-pp-maint.exp
7807 * gdb.python/py-pp-registration.exp
7808 * gdb.python/py-prettyprint.exp
7809 * gdb.python/py-recurse-unwind.exp
7810 * gdb.python/py-shared.exp
7811 * gdb.python/py-symbol.exp
7812 * gdb.python/py-symtab.exp
7813 * gdb.python/py-template.exp
7814 * gdb.python/py-type.exp
7815 * gdb.python/py-unwind-maint.exp
7816 * gdb.python/py-unwind.exp
7817 * gdb.python/py-value.exp
7818 * gdb.python/python.exp
7819 * gdb.reverse/finish-reverse-bkpt.exp
7820 * gdb.reverse/insn-reverse.exp
7821 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7822 * gdb.reverse/solib-precsave.exp
7823 * gdb.reverse/solib-reverse.exp
7824 * gdb.stabs/gdb11479.exp
7825 * gdb.stabs/weird.exp
7826 * gdb.threads/fork-child-threads.exp
7827 * gdb.threads/fork-plus-threads.exp
7828 * gdb.threads/fork-thread-pending.exp
7829 * gdb.threads/forking-threads-plus-breakpoint.exp
7830 * gdb.threads/hand-call-in-threads.exp
7831 * gdb.threads/interrupted-hand-call.exp
7832 * gdb.threads/linux-dp.exp
7833 * gdb.threads/local-watch-wrong-thread.exp
7834 * gdb.threads/next-while-other-thread-longjmps.exp
7835 * gdb.threads/non-ldr-exit.exp
7836 * gdb.threads/pending-step.exp
7837 * gdb.threads/print-threads.exp
7838 * gdb.threads/process-dies-while-detaching.exp
7839 * gdb.threads/process-dies-while-handling-bp.exp
7840 * gdb.threads/pthreads.exp
7841 * gdb.threads/queue-signal.exp
7842 * gdb.threads/reconnect-signal.exp
7843 * gdb.threads/signal-command-handle-nopass.exp
7844 * gdb.threads/signal-command-multiple-signals-pending.exp
7845 * gdb.threads/signal-delivered-right-thread.exp
7846 * gdb.threads/signal-sigtrap.exp
7847 * gdb.threads/sigthread.exp
7848 * gdb.threads/staticthreads.exp
7849 * gdb.threads/stepi-random-signal.exp
7850 * gdb.threads/thread-unwindonsignal.exp
7851 * gdb.threads/thread_check.exp
7852 * gdb.threads/thread_events.exp
7853 * gdb.threads/tid-reuse.exp
7854 * gdb.threads/tls-nodebug.exp
7855 * gdb.threads/tls-shared.exp
7856 * gdb.threads/tls-so_extern.exp
7857 * gdb.threads/tls.exp
7858 * gdb.threads/wp-replication.exp
7859 * gdb.trace/actions-changed.exp
7860 * gdb.trace/actions.exp
7861 * gdb.trace/backtrace.exp
7862 * gdb.trace/change-loc.exp
7863 * gdb.trace/collection.exp
7864 * gdb.trace/deltrace.exp
7865 * gdb.trace/disconnected-tracing.exp
7866 * gdb.trace/entry-values.exp
7867 * gdb.trace/ftrace-lock.exp
7868 * gdb.trace/ftrace.exp
7869 * gdb.trace/infotrace.exp
7870 * gdb.trace/mi-trace-frame-collected.exp
7871 * gdb.trace/mi-trace-unavailable.exp
7872 * gdb.trace/mi-traceframe-changed.exp
7873 * gdb.trace/mi-tracepoint-changed.exp
7874 * gdb.trace/mi-tsv-changed.exp
7875 * gdb.trace/no-attach-trace.exp
7876 * gdb.trace/packetlen.exp
7877 * gdb.trace/passc-dyn.exp
7878 * gdb.trace/passcount.exp
7879 * gdb.trace/pending.exp
7880 * gdb.trace/pr16508.exp
7881 * gdb.trace/qtro.exp
7882 * gdb.trace/range-stepping.exp
7883 * gdb.trace/read-memory.exp
7884 * gdb.trace/report.exp
7885 * gdb.trace/save-trace.exp
7886 * gdb.trace/signal.exp
7887 * gdb.trace/stap-trace.exp
7888 * gdb.trace/status-stop.exp
7889 * gdb.trace/strace.exp
7890 * gdb.trace/tfile.exp
7891 * gdb.trace/tfind.exp
7892 * gdb.trace/trace-break.exp
7893 * gdb.trace/trace-condition.exp
7894 * gdb.trace/trace-enable-disable.exp
7895 * gdb.trace/trace-mt.exp
7896 * gdb.trace/tracecmd.exp
7897 * gdb.trace/tracefile-pseudo-reg.exp
7898 * gdb.trace/tspeed.exp
7899 * gdb.trace/tstatus.exp
7900 * gdb.trace/tsv.exp
7901 * gdb.trace/unavailable.exp
7902 * gdb.trace/while-dyn.exp
7903 * gdb.trace/while-stepping.exp
7904 * lib/gdb-guile.exp
7905 * lib/gdb.exp
7906 * lib/mi-support.exp
7907 * lib/pascal.exp
7908 * lib/perftest.exp
7909 * lib/prelink-support.exp
7910 * lib/selftest-support.exp
7911
7912 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7913
7914 * Makefile.in: Include disable-implicit-rules.mk.
7915
7916 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7917
7918 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7919 non-byte-aligned bit fields.
7920
7921 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7922
7923 PR gdb/12616
7924 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7925 respects the DW_AT_data_bit_offset attribute.
7926
7927 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7928
7929 * gdb.base/default.exp: Fix output of "set language".
7930
7931 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7932
7933 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7934 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7935 make.
7936 * configure.ac: Remove checks for the make program.
7937 * configure: Re-generate.
7938
7939 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7940
7941 * gdb.python/py-recurse-unwind.c (main): Add loop.
7942 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7943 to read_register() and gdb.parse_and_eval(). Make each code
7944 call a separate case that can be individually tested.
7945 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7946 proc. Call cont_and_backtrace for each of the code paths that
7947 we want to test in the unwinder.
7948
7949 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7950
7951 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7952 the definition of struct S.
7953
7954 2016-11-11 Catherine Moore <clm@codesourcery.com>
7955
7956 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7957
7958 2016-11-09 Pedro Alves <palves@redhat.com>
7959
7960 * gdb.base/commands.exp (runto_or_return): New procedure.
7961 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7962 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7963 (progvar_simple_while_test, progvar_complex_if_while_test)
7964 (if_while_breakpoint_command_test)
7965 (infrun_breakpoint_command_test, breakpoint_command_test)
7966 (user_defined_command_test, watchpoint_command_test)
7967 (test_command_prompt_position, redefine_hook_test)
7968 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7969 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7970 multi_line_input and multi_line. Remove gdb_expect and
7971 gdb_stop_suppressing_tests uses.
7972 * lib/gdb.exp (valnum_re): New global.
7973 (multi_line_input): New procedure.
7974
7975 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7976
7977 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7978 Remove.
7979 (test_setup): Define with proc_with_prefix.
7980 (test_cli_inferior): Likewise.
7981 (test_cli_thread): Likewise.
7982 (test_cli_frame): Likewise.
7983 (test_cli_select_frame): Likewise.
7984 (test_cli_up_down): Likewise.
7985 (test_mi_thread_select): Likewise.
7986 (test_mi_stack_select_frame): Likewise.
7987 (test_cli_in_mi_inferior): Likewise.
7988 (test_cli_in_mi_thread): Likewise.
7989 (test_cli_in_mi_frame): Likewise.
7990 (top level): Do not use with_test_prefix_procname.
7991
7992 2016-11-09 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/commands.exp (gdbvar_simple_if_test)
7995 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7996 (progvar_simple_if_test, progvar_simple_while_test)
7997 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7998 (infrun_breakpoint_command_test, breakpoint_command_test)
7999 (user_defined_command_test, watchpoint_command_test)
8000 (test_command_prompt_position, deprecated_command_test)
8001 (bp_deleted_in_command, temporary_breakpoint_commands)
8002 (stray_arg0_test, source_file_with_indented_comment)
8003 (recursive_source_test, if_commands_test)
8004 (error_clears_commands_left, redefine_hook_test)
8005 (redefine_backtrace_test): Use proc_with_prefix.
8006 * lib/gdb.exp (proc_with_prefix): New proc.
8007
8008 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8009
8010 * gdb.base/tui-layout.c: New file.
8011 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8012 disassembly window contains very long lines.
8013
8014 2016-11-08 Tom Tromey <tom@tromey.com>
8015
8016 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8017 depend on Python 2.
8018
8019 2016-11-08 Tom Tromey <tom@tromey.com>
8020
8021 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8022 New method.
8023
8024 2016-10-29 Manish Goregaokar <manish@mozilla.com>
8025
8026 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
8027
8028 2016-10-27 Manish Goregaokar <manish@mozilla.com>
8029
8030 * gdb.rust/simple.rs: Add test for univariant enums without
8031 discriminants and for encoded struct-like enums.
8032
8033 2016-10-28 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8036 gdb_test_multiple, tighten regexps and match symtabs and line
8037 tables incrementally.
8038
8039 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
8040
8041 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8042 general.
8043
8044 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8045
8046 * gdb.base/exec-invalid-sysroot.exp: New file.
8047
8048 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8051
8052 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8053
8054 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8055
8056 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8057
8058 * gdb.base/killed-outside.exp: Remove $options from a call to
8059 `prepare_for_testing'.
8060
8061 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8062
8063 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8064 Change test message.
8065
8066 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8067
8068 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8069 Update comment.
8070
8071 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8072
8073 * gdb.trace/mi-trace-save.exp: New file.
8074
8075 2016-10-13 Yao Qi <yao.qi@linaro.org>
8076
8077 * gdb.base/code_elim.exp (get_var_address): Remove.
8078 * gdb.base/relocate.exp: Likewise.
8079 * gdb.base/shreloc.exp: Likewise.
8080 * lib/gdb.exp (get_var_address): New.
8081
8082 2016-10-13 Yao Qi <yao.qi@linaro.org>
8083
8084 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8085 floating point tests if $skip_float_test is false.
8086
8087 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8088
8089 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8090 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8091 argc values.
8092 Add 1 to argc so we guarantee distinct initial/modified argc values.
8093
8094 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8095
8096 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8097
8098 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8099
8100 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8101 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8102 * gdb.arch/vsx-regs.exp: Likewise.
8103
8104 2016-10-07 Yao Qi <yao.qi@linaro.org>
8105
8106 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8107
8108 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8109
8110 * gdb.python/python.exp: Test decode_line("*0").
8111
8112 2016-10-06 Doug Evans <dje@google.com>
8113
8114 * gdb.python/py-value.exp (test_value_creation): Add test for large
8115 unsigned 64-bit value.
8116
8117 2016-10-06 Tom Tromey <tom@tromey.com>
8118
8119 * gdb.compile/compile.exp: Change java tests to rust.
8120 * gdb.base/setshow.exp: Change java tests to rust.
8121 * gdb.base/default.exp: Remove java from language list.
8122 * README (Examples): Update language example.
8123 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8124 test.
8125 * lib/gdb.exp (skip_java_tests): Remove.
8126 * lib/java.exp: Remove.
8127 * gdb.java: Remove.
8128
8129 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8130
8131 * gdb.arch/mips-fcr.exp: New test.
8132 * gdb.arch/mips-fcr.c: Source for the new test.
8133
8134 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8135
8136 * gdb.base/solib-disc.exp: Use `standard_output_file'
8137 throughout.
8138
8139 2016-10-06 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/jit-simple-dl.c: New file.
8142 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8143 * gdb.base/jit-simple.c: ... this.
8144 * gdb.base/jit-simple.exp (jit_run): Delete.
8145 (build_jit): New proc.
8146 (jit_test_reread): Recompile either the main program or the shared
8147 library, depending on what is being tested. Skip changing address
8148 if caller wants to. Compare before/after addresses. If testing
8149 standalone, explicitly load the binary. Test "maint info
8150 breakpoints".
8151 (top level): Add "standalone vs shared lib" and "change address"
8152 vs "same address" axes.
8153
8154 2016-10-06 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8157 call.
8158 (jit_run): Delete.
8159 (jit_test_reread): Use with_test_prefix. Reload the main binary
8160 explicitly. Compare the before/after addresses of the JIT
8161 descriptor.
8162
8163 2016-08-15 Doug Evans <dje@google.com>
8164
8165 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8166 for single bitfields is bool.
8167 * gdb.xml/tdesc-regs.exp: Ditto.
8168
8169 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8170
8171 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8172
8173 2016-10-05 Yao Qi <yao.qi@linaro.org>
8174
8175 * lib/gdb.exp (support_complex_tests): Return zero if
8176 gdb_skip_float_test return true.
8177
8178 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8179 Simon Marchi <simon.marchi@ericsson.com>
8180
8181 PR gdb/20487
8182 * gdb.mi/user-selected-context-sync.exp: New file.
8183 * gdb.mi/user-selected-context-sync.c: New file.
8184
8185 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8186 Simon Marchi <simon.marchi@ericsson.com>
8187
8188 PR gdb/20487
8189 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8190 =thread-select-event check.
8191
8192 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8193
8194 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8195 the compulsory L operand changes.
8196 * gdb.arch/powerpc-power.s: Likewise.
8197
8198 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8201 * gdb.base/jit-attach-pie.c: New file.
8202 * gdb.base/jit-attach-pie.exp: New file.
8203
8204 2016-09-28 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.base/infcall-input.c: New file.
8207 * gdb.base/infcall-input.exp: New file.
8208
8209 2016-09-22 Yao Qi <yao.qi@linaro.org>
8210
8211 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8212 (gdb_exit): Rename it to ...
8213 (gdbserver_gdb_exit): ... Close GDBserver.
8214 (gdb_exit): New proc, call gdbserver_gdb_exit.
8215 (mi_gdb_exit): Likewise.
8216
8217 2016-09-22 Yao Qi <yao.qi@linaro.org>
8218
8219 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8220 path.
8221 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8222 Remove duplication.
8223
8224 2016-09-22 Yao Qi <yao.qi@linaro.org>
8225
8226 * lib/gdbserver-support.exp: Check the existence of
8227 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8228
8229 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8230
8231 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8232
8233 2016-09-21 Tom Tromey <tom@tromey.com>
8234
8235 PR gdb/20604:
8236 * gdb.base/quit.exp: New file.
8237
8238 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8239
8240 * .gitignore: New file.
8241
8242 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8243
8244 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8245 throughout.
8246
8247 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8248
8249 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8250
8251 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8252
8253 * gdb.cp/casts.cc (decltype): Move it ...
8254 (main): ... with its call to ...
8255 * gdb.cp/casts03.cc: ... a new file.
8256 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8257
8258 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8259
8260 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8261
8262 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8263
8264 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8265 and sync up the test with tests in gas/testsuite/gas/ppc.
8266 * gdb.arch/powerpc-power.exp: Likewise.
8267
8268 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8269
8270 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8271
8272 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8273 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8276 make m1's definition to be different from m2's. Use 'dummy' as an
8277 argument for probe 'two'.
8278
8279 2016-09-10 Jon Beniston <jon@beniston.com>
8280
8281 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8282 for sim target.
8283
8284 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8285
8286 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8287 variable declaration.
8288 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8289 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8290 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8291 received HWCAP as its argument.
8292
8293 2016-09-06 Pedro Alves <palves@redhat.com>
8294
8295 * gdb.base/new-ui-pending-input.c: New file.
8296 * gdb.base/new-ui-pending-input.exp: New file.
8297 * gdb.exp (clear_gdb_spawn_id): New procedure.
8298 (with_spawn_id): Check whether gdb_spawn_id exists before
8299 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8300 on exit.
8301
8302 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8303
8304 * gdb.base/float128.c: New file.
8305 * gdb.base/float128.exp: Likewise.
8306 * gdb.base/floatn.c: Likewise.
8307 * gdb.base/floatn.exp: Likewise.
8308
8309 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8310
8311 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8312
8313 2016-09-05 Pedro Alves <palves@redhat.com>
8314
8315 PR backtrace/19927
8316 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8317 unwinders are immediately called as side effect of "source" or
8318 "disable unwinder" commands.
8319 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8320
8321 2016-09-02 Yao Qi <yao.qi@linaro.org>
8322
8323 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8324 is true and $type is "float" or "double".
8325
8326 2016-09-02 Yao Qi <yao.qi@linaro.org>
8327
8328 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8329 true.
8330 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8331 * gdb.base/call-rt-st.exp: Likewise.
8332 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8333 return value instead of gdb,skip_float_test.
8334 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8335 (do_function_calls): Use its return value instead of
8336 gdb,skip_float_test.
8337 * gdb.base/finish.exp: Likewise.
8338 * gdb.base/funcargs.exp: Likewise.
8339 * gdb.base/return.exp: Likewise.
8340 * gdb.base/return2.exp: Likewise.
8341 * gdb.base/varargs.exp: Likewise.
8342 * lib/gdb.exp (gdb_skip_float_test): Change it to
8343 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8344
8345 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8346
8347 * gdb.multi/tids.exp: Test "thread apply all".
8348
8349 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8350
8351 * gdb.base/default.exp (tty): Remove.
8352
8353 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8354
8355 * gdb.python/py-recurse-unwind.c: New file.
8356 * gdb.python/py-recurse-unwind.py: New file.
8357 * gdb.python/py-recurse-unwind.exp: New file.
8358
8359 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * gdb.base/set-inferior-tty.exp: New file.
8362 * gdb.base/set-inferior-tty.c: New file.
8363
8364 2016-08-23 Pedro Alves <palves@redhat.com>
8365
8366 PR gdb/20494
8367 * gdb.base/new-ui-echo.c: New file.
8368 * gdb.base/new-ui-echo.exp: New file.
8369
8370 2016-08-23 Yao Qi <yao.qi@linaro.org>
8371
8372 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8373 gdbserver_spawn.
8374 * gdb.server/connect-without-multi-process.exp (do_test):
8375 Likewise.
8376
8377 2016-08-23 Yao Qi <yao.qi@linaro.org>
8378
8379 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8380 standalone_txt. Delete gdb_txt and standalone_txt on host
8381 and target. Spawn the binary on target. Copy files from
8382 target to host.
8383
8384 2016-08-22 Pedro Alves <palves@redhat.com>
8385
8386 PR gdb/20505
8387 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8388 with_test_prefix. Factor out bits to ...
8389 (test_no_vdso): ... this new procedure.
8390
8391 2016-08-19 Carl Love <cel@us.ibm.com>
8392
8393 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8394 maintaining separate logic for constructing the output path.
8395 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8396 * gdb.arch/ppc-dfp.exp: Likewise.
8397 * gdb.arch/ppc-fp.exp: Likewise.
8398 * gdb.arch/vsx-regs.exp: Likewise.
8399 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8400 binprefix for generating the additional binary files.
8401
8402 2016-08-19 Pedro Alves <palves@redhat.com>
8403
8404 * gdb.trace/mi-trace-frame-collected.exp
8405 (test_trace_frame_collected): On x32, expect two registers.
8406
8407 2016-08-18 Carl Love <cel@us.ibm.com>
8408
8409 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8410 and sync up the test with tests in gas/testsuite/gas/ppc.
8411 * gdb.arch/powerpc-power.exp: Likewise.
8412
8413 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8416 expected error message.
8417
8418 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8419
8420 * gdb.multi/remove-inferiors.exp: New file.
8421 * gdb.multi/remove-inferiors.c: New file.
8422
8423 2016-08-12 Yao Qi <yao.qi@linaro.org>
8424
8425 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8426 argument list.
8427
8428 2016-08-10 Pedro Alves <palves@redhat.com>
8429
8430 PR gdb/19187
8431 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8432 setup_kfails.
8433
8434 2016-08-09 Pedro Alves <palves@redhat.com>
8435 Simon Marchi <simon.marchi@ericsson.com>
8436
8437 PR gdb/20418
8438 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8439 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8440
8441 2016-08-09 Pedro Alves <palves@redhat.com>
8442
8443 PR mi/20431
8444 * gdb.mi/mi-cmd-error.exp: New file.
8445
8446 2016-08-09 Pedro Alves <palves@redhat.com>
8447
8448 PR gdb/18653
8449 * gdb.base/signals-state-child.c: New file.
8450 * gdb.base/signals-state-child.exp: New file.
8451 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8452
8453 2016-08-09 Pedro Alves <palves@redhat.com>
8454
8455 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8456
8457 2016-08-03 Tom Tromey <tom@tromey.com>
8458
8459 PR python/18565:
8460 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8461
8462 2016-08-01 Yao Qi <yao.qi@linaro.org>
8463
8464 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8465 variable mode to "multi-process" if $multi_process is 1, otherwise
8466 set it to "single-process".
8467
8468 2016-08-01 Yao Qi <yao.qi@linaro.org>
8469
8470 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8471 * gdb.cp/cpexprs.exp: Likewise.
8472 * gdb.cp/m-static.exp: Likewise.
8473
8474 2016-07-26 Tom Tromey <tom@tromey.com>
8475
8476 PR python/20190:
8477 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8478 test.
8479
8480 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8481
8482 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8483 selecting assembly source files.
8484 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8485 assembly source files.
8486 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8487 assembly source files.
8488 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8489 selecting assembly source files.
8490
8491 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * gdb.base/new-ui.exp (do_test_invalid_args): New
8494 procedure.
8495
8496 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8497
8498 * gdb.btrace/reconnect.c: New file.
8499 * gdb.btrace/reconnect.exp: New file.
8500
8501 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8502
8503 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8504 to test_catch_syscall_group.
8505 (test_catch_syscall_group): New.
8506
8507 2016-07-21 Tom Tromey <tom@tromey.com>
8508
8509 * gdb.rust/simple.rs (main): Use empty struct expression.
8510 * gdb.rust/simple.exp: Add tests for empty struct expression.
8511
8512 2016-07-21 Yao Qi <yao.qi@linaro.org>
8513
8514 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8515 if gdb_skip_xml_test is true on some targets.
8516
8517 2016-07-21 Yao Qi <yao.qi@linaro.org>
8518
8519 * gdb.server/solib-list.exp: Unset last_loaded_file.
8520
8521 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8524 "step into captured_main (args)".
8525
8526 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8529
8530 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8531
8532 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8533
8534 2016-07-19 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8537 * gdb.opt/inline-bt.exp: Likewise.
8538 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8539 additional_flags=-Winline.
8540 * gdb.opt/inline-locals.exp: Likewise.
8541 * gdb.opt/inline-markers.c (ATTR): Define.
8542 (inlined_fn): Use it.
8543
8544 2016-07-19 Yao Qi <yao.qi@linaro.org>
8545
8546 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8547 (test_with_self): Remove some code. Remove argument executable.
8548 (top-level): Use do_self_tests.
8549
8550 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8551 Don Breazeal <donb@codesourcery.com>
8552
8553 * gdb.base/maint.exp: Escape paths used in regular expressions.
8554 * gdb.stabs/weird.exp: Likewise.
8555
8556 2016-07-13 Tom Tromey <tom@tromey.com>
8557
8558 PR python/15620, PR python/18620:
8559 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8560 (test_bkpt_events): New procs.
8561
8562 2016-07-13 Tom Tromey <tom@tromey.com>
8563
8564 PR python/17698:
8565 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8566 test.
8567 (test_watchpoints): Likewise.
8568 (test_bkpt_pending): New proc.
8569
8570 2016-07-13 Tom Tromey <tom@tromey.com>
8571
8572 PR cli/18053:
8573 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8574 completion test.
8575
8576 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8577
8578 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8579 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8580 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8581 f_label.
8582 (g): Rename g_end_lbl to g_label.
8583 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8584 low_pc and high_pc.
8585 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8586
8587 2016-07-12 Tom Tromey <tom@tromey.com>
8588
8589 PR python/19293:
8590 * gdb.python/py-unwind-maint.exp: Update tests.
8591
8592 2016-07-12 Yao Qi <yao.qi@linaro.org>
8593
8594 * lib/selftest-support.exp (selftest_setup): Match the output
8595 when captured_main is inlined.
8596
8597 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8598
8599 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8600 New variables.
8601 (print this%a, print this%b, print this): New tests.
8602 * gdb.fortran/derived-types.f90 (this): New object and
8603 initialization.
8604
8605 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * gdb.ada/arraydim.exp: Remove extra directory level in build
8608 directory.
8609
8610 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * lib/ada.exp: Remove extra directory level in build directory.
8613 * gdb.ada/cond_lang.exp: Likewise.
8614 * gdb.ada/exec_changed.exp: Likewise.
8615 * gdb.ada/lang_switch.exp: Likewise.
8616
8617 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8618
8619 * simple.rs: Add test for raw pointer subscripting.
8620 * simple.exp: Add test expectations.
8621
8622 2016-07-05 Yao Qi <yao.qi@linaro.org>
8623
8624 * gdb.mi/mi-reverse.exp: Match =record-started output.
8625
8626 2016-07-01 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8629 procedure.
8630 (jit_reader_test): Test the jit reader's unwinder.
8631 * gdb.base/jithost.c (jit_function_00_code): New global.
8632 (main): Use memcpy to fill in the mmapped code, instead of poking
8633 bytes manually here.
8634 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8635 value.
8636 (read_debug_info): Save the function's range.
8637 (read_sp): New function.
8638 (unwind_frame): Use it. Also unwind RBP.
8639 (get_frame_id): Use read_sp.
8640 (gdb_init_reader): Use calloc instead of malloc.
8641 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8642 parameter. Use gdb_test_multiple.
8643
8644 2016-07-01 Pedro Alves <palves@redhat.com>
8645 Antoine Tremblay <antoine.tremblay@ericsson.com>
8646
8647 * gdb.threads/process-dies-while-detaching.c: New file.
8648 * gdb.threads/process-dies-while-detaching.exp: New file.
8649
8650 2016-07-01 Pedro Alves <palves@redhat.com>
8651
8652 * gdb.multi/watchpoint-multi-exit.c: New file.
8653 * gdb.multi/watchpoint-multi-exit.exp: New file.
8654
8655 2016-06-30 Pedro Alves <palves@redhat.com>
8656
8657 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8658 unset inferior_spawn_id.
8659
8660 2016-06-30 Pedro Alves <palves@redhat.com>
8661
8662 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8663 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8664
8665 2016-06-29 Yao Qi <yao.qi@linaro.org>
8666
8667 * gdb.base/return.c: Add copyright header.
8668
8669 2016-06-29 Tom Tromey <tom@tromey.com>
8670
8671 PR python/20129:
8672 * gdb.python/py-framefilter.exp: Add tests for setting priority
8673 and disabling of non-existent frame filter.
8674
8675 2016-06-29 Yao Qi <yao.qi@linaro.org>
8676
8677 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8678 0x0f07ff.
8679
8680 2016-06-28 Yao Qi <yao.qi@linaro.org>
8681
8682 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8683 triplets. Start gdb, execute catch syscall, and continue. Check
8684 gdb's output to determine catch syscall is supported.
8685
8686 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8687
8688 * gdb.rust/simple.rs: Add test for returning unit in a function.
8689 * gdb.rust/simple.exp: Add expectation for functions returning
8690 unit.
8691
8692 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8693
8694 * gdb.python/py-breakpoint-create-fail.c,
8695 gdb.python/py-breakpoint-create-fail.exp,
8696 gdb.python/py-breakpoint-create-fail.py: New testcase.
8697
8698 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8699
8700 PR gdb/20239
8701 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8702 * gdb.rust/simple.exp: Add test expectations for new NonZero
8703 tests.
8704
8705 2016-06-24 David Taylor <dtaylor@emc.com>
8706
8707 * gdb.base/offsets.exp: New file.
8708 * gdb.base/offsets.c: New file.
8709
8710 2016-06-23 Tom Tromey <tom@tromey.com>
8711
8712 PR gdb/16483:
8713 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8714 before any filters are loaded.
8715
8716 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8717
8718 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8719 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8720 structs.
8721 * gdb.fortran/derived-type-function.exp: New file.
8722 * gdb.fortran/derived-type-function.f90: New file.
8723
8724
8725 2016-06-21 Pedro Alves <palves@redhat.com>
8726
8727 * gdb.base/new-ui.exp: New file.
8728 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8729 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8730 (with_spawn_id): New procedure.
8731
8732 2016-06-21 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.mi/mi-exec-run.exp: New file.
8735
8736 2016-06-21 Pedro Alves <palves@redhat.com>
8737
8738 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8739 breakpoint command's output on the main UI.
8740 (test_break): New procedure, factored out from calls in the top
8741 level.
8742 (top level): Use foreach_with_prefix to test MI as main UI and as
8743 separate UI.
8744
8745 2016-06-21 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8748 (test_awatch_creation_and_listing)
8749 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8750 Remove 'type' parameter.
8751 (test_watchpoint_all): New parameter mi_mode. Remove
8752 with_test_prefix.
8753 (top level): Use foreach_with_prefix, and add main/separate UI MI
8754 testing axis.
8755
8756 2016-06-21 Pedro Alves <palves@redhat.com>
8757
8758 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8759 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8760 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8761 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8762 (gdb_main_spawn_id, mi_spawn_id): Declare and
8763 comment.
8764 (mi_create_inferior_pty): New procedure,
8765 factored out from default_mi_gdb_start.
8766 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8767 procedures.
8768 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8769 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8770 Use mi_create_inferior_pty.
8771 (mi_gdb_start): Use eval to pass down args list.
8772
8773 2016-06-21 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8776 * gdb.opt/inline-cmds.exp: Add MI tests.
8777
8778 2016-06-21 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8781
8782 2016-06-21 Pedro Alves <palves@redhat.com>
8783
8784 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8785 (top level): Use it instead of mi_execute_to.
8786
8787 2016-06-21 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8790 (cont_handler_str): New.
8791 (signal_stop_handler): Set stop_handler_str instead of printing to
8792 stdout.
8793 (continue_handler): Set cont_handler_str instead of printing to
8794 stdout.
8795 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8796 mi_send_resuming_command. Print stop_handler_str and
8797 cont_handler_str instead of expecting the python events print
8798 directly.
8799
8800 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8801
8802 * gdb.base/jit-reader.exp: New file.
8803 * gdb.base/jithost.c: New file.
8804 * gdb.base/jithost.h: New file.
8805 * gdb.base/jitreader.c : New file.
8806 * gdb.base/jit-protocol.h: New file.
8807
8808 2016-06-17 Yao Qi <yao.qi@linaro.org>
8809
8810 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8811 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8812 and detach-on-fork. Adjust tests.
8813 (top level): Invoke break_cond_on_syscall with combinations of
8814 syscall, follow-fork-mode and detach-on-fork.
8815
8816 2016-06-17 Yao Qi <yao.qi@linaro.org>
8817
8818 * gdb.base/step-over-exit.c: New.
8819 * gdb.base/step-over-exit.exp: New.
8820
8821 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8822
8823 * gdb.base/float.exp: Add target check for nds32*-*-*.
8824 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8825
8826 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8827
8828 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8829 for unsupported target features.
8830 * gdb.base/call-rt-st.exp: Likewise.
8831 * gdb.base/call-sc.exp: Likewise.
8832 * gdb.base/call-signal-resume.exp: Likewise.
8833 * gdb.base/call-strs.exp: Likewise.
8834 * gdb.base/callexit.exp: Likewise.
8835 * gdb.base/callfuncs.exp: Likewise.
8836 * gdb.base/nodebug.exp: Likewise.
8837 * gdb.base/printcmds.exp: Likewise.
8838 * gdb.base/ptype.exp: Likewise.
8839 * gdb.base/structs.exp: Likewise.
8840 * gdb.base/unwindonsignal.exp: Likewise.
8841 * gdb.cp/gdb2495.exp: Likewise.
8842 * gdb.cp/templates.exp: Likewise.
8843 * gdb.cp/virtfunc.exp: Likewise.
8844 * gdb.threads/hand-call-in-threads.exp: Likewise.
8845 * gdb.threads/interrupted-hand-call.exp: Likewise.
8846 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8847
8848 2016-06-10 Tom Tromey <tom@tromey.com>
8849
8850 PR rust/20110:
8851 * gdb.rust/expr.exp: Add test for integer constant larger than
8852 i32.
8853
8854 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8855
8856 * gdb.fortran/nested-funcs.exp: New.
8857 * gdb.fortran/nested-funcs.f90: New.
8858
8859 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8860
8861 * gdb.base/examine-backward.c: New file.
8862 * gdb.base/examine-backward.exp: New file.
8863
8864 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8865
8866 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8867 matching.
8868
8869 2016-06-02 Tom Tromey <tom@tromey.com>
8870
8871 PR python/18984:
8872 * gdb.python/py-shared.exp: Add solib_name test.
8873
8874 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8875
8876 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8877
8878 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8879
8880 PR c++/19893
8881 * gdb.dwarf2/implref.exp: Rename to...
8882 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8883 * gdb.dwarf2/implref-array.c: New file.
8884 * gdb.dwarf2/implref-array.exp: Likewise.
8885 * gdb.dwarf2/implref-global.c: Likewise.
8886 * gdb.dwarf2/implref-global.exp: Likewise.
8887 * gdb.dwarf2/implref-struct.c: Likewise.
8888 * gdb.dwarf2/implref-struct.exp: Likewise.
8889
8890 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8891
8892 * gdb.trace/trace-condition.exp: Add 64bit tests.
8893
8894 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8895
8896 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8897 bits types.
8898 (main): Adapt to 8 to 64 bits types.
8899 * gdb.trace/trace-condition.exp: Add new tests.
8900
8901 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8902
8903 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8904
8905 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8906
8907 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8908 Move condition tests...
8909 * gdb.trace/trace-condition.exp: Here.
8910
8911 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8912
8913 * gdb.trace/trace-condition.exp: Add counter-case tests.
8914
8915 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 PR c++/15231
8918 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8919 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8920
8921 2016-05-27 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8924 New procedure.
8925 (top level): Call it, and bail out of DejaGnu is known to be bad.
8926
8927 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8928
8929 * gdb.base/whatis.c: Extend the test case.
8930 * gdb.base/whatis.exp: Add additional tests.
8931
8932 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8933
8934 * gdb.fortran/type.f90: Add pointer variable.
8935 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8936
8937 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8938
8939 * gdb.fortran/vla-type.exp: Fix testcase name.
8940
8941 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8942
8943 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8944
8945 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8946
8947 * gdb.fortran/type.f90: Add nested structures.
8948 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8949 * gdb.fortran/derived-type.exp: Adapt expected output.
8950 * gdb.fortran/vla-type.exp: Adapt expected output.
8951
8952 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8953
8954 * gdb.fortran/whatis_type.exp: Adapt expected output.
8955
8956 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8957
8958 * gdb.fortran/print_type.exp: Fix expected output.
8959 * gdb.fortran/whatis_type.exp: Fix expected output.
8960
8961 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8962
8963 * gdb.fortran/whatis_type.exp: Use multi_line.
8964
8965 2016-05-24 Tom Tromey <tom@tromey.com>
8966
8967 PR python/17386:
8968 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8969 use value as an index.
8970
8971 2016-05-23 Tom Tromey <tom@tromey.com>
8972
8973 PR python/17981:
8974 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8975 no-breakpoint case.
8976
8977 2016-05-24 Pedro Alves <palves@redhat.com>
8978
8979 PR gdb/19828
8980 * gdb.threads/clone-attach-detach.c: New file.
8981 * gdb.threads/clone-attach-detach.exp: New file.
8982
8983 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8984
8985 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8986
8987 2016-05-23 Tom Tromey <tom@tromey.com>
8988
8989 PR python/19438, PR python/18393:
8990 * gdb.python/py-progspace.exp: Add "dir" test.
8991 * gdb.python/py-objfile.exp: Add "dir" test.
8992
8993 2016-05-23 Yao Qi <yao.qi@linaro.org>
8994
8995 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8996 * gdb.arch/thumb2-it.exp: Likewise.
8997
8998 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8999
9000 * gdb.mi/mi-threads-interrupt.c: New file.
9001 * gdb.mi/mi-threads-interrupt.exp: New file.
9002
9003 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9004
9005 PR gdb/18077
9006 * gdb.mi/mi-async-run.exp: New file.
9007 * gdb.mi/mi-async-run.c: New file.
9008
9009 2016-05-17 Tom Tromey <tom@tromey.com>
9010 Manish Goregaokar <manishsmail@gmail.com>
9011
9012 * lib/rust-support.exp: New file.
9013 * lib/gdb.exp (skip_rust_tests): New proc.
9014 (build_executable_from_specs): Handle rust.
9015 * lib/future.exp (gdb_find_rustc): New proc.
9016 (gdb_default_target_compile): Handle rust.
9017 * gdb.rust/expr.exp: New file.
9018 * gdb.rust/generics.exp: New file.
9019 * gdb.rust/generics.rs: New file.
9020 * gdb.rust/methods.exp: New file.
9021 * gdb.rust/methods.rs: New file.
9022 * gdb.rust/modules.exp: New file.
9023 * gdb.rust/modules.rs: New file.
9024 * gdb.rust/simple.exp: New file.
9025 * gdb.rust/simple.rs: New file.
9026
9027 2016-05-17 Tom Tromey <tom@tromey.com>
9028
9029 * gdb.base/default.exp (set language): Add rust.
9030
9031 2016-05-17 Tom Tromey <tom@tromey.com>
9032
9033 * gdb.gdb/unittest.exp: New file.
9034
9035 2016-05-16 Yao Qi <yao.qi@linaro.org>
9036
9037 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9038 shell_prompt. Update shell_prompt_re.
9039
9040 2016-05-12 Doug Evans <dje@google.com>
9041
9042 PR symtab/19999
9043 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9044 $options when building executable.
9045 * gdb.dwarf2/fission-loclists-pie.S: New file.
9046 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9047
9048 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9049
9050 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9051 of [is_remote target],
9052
9053 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9054
9055 * lib/gdb.exp (use_gdb_stub): New procedure.
9056
9057 2016-05-03 Yunlian Jiang <yunlian@google.com>
9058 Doug Evans <dje@google.com>
9059
9060 PR symtab/19914
9061 * gdb.dwarf2/dwp-sepdebug.c: New file.
9062 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9063
9064 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9065
9066 * gdb.base/detach.exp: Remove is_remote check.
9067
9068 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9069
9070 * gdb.base/annota-input-while-running.exp: Don't check for
9071 [is_remote target]. Enable annotations after running to main.
9072 Remove unused "set test..." line.
9073
9074 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * gdb.trace/trace-enable-disable.exp: New file.
9077 * gdb.trace/trace-enable-disable.c: New file.
9078
9079 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9080
9081 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9082 use it in info sharedlibrary test.
9083 * gdb.trace/ftrace-lock.exp: Likewise.
9084 * gdb.trace/ftrace.exp: Likewise.
9085 * gdb.trace/range-stepping.exp: Likewise.
9086 * gdb.trace/trace-break.exp: Likewise.
9087 * gdb.trace/trace-condition.exp: Likewise.
9088 * gdb.trace/trace-mt.exp: Likewise.
9089
9090 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9091
9092 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9093 (gdb_load_shlib): ... this.
9094 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9095 gdb_load_shlib.
9096 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9097 * gdb.base/ctxobj.exp: Likewise.
9098 * gdb.base/dprintf-pending.exp: Likewise.
9099 * gdb.base/dso2dso.exp: Likewise.
9100 * gdb.base/fixsection.exp: Likewise.
9101 * gdb.base/gcore-relro.exp: Likewise.
9102 * gdb.base/gdb1555.exp: Likewise.
9103 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9104 * gdb.base/gnu-ifunc.exp: Likewise.
9105 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9106 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9107 * gdb.base/pending.exp: Likewise.
9108 * gdb.base/print-file-var.exp: Likewise.
9109 * gdb.base/print-symbol-loading.exp: Likewise.
9110 * gdb.base/shlib-call.exp: Likewise.
9111 * gdb.base/shreloc.exp: Likewise.
9112 * gdb.base/so-impl-ld.exp: Likewise.
9113 * gdb.base/solib-disc.exp: Likewise.
9114 * gdb.base/solib-nodir.exp: Likewise.
9115 * gdb.base/solib-overlap.exp: Likewise.
9116 * gdb.base/solib-symbol.exp: Likewise.
9117 * gdb.base/solib-weak.exp (do_test): Likewise.
9118 * gdb.base/sym-file.exp: Likewise.
9119 * gdb.base/symtab-search-order.exp: Likewise.
9120 * gdb.base/type-opaque.exp: Likewise.
9121 * gdb.base/unload.exp: Likewise.
9122 * gdb.base/watchpoint-solib.exp: Likewise.
9123 * gdb.compile/compile.exp: Likewise.
9124 * gdb.cp/gdb2384.exp: Likewise.
9125 * gdb.cp/infcall-dlopen.exp: Likewise.
9126 * gdb.cp/re-set-overloaded.exp: Likewise.
9127 * gdb.fortran/library-module.exp: Likewise.
9128 * gdb.opt/solib-intra-step.exp: Likewise.
9129 * gdb.python/py-finish-breakpoint.exp: Likewise.
9130 * gdb.python/py-shared.exp: Likewise.
9131 * gdb.reverse/solib-precsave.exp: Likewise.
9132 * gdb.reverse/solib-reverse.exp: Likewise.
9133 * gdb.server/solib-list.exp: Likewise.
9134 * gdb.threads/dlopen-libpthread.exp: Likewise.
9135 * gdb.threads/tls-shared.exp: Likewise.
9136 * gdb.threads/tls-so_extern.exp: Likewise.
9137 * gdb.trace/change-loc.exp: Likewise.
9138 * gdb.trace/ftrace-lock.exp: Likewise.
9139 * gdb.trace/ftrace.exp: Likewise.
9140 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9141 * gdb.trace/pending.exp: Likewise.
9142 * gdb.trace/range-stepping.exp: Likewise.
9143 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9144 (strace_info_marker): Likewise.
9145 (strace_probe_marker): Likewise.
9146 (strace_trace_on_same_addr): Likewise.
9147 (strace_trace_on_diff_addr): Likewise.
9148 * gdb.trace/trace-break.exp: Likewise.
9149 * gdb.trace/trace-condition.exp: Likewise.
9150 * gdb.trace/trace-mt.exp: Likewise.
9151
9152 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9153
9154 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9155 result of gdb_remote_download.
9156 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9157 * gdb.base/dso2dso.exp: Likewise.
9158 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9159 * gdb.base/print-file-var.exp: Likewise.
9160 * gdb.base/shlib-call.exp: Likewise.
9161 * gdb.base/shreloc.exp: Likewise.
9162 * gdb.base/solib-overlap.exp: Likewise.
9163 * gdb.base/solib-weak.exp (do_test): Likewise.
9164 * gdb.base/unload.exp: Likewise.
9165
9166 2016-04-27 Yao Qi <yao.qi@linaro.org>
9167
9168 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9169 exists.
9170
9171 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9172
9173 * vla-type.exp: Print structure from toplevel.
9174
9175 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9176
9177 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9178 of dynamic types.
9179 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9180 of dynamic types.
9181
9182 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9183
9184 * gdb.fortran/vla-type.f90: New file.
9185 * gdb.fortran/vla-type.exp: New file.
9186
9187 2016-04-25 Yao Qi <yao.qi@linaro.org>
9188
9189 * gdb.base/branch-to-self.c: New file.
9190 * gdb.base/branch-to-self.exp: New file.
9191
9192 2016-04-22 Yao Qi <yao.qi@linaro.org>
9193
9194 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9195 more after $hex.
9196
9197 2016-04-22 Yao Qi <yao.qi@linaro.org>
9198
9199 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9200 * gdb.base/annota3.exp: Likewise.
9201
9202 2016-04-22 Yao Qi <yao.qi@linaro.org>
9203
9204 * gdb.reverse/step-precsave.exp: Do one step and test program
9205 stops in "callee" and do multiple steps until program goes out
9206 of "callee".
9207 * gdb.reverse/step-reverse.exp: Likewise.
9208
9209 2016-04-22 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.trace/signal.exp: Also pass if
9212 $tracepoint_hits($i) > $iterations.
9213
9214 2016-04-22 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.trace/signal.c: New file.
9217 * gdb.trace/signal.exp: New file.
9218
9219 2016-04-19 Doug Evans <xdje42@gmail.com>
9220
9221 * gdb.base/bad-file.exp: New file.
9222
9223 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9224
9225 * gdb.dwarf2/implref.exp: New file.
9226
9227 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9228
9229 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9230 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9231 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9232 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9233 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9234 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9235 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9236 * lib/fortran.exp (fortran_int4): New procedure.
9237 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9238 (fortran_logical4): Likewise.
9239
9240 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9241
9242 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9243
9244 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9245
9246 * lib/compiler.c: Add Intel specific preprocessor macros.
9247 * lib/compiler.cc: Likewise.
9248
9249 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9250
9251 * gdb.server/connect-with-no-symbol-file.c: New file.
9252 * gdb.server/connect-with-no-symbol-file.exp: New file.
9253
9254 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9257
9258 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9259
9260 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9261 standard output directory.
9262
9263 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9264
9265 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9266
9267 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9268
9269 * gdb.btrace/instruction_history.c (loop): Add declaration.
9270
9271 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9272
9273 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9274
9275 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9276
9277 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9278 parentheses to print.
9279 (continue_handler): Likewise.
9280
9281 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9282
9283 * gdb.server/solib-list.exp: Remove is_remote check.
9284 Pass shlib= to gdb_compile. Don't link shared library with
9285 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9286 Run binary filename through "readlink -f" on the target.
9287
9288 2016-04-08 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9291 interpreter filename as argument to gdbserver_spawn.
9292 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9293 Return empty if $last_loaded_file does not exist.
9294
9295 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9296
9297 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9298 * gdb.base/jit-main.c: Use exit after usage.
9299
9300 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9301
9302 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9303 GDBHISTSIZE prior to the tests.
9304 * gdb.base/gdbinit-history.exp: Likewise.
9305
9306 2016-04-07 Pedro Alves <palves@redhat.com>
9307
9308 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9309 instead of build_executable. Use gdb_load_shlibs.
9310
9311 2016-04-07 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9314 Execute "si" command.
9315
9316 2016-04-07 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9319 number instead of the comments on some line.
9320
9321 2016-04-06 Don Breazeal <donb@codesourcery.com>
9322
9323 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9324 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9325
9326 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9327
9328 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9329 standard_output_file. Remove unused binfile variable.
9330
9331 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9332
9333 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9334 * gdb.python/py-mi-objfile.exp: Match "list main" output
9335 in console format.
9336
9337 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9338
9339 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9340 absolute.
9341
9342 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9345 absolute.
9346 * gdb.trace/ftrace.exp: Likewise.
9347 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9348 targets as well.
9349 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9350 (gdb_load_shlibs): Copy libraries to test directory when testing
9351 natively. Only set solib-search-path if testing remotely.
9352 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9353
9354 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9355
9356 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9357 gdb_download. Use it even if the target is not remote.
9358 * gdb.base/jit.exp (compile_jit_test): Likewise.
9359 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9360 output directory if the destination board is local, otherwise use
9361 the standard remote_download from DejaGnu.
9362 (gdb_download): Remove.
9363 (gdb_load_shlibs): Use gdb_remote_download instead of
9364 gdb_download.
9365 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9366 Use gdb_remote_download instead of gdb_download. Use it even if
9367 the target is not remote.
9368 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9369 instead of gdb_download.
9370
9371 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9372
9373 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9374 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9375 run.
9376
9377 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9378
9379 PR gdb/19820
9380 * gdb.base/printcmds.exp: Add artificial arrays tests.
9381
9382 2016-03-31 Pedro Alves <palves@redhat.com>
9383
9384 PR gdb/19858
9385 * gdb.base/jit-main.c: Include unistd.h.
9386 (ATTACH): Define to 0 if not already defined.
9387 (wait_for_gdb, mypid): New globals.
9388 (WAIT_FOR_GDB): New macro.
9389 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9390 some breakpoint locations.
9391 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9392 New procedures.
9393 (one_jit_test): Add REATTACH parameter, and handle it. Use
9394 continue_to_test_location.
9395 (top level): Test attach, and adjusts calls to one_jit_test.
9396
9397 2016-03-31 Pedro Alves <palves@redhat.com>
9398
9399 PR gdb/19858
9400 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9401 BINSUFFIX parameter, and handle it.
9402 (top level): Adjust calls compile_jit_test.
9403
9404 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9405
9406 PR python/19743
9407 * gdb.python/py-mi-events-gdb.py: New file.
9408 * gdb.python/py-mi-events.c: New file.
9409 * gdb.python/py-mi-events.exp: New file.
9410
9411 2016-03-30 Yao Qi <yao.qi@linaro.org>
9412
9413 * gdb.reverse/until-precsave.exp: Match function name only.
9414 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9415 Move malloc to a condition block.
9416 * gdb.reverse/until-reverse.exp: Match function name only.
9417
9418 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9419
9420 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9421 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9422 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9423 variable for GPR 0 instead of assuming it is register 0.
9424 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9425 * lib/trace-support.exp: Add s390 registers.
9426
9427 2016-03-29 Yao Qi <yao.qi@linaro.org>
9428
9429 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9430
9431 2016-03-24 Yao Qi <yao.qi@linaro.org>
9432
9433 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9434 test message.
9435
9436 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9437
9438 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9439 maintaining separate logic for constructing the output path.
9440
9441 2016-03-16 Don Breazeal <donb@codesourcery.com>
9442
9443 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9444 Retry fork and waitpid on interrupted system call errors.
9445 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9446 Use with_timeout_factor to increase timeout by factor of 10.
9447
9448 2016-03-15 Don Breazeal <donb@codesourcery.com>
9449
9450 * gdb.cp/scope-err.cc: New test program.
9451 * gdb.cp/scope-err.exp: New test script.
9452 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9453 lines and "set breakpoint here" comment.
9454 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9455 Fixed some whitespace and format issues.
9456 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9457 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9458
9459 2016-03-15 Doug Evans <dje@google.com>
9460
9461 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9462 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9463 All callers updated. Add tests for enums, mixed flags register.
9464
9465 2016-03-15 Doug Evans <dje@google.com>
9466
9467 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9468 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9469
9470 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9471
9472 * gdb.base/default.exp: Add $_as_string to the list of expected
9473 convenience functions.
9474
9475 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9476
9477 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9478
9479 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9480
9481 * gdb.python/py-as-string.exp: New file.
9482 * gdb.python/py-as-string.c: New file.
9483
9484 2016-03-09 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9487 signal" -> "Thread NN received signal" output change.
9488 * gdb.threads/ia64-sigill.exp: Likewise.
9489 * gdb.threads/linux-dp.exp: Likewise.
9490 * gdb.threads/manythreads.exp: Likewise.
9491 * gdb.threads/pending-step.exp: Likewise.
9492 * gdb.threads/print-threads.exp: Likewise.
9493 * gdb.threads/sigstep-threads.exp: Likewise.
9494 * gdb.threads/staticthreads.exp: Likewise.
9495 * gdb.threads/tls.exp: Likewise.
9496
9497 2016-03-09 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.base/command-line-input.exp: New file.
9500
9501 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9502
9503 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9504 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9505 * gdb.trace/pending.exp: Accept leading dot before function name.
9506 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9507 * lib/trace-support.exp: Set registers for ppc.
9508
9509 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9510
9511 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9512 use it for disassembly; accept .main in addition to main in backtrace.
9513
9514 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9515 Marcin Kościelnicki <koriakin@0x04.net>
9516
9517 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9518 (gdb_recursion_test_ptr): New global variable.
9519 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9520 gdb_recursion_test.
9521 (gdb_c_test): Ditto.
9522
9523 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9524
9525 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9526 ordering.
9527
9528 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9529
9530 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9531 (bar): Add bar_start_lbl label.
9532 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9533 of foo/bar for emitting DWARF and tracing.
9534
9535 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9536
9537 * analyze-racy-logs.py: Set executable bit.
9538
9539 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9540
9541 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9542 (CHECK_TARGET_TMP): Likewise.
9543 (check-single-racy): New rule.
9544 (check-parallel-racy): Likewise.
9545 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9546 (do-check-parallel-racy): New rule.
9547 (check-racy/%.exp): Likewise.
9548 * README (Racy testcases): New section.
9549 * analyze-racy-logs.py: New file.
9550
9551 2016-03-03 Doug Evans <dje@google.com>
9552
9553 * gdb.base/skip.exp: Use with_test_prefix.
9554
9555 2016-03-03 Yao Qi <yao.qi@linaro.org>
9556
9557 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9558 Invoke step_over_syscall "clone" and break_cond_on_syscall
9559 "clone".
9560 * gdb.base/step-over-clone.c: New file.
9561
9562 2016-03-03 Yao Qi <yao.qi@linaro.org>
9563
9564 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9565 code format.
9566
9567 2016-03-03 Yao Qi <yao.qi@linaro.org>
9568
9569 * gdb.base/disp-step-fork.c: Rename to ...
9570 * gdb.base/step-over-fork.c: ... it. New file.
9571 * gdb.base/disp-step-vfork.c: Rename to ...
9572 * gdb.base/step-over-vfork.c: ... it. New file.
9573 * gdb.base/disp-step-syscall.exp: Rename to ...
9574 * gdb.base/step-over-syscall.exp: ... it. New file.
9575 (disp_step_cross_syscall): Rename to ...
9576 (step_over_syscall): ... it.
9577
9578 2016-03-03 Yao Qi <yao.qi@linaro.org>
9579
9580 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9581 If target supports condition evaluation on target, invoke
9582 break_cond_on_syscall for fork and vfork.
9583
9584 2016-03-03 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/disp-step-syscall.exp: Don't invoke
9587 support_displaced_stepping.
9588 (disp_step_cross_syscall): Test with displaced stepping off and
9589 on if supported.
9590
9591 2016-03-03 Yao Qi <yao.qi@linaro.org>
9592
9593 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9594 proc.
9595 (setup): New proc.
9596 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9597 and setup.
9598
9599 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9600
9601 * gdb.fortran/vla-history.exp: Remove breakpoint.
9602
9603 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9604
9605 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9606 exceeds timeout.
9607
9608 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9609
9610 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9611 breakpoint.
9612
9613 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9614
9615 * gdb.mi/vla.f90: Nullify pointer after declaration.
9616
9617 2016-03-01 Pedro Alves <palves@redhat.com>
9618
9619 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9620
9621 2016-03-01 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9624 before anything else.
9625 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9626 _GNU_SOURCE here.
9627 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9628 before anything else.
9629 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9630
9631 2016-03-01 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9634
9635 2016-03-01 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9638 prepare_for_testing.
9639
9640 2016-03-01 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9643
9644 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9645
9646 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9647 manually constructing the output path.
9648
9649 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9650
9651 * gdb.arch/s390-stackless.S: New.
9652 * gdb.arch/s390-stackless.exp: New.
9653
9654 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9655
9656 * gdb.dlang/circular.c: New file.
9657 * gdb.dlang/circular.exp: New file.
9658
9659 2016-02-26 Yao Qi <yao.qi@linaro.org>
9660
9661 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9662 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9663 (testcases): Update.
9664
9665 2016-02-26 Yao Qi <yao.qi@linaro.org>
9666
9667 * gdb.reverse/aarch64.c: Rename to ...
9668 * gdb.reverse/insn-reverse.c: ... it.
9669 * gdb.reverse/aarch64.exp: Rename to ...
9670 * gdb.reverse/insn-reverse.exp: ... it.
9671
9672 2016-02-26 Yao Qi <yao.qi@linaro.org>
9673
9674 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9675 (testcase_ftype): New.
9676 (testcases): New array.
9677 (n_testcases): New.
9678 (main): Call each element in testcases.
9679 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9680 (read_testcase): New.
9681 Do the tests in a loop.
9682
9683 2016-02-25 Yao Qi <yao.qi@linaro.org>
9684
9685 * gdb.base/branches.c: Remove.
9686
9687 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9688
9689 PR gdb/13808
9690 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9691
9692 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9693
9694 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9695
9696 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9697
9698 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9699 change x86_64 call_insn to 'callq'.
9700
9701 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9702
9703 * gdb.trace/tfile-avx.c: Move to...
9704 * gdb.trace/tracefile-pseudo-reg.c: Here.
9705 * gdb.trace/tfile-avx.exp: Move to...
9706 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9707
9708 2016-02-24 Gary Benson <gbenson@redhat.com>
9709
9710 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9711 message on attach.
9712
9713 2016-02-23 Doug Evans <dje@google.com>
9714
9715 * gdb.base/skip.c (test_skip): New function.
9716 (end_test_skip_file_and_function): New function.
9717 (test_skip_file_and_function): New function.
9718 * gdb.base/skip1.c (test_skip): New function.
9719 (skip1_test_skip_file_and_function): New function.
9720 * gdb.base/skip.exp: Add tests for new skip options.
9721 * gdb.base/skip-solib.exp: Update expected output.
9722 * gdb.perf/skip-command.cc: New file.
9723 * gdb.perf/skip-command.exp: New file.
9724 * gdb.perf/skip-command.py: New file.
9725
9726 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9727
9728 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9729 info registers pattern.
9730
9731 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9732
9733 * lib/future.exp: Add D support.
9734 (gdb_find_gdc): New proc.
9735 (gdb_default_target_compile): Add D support.
9736
9737 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9738
9739 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9740 user+system time.
9741 (trace_speed_test): Determine the iteration count for a time
9742 between 15..30 seconds.
9743
9744 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9745
9746 * gdb.arch/i386-mpx-sigsegv.c: New file.
9747 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9748 * gdb.arch/i386-mpx-simple_segv.c: New file.
9749 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9750
9751 2016-02-18 Yao Qi <yao.qi@linaro.org>
9752
9753 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9754 Don't call setup_kfail.
9755
9756 2016-02-18 Yao Qi <yao.qi@linaro.org>
9757
9758 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9759 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9760
9761 2016-02-16 Doug Evans <dje@google.com>
9762
9763 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9764 * gdb.base/skip1.c: Ditto.
9765 * gdb.base/skip.exp: Whitespace cleanup.
9766
9767 2016-02-16 Don Breazeal <donb@codesourcery.com>
9768
9769 PR remote/19496
9770 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9771 Remove kfail for PR remote/19496.
9772
9773 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9774
9775 * lib/gdb.exp (standard_temp_file): Return a path specific to
9776 the runtest invocation.
9777
9778 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9779
9780 * gdb.trace/save-trace.exp: Change relative path to be in the
9781 standard output directory.
9782
9783 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 * gdb.arch/i386-prologue.c: Add missing prototypes.
9786
9787 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9788
9789 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9790 * gdb.arch/i386-prologue.exp: Likewise.
9791 * gdb.arch/i386-size.exp: Likewise.
9792
9793 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9794
9795 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9796 define object file path.
9797 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9798 file path.
9799 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9800 standard_output_file to define binfile.
9801
9802 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9803
9804 Fix compatibility with recent gfortran-5.3.1.
9805 * gdb.fortran/vla-history.exp (print vla1 allocated)
9806 (print vla2 allocated, print $2, print $3): Remove
9807 (print $4): Rename to ...
9808 (print $2): ... here.
9809 (print $9): Rename to ...
9810 (print $5): ... here.
9811 (print $10): Rename to ...
9812 (print $6): ... here.
9813 * gdb.fortran/vla.f90: Add pvla initialization.
9814
9815 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9818 New test.
9819 * gdb.fortran/vla-value-sub.exp: Likewise.
9820
9821 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9822
9823 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9824
9825 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9826
9827 * i386-biarch-core.exp: Define corefile using
9828 standard_output_file.
9829
9830 2016-02-12 Yao Qi <yao.qi@linaro.org>
9831
9832 * gdb.arch/arm-single-step-kernel-helper.c: New.
9833 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9834
9835 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9836
9837 * gdb.btrace/tailcall-only.exp: New.
9838 * gdb.btrace/tailcall-only.c: New.
9839 * gdb.btrace/x86_64-tailcall-only.S: New.
9840 * gdb.btrace/i686-tailcall-only.S: New.
9841
9842 2016-02-11 Pedro Alves <palves@redhat.com>
9843
9844 * README (Parallel testing): Add missing double quotes.
9845
9846 2016-02-11 Pedro Alves <palves@redhat.com>
9847
9848 * README (Parallel testing): New section.
9849 (GDB_PARALLEL): Rewrite.
9850 (FORCE_PARALLEL): Document.
9851
9852 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9853
9854 * gdb.trace/tfile-avx.c: New test.
9855 * gdb.trace/tfile-avx.exp: New test.
9856
9857 2016-02-09 Keith Seitz <keiths@redhat.com>
9858
9859 PR breakpoints/19546
9860 * gdb.base/infcall-exec.c: New file.
9861 * gdb.base/infcall-exec2.c: New file.
9862 * gdb.base/infcall-exec.exp: New file.
9863
9864 2016-02-09 Keith Seitz <keiths@redhat.com>
9865
9866 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9867 (toplevel): Call test_bkpt_address.
9868
9869 2016-02-09 Keith Seitz <keiths@redhat.com>
9870
9871 PR python/19506
9872 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9873 (toplevel): Call test_bkpt_address.
9874
9875 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9876
9877 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9878 to AC_OUTPUT.
9879 * configure: Regenerate.
9880
9881 2016-02-09 Pedro Alves <palves@redhat.com>
9882
9883 PR breakpoints/19548
9884 * gdb.base/execl-update-breakpoints.c (some_function): New
9885 function.
9886 (main): Call it.
9887 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9888 Tighten expected GDB output.
9889
9890 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * Makefile.in (ALL_SUBDIRS): Remove.
9893 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9894 (distclean maintainer-clean realclean): Likewise.
9895 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9896 * configure: Regenerate.
9897 * gdb.ada/Makefile.in: Delete.
9898 * gdb.arch/Makefile.in: Likewise.
9899 * gdb.asm/Makefile.in: Likewise.
9900 * gdb.base/Makefile.in: Likewise.
9901 * gdb.btrace/Makefile.in: Likewise.
9902 * gdb.cell/Makefile.in: Likewise.
9903 * gdb.compile/Makefile.in: Likewise.
9904 * gdb.cp/Makefile.in: Likewise.
9905 * gdb.disasm/Makefile.in: Likewise.
9906 * gdb.dlang/Makefile.in: Likewise.
9907 * gdb.dwarf2/Makefile.in: Likewise.
9908 * gdb.fortran/Makefile.in: Likewise.
9909 * gdb.gdb/Makefile.in: Likewise.
9910 * gdb.go/Makefile.in: Likewise.
9911 * gdb.guile/Makefile.in: Likewise.
9912 * gdb.java/Makefile.in: Likewise.
9913 * gdb.linespec/Makefile.in: Likewise.
9914 * gdb.mi/Makefile.in: Likewise.
9915 * gdb.modula2/Makefile.in: Likewise.
9916 * gdb.multi/Makefile.in: Likewise.
9917 * gdb.objc/Makefile.in: Likewise.
9918 * gdb.opencl/Makefile.in: Likewise.
9919 * gdb.opt/Makefile.in: Likewise.
9920 * gdb.pascal/Makefile.in: Likewise.
9921 * gdb.perf/Makefile.in: Likewise.
9922 * gdb.python/Makefile.in: Likewise.
9923 * gdb.reverse/Makefile.in: Likewise.
9924 * gdb.server/Makefile.in: Likewise.
9925 * gdb.stabs/Makefile.in: Likewise.
9926 * gdb.threads/Makefile.in: Likewise.
9927 * gdb.trace/Makefile.in: Likewise.
9928 * gdb.xml/Makefile.in: Likewise.
9929 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9930 GDB_PARALLEL.
9931 (standard_output_file): Remove check for GDB_PARALLEL, always
9932 return path in outputs/$subdir/$testname.
9933
9934 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9935
9936 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9937 (site.exp): Assign abs_srcdir to tcl's srcdir.
9938
9939 2016-02-04 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.base/foll-exec-mode.c: Include limits.h.
9942 (main): Add parameters argc and argv. Get directory from
9943 argv[0].
9944 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9945 compilation.
9946 * gdb.base/foll-exec.c: Include limits.h.
9947 (main): Add parameters argc and argv.
9948 Get directory from argv[0].
9949 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9950 Adjust tests on the number of lines as source code changed.
9951 * gdb.base/foll-vfork-exit.c: Include limits.h.
9952 (main): Add one line of statement before vfork.
9953 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9954 (main): Add parameters argc and argv. Get directory from
9955 argv[0].
9956 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9957 (setup_gdb): Set tbreak to skip some source lines.
9958 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9959 (main): Add parameters argc and argv. Get directory from
9960 argv[0].
9961 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9962 compilation.
9963 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9964 (main): Add parameters argc and argv. Get directory from
9965 argv[0].
9966 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9967 compilation.
9968
9969 2016-02-01 Doug Evans <dje@google.com>
9970
9971 * gdb.base/skip.exp: Clean up multiple references to same test name.
9972
9973 2016-02-01 Pedro Alves <palves@redhat.com>
9974
9975 PR remote/19496
9976 * gdb.threads/forking-threads-plus-breakpoint.exp
9977 (displaced_stepping_supported): New global.
9978 (probe_displaced_stepping_support): New procedure.
9979 (do_test): Add 'displaced' parameter, and use it.
9980 (top level): Check for displaced stepping support. Add displaced
9981 stepping on/off testing axis.
9982
9983 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9984
9985 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9986 pointer. Don't perform further tests on the unassociated pointer
9987 if the first test fails.
9988
9989 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.base/max-value-size.c: New file.
9992 * gdb.base/max-value-size.exp: New file.
9993 * gdb.base/huge.exp: Disable max-value-size for this test.
9994
9995 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9996
9997 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9998
9999 2016-01-28 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10002
10003 2016-01-25 Pedro Alves <palves@redhat.com>
10004
10005 PR threads/19461
10006 * gdb.base/fork-running-state.c: New file.
10007 * gdb.base/fork-running-state.exp: New file.
10008
10009 2016-01-25 Pedro Alves <palves@redhat.com>
10010
10011 PR gdb/19494
10012 * gdb.base/catch-fork-kill.c: New file.
10013 * gdb.base/catch-fork-kill.exp: New file.
10014
10015 2016-01-25 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10018 Delete, moved to lib/gdb.exp.
10019 * gdb.threads/forking-threads-plus-breakpoint.exp
10020 (foreach_with_prefix): Likewise.
10021 * gdb.threads/process-dies-while-handling-bp.exp
10022 (foreach_with_prefix): Likewise.
10023 * lib/gdb.exp (foreach_with_prefix): New procedure.
10024
10025 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10026
10027 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10028 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10029
10030 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10031
10032 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10033 endian targets.
10034
10035 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10036 Pedro Alves <palves@redhat.com>
10037
10038 Fix testsuite compatibility with Guile.
10039 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10040 number.
10041
10042 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 Fix testsuite compatibility with Guile.
10045 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10046 (thread 1): New test for backtrace through signal handler.
10047
10048 2016-01-22 Yao Qi <yao.qi@linaro.org>
10049
10050 PR testsuite/19491
10051 * gdb.base/multi-forks.c: Include
10052 ../lib/unbuffer_output.c
10053 (main): Call gdb_unbuffer_output.
10054
10055 2016-01-21 Doug Evans <dje@google.com>
10056
10057 * lib/ada.exp (gdb_compile_ada): Fix typo.
10058
10059 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10060
10061 * gdb.base/break-fun-addr.exp: New file.
10062 * gdb.base/break-fun-addr1.c: New file.
10063 * gdb.base/break-fun-addr2.c: New file.
10064
10065 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10066
10067 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10068 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10069 enum flag values.
10070
10071 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10072
10073 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10074 when GDB can not set the vector return value. Add more comments
10075 for clarification.
10076
10077 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10078
10079 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10080 command.
10081
10082 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10083
10084 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10085
10086 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10087
10088 * Makefile.in (check-single): Pass --status to runtest.
10089 (check/%.exp): Likewise.
10090
10091 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10092
10093 * Makefile.in (check-parallel): Propagate return code from make
10094 do-check-parallel.
10095
10096 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10097
10098 * gdb.trace/ftrace.exp: Fix expected message on continue.
10099 * gdb.trace/pending.exp: Fix expected message on continue.
10100 * gdb.trace/trace-break.exp: Fix expected message on continue.
10101
10102 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10103
10104 * lib/gdb.exp (gdb_test): Remove unused global references.
10105
10106 2016-01-18 Pedro Alves <palves@redhat.com>
10107
10108 * gdb.base/async-shell.exp: Adjust expected output.
10109 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10110 * gdb.base/siginfo-thread.exp: Adjust expected output.
10111 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10112 * gdb.java/jnpe.exp: Adjust expected output.
10113 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10114 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10115 * gdb.threads/leader-exit.exp: Adjust expected output.
10116 * gdb.threads/manythreads.exp: Adjust expected output.
10117 * gdb.threads/pthreads.exp: Adjust expected output.
10118 * gdb.threads/schedlock.exp: Adjust expected output.
10119 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10120 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10121 expected output.
10122 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10123 output.
10124 * gdb.threads/sigthread.exp: Adjust expected output.
10125 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10126
10127 2016-01-18 Yao Qi <yao.qi@linaro.org>
10128
10129 * gdb.guile/scm-section-script.c: Replace @progbits with
10130 %progbits.
10131 * gdb.python/py-section-script.c: Likewise.
10132
10133 2016-01-15 Pedro Alves <palves@redhat.com>
10134
10135 * gdb.multi/tids.exp: Test star wildcard ranges.
10136
10137 2016-01-15 Pedro Alves <palves@redhat.com>
10138
10139 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10140 command from "thread apply" invocation.
10141 (thr_apply_info_thr_invalid): Default the expected output to the
10142 input tid list.
10143 (top level): Add tests that use convenience variables. Add tests
10144 for "thread apply" with a valid TID list, but missing the command.
10145
10146 2016-01-13 Pedro Alves <palves@redhat.com>
10147
10148 * gdb.base/default.exp: Expect $_gthread as well.
10149 * gdb.multi/tids.exp: Test $_gthread.
10150 * gdb.threads/thread-specific.exp: Test $_gthread.
10151
10152 2016-01-13 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.multi/tids.exp: Test "info threads -gid".
10155
10156 2016-01-13 Pedro Alves <palves@redhat.com>
10157
10158 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10159 Breakpoint.thread.
10160 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10161
10162 2016-01-07 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.base/break.exp: Adjust to output changes.
10165 * gdb.base/hbreak2.exp: Likewise.
10166 * gdb.base/sepdebug.exp: Likewise.
10167 * gdb.base/watch_thread_num.exp: Likewise.
10168 * gdb.linespec/keywords.exp: Likewise.
10169 * gdb.multi/info-threads.exp: Likewise.
10170 * gdb.threads/thread-find.exp: Likewise.
10171 * gdb.multi/tids.c: New file.
10172 * gdb.multi/tids.exp: New file.
10173
10174 2016-01-13 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10177
10178 2016-01-13 Pedro Alves <palves@redhat.com>
10179
10180 * gdb.base/default.exp: Expect $_inferior as well.
10181 * gdb.multi/base.exp: Test $_inferior.
10182
10183 2016-01-13 Pedro Alves <palves@redhat.com>
10184
10185 PR breakpoints/19388
10186 * gdb.base/catch-signal-siginfo-cond.c: New file.
10187 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10188
10189 2016-01-12 Josh Stone <jistone@redhat.com>
10190 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10191
10192 * gdb.base/catch-syscall.c (do_execve): New variable.
10193 (main): Conditionally trigger an execve.
10194 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10195 (test_catch_syscall_execve): New, check entry/return across execve.
10196 (do_syscall_tests): Call test_catch_syscall_execve.
10197
10198 2016-01-12 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.base/random-signal.exp (do_test): New procedure, with body
10201 of testcase moved in.
10202
10203 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10204 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/funcargs.exp (finish from indirectly called function):
10207 Reintroduce the case for 'First'.
10208
10209 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10210 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10213 (tcatch_vfork_then_child_follow_exec)
10214 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10215 identification.
10216
10217 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10218
10219 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10220 and repeats to unlimited.
10221 * gdb.python/py-value.exp: Likewise.
10222 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10223 and repeats to unlimited.
10224
10225 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10226
10227 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10228 and reordering the functions.
10229 * gdb.multi/hangout.c: Likewise.
10230 * gdb.multi/hello.c: Likewise.
10231
10232 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10233
10234 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10235 absolute.
10236 (SingleStatisticTestResult.report): Use dict.keys instead of
10237 dict.iterkeys.
10238
10239 2016-01-06 Pedro Alves <palves@redhat.com>
10240
10241 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10242
10243 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10244
10245 * gdb.btrace/dlopen.exp: New.
10246 * gdb.btrace/dlopen.c: New.
10247 * gdb.btrace/dlopen-dso.c: New.
10248
10249 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10250
10251 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10252 PATTERN argument is optional.
10253
10254 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10255
10256 * lib/ada.exp (target_compile_ada_from_dir): New function.
10257 (gdb_compile_ada): Reimplement avoiding the use of project files.
10258 * gdb.ada/gnat_ada.gpr: Delete.
10259 * gdb.ada/cond_lang.exp: Adjust test to make path before
10260 filename optional.
10261 * gdb.ada/small_reg_param.exp: Likewise.
10262
10263 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10266
10267 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10268
10269 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10270 case.
10271
10272 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10273
10274 * gdb.base/break.exp: Remove dead code.
10275 * gdb.base/sepdebug.exp: Likewise.
10276
10277 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10278
10279 * gdb.asm/asm-source.exp: Remove HP-UX references.
10280 * gdb.base/annota1.exp: Likewise.
10281 * gdb.base/annota3.exp: Likewise.
10282 * gdb.base/attach.exp: Likewise.
10283 * gdb.base/bigcore.exp: Likewise.
10284 * gdb.base/break.exp: Likewise.
10285 * gdb.base/call-ar-st.exp: Likewise.
10286 * gdb.base/callfuncs.exp: Likewise.
10287 * gdb.base/catch-fork-static.exp: Likewise.
10288 * gdb.base/display.exp: Likewise.
10289 * gdb.base/foll-exec-mode.exp: Likewise.
10290 * gdb.base/foll-exec.exp: Likewise.
10291 * gdb.base/foll-fork.exp: Likewise.
10292 * gdb.base/foll-vfork.exp: Likewise.
10293 * gdb.base/funcargs.exp: Likewise.
10294 * gdb.base/hbreak2.exp: Likewise.
10295 * gdb.base/inferior-died.exp: Likewise.
10296 * gdb.base/interrupt.exp: Likewise.
10297 * gdb.base/multi-forks.exp: Likewise.
10298 * gdb.base/nodebug.exp: Likewise.
10299 * gdb.base/sepdebug.exp: Likewise.
10300 * gdb.base/solib1.c: Likewise.
10301 * gdb.base/step-test.exp: Likewise.
10302 * gdb.mi/non-stop.c: Likewise.
10303 * gdb.mi/pthreads.c: Likewise.
10304 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10305 * gdb.threads/pthreads.c: Likewise.
10306 * gdb.threads/staticthreads.exp: Likewise.
10307 * lib/future.exp: Likewise.
10308 * lib/gdb.exp: Likewise.
10309 * gdb.base/so-indr-cl.c: Remove.
10310 * gdb.base/so-indr-cl.exp: Likewise.
10311 * gdb.base/solib.c: Likewise.
10312 * gdb.base/solib.exp: Likewise.
10313 * gdb.base/solib2.c: Likewise.
10314
10315 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10316
10317 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10318 * gdb.base/call-ar-st.exp: Likewise.
10319 * gdb.base/callfuncs.exp: Likewise.
10320 * gdb.base/condbreak.exp: Likewise.
10321 * gdb.base/constvars.exp: Likewise.
10322 * gdb.base/hbreak2.exp: Likewise.
10323 * gdb.base/langs.exp: Likewise.
10324 * gdb.base/list.exp: Likewise.
10325 * gdb.base/long_long.exp: Likewise.
10326 * gdb.base/ptype.exp: Likewise.
10327 * gdb.base/scope.exp: Likewise.
10328 * gdb.base/signals.exp: Likewise.
10329 * gdb.base/so-impl-ld.exp: Likewise.
10330 * gdb.base/varargs.exp: Likewise.
10331 * gdb.base/volatile.exp: Likewise.
10332 * gdb.base/whatis.exp: Likewise.
10333 * gdb.cp/cplusfuncs.exp: Likewise.
10334 * gdb.cp/inherit.exp: Likewise.
10335 * gdb.cp/local.exp: Likewise.
10336 * gdb.cp/member-ptr.exp: Likewise.
10337 * gdb.cp/method.exp: Likewise.
10338 * gdb.cp/overload.exp: Likewise.
10339 * gdb.cp/templates.exp: Likewise.
10340 * gdb.stabs/weird.exp: Likewise.
10341 * lib/compiler.c: Likewise.
10342 * lib/compiler.cc: Likewise.
10343 * lib/cp-support.exp: Likewise.
10344 * lib/gdb.exp: Likewise.
10345
10346 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10347
10348 * configure.ac: Remove HP-UX case.
10349 * configure: Regenerate.
10350
10351 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10352
10353 * lib/gdb.exp (gdb_compile): Add function doc.
10354
10355 2015-12-17 Pedro Alves <palves@redhat.com>
10356
10357 PR threads/19354
10358 * gdb.multi/info-threads.exp: New file.
10359
10360 2015-12-15 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10363 is aarch64*-*-*.
10364
10365 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10366
10367 * gdb.base/history-duplicates.exp: Skip if no readline support.
10368
10369 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10370
10371 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10372
10373 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10374
10375 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10376
10377 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10378
10379 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10380 ctrl-C if nointerrupts target property is set.
10381 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10382 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10383 * gdb.base/paginate-bg-execution.exp: Likewise.
10384 * gdb.base/paginate-execution-startup.exp: Likewise.
10385 * gdb.base/random-signal.exp: Likewise.
10386 * gdb.base/range-stepping.exp: Likewise.
10387 * gdb.cp/annota2.exp: Likewise.
10388 * gdb.cp/annota3.exp: Likewise.
10389 * gdb.gdb/selftest.exp: Likewise.
10390 * gdb.threads/continue-pending-status.exp: Likewise.
10391 * gdb.threads/leader-exit.exp: Likewise.
10392 * gdb.threads/manythreads.exp: Likewise.
10393 * gdb.threads/pthreads.exp: Likewise.
10394 * gdb.threads/schedlock.exp: Likewise.
10395 * gdb.threads/sigthread.exp: Likewise.
10396
10397 2015-12-11 Don Breazeal <donb@codesourcery.com>
10398
10399 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10400 remote.
10401 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10402 * gdb.base/foll-exec.exp (main): Enable for target remote.
10403 * gdb.base/foll-fork.exp (main): Likewise.
10404 * gdb.base/foll-vfork.exp (main): Likewise.
10405 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10406 (proc continue_to_exit_bp_loc): Use clean_restart.
10407 * gdb.base/pie-execl.exp (main): Disable for target remote.
10408 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10409 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10410 * gdb.threads/execl.exp (main): Likewise.
10411 * gdb.threads/fork-child-threads.exp (main): Likewise.
10412 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10413 remote.
10414 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10415 remote.
10416 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10417 pid.tid style ptids, instead of just tid.
10418 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10419 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10420 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10421 ptids, instead of just tid.
10422
10423 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10424
10425 * gdb.base/list.exp (test_list_forward): Add end of file error
10426 test.
10427 (test_repeat_list_command): Add end of file error test.
10428 (test_list_backwards): Add beginning of file error test.
10429
10430 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10431
10432 * gdb.base/list.exp (test_list_invalid_args): New function,
10433 defined, and called.
10434
10435 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10436
10437 * gdb.base/list.exp (test_list): Make test names unique.
10438
10439 2015-12-11 Yao Qi <yao.qi@linaro.org>
10440
10441 * gdb.base/coremaker2.c: Remove.
10442
10443 2015-12-10 Pedro Alves <palves@redhat.com>
10444
10445 * gdb.multi/base.exp: Remove stale "spaces" references.
10446
10447 2015-12-10 Pedro Alves <palves@redhat.com>
10448
10449 * gdb.multi/base.exp: Don't use nowarnings.
10450 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10451 * gdb.multi/hangout.c: Include stdio.h.
10452 * gdb.multi/hello.c: Include stdlib.h.
10453 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10454 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10455 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10456
10457 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10458
10459 * gdb.dwarf2/dw2-ranges-base.c: New file.
10460 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10461 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10462 support additional line table, and debug ranges generation.
10463 (Dwarf::ranges): New function, generate .debug_ranges.
10464 (Dwarf::lines): Support generating simple line table programs.
10465 (Dwarf::assemble): Initialise new namespace variables.
10466
10467 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10468
10469 * gdb.base/async.exp (proc test_background): Add case for
10470 asynchronous execution not supported.
10471
10472 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10473
10474 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10475 format and change test names to make them unique.
10476
10477 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10478 Pedro Alves <pedro@redhat.com>
10479
10480 PR gdb/18702
10481 Add checking of floatformats setup on x86_64 hosts.
10482 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10483 (smallval, bigval): New labels/constants.
10484 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10485 float" after loading bigval and smallval.
10486
10487 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10488
10489 * gdb.ada/fun_overload_menu.exp: New testcase.
10490 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10491
10492 2015-12-04 Josh Stone <jistone@redhat.com>
10493
10494 * gdb.base/catch-fork-static.exp: New.
10495
10496 2015-12-03 Yao Qi <yao.qi@linaro.org>
10497
10498 * gdb.base/sizeof.c: Don't include stdio.h and
10499 ../lib/unbuffer_output.c.
10500 (main): New variable 'size' and 'value'. Remove printf and
10501 gdb_unbuffer_output. Assign return value to size and value.
10502 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10503 at the beginning.
10504 (check_sizeof): Check the result by printing variable 'size'.
10505 (check_valueof): Check the result by printing variable 'value'.
10506
10507 2015-12-01 Yao Qi <yao.qi@linaro.org>
10508
10509 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10510 for aarch64*-*-linux* target.
10511
10512 2015-11-30 Pedro Alves <palves@redhat.com>
10513
10514 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10515
10516 2015-11-30 Pedro Alves <palves@redhat.com>
10517
10518 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10519 Handle non-stop mode vCont replies.
10520
10521 2015-11-30 Pedro Alves <palves@redhat.com>
10522
10523 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10524 prepare_for_testing. Start gdb with "set non-stop on" appended to
10525 GDBFLAGS. Lax expected stop output.
10526
10527 2015-11-27 Yao Qi <yao.qi@linaro.org>
10528
10529 * gdb.arch/arm-neon.exp: New.
10530 * gdb.arch/arm-neon.c: New.
10531
10532 2015-11-27 Yao Qi <yao.qi@linaro.org>
10533
10534 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10535
10536 2015-11-27 Yao Qi <yao.qi@linaro.org>
10537
10538 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10539 frames-invalid annotation.
10540
10541 2015-11-27 Yao Qi <yao.qi@linaro.org>
10542
10543 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10544
10545 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10546
10547 * gdb.threads/names.exp: New file.
10548 * gdb.threads/names.c: New file.
10549 * README: Mention gdb,no_thread_names.
10550
10551 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10552
10553 PR 19297
10554 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10555 support" error.
10556
10557 2015-11-24 Pedro Alves <palves@redhat.com>
10558
10559 PR 17539
10560 * gdb.base/display.exp: Expect displays to be sorted in ascending
10561 order. Use multi_line.
10562 * gdb.base/solib-display.exp: Likewise.
10563
10564 2015-11-24 Pedro Alves <palves@redhat.com>
10565
10566 PR 17539
10567 * gdb.base/display.exp: Expect displays to be sorted in ascending
10568 order. Use multi_line.
10569 * gdb.base/solib-display.exp: Likewise.
10570
10571 2015-11-24 Pedro Alves <palves@redhat.com>
10572
10573 PR 17539
10574 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10575 threads in ascending order.
10576 * gdb.base/foll-fork.exp: Likewise.
10577 * gdb.base/foll-vfork.exp: Likewise.
10578 * gdb.base/multi-forks.exp: Likewise.
10579 * gdb.mi/mi-nonstop.exp: Likewise.
10580 * gdb.mi/mi-nsintrall.exp: Likewise.
10581 * gdb.multi/base.exp: Likewise.
10582 * gdb.multi/multi-arch.exp: Likewise.
10583 * gdb.python/py-inferior.exp: Likewise.
10584 * gdb.threads/break-while-running.exp: Likewise.
10585 * gdb.threads/execl.exp: Likewise.
10586 * gdb.threads/gcore-thread.exp: Likewise.
10587 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10588 * gdb.threads/kill.exp: Likewise.
10589 * gdb.threads/linux-dp.exp: Likewise.
10590 * gdb.threads/multiple-step-overs.exp: Likewise.
10591 * gdb.threads/next-bp-other-thread.exp: Likewise.
10592 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10593 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10594 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10595 * gdb.threads/thread-find.exp: Likewise.
10596 * gdb.threads/tls.exp: Likewise.
10597 * lib/mi-support.exp (mi_reverse_list): Delete.
10598 (mi_check_thread_states): No longer reverse list.
10599
10600 2015-11-24 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10603 use lowercase.
10604
10605 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10606
10607 * gdb.trace/actions.c: Include trace-common.h.
10608 (main): Add a location for a fast tracepoint.
10609 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10610 the normal tracepoints.
10611 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10612
10613 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10614
10615 * save-trace.exp: Factor out code to these...
10616 (gdb_save_tracepoints): New.
10617 (gdb_load_tracepoints): New.
10618 (do_save_load_test): New.
10619
10620 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10621
10622 * gdb.base/asmlabel.exp: New test.
10623 * gdb.base/asmlabel.c: New test case.
10624
10625 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10626
10627 * gdb.base/wrong_frame_bt_full-main.c: New file.
10628 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10629 * gdb.base/wrong_frame_bt_full.exp: New file.
10630
10631 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10632
10633 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10634
10635 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10636
10637 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10638 pstate register when comparing registers values in
10639 sparc64-*-linux-gnu targets to avoid spurious differences.
10640
10641 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10642
10643 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10644
10645 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10646
10647 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10648 as type argument to gdb_compile.
10649 * gdb.base/nested-subp2.exp: Likewise.
10650 * gdb.base/nested-subp3.exp: Likewise.
10651
10652 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10653
10654 * lib/dwarf.exp (_note): Fix left shift of negative value.
10655 * gdb.trace/trace-condition.exp: Likewise.
10656
10657 2015-11-13 Yao Qi <yao.qi@linaro.org>
10658
10659 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10660 comments about d10v.
10661 (test_scalar_returns): Likewise.
10662 * gdb.base/d10v.ld: Remove.
10663 * gdb.base/overlays.exp: Remove the target triplet checking for
10664 d10v-*-*.
10665 * gdb.base/structs.exp (test_struct_returns): Remove the
10666 comments about d10v.
10667 (test_struct_calls): Likewise.
10668
10669 2015-11-13 Yao Qi <yao.qi@linaro.org>
10670
10671 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10672 * gdb.base/gnu_vector.c: Don't include stdio.h.
10673 (main): Don't print res and call add_some_intvecs.
10674
10675 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10676
10677 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10678 macro.
10679 (func5): Removed.
10680 (func4): Use FAST_TRACEPOINT_LABEL.
10681 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10682 macro.
10683 (func): Removed.
10684 (thread_function): Use FAST_TRACEPOINT_LABEL.
10685 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10686 (func): Remove.
10687 (marker): Use FAST_TRACEPOINT_LABEL.
10688 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10689 (pendfunc1): Remove.
10690 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10691 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10692 (foo): Remove.
10693 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10694 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10695 macro.
10696 (func): Remove.
10697 (marker): Use FAST_TRACEPOINT_LABEL.
10698 * gdb.trace/trace-common.h: New header.
10699 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10700 macro.
10701 (func): Remove.
10702 (marker): Use FAST_TRACEPOINT_LABEL.
10703 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10704 (func): Remove.
10705 (thread_function): Use FAST_TRACEPOINT_LABEL.
10706
10707 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10708
10709 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10710 in front.
10711 * gdb.trace/change-loc.exp: Use global pcreg definition.
10712 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10713 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10714 in front.
10715 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10716 * gdb.trace/pending.exp: Likewise.
10717 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10718 * gdb.trace/trace-break.exp: Likewise.
10719 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10720 in front.
10721 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10722 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10723 in front.
10724 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10725
10726 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10727
10728 * gdb.ada/fin_fun_out: New testcase.
10729
10730 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10731
10732 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10733 value associated with DW_AT_byte_size.
10734 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10735 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10736 DW_AT_upper_bound.
10737
10738 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10739
10740 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10741 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10742 version.
10743 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10744 gdb.dwarf2/dw2-canonicalize-type.exp,
10745 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10746 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10747 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10748 provided by gdb_target_symbol_prefix_flags_asm.
10749 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10750 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10751 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10752 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10753 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10754 macros where needed). Use this macro for symbols which require
10755 the prefix provided by SYMBOL_PREFIX.
10756
10757 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10758
10759 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10760 New procs.
10761 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10762 representing expressions, of more than one list element.
10763 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10764 to prepend linker symbol prefix to f.
10765 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10766 table_1 and table_2.
10767 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10768 Likewise, for f and g.
10769 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10770 for ptr.
10771 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10772 for main.
10773 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10774 table_1_ptr and table_2_ptr.
10775
10776 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10777 Joel Brobecker <brobecker@adacore.com>
10778
10779 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10780
10781 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10782
10783 * gdb.reverse/s390-mvcle.c: New test.
10784 * gdb.reverse/s390-mvcle.exp: New file.
10785 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10786
10787 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10788
10789 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10790
10791 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10792
10793 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10794 reaching marker2.
10795 * gdb.reverse/getresuid-reverse.exp: Likewise.
10796 * gdb.reverse/pipe-reverse.exp: Likewise.
10797 * gdb.reverse/readv-reverse.exp: Likewise.
10798 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10799 * gdb.reverse/time-reverse.exp: Likewise.
10800 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10801
10802 2015-10-30 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10805 (empty_cycle): Remove.
10806 (main): Don't call empty_cycle. Don't use watch_count_done.
10807 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10808 empty_cycle. Rewrite the code counting HW watchpoints.
10809
10810 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10811
10812 * gdb.reverse/fstatat-reverse.c: New test.
10813 * gdb.reverse/fstatat-reverse.exp: New file.
10814 * gdb.reverse/getresuid-reverse.c: New test.
10815 * gdb.reverse/getresuid-reverse.exp: New file.
10816 * gdb.reverse/pipe-reverse.c: New test.
10817 * gdb.reverse/pipe-reverse.exp: New file.
10818 * gdb.reverse/readv-reverse.c: New test.
10819 * gdb.reverse/readv-reverse.exp: New file.
10820 * gdb.reverse/recvmsg-reverse.c: New test.
10821 * gdb.reverse/recvmsg-reverse.exp: New file.
10822 * gdb.reverse/time-reverse.c: New test.
10823 * gdb.reverse/time-reverse.exp: New file.
10824 * gdb.reverse/waitpid-reverse.c: New test.
10825 * gdb.reverse/waitpid-reverse.exp: New file.
10826
10827 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10828
10829 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10830
10831 2015-10-26 Doug Evans <dje@google.com>
10832
10833 PR symtab/17391
10834 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10835 * gdb.dwarf2/bad-regnum.c: New file.
10836 * gdb.dwarf2/bad-regnum.exp: New file.
10837
10838 2015-10-26 Doug Evans <dje@google.com>
10839
10840 PR python/18938
10841 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10842 file.
10843
10844 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10847 for a change by "Mention language in compile error message".
10848
10849 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10850
10851 PR python/18073
10852 * gdb.python/py-type.c (C::a_method): New.
10853 (C::a_const_method): New.
10854 (C::a_static_method): New.
10855 (a_function): New.
10856 * gdb.python/py-type.exp (test_fields): Test getting fields
10857 from function and method.
10858
10859 2015-10-21 Keven Boell <keven.boell@intel.com>
10860
10861 * gdb.fortran/vla-alloc-assoc.exp: New file.
10862 * gdb.fortran/vla-datatypes.exp: New file.
10863 * gdb.fortran/vla-datatypes.f90: New file.
10864 * gdb.fortran/vla-history.exp: New file.
10865 * gdb.fortran/vla-ptype-sub.exp: New file.
10866 * gdb.fortran/vla-ptype.exp: New file.
10867 * gdb.fortran/vla-sizeof.exp: New file.
10868 * gdb.fortran/vla-sub.f90: New file.
10869 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10870 * gdb.fortran/vla-value-sub-finish.exp: New file.
10871 * gdb.fortran/vla-value-sub.exp: New file.
10872 * gdb.fortran/vla-value.exp: New file.
10873 * gdb.fortran/vla-ptr-info.exp: New file.
10874 * gdb.mi/mi-vla-fortran.exp: New file.
10875 * gdb.mi/vla.f90: New file.
10876
10877 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10878
10879 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10880 of hardwired timeout value.
10881
10882 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10883 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10886 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10887
10888 2015-10-19 Josh Stone <jistone@redhat.com>
10889
10890 * gdb.base/catch-syscall.c: Include <sched.h>.
10891 (unknown_syscall): New variable.
10892 (main): Trigger a vfork and an unknown syscall.
10893 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10894 (unknown_syscall_number): Likewise.
10895 (check_call_to_syscall): Accept an optional syscall pattern.
10896 (check_return_from_syscall): Likewise.
10897 (check_continue): Likewise.
10898 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10899 (test_catch_syscall_skipping_return): New test toggling off 'catch
10900 syscall' to step over the syscall return, then toggling back on.
10901 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10902 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10903 (do_syscall_tests): Call test_catch_syscall_without_args and
10904 test_catch_syscall_mid_vfork.
10905 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10906 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10907
10908 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10909
10910 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10911 print g_vE): Add new pass patterns.
10912 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10913 print various symbol names for vptr fields.
10914
10915 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10916
10917 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10918 results.
10919
10920 2015-10-12 Yao Qi <yao.qi@linaro.org>
10921
10922 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10923
10924 2015-10-12 Yao Qi <yao.qi@linaro.org>
10925
10926 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10927 is aarch64*-*-linux*.
10928
10929 2015-10-12 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10932 (can_relocate_bcond_true): ... it.
10933 (can_relocate_bcond_false): New function.
10934 (foo): Likewise.
10935 (can_relocate_bl): Likewise.
10936 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10937 can_relocate_bl.
10938
10939 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10940
10941 * gdb.base/nested-addr.c: New file.
10942 * gdb.base/nested-addr.exp: New testcase.
10943
10944 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10945
10946 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10947 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10948 its output. Ignore the output of "record goto begin" and instead
10949 check that GDB is replaying.
10950
10951 2015-10-09 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10954 (top level): Use it in the run with no args test.
10955
10956 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10957
10958 * gdb.dlang/properties.exp: New file.
10959
10960 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10961
10962 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10963 whether or not address 0x1000 is mapped on the target.
10964
10965 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10966
10967 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10968 build.
10969
10970 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10971
10972 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10973 instruction-history test.
10974
10975 2015-09-28 Doug Evans <dje@google.com>
10976
10977 * gdb.base/gcore.c (array_func): Add reference to static_array.
10978
10979 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10980
10981 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10982 source line.
10983
10984 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10985
10986 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10987 short or char as base type.
10988
10989 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10990
10991 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10992 to allow any size enum.
10993
10994 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10995
10996 * gdb.ada/array_ptr_renaming.exp: New testcase.
10997 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10998 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10999
11000 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11001
11002 * gdb.trace/ftrace-lock.c: New file.
11003 * gdb.trace/ftrace-lock.exp: New file.
11004
11005 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11006
11007 * gdb.arch/insn-reloc.c: New file.
11008 * gdb.arch/ftrace-insn-reloc.exp: New file.
11009
11010 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11011
11012 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11013 instruction.
11014 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11015 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11016 * gdb.trace/range-stepping.c: Likewise.
11017 * gdb.trace/trace-break.c: Likewise.
11018 * gdb.trace/trace-mt.c (thread_function): Likewise.
11019 * gdb.trace/ftrace.c (marker): Likewise.
11020 * gdb.trace/trace-condition.c (marker): Likewise.
11021 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11022 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11023 is_aarch64_target.
11024
11025 2015-09-18 Doug Evans <xdje42@gmail.com>
11026
11027 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11028 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11029
11030 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11031
11032 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11033 the breakpoint.
11034
11035 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11036
11037 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11038 the pending breakpoint. Remove timeout override for "Run till
11039 MI pending breakpoint on pendfunc3 on thread 2" test.
11040
11041 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11044 filename pattern.
11045
11046 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11047
11048 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11049 in breakpoint filename pattern.
11050
11051 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11052
11053 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11054
11055 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11056
11057 * gdb.linespec/explicit.exp: Check for readline support for
11058 tab-completion tests. Fix obvious typo.
11059
11060 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11061
11062 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11063 and replay.
11064
11065 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11066
11067 * gdb.btrace/non-stop.c: New.
11068 * gdb.btrace/non-stop.exp: New.
11069
11070 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11071 Yao Qi <yao.qi@linaro.org>
11072
11073 * gdb.trace/trace-condition.c: New file.
11074 * gdb.trace/trace-condition.exp: New file.
11075
11076 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11077
11078 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11079 for testing bytecode compilation.
11080
11081 2015-09-16 Pedro Alves <palves@redhat.com>
11082 Sandra Loosemore <sandra@codesourcery.com>
11083
11084 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11085 (SECONDS): Redefine.
11086 (main): Call pthread_kill and alarm early.
11087 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11088 support.
11089 (test): If the target can't hardware step and doesn't support
11090 displaced stepping, increase the timeout.
11091
11092 2015-09-16 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11095 (enable_debug): New procedures.
11096 (test): Use them. Bail out if waiting for threads fails.
11097 (top level): Bail out if a test fails.
11098
11099 2015-09-16 Yao Qi <yao.qi@linaro.org>
11100
11101 * gdb.asm/asm-source.exp: Set asm-arch for
11102 aarch64*-*-* target.
11103 * gdb.asm/aarch64.inc: New file.
11104
11105 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11106
11107 * gdb.ada/array_of_variable_length.exp: New testcase.
11108 * gdb.ada/array_of_variable_length/foo.adb: New file.
11109 * gdb.ada/array_of_variable_length/pck.adb: New file.
11110 * gdb.ada/array_of_variable_length/pck.ads: New file.
11111
11112 2015-09-15 Doug Evans <dje@google.com>
11113
11114 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11115 of function static local variable.
11116
11117 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11118
11119 * gdb.threads/tls-so_extern.exp: New test file.
11120 * gdb.threads/tls-so_extern.c: New test file.
11121 * gdb.threads/tls-so_extern_main.c: New test file.
11122
11123 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11124
11125 * gdb.opt/solib-intra-step-lib.c: New file.
11126 * gdb.opt/solib-intra-step-main.c: New file.
11127 * gdb.opt/solib-intra-step.exp: New file.
11128
11129 2015-09-15 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11132 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11133
11134 2015-09-14 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/hook-stop-continue.c: Delete.
11137 * gdb.base/hook-stop-continue.exp: Delete.
11138 * gdb.base/hook-stop-frame.c: Delete.
11139 * gdb.base/hook-stop-frame.exp: Delete.
11140 * gdb.base/hook-stop.c: New file.
11141 * gdb.base/hook-stop.exp: New file.
11142
11143 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11144
11145 * gdb.ada/access_to_packed_array.exp: New testcase.
11146 * gdb.ada/access_to_packed_array/foo.adb: New file.
11147 * gdb.ada/access_to_packed_array/pack.adb: New file.
11148 * gdb.ada/access_to_packed_array/pack.ads: New file.
11149
11150 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11151
11152 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11153 buffer size test.
11154
11155 2015-09-11 Don Breazeal <donb@codesourcery.com>
11156
11157 * gdb.base/foll-exec.c: Add copyright header. Fix
11158 formatting issues.
11159 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11160 (do_exec_tests): Use clean_restart in place of zap_session,
11161 and for test initialization. Fix formatting issues. Use
11162 fail in place of perror.
11163 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11164 an expect statement to match an expression with output from
11165 the program under debug.
11166 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11167 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11168 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11169 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11170 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11171
11172 2015-09-09 Doug Evans <dje@google.com>
11173
11174 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11175
11176 2015-09-09 Doug Evans <dje@google.com>
11177
11178 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11179
11180 2015-09-09 Doug Evans <dje@google.com>
11181
11182 * gdb.base/savedregs.exp: Fix typo.
11183
11184 2015-09-09 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11187
11188 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11189
11190 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11191 command actually switches threads. Give up on remaining
11192 tests if target fails to stop at breakpoint.
11193
11194 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11195
11196 * gdb.ada/funcall_char.exp: New testcase.
11197 * gdb.ada/funcall_char/foo.adb: New file.
11198
11199 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11200
11201 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11202 expected outputs. Add two testcases for completing ambiguous
11203 functions.
11204 * gdb.ada/complete/aux_pck.adb: New file.
11205 * gdb.ada/complete/aux_pck.ads: New file.
11206 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11207 Ambiguous_Func functions.
11208 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11209 * gdb.ada/complete/pck.adb: Likewise.
11210
11211 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11212
11213 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11214 failures to run the test program under GDB.
11215
11216 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11217
11218 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11219 to C.
11220
11221 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11222
11223 * gdb.base/run-after-attach.exp: New test file.
11224 * gdb.base/run-after-attach.c: New test file.
11225
11226 2015-08-26 Don Breazeal <donb@codesourcery.com>
11227
11228 * gdb.base/foll-exec-2.c: New test program.
11229 * gdb.base/foll-exec-2.exp: New test.
11230
11231 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11232
11233 * gdb.base/nested-subp1.exp: New file.
11234 * gdb.base/nested-subp1.c: New file.
11235 * gdb.base/nested-subp2.exp: New file.
11236 * gdb.base/nested-subp2.c: New file.
11237 * gdb.base/nested-subp3.exp: New file.
11238 * gdb.base/nested-subp3.c: New file.
11239
11240 2015-08-24 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.server/connect-without-multi-process.c: New file.
11243 * gdb.server/connect-without-multi-process.exp: New file.
11244
11245 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11246
11247 * gdb.opt/inline-markers.c: Make z int.
11248
11249 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11250
11251 * gdb.opt/inline-markers.c: Make z volatile.
11252
11253 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11254
11255 * gdb.opt/inline-bt.c: New volatile global z.
11256 * gdb.opt/inline-cmds.c: Likewise.
11257 * gdb.opt/inline-locals.c: Likewise.
11258 * gdb.opt/inline-markers.c: New extern global z.
11259 (marker): Use z.
11260 (inline_fn): Likewise.
11261
11262 2015-08-24 Pedro Alves <palves@redhat.com>
11263
11264 * config/m32r-stub.exp: Remove file.
11265 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11266 * gdb.base/call-rt-st.exp: Likewise.
11267 * gdb.base/call-strs.exp: Likewise.
11268 * gdb.base/default.exp: Remove references to h8300-*-hms and
11269 *-*-udi*.
11270 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11271
11272 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11273
11274 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11275 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11276 and "return" use KFAIL when GDB can not read/write the vector
11277 return value.
11278
11279 2015-08-21 Gary Benson <gbenson@redhat.com>
11280
11281 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11282
11283 2015-08-20 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.server/solib-list.exp: No longer expect an interior stop in
11286 non-stop mode.
11287
11288 2015-08-20 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.server/connect-stopped-target.c: New file.
11291 * gdb.server/connect-stopped-target.exp: New file.
11292
11293 2015-08-20 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.dwarf2/comp-unit-lang.exp: New file.
11296 * gdb.dwarf2/comp-unit-lang.c: New file.
11297
11298 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11299
11300 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11301 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11302
11303 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11304
11305 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11306 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11307
11308 2015-08-18 Doug Evans <dje@google.com>
11309 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11310
11311 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11312 skip_python_tests. New arg prompt_regexp.
11313 (skip_python_tests): New function.
11314 * lib/mi-support.exp (mi_skip_python_tests): New function.
11315 * gdb.python/py-mi-objfile-gdb.py: New file.
11316 * gdb.python/py-mi-objfile.c: New file.
11317 * gdb.python/py-mi-objfile.exp: New file.
11318
11319 2015-08-17 Keith Seitz <keiths@redhat.com>
11320
11321 * gdb.linespec/explicit.exp: Move strace test from here ...
11322 * gdb.trace/strace.exp: ... to here.
11323
11324 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11325
11326 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11327 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11328
11329 2015-08-14 Doug Evans <xdje42@gmail.com>
11330
11331 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11332 inferior before selecting a new file.
11333
11334 2015-08-14 Doug Evans <xdje42@gmail.com>
11335
11336 * gdb.mi/mi-disassemble.exp: Update.
11337 * gdb.base/disasm-optim.S: New file.
11338 * gdb.base/disasm-optim.c: New file.
11339 * gdb.base/disasm-optim.h: New file.
11340 * gdb.base/disasm-optim.exp: New file.
11341
11342 2015-08-14 Keith Seitz <keiths@redhat.com>
11343
11344 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11345 "evaluated-by".
11346
11347 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11348
11349 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11350
11351 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11352
11353 * gdb.ada/fun_renaming.exp: New testcase.
11354 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11355 * gdb.ada/fun_renaming/pack.adb: New file.
11356 * gdb.ada/fun_renaming/pack.ads: New file.
11357
11358 2015-08-12 Keith Seitz <keiths@redhat.com>
11359
11360 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11361 gdb_get_line_number.
11362
11363 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11364
11365 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11366 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11367 gdb.base/dso2dso.exp: New files.
11368
11369 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11370 Pedro Alves <palves@redhat.com>
11371 Keith Seitz <keiths@redhat.com>
11372
11373 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11374 GDBFLAGS.
11375
11376 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11377
11378 * gdb.base/gdbhistsize-history.exp
11379 (test_histsize_history_setting): Use save_vars.
11380 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11381 Use save_vars.
11382 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11383 * gdb.base/readline.exp: Use save_vars.
11384
11385 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11386
11387 * lib/gdb.exp (save_vars): New proc.
11388
11389 2015-08-11 Keith Seitz <keiths@redhat.com>
11390
11391 * gdb.base/help.exp: Update help_breakpoint_text.
11392
11393 2015-08-11 Keith Seitz <keiths@redhat.com>
11394
11395 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11396 (at toplevel): Call test_explicit_breakpoints.
11397 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11398 breakpoints.
11399 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11400 breakpoint conditions, "-cond".
11401
11402 2015-08-11 Keith Seitz <keiths@redhat.com>
11403
11404 * gdb.linespec/3explicit.c: New file.
11405 * gdb.linespec/cpexplicit.cc: New file.
11406 * gdb.linespec/cpexplicit.exp: New file.
11407 * gdb.linespec/explicit.c: New file.
11408 * gdb.linespec/explicit.exp: New file.
11409 * gdb.linespec/explicit2.c: New file.
11410 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11411 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11412 before using in the matching pattern.
11413 Clarify that `prefix' is a regular expression.
11414
11415 2015-08-11 Keith Seitz <keiths@redhat.com>
11416
11417 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11418 test.
11419 Add tests for missing ",FMT" and ",".
11420
11421 2015-08-10 Doug Evans <dje@google.com>
11422 Keith Seitz <keiths@redhat.com>
11423
11424 PR gdb/17960
11425 * gdb.base/completion.exp: Add location completer tests.
11426
11427 2015-08-07 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11430 tests here.
11431 (top level): Run do_test with and without displaced stepping.
11432
11433 2015-08-07 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/valgrind-disp-step.c: New file.
11436 * gdb.base/valgrind-disp-step.exp: New file.
11437
11438 2015-08-07 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11441 Delete function.
11442 (main): Add alarm. Run an infinite loop instead of calling
11443 wait_threads.
11444 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11445 comment.
11446 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11447 Delete function.
11448 (main): Add alarm. Run an infinite loop instead of calling
11449 wait_threads.
11450 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11451 comment.
11452
11453 2015-08-07 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.base/checkpoint-ns.exp: New file.
11456 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11457 standard_testfile.
11458
11459 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11460
11461 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11462 * gdb.btrace/instruction_history.exp: Update.
11463 * gdb.btrace/tsx.exp: New.
11464 * gdb.btrace/tsx.c: New.
11465
11466 2015-08-06 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11469 increase timeout.
11470 * gdb.reverse/until-precsave.exp: Bump timeouts.
11471
11472 2015-08-06 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11475
11476 2015-08-06 Pedro Alves <palves@redhat.com>
11477
11478 PR gdb/18749
11479 * gdb.threads/process-dies-while-handling-bp.c: New file.
11480 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11481
11482 2015-08-06 Pedro Alves <palves@redhat.com>
11483
11484 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11485 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11486
11487 2015-08-05 Pedro Alves <palves@redhat.com>
11488
11489 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11490 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11491
11492 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11493
11494 * gdb.base/bp-permanent.exp: Report test as unsupported if
11495 the target cannot stop at the permanent breakpoint.
11496
11497 2015-08-03 Doug Evans <dje@google.com>
11498
11499 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11500 10000.
11501
11502 2015-08-03 Doug Evans <dje@google.com>
11503
11504 * Makefile.in (workers/%.worker, build-perf): New rule.
11505 (GDB_PERFTEST_MODE): New variable.
11506 (check-perf): Use it.
11507 (clean): Clean up gdb.perf parallel build subdirs.
11508 * lib/build-piece.exp: New file.
11509 * lib/gdb.exp (make_gdb_parallel_path): New function
11510 (standard_output_file, standard_temp_file): Call it.
11511 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11512 of $GDB_PARALLEL.
11513 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11514
11515 2015-08-03 Doug Evans <dje@google.com>
11516
11517 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11518 (LOG_FILE_NAME): New global.
11519 (TextReporter.__init__): Initialize self.txt_sum.
11520 (TextReporter.report): Add support for multiple data-points.
11521 Move report to perftest.sum, put raw data in perftest.log.
11522 (TextReporter.start): Open sum and log files.
11523 (TextReporter.end): Close sum and log files.
11524 * gdb.perf/lib/perftest/testresult.py
11525 (SingleStatisticTestResult.record): Handle multiple data-points.
11526
11527 2015-07-31 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11530 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11531 kill_wait_spawned_process instead of explicit "kill -9".
11532 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11533 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11534 kill_wait_spawned_process.
11535 * gdb.base/attach-twice.exp: Likewise.
11536 * gdb.base/attach.exp: Likewise.
11537 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11538 gdb_test_multiple.
11539 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11540 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11541 kill_wait_spawned_process.
11542 * gdb.base/valgrind-infcall.exp: Likewise.
11543 * gdb.multi/multi-attach.exp: Likewise.
11544 * gdb.python/py-prompt.exp: Likewise.
11545 * gdb.python/py-sync-interp.exp: Likewise.
11546 * gdb.server/ext-attach.exp: Likewise.
11547 * gdb.threads/attach-into-signal.exp (corefunc): Use
11548 spawn_wait_for_attach, spawn_id_get_pid and
11549 kill_wait_spawned_process.
11550 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11551 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11552 spawn_id_get_pid and kill_wait_spawned_process.
11553 * gdb.threads/attach-stopped.exp (corefunc): Use
11554 spawn_wait_for_attach, spawn_id_get_pid and
11555 kill_wait_spawned_process.
11556 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11557 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11558 kill_wait_spawned_process instead of explicit "kill -9".
11559 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11560 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11561 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11562 processes. Don't map cygwin/windows pids here. Now returns a
11563 spawn id list.
11564
11565 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11566
11567 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11568 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11569 correct patch.
11570
11571 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11572
11573 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11574
11575 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11576
11577 Reapply:
11578 2014-05-21 Mark Wielaard <mjw@redhat.com>
11579
11580 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11581
11582 2015-07-30 Pedro Alves <palves@redhat.com>
11583
11584 * linux-low.c (handle_extended_wait): Set the child's last
11585 reported status to TARGET_WAITKIND_STOPPED.
11586
11587 2015-07-30 Pedro Alves <palves@redhat.com>
11588
11589 PR threads/18600
11590 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11591 only shows inferior 1.
11592
11593 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11594 Pedro Alves <palves@redhat.com>
11595
11596 PR threads/18600
11597 * gdb.threads/fork-plus-threads.c: New file.
11598 * gdb.threads/fork-plus-threads.exp: New file.
11599
11600 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11601
11602 * gdb.base/batch-preserve-term-settings.exp
11603 (test_terminal_settings_preserved_after_cli_exit): Use
11604 send_quit_command.
11605
11606 2015-07-29 Pedro Alves <palves@redhat.com>
11607 Don Breazeal <donb@codesourcery.com>
11608
11609 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11610 output from both inferior_spawn_id and gdb_spawn_id.
11611
11612 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11613
11614 * gdb.threads/attach-into-signal.exp (corefunc): Use
11615 with_test_prefix on nested loops, uniquefying the test messages.
11616
11617 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11618
11619 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11620 commit.
11621
11622 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11623
11624 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11625 New proc.
11626 (test_terminal_settings_preserved_after_sigterm): New test.
11627
11628 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11629
11630 * gdb.base/batch-preserve-term-settings.exp
11631 (test_terminal_settings_preserved_after_cli_exit): New test.
11632
11633 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11634
11635 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11636 manipulation of saved_gdbflags.
11637 (test_terminal_settings_preserved): Remove global declaration of
11638 the unused variable pagination_prompt. Remove manipulation of
11639 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11640 GDBFLAGS.
11641
11642 2015-07-29 Pedro Alves <palves@redhat.com>
11643
11644 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11645
11646 2015-07-29 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11649 at the top.
11650
11651 2015-07-29 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11654 (main): Call gdb_unbuffer_output.
11655 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11656 (main): Call gdb_unbuffer_output.
11657 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11658 (main): Call gdb_unbuffer_output.
11659 * gdb.base/call-strs.exp: Adjust to step over the
11660 gdb_unbuffer_output call.
11661 * gdb.base/catch-gdb-caused-signals.c: Include
11662 "../lib/unbuffer_output.c".
11663 (main): Call gdb_unbuffer_output.
11664 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11665 (main): Call gdb_unbuffer_output.
11666 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11667 (main): Call gdb_unbuffer_output.
11668 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11669 (main): Call gdb_unbuffer_output.
11670 * gdb.base/shlib-call.exp: Adjust to step over the
11671 gdb_unbuffer_output call.
11672 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11673 (main): Call gdb_unbuffer_output.
11674 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11675 (main): Call gdb_unbuffer_output.
11676 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11677 (main): Rename to ...
11678 (test): ... this.
11679 (main): Reimplement.
11680 * gdb.base/varargs.exp: Run to test instead of to main.
11681 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11682 (main): Call gdb_unbuffer_output.
11683
11684 2015-07-29 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11687 factore out from mi_continue_dprintf. For call-style dprintfs,
11688 expect dprintf output out of $inferior_spawn_id.
11689 (mi_continue_dprintf): Use mi_expect_dprintf.
11690 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11691 (main): Call gdb_unbuffer_output.
11692
11693 2015-07-29 Pedro Alves <palves@redhat.com>
11694
11695 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11696 (default_mi_gdb_start): Set inferior_spawn_id instead of
11697 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11698 gdb_spawn_id.
11699 (mi_gdb_test): Always expect inferior output from both
11700 $inferior_spawn_id and $gdb_spawn_id.
11701
11702 2015-07-29 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11705 send_inferior and $inferior_spawn_id.
11706
11707 2015-07-29 Pedro Alves <palves@redhat.com>
11708
11709 * gdb.gdb/complaints.exp (test_initial_complaints)
11710 (test_serial_complaints, test_short_complaints): Use
11711 gdb_test_stdio.
11712 (test_empty_complaint): Handle $inferior_spawn_id !=
11713 $gdb_spawn_id.
11714
11715 2015-07-29 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/varargs.exp: Use gdb_test_stdio.
11718
11719 2015-07-29 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11722
11723 2015-07-29 Pedro Alves <palves@redhat.com>
11724
11725 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11726
11727 2015-07-29 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11730 parameter into two new parameters, "inf_result" and "gdb_result".
11731 Expect inferior output and gdb output from $inferior_spawn_id and
11732 $gdb_spawn_id, respectively. Adjust all callers.
11733
11734 2015-07-29 Pedro Alves <palves@redhat.com>
11735
11736 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11737 of gdb_test_sequence.
11738
11739 2015-07-29 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11742 (saw_spurious_output): Expect inferior output from
11743 $inferior_spawn_id. Use gdb_test_stdio.
11744
11745 2015-07-29 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/dprintf.exp: Use standard_testfile. Change
11748 prepare_for_testing call.
11749 (srcfile): Don't set.
11750 (restart): New procedure.
11751 (test_dprintf): New procecure, use to continue over dprintfs.
11752 (test_call, test_agent): New procedures, tests moved here.
11753 Restart gdb and recreate dprintfs. Adjust expected output.
11754
11755 2015-07-29 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11758
11759 2015-07-29 Pedro Alves <palves@redhat.com>
11760
11761 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11762
11763 2015-07-29 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11766 gdb_test_stdio.
11767
11768 2015-07-29 Pedro Alves <palves@redhat.com>
11769
11770 * lib/gdb.exp (gdb_test_stdio): New procedure.
11771
11772 2015-07-29 Pedro Alves <palves@redhat.com>
11773
11774 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11775
11776 2015-07-29 Pedro Alves <palves@redhat.com>
11777
11778 * gdb.base/call-signal-resume.exp: Remove check for
11779 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11780 * gdb.base/unwindonsignal.exp: Likewise.
11781 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11782 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11783
11784 2015-07-29 Pedro Alves <palves@redhat.com>
11785
11786 * gdb.base/siginfo-addr.c (pass): New function.
11787 (handler): Call it iff si_addr is correct.
11788 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11789 Set a breakpoint at "pass" and continue to it.
11790
11791 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11792
11793 * gdb.python/py-objfile.exp: Make some tests have unique names.
11794 * gdb.python/py-pp-registration.exp: Likewise.
11795
11796 2015-07-28 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11799
11800 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11801
11802 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11803
11804 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11805
11806 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11807
11808 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11809
11810 * gdb.base/gdb-sigterm-2.exp: New test.
11811
11812 2015-07-25 Doug Evans <xdje42@gmail.com>
11813
11814 Revert:
11815 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11816 (workers/%.worker, build-perf): New rule.
11817 (GDB_PERFTEST_MODE): New variable.
11818 (check-perf): Use it.
11819 (clean): Clean up gdb.perf parallel build subdirs.
11820 * lib/build-piece.exp: New file.
11821 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11822 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11823 name.
11824 (standard_temp_file): Ditto.
11825 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11826 of $GDB_PARALLEL.
11827
11828 2015-07-24 Doug Evans <dje@google.com>
11829
11830 * gdb.perf/lib/perftest/utils.py: New file.
11831 * gdb.perf/gm-hello.cc: New file.
11832 * gdb.perf/gm-pervasive-typedef.cc: New file.
11833 * gdb.perf/gm-pervasive-typedef.h: New file.
11834 * gdb.perf/gm-std.cc: New file.
11835 * gdb.perf/gm-std.h: New file.
11836 * gdb.perf/gm-use-cerr.cc: New file.
11837 * gdb.perf/gm-utils.h: New file.
11838 * gdb.perf/gmonster-null-lookup.py: New file.
11839 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11840 * gdb.perf/gmonster-print-cerr.py: New file.
11841 * gdb.perf/gmonster-ptype-string.py: New file.
11842 * gdb.perf/gmonster-runto-main.py: New file.
11843 * gdb.perf/gmonster-select-file.py: New file.
11844 * gdb.perf/gmonster1-null-lookup.exp: New file.
11845 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11846 * gdb.perf/gmonster1-print-cerr.exp: New file.
11847 * gdb.perf/gmonster1-ptype-string.exp: New file.
11848 * gdb.perf/gmonster1-runto-main.exp: New file.
11849 * gdb.perf/gmonster1-select-file.exp: New file.
11850 * gdb.perf/gmonster1.cc: New file.
11851 * gdb.perf/gmonster1.exp: New file.
11852 * gdb.perf/gmonster2-null-lookup.exp: New file.
11853 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11854 * gdb.perf/gmonster2-print-cerr.exp: New file.
11855 * gdb.perf/gmonster2-ptype-string.exp: New file.
11856 * gdb.perf/gmonster2-runto-main.exp: New file.
11857 * gdb.perf/gmonster2-select-file.exp: New file.
11858 * gdb.perf/gmonster2.cc: New file.
11859 * gdb.perf/gmonster2.exp: New file.
11860
11861 2015-07-24 Doug Evans <dje@google.com>
11862
11863 * gdb.perf/README: New file.
11864 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11865 * lib/gen-perf-test.exp: New file.
11866
11867 2015-07-24 Doug Evans <dje@google.com>
11868
11869 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11870 (PerfTest::startup): New function.
11871 (PerfTest::run): Return result of calling body.
11872 (PerfTest::assemble): Rewrite.
11873 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11874 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11875 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11876 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11877 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11878
11879 2015-07-24 Doug Evans <dje@google.com>
11880
11881 * lib/gdb.exp (clean_restart): Make executable optional.
11882
11883 2015-07-24 Doug Evans <dje@google.com>
11884
11885 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11886 compiler_info references.
11887 * gdb.cp/temargs.exp: Ditto.
11888 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11889 (get_compiler_info): Early exit if already computed. Set compiler_info
11890 to "unknown" if there was a problem.
11891 (test_compiler_info): Add function comment. Call get_compiler_info.
11892
11893 2015-07-24 Doug Evans <dje@google.com>
11894
11895 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11896 (workers/%.worker, build-perf): New rule.
11897 (GDB_PERFTEST_MODE): New variable.
11898 (check-perf): Use it.
11899 (clean): Clean up gdb.perf parallel build subdirs.
11900 * lib/build-piece.exp: New file.
11901 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11902 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11903 name.
11904 (standard_temp_file): Ditto.
11905 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11906 of $GDB_PARALLEL.
11907
11908 2015-07-24 Doug Evans <dje@google.com>
11909
11910 * lib/future.exp (gdb_default_target_compile): New option
11911 "early_flags".
11912 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11913 --as-needed.
11914
11915 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11916
11917 * gdb.base/catch-syscall.exp: Call gdb_exit before
11918 gdb_skip_xml_test.
11919
11920 2015-07-24 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.python/py-events.exp: Accept output between the stop event
11923 and the prompt.
11924 * gdb.python/py-evsignal.exp: Likewise.
11925 * gdb.python/py-evthreads.exp: Likewise.
11926
11927 2015-07-24 Pedro Alves <palves@redhat.com>
11928
11929 PR gdb/18717
11930 * gdb.threads/non-ldr-exit.c: New file.
11931 * gdb.threads/non-ldr-exit.exp: New file.
11932
11933 2015-07-24 Yao Qi <yao.qi@linaro.org>
11934
11935 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11936 restarting process.
11937
11938 2015-07-24 Yao Qi <yao.qi@linaro.org>
11939
11940 * gdb.server/ext-restart.exp: New file.
11941
11942 2015-07-24 Yao Qi <yao.qi@linaro.org>
11943
11944 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11945 argument options.
11946 * gdb.server/ext-wrapper.exp: New file.
11947
11948 2015-07-23 Doug Evans <dje@google.com>
11949
11950 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11951 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11952
11953 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11954
11955 * gdb.ada/var_arr_typedef.exp: New testcase.
11956 * gdb.ada/var_arr_typedef/pack.adb: New file.
11957 * gdb.ada/var_arr_typedef/pack.ads: New file.
11958 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11959
11960 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11961
11962 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11963
11964 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11965
11966 * gdb.arch/i386-biarch-core.exp: Replace istarget
11967 by "complete set gnutarget". Remove expectation for the "core-file"
11968 command.
11969
11970 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11971
11972 Revert the previous commit:
11973 Tests for validate symbol file using build-id.
11974
11975 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11976
11977 Tests for validate symbol file using build-id.
11978 * gdb.base/solib-mismatch-lib.c: New file.
11979 * gdb.base/solib-mismatch-libmod.c: New file.
11980 * gdb.base/solib-mismatch.c: New file.
11981 * gdb.base/solib-mismatch.exp: New file.
11982
11983 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11984
11985 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11986 nios2-*-linux*.
11987 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11988 * gdb.base/siginfo.exp: Likewise.
11989 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11990
11991 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11992
11993 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11994 Move it to ...
11995 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11996 ... here.
11997 * gdb.trace/range-stepping.exp: Check that the target supports
11998 range stepping.
11999
12000 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12001
12002 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12003
12004 2015-07-14 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.base/killed-outside.exp: New file.
12007 * gdb.base/killed-outside.c: New file.
12008
12009 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12010
12011 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12012 (n at main): New.
12013 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12014
12015 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12016
12017 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12018 infcall tests instead of setting up for KFAIL.
12019
12020 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12021
12022 * gdb.btrace/record_goto-step.exp: New.
12023
12024 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12025
12026 PR compile/18484
12027 * gdb.compile/compile.c (struct struct_type): Add volatile to
12028 selffield's type.
12029 * gdb.compile/compile.exp
12030 (compile code struct_object.selffield = &struct_object): Skip further
12031 struct_object tests if this one xfails.
12032
12033 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
12034
12035 PR exp/18617
12036 * gdb.trace/ax.exp: Add test.
12037
12038 2015-07-07 Yao Qi <yao.qi@linaro.org>
12039
12040 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12041 instead of istarget "aarch64*-*-*".
12042 * gdb.arch/aarch64-fp.exp: Likewise.
12043 * gdb.base/float.exp: Likewise.
12044 * gdb.reverse/aarch64.exp: Likewise.
12045 * lib/gdb.exp (is_aarch64_target): New proc.
12046
12047 2015-07-07 Yao Qi <yao.qi@linaro.org>
12048
12049 * lib/gdb.exp (is_aarch32_target): New proc.
12050 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12051 instead of "istarget "arm*-*-*"".
12052 * gdb.arch/arm-disp-step.exp: Likewise.
12053 * gdb.arch/thumb-bx-pc.exp: Likewise.
12054 * gdb.arch/thumb-prologue.exp: Likewise.
12055 * gdb.arch/thumb-singlestep.exp: Likewise.
12056 * gdb.base/disp-step-syscall.exp: Likewise.
12057 * gdb.base/float.exp: Likewise.
12058
12059 2015-07-07 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12062 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12063
12064 2015-07-07 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12067 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12068 if it exists.
12069 * gdb.multi/multi-arch.exp: Likewise.
12070
12071 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12072
12073 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12074 print.
12075
12076 2015-07-07 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12079
12080 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12081
12082 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12083 '[' and ']' characters.
12084
12085 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12086
12087 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12088
12089 2015-06-29 Pedro Alves <palves@redhat.com>
12090
12091 PR threads/18127
12092 * gdb.threads/hand-call-new-thread.c: New file.
12093 * gdb.threads/hand-call-new-thread.c: New file.
12094
12095 2015-06-26 Keith Seitz <keiths@redhat.com>
12096 Doug Evans <dje@google.com>
12097
12098 PR 16253
12099 * gdb.cp/var-tag-2.cc: New file.
12100 * gdb.cp/var-tag-3.cc: New file.
12101 * gdb.cp/var-tag-4.cc: New file.
12102 * gdb.cp/var-tag.cc: New file.
12103 * gdb.cp/var-tag.exp: New file.
12104
12105 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12106
12107 * gdb.base/history-duplicates.exp: New test.
12108
12109 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12110
12111 * gdb.base/completion.exp: Test the completion of the "focus"
12112 command.
12113
12114 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12115
12116 * gdb.arch/amd64-prologue-skip.S: New file.
12117 * gdb.arch/amd64-prologue-skip.exp: New file.
12118
12119 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12120
12121 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12122 is_address_zero_readable check.
12123
12124 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12125
12126 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12127 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12128
12129 2015-06-24 Yao Qi <yao.qi@linaro.org>
12130
12131 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12132 linux targets.
12133
12134 2015-06-24 Yao Qi <yao.qi@linaro.org>
12135
12136 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12137 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12138 * gdb.base/siginfo-thread.exp: Likewise.
12139
12140 2015-06-22 Yao Qi <yao.qi@linaro.org>
12141
12142 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12143
12144 2015-06-22 Yao Qi <yao.qi@linaro.org>
12145
12146 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12147 aarch64*-*-*.
12148 (skip_hw_watchpoint_tests): Likewise.
12149
12150 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12151
12152 * gdb.base/gdbinit-history.exp: Test the interaction between
12153 setting GDBHISTSIZE and setting the history size via .gdbinit.
12154
12155 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12156
12157 PR gdb/16999
12158 * gdb.base/gdbhistsize-history.exp: New test.
12159
12160 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12161
12162 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12163 with GDBHISTSIZE.
12164 * gdb.base/readline.exp: Likewise.
12165
12166 2015-06-17 Yao Qi <yao.qi@linaro.org>
12167
12168 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12169 line.
12170
12171 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12172
12173 * gdb.base/gdbinit-history.exp: Add test case to check that
12174 an unlimited history file does not get truncated on exit.
12175
12176 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12177
12178 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12179 (VECTOR): New macro. Use it...
12180 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12181 ...for these typedefs.
12182 (int8, char1, int1, double1): New typedefs.
12183 (struct just_int2, struct two_int2): New structures.
12184 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12185 (add_structvecs, add_singlevecs): New functions.
12186 (main): Call add_some_intvecs twice.
12187 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12188 the compile and exit upon failure. Try compiling for the "native"
12189 architecture. Test inferior function calls with vector arguments
12190 and vector return value handling with "finish" and "return".
12191
12192 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12193
12194 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12195 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12196 PE file.
12197 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12198
12199 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12200
12201 PR breakpoints/16465
12202 * gdb.mi/mi-dprintf-pending.c: New file.
12203 * gdb.mi/mi-dprintf-pending.exp: New test.
12204 * gdb.mi/mi-dprintf-pendshr.c: New file.
12205
12206 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12207 Mircea Gherzan <mircea.gherzan@intel.com>
12208
12209 * gdb.arch/i386-mpx-map.c: New file.
12210 * gdb.arch/i386-mpx-map.exp: New File.
12211
12212 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12213
12214 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12215 * gdb.arch/i386-mpx.exp: Indentation fixed.
12216
12217 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12218
12219 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12220 function and improved indentation.
12221 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12222 gdb_test_multiple. Added additional tests to skip the test.
12223
12224 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12225
12226 * gdb.arch/i386-avx512.c: Change path in include file.
12227 * gdb.arch/i386-avx512.exp: Change include dir path
12228 compilation flag.
12229 * gdb.arch/i386-mpx.c: Change path in include file.
12230 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12231 flag.
12232
12233 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12234
12235 * gdb.compile/compile-print.exp (compile print *vararray@3)
12236 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12237
12238 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12239
12240 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12241 (do not keep jit in memory): ... this.
12242 (expect 5): Change it to ...
12243 (expect no 5): ... this.
12244
12245 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12246
12247 PR gdb/15564
12248 * gdb.mi/mi-detach.exp: New file.
12249
12250 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 PR symtab/18392
12253 * gdb.arch/amd64-tailcall-self.S: New file.
12254 * gdb.arch/amd64-tailcall-self.c: New file.
12255 * gdb.arch/amd64-tailcall-self.exp: New file.
12256
12257 2015-05-28 Don Breazeal <donb@codesourcery.com>
12258
12259 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12260 tests for remote targets by checking is_target_gdbserver.
12261
12262 2015-05-27 Doug Evans <dje@google.com>
12263
12264 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12265 * gdb.dwarf2/opaque-type-lookup.c: New file.
12266 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12267
12268 2015-05-26 Doug Evans <dje@google.com>
12269
12270 * gdb.cp/iostream.cc: New file.
12271 * gdb.cp/iostream.exp: New file.
12272
12273 2015-05-26 Doug Evans <dje@google.com>
12274
12275 * gdb.dwarf2/dw2-op-call.exp: Update.
12276 * gdb.dwarf2/dw4-sig-types.exp: Update.
12277 * gdb.dwarf2/implptr.exp: Update.
12278 * gdb.mi/mi-cmd-param-changed.exp: Update.
12279
12280 2015-05-26 Doug Evans <dje@google.com>
12281
12282 * gdb.python/py-lazy-string.c: New file.
12283 * gdb.python/py-lazy-string.exp: New file.
12284 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12285 (main): Update. Add estring3.
12286 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12287 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12288
12289 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12290 Yao Qi <yao.qi@linaro.org>
12291
12292 * gdb.reverse/aarch64.c: New.
12293 * gdb.reverse/aarch64.exp: New.
12294
12295 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12296
12297 * lib/gdb.exp (supports_process_record): Return true for
12298 aarch64*-linux*.
12299 (supports_reverse): Likewise.
12300
12301 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12302
12303 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12304 Use with_test_prefix.
12305
12306 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12307
12308 * gdb.base/completion.exp: Add test for completion of layout
12309 names.
12310
12311 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12312
12313 * lib/gdb.exp (skip_tui_tests): New proc.
12314 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12315
12316 2015-05-19 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12319 Save the whole env array instead of just HOME. Unset HISTSIZE in
12320 the environment while testing. Restore whole environment
12321 afterwards.
12322
12323 2015-05-16 Doug Evans <xdje42@gmail.com>
12324
12325 * gdb.guile/scm-ports.c: New file.
12326 * gdb.guile/scm-ports.exp: Add memory port tests.
12327
12328 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12329
12330 * gdb.compile/compile-print.c: New file.
12331 * gdb.compile/compile-print.exp: New file.
12332
12333 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12334
12335 * gdb.compile/compile-ops.exp: Cast param to void.
12336 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12337 (compile code struct_object.selffield = &struct_object): Add xfail.
12338
12339 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12340
12341 * gdb.ada/arr_enum_with_gap: New testcase.
12342
12343 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12344
12345 * gdb.ada/byte_packed_arr: New testcase.
12346
12347 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12348
12349 * gdb.ada/pckd_neg: New testcase.
12350
12351 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12352
12353 PR gdb/17820
12354 * gdb.base/gdbinit-history.exp: New test.
12355 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12356 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12357
12358 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12359
12360 * gdb.python/py-xmethods.cc: Enhance test case.
12361 * gdb.python/py-xmethods.exp: New tests.
12362 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12363 function.
12364 (B_indexoper): Likewise.
12365 (global_dm_list) : Add new xmethod worker functions.
12366
12367 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12368
12369 * gdb.base/coredump-filter.exp: Correctly unset
12370 "coredump_var_addr" array.
12371
12372 2015-05-08 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.server/non-existing-program.exp: Unset spawn_id.
12375
12376 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12377
12378 PR python/18291
12379 * gdb.python/py-xmethods.exp: Add tests.
12380
12381 2015-05-08 Yao Qi <yao.qi@linaro.org>
12382
12383 PR gdb/18208
12384 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12385 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12386 function set_coredump_filter, and remove remote_exec call.
12387 Remove argument ipid. Callers update.
12388 (top level): Don't get inferior's PID.
12389
12390 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12391
12392 * gdb.base/watch_thread_num.exp: Skip test on targets without
12393 access watchpoints.
12394
12395 2015-05-06 Pedro Alves <palves@redhat.com>
12396
12397 PR server/18081
12398 * gdb.server/non-existing-program.exp: New file.
12399
12400 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12401
12402 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12403
12404 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12405
12406 * gdb.ada/out_of_line_in_inlined: New testcase.
12407
12408 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12409
12410 * gdb.ada/var_rec_arr: New testcase.
12411
12412 2015-04-30 Yao Qi <yao.qi@linaro.org>
12413
12414 * gdb.base/break-idempotent.exp: If
12415 skip_hw_watchpoint_multi_tests returns true, skip the tests
12416 on "rwatch" and "awatch".
12417
12418 2015-04-30 Yao Qi <yao.qi@linaro.org>
12419
12420 * gdb.base/relativedebug.exp: Invoke gdb command
12421 "info sharedlibrary", and if libc.so doesn't have debug info,
12422 skip the test.
12423
12424 2015-04-29 Doug Evans <dje@google.com>
12425
12426 * gdb.python/py-xmethods.exp: Add ptype tests.
12427 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12428 get_result_type method.
12429
12430 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12431
12432 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12433 the target does not support hardware watchpoints.
12434
12435 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12436
12437 * gdb.base/break-always.exp: Abort testing if writing to memory
12438 causes an error.
12439
12440 2015-04-28 Doug Evans <dje@google.com>
12441
12442 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12443 * gdb.python/py-pp-registration.exp: ... here. New file.
12444 * gdb.python/py-pp-registration.c: New file.
12445 * gdb.python/py-pp-registration.py: New file.
12446
12447 2015-04-28 Doug Evans <dje@google.com>
12448
12449 * gdb.python/py-bad-printers.c: New file.
12450 * gdb.python/py-bad-printers.py: New file.
12451 * gdb.python/py-bad-printers.exp: New file.
12452
12453 2015-04-28 Sasha Smundak <asmundak@google.com>
12454
12455 * gdb.python/py-type.exp: New test.
12456
12457 2015-04-28 Andy Wingo <wingo@igalia.com>
12458
12459 * gdb.python/py-parameter.exp:
12460 * gdb.guile/scm-parameter.exp: Escape the path that we are
12461 matching against, as it might contain characters that are special
12462 to regular expressions.
12463
12464 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12465
12466 * gdb.ada/rec_comp: New testcase.
12467
12468 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12469
12470 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12471 before using it.
12472
12473 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12474
12475 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12476 new tests for verilog output.
12477
12478 2015-04-24 Yao Qi <yao.qi@linaro.org>
12479
12480 * boards/remote-gdbserver-on-localhost.exp: New file.
12481
12482 2015-04-23 Pedro Alves <palves@redhat.com>
12483
12484 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12485 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12486 "end of file", remove $inferior_spawn_id from the indirect list.
12487
12488 2015-04-23 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12491
12492 2015-04-23 Pedro Alves <palves@redhat.com>
12493
12494 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12495 on $any_spawn_id instead of only on $gdb_spawn_id.
12496
12497 2015-04-21 Pierre Muller <muller@sourceware.org>
12498
12499 PR pascal/17815
12500 * lib/pascal.exp (gpc_compile): Add new option "class".
12501 (fpc_compile): Likewise.
12502 * gdb.pascal/case-insensitive-symbols.pas: New file.
12503 * gdb.pascal/case-insensitive-symbols.exp: New file.
12504
12505 2015-04-20 Gary Benson <gbenson@redhat.com>
12506
12507 * gdb.base/attach.exp: Fix three extended remote failures.
12508
12509 2015-04-17 Gary Benson <gbenson@redhat.com>
12510
12511 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12512 the main executable over the remote protocol.
12513
12514 2015-04-16 Pedro Alves <palves@redhat.com>
12515
12516 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12517 a new gdbserver if gdbserver_reconnect_p is set.
12518
12519 2015-04-16 Pedro Alves <palves@redhat.com>
12520
12521 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12522 is set, don't exit gdbserver.
12523
12524 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12525
12526 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12527 appropriate .insn, such that an older assembler can be used.
12528 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12529 the z/Architecture instruction set on 31-bit targets as well.
12530
12531 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12532
12533 * gdb.go/handcall.exp: Remove all logic related to the first
12534 breakpoint and rely on go_runto_main instead.
12535 * gdb.go/strings.exp: Likewise.
12536 * gdb.go/unsafe.exp: Likewise.
12537 * gdb.go/hello.exp: Likewise. Also rename the remaining
12538 breakpoint marker to "breakpoint 1".
12539 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12540 * gdb.go/strings.go: Likewise.
12541 * gdb.go/unsafe.go: Likewise.
12542 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12543 "set breakpoint 2 here" and rename the remaining breakpoint marker
12544 to "breakpoint 1".
12545
12546 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12547
12548 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12549 if itertools.imap is not present.
12550 * gdb.python/py-objfile.exp: Add parentheses.
12551 * gdb.python/py-type.exp: Same.
12552 * gdb.python/py-unwind-maint.py: Same.
12553
12554 2015-04-15 Yao Qi <yao.qi@linaro.org>
12555
12556 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12557 of ":$ptr_size" and set its form explicitly.
12558
12559 2015-04-15 Pedro Alves <palves@redhat.com>
12560 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12563 timeout by factor of 4.
12564 (test_regular_watch): Likewise.
12565 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12566 * gdb.reverse/sigall-reverse.exp: Likewise.
12567 * gdb.reverse/until-precsave.exp: Likewise.
12568 * lib/gdb.exp (with_timeout_factor): New proc.
12569 (gdb_expect): Move some code to ...
12570 (get_largest_timeout): ... here. New procedure.
12571
12572 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12573
12574 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12575
12576 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12577
12578 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12579 to write to the .text section.
12580
12581 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12582
12583 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12584 Handle the case of targets that do not provide PID information.
12585
12586 2015-04-13 Yao Qi <yao.qi@linaro.org>
12587
12588 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12589 and use expect instead of gdb_expect.
12590
12591 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12592
12593 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12594 "coredump_var_addr" to avoid naming conflict with other testcases.
12595
12596 2015-04-10 Pedro Alves <palves@redhat.com>
12597
12598 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12599 gdb_test_sequence and gdb_assert.
12600
12601 2015-04-10 Pedro Alves <palves@redhat.com>
12602
12603 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12604 test messages that don't include the breakpoint address.
12605
12606 2015-04-10 Yao Qi <yao.qi@linaro.org>
12607
12608 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12609 false for some offset and width combinations which aren't
12610 supported by linux kernel.
12611
12612 2015-04-10 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12615 procedure, factored out from ...
12616 (top level): ... here. Add "set displaced-stepping" testing axis.
12617 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12618 parameter "displaced". Use it.
12619 (top level): Use foreach and add "set displaced-stepping" testing
12620 axis.
12621
12622 2015-04-10 Pedro Alves <palves@redhat.com>
12623
12624 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12625 Remove comment.
12626 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12627 both the address of the instruction that triggers the watchpoint
12628 and the address of the instruction immediately after, and use
12629 those addresses for the test. Fix comment.
12630
12631 2015-04-10 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/sigstep.exp (breakpoint_to_handler)
12634 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12635 Test "backtrace" in handler.
12636 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12637 (top level): Add new "displaced" test axis to
12638 breakpoint_to_handler, breakpoint_to_handler_entry and
12639 breakpoint_over_handler.
12640
12641 2015-04-10 Pedro Alves <palves@redhat.com>
12642
12643 PR gdb/18216
12644 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12645
12646 2015-04-10 Yao Qi <yao.qi@linaro.org>
12647
12648 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12649 (test_add_rn_pc): New function.
12650 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12651 (top level): Invoke test_add_rn_pc.
12652
12653 2015-04-10 Pedro Alves <palves@redhat.com>
12654
12655 PR gdb/13858
12656 * gdb.base/step-over-no-symbols.exp: New file.
12657
12658 2015-04-09 Andy Wingo <wingo@igalia.com>
12659
12660 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12661 after the Python tests.
12662
12663 2015-04-08 Keith Seitz <keiths@redhat.com>
12664
12665 PR python/16699
12666 * gdb.python/py-completion.exp: New tests for completion.
12667 * gdb.python/py-completion.py (CompleteLimit1): New class.
12668 (CompleteLimit2): Likewise.
12669 (CompleteLimit3): Likewise.
12670 (CompleteLimit4): Likewise.
12671 (CompleteLimit5): Likewise.
12672 (CompleteLimit6): Likewise.
12673 (CompleteLimit7): Likewise.
12674
12675 2015-04-08 Pedro Alves <palves@redhat.com>
12676
12677 PR gdb/18214
12678 PR gdb/18216
12679 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12680 function.
12681 (main): Install it as SIGUSR1 handler.
12682 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12683 parameter. Always use "setup" as prefix. Toggle "set
12684 displaced-stepping" off/on depending on global. Don't switch to
12685 thread 1 here.
12686 (top level): Add displaced stepping "off/on" test axis. Update
12687 "setup" calls. Wrap each subtest with with_test_prefix. Test
12688 continuing with a queued signal in each thread.
12689
12690 2015-04-08 Pedro Alves <palves@redhat.com>
12691
12692 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12693 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12694 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12695 Return early if running to main fails.
12696 * gdb.trace/while-stepping.exp: Likewise.
12697
12698 2015-04-07 Pedro Alves <palves@redhat.com>
12699
12700 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12701 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12702 interact with inferior program.
12703
12704 2015-04-07 Pedro Alves <palves@redhat.com>
12705
12706 * lib/gdb.exp (inferior_spawn_id): New global.
12707 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12708 spawn id after processing the user code.
12709 (default_gdb_start): Set inferior_spawn_id.
12710 (send_inferior): New procedure.
12711 * lib/gdbserver-support.exp (gdbserver_start): Set
12712 inferior_spawn_id.
12713 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12714
12715 2015-04-07 Pedro Alves <palves@redhat.com>
12716
12717 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12718 * lib/gdbserver-support.exp (gdbserver_start): Make
12719 $server_spawn_id global.
12720 (gdbserver_start): Don't wait for gdbserver's spawn id with
12721 expect_background.
12722 (close_gdbserver): New procedure.
12723 (gdb_exit): Rename the default version and reimplement.
12724
12725 2015-04-07 Pedro Alves <palves@redhat.com>
12726
12727 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12728 append the substituted item, not the original item.
12729
12730 2015-04-07 Pedro Alves <palves@redhat.com>
12731
12732 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12733 gdb_expect.
12734
12735 2015-04-07 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12738 output appearing once only.
12739
12740 2015-04-07 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12743 that doesn't expect anything. Return early if running to main
12744 fails.
12745
12746 2015-04-07 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12749 (child_function): Call alarm.
12750 (main): Move call to alarm into the loop.
12751 * gdb.threads/non-stop-fair-events.exp: Build program with
12752 -DTIMEOUT=$timeout.
12753
12754 2015-04-06 Doug Evans <xdje42@gmail.com>
12755
12756 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12757 Fix dest parameter to board_info.
12758 (fpc_compile): Ditto.
12759 (gdb_compile_pascal): Rename dest arg to destfile.
12760
12761 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12762
12763 * gdb.ada/funcall_ref.exp: New file.
12764 * gdb.ada/funcall_ref/foo.adb: New file.
12765
12766 2015-04-02 Yao Qi <yao.qi@linaro.org>
12767
12768 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12769 is remote.
12770
12771 2015-04-02 Gary Benson <gbenson@redhat.com>
12772
12773 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12774
12775 2015-04-01 Sasha Smundak <asmundak@google.com>
12776
12777 * gdb.python/py-unwind-maint.c: New file.
12778 * gdb.python/py-unwind-maint.exp: New test.
12779 * gdb.python/py-unwind-maint.py: New file.
12780 * gdb.python/py-unwind.c: New file.
12781 * gdb.python/py-unwind.exp: New test.
12782 * gdb.python/py-unwind.py: New test.
12783
12784 2015-04-01 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12787 to fail instead of non-existent $test.
12788
12789 2015-04-01 Pedro Alves <palves@redhat.com>
12790
12791 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12792 GDBFLAGS if not empty.
12793
12794 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12795
12796 * gdb.ada/complete.exp: Remove "multi_line".
12797 * gdb.ada/info_exc.exp: Remove "multi_line".
12798 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12799 * gdb.ada/ptype_field.exp: Remove "multi_line".
12800 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12801 * gdb.ada/tagged.exp: Remove "multi_line".
12802 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12803 [multi_line ...]
12804 * gdb.btrace/delta.exp: Likewise.
12805 * gdb.btrace/exception.exp: Likewise.
12806 * gdb.btrace/function_call_history.exp: Likewise.
12807 * gdb.btrace/instruction_history.exp: Likewise.
12808 * gdb.btrace/nohist.exp: Likewise.
12809 * gdb.btrace/record_goto.exp: Likewise.
12810 * gdb.btrace/segv.exp: Likewise.
12811 * gdb.btrace/stepi.exp: Likewise.
12812 * gdb.btrace/tailcall.exp: Likewise.
12813 * gdb.btrace/unknown_functions.exp: Likewise.
12814 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12815 * lib/gdb.exp: Add the "multi_line" helper.
12816
12817 2015-04-01 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.threads/tid-reuse.c: New file.
12820 * gdb.threads/tid-reuse.exp: New file.
12821
12822 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12823
12824 PR corefiles/16092
12825 * gdb.base/coredump-filter.c: New file.
12826 * gdb.base/coredump-filter.exp: Likewise.
12827
12828 2015-03-27 Petr Machata <pmachata@redhat.com>
12829
12830 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12831 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12832 (Dwarf::assemble): Initialize them.
12833 (Dwarf::lines): New function.
12834
12835 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12836
12837 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12838 SYMBOL_PREFIX for x86_64-*-cygwin.
12839
12840 2015-03-26 Andy Wingo <wingo@igalia.com>
12841
12842 PR symtab/18148
12843 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12844 const_value but not a location.
12845 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12846 location defined in non-main CUs are visible.
12847
12848 2015-03-26 Yao Qi <yao.qi@linaro.org>
12849
12850 PR testsuite/18139
12851 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12852 Add a line number entry for the same line.
12853 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12854 Add a line number entry for the same line.
12855
12856 2015-03-26 Yao Qi <yao.qi@linaro.org>
12857
12858 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12859 .int 0.
12860 (func): Likewise. Add .Lfunc_1 label.
12861 Use .Lfunc_1 label.
12862 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12863 .int 0.
12864 (func): Likewise.
12865 Use .Lfunc_1 label.
12866
12867 2015-03-26 Yao Qi <yao.qi@linaro.org>
12868
12869 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12870 Call gdb_compile instead to compile each .s files without debug
12871 information.
12872
12873 2015-03-26 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.base/savedregs.exp (process_saved_regs): Make
12876 "Saved registers:" optional in the pattern.
12877
12878 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12879
12880 * gdb.btrace/next.exp: Merged into step.exp.
12881 * gdb.btrace/finish.exp: Merged into step.exp.
12882 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12883 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12884 "record goto" and checking the exact replay position.
12885 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12886 check for "Recording format" in "info record" output.
12887 * gdb.btrace/record_goto.exp: Choose test file based on target.
12888 * gdb.btrace/x86-record_goto.S: Renamed into ...
12889 * gdb.btrace/x86_64-record_goto.S: ... this.
12890 * gdb.btrace/i686-record_goto.S: New.
12891 * gdb.btrace/x86-tailcall.S: Renamed into ...
12892 * gdb.btrace/x86_64-tailcall.S: ... this.
12893 * gdb.btrace/i686-tailcall.S: New.
12894 * gdb.btrace/x86-tailcall.c: Renamed into ...
12895 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12896 separate statements. Update test.
12897 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12898 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12899 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12900 * gdb.btrace/tailcall.exp: Choose test file based on target.
12901 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12902
12903 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12904
12905 * gdb.btrace/exception.exp: Increase BTS buffer size.
12906
12907 2015-03-24 Pedro Alves <palves@redhat.com>
12908
12909 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12910
12911 2015-03-24 Pedro Alves <palves@redhat.com>
12912
12913 * gdb.threads/schedlock.exp (test_step): No longer expect that
12914 "set scheduler-locking step" with "next" over a function call runs
12915 threads unlocked.
12916
12917 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12918
12919 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12920
12921 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12922
12923 PR breakpoints/16466
12924 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12925 * gdb.mi/mi-pending.c (thread_func): New function.
12926 (int main): Add threading support required.
12927 * gdb.mi/mi-pending.exp: Add tests for this issue.
12928 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12929 (pendfunc2): Remove stdio dependency.
12930 * gdb.mi/mi-pendshr2.c: New file.
12931
12932 2015-03-23 Keith Seitz <keiths@redhat.com>
12933
12934 * gdb.linespec/keywords.c: New file.
12935 * gdb.linespec/keywords.exp: New file.
12936
12937 2015-03-23 Keith Seitz <keiths@redhat.com>
12938
12939 PR gdb/18021
12940 * gdb.dwarf2/staticvirtual.exp: New test.
12941
12942 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12945 * README: Remove HP-UX and gdb.hp.
12946 (configuration):
12947 * configure: Regenerate.
12948 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12949 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12950 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12951 gdb.hp/gdb.defects/Makefile.
12952 * gdb.hp/Makefile.in: File deleted.
12953 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12954 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12955 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12956 * gdb.hp/gdb.aCC/run.c: File deleted.
12957 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12958 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12959 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12960 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12961 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12962 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12963 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12964 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12965 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12966 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12967 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12968 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12969 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12970 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12971 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12972 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12973 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12974 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12975 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12976 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12977 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12978 * gdb.hp/gdb.compat/average.c: File deleted.
12979 * gdb.hp/gdb.compat/sum.c: File deleted.
12980 * gdb.hp/gdb.compat/xdb.c: File deleted.
12981 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12982 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12983 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12984 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12985 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12986 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12987 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12988 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12989 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12990 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12991 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12992 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12993 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12994 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12995 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12996 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12997 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12998 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12999 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13000 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13001 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13002 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13003 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13004 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13005 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13006 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13007 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13008 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13009 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13010 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13011 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13012 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13013 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13014 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13015 * gdb.hp/tools/odump: File deleted.
13016
13017 2015-03-19 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13020 (saw_thread_3): New globals.
13021 (top level): Increment them when an event for the corresponding
13022 thread is seen.
13023 (no thread starvation): New test.
13024
13025 2015-03-19 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.threads/continue-pending-status.c: New file.
13028 * gdb.threads/continue-pending-status.exp: New file.
13029
13030 2015-03-18 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13033 Use gdb_is_target_remote instead of is_remote. Use
13034 gdb_test_multiple instead of gdb_expect. Exit early if
13035 gdb_test_multiple hits its internal matches. Tighten stepi tests
13036 expected output. Fail on exit with any signal, instead of just
13037 SIGILL.
13038
13039 2015-03-18 Yao Qi <yao.qi@linaro.org>
13040
13041 PR tdep/18107
13042 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13043 variable.
13044 * gdb.base/catch-syscall.exp: Don't skip it on
13045 aarch64*-*-linux* target. Remove elements in all_syscalls.
13046 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13047 target.
13048 (setup_all_syscalls): New proc.
13049
13050 2015-03-16 Yao Qi <yao.qi@linaro.org>
13051
13052 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13053 (top level): Skip tests if valid_addr_p returns false for
13054 $cmd1 or $cmd2.
13055
13056 2015-03-11 Andy Wingo <wingo@igalia.com>
13057
13058 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13059
13060 2015-03-11 Yao Qi <yao.qi@linaro.org>
13061
13062 * gdb.base/catch-syscall.exp: Fix typo in comments.
13063
13064 2015-03-11 Yao Qi <yao.qi@linaro.org>
13065
13066 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13067
13068 2015-03-09 Pedro Alves <palves@redhat.com>
13069
13070 * dg-extract-results.py: Delete.
13071
13072 2015-03-09 Pedro Alves <palves@redhat.com>
13073
13074 Merge dg-extract-results.sh from GCC upstream (r218843).
13075
13076 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13077 * dg-extract-results.sh: Use --text with grep to avoid issues with
13078 binary files. Fall back to cat -v, if that doesn't work.
13079
13080 2015-03-05 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13083
13084 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13085
13086 * lib/mi-support.exp (mi_expect_interrupt): Accept
13087 alternative event for when in all-stop mode.
13088
13089 2015-03-04 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13092
13093 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13094
13095 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13096
13097 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13098
13099 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13100 regexps for GDB's current line display, accept a hex address
13101 preceding the line number.
13102
13103 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13104
13105 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13106 the 'arch1' variable for "s390*-linux*" targets.
13107
13108 2015-03-04 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13111 (main): Pass missing retval argument to pthread_join call.
13112
13113 2015-03-02 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13116 (top level): Call do_test with non-stop as well.
13117
13118 2015-03-02 Pedro Alves <palves@redhat.com>
13119
13120 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13121 -1.
13122
13123 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13124
13125 * gdb.arch/s390-vregs.exp: New test.
13126 * gdb.arch/s390-vregs.S: New file.
13127
13128 2015-02-27 Pedro Alves <palves@redhat.com>
13129
13130 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13131 call to catch_command_errors.
13132 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13133 catch_command_errors.
13134
13135 2015-02-27 Pedro Alves <palves@redhat.com>
13136
13137 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13138 "true" for boolean result.
13139 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13140 prototype of main.
13141
13142 2015-02-27 Pedro Alves <palves@redhat.com>
13143
13144 * lib/unbuffer_output.c: New file.
13145 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13146 (main): Call gdb_unbuffer_output.
13147
13148 2015-02-27 Yao Qi <yao.qi@linaro.org>
13149
13150 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13151 target.
13152
13153 2015-02-26 Doug Evans <dje@google.com>
13154
13155 * gdb.cp/class2.cc (Dbase, D): New classes.
13156 (main): New local delta.
13157 * gdb.cp/class2.exp: Test printing delta.
13158 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13159 (dynbar): New global.
13160 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13161
13162 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13163
13164 * gdb.compile/compile-ifunc.c: New file.
13165 * gdb.compile/compile-ifunc.exp: New file.
13166
13167 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13168
13169 * gdb.base/structs.exp: Check for correct struct on finish.
13170
13171 2015-02-26 Yao Qi <yao.qi@linaro.org>
13172
13173 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13174 is zero.
13175
13176 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13177
13178 * gdb.arch/cordic.ko.bz2: New file.
13179 * gdb.arch/cordic.ko.debug.bz2: New file.
13180 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13181
13182 2015-02-25 Yao Qi <yao.qi@linaro.org>
13183
13184 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13185 aarch64*-*-* target.
13186
13187 2015-02-23 Pedro Alves <palves@redhat.com>
13188
13189 * lib/gdb.exp (delete_breakpoints): Rewrite using
13190 gdb_test_multiple.
13191
13192 2015-02-23 Pedro Alves <palves@redhat.com>
13193
13194 * gdb.base/info-os.c: Include stdlib.h.
13195
13196 2015-02-22 Doug Evans <xdje42@gmail.com>
13197
13198 PR symtab/17855
13199 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13200 is read after symbols have been re-read.
13201 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13202 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13203
13204 2015-02-21 Doug Evans <dje@google.com>
13205
13206 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13207
13208 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13209
13210 PR corefiles/17808
13211 * gdb.arch/i386-biarch-core.core.bz2: New file.
13212 * gdb.arch/i386-biarch-core.exp: New file.
13213
13214 2015-02-21 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13217 runto_main fails.
13218
13219 2015-02-20 Pedro Alves <palves@redhat.com>
13220
13221 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13222 info probes.
13223
13224 2015-02-20 Pedro Alves <palves@redhat.com>
13225
13226 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13227
13228 2015-02-20 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13231 clean_restart before gdb_target_supports_trace.
13232
13233 2015-02-20 Pedro Alves <palves@redhat.com>
13234
13235 PR threads/18006
13236 * gdb.threads/clone-thread_db.c: New file.
13237 * gdb.threads/clone-thread_db.exp: New file.
13238
13239 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13240
13241 PR breakpoints/16812
13242 * gdb.base/catch-gdb-caused-signals.c: New file.
13243 * gdb.base/catch-gdb-caused-signals.exp: New file.
13244
13245 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13246
13247 * configure: Regenerated.
13248 * configure.ac: Use GDB_AC_TRANSFORM.
13249 * aclocal.m4: sinclude ../transform.m4.
13250
13251 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13252
13253 * lib/dtrace.exp: New file.
13254 * gdb.base/dtrace-probe.exp: Likewise.
13255 * gdb.base/dtrace-probe.d: Likewise.
13256 * gdb.base/dtrace-probe.c: Likewise.
13257 * lib/pdtrace.in: Likewise.
13258 * configure.ac: Output variables with the transformed names of
13259 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13260 * configure: Regenerated.
13261
13262 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13263
13264 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13265 expected message when trying to access $_probe_* convenience
13266 variables while not on a probe.
13267
13268 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13269
13270 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13271
13272 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13273
13274 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13275 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13276
13277 2015-02-10 Doug Evans <xdje42@gmail.com>
13278
13279 * lib/gdb.exp (gdb_load): Always return a result.
13280
13281 2015-02-10 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.threads/signal-sigtrap.c: New file.
13284 * gdb.threads/signal-sigtrap.exp: New file.
13285
13286 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13287
13288 * gdb.trace/no-attach-trace.c: New file.
13289 * gdb.trace/no-attach-trace.exp: New file.
13290
13291 2015-02-09 Mark Wielaard <mjw@redhat.com>
13292
13293 * gdb.dwarf2/atomic.c: New file.
13294 * gdb.dwarf2/atomic-type.exp: Likewise.
13295
13296 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13297
13298 * gdb.btrace/buffer-size.exp: Update "info record" output.
13299 * gdb.btrace/delta.exp: Update "info record" output.
13300 * gdb.btrace/enable.exp: Update "info record" output.
13301 * gdb.btrace/finish.exp: Update "info record" output.
13302 * gdb.btrace/instruction_history.exp: Update "info record" output.
13303 * gdb.btrace/next.exp: Update "info record" output.
13304 * gdb.btrace/nexti.exp: Update "info record" output.
13305 * gdb.btrace/step.exp: Update "info record" output.
13306 * gdb.btrace/stepi.exp: Update "info record" output.
13307 * gdb.btrace/nohist.exp: Update "info record" output.
13308
13309 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13310
13311 * gdb.btrace/buffer-size: New.
13312
13313 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13314
13315 * gdb.btrace/delta.exp: Update "info record" output.
13316 * gdb.btrace/enable.exp: Update "info record" output.
13317 * gdb.btrace/finish.exp: Update "info record" output.
13318 * gdb.btrace/instruction_history.exp: Update "info record" output.
13319 * gdb.btrace/next.exp: Update "info record" output.
13320 * gdb.btrace/nexti.exp: Update "info record" output.
13321 * gdb.btrace/step.exp: Update "info record" output.
13322 * gdb.btrace/stepi.exp: Update "info record" output.
13323 * gdb.btrace/nohist.exp: Update "info record" output.
13324
13325 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13326
13327 PR gdb/15678
13328 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13329
13330 2015-02-06 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13333 macro.
13334 (seconds_left, again): New globals.
13335 (main): Wait seconds_left in a 1-second sleep loop instead of
13336 sleeping 180 seconds. If 'again' is set, reset the seconds
13337 counter.
13338 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13339 'again' in the inferior before detaching. Print the seconds left.
13340 (options): New global.
13341 (top level): Build program with -DTIMEOUT=$timeout.
13342
13343 2015-02-06 Pedro Alves <palves@redhat.com>
13344
13345 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13346 determine how many seconds to pass to 'alarm'.
13347 * gdb.base/gdb-sigterm.exp (top level): Build program with
13348 -DTIMEOUT=$timeout.
13349 (do_test): Return success/failure indication. Add more verbose
13350 logging. Don't fail if 200 single steps are seen. Instead, fail
13351 when the test times out.
13352 (passes): New global.
13353 (top level): Break the testing loop if testing fails on any
13354 iteration. Use gdb_assert.
13355
13356 2015-02-04 Don Breazeal <donb@codesourcery.com>
13357
13358 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13359 and initialize them.
13360 (ipc_cleanup): New function.
13361 (main): Don't declare shmid, semid, and msqid. Add a call to
13362 atexit so that we call ipc_cleanup on exit.
13363
13364 2015-02-04 Pedro Alves <palves@redhat.com>
13365
13366 * boards/native-extended-gdbserver.exp: Remove any target variant
13367 specifications from the board name before clearing the isremote
13368 flag from board_info.
13369
13370 2015-01-31 Doug Evans <xdje42@gmail.com>
13371
13372 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13373
13374 2015-01-31 Gary Benson <gbenson@redhat.com>
13375
13376 * gdb.base/completion.exp: Disable completion limiting for
13377 existing tests. Add new tests to check completion limiting.
13378 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13379
13380 2015-01-31 Doug Evans <xdje42@gmail.com>
13381
13382 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13383
13384 2015-01-31 Doug Evans <xdje42@gmail.com>
13385
13386 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13387 entries. Duplicate file section script entries.
13388 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13389 inlined entries. Add test for safe-path rejection.
13390 * gdb.python/py-section-script.c: Add duplicate inlined section script
13391 entries. Duplicate file section script entries.
13392 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13393 inlined entries. Add test for safe-path rejection.
13394
13395 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13396
13397 * gdb.ada/disc_arr_bound: New testcase.
13398
13399 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13400
13401 * gdb.ada/mi_var_array: New testcase.
13402
13403 2015-01-27 Doug Evans <dje@google.com>
13404
13405 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13406 Add test for objfile.filename, objfile.username after objfile
13407 has been unloaded.
13408
13409 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13410
13411 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13412 the second test to print the name attribute of value
13413 returned by the call to gdb.lookup_type, and adjust
13414 the expected output accordingly.
13415
13416 2015-01-25 Mark Wielaard <mjw@redhat.com>
13417
13418 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13419 * gdb.base/disp-step-fork.c: Include unistd.h.
13420 * gdb.base/siginfo-obj.c: Include stdio.h.
13421 * gdb.base/siginfo-thread.c: Likewise.
13422 * gdb.mi/non-stop.c: Include unistd.h.
13423 * gdb.mi/nsthrexec.c: Include stdio.h.
13424 * gdb.mi/pthreads.c: Include unistd.h.
13425 * gdb.modula2/unbounded1.c (main): Declare returns int.
13426 * gdb.reverse/consecutive-reverse.c: Likewise.
13427 * gdb.threads/create-fail.c: Include unistd.h.
13428 * gdb.threads/killed.c: Likewise.
13429 * gdb.threads/linux-dp.c: Likewise.
13430 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13431 * gdb.threads/non-ldr-exc-2.c: Likewise.
13432 * gdb.threads/non-ldr-exc-3.c: Likewise.
13433 * gdb.threads/non-ldr-exc-4.c: Likewise.
13434 * gdb.threads/pthreads.c: Include unistd.h.
13435 (main): Declare returns int.
13436 * gdb.threads/tls-main.c (foo): New declaration.
13437 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13438
13439 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13440
13441 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13442 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13443
13444 2015-01-15 Mark Wielaard <mjw@redhat.com>
13445
13446 * gdb.base/noreturn-return.c: New file.
13447 * gdb.base/noreturn-return.exp: New file.
13448 * gdb.base/noreturn-finish.c: New file.
13449 * gdb.base/noreturn-finish.exp: New file.
13450
13451 2015-01-23 Pedro Alves <palves@redhat.com>
13452
13453 * gdb.threads/continue-pending-after-query.c: New file.
13454 * gdb.threads/continue-pending-after-query.exp: New file.
13455
13456 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13457 Simon Marchi <simon.marchi@ericsson.com>
13458
13459 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13460 * gdb.base/valgrind-db-attach.exp: Same.
13461 * gdb.base/valgrind-infcall.exp: Same.
13462 * lib/mi-support.exp (default_mi_gdb_start): Same.
13463 * lib/prompt.exp (default_prompt_gdb_start): Same.
13464 * lib/gdb.exp (default_gdb_spawn): Same.
13465 (gdb_interact): New.
13466
13467
13468 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13469
13470 * gdb.compile/compile.exp (pointer to jit function): New test.
13471
13472 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13473
13474 * lib/gdb.exp (supports_process_record): Return true for
13475 powerpc*-*-linux*.
13476 (supports_reverse): Likewise.
13477
13478 2015-01-15 Don Breazeal <donb@codesourcery.com>
13479
13480 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13481 instead of checking whether the target board is remote and
13482 use spawn_wait_for_attach instead of exec/sleep.
13483 * gdb.base/attach-twice.exp: Likewise.
13484
13485 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13486
13487 * gdb.ada/var_arr_attrs: New testcase.
13488
13489 2015-01-14 Pedro Alves <palves@redhat.com>
13490 Joel Brobecker <brobecker@adacore.com>
13491
13492 PR gdb/17525
13493 * gdb.base/bp-cmds-execution-x-script.c: New file.
13494 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13495 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13496
13497 2015-01-14 Pedro Alves <palves@redhat.com>
13498
13499 PR cli/17828
13500 * gdb.base/batch-preserve-term-settings.c: New file.
13501 * gdb.base/batch-preserve-term-settings.exp: New file.
13502
13503 2015-01-13 Doug Evans <dje@google.com>
13504
13505 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13506 binary.
13507
13508 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13509
13510 * Makefile.in (clean mostlyclean): Do not delete *.py.
13511
13512 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13513
13514 * gdb.python/py-lookup-type.exp: New file.
13515
13516 2015-01-12 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13519 restore GDBFLAGS before returning.
13520
13521 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13522
13523 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13524 is_amd64_regs_target and is_x86_like_target.
13525
13526 2015-01-11 Doug Evans <xdje42@gmail.com>
13527
13528 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13529 is given without an explicit form.
13530 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13531 attributes.
13532 * gdb.dwarf/corrupt.exp: Ditto.
13533 * gdb.dwarf2/enum-type.exp: Ditto.
13534 * gdb.trace/entry-values.exp: Ditto.
13535 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13536
13537 2015-01-11 Doug Evans <xdje42@gmail.com>
13538
13539 PR gdb/15830
13540 * gdb.base/maint.exp: Remove references to "maint demangle".
13541 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13542 Add tests for explicitly specifying language to demangle.
13543 * gdb.dlang/demangle.exp: Ditto.
13544
13545 2015-01-09 Pedro Alves <palves@redhat.com>
13546
13547 * gdb.threads/non-stop-fair-events.c: New file.
13548 * gdb.threads/non-stop-fair-events.exp: New file.
13549
13550 2015-01-09 Pedro Alves <palves@redhat.com>
13551
13552 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13553 the global scope. Set a breakpoint after all threads are started
13554 rather than stepping over two source lines. Expect the prompt.
13555 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13556 global.
13557 (NUM): Now 15.
13558 (main): Use threads_started_barrier to wait for all threads to
13559 start. Main thread no longer calls thread_function. Exit after
13560 180 seconds.
13561 (loop): New function.
13562 (thread_function): Wait on threads_started_barrier barrier. Call
13563 'loop' at each iteration.
13564 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13565 threads have started, instead of hardcoding number of "next"
13566 steps. Use an access watchpoint instead of a write watchpoint.
13567
13568 2015-01-09 Pedro Alves <palves@redhat.com>
13569
13570 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13571 (thread_func): Wait on barrier.
13572 (main): Wait for all threads to start before stopping GDB.
13573 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13574 global.
13575 (thread1_func, thread2_func): Wait on barrier.
13576 (main): Wait for all threads to start before stopping GDB.
13577 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13578 New global.
13579 (thread1_func, thread2_func): Wait on barrier.
13580 (main): Wait for all threads to start before stopping GDB.
13581
13582 2015-01-09 Pedro Alves <palves@redhat.com>
13583
13584 * gdb.threads/attach-many-short-lived-threads.c: New file.
13585 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13586
13587 2014-01-09 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13590 instead of to thread 2.
13591 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13592 Add barrier around each pthread_create call instead of around all
13593 calls.
13594 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13595 Set a break on thread_function and have the child threads hit it
13596 one at at a time.
13597
13598 2015-01-09 Pedro Alves <palves@redhat.com>
13599
13600 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13601 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13602 false.
13603 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13604 checking whether the target board is remote.
13605 * gdb.multi/multi-attach.exp: Likewise.
13606 * gdb.python/py-sync-interp.exp: Likewise.
13607 * gdb.server/ext-attach.exp: Likewise.
13608 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13609 tests that need to attach, instead of checking whether the target
13610 board is remote at the top of the file.
13611
13612 2015-01-08 Yao Qi <yao@codesourcery.com>
13613
13614 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13615
13616 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13617
13618 Fix testcase compilation.
13619 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13620
13621 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13622
13623 * gdb.python/py-type.exp: Add a couple test about empty
13624 array creation, and negative-length array creation.
13625
13626 2015-01-02 Doug Evans <xdje42@gmail.com>
13627
13628 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13629
13630 2015-01-02 Doug Evans <dje@google.com>
13631
13632 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13633
13634 2014-12-29 Yao Qi <yao@codesourcery.com>
13635
13636 * gdb.trace/entry-values.exp: Update comments. Rename variable
13637 bar_call_foo to returned_from_foo.
13638
13639 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13640
13641 PR gdb/17394
13642 * gdb.linespec/break-asm-file.c: New file.
13643 * gdb.linespec/break-asm-file.exp: New file.
13644 * gdb.linespec/break-asm-file0.s: New file.
13645 * gdb.linespec/break-asm-file1.s: New file.
13646
13647 2014-12-18 Nigel Stephens <nigel@mips.com>
13648 Maciej W. Rozycki <macro@codesourcery.com>
13649
13650 * gdb.base/float.exp: Handle the new output from "info float" on
13651 MIPS targets.
13652
13653 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13654
13655 Fix MinGW compilation.
13656 * gdb.compile/compile-ops.exp: Update untested message if
13657 !skip_compile_feature_tests.
13658 * gdb.compile/compile-setjmp.exp: Likewise.
13659 * gdb.compile/compile-tls.exp: Likewise.
13660 * gdb.compile/compile.exp: Likewise.
13661 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13662 supported on this host".
13663
13664 2014-12-16 Doug Evans <xdje42@gmail.com>
13665
13666 * boards/stabs.exp: New file.
13667
13668 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13669
13670 * gdb.base/completion.exp: Adjust to format changes of "maint
13671 print user-registers".
13672
13673 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13674
13675 PR server/17457
13676 * gdb.arch/aarch64-fp.c: New file.
13677 * gdb.arch/aarch64-fp.exp: New file.
13678
13679 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13680
13681 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13682 r210637, r210913, r211666, r215400, r215817).
13683
13684 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13685 * dg-extract-results.py: New file.
13686 * dg-extract-results.sh: Use it if the environment seems
13687 suitable.
13688
13689 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13690
13691 * dg-extract-results.py (parse_run): Handle warnings that
13692 are printed before a test harness is run.
13693
13694 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13695
13696 * dg-extract-results.py (Named): Remove __cmp__ method.
13697 (output_variation): Use a key to sort variation.harnesses.
13698
13699 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13700
13701 * dg-extract-results.py: For Python 3, force sys.stdout to
13702 handle surrogate escape sequences.
13703 (safe_open): New function.
13704 (output_segment, main): Use it.
13705
13706 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13707
13708 * dg-extract-results.py (Prog.result_re): Include options
13709 in test name.
13710
13711 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13712
13713 * dg-extract-results.py (output_variation): Always sort if
13714 do_sum.
13715
13716 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13717
13718 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13719 as long as we get pagination notifications.
13720
13721 2014-12-15 Jason Merrill <jason@redhat.com>
13722
13723 * Makefile.in (check-gdb.%): Restore.
13724 * README: Mention it.
13725
13726 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13727
13728 * gdb.ada/str_uninit: New testcase.
13729
13730 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13731
13732 PR symtab/17642
13733 * gdb.base/vla-stub-define.c: New file.
13734 * gdb.base/vla-stub.c: New file.
13735 * gdb.base/vla-stub.exp: New file.
13736
13737 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13738 Jan Kratochvil <jan.kratochvil@redhat.com>
13739 Tom Tromey <tromey@redhat.com>
13740
13741 * configure.ac: Add gdb.compile/.
13742 * configure: Regenerate.
13743 * gdb.compile/Makefile.in: New file.
13744 * gdb.compile/compile-ops.exp: New file.
13745 * gdb.compile/compile-ops.c: New file.
13746 * gdb.compile/compile-tls.c: New file.
13747 * gdb.compile/compile-tls.exp: New file.
13748 * gdb.compile/compile-constvar.S: New file.
13749 * gdb.compile/compile-constvar.c: New file.
13750 * gdb.compile/compile-mod.c: New file.
13751 * gdb.compile/compile-nodebug.c: New file.
13752 * gdb.compile/compile-setjmp-mod.c: New file.
13753 * gdb.compile/compile-setjmp.c: New file.
13754 * gdb.compile/compile-setjmp.exp: New file.
13755 * gdb.compile/compile-shlib.c: New file.
13756 * gdb.compile/compile.c: New file.
13757 * gdb.compile/compile.exp: New file.
13758 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13759
13760 2014-12-12 Tom Tromey <tromey@redhat.com>
13761
13762 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13763 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13764
13765 2014-12-12 Doug Evans <dje@google.com>
13766
13767 * lib/gdb-python.exp (get_python_valueof): New function.
13768 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13769
13770 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.base/completion.exp: Add test for completion of "info
13773 registers ".
13774
13775 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13776
13777 * gdb.base/func-ptrs.c: New file.
13778 * gdb.base/func-ptrs.exp: New file.
13779
13780 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13781
13782 PR breakpoints/17012
13783 * gdb.base/dprintf-detach.c: New file.
13784 * gdb.base/dprintf-detach.exp: New file.
13785
13786 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13787
13788 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13789 * lib/gdb.exp (target_is_gdbserver): New procedure.
13790
13791 2014-12-08 Doug Evans <dje@google.com>
13792
13793 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13794
13795 2014-12-05 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.guile/scm-error.exp: Remove the third argument to
13798 gdb_remote_download.
13799 * gdb.guile/scm-frame-args.exp: Likewise.
13800 * gdb.guile/scm-section-script.exp: Likewise.
13801
13802 2014-12-05 Yao Qi <yao@codesourcery.com>
13803
13804 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13805
13806 2014-12-04 Doug Evans <dje@google.com>
13807
13808 * gdb.python/py-objfile.exp: Add tests for
13809 objfile.add_separate_debug_file.
13810
13811 2014-12-04 Doug Evans <dje@google.com>
13812
13813 * lib/gdb.exp (get_build_id): New function.
13814 (build_id_debug_filename_get): Rewrite to use it.
13815 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13816
13817 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13818
13819 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13820 `method(long)', not just 0x0.
13821 * gdb.cp/nsalias.exp: Align code labels to 4.
13822 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13823 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13824 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13825 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13826 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13827 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13828
13829 2014-12-02 Doug Evans <dje@google.com>
13830
13831 PR symtab/17602
13832 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13833 * gdb.cp/anon-ns2.cc: ... here. New file.
13834 * gdb.cp/anon-ns.exp: Update.
13835
13836 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13837
13838 * gdb.python/py-events.py (inferior_call_handler): New.
13839 (register_changed_handler, memory_changed_handler): New.
13840 (test_events.invoke): Register new handlers.
13841 * gdb.python/py-events.exp: Add tests for inferior call,
13842 memory_changed and register_changed events.
13843
13844 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13845
13846 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13847 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13848 if the linker doesn't understand this.
13849
13850 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13851
13852 * gdb.python/python.exp: Change expected reply to help().
13853
13854 2014-12-01 Yao Qi <yao@codesourcery.com>
13855
13856 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13857 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13858 * configure: Re-generated.
13859
13860 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13861
13862 * gdb.cp/chained-calls.cc: New file.
13863 * gdb.cp/chained-calls.exp: New file.
13864 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13865
13866 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13867
13868 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13869 * gdb.dwarf2/symtab-producer.exp: Same.
13870 * gdb.gdb/python-interrupts.exp: Same.
13871 * gdb.gdb/python-selftest.exp: Same.
13872 * gdb.python/py-linetable.exp: Same.
13873 * gdb.python/py-type.exp: Same.
13874 * gdb.python/py-value-cc.exp: Same.
13875 * gdb.python/py-value.exp: Same.
13876
13877 2014-11-28 Yao Qi <yao@codesourcery.com>
13878
13879 * gdb.base/break-probes.exp: Match library name prefixed with
13880 sysroot.
13881
13882 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13883
13884 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13885 test expected output. Add parentheses for the call to print.
13886 Remove L suffix from integers.
13887
13888 2014-11-26 Doug Evans <dje@google.com>
13889
13890 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13891
13892 2014-11-22 Yao Qi <yao@codesourcery.com>
13893
13894 * gdb.trace/entry-values.c: Remove asms.
13895 (foo): Add foo_label.
13896 (bar): Add bar_label.
13897 * gdb.trace/entry-values.exp: Remove code computing foo's
13898 length and bar's length.
13899 (Dwarf::assemble): Invoke function_range for bar and use
13900 MACRO_AT_func for foo.
13901
13902 2014-11-22 Yao Qi <yao@codesourcery.com>
13903
13904 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13905 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13906 Use .Lgcc43_procstart instead of gcc43.
13907
13908 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13909
13910 * gdb.ada/n_arr_bound: New testcase.
13911
13912 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13913
13914 PR breakpoints/10737
13915 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13916 test_catch_syscall_multi_arch.
13917 (test_catch_syscall_multi_arch): New function.
13918
13919 2014-11-20 Doug Evans <xdje42@gmail.com>
13920
13921 * gdb.base/maint.exp: Update expected output.
13922
13923 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13924
13925 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13926 4-byte instruction on S390.
13927
13928 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13929
13930 * gdb.ada/arr_arr: New testcase.
13931
13932 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13933
13934 * gdb.ada/pkd_arr_elem: New Testcase.
13935
13936 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13937
13938 * gdb.reverse/break-precsave: Expect completion message for
13939 core file reads.
13940 * gdb.reverse/consecutive-precsave.exp: Likewise.
13941 * gdb.reverse/finish-precsave.exp: Likewise.
13942 * gdb.reverse/i386-precsave.exp: Likewise.
13943 * gdb.reverse/machinestate-precsave.exp: Likewise.
13944 * gdb.reverse/sigall-precsave.exp: Likewise.
13945 * gdb.reverse/solib-precsave.exp: Likewise.
13946 * gdb.reverse/step-precsave.exp: Likewise.
13947 * gdb.reverse/until-precsave.exp: Likewise.
13948 * gdb.reverse/watch-precsave.exp: Likewise.
13949
13950 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13951
13952 * gdb.base/bp-permanent.c: Include unistd.h.
13953 * gdb.python/py-framefilter-mi.c (main): Add return type.
13954 * gdb.python/py-framefilter.c (main): Likewise.
13955 * gdb.trace/actions-changed.c (main): Likewise.
13956
13957 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13958
13959 * gdb.mi/until.c: Add eye-catchers.
13960 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13961 line numbers.
13962
13963 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13966 function header variants in break1.c.
13967 * gdb.base/ena-dis-br.exp: Likewise.
13968 * gdb.base/hbreak2.exp: Likewise.
13969 * gdb.reverse/until-precsave.exp: Drop references to removed
13970 non-prototype function header variants in ur1.c.
13971 * gdb.reverse/until-reverse.exp: Likewise.
13972
13973 2014-11-17 Petr Machata <pmachata@redhat.com>
13974
13975 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13976 ${_cu_offset_size} bytes abbrev offset.
13977
13978 2014-11-15 Doug Evans <xdje42@gmail.com>
13979
13980 PR symtab/17559
13981 * gdb.base/line-symtabs.exp: New file.
13982 * gdb.base/line-symtabs.c: New file.
13983 * gdb.base/line-symtabs.h: New file.
13984
13985 2014-11-14 Yao Qi <yao@codesourcery.com>
13986
13987 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13988 (func): Add label func_label.
13989 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13990 Replace low_pc and high_pc with MACRO_AT_range.
13991 Replace name, low_pc and high_pc with MACRO_AT_func.
13992
13993 2014-11-14 Yao Qi <yao@codesourcery.com>
13994
13995 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13996 Replace name, low_pc and high_pc with MACRO_AT_func.
13997
13998 2014-11-14 Yao Qi <yao@codesourcery.com>
13999
14000 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14001 produce debug information.
14002 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14003
14004 2014-11-14 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14007 object and get function length.
14008 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14009 with MACRO_AT_func.
14010 (top-level): Replace gdb_compile and clean_restart with
14011 prepare_for_testing.
14012 * gdb.dwarf2/main.c (main): Add label main_label.
14013
14014 2014-11-14 Yao Qi <yao@codesourcery.com>
14015
14016 * lib/dwarf.exp (function_range): New procedure.
14017 (Dwarf::_handle_macro_at_func): New procedure.
14018 (Dwarf::_handle_macro_at_range): New procedure.
14019 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14020
14021 2014-11-14 Yao Qi <yao@codesourcery.com>
14022
14023 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14024 (_handle_attribute): New procedure.
14025
14026 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14027
14028 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14029 * gdb.base/call-sc.c (zed): Likewise.
14030 * gdb.base/checkpoint.c (main): Likewise.
14031 * gdb.base/dump.c (main): Likewise.
14032 * gdb.base/gcore.c (main): Likewise.
14033 * gdb.base/huge.c (main): Likewise.
14034 * gdb.base/multi-forks.c (main): Likewise.
14035 * gdb.base/pr10179-a.c (main): Likewise.
14036 * gdb.base/savedregs.c (main): Likewise.
14037 * gdb.base/sigaltstack.c (main): Likewise.
14038 * gdb.base/siginfo.c (main): Likewise.
14039 * gdb.base/structs.c (zed): Likewise.
14040 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14041 * gdb.mi/mi-syn-frame.c (main): Likewise.
14042 * gdb.mi/until.c (foo, main): Likewise.
14043 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14044 * gdb.base/solib-weak.c (foo): Declare.
14045 * gdb.base/attach-twice.c: Include stdio.h.
14046 * gdb.base/weaklib1.c: Likewise.
14047 * gdb.base/weaklib2.c: Likewise.
14048 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14049 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14050 unistd.h.
14051 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14052 * gdb.mi/mi-exit-code.c: Likewise.
14053 * gdb.base/break-interp-lib.c: Include string.h.
14054 * gdb.base/coremaker.c: Likewise.
14055 * gdb.base/testenv.c: Likewise.
14056 * gdb.python/py-finish-breakpoint.c: Likewise.
14057 * gdb.base/inferior-died.c: Include sys/wait.h.
14058 * gdb.base/fileio.c: Include time.h.
14059 * gdb.base/async-shell.c: Include unistd.h.
14060 * gdb.base/dprintf-non-stop.c: Likewise.
14061 * gdb.base/info-os.c: Likewise.
14062 * gdb.mi/mi-console.c: Likewise.
14063 * gdb.mi/watch-nonstop.c: Likewise.
14064 * gdb.python/py-events.c: Likewise.
14065 * gdb.base/async.c (baz): Move up before its invocation.
14066 * gdb.base/code_elim2.c (my_global_func): Likewise.
14067 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14068 * gdb.base/advance.c (func2): Likewise.
14069
14070 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14071
14072 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14073 variant.
14074 * gdb.base/annota3.c: Likewise.
14075 * gdb.base/async.c: Likewise.
14076 * gdb.base/average.c: Likewise.
14077 * gdb.base/call-ar-st.c: Likewise.
14078 * gdb.base/call-rt-st.c: Likewise.
14079 * gdb.base/call-sc.c: Likewise.
14080 * gdb.base/call-strs.c: Likewise.
14081 * gdb.base/ending-run.c: Likewise.
14082 * gdb.base/execd-prog.c: Likewise.
14083 * gdb.base/exprs.c: Likewise.
14084 * gdb.base/foll-exec.c: Likewise.
14085 * gdb.base/foll-fork.c: Likewise.
14086 * gdb.base/foll-vfork.c: Likewise.
14087 * gdb.base/funcargs.c: Likewise.
14088 * gdb.base/gcore.c: Likewise.
14089 * gdb.base/jump.c: Likewise.
14090 * gdb.base/langs0.c: Likewise.
14091 * gdb.base/langs1.c: Likewise.
14092 * gdb.base/langs2.c: Likewise.
14093 * gdb.base/mips_pro.c: Likewise.
14094 * gdb.base/nodebug.c: Likewise.
14095 * gdb.base/opaque0.c: Likewise.
14096 * gdb.base/opaque1.c: Likewise.
14097 * gdb.base/recurse.c: Likewise.
14098 * gdb.base/run.c: Likewise.
14099 * gdb.base/scope0.c: Likewise.
14100 * gdb.base/scope1.c: Likewise.
14101 * gdb.base/setshow.c: Likewise.
14102 * gdb.base/setvar.c: Likewise.
14103 * gdb.base/shmain.c: Likewise.
14104 * gdb.base/shr1.c: Likewise.
14105 * gdb.base/shr2.c: Likewise.
14106 * gdb.base/sigall.c: Likewise.
14107 * gdb.base/signals.c: Likewise.
14108 * gdb.base/so-indr-cl.c: Likewise.
14109 * gdb.base/solib2.c: Likewise.
14110 * gdb.base/structs.c: Likewise.
14111 * gdb.base/sum.c: Likewise.
14112 * gdb.base/vforked-prog.c: Likewise.
14113 * gdb.base/watchpoint.c: Likewise.
14114 * gdb.reverse/shr2.c: Likewise.
14115 * gdb.reverse/until-reverse.c: Likewise.
14116 * gdb.reverse/ur1.c: Likewise.
14117 * gdb.reverse/watch-reverse.c: Likewise.
14118
14119 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14120
14121 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14122 variant.
14123 * gdb.base/sepdebug.exp: Drop references to removed code.
14124
14125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14126
14127 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14128 variant. Preserve original line numbering.
14129 * gdb.base/list1.c: Likewise.
14130
14131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14132
14133 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14134 variant.
14135 * gdb.base/break1.c: Likewise.
14136 * gdb.base/break.exp: Drop references to removed code.
14137
14138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14141 variant.
14142
14143 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14144
14145 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14146
14147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14148
14149 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14150 logic into perform_all_tests() and invoke it with and without
14151 function header prototypes.
14152 (do_function_calls): Remove conditional XFAIL for PR 5318.
14153 (rerun_and_prepare): Remove duplicate code.
14154 (perform_all_tests): New. Main logic moved here.
14155
14156 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14157
14158 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14159 code guarded by #ifdef NO_PROTOTYPES.
14160 (t_double_many_args): Likewise.
14161 (DEF_FUNC_MANY_ARGS_1): Likewise.
14162 (DEF_FUNC_VALUES_1): Likewise.
14163 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14164 guarded by #ifdef PROTOTYPES.
14165
14166 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14167
14168 * gdb.mi/mi-console.c: Add eye-catcher.
14169 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14170 instead of literal line number.
14171
14172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.base/shr2.c: Add eye-catcher.
14175 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14176 line number.
14177
14178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14179
14180 * gdb.base/jump.c: Add eye-catchers.
14181 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14182 numbers.
14183
14184 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14185
14186 * gdb.base/execd-prog.c: Add eye-catchers.
14187 * gdb.base/foll-exec.c: Likewise.
14188 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14189 line numbers.
14190
14191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14192
14193 * gdb.base/ending-run.c: Add eye-catchers.
14194 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14195 literal line numbers.
14196
14197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14198
14199 * gdb.base/call-rt-st.c: Add eye-catchers.
14200 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14201 literal line numbers.
14202
14203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14204
14205 * gdb.base/call-ar-st.c: Add eye-catchers.
14206 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14207 literal line numbers.
14208
14209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.base/average.c: Add eye-catchers.
14212 * gdb.base/sum.c: Likewise.
14213 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14214 regexps dynamically.
14215
14216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14217
14218 * gdb.base/solib1.c: Add eye-catchers.
14219 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14220 literal line numbers.
14221
14222 2014-11-12 Pedro Alves <palves@redhat.com>
14223
14224 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14225 leader has exited.
14226
14227 2014-11-12 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.arch/i386-bp_permanent.c: New file.
14230 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14231 (srcfile): Set to i386-bp_permanent.c.
14232 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14233 that stepi does not execute the 'leave' instruction, instead of
14234 testing it does execute.
14235 * gdb.base/bp-permanent.c: New file.
14236 * gdb.base/bp-permanent.exp: New file.
14237
14238 2014-11-10 Doug Evans <xdje42@gmail.com>
14239
14240 PR symtab/17564
14241 * gdb.base/symtab-search-order.exp: New file.
14242 * gdb.base/symtab-search-order.c: New file.
14243 * gdb.base/symtab-search-order-1.c: New file.
14244 * gdb.base/symtab-search-order-shlib-1.c: New file.
14245
14246 2014-11-07 Pedro Alves <palves@redhat.com>
14247
14248 PR gdb/17511
14249 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14250 i?86-*-linux*.
14251
14252 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14253
14254 PR c++/17494
14255 * gdb.cp/pr17494.cc: New file.
14256 * gdb.cp/pr17494.exp: New file.
14257
14258 2014-11-02 Yao Qi <yao@codesourcery.com>
14259
14260 * gdb.python/python.exp: Get working directory and match the
14261 output of "set extended-prompt \\w " with it.
14262
14263 2014-10-30 Doug Evans <dje@google.com>
14264
14265 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14266 in objfiles.
14267 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14268 in progspaces.
14269
14270 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14271
14272 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14273 * gdb.base/realname-expand.exp: Likewise.
14274 * gdb.linespec/macro-relative.exp: Likewise.
14275
14276 2014-10-29 Pedro Alves <palves@redhat.com>
14277
14278 PR gdb/17408
14279 * gdb.threads/schedlock.c (some_function): New function.
14280 (call_function): New global.
14281 (MAYBE_CALL_SOME_FUNCTION): New macro.
14282 (thread_function): Call it.
14283 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14284 and use it instead of a global counter. Adjust all callers.
14285 (get_current_thread): Use "find current thread" for test message
14286 here rather than having all callers pass down the same string.
14287 (goto_loop): New procedure, factored out from ...
14288 (my_continue): ... this.
14289 (step_ten_loops): Change parameter from test message to command to
14290 use. Adjust.
14291 (list_count): Delete global.
14292 (check_result): New procedure, factored out from duplicate top
14293 level code.
14294 (continue tests): Wrap in with_test_prefix.
14295 (test_step): New procedure, factored out from duplicate top level
14296 code.
14297 (top level): Test "step" in combination with all scheduler-locking
14298 modes. Test "next" in combination with all scheduler-locking
14299 modes, and in combination with stepping over a function call or
14300 not.
14301 * gdb.threads/next-bp-other-thread.c: New file.
14302 * gdb.threads/next-bp-other-thread.exp: New file.
14303
14304 2014-10-29 Pedro Alves <palves@redhat.com>
14305
14306 PR python/17372
14307 * gdb.python/python.exp: Test a multi-line command that spawns
14308 interactive Python.
14309 * gdb.base/multi-line-starts-subshell.exp: New file.
14310
14311 2014-10-29 Yao Qi <yao@codesourcery.com>
14312
14313 * gdb.base/fileio.exp: Make directories on host.
14314
14315 2014-10-29 Yao Qi <yao@codesourcery.com>
14316
14317 * gdb.base/fileio.c (test_write): Close the file.
14318
14319 2014-10-28 Pedro Alves <palves@redhat.com>
14320
14321 PR gdb/12623
14322 * gdb.base/sigstep.c (no_handler): New global.
14323 (main): If 'no_handler is true, set the signal handlers to
14324 SIG_IGN.
14325 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14326 with_sw_watch and no_handler parameters. Handle them.
14327 (top level) <stepping over handler when stopped at a breakpoint
14328 test>: Add a test axis for testing with a software watchpoint, and
14329 another for testing with the signal handler set to SIG_IGN.
14330 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14331 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14332
14333 2014-10-28 Pedro Alves <palves@redhat.com>
14334
14335 PR gdb/17511
14336 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14337 * gdb.base/sigstep.exp (other_handler_location): New global.
14338 (advance): Support stepping into the signal handler, and running
14339 commands while in the handler.
14340 (in_handler_map): New global.
14341 (top level): In the advance test, add combinations for getting
14342 into the handler with stepping commands, and for running commands
14343 in the handler. Add comment descripting the advancei tests.
14344
14345 2014-10-28 Pedro Alves <palves@redhat.com>
14346
14347 * gdb.base/sigstep.exp: Use build_executable instead of
14348 prepare_for_testing.
14349 (top level): Move code that starts GDB, runs to main and creates a
14350 display to ...
14351 (restart): ... this new procedure.
14352 (top level): Move backtrace from signal handler test to ...
14353 (validate_backtrace): ... this new procedure.
14354 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14355 with_test_prefix. Always restart GDB.
14356 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14357 with_test_prefix. Always restart GDB. No need to delete
14358 breakpoints after the test.
14359 (test_skip_handler): Remove prefix parameter.
14360 (skip_over_handler, breakpoint_to_handler)
14361 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14362 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14363 restart GDB. No need to delete breakpoints after the test.
14364 (top level): Use foreach to call the test procedures with
14365 different commands.
14366
14367 2014-10-28 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14370 instead of GNATS numbers.
14371 * gdb.base/sigbpt.exp: Likewise.
14372 * gdb.base/siginfo.exp: Likewise.
14373 * gdb.base/sigstep.exp: Likewise.
14374
14375 2014-10-27 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.base/sigstep.c (dummy): New global.
14378 (main): Issue a couple writes to the new global.
14379 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14380 procedures.
14381 (skip_over_handler): Use test_skip_handler.
14382 (top level): Call skip_over_handler for stepi and nexti too.
14383 (breakpoint_over_handler): Use test_skip_handler.
14384 (top level): Call breakpoint_over_handler for stepi and nexti too.
14385
14386 2014-10-27 Yao Qi <yao@codesourcery.com>
14387
14388 * gdb.trace/tfile.c (adjust_function_address)
14389 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14390 function descriptor.
14391
14392 2014-10-24 Don Breazeal <donb@codesourcery.com>
14393
14394 * gdb.base/foll-fork.exp (test_follow_fork,
14395 catch_fork_child_follow): Check for updated fork messages emitted
14396 from infrun.c.
14397 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14398 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14399 vfork_and_exec_child_follow_through_step): Check for updated vfork
14400 messages emitted from infrun.c.
14401
14402 2014-10-24 Pedro Alves <palves@redhat.com>
14403
14404 * gdb.base/corefile.exp: Remove references to ultrix.
14405 * gdb.base/interrupt.exp: Likewise.
14406 * gdb.base/whatis.exp: Likewise.
14407 * gdb.gdb/selftest.exp: Likewise.
14408 * gdb.threads/manythreads.exp: Likewise.
14409 * gdb.threads/print-threads.exp: Likewise.
14410 * gdb.threads/pthreads.exp:: Likewise.
14411 * gdb.threads/schedlock.exp: Likewise.
14412
14413 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14414
14415 * gdb.cp/non-trivial-retval.cc: Add a test case.
14416 * gdb.cp/non-trivial-retval.exp: Add a test.
14417
14418 2014-10-20 Yao Qi <yao@codesourcery.com>
14419
14420 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14421 * gdb.python/py-objfile-script-gdb.py: New file.
14422 * gdb.python/py-objfile-script.exp: Update reference to
14423 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14424 of remote_download. Remove the dest file.
14425
14426 2014-10-20 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14429 * gdb.base/step-line.exp: Likewise.
14430 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14431 * gdb.dwarf2/dw2-basic.exp: Likewise.
14432 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14433 * gdb.dwarf2/dw2-filename.exp: Likewise.
14434 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14435 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14436 * gdb.dwarf2/dw2-producer.exp: Likewise.
14437 * gdb.dwarf2/mac-fileno.exp: Likewise.
14438 * gdb.python/py-frame-args.exp: Likewise.
14439 * gdb.python/py-framefilter.exp: Likewise.
14440 * gdb.python/py-mi.exp: Likewise.
14441 * gdb.python/py-objfile-script.exp: Likewise
14442 * gdb.python/py-pp-integral.exp: Likewise.
14443 * gdb.python/py-pp-re-notag.exp: Likewise.
14444 * gdb.python/py-prettyprint.exp: Likewise.
14445 * gdb.python/py-section-script.exp: Likewise.
14446 * gdb.python/py-typeprint.exp: Likewise.
14447 * gdb.python/py-xmethods.exp: Likewise.
14448 * gdb.stabs/weird.exp: Likewise.
14449 * gdb.xml/tdesc-regs.exp: Likewise.
14450
14451 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14452
14453 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14454 (out_cu): Use addr_len for the size of addresses.
14455 (out_line): Likewise. Size DW_LNE_set_address instruction
14456 according to addr_len.
14457 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14458 (FUNC): Add START_INSNS to definition.
14459
14460 2014-10-18 Yao Qi <yao@codesourcery.com>
14461
14462 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14463 gdb_has_argv0 return true.
14464 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14465 check [target_info exists noargs], check [gdb_has_argv0]
14466 instead.
14467 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14468 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14469 procedures.
14470
14471 2014-10-17 Doug Evans <dje@google.com>
14472
14473 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14474 event.
14475 * gdb.python/py-events.py: Add clear_objfiles event.
14476
14477 2014-10-17 Doug Evans <dje@google.com>
14478
14479 * gdb.python/py-objfile.exp: Test progspace attribute.
14480
14481 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14482
14483 * gdb.guile/scm-breakpoint.exp: Do not assume any
14484 directory separators when matching source file paths.
14485 * gdb.python/py-breakpoint.exp: Likewise.
14486 * gdb.reverse/break-precsave.exp: Likewise.
14487 * gdb.reverse/break-reverse.exp: Likewise.
14488 * gdb.reverse/consecutive-precsave.exp: Likewise.
14489 * gdb.reverse/finish-precsave.exp: Likewise.
14490 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14491 * gdb.reverse/finish-reverse.exp: Likewise.
14492 * gdb.reverse/i386-precsave.exp: Likewise.
14493 * gdb.reverse/i387-env-reverse.exp: Likewise.
14494 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14495 * gdb.reverse/machinestate-precsave.exp: Likewise.
14496 * gdb.reverse/machinestate.exp: Likewise.
14497 * gdb.reverse/sigall-precsave.exp: Likewise.
14498 * gdb.reverse/solib-precsave.exp: Likewise.
14499 * gdb.reverse/step-precsave.exp: Likewise.
14500 * gdb.reverse/until-precsave.exp: Likewise.
14501 * gdb.reverse/watch-precsave.exp: Likewise.
14502 * gdb.reverse/watch-reverse.exp: Likewise.
14503
14504 2014-10-17 Yao Qi <yao@codesourcery.com>
14505
14506 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14507 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14508
14509 2014-10-17 Pedro Alves <palves@redhat.com>
14510
14511 PR gdb/17471
14512 * gdb.base/bg-execution-repeat.c: New file.
14513 * gdb.base/bg-execution-repeat.exp: New file.
14514
14515 2014-10-17 Pedro Alves <palves@redhat.com>
14516
14517 PR gdb/17300
14518 * gdb.base/continue-all-already-running.c: New file.
14519 * gdb.base/continue-all-already-running.exp: New file.
14520
14521 2014-10-17 Pedro Alves <palves@redhat.com>
14522
14523 PR gdb/17472
14524 * gdb.base/annota-input-while-running.c: New file.
14525 * gdb.base/annota-input-while-running.exp: New file.
14526
14527 2014-10-17 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.base/callfuncs.exp: emove references to osf.
14530 * gdb.base/sigall.exp: Likewise.
14531 * gdb.gdb/selftest.exp: Likewise.
14532 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14533 * gdb.mi/non-stop.c: Likewise.
14534 * gdb.mi/pthreads.c: Likewise.
14535 * gdb.reverse/sigall-precsave.exp: Likewise.
14536 * gdb.reverse/sigall-reverse.exp: Likewise.
14537 * gdb.threads/pthreads.c: Likewise.
14538 * gdb.threads/pthreads.exp: Likewise.
14539
14540 2014-10-17 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14543 check 'target_info exists noargs'.
14544 (test_command_prompt_position): Likewise.
14545 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14546 Remove "set args".
14547 (progvar_simple_while_test): Likewise.
14548 (progvar_complex_if_while_test): Likewise.
14549 (if_while_breakpoint_command_test): Likewise.
14550 (infrun_breakpoint_command_test): Likewise.
14551 (breakpoint_command_test): Likewise.
14552 (watchpoint_command_test): Likewise.
14553 (bp_deleted_in_command_test): Likewise.
14554 (temporary_breakpoint_commands): Likewise.
14555
14556 2014-10-16 Yao Qi <yao@codesourcery.com>
14557
14558 * gdb.base/remotetimeout.exp: Remove noargs checking.
14559
14560 2014-10-15 Pedro Alves <palves@redhat.com>
14561
14562 PR breakpoints/9649
14563 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14564 * gdb.base/breakpoint-in-ro-region.exp
14565 (probe_target_hardware_step): New procedure.
14566 (top level): Probe hardware stepping and hardware breakpoint
14567 support. Test stepping through a read-only region, with both
14568 "breakpoint auto-hw" on and off and both "always-inserted" on and
14569 off.
14570
14571 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14572
14573 * gdb.dlang/demangle.exp: Update for demangling changes.
14574
14575 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14576
14577 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14578 * gdb.cp/non-trivial-retval.exp: Add new tests.
14579
14580 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14581
14582 PR c++/13403
14583 PR c++/15154
14584 * gdb.cp/non-trivial-retval.cc: New file.
14585 * gdb.cp/non-trivial-retval.exp: New file.
14586
14587 2014-10-15 Yao Qi <yao@codesourcery.com>
14588
14589 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14590 remote host.
14591
14592 2014-10-15 Yao Qi <yao@codesourcery.com>
14593
14594 * gdb.python/py-symbol.exp: Match file base name if host is
14595 remote, otherwise match file name with dir name.
14596 * gdb.python/py-symtab.exp: Likewise.
14597 * gdb.python/python.exp: Likewise.
14598
14599 2014-10-15 Yao Qi <yao@codesourcery.com>
14600
14601 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14602 pattern.
14603 * gdb.python/py-symtab.exp: Likewise.
14604 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14605 locationn.
14606
14607 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14608
14609 * gdb.ada/addr_arith: New testcase.
14610
14611 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14612
14613 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14614 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14615 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14616 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14617
14618 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14619
14620 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14621 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14622 * gdb.arch/stap-eval-lang-ada.exp: New file.
14623
14624 2014-10-14 Yao Qi <yao@codesourcery.com>
14625
14626 * gdb.mi/mi-var-child.c (nothing1): New function.
14627 (nothing2): New function.
14628 (do_children_tests): Set function pointers by nothing1 and
14629 nothing2.
14630 * gdb.mi/mi-var-child.exp: Step over new added statements.
14631 Update test to match the new output.
14632 * gdb.mi/var-cmd.c (nothing1): New function.
14633 (nothing2): New function.
14634 (do_children_tests): Set function pointers by nothing1 and
14635 nothing2.
14636 * gdb.mi/mi-var-display.exp: Update test to match output.
14637 Step to the line specified by $line_dct_nothing.
14638 Increase the number of lines to step.
14639
14640 2014-10-14 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14643 tests.
14644 * gdb.mi/mi2-var-child.exp: Likewise.
14645
14646 2014-10-13 Doug Evans <dje@google.com>
14647
14648 * gdb.python/py-objfile.exp: Change name of file name test.
14649
14650 2014-10-13 Doug Evans <dje@google.com>
14651
14652 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14653 from the start of the CU.
14654
14655 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14656 Yao Qi <yao@codesourcery.com>
14657
14658 Fix "save breakpoints" for "catch" command.
14659 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14660 Remove -nonewline. Match also the added "main" line.
14661
14662 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14663
14664 Fix "save breakpoints" for "disable $bpnum" command.
14665 * gdb.base/save-bp.c (main): Add label.
14666 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14667
14668 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14671
14672 2014-10-11 Yao Qi <yao@codesourcery.com>
14673
14674 * gdb.server/server-kill.exp: Execute command
14675 "set remote trace-status-packet on" before "tstatus".
14676
14677 2014-10-11 Yao Qi <yao@codesourcery.com>
14678
14679 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14680 (main): Call getppid.
14681 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14682 and continue to it. Read variable "server_pid".
14683
14684 2014-10-11 Yao Qi <yao@codesourcery.com>
14685
14686 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14687
14688 2014-10-11 Yao Qi <yao@codesourcery.com>
14689
14690 * gdb.threads/thread-find.exp: Don't execute command
14691 "info threads".
14692 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14693 * gdb.threads/linux-dp.exp: Don't check the condition
14694 $threads_created equals to zero.
14695
14696 2014-10-10 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.base/bigcore.exp: Remove references to IRIX.
14699 * gdb.base/funcargs.exp: Likewise.
14700 * gdb.base/interrupt.exp: Likewise.
14701 * gdb.base/mips_pro.exp: Likewise.
14702 * gdb.base/nodebug.exp: Likewise.
14703 * gdb.base/setvar.exp: Likewise.
14704 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14705
14706 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14707 Pedro Alves <palves@redhat.com>
14708
14709 PR symtab/14466
14710 * gdb.base/vdso-warning.c: New file.
14711 * gdb.base/vdso-warning.exp: New file.
14712
14713 2014-10-02 Doug Evans <dje@google.com>
14714
14715 * gdb.base/structs.c (main): Don't run forever.
14716
14717 2014-10-02 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14720 (top level) <stop threads 1, stop threads 2>: Use it.
14721
14722 2014-10-02 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.threads/break-while-running.exp (test): Add new
14725 'update_thread_list' argument. Skip "info threads" if false.
14726 (top level): Add new 'update_thread_list' axis.
14727
14728 2014-10-02 Pedro Alves <palves@redhat.com>
14729
14730 PR breakpoints/17431
14731 * gdb.base/execl-update-breakpoints.c: New file.
14732 * gdb.base/execl-update-breakpoints.exp: New file.
14733
14734 2014-10-01 Pedro Alves <palves@redhat.com>
14735
14736 * gdb.base/breakpoint-in-ro-region.c: New file.
14737 * gdb.base/breakpoint-in-ro-region.exp: New file.
14738
14739 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.mi/mi-exit-code.exp: New file.
14742 * gdb.mi/mi-exit-code.c: New file.
14743
14744 2014-09-30 Yao Qi <yao@codesourcery.com>
14745
14746 * lib/prelink-support.exp (build_executable_own_libs): Error if
14747 the target isn't native.
14748
14749 2014-09-30 Yao Qi <yao@codesourcery.com>
14750
14751 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14752 false.
14753
14754 2014-09-22 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/break-while-running.exp: New file.
14757 * gdb.threads/break-while-running.c: New file.
14758
14759 2014-09-19 Yao Qi <yao@codesourcery.com>
14760
14761 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14762 Invoke test. Restart GDB with --readnow and invoke test again.
14763
14764 2014-09-19 Yao Qi <yao@codesourcery.com>
14765
14766 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14767 proc set_breakpoint_on_gcd_function. Invoke
14768 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14769 invoke set_breakpoint_on_gcd_function again.
14770
14771 2014-09-18 Doug Evans <dje@google.com>
14772
14773 * gdb.dwarf2/symtab-producer.exp: New file.
14774
14775 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14776
14777 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14778 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14779 * gdb.base/global-var-nested-by-dso.c: Likewise.
14780 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14781
14782 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14783 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/watch-bitfields.exp: Pass string other than test file
14786 name to prepare_for_testing.
14787 (watch): New procedure.
14788 (expect_watchpoint): Use with_test_prefix.
14789 (top level): Factor out tests to ...
14790 (test_watch_location, test_regular_watch): ... these new
14791 procedures, and use with_test_prefix and gdb_continue_to_end.
14792
14793 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14794
14795 PR breakpoints/12526
14796 * gdb.base/watch-bitfields.exp: New file.
14797 * gdb.base/watch-bitfields.c: New file.
14798
14799 2014-09-16 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14802 software and hardware addresses, not software address against
14803 itself.
14804
14805 2014-09-16 Pedro Alves <palves@redhat.com>
14806
14807 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14808 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14809
14810 2014-09-16 Pedro Alves <palves@redhat.com>
14811
14812 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14813 files.
14814 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14815 "*-*-vxworks*" throughout.
14816 * gdb.base/break.exp: Likewise.
14817 * gdb.base/default.exp: Likewise.
14818 * gdb.base/scope.exp: Likewise.
14819 * gdb.base/sepdebug.exp: Likewise.
14820 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14821 throughout.
14822 * gdb.base/run.c: Likewise.
14823 * gdb.base/sepdebug.c: Likewise.
14824 * gdb.hp/gdb.aCC/run.c: Likewise.
14825 * gdb.reverse/until-reverse.c: Likewise.
14826 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14827
14828 2014-09-16 Yao Qi <yao@codesourcery.com>
14829
14830 * boards/local-remote-host-native.exp: New file.
14831
14832 2014-09-14 Doug Evans <xdje42@gmail.com>
14833
14834 * gdb.threads/queue-signal.c (thread_count): New variable.
14835 (thread_count_mutex, thread_count_condvar): New variables.
14836 (incr_thread_count, wait_all_threads_running): New functions.
14837 (main): Wait for all threads to be in their thread functions.
14838
14839 2014-09-13 Doug Evans <xdje42@gmail.com>
14840
14841 * gdb.threads/queue-signal.c: New file.
14842 * gdb.threads/queue-signal.exp: New file.
14843
14844 2014-09-13 Doug Evans <xdje42@gmail.com>
14845
14846 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14847 be consistent with what default_gdb_init uses.
14848 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14849 the plain text of the prompt. Add some logging printfs.
14850 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14851
14852 2014-09-12 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14855 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14856 * gdb.arch/i386-size-overlap.exp: Likewise.
14857 * gdb.arch/i386-size.exp: Likewise.
14858 * gdb.arch/i386-unwind.exp: Likewise.
14859 * gdb.base/a2-run.exp: Likewise.
14860 * gdb.base/break.exp: Likewise.
14861 * gdb.base/charset.exp: Likewise.
14862 * gdb.base/chng-syms.exp: Likewise.
14863 * gdb.base/commands.exp: Likewise.
14864 * gdb.base/dbx.exp: Likewise.
14865 * gdb.base/find.exp: Likewise.
14866 * gdb.base/funcargs.exp: Likewise.
14867 * gdb.base/jit-simple.exp: Likewise.
14868 * gdb.base/reread.exp: Likewise.
14869 * gdb.base/sepdebug.exp: Likewise.
14870 * gdb.base/step-bt.exp: Likewise.
14871 * gdb.cp/mb-inline.exp: Likewise.
14872 * gdb.cp/mb-templates.exp: Likewise.
14873 * gdb.objc/basicclass.exp: Likewise.
14874 * gdb.threads/killed.exp: Likewise.
14875
14876 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14877
14878 PR tdep/17379
14879 * gdb.arch/powerpc-stackless.S: New file.
14880 * gdb.arch/powerpc-stackless.exp: New file.
14881
14882 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14883
14884 * gdb.base/attach.c: Include unistd.h.
14885 (main): Call alarm. Add label postloop.
14886 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14887 gdb_breakpoint, gdb_continue_to_breakpoint.
14888 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14889
14890 2014-09-11 Pedro Alves <palves@redhat.com>
14891
14892 PR gdb/17347
14893 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14894 * gdb.base/attach.exp (test_command_line_attach_run): New
14895 procedure.
14896 (top level): Call it.
14897
14898 2014-09-11 Pedro Alves <palves@redhat.com>
14899
14900 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14901 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14902 (do_command_attach_tests): Use spawn_wait_for_attach.
14903 * gdb.base/solib-overlap.exp: Likewise.
14904 * gdb.multi/multi-attach.exp: Likewise.
14905 * gdb.python/py-prompt.exp: Likewise.
14906 * gdb.python/py-sync-interp.exp: Likewise.
14907 * gdb.server/ext-attach.exp: Likewise.
14908
14909 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14910
14911 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14912 command in testcase. Simplify testcase.
14913
14914 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14915
14916 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14917
14918 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14919
14920 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14921
14922 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14923
14924 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14925
14926 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14927
14928 * gdb.dwarf2/dynarr-ptr.c: New file.
14929 * gdb.dwarf2/dynarr-ptr.exp: New file.
14930
14931 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14932
14933 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14934 of 30 rather than hardcoding 120 for a slow test case. Take the
14935 `gdb,timeout' target setting into account for this calculation.
14936 Don't extend the timeout for the test cases that don't need it.
14937
14938 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14939
14940 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14941 a factor of 2 for a slow test case. Take the `gdb,timeout'
14942 target setting into account for this calculation.
14943 * gdb.reverse/until-precsave.exp: Increase the timeout by
14944 a factor of 15 and 3 respectively rather than adding 120
14945 for a pair of slow test cases. Take the `gdb,timeout'
14946 target setting into account for this calculation.
14947
14948 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14949
14950 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14951 timeout, don't pass one down to gdb_expect.
14952 (gdb_expect): Rework timeout selection.
14953
14954 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14955
14956 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14957 exception on timeout.
14958 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14959 (gdbserver_start_extended): Catch any `gdbserver_start' error
14960 exceptions.
14961 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14962 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14963 `gdbserver_gdb_load' error exceptions.
14964
14965 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14966
14967 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14968 120 on waiting for the TCP socket to open.
14969
14970 2014-09-09 Doug Evans <xdje42@gmail.com>
14971
14972 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14973 _caller_matches, _any_caller_is, _any_caller_matches.
14974
14975 2014-09-09 Doug Evans <xdje42@gmail.com>
14976
14977 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14978
14979 2014-09-09 Yao Qi <yao@codesourcery.com>
14980
14981 * gdb.mi/mi-var-display.exp: Set print symbol off.
14982
14983 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14984
14985 PR gdb/17035
14986 * gdb.base/commands.exp: Add tests to verify user-defined
14987 commands with empty bodies.
14988 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14989 python commands in `show user command`.
14990 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14991 scheme commands in `show user command`.
14992
14993 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 PR python/17355
14996 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14997 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14998 * gdb.python/py-framefilter-invalidarg.exp: New file.
14999 * gdb.python/py-framefilter-invalidarg.py: New file.
15000
15001 2014-09-06 Doug Evans <xdje42@gmail.com>
15002
15003 PR 15276
15004 * gdb.python/py-caller-is.c: New file.
15005 * gdb.python/py-caller-is.exp: New file.
15006
15007 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15008
15009 PR gdb/17235
15010 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15011 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15012
15013 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15014
15015 PR fortran/17237
15016 * gdb.fortran/print-formatted.exp: New file.
15017 * gdb.fortran/print-formatted.f90: Likewise.
15018
15019 2014-09-03 Sasha Smundak <asmundak@google.com>
15020
15021 * gdb.python/py-frame.exp: Test Frame.read_register.
15022
15023 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15024
15025 PR python/16699
15026 * gdb.python/py-completion.exp: New file.
15027 * gdb.python/py-completion.py: Likewise.
15028
15029 2014-08-28 Doug Evans <dje@google.com>
15030
15031 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15032 eax,etc. are live with values set by gdb and thus the compiler can't
15033 use them.
15034 * gdb.arch/i386-pseudo.c (main): Ditto.
15035
15036 2014-08-27 Doug Evans <dje@google.com>
15037
15038 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15039
15040 2014-08-25 Doug Evans <dje@google.com>
15041
15042 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15043 (main): Ditto.
15044
15045 2014-08-25 Doug Evans <dje@google.com>
15046
15047 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15048
15049 2014-08-24 Yao Qi <yao@codesourcery.com>
15050
15051 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15052 symbol off.
15053 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15054
15055 2014-08-22 Doug Evans <dje@google.com>
15056
15057 PR 17276
15058 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15059 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15060 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15061
15062 2014-08-22 Yao Qi <yao@codesourcery.com>
15063
15064 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15065 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15066 * gdb.python/python.exp: Likewise. Use .py file on the host
15067 instead of the build.
15068
15069 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15070
15071 * gdb.threads/gcore-stale-thread.c: New file.
15072 * gdb.threads/gcore-stale-thread.exp: New file.
15073
15074 2014-08-21 Pedro Alves <palves@redhat.com>
15075
15076 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15077 * gdb.base/gcore-relro-pie.exp: Likewise.
15078 * gdb.base/gcore-relro.exp: Likewise.
15079 * gdb.base/gcore.exp: Likewise.
15080 * gdb.base/print-symbol-loading.exp: Likewise.
15081 * gdb.threads/gcore-thread.exp: Likewise.
15082 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15083
15084 2014-08-20 Pedro Alves <palves@redhat.com>
15085 Jan Kratochvil <jan.kratochvil@redhat.com>
15086
15087 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15088 configure.
15089 (EXPECT): Handle READ1 being set.
15090 (all): Depend on EXTRA_RULES.
15091 (check-read1, expect-read1, read1.so, read1): New rules.
15092 * README (Testsuite Parameters): Document the READ1 make variable.
15093 (Race detection): New section.
15094 * configure: Regenerate.
15095 * configure.ac: If build==host==target, and running under a
15096 GNU/glibc system, add read1 to the extra Makefile rules.
15097 (EXTRA_RULES): AC_SUBST it.
15098 * lib/read1.c: New file.
15099
15100 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15101
15102 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15103 the handling of variables declared as a typedef to an array
15104 which a DW_AT_data_location attribute.
15105
15106 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15107 Pedro Alves <palves@redhat.com>
15108
15109 PR symtab/14604
15110 PR symtab/14605
15111 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15112 gdb_test.
15113
15114 2014-08-19 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15117
15118 2014-08-19 Yao Qi <yao@codesourcery.com>
15119
15120 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15121 right line.
15122
15123 2014-08-18 David Blaikie <dblaikie@gmail.com>
15124
15125 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15126
15127 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15128
15129 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15130 attribute in array range.
15131
15132 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15133
15134 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15135
15136 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15137
15138 PR c++/17132
15139 * gdb.cp/pr17132.cc: New file.
15140 * gdb.cp/pr17132.exp: New file.
15141
15142 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15143
15144 * gdb.python/py-xmethods.py (A_getarrayind)
15145 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15146 Use 'print' with function call syntax.
15147 (E_method_matcher.match): Fix tab vs space indentation mixup.
15148
15149 2014-08-15 Yao Qi <yao@codesourcery.com>
15150
15151 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15152 false.
15153
15154 2014-08-15 Yao Qi <yao@codesourcery.com>
15155
15156 * gdb.cp/casts.exp: Set print symbol off.
15157 * gdb.cp/class2.exp: Likewise.
15158 * gdb.cp/overload.exp: Likewise.
15159 * gdb.cp/templates.exp: Likewise.
15160
15161 2014-08-11 Doug Evans <dje@google.com>
15162
15163 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15164 (test_load_shlib): Update.
15165
15166 2014-08-09 Yao Qi <yao@codesourcery.com>
15167
15168 * gdb.base/display.exp: Invoke is_address_zero_readable.
15169 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15170 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15171 * gdb.base/hbreak-unmapped.exp: Return if
15172 is_address_zero_readable returns true.
15173 * gdb.base/signest.exp: Likewise.
15174 * gdb.base/signull.exp: Likewise.
15175 * gdb.base/sigbpt.exp: Likewise.
15176 * gdb.guile/scm-disasm.exp: Do the test if
15177 is_address_zero_readable returns false.
15178 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15179 * gdb.python/py-arch.exp: Likewise.
15180 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15181 * lib/gdb.exp (is_address_zero_readable): New proc.
15182
15183 2014-08-09 Yao Qi <yao@codesourcery.com>
15184
15185 PR testsuite/13443
15186 * gdb.mi/mi-var-display.exp: Make test messages unique.
15187
15188 2014-08-04 Tom Tromey <tromey@redhat.com>
15189
15190 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15191 target 0".
15192
15193 2014-08-04 Tom Tromey <tromey@redhat.com>
15194
15195 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15196 "target_resume".
15197
15198 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15199
15200 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15201 inner_vla_struct_object_size.
15202 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15203 as xfail.
15204
15205 2014-07-30 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15208 comment.
15209
15210 2014-07-29 Yao Qi <yao@codesourcery.com>
15211
15212 PR gdb/17206
15213 * gdb.base/until-nodebug.exp: New.
15214
15215 2014-07-28 Doug Evans <xdje42@gmail.com>
15216
15217 PR guile/17203
15218 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15219 previously existing parameter, and previously ambiguously spelled
15220 parameter.
15221
15222 2014-07-28 Will Newton <will.newton@linaro.org>
15223
15224 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15225
15226 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15227 Doug Evans <xdje42@gmail.com>
15228
15229 PR guile/17146
15230 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15231
15232 2014-07-25 Pedro Alves <palves@redhat.com>
15233
15234 * gdb.threads/signal-command-handle-nopass.c: New file.
15235 * gdb.threads/signal-command-handle-nopass.exp: New file.
15236 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15237 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15238 * gdb.threads/signal-delivered-right-thread.c: New file.
15239 * gdb.threads/signal-delivered-right-thread.exp: New file.
15240
15241 2014-07-25 Pedro Alves <palves@redhat.com>
15242
15243 * gdb.base/double-prompt-target-event-error.exp
15244 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15245 match.
15246 (cancel_pagination_in_target_event): Rework double prompt
15247 detection.
15248 * gdb.base/paginate-after-ctrl-c-running.exp
15249 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15250 <return>' match.
15251 * gdb.base/paginate-bg-execution.exp
15252 (test_bg_execution_pagination_return)
15253 (test_bg_execution_pagination_cancel): Remove '-notransfer
15254 <return>' matches.
15255 * gdb.base/paginate-execution-startup.exp
15256 (test_fg_execution_pagination_return)
15257 (test_fg_execution_pagination_cancel): Remove '-notransfer
15258 <return>' matches.
15259 * gdb.base/paginate-inferior-exit.exp
15260 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15261 match.
15262 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15263 * lib/gdb.exp (pagination_prompt): Run text through
15264 string_to_regexp.
15265 (gdb_test_multiple): Match $pagination_prompt instead of
15266 "<return>".
15267 (string_to_regexp): Move to lib/gdb-utils.exp.
15268
15269 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15270
15271 * gdb.arch/amd64-entry-value-paramref.S: New file.
15272 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15273 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15274 * gdb.arch/amd64-optimout-repeat.S: New file.
15275 * gdb.arch/amd64-optimout-repeat.c: New file.
15276 * gdb.arch/amd64-optimout-repeat.exp: New file.
15277
15278 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15279
15280 PR gdb/17170
15281 * gdb.base/statistics.exp: New file.
15282
15283 2014-07-17 Doug Evans <dje@google.com>
15284
15285 PR gdb/17170
15286 * gdb.base/maint.exp: Update testing of per-command stats.
15287
15288 2014-07-16 Pedro Alves <palves@redhat.com>
15289
15290 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15291 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15292 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15293 (tfile_write_buf): New functions.
15294 (add_memory_block): Rewrite using the above.
15295 (adjust_function_address): New function.
15296 (FUNCTION_ADDRESS): New macro.
15297 (write_basic_trace_file): Remove short_x local, and use
15298 tfile_write_16. Change type of func_addr local to unsigned long
15299 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15300 here. Cast argument of add_memory_block to char pointer.
15301 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15302 (main): Remove parameters.
15303 * gdb.trace/tfile.exp: Remove nowarnings.
15304
15305 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15306
15307 * gdb.base/debug-expr.exp: Test string evaluation with
15308 "debug expression" on.
15309
15310 2014-07-15 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/reread.exp: Use clean_restart.
15313
15314 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15315
15316 * gdb.arch/avr-flash-qualifer.c: New.
15317 * gdb.arch/avr-flash-qualifer.exp: New.
15318
15319 2014-07-14 Pedro Alves <palves@redhat.com>
15320
15321 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15322 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15323
15324 2014-07-14 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/double-prompt-target-event-error.c: New file.
15327 * gdb.base/double-prompt-target-event-error.exp: New file.
15328
15329 2014-07-14 Pedro Alves <palves@redhat.com>
15330
15331 PR gdb/17072
15332 * gdb.base/paginate-inferior-exit.c: New file.
15333 * gdb.base/paginate-inferior-exit.exp: New file.
15334
15335 2014-07-14 Pedro Alves <palves@redhat.com>
15336
15337 PR gdb/17072
15338 * gdb.base/paginate-bg-execution.c: New file.
15339 * gdb.base/paginate-bg-execution.exp: New file.
15340
15341 2014-07-14 Pedro Alves <palves@redhat.com>
15342
15343 PR gdb/17072
15344 * gdb.base/paginate-execution-startup.c: New file.
15345 * gdb.base/paginate-execution-startup.exp: New file.
15346 * lib/gdb.exp (pagination_prompt): New global.
15347 (default_gdb_spawn): New procedure, factored out from
15348 default_gdb_spawn.
15349 (default_gdb_start): Adjust to call default_gdb_spawn.
15350 (gdb_spawn): New procedure.
15351
15352 2014-07-14 Pedro Alves <palves@redhat.com>
15353
15354 * lib/gdb.exp (gdb_assert): New procedure.
15355 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15356
15357 2014-07-14 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.base/execution-termios.c: New file.
15360 * gdb.base/execution-termios.exp: New file.
15361
15362 2014-07-14 Tom Tromey <tromey@redhat.com>
15363
15364 * gdb.cp/vla-cxx.cc: New file.
15365 * gdb.cp/vla-cxx.exp: New file.
15366
15367 2014-07-14 Tom Tromey <tromey@redhat.com>
15368
15369 * gdb.reverse/rerun-prec.c: New file.
15370 * gdb.reverse/rerun-prec.exp: New file.
15371
15372 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15373 Maciej W. Rozycki <macro@codesourcery.com>
15374
15375 * lib/gdb-utils.exp: New file.
15376 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15377 inline `gdb_init_command' processing.
15378 (gdb_start_cmd): Likewise.
15379 * lib/mi-support.exp (mi_run_cmd): Likewise.
15380 * README: Document `gdb_init_command' and `gdb_init_commands'.
15381
15382 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15383
15384 Fix false FAIL running under a very long directory name.
15385 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15386 and "set print elements 10000". Twice.
15387
15388 2014-07-11 Yao Qi <yao@codesourcery.com>
15389
15390 * gdb.base/exprs.exp: "set print symbol off".
15391
15392 2014-07-11 Pedro Alves <palves@redhat.com>
15393
15394 * gdb.threads/kill.c: New file.
15395 * gdb.threads/kill.exp: New file.
15396
15397 2014-07-10 Yao Qi <yao@codesourcery.com>
15398
15399 * gdb.trace/tfile.c (write_basic_trace_file)
15400 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15401 address written to trace file.
15402
15403 2014-07-09 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/attach-wait-input.exp: New file.
15406 * gdb.base/attach-wait-input.c: New file.
15407
15408 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15409
15410 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15411 setting up test structures.
15412 (main): Call new test function.
15413 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15414 test function, continue into test function and walk test
15415 structures.
15416
15417 2014-07-02 Yao Qi <yao@codesourcery.com>
15418
15419 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15420 'bar_start' at the beginning of functions 'foo' and 'bar'
15421 respectively.
15422 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15423 instead of 'foo' and 'bar'.
15424
15425 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15426
15427 * gdb.btrace/segv.exp: New.
15428 * gdb.btrace/segv.c: New.
15429
15430 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15431
15432 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15433 instruction.
15434
15435 2014-06-30 Mark Wielaard <mjw@redhat.com>
15436
15437 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15438 vulture, vilify, villar): New volatile array constants.
15439 (vindictive, vegetation): New const volatile array constants.
15440 * gdb.base/volatile.exp: Test volatile and const volatile array
15441 types.
15442
15443 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15444
15445 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15446 target lacks support for awatch, rwatch, or hbreak.
15447
15448 2014-06-27 Yao Qi <yao@codesourcery.com>
15449
15450 * gdb.multi/dummy-frame-restore.exp: New.
15451 * gdb.multi/dummy-frame-restore.c: New.
15452
15453 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15454
15455 * gdb.btrace/gcore.exp: New.
15456
15457 2014-06-23 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/watchpoint-reuse-slot.c: New file.
15460 * gdb.base/watchpoint-reuse-slot.exp: New file.
15461
15462 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15463
15464 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15465 progspace's filename in 'info', 'enable' and 'disable' command
15466 tests.
15467
15468 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15469
15470 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15471 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15472 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15473
15474 2014-06-20 Gary Benson <gbenson@redhat.com>
15475
15476 * gdb.arch/i386-avx.exp: Fix include file location.
15477 * gdb.arch/i386-sse.exp: Likewise.
15478
15479 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15480
15481 * gdb.dlang/expression.exp: New file.
15482
15483 2014-06-19 Pedro Alves <palves@redhat.com>
15484
15485 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15486 out from ...
15487 (top level): ... here. Iterate running tests under different
15488 scheduler-locking settings.
15489
15490 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15491
15492 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15493 to DW_FORM_addr and use non-zero addresses.
15494
15495 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15496
15497 PR gdb/17017
15498 * gdb.python/py-xmethods.cc: Add global function call counters and
15499 increment them in their respective functions. Remove "cout"
15500 statements.
15501 * gdb.python/py-xmethods.exp: Make tests check the global function
15502 call counters instead of depending on inferior IO.
15503
15504 2014-06-18 Don Breazeal <donb@codesourcery.com>
15505
15506 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15507 Deleted procedure.
15508 (explicit_fork_parent_follow): Deleted procedure.
15509 (explicit_fork_child_follow): Deleted procedure.
15510 (test_follow_fork): New procedure.
15511 (do_fork_tests): Replace calls to deleted procedures with
15512 calls to test_follow_fork and reset GDB for subsequent
15513 procedure calls.
15514
15515 2014-06-17 Yao Qi <yao@codesourcery.com>
15516
15517 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15518 CP1252.
15519
15520 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15521
15522 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15523 Initialize ptr and S explicitly.
15524 (skip_type_update_when_not_use_rtti_test): Likewise.
15525
15526 2014-06-16 Keith Seitz <keiths@redhat.com>
15527
15528 PR mi/15863
15529 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15530 the inferior is started.
15531
15532 2014-06-16 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.base/break-main-file-remove-fail.c: New file.
15535 * gdb.base/break-main-file-remove-fail.exp: New file.
15536 * gdb.base/break-unload-file.exp: Use build_executable instead of
15537 prepare_for_testing.
15538 (test_break): New parameter "initial_load". Handle it.
15539 (top level): Add initial_load cmdline/file axis.
15540
15541 2014-06-12 Tom Tromey <tromey@redhat.com>
15542
15543 * gdb.base/completion.exp: Don't use directory name in test.
15544
15545 2014-06-09 Gary Benson <gbenson@redhat.com>
15546
15547 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15548 separate the always-available ANSI-standard signals from the
15549 signals that require checking.
15550 (main): Likewise.
15551 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15552 Likewise.
15553 (main): Likewise.
15554
15555 2014-06-07 Keith Seitz <keiths@redhat.com>
15556
15557 Revert:
15558 PR c++/16253
15559 * gdb.cp/var-tag.cc: New file.
15560 * gdb.cp/var-tag.exp: New file.
15561 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15562 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15563 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15564 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15565
15566 2014-06-06 Doug Evans <xdje42@gmail.com>
15567
15568 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15569
15570 2014-06-06 Pedro Alves <palves@redhat.com>
15571
15572 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15573 in target debug output instead of looking at RSP packets,
15574 disabling the test on any target that uses hardware stepping.
15575 Update comments.
15576
15577 2014-06-06 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.base/break-unload-file.exp: Fix typo.
15580
15581 2014-06-06 Yao Qi <yao@codesourcery.com>
15582
15583 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15584 from "jit_function" to "^jit_function".
15585
15586 2014-06-06 Yao Qi <yao@codesourcery.com>
15587
15588 * gdb.base/async.c (foo): Add one statement.
15589 * gdb.base/async.exp: Get the next instruction address and
15590 match the output of "nexti" by instruction address. Match
15591 the hex address in the output of "finish".
15592
15593 2014-06-06 Gary Benson <gbenson@redhat.com>
15594
15595 * gdb.base/call-signals.c: Remove preprocessor conditionals
15596 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15597 SIGSEGV and SIGTERM.
15598 * gdb.base/sigall.c: Likewise.
15599 * gdb.base/unwindonsignal.c: Likewise.
15600 * gdb.reverse/sigall-reverse.c: Likewise.
15601
15602 2014-06-06 Yao Qi <yao@codesourcery.com>
15603
15604 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15605 readable, skip the test.
15606
15607 2014-06-06 Yao Qi <yao@codesourcery.com>
15608
15609 * gdb.threads/staticthreads.c (thread_function): Move the line
15610 setting breakpoint on forward.
15611 * gdb.threads/staticthreads.exp: Update comments.
15612
15613 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15614
15615 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15616 "history-append! type error".
15617
15618 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15619
15620 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15621 erroneous dprintf expected input.
15622
15623 2014-06-04 Doug Evans <xdje42@gmail.com>
15624
15625 * gdb.guile/scm-generics.exp: Delete.
15626
15627 2014-06-04 Doug Evans <xdje42@gmail.com>
15628
15629 * gdb.guile/scm-breakpoint.exp: Update.
15630 Add tests for breakpoint registration.
15631
15632 2014-06-04 Tom Tromey <tromey@redhat.com>
15633
15634 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15635 VLA-in-union.
15636 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15637 inner_vla_struct, vla_union types. Initialize objects of those
15638 types and compute their sizes.
15639
15640 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15641 Hui Zhu <hui@codesourcery.com>
15642
15643 * gdb.base/fileio.exp: Add test for shell not available as well as
15644 available.
15645 * gdb.base/fileio.c (test_system): Check for shell twice.
15646
15647 2014-06-04 Yao Qi <yao@codesourcery.com>
15648
15649 * gdb.base/auto-connect-native-target.exp: Remove redundant
15650 space from the regexp pattern.
15651
15652 2014-06-04 Yao Qi <yao@codesourcery.com>
15653
15654 * gdb.base/default.exp: Replace "child" with "native" in
15655 regexp pattern.
15656
15657 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15658
15659 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15660 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15661 * gdb.python/py-xmethods.py: Python script supporting the
15662 new testcase and tests.
15663
15664 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15665 Pedro Alves <palves@redhat.com>
15666
15667 PR breakpoints/17000
15668 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15669 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15670
15671 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15672
15673 * gdb.base/subst.exp: Add tests to verify partial path matching
15674 output.
15675
15676 2014-06-03 Pedro Alves <palves@redhat.com>
15677
15678 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15679 target that doesn't use software single-stepping.
15680
15681 2014-06-03 Pedro Alves <palves@redhat.com>
15682
15683 PR breakpoints/17000
15684 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15685 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15686
15687 2014-06-02 Doug Evans <xdje42@gmail.com>
15688
15689 * gdb.guile/scm-parameter.exp: New file.
15690
15691 2014-06-02 Doug Evans <xdje42@gmail.com>
15692
15693 * gdb.guile/scm-cmd.c: New file.
15694 * gdb.guile/scm-cmd.exp: New file.
15695
15696 2014-06-02 Doug Evans <xdje42@gmail.com>
15697
15698 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15699 pretty-printer lookup.
15700 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15701 (make-pp_s-printer): Call it.
15702 (make-pretty-printer-from-dict): New function.
15703 (lookup-pretty-printer-maker-from-dict): New function.
15704 (*pretty-printer*): Simplify.
15705 (make-objfile-pp_s-printer): New function.
15706 (install-objfile-pretty-printers!): New function.
15707 (make-progspace-pp_s-printer): New function.
15708 (install-progspace-pretty-printers!): New function.
15709 * gdb.guile/scm-progspace.c: New file.
15710 * gdb.guile/scm-progspace.exp: New file.
15711
15712 2014-06-02 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/dprintf-bp-same-addr.c: New file.
15715 * gdb.base/dprintf-bp-same-addr.exp: New file.
15716
15717 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15718
15719 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15720 * gdb.arch/powerpc-power.s: Likewise.
15721
15722 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15723
15724 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15725
15726 2014-06-01 Yao Qi <yao@codesourcery.com>
15727
15728 * gdb.base/watchpoint.exp (test_watch_location): Check null
15729 pointer can be dereferenced. If not, do the test, otherwise
15730 skip it.
15731
15732 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15733
15734 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15735 results.
15736 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15737
15738 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15739
15740 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15741 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15742 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15743 * gdb.arch/amd64-invalid-stack-top.c: New file.
15744 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15745
15746 2014-05-30 Pedro Alves <palves@redhat.com>
15747
15748 PR breakpoints/17000
15749 * gdb.base/sss-bp-on-user-bp.c: New file.
15750 * gdb.base/sss-bp-on-user-bp.exp: New file.
15751
15752 2014-05-30 David Blaikie <dblaikie@gmail.com>
15753
15754 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15755 gnu_inline semantics via attribute.
15756 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15757 source explicitly specifies the required semantics.
15758
15759 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15760
15761 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15762
15763 2014-05-29 Pedro Alves <palves@redhat.com>
15764 Tom Tromey <tromey@redhat.com>
15765
15766 * gdb.base/async-shell.exp: Don't enable target-async.
15767 * gdb.base/async.exp
15768 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15769 parameter. Adjust.
15770 (top level): Don't test with "target-async".
15771 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15772 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15773 * gdb.base/inferior-died.exp: Don't enable target-async.
15774 * gdb.base/interrupt-noterm.exp: Likewise.
15775 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15776 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15777 * gdb.mi/mi-nonstop.exp: Likewise.
15778 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15779 * gdb.mi/mi-nsintrall.exp: Likewise.
15780 * gdb.mi/mi-nsmoribund.exp: Likewise.
15781 * gdb.mi/mi-nsthrexec.exp: Likewise.
15782 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15783 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15784 * gdb.python/py-evsignal.exp: Don't enable target-async.
15785 * gdb.python/py-evthreads.exp: Likewise.
15786 * gdb.python/py-prompt.exp: Likewise.
15787 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15788 * gdb.server/solib-list.exp: Don't enable target-async.
15789 * gdb.threads/thread-specific-bp.exp: Likewise.
15790 * lib/mi-support.exp: Adjust to use mi-async.
15791
15792 2014-05-29 Pedro Alves <palves@redhat.com>
15793
15794 PR gdb/13860
15795 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15796 reason, even in sync mode.
15797
15798 2014-05-29 Pedro Alves <palves@redhat.com>
15799 Hui Zhu <hui@codesourcery.com>
15800
15801 PR PR15693
15802 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15803 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15804 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15805 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15806
15807 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15808
15809 * config/monitor.exp (gdb_target_monitor): Replace use of
15810 "set remotebaud" by "set serial baud".
15811
15812 2014-05-26 Andy Wingo <wingo@igalia.com>
15813
15814 * gdb.guile/scm-breakpoint.exp:
15815 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15816 properties instead of gdb-object-properties.
15817
15818 2014-05-26 Yao Qi <yao@codesourcery.com>
15819
15820 * gdb.server/no-thread-db.exp: Specify source file name
15821 explicitly when setting a breakpoint.
15822
15823 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15824
15825 * gdb.btrace/vdso.c: New.
15826 * gdb.btrace/vdso.exp: New.
15827
15828 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15829
15830 * gdb.base/gcore.exp (capture_command_output): Move ...
15831 * lib/gdb.exp (capture_command_output): ... here.
15832
15833 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15834
15835 * gdb.btrace/data.exp: Test memory access during btrace replay.
15836
15837 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15838
15839 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15840
15841 2014-05-21 Pedro Alves <palves@redhat.com>
15842
15843 PR gdb/13860
15844 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15845 (top level): Test that output related to execution commands is
15846 sent to the console with CLI commands, but not with MI commands.
15847 Test that breakpoint events are always mirrored to the console.
15848 Also expect the new source line to be output after a "next" in
15849 async mode too. Make it a pass/fail test.
15850 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15851 output.
15852 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15853
15854 2014-05-21 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15857 Use them to test variations of "list" after reaching a breakpoint.
15858 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15859 Test "list" with listsize 10 after reaching a breakpoint.
15860 * gdb.python/python.exp (decode_line current location line
15861 number): Adjust expected line number.
15862
15863 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15864
15865 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15866 behavior for $args, pass it directly to "run".
15867
15868 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15869
15870 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15871 30000 to 65536.
15872
15873 2014-05-21 Pedro Alves <palves@redhat.com>
15874
15875 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15876 auto-connect-native-target off".
15877 * gdb.base/auto-connect-native-target.c: New file.
15878 * gdb.base/auto-connect-native-target.exp: New file.
15879
15880 2014-05-21 Pedro Alves <palves@redhat.com>
15881
15882 * gdb.base/default.exp: Test "target native" instead of "target
15883 child".
15884
15885 2014-05-21 Mark Wielaard <mjw@redhat.com>
15886
15887 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15888
15889 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15890
15891 Fix TLS access for -static -pthread.
15892 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15893 <HAVE_TLS> (thread_function, main): Initialize it.
15894 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15895 Add clean_restart.
15896 <$have_tls != "">: Check TLSVAR.
15897
15898 2014-05-21 Pedro Alves <palves@redhat.com>
15899
15900 * gdb.base/dcache-line-read-error.c: New.
15901 * gdb.base/dcache-line-read-error.exp: New.
15902
15903 2014-05-20 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.base/compare-sections.c: New file.
15906 * gdb.base/compare-sections.exp: New file.
15907
15908 2014-05-20 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.base/break-idempotent.c: New file.
15911 * gdb.base/break-idempotent.exp: New file.
15912
15913 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15914
15915 * gdb.btrace/nohist.exp: New.
15916
15917 2014-05-20 Yao Qi <yao@codesourcery.com>
15918
15919 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15920 gdb.reverse directory and gdb_reverse_timeout exists in board
15921 setting.
15922 * README: Document gdb_reverse_timeout.
15923
15924 2014-05-20 Yao Qi <yao@codesourcery.com>
15925
15926 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15927 'test_file_name'. Treat args as a string instead of a list.
15928 (gdb_init): Rename argument 'args' by 'test_file_name'.
15929
15930 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15931
15932 * gdb.arch/powerpc-power.exp: New file.
15933 * gdb.arch/powerpc-power.s: New file.
15934
15935 2014-05-16 Doug Evans <dje@google.com>
15936
15937 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15938 * gdb.base/completion.exp: Check that all expected files exist
15939 before doing file completion.
15940
15941 2014-05-16 Doug Evans <dje@google.com>
15942
15943 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15944 Update.
15945 (do_syscall_tests_without_xml): Update.
15946
15947 2014-05-16 Pedro Alves <palves@redhat.com>
15948
15949 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15950 instead of "unknown output after running".
15951
15952 2014-05-16 Yao Qi <yao@codesourcery.com>
15953
15954 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15955 file1.txt from host at the end.
15956 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15957
15958 2014-05-15 Doug Evans <dje@google.com>
15959
15960 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15961 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15962 loading file. Add test for TU lookup.
15963
15964 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15965
15966 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15967 calling "-exec-arguments" or "set args" before running the
15968 inferior.
15969
15970 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15971
15972 * lib/mi-support.exp (mi_expect_stop): Expect message for
15973 inferiors that exit with non-zero exit code.
15974
15975 2014-05-14 Yao Qi <yao@codesourcery.com>
15976
15977 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15978 match absolute path on remote host.
15979 (test_file_list_exec_source_files): Remove "/" from the
15980 pattern.
15981
15982 2014-05-14 Yao Qi <yao@codesourcery.com>
15983
15984 * boards/local-remote-host-notty.exp (${board}_file): New
15985 proc.
15986
15987 2014-05-07 Kyle McMartin <kyle@redhat.com>
15988
15989 Pushed by Joel Brobecker <brobecker@adacore.com>.
15990 * gdb.arch/aarch64-atomic-inst.c: New file.
15991 * gdb.arch/aarch64-atomic-inst.exp: New file.
15992
15993 2014-05-07 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15996 in current context" too.
15997
15998 2014-05-05 Keith Seitz <keiths@redhat.com>
15999
16000 * gdb.linespec/ls-dollar.exp: Add test for linespec
16001 file:convenience_variable.
16002
16003 2014-05-05 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16006 traceframes into tfile and ctf trace files. Read data from
16007 trace file and test collected data.
16008 (gdb_collect_locals_test): Likewise.
16009 (gdb_unavailable_registers_test): Likewise.
16010 (gdb_unavailable_floats): Likewise.
16011 (gdb_collect_globals_test): Likewise.
16012 (top-level): Append "ctf" to trace_file_targets if GDB
16013 supports.
16014
16015 2014-05-05 Yao Qi <yao@codesourcery.com>
16016
16017 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16018 code to ...
16019 (gdb_collect_args_test_1): ... it. New proc.
16020 (gdb_collect_locals_test): Move some code to ...
16021 (gdb_collect_locals_test_1): ... it. New proc.
16022 (gdb_unavailable_registers_test): Move some code to ...
16023 (gdb_unavailable_registers_test_1): ... it. New proc.
16024 (gdb_unavailable_floats): Move some code to ...
16025 (gdb_unavailable_floats_1): ... it. New proc.
16026
16027 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16028
16029 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16030 probes to test for bitness recognition.
16031 * gdb.arch/amd64-stap-optional-prefix.exp
16032 (test_probe_value_without_reg): New procedure.
16033 Add code to test for different kinds of bitness.
16034
16035 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16036
16037 PR breakpoints/16889
16038 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16039 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16040
16041 2014-05-01 Pedro Alves <palves@redhat.com>
16042
16043 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16044 gdb_file_cmd if no file is specified.
16045 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16046 last_loaded_file to set the remote exec-file.
16047
16048 2014-05-01 Pedro Alves <palves@redhat.com>
16049
16050 * boards/local-remote-host.exp: New file.
16051
16052 2014-05-01 Pedro Alves <palves@redhat.com>
16053
16054 * boards/local-remote-host.exp: Rename to ...
16055 * boards/local-remote-host-notty.exp: ... this.
16056
16057 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16058
16059 * gdb.ada/dyn_arrayidx: New testcase.
16060
16061 2014-04-26 Yao Qi <yao@codesourcery.com>
16062
16063 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16064 and compute the length of function main. Save it in
16065 $main_length.
16066 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16067 (top-level): Use gdb_compile to compile objects into
16068 executable and restart GDB. Remove invocation to
16069 prepare_for_testing.
16070
16071 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16072 Pedro Alves <palves@redhat.com>
16073
16074 PR server/16255
16075 * gdb.multi/multi-attach.c: New file.
16076 * gdb.multi/multi-attach.exp: New file.
16077
16078 2014-04-25 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16081 user.
16082 (top level): Test that "set remote conditional-breakpoints-packet
16083 off" works as intended.
16084 * gdb.base/dprintf.exp: Test that "set remote
16085 breakpoint-commands-packet off" works as intended.
16086 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16087 New function.
16088 (top level): Call it.
16089 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16090 remote fast-tracepoints-packet off" works as intended.
16091 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16092 * lib/gdb.exp (gdb_is_target_remote): ... here.
16093
16094 2014-04-24 David Blaikie <dblaikie@gmail.com>
16095
16096 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16097 ensure clang would not discard them.
16098 * gdb.base/gdbvars.c: Ditto.
16099 * gdb.base/memattr.c: Ditto.
16100 * gdb.base/whatis.c: Ditto.
16101 * gdb.python/py-prettyprint.c: Ditto.
16102 * gdb.trace/actions.c: Ditto.
16103 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16104 ensure clang would not discard it.
16105
16106 2014-04-24 David Blaikie <dblaikie@gmail.com>
16107
16108 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16109 clang to emit the full definition of type required by the test
16110 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16111
16112 2014-04-24 David Blaikie <dblaikie@gmail.com>
16113
16114 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16115 coax Clang into emitting the definition of the type.
16116 * gdb.cp/pr10728-x.h (y): Ditto.
16117 * gdb.cp/pr10728-y.cc (y): Ditto.
16118
16119 2014-04-24 David Blaikie <dblaikie@gmail.com>
16120
16121 * gdb.base/label.exp: XFAIL label related tests under Clang.
16122 * gdb.cp/cplabel.exp: Ditto.
16123 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16124 under Clang those using labels.
16125
16126 2014-04-25 Yao Qi <yao@codesourcery.com>
16127
16128 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16129 double_label.
16130 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16131 partial_label and double_label.
16132
16133 2014-04-24 David Blaikie <dblaikie@gmail.com>
16134
16135 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16136
16137 2014-04-24 David Blaikie <dblaikie@gmail.com>
16138
16139 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16140 of the function to work across GCC and Clang.
16141 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16142 pointer types (const void ** const V void **).
16143
16144 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16145 Walfred Tedeschi <walfred.tedeschi@intel.com>
16146
16147 * Makefile.in (EXECUTABLES): Added i386-avx512.
16148 * gdb.arch/i386-avx512.c: New file.
16149 * gdb.arch/i386-avx512.exp: Likewise.
16150
16151 2014-04-23 Keith Seitz <keiths@redhat.com>
16152
16153 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16154 (mi_make_breakpoint_table): New procedure.
16155 (mi_create_breakpoint): Use mi_make_breakpoint
16156 and return the result.
16157 (mi_make_breakpoint): New procedure.
16158 (mi_build_kv_pairs): New procedure.
16159
16160 * gdb.mi/mi-break.exp: Remove unused globals,
16161 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16162 All callers updated.
16163 * gdb.mi/mi-dprintf.exp: Use variable to track command
16164 number.
16165 Update all callers of mi_create_breakpoint and use
16166 mi_make_breakpoint_table.
16167 Remove any unused global variables.
16168 * gdb.mi/mi-nonstop.exp: Likewise.
16169 * gdb.mi/mi-nsintrall.exp: Likewise.
16170 * gdb.mi/mi-nsmoribund.exp: Likewise.
16171 * gdb.mi/mi-nsthrexec.exp: Likewise.
16172 * gdb.mi/mi-reverse.exp: Likewise.
16173 * gdb.mi/mi-simplerun.exp: Likewise.
16174 * gdb.mi/mi-stepn.exp: Likewise.
16175 * gdb.mi/mi-syn-frame.exp: Likewise.
16176 * gdb.mi/mi-until.exp: Likewise.
16177 * gdb.mi/mi-var-cp.exp: Likewise.
16178 * gdb.mi/mi-var-display.exp: Likewise.
16179 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16180 * gdb.mi/mi2-var-child.exp: Likewise.
16181 * gdb.mi/mi-vla-c99.exp: Likewise.
16182 * lib/mi-support.exp: Likewise.
16183
16184 From Ian Lance Taylor <iant@cygnus.com>:
16185 * lib/gdb.exp (parse_args): New procedure.
16186
16187 2014-04-23 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.base/break-unload-file.c: New file.
16190 * gdb.base/break-unload-file.exp: New file.
16191 * gdb.base/sym-file-lib.c (baz): New function.
16192 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16193 field.
16194 (load): Store the segment's mapped size.
16195 (unload): New function.
16196 (unload_shlib): New function.
16197 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16198 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16199 set a breakpoint at baz, and call it.
16200 * gdb.base/sym-file.exp: New tests for stale breakpoint
16201 instructions.
16202
16203 2014-04-23 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16206 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16207 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16208 * gdb.base/hbreak-unmapped.c: New file.
16209 * gdb.base/hbreak-unmapped.exp: New file.
16210 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16211 * lib/gdb.exp (gdb_is_target_remote): ... here.
16212
16213 2014-04-22 Pedro Alves <palves@redhat.com>
16214
16215 * gdb.base/consecutive-step-over.c: New file.
16216 * gdb.base/consecutive-step-over.exp: New file.
16217
16218 2014-04-22 Pedro Alves <palves@redhat.com>
16219
16220 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16221 instead of send_gdb/gdb_expect.
16222
16223 2014-04-22 Yao Qi <yao@codesourcery.com>
16224
16225 * lib/trace-support.exp (generate_tracefile): New procedure.
16226 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16227 return 0.
16228 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16229 if generate_tracefile returns 1.
16230
16231 2014-04-18 Tom Tromey <palves@redhat.com>
16232 Pedro alves <tromey@redhat.com>
16233
16234 PR backtrace/15558
16235 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16236 with a backtrace limit.
16237 * gdb.python/py-frame-inline.exp: Test running to an inline
16238 function with a backtrace limit, and printing the newest frame.
16239 * gdb.python/py-frame-inline.c (main): Call f.
16240
16241 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16242
16243 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16244
16245 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16246
16247 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16248 Drop prefix from unsupported source file path.
16249
16250 2014-04-17 Yao Qi <yao@codesourcery.com>
16251
16252 * lib/gdb.exp (with_target_charset): New proc.
16253 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16254 with_target_charset.
16255 (test_print_strings): Likewise.
16256 (test_repeat_bytes): Likewise.
16257 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16258 for some tests.
16259
16260 2014-04-16 Keith Seitz <keiths@redhat.com>
16261
16262 PR gdb/15827
16263 * gdb.dwarf2/corrupt.c: New file.
16264 * gdb.dwarf2/corrupt.exp: New file.
16265
16266 2014-04-16 Keith Seitz <keiths@redhat.com>
16267
16268 PR c++/16597
16269 * gdb.cp/namelessclass.cc: New file.
16270 * gdb.cp/namelessclass.exp: New file.
16271 * gdb.cp/namelessclass.S: New file.
16272
16273 2014-04-16 Doug Evans <dje@google.com>
16274
16275 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16276 Add comment.
16277 (gdbserver_default_get_comm_port): New function.
16278 (gdbserver_start): Check if board file provided
16279 "gdbserver,get_comm_port" and use it if so.
16280 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16281 (gdb,socketport): Set to "stdio".
16282 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16283 (stdio_gdbserver_template): Delete.
16284 (${board}_get_remote_address): Update.
16285 (${board}_build_remote_cmd): Delete.
16286 (${board}_get_comm_port): New function.
16287 (${board}_spawn): Update.
16288 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16289 Delete.
16290 (${board}_get_remote_address): Update.
16291 (${board}_get_comm_port): New function.
16292
16293 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16294
16295 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16296 appearing in any order.
16297
16298 2014-04-15 Doug Evans <dje@google.com>
16299
16300 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16301 uninitialized value of "description".
16302
16303 2014-04-15 Keith Seitz <keiths@redhat.com>
16304
16305 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16306 Remove unused globals.
16307 (test_running_the_program): Likewise.
16308 (test_controlled_execution): Likewise.
16309 (test_controlling_breakpoints): Likewise.
16310 (test_program_termination): Likewise.
16311
16312 2014-04-15 Keith Seitz <keiths@redhat.com>
16313
16314 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16315 unused globals.
16316 (test_rbreak_creation_and_listing): Likewise.
16317 (test_ignore_count): Likewise.
16318 (test_error): Likewise.
16319
16320 2014-04-15 Pedro Alves <palves@redhat.com>
16321
16322 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16323 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16324 sym-file-loader.c.
16325 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16326 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16327 to sym-file-loader.c.
16328 (struct library): Forward declare.
16329 (load_shlib, lookup_function): Change prototypes.
16330 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16331 (translate_offset): Remove declarations.
16332 (get_text_addr): New declaration.
16333 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16334 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16335 sym-file-loader.h.
16336 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16337 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16338 here from sym-file-loader.h.
16339 (struct library): New structure.
16340 (load_shlib, lookup_function): Change prototypes and adjust to
16341 work with a struct library.
16342 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16343 (translate_offset): Make static.
16344 (get_text_addr): New function.
16345 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16346
16347 2014-04-15 Pedro Alves <palves@redhat.com>
16348
16349 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16350
16351 2014-04-15 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.base/sym-file-loader.c: Include <limits.h>.
16354 (SELF_LINK): New define.
16355 (get_origin): New function.
16356 (load_shlib): Use it.
16357 * gdb.base/sym-file.exp: Don't early return if the target is
16358 remote. Use runto_main, and issue fail is that fails. Use
16359 gdb_load_shlibs.
16360 (shlib_name): Delete.
16361 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16362
16363 2014-04-15 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.base/sym-file.exp: Remove regex characters from test
16366 message. Don't refer to breakpoint numbers in test messages.
16367
16368 2014-04-14 Keith Seitz <keiths@redhat.com>
16369
16370 PR c++/16253
16371 * gdb.cp/var-tag.cc: New file.
16372 * gdb.cp/var-tag.exp: New file.
16373 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16374 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16375 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16376 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16377
16378 2014-04-14 Tom Tromey <tromey@redhat.com>
16379
16380 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16381 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16382 type.
16383 * gdb.cp/enum-class.exp: New file.
16384 * gdb.cp/enum-class.cc: New file.
16385
16386 2014-04-14 Tom Tromey <tromey@redhat.com>
16387
16388 * gdb.dwarf2/enum-type.exp: New file.
16389
16390 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16391
16392 * gdb.mi/mi-vla-c99.exp: New file.
16393 * gdb.mi/vla.c: New file.
16394
16395 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16396
16397 * gdb.base/vla-datatypes.c: New file.
16398 * gdb.base/vla-datatypes.exp: New file.
16399
16400 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16401
16402 * gdb.base/vla-ptr.c: New file.
16403 * gdb.base/vla-ptr.exp: New file.
16404
16405 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16406
16407 * gdb.dwarf2/count.exp: New file.
16408
16409 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16410
16411 * gdb.base/vla-sideeffect.c: New file.
16412 * gdb.base/vla-sideeffect.exp: New file.
16413
16414 2014-04-14 David Blaikie <dblaikie@gmail.com>
16415
16416 * gdb.mi/non-stop.c: Add return value for non-void function return
16417 statement.
16418 * gdb.threads/staticthreads.c: Ditto.
16419
16420 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16421 Doug Evans <xdje42@gmail.com>
16422
16423 * gdb.guile/scm-value.c: Improve test case.
16424 * gdb.guile/scm-value.exp: Add new test.
16425
16426 2014-04-11 David Blaikie <dblaikie@gmail.com>
16427
16428 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16429 override Clang's default.
16430
16431 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16432
16433 Revert the following changes (regressions):
16434
16435 * gdb.base/vla-sideeffect.c: New file.
16436 * gdb.base/vla-sideeffect.exp: New file.
16437
16438 * gdb.dwarf2/count.exp: New file.
16439
16440 * gdb.base/vla-multi.c: New file.
16441 * gdb.base/vla-multi.exp: New file.
16442
16443 * gdb.base/vla-ptr.c: New file.
16444 * gdb.base/vla-ptr.exp: New file.
16445
16446 * gdb.base/vla-datatypes.c: New file.
16447 * gdb.base/vla-datatypes.exp: New file.
16448
16449 * gdb.mi/mi-vla-c99.exp: New file.
16450 * gdb.mi/vla.c: New file.
16451
16452 2014-04-11 Keith Seitz <keiths@redhat.com>
16453
16454 PR c++/16675
16455 * gdb.cp/cpsizeof.exp: New file.
16456 * gdb.cp/cpsizeof.cc: New file.
16457
16458 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16459
16460 * gdb.mi/mi-vla-c99.exp: New file.
16461 * gdb.mi/vla.c: New file.
16462
16463 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16464
16465 * gdb.base/vla-datatypes.c: New file.
16466 * gdb.base/vla-datatypes.exp: New file.
16467
16468 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16469
16470 * gdb.base/vla-ptr.c: New file.
16471 * gdb.base/vla-ptr.exp: New file.
16472
16473 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16474
16475 * gdb.base/vla-multi.c: New file.
16476 * gdb.base/vla-multi.exp: New file.
16477
16478 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16479
16480 * gdb.dwarf2/count.exp: New file.
16481
16482 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16483
16484 * gdb.base/vla-sideeffect.c: New file.
16485 * gdb.base/vla-sideeffect.exp: New file.
16486
16487 2014-04-11 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.base/completion.exp: Check file exists before running tests
16490 on file completion.
16491
16492 2014-04-10 Pedro Alves <palves@redhat.com>
16493
16494 * gdb.base/cond-eval-mode.c: New file.
16495 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16496 prepare_for_testing to build the new file. Check result of
16497 runto_main.
16498 (test_break, test_watch): New procedures.
16499 (top level): Use them.
16500
16501 2014-04-08 Pierre Muller <muller@sourceware.org>
16502
16503 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16504 Ctrl-V use for mingw hosts.
16505
16506 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16507
16508 * gdb.python/py-value.c: Improve test case.
16509 * gdb.python/py-value.exp: Add new test.
16510
16511 2014-04-07 David Blaikie <dblaikie@gmail.com>
16512
16513 * lib/compiler.c: Identify the clang compiler.
16514 * lib/compiler.cc: Ditto.
16515
16516 2014-04-03 Yao Qi <yao@codesourcery.com>
16517
16518 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16519
16520 2014-04-01 Anton Blanchard <anton@samba.org>
16521
16522 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16523 messages unique.
16524
16525 2014-04-01 Anton Blanchard <anton@samba.org>
16526
16527 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16528 prepare_for_testing.
16529
16530 2014-04-01 Anton Blanchard <anton@samba.org>
16531
16532 * gdb.arch/ppc64-atomic-inst.c: Remove.
16533 * gdb.arch/ppc64-atomic-inst.S: New file.
16534 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16535
16536 2014-03-31 Doug Evans <dje@google.com>
16537
16538 * gdb.base/print-symbol-loading-lib.c: New file.
16539 * gdb.base/print-symbol-loading-main.c: New file.
16540 * gdb.base/print-symbol-loading.exp: New file.
16541
16542 2014-03-31 Yao Qi <yao@codesourcery.com>
16543
16544 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16545
16546 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16547
16548 * gdb.ada/mi_dyn_arr: New testcase.
16549
16550 2014-03-27 Doug Evans <dje@google.com>
16551
16552 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16553
16554 2014-03-27 Yao Qi <yao@codesourcery.com>
16555
16556 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16557 if target is nios2-*-*.
16558
16559 2014-03-26 Yao Qi <yao@codesourcery.com>
16560
16561 * lib/gdb.exp (readline_is_used): New proc.
16562 * gdb.base/completion.exp: Move tests on command complete up.
16563 Skip the rest of tests if readline is not used.
16564 * gdb.ada/complete.exp: Skp the test if readline is not
16565 used.
16566 * gdb.base/filesym.exp: Likewise.
16567 * gdb.base/macscp.exp: Likewise.
16568 * gdb.base/readline-ask.exp: Likewise.
16569 * gdb.base/readline.exp: Likewise.
16570 * gdb.python/py-cmd.exp: Likewise.
16571 * gdb.trace/tfile.exp: Likewise.
16572
16573 2014-03-26 Yao Qi <yao@codesourcery.com>
16574
16575 * gdb.base/macscp.exp: Fix code format issues.
16576
16577 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16578
16579 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16580 * gdb.asm/powerpc64le.inc: New file.
16581
16582 2014-03-25 Pedro Alves <palves@redhat.com>
16583 Doug Evans <dje@google.com>
16584
16585 * gdb.base/source-execution.c: New file.
16586 * gdb.base/source-execution.exp: New file.
16587 * gdb.base/source-execution.gdb: New file.
16588
16589 2014-03-24 Doug Evans <dje@google.com>
16590
16591 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16592 using fission.
16593
16594 2014-03-24 Hui Zhu <hui@codesourcery.com>
16595 Pedro Alves <palves@redhat.com>
16596
16597 PR breakpoints/16101
16598 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16599 test pass/fail messages. Detect missing support for dprintf when
16600 breakpoints are actually inserted.
16601 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16602 breakpoints are actually inserted.
16603 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16604 fails.
16605
16606 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16607
16608 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16609
16610 2014-03-22 Doug Evans <xdje42@gmail.com>
16611
16612 * gdb.python/python.exp (python not supported): Verify multi-line
16613 python command issues an error.
16614 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16615 guile command issues an error.
16616
16617 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16618
16619 * gdb.threads/thread-specific.exp: Handle the lack of usable
16620 $this_breakpoint and $this_thread.
16621
16622 2014-03-21 Hui Zhu <hui@codesourcery.com>
16623
16624 * gdb.base/attach.exp (do_command_attach_tests): New.
16625
16626 2014-03-20 Tom Tromey <tromey@redhat.com>
16627 Pedro Alves <palves@redhat.com>
16628
16629 PR cli/15718
16630 * gdb.base/condbreak-call-false.c: New file.
16631 * gdb.base/condbreak-call-false.exp: New file.
16632
16633 2014-03-20 Pedro Alves <palves@redhat.com>
16634
16635 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16636 Delete.
16637 (block_signals, unblock_signals): Delete.
16638 (child_function_2, main): Remove references to deleted variable
16639 and functions.
16640
16641 2014-03-20 Pedro Alves <palves@redhat.com>
16642
16643 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16644 Use pthread_kill to signal thread 2.
16645 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16646 Adjust to make the test send itself a signal rather than using the
16647 host's "kill" command.
16648
16649 2014-03-20 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.threads/multiple-step-overs.c: New file.
16652 * gdb.threads/multiple-step-overs.exp: New file.
16653 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16654 Adjust expected infrun debug output.
16655
16656 2014-03-20 Pedro Alves <palves@redhat.com>
16657
16658 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16659 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16660
16661 2014-03-20 Pedro Alves <palves@redhat.com>
16662
16663 PR breakpoints/7143
16664 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16665 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16666 of gdb_test_multiple.
16667 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16668 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16669
16670 2014-03-20 Pedro Alves <palves@redhat.com>
16671
16672 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16673 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16674
16675 2014-03-19 Pedro Alves <palves@redhat.com>
16676
16677 * gdb.base/async.exp: Remove early return.
16678
16679 2014-03-19 Pedro Alves <palves@redhat.com>
16680
16681 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16682
16683 2014-03-19 Pedro Alves <palves@redhat.com>
16684
16685 * gdb.base/async.exp (test_background): Expect \r\n after
16686 "completed." in the fail pattern.
16687
16688 2014-03-19 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.base/async.exp (test_background): New procedure.
16691 Use it for all background execution command tests.
16692
16693 2014-03-19 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/async.exp: Use prepare_for_testing.
16696
16697 2014-03-19 Pedro Alves <palves@redhat.com>
16698
16699 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16700 the same line.
16701
16702 2014-03-19 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.base/async.c (main): Add "jump here" and "until here" line
16705 marker comments.
16706 * gdb.base/async.exp (jump_here): New global.
16707 (jump& test): Use it.
16708 (until_here): New global.
16709 (until& test): Use it.
16710
16711 2014-03-19 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.base/async.exp: Don't frob gdb_protocol.
16714
16715 2014-03-18 Doug Evans <xdje42@gmail.com>
16716
16717 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16718 Fix spelling of exec-done-display.
16719
16720 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16721
16722 PR gdb/15358
16723 * gdb.base/gdb-sigterm.c: New file.
16724 * gdb.base/gdb-sigterm.exp: New file.
16725
16726 2014-03-18 Pedro Alves <palves@redhat.com>
16727
16728 PR gdb/13860
16729 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16730 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16731 solib-event.
16732
16733 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16734
16735 * gdb.ada/pckd_arr_ren: New testcase.
16736
16737 2014-03-13 Doug Evans <xdje42@gmail.com>
16738
16739 PR guile/16612
16740 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16741 collect after discarding symbols.
16742
16743 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16744 Doug Evans <xdje42@gmail.com>
16745
16746 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16747 to history survives a gc.
16748
16749 2014-03-13 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.base/default.exp: Don't test "target procfs".
16752
16753 2014-03-13 Pedro Alves <palves@redhat.com>
16754
16755 * gdb.base/default.exp: Update "target child" and "target procfs"
16756 tests to not expect "Unix".
16757
16758 2014-03-12 Tom Tromey <tromey@redhat.com>
16759
16760 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16761 New procs. Add target-async tests.
16762 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16763 Add target-async tests.
16764
16765 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16766
16767 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16768 'func_start' and 'func_end' for the beginning and end of the
16769 function code, respectively.
16770 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16771 'func_end' instead of 'func' and 'main'.
16772
16773 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16774
16775 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16776 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16777 generate the debug info assembler source.
16778
16779 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16780
16781 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16782 * gdb.dwarf2/arr-subrange.exp: Likewise.
16783 * gdb.dwarf2/dwz.exp: Likewise.
16784 * gdb.dwarf2/method-ptr.exp: Likewise.
16785 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16786 * gdb.dwarf2/subrange.exp: Likewise.
16787 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16788 * gdb.dwarf2/implptrpiece.exp: Likewise.
16789 * gdb.dwarf2/nostaticblock.exp: Likewise.
16790
16791 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16792
16793 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16794 directory to absolute path name arguments.
16795
16796 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.ada/tagged_access: New testcase.
16799
16800 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16801
16802 * gdb.btrace/data.exp: Update expected output.
16803
16804 2014-03-06 Yao Qi <yao@codesourcery.com>
16805
16806 * gdb.trace/pr16508.exp: New file.
16807
16808 2014-03-05 Pedro Alves <palves@redhat.com>
16809
16810 PR gdb/16575
16811 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16812 procedure.
16813 (top level): Adjust to use it. Add tests that exercise breakpoint
16814 interaction with the code-cache.
16815
16816 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16817
16818 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16819 test for 'history-append!'.
16820
16821 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16822
16823 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16824 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16825 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16826 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16827 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16828 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16829
16830 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16831
16832 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16833 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16834 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16835
16836 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16837
16838 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16839
16840 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16841
16842 * gdb.dwarf2/arr-stride.c: New file.
16843 * gdb.dwarf2/arr-stride.exp: New file.
16844
16845 2014-02-26 Pedro Alves <palves@redhat.com>
16846
16847 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16848 that won't ever trigger. Make sure that GDB reports the correct
16849 breakpoint that caused the stop.
16850
16851 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16852
16853 PR gdb/16626
16854 * gdb.base/auto-load-script: New file.
16855 * gdb.base/auto-load.c: New file.
16856 * gdb.base/auto-load.exp: New file.
16857
16858 PR gdb/16626
16859 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16860
16861 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16862
16863 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16864 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16865
16866 2014-02-24 Doug Evans <dje@google.com>
16867
16868 * lib/gdb.exp (run_on_host): Log error output if program fails.
16869
16870 2014-02-21 Pedro Alves <palves@redhat.com>
16871
16872 * gdb.threads/step-after-sr-lock.c: Rename to ...
16873 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16874 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16875 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16876 ... this.
16877
16878 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16879
16880 PR tdep/16397
16881 * gdb.arch/amd64-stap-special-operands.exp: New file.
16882 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16883 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16884 * gdb.arch/amd64-stap-triplet.S: Likewise.
16885 * gdb.arch/amd64-stap-triplet.c: Likewise.
16886
16887 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16888
16889 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16890 in .section pseudo-op.
16891
16892 2014-02-20 lin zuojian <manjian2006@gmail.com>
16893 Joel Brobecker <brobecker@adacore.com>
16894 Doug Evans <xdje42@gmail.com>
16895
16896 PR symtab/16581
16897 * gdb.dwarf2/dw2-icycle.S: New file.
16898 * gdb.dwarf2/dw2-icycle.c: New file.
16899 * gdb.dwarf2/dw2-icycle.exp: New file.
16900
16901 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16902
16903 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16904 operations on gdb.Value objects.
16905 * gdb.python/py-value-cc.exp: Add new test to test operations on
16906 gdb.Value objects.
16907
16908 2014-02-18 Doug Evans <dje@google.com>
16909
16910 * Makefile.in (TESTS): New variable.
16911 (expanded_tests, expanded_tests_or_none): New variables
16912 (check-single): Pass $(expanded_tests_or_none) to runtest.
16913 (check-parallel): Only run tests in $(TESTS) if non-empty.
16914 (check/no-matching-tests-found): New rule.
16915 * README: Document TESTS makefile variable.
16916
16917 2014-02-18 Doug Evans <dje@google.com>
16918
16919 * Makefile.in (check-parallel): rm -rf outputs temp.
16920
16921 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16922
16923 Fix "ERROR: no fileid for" in the testsuite.
16924 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16925
16926 2014-02-12 Doug Evans <dje@google.com>
16927
16928 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16929 (MISCELLANEOUS): New variable.
16930 (clean): rm -rf $(MISCELLANEOUS).
16931 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16932 dwp live in the same directory as symlinks, with each symlink pointed
16933 to a differently named file in a different directory.
16934
16935 2014-02-11 Doug Evans <dje@google.com>
16936
16937 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16938 of Tcl file commands.
16939
16940 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16941
16942 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16943 "kill -SIGUSR1 -1".
16944
16945 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16946
16947 * gdb.ada/tick_length_array_enum_idx: New testcase.
16948
16949 2014-02-10 Doug Evans <xdje42@gmail.com>
16950
16951 * configure.ac (AC_OUTPUT): Add gdb.guile.
16952 * configure: Regenerate.
16953 * lib/gdb-guile.exp: New file.
16954 * lib/gdb.exp (get_target_charset): New function.
16955 * gdb.base/help.exp: Update expected output from "apropos apropos".
16956 * gdb.guile/Makefile.in: New file.
16957 * gdb.guile/guile.exp: New file.
16958 * gdb.guile/scm-arch.c: New file.
16959 * gdb.guile/scm-arch.exp: New file.
16960 * gdb.guile/scm-block.c: New file.
16961 * gdb.guile/scm-block.exp: New file.
16962 * gdb.guile/scm-breakpoint.c: New file.
16963 * gdb.guile/scm-breakpoint.exp: New file.
16964 * gdb.guile/scm-disasm.c: New file.
16965 * gdb.guile/scm-disasm.exp: New file.
16966 * gdb.guile/scm-equal.c: New file.
16967 * gdb.guile/scm-equal.exp: New file.
16968 * gdb.guile/scm-error.exp: New file.
16969 * gdb.guile/scm-error.scm: New file.
16970 * gdb.guile/scm-frame-args.c: New file.
16971 * gdb.guile/scm-frame-args.exp: New file.
16972 * gdb.guile/scm-frame-args.scm: New file.
16973 * gdb.guile/scm-frame-inline.c: New file.
16974 * gdb.guile/scm-frame-inline.exp: New file.
16975 * gdb.guile/scm-frame.c: New file.
16976 * gdb.guile/scm-frame.exp: New file.
16977 * gdb.guile/scm-generics.exp: New file.
16978 * gdb.guile/scm-gsmob.exp: New file.
16979 * gdb.guile/scm-iterator.c: New file.
16980 * gdb.guile/scm-iterator.exp: New file.
16981 * gdb.guile/scm-math.c: New file.
16982 * gdb.guile/scm-math.exp: New file.
16983 * gdb.guile/scm-objfile-script-gdb.in: New file.
16984 * gdb.guile/scm-objfile-script.c: New file.
16985 * gdb.guile/scm-objfile-script.exp: New file.
16986 * gdb.guile/scm-objfile.c: New file.
16987 * gdb.guile/scm-objfile.exp: New file.
16988 * gdb.guile/scm-ports.exp: New file.
16989 * gdb.guile/scm-pretty-print.c: New file.
16990 * gdb.guile/scm-pretty-print.exp: New file.
16991 * gdb.guile/scm-pretty-print.scm: New file.
16992 * gdb.guile/scm-section-script.c: New file.
16993 * gdb.guile/scm-section-script.exp: New file.
16994 * gdb.guile/scm-section-script.scm: New file.
16995 * gdb.guile/scm-symbol.c: New file.
16996 * gdb.guile/scm-symbol.exp: New file.
16997 * gdb.guile/scm-symtab-2.c: New file.
16998 * gdb.guile/scm-symtab.c: New file.
16999 * gdb.guile/scm-symtab.exp: New file.
17000 * gdb.guile/scm-type.c: New file.
17001 * gdb.guile/scm-type.exp: New file.
17002 * gdb.guile/scm-value-cc.cc: New file.
17003 * gdb.guile/scm-value-cc.exp: New file.
17004 * gdb.guile/scm-value.c: New file.
17005 * gdb.guile/scm-value.exp: New file.
17006 * gdb.guile/source2.scm: New file.
17007 * gdb.guile/types-module.cc: New file.
17008 * gdb.guile/types-module.exp: New file.
17009
17010 2014-02-10 Yao Qi <yao@codesourcery.com>
17011
17012 PR testsuite/16543
17013 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17014 * configure: Regenerated.
17015 * Makefile.in: New file.
17016
17017 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17018
17019 * gdb.python/py-framefilter.exp: Fix typo.
17020
17021 2014-02-08 Yao Qi <yao@codesourcery.com>
17022
17023 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17024 that no =breakpoint-modified is emitted when breakpoints are
17025 modified through MI commands.
17026
17027 2014-02-07 Pedro Alves <pedro@codesourcery.com>
17028 Pedro Alves <palves@redhat.com>
17029
17030 * gdb.threads/step-after-sr-lock.c: New file.
17031 * gdb.threads/step-after-sr-lock.exp: New file.
17032
17033 2014-02-07 Pedro Alves <palves@redhat.com>
17034
17035 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17036
17037 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17038
17039 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17040 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17041
17042 2014-02-06 Doug Evans <xdje42@gmail.com>
17043
17044 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17045 output.
17046
17047 * gdb.gdb/python-interrupts.exp: New file.
17048
17049 2014-02-05 Yao Qi <yao@codesourcery.com>
17050
17051 * gdb.trace/report.exp (use_collected_data): Test the output
17052 of "info threads" and "info inferiors".
17053
17054 2014-02-05 Yao Qi <yao@codesourcery.com>
17055
17056 Revert this patch:
17057
17058 2013-05-24 Yao Qi <yao@codesourcery.com>
17059
17060 * gdb.trace/tfile.exp: Test inferior and thread.
17061
17062 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17063
17064 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17065 on a function.
17066 * gdb.base/step-bt.c: Call hello via function pointer to make
17067 sure its first instruction is executed on powerpc64le-linux.
17068
17069 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17070
17071 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17072
17073 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17074
17075 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17076 of the test patterns for use on little-endian systems.
17077
17078 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17079
17080 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17081 (decimal_vector): Fix for little-endian.
17082
17083 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17084
17085 * gdb.arch/sparc-sysstep.exp: New file.
17086 * gdb.arch/sparc-sysstep.c: Likewise.
17087
17088 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17089
17090 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17091
17092 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17093
17094 2014-01-23 Tom Tromey <tromey@redhat.com>
17095
17096 * gdb.ada/array_char_idx: New testcase.
17097
17098 2014-01-23 Tom Tromey <tromey@redhat.com>
17099
17100 PR python/16487:
17101 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17102 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17103 classes.
17104
17105 2014-01-23 Tom Tromey <tromey@redhat.com>
17106
17107 PR python/16491:
17108 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17109 string from an inferior frame.
17110 * gdb.python/py-framefilter-mi.exp: Update.
17111
17112 2014-01-22 Doug Evans <dje@google.com>
17113
17114 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17115
17116 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17117
17118 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17119
17120 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17121
17122 * gdb.trace/entry-values.exp: Remove excess space character from
17123 regex patterns. Handle s390 call instruction.
17124
17125 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17126
17127 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17128 define "*_start" label. Make "name" static.
17129 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17130 ${name} by references to ${name}_start.
17131
17132 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17133
17134 * gdb.base/info-macros.exp: Remove "debug" from the compile
17135 options.
17136
17137 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17138
17139 * gdb.dlang/demangle.exp: New file.
17140
17141 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17142
17143 * gdb.dlang/primitive-types.exp: New file.
17144
17145 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17146
17147 * configure.ac: Create gdb.dlang/Makefile.
17148 * configure: Regenerate.
17149 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17150 * gdb.dlang/Makefile.in: New file.
17151 * lib/d-support.exp: New file.
17152 * lib/gdb.exp (skip_d_tests): New proc.
17153
17154 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17155
17156 * gdb.btrace/delta.exp: Check reverse stepi.
17157 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17158 * gdb.btrace/finish.exp: New.
17159 * gdb.btrace/next.exp: New.
17160 * gdb.btrace/nexti.exp: New.
17161 * gdb.btrace/record_goto.c: Add comments.
17162 * gdb.btrace/step.exp: New.
17163 * gdb.btrace/stepi.exp: New.
17164 * gdb.btrace/multi-thread-step.c: New.
17165 * gdb.btrace/multi-thread-step.exp: New.
17166 * gdb.btrace/rn-dl-bind.c: New.
17167 * gdb.btrace/rn-dl-bind.exp: New.
17168 * gdb.btrace/data.c: New.
17169 * gdb.btrace/data.exp: New.
17170 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17171
17172 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17173
17174 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17175 * gdb.btrace/exception.exp: Update.
17176 * gdb.btrace/instruction_history.exp: Update.
17177 * gdb.btrace/record_goto.exp: Update.
17178 * gdb.btrace/tailcall.exp: Update.
17179 * gdb.btrace/unknown_functions.exp: Update.
17180 * gdb.btrace/delta.exp: New.
17181
17182 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17183
17184 * gdb.btrace/record_goto.exp: Add backtrace test.
17185 * gdb.btrace/tailcall.exp: Add backtrace test.
17186
17187 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17188
17189 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17190 * gdb.btrace/record_goto.c: New.
17191 * gdb.btrace/record_goto.exp: New.
17192 * gdb.btrace/x86-record_goto.S: New.
17193
17194 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17195
17196 * gdb.btrace/function_call_history.exp: Update tests.
17197 * gdb.btrace/instruction_history.exp: Update tests.
17198
17199 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17200
17201 * gdb.btrace/function_call_history.exp: Fix expected field
17202 order for "record function-call-history".
17203 Add new tests for "record function-call-history /c".
17204 * gdb.btrace/exception.cc: New.
17205 * gdb.btrace/exception.exp: New.
17206 * gdb.btrace/tailcall.exp: New.
17207 * gdb.btrace/x86-tailcall.S: New.
17208 * gdb.btrace/x86-tailcall.c: New.
17209 * gdb.btrace/unknown_functions.c: New.
17210 * gdb.btrace/unknown_functions.exp: New.
17211 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17212
17213 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17214
17215 * gdb.btrace/instruction_history.exp: Update.
17216 * gdb.btrace/function_call_history.exp: Update.
17217
17218 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17219
17220 * gdb.btrace/function_call_history.exp: Fix expected function
17221 trace.
17222 * gdb.btrace/instruction_history.exp: Initialize traced.
17223 Remove traced_functions.
17224
17225 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17226
17227 * gdb.btrace/function_call_history.exp: Update
17228 * gdb.btrace/instruction_history.exp: Update.
17229
17230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17231
17232 * gdb.btrace/enable.exp: Update expected text.
17233
17234 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17235
17236 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17237 bytes.
17238
17239 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17240
17241 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17242
17243 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17244
17245 * lib/gdb.exp (supports_process_record): Return true for
17246 arm*-linux*. (supports_reverse): Likewise.
17247
17248 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17249
17250 PR python/15464
17251 PR python/16113
17252 * gdb.python/py-type.c: Enhance test case.
17253 * gdb.python/py-value-cc.cc: Likewise
17254 * gdb.python/py-type.exp: Add new tests.
17255 * gdb.python/py-value-cc.exp: Likewise
17256
17257 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17258 Pedro Alves <palves@redhat.com>
17259
17260 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17261 Make "name" extern.
17262 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17263 references to ${name}_start by references to ${name}.
17264
17265 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17266
17267 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17268
17269 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17270
17271 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17272
17273 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17274 Pedro Alves <palves@redhat.com>
17275
17276 * gdb.mi/mi-info-os.exp: Connect to the target with
17277 mi_gdb_target_load.
17278
17279 2014-01-08 Pedro Alves <palves@redhat.com>
17280
17281 * gdb.threads/reconnect-signal.c: New file.
17282 * gdb.threads/reconnect-signal.exp: New file.
17283
17284 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17285
17286 * gdb.base/source-dir.exp: New file.
17287
17288 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17289
17290 * gdb.ada/mi_interface: New testcase.
17291
17292 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17293
17294 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17295 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17296 gdb.ada/pp-rec-component/pck.ads: New files.
17297
17298 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.python/py-pp-integral.c: New file.
17301 * gdb.python/py-pp-integral.py: New file.
17302 * gdb.python/py-pp-integral.exp: New file.
17303
17304 For older changes see ChangeLog-1993-2013.
17305 \f
17306 ;; Local Variables:
17307 ;; mode: change-log
17308 ;; left-margin: 8
17309 ;; fill-column: 74
17310 ;; version-control: never
17311 ;; End:
17312
17313 Copyright 2014-2019 Free Software Foundation, Inc.
17314 Copying and distribution of this file, with or without modification,
17315 are permitted provided the copyright notice and this notice are preserved.
This page took 0.469222 seconds and 3 git commands to generate.