Fix build with gcc-4.8.x
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-18 Tom de Vries <tdevries@suse.de>
2
3 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4 (gdb_compile_ada): ... here.
5 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
7
8 2020-02-14 Tom Tromey <tom@tromey.com>
9
10 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
11 build directory.
12 * boards/gdbserver-base.exp: Update path to gdbserver.
13
14 2020-02-13 Tom de Vries <tdevries@suse.de>
15
16 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
17
18 2020-02-13 Tom de Vries <tdevries@suse.de>
19
20 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
21 are missing.
22
23 2020-02-13 Tom de Vries <tdevries@suse.de>
24
25 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
26 call.
27
28 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
29
30 PR tui/25126
31 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
32 * gdb.base/cached-source-file.c: New file.
33 * gdb.base/cached-source-file.exp: New file.
34
35 2020-02-11 Tom de Vries <tdevries@suse.de>
36
37 PR testsuite/25488
38 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
39
40 2020-02-10 Tom de Vries <tdevries@suse.de>
41
42 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
43
44 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
45
46 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
47 and $after_addr are both integers before making a comparison.
48
49 2020-02-09 Tom de Vries <tdevries@suse.de>
50
51 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
52 command output and paste it into gdb.log. If any, paste catch message
53 to gdb.log.
54
55 2020-02-07 Tom Tromey <tromey@adacore.com>
56
57 PR breakpoints/24915:
58 * gdb.base/annotate-symlink.exp: Use setup_xfail.
59
60 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
61
62 * gdb.tui/tui-missing-src.exp: Add the "missing source
63 file" test for the TUI.
64
65 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
66
67 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
68 including a port number in the output.
69
70 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
71
72 * lib/fortran.exp (fortran_int4): Handle clang.
73 (fortran_int8): Likewise.
74 (fortran_real4): Likewise.
75 (fortran_real8): Likewise.
76 (fortran_complex4): Likewise.
77 (fortran_logical4): Likewise.
78 (fortran_character1): Likewise.
79
80 2020-02-04 Tom de Vries <tdevries@suse.de>
81
82 * README (Race detection): Add note.
83
84 2020-02-04 Tom de Vries <tdevries@suse.de>
85
86 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
87
88 2020-02-04 Tom de Vries <tdevries@suse.de>
89
90 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
91
92 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
93
94 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
95 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
96 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
97 blttar, bnetarl.
98 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
99 binary for blttar, bnetarl.
100 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
101 wait instruction. Delete ldmx test.
102 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
103
104 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
105
106 * gdb.fortran/array-bounds-high.exp: New file.
107 * gdb.fortran/array-bounds-high.f90: New file.
108
109 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
110
111 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
112 Replace #include of <sys/fcntl.h> by <fcntl.h>.
113
114 2020-02-01 Tom de Vries <tdevries@suse.de>
115
116 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
117
118 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 PR tui/9765
121 * gdb.tui/tui-layout-asm-short-prog.S: New file.
122 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
123
124 2020-01-29 Luis Machado <luis.machado@linaro.org>
125
126 * gdb.arch/aarch64-brk-patterns.c: New source file.
127 * gdb.arch/aarch64-brk-patterns.exp: New test.
128
129 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
130
131 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
132 GCC/Clang version.
133 * gdb.cp/pass-by-ref.exp: Ditto.
134
135 2020-01-29 Tom de Vries <tdevries@suse.de>
136
137 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
138 * gdb.threads/watchpoint-fork-mt.c: Same.
139 * gdb.threads/watchpoint-fork-parent.c: Same.
140 * gdb.threads/watchpoint-fork-st.c: Same.
141 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
142
143 2020-01-27 Luis Machado <luis.machado@linaro.org>
144
145 * gdb.base/step-over-syscall.exp (setup): Check if we're already
146 sitting at a syscall instruction when we hit the syscall function's
147 breakpoint.
148 Check PC against one obtained with the x command.
149 Validate syscall number.
150 (step_over_syscall): Don't continue to the syscall instruction if
151 we're already there.
152
153 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
154
155 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
156
157 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
160 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
161
162 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * gdb.dwarf2/dw2-inline-stepping.c: New file.
165 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
166
167 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * gdb.base/maint.exp: Update line table parsing test.
170 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
171
172 2020-01-24 Pedro Alves <palves@redhat.com>
173
174 PR gdb/25410
175 * gdb.multi/multi-re-run-1.c: New.
176 * gdb.multi/multi-re-run-2.c: New.
177 * gdb.multi/multi-re-run.exp: New.
178
179 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 PR gdb/23718
182 * gdb.server/server-kill-python.exp: New file.
183
184 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.server/multi-ui-errors.c: New file.
187 * gdb.server/multi-ui-errors.exp: New file.
188
189 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
190
191 PR tui/9765
192 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
193
194 2020-01-19 Tom Tromey <tom@tromey.com>
195
196 * gdb.tui/main.exp: Add check for plain "file".
197
198 2020-01-16 Christian Biesinger <cbiesinger@google.com>
199
200 * lib/gdb.exp: Fix spelling error (seperatelly).
201
202 2020-01-14 Tom Tromey <tom@tromey.com>
203
204 PR symtab/12535:
205 * gdb.python/python.exp: Test decode_line with empty string
206 argument.
207
208 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
209
210 * gdb.base/skip-inline.exp: Extend test.
211
212 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
215 * gdb.dwarf2/dw2-bad-elf.c: New file.
216 * gdb.dwarf2/dw2-bad-elf.exp: New file.
217
218 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
221 _line_saw_file.
222
223 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
224
225 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
226 border.
227
228 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
229
230 * gdb.multi/multi-target.exp (setup): Factor out "info
231 connections" and "info inferiors" tests to ...
232 (test_info_inferiors): ... this new procedure.
233 (top level): Run new "info-inferiors" tests.
234
235 2020-01-10 Pedro Alves <palves@redhat.com>
236
237 * gdb.server/bkpt-other-inferior.exp: New file.
238
239 2020-01-10 Pedro Alves <palves@redhat.com>
240
241 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
242 of "add-inferior".
243 * gdb.base/quit-live.exp: Likewise.
244 * gdb.base/remote-exec-file.exp: Likewise.
245 * gdb.guile/scm-progspace.exp: Likewise.
246 * gdb.linespec/linespec.exp: Likewise.
247 * gdb.mi/new-ui-mi-sync.exp: Likewise.
248 * gdb.mi/user-selected-context-sync.exp: Likewise.
249 * gdb.multi/multi-target.exp (setup): Add "info connection" and
250 "info inferiors" tests.
251 * gdb.multi/remove-inferiors.exp: Adjust expected output of
252 "add-inferior".
253 * gdb.multi/watchpoint-multi.exp: Likewise.
254 * gdb.python/py-inferior.exp: Likewise.
255 * gdb.server/extended-remote-restart.exp: Likewise.
256 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
257 "info inferiors".
258 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
259 * gdb.trace/report.exp: Likewise.
260
261 2020-01-10 Pedro Alves <palves@redhat.com>
262
263 * gdb.multi/multi-target.c: New file.
264 * gdb.multi/multi-target.exp: New file.
265 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
266 mode requested, but remote does not support non-stop".
267
268 2020-01-10 Pedro Alves <palves@redhat.com>
269
270 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
271 disconnect before reconnecting.
272
273 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
274 Pedro Alves <palves@redhat.com>
275
276 * gdb.server/connect-without-multi-process.exp: Also test
277 continuing to end.
278
279 2020-01-10 Pedro Alves <palves@redhat.com>
280
281 * gdb.base/remote-exec-file.exp: New file.
282
283 2020-01-10 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/fork-running-state.exp (do_test): Adjust expected
286 output.
287 * gdb.threads/async.c: New.
288 * gdb.threads/async.exp: New.
289 * gdb.multi/tids-gid-reset.c: New.
290 * gdb.multi/tids-gid-reset.exp: New.
291
292 2020-01-10 George Barrett <bob@bob131.so>
293
294 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
295 to help in finding the image relocation offset.
296 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
297 options in arguments.
298 (stap_test_no_debuginfo): Likewise.
299 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
300 test variants.
301 (stap_test): Add null semaphore relocation test.
302
303 2020-01-10 George Barrett <bob@bob131.so>
304
305 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
306 * gdb.base/stap-probe.exp: Likewise.
307 (stap_test): Pass argument as an additional flag.
308 (stap_test_no_debuginfo): Likewise.
309 (stap_test): Check `info probes stap' output for semaphore
310 addresses if the test binary is supposed to have them.
311
312 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
313
314 * gdb.tui/basic.exp: Add more scrolling tests.
315
316 2020-01-09 Tom Tromey <tom@tromey.com>
317
318 PR tui/18932:
319 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
320 meangingful value.
321 (Term::command, Term::resize): Update.
322 * gdb.tui/basic.exp: Add scrolling test.
323
324 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.tui/tui-layout-asm.exp: New file.
327
328 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * lib/tuiterm.exp (Term::check_box_contents): New proc.
331
332 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
335 (Term::enter_tui): Use Term::prepare_for_tui.
336
337 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
340 called.
341
342 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.base/skip.exp: Fix race condition in test.
345
346 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
347
348 * gdb.base/backtrace.c: New file.
349 * gdb.base/backtrace.exp: New file.
350
351 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
354
355 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
356
357 * gdb.base/style.exp: Test that warnings are styled.
358
359 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
360
361 * gdb.base/line65535.exp: New file.
362 * gdb.base/line65535.c: New file.
363
364 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
365
366 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
367 * lib/gnat_debug_info_test.adb: New file.
368 * gdb.ada/ptype_tagged_param.exp: Use
369 gnat_runtime_has_debug_info, expect a different output if
370 runtime does not have debug info.
371
372 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
373
374 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
375 (another) quote in test name.
376
377 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
378
379 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
380 Add quote in test name.
381
382 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
383
384 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
385 directory instead.
386 * gdb.cp/pass-by-ref.exp: Extend with more cases.
387 * gdb.cp/pass-by-ref-2.cc: New file.
388 * gdb.cp/pass-by-ref-2.exp: New file.
389
390 2019-12-20 Tom Tromey <tom@tromey.com>
391
392 * gdb.tui/list-before.exp: New file.
393
394 2019-12-20 Tom Tromey <tom@tromey.com>
395
396 * gdb.tui/list.exp: Check for source on initial listing.
397
398 2019-12-11 Tom Tromey <tromey@adacore.com>
399
400 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
401 Add crlf test.
402
403 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
404
405 * gdb.base/default.exp: Update value of $_gdb_major.
406
407 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
408
409 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
410
411 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
412
413 * gdb.base/skip.exp: Whitespace fix.
414
415 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
416
417 * gdb.base/skip-inline.c: New file.
418 * gdb.base/skip-inline.exp: New file.
419
420 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
421
422 * gdb.base/jit-reader.exp (jit_reader_test): Rename
423 jit_function_00 to jit_function_stack_mangle.
424 * gdb.base/jithost.c (jit_function_t): Rename to...
425 (jit_function_stack_mangle_t): ... this.
426 (jit_function_add_t): New typedef.
427 (jit_function_00_code): Rename to...
428 (jit_function_stack_mangle_code): ... this, make static.
429 (jit_function_add_code): New.
430 (main): Generate "add" function and call it. Adjust to changes
431 in jithost_abi.
432 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
433 (struct jithost_abi) <begin, end>: Remove fields.
434 <object, function_stack_mangle, function_add>: New fields.
435 * gdb.base/jitreader.c (struct reader_state) <code_begin,
436 code_end>: Remove fields.
437 <func_stack_mangle>: New field.
438 (read_debug_info): Adjust to renaming, create block for "add"
439 function.
440 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
441
442 2019-12-11 Tom Tromey <tom@tromey.com>
443
444 * gdb.tui/resize.exp: Fix regexp.
445 * gdb.tui/regs.exp: Fix regexps.
446 * gdb.tui/main.exp: Fix regexp.
447
448 2019-12-11 Tom Tromey <tom@tromey.com>
449
450 * gdb.tui/resize.exp: Update.
451 * gdb.tui/empty.exp (layouts): Update.
452
453 2019-12-11 Tom Tromey <tom@tromey.com>
454
455 * gdb.tui/regs.exp: Update.
456 * gdb.tui/empty.exp (layouts): Update.
457 * gdb.tui/basic.exp: Update.
458 * lib/tuiterm.exp (_check_box): Don't check bottom border.
459
460 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
461
462 * gdb.base/options.exp: Add -raw-values in the print completion list.
463 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
464
465 2019-12-10 Kevin Buettner <kevinb@redhat.com>
466
467 * gdb.threads/omp-par-scope.c: New file.
468 * gdb/threads/omp-par-scope.exp: New file.
469
470 2019-12-10 Kevin Buettner <kevinb@redhat.com>
471
472 * lib/gdb.exp (support_nested_function_tests): New proc.
473
474 2019-12-10 Kevin Buettner <kevinb@redhat.com>
475
476 * lib/gdb.exp (gdb_compile_openmp): New proc.
477 (build_executable_from_specs): Add an "openmp" option.
478 (gdb_compile_pthreads): Add non-executable case.
479
480 2019-12-10 Tom Tromey <tromey@adacore.com>
481
482 * gdb.ada/unchecked_union.exp: New file.
483 * gdb.ada/unchecked_union/pck.adb: New file.
484 * gdb.ada/unchecked_union/pck.ads: New file.
485 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
486 * gdb-utils.exp (string_to_regexp): Also quote "?".
487
488 2019-12-10 George Barrett <bob@bob131.so>
489
490 Test scripted probe breakpoints.
491 * gdb.guile/scm-breakpoint.c (main): Add probe point.
492 * gdb.python/py-breakpoint.c (main): Likewise.
493 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
494 specifier test.
495 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
496
497 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
498
499 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
500 an rvalue parameter.
501 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
502 parameter.
503
504 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
507 modules.
508
509 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
512 broken version of GCC.
513
514 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.fortran/info-modules.exp: Rewrite to make use of new
517 sym-info-cmds library.
518 * gdb.fortran/info-types.exp: Likewise.
519 * lib/sym-info-cmds.exp: New file.
520
521 2019-12-08 Tom de Vries <tdevries@suse.de>
522
523 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
524
525 2019-12-07 Keith Seitz <keiths@redhat.com>
526
527 * gdb.base/corefile-buildid-shlib-shr.c: New file.
528 * gdb.base/corefile-buildid-shlib.c: New file.
529 * gdb.base/corefile-buildid.c: New file.
530 * gdb.base/corefile-buildid.exp: New file.
531
532 2019-12-06 Tom de Vries <tdevries@suse.de>
533
534 * gdb.dwarf2/varval.exp: Add decl before def test.
535
536 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
537
538 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
539
540 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
541
542 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
543 CV and reference conversion for overload resolution.
544 * gdb.cp/rvalue-ref-overload.exp: Test it.
545
546 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
547
548 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
549 * gdb.base/frameapply.exp: Test faas without command.
550
551 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
554 Fortran tests.
555 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
556 order.
557
558 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
561 casting to type with no kind specified.
562 (test_basic_parsing_of_type_kinds): Additional tests for types
563 with no kind specified, and add tests for single/double
564 precision/complex types.
565
566 2019-12-04 Tom Tromey <tromey@adacore.com>
567
568 * gdb.base/endianity.c (struct other) <x>: New field.
569 (main): Initialize it.
570 * gdb.base/endianity.exp: Update.
571
572 2019-12-04 Tom Tromey <tromey@adacore.com>
573
574 * gdb.ada/scalar_storage/storage.adb: New file.
575 * gdb.ada/scalar_storage/pck.adb: New file.
576 * gdb.ada/scalar_storage/pck.ads: New file.
577 * gdb.ada/scalar_storage.exp: New file.
578
579 2019-12-04 Tom Tromey <tromey@adacore.com>
580
581 * gdb.base/endianity.c (struct otherendian) <f>: New field.
582 (main): Initialize it.
583 * gdb.base/endianity.exp: Update.
584
585 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
588
589 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
592 -symbol-info-module-functions and -symbol-info-module-variables.
593
594 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
597
598 2019-12-01 Richard Bunt <richard.bunt@arm.com>
599 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.fortran/derived-type-striding.exp: New file.
602 * gdb.fortran/derived-type-striding.f90: New file.
603 * gdb.fortran/array-slices.exp: New file.
604 * gdb.fortran/array-slices.f90: New file.
605
606 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
607
608 * gdb.base/define.exp: Test . in command names.
609 * gdb.base/setshow.exp: Update test, as . is now part of
610 command name.
611
612 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
613
614 * gdb.base/define-prefix.exp: New file.
615
616 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
619 compile.
620 (skip_btrace_pt_tests): Likewise.
621
622 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.fortran/info-modules.exp: Compile source files in correct
625 order.
626
627 2019-11-27 Kevin Buettner <kevinb@redhat.com>
628
629 * gdb.dwarf2/imported-unit.exp: New file.
630 * gdb.dwarf2/imported-unit.c: New file.
631
632 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.mi/mi-fortran-modules-2.f90: New file.
635 * gdb.mi/mi-fortran-modules.exp: New file.
636 * gdb.mi/mi-fortran-modules.f90: New file.
637
638 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 * gdb.mi/mi-sym-info-1.c: New file.
641 * gdb.mi/mi-sym-info-2.c: New file.
642 * gdb.mi/mi-sym-info.exp: New file.
643
644 2019-11-22 Tom Tromey <tromey@adacore.com>
645
646 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
647 * gdb.ada/tasks/foo.adb: Add another stopping location.
648
649 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
650
651 * gdb.base/endianity.c: New test.
652 * gdb.base/endianity.exp: New file.
653
654 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
655
656 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
657
658 2019-11-21 Tom de Vries <tdevries@suse.de>
659
660 PR gdb/24956
661 * gdb.base/ui-redirect.exp: Test output of user-defined command.
662
663 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
664
665 * gdb.python/py-progspace.exp: Add missing parentheses on some
666 'print' commands.
667
668 2019-11-19 Tom Tromey <tom@tromey.com>
669
670 * gdb.tui/winheight.exp: New file.
671
672 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.base/ctf-whatis.c: Delete.
675 * gdb.base/ctf-whatis.exp: Delete.
676 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
677
678 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.base/ctf-cvexpr.exp: Delete.
681 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
682
683 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
686 the compiler. Clean up header comment a little.
687 * gdb.base/ctf-ptype.exp: Likewise.
688 * gdb.base/ctf-whatis.exp: Likewise.
689 * lib/gdb.exp (skip_ctf_tests): New proc.
690
691 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
692
693 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
694 * gdb.tui/corefile-run.exp: New file.
695
696 2019-11-14 Tom Tromey <tromey@adacore.com>
697
698 * gdb.base/gdbvars.exp (test_convenience_variables): Add
699 regression tests.
700
701 2019-11-12 Tom Tromey <tom@tromey.com>
702
703 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
704 after any command. Expect prompt after WAIT_FOR is seen.
705 (enter_tui): Enable resize messages.
706 (command): Expect command in output.
707 (get_line): Avoid error when cursor appears to be off-screen.
708 (dump_screen): Include screen size in title.
709 (_do_resize): New proc, from "resize".
710 (resize): Rewrite. Do resize in two steps.
711 * gdb.tui/empty.exp (layouts): Fix entries.
712 (check_boxes): Remove xfail.
713 (check_text): Dump screen on failure.
714
715 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.python/py-symbol.exp: Add test for
718 gdb.lookup_static_symbols.
719
720 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.python/py-symbol.c: Declare and call function from new
723 py-symbol-2.c file.
724 * gdb.python/py-symbol.exp: Compile both source files, and add new
725 tests for gdb.lookup_static_symbol.
726 * gdb.python/py-symbol-2.c: New file.
727
728 2019-11-02 Tom de Vries <tdevries@suse.de>
729
730 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
731 * gdb.base/anon.exp: Same.
732 * gdb.base/auto-connect-native-target.exp: Same.
733 * gdb.base/call-ar-st.exp: Same.
734 * gdb.base/catch-syscall.exp: Same.
735 * gdb.base/commands.exp: Same.
736 * gdb.base/default.exp: Same.
737 * gdb.base/display.exp: Same.
738 * gdb.base/float.exp: Same.
739 * gdb.base/foll-fork.exp: Same.
740 * gdb.base/help.exp: Same.
741 * gdb.base/info-macros.exp: Same.
742 * gdb.base/info-proc.exp: Same.
743 * gdb.base/info-target.exp: Same.
744 * gdb.base/long_long.exp: Same.
745 * gdb.base/macscp.exp: Same.
746 * gdb.base/memattr.exp: Same.
747 * gdb.base/nofield.exp: Same.
748 * gdb.base/pointers.exp: Same.
749 * gdb.base/printcmds.exp: Same.
750 * gdb.base/ptype.exp: Same.
751 * gdb.base/restore.exp: Same.
752 * gdb.base/return.exp: Same.
753 * gdb.base/scope.exp: Same.
754 * gdb.base/set-noassign.exp: Same.
755 * gdb.base/setshow.exp: Same.
756 * gdb.base/shlib-call.exp: Same.
757 * gdb.base/signals.exp: Same.
758 * gdb.base/sigstep.exp: Same.
759 * gdb.base/skip.exp: Same.
760 * gdb.base/solib-symbol.exp: Same.
761 * gdb.base/stap-probe.exp: Same.
762 * gdb.base/step-line.exp: Same.
763 * gdb.base/step-test.exp: Same.
764 * gdb.base/style.exp: Same.
765 * gdb.base/varargs.exp: Same.
766 * gdb.base/vla-datatypes.exp: Same.
767 * gdb.base/vla-ptr.exp: Same.
768 * gdb.base/vla-sideeffect.exp: Same.
769 * gdb.base/volatile.exp: Same.
770 * gdb.base/watch-cond-infcall.exp: Same.
771 * gdb.base/watchpoint.exp: Same.
772
773 2019-11-02 Tom de Vries <tdevries@suse.de>
774
775 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
776 * gdb.cp/cpexprs.exp: Same.
777 * gdb.cp/except-multi-location.exp: Same.
778 * gdb.cp/exceptprint.exp: Same.
779 * gdb.cp/gdb2384.exp: Same.
780 * gdb.cp/inherit.exp: Same.
781 * gdb.cp/m-static.exp: Same.
782 * gdb.cp/meth-typedefs.exp: Same.
783 * gdb.cp/misc.exp: Same.
784 * gdb.cp/namespace.exp: Same.
785 * gdb.cp/non-trivial-retval.exp: Same.
786 * gdb.cp/overload.exp: Same.
787 * gdb.cp/pr17132.exp: Same.
788 * gdb.cp/re-set-overloaded.exp: Same.
789 * gdb.cp/rvalue-ref-types.exp: Same.
790 * gdb.cp/templates.exp: Same.
791
792 2019-11-01 Luis Machado <luis.machado@linaro.org>
793
794 PR gdb/25124
795
796 * gdb.arch/pr25124.S: New file.
797 * gdb.arch/pr25124.exp: New file.
798
799 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.fortran/info-modules.exp: Update expected results, and add
802 additional tests for 'info module functinos', and 'info module
803 variables'.
804 * gdb.fortran/info-types.exp: Update expected results.
805 * gdb.fortran/info-types.f90: Extend testcase with additional
806 module variables and functions.
807
808 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
809
810 * gdb.fortran/info-modules.exp: New file.
811 * gdb.fortran/info-types.exp: Build with new file.
812 * gdb.fortran/info-types.f90: Include and use new module.
813 * gdb.fortran/info-types-2.f90: New file.
814
815 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
816
817 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
818 * gdb.base/settings.exp: Test all settings types using
819 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
820 that now verifies that the value of "maint show" is the same as
821 returned by the settings functions. Test the type of the
822 maintenance settings.
823 * gdb.base/default.exp: Update show_conv_list.
824
825 2019-10-31 Tom de Vries <tdevries@suse.de>
826
827 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
828 gdb_test.
829 * gdb.arch/amd64-disp-step.exp: Same.
830 * gdb.asm/asm-source.exp: Same.
831 * gdb.btrace/buffer-size.exp: Same.
832 * gdb.btrace/cpu.exp: Same.
833 * gdb.btrace/enable.exp: Same.
834 * gdb.dwarf2/count.exp: Same.
835 * gdb.dwarf2/dw2-ranges-func.exp: Same.
836 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
837 * gdb.fortran/vla-datatypes.exp: Same.
838 * gdb.fortran/vla-history.exp: Same.
839 * gdb.fortran/vla-ptype.exp: Same.
840 * gdb.fortran/vla-value.exp: Same.
841 * gdb.fortran/whatis_type.exp: Same.
842 * gdb.guile/guile.exp: Same.
843 * gdb.multi/tids.exp: Same.
844 * gdb.python/py-finish-breakpoint.exp: Same.
845 * gdb.python/py-framefilter.exp: Same.
846 * gdb.python/py-pp-registration.exp: Same.
847 * gdb.python/py-xmethods.exp: Same.
848 * gdb.python/python.exp: Same.
849 * gdb.server/connect-with-no-symbol-file.exp: Same.
850 * gdb.server/no-thread-db.exp: Same.
851 * gdb.server/run-without-local-binary.exp: Same.
852 * gdb.stabs/weird.exp: Same.
853 * gdb.threads/attach-many-short-lived-threads.exp: Same.
854 * gdb.threads/thread-find.exp: Same.
855 * gdb.threads/tls-shared.exp: Same.
856 * gdb.threads/tls.exp: Same.
857 * gdb.threads/wp-replication.exp: Same.
858 * gdb.trace/ax.exp: Same.
859 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
860
861 2019-10-31 Tom de Vries <tdevries@suse.de>
862
863 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
864 * gdb.ada/array_subscript_addr.exp: Same.
865 * gdb.ada/arrayidx.exp: Same.
866 * gdb.ada/arrayparam.exp: Same.
867 * gdb.ada/arrayptr.exp: Same.
868 * gdb.ada/boolean_expr.exp: Same.
869 * gdb.ada/call_pn.exp: Same.
870 * gdb.ada/complete.exp: Same.
871 * gdb.ada/fixed_cmp.exp: Same.
872 * gdb.ada/fun_addr.exp: Same.
873 * gdb.ada/funcall_param.exp: Same.
874 * gdb.ada/interface.exp: Same.
875 * gdb.ada/mod_from_name.exp: Same.
876 * gdb.ada/null_array.exp: Same.
877 * gdb.ada/packed_array.exp: Same.
878 * gdb.ada/packed_tagged.exp: Same.
879 * gdb.ada/print_chars.exp: Same.
880 * gdb.ada/print_pc.exp: Same.
881 * gdb.ada/ptype_arith_binop.exp: Same.
882 * gdb.ada/ptype_field.exp: Same.
883 * gdb.ada/ptype_tagged_param.exp: Same.
884 * gdb.ada/rec_return.exp: Same.
885 * gdb.ada/ref_tick_size.exp: Same.
886 * gdb.ada/str_ref_cmp.exp: Same.
887 * gdb.ada/taft_type.exp: Same.
888 * gdb.ada/tagged.exp: Same.
889 * gdb.ada/type_coercion.exp: Same.
890 * gdb.ada/uninitialized_vars.exp: Same.
891
892 2019-10-30 Tom de Vries <tdevries@suse.de>
893
894 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
895
896 2019-10-26 Tom de Vries <tdevries@suse.de>
897
898 * gdb.base/bigcore.c: Fix typos in comments.
899 * gdb.base/ctf-ptype.c: Same.
900 * gdb.base/long_long.c: Same.
901 * gdb.dwarf2/dw2-op-out-param.S: Same.
902 * gdb.python/py-evthreads.c: Same.
903 * gdb.reverse/i387-stack-reverse.c: Same.
904 * gdb.trace/tfile.c: Same.
905 * lib/compiler.c: Same.
906 * lib/compiler.cc: Same.
907
908 2019-10-25 Tom de Vries <tdevries@suse.de>
909
910 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
911 gdb_test_multiple calls.
912 * gdb.reverse/sigall-reverse.exp: Same.
913 * gdb.reverse/solib-precsave.exp: Same.
914 * gdb.reverse/solib-reverse.exp: Same.
915 * gdb.reverse/until-precsave.exp: Same.
916 * gdb.reverse/until-reverse.exp: Same.
917
918 2019-10-24 Tom de Vries <tdevries@suse.de>
919
920 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
921 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
922 kfail using -wrap pattern flag and convenience variable
923 gdb_test_name.
924
925 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * gdb.python/py-progspace.exp: Add tests for the
928 Progspace.block_for_pc method.
929
930 2019-10-23 Tom Tromey <tom@tromey.com>
931
932 * configure: Rebuild.
933 * aclocal.m4: Use m4_include, not sinclude.
934
935 2019-10-21 Tom de Vries <tdevries@suse.de>
936
937 * gdb.base/infcall-nested-structs.c: Add
938 __attribute__((noinline,noclone)) to all functions.
939 (call_all): Add missing variable initialization. Simplify return value.
940 (breakpt): Increment volatile variable, to prevent call from being
941 optimized out.
942 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
943
944 2019-10-17 Tom de Vries <tdevries@suse.de>
945
946 * gdb.fortran/module.exp: Allow info variables to print info for files
947 other than module.f90.
948
949 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
950
951 * gdb.fortran/module.exp: Extend with 'info variables' test.
952
953 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
956 F77_FOR_TARGET.
957
958 2019-10-16 Tom de Vries <tdevries@suse.de>
959
960 PR tdep/25096
961 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
962
963 2019-10-16 Tom de Vries <tdevries@suse.de>
964
965 PR tdep/24104
966 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
967 Add KFAIL for PR tdep/25096.
968
969 2019-10-16 Tom de Vries <tdevries@suse.de>
970
971 PR testsuite/25059
972 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
973
974 2019-10-16 Tom de Vries <tdevries@suse.de>
975
976 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
977 as signed.
978
979 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
980
981 * gdb.mi/list-thread-groups-available.exp: Read entries one by
982 one instead of increasing timeout.
983
984 2019-10-13 Tom de Vries <tdevries@suse.de>
985
986 PR record/25038
987 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
988 * gdb.reverse/sigall-reverse.exp: Same.
989 * gdb.reverse/solib-precsave.exp: Same.
990 * gdb.reverse/solib-reverse.exp: Same.
991 * gdb.reverse/step-precsave.exp: Same.
992 * gdb.reverse/until-precsave.exp: Same.
993 * gdb.reverse/until-reverse.exp: Same.
994 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
995
996 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
997
998 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
999 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1000 (cmp_struct_05_01, cmp_struct_static_02_01)
1001 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1002 comparisons.
1003
1004 2019-10-10 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/24888
1007 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1008 gnatlink.
1009
1010 2019-10-09 Tom de Vries <tdevries@suse.de>
1011
1012 PR testsuite/25048
1013 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1014
1015 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1018 exceptions due to missing debug information.
1019
1020 2019-10-07 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1023
1024 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1027 * gdb.base/annota1.exp: Update to use gdb_test_name.
1028
1029 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1030
1031 * gdb.base/ctf-whatis.exp: New file.
1032 * gdb.base/ctf-whatis.c: New file.
1033 * gdb.base/ctf-ptype.exp: New file.
1034 * gdb.base/ctf-ptype.c: New file.
1035 * gdb.base/ctf-constvars.exp: New file.
1036 * gdb.base/ctf-constvars.c: New file.
1037 * gdb.base/ctf-cvexpr.exp: New file.
1038
1039 2019-10-04 Tom de Vries <tdevries@suse.de>
1040
1041 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1042 for loop.
1043
1044 2019-10-03 Tom Tromey <tom@tromey.com>
1045
1046 PR rust/24976:
1047 * gdb.rust/simple.rs (Union2): New type.
1048 (main): Use Union2.
1049 * gdb.rust/simple.exp: Add test.
1050
1051 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1054 nested function prefix.
1055
1056 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1057 Richard Bunt <richard.bunt@arm.com>
1058 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1061 nested functions.
1062 * gdb.fortran/nested-funcs.f90: Update expected results.
1063 * gdb.fortran/nested-funcs-2.exp: New file.
1064 * gdb.fortran/nested-funcs-2.f90: New file.
1065
1066 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * gdb.python/py-parameter.exp: Make test names unique.
1069 * gdb.python/py-template.exp: Likewise.
1070 * gdb.python/py-value.exp: Likewise.
1071
1072 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.base/break-interp.exp: Reduce test name duplication.
1075 * gdb.base/call-sc.exp: Likewise.
1076 * gdb.base/callfuncs.exp: Likewise.
1077 * gdb.base/charset.exp: Likewise.
1078 * gdb.base/dump.exp: Likewise.
1079 * gdb.base/ena-dis-br.exp: Likewise.
1080 * gdb.base/relational.exp: Likewise.
1081 * gdb.base/step-over-syscall.exp: Likewise.
1082 * gdb.base/structs.exp: Likewise.
1083
1084 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.linespec/explicit.exp: Make test names unique.
1087 * gdb.linespec/ls-errs.exp: Likewise.
1088
1089 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.reverse/break-precsave.exp: Make test names unique.
1092 * gdb.reverse/break-reverse.exp: Likewise.
1093 * gdb.reverse/finish-precsave.exp: Likewise.
1094 * gdb.reverse/finish-reverse.exp: Likewise.
1095 * gdb.reverse/machinestate-precsave.exp: Likewise.
1096 * gdb.reverse/machinestate.exp: Likewise.
1097 * gdb.reverse/readv-reverse.exp: Likewise.
1098 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1099 * gdb.reverse/sigall-precsave.exp: Likewise.
1100 * gdb.reverse/sigall-reverse.exp: Likewise.
1101 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1102 * gdb.reverse/watch-precsave.exp: Likewise.
1103 * gdb.reverse/watch-reverse.exp: Likewise.
1104
1105 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1106
1107 * gdb.threads/stop-with-handle.c: New file.
1108 * gdb.threads/stop-with-handle.exp: New file.
1109
1110 2019-10-03 Tom de Vries <tdevries@suse.de>
1111
1112 PR testsuite/25059
1113 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1114 directory" line to be missing.
1115
1116 2019-10-03 Tom de Vries <tdevries@suse.de>
1117
1118 PR testsuite/25059
1119 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1120 type optional.
1121
1122 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1123
1124 * gdb.python/py-format-string.c (string.h): New include.
1125 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1126 the same value, for endianness-independence.
1127 * gdb.python/py-format-string.exp (default_regexp_dict)
1128 (test_pretty_structs, test_format): Adjust expected output to the
1129 changed initialization.
1130
1131 2019-10-02 Tom Tromey <tromey@adacore.com>
1132
1133 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1134
1135 2019-10-02 Pedro Alves <palves@redhat.com>
1136 Andrew Burgess <andrew.burgess@embecosm.com>
1137
1138 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1139 "print-file-var.h".
1140 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1141 (get_version_1): Print this_version_id and its address.
1142 Add extern "C" wrappers around interface functions.
1143 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1144 "print-file-var.h".
1145 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1146 (get_version_2): Print this_version_id and its address.
1147 Add extern "C" wrappers around interface functions.
1148 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1149 <stddef.h> and "print-file-var.h".
1150 Add extern "C" wrappers around interface functions.
1151 [VERSION_ID_MAIN] (this_version_id): Define.
1152 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1153 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1154 up extern "C" blocks.
1155 * gdb.base/print-file-var.exp (test): New, factored out from top
1156 level.
1157 (top level): Test all combinations of attribute hidden or not,
1158 dlopen or not, and this_version_id symbol in main file or not.
1159 Compile tests as both C++ and C, make test names unique.
1160
1161 2019-10-01 Tom Tromey <tom@tromey.com>
1162
1163 * gdb.base/style.exp: Test "show logging filename".
1164
1165 2019-10-01 Tom Tromey <tom@tromey.com>
1166
1167 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1168 * gdb.base/style.exp: Add metadata style test.
1169
1170 2019-10-01 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.base/style.exp: Test "pwd".
1173
1174 2019-10-01 Tom Tromey <tom@tromey.com>
1175
1176 * gdb.base/style.exp: Update tests.
1177
1178 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1179
1180 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1181 'six' to unsigned.
1182 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1183 'five'. Use an all-ones bit pattern for each.
1184 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1185 to its changed values.
1186
1187 2019-09-30 Tom Tromey <tromey@adacore.com>
1188
1189 * gdb.rust/traits.rs: Disable all warnings.
1190
1191 2019-09-29 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1194
1195 2019-09-29 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1198
1199 2019-09-27 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1202
1203 2019-09-27 Tom de Vries <tdevries@suse.de>
1204
1205 PR record/23188
1206 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1207
1208 2019-09-26 Tom Tromey <tromey@adacore.com>
1209
1210 * gdb.ada/py_taft.exp: New file.
1211 * gdb.ada/py_taft/main.adb: New file.
1212 * gdb.ada/py_taft/pkg.adb: New file.
1213 * gdb.ada/py_taft/pkg.ads: New file.
1214
1215 2019-09-24 Tom de Vries <tdevries@suse.de>
1216
1217 PR gdb/24598
1218 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1219
1220 2019-09-22 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.base/restore.exp: Allow register variables to be optimized out at
1223 -O0.
1224
1225 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1226
1227 * gdb.arch/spu-info.exp: Remove file.
1228 * gdb.arch/spu-info.c: Remove file.
1229 * gdb.arch/spu-ls.exp: Remove file.
1230 * gdb.arch/spu-ls.c: Remove file.
1231
1232 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1233 * gdb.asm/spu.inc: Remove file.
1234
1235 * gdb.base/dump.exp: Remove support for spu*-*-*.
1236 * gdb.base/stack-checking.exp: Likewise.
1237 * gdb.base/overlays.exp: Likewise.
1238 * gdb.base/ovlymgr.c: Likewise.
1239 * gdb.base/spu.ld: Remove file.
1240
1241 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1242 * gdb.cp/cpexprs.exp: Likewise.
1243 * gdb.cp/exception.exp: Likewise.
1244 * gdb.cp/gdb2495.exp: Likewise.
1245 * gdb.cp/mb-templates.exp: Likewise.
1246 * gdb.cp/pr9167.exp: Likewise.
1247 * gdb.cp/userdef.exp: Likewise.
1248
1249 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1250
1251 * gdb.cell: Remove directory.
1252 * lib/cell.exp: Remove file.
1253
1254 2019-09-19 Tom de Vries <tdevries@suse.de>
1255
1256 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1257
1258 2019-09-19 Tom de Vries <tdevries@suse.de>
1259
1260 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1261
1262 2019-09-19 Tom de Vries <tdevries@suse.de>
1263
1264 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1265 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1266 (gdb_target_cmd): ... here.
1267 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1268 value 2.
1269
1270 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.base/source-dir.exp: Avoid having directory names in test
1273 names.
1274
1275 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1276
1277 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1278 directory.
1279
1280 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.base/list-missing-source.exp: New file.
1283
1284 2019-09-14 Tom de Vries <tdevries@suse.de>
1285
1286 PR teststuite/24599
1287 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1288 * lib/ada.exp (gnatmake_version_at_least): New proc.
1289
1290 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.base/maint.exp: Use exec_has_index_section.
1293
1294 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.base/maint.exp: Add test for 'maint info sections'.
1297
1298 2019-09-12 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.base/store.exp: Allow register variables to be optimized out at
1301 -O0.
1302
1303 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1304
1305 * gdb.ada/rdv_wait.exp: Update to new task names.
1306 * gdb.base/task_switch_in_core.exp: Likewise.
1307 * gdb.base/info_sources_base.c: Likewise.
1308
1309 2019-09-10 Tom Tromey <tromey@adacore.com>
1310
1311 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1312
1313 2019-09-10 Tom Tromey <tromey@adacore.com>
1314
1315 * gdb.ada/dgopt.exp: New file.
1316 * gdb.ada/dgopt/x.adb: New file.
1317
1318 2019-09-08 Tom Tromey <tom@tromey.com>
1319
1320 * gdb.tui/resize.exp: Remove setup_xfail.
1321 * gdb.tui/regs.exp: Remove setup_xfail.
1322 * gdb.tui/basic.exp: Remove setup_xfail.
1323
1324 2019-09-06 David Blaikie <dblaikie@gmail.com>
1325
1326 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1327 * gdb.cp/cplabel.exp: Ditto.
1328 * gdb.linespec/ls-errs.exp: Ditto.
1329
1330 2019-09-05 Tom de Vries <tdevries@suse.de>
1331
1332 * lib/gdb.exp (cmp_file_string): New proc.
1333 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1334 runto_main. Verify save breakpoints output.
1335
1336 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1337
1338 * gdb.base/info-var.exp: Test info variables without running
1339 to main, to avoid expect's buffer overflow.
1340
1341 2019-09-03 Tom Tromey <tromey@adacore.com>
1342
1343 * gdb.ada/bias.exp: New file.
1344 * gdb.ada/bias/bias.adb: New file.
1345 * gdb.ada/print_chars.exp: Add regression test.
1346 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1347 (MC): New variable.
1348
1349 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1350
1351 * gdb.base/argv0-symlink.exp: Run only on native target
1352 and local host.
1353
1354 2019-08-29 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1357 diverse debug info.
1358 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1359
1360 2019-08-28 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.base/info-var.exp: Allow info variables to print info for files
1363 other than info-var-f1.c and info-var-f2.c.
1364
1365 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.fortran/info-types.exp: Add module.
1368 * gdb.fortran/info-types.f90: Update expected results.
1369
1370 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.fortran/info-types.exp: New file.
1373 * gdb.fortran/info-types.f90: New file.
1374 * lib/fortran.exp (fortran_character1): New proc.
1375
1376 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1379 functions'. Reindent as needed.
1380 * gdb.base/info-var-f1.c: New file.
1381 * gdb.base/info-var-f2.c: New file.
1382 * gdb.base/info-var.exp: New file.
1383 * gdb.base/info-var.h: New file.
1384
1385 2019-08-26 Tom de Vries <tdevries@suse.de>
1386
1387 PR c++/24852
1388 * gdb.cp/no-libstdcxx-probe.exp: New test.
1389
1390 2019-08-26 Tom de Vries <tdevries@suse.de>
1391
1392 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1393 * tests need to be skipped.
1394 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1395 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1396 mi_skip_libstdcxx_probe_tests.
1397
1398 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1399
1400 * gdb.python/py-xmethods.exp: Use raw strings when passing
1401 arguments to SimpleXMethodMatcher.
1402
1403 2019-08-22 Tom de Vries <tdevries@suse.de>
1404
1405 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1406 more informative.
1407
1408 2019-08-21 Pedro Alves <palves@redhat.com>
1409
1410 * gdb.base/with.exp: Test "with" with no arguments.
1411
1412 2019-08-21 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.base/gdb-caching-proc.exp: Sort files.
1415
1416 2019-08-20 Tom de Vries <tdevries@suse.de>
1417
1418 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1419 compilation.
1420
1421 2019-08-16 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.base/compare-sections.exp ("after run to main"): Allow
1424 mismatched read-only sections for PIE executables.
1425
1426 2019-08-16 Tom Tromey <tom@tromey.com>
1427
1428 * lib/tuiterm.exp (_csi_Z): New proc.
1429 * gdb.tui/basic.exp: Update window positions.
1430 * gdb.tui/empty.exp: Update window positions.
1431
1432 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1433
1434 * gdb.base/examine-backward.exp: Correct regexp for
1435 "examine 3 bytes backward from ${address_zero}".
1436
1437 2019-08-15 Tom Tromey <tom@tromey.com>
1438
1439 * gdb.tui/empty.exp: Enable resizing tests.
1440
1441 2019-08-15 Tom Tromey <tromey@adacore.com>
1442
1443 * gdb.ada/char_enum.exp: Add regression tests.
1444 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1445 and '0'.
1446 (Char, Gchar): Update.
1447 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1448
1449 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1450
1451 * gdb.python/python.exp: Expect a leading underscore on
1452 GdbOutput{,Error}File.
1453
1454 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1455
1456 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1457 Windows host.
1458
1459 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1460
1461 * gdb.base/batch-preserve-term-settings.exp
1462 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1463
1464 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1465
1466 * lib/gdb.exp: When running on a mingw target, replace
1467 /x/ with x:/.
1468
1469 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1470
1471 * gdb.arch/aarch64-prologue.c: New test.
1472 * gdb.arch/aarch64-prologue.exp: New file.
1473
1474 2019-08-13 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1477 Thread.
1478
1479 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1480
1481 * gdb.python/py-completion.exp: Download the .py file to the host
1482 and use its host pathname. Conditionalize tests that use
1483 tab completion and manipulate files on the build machine.
1484 * gdb.python/py-events.exp: Download the .py file to the host
1485 and use its host pathname.
1486 * gdb.python/py-evsignal.exp: Likewise.
1487 * gdb.python/py-evthreads.exp: Likewise.
1488 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1489 pathname syntax.
1490 * gdb.python/py-framefilter.exp: Download the .py file to the right
1491 place on the host. Match Windows pathname syntax.
1492 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1493 .py file to the host and use its host pathname.
1494 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1495 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1496 build pathname. Skip symlink test on Windows host. Add missing
1497 newline at end of file.
1498 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1499 and use its host pathname.
1500 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1501 * gdb.python/py-section-script.exp: Use host location of binfile
1502 on safe-path. Use correct path separator on Windows host.
1503 Reorder alternatives in gdb_test_multiple to prevent matching
1504 the wrong alternative on success.
1505 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1506
1507 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1508
1509 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1510 expect the GDB inferior to no longer immediately stop after
1511 being resumed with "signal SIGINT".
1512
1513 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1514
1515 * gdb.linespec/break-ask.exp: Generalize regexps to match
1516 Windows pathnames too.
1517
1518 2019-08-08 Tom de Vries <tdevries@suse.de>
1519
1520 PR testsuite/24862
1521 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1522
1523 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1524
1525 * gdb.base/style.exp: Update tests for help doc new invariants.
1526 * gdb.base/help.exp: Likewise.
1527
1528 2019-08-06 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.base/style.exp: Add disassemble test.
1531 * gdb.base/style.c (some_called_function): New function.
1532 (main): Use it.
1533
1534 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1535
1536 * gdb.python/py-block.exp: Test dictionary access on blocks.
1537
1538 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1539
1540 PR gdb/24863
1541 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1542 -list-thread-groups --available test when running under
1543 check-read1.
1544
1545 2019-08-05 Tom de Vries <tdevries@suse.de>
1546
1547 PR testsuite/24863
1548 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1549 * gdb.base/help.exp: Use with_read1_timeout_factor.
1550 * gdb.base/info-macros.exp: Same.
1551 * gdb.cp/nested-types.exp: Same.
1552
1553 2019-08-05 Tom de Vries <tdevries@suse.de>
1554
1555 * lib/gdb.exp (version_at_least): Factor out of ...
1556 (tcl_version_at_least): ... here.
1557 (gdb_compile): Fail if pie results in non-PIE executable.
1558 (readelf_version, readelf_prints_pie): New proc.
1559 (exec_is_pie): Return -1 if unknown.
1560
1561 2019-08-05 Tom de Vries <tdevries@suse.de>
1562
1563 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1564
1565 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1566
1567 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1568
1569 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1570
1571 * lib/completion-support.exp (test_gdb_complete_none): Skip
1572 tab completion tests if no readline support.
1573 (test_gdb_complete_unique_re): Likewise.
1574 (test_gdb_complete_multiple): Likewise.
1575
1576 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1577
1578 * gdb.base/info_sources.exp: New file.
1579 * gdb.base/info_sources.c: New file.
1580 * gdb.base/info_sources_base.c: New file.
1581
1582 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1583
1584 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1585 prefix argument.
1586 (test_exit_status): Add prefix argument.
1587
1588 2019-08-01 Tom de Vries <tdevries@suse.de>
1589
1590 PR testsuite/24863
1591 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1592 calling exp_continue for new thread and thread exited messages.
1593
1594 2019-08-01 Tom de Vries <tdevries@suse.de>
1595
1596 PR testsuite/24863
1597 * gdb.base/structs.exp: Fix check-read1 timeout using
1598 gdb_test_sequence.
1599 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1600
1601 2019-08-01 Tom de Vries <tdevries@suse.de>
1602
1603 PR testsuite/24863
1604 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1605 line.
1606
1607 2019-08-01 Tom de Vries <tdevries@suse.de>
1608
1609 PR testsuite/24863
1610 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1611
1612 2019-07-30 Tom Tromey <tromey@adacore.com>
1613
1614 * gdb.ada/display_nested.exp: New file.
1615 * gdb.ada/display_nested/foo.adb: New file.
1616 * gdb.ada/display_nested/pack.adb: New file.
1617 * gdb.ada/display_nested/pack.ads: New file.
1618
1619 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1620
1621 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1622 namespace.
1623 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1624
1625 2019-07-30 Tom de Vries <tdevries@suse.de>
1626
1627 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1628 instead.
1629
1630 2019-07-30 Tom de Vries <tdevries@suse.de>
1631
1632 PR testsuite/24834
1633 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1634 (exec_is_pie): New proc.
1635
1636 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1637
1638 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1639
1640 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1641
1642 * gdb.python/py-objfile.c: Add global and static vars.
1643 * gdb.python/py-objfile.exp: Test new functions Objfile.
1644 lookup_global_symbol and lookup_static_symbol.
1645
1646 2019-07-29 Tom Tromey <tom@tromey.com>
1647
1648 * lib/tuiterm.exp (Term::_csi_@): New proc.
1649 (Term::_csi_X): Don't move cursor.
1650
1651 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1652
1653 * gdb.base/options.exp: Update backtrace - completion to
1654 new option -frame-info.
1655 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1656 Test new 'set print frame-info'. Test backtrace -frame-info
1657 overriding 'set print frame-info'.
1658 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1659 Test new 'set print frame-info'.
1660 Verify consistency of backtrace with and without filters, with and
1661 without -no-filters.
1662 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1663 default.
1664
1665 2019-07-29 Tom de Vries <tdevries@suse.de>
1666
1667 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1668 no arguments".
1669
1670 2019-07-29 Tom de Vries <tdevries@suse.de>
1671
1672 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1673 is a substring of the first for "complete non-unique file name".
1674
1675 2019-07-29 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1678 with ".*".
1679
1680 2019-07-29 Tom de Vries <tdevries@suse.de>
1681
1682 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1683 Pass prompt_regexp parameter to gdb_test_multiple calls.
1684
1685 2019-07-29 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1688 print registers" regexps.
1689
1690 2019-07-29 Tom de Vries <tdevries@suse.de>
1691
1692 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1693
1694 2019-07-29 Tom de Vries <tdevries@suse.de>
1695
1696 PR gdb/24855
1697 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1698 (skip_python_tests_prompt): Add prompt_regexp argument to
1699 gdb_test_multiple calls.
1700
1701 2019-07-27 Tom Tromey <tom@tromey.com>
1702
1703 * gdb.tui/main.exp: New file.
1704
1705 2019-07-27 Tom Tromey <tom@tromey.com>
1706
1707 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1708 optional.
1709 * gdb.tui/empty.exp: New file.
1710
1711 2019-07-27 Tom Tromey <tom@tromey.com>
1712
1713 * lib/tuiterm.exp (spawn): New proc.
1714 (Term::resize): New proc.
1715 * gdb.tui/resize.exp: New file.
1716
1717 2019-07-27 Tom Tromey <tom@tromey.com>
1718
1719 * gdb.tui/list.exp: New file.
1720
1721 2019-07-27 Tom Tromey <tom@tromey.com>
1722
1723 * gdb.tui/regs.exp: New file.
1724
1725 2019-07-27 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.tui/basic.exp: Add "layout split" test.
1728
1729 2019-07-27 Tom Tromey <tom@tromey.com>
1730
1731 * gdb.tui/basic.exp: Add "layout asm" test.
1732
1733 2019-07-27 Tom Tromey <tom@tromey.com>
1734
1735 * lib/tuiterm.exp: New file.
1736 * gdb.tui/basic.exp: New file.
1737
1738 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1739
1740 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1741 Enable tests associated with this flag. Adjust regex
1742 referencing "foo_low" to now refer to "foo_cold" instead.
1743
1744 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1745
1746 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1747 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1748 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1749 foo_cold. Revise comments to match.
1750 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1751 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1752 were wrapped into this proc; Call do_test in loop from outermost
1753 level.
1754 (foo_low): Rename all occurrences to "foo_cold".
1755 (backtrace from baz): New test.
1756 (x2/i foo_cold): New test.
1757 (info line *foo_cold): New test.
1758
1759 2019-07-26 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1762
1763 2019-07-25 Tom de Vries <tdevries@suse.de>
1764
1765 PR testsuite/24830
1766 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1767 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1768 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1769 (skip_libstdcxx_probe_tests): ... here.
1770 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1771
1772 2019-07-24 Tom de Vries <tdevries@suse.de>
1773
1774 PR testsuite/24807
1775 * gdb.objc/basicclass.m: Include stdio.h.
1776 * gdb.objc/nondebug.m: Same.
1777 * gdb.objc/objcdecode.m: Same.
1778
1779 2019-07-24 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/24612
1782 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1783 additional_flags.
1784
1785 2019-07-24 Tom de Vries <tdevries@suse.de>
1786
1787 PR testsuite/24831
1788 * gdb.multi/tids.exp: Update error messages for info threads.
1789
1790 2019-07-24 Tom de Vries <tdevries@suse.de>
1791
1792 * gdb.base/info-types.exp: Allow info types to print info for more than
1793 one file.
1794
1795 2019-07-23 Tom de Vries <tdevries@suse.de>
1796
1797 PR testsuite/24842
1798 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1799 gdb_spawn_with_cmdline_opts.
1800
1801 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1802
1803 * gdb.arch/arm-cmse-sgstubs.c: New test.
1804 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1805
1806 2019-07-23 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/24711
1809 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1810 issuing next command.
1811
1812 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.ada/info_auto_lang.exp: Update expected results.
1815 * gdb.base/info-types.c: Add additional types to check.
1816 * gdb.base/info-types.exp: Update expected results.
1817
1818 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1819
1820 * gdb.base/info-types.c: New file.
1821 * gdb.base/info-types.exp: New file.
1822
1823 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.arch/riscv-bp-infcall.c: New file.
1826 * gdb.arch/riscv-bp-infcall.exp: New file.
1827
1828 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 PR breakpoints/24541
1831 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1832
1833 2019-07-14 Tom de Vries <tdevries@suse.de>
1834
1835 PR testsuite/24760
1836 * gdb.objc/basicclass.exp: Fix unterminated string.
1837
1838 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1839 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1842 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1843 negative bounds.
1844 * gdb.fortran/vla-value.exp: Print elements of an array with
1845 negative bounds.
1846 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1847 testing.
1848
1849 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * gdb.base/options.exp (expect_string): Dequote strings in
1852 results.
1853 (test-string): Test strings with different quoting and reindent.
1854
1855 2019-07-10 Tom Tromey <tromey@adacore.com>
1856
1857 * gdb.ada/mi_ex_cond.exp: Update expected results.
1858 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1859 * gdb.ada/mi_catch_ex.exp: Update expected results.
1860 * gdb.ada/mi_catch_assert.exp: Update expected results.
1861 * gdb.ada/catch_ex.exp (catch_exception_info)
1862 (catch_exception_entry, catch_assert_entry)
1863 (catch_unhandled_entry): Update.
1864 * gdb.ada/catch_assert_if.exp: Update expected results.
1865
1866 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1867 Stephen Roberts <stephen.roberts@arm.com>
1868
1869 * gdb.base/define.exp: Restore original prompt.
1870
1871 2019-07-09 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1874 breakpoints" output.
1875 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1876 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1877 throw" creates breakpoint.
1878 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1879 'type="catchpoint"'.
1880
1881 2019-07-09 Pedro Alves <palves@redhat.com>
1882
1883 PR c++/15468
1884 * gdb.cp/except-multi-location-lib.cc: New.
1885 * gdb.cp/except-multi-location-main.cc: New.
1886 * gdb.cp/except-multi-location.exp: New.
1887
1888 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1889
1890 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1891 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1892 argument and update callers.
1893
1894 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.arch/amd64-break-on-asm-line.S: New file.
1897 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1898
1899 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1900
1901 * gdb.base/printcmds.exp: Test printing C string and
1902 C wide string convenience vars without transiting via the inferior.
1903 Also make test names unique.
1904
1905 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1906
1907 PR breakpoints/25011
1908 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1909
1910 2019-07-04 Pedro Alves <palves@redhat.com>
1911
1912 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1913 body returned ok(0), break(3) or continue(4).
1914 * gdb.testsuite/foreach_with_prefix.exp: New file.
1915
1916 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1917
1918 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1919
1920 2019-07-03 Pedro Alves <palves@redhat.com>
1921
1922 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1923 "return -code".
1924
1925 2019-07-03 Pedro Alves <palves@redhat.com>
1926
1927 PR cli/24732
1928 * gdb.base/shell.exp: Load completion-support.exp.
1929 Adjust expected error output. Add completion tests.
1930
1931 2019-07-03 Pedro Alves <palves@redhat.com>
1932
1933 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1934 string_to_regexp.
1935
1936 2019-07-03 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1939 (expect_integer): Adjust to expect "-string".
1940 (expect_string): New.
1941 (all_options): Expect "-string".
1942 (test-flag, test-boolean): Adjust to expect "-string".
1943 (test-string): New proc.
1944 (top level): Call it.
1945
1946 2019-07-03 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1949 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1950 the expected output in the success.
1951
1952 2019-07-03 Pedro Alves <palves@redhat.com>
1953
1954 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1955 Split one gdb_test_multiple call in two to avoid a race.
1956
1957 2019-07-03 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/with.c: New file.
1960 * gdb.base/with.exp: New file.
1961
1962 2019-07-03 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.base/settings.exp: Replace all references to "maint
1965 test-settings set" with references to "maint set test-settings",
1966 and all references to "maint test-settings show" with references
1967 to "maint show test-settings".
1968
1969 2019-07-03 Pedro Alves <palves@redhat.com>
1970
1971 * gdb.base/settings.exp (test-string): Adjust expected out when
1972 testing "maint test-settings show filename"
1973
1974 2019-07-02 Pedro Alves <palves@redhat.com>
1975
1976 * gdb.base/options.exp (test-info-threads): New procedure.
1977 (top level): Call it.
1978
1979 2019-06-28 Tom Tromey <tromey@adacore.com>
1980
1981 * gdb.dwarf2/ada-linkage-name.c: New file.
1982 * gdb.dwarf2/ada-linkage-name.exp: New file.
1983
1984 2019-06-27 Tom Tromey <tromey@adacore.com>
1985
1986 PR c++/20020:
1987 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1988
1989 2019-06-26 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1992
1993 2019-06-26 Tom de Vries <tdevries@suse.de>
1994
1995 * gdb.base/index-cache.exp: Add back missing debug option.
1996
1997 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1998
1999 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2000
2001 2019-06-25 Tom de Vries <tdevries@suse.de>
2002
2003 PR testsuite/24727
2004 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2005
2006 2019-06-24 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2009
2010 2019-06-24 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2013 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2014 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2015
2016 2019-06-24 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2019
2020 2019-06-21 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2023
2024 2019-06-21 Tom de Vries <tdevries@suse.de>
2025
2026 PR testsuite/24518
2027 PR ada/24713
2028 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2029 index.
2030
2031 2019-06-19 Tom Tromey <tromey@adacore.com>
2032
2033 * gdb.ada/length_cond.exp: Add intro comment.
2034
2035 2019-06-19 Tom Tromey <tromey@adacore.com>
2036
2037 * gdb.ada/length_cond.exp: New file.
2038 * gdb.ada/length_cond/length_cond.adb: New file.
2039 * gdb.ada/length_cond/pck.adb: New file.
2040 * gdb.ada/length_cond/pck.ads: New file.
2041
2042 2019-06-18 Tom de Vries <tdevries@suse.de>
2043
2044 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2045
2046 2019-06-18 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.base/list0.h: Add comment explaining control character.
2049
2050 2019-06-18 Tom de Vries <tdevries@suse.de>
2051
2052 * boards/fission.exp: Break up long debug_flags line.
2053
2054 2019-06-16 Tom de Vries <tdevries@suse.de>
2055
2056 PR gdb/24445
2057 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2058 generated index.
2059
2060 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2061
2062 PR gdb/24686
2063 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2064 improve detection of bug gdb/24541.
2065
2066 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2067
2068 PR gdb/24669
2069 * gdb.base/index-cache.exp (uses_readnow,
2070 expecting_index_cache_use): Define global variable.
2071 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2072 expecting_index_cache_use.
2073
2074 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2075 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.fortran/pointers.f90: New file.
2078 * gdb.fortran/print_type.exp: New file.
2079 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2080 * gdb.fortran/vla-type.exp: Likewise.
2081 * gdb.fortran/vla-value.exp: Likewise.
2082 * gdb.mi/mi-vla-fortran.exp: Likewise.
2083
2084 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2087 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2088 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2089 as a stop reason.
2090
2091 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.base/annota1.exp: Update expected results.
2094 * gdb.cp/annota2.exp: Likewise.
2095 * gdb.cp/annota3.exp: Likewise.
2096
2097 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.base/style-logging.exp: Remove path from test name.
2100
2101 2019-06-14 Tom Tromey <tromey@adacore.com>
2102
2103 PR gdb/24502:
2104 * gdb.base/style-logging.exp: New file.
2105
2106 2019-06-14 Tom Tromey <tromey@adacore.com>
2107
2108 * gdb.base/symfile-warn.exp: New file.
2109 * gdb.base/symfile-warn.c: New file.
2110
2111 2019-06-14 Tom Tromey <tromey@adacore.com>
2112
2113 * gdb.base/annotate-symlink.exp: New file.
2114
2115 2019-06-14 Tom Tromey <tromey@adacore.com>
2116
2117 * gdb.ada/set_wstr.exp: Add reassignment test.
2118
2119 2019-06-14 Tom Tromey <tromey@adacore.com>
2120
2121 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2122 'unchecked_access and 'unrestricted_access as well.
2123
2124 2019-06-14 Tom Tromey <tromey@adacore.com>
2125
2126 PR ada/24539:
2127 * gdb.ada/vla.exp: Update tests.
2128 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2129 pragma.
2130
2131 2019-06-13 Pedro Alves <palves@redhat.com>
2132
2133 * gdb.base/settings.exp (test-integer): Test junk after
2134 "unlimited".
2135
2136 2019-06-13 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.base/options.exp (test-thread-apply): New.
2139 (top level): Call it.
2140
2141 2019-06-13 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.base/options.exp (test-frame-apply): New.
2144 (top level): Test print commands with different "frame apply"
2145 prefixes.
2146
2147 2019-06-13 Pedro Alves <palves@redhat.com>
2148
2149 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2150 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2151 'max_completions' parameter and handle it.
2152 (test_gdb_completion_offers_commands): New.
2153
2154 2019-06-13 Pedro Alves <palves@redhat.com>
2155
2156 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2157
2158 2019-06-13 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.base/options.exp (test-backtrace): New.
2161 (top level): Call it.
2162
2163 2019-06-13 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.guile/scm-frame-args.exp: Use "set print
2166 raw-frame-arguments" instead of "set print raw frame-arguments".
2167 * gdb.python/py-frame-args.exp: Likewise.
2168
2169 2019-06-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.compile/compile.exp: Adjust expected output to option
2172 processing changes.
2173
2174 2019-06-13 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/options.exp: Build executable.
2177 (test-print): New procedure.
2178 (top level): Call it, once for "print" and another for "compile
2179 print".
2180
2181 2019-06-13 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/options.c: New file.
2184 * gdb.base/options.exp: New file.
2185
2186 2019-06-13 Pedro Alves <palves@redhat.com>
2187
2188 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2189 that "o" is ambiguous.
2190
2191 2019-06-13 Pedro Alves <palves@redhat.com>
2192
2193 * gdb.base/settings.c: New file.
2194 * gdb.base/settings.exp: New file.
2195
2196 2019-06-13 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/completion.exp: Fix comment typo.
2199
2200 2019-06-13 Pedro Alves <palves@redhat.com>
2201
2202 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2203 foo --1" test.
2204
2205 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2206
2207 * gdb.fortran/block-data.f: New.
2208 * gdb.fortran/block-data.exp: New.
2209
2210 2019-06-11 Tom de Vries <tdevries@suse.de>
2211
2212 PR testsuite/24521
2213 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2214 message.
2215
2216 2019-06-11 Tom de Vries <tdevries@suse.de>
2217
2218 PR testsuite/24521
2219 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2220
2221 2019-06-11 Tom de Vries <tdevries@suse.de>
2222
2223 * boards/readnow.exp: New file.
2224
2225 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.fortran/vla-sizeof.exp: Update expected results.
2228
2229 2019-06-06 Amos Bird <amosbird@gmail.com>
2230
2231 * gdb.base/annota1.exp (thread_switch): Add test for
2232 thread-exited annotation.
2233
2234 2019-06-06 Tom Tromey <tromey@adacore.com>
2235
2236 * gdb.base/maint.exp: Expect command started/finished output.
2237
2238 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2241 comment.
2242 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2243
2244 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2247 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2248 * gdb.arch/riscv-unwind-long-insn.c: New file.
2249 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2250
2251 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2252
2253 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2254
2255 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2256
2257 * lib/gdb.exp (help_list_trailer): New regexp variable
2258 factorizing the help trailer message.
2259 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2260 arg to allow to better factorize various tests.
2261 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2262 (test_prefix_command_help): Use help_list_trailer.
2263 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2264 * gdb.guile/scm-cmd.exp: Likewise.
2265 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2266 * gdb.base/help.exp: Use test_user_defined_class_help.
2267 * gdb.base/style.exp: Add tests for styling of help and apropos.
2268 * lib/gdb-utils.exp (style): Add title and highlight styles.
2269
2270 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2271
2272 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2273 $_shell_exitsignal.
2274 * gdb.base/default.exp: Update for new convenience variables.
2275
2276 2019-05-29 Tom Tromey <tromey@adacore.com>
2277
2278 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2279 to "break complete ada" test case's regexp.
2280
2281 2019-05-29 Tom Tromey <tromey@adacore.com>
2282
2283 PR c++/20020:
2284 * gdb.cp/constexpr-field.exp: New file.
2285 * gdb.cp/constexpr-field.cc: New file.
2286
2287 2019-05-29 Tom Tromey <tromey@adacore.com>
2288
2289 * gdb.base/finish.exp (finish_no_print): New proc.
2290 (finish_tests): Call it.
2291
2292 2019-05-24 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.dwarf2/gdb-add-index.exp: New file.
2295
2296 2019-05-22 Tom Tromey <tromey@adacore.com>
2297
2298 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2299 * gdb.base/style.exp: Use "style".
2300 * lib/gdb-utils.exp (style): New proc.
2301
2302 2019-05-22 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.base/align.exp: Require c++11.
2305
2306 2019-05-22 Tom de Vries <tdevries@suse.de>
2307
2308 PR testsuite/24586
2309 * gdb.python/py-mi-var-info-path-expression.exp: Call
2310 mi_skip_python_tests to check if python is supported.
2311
2312 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2313
2314 * gdb.arch/aarch64-pauth.c: New test.
2315 * gdb.arch/aarch64-pauth.exp: New file.
2316
2317 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2318
2319 * README (Re-running Tests Outside The Testsuite): New section.
2320
2321 2019-05-21 Tom de Vries <tdevries@suse.de>
2322
2323 * gdb.arch/amd64-eval.exp: Require c++11.
2324 * gdb.base/max-depth.exp: Same.
2325 * gdb.compile/compile-cplus-array-decay.exp: Same.
2326 * gdb.cp/meth-typedefs.exp: Same.
2327 * gdb.cp/subtypes.exp: Same.
2328 * gdb.cp/temargs.exp: Same.
2329
2330 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2331
2332 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2333
2334 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 PR gdb/18644
2337 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2338 * gdb.fortran/printing-types.exp: Add new test.
2339 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2340 testing.
2341 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2342 setup_kfail call.
2343
2344 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2345
2346 * README (Running the Testsuite): Change example.
2347 (Testsuite Parameters): Remove TRANSCRIPT.
2348 * lib/gdb.exp: Remove TRANSCRIPT check.
2349
2350 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2351
2352 * README (Testsuite Parameters): Add replay logging to
2353 GDBSERVER_DEBUG.
2354 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2355 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2356 as a comma separated list.
2357 (gdb_debug_init): Override procedure.
2358
2359 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2360
2361 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2362 (gdb_write_cmd_file): New procedure.
2363 * lib/gdbserver-support.exp (gdbserver_start): Call
2364 gdbserver_write_cmd_file.
2365 (gdbserver_write_cmd_file): New procedure.
2366
2367 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2368
2369 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2370 (delete_breakpoints): Likewise.
2371 (gdb_run_cmd): Likewise.
2372 (gdb_start_cmd): Likewise.
2373 (gdb_starti_cmd): Likewise.
2374 (gdb_internal_error_resync): Likewise.
2375 (gdb_test_multiple): Likewise.
2376 (gdb_reinitialize_dir): Likewise.
2377 (default_gdb_exit): Likewise.
2378 (gdb_file_cmd): Mark kill as optional.
2379 (default_gdb_start): Call gdb_stdin_log_init.
2380 (send_gdb): Call gdb_stdin_log_write.
2381 (rerun_to_main): Mark Y as an answer.
2382 (gdb_stdin_log_init): New function.
2383 (gdb_stdin_log_write): Likewise.
2384
2385 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2386
2387 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2388 * gdb.base/debug-expr.exp: Likewise.
2389 * gdb.base/foll-fork.exp: Likewise.
2390 * gdb.base/foll-vfork.exp: Likewise.
2391 * gdb.base/fork-print-inferior-events.exp: Likewise.
2392 * gdb.base/gdb-sigterm.exp: Likewise.
2393 * gdb.base/gdbinit-history.exp: Likewise.
2394 * gdb.base/osabi.exp: Likewise.
2395 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2396 * gdb.base/ui-redirect.exp: Likewise.
2397 * gdb.gdb/unittest.exp: Likewise.
2398 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2399 * gdb.mi/mi-watch.exp: Likewise.
2400 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2401 * gdb.mi/user-selected-context-sync.exp: Likewise.
2402 * gdb.python/python.exp: Disable debug test when debugging.
2403 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2404 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2405 Likewise.
2406 * gdb.threads/stepi-random-signal.exp: Likewise.
2407
2408 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2409
2410 * Makefile.in: Pass through GDB_DEBUG.
2411 * README (Testsuite Parameters): Add GDB_DEBUG.
2412 (gdb,debug): Add board setting.
2413 * lib/gdb.exp (default_gdb_start): Start debugging.
2414 (gdb_debug_enabled): New procedure.
2415 (gdb_debug_init): Likewise.
2416
2417 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2418
2419 * Makefile.in: Pass through GDB_DEBUG.
2420 * README (Testsuite Parameters): Add GDB_DEBUG.
2421 (gdb,debug): Add board setting.
2422 * lib/gdb.exp (default_gdb_start): Start debugging.
2423 (gdb_debug_enabled): New procedure.
2424 (gdb_debug_init): Likewise.
2425
2426 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2427
2428 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2429
2430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2431
2432 * gdb.base/ui-redirect.exp: Test redirection.
2433
2434 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2435
2436 * gdb.mi/mi-complete.exp: New file.
2437 * gdb.mi/mi-complete.cc: Likewise.
2438
2439 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2440
2441 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2442 indexed and sliced arrays, and pointers to arrays.
2443
2444 2019-05-14 Tom Tromey <tromey@adacore.com>
2445
2446 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2447 styling test.
2448
2449 2019-05-14 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2452 selection entry encoding.
2453
2454 2019-05-10 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.ada/info_exc.exp: Add "complete" test.
2457
2458 2019-05-09 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2461 CU-relative.
2462
2463 2019-05-09 Tom de Vries <tdevries@suse.de>
2464
2465 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2466 CU-relative.
2467
2468 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2469
2470 * gdb.ada/frame_arg_lang.exp: New testcase.
2471 * gdb.ada/frame_arg_lang/bla.adb: New file.
2472 * gdb.ada/frame_arg_lang/pck.ads: New file.
2473 * gdb.ada/frame_arg_lang/pck.adb: New file.
2474 * gdb.ada/frame_arg_lang/foo.c: New file.
2475
2476 2019-05-08 Tom Tromey <tromey@adacore.com>
2477
2478 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2479
2480 2019-05-08 Tom Tromey <tromey@adacore.com>
2481
2482 * gdb.base/ptype-offsets.exp: Update tests.
2483
2484 2019-05-08 Tom Tromey <tromey@adacore.com>
2485
2486 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2487 cases.
2488 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2489 "short".
2490
2491 2019-05-08 Tom Tromey <tromey@adacore.com>
2492
2493 * gdb.ada/vla.exp: New file.
2494 * gdb.ada/vla/vla.adb: New file.
2495
2496 2019-05-07 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2499
2500 2019-05-07 Tom de Vries <tdevries@suse.de>
2501
2502 PR testsuite/24522
2503 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2504 section.
2505
2506 2019-05-07 Tom de Vries <tdevries@suse.de>
2507
2508 PR testsuite/24522
2509 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2510 .debug_aranges section.
2511
2512 2019-05-07 Tom de Vries <tdevries@suse.de>
2513
2514 PR testsuite/24159
2515 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2516
2517 2019-05-06 Tom de Vries <tdevries@suse.de>
2518
2519 * lib/gdb.exp (exec_has_index_section): New proc.
2520 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2521 section.
2522
2523 2019-05-04 Tom de Vries <tdevries@suse.de>
2524
2525 * boards/cc-with-debug-names.exp: New file.
2526
2527 2019-05-03 Tom Tromey <tromey@adacore.com>
2528
2529 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2530 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2531 * gdb.ada/char_enum.exp: Add test.
2532
2533 2019-05-03 Tom de Vries <tdevries@suse.de>
2534
2535 * boards/cc-with-gdb-index.exp: New file.
2536
2537 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.rust/simple.exp: Add new test case.
2540 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2541 (main): Initialise an instance of the new struct.
2542
2543 2019-05-01 Tom Tromey <tromey@adacore.com>
2544
2545 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2546 record.
2547 (NPR): New variable.
2548 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2549 test.
2550
2551 2019-05-01 Tom Tromey <tromey@adacore.com>
2552
2553 * gdb.ada/packed_array_assign.exp: Add packed assignment
2554 regression test.
2555
2556 2019-05-01 Tom de Vries <tdevries@suse.de>
2557
2558 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2559
2560 2019-05-01 Tom de Vries <tdevries@suse.de>
2561
2562 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2563
2564 2019-04-30 Ali Tamur <tamur@google.com>
2565
2566 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2567
2568 2019-04-30 Tom Tromey <tromey@adacore.com>
2569
2570 * lib/ada.exp (find_ada_tool): New proc.
2571 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2572 * gdb.ada/catch_ex_std.exp: New file.
2573 * gdb.ada/catch_ex_std/foo.adb: New file.
2574 * gdb.ada/catch_ex_std/some_package.adb: New file.
2575 * gdb.ada/catch_ex_std/some_package.ads: New file.
2576
2577 2019-04-30 Tom Tromey <tromey@adacore.com>
2578
2579 PR c++/24470:
2580 * gdb.cp/temargs.cc: Add test code from PR.
2581
2582 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2583
2584 * gdb.fortran/vla-datatypes.exp: Update expected results.
2585 * gdb.fortran/vla-ptype.exp: Likewise.
2586 * gdb.fortran/vla-type.exp: Likewise.
2587 * gdb.fortran/vla-value.exp: Likewise.
2588
2589 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2590
2591 * gdb.fortran/ptr-indentation.exp: Update expected results.
2592 * gdb.fortran/ptype-on-functions.exp: Likewise.
2593 * gdb.fortran/vla-ptr-info.exp: Likewise.
2594 * gdb.fortran/vla-value.exp: Likewise.
2595
2596 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.fortran/ptype-on-functions.exp: New file.
2599 * gdb.fortran/ptype-on-functions.f90: New file.
2600
2601 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2604 case void string.
2605
2606 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.fortran/complex.exp: Expand.
2609 * gdb.fortran/complex.f: Renamed to...
2610 * gdb.fortran/complex.f90: ...this, and extended to add more
2611 complex values.
2612
2613 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2616 MODULO, CMPLX.
2617
2618 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2619 Richard Bunt <richard.bunt@arm.com>
2620
2621 * gdb.base/max-depth.c: New file.
2622 * gdb.base/max-depth.exp: New file.
2623 * gdb.python/py-nested-maps.c: New file.
2624 * gdb.python/py-nested-maps.exp: New file.
2625 * gdb.python/py-nested-maps.py: New file.
2626 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2627 (test_all_common): Call test_max_depth.
2628 * gdb.fortran/max-depth.exp: New file.
2629 * gdb.fortran/max-depth.f90: New file.
2630 * gdb.go/max-depth.exp: New file.
2631 * gdb.go/max-depth.go: New file.
2632 * gdb.modula2/max-depth.exp: New file.
2633 * gdb.modula2/max-depth.c: New file.
2634 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2635
2636 2019-04-29 Tom de Vries <tdevries@suse.de>
2637
2638 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2639
2640 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2641
2642 * gdb.base/callexit.exp: Test may-call-functions off.
2643
2644 2019-04-25 Keith Seitz <keiths@redhat.com>
2645
2646 PR c++/24367
2647 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2648 (another_incomplete_struct, test_incomplete): New definitions.
2649 (main): Use new definitions.
2650 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2651 functions.
2652
2653 2019-04-25 Ali Tamur <tamur@google.com>
2654
2655 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2656
2657 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2658
2659 PR corefiles/11608
2660 PR corefiles/18187
2661 * gdb.base/coredump-filter-build-id.exp: New file.
2662
2663 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2664
2665 * Makefile.in: Pass through GDBSERVER_DEBUG.
2666 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2667 (gdbserver,debug): Add board setting.
2668 * gdb.trace/tspeed.exp: Skip when debugging.
2669 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2670 * lib/gdbserver-support.exp: Likewise
2671
2672 2019-04-24 Tom Tromey <tromey@adacore.com>
2673
2674 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2675 Rust.
2676
2677 2019-04-24 Tom Tromey <tromey@adacore.com>
2678
2679 * gdb.arch/amd64-eval.exp: Test bitfield return.
2680 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2681 (class Foo) <return_bitfields>: New method.
2682 (main): Call it.
2683
2684 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.cp/many-args.cc: New file.
2687 * gdb.cp/many-args.exp: New file.
2688
2689 2019-04-23 Tom de Vries <tdevries@suse.de>
2690
2691 PR gdb/24433
2692 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2693
2694 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2695
2696 * gdb.trace/backtrace.exp: Use nopie flag.
2697 * gdb.trace/circ.exp: Likewise.
2698 * gdb.trace/collection.exp: Likewise.
2699 * gdb.trace/ftrace.exp: Likewise.
2700 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2701 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2702 * gdb.trace/qtro.exp: Likewise.
2703 * gdb.trace/read-memory.exp: Likewise.
2704 * gdb.trace/report.exp: Likewise.
2705 * gdb.trace/tfile.exp: Likewise.
2706 * gdb.trace/tfind.exp: Likewise.
2707 * gdb.trace/unavailable.exp: Likewise.
2708
2709 2019-04-22 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/solib-probes-nosharedlibrary.c,
2712 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2713
2714 2019-04-19 Tom Tromey <tromey@adacore.com>
2715
2716 * gdb.ada/ptype_union.c: New file.
2717 * gdb.ada/ptype_union.exp: New file.
2718
2719 2019-04-19 Tom Tromey <tromey@adacore.com>
2720
2721 PR symtab/24423:
2722 * gdb.base/list0.h (foo): Add a control-l character.
2723
2724 2019-04-18 Tom de Vries <tdevries@suse.de>
2725
2726 PR gdb/24433
2727 * boards/local-board.exp: Set sysroot to "".
2728
2729 2019-04-18 Tom de Vries <tdevries@suse.de>
2730 Pedro Alves <palves@redhat.com>
2731
2732 PR gdb/24454
2733 * gdb.threads/vfork-follow-child-exec.c: New file.
2734 * gdb.threads/vfork-follow-child-exec.exp: New file.
2735 * gdb.threads/vfork-follow-child-exit.c: New file.
2736 * gdb.threads/vfork-follow-child-exit.exp: New file.
2737
2738 2019-04-15 Leszek Swirski <leszeks@google.com>
2739
2740 * gdb.arch/amd64-eval.cc: New file.
2741 * gdb.arch/amd64-eval.exp: New file.
2742
2743 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2744
2745 * gdb.server/sysroot.c: New test.
2746 * gdb.server/sysroot.exp: New file.
2747 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2748 matching param.
2749
2750 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.base/align.exp: Extend test to cover structures containing
2753 only static fields.
2754
2755 2019-04-11 Tom de Vries <tdevries@suse.de>
2756
2757 * boards/cc-with-dwz-m.exp: New file.
2758 * boards/cc-with-dwz.exp: New file.
2759 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2760
2761 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2762
2763 * gdb.base/start-cpp.exp: New file.
2764 * gdb.base/start-cpp.cc: New file.
2765
2766 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2767
2768 * gdb.python/py-thrhandle.exp: Adjust tests to call
2769 thread_from_handle instead of thread_from_thread_handle.
2770
2771 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2772
2773 * gdb.python/py-thrhandle.exp: Add tests for
2774 gdb.InferiorThread.handle.
2775
2776 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 * gdb.python/py-function.exp: Check calling helper function from
2779 all languages.
2780 * lib/gdb.exp (gdb_supported_languages): New proc.
2781
2782 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.base/complex-parts.c: New file.
2785 * gdb.base/complex-parts.exp: New file.
2786
2787 2019-04-01 Tom Tromey <tromey@adacore.com>
2788
2789 PR symtab/23331:
2790 * gdb.dwarf2/dw2-ranges-main.c: New file.
2791 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2792 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2793
2794 2019-03-30 Simon Marchi <simark@simark.ca>
2795
2796 * gdb.base/default.exp: Add values for $_gdb_major and
2797 $_gdb_minor.
2798
2799 2019-03-29 Tom Tromey <tromey@adacore.com>
2800
2801 * gdb.base/help.exp: Tighten apropos regexp.
2802
2803 2019-03-29 Keith Seitz <keiths@redhat.com>
2804
2805 * gdb.fortran/array-bounds.exp: New file.
2806 * gdb.fortran/array-bounds.f90: New file.
2807
2808 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2809
2810 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2811
2812 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2813
2814 * gdb.multi/hello.c (main): Increase alarm timer.
2815
2816 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2817
2818 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2819 factor when no hardware watchpoint support.
2820
2821 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2822 Pedro Alves <palves@redhat.com>
2823
2824 * boards/local-board.exp: set sysroot to /.
2825
2826 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2827
2828 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2829 in child.
2830
2831 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2834 field.
2835 (make_container): Initialise new field.
2836 * gdb.python/py-prettyprint.exp: Add new tests.
2837 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2838 <display_hint>: New method.
2839
2840 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2843 gdb_continue_to_breakpoint more throughout this test.
2844 (run_lang_tests) Supply unique test names, and use
2845 gdb_test_no_output.
2846
2847 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2848
2849 * gdb.base/finish-pretty.exp: Update expected results.
2850 * gdb.base/pretty-print.c: New file.
2851 * gdb.base/pretty-print.exp: New file.
2852
2853 2019-03-25 Pedro Alves <palves@redhat.com>
2854
2855 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2856 move comments outside list. Append '-i "" eof' section.
2857
2858 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2859
2860 PR testsuite/25016
2861 * README: Add pie options.
2862 * gdb.base/break-interp.exp: Ensure pie is disabled.
2863 * gdb.base/dump.exp: Likewise.
2864 * lib/gdb.exp (gdb_compile): Add pie option.
2865
2866 2019-03-19 Tom Tromey <tromey@adacore.com>
2867
2868 * gdb.mi/mi2-cli-display.c: New file.
2869 * gdb.mi/mi2-cli-display.exp: New file.
2870
2871 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2872 Tom Tromey <tromey@adacore.com>
2873
2874 * gdb.ada/ptype_array/pck.adb: New file.
2875 * gdb.ada/ptype_array/pck.ads: New file.
2876 * gdb.ada/ptype_array/foo.adb: New file.
2877 * gdb.ada/ptype_array.exp: New file.
2878
2879 2019-03-14 Tom Tromey <tromey@adacore.com>
2880
2881 * gdb.base/style.exp: Add "set style sources" test.
2882
2883 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2886 * mi-breakpoint-multiple-locations.exp: ... this.
2887 (make_breakpoints_pattern): New proc.
2888 (do_test): Add mi_version parameter, test -break-insert,
2889 -break-info and =breakpoint-created.
2890
2891 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * config/default.exp: Remove 'load_lib gdb.exp'.
2894 * config/monitor.exp: Likewise.
2895 * config/sid.exp: Likewise.
2896 * config/sim.exp: Likewise.
2897 * config/slite.exp: Likewise.
2898 * config/unix.exp: Likewise.
2899 * gdb.base/default.exp: Remove unhelpful comment.
2900
2901 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2902
2903 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2904
2905 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2908
2909 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.fortran/type-kinds.exp: Update expected results.
2912
2913 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2916
2917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2920 function.
2921 (test_basic_parsing_of_type_kinds): Expand types tested.
2922 (test_parsing_invalid_type_kinds): New function.
2923
2924 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2925
2926 * gdb.fortran/intrinsics.exp: New file.
2927 * gdb.fortran/intrinsics.f90: New file.
2928 * gdb.fortran/type-kinds.exp: New file.
2929
2930 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.fortran/dot-ops.exp: New file.
2933
2934 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2937 Check upper and lower case logical literals.
2938
2939 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2940
2941 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2942 Remove duplicate tests.
2943
2944 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2945
2946 * lib/gdb.exp (builtin_cd): rename of cd.
2947 (cd): Override builtin.
2948
2949 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2950
2951 * gdb.fortran/function-calls.exp: New file.
2952 * gdb.fortran/function-calls.f90: New test.
2953
2954 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2955
2956 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2957 on user program standard output.
2958 * gdb.fortran/short-circuit-argument-list.f90: Record function
2959 calls.
2960
2961 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2962
2963 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2964 failure.
2965
2966 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2967
2968 PR gdb/8527
2969 * gdb.base/interrupt-daemon-attach.c,
2970 gdb.base/interrupt-daemon-attach.exp: New test.
2971
2972 2019-02-27 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/page.exp: Add tests for "set width/height -1".
2975
2976 2019-02-27 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.base/page.exp: Add tests for "set/show width/height" with
2979 "infinite" values.
2980
2981 2019-02-27 Tom Tromey <tromey@adacore.com>
2982
2983 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2984 2.4.
2985 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2986 workaround.
2987
2988 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2991 tests for structs with static members.
2992
2993 2019-02-26 Tom Tromey <tromey@adacore.com>
2994
2995 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2996 ValueError, not TypeError.
2997
2998 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2999
3000 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3001 call from main program.
3002
3003 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3006 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3007 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3008 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3009 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3010
3011 2019-02-22 Keith Seitz <keiths@redhat.com>
3012
3013 PR symtab/23853
3014 * gdb.base/symlink-sourcefile.c: New file.
3015 * gdb.base/symlink-sourcefile.exp: New file.
3016
3017 2019-02-20 Tom Tromey <tom@tromey.com>
3018
3019 * gdb.base/info_qt.exp: Update.
3020
3021 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3022
3023 * gdb.base/source.exp: Move "error in sourced script" code to
3024 the end.
3025 * gdb.base/source-error.gdb: Move contents to
3026 source-error-1.gdb. Add new code to source source-error-1.gdb.
3027 * gdb.base/source-error-1.gdb: New file, from previous
3028 source-error.gdb.
3029
3030 2019-02-17 Tom Tromey <tom@tromey.com>
3031
3032 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3033 for macro styling.
3034 * gdb.base/style.c (SOME_MACRO): New macro.
3035
3036 2019-02-17 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.base/style.exp: Add line-wrapping tests.
3039 * gdb.base/page.exp: Add test for quitting during pagination.
3040
3041 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3042
3043 * gdb.ada/big_packed_array: New testcase.
3044 * gdb.ada/homonym.exp: Fix incorrect expected output for
3045 "break <homonym__get_value>" test.
3046
3047 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3048
3049 PR breakpoints/21870
3050 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3051 and prepare_for_testing. Add comment.
3052 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3053 redundant cleanup call. Clean up comment.
3054
3055 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3056
3057 PR breakpoints/21870
3058 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3059 * gdb.arch/aarch64-dbreg-contents.c: New file.
3060
3061 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3062
3063 * gdb.ada/mi_ref_changeable: New testcase.
3064
3065 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3066
3067 * gdb.base/attach.exp: Add double attach test.
3068
3069 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3070
3071 * lib/gdb.exp (default_gdb_start): Don't match pagination
3072 prompt.
3073 (gdb_init): Set stty_init.
3074
3075 2019-01-27 Tom Tromey <tom@tromey.com>
3076
3077 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3078 skip_python_tests.
3079
3080 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3081
3082 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3083 New structure.
3084 (struct struct_static_02_02): Likewise.
3085 (struct struct_static_02_03): Likewise.
3086 (struct struct_static_02_04): Likewise.
3087 (struct struct_static_04_01): Likewise.
3088 (struct struct_static_04_02): Likewise.
3089 (struct struct_static_04_03): Likewise.
3090 (struct struct_static_04_04): Likewise.
3091 (struct struct_static_06_01): Likewise.
3092 (struct struct_static_06_02): Likewise.
3093 (struct struct_static_06_03): Likewise.
3094 (struct struct_static_06_04): Likewise.
3095 (cmp_struct_static_02_01): Likewise.
3096 (cmp_struct_static_02_02): Likewise.
3097 (cmp_struct_static_02_03): Likewise.
3098 (cmp_struct_static_02_04): Likewise.
3099 (cmp_struct_static_04_01): Likewise.
3100 (cmp_struct_static_04_02): Likewise.
3101 (cmp_struct_static_04_03): Likewise.
3102 (cmp_struct_static_04_04): Likewise.
3103 (cmp_struct_static_06_01): Likewise.
3104 (cmp_struct_static_06_02): Likewise.
3105 (cmp_struct_static_06_03): Likewise.
3106 (cmp_struct_static_06_04): Likewise.
3107 (call_all): Test new structs.
3108 * gdb.base/infcall-nested-structs.exp: Likewise.
3109
3110 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3111 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3112
3113 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3114 * gdb.base/stack-protector.c: New test.
3115 * gdb.base/stack-protector.exp: New file.
3116 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3117 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3118 option.
3119 (gdb_compile): Remove stack protector for GCC and prevent
3120 recursion.
3121
3122 2019-01-16 Keith Seitz <keiths@redhat.com>
3123
3124 PR gdb/23773
3125 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3126
3127 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3128
3129 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3130 aliases.
3131 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3132 tests.
3133 * gdb.arch/powerpc-vector-regs.c: New file.
3134 * gdb.arch/powerpc-vector-regs.exp: New file.
3135
3136 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3137
3138 * gdb.arch/altivec-regs.exp: Fix the list passed to
3139 gdb_expect_list when testing "info vector".
3140
3141 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 * gdb.base/style.exp: Don't include path in testname.
3144
3145 2019-01-10 Keith Seitz <keiths@redhat.com>
3146
3147 PR gdb/23712
3148 PR symtab/23010
3149 * gdb.dwarf2/multidictionary.exp: New file.
3150
3151 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3152
3153 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3154 (test_gnuv3_style_demangling): ... this.
3155 (test_lucid_style_demangling): Remove.
3156 (test_arm_style_demangling): Remove.
3157 (test_hp_style_demangling): Remove.
3158 (do_tests): Remove calls to the above.
3159
3160 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3163 case.
3164
3165 2019-01-06 Tom Tromey <tom@tromey.com>
3166
3167 PR gdb/28155:
3168 * gdb.dwarf2/typedef-void-finish.exp: New file.
3169
3170 2018-12-28 Tom Tromey <tom@tromey.com>
3171 Simon Marchi <simark@simark.ca>
3172
3173 * gdb.base/jit-exec.exp: New file.
3174 * gdb.base/jit-exec.c: New file.
3175 * gdb.base/jit-execd.c: New file.
3176
3177 2018-12-28 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.base/style.exp: Update test to check for address styling.
3180
3181 2018-12-28 Tom Tromey <tom@tromey.com>
3182
3183 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3184 message.
3185
3186 2018-12-28 Tom Tromey <tom@tromey.com>
3187
3188 * gdb.base/style.exp: Add test for version number styling.
3189
3190 2018-12-28 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.base/style.exp: Add test for print_address_symbolic.
3193
3194 2018-12-28 Tom Tromey <tom@tromey.com>
3195
3196 * gdb.base/style.exp: Add test for breakpoint setting.
3197
3198 2018-12-28 Tom Tromey <tom@tromey.com>
3199
3200 * gdb.base/style.exp: Add test for variable names.
3201
3202 2018-12-28 Tom Tromey <tom@tromey.com>
3203
3204 * gdb.base/style.exp: New file.
3205 * gdb.base/style.c: New file.
3206
3207 2018-12-28 Tom Tromey <tom@tromey.com>
3208
3209 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3210 "dumb".
3211 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3212 the TERM environment variable.
3213
3214 2018-12-27 Tom Tromey <tom@tromey.com>
3215
3216 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3217 pagination test.
3218
3219 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3220
3221 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3222 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3223
3224 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3225
3226 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3227 Filename a.adb changed to bp_fun_addr.adb.
3228 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3229
3230 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3231
3232 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3233 non-PIE executables.
3234 * README: Mention the gdb,nopie_flag board setting.
3235 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3236 non-PIE executable.
3237 * gdb.arch/amd64-entry-value.exp: Likewise.
3238 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3239 * gdb.arch/i386-float.exp: Likewise.
3240 * gdb.arch/i386-signal.exp: Likewise.
3241 * gdb.mi/mi-reg-undefined.exp: Likewise.
3242
3243 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3244
3245 PR gdb/23974
3246 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3247
3248 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3249
3250 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3251 Update order of results accordingly.
3252
3253 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.base/annota1.exp: Update a test regexp.
3256
3257 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3260
3261 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3262
3263 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3264 (reuse_time): Initialize to REUSE_TIME_CAP.
3265 (check_rc): New function.
3266 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3267 Check pthread_create rc.
3268 (spawner_thread_func): Check pthread_create and pthread_join rc.
3269
3270 2018-12-08 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/list.exp (test_forward_search): Rename to ...
3273 (test_forward_reverse_search): ... this. Also test reverse-search
3274 and the forward-search alias.
3275
3276 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3279 local timeout variable before return, and remove all local timeout
3280 variable entirely.
3281 (gdb_load): Likewise.
3282
3283 2018-12-01 Tom de Vries <tdevries@suse.de>
3284
3285 * gdb.base/gdb-caching-proc.exp: New file.
3286
3287 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 * Makefile.in (TIMESTAMP): New variable.
3290 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3291 command.
3292 (check-single-racy): Likewise.
3293 (check/%.exp): Likewise.
3294 (check-racy/%.exp): Likewise.
3295 (workers/%.worker): Likewise.
3296 (build-perf): Likewise.
3297 (check-perf): Likewise.
3298 * README: Describe new "TS" and "TS_FORMAT" variables.
3299 * print-ts.py: New file.
3300
3301 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3302
3303 PR python/23714
3304 * gdb.python/python.exp: Test command repetition after
3305 gdb.execute.
3306
3307 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3310 is correctly aligned.
3311
3312 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3313
3314 * gdb.ada/info_auto_lang.exp: New testcase.
3315 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3316 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3317 * gdb.ada/info_auto_lang/some_c.c: New file.
3318
3319 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3320
3321 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3322 FUNC_lang language syntax.
3323
3324 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3325
3326 * gdb.base/info_minsym.c: New file.
3327 * gdb.base/info_minsym.exp: New file.
3328
3329 2018-11-19 Tom Tromey <tom@tromey.com>
3330
3331 PR rust/23625:
3332 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3333 * gdb.rust/expr.exp: Update expected output. Change one test.
3334
3335 2018-11-19 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3338
3339 2018-11-19 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3342 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3343 see the expected warning.
3344
3345 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3346
3347 PR gdb/22736:
3348 * gdb.cp/infcall-nodebug-lib.c: New test.
3349 * gdb.cp/infcall-nodebug-main.c: New test.
3350 * gdb.cp/infcall-nodebug.exp: New file.
3351
3352 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3353
3354 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3355 completer tests.
3356
3357 2018-11-09 Tom de Vries <tdevries@suse.de>
3358
3359 * gdb.base/msym-lang.c: New test.
3360 * gdb.base/msym-lang.exp: New file.
3361 * gdb.base/msym-lang-main.c: New test.
3362
3363 2018-11-08 Tom Tromey <tom@tromey.com>
3364
3365 PR gdb/23555:
3366 PR gdb/23838:
3367 * gdb.base/warning.exp: New file.
3368
3369 2018-11-08 Jan Beulich <jbeulich@suse.com>
3370
3371 * testsuite/gdb.arch/i386-avx512.c,
3372 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3373
3374 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3377 point hardware.
3378
3379 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3382 * gdb.dwarf2/missing-type-name.exp: New file.
3383
3384 2018-11-06 Tom de Vries <tdevries@suse.de>
3385
3386 * gdb.base/many-headers.c: New test.
3387 * gdb.base/many-headers.exp: New file.
3388
3389 2018-11-06 Jim Wilson <jimw@sifive.com>
3390
3391 * gdb.base/code_elim.exp: For riscv, set additional_flags
3392 to include -msmall-data-limit=0.
3393
3394 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3395
3396 * gdb.ada/watch_minus_l: New testcase.
3397
3398 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3399
3400 * gdb.arch/aix-sighandle.c: New file.
3401 * gdb.arch/aix-sighandle.exp: New file.
3402
3403 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3404
3405 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3406 registers being unions.
3407
3408 2018-10-31 Tom de Vries <tdevries@suse.de>
3409
3410 * lib/valgrind.exp: New file.
3411 (vgdb_start, vgdb_stop): New procs, factored out of ...
3412 * gdb.base/valgrind-bt.exp: ... here, ...
3413 * gdb.base/valgrind-disp-step.exp: ... here and ...
3414 * gdb.base/valgrind-infcall.exp: ... here.
3415
3416 2018-10-31 Tom de Vries <tdevries@suse.de>
3417
3418 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3419
3420 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.dwarf2/void-type.c: New file.
3423 * gdb.dwarf2/void-type.exp: New file.
3424
3425 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3426
3427 * gdb.base/info_qt.c: New file.
3428 * gdb.base/info_qt.exp: New file.
3429
3430 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3431
3432 * gdb.arch/powerpc-htm-regs.c: New file.
3433 * gdb.arch/powerpc-htm-regs.exp: New file.
3434
3435 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3436
3437 * gdb.arch/powerpc-tar.c: New file.
3438 * gdb.arch/powerpc-tar.exp: New file.
3439
3440 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3441
3442 * gdb.arch/powerpc-ppr-dscr.c: New file.
3443 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3444
3445 2018-10-25 Tom de Vries <tdevries@suse.de>
3446
3447 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3448
3449 2018-10-24 Tom de Vries <tdevries@suse.de>
3450
3451 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3452 longer exists error.
3453
3454 2018-10-24 Tom de Vries <tdevries@suse.de>
3455
3456 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3457
3458 2018-10-24 Tom de Vries <tdevries@suse.de>
3459
3460 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3461 --db-attach in valgrind.
3462
3463 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3464
3465 * gdb.arch/riscv-reg-aliases.c: New file.
3466 * gdb.arch/riscv-reg-aliases.exp: New file.
3467
3468 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3469
3470 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3471
3472 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3473
3474 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3475
3476 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3477
3478 * gdb.cp/ovldbreak.exp: Fix regexps.
3479
3480 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3481
3482 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3483
3484 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3485
3486 PR cli/23785
3487 * gdb.base/restore.exp: New test to check if "restore" with an
3488 invalid file doesn't segfault.
3489
3490 2018-10-18 Tom de Vries <tdevries@suse.de>
3491
3492 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3493 * gdb.ada/excep_handle.exp: Same.
3494 * gdb.ada/mi_string_access.exp: Same.
3495 * gdb.ada/mi_var_union.exp: Same.
3496 * gdb.arch/arc-analyze-prologue.exp: Same.
3497 * gdb.arch/arc-decode-insn.exp: Same.
3498 * gdb.base/readnever.exp: Same.
3499 * gdb.fortran/printing-types.exp: Same.
3500 * gdb.guile/scm-lazy-string.exp: Same.
3501
3502 2018-10-16 Tom de Vries <tdevries@suse.de>
3503
3504 PR gdb/23730
3505 * gdb.base/catch-follow-exec.c: Add copyright notice.
3506 * gdb.base/catch-follow-exec.exp: Rewrite to use
3507 gdb_spawn_with_cmdline_opts. Require gdb-native.
3508
3509 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3510
3511 * gdb.trace/actions-changed.exp: Check for arch support.
3512 * gdb.trace/actions.exp: Likewise.
3513 * gdb.trace/ax.exp: Likewise.
3514 * gdb.trace/backtrace.exp: Likewise.
3515 * gdb.trace/change-loc.exp: Likewise.
3516 * gdb.trace/deltrace.exp: Likewise.
3517 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3518 * gdb.trace/ftrace.exp: Likewise.
3519 * gdb.trace/infotrace.exp: Check for arch support.
3520 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3521 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3522 * gdb.trace/mi-tsv-changed.exp: Likewise.
3523 * gdb.trace/packetlen.exp: Likewise.
3524 * gdb.trace/passc-dyn.exp: Likewise.
3525 * gdb.trace/passcount.exp: Likewise.
3526 * gdb.trace/pending.exp: Likewise.
3527 * gdb.trace/range-stepping.exp: Check for shlib support.
3528 * gdb.trace/report.exp: Check for arch support.
3529 * gdb.trace/save-trace.exp: Likewise.
3530 * gdb.trace/signal.exp: Check for signal support.
3531 * gdb.trace/tfind.exp: Check for arch support.
3532 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3533 * gdb.trace/trace-common.h: Add comment.
3534 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3535 * gdb.trace/trace-enable-disable.exp: Likewise.
3536 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3537 * gdb.trace/tracecmd.exp: Check for arch support.
3538 * gdb.trace/tspeed.exp: Check for shlib and target support.
3539 * gdb.trace/tstatus.exp: Check for arch support.
3540 * gdb.trace/tsv.exp: Likewise.
3541 * gdb.trace/while-dyn.exp: Likewise.
3542 * gdb.trace/while-stepping.exp: Likewise.
3543 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3544
3545 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3546
3547 * gdb.trace/tspeed.exp: Remove nowarnings.
3548 (prepare_for_trace_test): Declare "global ipalib".
3549 * gdb.trace/tspeed.c: Include unistd.h.
3550 (main): Remove superfluous printf argument.
3551
3552 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3553
3554 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3555 directory prefix on the filename.
3556
3557 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3558
3559 * gdb.gdb/unittest.exp: Update expected message informing that
3560 selftests have been disabled.
3561 * gdb.server/unittest.exp: Likewise.
3562
3563 2018-10-09 Tom de Vries <tdevries@suse.de>
3564
3565 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3566 with runto_main.
3567
3568 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3569
3570 PR c++/16841
3571 * gdb.cp/virtbase2.cc: New file.
3572 * gdb.cp/virtbase2.exp: New file.
3573
3574 2018-10-06 Tom Tromey <tom@tromey.com>
3575
3576 PR python/19399:
3577 * gdb.python/py-inferior.exp: Add architecture test.
3578
3579 2018-10-06 Tom Tromey <tom@tromey.com>
3580
3581 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3582 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3583
3584 2018-10-06 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3587 of a "throw" catchpoint.
3588
3589 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3590
3591 * gdb.base/info-proc.exp: Update string expected from "help info
3592 proc".
3593
3594 2018-10-04 Tom Tromey <tom@tromey.com>
3595
3596 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3597 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3598 (test_initial_complaints, test_empty_complaints): Update.
3599 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3600
3601 2018-10-04 Tom Tromey <tom@tromey.com>
3602
3603 PR cli/19551:
3604 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3605 * lib/gdb.exp (gdb_file_cmd): Update.
3606 * gdb.stabs/weird.exp (print_weird_var): Update.
3607 * gdb.server/solib-list.exp: Update.
3608 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3609 * gdb.mi/mi-cli.exp: Update.
3610 * gdb.linespec/linespec.exp: Update.
3611 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3612 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3613 * gdb.cp/cp-relocate.exp: Update.
3614 * gdb.base/sym-file.exp: Update.
3615 * gdb.base/relocate.exp: Update.
3616 * gdb.base/readnever.exp: Update.
3617 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3618 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3619 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3620 * gdb.base/code_elim.exp: Update.
3621 * gdb.base/break-unload-file.exp (test_break): Update.
3622 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3623 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3624 Update.
3625 * gdb.base/attach.exp (do_attach_tests): Update.
3626 * gdb.base/sepdebug.exp: Update.
3627 * gdb.python/py-section-script.exp: Update.
3628
3629 2018-10-04 Tom Tromey <tom@tromey.com>
3630
3631 PR cli/22234:
3632 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3633 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3634 output.
3635
3636 2018-10-04 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3639 set width and height to 0.
3640 (test_command_line_attach_run): Use -quiet.
3641
3642 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3643
3644 * lib/gdb.exp (skip_ifunc_tests): New.
3645 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3646 other compile failures.
3647 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3648
3649 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3650
3651 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3652 is_amd64_regs_target.
3653
3654 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3655
3656 * gdb.arch/aarch64-sighandler-regs.c: New test.
3657 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3658 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3659
3660 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3661
3662 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3663 assembly.
3664
3665 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.base/frame-selection.exp: New file.
3668 * gdb.base/frame-selection.c: New file.
3669
3670 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3671
3672 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3673 pthread barrier.
3674 (main): Likewise.
3675
3676 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3677
3678 * gdb.base/large-frame-1.c: New file.
3679 * gdb.base/large-frame-2.c: New file.
3680 * gdb.base/large-frame.exp: New file.
3681 * gdb.base/large-frame.h: New file.
3682
3683 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3684
3685 PR gdb/20948
3686 * gdb.base/write_mem.exp: New test.
3687 * gdb.base/write_mem.c: Likewise.
3688
3689 2018-09-23 Tom Tromey <tom@tromey.com>
3690
3691 PR python/18852:
3692 * gdb.python/py-parameter.exp: Add test for parameter that throws
3693 on "set".
3694
3695 2018-09-23 Tom Tromey <tom@tromey.com>
3696
3697 PR python/17284:
3698 * gdb.python/py-template.exp (test_template_arg): Add test for
3699 negative template argument number.
3700
3701 2018-09-23 Tom Tromey <tom@tromey.com>
3702
3703 PR python/14062:
3704 * gdb.python/python.exp: Add test for post_event error.
3705
3706 2018-09-23 Tom Tromey <tom@tromey.com>
3707
3708 PR python/18170:
3709 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3710 convert pointers to int and long.
3711
3712 2018-09-23 Tom Tromey <tom@tromey.com>
3713
3714 PR python/20126:
3715 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3716 signed-ness conversion tests.
3717
3718 2018-09-23 Tom Tromey <tom@tromey.com>
3719
3720 PR python/18352;
3721 * gdb.python/py-value.exp (test_float_conversion): New proc.
3722 Use it.
3723
3724 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3725
3726 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3727
3728 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3729
3730 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3731 no readline.
3732 * gdb.base/utf8-identifiers.exp: Likewise.
3733 * gdb.cp/cpcompletion.exp: Likewise.
3734 * gdb.linespec/cpcompletion.exp: Likewise.
3735 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3736 * gdb.linespec/cpls-ops.exp: Likewise.
3737
3738 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3739 Chris January <chris.january@arm.com>
3740
3741 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3742 * gdb.fortran/short-circuit-argument-list.exp: New file.
3743 * gdb.fortran/short-circuit-argument-list.f90: New test.
3744
3745 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3746
3747 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3748 "arch=" keyword when executing "-stack-list-frames".
3749
3750 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3751
3752 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3753 "arch=" keyword when executing "-stack-list-frames".
3754
3755 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3756
3757 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3758 break ada".
3759
3760 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3761
3762 PR python/23669
3763 * gdb.python/python.exp: Test gdb.execute("show commands").
3764
3765 2018-09-16 Tom Tromey <tom@tromey.com>
3766
3767 * gdb.base/new-ui.exp (do_execution_tests): Update.
3768 * gdb.base/dbx.exp (test_breakpoints): Update.
3769
3770 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3771
3772 * lib/gdb.exp (gdb_simple_compile): Add proc.
3773 (is_elf_target): Use gdb_simple_compile.
3774 (skip_altivec_tests): Likewise.
3775 (skip_vsx_tests): Likewise.
3776 (skip_tsx_tests): Likewise.
3777 (skip_btrace_tests): Likewise.
3778 (skip_btrace_pt_tests): Likewise.
3779 (gdb_can_simple_compile): Likewise.
3780 (gdb_has_argv0): Likewise.
3781 (gdb_target_symbol_prefix): Likewise.
3782 (target_supports_scheduler_locking): Likewise.
3783
3784 2018-09-13 Tom Tromey <tom@tromey.com>
3785
3786 * Makefile.in (TAGS): Recognize proc_with_prefix and
3787 gdb_caching_proc.
3788
3789 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3790
3791 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3792 method.
3793
3794 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3795
3796 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3797 and a few other Inferior properties when the Inferior is no
3798 longer valid.
3799
3800 2018-09-13 Tom Tromey <tom@tromey.com>
3801
3802 PR rust/23650:
3803 * gdb.rust/simple.exp: Add test for enum field access error.
3804
3805 2018-09-13 Tom Tromey <tom@tromey.com>
3806
3807 PR rust/23626:
3808 * gdb.rust/simple.rs (EmptyEnum): New type.
3809 (main): Use it.
3810 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3811
3812 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3815 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3816 * gdb.python/py-symtab.exp: Update test printing an objfile.
3817
3818 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3821 object.
3822
3823 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3824
3825 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3826 (support_complex_tests): Use gdb_can_simple_compile.
3827 (is_ilp32_target): Likewise.
3828 (is_lp64_target): Likewise.
3829 (is_64_target): Likewise.
3830 (is_amd64_regs_target): Likewise.
3831 (is_aarch32_target): Likewise.
3832 (gdb_int128_helper): Likewise.
3833
3834 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3835
3836 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3837
3838 2018-09-10 Jerome Guitton <guitton@adacore.com>
3839
3840 * gdb.ada/same_component_name: Add test for case of tagged record
3841 with variable-length fields.
3842
3843 2018-09-10 Xavier Roirand <roirand@adacore.com>
3844
3845 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3846 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3847 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3848 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3849
3850 2018-09-10 Xavier Roirand <roirand@adacore.com>
3851
3852 * gdb.ada/mi_string_access.exp: New testcase.
3853 * gdb.ada/mi_string_access/bar.adb: New file.
3854 * gdb.ada/mi_string_access/pck.adb: New file.
3855 * gdb.ada/mi_string_access/pck.asd: New file.
3856
3857 2018-09-10 Xavier Roirand <roirand@adacore.com>
3858
3859 * gdb.ada/mi_var_union.exp: New testcase.
3860 * gdb.ada/mi_var_union/bar.adb: New file.
3861 * gdb.ada/mi_var_union/pck.adb: New file.
3862 * gdb.ada/mi_var_union/pck.asd: New file.
3863
3864 2018-09-08 Tom Tromey <tom@tromey.com>
3865
3866 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3867
3868 2018-09-08 Tom Tromey <tom@tromey.com>
3869
3870 PR python/16047:
3871 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3872 (register_pretty_printers): Register new printer.
3873 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3874 test.
3875 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3876 (an_int_type3): New global.
3877
3878 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3879
3880 * gdb.ada/expr_with_funcall: New testcase.
3881
3882 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3883
3884 * gdb.ada/packed_array_assign: New testcase.
3885
3886 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3887
3888 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3889 names, and add test prefixes to make test names unique.
3890
3891 2018-09-05 Tom de Vries <tdevries@suse.de>
3892
3893 * gdb.dwarf2/varval.exp: Add test.
3894
3895 2018-09-04 Gary Benson <gbenson@redhat.com>
3896
3897 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3898 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3899
3900 2018-08-31 Tom Tromey <tom@tromey.com>
3901
3902 * gdb.rust/simple.rs: Rename second variable "v".
3903
3904 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.base/funcargs.c (use_a): New function.
3907 (recurse): Call use_a.
3908
3909 2018-08-29 Keith Seitz <keiths@redhat.com>
3910
3911 * gdb.compile/compile-cplus-anonymous.cc: New file.
3912 * gdb.compile/compile-cplus-anonymous.exp: New file.
3913 * gdb.compile/compile-cplus-array-decay.cc: New file.
3914 * gdb.compile/compile-cplus-array-decay.exp: New file.
3915 * gdb.compile/compile-cplus-inherit.cc: New file.
3916 * gdb.compile/compile-cplus-inherit.exp: New file.
3917 * gdb.compile/compile-cplus-member.cc: New file.
3918 * gdb.compile/compile-cplus-member.exp: New file.
3919 * gdb.compile/compile-cplus-method.cc: New file.
3920 * gdb.compile/compile-cplus-method.exp: New file.
3921 * gdb.compile/compile-cplus-mod.c: "New" file.
3922 * gdb.compile/compile-cplus-namespace.cc: New file.
3923 * gdb.compile/compile-cplus-namespace.exp: New file.
3924 * gdb.compile/compile-cplus-nested.cc: New file.
3925 * gdb.compile/compile-cplus-nested.exp: New file.
3926 * gdb.compile/compile-cplus-print.c: "New" file.
3927 * gdb.compile/compile-cplus-print.exp: "New" file.
3928 * gdb.compile/compile-cplus-virtual.cc: New file.
3929 * gdb.compile/compile-cplus-virtual.exp: New file.
3930 * gdb.compile/compile-cplus.c: "New" file.
3931 * gdb.compile/compile-cplus.exp: "New" file.
3932 * lib/compile-support.exp: New file.
3933
3934 2018-08-16 Gary Benson <gbenson@redhat.com>
3935
3936 PR gdb/13000:
3937 * gdb.base/batch-exit-status.exp: New file.
3938 * gdb.base/batch-exit-status.good-commands: Likewise.
3939 * gdb.base/batch-exit-status.bad-commands: Likewise.
3940
3941 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3942
3943 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3944 (struct struct02): Likewise.
3945 (struct struct03): Likewise.
3946 (struct struct04): Likewise.
3947 (struct struct_01_01): New struct.
3948 (struct struct_01_02): Likewise.
3949 (struct struct_01_03): Likewise.
3950 (struct struct_01_04): Likewise.
3951 (struct struct_02_01): Likewise.
3952 (struct struct_02_02): Likewise.
3953 (struct struct_02_03): Likewise.
3954 (struct struct_02_04): Likewise.
3955 (struct struct_04_01): Likewise.
3956 (struct struct_04_02): Likewise.
3957 (struct struct_04_03): Likewise.
3958 (struct struct_04_04): Likewise.
3959 (struct struct_05_01): Likewise.
3960 (struct struct_05_02): Likewise.
3961 (struct struct_05_03): Likewise.
3962 (struct struct_05_04): Likewise.
3963 (cmp_struct01): Remove function.
3964 (cmp_struct02): Likewise.
3965 (cmp_struct03): Likewise.
3966 (cmp_struct04): Likewise.
3967 (cmp_struct_01_01): Add Function.
3968 (cmp_struct_01_02): Likewise.
3969 (cmp_struct_01_03): Likewise.
3970 (cmp_struct_01_04): Likewise.
3971 (cmp_struct_02_01): Likewise.
3972 (cmp_struct_02_02): Likewise.
3973 (cmp_struct_02_03): Likewise.
3974 (cmp_struct_02_04): Likewise.
3975 (cmp_struct_04_01): Likewise.
3976 (cmp_struct_04_02): Likewise.
3977 (cmp_struct_04_03): Likewise.
3978 (cmp_struct_04_04): Likewise.
3979 (cmp_struct_05_01): Likewise.
3980 (cmp_struct_05_02): Likewise.
3981 (cmp_struct_05_03): Likewise.
3982 (cmp_struct_05_04): Likewise.
3983 (call_all): Add new structs.
3984 * gdb.base/infcall-nested-structs.exp: Likewise.
3985
3986 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3987
3988 * gdb.python/py-framefilter-mi.exp: Update regexp to
3989 check for "arch" field in frame output.
3990
3991 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3992
3993 * gdb.dwarf2/dw2-ranges-func.c: New file.
3994 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3995
3996 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3997
3998 * gdb.base/term.exp: Compare terminal settings with values from
3999 the inferior.
4000 * gdb.base/term.c: Get and set terminal settings.
4001
4002 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4003
4004 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4005 accommodate new "arch" field in frame output.
4006 * gdb.mi/mi-return.exp: Likewise.
4007 * gdb.mi/mi-stack.exp: Likewise.
4008 * gdb.mi/mi-syn-frame.exp: Likewise.
4009 * gdb.mi/user-selected-context-sync.exp: Likewise.
4010
4011 2018-08-19 Michael Spang <spang@google.com>
4012
4013 PR gdb/11786
4014 * gdb.base/gcore-tls-pie.c: New file.
4015 * gdb.base/gcore-tls-pie.exp: New file.
4016
4017 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4018
4019 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4020 * gdb.dwarf2/varval.c: New file.
4021 * gdb.dwarf2/varval.exp: New file.
4022
4023 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4024
4025 PR gdb/18931
4026 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4027
4028 2018-08-16 Keith Seitz <keiths@redhat.com>
4029
4030 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4031 tests expected to pass.
4032
4033 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4034
4035 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4036 -data-disassemble -a.
4037 (test_disassembly_bogus_args): Likewise.
4038
4039 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4042
4043 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4044
4045 * gdb.base/vla-optimized-out.exp: Add new test.
4046
4047 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 * gdb.base/vla-optimized-out-o3.exp: Delete.
4050 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4051 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4052 deleted tests.
4053
4054 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4055
4056 PR gdb/18050:
4057 * gdb.server/extended-remote-restart.c: New file.
4058 * gdb.server/extended-remote-restart.exp: New file.
4059
4060 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4061
4062 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4063 "set variable index = 42".
4064
4065 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4066
4067 * boards/index-cache-gdb.exp: New file.
4068 * gdb.dwarf2/index-cache.exp: New file.
4069 * gdb.dwarf2/index-cache.c: New file.
4070 * gdb.base/maint.exp: Check if we are using the index cache.
4071
4072 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4073
4074 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4075 MAKEFLAGS.
4076
4077 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4078
4079 * dg-extract-results.sh: Move to toplevel contrib.
4080 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4081 * Makefile.in (check-parallel-racy): Likewise.
4082
4083 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4086 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4087 tests if the target supports scheduler locking.
4088
4089 2018-08-04 Tom de Vries <tdevries@suse.de>
4090
4091 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4092
4093 2018-08-02 Tom Tromey <tom@tromey.com>
4094
4095 PR symtab/16842.
4096 * gdb.cp/temargs.exp: Test "info address" of a template
4097 parameter.
4098
4099 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4100
4101 * gdb.python/py-mi-var-info-path-expression.c: New file.
4102 * gdb.python/py-mi-var-info-path-expression.py: New file.
4103 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4104
4105 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4106
4107 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4108 error after "cannot resolve name" string.
4109
4110 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4111
4112 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4113 started.
4114 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4115
4116 2018-07-28 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4119
4120 2018-07-26 Tom de Vries <tdevries@suse.de>
4121
4122 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4123
4124 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4125
4126 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4127 is visible.
4128
4129 2018-07-26 Tom de Vries <tdevries@suse.de>
4130
4131 PR breakpoints/23366
4132 * gdb.base/catch-follow-exec.c: New test.
4133 * gdb.base/catch-follow-exec.exp: New file.
4134
4135 2018-07-25 Tom de Vries <tdevries@suse.de>
4136
4137 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4138 vla-optimized-out.c.
4139
4140 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4141
4142 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4143 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4144
4145 2018-07-20 Tom de Vries <tdevries@suse.de>
4146
4147 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4148 NOCLONE macro.
4149 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4150
4151 2018-07-19 Tom de Vries <tdevries@suse.de>
4152
4153 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4154 regular expression.
4155
4156 2018-07-18 Tom de Vries <tdevries@suse.de>
4157
4158 * gdb.base/vla-optimized-out.c: New test.
4159 * gdb.base/vla-optimized-out.exp: New file.
4160
4161 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4162
4163 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4164 message "No address associated with hostname" when gdbserver
4165 cannot resolve the hostname.
4166
4167 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4168
4169 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4170 Add some test prefixes to make tests unique.
4171
4172 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4173
4174 * gdb.base/frameapply.c: New file.
4175 * gdb.base/frameapply.exp: New file.
4176
4177 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4178
4179 * gdb.base/skip.exp: Update expected error message.
4180
4181 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4182 Jan Kratochvil <jan.kratochvil@redhat.com>
4183 Paul Fertser <fercerpav@gmail.com>
4184 Tsutomu Seki <sekiriki@gmail.com>
4185
4186 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4187 parameter.
4188 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4189 by default.
4190 * boards/native-gdbserver.exp: Likewise.
4191 * gdb.server/run-without-local-binary.exp: Improve regexp used
4192 for detecting when a remote debugging connection succeeds.
4193 * gdb.server/server-connect.exp: New file.
4194 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4195 Do not prefix the port number with ":".
4196 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4197 support for detecting and using it. Add '$debughost_gdbserver'
4198 to the list of arguments used to start gdbserver. Handle case
4199 when gdbserver cannot resolve a network name.
4200
4201 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4202
4203 PR c++/23373
4204 * gdb.base/ptype-offsets.cc (struct static_member): New
4205 struct.
4206 (main) <stmember>: New variable.
4207 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4208 with a static member in it.
4209
4210 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4211
4212 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4213 watchpoints enabled and disabled.
4214
4215 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * gdb.base/examine-backward.exp: Still run tests around address
4218 0x0, even if address 0x0 is not readable. Update the pattern for
4219 matching address 0x0 in expected output.
4220
4221 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4222
4223 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4224 malloc/free.
4225
4226 2018-07-04 Tom de Vries <tdevries@suse.de>
4227
4228 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4229
4230 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4231
4232 PR tdep/8282
4233 * gdb.arch/mips-disassembler-options.exp: New test.
4234 * gdb.arch/mips-disassembler-options.s: New test source.
4235
4236 2018-06-29 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.threads/names.exp: Adjust expected "info threads" output.
4239
4240 2018-06-29 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.opt/inline-break.exp (line number, address): Add "info
4243 break" tests.
4244
4245 2018-06-29 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4248 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4249 number and address and running to them.
4250
4251 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4252
4253 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4254
4255 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4256
4257 * lib/compiler.c: Remove executable permission flag.
4258
4259 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4260
4261 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4262 code.
4263 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4264
4265 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4266
4267 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4268
4269 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4270
4271 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4272 address argument is omitted.
4273
4274 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4275
4276 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4277
4278 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4279
4280 PR gdb/21695
4281 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4282 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4283
4284 2018-06-26 Tom Tromey <tom@tromey.com>
4285
4286 PR rust/22574:
4287 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4288 * gdb.rust/simple.rs (struct SimpleLayout): New.
4289
4290 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4293 "info registers" output.
4294
4295 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4296
4297 * gdb.base/watchpoint-hw-attach.c: New test.
4298 * gdb.base/watchpoint-hw-attach.exp: New file.
4299
4300 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4301
4302 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4303 through /bin/sh.
4304 * boards/dwarf4-gdb-index.exp: Likewise.
4305 * boards/fission-dwp.exp: Likewise.
4306
4307 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4308
4309 * gdb.base/float128.exp: Add comment and improved fail message
4310 to the failure case of "print large128" test.
4311
4312 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * configure.ac: Remove AC_PREREQ.
4315 * configure: Re-generate.
4316
4317 2018-06-19 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4320 (func_extern_caller): New.
4321 (main): Call func_extern_caller.
4322 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4323 logic change.
4324
4325 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4326
4327 PR gdb/16841
4328 * gdb.cp/typedef-base.cc: New file.
4329 * gdb.cp/typedef-base.exp: New file.
4330
4331 2018-06-18 Tom de Vries <tdevries@suse.de>
4332
4333 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4334
4335 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4336 Richard Bunt <Richard.Bunt@arm.com>
4337
4338 * gdb.threads/attach-slow-waitpid.c: New file.
4339 * gdb.threads/attach-slow-waitpid.exp: New file.
4340 * gdb.threads/slow-waitpid.c: New file.
4341
4342 2018-06-14 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/fork-running-state.c: Include <errno.h>.
4345 (exit_if_relative_exits): New.
4346 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4347 exits.
4348 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4349 child exits.
4350
4351 2018-06-14 Tom de Vries <tdevries@suse.de>
4352
4353 PR cli/22573
4354 * gdb.base/finish-pretty.c: New test.
4355 * gdb.base/finish-pretty.exp: New file.
4356
4357 2018-06-14 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4360 gdb's expected startup output.
4361
4362 2018-06-14 Pedro Alves <palves@redhat.com>
4363
4364 * lib/selftest-support.exp (selftest_setup): Remove inlined
4365 function handling.
4366
4367 2018-06-14 Tom de Vries <tdevries@suse.de>
4368
4369 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4370 matching of breakpoint printing.
4371
4372 2018-06-13 Tom de Vries <tdevries@suse.de>
4373
4374 PR testsuite/23269
4375 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4376 (fork_child): ... here, and ...
4377 (fork_parent): ... here.
4378
4379 2018-06-12 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4382
4383 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4384 Stephen Roberts <stephen.roberts@arm.com>
4385
4386 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4387 rewrite test to describe action performed, rather than possible
4388 failure.
4389
4390 2018-06-08 Gary Benson <gbenson@redhat.com>
4391
4392 * gdb.threads/check-libthread-db.exp: New file.
4393 * gdb.threads/check-libthread-db.c: Likewise.
4394
4395 2018-06-05 Tom Tromey <tom@tromey.com>
4396
4397 * gdb.base/default.exp: Update expected "show version" output.
4398
4399 2018-06-05 Tom Tromey <tom@tromey.com>
4400
4401 PR cli/12326:
4402 * gdb.cp/static-print-quit.exp: Update.
4403 * lib/gdb.exp (pagination_prompt): Update.
4404 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4405 * gdb.python/python.exp: Update.
4406
4407 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4408
4409 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4410
4411 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4412
4413 * gdb.ada/bp_fun_addr: New testcase.
4414
4415 2018-06-01 Tom Tromey <tom@tromey.com>
4416
4417 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4418 results.
4419 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4420 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4421 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4422 * gdb.base/maint.exp (maint_pass_if): Update.
4423
4424 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4425
4426 * gdb.base/endian.exp: New test.
4427 * gdb.base/endian.c: New test source.
4428
4429 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4430
4431 PR gdb/23203
4432 * gdb.base/bt-selected-frame.c: New file.
4433 * gdb.base/bt-selected-frame.exp: New file.
4434 * lib/gdb.exp (get_current_frame_number): New function.
4435
4436 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4437 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.threads/tls-core.c: Include <stdlib.h>
4440 (thread_proc): Call `abort'.
4441 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4442 (tls_core_test): New procedure, bits factored out from ...
4443 (top level): ... here. Test both native cores and gcore cores.
4444
4445 2018-05-23 Tom Tromey <tom@tromey.com>
4446
4447 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4448
4449 2018-05-23 Tom Tromey <tom@tromey.com>
4450
4451 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4452 symfile_complaints.
4453 (test_short_complaints): Likewise.
4454 (test_empty_complaints): Likewise.
4455 (test_initial_complaints): Update.
4456
4457 2018-05-23 Tom Tromey <tom@tromey.com>
4458
4459 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4460
4461 2018-05-23 Tom Tromey <tom@tromey.com>
4462
4463 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4464 (test_short_complaints): Update.
4465
4466 2018-05-22 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.base/remote.exp: Only gdb_start after compiling the
4469 testcase. Issue "disconnect" before testing "set remote" command
4470 defaults. Issue clean_restart before running to main.
4471
4472 2018-05-22 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/remote.exp: Adjust expected output of "show remote
4475 memory-write-packet-size". Add tests for "set remote
4476 memory-write-packet-size 0" and "set remote
4477 memory-write-packet-size fixed/limit".
4478
4479 2018-05-22 Pedro Alves <palves@redhat.com>
4480
4481 PR gdb/22973
4482 * gdb.base/utf8-identifiers.c: New file.
4483 * gdb.base/utf8-identifiers.exp: New file.
4484
4485 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4486
4487 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4488
4489 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4490
4491 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4492
4493 2018-05-18 Tom Tromey <tom@tromey.com>
4494
4495 * gdb.base/ptype-offsets.exp: Update.
4496
4497 2018-05-17 Keith Seitz <keiths@redhat.com>
4498
4499 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4500 in expected breakpoint stop locations.
4501 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4502 move to proper scope to test variable values.
4503 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4504 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4505 New functions.
4506 (main): Call not_inline_func3.
4507 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4508 inline_func1, inline_func2, and inline_func3. Test that when each
4509 breakpoint is hit, GDB properly reports both the stop location
4510 and the backtrace. Repeat tests for temporary breakpoints.
4511
4512 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4513
4514 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4515 rather then trying to access it in determining whether the PID
4516 of `gdbserver' could have been retrieved.
4517
4518 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.arch/amd64-init-x87-values.S: New file.
4521 * gdb.arch/amd64-init-x87-values.exp: New file.
4522
4523 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4524
4525 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4526
4527 2018-05-04 Tom Tromey <tom@tromey.com>
4528
4529 PR python/22730:
4530 * gdb.python/python.exp: Test multi-line execute.
4531
4532 2018-05-04 Tom Tromey <tom@tromey.com>
4533
4534 PR python/22731:
4535 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4536
4537 2018-05-04 Tom Tromey <tom@tromey.com>
4538
4539 PR gdb/11750:
4540 * gdb.base/define.exp: Test defining a user command inside a user
4541 command.
4542 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4543
4544 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4545 Pedro Alves <palves@redhat.com>
4546
4547 PR breakpoints/19806 and support for PR external/20207.
4548 * gdb.base/watchpoint-unaligned.c: New file.
4549 * gdb.base/watchpoint-unaligned.exp: New file.
4550
4551 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/maint.exp: Make test names unique, use
4554 test_prefix_command_help to test 'help maint info', and remove
4555 repeated test of 'help maint'.
4556
4557 2018-05-04 Tom Tromey <tom@tromey.com>
4558
4559 PR gdb/22619:
4560 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4561 behavior.
4562
4563 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * gdb.base/maint.exp: Process output from 'maint print registers'
4566 line at a time.
4567
4568 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4569
4570 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4571 timeout.
4572
4573 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4574
4575 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4576 filter pattern.
4577
4578 2018-05-02 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4581 to_log_command renames.
4582 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4583
4584 2018-05-02 Tom Tromey <tom@tromey.com>
4585
4586 * gdb.python/py-parameter.exp: Set test message.
4587
4588 2018-05-02 Tom Tromey <tom@tromey.com>
4589
4590 PR python/20084:
4591 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4592 PARAM_ZUINTEGER_UNLIMITED tests.
4593
4594 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4595
4596 PR rust/23124
4597 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4598 when casting.
4599
4600 2018-04-30 Tom Tromey <tom@tromey.com>
4601
4602 * gdb.python/py-type.exp: Check align attribute.
4603 * gdb.python/py-type.c: New "aligncheck" global.
4604
4605 2018-04-30 Tom Tromey <tom@tromey.com>
4606
4607 PR exp/17095:
4608 * gdb.dwarf2/dw2-align.exp: New file.
4609 * gdb.cp/align.exp: New file.
4610 * gdb.base/align.exp: New file.
4611 * lib/gdb.exp (gdb_int128_helper): New proc.
4612 (has_int128_c, has_int128_cxx): New caching procs.
4613
4614 2018-04-27 Tom Tromey <tom@tromey.com>
4615
4616 PR rust/22545:
4617 * gdb.rust/simple.exp: Add inclusive range tests.
4618
4619 2018-04-26 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4622 ifunc breakpoint locations correctly of ifunc breakpoints set
4623 while the program resolves the ifunc.
4624
4625 2018-04-26 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/gnu-ifunc-final.c: New file.
4628 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4629 * gdb.base/gnu-ifunc.exp (executable): Delete.
4630 (staticexecutable): Adjust.
4631 (lib_opts, exec_opts): Delete.
4632 (make_binsuffix, build, set-break): New procedures.
4633 (misc_tests): New, with tests factored out from the top level.
4634 (top level): Test different combinations of ifunc resolver name,
4635 resolver with and with debug info, and ifunc target with and
4636 without debug info. Wrap static tests with with_target_prefix.
4637
4638 2018-04-26 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4641 return type" warnings.
4642
4643 2018-04-25 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4646 killed".
4647 * gdb.base/kill-after-signal.exp: Likewise.
4648 * gdb.threads/kill.exp: Likewise.
4649
4650 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4651 Sergio Durigan Junior <sergiodj@redhat.com>
4652 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4655 regexps to expect for '[Inferior ... detached]' as well.
4656 * gdb.base/attach.exp: Likewise.
4657 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4658 "gdb_continue_to_end".
4659 (test_catch_syscall_with_wrong_args): Likewise.
4660 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4661 ']'. Don't set 'verbose' on.
4662 * gdb.base/foll-vfork.exp: Likewise.
4663 * gdb.base/fork-print-inferior-events.c: New file.
4664 * gdb.base/fork-print-inferior-events.exp: New file.
4665 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4666 '[Inferior ... has been killed]' message.
4667 * gdb.base/kill-after-signal.exp: Likewise.
4668 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4669 detach message.
4670 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4671 message.
4672 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4673 regexps to expect for '[Inferior ... detached]' as well.
4674 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4675
4676 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4677
4678 PR gdb/23104
4679 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4680
4681 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4682
4683 PR gdb/23095
4684 * gdb.base/break-probes.exp: Pass shlib_load to
4685 prepare_for_testing. Set normal_bp to r_debug_state if target is
4686 bsd.
4687
4688 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4689
4690 * gdb.threads/multiple-successive-infcall.c: New test.
4691 * gdb.threads/multiple-successive-infcall.exp: New file.
4692
4693 2018-04-17 Tom Tromey <tom@tromey.com>
4694
4695 * gdb.rust/simple.rs (Union): New type.
4696 (main): New local "u".
4697 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4698
4699 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4700
4701 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4702 number information in output of "whereis" command.
4703 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4704
4705 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4706
4707 * gdb.ada/info_types.exp: Adjust expected output to the line
4708 numbers now printed by "info var/func/type".
4709 * gdb.base/completion.exp: Likewise.
4710 * gdb.base/included.exp: Likewise.
4711 * gdb.cp/cp-relocate.exp: Likewise.
4712 * gdb.cp/cplusfuncs.exp: Likewise.
4713 * gdb.cp/namespace.exp: Likewise.
4714 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4715
4716 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4717
4718 * gdb.btrace/cpu.exp: New.
4719
4720 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4721
4722 * gdb.base/step-indirect-call-thunk.exp: New.
4723 * gdb.base/step-indirect-call-thunk.c: New.
4724 * gdb.reverse/step-indirect-call-thunk.exp: New.
4725 * gdb.reverse/step-indirect-call-thunk.c: New.
4726
4727 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4728
4729 * gdb.base/pie-fork.c: New file.
4730 * gdb.base/pie-fork.exp: New file.
4731
4732 2018-04-11 Tom Tromey <tom@tromey.com>
4733
4734 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4735
4736 2018-04-10 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4739 exits. Instead loop running forever.
4740 (fork_parent): Run forever too.
4741
4742 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4743
4744 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4745 mi_continue_to_line.
4746 * gdb.mi/mi-stack.c (callee4): Add comment.
4747
4748 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4749
4750 * gdb.mi/mi-stack.exp: Fix indentation.
4751
4752 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4753
4754 PR gdb/22979
4755 * gdb.arch/amd64-osabi.exp: New file.
4756
4757 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4758
4759 PR gdb/22980
4760 * gdb.base/osabi.exp: New file.
4761
4762 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4763
4764 * gdb.cp/static-typedef-print.exp: New file.
4765 * gdb.cp/static-typedef-print.cc: New file.
4766
4767 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4768
4769 * gdb.ada/varsize_limit: New testcase.
4770
4771 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4772
4773 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4774
4775 * gdb.ada/notcplusplus: New testcase.
4776
4777 * gdb.base/c-linkage-name.c: New file.
4778 * gdb.base/c-linkage-name.exp: New testcase.
4779
4780 2018-03-26 Tom Tromey <tom@tromey.com>
4781
4782 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4783 * gdb.python/py-framefilter.py (name_error): New global.
4784 (ErrorInName.function): Use name_error.
4785
4786 2018-03-26 Tom Tromey <tom@tromey.com>
4787
4788 PR backtrace/15582:
4789 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4790
4791 2018-03-23 Keith Seitz <keiths@redhat.com>
4792
4793 PR c++/22968
4794 * gdb.cp/subtypes.exp: New file.
4795 * gdb.cp/subtypes.h: New file.
4796 * gdb.cp/subtypes.cc: New file.
4797 * gdb.cp/subtypes-2.cc: New file.
4798
4799 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4800
4801 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4802 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4803 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4804 -nostartfiles when compiling the test. Confirm that all registers
4805 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4806
4807 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4808
4809 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4810 option, syntax was wrong anyway.
4811 * gdb.arch/arm-disp-step.exp: Likewise.
4812 * gdb.arch/sparc64-regs.exp: Likewise.
4813 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4814 option, syntax was wrong anyway, switch to use
4815 prepare_for_testing.
4816 * gdb.arch/i386-disp-step.exp: Likewise.
4817
4818 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4819
4820 * gdb.ada/exec_changed.exp: Replace "target_info exists
4821 use_gdb_stub" by "use_gdb_stub".
4822 * gdb.ada/start.exp: Likewise.
4823 * gdb.base/async-shell.exp: Likewise.
4824 * gdb.base/attach-pie-misread.exp: Likewise.
4825 * gdb.base/attach-wait-input.exp: Likewise.
4826 * gdb.base/break-entry.exp: Likewise.
4827 * gdb.base/break-interp.exp: Likewise.
4828 * gdb.base/dprintf-detach.exp: Likewise.
4829 * gdb.base/nostdlib.exp: Likewise.
4830 * gdb.base/solib-nodir.exp: Likewise.
4831 * gdb.base/statistics.exp: Likewise.
4832 * gdb.base/testenv.exp: Likewise.
4833 * gdb.mi/mi-exec-run.exp: Likewise.
4834 * gdb.mi/mi-start.exp: Likewise.
4835 * gdb.multi/dummy-frame-restore.exp: Likewise.
4836 * gdb.multi/multi-arch-exec.exp: Likewise.
4837 * gdb.multi/multi-arch.exp: Likewise.
4838 * gdb.multi/tids.exp: Likewise.
4839 * gdb.multi/watchpoint-multi.exp: Likewise.
4840 * gdb.python/py-events.exp: Likewise.
4841 * gdb.threads/attach-into-signal.exp: Likewise.
4842 * gdb.threads/attach-stopped.exp: Likewise.
4843 * gdb.threads/threadapply.exp: Likewise.
4844 * lib/selftest-support.exp: Likewise.
4845
4846 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4847
4848 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4849
4850 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4851
4852 * gdb.perf/template-breakpoints.cc: New file.
4853 * gdb.perf/template-breakpoints.exp: New file.
4854 * gdb.perf/template-breakpoints.py: New file.
4855
4856 2018-03-19 Tom Tromey <tom@tromey.com>
4857
4858 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4859 y0.
4860 * gdb.rust/simple.exp: Test bare identifier form of struct
4861 initializer.
4862
4863 2018-03-19 Tom Tromey <tom@tromey.com>
4864
4865 * gdb.gdb/observer.exp: Remove.
4866
4867 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4868
4869 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4870 "qualified" option when setting breakpoints.
4871 * gdb.trace/backtrace.exp: Likewise.
4872 * gdb.trace/circ.exp: Likewise.
4873 * gdb.trace/collection.exp: Likewise.
4874 * gdb.trace/disconnected-tracing.exp: Likewise.
4875 * gdb.trace/ftrace-lock.exp: Likewise.
4876 * gdb.trace/ftrace.exp: Likewise.
4877 * gdb.trace/infotrace.exp: Likewise.
4878 * gdb.trace/packetlen.exp: Likewise.
4879 * gdb.trace/passc-dyn.exp: Likewise.
4880 * gdb.trace/qtro.exp: Likewise.
4881 * gdb.trace/read-memory.exp: Likewise.
4882 * gdb.trace/report.exp: Likewise.
4883 * gdb.trace/signal.exp: Likewise.
4884 * gdb.trace/status-stop.exp: Likewise.
4885 * gdb.trace/strace.exp: Likewise.
4886 * gdb.trace/tfind.exp: Likewise.
4887 * gdb.trace/trace-break.exp: Likewise.
4888 * gdb.trace/trace-condition.exp: Likewise.
4889 * gdb.trace/trace-mt.exp: Likewise.
4890 * gdb.trace/tstatus.exp: Likewise.
4891 * gdb.trace/tsv.exp: Likewise.
4892 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4893 * gdb.trace/unavailable.exp: Likewise.
4894 * gdb.trace/while-dyn.exp: Likewise.
4895
4896 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4897
4898 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4899 that libinproctrace is copied to the target.
4900
4901 2018-03-14 Tom Tromey <tom@tromey.com>
4902
4903 PR cli/14977:
4904 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4905 a null pointer.
4906 * gdb.base/wchar.exp: Likewise.
4907
4908 2018-03-14 Tom Tromey <tom@tromey.com>
4909
4910 PR cli/19918:
4911 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4912 flag.
4913
4914 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 PR gdb/22841
4917 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4918 "target" to remote_exec.
4919
4920 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4921
4922 PR gdb/22841
4923 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4924 ${board}_upload): Remove.
4925
4926 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4927
4928 * gdb.cp/watch-cp.cc: New test.
4929 * gdb.cp/watch-cp.exp: New file.
4930
4931 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.base/infcall-nested-structs.exp: New file.
4934 * gdb.base/infcall-nested-structs.c: New file.
4935 * gdb.base/float.exp: Add riscv support.
4936
4937 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4938
4939 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4940 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4941
4942 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4943
4944 * gdb.server/abspath.exp: New file.
4945 * lib/gdb.exp (with_cwd): New procedure.
4946
4947 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4948
4949 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4950 use it.
4951 (gdb_is_target_remote_prompt): New proc.
4952 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4953 (gdb_is_target_native): Pass prompt parameter to
4954 gdb_is_target_1.
4955
4956 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4957
4958 * gdb.base/load-command.c: New file.
4959 * gdb.base/load-command.exp: New file.
4960 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4961 (gdb_is_target_1): ...this, and generalize for other targets
4962 than just remote.
4963 (gdb_is_target_remote): Use gdb_is_target_1.
4964 (gdb_is_target_native): use gdb_is_target_1.
4965
4966 2018-02-26 Tom Tromey <tom@tromey.com>
4967
4968 PR python/16497:
4969 * gdb.python/py-framefilter.exp: Update test.
4970
4971 2018-02-26 Tom Tromey <tom@tromey.com>
4972
4973 * gdb.dwarf2/variant.c: New file.
4974 * gdb.dwarf2/variant.exp: New file.
4975
4976 2018-02-26 Tom Tromey <tom@tromey.com>
4977
4978 * gdb.rust/simple.exp: Accept more possible results in enum test.
4979
4980 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4981
4982 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4983 parentheses.
4984
4985 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4986
4987 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4988 name of a variable: $actual_linejj -> $actual_line.
4989
4990 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4991
4992 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4993
4994 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4995
4996 * gdb.btrace/buffer-size.exp: Do not force BTS.
4997
4998 2018-02-14 Pedro Alves <palves@redhat.com>
4999
5000 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5001 getting a "Quit".
5002
5003 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5004
5005 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5006 Fix test name.
5007
5008 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5009
5010 * gdb.cp/m-static.exp: Check type of optimized out static
5011 member.
5012
5013 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5016 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5017
5018 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5019 Leszek Swirski <leszeks@google.com>
5020
5021 * gdb.python/py-prettyprint.c
5022 (struct to_string_returns_value_inner,
5023 struct to_string_returns_value_wrapper): New.
5024 (main): Add tsrvw variable.
5025 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5026 ToStringReturnsValueWrapper): New classes.
5027 (register_pretty_printers): Register new pretty-printers.
5028 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5029 recursive pretty printer.
5030 * gdb.python/py-mi.exp: Likewise.
5031
5032 2018-02-01 Leszek Swirski <leszeks@google.com>
5033
5034 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5035 functions with the same name as an include file are parsed
5036 correctly.
5037
5038 2018-02-01 Yao Qi <yao.qi@linaro.org>
5039
5040 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5041 "\[^\r\n\]*".
5042
5043 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5044
5045 * gdb.arch/powerpc-prologue-frame.s: New file.
5046 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5047 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5048
5049 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5050
5051 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5052
5053 2018-01-30 Pedro Alves <palves@redhat.com>
5054
5055 PR gdb/13211
5056 * gdb.base/interrupt-daemon.c: New.
5057 * gdb.base/interrupt-daemon.exp: New.
5058 * gdb.multi/multi-term-settings.c: New.
5059 * gdb.multi/multi-term-settings.exp: New.
5060
5061 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5062
5063 * gdb.base/break.exp: Save the location where the breakpoint
5064 on break.c:47 was actually inserted when debugging the version
5065 compiled at -O2 and use it in the expected output of the "info
5066 break" test performed soon after.
5067
5068 2018-01-22 Pedro Alves <palves@redhat.com>
5069 Sergio Durigan Junior <sergiodj@redhat.com>
5070
5071 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5072 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5073
5074 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.base/break-include.c, gdb.base/break-include.inc,
5077 gdb.base/break-include.exp: New files.
5078 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5079 line number now being the actual line number where the breakpoint
5080 was inserted.
5081 * gdb.mi/mi-break.exp: Likewise.
5082 * gdb.mi/mi-reverse.exp: Likewise.
5083 * gdb.mi/mi-simplerun.exp: Ditto.
5084
5085 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5088 varobj.
5089 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5090
5091 2018-01-21 Don Breazeal <donb@codesourcery.com>
5092 Andrew Burgess <andrew.burgess@embecosm.com>
5093
5094 * gdb.mi/basics.c: Add new global.
5095 * gdb.mi/mi-frame-regs.exp: New file.
5096 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5097 case.
5098
5099 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5102 non-parameter, and on an unknown symbol.
5103
5104 2018-01-19 Tom Tromey <tom@tromey.com>
5105
5106 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5107 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5108
5109 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5110
5111 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5112 setrlimit and chdir to int.
5113
5114 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5115
5116 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5117 function.
5118 (my_tend): Likewise.
5119 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5120 rationale of avoiding FP- and vector instructions.
5121
5122 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5123
5124 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5125 "info reg" with "\[ \t\]*".
5126 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5127 "\[ \t\]+".
5128 * gdb.arch/s390-multiarch.exp: Ditto.
5129 * gdb.base/pc-fp.exp: Ditto.
5130 * gdb.reverse/i386-precsave.exp: Ditto.
5131 * gdb.reverse/i386-reverse.exp: Ditto.
5132 * gdb.reverse/i387-env-reverse.exp: Ditto.
5133 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5134
5135 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5136
5137 * lib/gdb.exp (gdb_compile): Re-enable use of
5138 universal_compile_options for languages other than Rust.
5139
5140 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5141
5142 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5143
5144 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5145
5146 PR gdb/16577
5147 * gdb.base/solib-vanish.exp: New.
5148 * gdb.base/solib-vanish-main.c: New.
5149 * gdb.base/solib-vanish-lib1.c: New.
5150 * gdb.base/solib-vanish-lib2.c: New.
5151
5152 2018-01-17 Yao Qi <yao.qi@linaro.org>
5153
5154 * gdb.compile/compile.exp: Match the address printed for
5155 frame in the output of command "bt".
5156
5157 2018-01-15 Tom Tromey <tom@tromey.com>
5158
5159 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5160 compute sp_reg.
5161
5162 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5163
5164 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5165 to prepare.
5166 (prepare): Return 0 on error, 1 on success.
5167
5168 2018-01-12 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/continue-after-aborted-step-over.c: New.
5171 * gdb.base/continue-after-aborted-step-over.exp: New.
5172
5173 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5176 options when not creating an executable.
5177
5178 2018-01-11 Pedro Alves <palves@redhat.com>
5179
5180 PR remote/22597
5181 * gdb.server/stop-reply-no-thread.c: New file.
5182 * gdb.server/stop-reply-no-thread.exp: New file.
5183
5184 2018-01-10 Pedro Alves <palves@redhat.com>
5185
5186 PR gdb/22670
5187 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5188 functions too. Test setting breakpoints and printing C functions
5189 with no debug info too.
5190 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5191
5192 2018-01-10 Pedro Alves <palves@redhat.com>
5193
5194 PR gdb/22670
5195 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5196 a fail.
5197
5198 2018-01-10 Pedro Alves <palves@redhat.com>
5199
5200 PR gdb/22670
5201 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5202
5203 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5204
5205 * gdb.server/unittest.exp: Match the output in non-development
5206 mode.
5207
5208 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5209
5210 * gdb.gdb/unittest.exp: Match output in non-development mode.
5211
5212 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5213
5214 * gdb.ada/access_tagged_param.exp: Relax expected output
5215 for value of "ObjL" in "continue" to pck.inspect breakpoint
5216 test.
5217
5218 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5219
5220 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5221 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5222
5223 2018-01-05 Pedro Alves <palves@redhat.com>
5224
5225 PR gdb/18653
5226 * gdb.base/libsegfault.exp: New.
5227
5228 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5229
5230 PR gdb/22670
5231 * gdb.ada/access_tagged_param.exp: New file.
5232 * gdb.ada/access_tagged_param/foo.adb: New file.
5233
5234 2018-01-05 Pedro Alves <palves@redhat.com>
5235
5236 PR gdb/22670
5237 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5238 exercise lower case too, and to exercise both full matching and
5239 wild matching.
5240
5241 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5242
5243 * gdb.ada/rename_subscript_param: New testcase.
5244
5245 2018-01-05 Jerome Guitton <guitton@adacore.com>
5246
5247 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5248
5249 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5250
5251 * gdb.ada/convvar_comp: New testcase.
5252
5253 2018-01-05 Xavier Roirand <roirand@adacore.com>
5254
5255 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5256 (My_Table): New global variable.
5257 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5258
5259 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5260
5261 PR gdb/22670
5262 * gdb.ada/maint_with_ada: New testcase.
5263
5264 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5265
5266 PR gdb/22670
5267 * gdb.ada/bp_c_mixed_case: New testcase.
5268
5269 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5270
5271 PR gdb/22670
5272 * gdb.ada/complete.exp: Add "complete break ada" test.
5273
5274 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5275
5276 PR gdb/22670
5277 * gdb.ada/info_addr_mixed_case: New testcase.
5278
5279 2018-01-03 Xavier Roirand <roirand@adacore.com>
5280
5281 * gdb.ada/excep_handle.exp: New testcase.
5282 * gdb.ada/excep_handle/foo.adb: New file.
5283 * gdb.ada/excep_handle/pck.ads: New file.
5284
5285 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5286
5287 * gdb.base/step-line.c: Add extra empty line in copyright header.
5288 * gdb.base/step-line.inp: Likewise.
5289
5290 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5291
5292 * gdb.ada/dyn_stride.exp: Add slice test.
5293
5294 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5295
5296 * gdb.ada/dyn_stride: New testcase.
5297
5298 2017-12-27 Stafford Horne <shorne@gmail.com>
5299
5300 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5301 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5302
5303 2017-12-27 Stafford Horne <shorne@gmail.com>
5304
5305 * gdb.base/reggroups.c: New file.
5306 * gdb.base/reggroups.exp: New file.
5307
5308 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5309
5310 * gdb.dwarf2/ada-valprint-error.c: New file.
5311 * gdb.dwarf2/ada-valprint-error.exp: New file.
5312
5313 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5314
5315 * gdb.ada/assign_arr: New testcase.
5316
5317 2017-12-18 Xavier Roirand <roirand@adacore.com>
5318
5319 * gdb.ada/funcall_ptr: New testcase.
5320
5321 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5322
5323 PR cli/16224
5324 * gdb.base/ptype-offsets.cc: New file.
5325 * gdb.base/ptype-offsets.exp: New file.
5326
5327 2017-12-15 Yao Qi <yao.qi@linaro.org>
5328
5329 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5330 if XML is disabled.
5331
5332 2017-12-15 Xavier Roirand <roirand@adacore.com>
5333
5334 * gdb.ada/same_component_name: New testcase.
5335
5336 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5337
5338 * gdb.ada/str_binop_equal: New testcase.
5339
5340 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5341
5342 * gdb.ada/task_switch_in_core: New testcase.
5343
5344 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5345
5346 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5347 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5348 call test_bkpt_qualified.
5349 (test_bkpt_qualified): New proc.
5350
5351 2017-12-13 Pedro Alves <palves@redhat.com>
5352
5353 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5354 Tighten regexp by matching with an anchor.
5355
5356 2017-12-13 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5359 ("expression with namespace"): New set of tests.
5360 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5361 (Nested::Test_NS::qux): New.
5362 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5363 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5364
5365 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.base/server-del-break.c: New file.
5368 * gdb.base/server-del-break.exp: New file.
5369
5370 2017-12-12 Stafford Horne <shorne@gmail.com>
5371
5372 * gdb.xml/tdesc-regs.exp: Add or1k support.
5373
5374 2017-12-12 Stafford Horne <shorne@gmail.com>
5375
5376 * gdb.base/bp-permanent.c: Define nop of or1k.
5377
5378 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5379
5380 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5381 output with components being reordered.
5382
5383 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5386 output with components being reordered.
5387
5388 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5389 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.base/maint.exp (check for .gdb_index): Check also for
5392 .debug_names.
5393 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5394 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5395 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5396 (.gdb_index used after symbol reloading): Support also .debug_names.
5397 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5398
5399 2017-12-08 Yao Qi <yao.qi@linaro.org>
5400
5401 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5402 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5403
5404 2017-12-08 Yao Qi <yao.qi@linaro.org>
5405
5406 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5407 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5408
5409 2017-12-08 Yao Qi <yao.qi@linaro.org>
5410
5411 * gdb.arch/aarch64-tagged-pointer.c: New file.
5412 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5413
5414 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5415
5416 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5417 "int".
5418
5419 2017-12-07 Keith Seitz <keiths@redhat.com>
5420
5421 PR breakpoints/22569
5422 * gdb.linespec/ls-errs.exp: Change expected result of "break
5423 -source this file has spaces.c -line 3".
5424 Check that an explicit source file followed by whitespace is
5425 identified as an invalid explicit location.
5426
5427 2017-12-07 Keith Seitz <keiths@redhat.com>
5428
5429 * gdb.cp/nested-types.cc: New file.
5430 * gdb.cp/nested-types.exp: New file.
5431 * lib/cp-support.exp: Load data-structures.exp library.
5432 (debug_cp_test_ptype_class): New global.
5433 (cp_ptype_class_verbose, next_line): New procedures.
5434 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5435 Add and document new return value.
5436 Switch the list of lines to a queue.
5437 Add support for new `type' key for nested type definitions.
5438 Add debugging/troubleshooting messages.
5439 * lib/data-structures.exp: New file.
5440
5441 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5442
5443 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5444 with proc_with_prefix, don't use with_test_prefix.
5445
5446 2017-12-07 Tom Tromey <tom@tromey.com>
5447
5448 * gdb.base/break.exp: Add test for empty "commands".
5449
5450 2017-12-07 Yao Qi <yao.qi@linaro.org>
5451
5452 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5453 malloc and catch syscall.
5454
5455 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5456
5457 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5458 tests for explicit locations.
5459
5460 2017-12-06 Pedro Alves <palves@redhat.com>
5461
5462 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5463 force-disabling XML descriptions.
5464
5465 2017-12-04 Pedro Alves <palves@redhat.com>
5466
5467 PR gdb/22499
5468 * gdb.arch/amd64-disp-step-avx.S: New file.
5469 * gdb.arch/amd64-disp-step-avx.exp: New file.
5470
5471 2017-12-03 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5474 and <string.h>.
5475 (parent_function): Print distinct messages when waitpid fails, or
5476 the child exits with a signal, or the child exits for an unhandled
5477 reason.
5478 * gdb.threads/process-dies-while-detaching.exp
5479 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5480 it. Wait for both inferior output and GDB's prompt. Use an
5481 indirect spawn id list.
5482 (do_detach): New parameter 'child_exit'. Use it to compute
5483 expected inferior output.
5484 (test_detach, test_detach_watch, test_detach_killed_outside):
5485 Adjust to pass down the expected child exit kind.
5486
5487 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5488 Sergio Durigan Junior <sergiodj@redhat.com>
5489 Pedro Alves <palves@redhat.com>
5490
5491 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5492
5493 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5494
5495 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5496 to 'symbol-file' and 'add-symbol-file' can be
5497 position-independent.
5498
5499 2017-12-01 Yao Qi <yao.qi@linaro.org>
5500
5501 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5502 the URL in copyright header.
5503 * gdb.arch/aarch64-fp.exp: Likewise.
5504 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5505 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5506 * gdb.base/expand-psymtabs.exp: Likewise.
5507 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5508 * gdb.fortran/common-block.exp: Likewise.
5509 * gdb.fortran/common-block.f90: Likewise.
5510 * gdb.fortran/logical.exp: Likewise.
5511 * gdb.fortran/vla-datatypes.f90: Likewise.
5512 * gdb.fortran/vla-sub.f90: Likewise.
5513
5514 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5515
5516 * gdb.ada/repeat_dyn: New testcase.
5517
5518 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5519
5520 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5521 Update for changed thread numbering.
5522 * gdb.cell/bt.exp: Update for changed GDB output.
5523
5524 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5525
5526 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5527 setting isremote by hand.
5528 * boards/dwarf4-gdb-index.exp: Likewise.
5529 * boards/fission.exp: Likewise.
5530 * boards/stabs.exp: Likewise.
5531
5532 2017-11-30 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.linespec/cpls-ops.exp
5535 (check_explicit_skips_function_argument): Extract the underlying
5536 type of size_t instead of hardcoding it.
5537
5538 2017-11-29 Pedro Alves <palves@redhat.com>
5539
5540 PR c++/19436
5541 * gdb.linespec/cpls-abi-tag.cc: New file.
5542 * gdb.linespec/cpls-abi-tag.exp: New file.
5543
5544 2017-11-29 Pedro Alves <palves@redhat.com>
5545
5546 * gdb.base/langs.exp: Use -qualified.
5547 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5548 it.
5549 * gdb.cp/namespace.exp: Use -qualified.
5550 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5551 (overload-3, template-overload, template-ret-type, const-overload)
5552 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5553 procedures.
5554 (test_driver): Call them.
5555 * gdb.cp/save-bp-qualified.cc: New.
5556 * gdb.cp/save-bp-qualified.exp: New.
5557 * gdb.linespec/explicit.exp: Test -qualified.
5558 * lib/completion-support.exp (completion::explicit_opts_list): Add
5559 "-qualified".
5560 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5561
5562 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5563
5564 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5565
5566 2017-11-29 Tom Tromey <tom@tromey.com>
5567
5568 * gdb.base/relocate.exp: Update invalid argument test.
5569 Add new tests for invalid arguments.
5570
5571 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5572
5573 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5574 Return 0 as a long.
5575 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5576
5577 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5578
5579 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5580 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5581 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5582 func ().
5583 * gdb.cp/shadow.cc (B.func): Return 0.
5584
5585 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5586
5587 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5588 expected output in gdb_expect call to allow the exception
5589 message to be present as well. Fix syntax confusion to avoid
5590 TCL thinking that exception_name is an array.
5591
5592 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5593
5594 * gdb.arch/spu-info.c: Include <unistd.h>.
5595 (do_signal_test): Fix broken calls to write.
5596 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5597 Fix checks for empty mailboxes. Update signal tests for corrected
5598 do_signal_test routine. Allow nonzero event status.
5599 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5600 * gdb.cell/arch.exp: Use standard_output_file.
5601 * gdb.cell/break.exp: Likewise.
5602 * gdb.cell/bt.exp: Likewise.
5603 * gdb.cell/core.exp: Likewise.
5604 * gdb.cell/dwarfaddr.exp: Likewise.
5605 * gdb.cell/ea-cache.exp: Likewise.
5606 * gdb.cell/ea-standalone.exp: Likewise.
5607 * gdb.cell/f-regs.exp: Likewise.
5608 * gdb.cell/fork.exp: Likewise.
5609 * gdb.cell/gcore.exp: Likewise.
5610 * gdb.cell/mem-access.exp: Likewise.
5611 * gdb.cell/ptype.exp: Likewise.
5612 * gdb.cell/registers.exp: Likewise.
5613 * gdb.cell/sizeof.exp: Likewise.
5614 * gdb.cell/solib-symbol.exp: Likewise.
5615 * gdb.cell/solib.exp: Likewise.
5616
5617 2017-11-25 Pedro Alves <palves@redhat.com>
5618
5619 * gdb.base/complete-empty.exp: New file.
5620 * gdb.base/completion.exp: Adjust.
5621
5622 2017-11-25 Pedro Alves <palves@redhat.com>
5623
5624 * gdb.linespec/cpls-ops.cc: New file.
5625 * gdb.linespec/cpls-ops.exp: New file.
5626 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5627 factored out from ...
5628 (test_complete_prefix_range): ... this.
5629
5630 2017-11-24 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.linespec/cpcompletion.exp: New file.
5633 * gdb.linespec/cpls-hyphen.cc: New file.
5634 * gdb.linespec/cpls.cc: New file.
5635 * gdb.linespec/cpls2.cc: New file.
5636 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5637 test to use test_gdb_complete_unique. Add label completion,
5638 keyword completion and explicit location completion tests.
5639 * lib/completion-support.exp: New file.
5640
5641 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5642
5643 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5644 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5645 when hitting an exception catchpoint.
5646
5647 2017-11-22 Yao Qi <yao.qi@linaro.org>
5648
5649 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5650
5651 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5654 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5655 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5656
5657 2017-11-22 Yao Qi <yao.qi@linaro.org>
5658
5659 * gdb.base/info-os.exp: Pass pthreads.
5660 * gdb.multi/multi-attach.exp: Likewise.
5661
5662 2017-11-22 Yao Qi <yao.qi@linaro.org>
5663
5664 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5665 compiler.
5666
5667 2017-11-22 Yao Qi <yao.qi@linaro.org>
5668
5669 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5670 * gdb.base/break-interp.exp: Likewise.
5671 * gdb.base/jit-attach-pie.exp: Likewise.
5672
5673 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5674
5675 * gdb.base/float128.c (large128): New variable.
5676 * gdb.base/float128.exp: Add test to print largest __float128 value.
5677
5678 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5679
5680 * gdb.arch/vsx-regs.exp: Update register content checks.
5681
5682 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5683
5684 * gdb.arch/ppc-longdouble.exp: New file.
5685 * gdb.arch/ppc-longdouble.c: Likewise.
5686
5687 2017-11-21 Pedro Alves <palves@redhat.com>
5688
5689 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5690
5691 2017-11-20 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5694 (long_double_typedef): New typedefs.
5695 Use DEF on double and long double.
5696 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5697 cases.
5698 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5699 and 'long_double_ptr_same_size' locals. Use them to decide
5700 whether cast from array/function to float is valid/invalid.
5701
5702 2017-11-17 Tom Tromey <tom@tromey.com>
5703
5704 * gdb.rust/traits.rs: New file.
5705 * gdb.rust/traits.exp: New file.
5706
5707 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5708
5709 * gdb.ada/minsyms: New testcase.
5710
5711 2017-11-16 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5714 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5715
5716 2017-11-16 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5719 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5720
5721 2017-11-16 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.server/reconnect-ctrl-c.c: New file.
5724 * gdb.server/reconnect-ctrl-c.exp: New file.
5725
5726 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5727
5728 * gdb.python/py-rbreak.exp: New file.
5729 * gdb.python/py-rbreak.c: New file.
5730 * gdb.python/py-rbreak-func2.c: New file.
5731
5732 2017-11-16 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5735 pattern.
5736 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5737 GDB.
5738
5739 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5740
5741 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5742 regex.
5743
5744 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5745
5746 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5747 test names.
5748
5749 2017-11-09 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5752 factored out from ...
5753 (top level): ... here, and adjusted to avoid expecting beyond the
5754 prompt in a single gdb_test_multiple.
5755
5756 2017-11-09 Pedro Alves <palves@redhat.com>
5757
5758 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5759 output.
5760 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5761 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5762 * gdb.server/ext-run.exp ("kill" test): Likewise.
5763 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5764
5765 2017-11-09 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5768 match till end of line.
5769
5770 2017-11-09 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5773
5774 2017-11-09 Pedro Alves <palves@redhat.com>
5775
5776 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5777 New procedures, factored out from ...
5778 (top level): ... here, and adjusted to avoid expecting beyond the
5779 prompt in one go.
5780
5781 2017-11-09 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5784 output. Fix '?' match.
5785
5786 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5787
5788 * gdb.ada/scoped_watch: New testcase.
5789 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5790 which is actually correct.
5791 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5792 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5793
5794 2017-11-08 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.gdb/complaints.exp (test_initial_complaints)
5797 (test_serial_complaints, test_short_complaints): Call
5798 complaint_internal instead of complaint.
5799
5800 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5801
5802 * gdb.threads/tls-core.c: New file.
5803 * gdb.threads/tls-core.exp: Likewise.
5804
5805 2017-11-08 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5808 (p Exported_Capitalized): New test.
5809 (p exported_capitalized): New test.
5810
5811 2017-11-07 Pedro Alves <palves@redhat.com>
5812
5813 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5814
5815 2017-11-07 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5818 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5819 (disable_invalid, disable_inverted, disable_negative): New
5820 procedures.
5821 ("bad numbers"): New set of tests.
5822
5823 2017-11-07 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.cp/ena-dis-br-range.exp: Add tests.
5826
5827 2017-11-07 Pedro Alves <palves@redhat.com>
5828
5829 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5830
5831 2017-11-07 Xavier Roirand <roirand@adacore.com>
5832 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.base/ena-dis-br.exp: Add reference to
5835 gdb.cp/ena-dis-br-range.exp.
5836 * gdb.cp/ena-dis-br-range.exp: New file.
5837 * gdb.cp/ena-dis-br-range.cc: New file.
5838
5839 2017-11-06 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/attach-non-pgrp-leader.c: New.
5842 * gdb.base/attach-non-pgrp-leader.exp: New.
5843
5844 2017-11-06 Pedro Alves <palves@redhat.com>
5845
5846 * configure.ac: No longer check for termio.h and sgtty.h.
5847 * configure: Regenerate.
5848 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5849 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5850 Remove termio and sgtty code.
5851
5852 2017-11-03 Yao Qi <yao.qi@linaro.org>
5853
5854 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5855 in GDB is disabled.
5856
5857 2017-11-03 Yao Qi <yao.qi@linaro.org>
5858
5859 * gdb.python/py-thrhandle.exp: Skip it if python is not
5860 enabled.
5861
5862 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5863
5864 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5865 as a breakpoint command.
5866
5867 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5868
5869 PR python/21213
5870 * gdb.python/py-infthread.exp: Test calling
5871 InferiorThread.inferior () multiple times in a row.
5872
5873 2017-10-27 Keith Seitz <keiths@redhat.com>
5874
5875 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5876 Test "info break" for every inlined function breakpoint.
5877
5878 2017-10-27 Yao Qi <yao.qi@linaro.org>
5879
5880 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5881
5882 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5883
5884 * gdb.cp/classes.exp (test_static_members): Test printing
5885 Outer::instance.
5886 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5887 (Inner::instance, Outer::instance): New.
5888
5889 2017-10-24 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5892 extra console" test in two stages.
5893
5894 2017-10-24 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5897
5898 2017-10-24 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5901 loop.
5902
5903 2017-10-24 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5906 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5907
5908 2017-10-24 Pedro Alves <palves@redhat.com>
5909
5910 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5911 parameter and handle it. Don't output read value in test name.
5912
5913 2017-10-24 Pedro Alves <palves@redhat.com>
5914
5915 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5916 custom test name.
5917
5918 2017-10-24 Pedro Alves <palves@redhat.com>
5919
5920 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5921 include the unstable output directory name in the test's name.
5922 (initial_setup_simple) <'set args'>: Use custom test name.
5923
5924 2017-10-24 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5927 with explicit test name.
5928
5929 2017-10-20 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5932 'wait -i'. Use gdb_assert and remote_close.
5933
5934 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5935
5936 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5937 number from variable rather than hard-coded.
5938
5939 2017-10-19 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/long-inferior-output.c: New file.
5942 * gdb.base/long-inferior-output.exp: New file.
5943
5944 2017-11-18 Keith Seitz <keiths@redhat.com>
5945
5946 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5947 method.
5948 (main): Call it.
5949 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5950 Add additional user-defined conversion operator tests.
5951
5952 2017-10-17 Pedro Alves <palves@redhat.com>
5953
5954 * boards/native-stdio-gdbserver.exp: Load "local-board".
5955
5956 2017-10-17 Pedro Alves <palves@redhat.com>
5957
5958 * gdb.base/quit-live.c: New file.
5959 * gdb.base/quit-live.exp: New file.
5960
5961 2017-10-16 Keith Seitz <keiths@redhat.com>
5962
5963 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5964 (class_with_protected_typedef, class_with_private_typedef)
5965 (struct_with_public_typedef, struct_with_protected_typedef)
5966 (struct_with_private_typedef): New classes/structs.
5967 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5968 typedefs and access specifiers.
5969
5970 2017-10-16 Pedro Alves <palves@redhat.com>
5971 Simon Marchi <simon.marchi@polymtl.ca>
5972
5973 * README (Local vs Remote vs Native): New section.
5974 * boards/local-board.exp: New file, with bits factored out from
5975 ...
5976 * boards/native-extended-gdbserver.exp: ... here. Load
5977 "local-board".
5978 * boards/native-gdbserver.exp: Load "local-board".
5979 (${board}_spawn, ${board}_exec): Delete.
5980 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5981 ...
5982 * boards/stdio-gdbserver-base.exp: ... this new file.
5983 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5984 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5985 procedure.
5986 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5987 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5988 stdio_gdbserver_command.
5989 (${board}_get_remote_address, ${board}_get_comm_port)
5990 (${board}_download, ${board}_upload): Delete.
5991 (get_target_remote_pipe_cmd): New.
5992
5993 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5994
5995 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5996 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5997 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5998 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5999 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6000 remove with_test_prefix.
6001
6002 2017-10-13 Pedro Alves <palves@redhat.com>
6003
6004 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6005 * gdb.base/annota1.exp: Use it instead of is_remote.
6006 * gdb.base/annota3.exp: Use it instead of is_remote.
6007 * gdb.cp/annota2.exp: Use it instead of is_remote.
6008 * gdb.cp/annota3.exp: Use it instead of is_remote.
6009 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6010
6011 2017-10-13 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6014 (test_num_test_vars, run_and_count_vars, find_env)
6015 (test_set_unset_env, test_inherit_env_var): New procedures.
6016 (top level): Use them.
6017
6018 2017-10-13 Pedro Alves <palves@redhat.com>
6019
6020 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6021 also skip on stub-like targets.
6022
6023 2017-10-13 Pedro Alves <palves@redhat.com>
6024
6025 PR gdb/22293
6026 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6027 (top level): Move some tests to ...
6028 (test_not_found): ... this new procedure.
6029 (top level): Call it.
6030
6031 2017-10-13 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6034 expect different "info terminal" output if testing with a
6035 non-native target.
6036
6037 2017-10-13 Pedro Alves <palves@redhat.com>
6038 Simon Marchi <simon.marchi@polymtl.ca>
6039
6040 PR python/12966
6041 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6042
6043 2017-10-13 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6046 already.
6047
6048 2017-10-13 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6051 is_remote.
6052
6053 2017-10-13 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6056 is_remote.
6057
6058 2017-10-13 Pedro Alves <palves@redhat.com>
6059
6060 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6061 is set.
6062 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6063 instead of is_remote.
6064
6065 2017-10-13 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6068 (top level): Add comment.
6069
6070 2017-10-13 Pedro Alves <palves@redhat.com>
6071
6072 * gdb.base/remote.exp (top level): Fix comment typo and add
6073 missing return.
6074
6075 2017-10-13 Pedro Alves <palves@redhat.com>
6076 Simon Marchi <simon.marchi@polymtl.ca>
6077
6078 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6079 calls and add comments. Skip test if use_gdb_stub is set.
6080 (top level): Use "set cwd" command instead of "cd" command.
6081
6082 2017-10-13 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6085 is_remote target check.
6086
6087 2017-10-13 Pedro Alves <palves@redhat.com>
6088
6089 * gdb.base/scope.exp: Use build_executable + clean_restart +
6090 gdb_file_cmd instead of prepare_for_testing and no longer skip
6091 "before run" tests on is_remote target boards. Update comments.
6092 * boards/native-extended-gdbserver.exp
6093 (extended_gdbserver_load_last_file): New, factored out from ...
6094 (gdb_load): ... this. Move further below and add comment.
6095 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6096
6097 2017-10-12 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/attach.exp: Remove references to gdb64.
6100 * gdb.base/dbx.exp: Remove references to gdb64.
6101
6102 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6103 Pedro Alves <palves@redhat.com>
6104
6105 * gdb.base/label.exp: Remove is_remote target check.
6106
6107 2017-10-12 Pedro Alves <palves@redhat.com>
6108
6109 * gdb.base/auvx.exp (coredir): Update comment.
6110 (top level) <core_works>: Use "set cwd" command instead of "cd"
6111 command.
6112
6113 2017-10-12 Pedro Alves <palves@redhat.com>
6114 Simon Marchi <simon.marchi@polymtl.ca>
6115
6116 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6117 target boards.
6118
6119 2017-10-12 Pedro Alves <palves@redhat.com>
6120 Simon Marchi <simon.marchi@polymtl.ca>
6121
6122 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6123 Instead skip if there's any gdb_protocol set.
6124
6125 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6126 Pedro Alves <palves@redhat.com>
6127
6128 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6129
6130 2017-10-12 Pedro Alves <palves@redhat.com>
6131 Simon Marchi <simon.marchi@polymtl.ca>
6132
6133 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6134 instead of on dejagnu remote boards.
6135
6136 2017-10-12 Pedro Alves <palves@redhat.com>
6137 Simon Marchi <simon.marchi@polymtl.ca>
6138
6139 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6140 checks. Use build_executable + clean_restart instead of
6141 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6142 of enabling non-stop after starting gdb.
6143
6144 2017-10-12 Pedro Alves <palves@redhat.com>
6145
6146 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6147 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6148 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6149 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6150
6151 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6152
6153 * gdb.arch/arc-tdesc-cpu.exp: New file.
6154 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6155
6156 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6159
6160 2017-10-10 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6163 expect CLI output.
6164
6165 2017-10-10 Pedro Alves <palves@redhat.com>
6166
6167 * lib/selftest-support.exp (selftest_setup): Update for
6168 captured_command_loop's prototype change.
6169
6170 2017-10-09 Pedro Alves <palves@redhat.com>
6171
6172 Test both arch1=>arch2 and arch2=>arch1.
6173
6174 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6175 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6176 factored out to...
6177 (append_arch1_options, append_arch2_options, append_arch_options)
6178 (build_executables): New procedures.
6179 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6180 local.
6181 (top level): Add new 'first_arch' testing axis.
6182
6183 2017-10-09 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6186 (barrier): New.
6187 (thread_start, all_started): New functions.
6188 (main): Spawn new thread and wait until it is scheduled.
6189 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6190 option.
6191 (do_test): Add 'selected_thread' parameter. Run to all_started
6192 instead of main. Explicitly set the breakpoint at main. Switch
6193 to the SELECTED_THREAD thread.
6194 (top level): Test handling the exec event with either the main
6195 thread or the second thread selected.
6196
6197 2017-10-09 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6200 logic. Move STOP marker after the value checks.
6201 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6202 regexp.
6203
6204 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6205
6206 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6207
6208 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6209
6210 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6211 integer-to-dfp conversion.
6212 * gdb.base/dfp-test.exp: Likewise.
6213
6214 2017-10-04 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.multi/hangout.c: Include <unistd.h>.
6217 (hangout_loop): New function.
6218 (main): Call alarm. Call hangout_loop in a loop.
6219 * gdb.multi/hello.c: Include <unistd.h>.
6220 (hello_loop): New function.
6221 (main): Call alarm. Call hangout_loop in a loop.
6222 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6223 inferior with the other selected.
6224
6225 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6226
6227 * gdb.mi/list-thread-groups-available.exp: New file.
6228 * gdb.mi/list-thread-groups-available.c: New file.
6229
6230 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6231
6232 * gdb.base/set-cwd.exp: Make it available on
6233 native-extended-gdbserver.
6234
6235 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6236
6237 * gdb.base/set-cwd.c: New file.
6238 * gdb.base/set-cwd.exp: Likewise.
6239
6240 2017-10-02 Tom Tromey <tom@tromey.com>
6241
6242 PR rust/22236:
6243 * gdb.rust/simple.rs (main): New variable "fslice".
6244 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6245
6246 2017-10-02 Tom Tromey <tom@tromey.com>
6247
6248 * gdb.rust/simple.exp: Test ptype of a slice.
6249
6250 2017-10-02 Tom Tromey <tom@tromey.com>
6251
6252 * gdb.rust/simple.exp: Test index of slice.
6253
6254 2017-09-27 Tom Tromey <tom@tromey.com>
6255
6256 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6257
6258 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6259 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/compare-sections.exp (get value of read-only section): Read
6262 as unsigned value.
6263 (corrupt read-only section): Likewise and don't set written if patching
6264 failed.
6265
6266 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6267
6268 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6269 files.
6270
6271 2017-09-20 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6274 symbol names in gdb's output.
6275 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6276
6277 2017-09-20 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6280 Rename to ...
6281 (test_list_ambiguous_symbol): ... this and add a symbol name
6282 parameter. Adjust.
6283 (test_list_ambiguous_function): Reimplement on top of
6284 test_list_ambiguous_symbol and also test listing ambiguous
6285 variables.
6286 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6287 (ambiguous_fun): ... this.
6288 (ambiguous_var): New.
6289 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6290 (ambiguous_fun): ... this.
6291 (ambiguous_var): New.
6292
6293 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6294
6295 * gdb.base/starti.c: New file.
6296 * gdb.base/starti.exp: New file.
6297 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6298
6299 2017-09-14 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6302 (top level): Use it instead of runto.
6303
6304 2017-09-11 Tom Tromey <tom@tromey.com>
6305
6306 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6307
6308 2017-09-11 Tom Tromey <tom@tromey.com>
6309
6310 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6311 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6312
6313 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6314
6315 * gdb.fortran/printing-types.exp: New file.
6316 * gdb.fortran/printing-types.exp: New file.
6317
6318 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6319
6320 * gdb.fortran/vla-ptype.exp: Fix typos.
6321 * gdb.fortran/vla-value.exp: Same.
6322
6323 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6324
6325 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6326 * gdb.mi/mi-var-child-f.exp: Likewise.
6327 * gdb.mi/mi-vla-fortran.exp: Likewise.
6328
6329 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6330 Christoph Weinmann <christoph.t.weinmann@intel.com>
6331 Bernhard Heckel <bernhard.heckel@intel.com>
6332
6333 * gdb.fortran/ptr-indentation.f90: New file.
6334 * gdb.fortran/ptr-indentation.exp: New file.
6335
6336 2017-09-05 Tom Tromey <tom@tromey.com>
6337
6338 PR gdb/22010:
6339 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6340
6341 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6342
6343 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6344
6345 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6346
6347 * gdb.threads/tls-nodebug-pie.c: New file.
6348 * gdb.threads/tls-nodebug-pie.exp: New file.
6349
6350 2017-09-05 Tom Tromey <tom@tromey.com>
6351
6352 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6353 for rust.
6354
6355 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * gdb.multi/multi-arch-exec.exp: Test with different
6358 "follow-exec-mode" settings.
6359 (do_test): New procedure.
6360
6361 2017-09-04 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/func-static.c (S::method const, S::method volatile)
6364 (S::method volatile const): New methods.
6365 (c_s, v_s, cv_s): New instances.
6366 (main): Call method() on them.
6367 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6368 (cannot_resolve): New procedure.
6369 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6370 print-quote-unquoted columns.
6371 (do_test): Test printing each scope too.
6372
6373 2017-09-04 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/local-static.exp: Also test with
6376 class::method::variable wholly quoted.
6377 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6378
6379 2017-09-04 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/local-static.c: New.
6382 * gdb.base/local-static.cc: New.
6383 * gdb.base/local-static.exp: New.
6384
6385 2017-09-04 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.asm/asm-source.exp: Add casts to int.
6388 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6389 (dataglobal64_1, dataglobal64_2): New globals.
6390 * gdb.base/nodebug.exp: Test different expressions involving the
6391 new globals, with print, whatis and ptype. Add casts to int.
6392 * gdb.base/solib-display.exp: Add casts to int.
6393 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6394 * gdb.cp/m-static.exp: Add cast to int.
6395 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6396 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6397 tls variable with no debug info without a cast. Test with a cast
6398 to int too.
6399 * gdb.trace/entry-values.exp: Add casts.
6400
6401 2017-09-04 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/nodebug.exp: Test that ptype's error about functions
6404 with unknown return type includes the function name too.
6405
6406 2017-09-04 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6409 return type of munmap in infcall.
6410 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6411 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6412 type of ftell in infcall.
6413 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6414 type of getpid in infcall.
6415 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6416 infcall.
6417 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6418 Bail on failure to extract the pid.
6419 * gdb.base/nodebug.c: #include <stdint.h>.
6420 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6421 New functions.
6422 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6423 Change expected output of print/whatis/ptype with functions with
6424 no debug info. Test all supported languages. Call
6425 test_call_promotion.
6426 * gdb.compile/compile.exp: Adjust expected output to expect
6427 warning.
6428 * gdb.threads/siginfo-threads.exp: Likewise.
6429
6430 2017-09-04 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6433 "prototypes". Test calling float functions via prototyped and
6434 unprototyped function pointers.
6435 (perform_all_tests): New parameter "prototypes". Pass it down.
6436 (top level): Pass down "prototypes" parameter to
6437 perform_all_tests.
6438
6439 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6440
6441 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6442 Test with nested loops.
6443
6444 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6445
6446 * gdb.base/commands.exp: Call the new procedures.
6447 (loop_break_test, loop_continue_test): New procedures.
6448
6449 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6450
6451 * gdb.base/commands.exp: Call new procedure.
6452 (define_if_without_arg_test): New procedure.
6453
6454 2017-09-04 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/list-ambiguous.exp: New file.
6457 * gdb.base/list-ambiguous0.c: New file.
6458 * gdb.base/list-ambiguous1.c: New file.
6459 * gdb.base/list.exp (test_list_range): Adjust expected output.
6460
6461 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6462
6463 * gdb.base/share-env-with-gdbserver.c: New file.
6464 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6465
6466 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6467
6468 * gdb.base/commands.exp (gdbvar_simple_if_test,
6469 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6470 progvar_simple_if_test, progvar_simple_while_test,
6471 progvar_complex_if_while_test, user_defined_command_test,
6472 user_defined_command_args_eval,
6473 user_defined_command_args_stack_test,
6474 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6475 temporary_breakpoint_commands,
6476 gdb_test_no_prompt, redefine_hook_test,
6477 redefine_backtrace_test): Remove "global gdb_prompt".
6478
6479 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6480
6481 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6482 New proc, call it from toplevel.
6483
6484 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6485
6486 PR remote/21852
6487 * gdb.server/normal.c: New file, copied from gdb.base.
6488 * gdb.server/run-without-local-binary.exp: New file.
6489
6490 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6491
6492 * gdb.arch/sparc64-adi.exp: New file.
6493 * gdb.arch/sparc64-adi.c: New file.
6494
6495 2017-08-22 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6498 (top level): Add "list all overloads" tests.
6499
6500 2017-08-22 Tom Tromey <tom@tromey.com>
6501
6502 * gdb.gdb/xfullpath.exp: Remove.
6503
6504 2017-08-21 Pedro Alves <palves@redhat.com>
6505
6506 PR gdb/19487
6507 * gdb.base/symbol-alias.c: New.
6508 * gdb.base/symbol-alias2.c: New.
6509 * gdb.base/symbol-alias.exp: New.
6510
6511 2017-08-21 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.base/dfp-test.c
6514 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6515 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6516 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6517 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6518 * gdb.base/whatis-ptype-typedefs.c: New.
6519 * gdb.base/whatis-ptype-typedefs.exp: New.
6520 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6521 (an_int, an_int_type, an_int_type2): New globals.
6522 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6523 involving typedefs and cast expressions.
6524 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6525 (lookup_typedefs_function): New.
6526 (typedefs_pretty_printers_dict): New.
6527 (top level): Register lookup_typedefs_function in
6528 gdb.pretty_printers.
6529
6530 2017-08-18 Yao Qi <yao.qi@linaro.org>
6531
6532 * gdb.server/unittest.exp: New.
6533
6534 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6535
6536 PR gdb/21954
6537 * gdb.base/environ.exp: Add test to check if 'unset environment'
6538 works.
6539
6540 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6541
6542 * lib/gdb.exp (universal_compile_options): New caching proc.
6543 (gdb_compile): Suppress GCC's coloring of messages.
6544
6545 2017-08-14 Tom Tromey <tom@tromey.com>
6546
6547 PR gdb/21675:
6548 * gdb.base/printcmds.exp (test_radices): New function.
6549 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6550 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6551 * lib/gdb.exp (get_integer_valueof): Use p/d.
6552
6553 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6554
6555 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6556 characters.
6557
6558 2017-08-05 Tom Tromey <tom@tromey.com>
6559
6560 * gdb.rust/simple.exp: Allow String to appear in a different
6561 namespace.
6562
6563 2017-07-26 Yao Qi <yao.qi@linaro.org>
6564
6565 * gdb.gdb/unittest.exp: Invoke command
6566 "maintenance check xml-descriptions".
6567
6568 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6569
6570 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6571 calling context.
6572 (hex128): Drop erroneous calculation of parameters.
6573
6574 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6575
6576 * gdb.python/py-unwind.exp: Disable stack protection when
6577 building test file.
6578
6579 2017-07-20 Pedro Alves <palves@redhat.com>
6580
6581 * gdb.base/default.exp (set language): Adjust expected output.
6582
6583 2017-07-20 Pedro Alves <palves@redhat.com>
6584
6585 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6586 (test_minsym): ... this, and make static.
6587 (get_pck__foo__bar__minsym): Rename to ...
6588 (get_test_minsym): ... this.
6589 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6590 symbol names and comments.
6591 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6592 (get_test_minsym): ... this.
6593 (pck__foo__bar__minsym__2): Rename to ...
6594 (test_minsym): ... this.
6595 (main): Adjust.
6596
6597 2017-07-17 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/completion.exp: Adjust expected output.
6600 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6601 the completer works.
6602
6603 2017-07-17 Pedro Alves <palves@redhat.com>
6604
6605 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6606
6607 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6608
6609 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6610
6611 2017-07-14 Tom Tromey <tom@tromey.com>
6612
6613 PR rust/21764:
6614 * gdb.rust/simple.exp: Add tests.
6615
6616 2017-07-14 Tom Tromey <tom@tromey.com>
6617
6618 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6619
6620 2017-07-14 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.linespec/base/one/thefile.cc (z1): New function.
6623 * gdb.linespec/base/two/thefile.cc (z2): New function.
6624 * gdb.linespec/linespec.exp: Add tests.
6625
6626 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6627
6628 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6629 to mi_create_breakpoint.
6630
6631 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6632
6633 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6634 mi_create_breakpoint.
6635
6636 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6637
6638 * gdb.dlang/demangle.exp: Update for demangling changes.
6639
6640 2017-07-09 Tom Tromey <tom@tromey.com>
6641
6642 * gdb.dwarf2/shortpiece.exp: New file.
6643
6644 2017-07-06 David Blaikie <dblaikie@gmail.com>
6645
6646 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6647 built from fissiont-multi-cu{1,2}.c.
6648 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6649 except putting 'main' and 'func' in separate CUs in the same DWO file.
6650 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6651 test.
6652 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6653 test.
6654
6655 2017-07-06 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.python/py-unwind.exp: Test flushregs.
6658
6659 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6660
6661 PR cli/21688
6662 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6663 tests for alias commands and trailing whitespace.
6664
6665 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6666
6667 PR cli/21688
6668 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6669 procedure. Call it.
6670
6671 2017-06-29 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.base/printcmds.exp: Add tests.
6674
6675 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6676
6677 PR gdb/21337
6678 * gdb.base/reread-readsym.exp: New file.
6679 * gdb.base/reread-readsym.c: New file.
6680
6681 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6682
6683 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6684 subpattern.
6685
6686 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6687
6688 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6689 extended mnemonic.
6690 * gdb.arch/powerpc-power9.s: Likewise.
6691
6692 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6693
6694 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6695 on 32-bit x86 targets. Exploit is_*_target macros where
6696 appropriate.
6697
6698 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6699
6700 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6701 register pieces.
6702
6703 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6704
6705 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6706 located in one or more DWARF pieces.
6707
6708 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6709
6710 * lib/gdb.exp (get_endianness): New proc.
6711 * gdb.arch/aarch64-fp.exp: Use it.
6712 * gdb.arch/altivec-regs.exp: Likewise.
6713 * gdb.arch/e500-regs.exp: Likewise.
6714 * gdb.arch/vsx-regs.exp: Likewise.
6715 * gdb.base/dump.exp: Likewise.
6716 * gdb.base/funcargs.exp: Likewise.
6717 * gdb.base/gnu_vector.exp: Likewise.
6718 * gdb.dwarf2/formdata16.exp: Likewise.
6719 * gdb.dwarf2/implptrpiece.exp: Likewise.
6720 * gdb.dwarf2/nonvar-access.exp: Likewise.
6721 * gdb.python/py-inferior.exp: Likewise.
6722 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6723
6724 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6725
6726 PR gdb/21226
6727 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6728 stack value pieces are taken from the LSB end.
6729
6730 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6731
6732 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6733 variable at nonzero offset.
6734
6735 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6736
6737 * gdb.dwarf2/var-access.c: New file.
6738 * gdb.dwarf2/var-access.exp: New test.
6739 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6740
6741 2017-06-12 Tom Tromey <tom@tromey.com>
6742
6743 * gdb.dwarf2/formdata16.exp: Add tests.
6744
6745 2017-06-12 Tom Tromey <tom@tromey.com>
6746
6747 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6748
6749 2017-06-12 Tom Tromey <tom@tromey.com>
6750
6751 PR exp/16225:
6752 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6753 * gdb.arch/vsx-regs.exp: Update tests.
6754 * gdb.arch/s390-vregs.exp (hex128): New proc.
6755 Update test.
6756 * gdb.arch/altivec-regs.exp: Update tests.
6757
6758 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6759
6760 * gdb.base/startup-with-shell.c: New file.
6761 * gdb.base/startup-with-shell.exp: Likewise.
6762
6763 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6764
6765 * gdb.server/non-existing-program.exp: Update regex in order to
6766 reflect the fact that gdbserver is now using fork_inferior (with a
6767 shell) to startup the inferior.
6768
6769 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6770
6771 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6772 support function calls from GDB.
6773
6774 2017-05-21 Tom Tromey <tom@tromey.com>
6775
6776 PR rust/21466:
6777 * gdb.rust/unsized.exp: New file.
6778 * gdb.rust/unsized.rs: New file.
6779
6780 2017-05-19 Tom Tromey <tom@tromey.com>
6781
6782 PR rust/21484:
6783 * gdb.rust/watch.exp: New file.
6784 * gdb.rust/watch.rs: New file.
6785
6786 2017-05-18 Tom Tromey <tom@tromey.com>
6787
6788 * gdb.rust/simple.exp: Allow Box to be qualified.
6789
6790 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6791
6792 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6793
6794 2017-05-18 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/fileio.c (test_write, test_read, test_close)
6797 (test_fstat): Don't print 'ret' in the fail path.
6798
6799 2017-05-18 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6802 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6803 (test_system, test_rename, test_unlink, test_time): Change
6804 prototypes.
6805 * gdb.base/fileio.exp (stop_msg): Adjust.
6806
6807 2017-05-18 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.base/fileio.c (null_str): New global.
6810 (test_stat): Use it.
6811 * gdb.base/fileio.exp: Remove nowarnings.
6812
6813 2017-05-17 Yao Qi <yao.qi@linaro.org>
6814
6815 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6816
6817 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6818
6819 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6820 argument command.
6821 (top-level): Invoke test_set_inferior_tty.
6822
6823 2017-05-04 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6826 Add parens to print call for Python 3.
6827
6828 2017-05-03 Keith Seitz <keiths@redhat.com>
6829
6830 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6831 (main): Call it.
6832
6833 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6834
6835 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6836 to prev and next.
6837
6838 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6839
6840 * gdb.python/py-record-btrace.exp: Remove test for
6841 gdb.BtraceInstruction.error.
6842
6843 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6844
6845 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6846
6847 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6848
6849 * gdb.python/py-record-btrace-threads.c: New file.
6850 * gdb.python/py-record-btrace-threads.exp: New file.
6851
6852 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6853
6854 PR testsuite/8595
6855 * gdb.base/environ.exp: Make test available in all architectures.
6856 Move bits related to "info program" testing to
6857 gdb.base/info-program.exp. Rewrite tests to use the two new
6858 procedures mentione below.
6859 (test_set_show_env_var) New procedure.
6860 (test_set_show_env_var_equal): Likewise.
6861 * gdb.base/info-program.exp: New file.
6862
6863 2017-04-27 Keith Seitz <keiths@redhat.com>
6864
6865 * gdb.cp/oranking.cc (test15): New function.
6866 (main): Call test15 and declare additional variables for testing.
6867 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6868 "p foo101('abc')" tests.
6869 Add tests for cv qualifier overloads.
6870 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6871 "lvalue reference overload" test.
6872 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6873 "print value of f1 on Child&& in f2" test.
6874
6875 2017-04-19 Pedro Alves <palves@redhat.com>
6876
6877 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6878 procedure.
6879 (top level): Call it.
6880 * lib/gdb.exp (gdb_define_cmd): New procedure.
6881
6882 2017-04-12 Pedro Alves <palves@redhat.com>
6883
6884 PR gdb/21323
6885 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6886 (wchar): New global.
6887 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6888 (do_test_wide_char, wide_char_types_no_program, top level): Add
6889 wchar_t testing.
6890
6891 2017-04-12 Pedro Alves <palves@redhat.com>
6892
6893 PR c++/21323
6894 * gdb.cp/wide_char_types.c: New file.
6895 * gdb.cp/wide_char_types.exp: New file.
6896
6897 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 PR gdb/21352
6900 * gdb.trace/tsv.exp: Add test for "tsave -r".
6901
6902 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6903
6904 * gdb.dlang/watch-loc.c: New file.
6905 * gdb.dlang/watch-loc.exp: New file.
6906
6907 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6908
6909 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6910
6911 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6912
6913 * gdb.arch/arc-analyze-prologue.S: New file.
6914 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6915
6916 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6917
6918 * gdb.arch/arc-decode-insn.S: New file.
6919 * gdb.arch/arc-decode-insn.exp: Likewise.
6920
6921 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6922
6923 PR tdep/20928
6924 * gdb.arch/sparc64-regs.exp: New file.
6925 * gdb.arch/sparc64-regs.S: Likewise.
6926
6927 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6928
6929 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6930 and memory view on Python 3.
6931
6932 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6933 Keith Seitz <keiths@redhat.com>
6934
6935 PR gdb/14441
6936 * gdb.cp/demangle.exp: Add rvalue reference tests.
6937 * gdb.cp/rvalue-ref-casts.cc: New file.
6938 * gdb.cp/rvalue-ref-casts.exp: New file.
6939 * gdb.cp/rvalue-ref-overload.cc: New file.
6940 * gdb.cp/rvalue-ref-overload.exp: New file.
6941 * gdb.cp/rvalue-ref-params.cc: New file.
6942 * gdb.cp/rvalue-ref-params.exp: New file.
6943 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6944 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6945 * gdb.cp/rvalue-ref-types.cc: New file.
6946 * gdb.cp/rvalue-ref-types.exp: New file.
6947 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6948 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6949
6950 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6951
6952 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6953 New procedure.
6954
6955 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6956
6957 * lib/mi-support.exp (mi_gdb_test): Add additional message
6958 for unexpected output.
6959
6960 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6961
6962 * gdb.base/examine-backward.c (Barrier): New character array
6963 constant, to ensure that TestStrings is preceded by a string
6964 terminator.
6965
6966 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6967
6968 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6969 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6970 and implicit pointer into such a location.
6971
6972 2017-03-16 Doug Evans <dje@google.com>
6973
6974 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6975
6976 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6977
6978 * gdb.cp/m-static.exp: Fix expectation for prototype of
6979 test5.single_constructor and single_constructor::single_constructor.
6980
6981 2017-03-16 Doug Evans <dje@google.com>
6982
6983 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6984 * gdb.guile/scm-lazy-string.c: New file.
6985 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6986 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6987 for pointer, array, typedef lazy strings.
6988
6989 2017-03-16 Doug Evans <dje@google.com>
6990
6991 PR python/17728, python/18439, python/18779
6992 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6993 * gdb.python/py-lazy-string.c (pointer): New typedef.
6994 (main): New locals ptr, array, typedef_ptr.
6995 * gdb.python/py-value.exp: Move lazy string tests to ...
6996 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6997 array, typedef lazy strings.
6998
6999 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7000
7001 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7002 Add optional 'test' parameter.
7003
7004 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7005
7006 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7007 Skip for versions of DejaGnu < 1.5.
7008
7009 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7010
7011 * lib/gdb.exp (dejagnu_version): New proc.
7012 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7013 Use dejagnu_version.
7014
7015 2017-03-10 Keith Seitz <keiths@redhat.com>
7016
7017 PR c++/8128
7018 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7019 type from destructor regexps.
7020 Add a branch which actually passes the test.
7021 Adjust "ptype t5i" test names.
7022
7023 2017-03-08 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.base/step-over-exit.exp: Add explicit test message.
7026
7027 2017-03-08 Pedro Alves <palves@redhat.com>
7028
7029 PR gdb/18360
7030 * gdb.threads/interrupt-while-step-over.c: New file.
7031 * gdb.threads/interrupt-while-step-over.exp: New file.
7032
7033 2017-03-08 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7036 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7037
7038 2017-03-08 Pedro Alves <palves@redhat.com>
7039
7040 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7041 PKRU as not supported as a PASS.
7042
7043 2017-03-08 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7046 prefix instead of $binfile1/$binfile2.
7047 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7048 in test message.
7049 * gdb.python/py-completion.exp: Use "load python file" as test
7050 messages instead of unstable path names.
7051
7052 2017-03-08 Pedro Alves <palves@redhat.com>
7053 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 PR cli/21218
7056 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7057 New proc.
7058 (top level): Call it.
7059
7060 2017-03-08 Pedro Alves <palves@redhat.com>
7061
7062 PR tui/21216
7063 * gdb.tui/tui-nl-filtered-output.exp: New file.
7064
7065 2017-03-08 Pedro Alves <palves@redhat.com>
7066
7067 * gdb.base/completion.exp: Move TUI completion tests to ...
7068 * gdb.tui/completion.exp: ... this new file.
7069
7070 2017-03-08 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.base/tui-disasm-long-lines.c,
7073 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7074 gdb.base/tui-layout.exp: Move to ...
7075 * gdb.tui/: ... this new directory.
7076
7077 2017-03-07 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.base/tui-layout.c: New file.
7080 * gdb.base/tui-layout.exp: New file.
7081
7082 2017-03-07 Pedro Alves <palves@redhat.com>
7083
7084 * gdb.base/tui-layout.c: Rename to ...
7085 * gdb.base/tui-disasm-long-lines.c: ... this.
7086 * gdb.base/tui-layout.exp: Rename to ...
7087 * gdb.base/tui-disasm-long-lines.exp: ... this.
7088
7089 2017-03-07 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7092
7093 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7094
7095 * i386-mpx-call.c: New file.
7096 * i386-mpx-call.exp: New file.
7097
7098 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7099
7100 * gdb.arch/powerpc-power.exp: Delete test.
7101 * gdb.arch/powerpc-power.s: Likewise.
7102 * gdb.disasm/disassembler-options.exp: New test.
7103 * gdb.arch/powerpc-altivec.exp: Likewise.
7104 * gdb.arch/powerpc-altivec.s: Likewise.
7105 * gdb.arch/powerpc-altivec2.exp: Likewise.
7106 * gdb.arch/powerpc-altivec2.s: Likewise.
7107 * gdb.arch/powerpc-altivec3.exp: Likewise.
7108 * gdb.arch/powerpc-altivec3.s: Likewise.
7109 * gdb.arch/powerpc-power7.exp: Likewise.
7110 * gdb.arch/powerpc-power7.s: Likewise.
7111 * gdb.arch/powerpc-power8.exp: Likewise.
7112 * gdb.arch/powerpc-power8.s: Likewise.
7113 * gdb.arch/powerpc-power9.exp: Likewise.
7114 * gdb.arch/powerpc-power9.s: Likewise.
7115 * gdb.arch/powerpc-vsx.exp: Likewise.
7116 * gdb.arch/powerpc-vsx.s: Likewise.
7117 * gdb.arch/powerpc-vsx2.exp: Likewise.
7118 * gdb.arch/powerpc-vsx2.s: Likewise.
7119 * gdb.arch/powerpc-vsx3.exp: Likewise.
7120 * gdb.arch/powerpc-vsx3.s: Likewise.
7121 * gdb.arch/arm-disassembler-options.exp: Likewise.
7122 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7123 * gdb.arch/s390-disassembler-options.exp: Likewise.
7124
7125 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7126
7127 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7128 (check_supported_features): ... this. Changed return type to void.
7129 (supports_rdseed): New static global.
7130 (rdseed): Check supports_rdseed.
7131 (initialize): Call check_supported_features.
7132
7133 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7134
7135 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7136 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7137 and lqarx/stqcx.
7138 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7139 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7140
7141 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7142
7143 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7144 uppercase.
7145
7146 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7147
7148 * gdb.dwarf2/formdata16.c: New file.
7149 * gdb.dwarf2/formdata16.exp: New file.
7150 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7151
7152 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7153
7154 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7155 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7156 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7157 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7158 DW_AT_GNU_*.
7159
7160 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7161
7162 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7163
7164 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7165
7166 PR gdb/21164
7167 * gdb.base/maint.exp: Add testcases for when the commands do
7168 not have arguments.
7169
7170 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7171
7172 * gdb.cp/chained-calls.exp: Use p instead of P.
7173
7174 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7175
7176 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7177 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7178
7179 2017-02-14 Tom Tromey <tom@tromey.com>
7180
7181 PR python/13598:
7182 * gdb.python/py-events.exp: Add before_prompt event tests.
7183
7184 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7185
7186 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7187
7188 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7189
7190 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7191 (main): Call my_unique_function_name.
7192 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7193 completion of patterns with a single match.
7194 Add missing -re switches to gdb_test_multiple calls.
7195
7196 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7197
7198 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7199 return if core file is not recognized.
7200
7201 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7202
7203 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7204 and extra UIs.
7205
7206 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7207
7208 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7209 proc_with_prefix.
7210
7211 2017-02-10 Tom Tromey <tom@tromey.com>
7212
7213 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7214
7215 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7216
7217 PR gdb/21122
7218 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7219
7220 2017-02-08 Jerome Guitton <guitton@adacore.com>
7221
7222 * gdb.base/define.exp: Add test for command abbreviations
7223 in define.
7224
7225 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7226
7227 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7228 * gdb.reverse/insn-reverse-x86.c: New file.
7229
7230 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7231
7232 PR tdep/20936
7233 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7234
7235 2017-02-03 Tom Tromey <tom@tromey.com>
7236
7237 PR rust/21097:
7238 * gdb.rust/simple.exp: Add new tests.
7239
7240 2017-02-02 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7243 tests.
7244
7245 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7246
7247 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7248 taking a 2-byte value out of a 4-byte DWARF implicit value on
7249 big-endian targets.
7250 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7251 logic. Add test cases for DW_OP_implicit.
7252
7253 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7254
7255 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7256
7257 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7258
7259 * gdb.btrace/enable.exp: Call gdb_exit before
7260 skip_gdbserver_tests.
7261
7262 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7263
7264 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7265 GDBFLAGS.
7266
7267 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7268
7269 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7270 the test is skipped.
7271 * gdb.btrace/data.exp: Likewise.
7272 * gdb.btrace/delta.exp: Likewise.
7273 * gdb.btrace/dlopen.exp: Likewise.
7274 * gdb.btrace/enable-running.exp: Likewise.
7275 * gdb.btrace/enable.exp: Likewise.
7276 * gdb.btrace/exception.exp: Likewise.
7277 * gdb.btrace/function_call_history.exp: Likewise.
7278 * gdb.btrace/gcore.exp: Likewise.
7279 * gdb.btrace/instruction_history.exp: Likewise.
7280 * gdb.btrace/multi-thread-step.exp: Likewise.
7281 * gdb.btrace/nohist.exp: Likewise.
7282 * gdb.btrace/non-stop.exp: Likewise.
7283 * gdb.btrace/reconnect.exp: Likewise.
7284 * gdb.btrace/record_goto-step.exp: Likewise.
7285 * gdb.btrace/record_goto.exp: Likewise.
7286 * gdb.btrace/rn-dl-bind.exp: Likewise.
7287 * gdb.btrace/segv.exp: Likewise.
7288 * gdb.btrace/step.exp: Likewise.
7289 * gdb.btrace/stepi.exp: Likewise.
7290 * gdb.btrace/tailcall-only.exp: Likewise.
7291 * gdb.btrace/tailcall.exp: Likewise.
7292 * gdb.btrace/tsx.exp: Likewise.
7293 * gdb.btrace/unknown_functions.exp: Likewise.
7294 * gdb.btrace/vdso.exp: Likewise.
7295
7296 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7297
7298 * gdb.btrace/enable-running.c: New.
7299 * gdb.btrace/enable-running.exp: New.
7300
7301 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7302
7303 * gdb.arch/amd64-gs_base.c: New file.
7304 * gdb.arch/amd64-gs_base.exp: New file.
7305
7306 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7307
7308 * lib/memory.exp: Remove spurious empty newlines.
7309
7310 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7311
7312 * gdb.python/py-bad-printers.exp: Load python file using "source".
7313 * gdb.python/py-events.exp: Likewise.
7314 * gdb.python/py-evsignal.exp: Likewise.
7315 * gdb.python/py-evthreads.exp: Likewise.
7316 * gdb.python/py-frame-args.exp: Likewise.
7317 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7318 * gdb.python/py-framefilter-mi.exp: Likewise.
7319 * gdb.python/py-framefilter.exp: Likewise.
7320 * gdb.python/py-mi.exp: Likewise.
7321 * gdb.python/py-pp-maint.exp: Likewise.
7322 * gdb.python/py-pp-registration.exp: Likewise.
7323 * gdb.python/py-prettyprint.exp: Likewise.
7324 (run_lang_tests): Likewise.
7325 * gdb.python/py-typeprint.exp: Likewise.
7326
7327 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7328
7329 * lib/memory.exp: New file.
7330 * lib/gdb.exp: Load memory.exp.
7331 * gdb.base/memattr.exp (delete_memory): Move proc to
7332 lib/memory.exp and rename to delete_memory_regions.
7333 Replace delete_memory with delete_memory_regions.
7334 Cleanup memory regions before tests.
7335 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7336 before tests.
7337
7338 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7339
7340 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7341 files.
7342 (initialize): New function conditionally defined.
7343 (testcases): Move within conditional block.
7344 (main): Call initialize.
7345 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7346 of gdb.reverse/insn-reverse.c.
7347 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7348 gdb.reverse/insn-reverse.c.
7349
7350 2017-01-26 Yao Qi <yao.qi@linaro.org>
7351
7352 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7353 disassemble on address 0.
7354
7355 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7356 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7359 * gdb.dwarf2/implptr-64bit.S: Remove.
7360 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7361 variables in caller's context. Add DW_OP_implicit_value.
7362
7363 2017-01-25 Yao Qi <yao.qi@linaro.org>
7364
7365 * lib/dwarf.exp (Dwarf::_location): Handle
7366 DW_OP_GNU_implicit_pointer with proper size.
7367
7368 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7369
7370 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7371 and add untested calls.
7372
7373 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7374
7375 * gdb.python/python.exp: Check line number against what GDB thinks
7376 the line number is for func1.
7377
7378 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7379
7380 * gdb.dlang/debug-expr.exp: New file.
7381
7382 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7383
7384 Fix test names for the following files:
7385
7386 * gdb.ada/exec_changed.exp
7387 * gdb.ada/info_types.exp
7388 * gdb.arch/aarch64-atomic-inst.exp
7389 * gdb.arch/aarch64-fp.exp
7390 * gdb.arch/altivec-abi.exp
7391 * gdb.arch/altivec-regs.exp
7392 * gdb.arch/amd64-byte.exp
7393 * gdb.arch/amd64-disp-step.exp
7394 * gdb.arch/amd64-dword.exp
7395 * gdb.arch/amd64-entry-value-inline.exp
7396 * gdb.arch/amd64-entry-value-param.exp
7397 * gdb.arch/amd64-entry-value-paramref.exp
7398 * gdb.arch/amd64-entry-value.exp
7399 * gdb.arch/amd64-i386-address.exp
7400 * gdb.arch/amd64-invalid-stack-middle.exp
7401 * gdb.arch/amd64-invalid-stack-top.exp
7402 * gdb.arch/amd64-optimout-repeat.exp
7403 * gdb.arch/amd64-prologue-skip.exp
7404 * gdb.arch/amd64-prologue-xmm.exp
7405 * gdb.arch/amd64-stap-special-operands.exp
7406 * gdb.arch/amd64-stap-wrong-subexp.exp
7407 * gdb.arch/amd64-tailcall-cxx.exp
7408 * gdb.arch/amd64-tailcall-noret.exp
7409 * gdb.arch/amd64-tailcall-ret.exp
7410 * gdb.arch/amd64-tailcall-self.exp
7411 * gdb.arch/amd64-word.exp
7412 * gdb.arch/arm-bl-branch-dest.exp
7413 * gdb.arch/arm-disp-step.exp
7414 * gdb.arch/arm-neon.exp
7415 * gdb.arch/arm-single-step-kernel-helper.exp
7416 * gdb.arch/avr-flash-qualifier.exp
7417 * gdb.arch/disp-step-insn-reloc.exp
7418 * gdb.arch/e500-abi.exp
7419 * gdb.arch/e500-regs.exp
7420 * gdb.arch/ftrace-insn-reloc.exp
7421 * gdb.arch/i386-avx512.exp
7422 * gdb.arch/i386-bp_permanent.exp
7423 * gdb.arch/i386-byte.exp
7424 * gdb.arch/i386-cfi-notcurrent.exp
7425 * gdb.arch/i386-disp-step.exp
7426 * gdb.arch/i386-dr3-watch.exp
7427 * gdb.arch/i386-float.exp
7428 * gdb.arch/i386-gnu-cfi.exp
7429 * gdb.arch/i386-mpx-map.exp
7430 * gdb.arch/i386-mpx-sigsegv.exp
7431 * gdb.arch/i386-mpx-simple_segv.exp
7432 * gdb.arch/i386-mpx.exp
7433 * gdb.arch/i386-permbkpt.exp
7434 * gdb.arch/i386-prologue.exp
7435 * gdb.arch/i386-signal.exp
7436 * gdb.arch/i386-size-overlap.exp
7437 * gdb.arch/i386-unwind.exp
7438 * gdb.arch/i386-word.exp
7439 * gdb.arch/mips-fcr.exp
7440 * gdb.arch/powerpc-d128-regs.exp
7441 * gdb.arch/powerpc-stackless.exp
7442 * gdb.arch/ppc64-atomic-inst.exp
7443 * gdb.arch/s390-stackless.exp
7444 * gdb.arch/s390-tdbregs.exp
7445 * gdb.arch/s390-vregs.exp
7446 * gdb.arch/sparc-sysstep.exp
7447 * gdb.arch/thumb-bx-pc.exp
7448 * gdb.arch/thumb-singlestep.exp
7449 * gdb.arch/thumb2-it.exp
7450 * gdb.arch/vsx-regs.exp
7451 * gdb.asm/asm-source.exp
7452 * gdb.base/a2-run.exp
7453 * gdb.base/advance.exp
7454 * gdb.base/all-bin.exp
7455 * gdb.base/anon.exp
7456 * gdb.base/args.exp
7457 * gdb.base/arithmet.exp
7458 * gdb.base/async-shell.exp
7459 * gdb.base/async.exp
7460 * gdb.base/attach-pie-noexec.exp
7461 * gdb.base/attach-twice.exp
7462 * gdb.base/auto-load.exp
7463 * gdb.base/bang.exp
7464 * gdb.base/bitfields.exp
7465 * gdb.base/break-always.exp
7466 * gdb.base/break-caller-line.exp
7467 * gdb.base/break-entry.exp
7468 * gdb.base/break-inline.exp
7469 * gdb.base/break-on-linker-gcd-function.exp
7470 * gdb.base/break-probes.exp
7471 * gdb.base/break.exp
7472 * gdb.base/breakpoint-shadow.exp
7473 * gdb.base/call-ar-st.exp
7474 * gdb.base/call-sc.exp
7475 * gdb.base/call-signal-resume.exp
7476 * gdb.base/call-strs.exp
7477 * gdb.base/callfuncs.exp
7478 * gdb.base/catch-fork-static.exp
7479 * gdb.base/catch-gdb-caused-signals.exp
7480 * gdb.base/catch-load.exp
7481 * gdb.base/catch-signal-fork.exp
7482 * gdb.base/catch-signal.exp
7483 * gdb.base/catch-syscall.exp
7484 * gdb.base/charset.exp
7485 * gdb.base/checkpoint.exp
7486 * gdb.base/chng-syms.exp
7487 * gdb.base/code-expr.exp
7488 * gdb.base/code_elim.exp
7489 * gdb.base/commands.exp
7490 * gdb.base/completion.exp
7491 * gdb.base/complex.exp
7492 * gdb.base/cond-expr.exp
7493 * gdb.base/condbreak.exp
7494 * gdb.base/consecutive.exp
7495 * gdb.base/continue-all-already-running.exp
7496 * gdb.base/coredump-filter.exp
7497 * gdb.base/corefile.exp
7498 * gdb.base/dbx.exp
7499 * gdb.base/debug-expr.exp
7500 * gdb.base/define.exp
7501 * gdb.base/del.exp
7502 * gdb.base/disabled-location.exp
7503 * gdb.base/disasm-end-cu.exp
7504 * gdb.base/disasm-optim.exp
7505 * gdb.base/display.exp
7506 * gdb.base/duplicate-bp.exp
7507 * gdb.base/ena-dis-br.exp
7508 * gdb.base/ending-run.exp
7509 * gdb.base/enumval.exp
7510 * gdb.base/environ.exp
7511 * gdb.base/eu-strip-infcall.exp
7512 * gdb.base/eval-avoid-side-effects.exp
7513 * gdb.base/eval-skip.exp
7514 * gdb.base/exitsignal.exp
7515 * gdb.base/expand-psymtabs.exp
7516 * gdb.base/filesym.exp
7517 * gdb.base/find-unmapped.exp
7518 * gdb.base/finish.exp
7519 * gdb.base/float.exp
7520 * gdb.base/foll-exec-mode.exp
7521 * gdb.base/foll-exec.exp
7522 * gdb.base/foll-fork.exp
7523 * gdb.base/fortran-sym-case.exp
7524 * gdb.base/freebpcmd.exp
7525 * gdb.base/func-ptr.exp
7526 * gdb.base/func-ptrs.exp
7527 * gdb.base/funcargs.exp
7528 * gdb.base/gcore-buffer-overflow.exp
7529 * gdb.base/gcore-relro-pie.exp
7530 * gdb.base/gcore-relro.exp
7531 * gdb.base/gcore.exp
7532 * gdb.base/gdb1090.exp
7533 * gdb.base/gdb11530.exp
7534 * gdb.base/gdb11531.exp
7535 * gdb.base/gdb1821.exp
7536 * gdb.base/gdbindex-stabs.exp
7537 * gdb.base/gdbvars.exp
7538 * gdb.base/hbreak.exp
7539 * gdb.base/hbreak2.exp
7540 * gdb.base/included.exp
7541 * gdb.base/infcall-input.exp
7542 * gdb.base/inferior-died.exp
7543 * gdb.base/infnan.exp
7544 * gdb.base/info-macros.exp
7545 * gdb.base/info-os.exp
7546 * gdb.base/info-proc.exp
7547 * gdb.base/info-shared.exp
7548 * gdb.base/info-target.exp
7549 * gdb.base/infoline.exp
7550 * gdb.base/interp.exp
7551 * gdb.base/interrupt.exp
7552 * gdb.base/jit-reader.exp
7553 * gdb.base/jit-simple.exp
7554 * gdb.base/kill-after-signal.exp
7555 * gdb.base/kill-detach-inferiors-cmd.exp
7556 * gdb.base/label.exp
7557 * gdb.base/langs.exp
7558 * gdb.base/ldbl_e308.exp
7559 * gdb.base/line-symtabs.exp
7560 * gdb.base/linespecs.exp
7561 * gdb.base/list.exp
7562 * gdb.base/long_long.exp
7563 * gdb.base/longest-types.exp
7564 * gdb.base/maint.exp
7565 * gdb.base/max-value-size.exp
7566 * gdb.base/memattr.exp
7567 * gdb.base/mips_pro.exp
7568 * gdb.base/morestack.exp
7569 * gdb.base/moribund-step.exp
7570 * gdb.base/multi-forks.exp
7571 * gdb.base/nested-addr.exp
7572 * gdb.base/nextoverexit.exp
7573 * gdb.base/noreturn-finish.exp
7574 * gdb.base/noreturn-return.exp
7575 * gdb.base/nostdlib.exp
7576 * gdb.base/offsets.exp
7577 * gdb.base/opaque.exp
7578 * gdb.base/pc-fp.exp
7579 * gdb.base/permissions.exp
7580 * gdb.base/print-symbol-loading.exp
7581 * gdb.base/prologue-include.exp
7582 * gdb.base/psymtab.exp
7583 * gdb.base/ptype.exp
7584 * gdb.base/random-signal.exp
7585 * gdb.base/randomize.exp
7586 * gdb.base/range-stepping.exp
7587 * gdb.base/readline-ask.exp
7588 * gdb.base/recpar.exp
7589 * gdb.base/recurse.exp
7590 * gdb.base/relational.exp
7591 * gdb.base/restore.exp
7592 * gdb.base/return-nodebug.exp
7593 * gdb.base/return.exp
7594 * gdb.base/run-after-attach.exp
7595 * gdb.base/save-bp.exp
7596 * gdb.base/scope.exp
7597 * gdb.base/sect-cmd.exp
7598 * gdb.base/set-lang-auto.exp
7599 * gdb.base/set-noassign.exp
7600 * gdb.base/setvar.exp
7601 * gdb.base/sigall.exp
7602 * gdb.base/sigbpt.exp
7603 * gdb.base/siginfo-addr.exp
7604 * gdb.base/siginfo-infcall.exp
7605 * gdb.base/siginfo-obj.exp
7606 * gdb.base/siginfo.exp
7607 * gdb.base/signals-state-child.exp
7608 * gdb.base/signest.exp
7609 * gdb.base/sigstep.exp
7610 * gdb.base/sizeof.exp
7611 * gdb.base/skip.exp
7612 * gdb.base/solib-corrupted.exp
7613 * gdb.base/solib-nodir.exp
7614 * gdb.base/solib-search.exp
7615 * gdb.base/stack-checking.exp
7616 * gdb.base/stale-infcall.exp
7617 * gdb.base/stap-probe.exp
7618 * gdb.base/start.exp
7619 * gdb.base/step-break.exp
7620 * gdb.base/step-bt.exp
7621 * gdb.base/step-line.exp
7622 * gdb.base/step-over-exit.exp
7623 * gdb.base/step-over-syscall.exp
7624 * gdb.base/step-resume-infcall.exp
7625 * gdb.base/step-test.exp
7626 * gdb.base/store.exp
7627 * gdb.base/structs3.exp
7628 * gdb.base/sym-file.exp
7629 * gdb.base/symbol-without-target_section.exp
7630 * gdb.base/term.exp
7631 * gdb.base/testenv.exp
7632 * gdb.base/ui-redirect.exp
7633 * gdb.base/until.exp
7634 * gdb.base/unwindonsignal.exp
7635 * gdb.base/value-double-free.exp
7636 * gdb.base/vla-datatypes.exp
7637 * gdb.base/vla-ptr.exp
7638 * gdb.base/vla-sideeffect.exp
7639 * gdb.base/volatile.exp
7640 * gdb.base/watch-cond-infcall.exp
7641 * gdb.base/watch-cond.exp
7642 * gdb.base/watch-non-mem.exp
7643 * gdb.base/watch-read.exp
7644 * gdb.base/watch-vfork.exp
7645 * gdb.base/watchpoint-cond-gone.exp
7646 * gdb.base/watchpoint-delete.exp
7647 * gdb.base/watchpoint-hw-hit-once.exp
7648 * gdb.base/watchpoint-hw.exp
7649 * gdb.base/watchpoint-stops-at-right-insn.exp
7650 * gdb.base/watchpoints.exp
7651 * gdb.base/wchar.exp
7652 * gdb.base/whatis-exp.exp
7653 * gdb.btrace/buffer-size.exp
7654 * gdb.btrace/data.exp
7655 * gdb.btrace/delta.exp
7656 * gdb.btrace/dlopen.exp
7657 * gdb.btrace/enable.exp
7658 * gdb.btrace/exception.exp
7659 * gdb.btrace/function_call_history.exp
7660 * gdb.btrace/gcore.exp
7661 * gdb.btrace/instruction_history.exp
7662 * gdb.btrace/nohist.exp
7663 * gdb.btrace/reconnect.exp
7664 * gdb.btrace/record_goto-step.exp
7665 * gdb.btrace/record_goto.exp
7666 * gdb.btrace/rn-dl-bind.exp
7667 * gdb.btrace/segv.exp
7668 * gdb.btrace/step.exp
7669 * gdb.btrace/stepi.exp
7670 * gdb.btrace/tailcall-only.exp
7671 * gdb.btrace/tailcall.exp
7672 * gdb.btrace/tsx.exp
7673 * gdb.btrace/unknown_functions.exp
7674 * gdb.btrace/vdso.exp
7675 * gdb.compile/compile-ifunc.exp
7676 * gdb.compile/compile-ops.exp
7677 * gdb.compile/compile-print.exp
7678 * gdb.compile/compile-setjmp.exp
7679 * gdb.cp/abstract-origin.exp
7680 * gdb.cp/ambiguous.exp
7681 * gdb.cp/annota2.exp
7682 * gdb.cp/annota3.exp
7683 * gdb.cp/anon-ns.exp
7684 * gdb.cp/anon-struct.exp
7685 * gdb.cp/anon-union.exp
7686 * gdb.cp/arg-reference.exp
7687 * gdb.cp/baseenum.exp
7688 * gdb.cp/bool.exp
7689 * gdb.cp/breakpoint.exp
7690 * gdb.cp/bs15503.exp
7691 * gdb.cp/call-c.exp
7692 * gdb.cp/casts.exp
7693 * gdb.cp/chained-calls.exp
7694 * gdb.cp/class2.exp
7695 * gdb.cp/classes.exp
7696 * gdb.cp/cmpd-minsyms.exp
7697 * gdb.cp/converts.exp
7698 * gdb.cp/cp-relocate.exp
7699 * gdb.cp/cpcompletion.exp
7700 * gdb.cp/cpexprs.exp
7701 * gdb.cp/cplabel.exp
7702 * gdb.cp/cplusfuncs.exp
7703 * gdb.cp/cpsizeof.exp
7704 * gdb.cp/ctti.exp
7705 * gdb.cp/derivation.exp
7706 * gdb.cp/destrprint.exp
7707 * gdb.cp/dispcxx.exp
7708 * gdb.cp/enum-class.exp
7709 * gdb.cp/exception.exp
7710 * gdb.cp/exceptprint.exp
7711 * gdb.cp/expand-psymtabs-cxx.exp
7712 * gdb.cp/expand-sals.exp
7713 * gdb.cp/extern-c.exp
7714 * gdb.cp/filename.exp
7715 * gdb.cp/formatted-ref.exp
7716 * gdb.cp/fpointer.exp
7717 * gdb.cp/gdb1355.exp
7718 * gdb.cp/gdb2495.exp
7719 * gdb.cp/hang.exp
7720 * gdb.cp/impl-this.exp
7721 * gdb.cp/infcall-dlopen.exp
7722 * gdb.cp/inherit.exp
7723 * gdb.cp/iostream.exp
7724 * gdb.cp/koenig.exp
7725 * gdb.cp/local.exp
7726 * gdb.cp/m-data.exp
7727 * gdb.cp/m-static.exp
7728 * gdb.cp/mb-ctor.exp
7729 * gdb.cp/mb-inline.exp
7730 * gdb.cp/mb-templates.exp
7731 * gdb.cp/member-name.exp
7732 * gdb.cp/member-ptr.exp
7733 * gdb.cp/meth-typedefs.exp
7734 * gdb.cp/method.exp
7735 * gdb.cp/method2.exp
7736 * gdb.cp/minsym-fallback.exp
7737 * gdb.cp/misc.exp
7738 * gdb.cp/namelessclass.exp
7739 * gdb.cp/namespace-enum.exp
7740 * gdb.cp/namespace-nested-import.exp
7741 * gdb.cp/namespace.exp
7742 * gdb.cp/nextoverthrow.exp
7743 * gdb.cp/no-dmgl-verbose.exp
7744 * gdb.cp/non-trivial-retval.exp
7745 * gdb.cp/noparam.exp
7746 * gdb.cp/nsdecl.exp
7747 * gdb.cp/nsimport.exp
7748 * gdb.cp/nsnested.exp
7749 * gdb.cp/nsnoimports.exp
7750 * gdb.cp/nsrecurs.exp
7751 * gdb.cp/nsstress.exp
7752 * gdb.cp/nsusing.exp
7753 * gdb.cp/operator.exp
7754 * gdb.cp/oranking.exp
7755 * gdb.cp/overload-const.exp
7756 * gdb.cp/overload.exp
7757 * gdb.cp/ovldbreak.exp
7758 * gdb.cp/ovsrch.exp
7759 * gdb.cp/paren-type.exp
7760 * gdb.cp/parse-lang.exp
7761 * gdb.cp/pass-by-ref.exp
7762 * gdb.cp/pr-1023.exp
7763 * gdb.cp/pr-1210.exp
7764 * gdb.cp/pr-574.exp
7765 * gdb.cp/pr10687.exp
7766 * gdb.cp/pr12028.exp
7767 * gdb.cp/pr17132.exp
7768 * gdb.cp/pr17494.exp
7769 * gdb.cp/pr9067.exp
7770 * gdb.cp/pr9167.exp
7771 * gdb.cp/pr9631.exp
7772 * gdb.cp/printmethod.exp
7773 * gdb.cp/psmang.exp
7774 * gdb.cp/psymtab-parameter.exp
7775 * gdb.cp/ptype-cv-cp.exp
7776 * gdb.cp/ptype-flags.exp
7777 * gdb.cp/re-set-overloaded.exp
7778 * gdb.cp/ref-types.exp
7779 * gdb.cp/rtti.exp
7780 * gdb.cp/scope-err.exp
7781 * gdb.cp/shadow.exp
7782 * gdb.cp/smartp.exp
7783 * gdb.cp/static-method.exp
7784 * gdb.cp/static-print-quit.exp
7785 * gdb.cp/temargs.exp
7786 * gdb.cp/templates.exp
7787 * gdb.cp/try_catch.exp
7788 * gdb.cp/typedef-operator.exp
7789 * gdb.cp/typeid.exp
7790 * gdb.cp/userdef.exp
7791 * gdb.cp/using-crash.exp
7792 * gdb.cp/var-tag.exp
7793 * gdb.cp/virtbase.exp
7794 * gdb.cp/virtfunc.exp
7795 * gdb.cp/virtfunc2.exp
7796 * gdb.cp/vla-cxx.exp
7797 * gdb.disasm/t01_mov.exp
7798 * gdb.disasm/t02_mova.exp
7799 * gdb.disasm/t03_add.exp
7800 * gdb.disasm/t04_sub.exp
7801 * gdb.disasm/t05_cmp.exp
7802 * gdb.disasm/t06_ari2.exp
7803 * gdb.disasm/t07_ari3.exp
7804 * gdb.disasm/t08_or.exp
7805 * gdb.disasm/t09_xor.exp
7806 * gdb.disasm/t10_and.exp
7807 * gdb.disasm/t11_logs.exp
7808 * gdb.disasm/t12_bit.exp
7809 * gdb.disasm/t13_otr.exp
7810 * gdb.dlang/circular.exp
7811 * gdb.dwarf2/arr-stride.exp
7812 * gdb.dwarf2/arr-subrange.exp
7813 * gdb.dwarf2/atomic-type.exp
7814 * gdb.dwarf2/bad-regnum.exp
7815 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7816 * gdb.dwarf2/callframecfa.exp
7817 * gdb.dwarf2/clztest.exp
7818 * gdb.dwarf2/corrupt.exp
7819 * gdb.dwarf2/data-loc.exp
7820 * gdb.dwarf2/dup-psym.exp
7821 * gdb.dwarf2/dw2-anon-mptr.exp
7822 * gdb.dwarf2/dw2-anonymous-func.exp
7823 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7824 * gdb.dwarf2/dw2-bad-unresolved.exp
7825 * gdb.dwarf2/dw2-basic.exp
7826 * gdb.dwarf2/dw2-canonicalize-type.exp
7827 * gdb.dwarf2/dw2-case-insensitive.exp
7828 * gdb.dwarf2/dw2-common-block.exp
7829 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7830 * gdb.dwarf2/dw2-compressed.exp
7831 * gdb.dwarf2/dw2-const.exp
7832 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7833 * gdb.dwarf2/dw2-cu-size.exp
7834 * gdb.dwarf2/dw2-dup-frame.exp
7835 * gdb.dwarf2/dw2-entry-value.exp
7836 * gdb.dwarf2/dw2-icycle.exp
7837 * gdb.dwarf2/dw2-ifort-parameter.exp
7838 * gdb.dwarf2/dw2-inline-break.exp
7839 * gdb.dwarf2/dw2-inline-param.exp
7840 * gdb.dwarf2/dw2-intercu.exp
7841 * gdb.dwarf2/dw2-intermix.exp
7842 * gdb.dwarf2/dw2-lexical-block-bare.exp
7843 * gdb.dwarf2/dw2-linkage-name-trust.exp
7844 * gdb.dwarf2/dw2-minsym-in-cu.exp
7845 * gdb.dwarf2/dw2-noloc.exp
7846 * gdb.dwarf2/dw2-op-call.exp
7847 * gdb.dwarf2/dw2-op-out-param.exp
7848 * gdb.dwarf2/dw2-opt-structptr.exp
7849 * gdb.dwarf2/dw2-param-error.exp
7850 * gdb.dwarf2/dw2-producer.exp
7851 * gdb.dwarf2/dw2-ranges-base.exp
7852 * gdb.dwarf2/dw2-ref-missing-frame.exp
7853 * gdb.dwarf2/dw2-reg-undefined.exp
7854 * gdb.dwarf2/dw2-regno-invalid.exp
7855 * gdb.dwarf2/dw2-restore.exp
7856 * gdb.dwarf2/dw2-restrict.exp
7857 * gdb.dwarf2/dw2-single-line-discriminators.exp
7858 * gdb.dwarf2/dw2-strp.exp
7859 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7860 * gdb.dwarf2/dw2-unresolved.exp
7861 * gdb.dwarf2/dw2-var-zero-addr.exp
7862 * gdb.dwarf2/dw4-sig-types.exp
7863 * gdb.dwarf2/dwz.exp
7864 * gdb.dwarf2/dynarr-ptr.exp
7865 * gdb.dwarf2/enum-type.exp
7866 * gdb.dwarf2/gdb-index.exp
7867 * gdb.dwarf2/implptr-64bit.exp
7868 * gdb.dwarf2/implptr-optimized-out.exp
7869 * gdb.dwarf2/implptr.exp
7870 * gdb.dwarf2/implref-array.exp
7871 * gdb.dwarf2/implref-const.exp
7872 * gdb.dwarf2/implref-global.exp
7873 * gdb.dwarf2/implref-struct.exp
7874 * gdb.dwarf2/mac-fileno.exp
7875 * gdb.dwarf2/main-subprogram.exp
7876 * gdb.dwarf2/member-ptr-forwardref.exp
7877 * gdb.dwarf2/method-ptr.exp
7878 * gdb.dwarf2/missing-sig-type.exp
7879 * gdb.dwarf2/nonvar-access.exp
7880 * gdb.dwarf2/opaque-type-lookup.exp
7881 * gdb.dwarf2/pieces-optimized-out.exp
7882 * gdb.dwarf2/pieces.exp
7883 * gdb.dwarf2/pr10770.exp
7884 * gdb.dwarf2/pr13961.exp
7885 * gdb.dwarf2/staticvirtual.exp
7886 * gdb.dwarf2/subrange.exp
7887 * gdb.dwarf2/symtab-producer.exp
7888 * gdb.dwarf2/trace-crash.exp
7889 * gdb.dwarf2/typeddwarf.exp
7890 * gdb.dwarf2/valop.exp
7891 * gdb.dwarf2/watch-notconst.exp
7892 * gdb.fortran/array-element.exp
7893 * gdb.fortran/charset.exp
7894 * gdb.fortran/common-block.exp
7895 * gdb.fortran/complex.exp
7896 * gdb.fortran/derived-type-function.exp
7897 * gdb.fortran/derived-type.exp
7898 * gdb.fortran/logical.exp
7899 * gdb.fortran/module.exp
7900 * gdb.fortran/multi-dim.exp
7901 * gdb.fortran/nested-funcs.exp
7902 * gdb.fortran/print-formatted.exp
7903 * gdb.fortran/subarray.exp
7904 * gdb.fortran/vla-alloc-assoc.exp
7905 * gdb.fortran/vla-datatypes.exp
7906 * gdb.fortran/vla-history.exp
7907 * gdb.fortran/vla-ptr-info.exp
7908 * gdb.fortran/vla-ptype-sub.exp
7909 * gdb.fortran/vla-ptype.exp
7910 * gdb.fortran/vla-sizeof.exp
7911 * gdb.fortran/vla-type.exp
7912 * gdb.fortran/vla-value-sub-arbitrary.exp
7913 * gdb.fortran/vla-value-sub-finish.exp
7914 * gdb.fortran/vla-value-sub.exp
7915 * gdb.fortran/vla-value.exp
7916 * gdb.fortran/whatis_type.exp
7917 * gdb.go/chan.exp
7918 * gdb.go/handcall.exp
7919 * gdb.go/hello.exp
7920 * gdb.go/integers.exp
7921 * gdb.go/methods.exp
7922 * gdb.go/package.exp
7923 * gdb.go/strings.exp
7924 * gdb.go/types.exp
7925 * gdb.go/unsafe.exp
7926 * gdb.guile/scm-arch.exp
7927 * gdb.guile/scm-block.exp
7928 * gdb.guile/scm-breakpoint.exp
7929 * gdb.guile/scm-cmd.exp
7930 * gdb.guile/scm-disasm.exp
7931 * gdb.guile/scm-equal.exp
7932 * gdb.guile/scm-frame-args.exp
7933 * gdb.guile/scm-frame-inline.exp
7934 * gdb.guile/scm-frame.exp
7935 * gdb.guile/scm-iterator.exp
7936 * gdb.guile/scm-math.exp
7937 * gdb.guile/scm-objfile.exp
7938 * gdb.guile/scm-ports.exp
7939 * gdb.guile/scm-symbol.exp
7940 * gdb.guile/scm-symtab.exp
7941 * gdb.guile/scm-value-cc.exp
7942 * gdb.guile/types-module.exp
7943 * gdb.linespec/break-ask.exp
7944 * gdb.linespec/cpexplicit.exp
7945 * gdb.linespec/explicit.exp
7946 * gdb.linespec/keywords.exp
7947 * gdb.linespec/linespec.exp
7948 * gdb.linespec/ls-dollar.exp
7949 * gdb.linespec/ls-errs.exp
7950 * gdb.linespec/skip-two.exp
7951 * gdb.linespec/thread.exp
7952 * gdb.mi/mi-async.exp
7953 * gdb.mi/mi-basics.exp
7954 * gdb.mi/mi-break.exp
7955 * gdb.mi/mi-catch-load.exp
7956 * gdb.mi/mi-cli.exp
7957 * gdb.mi/mi-cmd-param-changed.exp
7958 * gdb.mi/mi-console.exp
7959 * gdb.mi/mi-detach.exp
7960 * gdb.mi/mi-disassemble.exp
7961 * gdb.mi/mi-eval.exp
7962 * gdb.mi/mi-file-transfer.exp
7963 * gdb.mi/mi-file.exp
7964 * gdb.mi/mi-fill-memory.exp
7965 * gdb.mi/mi-inheritance-syntax-error.exp
7966 * gdb.mi/mi-linespec-err-cp.exp
7967 * gdb.mi/mi-logging.exp
7968 * gdb.mi/mi-memory-changed.exp
7969 * gdb.mi/mi-read-memory.exp
7970 * gdb.mi/mi-record-changed.exp
7971 * gdb.mi/mi-reg-undefined.exp
7972 * gdb.mi/mi-regs.exp
7973 * gdb.mi/mi-return.exp
7974 * gdb.mi/mi-reverse.exp
7975 * gdb.mi/mi-simplerun.exp
7976 * gdb.mi/mi-solib.exp
7977 * gdb.mi/mi-stack.exp
7978 * gdb.mi/mi-stepi.exp
7979 * gdb.mi/mi-syn-frame.exp
7980 * gdb.mi/mi-until.exp
7981 * gdb.mi/mi-var-block.exp
7982 * gdb.mi/mi-var-child.exp
7983 * gdb.mi/mi-var-cmd.exp
7984 * gdb.mi/mi-var-cp.exp
7985 * gdb.mi/mi-var-display.exp
7986 * gdb.mi/mi-var-invalidate.exp
7987 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7988 * gdb.mi/mi-vla-fortran.exp
7989 * gdb.mi/mi-watch.exp
7990 * gdb.mi/mi2-var-child.exp
7991 * gdb.mi/user-selected-context-sync.exp
7992 * gdb.modula2/unbounded-array.exp
7993 * gdb.multi/dummy-frame-restore.exp
7994 * gdb.multi/multi-arch-exec.exp
7995 * gdb.multi/multi-arch.exp
7996 * gdb.multi/tids.exp
7997 * gdb.multi/watchpoint-multi.exp
7998 * gdb.opencl/callfuncs.exp
7999 * gdb.opencl/convs_casts.exp
8000 * gdb.opencl/datatypes.exp
8001 * gdb.opencl/operators.exp
8002 * gdb.opencl/vec_comps.exp
8003 * gdb.opt/clobbered-registers-O2.exp
8004 * gdb.opt/inline-break.exp
8005 * gdb.opt/inline-bt.exp
8006 * gdb.opt/inline-cmds.exp
8007 * gdb.opt/inline-locals.exp
8008 * gdb.pascal/case-insensitive-symbols.exp
8009 * gdb.pascal/floats.exp
8010 * gdb.pascal/gdb11492.exp
8011 * gdb.python/lib-types.exp
8012 * gdb.python/py-arch.exp
8013 * gdb.python/py-as-string.exp
8014 * gdb.python/py-bad-printers.exp
8015 * gdb.python/py-block.exp
8016 * gdb.python/py-breakpoint-create-fail.exp
8017 * gdb.python/py-breakpoint.exp
8018 * gdb.python/py-caller-is.exp
8019 * gdb.python/py-cmd.exp
8020 * gdb.python/py-explore-cc.exp
8021 * gdb.python/py-explore.exp
8022 * gdb.python/py-finish-breakpoint.exp
8023 * gdb.python/py-finish-breakpoint2.exp
8024 * gdb.python/py-frame-args.exp
8025 * gdb.python/py-frame-inline.exp
8026 * gdb.python/py-frame.exp
8027 * gdb.python/py-framefilter-mi.exp
8028 * gdb.python/py-infthread.exp
8029 * gdb.python/py-lazy-string.exp
8030 * gdb.python/py-linetable.exp
8031 * gdb.python/py-mi-events.exp
8032 * gdb.python/py-mi-objfile.exp
8033 * gdb.python/py-mi.exp
8034 * gdb.python/py-objfile.exp
8035 * gdb.python/py-pp-integral.exp
8036 * gdb.python/py-pp-maint.exp
8037 * gdb.python/py-pp-re-notag.exp
8038 * gdb.python/py-pp-registration.exp
8039 * gdb.python/py-recurse-unwind.exp
8040 * gdb.python/py-strfns.exp
8041 * gdb.python/py-symbol.exp
8042 * gdb.python/py-symtab.exp
8043 * gdb.python/py-sync-interp.exp
8044 * gdb.python/py-typeprint.exp
8045 * gdb.python/py-unwind-maint.exp
8046 * gdb.python/py-unwind.exp
8047 * gdb.python/py-value-cc.exp
8048 * gdb.python/py-xmethods.exp
8049 * gdb.reverse/amd64-tailcall-reverse.exp
8050 * gdb.reverse/break-precsave.exp
8051 * gdb.reverse/break-reverse.exp
8052 * gdb.reverse/consecutive-precsave.exp
8053 * gdb.reverse/consecutive-reverse.exp
8054 * gdb.reverse/finish-precsave.exp
8055 * gdb.reverse/finish-reverse-bkpt.exp
8056 * gdb.reverse/finish-reverse.exp
8057 * gdb.reverse/fstatat-reverse.exp
8058 * gdb.reverse/getresuid-reverse.exp
8059 * gdb.reverse/i386-precsave.exp
8060 * gdb.reverse/i386-reverse.exp
8061 * gdb.reverse/i386-sse-reverse.exp
8062 * gdb.reverse/i387-env-reverse.exp
8063 * gdb.reverse/i387-stack-reverse.exp
8064 * gdb.reverse/insn-reverse.exp
8065 * gdb.reverse/machinestate-precsave.exp
8066 * gdb.reverse/machinestate.exp
8067 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8068 * gdb.reverse/pipe-reverse.exp
8069 * gdb.reverse/readv-reverse.exp
8070 * gdb.reverse/recvmsg-reverse.exp
8071 * gdb.reverse/rerun-prec.exp
8072 * gdb.reverse/s390-mvcle.exp
8073 * gdb.reverse/step-precsave.exp
8074 * gdb.reverse/step-reverse.exp
8075 * gdb.reverse/time-reverse.exp
8076 * gdb.reverse/until-precsave.exp
8077 * gdb.reverse/until-reverse.exp
8078 * gdb.reverse/waitpid-reverse.exp
8079 * gdb.reverse/watch-precsave.exp
8080 * gdb.reverse/watch-reverse.exp
8081 * gdb.rust/generics.exp
8082 * gdb.rust/methods.exp
8083 * gdb.rust/modules.exp
8084 * gdb.rust/simple.exp
8085 * gdb.server/connect-with-no-symbol-file.exp
8086 * gdb.server/ext-attach.exp
8087 * gdb.server/ext-restart.exp
8088 * gdb.server/ext-wrapper.exp
8089 * gdb.server/file-transfer.exp
8090 * gdb.server/server-exec-info.exp
8091 * gdb.server/server-kill.exp
8092 * gdb.server/server-mon.exp
8093 * gdb.server/wrapper.exp
8094 * gdb.stabs/exclfwd.exp
8095 * gdb.stabs/gdb11479.exp
8096 * gdb.threads/clone-new-thread-event.exp
8097 * gdb.threads/corethreads.exp
8098 * gdb.threads/current-lwp-dead.exp
8099 * gdb.threads/dlopen-libpthread.exp
8100 * gdb.threads/gcore-thread.exp
8101 * gdb.threads/sigstep-threads.exp
8102 * gdb.threads/watchpoint-fork.exp
8103 * gdb.trace/actions-changed.exp
8104 * gdb.trace/backtrace.exp
8105 * gdb.trace/change-loc.exp
8106 * gdb.trace/circ.exp
8107 * gdb.trace/collection.exp
8108 * gdb.trace/disconnected-tracing.exp
8109 * gdb.trace/ftrace.exp
8110 * gdb.trace/mi-trace-frame-collected.exp
8111 * gdb.trace/mi-trace-unavailable.exp
8112 * gdb.trace/mi-traceframe-changed.exp
8113 * gdb.trace/mi-tsv-changed.exp
8114 * gdb.trace/no-attach-trace.exp
8115 * gdb.trace/passc-dyn.exp
8116 * gdb.trace/qtro.exp
8117 * gdb.trace/range-stepping.exp
8118 * gdb.trace/read-memory.exp
8119 * gdb.trace/save-trace.exp
8120 * gdb.trace/signal.exp
8121 * gdb.trace/status-stop.exp
8122 * gdb.trace/tfile.exp
8123 * gdb.trace/trace-break.exp
8124 * gdb.trace/trace-buffer-size.exp
8125 * gdb.trace/trace-condition.exp
8126 * gdb.trace/tracefile-pseudo-reg.exp
8127 * gdb.trace/tstatus.exp
8128 * gdb.trace/unavailable.exp
8129 * gdb.trace/while-dyn.exp
8130 * gdb.trace/while-stepping.exp
8131
8132 2016-12-22 Doug Evans <xdje42@gmail.com>
8133
8134 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8135 and msymbols.
8136
8137 2016-12-19 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8140 (test_with_self): Don't call do_steps_and_nexts, and remove
8141 code about stepping into xmalloc.
8142
8143 2016-12-09 Yao Qi <yao.qi@linaro.org>
8144
8145 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8146
8147 2016-12-09 Yao Qi <yao.qi@linaro.org>
8148
8149 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8150
8151 2016-12-09 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.base/all-architectures-0.exp: New file.
8154 * gdb.base/all-architectures-1.exp: New file.
8155 * gdb.base/all-architectures-2.exp: New file.
8156 * gdb.base/all-architectures-3.exp: New file.
8157 * gdb.base/all-architectures-4.exp: New file.
8158 * gdb.base/all-architectures-5.exp: New file.
8159 * gdb.base/all-architectures-6.exp: New file.
8160 * gdb.base/all-architectures-7.exp: New file.
8161 * gdb.base/all-architectures.exp.in: New file.
8162
8163 2016-12-09 Yao Qi <yao.qi@linaro.org>
8164
8165 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8166
8167 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8168
8169 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8170 possible.
8171 Remove useless pattern-matching code.
8172
8173 2016-12-02 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8176 procedure.
8177 (top level): Call it.
8178
8179 2016-12-02 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8182 New procedure.
8183 (top level): Call it.
8184
8185 2016-12-02 Pedro Alves <palves@redhat.com>
8186
8187 PR cli/20559
8188 * gdb.base/commands.exp (user_defined_command_args_eval): New
8189 procedure.
8190 (top level): Call it.
8191
8192 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8193
8194 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8195 timeout handling.
8196
8197 2016-12-02 Tom Tromey <tom@tromey.com>
8198
8199 * gdb.dwarf2/main-subprogram.c: New file.
8200 * gdb.dwarf2/main-subprogram.exp: New file.
8201
8202 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8203
8204 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8205 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8206 gdb_test_no_output for a couple of cases.
8207 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8208
8209 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8210
8211 Fix test names and standardize compilation error messages throughout
8212 the following files:
8213
8214 * gdb.ada/start.exp
8215 * gdb.arch/alpha-step.exp
8216 * gdb.arch/e500-prologue.exp
8217 * gdb.arch/ftrace-insn-reloc.exp
8218 * gdb.arch/gdb1291.exp
8219 * gdb.arch/gdb1431.exp
8220 * gdb.arch/gdb1558.exp
8221 * gdb.arch/i386-dr3-watch.exp
8222 * gdb.arch/i386-sse-stack-align.exp
8223 * gdb.arch/ia64-breakpoint-shadow.exp
8224 * gdb.arch/pa-nullify.exp
8225 * gdb.arch/powerpc-aix-prologue.exp
8226 * gdb.arch/thumb-bx-pc.exp
8227 * gdb.base/annota1.exp
8228 * gdb.base/annota3.exp
8229 * gdb.base/arrayidx.exp
8230 * gdb.base/assign.exp
8231 * gdb.base/attach.exp
8232 * gdb.base/auxv.exp
8233 * gdb.base/bang.exp
8234 * gdb.base/bfp-test.exp
8235 * gdb.base/bigcore.exp
8236 * gdb.base/bitfields2.exp
8237 * gdb.base/break-fun-addr.exp
8238 * gdb.base/break-probes.exp
8239 * gdb.base/call-rt-st.exp
8240 * gdb.base/callexit.exp
8241 * gdb.base/catch-fork-kill.exp
8242 * gdb.base/charset.exp
8243 * gdb.base/checkpoint.exp
8244 * gdb.base/comprdebug.exp
8245 * gdb.base/constvars.exp
8246 * gdb.base/coredump-filter.exp
8247 * gdb.base/cursal.exp
8248 * gdb.base/cvexpr.exp
8249 * gdb.base/detach.exp
8250 * gdb.base/display.exp
8251 * gdb.base/dmsym.exp
8252 * gdb.base/dprintf-pending.exp
8253 * gdb.base/dso2dso.exp
8254 * gdb.base/dtrace-probe.exp
8255 * gdb.base/dump.exp
8256 * gdb.base/enum_cond.exp
8257 * gdb.base/exe-lock.exp
8258 * gdb.base/exec-invalid-sysroot.exp
8259 * gdb.base/execl-update-breakpoints.exp
8260 * gdb.base/exprs.exp
8261 * gdb.base/fileio.exp
8262 * gdb.base/find.exp
8263 * gdb.base/finish.exp
8264 * gdb.base/fixsection.exp
8265 * gdb.base/foll-vfork.exp
8266 * gdb.base/frame-args.exp
8267 * gdb.base/gcore.exp
8268 * gdb.base/gdb1250.exp
8269 * gdb.base/global-var-nested-by-dso.exp
8270 * gdb.base/gnu-ifunc.exp
8271 * gdb.base/hashline1.exp
8272 * gdb.base/hashline2.exp
8273 * gdb.base/hashline3.exp
8274 * gdb.base/hbreak-in-shr-unsupported.exp
8275 * gdb.base/huge.exp
8276 * gdb.base/infcall-input.exp
8277 * gdb.base/info-fun.exp
8278 * gdb.base/info-shared.exp
8279 * gdb.base/jit-simple.exp
8280 * gdb.base/jit-so.exp
8281 * gdb.base/jit.exp
8282 * gdb.base/jump.exp
8283 * gdb.base/label.exp
8284 * gdb.base/lineinc.exp
8285 * gdb.base/logical.exp
8286 * gdb.base/longjmp.exp
8287 * gdb.base/macscp.exp
8288 * gdb.base/miscexprs.exp
8289 * gdb.base/new-ui-echo.exp
8290 * gdb.base/new-ui-pending-input.exp
8291 * gdb.base/new-ui.exp
8292 * gdb.base/nodebug.exp
8293 * gdb.base/nofield.exp
8294 * gdb.base/offsets.exp
8295 * gdb.base/overlays.exp
8296 * gdb.base/pending.exp
8297 * gdb.base/pointers.exp
8298 * gdb.base/pr11022.exp
8299 * gdb.base/printcmds.exp
8300 * gdb.base/prologue.exp
8301 * gdb.base/ptr-typedef.exp
8302 * gdb.base/realname-expand.exp
8303 * gdb.base/relativedebug.exp
8304 * gdb.base/relocate.exp
8305 * gdb.base/remote.exp
8306 * gdb.base/reread.exp
8307 * gdb.base/return2.exp
8308 * gdb.base/savedregs.exp
8309 * gdb.base/sep.exp
8310 * gdb.base/sepdebug.exp
8311 * gdb.base/sepsymtab.exp
8312 * gdb.base/set-inferior-tty.exp
8313 * gdb.base/setshow.exp
8314 * gdb.base/shlib-call.exp
8315 * gdb.base/sigaltstack.exp
8316 * gdb.base/siginfo-addr.exp
8317 * gdb.base/signals.exp
8318 * gdb.base/signull.exp
8319 * gdb.base/sigrepeat.exp
8320 * gdb.base/so-impl-ld.exp
8321 * gdb.base/solib-display.exp
8322 * gdb.base/solib-overlap.exp
8323 * gdb.base/solib-search.exp
8324 * gdb.base/solib-symbol.exp
8325 * gdb.base/structs.exp
8326 * gdb.base/structs2.exp
8327 * gdb.base/symtab-search-order.exp
8328 * gdb.base/twice.exp
8329 * gdb.base/unload.exp
8330 * gdb.base/varargs.exp
8331 * gdb.base/watchpoint-solib.exp
8332 * gdb.base/watchpoint.exp
8333 * gdb.base/whatis.exp
8334 * gdb.base/wrong_frame_bt_full.exp
8335 * gdb.btrace/dlopen.exp
8336 * gdb.cell/ea-standalone.exp
8337 * gdb.cell/ea-test.exp
8338 * gdb.cp/dispcxx.exp
8339 * gdb.cp/gdb2384.exp
8340 * gdb.cp/method2.exp
8341 * gdb.cp/nextoverthrow.exp
8342 * gdb.cp/pr10728.exp
8343 * gdb.disasm/am33.exp
8344 * gdb.disasm/h8300s.exp
8345 * gdb.disasm/mn10300.exp
8346 * gdb.disasm/sh3.exp
8347 * gdb.dwarf2/dw2-dir-file-name.exp
8348 * gdb.fortran/complex.exp
8349 * gdb.fortran/library-module.exp
8350 * gdb.guile/scm-pretty-print.exp
8351 * gdb.guile/scm-symbol.exp
8352 * gdb.guile/scm-type.exp
8353 * gdb.guile/scm-value.exp
8354 * gdb.linespec/linespec.exp
8355 * gdb.mi/gdb701.exp
8356 * gdb.mi/gdb792.exp
8357 * gdb.mi/mi-breakpoint-changed.exp
8358 * gdb.mi/mi-dprintf-pending.exp
8359 * gdb.mi/mi-dprintf.exp
8360 * gdb.mi/mi-exit-code.exp
8361 * gdb.mi/mi-pending.exp
8362 * gdb.mi/mi-solib.exp
8363 * gdb.mi/new-ui-mi-sync.exp
8364 * gdb.mi/pr11022.exp
8365 * gdb.mi/user-selected-context-sync.exp
8366 * gdb.opt/solib-intra-step.exp
8367 * gdb.python/py-events.exp
8368 * gdb.python/py-finish-breakpoint.exp
8369 * gdb.python/py-mi.exp
8370 * gdb.python/py-prettyprint.exp
8371 * gdb.python/py-shared.exp
8372 * gdb.python/py-symbol.exp
8373 * gdb.python/py-template.exp
8374 * gdb.python/py-type.exp
8375 * gdb.python/py-value.exp
8376 * gdb.reverse/solib-precsave.exp
8377 * gdb.reverse/solib-reverse.exp
8378 * gdb.server/solib-list.exp
8379 * gdb.stabs/weird.exp
8380 * gdb.threads/reconnect-signal.exp
8381 * gdb.threads/stepi-random-signal.exp
8382 * gdb.trace/actions.exp
8383 * gdb.trace/ax.exp
8384 * gdb.trace/backtrace.exp
8385 * gdb.trace/change-loc.exp
8386 * gdb.trace/deltrace.exp
8387 * gdb.trace/ftrace-lock.exp
8388 * gdb.trace/ftrace.exp
8389 * gdb.trace/infotrace.exp
8390 * gdb.trace/mi-tracepoint-changed.exp
8391 * gdb.trace/packetlen.exp
8392 * gdb.trace/passcount.exp
8393 * gdb.trace/pending.exp
8394 * gdb.trace/range-stepping.exp
8395 * gdb.trace/report.exp
8396 * gdb.trace/stap-trace.exp
8397 * gdb.trace/tfind.exp
8398 * gdb.trace/trace-break.exp
8399 * gdb.trace/trace-condition.exp
8400 * gdb.trace/trace-enable-disable.exp
8401 * gdb.trace/trace-mt.exp
8402 * gdb.trace/tracecmd.exp
8403 * gdb.trace/tspeed.exp
8404 * gdb.trace/tsv.exp
8405 * lib/perftest.exp
8406
8407 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8408
8409 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8410 with gdb_test_no_output.
8411 Use command as test name.
8412
8413 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8414
8415 Fix test names starting with uppercase throughout the files.
8416
8417 * gdb.ada/assign_1.exp
8418 * gdb.ada/boolean_expr.exp
8419 * gdb.base/arrayidx.exp
8420 * gdb.base/del.exp
8421 * gdb.base/gcore-buffer-overflow.exp
8422 * gdb.base/testenv.exp
8423 * gdb.compile/compile.exp
8424 * gdb.python/py-framefilter-invalidarg.exp
8425 * gdb.python/py-framefilter.exp
8426
8427 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8428
8429 Fix test names starting with uppercase throughout the files.
8430
8431 * gdb.ada/array_return.exp
8432 * gdb.ada/expr_delims.exp
8433 * gdb.ada/mi_dyn_arr.exp
8434 * gdb.ada/mi_interface.exp
8435 * gdb.ada/mi_var_array.exp
8436 * gdb.ada/watch_arg.exp
8437 * gdb.arch/alpha-step.exp
8438 * gdb.arch/altivec-regs.exp
8439 * gdb.arch/e500-regs.exp
8440 * gdb.arch/powerpc-d128-regs.exp
8441 * gdb.base/arrayidx.exp
8442 * gdb.base/break.exp
8443 * gdb.base/checkpoint.exp
8444 * gdb.base/debug-expr.exp
8445 * gdb.base/dmsym.exp
8446 * gdb.base/radix.exp
8447 * gdb.base/sepdebug.exp
8448 * gdb.base/testenv.exp
8449 * gdb.base/watch_thread_num.exp
8450 * gdb.base/watchpoint-cond-gone.exp
8451 * gdb.cell/break.exp
8452 * gdb.cell/ea-cache.exp
8453 * gdb.compile/compile.exp
8454 * gdb.cp/gdb2495.exp
8455 * gdb.gdb/selftest.exp
8456 * gdb.gdb/xfullpath.exp
8457 * gdb.go/hello.exp
8458 * gdb.go/integers.exp
8459 * gdb.objc/basicclass.exp
8460 * gdb.pascal/hello.exp
8461 * gdb.pascal/integers.exp
8462 * gdb.python/py-breakpoint.exp
8463 * gdb.python/py-cmd.exp
8464 * gdb.python/py-linetable.exp
8465 * gdb.python/py-xmethods.exp
8466 * gdb.python/python.exp
8467 * gdb.reverse/consecutive-precsave.exp
8468 * gdb.reverse/finish-precsave.exp
8469 * gdb.reverse/i386-precsave.exp
8470 * gdb.reverse/machinestate-precsave.exp
8471 * gdb.reverse/sigall-precsave.exp
8472 * gdb.reverse/solib-precsave.exp
8473 * gdb.reverse/step-precsave.exp
8474 * gdb.reverse/until-precsave.exp
8475 * gdb.reverse/watch-precsave.exp
8476 * gdb.threads/leader-exit.exp
8477 * gdb.threads/pthreads.exp
8478 * gdb.threads/wp-replication.exp
8479 * gdb.trace/actions.exp
8480 * gdb.trace/mi-tsv-changed.exp
8481 * gdb.trace/tsv.exp
8482
8483 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8484
8485 Fix test names starting with uppercase throughout the files.
8486
8487 * gdb.arch/i386-bp_permanent.exp
8488 * gdb.arch/i386-gnu-cfi.exp
8489 * gdb.base/disasm-end-cu.exp
8490 * gdb.base/macscp.exp
8491 * gdb.base/pending.exp
8492 * gdb.base/watch_thread_num.exp
8493 * gdb.cp/exception.exp
8494 * gdb.cp/gdb2495.exp
8495 * gdb.cp/local.exp
8496 * gdb.python/py-evsignal.exp
8497 * gdb.python/python.exp
8498 * gdb.trace/tracecmd.exp
8499
8500 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8501
8502 Fix test names starting with uppercase throughout the files.
8503
8504 * gdb.base/charset.exp
8505 * gdb.base/eval.exp
8506 * gdb.base/multi-forks.exp
8507 * gdb.guile/scm-progspace.exp
8508 * gdb.opencl/datatypes.exp
8509 * gdb.python/py-block.exp
8510 * gdb.python/py-function.exp
8511 * gdb.python/py-symbol.exp
8512 * gdb.python/py-symtab.exp
8513 * gdb.python/py-xmethods.exp
8514 * gdb.reverse/break-precsave.exp
8515 * gdb.reverse/break-reverse.exp
8516 * gdb.reverse/consecutive-precsave.exp
8517 * gdb.reverse/consecutive-reverse.exp
8518 * gdb.reverse/finish-precsave.exp
8519 * gdb.reverse/finish-reverse-bkpt.exp
8520 * gdb.reverse/finish-reverse.exp
8521 * gdb.reverse/fstatat-reverse.exp
8522 * gdb.reverse/getresuid-reverse.exp
8523 * gdb.reverse/i386-precsave.exp
8524 * gdb.reverse/i386-reverse.exp
8525 * gdb.reverse/i386-sse-reverse.exp
8526 * gdb.reverse/i387-stack-reverse.exp
8527 * gdb.reverse/insn-reverse.exp
8528 * gdb.reverse/machinestate-precsave.exp
8529 * gdb.reverse/machinestate.exp
8530 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8531 * gdb.reverse/pipe-reverse.exp
8532 * gdb.reverse/readv-reverse.exp
8533 * gdb.reverse/recvmsg-reverse.exp
8534 * gdb.reverse/rerun-prec.exp
8535 * gdb.reverse/s390-mvcle.exp
8536 * gdb.reverse/sigall-precsave.exp
8537 * gdb.reverse/sigall-reverse.exp
8538 * gdb.reverse/solib-precsave.exp
8539 * gdb.reverse/solib-reverse.exp
8540 * gdb.reverse/step-precsave.exp
8541 * gdb.reverse/step-reverse.exp
8542 * gdb.reverse/time-reverse.exp
8543 * gdb.reverse/until-precsave.exp
8544 * gdb.reverse/until-reverse.exp
8545 * gdb.reverse/waitpid-reverse.exp
8546 * gdb.reverse/watch-precsave.exp
8547 * gdb.reverse/watch-reverse.exp
8548
8549 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8550
8551 Fix test names starting with uppercase throughout the files.
8552
8553 * gdb.arch/i386-mpx-simple_segv.exp
8554 * gdb.arch/i386-mpx.exp
8555 * gdb.arch/i386-permbkpt.exp
8556 * gdb.arch/pa-nullify.exp
8557 * gdb.arch/powerpc-d128-regs.exp
8558 * gdb.arch/vsx-regs.exp
8559 * gdb.base/bfp-test.exp
8560 * gdb.base/break.exp
8561 * gdb.base/breakpoint-shadow.exp
8562 * gdb.base/callfuncs.exp
8563 * gdb.base/charset.exp
8564 * gdb.base/commands.exp
8565 * gdb.base/completion.exp
8566 * gdb.base/dfp-test.exp
8567 * gdb.base/echo.exp
8568 * gdb.base/ending-run.exp
8569 * gdb.base/eval.exp
8570 * gdb.base/expand-psymtabs.exp
8571 * gdb.base/float128.exp
8572 * gdb.base/floatn.exp
8573 * gdb.base/foll-exec-mode.exp
8574 * gdb.base/gdb1056.exp
8575 * gdb.base/gdb11531.exp
8576 * gdb.base/kill-after-signal.exp
8577 * gdb.base/multi-forks.exp
8578 * gdb.base/overlays.exp
8579 * gdb.base/pending.exp
8580 * gdb.base/sepdebug.exp
8581 * gdb.base/testenv.exp
8582 * gdb.base/valgrind-db-attach.exp
8583 * gdb.base/watch_thread_num.exp
8584 * gdb.base/watchpoint-cond-gone.exp
8585 * gdb.base/watchpoint.exp
8586 * gdb.base/watchpoints.exp
8587 * gdb.cp/arg-reference.exp
8588 * gdb.cp/baseenum.exp
8589 * gdb.cp/operator.exp
8590 * gdb.cp/shadow.exp
8591 * gdb.dwarf2/dw2-op-out-param.exp
8592 * gdb.dwarf2/dw2-reg-undefined.exp
8593 * gdb.go/chan.exp
8594 * gdb.go/hello.exp
8595 * gdb.go/integers.exp
8596 * gdb.go/methods.exp
8597 * gdb.go/package.exp
8598 * gdb.guile/scm-parameter.exp
8599 * gdb.guile/scm-progspace.exp
8600 * gdb.guile/scm-value.exp
8601 * gdb.mi/mi-pending.exp
8602 * gdb.mi/user-selected-context-sync.exp
8603 * gdb.multi/multi-attach.exp
8604 * gdb.multi/tids.exp
8605 * gdb.opt/clobbered-registers-O2.exp
8606 * gdb.pascal/floats.exp
8607 * gdb.pascal/integers.exp
8608 * gdb.python/py-block.exp
8609 * gdb.python/py-events.exp
8610 * gdb.python/py-parameter.exp
8611 * gdb.python/py-symbol.exp
8612 * gdb.python/py-symtab.exp
8613 * gdb.python/py-type.exp
8614 * gdb.python/py-value.exp
8615 * gdb.python/py-xmethods.exp
8616 * gdb.python/python.exp
8617 * gdb.reverse/break-precsave.exp
8618 * gdb.reverse/consecutive-precsave.exp
8619 * gdb.reverse/finish-precsave.exp
8620 * gdb.reverse/i386-precsave.exp
8621 * gdb.reverse/machinestate-precsave.exp
8622 * gdb.reverse/sigall-precsave.exp
8623 * gdb.reverse/solib-precsave.exp
8624 * gdb.reverse/step-precsave.exp
8625 * gdb.reverse/until-precsave.exp
8626 * gdb.reverse/watch-precsave.exp
8627 * gdb.server/ext-attach.exp
8628 * gdb.server/ext-restart.exp
8629 * gdb.server/ext-run.exp
8630 * gdb.server/ext-wrapper.exp
8631 * gdb.stabs/gdb11479.exp
8632 * gdb.stabs/weird.exp
8633 * gdb.threads/attach-many-short-lived-threads.exp
8634 * gdb.threads/kill.exp
8635 * gdb.threads/watchpoint-fork.exp
8636
8637 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8638
8639 Fix test names starting with uppercase throughout all the files below.
8640
8641 * gdb.ada/array_return.exp
8642 * gdb.ada/catch_ex.exp
8643 * gdb.ada/info_exc.exp
8644 * gdb.ada/mi_catch_ex.exp
8645 * gdb.ada/mi_dyn_arr.exp
8646 * gdb.ada/mi_ex_cond.exp
8647 * gdb.ada/mi_exc_info.exp
8648 * gdb.ada/mi_interface.exp
8649 * gdb.ada/mi_task_arg.exp
8650 * gdb.ada/mi_task_info.exp
8651 * gdb.ada/mi_var_array.exp
8652 * gdb.arch/alpha-step.exp
8653 * gdb.arch/amd64-disp-step.exp
8654 * gdb.arch/arm-disp-step.exp
8655 * gdb.arch/disp-step-insn-reloc.exp
8656 * gdb.arch/e500-prologue.exp
8657 * gdb.arch/ftrace-insn-reloc.exp
8658 * gdb.arch/gdb1558.exp
8659 * gdb.arch/i386-bp_permanent.exp
8660 * gdb.arch/i386-disp-step.exp
8661 * gdb.arch/i386-float.exp
8662 * gdb.arch/i386-gnu-cfi.exp
8663 * gdb.arch/ia64-breakpoint-shadow.exp
8664 * gdb.arch/mips16-thunks.exp
8665 * gdb.arch/pa-nullify.exp
8666 * gdb.arch/powerpc-aix-prologue.exp
8667 * gdb.arch/powerpc-power.exp
8668 * gdb.arch/ppc-dfp.exp
8669 * gdb.arch/s390-tdbregs.exp
8670 * gdb.arch/spu-info.exp
8671 * gdb.arch/spu-ls.exp
8672 * gdb.arch/thumb-bx-pc.exp
8673 * gdb.base/advance.exp
8674 * gdb.base/annota-input-while-running.exp
8675 * gdb.base/arrayidx.exp
8676 * gdb.base/asmlabel.exp
8677 * gdb.base/async.exp
8678 * gdb.base/attach-wait-input.exp
8679 * gdb.base/auto-connect-native-target.exp
8680 * gdb.base/batch-preserve-term-settings.exp
8681 * gdb.base/bfp-test.exp
8682 * gdb.base/bigcore.exp
8683 * gdb.base/bp-permanent.exp
8684 * gdb.base/break-always.exp
8685 * gdb.base/break-fun-addr.exp
8686 * gdb.base/break-idempotent.exp
8687 * gdb.base/break-main-file-remove-fail.exp
8688 * gdb.base/break-probes.exp
8689 * gdb.base/break-unload-file.exp
8690 * gdb.base/break.exp
8691 * gdb.base/call-ar-st.exp
8692 * gdb.base/call-rt-st.exp
8693 * gdb.base/call-sc.exp
8694 * gdb.base/call-signal-resume.exp
8695 * gdb.base/call-strs.exp
8696 * gdb.base/callexit.exp
8697 * gdb.base/callfuncs.exp
8698 * gdb.base/catch-gdb-caused-signals.exp
8699 * gdb.base/catch-signal-siginfo-cond.exp
8700 * gdb.base/catch-syscall.exp
8701 * gdb.base/compare-sections.exp
8702 * gdb.base/cond-eval-mode.exp
8703 * gdb.base/condbreak-call-false.exp
8704 * gdb.base/consecutive-step-over.exp
8705 * gdb.base/cursal.exp
8706 * gdb.base/disabled-location.exp
8707 * gdb.base/disasm-end-cu.exp
8708 * gdb.base/display.exp
8709 * gdb.base/double-prompt-target-event-error.exp
8710 * gdb.base/dprintf-bp-same-addr.exp
8711 * gdb.base/dprintf-detach.exp
8712 * gdb.base/dprintf-next.exp
8713 * gdb.base/dprintf-non-stop.exp
8714 * gdb.base/dprintf-pending.exp
8715 * gdb.base/dso2dso.exp
8716 * gdb.base/ending-run.exp
8717 * gdb.base/enum_cond.exp
8718 * gdb.base/examine-backward.exp
8719 * gdb.base/exe-lock.exp
8720 * gdb.base/exec-invalid-sysroot.exp
8721 * gdb.base/execl-update-breakpoints.exp
8722 * gdb.base/execution-termios.exp
8723 * gdb.base/fileio.exp
8724 * gdb.base/fixsection.exp
8725 * gdb.base/foll-exec-mode.exp
8726 * gdb.base/foll-exec.exp
8727 * gdb.base/fork-running-state.exp
8728 * gdb.base/frame-args.exp
8729 * gdb.base/fullpath-expand.exp
8730 * gdb.base/func-ptr.exp
8731 * gdb.base/gcore-relro-pie.exp
8732 * gdb.base/gdb1090.exp
8733 * gdb.base/gdb1555.exp
8734 * gdb.base/global-var-nested-by-dso.exp
8735 * gdb.base/gnu-ifunc.exp
8736 * gdb.base/hbreak-in-shr-unsupported.exp
8737 * gdb.base/hbreak-unmapped.exp
8738 * gdb.base/hook-stop.exp
8739 * gdb.base/infcall-input.exp
8740 * gdb.base/info-fun.exp
8741 * gdb.base/info-shared.exp
8742 * gdb.base/interrupt-noterm.exp
8743 * gdb.base/jit-so.exp
8744 * gdb.base/jit.exp
8745 * gdb.base/line-symtabs.exp
8746 * gdb.base/list.exp
8747 * gdb.base/longjmp.exp
8748 * gdb.base/macscp.exp
8749 * gdb.base/max-value-size.exp
8750 * gdb.base/nodebug.exp
8751 * gdb.base/nofield.exp
8752 * gdb.base/overlays.exp
8753 * gdb.base/paginate-after-ctrl-c-running.exp
8754 * gdb.base/paginate-bg-execution.exp
8755 * gdb.base/paginate-inferior-exit.exp
8756 * gdb.base/pending.exp
8757 * gdb.base/pr11022.exp
8758 * gdb.base/printcmds.exp
8759 * gdb.base/ptr-typedef.exp
8760 * gdb.base/ptype.exp
8761 * gdb.base/randomize.exp
8762 * gdb.base/range-stepping.exp
8763 * gdb.base/realname-expand.exp
8764 * gdb.base/relativedebug.exp
8765 * gdb.base/remote.exp
8766 * gdb.base/savedregs.exp
8767 * gdb.base/sepdebug.exp
8768 * gdb.base/set-noassign.exp
8769 * gdb.base/shlib-call.exp
8770 * gdb.base/shreloc.exp
8771 * gdb.base/sigaltstack.exp
8772 * gdb.base/sigbpt.exp
8773 * gdb.base/siginfo-addr.exp
8774 * gdb.base/siginfo-obj.exp
8775 * gdb.base/siginfo-thread.exp
8776 * gdb.base/signest.exp
8777 * gdb.base/signull.exp
8778 * gdb.base/sigrepeat.exp
8779 * gdb.base/skip.exp
8780 * gdb.base/so-impl-ld.exp
8781 * gdb.base/solib-corrupted.exp
8782 * gdb.base/solib-disc.exp
8783 * gdb.base/solib-display.exp
8784 * gdb.base/solib-overlap.exp
8785 * gdb.base/solib-search.exp
8786 * gdb.base/solib-symbol.exp
8787 * gdb.base/source-execution.exp
8788 * gdb.base/sss-bp-on-user-bp-2.exp
8789 * gdb.base/sss-bp-on-user-bp.exp
8790 * gdb.base/stack-checking.exp
8791 * gdb.base/stale-infcall.exp
8792 * gdb.base/step-break.exp
8793 * gdb.base/step-line.exp
8794 * gdb.base/step-over-exit.exp
8795 * gdb.base/step-test.exp
8796 * gdb.base/structs.exp
8797 * gdb.base/sym-file.exp
8798 * gdb.base/symtab-search-order.exp
8799 * gdb.base/term.exp
8800 * gdb.base/type-opaque.exp
8801 * gdb.base/unload.exp
8802 * gdb.base/until-nodebug.exp
8803 * gdb.base/until.exp
8804 * gdb.base/unwindonsignal.exp
8805 * gdb.base/watch-cond.exp
8806 * gdb.base/watch-non-mem.exp
8807 * gdb.base/watch_thread_num.exp
8808 * gdb.base/watchpoint-reuse-slot.exp
8809 * gdb.base/watchpoint-solib.exp
8810 * gdb.base/watchpoint.exp
8811 * gdb.btrace/dlopen.exp
8812 * gdb.cell/arch.exp
8813 * gdb.cell/break.exp
8814 * gdb.cell/bt.exp
8815 * gdb.cell/core.exp
8816 * gdb.cell/data.exp
8817 * gdb.cell/dwarfaddr.exp
8818 * gdb.cell/ea-cache.exp
8819 * gdb.cell/ea-standalone.exp
8820 * gdb.cell/ea-test.exp
8821 * gdb.cell/f-regs.exp
8822 * gdb.cell/fork.exp
8823 * gdb.cell/gcore.exp
8824 * gdb.cell/mem-access.exp
8825 * gdb.cell/ptype.exp
8826 * gdb.cell/registers.exp
8827 * gdb.cell/sizeof.exp
8828 * gdb.cell/solib-symbol.exp
8829 * gdb.cell/solib.exp
8830 * gdb.compile/compile-tls.exp
8831 * gdb.cp/exception.exp
8832 * gdb.cp/gdb2495.exp
8833 * gdb.cp/local.exp
8834 * gdb.cp/mb-inline.exp
8835 * gdb.cp/mb-templates.exp
8836 * gdb.cp/pr10687.exp
8837 * gdb.cp/pr9167.exp
8838 * gdb.cp/scope-err.exp
8839 * gdb.cp/templates.exp
8840 * gdb.cp/virtfunc.exp
8841 * gdb.dwarf2/dw2-dir-file-name.exp
8842 * gdb.dwarf2/dw2-single-line-discriminators.exp
8843 * gdb.fortran/complex.exp
8844 * gdb.fortran/library-module.exp
8845 * gdb.guile/guile.exp
8846 * gdb.guile/scm-cmd.exp
8847 * gdb.guile/scm-frame-inline.exp
8848 * gdb.guile/scm-objfile.exp
8849 * gdb.guile/scm-pretty-print.exp
8850 * gdb.guile/scm-symbol.exp
8851 * gdb.guile/scm-type.exp
8852 * gdb.guile/scm-value.exp
8853 * gdb.linespec/keywords.exp
8854 * gdb.linespec/ls-errs.exp
8855 * gdb.linespec/macro-relative.exp
8856 * gdb.linespec/thread.exp
8857 * gdb.mi/mi-breakpoint-changed.exp
8858 * gdb.mi/mi-dprintf-pending.exp
8859 * gdb.mi/mi-fullname-deleted.exp
8860 * gdb.mi/mi-logging.exp
8861 * gdb.mi/mi-pending.exp
8862 * gdb.mi/mi-solib.exp
8863 * gdb.mi/new-ui-mi-sync.exp
8864 * gdb.mi/user-selected-context-sync.exp
8865 * gdb.multi/dummy-frame-restore.exp
8866 * gdb.multi/multi-arch-exec.exp
8867 * gdb.multi/remove-inferiors.exp
8868 * gdb.multi/watchpoint-multi-exit.exp
8869 * gdb.opt/solib-intra-step.exp
8870 * gdb.perf/backtrace.exp
8871 * gdb.perf/single-step.exp
8872 * gdb.perf/skip-command.exp
8873 * gdb.perf/skip-prologue.exp
8874 * gdb.perf/solib.exp
8875 * gdb.python/lib-types.exp
8876 * gdb.python/py-as-string.exp
8877 * gdb.python/py-bad-printers.exp
8878 * gdb.python/py-block.exp
8879 * gdb.python/py-breakpoint.exp
8880 * gdb.python/py-cmd.exp
8881 * gdb.python/py-events.exp
8882 * gdb.python/py-evthreads.exp
8883 * gdb.python/py-finish-breakpoint.exp
8884 * gdb.python/py-finish-breakpoint2.exp
8885 * gdb.python/py-frame-inline.exp
8886 * gdb.python/py-frame.exp
8887 * gdb.python/py-inferior.exp
8888 * gdb.python/py-infthread.exp
8889 * gdb.python/py-mi.exp
8890 * gdb.python/py-objfile.exp
8891 * gdb.python/py-pp-maint.exp
8892 * gdb.python/py-pp-registration.exp
8893 * gdb.python/py-prettyprint.exp
8894 * gdb.python/py-recurse-unwind.exp
8895 * gdb.python/py-shared.exp
8896 * gdb.python/py-symbol.exp
8897 * gdb.python/py-symtab.exp
8898 * gdb.python/py-template.exp
8899 * gdb.python/py-type.exp
8900 * gdb.python/py-unwind-maint.exp
8901 * gdb.python/py-unwind.exp
8902 * gdb.python/py-value.exp
8903 * gdb.python/python.exp
8904 * gdb.reverse/finish-reverse-bkpt.exp
8905 * gdb.reverse/insn-reverse.exp
8906 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8907 * gdb.reverse/solib-precsave.exp
8908 * gdb.reverse/solib-reverse.exp
8909 * gdb.stabs/gdb11479.exp
8910 * gdb.stabs/weird.exp
8911 * gdb.threads/fork-child-threads.exp
8912 * gdb.threads/fork-plus-threads.exp
8913 * gdb.threads/fork-thread-pending.exp
8914 * gdb.threads/forking-threads-plus-breakpoint.exp
8915 * gdb.threads/hand-call-in-threads.exp
8916 * gdb.threads/interrupted-hand-call.exp
8917 * gdb.threads/linux-dp.exp
8918 * gdb.threads/local-watch-wrong-thread.exp
8919 * gdb.threads/next-while-other-thread-longjmps.exp
8920 * gdb.threads/non-ldr-exit.exp
8921 * gdb.threads/pending-step.exp
8922 * gdb.threads/print-threads.exp
8923 * gdb.threads/process-dies-while-detaching.exp
8924 * gdb.threads/process-dies-while-handling-bp.exp
8925 * gdb.threads/pthreads.exp
8926 * gdb.threads/queue-signal.exp
8927 * gdb.threads/reconnect-signal.exp
8928 * gdb.threads/signal-command-handle-nopass.exp
8929 * gdb.threads/signal-command-multiple-signals-pending.exp
8930 * gdb.threads/signal-delivered-right-thread.exp
8931 * gdb.threads/signal-sigtrap.exp
8932 * gdb.threads/sigthread.exp
8933 * gdb.threads/staticthreads.exp
8934 * gdb.threads/stepi-random-signal.exp
8935 * gdb.threads/thread-unwindonsignal.exp
8936 * gdb.threads/thread_check.exp
8937 * gdb.threads/thread_events.exp
8938 * gdb.threads/tid-reuse.exp
8939 * gdb.threads/tls-nodebug.exp
8940 * gdb.threads/tls-shared.exp
8941 * gdb.threads/tls-so_extern.exp
8942 * gdb.threads/tls.exp
8943 * gdb.threads/wp-replication.exp
8944 * gdb.trace/actions-changed.exp
8945 * gdb.trace/actions.exp
8946 * gdb.trace/backtrace.exp
8947 * gdb.trace/change-loc.exp
8948 * gdb.trace/collection.exp
8949 * gdb.trace/deltrace.exp
8950 * gdb.trace/disconnected-tracing.exp
8951 * gdb.trace/entry-values.exp
8952 * gdb.trace/ftrace-lock.exp
8953 * gdb.trace/ftrace.exp
8954 * gdb.trace/infotrace.exp
8955 * gdb.trace/mi-trace-frame-collected.exp
8956 * gdb.trace/mi-trace-unavailable.exp
8957 * gdb.trace/mi-traceframe-changed.exp
8958 * gdb.trace/mi-tracepoint-changed.exp
8959 * gdb.trace/mi-tsv-changed.exp
8960 * gdb.trace/no-attach-trace.exp
8961 * gdb.trace/packetlen.exp
8962 * gdb.trace/passc-dyn.exp
8963 * gdb.trace/passcount.exp
8964 * gdb.trace/pending.exp
8965 * gdb.trace/pr16508.exp
8966 * gdb.trace/qtro.exp
8967 * gdb.trace/range-stepping.exp
8968 * gdb.trace/read-memory.exp
8969 * gdb.trace/report.exp
8970 * gdb.trace/save-trace.exp
8971 * gdb.trace/signal.exp
8972 * gdb.trace/stap-trace.exp
8973 * gdb.trace/status-stop.exp
8974 * gdb.trace/strace.exp
8975 * gdb.trace/tfile.exp
8976 * gdb.trace/tfind.exp
8977 * gdb.trace/trace-break.exp
8978 * gdb.trace/trace-condition.exp
8979 * gdb.trace/trace-enable-disable.exp
8980 * gdb.trace/trace-mt.exp
8981 * gdb.trace/tracecmd.exp
8982 * gdb.trace/tracefile-pseudo-reg.exp
8983 * gdb.trace/tspeed.exp
8984 * gdb.trace/tstatus.exp
8985 * gdb.trace/tsv.exp
8986 * gdb.trace/unavailable.exp
8987 * gdb.trace/while-dyn.exp
8988 * gdb.trace/while-stepping.exp
8989 * lib/gdb-guile.exp
8990 * lib/gdb.exp
8991 * lib/mi-support.exp
8992 * lib/pascal.exp
8993 * lib/perftest.exp
8994 * lib/prelink-support.exp
8995 * lib/selftest-support.exp
8996
8997 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8998
8999 * Makefile.in: Include disable-implicit-rules.mk.
9000
9001 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9002
9003 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9004 non-byte-aligned bit fields.
9005
9006 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9007
9008 PR gdb/12616
9009 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9010 respects the DW_AT_data_bit_offset attribute.
9011
9012 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9013
9014 * gdb.base/default.exp: Fix output of "set language".
9015
9016 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9017
9018 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9019 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9020 make.
9021 * configure.ac: Remove checks for the make program.
9022 * configure: Re-generate.
9023
9024 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9025
9026 * gdb.python/py-recurse-unwind.c (main): Add loop.
9027 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9028 to read_register() and gdb.parse_and_eval(). Make each code
9029 call a separate case that can be individually tested.
9030 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9031 proc. Call cont_and_backtrace for each of the code paths that
9032 we want to test in the unwinder.
9033
9034 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9035
9036 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9037 the definition of struct S.
9038
9039 2016-11-11 Catherine Moore <clm@codesourcery.com>
9040
9041 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9042
9043 2016-11-09 Pedro Alves <palves@redhat.com>
9044
9045 * gdb.base/commands.exp (runto_or_return): New procedure.
9046 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9047 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9048 (progvar_simple_while_test, progvar_complex_if_while_test)
9049 (if_while_breakpoint_command_test)
9050 (infrun_breakpoint_command_test, breakpoint_command_test)
9051 (user_defined_command_test, watchpoint_command_test)
9052 (test_command_prompt_position, redefine_hook_test)
9053 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9054 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9055 multi_line_input and multi_line. Remove gdb_expect and
9056 gdb_stop_suppressing_tests uses.
9057 * lib/gdb.exp (valnum_re): New global.
9058 (multi_line_input): New procedure.
9059
9060 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9061
9062 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9063 Remove.
9064 (test_setup): Define with proc_with_prefix.
9065 (test_cli_inferior): Likewise.
9066 (test_cli_thread): Likewise.
9067 (test_cli_frame): Likewise.
9068 (test_cli_select_frame): Likewise.
9069 (test_cli_up_down): Likewise.
9070 (test_mi_thread_select): Likewise.
9071 (test_mi_stack_select_frame): Likewise.
9072 (test_cli_in_mi_inferior): Likewise.
9073 (test_cli_in_mi_thread): Likewise.
9074 (test_cli_in_mi_frame): Likewise.
9075 (top level): Do not use with_test_prefix_procname.
9076
9077 2016-11-09 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/commands.exp (gdbvar_simple_if_test)
9080 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9081 (progvar_simple_if_test, progvar_simple_while_test)
9082 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9083 (infrun_breakpoint_command_test, breakpoint_command_test)
9084 (user_defined_command_test, watchpoint_command_test)
9085 (test_command_prompt_position, deprecated_command_test)
9086 (bp_deleted_in_command, temporary_breakpoint_commands)
9087 (stray_arg0_test, source_file_with_indented_comment)
9088 (recursive_source_test, if_commands_test)
9089 (error_clears_commands_left, redefine_hook_test)
9090 (redefine_backtrace_test): Use proc_with_prefix.
9091 * lib/gdb.exp (proc_with_prefix): New proc.
9092
9093 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9094
9095 * gdb.base/tui-layout.c: New file.
9096 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9097 disassembly window contains very long lines.
9098
9099 2016-11-08 Tom Tromey <tom@tromey.com>
9100
9101 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9102 depend on Python 2.
9103
9104 2016-11-08 Tom Tromey <tom@tromey.com>
9105
9106 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9107 New method.
9108
9109 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9110
9111 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9112
9113 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9114
9115 * gdb.rust/simple.rs: Add test for univariant enums without
9116 discriminants and for encoded struct-like enums.
9117
9118 2016-10-28 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9121 gdb_test_multiple, tighten regexps and match symtabs and line
9122 tables incrementally.
9123
9124 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9125
9126 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9127 general.
9128
9129 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9130
9131 * gdb.base/exec-invalid-sysroot.exp: New file.
9132
9133 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9134
9135 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9136
9137 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9138
9139 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9140
9141 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9142
9143 * gdb.base/killed-outside.exp: Remove $options from a call to
9144 `prepare_for_testing'.
9145
9146 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9147
9148 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9149 Change test message.
9150
9151 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9152
9153 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9154 Update comment.
9155
9156 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9157
9158 * gdb.trace/mi-trace-save.exp: New file.
9159
9160 2016-10-13 Yao Qi <yao.qi@linaro.org>
9161
9162 * gdb.base/code_elim.exp (get_var_address): Remove.
9163 * gdb.base/relocate.exp: Likewise.
9164 * gdb.base/shreloc.exp: Likewise.
9165 * lib/gdb.exp (get_var_address): New.
9166
9167 2016-10-13 Yao Qi <yao.qi@linaro.org>
9168
9169 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9170 floating point tests if $skip_float_test is false.
9171
9172 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9173
9174 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9175 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9176 argc values.
9177 Add 1 to argc so we guarantee distinct initial/modified argc values.
9178
9179 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9180
9181 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9182
9183 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9184
9185 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9186 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9187 * gdb.arch/vsx-regs.exp: Likewise.
9188
9189 2016-10-07 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9192
9193 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9194
9195 * gdb.python/python.exp: Test decode_line("*0").
9196
9197 2016-10-06 Doug Evans <dje@google.com>
9198
9199 * gdb.python/py-value.exp (test_value_creation): Add test for large
9200 unsigned 64-bit value.
9201
9202 2016-10-06 Tom Tromey <tom@tromey.com>
9203
9204 * gdb.compile/compile.exp: Change java tests to rust.
9205 * gdb.base/setshow.exp: Change java tests to rust.
9206 * gdb.base/default.exp: Remove java from language list.
9207 * README (Examples): Update language example.
9208 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9209 test.
9210 * lib/gdb.exp (skip_java_tests): Remove.
9211 * lib/java.exp: Remove.
9212 * gdb.java: Remove.
9213
9214 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9215
9216 * gdb.arch/mips-fcr.exp: New test.
9217 * gdb.arch/mips-fcr.c: Source for the new test.
9218
9219 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9220
9221 * gdb.base/solib-disc.exp: Use `standard_output_file'
9222 throughout.
9223
9224 2016-10-06 Pedro Alves <palves@redhat.com>
9225
9226 * gdb.base/jit-simple-dl.c: New file.
9227 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9228 * gdb.base/jit-simple.c: ... this.
9229 * gdb.base/jit-simple.exp (jit_run): Delete.
9230 (build_jit): New proc.
9231 (jit_test_reread): Recompile either the main program or the shared
9232 library, depending on what is being tested. Skip changing address
9233 if caller wants to. Compare before/after addresses. If testing
9234 standalone, explicitly load the binary. Test "maint info
9235 breakpoints".
9236 (top level): Add "standalone vs shared lib" and "change address"
9237 vs "same address" axes.
9238
9239 2016-10-06 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9242 call.
9243 (jit_run): Delete.
9244 (jit_test_reread): Use with_test_prefix. Reload the main binary
9245 explicitly. Compare the before/after addresses of the JIT
9246 descriptor.
9247
9248 2016-08-15 Doug Evans <dje@google.com>
9249
9250 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9251 for single bitfields is bool.
9252 * gdb.xml/tdesc-regs.exp: Ditto.
9253
9254 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9257
9258 2016-10-05 Yao Qi <yao.qi@linaro.org>
9259
9260 * lib/gdb.exp (support_complex_tests): Return zero if
9261 gdb_skip_float_test return true.
9262
9263 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9264 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 PR gdb/20487
9267 * gdb.mi/user-selected-context-sync.exp: New file.
9268 * gdb.mi/user-selected-context-sync.c: New file.
9269
9270 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9271 Simon Marchi <simon.marchi@ericsson.com>
9272
9273 PR gdb/20487
9274 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9275 =thread-select-event check.
9276
9277 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9278
9279 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9280 the compulsory L operand changes.
9281 * gdb.arch/powerpc-power.s: Likewise.
9282
9283 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9284
9285 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9286 * gdb.base/jit-attach-pie.c: New file.
9287 * gdb.base/jit-attach-pie.exp: New file.
9288
9289 2016-09-28 Pedro Alves <palves@redhat.com>
9290
9291 * gdb.base/infcall-input.c: New file.
9292 * gdb.base/infcall-input.exp: New file.
9293
9294 2016-09-22 Yao Qi <yao.qi@linaro.org>
9295
9296 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9297 (gdb_exit): Rename it to ...
9298 (gdbserver_gdb_exit): ... Close GDBserver.
9299 (gdb_exit): New proc, call gdbserver_gdb_exit.
9300 (mi_gdb_exit): Likewise.
9301
9302 2016-09-22 Yao Qi <yao.qi@linaro.org>
9303
9304 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9305 path.
9306 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9307 Remove duplication.
9308
9309 2016-09-22 Yao Qi <yao.qi@linaro.org>
9310
9311 * lib/gdbserver-support.exp: Check the existence of
9312 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9313
9314 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9315
9316 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9317
9318 2016-09-21 Tom Tromey <tom@tromey.com>
9319
9320 PR gdb/20604:
9321 * gdb.base/quit.exp: New file.
9322
9323 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9324
9325 * .gitignore: New file.
9326
9327 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9328
9329 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9330 throughout.
9331
9332 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9333
9334 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9335
9336 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.cp/casts.cc (decltype): Move it ...
9339 (main): ... with its call to ...
9340 * gdb.cp/casts03.cc: ... a new file.
9341 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9342
9343 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9346
9347 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9348
9349 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9350 and sync up the test with tests in gas/testsuite/gas/ppc.
9351 * gdb.arch/powerpc-power.exp: Likewise.
9352
9353 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9354
9355 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9356
9357 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9358 Jan Kratochvil <jan.kratochvil@redhat.com>
9359
9360 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9361 make m1's definition to be different from m2's. Use 'dummy' as an
9362 argument for probe 'two'.
9363
9364 2016-09-10 Jon Beniston <jon@beniston.com>
9365
9366 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9367 for sim target.
9368
9369 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9370
9371 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9372 variable declaration.
9373 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9374 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9375 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9376 received HWCAP as its argument.
9377
9378 2016-09-06 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/new-ui-pending-input.c: New file.
9381 * gdb.base/new-ui-pending-input.exp: New file.
9382 * gdb.exp (clear_gdb_spawn_id): New procedure.
9383 (with_spawn_id): Check whether gdb_spawn_id exists before
9384 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9385 on exit.
9386
9387 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9388
9389 * gdb.base/float128.c: New file.
9390 * gdb.base/float128.exp: Likewise.
9391 * gdb.base/floatn.c: Likewise.
9392 * gdb.base/floatn.exp: Likewise.
9393
9394 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9395
9396 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9397
9398 2016-09-05 Pedro Alves <palves@redhat.com>
9399
9400 PR backtrace/19927
9401 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9402 unwinders are immediately called as side effect of "source" or
9403 "disable unwinder" commands.
9404 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9405
9406 2016-09-02 Yao Qi <yao.qi@linaro.org>
9407
9408 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9409 is true and $type is "float" or "double".
9410
9411 2016-09-02 Yao Qi <yao.qi@linaro.org>
9412
9413 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9414 true.
9415 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9416 * gdb.base/call-rt-st.exp: Likewise.
9417 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9418 return value instead of gdb,skip_float_test.
9419 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9420 (do_function_calls): Use its return value instead of
9421 gdb,skip_float_test.
9422 * gdb.base/finish.exp: Likewise.
9423 * gdb.base/funcargs.exp: Likewise.
9424 * gdb.base/return.exp: Likewise.
9425 * gdb.base/return2.exp: Likewise.
9426 * gdb.base/varargs.exp: Likewise.
9427 * lib/gdb.exp (gdb_skip_float_test): Change it to
9428 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9429
9430 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9431
9432 * gdb.multi/tids.exp: Test "thread apply all".
9433
9434 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * gdb.base/default.exp (tty): Remove.
9437
9438 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9439
9440 * gdb.python/py-recurse-unwind.c: New file.
9441 * gdb.python/py-recurse-unwind.py: New file.
9442 * gdb.python/py-recurse-unwind.exp: New file.
9443
9444 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.base/set-inferior-tty.exp: New file.
9447 * gdb.base/set-inferior-tty.c: New file.
9448
9449 2016-08-23 Pedro Alves <palves@redhat.com>
9450
9451 PR gdb/20494
9452 * gdb.base/new-ui-echo.c: New file.
9453 * gdb.base/new-ui-echo.exp: New file.
9454
9455 2016-08-23 Yao Qi <yao.qi@linaro.org>
9456
9457 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9458 gdbserver_spawn.
9459 * gdb.server/connect-without-multi-process.exp (do_test):
9460 Likewise.
9461
9462 2016-08-23 Yao Qi <yao.qi@linaro.org>
9463
9464 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9465 standalone_txt. Delete gdb_txt and standalone_txt on host
9466 and target. Spawn the binary on target. Copy files from
9467 target to host.
9468
9469 2016-08-22 Pedro Alves <palves@redhat.com>
9470
9471 PR gdb/20505
9472 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9473 with_test_prefix. Factor out bits to ...
9474 (test_no_vdso): ... this new procedure.
9475
9476 2016-08-19 Carl Love <cel@us.ibm.com>
9477
9478 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9479 maintaining separate logic for constructing the output path.
9480 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9481 * gdb.arch/ppc-dfp.exp: Likewise.
9482 * gdb.arch/ppc-fp.exp: Likewise.
9483 * gdb.arch/vsx-regs.exp: Likewise.
9484 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9485 binprefix for generating the additional binary files.
9486
9487 2016-08-19 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.trace/mi-trace-frame-collected.exp
9490 (test_trace_frame_collected): On x32, expect two registers.
9491
9492 2016-08-18 Carl Love <cel@us.ibm.com>
9493
9494 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9495 and sync up the test with tests in gas/testsuite/gas/ppc.
9496 * gdb.arch/powerpc-power.exp: Likewise.
9497
9498 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9499
9500 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9501 expected error message.
9502
9503 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9504
9505 * gdb.multi/remove-inferiors.exp: New file.
9506 * gdb.multi/remove-inferiors.c: New file.
9507
9508 2016-08-12 Yao Qi <yao.qi@linaro.org>
9509
9510 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9511 argument list.
9512
9513 2016-08-10 Pedro Alves <palves@redhat.com>
9514
9515 PR gdb/19187
9516 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9517 setup_kfails.
9518
9519 2016-08-09 Pedro Alves <palves@redhat.com>
9520 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 PR gdb/20418
9523 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9524 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9525
9526 2016-08-09 Pedro Alves <palves@redhat.com>
9527
9528 PR mi/20431
9529 * gdb.mi/mi-cmd-error.exp: New file.
9530
9531 2016-08-09 Pedro Alves <palves@redhat.com>
9532
9533 PR gdb/18653
9534 * gdb.base/signals-state-child.c: New file.
9535 * gdb.base/signals-state-child.exp: New file.
9536 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9537
9538 2016-08-09 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9541
9542 2016-08-03 Tom Tromey <tom@tromey.com>
9543
9544 PR python/18565:
9545 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9546
9547 2016-08-01 Yao Qi <yao.qi@linaro.org>
9548
9549 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9550 variable mode to "multi-process" if $multi_process is 1, otherwise
9551 set it to "single-process".
9552
9553 2016-08-01 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9556 * gdb.cp/cpexprs.exp: Likewise.
9557 * gdb.cp/m-static.exp: Likewise.
9558
9559 2016-07-26 Tom Tromey <tom@tromey.com>
9560
9561 PR python/20190:
9562 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9563 test.
9564
9565 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9566
9567 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9568 selecting assembly source files.
9569 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9570 assembly source files.
9571 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9572 assembly source files.
9573 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9574 selecting assembly source files.
9575
9576 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * gdb.base/new-ui.exp (do_test_invalid_args): New
9579 procedure.
9580
9581 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9582
9583 * gdb.btrace/reconnect.c: New file.
9584 * gdb.btrace/reconnect.exp: New file.
9585
9586 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9587
9588 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9589 to test_catch_syscall_group.
9590 (test_catch_syscall_group): New.
9591
9592 2016-07-21 Tom Tromey <tom@tromey.com>
9593
9594 * gdb.rust/simple.rs (main): Use empty struct expression.
9595 * gdb.rust/simple.exp: Add tests for empty struct expression.
9596
9597 2016-07-21 Yao Qi <yao.qi@linaro.org>
9598
9599 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9600 if gdb_skip_xml_test is true on some targets.
9601
9602 2016-07-21 Yao Qi <yao.qi@linaro.org>
9603
9604 * gdb.server/solib-list.exp: Unset last_loaded_file.
9605
9606 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9609 "step into captured_main (args)".
9610
9611 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9614
9615 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9618
9619 2016-07-19 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9622 * gdb.opt/inline-bt.exp: Likewise.
9623 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9624 additional_flags=-Winline.
9625 * gdb.opt/inline-locals.exp: Likewise.
9626 * gdb.opt/inline-markers.c (ATTR): Define.
9627 (inlined_fn): Use it.
9628
9629 2016-07-19 Yao Qi <yao.qi@linaro.org>
9630
9631 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9632 (test_with_self): Remove some code. Remove argument executable.
9633 (top-level): Use do_self_tests.
9634
9635 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9636 Don Breazeal <donb@codesourcery.com>
9637
9638 * gdb.base/maint.exp: Escape paths used in regular expressions.
9639 * gdb.stabs/weird.exp: Likewise.
9640
9641 2016-07-13 Tom Tromey <tom@tromey.com>
9642
9643 PR python/15620, PR python/18620:
9644 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9645 (test_bkpt_events): New procs.
9646
9647 2016-07-13 Tom Tromey <tom@tromey.com>
9648
9649 PR python/17698:
9650 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9651 test.
9652 (test_watchpoints): Likewise.
9653 (test_bkpt_pending): New proc.
9654
9655 2016-07-13 Tom Tromey <tom@tromey.com>
9656
9657 PR cli/18053:
9658 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9659 completion test.
9660
9661 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9664 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9665 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9666 f_label.
9667 (g): Rename g_end_lbl to g_label.
9668 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9669 low_pc and high_pc.
9670 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9671
9672 2016-07-12 Tom Tromey <tom@tromey.com>
9673
9674 PR python/19293:
9675 * gdb.python/py-unwind-maint.exp: Update tests.
9676
9677 2016-07-12 Yao Qi <yao.qi@linaro.org>
9678
9679 * lib/selftest-support.exp (selftest_setup): Match the output
9680 when captured_main is inlined.
9681
9682 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9683
9684 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9685 New variables.
9686 (print this%a, print this%b, print this): New tests.
9687 * gdb.fortran/derived-types.f90 (this): New object and
9688 initialization.
9689
9690 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9691
9692 * gdb.ada/arraydim.exp: Remove extra directory level in build
9693 directory.
9694
9695 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9696
9697 * lib/ada.exp: Remove extra directory level in build directory.
9698 * gdb.ada/cond_lang.exp: Likewise.
9699 * gdb.ada/exec_changed.exp: Likewise.
9700 * gdb.ada/lang_switch.exp: Likewise.
9701
9702 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9703
9704 * simple.rs: Add test for raw pointer subscripting.
9705 * simple.exp: Add test expectations.
9706
9707 2016-07-05 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.mi/mi-reverse.exp: Match =record-started output.
9710
9711 2016-07-01 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9714 procedure.
9715 (jit_reader_test): Test the jit reader's unwinder.
9716 * gdb.base/jithost.c (jit_function_00_code): New global.
9717 (main): Use memcpy to fill in the mmapped code, instead of poking
9718 bytes manually here.
9719 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9720 value.
9721 (read_debug_info): Save the function's range.
9722 (read_sp): New function.
9723 (unwind_frame): Use it. Also unwind RBP.
9724 (get_frame_id): Use read_sp.
9725 (gdb_init_reader): Use calloc instead of malloc.
9726 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9727 parameter. Use gdb_test_multiple.
9728
9729 2016-07-01 Pedro Alves <palves@redhat.com>
9730 Antoine Tremblay <antoine.tremblay@ericsson.com>
9731
9732 * gdb.threads/process-dies-while-detaching.c: New file.
9733 * gdb.threads/process-dies-while-detaching.exp: New file.
9734
9735 2016-07-01 Pedro Alves <palves@redhat.com>
9736
9737 * gdb.multi/watchpoint-multi-exit.c: New file.
9738 * gdb.multi/watchpoint-multi-exit.exp: New file.
9739
9740 2016-06-30 Pedro Alves <palves@redhat.com>
9741
9742 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9743 unset inferior_spawn_id.
9744
9745 2016-06-30 Pedro Alves <palves@redhat.com>
9746
9747 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9748 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9749
9750 2016-06-29 Yao Qi <yao.qi@linaro.org>
9751
9752 * gdb.base/return.c: Add copyright header.
9753
9754 2016-06-29 Tom Tromey <tom@tromey.com>
9755
9756 PR python/20129:
9757 * gdb.python/py-framefilter.exp: Add tests for setting priority
9758 and disabling of non-existent frame filter.
9759
9760 2016-06-29 Yao Qi <yao.qi@linaro.org>
9761
9762 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9763 0x0f07ff.
9764
9765 2016-06-28 Yao Qi <yao.qi@linaro.org>
9766
9767 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9768 triplets. Start gdb, execute catch syscall, and continue. Check
9769 gdb's output to determine catch syscall is supported.
9770
9771 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9772
9773 * gdb.rust/simple.rs: Add test for returning unit in a function.
9774 * gdb.rust/simple.exp: Add expectation for functions returning
9775 unit.
9776
9777 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9778
9779 * gdb.python/py-breakpoint-create-fail.c,
9780 gdb.python/py-breakpoint-create-fail.exp,
9781 gdb.python/py-breakpoint-create-fail.py: New testcase.
9782
9783 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9784
9785 PR gdb/20239
9786 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9787 * gdb.rust/simple.exp: Add test expectations for new NonZero
9788 tests.
9789
9790 2016-06-24 David Taylor <dtaylor@emc.com>
9791
9792 * gdb.base/offsets.exp: New file.
9793 * gdb.base/offsets.c: New file.
9794
9795 2016-06-23 Tom Tromey <tom@tromey.com>
9796
9797 PR gdb/16483:
9798 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9799 before any filters are loaded.
9800
9801 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9802
9803 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9804 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9805 structs.
9806 * gdb.fortran/derived-type-function.exp: New file.
9807 * gdb.fortran/derived-type-function.f90: New file.
9808
9809
9810 2016-06-21 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/new-ui.exp: New file.
9813 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9814 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9815 (with_spawn_id): New procedure.
9816
9817 2016-06-21 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.mi/mi-exec-run.exp: New file.
9820
9821 2016-06-21 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9824 breakpoint command's output on the main UI.
9825 (test_break): New procedure, factored out from calls in the top
9826 level.
9827 (top level): Use foreach_with_prefix to test MI as main UI and as
9828 separate UI.
9829
9830 2016-06-21 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9833 (test_awatch_creation_and_listing)
9834 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9835 Remove 'type' parameter.
9836 (test_watchpoint_all): New parameter mi_mode. Remove
9837 with_test_prefix.
9838 (top level): Use foreach_with_prefix, and add main/separate UI MI
9839 testing axis.
9840
9841 2016-06-21 Pedro Alves <palves@redhat.com>
9842
9843 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9844 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9845 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9846 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9847 (gdb_main_spawn_id, mi_spawn_id): Declare and
9848 comment.
9849 (mi_create_inferior_pty): New procedure,
9850 factored out from default_mi_gdb_start.
9851 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9852 procedures.
9853 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9854 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9855 Use mi_create_inferior_pty.
9856 (mi_gdb_start): Use eval to pass down args list.
9857
9858 2016-06-21 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9861 * gdb.opt/inline-cmds.exp: Add MI tests.
9862
9863 2016-06-21 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9866
9867 2016-06-21 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9870 (top level): Use it instead of mi_execute_to.
9871
9872 2016-06-21 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9875 (cont_handler_str): New.
9876 (signal_stop_handler): Set stop_handler_str instead of printing to
9877 stdout.
9878 (continue_handler): Set cont_handler_str instead of printing to
9879 stdout.
9880 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9881 mi_send_resuming_command. Print stop_handler_str and
9882 cont_handler_str instead of expecting the python events print
9883 directly.
9884
9885 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9886
9887 * gdb.base/jit-reader.exp: New file.
9888 * gdb.base/jithost.c: New file.
9889 * gdb.base/jithost.h: New file.
9890 * gdb.base/jitreader.c : New file.
9891 * gdb.base/jit-protocol.h: New file.
9892
9893 2016-06-17 Yao Qi <yao.qi@linaro.org>
9894
9895 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9896 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9897 and detach-on-fork. Adjust tests.
9898 (top level): Invoke break_cond_on_syscall with combinations of
9899 syscall, follow-fork-mode and detach-on-fork.
9900
9901 2016-06-17 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.base/step-over-exit.c: New.
9904 * gdb.base/step-over-exit.exp: New.
9905
9906 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9907
9908 * gdb.base/float.exp: Add target check for nds32*-*-*.
9909 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9910
9911 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9912
9913 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9914 for unsupported target features.
9915 * gdb.base/call-rt-st.exp: Likewise.
9916 * gdb.base/call-sc.exp: Likewise.
9917 * gdb.base/call-signal-resume.exp: Likewise.
9918 * gdb.base/call-strs.exp: Likewise.
9919 * gdb.base/callexit.exp: Likewise.
9920 * gdb.base/callfuncs.exp: Likewise.
9921 * gdb.base/nodebug.exp: Likewise.
9922 * gdb.base/printcmds.exp: Likewise.
9923 * gdb.base/ptype.exp: Likewise.
9924 * gdb.base/structs.exp: Likewise.
9925 * gdb.base/unwindonsignal.exp: Likewise.
9926 * gdb.cp/gdb2495.exp: Likewise.
9927 * gdb.cp/templates.exp: Likewise.
9928 * gdb.cp/virtfunc.exp: Likewise.
9929 * gdb.threads/hand-call-in-threads.exp: Likewise.
9930 * gdb.threads/interrupted-hand-call.exp: Likewise.
9931 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9932
9933 2016-06-10 Tom Tromey <tom@tromey.com>
9934
9935 PR rust/20110:
9936 * gdb.rust/expr.exp: Add test for integer constant larger than
9937 i32.
9938
9939 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9940
9941 * gdb.fortran/nested-funcs.exp: New.
9942 * gdb.fortran/nested-funcs.f90: New.
9943
9944 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9945
9946 * gdb.base/examine-backward.c: New file.
9947 * gdb.base/examine-backward.exp: New file.
9948
9949 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9950
9951 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9952 matching.
9953
9954 2016-06-02 Tom Tromey <tom@tromey.com>
9955
9956 PR python/18984:
9957 * gdb.python/py-shared.exp: Add solib_name test.
9958
9959 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9962
9963 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9964
9965 PR c++/19893
9966 * gdb.dwarf2/implref.exp: Rename to...
9967 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9968 * gdb.dwarf2/implref-array.c: New file.
9969 * gdb.dwarf2/implref-array.exp: Likewise.
9970 * gdb.dwarf2/implref-global.c: Likewise.
9971 * gdb.dwarf2/implref-global.exp: Likewise.
9972 * gdb.dwarf2/implref-struct.c: Likewise.
9973 * gdb.dwarf2/implref-struct.exp: Likewise.
9974
9975 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9976
9977 * gdb.trace/trace-condition.exp: Add 64bit tests.
9978
9979 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9980
9981 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9982 bits types.
9983 (main): Adapt to 8 to 64 bits types.
9984 * gdb.trace/trace-condition.exp: Add new tests.
9985
9986 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9987
9988 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9989
9990 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9991
9992 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9993 Move condition tests...
9994 * gdb.trace/trace-condition.exp: Here.
9995
9996 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9997
9998 * gdb.trace/trace-condition.exp: Add counter-case tests.
9999
10000 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10001
10002 PR c++/15231
10003 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10004 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10005
10006 2016-05-27 Pedro Alves <palves@redhat.com>
10007
10008 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10009 New procedure.
10010 (top level): Call it, and bail out of DejaGnu is known to be bad.
10011
10012 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10013
10014 * gdb.base/whatis.c: Extend the test case.
10015 * gdb.base/whatis.exp: Add additional tests.
10016
10017 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10018
10019 * gdb.fortran/type.f90: Add pointer variable.
10020 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10021
10022 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10023
10024 * gdb.fortran/vla-type.exp: Fix testcase name.
10025
10026 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10027
10028 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10029
10030 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10031
10032 * gdb.fortran/type.f90: Add nested structures.
10033 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10034 * gdb.fortran/derived-type.exp: Adapt expected output.
10035 * gdb.fortran/vla-type.exp: Adapt expected output.
10036
10037 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10038
10039 * gdb.fortran/whatis_type.exp: Adapt expected output.
10040
10041 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10042
10043 * gdb.fortran/print_type.exp: Fix expected output.
10044 * gdb.fortran/whatis_type.exp: Fix expected output.
10045
10046 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10047
10048 * gdb.fortran/whatis_type.exp: Use multi_line.
10049
10050 2016-05-24 Tom Tromey <tom@tromey.com>
10051
10052 PR python/17386:
10053 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10054 use value as an index.
10055
10056 2016-05-23 Tom Tromey <tom@tromey.com>
10057
10058 PR python/17981:
10059 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10060 no-breakpoint case.
10061
10062 2016-05-24 Pedro Alves <palves@redhat.com>
10063
10064 PR gdb/19828
10065 * gdb.threads/clone-attach-detach.c: New file.
10066 * gdb.threads/clone-attach-detach.exp: New file.
10067
10068 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10069
10070 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10071
10072 2016-05-23 Tom Tromey <tom@tromey.com>
10073
10074 PR python/19438, PR python/18393:
10075 * gdb.python/py-progspace.exp: Add "dir" test.
10076 * gdb.python/py-objfile.exp: Add "dir" test.
10077
10078 2016-05-23 Yao Qi <yao.qi@linaro.org>
10079
10080 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10081 * gdb.arch/thumb2-it.exp: Likewise.
10082
10083 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10084
10085 * gdb.mi/mi-threads-interrupt.c: New file.
10086 * gdb.mi/mi-threads-interrupt.exp: New file.
10087
10088 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10089
10090 PR gdb/18077
10091 * gdb.mi/mi-async-run.exp: New file.
10092 * gdb.mi/mi-async-run.c: New file.
10093
10094 2016-05-17 Tom Tromey <tom@tromey.com>
10095 Manish Goregaokar <manishsmail@gmail.com>
10096
10097 * lib/rust-support.exp: New file.
10098 * lib/gdb.exp (skip_rust_tests): New proc.
10099 (build_executable_from_specs): Handle rust.
10100 * lib/future.exp (gdb_find_rustc): New proc.
10101 (gdb_default_target_compile): Handle rust.
10102 * gdb.rust/expr.exp: New file.
10103 * gdb.rust/generics.exp: New file.
10104 * gdb.rust/generics.rs: New file.
10105 * gdb.rust/methods.exp: New file.
10106 * gdb.rust/methods.rs: New file.
10107 * gdb.rust/modules.exp: New file.
10108 * gdb.rust/modules.rs: New file.
10109 * gdb.rust/simple.exp: New file.
10110 * gdb.rust/simple.rs: New file.
10111
10112 2016-05-17 Tom Tromey <tom@tromey.com>
10113
10114 * gdb.base/default.exp (set language): Add rust.
10115
10116 2016-05-17 Tom Tromey <tom@tromey.com>
10117
10118 * gdb.gdb/unittest.exp: New file.
10119
10120 2016-05-16 Yao Qi <yao.qi@linaro.org>
10121
10122 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10123 shell_prompt. Update shell_prompt_re.
10124
10125 2016-05-12 Doug Evans <dje@google.com>
10126
10127 PR symtab/19999
10128 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10129 $options when building executable.
10130 * gdb.dwarf2/fission-loclists-pie.S: New file.
10131 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10132
10133 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10134
10135 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10136 of [is_remote target],
10137
10138 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10139
10140 * lib/gdb.exp (use_gdb_stub): New procedure.
10141
10142 2016-05-03 Yunlian Jiang <yunlian@google.com>
10143 Doug Evans <dje@google.com>
10144
10145 PR symtab/19914
10146 * gdb.dwarf2/dwp-sepdebug.c: New file.
10147 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10148
10149 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10150
10151 * gdb.base/detach.exp: Remove is_remote check.
10152
10153 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * gdb.base/annota-input-while-running.exp: Don't check for
10156 [is_remote target]. Enable annotations after running to main.
10157 Remove unused "set test..." line.
10158
10159 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10160
10161 * gdb.trace/trace-enable-disable.exp: New file.
10162 * gdb.trace/trace-enable-disable.c: New file.
10163
10164 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10165
10166 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10167 use it in info sharedlibrary test.
10168 * gdb.trace/ftrace-lock.exp: Likewise.
10169 * gdb.trace/ftrace.exp: Likewise.
10170 * gdb.trace/range-stepping.exp: Likewise.
10171 * gdb.trace/trace-break.exp: Likewise.
10172 * gdb.trace/trace-condition.exp: Likewise.
10173 * gdb.trace/trace-mt.exp: Likewise.
10174
10175 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10176
10177 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10178 (gdb_load_shlib): ... this.
10179 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10180 gdb_load_shlib.
10181 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10182 * gdb.base/ctxobj.exp: Likewise.
10183 * gdb.base/dprintf-pending.exp: Likewise.
10184 * gdb.base/dso2dso.exp: Likewise.
10185 * gdb.base/fixsection.exp: Likewise.
10186 * gdb.base/gcore-relro.exp: Likewise.
10187 * gdb.base/gdb1555.exp: Likewise.
10188 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10189 * gdb.base/gnu-ifunc.exp: Likewise.
10190 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10191 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10192 * gdb.base/pending.exp: Likewise.
10193 * gdb.base/print-file-var.exp: Likewise.
10194 * gdb.base/print-symbol-loading.exp: Likewise.
10195 * gdb.base/shlib-call.exp: Likewise.
10196 * gdb.base/shreloc.exp: Likewise.
10197 * gdb.base/so-impl-ld.exp: Likewise.
10198 * gdb.base/solib-disc.exp: Likewise.
10199 * gdb.base/solib-nodir.exp: Likewise.
10200 * gdb.base/solib-overlap.exp: Likewise.
10201 * gdb.base/solib-symbol.exp: Likewise.
10202 * gdb.base/solib-weak.exp (do_test): Likewise.
10203 * gdb.base/sym-file.exp: Likewise.
10204 * gdb.base/symtab-search-order.exp: Likewise.
10205 * gdb.base/type-opaque.exp: Likewise.
10206 * gdb.base/unload.exp: Likewise.
10207 * gdb.base/watchpoint-solib.exp: Likewise.
10208 * gdb.compile/compile.exp: Likewise.
10209 * gdb.cp/gdb2384.exp: Likewise.
10210 * gdb.cp/infcall-dlopen.exp: Likewise.
10211 * gdb.cp/re-set-overloaded.exp: Likewise.
10212 * gdb.fortran/library-module.exp: Likewise.
10213 * gdb.opt/solib-intra-step.exp: Likewise.
10214 * gdb.python/py-finish-breakpoint.exp: Likewise.
10215 * gdb.python/py-shared.exp: Likewise.
10216 * gdb.reverse/solib-precsave.exp: Likewise.
10217 * gdb.reverse/solib-reverse.exp: Likewise.
10218 * gdb.server/solib-list.exp: Likewise.
10219 * gdb.threads/dlopen-libpthread.exp: Likewise.
10220 * gdb.threads/tls-shared.exp: Likewise.
10221 * gdb.threads/tls-so_extern.exp: Likewise.
10222 * gdb.trace/change-loc.exp: Likewise.
10223 * gdb.trace/ftrace-lock.exp: Likewise.
10224 * gdb.trace/ftrace.exp: Likewise.
10225 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10226 * gdb.trace/pending.exp: Likewise.
10227 * gdb.trace/range-stepping.exp: Likewise.
10228 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10229 (strace_info_marker): Likewise.
10230 (strace_probe_marker): Likewise.
10231 (strace_trace_on_same_addr): Likewise.
10232 (strace_trace_on_diff_addr): Likewise.
10233 * gdb.trace/trace-break.exp: Likewise.
10234 * gdb.trace/trace-condition.exp: Likewise.
10235 * gdb.trace/trace-mt.exp: Likewise.
10236
10237 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10238
10239 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10240 result of gdb_remote_download.
10241 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10242 * gdb.base/dso2dso.exp: Likewise.
10243 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10244 * gdb.base/print-file-var.exp: Likewise.
10245 * gdb.base/shlib-call.exp: Likewise.
10246 * gdb.base/shreloc.exp: Likewise.
10247 * gdb.base/solib-overlap.exp: Likewise.
10248 * gdb.base/solib-weak.exp (do_test): Likewise.
10249 * gdb.base/unload.exp: Likewise.
10250
10251 2016-04-27 Yao Qi <yao.qi@linaro.org>
10252
10253 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10254 exists.
10255
10256 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10257
10258 * vla-type.exp: Print structure from toplevel.
10259
10260 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10261
10262 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10263 of dynamic types.
10264 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10265 of dynamic types.
10266
10267 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10268
10269 * gdb.fortran/vla-type.f90: New file.
10270 * gdb.fortran/vla-type.exp: New file.
10271
10272 2016-04-25 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.base/branch-to-self.c: New file.
10275 * gdb.base/branch-to-self.exp: New file.
10276
10277 2016-04-22 Yao Qi <yao.qi@linaro.org>
10278
10279 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10280 more after $hex.
10281
10282 2016-04-22 Yao Qi <yao.qi@linaro.org>
10283
10284 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10285 * gdb.base/annota3.exp: Likewise.
10286
10287 2016-04-22 Yao Qi <yao.qi@linaro.org>
10288
10289 * gdb.reverse/step-precsave.exp: Do one step and test program
10290 stops in "callee" and do multiple steps until program goes out
10291 of "callee".
10292 * gdb.reverse/step-reverse.exp: Likewise.
10293
10294 2016-04-22 Yao Qi <yao.qi@linaro.org>
10295
10296 * gdb.trace/signal.exp: Also pass if
10297 $tracepoint_hits($i) > $iterations.
10298
10299 2016-04-22 Yao Qi <yao.qi@linaro.org>
10300
10301 * gdb.trace/signal.c: New file.
10302 * gdb.trace/signal.exp: New file.
10303
10304 2016-04-19 Doug Evans <xdje42@gmail.com>
10305
10306 * gdb.base/bad-file.exp: New file.
10307
10308 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10309
10310 * gdb.dwarf2/implref.exp: New file.
10311
10312 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10313
10314 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10315 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10316 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10317 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10318 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10319 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10320 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10321 * lib/fortran.exp (fortran_int4): New procedure.
10322 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10323 (fortran_logical4): Likewise.
10324
10325 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10326
10327 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10328
10329 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10330
10331 * lib/compiler.c: Add Intel specific preprocessor macros.
10332 * lib/compiler.cc: Likewise.
10333
10334 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10335
10336 * gdb.server/connect-with-no-symbol-file.c: New file.
10337 * gdb.server/connect-with-no-symbol-file.exp: New file.
10338
10339 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10340
10341 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10342
10343 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10344
10345 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10346 standard output directory.
10347
10348 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10349
10350 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10351
10352 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10353
10354 * gdb.btrace/instruction_history.c (loop): Add declaration.
10355
10356 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10357
10358 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10359
10360 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10361
10362 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10363 parentheses to print.
10364 (continue_handler): Likewise.
10365
10366 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10367
10368 * gdb.server/solib-list.exp: Remove is_remote check.
10369 Pass shlib= to gdb_compile. Don't link shared library with
10370 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10371 Run binary filename through "readlink -f" on the target.
10372
10373 2016-04-08 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10376 interpreter filename as argument to gdbserver_spawn.
10377 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10378 Return empty if $last_loaded_file does not exist.
10379
10380 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10381
10382 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10383 * gdb.base/jit-main.c: Use exit after usage.
10384
10385 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10386
10387 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10388 GDBHISTSIZE prior to the tests.
10389 * gdb.base/gdbinit-history.exp: Likewise.
10390
10391 2016-04-07 Pedro Alves <palves@redhat.com>
10392
10393 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10394 instead of build_executable. Use gdb_load_shlibs.
10395
10396 2016-04-07 Yao Qi <yao.qi@linaro.org>
10397
10398 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10399 Execute "si" command.
10400
10401 2016-04-07 Yao Qi <yao.qi@linaro.org>
10402
10403 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10404 number instead of the comments on some line.
10405
10406 2016-04-06 Don Breazeal <donb@codesourcery.com>
10407
10408 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10409 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10410
10411 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10412
10413 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10414 standard_output_file. Remove unused binfile variable.
10415
10416 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10417
10418 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10419 * gdb.python/py-mi-objfile.exp: Match "list main" output
10420 in console format.
10421
10422 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10423
10424 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10425 absolute.
10426
10427 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10428
10429 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10430 absolute.
10431 * gdb.trace/ftrace.exp: Likewise.
10432 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10433 targets as well.
10434 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10435 (gdb_load_shlibs): Copy libraries to test directory when testing
10436 natively. Only set solib-search-path if testing remotely.
10437 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10438
10439 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10442 gdb_download. Use it even if the target is not remote.
10443 * gdb.base/jit.exp (compile_jit_test): Likewise.
10444 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10445 output directory if the destination board is local, otherwise use
10446 the standard remote_download from DejaGnu.
10447 (gdb_download): Remove.
10448 (gdb_load_shlibs): Use gdb_remote_download instead of
10449 gdb_download.
10450 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10451 Use gdb_remote_download instead of gdb_download. Use it even if
10452 the target is not remote.
10453 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10454 instead of gdb_download.
10455
10456 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10457
10458 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10459 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10460 run.
10461
10462 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10463
10464 PR gdb/19820
10465 * gdb.base/printcmds.exp: Add artificial arrays tests.
10466
10467 2016-03-31 Pedro Alves <palves@redhat.com>
10468
10469 PR gdb/19858
10470 * gdb.base/jit-main.c: Include unistd.h.
10471 (ATTACH): Define to 0 if not already defined.
10472 (wait_for_gdb, mypid): New globals.
10473 (WAIT_FOR_GDB): New macro.
10474 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10475 some breakpoint locations.
10476 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10477 New procedures.
10478 (one_jit_test): Add REATTACH parameter, and handle it. Use
10479 continue_to_test_location.
10480 (top level): Test attach, and adjusts calls to one_jit_test.
10481
10482 2016-03-31 Pedro Alves <palves@redhat.com>
10483
10484 PR gdb/19858
10485 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10486 BINSUFFIX parameter, and handle it.
10487 (top level): Adjust calls compile_jit_test.
10488
10489 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10490
10491 PR python/19743
10492 * gdb.python/py-mi-events-gdb.py: New file.
10493 * gdb.python/py-mi-events.c: New file.
10494 * gdb.python/py-mi-events.exp: New file.
10495
10496 2016-03-30 Yao Qi <yao.qi@linaro.org>
10497
10498 * gdb.reverse/until-precsave.exp: Match function name only.
10499 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10500 Move malloc to a condition block.
10501 * gdb.reverse/until-reverse.exp: Match function name only.
10502
10503 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10504
10505 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10506 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10507 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10508 variable for GPR 0 instead of assuming it is register 0.
10509 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10510 * lib/trace-support.exp: Add s390 registers.
10511
10512 2016-03-29 Yao Qi <yao.qi@linaro.org>
10513
10514 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10515
10516 2016-03-24 Yao Qi <yao.qi@linaro.org>
10517
10518 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10519 test message.
10520
10521 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10522
10523 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10524 maintaining separate logic for constructing the output path.
10525
10526 2016-03-16 Don Breazeal <donb@codesourcery.com>
10527
10528 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10529 Retry fork and waitpid on interrupted system call errors.
10530 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10531 Use with_timeout_factor to increase timeout by factor of 10.
10532
10533 2016-03-15 Don Breazeal <donb@codesourcery.com>
10534
10535 * gdb.cp/scope-err.cc: New test program.
10536 * gdb.cp/scope-err.exp: New test script.
10537 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10538 lines and "set breakpoint here" comment.
10539 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10540 Fixed some whitespace and format issues.
10541 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10542 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10543
10544 2016-03-15 Doug Evans <dje@google.com>
10545
10546 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10547 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10548 All callers updated. Add tests for enums, mixed flags register.
10549
10550 2016-03-15 Doug Evans <dje@google.com>
10551
10552 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10553 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10554
10555 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10556
10557 * gdb.base/default.exp: Add $_as_string to the list of expected
10558 convenience functions.
10559
10560 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10561
10562 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10563
10564 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10565
10566 * gdb.python/py-as-string.exp: New file.
10567 * gdb.python/py-as-string.c: New file.
10568
10569 2016-03-09 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10572 signal" -> "Thread NN received signal" output change.
10573 * gdb.threads/ia64-sigill.exp: Likewise.
10574 * gdb.threads/linux-dp.exp: Likewise.
10575 * gdb.threads/manythreads.exp: Likewise.
10576 * gdb.threads/pending-step.exp: Likewise.
10577 * gdb.threads/print-threads.exp: Likewise.
10578 * gdb.threads/sigstep-threads.exp: Likewise.
10579 * gdb.threads/staticthreads.exp: Likewise.
10580 * gdb.threads/tls.exp: Likewise.
10581
10582 2016-03-09 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.base/command-line-input.exp: New file.
10585
10586 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10589 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10590 * gdb.trace/pending.exp: Accept leading dot before function name.
10591 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10592 * lib/trace-support.exp: Set registers for ppc.
10593
10594 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10595
10596 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10597 use it for disassembly; accept .main in addition to main in backtrace.
10598
10599 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10600 Marcin Kościelnicki <koriakin@0x04.net>
10601
10602 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10603 (gdb_recursion_test_ptr): New global variable.
10604 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10605 gdb_recursion_test.
10606 (gdb_c_test): Ditto.
10607
10608 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10609
10610 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10611 ordering.
10612
10613 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10614
10615 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10616 (bar): Add bar_start_lbl label.
10617 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10618 of foo/bar for emitting DWARF and tracing.
10619
10620 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10621
10622 * analyze-racy-logs.py: Set executable bit.
10623
10624 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10625
10626 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10627 (CHECK_TARGET_TMP): Likewise.
10628 (check-single-racy): New rule.
10629 (check-parallel-racy): Likewise.
10630 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10631 (do-check-parallel-racy): New rule.
10632 (check-racy/%.exp): Likewise.
10633 * README (Racy testcases): New section.
10634 * analyze-racy-logs.py: New file.
10635
10636 2016-03-03 Doug Evans <dje@google.com>
10637
10638 * gdb.base/skip.exp: Use with_test_prefix.
10639
10640 2016-03-03 Yao Qi <yao.qi@linaro.org>
10641
10642 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10643 Invoke step_over_syscall "clone" and break_cond_on_syscall
10644 "clone".
10645 * gdb.base/step-over-clone.c: New file.
10646
10647 2016-03-03 Yao Qi <yao.qi@linaro.org>
10648
10649 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10650 code format.
10651
10652 2016-03-03 Yao Qi <yao.qi@linaro.org>
10653
10654 * gdb.base/disp-step-fork.c: Rename to ...
10655 * gdb.base/step-over-fork.c: ... it. New file.
10656 * gdb.base/disp-step-vfork.c: Rename to ...
10657 * gdb.base/step-over-vfork.c: ... it. New file.
10658 * gdb.base/disp-step-syscall.exp: Rename to ...
10659 * gdb.base/step-over-syscall.exp: ... it. New file.
10660 (disp_step_cross_syscall): Rename to ...
10661 (step_over_syscall): ... it.
10662
10663 2016-03-03 Yao Qi <yao.qi@linaro.org>
10664
10665 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10666 If target supports condition evaluation on target, invoke
10667 break_cond_on_syscall for fork and vfork.
10668
10669 2016-03-03 Yao Qi <yao.qi@linaro.org>
10670
10671 * gdb.base/disp-step-syscall.exp: Don't invoke
10672 support_displaced_stepping.
10673 (disp_step_cross_syscall): Test with displaced stepping off and
10674 on if supported.
10675
10676 2016-03-03 Yao Qi <yao.qi@linaro.org>
10677
10678 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10679 proc.
10680 (setup): New proc.
10681 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10682 and setup.
10683
10684 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10685
10686 * gdb.fortran/vla-history.exp: Remove breakpoint.
10687
10688 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10689
10690 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10691 exceeds timeout.
10692
10693 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10694
10695 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10696 breakpoint.
10697
10698 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10699
10700 * gdb.mi/vla.f90: Nullify pointer after declaration.
10701
10702 2016-03-01 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10705
10706 2016-03-01 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10709 before anything else.
10710 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10711 _GNU_SOURCE here.
10712 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10713 before anything else.
10714 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10715
10716 2016-03-01 Pedro Alves <palves@redhat.com>
10717
10718 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10719
10720 2016-03-01 Yao Qi <yao.qi@linaro.org>
10721
10722 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10723 prepare_for_testing.
10724
10725 2016-03-01 Yao Qi <yao.qi@linaro.org>
10726
10727 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10728
10729 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10730
10731 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10732 manually constructing the output path.
10733
10734 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10735
10736 * gdb.arch/s390-stackless.S: New.
10737 * gdb.arch/s390-stackless.exp: New.
10738
10739 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10740
10741 * gdb.dlang/circular.c: New file.
10742 * gdb.dlang/circular.exp: New file.
10743
10744 2016-02-26 Yao Qi <yao.qi@linaro.org>
10745
10746 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10747 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10748 (testcases): Update.
10749
10750 2016-02-26 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.reverse/aarch64.c: Rename to ...
10753 * gdb.reverse/insn-reverse.c: ... it.
10754 * gdb.reverse/aarch64.exp: Rename to ...
10755 * gdb.reverse/insn-reverse.exp: ... it.
10756
10757 2016-02-26 Yao Qi <yao.qi@linaro.org>
10758
10759 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10760 (testcase_ftype): New.
10761 (testcases): New array.
10762 (n_testcases): New.
10763 (main): Call each element in testcases.
10764 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10765 (read_testcase): New.
10766 Do the tests in a loop.
10767
10768 2016-02-25 Yao Qi <yao.qi@linaro.org>
10769
10770 * gdb.base/branches.c: Remove.
10771
10772 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10773
10774 PR gdb/13808
10775 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10776
10777 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10778
10779 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10780
10781 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10782
10783 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10784 change x86_64 call_insn to 'callq'.
10785
10786 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10787
10788 * gdb.trace/tfile-avx.c: Move to...
10789 * gdb.trace/tracefile-pseudo-reg.c: Here.
10790 * gdb.trace/tfile-avx.exp: Move to...
10791 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10792
10793 2016-02-24 Gary Benson <gbenson@redhat.com>
10794
10795 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10796 message on attach.
10797
10798 2016-02-23 Doug Evans <dje@google.com>
10799
10800 * gdb.base/skip.c (test_skip): New function.
10801 (end_test_skip_file_and_function): New function.
10802 (test_skip_file_and_function): New function.
10803 * gdb.base/skip1.c (test_skip): New function.
10804 (skip1_test_skip_file_and_function): New function.
10805 * gdb.base/skip.exp: Add tests for new skip options.
10806 * gdb.base/skip-solib.exp: Update expected output.
10807 * gdb.perf/skip-command.cc: New file.
10808 * gdb.perf/skip-command.exp: New file.
10809 * gdb.perf/skip-command.py: New file.
10810
10811 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10812
10813 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10814 info registers pattern.
10815
10816 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10817
10818 * lib/future.exp: Add D support.
10819 (gdb_find_gdc): New proc.
10820 (gdb_default_target_compile): Add D support.
10821
10822 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10823
10824 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10825 user+system time.
10826 (trace_speed_test): Determine the iteration count for a time
10827 between 15..30 seconds.
10828
10829 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10830
10831 * gdb.arch/i386-mpx-sigsegv.c: New file.
10832 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10833 * gdb.arch/i386-mpx-simple_segv.c: New file.
10834 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10835
10836 2016-02-18 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10839 Don't call setup_kfail.
10840
10841 2016-02-18 Yao Qi <yao.qi@linaro.org>
10842
10843 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10844 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10845
10846 2016-02-16 Doug Evans <dje@google.com>
10847
10848 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10849 * gdb.base/skip1.c: Ditto.
10850 * gdb.base/skip.exp: Whitespace cleanup.
10851
10852 2016-02-16 Don Breazeal <donb@codesourcery.com>
10853
10854 PR remote/19496
10855 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10856 Remove kfail for PR remote/19496.
10857
10858 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10859
10860 * lib/gdb.exp (standard_temp_file): Return a path specific to
10861 the runtest invocation.
10862
10863 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10864
10865 * gdb.trace/save-trace.exp: Change relative path to be in the
10866 standard output directory.
10867
10868 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10869
10870 * gdb.arch/i386-prologue.c: Add missing prototypes.
10871
10872 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10873
10874 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10875 * gdb.arch/i386-prologue.exp: Likewise.
10876 * gdb.arch/i386-size.exp: Likewise.
10877
10878 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10879
10880 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10881 define object file path.
10882 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10883 file path.
10884 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10885 standard_output_file to define binfile.
10886
10887 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10888
10889 Fix compatibility with recent gfortran-5.3.1.
10890 * gdb.fortran/vla-history.exp (print vla1 allocated)
10891 (print vla2 allocated, print $2, print $3): Remove
10892 (print $4): Rename to ...
10893 (print $2): ... here.
10894 (print $9): Rename to ...
10895 (print $5): ... here.
10896 (print $10): Rename to ...
10897 (print $6): ... here.
10898 * gdb.fortran/vla.f90: Add pvla initialization.
10899
10900 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10901
10902 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10903 New test.
10904 * gdb.fortran/vla-value-sub.exp: Likewise.
10905
10906 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10907
10908 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10909
10910 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 * i386-biarch-core.exp: Define corefile using
10913 standard_output_file.
10914
10915 2016-02-12 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.arch/arm-single-step-kernel-helper.c: New.
10918 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10919
10920 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10921
10922 * gdb.btrace/tailcall-only.exp: New.
10923 * gdb.btrace/tailcall-only.c: New.
10924 * gdb.btrace/x86_64-tailcall-only.S: New.
10925 * gdb.btrace/i686-tailcall-only.S: New.
10926
10927 2016-02-11 Pedro Alves <palves@redhat.com>
10928
10929 * README (Parallel testing): Add missing double quotes.
10930
10931 2016-02-11 Pedro Alves <palves@redhat.com>
10932
10933 * README (Parallel testing): New section.
10934 (GDB_PARALLEL): Rewrite.
10935 (FORCE_PARALLEL): Document.
10936
10937 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10938
10939 * gdb.trace/tfile-avx.c: New test.
10940 * gdb.trace/tfile-avx.exp: New test.
10941
10942 2016-02-09 Keith Seitz <keiths@redhat.com>
10943
10944 PR breakpoints/19546
10945 * gdb.base/infcall-exec.c: New file.
10946 * gdb.base/infcall-exec2.c: New file.
10947 * gdb.base/infcall-exec.exp: New file.
10948
10949 2016-02-09 Keith Seitz <keiths@redhat.com>
10950
10951 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10952 (toplevel): Call test_bkpt_address.
10953
10954 2016-02-09 Keith Seitz <keiths@redhat.com>
10955
10956 PR python/19506
10957 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10958 (toplevel): Call test_bkpt_address.
10959
10960 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10961
10962 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10963 to AC_OUTPUT.
10964 * configure: Regenerate.
10965
10966 2016-02-09 Pedro Alves <palves@redhat.com>
10967
10968 PR breakpoints/19548
10969 * gdb.base/execl-update-breakpoints.c (some_function): New
10970 function.
10971 (main): Call it.
10972 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10973 Tighten expected GDB output.
10974
10975 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * Makefile.in (ALL_SUBDIRS): Remove.
10978 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10979 (distclean maintainer-clean realclean): Likewise.
10980 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10981 * configure: Regenerate.
10982 * gdb.ada/Makefile.in: Delete.
10983 * gdb.arch/Makefile.in: Likewise.
10984 * gdb.asm/Makefile.in: Likewise.
10985 * gdb.base/Makefile.in: Likewise.
10986 * gdb.btrace/Makefile.in: Likewise.
10987 * gdb.cell/Makefile.in: Likewise.
10988 * gdb.compile/Makefile.in: Likewise.
10989 * gdb.cp/Makefile.in: Likewise.
10990 * gdb.disasm/Makefile.in: Likewise.
10991 * gdb.dlang/Makefile.in: Likewise.
10992 * gdb.dwarf2/Makefile.in: Likewise.
10993 * gdb.fortran/Makefile.in: Likewise.
10994 * gdb.gdb/Makefile.in: Likewise.
10995 * gdb.go/Makefile.in: Likewise.
10996 * gdb.guile/Makefile.in: Likewise.
10997 * gdb.java/Makefile.in: Likewise.
10998 * gdb.linespec/Makefile.in: Likewise.
10999 * gdb.mi/Makefile.in: Likewise.
11000 * gdb.modula2/Makefile.in: Likewise.
11001 * gdb.multi/Makefile.in: Likewise.
11002 * gdb.objc/Makefile.in: Likewise.
11003 * gdb.opencl/Makefile.in: Likewise.
11004 * gdb.opt/Makefile.in: Likewise.
11005 * gdb.pascal/Makefile.in: Likewise.
11006 * gdb.perf/Makefile.in: Likewise.
11007 * gdb.python/Makefile.in: Likewise.
11008 * gdb.reverse/Makefile.in: Likewise.
11009 * gdb.server/Makefile.in: Likewise.
11010 * gdb.stabs/Makefile.in: Likewise.
11011 * gdb.threads/Makefile.in: Likewise.
11012 * gdb.trace/Makefile.in: Likewise.
11013 * gdb.xml/Makefile.in: Likewise.
11014 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11015 GDB_PARALLEL.
11016 (standard_output_file): Remove check for GDB_PARALLEL, always
11017 return path in outputs/$subdir/$testname.
11018
11019 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11022 (site.exp): Assign abs_srcdir to tcl's srcdir.
11023
11024 2016-02-04 Yao Qi <yao.qi@linaro.org>
11025
11026 * gdb.base/foll-exec-mode.c: Include limits.h.
11027 (main): Add parameters argc and argv. Get directory from
11028 argv[0].
11029 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11030 compilation.
11031 * gdb.base/foll-exec.c: Include limits.h.
11032 (main): Add parameters argc and argv.
11033 Get directory from argv[0].
11034 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11035 Adjust tests on the number of lines as source code changed.
11036 * gdb.base/foll-vfork-exit.c: Include limits.h.
11037 (main): Add one line of statement before vfork.
11038 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11039 (main): Add parameters argc and argv. Get directory from
11040 argv[0].
11041 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11042 (setup_gdb): Set tbreak to skip some source lines.
11043 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11044 (main): Add parameters argc and argv. Get directory from
11045 argv[0].
11046 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11047 compilation.
11048 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11049 (main): Add parameters argc and argv. Get directory from
11050 argv[0].
11051 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11052 compilation.
11053
11054 2016-02-01 Doug Evans <dje@google.com>
11055
11056 * gdb.base/skip.exp: Clean up multiple references to same test name.
11057
11058 2016-02-01 Pedro Alves <palves@redhat.com>
11059
11060 PR remote/19496
11061 * gdb.threads/forking-threads-plus-breakpoint.exp
11062 (displaced_stepping_supported): New global.
11063 (probe_displaced_stepping_support): New procedure.
11064 (do_test): Add 'displaced' parameter, and use it.
11065 (top level): Check for displaced stepping support. Add displaced
11066 stepping on/off testing axis.
11067
11068 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11069
11070 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11071 pointer. Don't perform further tests on the unassociated pointer
11072 if the first test fails.
11073
11074 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11075
11076 * gdb.base/max-value-size.c: New file.
11077 * gdb.base/max-value-size.exp: New file.
11078 * gdb.base/huge.exp: Disable max-value-size for this test.
11079
11080 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11081
11082 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11083
11084 2016-01-28 Yao Qi <yao.qi@linaro.org>
11085
11086 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11087
11088 2016-01-25 Pedro Alves <palves@redhat.com>
11089
11090 PR threads/19461
11091 * gdb.base/fork-running-state.c: New file.
11092 * gdb.base/fork-running-state.exp: New file.
11093
11094 2016-01-25 Pedro Alves <palves@redhat.com>
11095
11096 PR gdb/19494
11097 * gdb.base/catch-fork-kill.c: New file.
11098 * gdb.base/catch-fork-kill.exp: New file.
11099
11100 2016-01-25 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11103 Delete, moved to lib/gdb.exp.
11104 * gdb.threads/forking-threads-plus-breakpoint.exp
11105 (foreach_with_prefix): Likewise.
11106 * gdb.threads/process-dies-while-handling-bp.exp
11107 (foreach_with_prefix): Likewise.
11108 * lib/gdb.exp (foreach_with_prefix): New procedure.
11109
11110 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11111
11112 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11113 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11114
11115 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11116
11117 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11118 endian targets.
11119
11120 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11121 Pedro Alves <palves@redhat.com>
11122
11123 Fix testsuite compatibility with Guile.
11124 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11125 number.
11126
11127 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11128
11129 Fix testsuite compatibility with Guile.
11130 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11131 (thread 1): New test for backtrace through signal handler.
11132
11133 2016-01-22 Yao Qi <yao.qi@linaro.org>
11134
11135 PR testsuite/19491
11136 * gdb.base/multi-forks.c: Include
11137 ../lib/unbuffer_output.c
11138 (main): Call gdb_unbuffer_output.
11139
11140 2016-01-21 Doug Evans <dje@google.com>
11141
11142 * lib/ada.exp (gdb_compile_ada): Fix typo.
11143
11144 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.base/break-fun-addr.exp: New file.
11147 * gdb.base/break-fun-addr1.c: New file.
11148 * gdb.base/break-fun-addr2.c: New file.
11149
11150 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11151
11152 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11153 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11154 enum flag values.
11155
11156 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11157
11158 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11159 when GDB can not set the vector return value. Add more comments
11160 for clarification.
11161
11162 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11163
11164 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11165 command.
11166
11167 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11168
11169 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11170
11171 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11172
11173 * Makefile.in (check-single): Pass --status to runtest.
11174 (check/%.exp): Likewise.
11175
11176 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11177
11178 * Makefile.in (check-parallel): Propagate return code from make
11179 do-check-parallel.
11180
11181 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11182
11183 * gdb.trace/ftrace.exp: Fix expected message on continue.
11184 * gdb.trace/pending.exp: Fix expected message on continue.
11185 * gdb.trace/trace-break.exp: Fix expected message on continue.
11186
11187 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * lib/gdb.exp (gdb_test): Remove unused global references.
11190
11191 2016-01-18 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/async-shell.exp: Adjust expected output.
11194 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11195 * gdb.base/siginfo-thread.exp: Adjust expected output.
11196 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11197 * gdb.java/jnpe.exp: Adjust expected output.
11198 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11199 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11200 * gdb.threads/leader-exit.exp: Adjust expected output.
11201 * gdb.threads/manythreads.exp: Adjust expected output.
11202 * gdb.threads/pthreads.exp: Adjust expected output.
11203 * gdb.threads/schedlock.exp: Adjust expected output.
11204 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11205 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11206 expected output.
11207 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11208 output.
11209 * gdb.threads/sigthread.exp: Adjust expected output.
11210 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11211
11212 2016-01-18 Yao Qi <yao.qi@linaro.org>
11213
11214 * gdb.guile/scm-section-script.c: Replace @progbits with
11215 %progbits.
11216 * gdb.python/py-section-script.c: Likewise.
11217
11218 2016-01-15 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.multi/tids.exp: Test star wildcard ranges.
11221
11222 2016-01-15 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11225 command from "thread apply" invocation.
11226 (thr_apply_info_thr_invalid): Default the expected output to the
11227 input tid list.
11228 (top level): Add tests that use convenience variables. Add tests
11229 for "thread apply" with a valid TID list, but missing the command.
11230
11231 2016-01-13 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/default.exp: Expect $_gthread as well.
11234 * gdb.multi/tids.exp: Test $_gthread.
11235 * gdb.threads/thread-specific.exp: Test $_gthread.
11236
11237 2016-01-13 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.multi/tids.exp: Test "info threads -gid".
11240
11241 2016-01-13 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11244 Breakpoint.thread.
11245 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11246
11247 2016-01-07 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/break.exp: Adjust to output changes.
11250 * gdb.base/hbreak2.exp: Likewise.
11251 * gdb.base/sepdebug.exp: Likewise.
11252 * gdb.base/watch_thread_num.exp: Likewise.
11253 * gdb.linespec/keywords.exp: Likewise.
11254 * gdb.multi/info-threads.exp: Likewise.
11255 * gdb.threads/thread-find.exp: Likewise.
11256 * gdb.multi/tids.c: New file.
11257 * gdb.multi/tids.exp: New file.
11258
11259 2016-01-13 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11262
11263 2016-01-13 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/default.exp: Expect $_inferior as well.
11266 * gdb.multi/base.exp: Test $_inferior.
11267
11268 2016-01-13 Pedro Alves <palves@redhat.com>
11269
11270 PR breakpoints/19388
11271 * gdb.base/catch-signal-siginfo-cond.c: New file.
11272 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11273
11274 2016-01-12 Josh Stone <jistone@redhat.com>
11275 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11276
11277 * gdb.base/catch-syscall.c (do_execve): New variable.
11278 (main): Conditionally trigger an execve.
11279 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11280 (test_catch_syscall_execve): New, check entry/return across execve.
11281 (do_syscall_tests): Call test_catch_syscall_execve.
11282
11283 2016-01-12 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/random-signal.exp (do_test): New procedure, with body
11286 of testcase moved in.
11287
11288 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11289 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/funcargs.exp (finish from indirectly called function):
11292 Reintroduce the case for 'First'.
11293
11294 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11295 Pedro Alves <palves@redhat.com>
11296
11297 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11298 (tcatch_vfork_then_child_follow_exec)
11299 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11300 identification.
11301
11302 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11303
11304 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11305 and repeats to unlimited.
11306 * gdb.python/py-value.exp: Likewise.
11307 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11308 and repeats to unlimited.
11309
11310 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11313 and reordering the functions.
11314 * gdb.multi/hangout.c: Likewise.
11315 * gdb.multi/hello.c: Likewise.
11316
11317 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11320 absolute.
11321 (SingleStatisticTestResult.report): Use dict.keys instead of
11322 dict.iterkeys.
11323
11324 2016-01-06 Pedro Alves <palves@redhat.com>
11325
11326 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11327
11328 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11329
11330 * gdb.btrace/dlopen.exp: New.
11331 * gdb.btrace/dlopen.c: New.
11332 * gdb.btrace/dlopen-dso.c: New.
11333
11334 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11335
11336 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11337 PATTERN argument is optional.
11338
11339 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11340
11341 * lib/ada.exp (target_compile_ada_from_dir): New function.
11342 (gdb_compile_ada): Reimplement avoiding the use of project files.
11343 * gdb.ada/gnat_ada.gpr: Delete.
11344 * gdb.ada/cond_lang.exp: Adjust test to make path before
11345 filename optional.
11346 * gdb.ada/small_reg_param.exp: Likewise.
11347
11348 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11349
11350 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11351
11352 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11353
11354 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11355 case.
11356
11357 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11358
11359 * gdb.base/break.exp: Remove dead code.
11360 * gdb.base/sepdebug.exp: Likewise.
11361
11362 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11363
11364 * gdb.asm/asm-source.exp: Remove HP-UX references.
11365 * gdb.base/annota1.exp: Likewise.
11366 * gdb.base/annota3.exp: Likewise.
11367 * gdb.base/attach.exp: Likewise.
11368 * gdb.base/bigcore.exp: Likewise.
11369 * gdb.base/break.exp: Likewise.
11370 * gdb.base/call-ar-st.exp: Likewise.
11371 * gdb.base/callfuncs.exp: Likewise.
11372 * gdb.base/catch-fork-static.exp: Likewise.
11373 * gdb.base/display.exp: Likewise.
11374 * gdb.base/foll-exec-mode.exp: Likewise.
11375 * gdb.base/foll-exec.exp: Likewise.
11376 * gdb.base/foll-fork.exp: Likewise.
11377 * gdb.base/foll-vfork.exp: Likewise.
11378 * gdb.base/funcargs.exp: Likewise.
11379 * gdb.base/hbreak2.exp: Likewise.
11380 * gdb.base/inferior-died.exp: Likewise.
11381 * gdb.base/interrupt.exp: Likewise.
11382 * gdb.base/multi-forks.exp: Likewise.
11383 * gdb.base/nodebug.exp: Likewise.
11384 * gdb.base/sepdebug.exp: Likewise.
11385 * gdb.base/solib1.c: Likewise.
11386 * gdb.base/step-test.exp: Likewise.
11387 * gdb.mi/non-stop.c: Likewise.
11388 * gdb.mi/pthreads.c: Likewise.
11389 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11390 * gdb.threads/pthreads.c: Likewise.
11391 * gdb.threads/staticthreads.exp: Likewise.
11392 * lib/future.exp: Likewise.
11393 * lib/gdb.exp: Likewise.
11394 * gdb.base/so-indr-cl.c: Remove.
11395 * gdb.base/so-indr-cl.exp: Likewise.
11396 * gdb.base/solib.c: Likewise.
11397 * gdb.base/solib.exp: Likewise.
11398 * gdb.base/solib2.c: Likewise.
11399
11400 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11401
11402 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11403 * gdb.base/call-ar-st.exp: Likewise.
11404 * gdb.base/callfuncs.exp: Likewise.
11405 * gdb.base/condbreak.exp: Likewise.
11406 * gdb.base/constvars.exp: Likewise.
11407 * gdb.base/hbreak2.exp: Likewise.
11408 * gdb.base/langs.exp: Likewise.
11409 * gdb.base/list.exp: Likewise.
11410 * gdb.base/long_long.exp: Likewise.
11411 * gdb.base/ptype.exp: Likewise.
11412 * gdb.base/scope.exp: Likewise.
11413 * gdb.base/signals.exp: Likewise.
11414 * gdb.base/so-impl-ld.exp: Likewise.
11415 * gdb.base/varargs.exp: Likewise.
11416 * gdb.base/volatile.exp: Likewise.
11417 * gdb.base/whatis.exp: Likewise.
11418 * gdb.cp/cplusfuncs.exp: Likewise.
11419 * gdb.cp/inherit.exp: Likewise.
11420 * gdb.cp/local.exp: Likewise.
11421 * gdb.cp/member-ptr.exp: Likewise.
11422 * gdb.cp/method.exp: Likewise.
11423 * gdb.cp/overload.exp: Likewise.
11424 * gdb.cp/templates.exp: Likewise.
11425 * gdb.stabs/weird.exp: Likewise.
11426 * lib/compiler.c: Likewise.
11427 * lib/compiler.cc: Likewise.
11428 * lib/cp-support.exp: Likewise.
11429 * lib/gdb.exp: Likewise.
11430
11431 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11432
11433 * configure.ac: Remove HP-UX case.
11434 * configure: Regenerate.
11435
11436 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11437
11438 * lib/gdb.exp (gdb_compile): Add function doc.
11439
11440 2015-12-17 Pedro Alves <palves@redhat.com>
11441
11442 PR threads/19354
11443 * gdb.multi/info-threads.exp: New file.
11444
11445 2015-12-15 Yao Qi <yao.qi@linaro.org>
11446
11447 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11448 is aarch64*-*-*.
11449
11450 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11451
11452 * gdb.base/history-duplicates.exp: Skip if no readline support.
11453
11454 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11455
11456 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11457
11458 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11459
11460 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11461
11462 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11463
11464 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11465 ctrl-C if nointerrupts target property is set.
11466 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11467 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11468 * gdb.base/paginate-bg-execution.exp: Likewise.
11469 * gdb.base/paginate-execution-startup.exp: Likewise.
11470 * gdb.base/random-signal.exp: Likewise.
11471 * gdb.base/range-stepping.exp: Likewise.
11472 * gdb.cp/annota2.exp: Likewise.
11473 * gdb.cp/annota3.exp: Likewise.
11474 * gdb.gdb/selftest.exp: Likewise.
11475 * gdb.threads/continue-pending-status.exp: Likewise.
11476 * gdb.threads/leader-exit.exp: Likewise.
11477 * gdb.threads/manythreads.exp: Likewise.
11478 * gdb.threads/pthreads.exp: Likewise.
11479 * gdb.threads/schedlock.exp: Likewise.
11480 * gdb.threads/sigthread.exp: Likewise.
11481
11482 2015-12-11 Don Breazeal <donb@codesourcery.com>
11483
11484 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11485 remote.
11486 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11487 * gdb.base/foll-exec.exp (main): Enable for target remote.
11488 * gdb.base/foll-fork.exp (main): Likewise.
11489 * gdb.base/foll-vfork.exp (main): Likewise.
11490 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11491 (proc continue_to_exit_bp_loc): Use clean_restart.
11492 * gdb.base/pie-execl.exp (main): Disable for target remote.
11493 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11494 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11495 * gdb.threads/execl.exp (main): Likewise.
11496 * gdb.threads/fork-child-threads.exp (main): Likewise.
11497 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11498 remote.
11499 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11500 remote.
11501 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11502 pid.tid style ptids, instead of just tid.
11503 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11504 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11505 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11506 ptids, instead of just tid.
11507
11508 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11509
11510 * gdb.base/list.exp (test_list_forward): Add end of file error
11511 test.
11512 (test_repeat_list_command): Add end of file error test.
11513 (test_list_backwards): Add beginning of file error test.
11514
11515 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11516
11517 * gdb.base/list.exp (test_list_invalid_args): New function,
11518 defined, and called.
11519
11520 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11521
11522 * gdb.base/list.exp (test_list): Make test names unique.
11523
11524 2015-12-11 Yao Qi <yao.qi@linaro.org>
11525
11526 * gdb.base/coremaker2.c: Remove.
11527
11528 2015-12-10 Pedro Alves <palves@redhat.com>
11529
11530 * gdb.multi/base.exp: Remove stale "spaces" references.
11531
11532 2015-12-10 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.multi/base.exp: Don't use nowarnings.
11535 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11536 * gdb.multi/hangout.c: Include stdio.h.
11537 * gdb.multi/hello.c: Include stdlib.h.
11538 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11539 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11540 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11541
11542 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11543
11544 * gdb.dwarf2/dw2-ranges-base.c: New file.
11545 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11546 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11547 support additional line table, and debug ranges generation.
11548 (Dwarf::ranges): New function, generate .debug_ranges.
11549 (Dwarf::lines): Support generating simple line table programs.
11550 (Dwarf::assemble): Initialise new namespace variables.
11551
11552 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11553
11554 * gdb.base/async.exp (proc test_background): Add case for
11555 asynchronous execution not supported.
11556
11557 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11558
11559 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11560 format and change test names to make them unique.
11561
11562 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11563 Pedro Alves <pedro@redhat.com>
11564
11565 PR gdb/18702
11566 Add checking of floatformats setup on x86_64 hosts.
11567 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11568 (smallval, bigval): New labels/constants.
11569 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11570 float" after loading bigval and smallval.
11571
11572 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11573
11574 * gdb.ada/fun_overload_menu.exp: New testcase.
11575 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11576
11577 2015-12-04 Josh Stone <jistone@redhat.com>
11578
11579 * gdb.base/catch-fork-static.exp: New.
11580
11581 2015-12-03 Yao Qi <yao.qi@linaro.org>
11582
11583 * gdb.base/sizeof.c: Don't include stdio.h and
11584 ../lib/unbuffer_output.c.
11585 (main): New variable 'size' and 'value'. Remove printf and
11586 gdb_unbuffer_output. Assign return value to size and value.
11587 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11588 at the beginning.
11589 (check_sizeof): Check the result by printing variable 'size'.
11590 (check_valueof): Check the result by printing variable 'value'.
11591
11592 2015-12-01 Yao Qi <yao.qi@linaro.org>
11593
11594 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11595 for aarch64*-*-linux* target.
11596
11597 2015-11-30 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11600
11601 2015-11-30 Pedro Alves <palves@redhat.com>
11602
11603 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11604 Handle non-stop mode vCont replies.
11605
11606 2015-11-30 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11609 prepare_for_testing. Start gdb with "set non-stop on" appended to
11610 GDBFLAGS. Lax expected stop output.
11611
11612 2015-11-27 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.arch/arm-neon.exp: New.
11615 * gdb.arch/arm-neon.c: New.
11616
11617 2015-11-27 Yao Qi <yao.qi@linaro.org>
11618
11619 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11620
11621 2015-11-27 Yao Qi <yao.qi@linaro.org>
11622
11623 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11624 frames-invalid annotation.
11625
11626 2015-11-27 Yao Qi <yao.qi@linaro.org>
11627
11628 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11629
11630 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.threads/names.exp: New file.
11633 * gdb.threads/names.c: New file.
11634 * README: Mention gdb,no_thread_names.
11635
11636 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11637
11638 PR 19297
11639 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11640 support" error.
11641
11642 2015-11-24 Pedro Alves <palves@redhat.com>
11643
11644 PR 17539
11645 * gdb.base/display.exp: Expect displays to be sorted in ascending
11646 order. Use multi_line.
11647 * gdb.base/solib-display.exp: Likewise.
11648
11649 2015-11-24 Pedro Alves <palves@redhat.com>
11650
11651 PR 17539
11652 * gdb.base/display.exp: Expect displays to be sorted in ascending
11653 order. Use multi_line.
11654 * gdb.base/solib-display.exp: Likewise.
11655
11656 2015-11-24 Pedro Alves <palves@redhat.com>
11657
11658 PR 17539
11659 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11660 threads in ascending order.
11661 * gdb.base/foll-fork.exp: Likewise.
11662 * gdb.base/foll-vfork.exp: Likewise.
11663 * gdb.base/multi-forks.exp: Likewise.
11664 * gdb.mi/mi-nonstop.exp: Likewise.
11665 * gdb.mi/mi-nsintrall.exp: Likewise.
11666 * gdb.multi/base.exp: Likewise.
11667 * gdb.multi/multi-arch.exp: Likewise.
11668 * gdb.python/py-inferior.exp: Likewise.
11669 * gdb.threads/break-while-running.exp: Likewise.
11670 * gdb.threads/execl.exp: Likewise.
11671 * gdb.threads/gcore-thread.exp: Likewise.
11672 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11673 * gdb.threads/kill.exp: Likewise.
11674 * gdb.threads/linux-dp.exp: Likewise.
11675 * gdb.threads/multiple-step-overs.exp: Likewise.
11676 * gdb.threads/next-bp-other-thread.exp: Likewise.
11677 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11678 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11679 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11680 * gdb.threads/thread-find.exp: Likewise.
11681 * gdb.threads/tls.exp: Likewise.
11682 * lib/mi-support.exp (mi_reverse_list): Delete.
11683 (mi_check_thread_states): No longer reverse list.
11684
11685 2015-11-24 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11688 use lowercase.
11689
11690 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11691
11692 * gdb.trace/actions.c: Include trace-common.h.
11693 (main): Add a location for a fast tracepoint.
11694 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11695 the normal tracepoints.
11696 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11697
11698 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11699
11700 * save-trace.exp: Factor out code to these...
11701 (gdb_save_tracepoints): New.
11702 (gdb_load_tracepoints): New.
11703 (do_save_load_test): New.
11704
11705 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11706
11707 * gdb.base/asmlabel.exp: New test.
11708 * gdb.base/asmlabel.c: New test case.
11709
11710 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11711
11712 * gdb.base/wrong_frame_bt_full-main.c: New file.
11713 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11714 * gdb.base/wrong_frame_bt_full.exp: New file.
11715
11716 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11717
11718 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11719
11720 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11721
11722 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11723 pstate register when comparing registers values in
11724 sparc64-*-linux-gnu targets to avoid spurious differences.
11725
11726 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11727
11728 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11729
11730 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11731
11732 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11733 as type argument to gdb_compile.
11734 * gdb.base/nested-subp2.exp: Likewise.
11735 * gdb.base/nested-subp3.exp: Likewise.
11736
11737 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11738
11739 * lib/dwarf.exp (_note): Fix left shift of negative value.
11740 * gdb.trace/trace-condition.exp: Likewise.
11741
11742 2015-11-13 Yao Qi <yao.qi@linaro.org>
11743
11744 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11745 comments about d10v.
11746 (test_scalar_returns): Likewise.
11747 * gdb.base/d10v.ld: Remove.
11748 * gdb.base/overlays.exp: Remove the target triplet checking for
11749 d10v-*-*.
11750 * gdb.base/structs.exp (test_struct_returns): Remove the
11751 comments about d10v.
11752 (test_struct_calls): Likewise.
11753
11754 2015-11-13 Yao Qi <yao.qi@linaro.org>
11755
11756 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11757 * gdb.base/gnu_vector.c: Don't include stdio.h.
11758 (main): Don't print res and call add_some_intvecs.
11759
11760 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11761
11762 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11763 macro.
11764 (func5): Removed.
11765 (func4): Use FAST_TRACEPOINT_LABEL.
11766 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11767 macro.
11768 (func): Removed.
11769 (thread_function): Use FAST_TRACEPOINT_LABEL.
11770 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11771 (func): Remove.
11772 (marker): Use FAST_TRACEPOINT_LABEL.
11773 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11774 (pendfunc1): Remove.
11775 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11776 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11777 (foo): Remove.
11778 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11779 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11780 macro.
11781 (func): Remove.
11782 (marker): Use FAST_TRACEPOINT_LABEL.
11783 * gdb.trace/trace-common.h: New header.
11784 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11785 macro.
11786 (func): Remove.
11787 (marker): Use FAST_TRACEPOINT_LABEL.
11788 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11789 (func): Remove.
11790 (thread_function): Use FAST_TRACEPOINT_LABEL.
11791
11792 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11793
11794 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11795 in front.
11796 * gdb.trace/change-loc.exp: Use global pcreg definition.
11797 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11798 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11799 in front.
11800 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11801 * gdb.trace/pending.exp: Likewise.
11802 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11803 * gdb.trace/trace-break.exp: Likewise.
11804 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11805 in front.
11806 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11807 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11808 in front.
11809 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11810
11811 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11812
11813 * gdb.ada/fin_fun_out: New testcase.
11814
11815 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11816
11817 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11818 value associated with DW_AT_byte_size.
11819 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11820 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11821 DW_AT_upper_bound.
11822
11823 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11824
11825 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11826 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11827 version.
11828 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11829 gdb.dwarf2/dw2-canonicalize-type.exp,
11830 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11831 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11832 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11833 provided by gdb_target_symbol_prefix_flags_asm.
11834 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11835 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11836 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11837 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11838 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11839 macros where needed). Use this macro for symbols which require
11840 the prefix provided by SYMBOL_PREFIX.
11841
11842 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11843
11844 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11845 New procs.
11846 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11847 representing expressions, of more than one list element.
11848 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11849 to prepend linker symbol prefix to f.
11850 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11851 table_1 and table_2.
11852 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11853 Likewise, for f and g.
11854 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11855 for ptr.
11856 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11857 for main.
11858 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11859 table_1_ptr and table_2_ptr.
11860
11861 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11862 Joel Brobecker <brobecker@adacore.com>
11863
11864 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11865
11866 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11867
11868 * gdb.reverse/s390-mvcle.c: New test.
11869 * gdb.reverse/s390-mvcle.exp: New file.
11870 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11871
11872 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11873
11874 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11875
11876 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11877
11878 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11879 reaching marker2.
11880 * gdb.reverse/getresuid-reverse.exp: Likewise.
11881 * gdb.reverse/pipe-reverse.exp: Likewise.
11882 * gdb.reverse/readv-reverse.exp: Likewise.
11883 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11884 * gdb.reverse/time-reverse.exp: Likewise.
11885 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11886
11887 2015-10-30 Yao Qi <yao.qi@linaro.org>
11888
11889 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11890 (empty_cycle): Remove.
11891 (main): Don't call empty_cycle. Don't use watch_count_done.
11892 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11893 empty_cycle. Rewrite the code counting HW watchpoints.
11894
11895 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11896
11897 * gdb.reverse/fstatat-reverse.c: New test.
11898 * gdb.reverse/fstatat-reverse.exp: New file.
11899 * gdb.reverse/getresuid-reverse.c: New test.
11900 * gdb.reverse/getresuid-reverse.exp: New file.
11901 * gdb.reverse/pipe-reverse.c: New test.
11902 * gdb.reverse/pipe-reverse.exp: New file.
11903 * gdb.reverse/readv-reverse.c: New test.
11904 * gdb.reverse/readv-reverse.exp: New file.
11905 * gdb.reverse/recvmsg-reverse.c: New test.
11906 * gdb.reverse/recvmsg-reverse.exp: New file.
11907 * gdb.reverse/time-reverse.c: New test.
11908 * gdb.reverse/time-reverse.exp: New file.
11909 * gdb.reverse/waitpid-reverse.c: New test.
11910 * gdb.reverse/waitpid-reverse.exp: New file.
11911
11912 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11915
11916 2015-10-26 Doug Evans <dje@google.com>
11917
11918 PR symtab/17391
11919 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11920 * gdb.dwarf2/bad-regnum.c: New file.
11921 * gdb.dwarf2/bad-regnum.exp: New file.
11922
11923 2015-10-26 Doug Evans <dje@google.com>
11924
11925 PR python/18938
11926 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11927 file.
11928
11929 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11930
11931 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11932 for a change by "Mention language in compile error message".
11933
11934 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11935
11936 PR python/18073
11937 * gdb.python/py-type.c (C::a_method): New.
11938 (C::a_const_method): New.
11939 (C::a_static_method): New.
11940 (a_function): New.
11941 * gdb.python/py-type.exp (test_fields): Test getting fields
11942 from function and method.
11943
11944 2015-10-21 Keven Boell <keven.boell@intel.com>
11945
11946 * gdb.fortran/vla-alloc-assoc.exp: New file.
11947 * gdb.fortran/vla-datatypes.exp: New file.
11948 * gdb.fortran/vla-datatypes.f90: New file.
11949 * gdb.fortran/vla-history.exp: New file.
11950 * gdb.fortran/vla-ptype-sub.exp: New file.
11951 * gdb.fortran/vla-ptype.exp: New file.
11952 * gdb.fortran/vla-sizeof.exp: New file.
11953 * gdb.fortran/vla-sub.f90: New file.
11954 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11955 * gdb.fortran/vla-value-sub-finish.exp: New file.
11956 * gdb.fortran/vla-value-sub.exp: New file.
11957 * gdb.fortran/vla-value.exp: New file.
11958 * gdb.fortran/vla-ptr-info.exp: New file.
11959 * gdb.mi/mi-vla-fortran.exp: New file.
11960 * gdb.mi/vla.f90: New file.
11961
11962 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11963
11964 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11965 of hardwired timeout value.
11966
11967 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11968 Pedro Alves <palves@redhat.com>
11969
11970 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11971 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11972
11973 2015-10-19 Josh Stone <jistone@redhat.com>
11974
11975 * gdb.base/catch-syscall.c: Include <sched.h>.
11976 (unknown_syscall): New variable.
11977 (main): Trigger a vfork and an unknown syscall.
11978 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11979 (unknown_syscall_number): Likewise.
11980 (check_call_to_syscall): Accept an optional syscall pattern.
11981 (check_return_from_syscall): Likewise.
11982 (check_continue): Likewise.
11983 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11984 (test_catch_syscall_skipping_return): New test toggling off 'catch
11985 syscall' to step over the syscall return, then toggling back on.
11986 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11987 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11988 (do_syscall_tests): Call test_catch_syscall_without_args and
11989 test_catch_syscall_mid_vfork.
11990 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11991 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11992
11993 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11994
11995 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11996 print g_vE): Add new pass patterns.
11997 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11998 print various symbol names for vptr fields.
11999
12000 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12001
12002 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12003 results.
12004
12005 2015-10-12 Yao Qi <yao.qi@linaro.org>
12006
12007 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12008
12009 2015-10-12 Yao Qi <yao.qi@linaro.org>
12010
12011 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12012 is aarch64*-*-linux*.
12013
12014 2015-10-12 Yao Qi <yao.qi@linaro.org>
12015
12016 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12017 (can_relocate_bcond_true): ... it.
12018 (can_relocate_bcond_false): New function.
12019 (foo): Likewise.
12020 (can_relocate_bl): Likewise.
12021 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12022 can_relocate_bl.
12023
12024 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12025
12026 * gdb.base/nested-addr.c: New file.
12027 * gdb.base/nested-addr.exp: New testcase.
12028
12029 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12030
12031 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12032 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12033 its output. Ignore the output of "record goto begin" and instead
12034 check that GDB is replaying.
12035
12036 2015-10-09 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12039 (top level): Use it in the run with no args test.
12040
12041 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12042
12043 * gdb.dlang/properties.exp: New file.
12044
12045 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12046
12047 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12048 whether or not address 0x1000 is mapped on the target.
12049
12050 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12053 build.
12054
12055 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12056
12057 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12058 instruction-history test.
12059
12060 2015-09-28 Doug Evans <dje@google.com>
12061
12062 * gdb.base/gcore.c (array_func): Add reference to static_array.
12063
12064 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12065
12066 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12067 source line.
12068
12069 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12070
12071 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12072 short or char as base type.
12073
12074 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12075
12076 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12077 to allow any size enum.
12078
12079 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12080
12081 * gdb.ada/array_ptr_renaming.exp: New testcase.
12082 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12083 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12084
12085 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12086
12087 * gdb.trace/ftrace-lock.c: New file.
12088 * gdb.trace/ftrace-lock.exp: New file.
12089
12090 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12091
12092 * gdb.arch/insn-reloc.c: New file.
12093 * gdb.arch/ftrace-insn-reloc.exp: New file.
12094
12095 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12096
12097 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12098 instruction.
12099 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12100 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12101 * gdb.trace/range-stepping.c: Likewise.
12102 * gdb.trace/trace-break.c: Likewise.
12103 * gdb.trace/trace-mt.c (thread_function): Likewise.
12104 * gdb.trace/ftrace.c (marker): Likewise.
12105 * gdb.trace/trace-condition.c (marker): Likewise.
12106 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12107 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12108 is_aarch64_target.
12109
12110 2015-09-18 Doug Evans <xdje42@gmail.com>
12111
12112 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12113 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12114
12115 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12116
12117 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12118 the breakpoint.
12119
12120 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12121
12122 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12123 the pending breakpoint. Remove timeout override for "Run till
12124 MI pending breakpoint on pendfunc3 on thread 2" test.
12125
12126 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12127
12128 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12129 filename pattern.
12130
12131 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12132
12133 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12134 in breakpoint filename pattern.
12135
12136 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12137
12138 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12139
12140 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12141
12142 * gdb.linespec/explicit.exp: Check for readline support for
12143 tab-completion tests. Fix obvious typo.
12144
12145 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12146
12147 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12148 and replay.
12149
12150 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12151
12152 * gdb.btrace/non-stop.c: New.
12153 * gdb.btrace/non-stop.exp: New.
12154
12155 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12156 Yao Qi <yao.qi@linaro.org>
12157
12158 * gdb.trace/trace-condition.c: New file.
12159 * gdb.trace/trace-condition.exp: New file.
12160
12161 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12162
12163 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12164 for testing bytecode compilation.
12165
12166 2015-09-16 Pedro Alves <palves@redhat.com>
12167 Sandra Loosemore <sandra@codesourcery.com>
12168
12169 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12170 (SECONDS): Redefine.
12171 (main): Call pthread_kill and alarm early.
12172 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12173 support.
12174 (test): If the target can't hardware step and doesn't support
12175 displaced stepping, increase the timeout.
12176
12177 2015-09-16 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12180 (enable_debug): New procedures.
12181 (test): Use them. Bail out if waiting for threads fails.
12182 (top level): Bail out if a test fails.
12183
12184 2015-09-16 Yao Qi <yao.qi@linaro.org>
12185
12186 * gdb.asm/asm-source.exp: Set asm-arch for
12187 aarch64*-*-* target.
12188 * gdb.asm/aarch64.inc: New file.
12189
12190 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12191
12192 * gdb.ada/array_of_variable_length.exp: New testcase.
12193 * gdb.ada/array_of_variable_length/foo.adb: New file.
12194 * gdb.ada/array_of_variable_length/pck.adb: New file.
12195 * gdb.ada/array_of_variable_length/pck.ads: New file.
12196
12197 2015-09-15 Doug Evans <dje@google.com>
12198
12199 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12200 of function static local variable.
12201
12202 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12203
12204 * gdb.threads/tls-so_extern.exp: New test file.
12205 * gdb.threads/tls-so_extern.c: New test file.
12206 * gdb.threads/tls-so_extern_main.c: New test file.
12207
12208 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12209
12210 * gdb.opt/solib-intra-step-lib.c: New file.
12211 * gdb.opt/solib-intra-step-main.c: New file.
12212 * gdb.opt/solib-intra-step.exp: New file.
12213
12214 2015-09-15 Pedro Alves <palves@redhat.com>
12215
12216 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12217 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12218
12219 2015-09-14 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/hook-stop-continue.c: Delete.
12222 * gdb.base/hook-stop-continue.exp: Delete.
12223 * gdb.base/hook-stop-frame.c: Delete.
12224 * gdb.base/hook-stop-frame.exp: Delete.
12225 * gdb.base/hook-stop.c: New file.
12226 * gdb.base/hook-stop.exp: New file.
12227
12228 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12229
12230 * gdb.ada/access_to_packed_array.exp: New testcase.
12231 * gdb.ada/access_to_packed_array/foo.adb: New file.
12232 * gdb.ada/access_to_packed_array/pack.adb: New file.
12233 * gdb.ada/access_to_packed_array/pack.ads: New file.
12234
12235 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12236
12237 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12238 buffer size test.
12239
12240 2015-09-11 Don Breazeal <donb@codesourcery.com>
12241
12242 * gdb.base/foll-exec.c: Add copyright header. Fix
12243 formatting issues.
12244 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12245 (do_exec_tests): Use clean_restart in place of zap_session,
12246 and for test initialization. Fix formatting issues. Use
12247 fail in place of perror.
12248 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12249 an expect statement to match an expression with output from
12250 the program under debug.
12251 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12252 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12253 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12254 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12255 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12256
12257 2015-09-09 Doug Evans <dje@google.com>
12258
12259 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12260
12261 2015-09-09 Doug Evans <dje@google.com>
12262
12263 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12264
12265 2015-09-09 Doug Evans <dje@google.com>
12266
12267 * gdb.base/savedregs.exp: Fix typo.
12268
12269 2015-09-09 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12272
12273 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12274
12275 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12276 command actually switches threads. Give up on remaining
12277 tests if target fails to stop at breakpoint.
12278
12279 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12280
12281 * gdb.ada/funcall_char.exp: New testcase.
12282 * gdb.ada/funcall_char/foo.adb: New file.
12283
12284 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12285
12286 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12287 expected outputs. Add two testcases for completing ambiguous
12288 functions.
12289 * gdb.ada/complete/aux_pck.adb: New file.
12290 * gdb.ada/complete/aux_pck.ads: New file.
12291 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12292 Ambiguous_Func functions.
12293 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12294 * gdb.ada/complete/pck.adb: Likewise.
12295
12296 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12297
12298 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12299 failures to run the test program under GDB.
12300
12301 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12302
12303 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12304 to C.
12305
12306 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12307
12308 * gdb.base/run-after-attach.exp: New test file.
12309 * gdb.base/run-after-attach.c: New test file.
12310
12311 2015-08-26 Don Breazeal <donb@codesourcery.com>
12312
12313 * gdb.base/foll-exec-2.c: New test program.
12314 * gdb.base/foll-exec-2.exp: New test.
12315
12316 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12317
12318 * gdb.base/nested-subp1.exp: New file.
12319 * gdb.base/nested-subp1.c: New file.
12320 * gdb.base/nested-subp2.exp: New file.
12321 * gdb.base/nested-subp2.c: New file.
12322 * gdb.base/nested-subp3.exp: New file.
12323 * gdb.base/nested-subp3.c: New file.
12324
12325 2015-08-24 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.server/connect-without-multi-process.c: New file.
12328 * gdb.server/connect-without-multi-process.exp: New file.
12329
12330 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12331
12332 * gdb.opt/inline-markers.c: Make z int.
12333
12334 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12335
12336 * gdb.opt/inline-markers.c: Make z volatile.
12337
12338 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12339
12340 * gdb.opt/inline-bt.c: New volatile global z.
12341 * gdb.opt/inline-cmds.c: Likewise.
12342 * gdb.opt/inline-locals.c: Likewise.
12343 * gdb.opt/inline-markers.c: New extern global z.
12344 (marker): Use z.
12345 (inline_fn): Likewise.
12346
12347 2015-08-24 Pedro Alves <palves@redhat.com>
12348
12349 * config/m32r-stub.exp: Remove file.
12350 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12351 * gdb.base/call-rt-st.exp: Likewise.
12352 * gdb.base/call-strs.exp: Likewise.
12353 * gdb.base/default.exp: Remove references to h8300-*-hms and
12354 *-*-udi*.
12355 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12356
12357 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12358
12359 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12360 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12361 and "return" use KFAIL when GDB can not read/write the vector
12362 return value.
12363
12364 2015-08-21 Gary Benson <gbenson@redhat.com>
12365
12366 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12367
12368 2015-08-20 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.server/solib-list.exp: No longer expect an interior stop in
12371 non-stop mode.
12372
12373 2015-08-20 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.server/connect-stopped-target.c: New file.
12376 * gdb.server/connect-stopped-target.exp: New file.
12377
12378 2015-08-20 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.dwarf2/comp-unit-lang.exp: New file.
12381 * gdb.dwarf2/comp-unit-lang.c: New file.
12382
12383 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12384
12385 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12386 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12387
12388 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12389
12390 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12391 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12392
12393 2015-08-18 Doug Evans <dje@google.com>
12394 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12395
12396 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12397 skip_python_tests. New arg prompt_regexp.
12398 (skip_python_tests): New function.
12399 * lib/mi-support.exp (mi_skip_python_tests): New function.
12400 * gdb.python/py-mi-objfile-gdb.py: New file.
12401 * gdb.python/py-mi-objfile.c: New file.
12402 * gdb.python/py-mi-objfile.exp: New file.
12403
12404 2015-08-17 Keith Seitz <keiths@redhat.com>
12405
12406 * gdb.linespec/explicit.exp: Move strace test from here ...
12407 * gdb.trace/strace.exp: ... to here.
12408
12409 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12410
12411 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12412 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12413
12414 2015-08-14 Doug Evans <xdje42@gmail.com>
12415
12416 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12417 inferior before selecting a new file.
12418
12419 2015-08-14 Doug Evans <xdje42@gmail.com>
12420
12421 * gdb.mi/mi-disassemble.exp: Update.
12422 * gdb.base/disasm-optim.S: New file.
12423 * gdb.base/disasm-optim.c: New file.
12424 * gdb.base/disasm-optim.h: New file.
12425 * gdb.base/disasm-optim.exp: New file.
12426
12427 2015-08-14 Keith Seitz <keiths@redhat.com>
12428
12429 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12430 "evaluated-by".
12431
12432 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12433
12434 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12435
12436 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12437
12438 * gdb.ada/fun_renaming.exp: New testcase.
12439 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12440 * gdb.ada/fun_renaming/pack.adb: New file.
12441 * gdb.ada/fun_renaming/pack.ads: New file.
12442
12443 2015-08-12 Keith Seitz <keiths@redhat.com>
12444
12445 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12446 gdb_get_line_number.
12447
12448 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12449
12450 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12451 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12452 gdb.base/dso2dso.exp: New files.
12453
12454 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12455 Pedro Alves <palves@redhat.com>
12456 Keith Seitz <keiths@redhat.com>
12457
12458 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12459 GDBFLAGS.
12460
12461 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12462
12463 * gdb.base/gdbhistsize-history.exp
12464 (test_histsize_history_setting): Use save_vars.
12465 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12466 Use save_vars.
12467 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12468 * gdb.base/readline.exp: Use save_vars.
12469
12470 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12471
12472 * lib/gdb.exp (save_vars): New proc.
12473
12474 2015-08-11 Keith Seitz <keiths@redhat.com>
12475
12476 * gdb.base/help.exp: Update help_breakpoint_text.
12477
12478 2015-08-11 Keith Seitz <keiths@redhat.com>
12479
12480 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12481 (at toplevel): Call test_explicit_breakpoints.
12482 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12483 breakpoints.
12484 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12485 breakpoint conditions, "-cond".
12486
12487 2015-08-11 Keith Seitz <keiths@redhat.com>
12488
12489 * gdb.linespec/3explicit.c: New file.
12490 * gdb.linespec/cpexplicit.cc: New file.
12491 * gdb.linespec/cpexplicit.exp: New file.
12492 * gdb.linespec/explicit.c: New file.
12493 * gdb.linespec/explicit.exp: New file.
12494 * gdb.linespec/explicit2.c: New file.
12495 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12496 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12497 before using in the matching pattern.
12498 Clarify that `prefix' is a regular expression.
12499
12500 2015-08-11 Keith Seitz <keiths@redhat.com>
12501
12502 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12503 test.
12504 Add tests for missing ",FMT" and ",".
12505
12506 2015-08-10 Doug Evans <dje@google.com>
12507 Keith Seitz <keiths@redhat.com>
12508
12509 PR gdb/17960
12510 * gdb.base/completion.exp: Add location completer tests.
12511
12512 2015-08-07 Pedro Alves <palves@redhat.com>
12513
12514 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12515 tests here.
12516 (top level): Run do_test with and without displaced stepping.
12517
12518 2015-08-07 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/valgrind-disp-step.c: New file.
12521 * gdb.base/valgrind-disp-step.exp: New file.
12522
12523 2015-08-07 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12526 Delete function.
12527 (main): Add alarm. Run an infinite loop instead of calling
12528 wait_threads.
12529 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12530 comment.
12531 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12532 Delete function.
12533 (main): Add alarm. Run an infinite loop instead of calling
12534 wait_threads.
12535 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12536 comment.
12537
12538 2015-08-07 Pedro Alves <palves@redhat.com>
12539
12540 * gdb.base/checkpoint-ns.exp: New file.
12541 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12542 standard_testfile.
12543
12544 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12545
12546 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12547 * gdb.btrace/instruction_history.exp: Update.
12548 * gdb.btrace/tsx.exp: New.
12549 * gdb.btrace/tsx.c: New.
12550
12551 2015-08-06 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12554 increase timeout.
12555 * gdb.reverse/until-precsave.exp: Bump timeouts.
12556
12557 2015-08-06 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12560
12561 2015-08-06 Pedro Alves <palves@redhat.com>
12562
12563 PR gdb/18749
12564 * gdb.threads/process-dies-while-handling-bp.c: New file.
12565 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12566
12567 2015-08-06 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12570 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12571
12572 2015-08-05 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12575 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12576
12577 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12578
12579 * gdb.base/bp-permanent.exp: Report test as unsupported if
12580 the target cannot stop at the permanent breakpoint.
12581
12582 2015-08-03 Doug Evans <dje@google.com>
12583
12584 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12585 10000.
12586
12587 2015-08-03 Doug Evans <dje@google.com>
12588
12589 * Makefile.in (workers/%.worker, build-perf): New rule.
12590 (GDB_PERFTEST_MODE): New variable.
12591 (check-perf): Use it.
12592 (clean): Clean up gdb.perf parallel build subdirs.
12593 * lib/build-piece.exp: New file.
12594 * lib/gdb.exp (make_gdb_parallel_path): New function
12595 (standard_output_file, standard_temp_file): Call it.
12596 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12597 of $GDB_PARALLEL.
12598 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12599
12600 2015-08-03 Doug Evans <dje@google.com>
12601
12602 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12603 (LOG_FILE_NAME): New global.
12604 (TextReporter.__init__): Initialize self.txt_sum.
12605 (TextReporter.report): Add support for multiple data-points.
12606 Move report to perftest.sum, put raw data in perftest.log.
12607 (TextReporter.start): Open sum and log files.
12608 (TextReporter.end): Close sum and log files.
12609 * gdb.perf/lib/perftest/testresult.py
12610 (SingleStatisticTestResult.record): Handle multiple data-points.
12611
12612 2015-07-31 Pedro Alves <palves@redhat.com>
12613
12614 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12615 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12616 kill_wait_spawned_process instead of explicit "kill -9".
12617 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12618 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12619 kill_wait_spawned_process.
12620 * gdb.base/attach-twice.exp: Likewise.
12621 * gdb.base/attach.exp: Likewise.
12622 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12623 gdb_test_multiple.
12624 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12625 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12626 kill_wait_spawned_process.
12627 * gdb.base/valgrind-infcall.exp: Likewise.
12628 * gdb.multi/multi-attach.exp: Likewise.
12629 * gdb.python/py-prompt.exp: Likewise.
12630 * gdb.python/py-sync-interp.exp: Likewise.
12631 * gdb.server/ext-attach.exp: Likewise.
12632 * gdb.threads/attach-into-signal.exp (corefunc): Use
12633 spawn_wait_for_attach, spawn_id_get_pid and
12634 kill_wait_spawned_process.
12635 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12636 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12637 spawn_id_get_pid and kill_wait_spawned_process.
12638 * gdb.threads/attach-stopped.exp (corefunc): Use
12639 spawn_wait_for_attach, spawn_id_get_pid and
12640 kill_wait_spawned_process.
12641 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12642 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12643 kill_wait_spawned_process instead of explicit "kill -9".
12644 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12645 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12646 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12647 processes. Don't map cygwin/windows pids here. Now returns a
12648 spawn id list.
12649
12650 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12651
12652 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12653 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12654 correct patch.
12655
12656 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12657
12658 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12659
12660 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12661
12662 Reapply:
12663 2014-05-21 Mark Wielaard <mjw@redhat.com>
12664
12665 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12666
12667 2015-07-30 Pedro Alves <palves@redhat.com>
12668
12669 * linux-low.c (handle_extended_wait): Set the child's last
12670 reported status to TARGET_WAITKIND_STOPPED.
12671
12672 2015-07-30 Pedro Alves <palves@redhat.com>
12673
12674 PR threads/18600
12675 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12676 only shows inferior 1.
12677
12678 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12679 Pedro Alves <palves@redhat.com>
12680
12681 PR threads/18600
12682 * gdb.threads/fork-plus-threads.c: New file.
12683 * gdb.threads/fork-plus-threads.exp: New file.
12684
12685 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12686
12687 * gdb.base/batch-preserve-term-settings.exp
12688 (test_terminal_settings_preserved_after_cli_exit): Use
12689 send_quit_command.
12690
12691 2015-07-29 Pedro Alves <palves@redhat.com>
12692 Don Breazeal <donb@codesourcery.com>
12693
12694 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12695 output from both inferior_spawn_id and gdb_spawn_id.
12696
12697 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12698
12699 * gdb.threads/attach-into-signal.exp (corefunc): Use
12700 with_test_prefix on nested loops, uniquefying the test messages.
12701
12702 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12703
12704 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12705 commit.
12706
12707 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12708
12709 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12710 New proc.
12711 (test_terminal_settings_preserved_after_sigterm): New test.
12712
12713 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12714
12715 * gdb.base/batch-preserve-term-settings.exp
12716 (test_terminal_settings_preserved_after_cli_exit): New test.
12717
12718 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12719
12720 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12721 manipulation of saved_gdbflags.
12722 (test_terminal_settings_preserved): Remove global declaration of
12723 the unused variable pagination_prompt. Remove manipulation of
12724 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12725 GDBFLAGS.
12726
12727 2015-07-29 Pedro Alves <palves@redhat.com>
12728
12729 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12730
12731 2015-07-29 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12734 at the top.
12735
12736 2015-07-29 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12739 (main): Call gdb_unbuffer_output.
12740 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12741 (main): Call gdb_unbuffer_output.
12742 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12743 (main): Call gdb_unbuffer_output.
12744 * gdb.base/call-strs.exp: Adjust to step over the
12745 gdb_unbuffer_output call.
12746 * gdb.base/catch-gdb-caused-signals.c: Include
12747 "../lib/unbuffer_output.c".
12748 (main): Call gdb_unbuffer_output.
12749 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12750 (main): Call gdb_unbuffer_output.
12751 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12752 (main): Call gdb_unbuffer_output.
12753 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12754 (main): Call gdb_unbuffer_output.
12755 * gdb.base/shlib-call.exp: Adjust to step over the
12756 gdb_unbuffer_output call.
12757 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12758 (main): Call gdb_unbuffer_output.
12759 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12760 (main): Call gdb_unbuffer_output.
12761 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12762 (main): Rename to ...
12763 (test): ... this.
12764 (main): Reimplement.
12765 * gdb.base/varargs.exp: Run to test instead of to main.
12766 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12767 (main): Call gdb_unbuffer_output.
12768
12769 2015-07-29 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12772 factore out from mi_continue_dprintf. For call-style dprintfs,
12773 expect dprintf output out of $inferior_spawn_id.
12774 (mi_continue_dprintf): Use mi_expect_dprintf.
12775 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12776 (main): Call gdb_unbuffer_output.
12777
12778 2015-07-29 Pedro Alves <palves@redhat.com>
12779
12780 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12781 (default_mi_gdb_start): Set inferior_spawn_id instead of
12782 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12783 gdb_spawn_id.
12784 (mi_gdb_test): Always expect inferior output from both
12785 $inferior_spawn_id and $gdb_spawn_id.
12786
12787 2015-07-29 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12790 send_inferior and $inferior_spawn_id.
12791
12792 2015-07-29 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.gdb/complaints.exp (test_initial_complaints)
12795 (test_serial_complaints, test_short_complaints): Use
12796 gdb_test_stdio.
12797 (test_empty_complaint): Handle $inferior_spawn_id !=
12798 $gdb_spawn_id.
12799
12800 2015-07-29 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/varargs.exp: Use gdb_test_stdio.
12803
12804 2015-07-29 Pedro Alves <palves@redhat.com>
12805
12806 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12807
12808 2015-07-29 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12811
12812 2015-07-29 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12815 parameter into two new parameters, "inf_result" and "gdb_result".
12816 Expect inferior output and gdb output from $inferior_spawn_id and
12817 $gdb_spawn_id, respectively. Adjust all callers.
12818
12819 2015-07-29 Pedro Alves <palves@redhat.com>
12820
12821 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12822 of gdb_test_sequence.
12823
12824 2015-07-29 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12827 (saw_spurious_output): Expect inferior output from
12828 $inferior_spawn_id. Use gdb_test_stdio.
12829
12830 2015-07-29 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/dprintf.exp: Use standard_testfile. Change
12833 prepare_for_testing call.
12834 (srcfile): Don't set.
12835 (restart): New procedure.
12836 (test_dprintf): New procecure, use to continue over dprintfs.
12837 (test_call, test_agent): New procedures, tests moved here.
12838 Restart gdb and recreate dprintfs. Adjust expected output.
12839
12840 2015-07-29 Pedro Alves <palves@redhat.com>
12841
12842 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12843
12844 2015-07-29 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12847
12848 2015-07-29 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12851 gdb_test_stdio.
12852
12853 2015-07-29 Pedro Alves <palves@redhat.com>
12854
12855 * lib/gdb.exp (gdb_test_stdio): New procedure.
12856
12857 2015-07-29 Pedro Alves <palves@redhat.com>
12858
12859 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12860
12861 2015-07-29 Pedro Alves <palves@redhat.com>
12862
12863 * gdb.base/call-signal-resume.exp: Remove check for
12864 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12865 * gdb.base/unwindonsignal.exp: Likewise.
12866 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12867 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12868
12869 2015-07-29 Pedro Alves <palves@redhat.com>
12870
12871 * gdb.base/siginfo-addr.c (pass): New function.
12872 (handler): Call it iff si_addr is correct.
12873 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12874 Set a breakpoint at "pass" and continue to it.
12875
12876 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12877
12878 * gdb.python/py-objfile.exp: Make some tests have unique names.
12879 * gdb.python/py-pp-registration.exp: Likewise.
12880
12881 2015-07-28 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12884
12885 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12886
12887 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12888
12889 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12890
12891 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12892
12893 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12894
12895 * gdb.base/gdb-sigterm-2.exp: New test.
12896
12897 2015-07-25 Doug Evans <xdje42@gmail.com>
12898
12899 Revert:
12900 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12901 (workers/%.worker, build-perf): New rule.
12902 (GDB_PERFTEST_MODE): New variable.
12903 (check-perf): Use it.
12904 (clean): Clean up gdb.perf parallel build subdirs.
12905 * lib/build-piece.exp: New file.
12906 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12907 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12908 name.
12909 (standard_temp_file): Ditto.
12910 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12911 of $GDB_PARALLEL.
12912
12913 2015-07-24 Doug Evans <dje@google.com>
12914
12915 * gdb.perf/lib/perftest/utils.py: New file.
12916 * gdb.perf/gm-hello.cc: New file.
12917 * gdb.perf/gm-pervasive-typedef.cc: New file.
12918 * gdb.perf/gm-pervasive-typedef.h: New file.
12919 * gdb.perf/gm-std.cc: New file.
12920 * gdb.perf/gm-std.h: New file.
12921 * gdb.perf/gm-use-cerr.cc: New file.
12922 * gdb.perf/gm-utils.h: New file.
12923 * gdb.perf/gmonster-null-lookup.py: New file.
12924 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12925 * gdb.perf/gmonster-print-cerr.py: New file.
12926 * gdb.perf/gmonster-ptype-string.py: New file.
12927 * gdb.perf/gmonster-runto-main.py: New file.
12928 * gdb.perf/gmonster-select-file.py: New file.
12929 * gdb.perf/gmonster1-null-lookup.exp: New file.
12930 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12931 * gdb.perf/gmonster1-print-cerr.exp: New file.
12932 * gdb.perf/gmonster1-ptype-string.exp: New file.
12933 * gdb.perf/gmonster1-runto-main.exp: New file.
12934 * gdb.perf/gmonster1-select-file.exp: New file.
12935 * gdb.perf/gmonster1.cc: New file.
12936 * gdb.perf/gmonster1.exp: New file.
12937 * gdb.perf/gmonster2-null-lookup.exp: New file.
12938 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12939 * gdb.perf/gmonster2-print-cerr.exp: New file.
12940 * gdb.perf/gmonster2-ptype-string.exp: New file.
12941 * gdb.perf/gmonster2-runto-main.exp: New file.
12942 * gdb.perf/gmonster2-select-file.exp: New file.
12943 * gdb.perf/gmonster2.cc: New file.
12944 * gdb.perf/gmonster2.exp: New file.
12945
12946 2015-07-24 Doug Evans <dje@google.com>
12947
12948 * gdb.perf/README: New file.
12949 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12950 * lib/gen-perf-test.exp: New file.
12951
12952 2015-07-24 Doug Evans <dje@google.com>
12953
12954 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12955 (PerfTest::startup): New function.
12956 (PerfTest::run): Return result of calling body.
12957 (PerfTest::assemble): Rewrite.
12958 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12959 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12960 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12961 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12962 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12963
12964 2015-07-24 Doug Evans <dje@google.com>
12965
12966 * lib/gdb.exp (clean_restart): Make executable optional.
12967
12968 2015-07-24 Doug Evans <dje@google.com>
12969
12970 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12971 compiler_info references.
12972 * gdb.cp/temargs.exp: Ditto.
12973 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12974 (get_compiler_info): Early exit if already computed. Set compiler_info
12975 to "unknown" if there was a problem.
12976 (test_compiler_info): Add function comment. Call get_compiler_info.
12977
12978 2015-07-24 Doug Evans <dje@google.com>
12979
12980 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12981 (workers/%.worker, build-perf): New rule.
12982 (GDB_PERFTEST_MODE): New variable.
12983 (check-perf): Use it.
12984 (clean): Clean up gdb.perf parallel build subdirs.
12985 * lib/build-piece.exp: New file.
12986 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12987 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12988 name.
12989 (standard_temp_file): Ditto.
12990 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12991 of $GDB_PARALLEL.
12992
12993 2015-07-24 Doug Evans <dje@google.com>
12994
12995 * lib/future.exp (gdb_default_target_compile): New option
12996 "early_flags".
12997 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12998 --as-needed.
12999
13000 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13001
13002 * gdb.base/catch-syscall.exp: Call gdb_exit before
13003 gdb_skip_xml_test.
13004
13005 2015-07-24 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.python/py-events.exp: Accept output between the stop event
13008 and the prompt.
13009 * gdb.python/py-evsignal.exp: Likewise.
13010 * gdb.python/py-evthreads.exp: Likewise.
13011
13012 2015-07-24 Pedro Alves <palves@redhat.com>
13013
13014 PR gdb/18717
13015 * gdb.threads/non-ldr-exit.c: New file.
13016 * gdb.threads/non-ldr-exit.exp: New file.
13017
13018 2015-07-24 Yao Qi <yao.qi@linaro.org>
13019
13020 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13021 restarting process.
13022
13023 2015-07-24 Yao Qi <yao.qi@linaro.org>
13024
13025 * gdb.server/ext-restart.exp: New file.
13026
13027 2015-07-24 Yao Qi <yao.qi@linaro.org>
13028
13029 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13030 argument options.
13031 * gdb.server/ext-wrapper.exp: New file.
13032
13033 2015-07-23 Doug Evans <dje@google.com>
13034
13035 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13036 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13037
13038 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13039
13040 * gdb.ada/var_arr_typedef.exp: New testcase.
13041 * gdb.ada/var_arr_typedef/pack.adb: New file.
13042 * gdb.ada/var_arr_typedef/pack.ads: New file.
13043 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13044
13045 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13046
13047 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13048
13049 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13050
13051 * gdb.arch/i386-biarch-core.exp: Replace istarget
13052 by "complete set gnutarget". Remove expectation for the "core-file"
13053 command.
13054
13055 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13056
13057 Revert the previous commit:
13058 Tests for validate symbol file using build-id.
13059
13060 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13061
13062 Tests for validate symbol file using build-id.
13063 * gdb.base/solib-mismatch-lib.c: New file.
13064 * gdb.base/solib-mismatch-libmod.c: New file.
13065 * gdb.base/solib-mismatch.c: New file.
13066 * gdb.base/solib-mismatch.exp: New file.
13067
13068 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13069
13070 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13071 nios2-*-linux*.
13072 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13073 * gdb.base/siginfo.exp: Likewise.
13074 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13075
13076 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13077
13078 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13079 Move it to ...
13080 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13081 ... here.
13082 * gdb.trace/range-stepping.exp: Check that the target supports
13083 range stepping.
13084
13085 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13088
13089 2015-07-14 Pedro Alves <palves@redhat.com>
13090
13091 * gdb.base/killed-outside.exp: New file.
13092 * gdb.base/killed-outside.c: New file.
13093
13094 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13095
13096 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13097 (n at main): New.
13098 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13099
13100 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13101
13102 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13103 infcall tests instead of setting up for KFAIL.
13104
13105 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13106
13107 * gdb.btrace/record_goto-step.exp: New.
13108
13109 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13110
13111 PR compile/18484
13112 * gdb.compile/compile.c (struct struct_type): Add volatile to
13113 selffield's type.
13114 * gdb.compile/compile.exp
13115 (compile code struct_object.selffield = &struct_object): Skip further
13116 struct_object tests if this one xfails.
13117
13118 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13119
13120 PR exp/18617
13121 * gdb.trace/ax.exp: Add test.
13122
13123 2015-07-07 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13126 instead of istarget "aarch64*-*-*".
13127 * gdb.arch/aarch64-fp.exp: Likewise.
13128 * gdb.base/float.exp: Likewise.
13129 * gdb.reverse/aarch64.exp: Likewise.
13130 * lib/gdb.exp (is_aarch64_target): New proc.
13131
13132 2015-07-07 Yao Qi <yao.qi@linaro.org>
13133
13134 * lib/gdb.exp (is_aarch32_target): New proc.
13135 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13136 instead of "istarget "arm*-*-*"".
13137 * gdb.arch/arm-disp-step.exp: Likewise.
13138 * gdb.arch/thumb-bx-pc.exp: Likewise.
13139 * gdb.arch/thumb-prologue.exp: Likewise.
13140 * gdb.arch/thumb-singlestep.exp: Likewise.
13141 * gdb.base/disp-step-syscall.exp: Likewise.
13142 * gdb.base/float.exp: Likewise.
13143
13144 2015-07-07 Yao Qi <yao.qi@linaro.org>
13145
13146 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13147 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13148
13149 2015-07-07 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13152 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13153 if it exists.
13154 * gdb.multi/multi-arch.exp: Likewise.
13155
13156 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13157
13158 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13159 print.
13160
13161 2015-07-07 Yao Qi <yao.qi@linaro.org>
13162
13163 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13164
13165 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13166
13167 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13168 '[' and ']' characters.
13169
13170 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13171
13172 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13173
13174 2015-06-29 Pedro Alves <palves@redhat.com>
13175
13176 PR threads/18127
13177 * gdb.threads/hand-call-new-thread.c: New file.
13178 * gdb.threads/hand-call-new-thread.c: New file.
13179
13180 2015-06-26 Keith Seitz <keiths@redhat.com>
13181 Doug Evans <dje@google.com>
13182
13183 PR 16253
13184 * gdb.cp/var-tag-2.cc: New file.
13185 * gdb.cp/var-tag-3.cc: New file.
13186 * gdb.cp/var-tag-4.cc: New file.
13187 * gdb.cp/var-tag.cc: New file.
13188 * gdb.cp/var-tag.exp: New file.
13189
13190 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13191
13192 * gdb.base/history-duplicates.exp: New test.
13193
13194 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13195
13196 * gdb.base/completion.exp: Test the completion of the "focus"
13197 command.
13198
13199 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 * gdb.arch/amd64-prologue-skip.S: New file.
13202 * gdb.arch/amd64-prologue-skip.exp: New file.
13203
13204 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13205
13206 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13207 is_address_zero_readable check.
13208
13209 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13210
13211 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13212 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13213
13214 2015-06-24 Yao Qi <yao.qi@linaro.org>
13215
13216 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13217 linux targets.
13218
13219 2015-06-24 Yao Qi <yao.qi@linaro.org>
13220
13221 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13222 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13223 * gdb.base/siginfo-thread.exp: Likewise.
13224
13225 2015-06-22 Yao Qi <yao.qi@linaro.org>
13226
13227 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13228
13229 2015-06-22 Yao Qi <yao.qi@linaro.org>
13230
13231 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13232 aarch64*-*-*.
13233 (skip_hw_watchpoint_tests): Likewise.
13234
13235 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13236
13237 * gdb.base/gdbinit-history.exp: Test the interaction between
13238 setting GDBHISTSIZE and setting the history size via .gdbinit.
13239
13240 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13241
13242 PR gdb/16999
13243 * gdb.base/gdbhistsize-history.exp: New test.
13244
13245 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13246
13247 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13248 with GDBHISTSIZE.
13249 * gdb.base/readline.exp: Likewise.
13250
13251 2015-06-17 Yao Qi <yao.qi@linaro.org>
13252
13253 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13254 line.
13255
13256 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13257
13258 * gdb.base/gdbinit-history.exp: Add test case to check that
13259 an unlimited history file does not get truncated on exit.
13260
13261 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13262
13263 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13264 (VECTOR): New macro. Use it...
13265 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13266 ...for these typedefs.
13267 (int8, char1, int1, double1): New typedefs.
13268 (struct just_int2, struct two_int2): New structures.
13269 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13270 (add_structvecs, add_singlevecs): New functions.
13271 (main): Call add_some_intvecs twice.
13272 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13273 the compile and exit upon failure. Try compiling for the "native"
13274 architecture. Test inferior function calls with vector arguments
13275 and vector return value handling with "finish" and "return".
13276
13277 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13278
13279 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13280 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13281 PE file.
13282 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13283
13284 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13285
13286 PR breakpoints/16465
13287 * gdb.mi/mi-dprintf-pending.c: New file.
13288 * gdb.mi/mi-dprintf-pending.exp: New test.
13289 * gdb.mi/mi-dprintf-pendshr.c: New file.
13290
13291 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13292 Mircea Gherzan <mircea.gherzan@intel.com>
13293
13294 * gdb.arch/i386-mpx-map.c: New file.
13295 * gdb.arch/i386-mpx-map.exp: New File.
13296
13297 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13298
13299 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13300 * gdb.arch/i386-mpx.exp: Indentation fixed.
13301
13302 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13303
13304 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13305 function and improved indentation.
13306 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13307 gdb_test_multiple. Added additional tests to skip the test.
13308
13309 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13310
13311 * gdb.arch/i386-avx512.c: Change path in include file.
13312 * gdb.arch/i386-avx512.exp: Change include dir path
13313 compilation flag.
13314 * gdb.arch/i386-mpx.c: Change path in include file.
13315 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13316 flag.
13317
13318 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13319
13320 * gdb.compile/compile-print.exp (compile print *vararray@3)
13321 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13322
13323 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13324
13325 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13326 (do not keep jit in memory): ... this.
13327 (expect 5): Change it to ...
13328 (expect no 5): ... this.
13329
13330 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13331
13332 PR gdb/15564
13333 * gdb.mi/mi-detach.exp: New file.
13334
13335 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13336
13337 PR symtab/18392
13338 * gdb.arch/amd64-tailcall-self.S: New file.
13339 * gdb.arch/amd64-tailcall-self.c: New file.
13340 * gdb.arch/amd64-tailcall-self.exp: New file.
13341
13342 2015-05-28 Don Breazeal <donb@codesourcery.com>
13343
13344 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13345 tests for remote targets by checking is_target_gdbserver.
13346
13347 2015-05-27 Doug Evans <dje@google.com>
13348
13349 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13350 * gdb.dwarf2/opaque-type-lookup.c: New file.
13351 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13352
13353 2015-05-26 Doug Evans <dje@google.com>
13354
13355 * gdb.cp/iostream.cc: New file.
13356 * gdb.cp/iostream.exp: New file.
13357
13358 2015-05-26 Doug Evans <dje@google.com>
13359
13360 * gdb.dwarf2/dw2-op-call.exp: Update.
13361 * gdb.dwarf2/dw4-sig-types.exp: Update.
13362 * gdb.dwarf2/implptr.exp: Update.
13363 * gdb.mi/mi-cmd-param-changed.exp: Update.
13364
13365 2015-05-26 Doug Evans <dje@google.com>
13366
13367 * gdb.python/py-lazy-string.c: New file.
13368 * gdb.python/py-lazy-string.exp: New file.
13369 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13370 (main): Update. Add estring3.
13371 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13372 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13373
13374 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13375 Yao Qi <yao.qi@linaro.org>
13376
13377 * gdb.reverse/aarch64.c: New.
13378 * gdb.reverse/aarch64.exp: New.
13379
13380 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13381
13382 * lib/gdb.exp (supports_process_record): Return true for
13383 aarch64*-linux*.
13384 (supports_reverse): Likewise.
13385
13386 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13387
13388 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13389 Use with_test_prefix.
13390
13391 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13392
13393 * gdb.base/completion.exp: Add test for completion of layout
13394 names.
13395
13396 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13397
13398 * lib/gdb.exp (skip_tui_tests): New proc.
13399 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13400
13401 2015-05-19 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13404 Save the whole env array instead of just HOME. Unset HISTSIZE in
13405 the environment while testing. Restore whole environment
13406 afterwards.
13407
13408 2015-05-16 Doug Evans <xdje42@gmail.com>
13409
13410 * gdb.guile/scm-ports.c: New file.
13411 * gdb.guile/scm-ports.exp: Add memory port tests.
13412
13413 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13414
13415 * gdb.compile/compile-print.c: New file.
13416 * gdb.compile/compile-print.exp: New file.
13417
13418 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13419
13420 * gdb.compile/compile-ops.exp: Cast param to void.
13421 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13422 (compile code struct_object.selffield = &struct_object): Add xfail.
13423
13424 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.ada/arr_enum_with_gap: New testcase.
13427
13428 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13429
13430 * gdb.ada/byte_packed_arr: New testcase.
13431
13432 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13433
13434 * gdb.ada/pckd_neg: New testcase.
13435
13436 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13437
13438 PR gdb/17820
13439 * gdb.base/gdbinit-history.exp: New test.
13440 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13441 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13442
13443 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13444
13445 * gdb.python/py-xmethods.cc: Enhance test case.
13446 * gdb.python/py-xmethods.exp: New tests.
13447 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13448 function.
13449 (B_indexoper): Likewise.
13450 (global_dm_list) : Add new xmethod worker functions.
13451
13452 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13453
13454 * gdb.base/coredump-filter.exp: Correctly unset
13455 "coredump_var_addr" array.
13456
13457 2015-05-08 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.server/non-existing-program.exp: Unset spawn_id.
13460
13461 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13462
13463 PR python/18291
13464 * gdb.python/py-xmethods.exp: Add tests.
13465
13466 2015-05-08 Yao Qi <yao.qi@linaro.org>
13467
13468 PR gdb/18208
13469 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13470 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13471 function set_coredump_filter, and remove remote_exec call.
13472 Remove argument ipid. Callers update.
13473 (top level): Don't get inferior's PID.
13474
13475 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13476
13477 * gdb.base/watch_thread_num.exp: Skip test on targets without
13478 access watchpoints.
13479
13480 2015-05-06 Pedro Alves <palves@redhat.com>
13481
13482 PR server/18081
13483 * gdb.server/non-existing-program.exp: New file.
13484
13485 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13486
13487 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13488
13489 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13490
13491 * gdb.ada/out_of_line_in_inlined: New testcase.
13492
13493 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13494
13495 * gdb.ada/var_rec_arr: New testcase.
13496
13497 2015-04-30 Yao Qi <yao.qi@linaro.org>
13498
13499 * gdb.base/break-idempotent.exp: If
13500 skip_hw_watchpoint_multi_tests returns true, skip the tests
13501 on "rwatch" and "awatch".
13502
13503 2015-04-30 Yao Qi <yao.qi@linaro.org>
13504
13505 * gdb.base/relativedebug.exp: Invoke gdb command
13506 "info sharedlibrary", and if libc.so doesn't have debug info,
13507 skip the test.
13508
13509 2015-04-29 Doug Evans <dje@google.com>
13510
13511 * gdb.python/py-xmethods.exp: Add ptype tests.
13512 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13513 get_result_type method.
13514
13515 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13516
13517 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13518 the target does not support hardware watchpoints.
13519
13520 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13521
13522 * gdb.base/break-always.exp: Abort testing if writing to memory
13523 causes an error.
13524
13525 2015-04-28 Doug Evans <dje@google.com>
13526
13527 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13528 * gdb.python/py-pp-registration.exp: ... here. New file.
13529 * gdb.python/py-pp-registration.c: New file.
13530 * gdb.python/py-pp-registration.py: New file.
13531
13532 2015-04-28 Doug Evans <dje@google.com>
13533
13534 * gdb.python/py-bad-printers.c: New file.
13535 * gdb.python/py-bad-printers.py: New file.
13536 * gdb.python/py-bad-printers.exp: New file.
13537
13538 2015-04-28 Sasha Smundak <asmundak@google.com>
13539
13540 * gdb.python/py-type.exp: New test.
13541
13542 2015-04-28 Andy Wingo <wingo@igalia.com>
13543
13544 * gdb.python/py-parameter.exp:
13545 * gdb.guile/scm-parameter.exp: Escape the path that we are
13546 matching against, as it might contain characters that are special
13547 to regular expressions.
13548
13549 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13550
13551 * gdb.ada/rec_comp: New testcase.
13552
13553 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13554
13555 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13556 before using it.
13557
13558 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13559
13560 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13561 new tests for verilog output.
13562
13563 2015-04-24 Yao Qi <yao.qi@linaro.org>
13564
13565 * boards/remote-gdbserver-on-localhost.exp: New file.
13566
13567 2015-04-23 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13570 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13571 "end of file", remove $inferior_spawn_id from the indirect list.
13572
13573 2015-04-23 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13576
13577 2015-04-23 Pedro Alves <palves@redhat.com>
13578
13579 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13580 on $any_spawn_id instead of only on $gdb_spawn_id.
13581
13582 2015-04-21 Pierre Muller <muller@sourceware.org>
13583
13584 PR pascal/17815
13585 * lib/pascal.exp (gpc_compile): Add new option "class".
13586 (fpc_compile): Likewise.
13587 * gdb.pascal/case-insensitive-symbols.pas: New file.
13588 * gdb.pascal/case-insensitive-symbols.exp: New file.
13589
13590 2015-04-20 Gary Benson <gbenson@redhat.com>
13591
13592 * gdb.base/attach.exp: Fix three extended remote failures.
13593
13594 2015-04-17 Gary Benson <gbenson@redhat.com>
13595
13596 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13597 the main executable over the remote protocol.
13598
13599 2015-04-16 Pedro Alves <palves@redhat.com>
13600
13601 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13602 a new gdbserver if gdbserver_reconnect_p is set.
13603
13604 2015-04-16 Pedro Alves <palves@redhat.com>
13605
13606 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13607 is set, don't exit gdbserver.
13608
13609 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13610
13611 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13612 appropriate .insn, such that an older assembler can be used.
13613 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13614 the z/Architecture instruction set on 31-bit targets as well.
13615
13616 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13617
13618 * gdb.go/handcall.exp: Remove all logic related to the first
13619 breakpoint and rely on go_runto_main instead.
13620 * gdb.go/strings.exp: Likewise.
13621 * gdb.go/unsafe.exp: Likewise.
13622 * gdb.go/hello.exp: Likewise. Also rename the remaining
13623 breakpoint marker to "breakpoint 1".
13624 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13625 * gdb.go/strings.go: Likewise.
13626 * gdb.go/unsafe.go: Likewise.
13627 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13628 "set breakpoint 2 here" and rename the remaining breakpoint marker
13629 to "breakpoint 1".
13630
13631 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13632
13633 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13634 if itertools.imap is not present.
13635 * gdb.python/py-objfile.exp: Add parentheses.
13636 * gdb.python/py-type.exp: Same.
13637 * gdb.python/py-unwind-maint.py: Same.
13638
13639 2015-04-15 Yao Qi <yao.qi@linaro.org>
13640
13641 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13642 of ":$ptr_size" and set its form explicitly.
13643
13644 2015-04-15 Pedro Alves <palves@redhat.com>
13645 Yao Qi <yao.qi@linaro.org>
13646
13647 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13648 timeout by factor of 4.
13649 (test_regular_watch): Likewise.
13650 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13651 * gdb.reverse/sigall-reverse.exp: Likewise.
13652 * gdb.reverse/until-precsave.exp: Likewise.
13653 * lib/gdb.exp (with_timeout_factor): New proc.
13654 (gdb_expect): Move some code to ...
13655 (get_largest_timeout): ... here. New procedure.
13656
13657 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13658
13659 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13660
13661 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13662
13663 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13664 to write to the .text section.
13665
13666 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13667
13668 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13669 Handle the case of targets that do not provide PID information.
13670
13671 2015-04-13 Yao Qi <yao.qi@linaro.org>
13672
13673 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13674 and use expect instead of gdb_expect.
13675
13676 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13677
13678 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13679 "coredump_var_addr" to avoid naming conflict with other testcases.
13680
13681 2015-04-10 Pedro Alves <palves@redhat.com>
13682
13683 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13684 gdb_test_sequence and gdb_assert.
13685
13686 2015-04-10 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13689 test messages that don't include the breakpoint address.
13690
13691 2015-04-10 Yao Qi <yao.qi@linaro.org>
13692
13693 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13694 false for some offset and width combinations which aren't
13695 supported by linux kernel.
13696
13697 2015-04-10 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13700 procedure, factored out from ...
13701 (top level): ... here. Add "set displaced-stepping" testing axis.
13702 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13703 parameter "displaced". Use it.
13704 (top level): Use foreach and add "set displaced-stepping" testing
13705 axis.
13706
13707 2015-04-10 Pedro Alves <palves@redhat.com>
13708
13709 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13710 Remove comment.
13711 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13712 both the address of the instruction that triggers the watchpoint
13713 and the address of the instruction immediately after, and use
13714 those addresses for the test. Fix comment.
13715
13716 2015-04-10 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.base/sigstep.exp (breakpoint_to_handler)
13719 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13720 Test "backtrace" in handler.
13721 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13722 (top level): Add new "displaced" test axis to
13723 breakpoint_to_handler, breakpoint_to_handler_entry and
13724 breakpoint_over_handler.
13725
13726 2015-04-10 Pedro Alves <palves@redhat.com>
13727
13728 PR gdb/18216
13729 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13730
13731 2015-04-10 Yao Qi <yao.qi@linaro.org>
13732
13733 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13734 (test_add_rn_pc): New function.
13735 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13736 (top level): Invoke test_add_rn_pc.
13737
13738 2015-04-10 Pedro Alves <palves@redhat.com>
13739
13740 PR gdb/13858
13741 * gdb.base/step-over-no-symbols.exp: New file.
13742
13743 2015-04-09 Andy Wingo <wingo@igalia.com>
13744
13745 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13746 after the Python tests.
13747
13748 2015-04-08 Keith Seitz <keiths@redhat.com>
13749
13750 PR python/16699
13751 * gdb.python/py-completion.exp: New tests for completion.
13752 * gdb.python/py-completion.py (CompleteLimit1): New class.
13753 (CompleteLimit2): Likewise.
13754 (CompleteLimit3): Likewise.
13755 (CompleteLimit4): Likewise.
13756 (CompleteLimit5): Likewise.
13757 (CompleteLimit6): Likewise.
13758 (CompleteLimit7): Likewise.
13759
13760 2015-04-08 Pedro Alves <palves@redhat.com>
13761
13762 PR gdb/18214
13763 PR gdb/18216
13764 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13765 function.
13766 (main): Install it as SIGUSR1 handler.
13767 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13768 parameter. Always use "setup" as prefix. Toggle "set
13769 displaced-stepping" off/on depending on global. Don't switch to
13770 thread 1 here.
13771 (top level): Add displaced stepping "off/on" test axis. Update
13772 "setup" calls. Wrap each subtest with with_test_prefix. Test
13773 continuing with a queued signal in each thread.
13774
13775 2015-04-08 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13778 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13779 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13780 Return early if running to main fails.
13781 * gdb.trace/while-stepping.exp: Likewise.
13782
13783 2015-04-07 Pedro Alves <palves@redhat.com>
13784
13785 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13786 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13787 interact with inferior program.
13788
13789 2015-04-07 Pedro Alves <palves@redhat.com>
13790
13791 * lib/gdb.exp (inferior_spawn_id): New global.
13792 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13793 spawn id after processing the user code.
13794 (default_gdb_start): Set inferior_spawn_id.
13795 (send_inferior): New procedure.
13796 * lib/gdbserver-support.exp (gdbserver_start): Set
13797 inferior_spawn_id.
13798 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13799
13800 2015-04-07 Pedro Alves <palves@redhat.com>
13801
13802 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13803 * lib/gdbserver-support.exp (gdbserver_start): Make
13804 $server_spawn_id global.
13805 (gdbserver_start): Don't wait for gdbserver's spawn id with
13806 expect_background.
13807 (close_gdbserver): New procedure.
13808 (gdb_exit): Rename the default version and reimplement.
13809
13810 2015-04-07 Pedro Alves <palves@redhat.com>
13811
13812 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13813 append the substituted item, not the original item.
13814
13815 2015-04-07 Pedro Alves <palves@redhat.com>
13816
13817 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13818 gdb_expect.
13819
13820 2015-04-07 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13823 output appearing once only.
13824
13825 2015-04-07 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13828 that doesn't expect anything. Return early if running to main
13829 fails.
13830
13831 2015-04-07 Yao Qi <yao.qi@linaro.org>
13832
13833 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13834 (child_function): Call alarm.
13835 (main): Move call to alarm into the loop.
13836 * gdb.threads/non-stop-fair-events.exp: Build program with
13837 -DTIMEOUT=$timeout.
13838
13839 2015-04-06 Doug Evans <xdje42@gmail.com>
13840
13841 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13842 Fix dest parameter to board_info.
13843 (fpc_compile): Ditto.
13844 (gdb_compile_pascal): Rename dest arg to destfile.
13845
13846 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13847
13848 * gdb.ada/funcall_ref.exp: New file.
13849 * gdb.ada/funcall_ref/foo.adb: New file.
13850
13851 2015-04-02 Yao Qi <yao.qi@linaro.org>
13852
13853 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13854 is remote.
13855
13856 2015-04-02 Gary Benson <gbenson@redhat.com>
13857
13858 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13859
13860 2015-04-01 Sasha Smundak <asmundak@google.com>
13861
13862 * gdb.python/py-unwind-maint.c: New file.
13863 * gdb.python/py-unwind-maint.exp: New test.
13864 * gdb.python/py-unwind-maint.py: New file.
13865 * gdb.python/py-unwind.c: New file.
13866 * gdb.python/py-unwind.exp: New test.
13867 * gdb.python/py-unwind.py: New test.
13868
13869 2015-04-01 Pedro Alves <palves@redhat.com>
13870
13871 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13872 to fail instead of non-existent $test.
13873
13874 2015-04-01 Pedro Alves <palves@redhat.com>
13875
13876 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13877 GDBFLAGS if not empty.
13878
13879 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13880
13881 * gdb.ada/complete.exp: Remove "multi_line".
13882 * gdb.ada/info_exc.exp: Remove "multi_line".
13883 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13884 * gdb.ada/ptype_field.exp: Remove "multi_line".
13885 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13886 * gdb.ada/tagged.exp: Remove "multi_line".
13887 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13888 [multi_line ...]
13889 * gdb.btrace/delta.exp: Likewise.
13890 * gdb.btrace/exception.exp: Likewise.
13891 * gdb.btrace/function_call_history.exp: Likewise.
13892 * gdb.btrace/instruction_history.exp: Likewise.
13893 * gdb.btrace/nohist.exp: Likewise.
13894 * gdb.btrace/record_goto.exp: Likewise.
13895 * gdb.btrace/segv.exp: Likewise.
13896 * gdb.btrace/stepi.exp: Likewise.
13897 * gdb.btrace/tailcall.exp: Likewise.
13898 * gdb.btrace/unknown_functions.exp: Likewise.
13899 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13900 * lib/gdb.exp: Add the "multi_line" helper.
13901
13902 2015-04-01 Pedro Alves <palves@redhat.com>
13903
13904 * gdb.threads/tid-reuse.c: New file.
13905 * gdb.threads/tid-reuse.exp: New file.
13906
13907 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13908
13909 PR corefiles/16092
13910 * gdb.base/coredump-filter.c: New file.
13911 * gdb.base/coredump-filter.exp: Likewise.
13912
13913 2015-03-27 Petr Machata <pmachata@redhat.com>
13914
13915 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13916 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13917 (Dwarf::assemble): Initialize them.
13918 (Dwarf::lines): New function.
13919
13920 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13921
13922 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13923 SYMBOL_PREFIX for x86_64-*-cygwin.
13924
13925 2015-03-26 Andy Wingo <wingo@igalia.com>
13926
13927 PR symtab/18148
13928 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13929 const_value but not a location.
13930 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13931 location defined in non-main CUs are visible.
13932
13933 2015-03-26 Yao Qi <yao.qi@linaro.org>
13934
13935 PR testsuite/18139
13936 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13937 Add a line number entry for the same line.
13938 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13939 Add a line number entry for the same line.
13940
13941 2015-03-26 Yao Qi <yao.qi@linaro.org>
13942
13943 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13944 .int 0.
13945 (func): Likewise. Add .Lfunc_1 label.
13946 Use .Lfunc_1 label.
13947 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13948 .int 0.
13949 (func): Likewise.
13950 Use .Lfunc_1 label.
13951
13952 2015-03-26 Yao Qi <yao.qi@linaro.org>
13953
13954 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13955 Call gdb_compile instead to compile each .s files without debug
13956 information.
13957
13958 2015-03-26 Yao Qi <yao.qi@linaro.org>
13959
13960 * gdb.base/savedregs.exp (process_saved_regs): Make
13961 "Saved registers:" optional in the pattern.
13962
13963 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13964
13965 * gdb.btrace/next.exp: Merged into step.exp.
13966 * gdb.btrace/finish.exp: Merged into step.exp.
13967 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13968 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13969 "record goto" and checking the exact replay position.
13970 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13971 check for "Recording format" in "info record" output.
13972 * gdb.btrace/record_goto.exp: Choose test file based on target.
13973 * gdb.btrace/x86-record_goto.S: Renamed into ...
13974 * gdb.btrace/x86_64-record_goto.S: ... this.
13975 * gdb.btrace/i686-record_goto.S: New.
13976 * gdb.btrace/x86-tailcall.S: Renamed into ...
13977 * gdb.btrace/x86_64-tailcall.S: ... this.
13978 * gdb.btrace/i686-tailcall.S: New.
13979 * gdb.btrace/x86-tailcall.c: Renamed into ...
13980 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13981 separate statements. Update test.
13982 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13983 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13984 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13985 * gdb.btrace/tailcall.exp: Choose test file based on target.
13986 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13987
13988 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13989
13990 * gdb.btrace/exception.exp: Increase BTS buffer size.
13991
13992 2015-03-24 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13995
13996 2015-03-24 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.threads/schedlock.exp (test_step): No longer expect that
13999 "set scheduler-locking step" with "next" over a function call runs
14000 threads unlocked.
14001
14002 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14003
14004 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14005
14006 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14007
14008 PR breakpoints/16466
14009 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14010 * gdb.mi/mi-pending.c (thread_func): New function.
14011 (int main): Add threading support required.
14012 * gdb.mi/mi-pending.exp: Add tests for this issue.
14013 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14014 (pendfunc2): Remove stdio dependency.
14015 * gdb.mi/mi-pendshr2.c: New file.
14016
14017 2015-03-23 Keith Seitz <keiths@redhat.com>
14018
14019 * gdb.linespec/keywords.c: New file.
14020 * gdb.linespec/keywords.exp: New file.
14021
14022 2015-03-23 Keith Seitz <keiths@redhat.com>
14023
14024 PR gdb/18021
14025 * gdb.dwarf2/staticvirtual.exp: New test.
14026
14027 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14028
14029 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14030 * README: Remove HP-UX and gdb.hp.
14031 (configuration):
14032 * configure: Regenerate.
14033 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14034 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14035 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14036 gdb.hp/gdb.defects/Makefile.
14037 * gdb.hp/Makefile.in: File deleted.
14038 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14039 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14040 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14041 * gdb.hp/gdb.aCC/run.c: File deleted.
14042 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14043 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14044 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14045 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14046 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14047 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14048 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14049 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14050 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14051 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14052 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14053 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14054 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14055 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14056 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14057 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14058 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14059 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14060 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14061 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14062 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14063 * gdb.hp/gdb.compat/average.c: File deleted.
14064 * gdb.hp/gdb.compat/sum.c: File deleted.
14065 * gdb.hp/gdb.compat/xdb.c: File deleted.
14066 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14067 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14068 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14069 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14070 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14071 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14072 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14073 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14074 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14075 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14076 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14077 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14078 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14079 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14080 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14081 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14082 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14083 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14084 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14085 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14086 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14087 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14088 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14089 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14090 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14091 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14092 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14093 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14094 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14095 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14096 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14097 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14098 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14099 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14100 * gdb.hp/tools/odump: File deleted.
14101
14102 2015-03-19 Pedro Alves <palves@redhat.com>
14103
14104 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14105 (saw_thread_3): New globals.
14106 (top level): Increment them when an event for the corresponding
14107 thread is seen.
14108 (no thread starvation): New test.
14109
14110 2015-03-19 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.threads/continue-pending-status.c: New file.
14113 * gdb.threads/continue-pending-status.exp: New file.
14114
14115 2015-03-18 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14118 Use gdb_is_target_remote instead of is_remote. Use
14119 gdb_test_multiple instead of gdb_expect. Exit early if
14120 gdb_test_multiple hits its internal matches. Tighten stepi tests
14121 expected output. Fail on exit with any signal, instead of just
14122 SIGILL.
14123
14124 2015-03-18 Yao Qi <yao.qi@linaro.org>
14125
14126 PR tdep/18107
14127 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14128 variable.
14129 * gdb.base/catch-syscall.exp: Don't skip it on
14130 aarch64*-*-linux* target. Remove elements in all_syscalls.
14131 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14132 target.
14133 (setup_all_syscalls): New proc.
14134
14135 2015-03-16 Yao Qi <yao.qi@linaro.org>
14136
14137 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14138 (top level): Skip tests if valid_addr_p returns false for
14139 $cmd1 or $cmd2.
14140
14141 2015-03-11 Andy Wingo <wingo@igalia.com>
14142
14143 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14144
14145 2015-03-11 Yao Qi <yao.qi@linaro.org>
14146
14147 * gdb.base/catch-syscall.exp: Fix typo in comments.
14148
14149 2015-03-11 Yao Qi <yao.qi@linaro.org>
14150
14151 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14152
14153 2015-03-09 Pedro Alves <palves@redhat.com>
14154
14155 * dg-extract-results.py: Delete.
14156
14157 2015-03-09 Pedro Alves <palves@redhat.com>
14158
14159 Merge dg-extract-results.sh from GCC upstream (r218843).
14160
14161 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14162 * dg-extract-results.sh: Use --text with grep to avoid issues with
14163 binary files. Fall back to cat -v, if that doesn't work.
14164
14165 2015-03-05 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14168
14169 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14170
14171 * lib/mi-support.exp (mi_expect_interrupt): Accept
14172 alternative event for when in all-stop mode.
14173
14174 2015-03-04 Pedro Alves <palves@redhat.com>
14175
14176 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14177
14178 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14179
14180 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14181
14182 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14183
14184 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14185 regexps for GDB's current line display, accept a hex address
14186 preceding the line number.
14187
14188 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14189
14190 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14191 the 'arch1' variable for "s390*-linux*" targets.
14192
14193 2015-03-04 Pedro Alves <palves@redhat.com>
14194
14195 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14196 (main): Pass missing retval argument to pthread_join call.
14197
14198 2015-03-02 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14201 (top level): Call do_test with non-stop as well.
14202
14203 2015-03-02 Pedro Alves <palves@redhat.com>
14204
14205 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14206 -1.
14207
14208 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14209
14210 * gdb.arch/s390-vregs.exp: New test.
14211 * gdb.arch/s390-vregs.S: New file.
14212
14213 2015-02-27 Pedro Alves <palves@redhat.com>
14214
14215 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14216 call to catch_command_errors.
14217 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14218 catch_command_errors.
14219
14220 2015-02-27 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14223 "true" for boolean result.
14224 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14225 prototype of main.
14226
14227 2015-02-27 Pedro Alves <palves@redhat.com>
14228
14229 * lib/unbuffer_output.c: New file.
14230 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14231 (main): Call gdb_unbuffer_output.
14232
14233 2015-02-27 Yao Qi <yao.qi@linaro.org>
14234
14235 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14236 target.
14237
14238 2015-02-26 Doug Evans <dje@google.com>
14239
14240 * gdb.cp/class2.cc (Dbase, D): New classes.
14241 (main): New local delta.
14242 * gdb.cp/class2.exp: Test printing delta.
14243 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14244 (dynbar): New global.
14245 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14246
14247 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14248
14249 * gdb.compile/compile-ifunc.c: New file.
14250 * gdb.compile/compile-ifunc.exp: New file.
14251
14252 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14253
14254 * gdb.base/structs.exp: Check for correct struct on finish.
14255
14256 2015-02-26 Yao Qi <yao.qi@linaro.org>
14257
14258 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14259 is zero.
14260
14261 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14262
14263 * gdb.arch/cordic.ko.bz2: New file.
14264 * gdb.arch/cordic.ko.debug.bz2: New file.
14265 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14266
14267 2015-02-25 Yao Qi <yao.qi@linaro.org>
14268
14269 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14270 aarch64*-*-* target.
14271
14272 2015-02-23 Pedro Alves <palves@redhat.com>
14273
14274 * lib/gdb.exp (delete_breakpoints): Rewrite using
14275 gdb_test_multiple.
14276
14277 2015-02-23 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.base/info-os.c: Include stdlib.h.
14280
14281 2015-02-22 Doug Evans <xdje42@gmail.com>
14282
14283 PR symtab/17855
14284 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14285 is read after symbols have been re-read.
14286 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14287 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14288
14289 2015-02-21 Doug Evans <dje@google.com>
14290
14291 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14292
14293 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14294
14295 PR corefiles/17808
14296 * gdb.arch/i386-biarch-core.core.bz2: New file.
14297 * gdb.arch/i386-biarch-core.exp: New file.
14298
14299 2015-02-21 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14302 runto_main fails.
14303
14304 2015-02-20 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14307 info probes.
14308
14309 2015-02-20 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14312
14313 2015-02-20 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14316 clean_restart before gdb_target_supports_trace.
14317
14318 2015-02-20 Pedro Alves <palves@redhat.com>
14319
14320 PR threads/18006
14321 * gdb.threads/clone-thread_db.c: New file.
14322 * gdb.threads/clone-thread_db.exp: New file.
14323
14324 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14325
14326 PR breakpoints/16812
14327 * gdb.base/catch-gdb-caused-signals.c: New file.
14328 * gdb.base/catch-gdb-caused-signals.exp: New file.
14329
14330 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14331
14332 * configure: Regenerated.
14333 * configure.ac: Use GDB_AC_TRANSFORM.
14334 * aclocal.m4: sinclude ../transform.m4.
14335
14336 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14337
14338 * lib/dtrace.exp: New file.
14339 * gdb.base/dtrace-probe.exp: Likewise.
14340 * gdb.base/dtrace-probe.d: Likewise.
14341 * gdb.base/dtrace-probe.c: Likewise.
14342 * lib/pdtrace.in: Likewise.
14343 * configure.ac: Output variables with the transformed names of
14344 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14345 * configure: Regenerated.
14346
14347 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14348
14349 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14350 expected message when trying to access $_probe_* convenience
14351 variables while not on a probe.
14352
14353 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14354
14355 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14356
14357 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14358
14359 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14360 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14361
14362 2015-02-10 Doug Evans <xdje42@gmail.com>
14363
14364 * lib/gdb.exp (gdb_load): Always return a result.
14365
14366 2015-02-10 Pedro Alves <palves@redhat.com>
14367
14368 * gdb.threads/signal-sigtrap.c: New file.
14369 * gdb.threads/signal-sigtrap.exp: New file.
14370
14371 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14372
14373 * gdb.trace/no-attach-trace.c: New file.
14374 * gdb.trace/no-attach-trace.exp: New file.
14375
14376 2015-02-09 Mark Wielaard <mjw@redhat.com>
14377
14378 * gdb.dwarf2/atomic.c: New file.
14379 * gdb.dwarf2/atomic-type.exp: Likewise.
14380
14381 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14382
14383 * gdb.btrace/buffer-size.exp: Update "info record" output.
14384 * gdb.btrace/delta.exp: Update "info record" output.
14385 * gdb.btrace/enable.exp: Update "info record" output.
14386 * gdb.btrace/finish.exp: Update "info record" output.
14387 * gdb.btrace/instruction_history.exp: Update "info record" output.
14388 * gdb.btrace/next.exp: Update "info record" output.
14389 * gdb.btrace/nexti.exp: Update "info record" output.
14390 * gdb.btrace/step.exp: Update "info record" output.
14391 * gdb.btrace/stepi.exp: Update "info record" output.
14392 * gdb.btrace/nohist.exp: Update "info record" output.
14393
14394 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14395
14396 * gdb.btrace/buffer-size: New.
14397
14398 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14399
14400 * gdb.btrace/delta.exp: Update "info record" output.
14401 * gdb.btrace/enable.exp: Update "info record" output.
14402 * gdb.btrace/finish.exp: Update "info record" output.
14403 * gdb.btrace/instruction_history.exp: Update "info record" output.
14404 * gdb.btrace/next.exp: Update "info record" output.
14405 * gdb.btrace/nexti.exp: Update "info record" output.
14406 * gdb.btrace/step.exp: Update "info record" output.
14407 * gdb.btrace/stepi.exp: Update "info record" output.
14408 * gdb.btrace/nohist.exp: Update "info record" output.
14409
14410 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14411
14412 PR gdb/15678
14413 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14414
14415 2015-02-06 Pedro Alves <palves@redhat.com>
14416
14417 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14418 macro.
14419 (seconds_left, again): New globals.
14420 (main): Wait seconds_left in a 1-second sleep loop instead of
14421 sleeping 180 seconds. If 'again' is set, reset the seconds
14422 counter.
14423 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14424 'again' in the inferior before detaching. Print the seconds left.
14425 (options): New global.
14426 (top level): Build program with -DTIMEOUT=$timeout.
14427
14428 2015-02-06 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14431 determine how many seconds to pass to 'alarm'.
14432 * gdb.base/gdb-sigterm.exp (top level): Build program with
14433 -DTIMEOUT=$timeout.
14434 (do_test): Return success/failure indication. Add more verbose
14435 logging. Don't fail if 200 single steps are seen. Instead, fail
14436 when the test times out.
14437 (passes): New global.
14438 (top level): Break the testing loop if testing fails on any
14439 iteration. Use gdb_assert.
14440
14441 2015-02-04 Don Breazeal <donb@codesourcery.com>
14442
14443 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14444 and initialize them.
14445 (ipc_cleanup): New function.
14446 (main): Don't declare shmid, semid, and msqid. Add a call to
14447 atexit so that we call ipc_cleanup on exit.
14448
14449 2015-02-04 Pedro Alves <palves@redhat.com>
14450
14451 * boards/native-extended-gdbserver.exp: Remove any target variant
14452 specifications from the board name before clearing the isremote
14453 flag from board_info.
14454
14455 2015-01-31 Doug Evans <xdje42@gmail.com>
14456
14457 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14458
14459 2015-01-31 Gary Benson <gbenson@redhat.com>
14460
14461 * gdb.base/completion.exp: Disable completion limiting for
14462 existing tests. Add new tests to check completion limiting.
14463 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14464
14465 2015-01-31 Doug Evans <xdje42@gmail.com>
14466
14467 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14468
14469 2015-01-31 Doug Evans <xdje42@gmail.com>
14470
14471 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14472 entries. Duplicate file section script entries.
14473 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14474 inlined entries. Add test for safe-path rejection.
14475 * gdb.python/py-section-script.c: Add duplicate inlined section script
14476 entries. Duplicate file section script entries.
14477 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14478 inlined entries. Add test for safe-path rejection.
14479
14480 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14481
14482 * gdb.ada/disc_arr_bound: New testcase.
14483
14484 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14485
14486 * gdb.ada/mi_var_array: New testcase.
14487
14488 2015-01-27 Doug Evans <dje@google.com>
14489
14490 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14491 Add test for objfile.filename, objfile.username after objfile
14492 has been unloaded.
14493
14494 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14495
14496 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14497 the second test to print the name attribute of value
14498 returned by the call to gdb.lookup_type, and adjust
14499 the expected output accordingly.
14500
14501 2015-01-25 Mark Wielaard <mjw@redhat.com>
14502
14503 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14504 * gdb.base/disp-step-fork.c: Include unistd.h.
14505 * gdb.base/siginfo-obj.c: Include stdio.h.
14506 * gdb.base/siginfo-thread.c: Likewise.
14507 * gdb.mi/non-stop.c: Include unistd.h.
14508 * gdb.mi/nsthrexec.c: Include stdio.h.
14509 * gdb.mi/pthreads.c: Include unistd.h.
14510 * gdb.modula2/unbounded1.c (main): Declare returns int.
14511 * gdb.reverse/consecutive-reverse.c: Likewise.
14512 * gdb.threads/create-fail.c: Include unistd.h.
14513 * gdb.threads/killed.c: Likewise.
14514 * gdb.threads/linux-dp.c: Likewise.
14515 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14516 * gdb.threads/non-ldr-exc-2.c: Likewise.
14517 * gdb.threads/non-ldr-exc-3.c: Likewise.
14518 * gdb.threads/non-ldr-exc-4.c: Likewise.
14519 * gdb.threads/pthreads.c: Include unistd.h.
14520 (main): Declare returns int.
14521 * gdb.threads/tls-main.c (foo): New declaration.
14522 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14523
14524 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14525
14526 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14527 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14528
14529 2015-01-15 Mark Wielaard <mjw@redhat.com>
14530
14531 * gdb.base/noreturn-return.c: New file.
14532 * gdb.base/noreturn-return.exp: New file.
14533 * gdb.base/noreturn-finish.c: New file.
14534 * gdb.base/noreturn-finish.exp: New file.
14535
14536 2015-01-23 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.threads/continue-pending-after-query.c: New file.
14539 * gdb.threads/continue-pending-after-query.exp: New file.
14540
14541 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14542 Simon Marchi <simon.marchi@ericsson.com>
14543
14544 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14545 * gdb.base/valgrind-db-attach.exp: Same.
14546 * gdb.base/valgrind-infcall.exp: Same.
14547 * lib/mi-support.exp (default_mi_gdb_start): Same.
14548 * lib/prompt.exp (default_prompt_gdb_start): Same.
14549 * lib/gdb.exp (default_gdb_spawn): Same.
14550 (gdb_interact): New.
14551
14552
14553 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14554
14555 * gdb.compile/compile.exp (pointer to jit function): New test.
14556
14557 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14558
14559 * lib/gdb.exp (supports_process_record): Return true for
14560 powerpc*-*-linux*.
14561 (supports_reverse): Likewise.
14562
14563 2015-01-15 Don Breazeal <donb@codesourcery.com>
14564
14565 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14566 instead of checking whether the target board is remote and
14567 use spawn_wait_for_attach instead of exec/sleep.
14568 * gdb.base/attach-twice.exp: Likewise.
14569
14570 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.ada/var_arr_attrs: New testcase.
14573
14574 2015-01-14 Pedro Alves <palves@redhat.com>
14575 Joel Brobecker <brobecker@adacore.com>
14576
14577 PR gdb/17525
14578 * gdb.base/bp-cmds-execution-x-script.c: New file.
14579 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14580 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14581
14582 2015-01-14 Pedro Alves <palves@redhat.com>
14583
14584 PR cli/17828
14585 * gdb.base/batch-preserve-term-settings.c: New file.
14586 * gdb.base/batch-preserve-term-settings.exp: New file.
14587
14588 2015-01-13 Doug Evans <dje@google.com>
14589
14590 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14591 binary.
14592
14593 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14594
14595 * Makefile.in (clean mostlyclean): Do not delete *.py.
14596
14597 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14598
14599 * gdb.python/py-lookup-type.exp: New file.
14600
14601 2015-01-12 Pedro Alves <palves@redhat.com>
14602
14603 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14604 restore GDBFLAGS before returning.
14605
14606 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14607
14608 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14609 is_amd64_regs_target and is_x86_like_target.
14610
14611 2015-01-11 Doug Evans <xdje42@gmail.com>
14612
14613 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14614 is given without an explicit form.
14615 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14616 attributes.
14617 * gdb.dwarf/corrupt.exp: Ditto.
14618 * gdb.dwarf2/enum-type.exp: Ditto.
14619 * gdb.trace/entry-values.exp: Ditto.
14620 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14621
14622 2015-01-11 Doug Evans <xdje42@gmail.com>
14623
14624 PR gdb/15830
14625 * gdb.base/maint.exp: Remove references to "maint demangle".
14626 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14627 Add tests for explicitly specifying language to demangle.
14628 * gdb.dlang/demangle.exp: Ditto.
14629
14630 2015-01-09 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.threads/non-stop-fair-events.c: New file.
14633 * gdb.threads/non-stop-fair-events.exp: New file.
14634
14635 2015-01-09 Pedro Alves <palves@redhat.com>
14636
14637 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14638 the global scope. Set a breakpoint after all threads are started
14639 rather than stepping over two source lines. Expect the prompt.
14640 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14641 global.
14642 (NUM): Now 15.
14643 (main): Use threads_started_barrier to wait for all threads to
14644 start. Main thread no longer calls thread_function. Exit after
14645 180 seconds.
14646 (loop): New function.
14647 (thread_function): Wait on threads_started_barrier barrier. Call
14648 'loop' at each iteration.
14649 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14650 threads have started, instead of hardcoding number of "next"
14651 steps. Use an access watchpoint instead of a write watchpoint.
14652
14653 2015-01-09 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14656 (thread_func): Wait on barrier.
14657 (main): Wait for all threads to start before stopping GDB.
14658 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14659 global.
14660 (thread1_func, thread2_func): Wait on barrier.
14661 (main): Wait for all threads to start before stopping GDB.
14662 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14663 New global.
14664 (thread1_func, thread2_func): Wait on barrier.
14665 (main): Wait for all threads to start before stopping GDB.
14666
14667 2015-01-09 Pedro Alves <palves@redhat.com>
14668
14669 * gdb.threads/attach-many-short-lived-threads.c: New file.
14670 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14671
14672 2014-01-09 Pedro Alves <palves@redhat.com>
14673
14674 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14675 instead of to thread 2.
14676 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14677 Add barrier around each pthread_create call instead of around all
14678 calls.
14679 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14680 Set a break on thread_function and have the child threads hit it
14681 one at at a time.
14682
14683 2015-01-09 Pedro Alves <palves@redhat.com>
14684
14685 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14686 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14687 false.
14688 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14689 checking whether the target board is remote.
14690 * gdb.multi/multi-attach.exp: Likewise.
14691 * gdb.python/py-sync-interp.exp: Likewise.
14692 * gdb.server/ext-attach.exp: Likewise.
14693 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14694 tests that need to attach, instead of checking whether the target
14695 board is remote at the top of the file.
14696
14697 2015-01-08 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14700
14701 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14702
14703 Fix testcase compilation.
14704 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14705
14706 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14707
14708 * gdb.python/py-type.exp: Add a couple test about empty
14709 array creation, and negative-length array creation.
14710
14711 2015-01-02 Doug Evans <xdje42@gmail.com>
14712
14713 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14714
14715 2015-01-02 Doug Evans <dje@google.com>
14716
14717 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14718
14719 2014-12-29 Yao Qi <yao@codesourcery.com>
14720
14721 * gdb.trace/entry-values.exp: Update comments. Rename variable
14722 bar_call_foo to returned_from_foo.
14723
14724 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14725
14726 PR gdb/17394
14727 * gdb.linespec/break-asm-file.c: New file.
14728 * gdb.linespec/break-asm-file.exp: New file.
14729 * gdb.linespec/break-asm-file0.s: New file.
14730 * gdb.linespec/break-asm-file1.s: New file.
14731
14732 2014-12-18 Nigel Stephens <nigel@mips.com>
14733 Maciej W. Rozycki <macro@codesourcery.com>
14734
14735 * gdb.base/float.exp: Handle the new output from "info float" on
14736 MIPS targets.
14737
14738 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 Fix MinGW compilation.
14741 * gdb.compile/compile-ops.exp: Update untested message if
14742 !skip_compile_feature_tests.
14743 * gdb.compile/compile-setjmp.exp: Likewise.
14744 * gdb.compile/compile-tls.exp: Likewise.
14745 * gdb.compile/compile.exp: Likewise.
14746 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14747 supported on this host".
14748
14749 2014-12-16 Doug Evans <xdje42@gmail.com>
14750
14751 * boards/stabs.exp: New file.
14752
14753 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14754
14755 * gdb.base/completion.exp: Adjust to format changes of "maint
14756 print user-registers".
14757
14758 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14759
14760 PR server/17457
14761 * gdb.arch/aarch64-fp.c: New file.
14762 * gdb.arch/aarch64-fp.exp: New file.
14763
14764 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14765
14766 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14767 r210637, r210913, r211666, r215400, r215817).
14768
14769 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14770 * dg-extract-results.py: New file.
14771 * dg-extract-results.sh: Use it if the environment seems
14772 suitable.
14773
14774 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14775
14776 * dg-extract-results.py (parse_run): Handle warnings that
14777 are printed before a test harness is run.
14778
14779 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14780
14781 * dg-extract-results.py (Named): Remove __cmp__ method.
14782 (output_variation): Use a key to sort variation.harnesses.
14783
14784 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14785
14786 * dg-extract-results.py: For Python 3, force sys.stdout to
14787 handle surrogate escape sequences.
14788 (safe_open): New function.
14789 (output_segment, main): Use it.
14790
14791 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14792
14793 * dg-extract-results.py (Prog.result_re): Include options
14794 in test name.
14795
14796 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14797
14798 * dg-extract-results.py (output_variation): Always sort if
14799 do_sum.
14800
14801 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14802
14803 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14804 as long as we get pagination notifications.
14805
14806 2014-12-15 Jason Merrill <jason@redhat.com>
14807
14808 * Makefile.in (check-gdb.%): Restore.
14809 * README: Mention it.
14810
14811 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14812
14813 * gdb.ada/str_uninit: New testcase.
14814
14815 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14816
14817 PR symtab/17642
14818 * gdb.base/vla-stub-define.c: New file.
14819 * gdb.base/vla-stub.c: New file.
14820 * gdb.base/vla-stub.exp: New file.
14821
14822 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14823 Jan Kratochvil <jan.kratochvil@redhat.com>
14824 Tom Tromey <tromey@redhat.com>
14825
14826 * configure.ac: Add gdb.compile/.
14827 * configure: Regenerate.
14828 * gdb.compile/Makefile.in: New file.
14829 * gdb.compile/compile-ops.exp: New file.
14830 * gdb.compile/compile-ops.c: New file.
14831 * gdb.compile/compile-tls.c: New file.
14832 * gdb.compile/compile-tls.exp: New file.
14833 * gdb.compile/compile-constvar.S: New file.
14834 * gdb.compile/compile-constvar.c: New file.
14835 * gdb.compile/compile-mod.c: New file.
14836 * gdb.compile/compile-nodebug.c: New file.
14837 * gdb.compile/compile-setjmp-mod.c: New file.
14838 * gdb.compile/compile-setjmp.c: New file.
14839 * gdb.compile/compile-setjmp.exp: New file.
14840 * gdb.compile/compile-shlib.c: New file.
14841 * gdb.compile/compile.c: New file.
14842 * gdb.compile/compile.exp: New file.
14843 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14844
14845 2014-12-12 Tom Tromey <tromey@redhat.com>
14846
14847 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14848 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14849
14850 2014-12-12 Doug Evans <dje@google.com>
14851
14852 * lib/gdb-python.exp (get_python_valueof): New function.
14853 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14854
14855 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14856
14857 * gdb.base/completion.exp: Add test for completion of "info
14858 registers ".
14859
14860 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14861
14862 * gdb.base/func-ptrs.c: New file.
14863 * gdb.base/func-ptrs.exp: New file.
14864
14865 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14866
14867 PR breakpoints/17012
14868 * gdb.base/dprintf-detach.c: New file.
14869 * gdb.base/dprintf-detach.exp: New file.
14870
14871 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14872
14873 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14874 * lib/gdb.exp (target_is_gdbserver): New procedure.
14875
14876 2014-12-08 Doug Evans <dje@google.com>
14877
14878 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14879
14880 2014-12-05 Yao Qi <yao@codesourcery.com>
14881
14882 * gdb.guile/scm-error.exp: Remove the third argument to
14883 gdb_remote_download.
14884 * gdb.guile/scm-frame-args.exp: Likewise.
14885 * gdb.guile/scm-section-script.exp: Likewise.
14886
14887 2014-12-05 Yao Qi <yao@codesourcery.com>
14888
14889 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14890
14891 2014-12-04 Doug Evans <dje@google.com>
14892
14893 * gdb.python/py-objfile.exp: Add tests for
14894 objfile.add_separate_debug_file.
14895
14896 2014-12-04 Doug Evans <dje@google.com>
14897
14898 * lib/gdb.exp (get_build_id): New function.
14899 (build_id_debug_filename_get): Rewrite to use it.
14900 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14901
14902 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14903
14904 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14905 `method(long)', not just 0x0.
14906 * gdb.cp/nsalias.exp: Align code labels to 4.
14907 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14908 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14909 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14910 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14911 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14912 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14913
14914 2014-12-02 Doug Evans <dje@google.com>
14915
14916 PR symtab/17602
14917 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14918 * gdb.cp/anon-ns2.cc: ... here. New file.
14919 * gdb.cp/anon-ns.exp: Update.
14920
14921 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14922
14923 * gdb.python/py-events.py (inferior_call_handler): New.
14924 (register_changed_handler, memory_changed_handler): New.
14925 (test_events.invoke): Register new handlers.
14926 * gdb.python/py-events.exp: Add tests for inferior call,
14927 memory_changed and register_changed events.
14928
14929 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14930
14931 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14932 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14933 if the linker doesn't understand this.
14934
14935 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14936
14937 * gdb.python/python.exp: Change expected reply to help().
14938
14939 2014-12-01 Yao Qi <yao@codesourcery.com>
14940
14941 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14942 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14943 * configure: Re-generated.
14944
14945 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14946
14947 * gdb.cp/chained-calls.cc: New file.
14948 * gdb.cp/chained-calls.exp: New file.
14949 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14950
14951 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14952
14953 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14954 * gdb.dwarf2/symtab-producer.exp: Same.
14955 * gdb.gdb/python-interrupts.exp: Same.
14956 * gdb.gdb/python-selftest.exp: Same.
14957 * gdb.python/py-linetable.exp: Same.
14958 * gdb.python/py-type.exp: Same.
14959 * gdb.python/py-value-cc.exp: Same.
14960 * gdb.python/py-value.exp: Same.
14961
14962 2014-11-28 Yao Qi <yao@codesourcery.com>
14963
14964 * gdb.base/break-probes.exp: Match library name prefixed with
14965 sysroot.
14966
14967 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14968
14969 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14970 test expected output. Add parentheses for the call to print.
14971 Remove L suffix from integers.
14972
14973 2014-11-26 Doug Evans <dje@google.com>
14974
14975 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14976
14977 2014-11-22 Yao Qi <yao@codesourcery.com>
14978
14979 * gdb.trace/entry-values.c: Remove asms.
14980 (foo): Add foo_label.
14981 (bar): Add bar_label.
14982 * gdb.trace/entry-values.exp: Remove code computing foo's
14983 length and bar's length.
14984 (Dwarf::assemble): Invoke function_range for bar and use
14985 MACRO_AT_func for foo.
14986
14987 2014-11-22 Yao Qi <yao@codesourcery.com>
14988
14989 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14990 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14991 Use .Lgcc43_procstart instead of gcc43.
14992
14993 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14994
14995 * gdb.ada/n_arr_bound: New testcase.
14996
14997 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14998
14999 PR breakpoints/10737
15000 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15001 test_catch_syscall_multi_arch.
15002 (test_catch_syscall_multi_arch): New function.
15003
15004 2014-11-20 Doug Evans <xdje42@gmail.com>
15005
15006 * gdb.base/maint.exp: Update expected output.
15007
15008 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15011 4-byte instruction on S390.
15012
15013 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15014
15015 * gdb.ada/arr_arr: New testcase.
15016
15017 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15018
15019 * gdb.ada/pkd_arr_elem: New Testcase.
15020
15021 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15022
15023 * gdb.reverse/break-precsave: Expect completion message for
15024 core file reads.
15025 * gdb.reverse/consecutive-precsave.exp: Likewise.
15026 * gdb.reverse/finish-precsave.exp: Likewise.
15027 * gdb.reverse/i386-precsave.exp: Likewise.
15028 * gdb.reverse/machinestate-precsave.exp: Likewise.
15029 * gdb.reverse/sigall-precsave.exp: Likewise.
15030 * gdb.reverse/solib-precsave.exp: Likewise.
15031 * gdb.reverse/step-precsave.exp: Likewise.
15032 * gdb.reverse/until-precsave.exp: Likewise.
15033 * gdb.reverse/watch-precsave.exp: Likewise.
15034
15035 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15036
15037 * gdb.base/bp-permanent.c: Include unistd.h.
15038 * gdb.python/py-framefilter-mi.c (main): Add return type.
15039 * gdb.python/py-framefilter.c (main): Likewise.
15040 * gdb.trace/actions-changed.c (main): Likewise.
15041
15042 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15043
15044 * gdb.mi/until.c: Add eye-catchers.
15045 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15046 line numbers.
15047
15048 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15049
15050 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15051 function header variants in break1.c.
15052 * gdb.base/ena-dis-br.exp: Likewise.
15053 * gdb.base/hbreak2.exp: Likewise.
15054 * gdb.reverse/until-precsave.exp: Drop references to removed
15055 non-prototype function header variants in ur1.c.
15056 * gdb.reverse/until-reverse.exp: Likewise.
15057
15058 2014-11-17 Petr Machata <pmachata@redhat.com>
15059
15060 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15061 ${_cu_offset_size} bytes abbrev offset.
15062
15063 2014-11-15 Doug Evans <xdje42@gmail.com>
15064
15065 PR symtab/17559
15066 * gdb.base/line-symtabs.exp: New file.
15067 * gdb.base/line-symtabs.c: New file.
15068 * gdb.base/line-symtabs.h: New file.
15069
15070 2014-11-14 Yao Qi <yao@codesourcery.com>
15071
15072 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15073 (func): Add label func_label.
15074 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15075 Replace low_pc and high_pc with MACRO_AT_range.
15076 Replace name, low_pc and high_pc with MACRO_AT_func.
15077
15078 2014-11-14 Yao Qi <yao@codesourcery.com>
15079
15080 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15081 Replace name, low_pc and high_pc with MACRO_AT_func.
15082
15083 2014-11-14 Yao Qi <yao@codesourcery.com>
15084
15085 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15086 produce debug information.
15087 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15088
15089 2014-11-14 Yao Qi <yao@codesourcery.com>
15090
15091 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15092 object and get function length.
15093 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15094 with MACRO_AT_func.
15095 (top-level): Replace gdb_compile and clean_restart with
15096 prepare_for_testing.
15097 * gdb.dwarf2/main.c (main): Add label main_label.
15098
15099 2014-11-14 Yao Qi <yao@codesourcery.com>
15100
15101 * lib/dwarf.exp (function_range): New procedure.
15102 (Dwarf::_handle_macro_at_func): New procedure.
15103 (Dwarf::_handle_macro_at_range): New procedure.
15104 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15105
15106 2014-11-14 Yao Qi <yao@codesourcery.com>
15107
15108 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15109 (_handle_attribute): New procedure.
15110
15111 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15112
15113 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15114 * gdb.base/call-sc.c (zed): Likewise.
15115 * gdb.base/checkpoint.c (main): Likewise.
15116 * gdb.base/dump.c (main): Likewise.
15117 * gdb.base/gcore.c (main): Likewise.
15118 * gdb.base/huge.c (main): Likewise.
15119 * gdb.base/multi-forks.c (main): Likewise.
15120 * gdb.base/pr10179-a.c (main): Likewise.
15121 * gdb.base/savedregs.c (main): Likewise.
15122 * gdb.base/sigaltstack.c (main): Likewise.
15123 * gdb.base/siginfo.c (main): Likewise.
15124 * gdb.base/structs.c (zed): Likewise.
15125 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15126 * gdb.mi/mi-syn-frame.c (main): Likewise.
15127 * gdb.mi/until.c (foo, main): Likewise.
15128 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15129 * gdb.base/solib-weak.c (foo): Declare.
15130 * gdb.base/attach-twice.c: Include stdio.h.
15131 * gdb.base/weaklib1.c: Likewise.
15132 * gdb.base/weaklib2.c: Likewise.
15133 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15134 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15135 unistd.h.
15136 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15137 * gdb.mi/mi-exit-code.c: Likewise.
15138 * gdb.base/break-interp-lib.c: Include string.h.
15139 * gdb.base/coremaker.c: Likewise.
15140 * gdb.base/testenv.c: Likewise.
15141 * gdb.python/py-finish-breakpoint.c: Likewise.
15142 * gdb.base/inferior-died.c: Include sys/wait.h.
15143 * gdb.base/fileio.c: Include time.h.
15144 * gdb.base/async-shell.c: Include unistd.h.
15145 * gdb.base/dprintf-non-stop.c: Likewise.
15146 * gdb.base/info-os.c: Likewise.
15147 * gdb.mi/mi-console.c: Likewise.
15148 * gdb.mi/watch-nonstop.c: Likewise.
15149 * gdb.python/py-events.c: Likewise.
15150 * gdb.base/async.c (baz): Move up before its invocation.
15151 * gdb.base/code_elim2.c (my_global_func): Likewise.
15152 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15153 * gdb.base/advance.c (func2): Likewise.
15154
15155 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15156
15157 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15158 variant.
15159 * gdb.base/annota3.c: Likewise.
15160 * gdb.base/async.c: Likewise.
15161 * gdb.base/average.c: Likewise.
15162 * gdb.base/call-ar-st.c: Likewise.
15163 * gdb.base/call-rt-st.c: Likewise.
15164 * gdb.base/call-sc.c: Likewise.
15165 * gdb.base/call-strs.c: Likewise.
15166 * gdb.base/ending-run.c: Likewise.
15167 * gdb.base/execd-prog.c: Likewise.
15168 * gdb.base/exprs.c: Likewise.
15169 * gdb.base/foll-exec.c: Likewise.
15170 * gdb.base/foll-fork.c: Likewise.
15171 * gdb.base/foll-vfork.c: Likewise.
15172 * gdb.base/funcargs.c: Likewise.
15173 * gdb.base/gcore.c: Likewise.
15174 * gdb.base/jump.c: Likewise.
15175 * gdb.base/langs0.c: Likewise.
15176 * gdb.base/langs1.c: Likewise.
15177 * gdb.base/langs2.c: Likewise.
15178 * gdb.base/mips_pro.c: Likewise.
15179 * gdb.base/nodebug.c: Likewise.
15180 * gdb.base/opaque0.c: Likewise.
15181 * gdb.base/opaque1.c: Likewise.
15182 * gdb.base/recurse.c: Likewise.
15183 * gdb.base/run.c: Likewise.
15184 * gdb.base/scope0.c: Likewise.
15185 * gdb.base/scope1.c: Likewise.
15186 * gdb.base/setshow.c: Likewise.
15187 * gdb.base/setvar.c: Likewise.
15188 * gdb.base/shmain.c: Likewise.
15189 * gdb.base/shr1.c: Likewise.
15190 * gdb.base/shr2.c: Likewise.
15191 * gdb.base/sigall.c: Likewise.
15192 * gdb.base/signals.c: Likewise.
15193 * gdb.base/so-indr-cl.c: Likewise.
15194 * gdb.base/solib2.c: Likewise.
15195 * gdb.base/structs.c: Likewise.
15196 * gdb.base/sum.c: Likewise.
15197 * gdb.base/vforked-prog.c: Likewise.
15198 * gdb.base/watchpoint.c: Likewise.
15199 * gdb.reverse/shr2.c: Likewise.
15200 * gdb.reverse/until-reverse.c: Likewise.
15201 * gdb.reverse/ur1.c: Likewise.
15202 * gdb.reverse/watch-reverse.c: Likewise.
15203
15204 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15205
15206 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15207 variant.
15208 * gdb.base/sepdebug.exp: Drop references to removed code.
15209
15210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15211
15212 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15213 variant. Preserve original line numbering.
15214 * gdb.base/list1.c: Likewise.
15215
15216 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15217
15218 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15219 variant.
15220 * gdb.base/break1.c: Likewise.
15221 * gdb.base/break.exp: Drop references to removed code.
15222
15223 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15224
15225 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15226 variant.
15227
15228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15229
15230 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15231
15232 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15233
15234 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15235 logic into perform_all_tests() and invoke it with and without
15236 function header prototypes.
15237 (do_function_calls): Remove conditional XFAIL for PR 5318.
15238 (rerun_and_prepare): Remove duplicate code.
15239 (perform_all_tests): New. Main logic moved here.
15240
15241 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15242
15243 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15244 code guarded by #ifdef NO_PROTOTYPES.
15245 (t_double_many_args): Likewise.
15246 (DEF_FUNC_MANY_ARGS_1): Likewise.
15247 (DEF_FUNC_VALUES_1): Likewise.
15248 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15249 guarded by #ifdef PROTOTYPES.
15250
15251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15252
15253 * gdb.mi/mi-console.c: Add eye-catcher.
15254 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15255 instead of literal line number.
15256
15257 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15258
15259 * gdb.base/shr2.c: Add eye-catcher.
15260 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15261 line number.
15262
15263 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15264
15265 * gdb.base/jump.c: Add eye-catchers.
15266 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15267 numbers.
15268
15269 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15270
15271 * gdb.base/execd-prog.c: Add eye-catchers.
15272 * gdb.base/foll-exec.c: Likewise.
15273 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15274 line numbers.
15275
15276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15277
15278 * gdb.base/ending-run.c: Add eye-catchers.
15279 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15280 literal line numbers.
15281
15282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15283
15284 * gdb.base/call-rt-st.c: Add eye-catchers.
15285 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15286 literal line numbers.
15287
15288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15289
15290 * gdb.base/call-ar-st.c: Add eye-catchers.
15291 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15292 literal line numbers.
15293
15294 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15295
15296 * gdb.base/average.c: Add eye-catchers.
15297 * gdb.base/sum.c: Likewise.
15298 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15299 regexps dynamically.
15300
15301 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15302
15303 * gdb.base/solib1.c: Add eye-catchers.
15304 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15305 literal line numbers.
15306
15307 2014-11-12 Pedro Alves <palves@redhat.com>
15308
15309 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15310 leader has exited.
15311
15312 2014-11-12 Pedro Alves <palves@redhat.com>
15313
15314 * gdb.arch/i386-bp_permanent.c: New file.
15315 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15316 (srcfile): Set to i386-bp_permanent.c.
15317 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15318 that stepi does not execute the 'leave' instruction, instead of
15319 testing it does execute.
15320 * gdb.base/bp-permanent.c: New file.
15321 * gdb.base/bp-permanent.exp: New file.
15322
15323 2014-11-10 Doug Evans <xdje42@gmail.com>
15324
15325 PR symtab/17564
15326 * gdb.base/symtab-search-order.exp: New file.
15327 * gdb.base/symtab-search-order.c: New file.
15328 * gdb.base/symtab-search-order-1.c: New file.
15329 * gdb.base/symtab-search-order-shlib-1.c: New file.
15330
15331 2014-11-07 Pedro Alves <palves@redhat.com>
15332
15333 PR gdb/17511
15334 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15335 i?86-*-linux*.
15336
15337 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15338
15339 PR c++/17494
15340 * gdb.cp/pr17494.cc: New file.
15341 * gdb.cp/pr17494.exp: New file.
15342
15343 2014-11-02 Yao Qi <yao@codesourcery.com>
15344
15345 * gdb.python/python.exp: Get working directory and match the
15346 output of "set extended-prompt \\w " with it.
15347
15348 2014-10-30 Doug Evans <dje@google.com>
15349
15350 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15351 in objfiles.
15352 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15353 in progspaces.
15354
15355 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15356
15357 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15358 * gdb.base/realname-expand.exp: Likewise.
15359 * gdb.linespec/macro-relative.exp: Likewise.
15360
15361 2014-10-29 Pedro Alves <palves@redhat.com>
15362
15363 PR gdb/17408
15364 * gdb.threads/schedlock.c (some_function): New function.
15365 (call_function): New global.
15366 (MAYBE_CALL_SOME_FUNCTION): New macro.
15367 (thread_function): Call it.
15368 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15369 and use it instead of a global counter. Adjust all callers.
15370 (get_current_thread): Use "find current thread" for test message
15371 here rather than having all callers pass down the same string.
15372 (goto_loop): New procedure, factored out from ...
15373 (my_continue): ... this.
15374 (step_ten_loops): Change parameter from test message to command to
15375 use. Adjust.
15376 (list_count): Delete global.
15377 (check_result): New procedure, factored out from duplicate top
15378 level code.
15379 (continue tests): Wrap in with_test_prefix.
15380 (test_step): New procedure, factored out from duplicate top level
15381 code.
15382 (top level): Test "step" in combination with all scheduler-locking
15383 modes. Test "next" in combination with all scheduler-locking
15384 modes, and in combination with stepping over a function call or
15385 not.
15386 * gdb.threads/next-bp-other-thread.c: New file.
15387 * gdb.threads/next-bp-other-thread.exp: New file.
15388
15389 2014-10-29 Pedro Alves <palves@redhat.com>
15390
15391 PR python/17372
15392 * gdb.python/python.exp: Test a multi-line command that spawns
15393 interactive Python.
15394 * gdb.base/multi-line-starts-subshell.exp: New file.
15395
15396 2014-10-29 Yao Qi <yao@codesourcery.com>
15397
15398 * gdb.base/fileio.exp: Make directories on host.
15399
15400 2014-10-29 Yao Qi <yao@codesourcery.com>
15401
15402 * gdb.base/fileio.c (test_write): Close the file.
15403
15404 2014-10-28 Pedro Alves <palves@redhat.com>
15405
15406 PR gdb/12623
15407 * gdb.base/sigstep.c (no_handler): New global.
15408 (main): If 'no_handler is true, set the signal handlers to
15409 SIG_IGN.
15410 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15411 with_sw_watch and no_handler parameters. Handle them.
15412 (top level) <stepping over handler when stopped at a breakpoint
15413 test>: Add a test axis for testing with a software watchpoint, and
15414 another for testing with the signal handler set to SIG_IGN.
15415 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15416 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15417
15418 2014-10-28 Pedro Alves <palves@redhat.com>
15419
15420 PR gdb/17511
15421 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15422 * gdb.base/sigstep.exp (other_handler_location): New global.
15423 (advance): Support stepping into the signal handler, and running
15424 commands while in the handler.
15425 (in_handler_map): New global.
15426 (top level): In the advance test, add combinations for getting
15427 into the handler with stepping commands, and for running commands
15428 in the handler. Add comment descripting the advancei tests.
15429
15430 2014-10-28 Pedro Alves <palves@redhat.com>
15431
15432 * gdb.base/sigstep.exp: Use build_executable instead of
15433 prepare_for_testing.
15434 (top level): Move code that starts GDB, runs to main and creates a
15435 display to ...
15436 (restart): ... this new procedure.
15437 (top level): Move backtrace from signal handler test to ...
15438 (validate_backtrace): ... this new procedure.
15439 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15440 with_test_prefix. Always restart GDB.
15441 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15442 with_test_prefix. Always restart GDB. No need to delete
15443 breakpoints after the test.
15444 (test_skip_handler): Remove prefix parameter.
15445 (skip_over_handler, breakpoint_to_handler)
15446 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15447 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15448 restart GDB. No need to delete breakpoints after the test.
15449 (top level): Use foreach to call the test procedures with
15450 different commands.
15451
15452 2014-10-28 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15455 instead of GNATS numbers.
15456 * gdb.base/sigbpt.exp: Likewise.
15457 * gdb.base/siginfo.exp: Likewise.
15458 * gdb.base/sigstep.exp: Likewise.
15459
15460 2014-10-27 Pedro Alves <palves@redhat.com>
15461
15462 * gdb.base/sigstep.c (dummy): New global.
15463 (main): Issue a couple writes to the new global.
15464 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15465 procedures.
15466 (skip_over_handler): Use test_skip_handler.
15467 (top level): Call skip_over_handler for stepi and nexti too.
15468 (breakpoint_over_handler): Use test_skip_handler.
15469 (top level): Call breakpoint_over_handler for stepi and nexti too.
15470
15471 2014-10-27 Yao Qi <yao@codesourcery.com>
15472
15473 * gdb.trace/tfile.c (adjust_function_address)
15474 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15475 function descriptor.
15476
15477 2014-10-24 Don Breazeal <donb@codesourcery.com>
15478
15479 * gdb.base/foll-fork.exp (test_follow_fork,
15480 catch_fork_child_follow): Check for updated fork messages emitted
15481 from infrun.c.
15482 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15483 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15484 vfork_and_exec_child_follow_through_step): Check for updated vfork
15485 messages emitted from infrun.c.
15486
15487 2014-10-24 Pedro Alves <palves@redhat.com>
15488
15489 * gdb.base/corefile.exp: Remove references to ultrix.
15490 * gdb.base/interrupt.exp: Likewise.
15491 * gdb.base/whatis.exp: Likewise.
15492 * gdb.gdb/selftest.exp: Likewise.
15493 * gdb.threads/manythreads.exp: Likewise.
15494 * gdb.threads/print-threads.exp: Likewise.
15495 * gdb.threads/pthreads.exp:: Likewise.
15496 * gdb.threads/schedlock.exp: Likewise.
15497
15498 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15499
15500 * gdb.cp/non-trivial-retval.cc: Add a test case.
15501 * gdb.cp/non-trivial-retval.exp: Add a test.
15502
15503 2014-10-20 Yao Qi <yao@codesourcery.com>
15504
15505 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15506 * gdb.python/py-objfile-script-gdb.py: New file.
15507 * gdb.python/py-objfile-script.exp: Update reference to
15508 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15509 of remote_download. Remove the dest file.
15510
15511 2014-10-20 Yao Qi <yao@codesourcery.com>
15512
15513 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15514 * gdb.base/step-line.exp: Likewise.
15515 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15516 * gdb.dwarf2/dw2-basic.exp: Likewise.
15517 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15518 * gdb.dwarf2/dw2-filename.exp: Likewise.
15519 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15520 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15521 * gdb.dwarf2/dw2-producer.exp: Likewise.
15522 * gdb.dwarf2/mac-fileno.exp: Likewise.
15523 * gdb.python/py-frame-args.exp: Likewise.
15524 * gdb.python/py-framefilter.exp: Likewise.
15525 * gdb.python/py-mi.exp: Likewise.
15526 * gdb.python/py-objfile-script.exp: Likewise
15527 * gdb.python/py-pp-integral.exp: Likewise.
15528 * gdb.python/py-pp-re-notag.exp: Likewise.
15529 * gdb.python/py-prettyprint.exp: Likewise.
15530 * gdb.python/py-section-script.exp: Likewise.
15531 * gdb.python/py-typeprint.exp: Likewise.
15532 * gdb.python/py-xmethods.exp: Likewise.
15533 * gdb.stabs/weird.exp: Likewise.
15534 * gdb.xml/tdesc-regs.exp: Likewise.
15535
15536 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15537
15538 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15539 (out_cu): Use addr_len for the size of addresses.
15540 (out_line): Likewise. Size DW_LNE_set_address instruction
15541 according to addr_len.
15542 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15543 (FUNC): Add START_INSNS to definition.
15544
15545 2014-10-18 Yao Qi <yao@codesourcery.com>
15546
15547 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15548 gdb_has_argv0 return true.
15549 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15550 check [target_info exists noargs], check [gdb_has_argv0]
15551 instead.
15552 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15553 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15554 procedures.
15555
15556 2014-10-17 Doug Evans <dje@google.com>
15557
15558 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15559 event.
15560 * gdb.python/py-events.py: Add clear_objfiles event.
15561
15562 2014-10-17 Doug Evans <dje@google.com>
15563
15564 * gdb.python/py-objfile.exp: Test progspace attribute.
15565
15566 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15567
15568 * gdb.guile/scm-breakpoint.exp: Do not assume any
15569 directory separators when matching source file paths.
15570 * gdb.python/py-breakpoint.exp: Likewise.
15571 * gdb.reverse/break-precsave.exp: Likewise.
15572 * gdb.reverse/break-reverse.exp: Likewise.
15573 * gdb.reverse/consecutive-precsave.exp: Likewise.
15574 * gdb.reverse/finish-precsave.exp: Likewise.
15575 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15576 * gdb.reverse/finish-reverse.exp: Likewise.
15577 * gdb.reverse/i386-precsave.exp: Likewise.
15578 * gdb.reverse/i387-env-reverse.exp: Likewise.
15579 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15580 * gdb.reverse/machinestate-precsave.exp: Likewise.
15581 * gdb.reverse/machinestate.exp: Likewise.
15582 * gdb.reverse/sigall-precsave.exp: Likewise.
15583 * gdb.reverse/solib-precsave.exp: Likewise.
15584 * gdb.reverse/step-precsave.exp: Likewise.
15585 * gdb.reverse/until-precsave.exp: Likewise.
15586 * gdb.reverse/watch-precsave.exp: Likewise.
15587 * gdb.reverse/watch-reverse.exp: Likewise.
15588
15589 2014-10-17 Yao Qi <yao@codesourcery.com>
15590
15591 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15592 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15593
15594 2014-10-17 Pedro Alves <palves@redhat.com>
15595
15596 PR gdb/17471
15597 * gdb.base/bg-execution-repeat.c: New file.
15598 * gdb.base/bg-execution-repeat.exp: New file.
15599
15600 2014-10-17 Pedro Alves <palves@redhat.com>
15601
15602 PR gdb/17300
15603 * gdb.base/continue-all-already-running.c: New file.
15604 * gdb.base/continue-all-already-running.exp: New file.
15605
15606 2014-10-17 Pedro Alves <palves@redhat.com>
15607
15608 PR gdb/17472
15609 * gdb.base/annota-input-while-running.c: New file.
15610 * gdb.base/annota-input-while-running.exp: New file.
15611
15612 2014-10-17 Pedro Alves <palves@redhat.com>
15613
15614 * gdb.base/callfuncs.exp: emove references to osf.
15615 * gdb.base/sigall.exp: Likewise.
15616 * gdb.gdb/selftest.exp: Likewise.
15617 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15618 * gdb.mi/non-stop.c: Likewise.
15619 * gdb.mi/pthreads.c: Likewise.
15620 * gdb.reverse/sigall-precsave.exp: Likewise.
15621 * gdb.reverse/sigall-reverse.exp: Likewise.
15622 * gdb.threads/pthreads.c: Likewise.
15623 * gdb.threads/pthreads.exp: Likewise.
15624
15625 2014-10-17 Yao Qi <yao@codesourcery.com>
15626
15627 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15628 check 'target_info exists noargs'.
15629 (test_command_prompt_position): Likewise.
15630 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15631 Remove "set args".
15632 (progvar_simple_while_test): Likewise.
15633 (progvar_complex_if_while_test): Likewise.
15634 (if_while_breakpoint_command_test): Likewise.
15635 (infrun_breakpoint_command_test): Likewise.
15636 (breakpoint_command_test): Likewise.
15637 (watchpoint_command_test): Likewise.
15638 (bp_deleted_in_command_test): Likewise.
15639 (temporary_breakpoint_commands): Likewise.
15640
15641 2014-10-16 Yao Qi <yao@codesourcery.com>
15642
15643 * gdb.base/remotetimeout.exp: Remove noargs checking.
15644
15645 2014-10-15 Pedro Alves <palves@redhat.com>
15646
15647 PR breakpoints/9649
15648 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15649 * gdb.base/breakpoint-in-ro-region.exp
15650 (probe_target_hardware_step): New procedure.
15651 (top level): Probe hardware stepping and hardware breakpoint
15652 support. Test stepping through a read-only region, with both
15653 "breakpoint auto-hw" on and off and both "always-inserted" on and
15654 off.
15655
15656 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15657
15658 * gdb.dlang/demangle.exp: Update for demangling changes.
15659
15660 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15661
15662 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15663 * gdb.cp/non-trivial-retval.exp: Add new tests.
15664
15665 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15666
15667 PR c++/13403
15668 PR c++/15154
15669 * gdb.cp/non-trivial-retval.cc: New file.
15670 * gdb.cp/non-trivial-retval.exp: New file.
15671
15672 2014-10-15 Yao Qi <yao@codesourcery.com>
15673
15674 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15675 remote host.
15676
15677 2014-10-15 Yao Qi <yao@codesourcery.com>
15678
15679 * gdb.python/py-symbol.exp: Match file base name if host is
15680 remote, otherwise match file name with dir name.
15681 * gdb.python/py-symtab.exp: Likewise.
15682 * gdb.python/python.exp: Likewise.
15683
15684 2014-10-15 Yao Qi <yao@codesourcery.com>
15685
15686 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15687 pattern.
15688 * gdb.python/py-symtab.exp: Likewise.
15689 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15690 locationn.
15691
15692 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15693
15694 * gdb.ada/addr_arith: New testcase.
15695
15696 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15697
15698 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15699 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15700 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15701 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15702
15703 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15704
15705 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15706 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15707 * gdb.arch/stap-eval-lang-ada.exp: New file.
15708
15709 2014-10-14 Yao Qi <yao@codesourcery.com>
15710
15711 * gdb.mi/mi-var-child.c (nothing1): New function.
15712 (nothing2): New function.
15713 (do_children_tests): Set function pointers by nothing1 and
15714 nothing2.
15715 * gdb.mi/mi-var-child.exp: Step over new added statements.
15716 Update test to match the new output.
15717 * gdb.mi/var-cmd.c (nothing1): New function.
15718 (nothing2): New function.
15719 (do_children_tests): Set function pointers by nothing1 and
15720 nothing2.
15721 * gdb.mi/mi-var-display.exp: Update test to match output.
15722 Step to the line specified by $line_dct_nothing.
15723 Increase the number of lines to step.
15724
15725 2014-10-14 Yao Qi <yao@codesourcery.com>
15726
15727 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15728 tests.
15729 * gdb.mi/mi2-var-child.exp: Likewise.
15730
15731 2014-10-13 Doug Evans <dje@google.com>
15732
15733 * gdb.python/py-objfile.exp: Change name of file name test.
15734
15735 2014-10-13 Doug Evans <dje@google.com>
15736
15737 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15738 from the start of the CU.
15739
15740 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15741 Yao Qi <yao@codesourcery.com>
15742
15743 Fix "save breakpoints" for "catch" command.
15744 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15745 Remove -nonewline. Match also the added "main" line.
15746
15747 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15748
15749 Fix "save breakpoints" for "disable $bpnum" command.
15750 * gdb.base/save-bp.c (main): Add label.
15751 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15752
15753 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15754
15755 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15756
15757 2014-10-11 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.server/server-kill.exp: Execute command
15760 "set remote trace-status-packet on" before "tstatus".
15761
15762 2014-10-11 Yao Qi <yao@codesourcery.com>
15763
15764 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15765 (main): Call getppid.
15766 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15767 and continue to it. Read variable "server_pid".
15768
15769 2014-10-11 Yao Qi <yao@codesourcery.com>
15770
15771 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15772
15773 2014-10-11 Yao Qi <yao@codesourcery.com>
15774
15775 * gdb.threads/thread-find.exp: Don't execute command
15776 "info threads".
15777 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15778 * gdb.threads/linux-dp.exp: Don't check the condition
15779 $threads_created equals to zero.
15780
15781 2014-10-10 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.base/bigcore.exp: Remove references to IRIX.
15784 * gdb.base/funcargs.exp: Likewise.
15785 * gdb.base/interrupt.exp: Likewise.
15786 * gdb.base/mips_pro.exp: Likewise.
15787 * gdb.base/nodebug.exp: Likewise.
15788 * gdb.base/setvar.exp: Likewise.
15789 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15790
15791 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15792 Pedro Alves <palves@redhat.com>
15793
15794 PR symtab/14466
15795 * gdb.base/vdso-warning.c: New file.
15796 * gdb.base/vdso-warning.exp: New file.
15797
15798 2014-10-02 Doug Evans <dje@google.com>
15799
15800 * gdb.base/structs.c (main): Don't run forever.
15801
15802 2014-10-02 Pedro Alves <palves@redhat.com>
15803
15804 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15805 (top level) <stop threads 1, stop threads 2>: Use it.
15806
15807 2014-10-02 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.threads/break-while-running.exp (test): Add new
15810 'update_thread_list' argument. Skip "info threads" if false.
15811 (top level): Add new 'update_thread_list' axis.
15812
15813 2014-10-02 Pedro Alves <palves@redhat.com>
15814
15815 PR breakpoints/17431
15816 * gdb.base/execl-update-breakpoints.c: New file.
15817 * gdb.base/execl-update-breakpoints.exp: New file.
15818
15819 2014-10-01 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.base/breakpoint-in-ro-region.c: New file.
15822 * gdb.base/breakpoint-in-ro-region.exp: New file.
15823
15824 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15825
15826 * gdb.mi/mi-exit-code.exp: New file.
15827 * gdb.mi/mi-exit-code.c: New file.
15828
15829 2014-09-30 Yao Qi <yao@codesourcery.com>
15830
15831 * lib/prelink-support.exp (build_executable_own_libs): Error if
15832 the target isn't native.
15833
15834 2014-09-30 Yao Qi <yao@codesourcery.com>
15835
15836 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15837 false.
15838
15839 2014-09-22 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.threads/break-while-running.exp: New file.
15842 * gdb.threads/break-while-running.c: New file.
15843
15844 2014-09-19 Yao Qi <yao@codesourcery.com>
15845
15846 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15847 Invoke test. Restart GDB with --readnow and invoke test again.
15848
15849 2014-09-19 Yao Qi <yao@codesourcery.com>
15850
15851 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15852 proc set_breakpoint_on_gcd_function. Invoke
15853 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15854 invoke set_breakpoint_on_gcd_function again.
15855
15856 2014-09-18 Doug Evans <dje@google.com>
15857
15858 * gdb.dwarf2/symtab-producer.exp: New file.
15859
15860 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15861
15862 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15863 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15864 * gdb.base/global-var-nested-by-dso.c: Likewise.
15865 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15866
15867 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15868 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.base/watch-bitfields.exp: Pass string other than test file
15871 name to prepare_for_testing.
15872 (watch): New procedure.
15873 (expect_watchpoint): Use with_test_prefix.
15874 (top level): Factor out tests to ...
15875 (test_watch_location, test_regular_watch): ... these new
15876 procedures, and use with_test_prefix and gdb_continue_to_end.
15877
15878 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15879
15880 PR breakpoints/12526
15881 * gdb.base/watch-bitfields.exp: New file.
15882 * gdb.base/watch-bitfields.c: New file.
15883
15884 2014-09-16 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15887 software and hardware addresses, not software address against
15888 itself.
15889
15890 2014-09-16 Pedro Alves <palves@redhat.com>
15891
15892 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15893 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15894
15895 2014-09-16 Pedro Alves <palves@redhat.com>
15896
15897 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15898 files.
15899 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15900 "*-*-vxworks*" throughout.
15901 * gdb.base/break.exp: Likewise.
15902 * gdb.base/default.exp: Likewise.
15903 * gdb.base/scope.exp: Likewise.
15904 * gdb.base/sepdebug.exp: Likewise.
15905 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15906 throughout.
15907 * gdb.base/run.c: Likewise.
15908 * gdb.base/sepdebug.c: Likewise.
15909 * gdb.hp/gdb.aCC/run.c: Likewise.
15910 * gdb.reverse/until-reverse.c: Likewise.
15911 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15912
15913 2014-09-16 Yao Qi <yao@codesourcery.com>
15914
15915 * boards/local-remote-host-native.exp: New file.
15916
15917 2014-09-14 Doug Evans <xdje42@gmail.com>
15918
15919 * gdb.threads/queue-signal.c (thread_count): New variable.
15920 (thread_count_mutex, thread_count_condvar): New variables.
15921 (incr_thread_count, wait_all_threads_running): New functions.
15922 (main): Wait for all threads to be in their thread functions.
15923
15924 2014-09-13 Doug Evans <xdje42@gmail.com>
15925
15926 * gdb.threads/queue-signal.c: New file.
15927 * gdb.threads/queue-signal.exp: New file.
15928
15929 2014-09-13 Doug Evans <xdje42@gmail.com>
15930
15931 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15932 be consistent with what default_gdb_init uses.
15933 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15934 the plain text of the prompt. Add some logging printfs.
15935 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15936
15937 2014-09-12 Pedro Alves <palves@redhat.com>
15938
15939 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15940 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15941 * gdb.arch/i386-size-overlap.exp: Likewise.
15942 * gdb.arch/i386-size.exp: Likewise.
15943 * gdb.arch/i386-unwind.exp: Likewise.
15944 * gdb.base/a2-run.exp: Likewise.
15945 * gdb.base/break.exp: Likewise.
15946 * gdb.base/charset.exp: Likewise.
15947 * gdb.base/chng-syms.exp: Likewise.
15948 * gdb.base/commands.exp: Likewise.
15949 * gdb.base/dbx.exp: Likewise.
15950 * gdb.base/find.exp: Likewise.
15951 * gdb.base/funcargs.exp: Likewise.
15952 * gdb.base/jit-simple.exp: Likewise.
15953 * gdb.base/reread.exp: Likewise.
15954 * gdb.base/sepdebug.exp: Likewise.
15955 * gdb.base/step-bt.exp: Likewise.
15956 * gdb.cp/mb-inline.exp: Likewise.
15957 * gdb.cp/mb-templates.exp: Likewise.
15958 * gdb.objc/basicclass.exp: Likewise.
15959 * gdb.threads/killed.exp: Likewise.
15960
15961 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15962
15963 PR tdep/17379
15964 * gdb.arch/powerpc-stackless.S: New file.
15965 * gdb.arch/powerpc-stackless.exp: New file.
15966
15967 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15968
15969 * gdb.base/attach.c: Include unistd.h.
15970 (main): Call alarm. Add label postloop.
15971 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15972 gdb_breakpoint, gdb_continue_to_breakpoint.
15973 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15974
15975 2014-09-11 Pedro Alves <palves@redhat.com>
15976
15977 PR gdb/17347
15978 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15979 * gdb.base/attach.exp (test_command_line_attach_run): New
15980 procedure.
15981 (top level): Call it.
15982
15983 2014-09-11 Pedro Alves <palves@redhat.com>
15984
15985 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15986 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15987 (do_command_attach_tests): Use spawn_wait_for_attach.
15988 * gdb.base/solib-overlap.exp: Likewise.
15989 * gdb.multi/multi-attach.exp: Likewise.
15990 * gdb.python/py-prompt.exp: Likewise.
15991 * gdb.python/py-sync-interp.exp: Likewise.
15992 * gdb.server/ext-attach.exp: Likewise.
15993
15994 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15995
15996 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15997 command in testcase. Simplify testcase.
15998
15999 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16000
16001 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16002
16003 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16004
16005 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16006
16007 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16008
16009 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16010
16011 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16012
16013 * gdb.dwarf2/dynarr-ptr.c: New file.
16014 * gdb.dwarf2/dynarr-ptr.exp: New file.
16015
16016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16017
16018 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16019 of 30 rather than hardcoding 120 for a slow test case. Take the
16020 `gdb,timeout' target setting into account for this calculation.
16021 Don't extend the timeout for the test cases that don't need it.
16022
16023 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16024
16025 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16026 a factor of 2 for a slow test case. Take the `gdb,timeout'
16027 target setting into account for this calculation.
16028 * gdb.reverse/until-precsave.exp: Increase the timeout by
16029 a factor of 15 and 3 respectively rather than adding 120
16030 for a pair of slow test cases. Take the `gdb,timeout'
16031 target setting into account for this calculation.
16032
16033 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16034
16035 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16036 timeout, don't pass one down to gdb_expect.
16037 (gdb_expect): Rework timeout selection.
16038
16039 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16040
16041 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16042 exception on timeout.
16043 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16044 (gdbserver_start_extended): Catch any `gdbserver_start' error
16045 exceptions.
16046 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16047 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16048 `gdbserver_gdb_load' error exceptions.
16049
16050 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16051
16052 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16053 120 on waiting for the TCP socket to open.
16054
16055 2014-09-09 Doug Evans <xdje42@gmail.com>
16056
16057 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16058 _caller_matches, _any_caller_is, _any_caller_matches.
16059
16060 2014-09-09 Doug Evans <xdje42@gmail.com>
16061
16062 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16063
16064 2014-09-09 Yao Qi <yao@codesourcery.com>
16065
16066 * gdb.mi/mi-var-display.exp: Set print symbol off.
16067
16068 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16069
16070 PR gdb/17035
16071 * gdb.base/commands.exp: Add tests to verify user-defined
16072 commands with empty bodies.
16073 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16074 python commands in `show user command`.
16075 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16076 scheme commands in `show user command`.
16077
16078 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16079
16080 PR python/17355
16081 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16082 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16083 * gdb.python/py-framefilter-invalidarg.exp: New file.
16084 * gdb.python/py-framefilter-invalidarg.py: New file.
16085
16086 2014-09-06 Doug Evans <xdje42@gmail.com>
16087
16088 PR 15276
16089 * gdb.python/py-caller-is.c: New file.
16090 * gdb.python/py-caller-is.exp: New file.
16091
16092 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16093
16094 PR gdb/17235
16095 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16096 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16097
16098 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16099
16100 PR fortran/17237
16101 * gdb.fortran/print-formatted.exp: New file.
16102 * gdb.fortran/print-formatted.f90: Likewise.
16103
16104 2014-09-03 Sasha Smundak <asmundak@google.com>
16105
16106 * gdb.python/py-frame.exp: Test Frame.read_register.
16107
16108 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16109
16110 PR python/16699
16111 * gdb.python/py-completion.exp: New file.
16112 * gdb.python/py-completion.py: Likewise.
16113
16114 2014-08-28 Doug Evans <dje@google.com>
16115
16116 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16117 eax,etc. are live with values set by gdb and thus the compiler can't
16118 use them.
16119 * gdb.arch/i386-pseudo.c (main): Ditto.
16120
16121 2014-08-27 Doug Evans <dje@google.com>
16122
16123 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16124
16125 2014-08-25 Doug Evans <dje@google.com>
16126
16127 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16128 (main): Ditto.
16129
16130 2014-08-25 Doug Evans <dje@google.com>
16131
16132 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16133
16134 2014-08-24 Yao Qi <yao@codesourcery.com>
16135
16136 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16137 symbol off.
16138 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16139
16140 2014-08-22 Doug Evans <dje@google.com>
16141
16142 PR 17276
16143 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16144 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16145 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16146
16147 2014-08-22 Yao Qi <yao@codesourcery.com>
16148
16149 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16150 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16151 * gdb.python/python.exp: Likewise. Use .py file on the host
16152 instead of the build.
16153
16154 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16155
16156 * gdb.threads/gcore-stale-thread.c: New file.
16157 * gdb.threads/gcore-stale-thread.exp: New file.
16158
16159 2014-08-21 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16162 * gdb.base/gcore-relro-pie.exp: Likewise.
16163 * gdb.base/gcore-relro.exp: Likewise.
16164 * gdb.base/gcore.exp: Likewise.
16165 * gdb.base/print-symbol-loading.exp: Likewise.
16166 * gdb.threads/gcore-thread.exp: Likewise.
16167 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16168
16169 2014-08-20 Pedro Alves <palves@redhat.com>
16170 Jan Kratochvil <jan.kratochvil@redhat.com>
16171
16172 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16173 configure.
16174 (EXPECT): Handle READ1 being set.
16175 (all): Depend on EXTRA_RULES.
16176 (check-read1, expect-read1, read1.so, read1): New rules.
16177 * README (Testsuite Parameters): Document the READ1 make variable.
16178 (Race detection): New section.
16179 * configure: Regenerate.
16180 * configure.ac: If build==host==target, and running under a
16181 GNU/glibc system, add read1 to the extra Makefile rules.
16182 (EXTRA_RULES): AC_SUBST it.
16183 * lib/read1.c: New file.
16184
16185 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16186
16187 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16188 the handling of variables declared as a typedef to an array
16189 which a DW_AT_data_location attribute.
16190
16191 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16192 Pedro Alves <palves@redhat.com>
16193
16194 PR symtab/14604
16195 PR symtab/14605
16196 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16197 gdb_test.
16198
16199 2014-08-19 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16202
16203 2014-08-19 Yao Qi <yao@codesourcery.com>
16204
16205 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16206 right line.
16207
16208 2014-08-18 David Blaikie <dblaikie@gmail.com>
16209
16210 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16211
16212 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16213
16214 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16215 attribute in array range.
16216
16217 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16218
16219 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16220
16221 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16222
16223 PR c++/17132
16224 * gdb.cp/pr17132.cc: New file.
16225 * gdb.cp/pr17132.exp: New file.
16226
16227 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16228
16229 * gdb.python/py-xmethods.py (A_getarrayind)
16230 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16231 Use 'print' with function call syntax.
16232 (E_method_matcher.match): Fix tab vs space indentation mixup.
16233
16234 2014-08-15 Yao Qi <yao@codesourcery.com>
16235
16236 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16237 false.
16238
16239 2014-08-15 Yao Qi <yao@codesourcery.com>
16240
16241 * gdb.cp/casts.exp: Set print symbol off.
16242 * gdb.cp/class2.exp: Likewise.
16243 * gdb.cp/overload.exp: Likewise.
16244 * gdb.cp/templates.exp: Likewise.
16245
16246 2014-08-11 Doug Evans <dje@google.com>
16247
16248 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16249 (test_load_shlib): Update.
16250
16251 2014-08-09 Yao Qi <yao@codesourcery.com>
16252
16253 * gdb.base/display.exp: Invoke is_address_zero_readable.
16254 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16255 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16256 * gdb.base/hbreak-unmapped.exp: Return if
16257 is_address_zero_readable returns true.
16258 * gdb.base/signest.exp: Likewise.
16259 * gdb.base/signull.exp: Likewise.
16260 * gdb.base/sigbpt.exp: Likewise.
16261 * gdb.guile/scm-disasm.exp: Do the test if
16262 is_address_zero_readable returns false.
16263 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16264 * gdb.python/py-arch.exp: Likewise.
16265 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16266 * lib/gdb.exp (is_address_zero_readable): New proc.
16267
16268 2014-08-09 Yao Qi <yao@codesourcery.com>
16269
16270 PR testsuite/13443
16271 * gdb.mi/mi-var-display.exp: Make test messages unique.
16272
16273 2014-08-04 Tom Tromey <tromey@redhat.com>
16274
16275 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16276 target 0".
16277
16278 2014-08-04 Tom Tromey <tromey@redhat.com>
16279
16280 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16281 "target_resume".
16282
16283 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16284
16285 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16286 inner_vla_struct_object_size.
16287 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16288 as xfail.
16289
16290 2014-07-30 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16293 comment.
16294
16295 2014-07-29 Yao Qi <yao@codesourcery.com>
16296
16297 PR gdb/17206
16298 * gdb.base/until-nodebug.exp: New.
16299
16300 2014-07-28 Doug Evans <xdje42@gmail.com>
16301
16302 PR guile/17203
16303 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16304 previously existing parameter, and previously ambiguously spelled
16305 parameter.
16306
16307 2014-07-28 Will Newton <will.newton@linaro.org>
16308
16309 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16310
16311 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16312 Doug Evans <xdje42@gmail.com>
16313
16314 PR guile/17146
16315 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16316
16317 2014-07-25 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.threads/signal-command-handle-nopass.c: New file.
16320 * gdb.threads/signal-command-handle-nopass.exp: New file.
16321 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16322 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16323 * gdb.threads/signal-delivered-right-thread.c: New file.
16324 * gdb.threads/signal-delivered-right-thread.exp: New file.
16325
16326 2014-07-25 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/double-prompt-target-event-error.exp
16329 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16330 match.
16331 (cancel_pagination_in_target_event): Rework double prompt
16332 detection.
16333 * gdb.base/paginate-after-ctrl-c-running.exp
16334 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16335 <return>' match.
16336 * gdb.base/paginate-bg-execution.exp
16337 (test_bg_execution_pagination_return)
16338 (test_bg_execution_pagination_cancel): Remove '-notransfer
16339 <return>' matches.
16340 * gdb.base/paginate-execution-startup.exp
16341 (test_fg_execution_pagination_return)
16342 (test_fg_execution_pagination_cancel): Remove '-notransfer
16343 <return>' matches.
16344 * gdb.base/paginate-inferior-exit.exp
16345 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16346 match.
16347 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16348 * lib/gdb.exp (pagination_prompt): Run text through
16349 string_to_regexp.
16350 (gdb_test_multiple): Match $pagination_prompt instead of
16351 "<return>".
16352 (string_to_regexp): Move to lib/gdb-utils.exp.
16353
16354 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16355
16356 * gdb.arch/amd64-entry-value-paramref.S: New file.
16357 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16358 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16359 * gdb.arch/amd64-optimout-repeat.S: New file.
16360 * gdb.arch/amd64-optimout-repeat.c: New file.
16361 * gdb.arch/amd64-optimout-repeat.exp: New file.
16362
16363 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16364
16365 PR gdb/17170
16366 * gdb.base/statistics.exp: New file.
16367
16368 2014-07-17 Doug Evans <dje@google.com>
16369
16370 PR gdb/17170
16371 * gdb.base/maint.exp: Update testing of per-command stats.
16372
16373 2014-07-16 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16376 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16377 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16378 (tfile_write_buf): New functions.
16379 (add_memory_block): Rewrite using the above.
16380 (adjust_function_address): New function.
16381 (FUNCTION_ADDRESS): New macro.
16382 (write_basic_trace_file): Remove short_x local, and use
16383 tfile_write_16. Change type of func_addr local to unsigned long
16384 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16385 here. Cast argument of add_memory_block to char pointer.
16386 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16387 (main): Remove parameters.
16388 * gdb.trace/tfile.exp: Remove nowarnings.
16389
16390 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16391
16392 * gdb.base/debug-expr.exp: Test string evaluation with
16393 "debug expression" on.
16394
16395 2014-07-15 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.base/reread.exp: Use clean_restart.
16398
16399 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16400
16401 * gdb.arch/avr-flash-qualifer.c: New.
16402 * gdb.arch/avr-flash-qualifer.exp: New.
16403
16404 2014-07-14 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16407 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16408
16409 2014-07-14 Pedro Alves <palves@redhat.com>
16410
16411 * gdb.base/double-prompt-target-event-error.c: New file.
16412 * gdb.base/double-prompt-target-event-error.exp: New file.
16413
16414 2014-07-14 Pedro Alves <palves@redhat.com>
16415
16416 PR gdb/17072
16417 * gdb.base/paginate-inferior-exit.c: New file.
16418 * gdb.base/paginate-inferior-exit.exp: New file.
16419
16420 2014-07-14 Pedro Alves <palves@redhat.com>
16421
16422 PR gdb/17072
16423 * gdb.base/paginate-bg-execution.c: New file.
16424 * gdb.base/paginate-bg-execution.exp: New file.
16425
16426 2014-07-14 Pedro Alves <palves@redhat.com>
16427
16428 PR gdb/17072
16429 * gdb.base/paginate-execution-startup.c: New file.
16430 * gdb.base/paginate-execution-startup.exp: New file.
16431 * lib/gdb.exp (pagination_prompt): New global.
16432 (default_gdb_spawn): New procedure, factored out from
16433 default_gdb_spawn.
16434 (default_gdb_start): Adjust to call default_gdb_spawn.
16435 (gdb_spawn): New procedure.
16436
16437 2014-07-14 Pedro Alves <palves@redhat.com>
16438
16439 * lib/gdb.exp (gdb_assert): New procedure.
16440 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16441
16442 2014-07-14 Pedro Alves <palves@redhat.com>
16443
16444 * gdb.base/execution-termios.c: New file.
16445 * gdb.base/execution-termios.exp: New file.
16446
16447 2014-07-14 Tom Tromey <tromey@redhat.com>
16448
16449 * gdb.cp/vla-cxx.cc: New file.
16450 * gdb.cp/vla-cxx.exp: New file.
16451
16452 2014-07-14 Tom Tromey <tromey@redhat.com>
16453
16454 * gdb.reverse/rerun-prec.c: New file.
16455 * gdb.reverse/rerun-prec.exp: New file.
16456
16457 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16458 Maciej W. Rozycki <macro@codesourcery.com>
16459
16460 * lib/gdb-utils.exp: New file.
16461 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16462 inline `gdb_init_command' processing.
16463 (gdb_start_cmd): Likewise.
16464 * lib/mi-support.exp (mi_run_cmd): Likewise.
16465 * README: Document `gdb_init_command' and `gdb_init_commands'.
16466
16467 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16468
16469 Fix false FAIL running under a very long directory name.
16470 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16471 and "set print elements 10000". Twice.
16472
16473 2014-07-11 Yao Qi <yao@codesourcery.com>
16474
16475 * gdb.base/exprs.exp: "set print symbol off".
16476
16477 2014-07-11 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.threads/kill.c: New file.
16480 * gdb.threads/kill.exp: New file.
16481
16482 2014-07-10 Yao Qi <yao@codesourcery.com>
16483
16484 * gdb.trace/tfile.c (write_basic_trace_file)
16485 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16486 address written to trace file.
16487
16488 2014-07-09 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.base/attach-wait-input.exp: New file.
16491 * gdb.base/attach-wait-input.c: New file.
16492
16493 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16494
16495 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16496 setting up test structures.
16497 (main): Call new test function.
16498 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16499 test function, continue into test function and walk test
16500 structures.
16501
16502 2014-07-02 Yao Qi <yao@codesourcery.com>
16503
16504 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16505 'bar_start' at the beginning of functions 'foo' and 'bar'
16506 respectively.
16507 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16508 instead of 'foo' and 'bar'.
16509
16510 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16511
16512 * gdb.btrace/segv.exp: New.
16513 * gdb.btrace/segv.c: New.
16514
16515 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16516
16517 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16518 instruction.
16519
16520 2014-06-30 Mark Wielaard <mjw@redhat.com>
16521
16522 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16523 vulture, vilify, villar): New volatile array constants.
16524 (vindictive, vegetation): New const volatile array constants.
16525 * gdb.base/volatile.exp: Test volatile and const volatile array
16526 types.
16527
16528 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16529
16530 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16531 target lacks support for awatch, rwatch, or hbreak.
16532
16533 2014-06-27 Yao Qi <yao@codesourcery.com>
16534
16535 * gdb.multi/dummy-frame-restore.exp: New.
16536 * gdb.multi/dummy-frame-restore.c: New.
16537
16538 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16539
16540 * gdb.btrace/gcore.exp: New.
16541
16542 2014-06-23 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.base/watchpoint-reuse-slot.c: New file.
16545 * gdb.base/watchpoint-reuse-slot.exp: New file.
16546
16547 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16548
16549 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16550 progspace's filename in 'info', 'enable' and 'disable' command
16551 tests.
16552
16553 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16554
16555 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16556 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16557 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16558
16559 2014-06-20 Gary Benson <gbenson@redhat.com>
16560
16561 * gdb.arch/i386-avx.exp: Fix include file location.
16562 * gdb.arch/i386-sse.exp: Likewise.
16563
16564 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16565
16566 * gdb.dlang/expression.exp: New file.
16567
16568 2014-06-19 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16571 out from ...
16572 (top level): ... here. Iterate running tests under different
16573 scheduler-locking settings.
16574
16575 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16576
16577 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16578 to DW_FORM_addr and use non-zero addresses.
16579
16580 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16581
16582 PR gdb/17017
16583 * gdb.python/py-xmethods.cc: Add global function call counters and
16584 increment them in their respective functions. Remove "cout"
16585 statements.
16586 * gdb.python/py-xmethods.exp: Make tests check the global function
16587 call counters instead of depending on inferior IO.
16588
16589 2014-06-18 Don Breazeal <donb@codesourcery.com>
16590
16591 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16592 Deleted procedure.
16593 (explicit_fork_parent_follow): Deleted procedure.
16594 (explicit_fork_child_follow): Deleted procedure.
16595 (test_follow_fork): New procedure.
16596 (do_fork_tests): Replace calls to deleted procedures with
16597 calls to test_follow_fork and reset GDB for subsequent
16598 procedure calls.
16599
16600 2014-06-17 Yao Qi <yao@codesourcery.com>
16601
16602 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16603 CP1252.
16604
16605 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16606
16607 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16608 Initialize ptr and S explicitly.
16609 (skip_type_update_when_not_use_rtti_test): Likewise.
16610
16611 2014-06-16 Keith Seitz <keiths@redhat.com>
16612
16613 PR mi/15863
16614 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16615 the inferior is started.
16616
16617 2014-06-16 Pedro Alves <palves@redhat.com>
16618
16619 * gdb.base/break-main-file-remove-fail.c: New file.
16620 * gdb.base/break-main-file-remove-fail.exp: New file.
16621 * gdb.base/break-unload-file.exp: Use build_executable instead of
16622 prepare_for_testing.
16623 (test_break): New parameter "initial_load". Handle it.
16624 (top level): Add initial_load cmdline/file axis.
16625
16626 2014-06-12 Tom Tromey <tromey@redhat.com>
16627
16628 * gdb.base/completion.exp: Don't use directory name in test.
16629
16630 2014-06-09 Gary Benson <gbenson@redhat.com>
16631
16632 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16633 separate the always-available ANSI-standard signals from the
16634 signals that require checking.
16635 (main): Likewise.
16636 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16637 Likewise.
16638 (main): Likewise.
16639
16640 2014-06-07 Keith Seitz <keiths@redhat.com>
16641
16642 Revert:
16643 PR c++/16253
16644 * gdb.cp/var-tag.cc: New file.
16645 * gdb.cp/var-tag.exp: New file.
16646 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16647 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16648 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16649 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16650
16651 2014-06-06 Doug Evans <xdje42@gmail.com>
16652
16653 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16654
16655 2014-06-06 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16658 in target debug output instead of looking at RSP packets,
16659 disabling the test on any target that uses hardware stepping.
16660 Update comments.
16661
16662 2014-06-06 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.base/break-unload-file.exp: Fix typo.
16665
16666 2014-06-06 Yao Qi <yao@codesourcery.com>
16667
16668 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16669 from "jit_function" to "^jit_function".
16670
16671 2014-06-06 Yao Qi <yao@codesourcery.com>
16672
16673 * gdb.base/async.c (foo): Add one statement.
16674 * gdb.base/async.exp: Get the next instruction address and
16675 match the output of "nexti" by instruction address. Match
16676 the hex address in the output of "finish".
16677
16678 2014-06-06 Gary Benson <gbenson@redhat.com>
16679
16680 * gdb.base/call-signals.c: Remove preprocessor conditionals
16681 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16682 SIGSEGV and SIGTERM.
16683 * gdb.base/sigall.c: Likewise.
16684 * gdb.base/unwindonsignal.c: Likewise.
16685 * gdb.reverse/sigall-reverse.c: Likewise.
16686
16687 2014-06-06 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16690 readable, skip the test.
16691
16692 2014-06-06 Yao Qi <yao@codesourcery.com>
16693
16694 * gdb.threads/staticthreads.c (thread_function): Move the line
16695 setting breakpoint on forward.
16696 * gdb.threads/staticthreads.exp: Update comments.
16697
16698 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16699
16700 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16701 "history-append! type error".
16702
16703 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16704
16705 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16706 erroneous dprintf expected input.
16707
16708 2014-06-04 Doug Evans <xdje42@gmail.com>
16709
16710 * gdb.guile/scm-generics.exp: Delete.
16711
16712 2014-06-04 Doug Evans <xdje42@gmail.com>
16713
16714 * gdb.guile/scm-breakpoint.exp: Update.
16715 Add tests for breakpoint registration.
16716
16717 2014-06-04 Tom Tromey <tromey@redhat.com>
16718
16719 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16720 VLA-in-union.
16721 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16722 inner_vla_struct, vla_union types. Initialize objects of those
16723 types and compute their sizes.
16724
16725 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16726 Hui Zhu <hui@codesourcery.com>
16727
16728 * gdb.base/fileio.exp: Add test for shell not available as well as
16729 available.
16730 * gdb.base/fileio.c (test_system): Check for shell twice.
16731
16732 2014-06-04 Yao Qi <yao@codesourcery.com>
16733
16734 * gdb.base/auto-connect-native-target.exp: Remove redundant
16735 space from the regexp pattern.
16736
16737 2014-06-04 Yao Qi <yao@codesourcery.com>
16738
16739 * gdb.base/default.exp: Replace "child" with "native" in
16740 regexp pattern.
16741
16742 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16743
16744 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16745 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16746 * gdb.python/py-xmethods.py: Python script supporting the
16747 new testcase and tests.
16748
16749 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16750 Pedro Alves <palves@redhat.com>
16751
16752 PR breakpoints/17000
16753 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16754 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16755
16756 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16757
16758 * gdb.base/subst.exp: Add tests to verify partial path matching
16759 output.
16760
16761 2014-06-03 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16764 target that doesn't use software single-stepping.
16765
16766 2014-06-03 Pedro Alves <palves@redhat.com>
16767
16768 PR breakpoints/17000
16769 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16770 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16771
16772 2014-06-02 Doug Evans <xdje42@gmail.com>
16773
16774 * gdb.guile/scm-parameter.exp: New file.
16775
16776 2014-06-02 Doug Evans <xdje42@gmail.com>
16777
16778 * gdb.guile/scm-cmd.c: New file.
16779 * gdb.guile/scm-cmd.exp: New file.
16780
16781 2014-06-02 Doug Evans <xdje42@gmail.com>
16782
16783 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16784 pretty-printer lookup.
16785 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16786 (make-pp_s-printer): Call it.
16787 (make-pretty-printer-from-dict): New function.
16788 (lookup-pretty-printer-maker-from-dict): New function.
16789 (*pretty-printer*): Simplify.
16790 (make-objfile-pp_s-printer): New function.
16791 (install-objfile-pretty-printers!): New function.
16792 (make-progspace-pp_s-printer): New function.
16793 (install-progspace-pretty-printers!): New function.
16794 * gdb.guile/scm-progspace.c: New file.
16795 * gdb.guile/scm-progspace.exp: New file.
16796
16797 2014-06-02 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.base/dprintf-bp-same-addr.c: New file.
16800 * gdb.base/dprintf-bp-same-addr.exp: New file.
16801
16802 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16803
16804 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16805 * gdb.arch/powerpc-power.s: Likewise.
16806
16807 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16808
16809 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16810
16811 2014-06-01 Yao Qi <yao@codesourcery.com>
16812
16813 * gdb.base/watchpoint.exp (test_watch_location): Check null
16814 pointer can be dereferenced. If not, do the test, otherwise
16815 skip it.
16816
16817 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16818
16819 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16820 results.
16821 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16822
16823 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16824
16825 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16826 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16827 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16828 * gdb.arch/amd64-invalid-stack-top.c: New file.
16829 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16830
16831 2014-05-30 Pedro Alves <palves@redhat.com>
16832
16833 PR breakpoints/17000
16834 * gdb.base/sss-bp-on-user-bp.c: New file.
16835 * gdb.base/sss-bp-on-user-bp.exp: New file.
16836
16837 2014-05-30 David Blaikie <dblaikie@gmail.com>
16838
16839 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16840 gnu_inline semantics via attribute.
16841 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16842 source explicitly specifies the required semantics.
16843
16844 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16845
16846 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16847
16848 2014-05-29 Pedro Alves <palves@redhat.com>
16849 Tom Tromey <tromey@redhat.com>
16850
16851 * gdb.base/async-shell.exp: Don't enable target-async.
16852 * gdb.base/async.exp
16853 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16854 parameter. Adjust.
16855 (top level): Don't test with "target-async".
16856 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16857 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16858 * gdb.base/inferior-died.exp: Don't enable target-async.
16859 * gdb.base/interrupt-noterm.exp: Likewise.
16860 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16861 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16862 * gdb.mi/mi-nonstop.exp: Likewise.
16863 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16864 * gdb.mi/mi-nsintrall.exp: Likewise.
16865 * gdb.mi/mi-nsmoribund.exp: Likewise.
16866 * gdb.mi/mi-nsthrexec.exp: Likewise.
16867 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16868 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16869 * gdb.python/py-evsignal.exp: Don't enable target-async.
16870 * gdb.python/py-evthreads.exp: Likewise.
16871 * gdb.python/py-prompt.exp: Likewise.
16872 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16873 * gdb.server/solib-list.exp: Don't enable target-async.
16874 * gdb.threads/thread-specific-bp.exp: Likewise.
16875 * lib/mi-support.exp: Adjust to use mi-async.
16876
16877 2014-05-29 Pedro Alves <palves@redhat.com>
16878
16879 PR gdb/13860
16880 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16881 reason, even in sync mode.
16882
16883 2014-05-29 Pedro Alves <palves@redhat.com>
16884 Hui Zhu <hui@codesourcery.com>
16885
16886 PR PR15693
16887 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16888 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16889 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16890 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16891
16892 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16893
16894 * config/monitor.exp (gdb_target_monitor): Replace use of
16895 "set remotebaud" by "set serial baud".
16896
16897 2014-05-26 Andy Wingo <wingo@igalia.com>
16898
16899 * gdb.guile/scm-breakpoint.exp:
16900 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16901 properties instead of gdb-object-properties.
16902
16903 2014-05-26 Yao Qi <yao@codesourcery.com>
16904
16905 * gdb.server/no-thread-db.exp: Specify source file name
16906 explicitly when setting a breakpoint.
16907
16908 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16909
16910 * gdb.btrace/vdso.c: New.
16911 * gdb.btrace/vdso.exp: New.
16912
16913 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16914
16915 * gdb.base/gcore.exp (capture_command_output): Move ...
16916 * lib/gdb.exp (capture_command_output): ... here.
16917
16918 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16919
16920 * gdb.btrace/data.exp: Test memory access during btrace replay.
16921
16922 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16923
16924 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16925
16926 2014-05-21 Pedro Alves <palves@redhat.com>
16927
16928 PR gdb/13860
16929 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16930 (top level): Test that output related to execution commands is
16931 sent to the console with CLI commands, but not with MI commands.
16932 Test that breakpoint events are always mirrored to the console.
16933 Also expect the new source line to be output after a "next" in
16934 async mode too. Make it a pass/fail test.
16935 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16936 output.
16937 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16938
16939 2014-05-21 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16942 Use them to test variations of "list" after reaching a breakpoint.
16943 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16944 Test "list" with listsize 10 after reaching a breakpoint.
16945 * gdb.python/python.exp (decode_line current location line
16946 number): Adjust expected line number.
16947
16948 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16949
16950 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16951 behavior for $args, pass it directly to "run".
16952
16953 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16954
16955 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16956 30000 to 65536.
16957
16958 2014-05-21 Pedro Alves <palves@redhat.com>
16959
16960 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16961 auto-connect-native-target off".
16962 * gdb.base/auto-connect-native-target.c: New file.
16963 * gdb.base/auto-connect-native-target.exp: New file.
16964
16965 2014-05-21 Pedro Alves <palves@redhat.com>
16966
16967 * gdb.base/default.exp: Test "target native" instead of "target
16968 child".
16969
16970 2014-05-21 Mark Wielaard <mjw@redhat.com>
16971
16972 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16973
16974 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16975
16976 Fix TLS access for -static -pthread.
16977 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16978 <HAVE_TLS> (thread_function, main): Initialize it.
16979 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16980 Add clean_restart.
16981 <$have_tls != "">: Check TLSVAR.
16982
16983 2014-05-21 Pedro Alves <palves@redhat.com>
16984
16985 * gdb.base/dcache-line-read-error.c: New.
16986 * gdb.base/dcache-line-read-error.exp: New.
16987
16988 2014-05-20 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.base/compare-sections.c: New file.
16991 * gdb.base/compare-sections.exp: New file.
16992
16993 2014-05-20 Pedro Alves <palves@redhat.com>
16994
16995 * gdb.base/break-idempotent.c: New file.
16996 * gdb.base/break-idempotent.exp: New file.
16997
16998 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16999
17000 * gdb.btrace/nohist.exp: New.
17001
17002 2014-05-20 Yao Qi <yao@codesourcery.com>
17003
17004 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17005 gdb.reverse directory and gdb_reverse_timeout exists in board
17006 setting.
17007 * README: Document gdb_reverse_timeout.
17008
17009 2014-05-20 Yao Qi <yao@codesourcery.com>
17010
17011 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17012 'test_file_name'. Treat args as a string instead of a list.
17013 (gdb_init): Rename argument 'args' by 'test_file_name'.
17014
17015 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17016
17017 * gdb.arch/powerpc-power.exp: New file.
17018 * gdb.arch/powerpc-power.s: New file.
17019
17020 2014-05-16 Doug Evans <dje@google.com>
17021
17022 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17023 * gdb.base/completion.exp: Check that all expected files exist
17024 before doing file completion.
17025
17026 2014-05-16 Doug Evans <dje@google.com>
17027
17028 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17029 Update.
17030 (do_syscall_tests_without_xml): Update.
17031
17032 2014-05-16 Pedro Alves <palves@redhat.com>
17033
17034 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17035 instead of "unknown output after running".
17036
17037 2014-05-16 Yao Qi <yao@codesourcery.com>
17038
17039 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17040 file1.txt from host at the end.
17041 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17042
17043 2014-05-15 Doug Evans <dje@google.com>
17044
17045 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17046 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17047 loading file. Add test for TU lookup.
17048
17049 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17050
17051 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17052 calling "-exec-arguments" or "set args" before running the
17053 inferior.
17054
17055 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17056
17057 * lib/mi-support.exp (mi_expect_stop): Expect message for
17058 inferiors that exit with non-zero exit code.
17059
17060 2014-05-14 Yao Qi <yao@codesourcery.com>
17061
17062 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17063 match absolute path on remote host.
17064 (test_file_list_exec_source_files): Remove "/" from the
17065 pattern.
17066
17067 2014-05-14 Yao Qi <yao@codesourcery.com>
17068
17069 * boards/local-remote-host-notty.exp (${board}_file): New
17070 proc.
17071
17072 2014-05-07 Kyle McMartin <kyle@redhat.com>
17073
17074 Pushed by Joel Brobecker <brobecker@adacore.com>.
17075 * gdb.arch/aarch64-atomic-inst.c: New file.
17076 * gdb.arch/aarch64-atomic-inst.exp: New file.
17077
17078 2014-05-07 Yao Qi <yao@codesourcery.com>
17079
17080 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17081 in current context" too.
17082
17083 2014-05-05 Keith Seitz <keiths@redhat.com>
17084
17085 * gdb.linespec/ls-dollar.exp: Add test for linespec
17086 file:convenience_variable.
17087
17088 2014-05-05 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17091 traceframes into tfile and ctf trace files. Read data from
17092 trace file and test collected data.
17093 (gdb_collect_locals_test): Likewise.
17094 (gdb_unavailable_registers_test): Likewise.
17095 (gdb_unavailable_floats): Likewise.
17096 (gdb_collect_globals_test): Likewise.
17097 (top-level): Append "ctf" to trace_file_targets if GDB
17098 supports.
17099
17100 2014-05-05 Yao Qi <yao@codesourcery.com>
17101
17102 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17103 code to ...
17104 (gdb_collect_args_test_1): ... it. New proc.
17105 (gdb_collect_locals_test): Move some code to ...
17106 (gdb_collect_locals_test_1): ... it. New proc.
17107 (gdb_unavailable_registers_test): Move some code to ...
17108 (gdb_unavailable_registers_test_1): ... it. New proc.
17109 (gdb_unavailable_floats): Move some code to ...
17110 (gdb_unavailable_floats_1): ... it. New proc.
17111
17112 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17113
17114 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17115 probes to test for bitness recognition.
17116 * gdb.arch/amd64-stap-optional-prefix.exp
17117 (test_probe_value_without_reg): New procedure.
17118 Add code to test for different kinds of bitness.
17119
17120 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17121
17122 PR breakpoints/16889
17123 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17124 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17125
17126 2014-05-01 Pedro Alves <palves@redhat.com>
17127
17128 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17129 gdb_file_cmd if no file is specified.
17130 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17131 last_loaded_file to set the remote exec-file.
17132
17133 2014-05-01 Pedro Alves <palves@redhat.com>
17134
17135 * boards/local-remote-host.exp: New file.
17136
17137 2014-05-01 Pedro Alves <palves@redhat.com>
17138
17139 * boards/local-remote-host.exp: Rename to ...
17140 * boards/local-remote-host-notty.exp: ... this.
17141
17142 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17143
17144 * gdb.ada/dyn_arrayidx: New testcase.
17145
17146 2014-04-26 Yao Qi <yao@codesourcery.com>
17147
17148 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17149 and compute the length of function main. Save it in
17150 $main_length.
17151 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17152 (top-level): Use gdb_compile to compile objects into
17153 executable and restart GDB. Remove invocation to
17154 prepare_for_testing.
17155
17156 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17157 Pedro Alves <palves@redhat.com>
17158
17159 PR server/16255
17160 * gdb.multi/multi-attach.c: New file.
17161 * gdb.multi/multi-attach.exp: New file.
17162
17163 2014-04-25 Pedro Alves <palves@redhat.com>
17164
17165 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17166 user.
17167 (top level): Test that "set remote conditional-breakpoints-packet
17168 off" works as intended.
17169 * gdb.base/dprintf.exp: Test that "set remote
17170 breakpoint-commands-packet off" works as intended.
17171 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17172 New function.
17173 (top level): Call it.
17174 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17175 remote fast-tracepoints-packet off" works as intended.
17176 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17177 * lib/gdb.exp (gdb_is_target_remote): ... here.
17178
17179 2014-04-24 David Blaikie <dblaikie@gmail.com>
17180
17181 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17182 ensure clang would not discard them.
17183 * gdb.base/gdbvars.c: Ditto.
17184 * gdb.base/memattr.c: Ditto.
17185 * gdb.base/whatis.c: Ditto.
17186 * gdb.python/py-prettyprint.c: Ditto.
17187 * gdb.trace/actions.c: Ditto.
17188 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17189 ensure clang would not discard it.
17190
17191 2014-04-24 David Blaikie <dblaikie@gmail.com>
17192
17193 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17194 clang to emit the full definition of type required by the test
17195 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17196
17197 2014-04-24 David Blaikie <dblaikie@gmail.com>
17198
17199 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17200 coax Clang into emitting the definition of the type.
17201 * gdb.cp/pr10728-x.h (y): Ditto.
17202 * gdb.cp/pr10728-y.cc (y): Ditto.
17203
17204 2014-04-24 David Blaikie <dblaikie@gmail.com>
17205
17206 * gdb.base/label.exp: XFAIL label related tests under Clang.
17207 * gdb.cp/cplabel.exp: Ditto.
17208 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17209 under Clang those using labels.
17210
17211 2014-04-25 Yao Qi <yao@codesourcery.com>
17212
17213 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17214 double_label.
17215 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17216 partial_label and double_label.
17217
17218 2014-04-24 David Blaikie <dblaikie@gmail.com>
17219
17220 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17221
17222 2014-04-24 David Blaikie <dblaikie@gmail.com>
17223
17224 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17225 of the function to work across GCC and Clang.
17226 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17227 pointer types (const void ** const V void **).
17228
17229 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17230 Walfred Tedeschi <walfred.tedeschi@intel.com>
17231
17232 * Makefile.in (EXECUTABLES): Added i386-avx512.
17233 * gdb.arch/i386-avx512.c: New file.
17234 * gdb.arch/i386-avx512.exp: Likewise.
17235
17236 2014-04-23 Keith Seitz <keiths@redhat.com>
17237
17238 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17239 (mi_make_breakpoint_table): New procedure.
17240 (mi_create_breakpoint): Use mi_make_breakpoint
17241 and return the result.
17242 (mi_make_breakpoint): New procedure.
17243 (mi_build_kv_pairs): New procedure.
17244
17245 * gdb.mi/mi-break.exp: Remove unused globals,
17246 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17247 All callers updated.
17248 * gdb.mi/mi-dprintf.exp: Use variable to track command
17249 number.
17250 Update all callers of mi_create_breakpoint and use
17251 mi_make_breakpoint_table.
17252 Remove any unused global variables.
17253 * gdb.mi/mi-nonstop.exp: Likewise.
17254 * gdb.mi/mi-nsintrall.exp: Likewise.
17255 * gdb.mi/mi-nsmoribund.exp: Likewise.
17256 * gdb.mi/mi-nsthrexec.exp: Likewise.
17257 * gdb.mi/mi-reverse.exp: Likewise.
17258 * gdb.mi/mi-simplerun.exp: Likewise.
17259 * gdb.mi/mi-stepn.exp: Likewise.
17260 * gdb.mi/mi-syn-frame.exp: Likewise.
17261 * gdb.mi/mi-until.exp: Likewise.
17262 * gdb.mi/mi-var-cp.exp: Likewise.
17263 * gdb.mi/mi-var-display.exp: Likewise.
17264 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17265 * gdb.mi/mi2-var-child.exp: Likewise.
17266 * gdb.mi/mi-vla-c99.exp: Likewise.
17267 * lib/mi-support.exp: Likewise.
17268
17269 From Ian Lance Taylor <iant@cygnus.com>:
17270 * lib/gdb.exp (parse_args): New procedure.
17271
17272 2014-04-23 Pedro Alves <palves@redhat.com>
17273
17274 * gdb.base/break-unload-file.c: New file.
17275 * gdb.base/break-unload-file.exp: New file.
17276 * gdb.base/sym-file-lib.c (baz): New function.
17277 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17278 field.
17279 (load): Store the segment's mapped size.
17280 (unload): New function.
17281 (unload_shlib): New function.
17282 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17283 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17284 set a breakpoint at baz, and call it.
17285 * gdb.base/sym-file.exp: New tests for stale breakpoint
17286 instructions.
17287
17288 2014-04-23 Pedro Alves <palves@redhat.com>
17289
17290 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17291 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17292 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17293 * gdb.base/hbreak-unmapped.c: New file.
17294 * gdb.base/hbreak-unmapped.exp: New file.
17295 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17296 * lib/gdb.exp (gdb_is_target_remote): ... here.
17297
17298 2014-04-22 Pedro Alves <palves@redhat.com>
17299
17300 * gdb.base/consecutive-step-over.c: New file.
17301 * gdb.base/consecutive-step-over.exp: New file.
17302
17303 2014-04-22 Pedro Alves <palves@redhat.com>
17304
17305 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17306 instead of send_gdb/gdb_expect.
17307
17308 2014-04-22 Yao Qi <yao@codesourcery.com>
17309
17310 * lib/trace-support.exp (generate_tracefile): New procedure.
17311 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17312 return 0.
17313 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17314 if generate_tracefile returns 1.
17315
17316 2014-04-18 Tom Tromey <palves@redhat.com>
17317 Pedro alves <tromey@redhat.com>
17318
17319 PR backtrace/15558
17320 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17321 with a backtrace limit.
17322 * gdb.python/py-frame-inline.exp: Test running to an inline
17323 function with a backtrace limit, and printing the newest frame.
17324 * gdb.python/py-frame-inline.c (main): Call f.
17325
17326 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17327
17328 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17329
17330 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17331
17332 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17333 Drop prefix from unsupported source file path.
17334
17335 2014-04-17 Yao Qi <yao@codesourcery.com>
17336
17337 * lib/gdb.exp (with_target_charset): New proc.
17338 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17339 with_target_charset.
17340 (test_print_strings): Likewise.
17341 (test_repeat_bytes): Likewise.
17342 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17343 for some tests.
17344
17345 2014-04-16 Keith Seitz <keiths@redhat.com>
17346
17347 PR gdb/15827
17348 * gdb.dwarf2/corrupt.c: New file.
17349 * gdb.dwarf2/corrupt.exp: New file.
17350
17351 2014-04-16 Keith Seitz <keiths@redhat.com>
17352
17353 PR c++/16597
17354 * gdb.cp/namelessclass.cc: New file.
17355 * gdb.cp/namelessclass.exp: New file.
17356 * gdb.cp/namelessclass.S: New file.
17357
17358 2014-04-16 Doug Evans <dje@google.com>
17359
17360 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17361 Add comment.
17362 (gdbserver_default_get_comm_port): New function.
17363 (gdbserver_start): Check if board file provided
17364 "gdbserver,get_comm_port" and use it if so.
17365 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17366 (gdb,socketport): Set to "stdio".
17367 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17368 (stdio_gdbserver_template): Delete.
17369 (${board}_get_remote_address): Update.
17370 (${board}_build_remote_cmd): Delete.
17371 (${board}_get_comm_port): New function.
17372 (${board}_spawn): Update.
17373 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17374 Delete.
17375 (${board}_get_remote_address): Update.
17376 (${board}_get_comm_port): New function.
17377
17378 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17379
17380 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17381 appearing in any order.
17382
17383 2014-04-15 Doug Evans <dje@google.com>
17384
17385 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17386 uninitialized value of "description".
17387
17388 2014-04-15 Keith Seitz <keiths@redhat.com>
17389
17390 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17391 Remove unused globals.
17392 (test_running_the_program): Likewise.
17393 (test_controlled_execution): Likewise.
17394 (test_controlling_breakpoints): Likewise.
17395 (test_program_termination): Likewise.
17396
17397 2014-04-15 Keith Seitz <keiths@redhat.com>
17398
17399 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17400 unused globals.
17401 (test_rbreak_creation_and_listing): Likewise.
17402 (test_ignore_count): Likewise.
17403 (test_error): Likewise.
17404
17405 2014-04-15 Pedro Alves <palves@redhat.com>
17406
17407 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17408 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17409 sym-file-loader.c.
17410 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17411 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17412 to sym-file-loader.c.
17413 (struct library): Forward declare.
17414 (load_shlib, lookup_function): Change prototypes.
17415 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17416 (translate_offset): Remove declarations.
17417 (get_text_addr): New declaration.
17418 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17419 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17420 sym-file-loader.h.
17421 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17422 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17423 here from sym-file-loader.h.
17424 (struct library): New structure.
17425 (load_shlib, lookup_function): Change prototypes and adjust to
17426 work with a struct library.
17427 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17428 (translate_offset): Make static.
17429 (get_text_addr): New function.
17430 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17431
17432 2014-04-15 Pedro Alves <palves@redhat.com>
17433
17434 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17435
17436 2014-04-15 Pedro Alves <palves@redhat.com>
17437
17438 * gdb.base/sym-file-loader.c: Include <limits.h>.
17439 (SELF_LINK): New define.
17440 (get_origin): New function.
17441 (load_shlib): Use it.
17442 * gdb.base/sym-file.exp: Don't early return if the target is
17443 remote. Use runto_main, and issue fail is that fails. Use
17444 gdb_load_shlibs.
17445 (shlib_name): Delete.
17446 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17447
17448 2014-04-15 Pedro Alves <palves@redhat.com>
17449
17450 * gdb.base/sym-file.exp: Remove regex characters from test
17451 message. Don't refer to breakpoint numbers in test messages.
17452
17453 2014-04-14 Keith Seitz <keiths@redhat.com>
17454
17455 PR c++/16253
17456 * gdb.cp/var-tag.cc: New file.
17457 * gdb.cp/var-tag.exp: New file.
17458 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17459 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17460 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17461 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17462
17463 2014-04-14 Tom Tromey <tromey@redhat.com>
17464
17465 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17466 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17467 type.
17468 * gdb.cp/enum-class.exp: New file.
17469 * gdb.cp/enum-class.cc: New file.
17470
17471 2014-04-14 Tom Tromey <tromey@redhat.com>
17472
17473 * gdb.dwarf2/enum-type.exp: New file.
17474
17475 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17476
17477 * gdb.mi/mi-vla-c99.exp: New file.
17478 * gdb.mi/vla.c: New file.
17479
17480 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17481
17482 * gdb.base/vla-datatypes.c: New file.
17483 * gdb.base/vla-datatypes.exp: New file.
17484
17485 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17486
17487 * gdb.base/vla-ptr.c: New file.
17488 * gdb.base/vla-ptr.exp: New file.
17489
17490 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17491
17492 * gdb.dwarf2/count.exp: New file.
17493
17494 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17495
17496 * gdb.base/vla-sideeffect.c: New file.
17497 * gdb.base/vla-sideeffect.exp: New file.
17498
17499 2014-04-14 David Blaikie <dblaikie@gmail.com>
17500
17501 * gdb.mi/non-stop.c: Add return value for non-void function return
17502 statement.
17503 * gdb.threads/staticthreads.c: Ditto.
17504
17505 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17506 Doug Evans <xdje42@gmail.com>
17507
17508 * gdb.guile/scm-value.c: Improve test case.
17509 * gdb.guile/scm-value.exp: Add new test.
17510
17511 2014-04-11 David Blaikie <dblaikie@gmail.com>
17512
17513 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17514 override Clang's default.
17515
17516 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17517
17518 Revert the following changes (regressions):
17519
17520 * gdb.base/vla-sideeffect.c: New file.
17521 * gdb.base/vla-sideeffect.exp: New file.
17522
17523 * gdb.dwarf2/count.exp: New file.
17524
17525 * gdb.base/vla-multi.c: New file.
17526 * gdb.base/vla-multi.exp: New file.
17527
17528 * gdb.base/vla-ptr.c: New file.
17529 * gdb.base/vla-ptr.exp: New file.
17530
17531 * gdb.base/vla-datatypes.c: New file.
17532 * gdb.base/vla-datatypes.exp: New file.
17533
17534 * gdb.mi/mi-vla-c99.exp: New file.
17535 * gdb.mi/vla.c: New file.
17536
17537 2014-04-11 Keith Seitz <keiths@redhat.com>
17538
17539 PR c++/16675
17540 * gdb.cp/cpsizeof.exp: New file.
17541 * gdb.cp/cpsizeof.cc: New file.
17542
17543 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17544
17545 * gdb.mi/mi-vla-c99.exp: New file.
17546 * gdb.mi/vla.c: New file.
17547
17548 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17549
17550 * gdb.base/vla-datatypes.c: New file.
17551 * gdb.base/vla-datatypes.exp: New file.
17552
17553 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17554
17555 * gdb.base/vla-ptr.c: New file.
17556 * gdb.base/vla-ptr.exp: New file.
17557
17558 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17559
17560 * gdb.base/vla-multi.c: New file.
17561 * gdb.base/vla-multi.exp: New file.
17562
17563 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17564
17565 * gdb.dwarf2/count.exp: New file.
17566
17567 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17568
17569 * gdb.base/vla-sideeffect.c: New file.
17570 * gdb.base/vla-sideeffect.exp: New file.
17571
17572 2014-04-11 Yao Qi <yao@codesourcery.com>
17573
17574 * gdb.base/completion.exp: Check file exists before running tests
17575 on file completion.
17576
17577 2014-04-10 Pedro Alves <palves@redhat.com>
17578
17579 * gdb.base/cond-eval-mode.c: New file.
17580 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17581 prepare_for_testing to build the new file. Check result of
17582 runto_main.
17583 (test_break, test_watch): New procedures.
17584 (top level): Use them.
17585
17586 2014-04-08 Pierre Muller <muller@sourceware.org>
17587
17588 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17589 Ctrl-V use for mingw hosts.
17590
17591 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17592
17593 * gdb.python/py-value.c: Improve test case.
17594 * gdb.python/py-value.exp: Add new test.
17595
17596 2014-04-07 David Blaikie <dblaikie@gmail.com>
17597
17598 * lib/compiler.c: Identify the clang compiler.
17599 * lib/compiler.cc: Ditto.
17600
17601 2014-04-03 Yao Qi <yao@codesourcery.com>
17602
17603 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17604
17605 2014-04-01 Anton Blanchard <anton@samba.org>
17606
17607 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17608 messages unique.
17609
17610 2014-04-01 Anton Blanchard <anton@samba.org>
17611
17612 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17613 prepare_for_testing.
17614
17615 2014-04-01 Anton Blanchard <anton@samba.org>
17616
17617 * gdb.arch/ppc64-atomic-inst.c: Remove.
17618 * gdb.arch/ppc64-atomic-inst.S: New file.
17619 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17620
17621 2014-03-31 Doug Evans <dje@google.com>
17622
17623 * gdb.base/print-symbol-loading-lib.c: New file.
17624 * gdb.base/print-symbol-loading-main.c: New file.
17625 * gdb.base/print-symbol-loading.exp: New file.
17626
17627 2014-03-31 Yao Qi <yao@codesourcery.com>
17628
17629 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17630
17631 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17632
17633 * gdb.ada/mi_dyn_arr: New testcase.
17634
17635 2014-03-27 Doug Evans <dje@google.com>
17636
17637 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17638
17639 2014-03-27 Yao Qi <yao@codesourcery.com>
17640
17641 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17642 if target is nios2-*-*.
17643
17644 2014-03-26 Yao Qi <yao@codesourcery.com>
17645
17646 * lib/gdb.exp (readline_is_used): New proc.
17647 * gdb.base/completion.exp: Move tests on command complete up.
17648 Skip the rest of tests if readline is not used.
17649 * gdb.ada/complete.exp: Skp the test if readline is not
17650 used.
17651 * gdb.base/filesym.exp: Likewise.
17652 * gdb.base/macscp.exp: Likewise.
17653 * gdb.base/readline-ask.exp: Likewise.
17654 * gdb.base/readline.exp: Likewise.
17655 * gdb.python/py-cmd.exp: Likewise.
17656 * gdb.trace/tfile.exp: Likewise.
17657
17658 2014-03-26 Yao Qi <yao@codesourcery.com>
17659
17660 * gdb.base/macscp.exp: Fix code format issues.
17661
17662 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17663
17664 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17665 * gdb.asm/powerpc64le.inc: New file.
17666
17667 2014-03-25 Pedro Alves <palves@redhat.com>
17668 Doug Evans <dje@google.com>
17669
17670 * gdb.base/source-execution.c: New file.
17671 * gdb.base/source-execution.exp: New file.
17672 * gdb.base/source-execution.gdb: New file.
17673
17674 2014-03-24 Doug Evans <dje@google.com>
17675
17676 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17677 using fission.
17678
17679 2014-03-24 Hui Zhu <hui@codesourcery.com>
17680 Pedro Alves <palves@redhat.com>
17681
17682 PR breakpoints/16101
17683 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17684 test pass/fail messages. Detect missing support for dprintf when
17685 breakpoints are actually inserted.
17686 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17687 breakpoints are actually inserted.
17688 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17689 fails.
17690
17691 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17692
17693 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17694
17695 2014-03-22 Doug Evans <xdje42@gmail.com>
17696
17697 * gdb.python/python.exp (python not supported): Verify multi-line
17698 python command issues an error.
17699 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17700 guile command issues an error.
17701
17702 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17703
17704 * gdb.threads/thread-specific.exp: Handle the lack of usable
17705 $this_breakpoint and $this_thread.
17706
17707 2014-03-21 Hui Zhu <hui@codesourcery.com>
17708
17709 * gdb.base/attach.exp (do_command_attach_tests): New.
17710
17711 2014-03-20 Tom Tromey <tromey@redhat.com>
17712 Pedro Alves <palves@redhat.com>
17713
17714 PR cli/15718
17715 * gdb.base/condbreak-call-false.c: New file.
17716 * gdb.base/condbreak-call-false.exp: New file.
17717
17718 2014-03-20 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17721 Delete.
17722 (block_signals, unblock_signals): Delete.
17723 (child_function_2, main): Remove references to deleted variable
17724 and functions.
17725
17726 2014-03-20 Pedro Alves <palves@redhat.com>
17727
17728 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17729 Use pthread_kill to signal thread 2.
17730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17731 Adjust to make the test send itself a signal rather than using the
17732 host's "kill" command.
17733
17734 2014-03-20 Pedro Alves <palves@redhat.com>
17735
17736 * gdb.threads/multiple-step-overs.c: New file.
17737 * gdb.threads/multiple-step-overs.exp: New file.
17738 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17739 Adjust expected infrun debug output.
17740
17741 2014-03-20 Pedro Alves <palves@redhat.com>
17742
17743 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17744 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17745
17746 2014-03-20 Pedro Alves <palves@redhat.com>
17747
17748 PR breakpoints/7143
17749 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17750 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17751 of gdb_test_multiple.
17752 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17753 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17754
17755 2014-03-20 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17758 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17759
17760 2014-03-19 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.base/async.exp: Remove early return.
17763
17764 2014-03-19 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17767
17768 2014-03-19 Pedro Alves <palves@redhat.com>
17769
17770 * gdb.base/async.exp (test_background): Expect \r\n after
17771 "completed." in the fail pattern.
17772
17773 2014-03-19 Pedro Alves <palves@redhat.com>
17774
17775 * gdb.base/async.exp (test_background): New procedure.
17776 Use it for all background execution command tests.
17777
17778 2014-03-19 Pedro Alves <palves@redhat.com>
17779
17780 * gdb.base/async.exp: Use prepare_for_testing.
17781
17782 2014-03-19 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17785 the same line.
17786
17787 2014-03-19 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.base/async.c (main): Add "jump here" and "until here" line
17790 marker comments.
17791 * gdb.base/async.exp (jump_here): New global.
17792 (jump& test): Use it.
17793 (until_here): New global.
17794 (until& test): Use it.
17795
17796 2014-03-19 Pedro Alves <palves@redhat.com>
17797
17798 * gdb.base/async.exp: Don't frob gdb_protocol.
17799
17800 2014-03-18 Doug Evans <xdje42@gmail.com>
17801
17802 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17803 Fix spelling of exec-done-display.
17804
17805 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17806
17807 PR gdb/15358
17808 * gdb.base/gdb-sigterm.c: New file.
17809 * gdb.base/gdb-sigterm.exp: New file.
17810
17811 2014-03-18 Pedro Alves <palves@redhat.com>
17812
17813 PR gdb/13860
17814 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17815 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17816 solib-event.
17817
17818 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17819
17820 * gdb.ada/pckd_arr_ren: New testcase.
17821
17822 2014-03-13 Doug Evans <xdje42@gmail.com>
17823
17824 PR guile/16612
17825 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17826 collect after discarding symbols.
17827
17828 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17829 Doug Evans <xdje42@gmail.com>
17830
17831 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17832 to history survives a gc.
17833
17834 2014-03-13 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/default.exp: Don't test "target procfs".
17837
17838 2014-03-13 Pedro Alves <palves@redhat.com>
17839
17840 * gdb.base/default.exp: Update "target child" and "target procfs"
17841 tests to not expect "Unix".
17842
17843 2014-03-12 Tom Tromey <tromey@redhat.com>
17844
17845 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17846 New procs. Add target-async tests.
17847 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17848 Add target-async tests.
17849
17850 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17851
17852 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17853 'func_start' and 'func_end' for the beginning and end of the
17854 function code, respectively.
17855 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17856 'func_end' instead of 'func' and 'main'.
17857
17858 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17859
17860 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17861 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17862 generate the debug info assembler source.
17863
17864 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17865
17866 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17867 * gdb.dwarf2/arr-subrange.exp: Likewise.
17868 * gdb.dwarf2/dwz.exp: Likewise.
17869 * gdb.dwarf2/method-ptr.exp: Likewise.
17870 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17871 * gdb.dwarf2/subrange.exp: Likewise.
17872 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17873 * gdb.dwarf2/implptrpiece.exp: Likewise.
17874 * gdb.dwarf2/nostaticblock.exp: Likewise.
17875
17876 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17877
17878 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17879 directory to absolute path name arguments.
17880
17881 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17882
17883 * gdb.ada/tagged_access: New testcase.
17884
17885 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17886
17887 * gdb.btrace/data.exp: Update expected output.
17888
17889 2014-03-06 Yao Qi <yao@codesourcery.com>
17890
17891 * gdb.trace/pr16508.exp: New file.
17892
17893 2014-03-05 Pedro Alves <palves@redhat.com>
17894
17895 PR gdb/16575
17896 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17897 procedure.
17898 (top level): Adjust to use it. Add tests that exercise breakpoint
17899 interaction with the code-cache.
17900
17901 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17902
17903 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17904 test for 'history-append!'.
17905
17906 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17907
17908 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17909 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17910 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17911 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17912 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17913 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17914
17915 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17916
17917 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17918 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17919 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17920
17921 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17922
17923 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17924
17925 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.dwarf2/arr-stride.c: New file.
17928 * gdb.dwarf2/arr-stride.exp: New file.
17929
17930 2014-02-26 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17933 that won't ever trigger. Make sure that GDB reports the correct
17934 breakpoint that caused the stop.
17935
17936 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17937
17938 PR gdb/16626
17939 * gdb.base/auto-load-script: New file.
17940 * gdb.base/auto-load.c: New file.
17941 * gdb.base/auto-load.exp: New file.
17942
17943 PR gdb/16626
17944 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17945
17946 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17947
17948 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17949 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17950
17951 2014-02-24 Doug Evans <dje@google.com>
17952
17953 * lib/gdb.exp (run_on_host): Log error output if program fails.
17954
17955 2014-02-21 Pedro Alves <palves@redhat.com>
17956
17957 * gdb.threads/step-after-sr-lock.c: Rename to ...
17958 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17959 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17960 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17961 ... this.
17962
17963 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17964
17965 PR tdep/16397
17966 * gdb.arch/amd64-stap-special-operands.exp: New file.
17967 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17968 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17969 * gdb.arch/amd64-stap-triplet.S: Likewise.
17970 * gdb.arch/amd64-stap-triplet.c: Likewise.
17971
17972 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17975 in .section pseudo-op.
17976
17977 2014-02-20 lin zuojian <manjian2006@gmail.com>
17978 Joel Brobecker <brobecker@adacore.com>
17979 Doug Evans <xdje42@gmail.com>
17980
17981 PR symtab/16581
17982 * gdb.dwarf2/dw2-icycle.S: New file.
17983 * gdb.dwarf2/dw2-icycle.c: New file.
17984 * gdb.dwarf2/dw2-icycle.exp: New file.
17985
17986 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17987
17988 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17989 operations on gdb.Value objects.
17990 * gdb.python/py-value-cc.exp: Add new test to test operations on
17991 gdb.Value objects.
17992
17993 2014-02-18 Doug Evans <dje@google.com>
17994
17995 * Makefile.in (TESTS): New variable.
17996 (expanded_tests, expanded_tests_or_none): New variables
17997 (check-single): Pass $(expanded_tests_or_none) to runtest.
17998 (check-parallel): Only run tests in $(TESTS) if non-empty.
17999 (check/no-matching-tests-found): New rule.
18000 * README: Document TESTS makefile variable.
18001
18002 2014-02-18 Doug Evans <dje@google.com>
18003
18004 * Makefile.in (check-parallel): rm -rf outputs temp.
18005
18006 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18007
18008 Fix "ERROR: no fileid for" in the testsuite.
18009 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18010
18011 2014-02-12 Doug Evans <dje@google.com>
18012
18013 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18014 (MISCELLANEOUS): New variable.
18015 (clean): rm -rf $(MISCELLANEOUS).
18016 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18017 dwp live in the same directory as symlinks, with each symlink pointed
18018 to a differently named file in a different directory.
18019
18020 2014-02-11 Doug Evans <dje@google.com>
18021
18022 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18023 of Tcl file commands.
18024
18025 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18026
18027 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18028 "kill -SIGUSR1 -1".
18029
18030 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18031
18032 * gdb.ada/tick_length_array_enum_idx: New testcase.
18033
18034 2014-02-10 Doug Evans <xdje42@gmail.com>
18035
18036 * configure.ac (AC_OUTPUT): Add gdb.guile.
18037 * configure: Regenerate.
18038 * lib/gdb-guile.exp: New file.
18039 * lib/gdb.exp (get_target_charset): New function.
18040 * gdb.base/help.exp: Update expected output from "apropos apropos".
18041 * gdb.guile/Makefile.in: New file.
18042 * gdb.guile/guile.exp: New file.
18043 * gdb.guile/scm-arch.c: New file.
18044 * gdb.guile/scm-arch.exp: New file.
18045 * gdb.guile/scm-block.c: New file.
18046 * gdb.guile/scm-block.exp: New file.
18047 * gdb.guile/scm-breakpoint.c: New file.
18048 * gdb.guile/scm-breakpoint.exp: New file.
18049 * gdb.guile/scm-disasm.c: New file.
18050 * gdb.guile/scm-disasm.exp: New file.
18051 * gdb.guile/scm-equal.c: New file.
18052 * gdb.guile/scm-equal.exp: New file.
18053 * gdb.guile/scm-error.exp: New file.
18054 * gdb.guile/scm-error.scm: New file.
18055 * gdb.guile/scm-frame-args.c: New file.
18056 * gdb.guile/scm-frame-args.exp: New file.
18057 * gdb.guile/scm-frame-args.scm: New file.
18058 * gdb.guile/scm-frame-inline.c: New file.
18059 * gdb.guile/scm-frame-inline.exp: New file.
18060 * gdb.guile/scm-frame.c: New file.
18061 * gdb.guile/scm-frame.exp: New file.
18062 * gdb.guile/scm-generics.exp: New file.
18063 * gdb.guile/scm-gsmob.exp: New file.
18064 * gdb.guile/scm-iterator.c: New file.
18065 * gdb.guile/scm-iterator.exp: New file.
18066 * gdb.guile/scm-math.c: New file.
18067 * gdb.guile/scm-math.exp: New file.
18068 * gdb.guile/scm-objfile-script-gdb.in: New file.
18069 * gdb.guile/scm-objfile-script.c: New file.
18070 * gdb.guile/scm-objfile-script.exp: New file.
18071 * gdb.guile/scm-objfile.c: New file.
18072 * gdb.guile/scm-objfile.exp: New file.
18073 * gdb.guile/scm-ports.exp: New file.
18074 * gdb.guile/scm-pretty-print.c: New file.
18075 * gdb.guile/scm-pretty-print.exp: New file.
18076 * gdb.guile/scm-pretty-print.scm: New file.
18077 * gdb.guile/scm-section-script.c: New file.
18078 * gdb.guile/scm-section-script.exp: New file.
18079 * gdb.guile/scm-section-script.scm: New file.
18080 * gdb.guile/scm-symbol.c: New file.
18081 * gdb.guile/scm-symbol.exp: New file.
18082 * gdb.guile/scm-symtab-2.c: New file.
18083 * gdb.guile/scm-symtab.c: New file.
18084 * gdb.guile/scm-symtab.exp: New file.
18085 * gdb.guile/scm-type.c: New file.
18086 * gdb.guile/scm-type.exp: New file.
18087 * gdb.guile/scm-value-cc.cc: New file.
18088 * gdb.guile/scm-value-cc.exp: New file.
18089 * gdb.guile/scm-value.c: New file.
18090 * gdb.guile/scm-value.exp: New file.
18091 * gdb.guile/source2.scm: New file.
18092 * gdb.guile/types-module.cc: New file.
18093 * gdb.guile/types-module.exp: New file.
18094
18095 2014-02-10 Yao Qi <yao@codesourcery.com>
18096
18097 PR testsuite/16543
18098 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18099 * configure: Regenerated.
18100 * Makefile.in: New file.
18101
18102 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18103
18104 * gdb.python/py-framefilter.exp: Fix typo.
18105
18106 2014-02-08 Yao Qi <yao@codesourcery.com>
18107
18108 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18109 that no =breakpoint-modified is emitted when breakpoints are
18110 modified through MI commands.
18111
18112 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18113 Pedro Alves <palves@redhat.com>
18114
18115 * gdb.threads/step-after-sr-lock.c: New file.
18116 * gdb.threads/step-after-sr-lock.exp: New file.
18117
18118 2014-02-07 Pedro Alves <palves@redhat.com>
18119
18120 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18121
18122 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18123
18124 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18125 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18126
18127 2014-02-06 Doug Evans <xdje42@gmail.com>
18128
18129 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18130 output.
18131
18132 * gdb.gdb/python-interrupts.exp: New file.
18133
18134 2014-02-05 Yao Qi <yao@codesourcery.com>
18135
18136 * gdb.trace/report.exp (use_collected_data): Test the output
18137 of "info threads" and "info inferiors".
18138
18139 2014-02-05 Yao Qi <yao@codesourcery.com>
18140
18141 Revert this patch:
18142
18143 2013-05-24 Yao Qi <yao@codesourcery.com>
18144
18145 * gdb.trace/tfile.exp: Test inferior and thread.
18146
18147 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18148
18149 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18150 on a function.
18151 * gdb.base/step-bt.c: Call hello via function pointer to make
18152 sure its first instruction is executed on powerpc64le-linux.
18153
18154 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18155
18156 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18157
18158 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18159
18160 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18161 of the test patterns for use on little-endian systems.
18162
18163 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18164
18165 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18166 (decimal_vector): Fix for little-endian.
18167
18168 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18169
18170 * gdb.arch/sparc-sysstep.exp: New file.
18171 * gdb.arch/sparc-sysstep.c: Likewise.
18172
18173 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18174
18175 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18176
18177 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18178
18179 2014-01-23 Tom Tromey <tromey@redhat.com>
18180
18181 * gdb.ada/array_char_idx: New testcase.
18182
18183 2014-01-23 Tom Tromey <tromey@redhat.com>
18184
18185 PR python/16487:
18186 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18187 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18188 classes.
18189
18190 2014-01-23 Tom Tromey <tromey@redhat.com>
18191
18192 PR python/16491:
18193 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18194 string from an inferior frame.
18195 * gdb.python/py-framefilter-mi.exp: Update.
18196
18197 2014-01-22 Doug Evans <dje@google.com>
18198
18199 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18200
18201 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18202
18203 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18204
18205 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18206
18207 * gdb.trace/entry-values.exp: Remove excess space character from
18208 regex patterns. Handle s390 call instruction.
18209
18210 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18211
18212 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18213 define "*_start" label. Make "name" static.
18214 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18215 ${name} by references to ${name}_start.
18216
18217 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18218
18219 * gdb.base/info-macros.exp: Remove "debug" from the compile
18220 options.
18221
18222 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18223
18224 * gdb.dlang/demangle.exp: New file.
18225
18226 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18227
18228 * gdb.dlang/primitive-types.exp: New file.
18229
18230 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18231
18232 * configure.ac: Create gdb.dlang/Makefile.
18233 * configure: Regenerate.
18234 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18235 * gdb.dlang/Makefile.in: New file.
18236 * lib/d-support.exp: New file.
18237 * lib/gdb.exp (skip_d_tests): New proc.
18238
18239 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18240
18241 * gdb.btrace/delta.exp: Check reverse stepi.
18242 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18243 * gdb.btrace/finish.exp: New.
18244 * gdb.btrace/next.exp: New.
18245 * gdb.btrace/nexti.exp: New.
18246 * gdb.btrace/record_goto.c: Add comments.
18247 * gdb.btrace/step.exp: New.
18248 * gdb.btrace/stepi.exp: New.
18249 * gdb.btrace/multi-thread-step.c: New.
18250 * gdb.btrace/multi-thread-step.exp: New.
18251 * gdb.btrace/rn-dl-bind.c: New.
18252 * gdb.btrace/rn-dl-bind.exp: New.
18253 * gdb.btrace/data.c: New.
18254 * gdb.btrace/data.exp: New.
18255 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18256
18257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18258
18259 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18260 * gdb.btrace/exception.exp: Update.
18261 * gdb.btrace/instruction_history.exp: Update.
18262 * gdb.btrace/record_goto.exp: Update.
18263 * gdb.btrace/tailcall.exp: Update.
18264 * gdb.btrace/unknown_functions.exp: Update.
18265 * gdb.btrace/delta.exp: New.
18266
18267 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18268
18269 * gdb.btrace/record_goto.exp: Add backtrace test.
18270 * gdb.btrace/tailcall.exp: Add backtrace test.
18271
18272 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18273
18274 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18275 * gdb.btrace/record_goto.c: New.
18276 * gdb.btrace/record_goto.exp: New.
18277 * gdb.btrace/x86-record_goto.S: New.
18278
18279 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18280
18281 * gdb.btrace/function_call_history.exp: Update tests.
18282 * gdb.btrace/instruction_history.exp: Update tests.
18283
18284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18285
18286 * gdb.btrace/function_call_history.exp: Fix expected field
18287 order for "record function-call-history".
18288 Add new tests for "record function-call-history /c".
18289 * gdb.btrace/exception.cc: New.
18290 * gdb.btrace/exception.exp: New.
18291 * gdb.btrace/tailcall.exp: New.
18292 * gdb.btrace/x86-tailcall.S: New.
18293 * gdb.btrace/x86-tailcall.c: New.
18294 * gdb.btrace/unknown_functions.c: New.
18295 * gdb.btrace/unknown_functions.exp: New.
18296 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18297
18298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18299
18300 * gdb.btrace/instruction_history.exp: Update.
18301 * gdb.btrace/function_call_history.exp: Update.
18302
18303 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18304
18305 * gdb.btrace/function_call_history.exp: Fix expected function
18306 trace.
18307 * gdb.btrace/instruction_history.exp: Initialize traced.
18308 Remove traced_functions.
18309
18310 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18311
18312 * gdb.btrace/function_call_history.exp: Update
18313 * gdb.btrace/instruction_history.exp: Update.
18314
18315 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18316
18317 * gdb.btrace/enable.exp: Update expected text.
18318
18319 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18320
18321 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18322 bytes.
18323
18324 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18325
18326 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18327
18328 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18329
18330 * lib/gdb.exp (supports_process_record): Return true for
18331 arm*-linux*. (supports_reverse): Likewise.
18332
18333 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18334
18335 PR python/15464
18336 PR python/16113
18337 * gdb.python/py-type.c: Enhance test case.
18338 * gdb.python/py-value-cc.cc: Likewise
18339 * gdb.python/py-type.exp: Add new tests.
18340 * gdb.python/py-value-cc.exp: Likewise
18341
18342 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18343 Pedro Alves <palves@redhat.com>
18344
18345 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18346 Make "name" extern.
18347 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18348 references to ${name}_start by references to ${name}.
18349
18350 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18351
18352 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18353
18354 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18355
18356 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18357
18358 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18359 Pedro Alves <palves@redhat.com>
18360
18361 * gdb.mi/mi-info-os.exp: Connect to the target with
18362 mi_gdb_target_load.
18363
18364 2014-01-08 Pedro Alves <palves@redhat.com>
18365
18366 * gdb.threads/reconnect-signal.c: New file.
18367 * gdb.threads/reconnect-signal.exp: New file.
18368
18369 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 * gdb.base/source-dir.exp: New file.
18372
18373 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.ada/mi_interface: New testcase.
18376
18377 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18378
18379 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18380 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18381 gdb.ada/pp-rec-component/pck.ads: New files.
18382
18383 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18384
18385 * gdb.python/py-pp-integral.c: New file.
18386 * gdb.python/py-pp-integral.py: New file.
18387 * gdb.python/py-pp-integral.exp: New file.
18388
18389 For older changes see ChangeLog-1993-2013.
18390 \f
18391 ;; Local Variables:
18392 ;; mode: change-log
18393 ;; left-margin: 8
18394 ;; fill-column: 74
18395 ;; version-control: never
18396 ;; End:
18397
18398 Copyright 2014-2020 Free Software Foundation, Inc.
18399 Copying and distribution of this file, with or without modification,
18400 are permitted provided the copyright notice and this notice are preserved.
This page took 0.439869 seconds and 4 git commands to generate.