gdb/fortran: Support negative array stride in one limited case
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/derived-type-striding.exp: Add a new test.
4 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5 new test.
6
7 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/cached-source-file.exp: Avoid source file paths in test
10 names.
11
12 2020-02-25 Tom de Vries <tdevries@suse.de>
13
14 PR go/18926
15 * gdb.go/methods.exp: Remove gcc/93866 xfail.
16
17 2020-02-24 Tom de Vries <tdevries@suse.de>
18
19 PR gdb/25592
20 * gdb.base/info-locals-unused-static-var.c: New test.
21 * gdb.base/info-locals-unused-static-var.exp: New file.
22
23 2020-02-22 Tom Tromey <tom@tromey.com>
24
25 * gdb.python/tui-window.exp: New file.
26 * gdb.python/tui-window.py: New file.
27
28 2020-02-22 Tom Tromey <tom@tromey.com>
29
30 PR tui/17850:
31 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
32 tests.
33
34 2020-02-22 Tom Tromey <tom@tromey.com>
35
36 * gdb.tui/new-layout.exp: Add sub-layout tests.
37
38 2020-02-22 Tom Tromey <tom@tromey.com>
39
40 * gdb.tui/new-layout.exp: New file.
41
42 2020-02-22 Tom Tromey <tom@tromey.com>
43
44 * gdb.rust/rust-style.rs: New file.
45 * gdb.rust/rust-style.exp: New file.
46 * gdb.base/style.exp: Test structure printing.
47 * gdb.base/style.c (struct some_struct): New type.
48 (enum etype): New type.
49 (struct_value): New global.
50
51 2020-02-21 Tom de Vries <tdevries@suse.de>
52
53 PR go/18926
54 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
55 Remove blanket xfails. Use message argument for gdb_breakpoint.
56 Make continuing to breakpoint test conditional on setting breakpoint.
57 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
58 DW_AT_name attribute. Add xfail for GCC PR93866.
59
60 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.dwarf2/cpp-linkage-name.c: New file.
63 * gdb.dwarf2/cpp-linkage-name.exp: New file.
64
65 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
66
67 * lib/gdb.exp (gdb_wrapper_init): Reset
68 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
69 not exist.
70
71 2020-02-20 Tom de Vries <tdevries@suse.de>
72
73 PR go/17018
74 * gdb.go/hello.exp: Copy ...
75 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
76 print of st to print value of global definition. Add xfail for GCC
77 PR93844.
78 * gdb.go/hello.exp: Remove printing of st before definition.
79 * gdb.go/hello.go: Copy ...
80 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
81 to st.
82 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
83
84 2020-02-20 Tom de Vries <tdevries@suse.de>
85
86 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
87 (gdb_simple_compile): Handle compile_flags go by using .go extension
88 for source file.
89 * gdb.go/chan.exp: Use support_go_compile.
90 * gdb.go/handcall.exp: Same.
91 * gdb.go/hello.exp: Same.
92 * gdb.go/integers.exp: Same.
93 * gdb.go/max-depth.exp: Same.
94 * gdb.go/methods.exp: Same.
95 * gdb.go/package.exp: Same.
96 * gdb.go/strings.exp: Same.
97 * gdb.go/types.exp: Same.
98 * gdb.go/unsafe.exp: Same.
99
100 2020-02-19 Tom de Vries <tdevries@suse.de>
101
102 * gdb.python/lib-types.exp: Make xfail more strict.
103
104 2020-02-19 Tom de Vries <tdevries@suse.de>
105
106 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
107
108 2020-02-19 Doug Evans <dje@google.com>
109
110 PR rust/25535
111 * gdb.rust/simple.exp: Add test.
112 * gdb.rust/simple.rs: Add test.
113
114 2020-02-19 Tom de Vries <tdevries@suse.de>
115
116 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
117 output line-by-line.
118
119 2020-02-19 Tom de Vries <tdevries@suse.de>
120
121 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
122
123 2020-02-19 Tom de Vries <tdevries@suse.de>
124
125 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
126 prelink.
127
128 2020-02-19 Tom de Vries <tdevries@suse.de>
129
130 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
131 (gdb_do_cache): Use gdb_do_cache_wrap.
132 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
133
134 2020-02-19 Tom de Vries <tdevries@suse.de>
135
136 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
137 gdb_compile option.
138
139 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
140
141 * gdb.base/printcmds.exp (test_print_enums): Update expected
142 output.
143
144 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
145
146 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
147 for "unknown".
148
149 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
150
151 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
152 enumerator.
153
154 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
155
156 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
157 FE_, add FE_NONE.
158 (three): Update.
159 (enum flag_enum_without_zero): New enum.
160 (flag_enum_without_zero): New variable.
161 (enum not_flag_enum): New enum.
162 (three_not_flag): New variable.
163 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
164 (test_print_enums): Add more tests for printing flag enums.
165
166 2020-02-18 Tom de Vries <tdevries@suse.de>
167
168 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
169 (gdb_compile_ada): ... here.
170 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
171 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
172
173 2020-02-14 Tom Tromey <tom@tromey.com>
174
175 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
176 build directory.
177 * boards/gdbserver-base.exp: Update path to gdbserver.
178
179 2020-02-13 Tom de Vries <tdevries@suse.de>
180
181 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
182
183 2020-02-13 Tom de Vries <tdevries@suse.de>
184
185 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
186 are missing.
187
188 2020-02-13 Tom de Vries <tdevries@suse.de>
189
190 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
191 call.
192
193 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
194
195 PR tui/25126
196 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
197 * gdb.base/cached-source-file.c: New file.
198 * gdb.base/cached-source-file.exp: New file.
199
200 2020-02-11 Tom de Vries <tdevries@suse.de>
201
202 PR testsuite/25488
203 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
204
205 2020-02-10 Tom de Vries <tdevries@suse.de>
206
207 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
208
209 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
210
211 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
212 and $after_addr are both integers before making a comparison.
213
214 2020-02-09 Tom de Vries <tdevries@suse.de>
215
216 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
217 command output and paste it into gdb.log. If any, paste catch message
218 to gdb.log.
219
220 2020-02-07 Tom Tromey <tromey@adacore.com>
221
222 PR breakpoints/24915:
223 * gdb.base/annotate-symlink.exp: Use setup_xfail.
224
225 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
226
227 * gdb.tui/tui-missing-src.exp: Add the "missing source
228 file" test for the TUI.
229
230 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
233 including a port number in the output.
234
235 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
236
237 * lib/fortran.exp (fortran_int4): Handle clang.
238 (fortran_int8): Likewise.
239 (fortran_real4): Likewise.
240 (fortran_real8): Likewise.
241 (fortran_complex4): Likewise.
242 (fortran_logical4): Likewise.
243 (fortran_character1): Likewise.
244
245 2020-02-04 Tom de Vries <tdevries@suse.de>
246
247 * README (Race detection): Add note.
248
249 2020-02-04 Tom de Vries <tdevries@suse.de>
250
251 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
252
253 2020-02-04 Tom de Vries <tdevries@suse.de>
254
255 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
256
257 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
258
259 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
260 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
261 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
262 blttar, bnetarl.
263 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
264 binary for blttar, bnetarl.
265 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
266 wait instruction. Delete ldmx test.
267 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
268
269 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
270
271 * gdb.fortran/array-bounds-high.exp: New file.
272 * gdb.fortran/array-bounds-high.f90: New file.
273
274 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
275
276 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
277 Replace #include of <sys/fcntl.h> by <fcntl.h>.
278
279 2020-02-01 Tom de Vries <tdevries@suse.de>
280
281 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
282
283 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 PR tui/9765
286 * gdb.tui/tui-layout-asm-short-prog.S: New file.
287 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
288
289 2020-01-29 Luis Machado <luis.machado@linaro.org>
290
291 * gdb.arch/aarch64-brk-patterns.c: New source file.
292 * gdb.arch/aarch64-brk-patterns.exp: New test.
293
294 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
295
296 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
297 GCC/Clang version.
298 * gdb.cp/pass-by-ref.exp: Ditto.
299
300 2020-01-29 Tom de Vries <tdevries@suse.de>
301
302 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
303 * gdb.threads/watchpoint-fork-mt.c: Same.
304 * gdb.threads/watchpoint-fork-parent.c: Same.
305 * gdb.threads/watchpoint-fork-st.c: Same.
306 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
307
308 2020-01-27 Luis Machado <luis.machado@linaro.org>
309
310 * gdb.base/step-over-syscall.exp (setup): Check if we're already
311 sitting at a syscall instruction when we hit the syscall function's
312 breakpoint.
313 Check PC against one obtained with the x command.
314 Validate syscall number.
315 (step_over_syscall): Don't continue to the syscall instruction if
316 we're already there.
317
318 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
319
320 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
321
322 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
325 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
326
327 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.dwarf2/dw2-inline-stepping.c: New file.
330 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
331
332 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.base/maint.exp: Update line table parsing test.
335 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
336
337 2020-01-24 Pedro Alves <palves@redhat.com>
338
339 PR gdb/25410
340 * gdb.multi/multi-re-run-1.c: New.
341 * gdb.multi/multi-re-run-2.c: New.
342 * gdb.multi/multi-re-run.exp: New.
343
344 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 PR gdb/23718
347 * gdb.server/server-kill-python.exp: New file.
348
349 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.server/multi-ui-errors.c: New file.
352 * gdb.server/multi-ui-errors.exp: New file.
353
354 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 PR tui/9765
357 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
358
359 2020-01-19 Tom Tromey <tom@tromey.com>
360
361 * gdb.tui/main.exp: Add check for plain "file".
362
363 2020-01-16 Christian Biesinger <cbiesinger@google.com>
364
365 * lib/gdb.exp: Fix spelling error (seperatelly).
366
367 2020-01-14 Tom Tromey <tom@tromey.com>
368
369 PR symtab/12535:
370 * gdb.python/python.exp: Test decode_line with empty string
371 argument.
372
373 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
374
375 * gdb.base/skip-inline.exp: Extend test.
376
377 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
380 * gdb.dwarf2/dw2-bad-elf.c: New file.
381 * gdb.dwarf2/dw2-bad-elf.exp: New file.
382
383 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
384
385 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
386 _line_saw_file.
387
388 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
389
390 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
391 border.
392
393 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
394
395 * gdb.multi/multi-target.exp (setup): Factor out "info
396 connections" and "info inferiors" tests to ...
397 (test_info_inferiors): ... this new procedure.
398 (top level): Run new "info-inferiors" tests.
399
400 2020-01-10 Pedro Alves <palves@redhat.com>
401
402 * gdb.server/bkpt-other-inferior.exp: New file.
403
404 2020-01-10 Pedro Alves <palves@redhat.com>
405
406 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
407 of "add-inferior".
408 * gdb.base/quit-live.exp: Likewise.
409 * gdb.base/remote-exec-file.exp: Likewise.
410 * gdb.guile/scm-progspace.exp: Likewise.
411 * gdb.linespec/linespec.exp: Likewise.
412 * gdb.mi/new-ui-mi-sync.exp: Likewise.
413 * gdb.mi/user-selected-context-sync.exp: Likewise.
414 * gdb.multi/multi-target.exp (setup): Add "info connection" and
415 "info inferiors" tests.
416 * gdb.multi/remove-inferiors.exp: Adjust expected output of
417 "add-inferior".
418 * gdb.multi/watchpoint-multi.exp: Likewise.
419 * gdb.python/py-inferior.exp: Likewise.
420 * gdb.server/extended-remote-restart.exp: Likewise.
421 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
422 "info inferiors".
423 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
424 * gdb.trace/report.exp: Likewise.
425
426 2020-01-10 Pedro Alves <palves@redhat.com>
427
428 * gdb.multi/multi-target.c: New file.
429 * gdb.multi/multi-target.exp: New file.
430 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
431 mode requested, but remote does not support non-stop".
432
433 2020-01-10 Pedro Alves <palves@redhat.com>
434
435 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
436 disconnect before reconnecting.
437
438 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
439 Pedro Alves <palves@redhat.com>
440
441 * gdb.server/connect-without-multi-process.exp: Also test
442 continuing to end.
443
444 2020-01-10 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/remote-exec-file.exp: New file.
447
448 2020-01-10 Pedro Alves <palves@redhat.com>
449
450 * gdb.base/fork-running-state.exp (do_test): Adjust expected
451 output.
452 * gdb.threads/async.c: New.
453 * gdb.threads/async.exp: New.
454 * gdb.multi/tids-gid-reset.c: New.
455 * gdb.multi/tids-gid-reset.exp: New.
456
457 2020-01-10 George Barrett <bob@bob131.so>
458
459 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
460 to help in finding the image relocation offset.
461 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
462 options in arguments.
463 (stap_test_no_debuginfo): Likewise.
464 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
465 test variants.
466 (stap_test): Add null semaphore relocation test.
467
468 2020-01-10 George Barrett <bob@bob131.so>
469
470 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
471 * gdb.base/stap-probe.exp: Likewise.
472 (stap_test): Pass argument as an additional flag.
473 (stap_test_no_debuginfo): Likewise.
474 (stap_test): Check `info probes stap' output for semaphore
475 addresses if the test binary is supposed to have them.
476
477 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.tui/basic.exp: Add more scrolling tests.
480
481 2020-01-09 Tom Tromey <tom@tromey.com>
482
483 PR tui/18932:
484 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
485 meangingful value.
486 (Term::command, Term::resize): Update.
487 * gdb.tui/basic.exp: Add scrolling test.
488
489 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.tui/tui-layout-asm.exp: New file.
492
493 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
494
495 * lib/tuiterm.exp (Term::check_box_contents): New proc.
496
497 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
500 (Term::enter_tui): Use Term::prepare_for_tui.
501
502 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
503
504 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
505 called.
506
507 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
508
509 * gdb.base/skip.exp: Fix race condition in test.
510
511 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.base/backtrace.c: New file.
514 * gdb.base/backtrace.exp: New file.
515
516 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
517
518 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
519
520 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
521
522 * gdb.base/style.exp: Test that warnings are styled.
523
524 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
525
526 * gdb.base/line65535.exp: New file.
527 * gdb.base/line65535.c: New file.
528
529 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
530
531 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
532 * lib/gnat_debug_info_test.adb: New file.
533 * gdb.ada/ptype_tagged_param.exp: Use
534 gnat_runtime_has_debug_info, expect a different output if
535 runtime does not have debug info.
536
537 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
538
539 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
540 (another) quote in test name.
541
542 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
543
544 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
545 Add quote in test name.
546
547 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
548
549 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
550 directory instead.
551 * gdb.cp/pass-by-ref.exp: Extend with more cases.
552 * gdb.cp/pass-by-ref-2.cc: New file.
553 * gdb.cp/pass-by-ref-2.exp: New file.
554
555 2019-12-20 Tom Tromey <tom@tromey.com>
556
557 * gdb.tui/list-before.exp: New file.
558
559 2019-12-20 Tom Tromey <tom@tromey.com>
560
561 * gdb.tui/list.exp: Check for source on initial listing.
562
563 2019-12-11 Tom Tromey <tromey@adacore.com>
564
565 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
566 Add crlf test.
567
568 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
569
570 * gdb.base/default.exp: Update value of $_gdb_major.
571
572 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
573
574 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
575
576 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
577
578 * gdb.base/skip.exp: Whitespace fix.
579
580 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
581
582 * gdb.base/skip-inline.c: New file.
583 * gdb.base/skip-inline.exp: New file.
584
585 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
586
587 * gdb.base/jit-reader.exp (jit_reader_test): Rename
588 jit_function_00 to jit_function_stack_mangle.
589 * gdb.base/jithost.c (jit_function_t): Rename to...
590 (jit_function_stack_mangle_t): ... this.
591 (jit_function_add_t): New typedef.
592 (jit_function_00_code): Rename to...
593 (jit_function_stack_mangle_code): ... this, make static.
594 (jit_function_add_code): New.
595 (main): Generate "add" function and call it. Adjust to changes
596 in jithost_abi.
597 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
598 (struct jithost_abi) <begin, end>: Remove fields.
599 <object, function_stack_mangle, function_add>: New fields.
600 * gdb.base/jitreader.c (struct reader_state) <code_begin,
601 code_end>: Remove fields.
602 <func_stack_mangle>: New field.
603 (read_debug_info): Adjust to renaming, create block for "add"
604 function.
605 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
606
607 2019-12-11 Tom Tromey <tom@tromey.com>
608
609 * gdb.tui/resize.exp: Fix regexp.
610 * gdb.tui/regs.exp: Fix regexps.
611 * gdb.tui/main.exp: Fix regexp.
612
613 2019-12-11 Tom Tromey <tom@tromey.com>
614
615 * gdb.tui/resize.exp: Update.
616 * gdb.tui/empty.exp (layouts): Update.
617
618 2019-12-11 Tom Tromey <tom@tromey.com>
619
620 * gdb.tui/regs.exp: Update.
621 * gdb.tui/empty.exp (layouts): Update.
622 * gdb.tui/basic.exp: Update.
623 * lib/tuiterm.exp (_check_box): Don't check bottom border.
624
625 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * gdb.base/options.exp: Add -raw-values in the print completion list.
628 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
629
630 2019-12-10 Kevin Buettner <kevinb@redhat.com>
631
632 * gdb.threads/omp-par-scope.c: New file.
633 * gdb/threads/omp-par-scope.exp: New file.
634
635 2019-12-10 Kevin Buettner <kevinb@redhat.com>
636
637 * lib/gdb.exp (support_nested_function_tests): New proc.
638
639 2019-12-10 Kevin Buettner <kevinb@redhat.com>
640
641 * lib/gdb.exp (gdb_compile_openmp): New proc.
642 (build_executable_from_specs): Add an "openmp" option.
643 (gdb_compile_pthreads): Add non-executable case.
644
645 2019-12-10 Tom Tromey <tromey@adacore.com>
646
647 * gdb.ada/unchecked_union.exp: New file.
648 * gdb.ada/unchecked_union/pck.adb: New file.
649 * gdb.ada/unchecked_union/pck.ads: New file.
650 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
651 * gdb-utils.exp (string_to_regexp): Also quote "?".
652
653 2019-12-10 George Barrett <bob@bob131.so>
654
655 Test scripted probe breakpoints.
656 * gdb.guile/scm-breakpoint.c (main): Add probe point.
657 * gdb.python/py-breakpoint.c (main): Likewise.
658 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
659 specifier test.
660 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
661
662 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
663
664 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
665 an rvalue parameter.
666 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
667 parameter.
668
669 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
672 modules.
673
674 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
677 broken version of GCC.
678
679 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.fortran/info-modules.exp: Rewrite to make use of new
682 sym-info-cmds library.
683 * gdb.fortran/info-types.exp: Likewise.
684 * lib/sym-info-cmds.exp: New file.
685
686 2019-12-08 Tom de Vries <tdevries@suse.de>
687
688 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
689
690 2019-12-07 Keith Seitz <keiths@redhat.com>
691
692 * gdb.base/corefile-buildid-shlib-shr.c: New file.
693 * gdb.base/corefile-buildid-shlib.c: New file.
694 * gdb.base/corefile-buildid.c: New file.
695 * gdb.base/corefile-buildid.exp: New file.
696
697 2019-12-06 Tom de Vries <tdevries@suse.de>
698
699 * gdb.dwarf2/varval.exp: Add decl before def test.
700
701 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
702
703 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
704
705 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
706
707 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
708 CV and reference conversion for overload resolution.
709 * gdb.cp/rvalue-ref-overload.exp: Test it.
710
711 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
712
713 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
714 * gdb.base/frameapply.exp: Test faas without command.
715
716 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
717
718 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
719 Fortran tests.
720 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
721 order.
722
723 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
724
725 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
726 casting to type with no kind specified.
727 (test_basic_parsing_of_type_kinds): Additional tests for types
728 with no kind specified, and add tests for single/double
729 precision/complex types.
730
731 2019-12-04 Tom Tromey <tromey@adacore.com>
732
733 * gdb.base/endianity.c (struct other) <x>: New field.
734 (main): Initialize it.
735 * gdb.base/endianity.exp: Update.
736
737 2019-12-04 Tom Tromey <tromey@adacore.com>
738
739 * gdb.ada/scalar_storage/storage.adb: New file.
740 * gdb.ada/scalar_storage/pck.adb: New file.
741 * gdb.ada/scalar_storage/pck.ads: New file.
742 * gdb.ada/scalar_storage.exp: New file.
743
744 2019-12-04 Tom Tromey <tromey@adacore.com>
745
746 * gdb.base/endianity.c (struct otherendian) <f>: New field.
747 (main): Initialize it.
748 * gdb.base/endianity.exp: Update.
749
750 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
753
754 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
757 -symbol-info-module-functions and -symbol-info-module-variables.
758
759 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
762
763 2019-12-01 Richard Bunt <richard.bunt@arm.com>
764 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.fortran/derived-type-striding.exp: New file.
767 * gdb.fortran/derived-type-striding.f90: New file.
768 * gdb.fortran/array-slices.exp: New file.
769 * gdb.fortran/array-slices.f90: New file.
770
771 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.base/define.exp: Test . in command names.
774 * gdb.base/setshow.exp: Update test, as . is now part of
775 command name.
776
777 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
778
779 * gdb.base/define-prefix.exp: New file.
780
781 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
784 compile.
785 (skip_btrace_pt_tests): Likewise.
786
787 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.fortran/info-modules.exp: Compile source files in correct
790 order.
791
792 2019-11-27 Kevin Buettner <kevinb@redhat.com>
793
794 * gdb.dwarf2/imported-unit.exp: New file.
795 * gdb.dwarf2/imported-unit.c: New file.
796
797 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * gdb.mi/mi-fortran-modules-2.f90: New file.
800 * gdb.mi/mi-fortran-modules.exp: New file.
801 * gdb.mi/mi-fortran-modules.f90: New file.
802
803 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.mi/mi-sym-info-1.c: New file.
806 * gdb.mi/mi-sym-info-2.c: New file.
807 * gdb.mi/mi-sym-info.exp: New file.
808
809 2019-11-22 Tom Tromey <tromey@adacore.com>
810
811 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
812 * gdb.ada/tasks/foo.adb: Add another stopping location.
813
814 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
815
816 * gdb.base/endianity.c: New test.
817 * gdb.base/endianity.exp: New file.
818
819 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
820
821 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
822
823 2019-11-21 Tom de Vries <tdevries@suse.de>
824
825 PR gdb/24956
826 * gdb.base/ui-redirect.exp: Test output of user-defined command.
827
828 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
829
830 * gdb.python/py-progspace.exp: Add missing parentheses on some
831 'print' commands.
832
833 2019-11-19 Tom Tromey <tom@tromey.com>
834
835 * gdb.tui/winheight.exp: New file.
836
837 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.base/ctf-whatis.c: Delete.
840 * gdb.base/ctf-whatis.exp: Delete.
841 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
842
843 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
844
845 * gdb.base/ctf-cvexpr.exp: Delete.
846 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
847
848 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
851 the compiler. Clean up header comment a little.
852 * gdb.base/ctf-ptype.exp: Likewise.
853 * gdb.base/ctf-whatis.exp: Likewise.
854 * lib/gdb.exp (skip_ctf_tests): New proc.
855
856 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
857
858 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
859 * gdb.tui/corefile-run.exp: New file.
860
861 2019-11-14 Tom Tromey <tromey@adacore.com>
862
863 * gdb.base/gdbvars.exp (test_convenience_variables): Add
864 regression tests.
865
866 2019-11-12 Tom Tromey <tom@tromey.com>
867
868 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
869 after any command. Expect prompt after WAIT_FOR is seen.
870 (enter_tui): Enable resize messages.
871 (command): Expect command in output.
872 (get_line): Avoid error when cursor appears to be off-screen.
873 (dump_screen): Include screen size in title.
874 (_do_resize): New proc, from "resize".
875 (resize): Rewrite. Do resize in two steps.
876 * gdb.tui/empty.exp (layouts): Fix entries.
877 (check_boxes): Remove xfail.
878 (check_text): Dump screen on failure.
879
880 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
881
882 * gdb.python/py-symbol.exp: Add test for
883 gdb.lookup_static_symbols.
884
885 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.python/py-symbol.c: Declare and call function from new
888 py-symbol-2.c file.
889 * gdb.python/py-symbol.exp: Compile both source files, and add new
890 tests for gdb.lookup_static_symbol.
891 * gdb.python/py-symbol-2.c: New file.
892
893 2019-11-02 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
896 * gdb.base/anon.exp: Same.
897 * gdb.base/auto-connect-native-target.exp: Same.
898 * gdb.base/call-ar-st.exp: Same.
899 * gdb.base/catch-syscall.exp: Same.
900 * gdb.base/commands.exp: Same.
901 * gdb.base/default.exp: Same.
902 * gdb.base/display.exp: Same.
903 * gdb.base/float.exp: Same.
904 * gdb.base/foll-fork.exp: Same.
905 * gdb.base/help.exp: Same.
906 * gdb.base/info-macros.exp: Same.
907 * gdb.base/info-proc.exp: Same.
908 * gdb.base/info-target.exp: Same.
909 * gdb.base/long_long.exp: Same.
910 * gdb.base/macscp.exp: Same.
911 * gdb.base/memattr.exp: Same.
912 * gdb.base/nofield.exp: Same.
913 * gdb.base/pointers.exp: Same.
914 * gdb.base/printcmds.exp: Same.
915 * gdb.base/ptype.exp: Same.
916 * gdb.base/restore.exp: Same.
917 * gdb.base/return.exp: Same.
918 * gdb.base/scope.exp: Same.
919 * gdb.base/set-noassign.exp: Same.
920 * gdb.base/setshow.exp: Same.
921 * gdb.base/shlib-call.exp: Same.
922 * gdb.base/signals.exp: Same.
923 * gdb.base/sigstep.exp: Same.
924 * gdb.base/skip.exp: Same.
925 * gdb.base/solib-symbol.exp: Same.
926 * gdb.base/stap-probe.exp: Same.
927 * gdb.base/step-line.exp: Same.
928 * gdb.base/step-test.exp: Same.
929 * gdb.base/style.exp: Same.
930 * gdb.base/varargs.exp: Same.
931 * gdb.base/vla-datatypes.exp: Same.
932 * gdb.base/vla-ptr.exp: Same.
933 * gdb.base/vla-sideeffect.exp: Same.
934 * gdb.base/volatile.exp: Same.
935 * gdb.base/watch-cond-infcall.exp: Same.
936 * gdb.base/watchpoint.exp: Same.
937
938 2019-11-02 Tom de Vries <tdevries@suse.de>
939
940 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
941 * gdb.cp/cpexprs.exp: Same.
942 * gdb.cp/except-multi-location.exp: Same.
943 * gdb.cp/exceptprint.exp: Same.
944 * gdb.cp/gdb2384.exp: Same.
945 * gdb.cp/inherit.exp: Same.
946 * gdb.cp/m-static.exp: Same.
947 * gdb.cp/meth-typedefs.exp: Same.
948 * gdb.cp/misc.exp: Same.
949 * gdb.cp/namespace.exp: Same.
950 * gdb.cp/non-trivial-retval.exp: Same.
951 * gdb.cp/overload.exp: Same.
952 * gdb.cp/pr17132.exp: Same.
953 * gdb.cp/re-set-overloaded.exp: Same.
954 * gdb.cp/rvalue-ref-types.exp: Same.
955 * gdb.cp/templates.exp: Same.
956
957 2019-11-01 Luis Machado <luis.machado@linaro.org>
958
959 PR gdb/25124
960
961 * gdb.arch/pr25124.S: New file.
962 * gdb.arch/pr25124.exp: New file.
963
964 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.fortran/info-modules.exp: Update expected results, and add
967 additional tests for 'info module functinos', and 'info module
968 variables'.
969 * gdb.fortran/info-types.exp: Update expected results.
970 * gdb.fortran/info-types.f90: Extend testcase with additional
971 module variables and functions.
972
973 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.fortran/info-modules.exp: New file.
976 * gdb.fortran/info-types.exp: Build with new file.
977 * gdb.fortran/info-types.f90: Include and use new module.
978 * gdb.fortran/info-types-2.f90: New file.
979
980 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
981
982 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
983 * gdb.base/settings.exp: Test all settings types using
984 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
985 that now verifies that the value of "maint show" is the same as
986 returned by the settings functions. Test the type of the
987 maintenance settings.
988 * gdb.base/default.exp: Update show_conv_list.
989
990 2019-10-31 Tom de Vries <tdevries@suse.de>
991
992 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
993 gdb_test.
994 * gdb.arch/amd64-disp-step.exp: Same.
995 * gdb.asm/asm-source.exp: Same.
996 * gdb.btrace/buffer-size.exp: Same.
997 * gdb.btrace/cpu.exp: Same.
998 * gdb.btrace/enable.exp: Same.
999 * gdb.dwarf2/count.exp: Same.
1000 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1001 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1002 * gdb.fortran/vla-datatypes.exp: Same.
1003 * gdb.fortran/vla-history.exp: Same.
1004 * gdb.fortran/vla-ptype.exp: Same.
1005 * gdb.fortran/vla-value.exp: Same.
1006 * gdb.fortran/whatis_type.exp: Same.
1007 * gdb.guile/guile.exp: Same.
1008 * gdb.multi/tids.exp: Same.
1009 * gdb.python/py-finish-breakpoint.exp: Same.
1010 * gdb.python/py-framefilter.exp: Same.
1011 * gdb.python/py-pp-registration.exp: Same.
1012 * gdb.python/py-xmethods.exp: Same.
1013 * gdb.python/python.exp: Same.
1014 * gdb.server/connect-with-no-symbol-file.exp: Same.
1015 * gdb.server/no-thread-db.exp: Same.
1016 * gdb.server/run-without-local-binary.exp: Same.
1017 * gdb.stabs/weird.exp: Same.
1018 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1019 * gdb.threads/thread-find.exp: Same.
1020 * gdb.threads/tls-shared.exp: Same.
1021 * gdb.threads/tls.exp: Same.
1022 * gdb.threads/wp-replication.exp: Same.
1023 * gdb.trace/ax.exp: Same.
1024 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1025
1026 2019-10-31 Tom de Vries <tdevries@suse.de>
1027
1028 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1029 * gdb.ada/array_subscript_addr.exp: Same.
1030 * gdb.ada/arrayidx.exp: Same.
1031 * gdb.ada/arrayparam.exp: Same.
1032 * gdb.ada/arrayptr.exp: Same.
1033 * gdb.ada/boolean_expr.exp: Same.
1034 * gdb.ada/call_pn.exp: Same.
1035 * gdb.ada/complete.exp: Same.
1036 * gdb.ada/fixed_cmp.exp: Same.
1037 * gdb.ada/fun_addr.exp: Same.
1038 * gdb.ada/funcall_param.exp: Same.
1039 * gdb.ada/interface.exp: Same.
1040 * gdb.ada/mod_from_name.exp: Same.
1041 * gdb.ada/null_array.exp: Same.
1042 * gdb.ada/packed_array.exp: Same.
1043 * gdb.ada/packed_tagged.exp: Same.
1044 * gdb.ada/print_chars.exp: Same.
1045 * gdb.ada/print_pc.exp: Same.
1046 * gdb.ada/ptype_arith_binop.exp: Same.
1047 * gdb.ada/ptype_field.exp: Same.
1048 * gdb.ada/ptype_tagged_param.exp: Same.
1049 * gdb.ada/rec_return.exp: Same.
1050 * gdb.ada/ref_tick_size.exp: Same.
1051 * gdb.ada/str_ref_cmp.exp: Same.
1052 * gdb.ada/taft_type.exp: Same.
1053 * gdb.ada/tagged.exp: Same.
1054 * gdb.ada/type_coercion.exp: Same.
1055 * gdb.ada/uninitialized_vars.exp: Same.
1056
1057 2019-10-30 Tom de Vries <tdevries@suse.de>
1058
1059 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1060
1061 2019-10-26 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.base/bigcore.c: Fix typos in comments.
1064 * gdb.base/ctf-ptype.c: Same.
1065 * gdb.base/long_long.c: Same.
1066 * gdb.dwarf2/dw2-op-out-param.S: Same.
1067 * gdb.python/py-evthreads.c: Same.
1068 * gdb.reverse/i387-stack-reverse.c: Same.
1069 * gdb.trace/tfile.c: Same.
1070 * lib/compiler.c: Same.
1071 * lib/compiler.cc: Same.
1072
1073 2019-10-25 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1076 gdb_test_multiple calls.
1077 * gdb.reverse/sigall-reverse.exp: Same.
1078 * gdb.reverse/solib-precsave.exp: Same.
1079 * gdb.reverse/solib-reverse.exp: Same.
1080 * gdb.reverse/until-precsave.exp: Same.
1081 * gdb.reverse/until-reverse.exp: Same.
1082
1083 2019-10-24 Tom de Vries <tdevries@suse.de>
1084
1085 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1086 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1087 kfail using -wrap pattern flag and convenience variable
1088 gdb_test_name.
1089
1090 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.python/py-progspace.exp: Add tests for the
1093 Progspace.block_for_pc method.
1094
1095 2019-10-23 Tom Tromey <tom@tromey.com>
1096
1097 * configure: Rebuild.
1098 * aclocal.m4: Use m4_include, not sinclude.
1099
1100 2019-10-21 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.base/infcall-nested-structs.c: Add
1103 __attribute__((noinline,noclone)) to all functions.
1104 (call_all): Add missing variable initialization. Simplify return value.
1105 (breakpt): Increment volatile variable, to prevent call from being
1106 optimized out.
1107 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1108
1109 2019-10-17 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.fortran/module.exp: Allow info variables to print info for files
1112 other than module.f90.
1113
1114 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.fortran/module.exp: Extend with 'info variables' test.
1117
1118 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1121 F77_FOR_TARGET.
1122
1123 2019-10-16 Tom de Vries <tdevries@suse.de>
1124
1125 PR tdep/25096
1126 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1127
1128 2019-10-16 Tom de Vries <tdevries@suse.de>
1129
1130 PR tdep/24104
1131 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1132 Add KFAIL for PR tdep/25096.
1133
1134 2019-10-16 Tom de Vries <tdevries@suse.de>
1135
1136 PR testsuite/25059
1137 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1138
1139 2019-10-16 Tom de Vries <tdevries@suse.de>
1140
1141 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1142 as signed.
1143
1144 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1145
1146 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1147 one instead of increasing timeout.
1148
1149 2019-10-13 Tom de Vries <tdevries@suse.de>
1150
1151 PR record/25038
1152 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1153 * gdb.reverse/sigall-reverse.exp: Same.
1154 * gdb.reverse/solib-precsave.exp: Same.
1155 * gdb.reverse/solib-reverse.exp: Same.
1156 * gdb.reverse/step-precsave.exp: Same.
1157 * gdb.reverse/until-precsave.exp: Same.
1158 * gdb.reverse/until-reverse.exp: Same.
1159 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1160
1161 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1162
1163 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1164 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1165 (cmp_struct_05_01, cmp_struct_static_02_01)
1166 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1167 comparisons.
1168
1169 2019-10-10 Tom de Vries <tdevries@suse.de>
1170
1171 PR testsuite/24888
1172 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1173 gnatlink.
1174
1175 2019-10-09 Tom de Vries <tdevries@suse.de>
1176
1177 PR testsuite/25048
1178 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1179
1180 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1183 exceptions due to missing debug information.
1184
1185 2019-10-07 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1188
1189 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1192 * gdb.base/annota1.exp: Update to use gdb_test_name.
1193
1194 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1195
1196 * gdb.base/ctf-whatis.exp: New file.
1197 * gdb.base/ctf-whatis.c: New file.
1198 * gdb.base/ctf-ptype.exp: New file.
1199 * gdb.base/ctf-ptype.c: New file.
1200 * gdb.base/ctf-constvars.exp: New file.
1201 * gdb.base/ctf-constvars.c: New file.
1202 * gdb.base/ctf-cvexpr.exp: New file.
1203
1204 2019-10-04 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1207 for loop.
1208
1209 2019-10-03 Tom Tromey <tom@tromey.com>
1210
1211 PR rust/24976:
1212 * gdb.rust/simple.rs (Union2): New type.
1213 (main): Use Union2.
1214 * gdb.rust/simple.exp: Add test.
1215
1216 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1219 nested function prefix.
1220
1221 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1222 Richard Bunt <richard.bunt@arm.com>
1223 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1226 nested functions.
1227 * gdb.fortran/nested-funcs.f90: Update expected results.
1228 * gdb.fortran/nested-funcs-2.exp: New file.
1229 * gdb.fortran/nested-funcs-2.f90: New file.
1230
1231 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.python/py-parameter.exp: Make test names unique.
1234 * gdb.python/py-template.exp: Likewise.
1235 * gdb.python/py-value.exp: Likewise.
1236
1237 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.base/break-interp.exp: Reduce test name duplication.
1240 * gdb.base/call-sc.exp: Likewise.
1241 * gdb.base/callfuncs.exp: Likewise.
1242 * gdb.base/charset.exp: Likewise.
1243 * gdb.base/dump.exp: Likewise.
1244 * gdb.base/ena-dis-br.exp: Likewise.
1245 * gdb.base/relational.exp: Likewise.
1246 * gdb.base/step-over-syscall.exp: Likewise.
1247 * gdb.base/structs.exp: Likewise.
1248
1249 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.linespec/explicit.exp: Make test names unique.
1252 * gdb.linespec/ls-errs.exp: Likewise.
1253
1254 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.reverse/break-precsave.exp: Make test names unique.
1257 * gdb.reverse/break-reverse.exp: Likewise.
1258 * gdb.reverse/finish-precsave.exp: Likewise.
1259 * gdb.reverse/finish-reverse.exp: Likewise.
1260 * gdb.reverse/machinestate-precsave.exp: Likewise.
1261 * gdb.reverse/machinestate.exp: Likewise.
1262 * gdb.reverse/readv-reverse.exp: Likewise.
1263 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1264 * gdb.reverse/sigall-precsave.exp: Likewise.
1265 * gdb.reverse/sigall-reverse.exp: Likewise.
1266 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1267 * gdb.reverse/watch-precsave.exp: Likewise.
1268 * gdb.reverse/watch-reverse.exp: Likewise.
1269
1270 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.threads/stop-with-handle.c: New file.
1273 * gdb.threads/stop-with-handle.exp: New file.
1274
1275 2019-10-03 Tom de Vries <tdevries@suse.de>
1276
1277 PR testsuite/25059
1278 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1279 directory" line to be missing.
1280
1281 2019-10-03 Tom de Vries <tdevries@suse.de>
1282
1283 PR testsuite/25059
1284 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1285 type optional.
1286
1287 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1288
1289 * gdb.python/py-format-string.c (string.h): New include.
1290 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1291 the same value, for endianness-independence.
1292 * gdb.python/py-format-string.exp (default_regexp_dict)
1293 (test_pretty_structs, test_format): Adjust expected output to the
1294 changed initialization.
1295
1296 2019-10-02 Tom Tromey <tromey@adacore.com>
1297
1298 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1299
1300 2019-10-02 Pedro Alves <palves@redhat.com>
1301 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1304 "print-file-var.h".
1305 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1306 (get_version_1): Print this_version_id and its address.
1307 Add extern "C" wrappers around interface functions.
1308 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1309 "print-file-var.h".
1310 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1311 (get_version_2): Print this_version_id and its address.
1312 Add extern "C" wrappers around interface functions.
1313 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1314 <stddef.h> and "print-file-var.h".
1315 Add extern "C" wrappers around interface functions.
1316 [VERSION_ID_MAIN] (this_version_id): Define.
1317 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1318 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1319 up extern "C" blocks.
1320 * gdb.base/print-file-var.exp (test): New, factored out from top
1321 level.
1322 (top level): Test all combinations of attribute hidden or not,
1323 dlopen or not, and this_version_id symbol in main file or not.
1324 Compile tests as both C++ and C, make test names unique.
1325
1326 2019-10-01 Tom Tromey <tom@tromey.com>
1327
1328 * gdb.base/style.exp: Test "show logging filename".
1329
1330 2019-10-01 Tom Tromey <tom@tromey.com>
1331
1332 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1333 * gdb.base/style.exp: Add metadata style test.
1334
1335 2019-10-01 Tom Tromey <tom@tromey.com>
1336
1337 * gdb.base/style.exp: Test "pwd".
1338
1339 2019-10-01 Tom Tromey <tom@tromey.com>
1340
1341 * gdb.base/style.exp: Update tests.
1342
1343 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1344
1345 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1346 'six' to unsigned.
1347 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1348 'five'. Use an all-ones bit pattern for each.
1349 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1350 to its changed values.
1351
1352 2019-09-30 Tom Tromey <tromey@adacore.com>
1353
1354 * gdb.rust/traits.rs: Disable all warnings.
1355
1356 2019-09-29 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1359
1360 2019-09-29 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1363
1364 2019-09-27 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1367
1368 2019-09-27 Tom de Vries <tdevries@suse.de>
1369
1370 PR record/23188
1371 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1372
1373 2019-09-26 Tom Tromey <tromey@adacore.com>
1374
1375 * gdb.ada/py_taft.exp: New file.
1376 * gdb.ada/py_taft/main.adb: New file.
1377 * gdb.ada/py_taft/pkg.adb: New file.
1378 * gdb.ada/py_taft/pkg.ads: New file.
1379
1380 2019-09-24 Tom de Vries <tdevries@suse.de>
1381
1382 PR gdb/24598
1383 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1384
1385 2019-09-22 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.base/restore.exp: Allow register variables to be optimized out at
1388 -O0.
1389
1390 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1391
1392 * gdb.arch/spu-info.exp: Remove file.
1393 * gdb.arch/spu-info.c: Remove file.
1394 * gdb.arch/spu-ls.exp: Remove file.
1395 * gdb.arch/spu-ls.c: Remove file.
1396
1397 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1398 * gdb.asm/spu.inc: Remove file.
1399
1400 * gdb.base/dump.exp: Remove support for spu*-*-*.
1401 * gdb.base/stack-checking.exp: Likewise.
1402 * gdb.base/overlays.exp: Likewise.
1403 * gdb.base/ovlymgr.c: Likewise.
1404 * gdb.base/spu.ld: Remove file.
1405
1406 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1407 * gdb.cp/cpexprs.exp: Likewise.
1408 * gdb.cp/exception.exp: Likewise.
1409 * gdb.cp/gdb2495.exp: Likewise.
1410 * gdb.cp/mb-templates.exp: Likewise.
1411 * gdb.cp/pr9167.exp: Likewise.
1412 * gdb.cp/userdef.exp: Likewise.
1413
1414 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1415
1416 * gdb.cell: Remove directory.
1417 * lib/cell.exp: Remove file.
1418
1419 2019-09-19 Tom de Vries <tdevries@suse.de>
1420
1421 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1422
1423 2019-09-19 Tom de Vries <tdevries@suse.de>
1424
1425 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1426
1427 2019-09-19 Tom de Vries <tdevries@suse.de>
1428
1429 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1430 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1431 (gdb_target_cmd): ... here.
1432 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1433 value 2.
1434
1435 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1436
1437 * gdb.base/source-dir.exp: Avoid having directory names in test
1438 names.
1439
1440 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1441
1442 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1443 directory.
1444
1445 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 * gdb.base/list-missing-source.exp: New file.
1448
1449 2019-09-14 Tom de Vries <tdevries@suse.de>
1450
1451 PR teststuite/24599
1452 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1453 * lib/ada.exp (gnatmake_version_at_least): New proc.
1454
1455 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1456
1457 * gdb.base/maint.exp: Use exec_has_index_section.
1458
1459 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.base/maint.exp: Add test for 'maint info sections'.
1462
1463 2019-09-12 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.base/store.exp: Allow register variables to be optimized out at
1466 -O0.
1467
1468 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1469
1470 * gdb.ada/rdv_wait.exp: Update to new task names.
1471 * gdb.base/task_switch_in_core.exp: Likewise.
1472 * gdb.base/info_sources_base.c: Likewise.
1473
1474 2019-09-10 Tom Tromey <tromey@adacore.com>
1475
1476 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1477
1478 2019-09-10 Tom Tromey <tromey@adacore.com>
1479
1480 * gdb.ada/dgopt.exp: New file.
1481 * gdb.ada/dgopt/x.adb: New file.
1482
1483 2019-09-08 Tom Tromey <tom@tromey.com>
1484
1485 * gdb.tui/resize.exp: Remove setup_xfail.
1486 * gdb.tui/regs.exp: Remove setup_xfail.
1487 * gdb.tui/basic.exp: Remove setup_xfail.
1488
1489 2019-09-06 David Blaikie <dblaikie@gmail.com>
1490
1491 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1492 * gdb.cp/cplabel.exp: Ditto.
1493 * gdb.linespec/ls-errs.exp: Ditto.
1494
1495 2019-09-05 Tom de Vries <tdevries@suse.de>
1496
1497 * lib/gdb.exp (cmp_file_string): New proc.
1498 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1499 runto_main. Verify save breakpoints output.
1500
1501 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * gdb.base/info-var.exp: Test info variables without running
1504 to main, to avoid expect's buffer overflow.
1505
1506 2019-09-03 Tom Tromey <tromey@adacore.com>
1507
1508 * gdb.ada/bias.exp: New file.
1509 * gdb.ada/bias/bias.adb: New file.
1510 * gdb.ada/print_chars.exp: Add regression test.
1511 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1512 (MC): New variable.
1513
1514 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1515
1516 * gdb.base/argv0-symlink.exp: Run only on native target
1517 and local host.
1518
1519 2019-08-29 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1522 diverse debug info.
1523 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1524
1525 2019-08-28 Tom de Vries <tdevries@suse.de>
1526
1527 * gdb.base/info-var.exp: Allow info variables to print info for files
1528 other than info-var-f1.c and info-var-f2.c.
1529
1530 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.fortran/info-types.exp: Add module.
1533 * gdb.fortran/info-types.f90: Update expected results.
1534
1535 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.fortran/info-types.exp: New file.
1538 * gdb.fortran/info-types.f90: New file.
1539 * lib/fortran.exp (fortran_character1): New proc.
1540
1541 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1542
1543 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1544 functions'. Reindent as needed.
1545 * gdb.base/info-var-f1.c: New file.
1546 * gdb.base/info-var-f2.c: New file.
1547 * gdb.base/info-var.exp: New file.
1548 * gdb.base/info-var.h: New file.
1549
1550 2019-08-26 Tom de Vries <tdevries@suse.de>
1551
1552 PR c++/24852
1553 * gdb.cp/no-libstdcxx-probe.exp: New test.
1554
1555 2019-08-26 Tom de Vries <tdevries@suse.de>
1556
1557 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1558 * tests need to be skipped.
1559 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1560 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1561 mi_skip_libstdcxx_probe_tests.
1562
1563 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1564
1565 * gdb.python/py-xmethods.exp: Use raw strings when passing
1566 arguments to SimpleXMethodMatcher.
1567
1568 2019-08-22 Tom de Vries <tdevries@suse.de>
1569
1570 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1571 more informative.
1572
1573 2019-08-21 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.base/with.exp: Test "with" with no arguments.
1576
1577 2019-08-21 Tom de Vries <tdevries@suse.de>
1578
1579 * gdb.base/gdb-caching-proc.exp: Sort files.
1580
1581 2019-08-20 Tom de Vries <tdevries@suse.de>
1582
1583 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1584 compilation.
1585
1586 2019-08-16 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.base/compare-sections.exp ("after run to main"): Allow
1589 mismatched read-only sections for PIE executables.
1590
1591 2019-08-16 Tom Tromey <tom@tromey.com>
1592
1593 * lib/tuiterm.exp (_csi_Z): New proc.
1594 * gdb.tui/basic.exp: Update window positions.
1595 * gdb.tui/empty.exp: Update window positions.
1596
1597 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1598
1599 * gdb.base/examine-backward.exp: Correct regexp for
1600 "examine 3 bytes backward from ${address_zero}".
1601
1602 2019-08-15 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.tui/empty.exp: Enable resizing tests.
1605
1606 2019-08-15 Tom Tromey <tromey@adacore.com>
1607
1608 * gdb.ada/char_enum.exp: Add regression tests.
1609 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1610 and '0'.
1611 (Char, Gchar): Update.
1612 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1613
1614 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1615
1616 * gdb.python/python.exp: Expect a leading underscore on
1617 GdbOutput{,Error}File.
1618
1619 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1620
1621 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1622 Windows host.
1623
1624 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1625
1626 * gdb.base/batch-preserve-term-settings.exp
1627 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1628
1629 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1630
1631 * lib/gdb.exp: When running on a mingw target, replace
1632 /x/ with x:/.
1633
1634 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1635
1636 * gdb.arch/aarch64-prologue.c: New test.
1637 * gdb.arch/aarch64-prologue.exp: New file.
1638
1639 2019-08-13 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1642 Thread.
1643
1644 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1645
1646 * gdb.python/py-completion.exp: Download the .py file to the host
1647 and use its host pathname. Conditionalize tests that use
1648 tab completion and manipulate files on the build machine.
1649 * gdb.python/py-events.exp: Download the .py file to the host
1650 and use its host pathname.
1651 * gdb.python/py-evsignal.exp: Likewise.
1652 * gdb.python/py-evthreads.exp: Likewise.
1653 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1654 pathname syntax.
1655 * gdb.python/py-framefilter.exp: Download the .py file to the right
1656 place on the host. Match Windows pathname syntax.
1657 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1658 .py file to the host and use its host pathname.
1659 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1660 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1661 build pathname. Skip symlink test on Windows host. Add missing
1662 newline at end of file.
1663 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1664 and use its host pathname.
1665 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1666 * gdb.python/py-section-script.exp: Use host location of binfile
1667 on safe-path. Use correct path separator on Windows host.
1668 Reorder alternatives in gdb_test_multiple to prevent matching
1669 the wrong alternative on success.
1670 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1671
1672 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1673
1674 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1675 expect the GDB inferior to no longer immediately stop after
1676 being resumed with "signal SIGINT".
1677
1678 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1679
1680 * gdb.linespec/break-ask.exp: Generalize regexps to match
1681 Windows pathnames too.
1682
1683 2019-08-08 Tom de Vries <tdevries@suse.de>
1684
1685 PR testsuite/24862
1686 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1687
1688 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1689
1690 * gdb.base/style.exp: Update tests for help doc new invariants.
1691 * gdb.base/help.exp: Likewise.
1692
1693 2019-08-06 Tom Tromey <tom@tromey.com>
1694
1695 * gdb.base/style.exp: Add disassemble test.
1696 * gdb.base/style.c (some_called_function): New function.
1697 (main): Use it.
1698
1699 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1700
1701 * gdb.python/py-block.exp: Test dictionary access on blocks.
1702
1703 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1704
1705 PR gdb/24863
1706 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1707 -list-thread-groups --available test when running under
1708 check-read1.
1709
1710 2019-08-05 Tom de Vries <tdevries@suse.de>
1711
1712 PR testsuite/24863
1713 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1714 * gdb.base/help.exp: Use with_read1_timeout_factor.
1715 * gdb.base/info-macros.exp: Same.
1716 * gdb.cp/nested-types.exp: Same.
1717
1718 2019-08-05 Tom de Vries <tdevries@suse.de>
1719
1720 * lib/gdb.exp (version_at_least): Factor out of ...
1721 (tcl_version_at_least): ... here.
1722 (gdb_compile): Fail if pie results in non-PIE executable.
1723 (readelf_version, readelf_prints_pie): New proc.
1724 (exec_is_pie): Return -1 if unknown.
1725
1726 2019-08-05 Tom de Vries <tdevries@suse.de>
1727
1728 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1729
1730 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1731
1732 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1733
1734 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1735
1736 * lib/completion-support.exp (test_gdb_complete_none): Skip
1737 tab completion tests if no readline support.
1738 (test_gdb_complete_unique_re): Likewise.
1739 (test_gdb_complete_multiple): Likewise.
1740
1741 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1742
1743 * gdb.base/info_sources.exp: New file.
1744 * gdb.base/info_sources.c: New file.
1745 * gdb.base/info_sources_base.c: New file.
1746
1747 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1748
1749 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1750 prefix argument.
1751 (test_exit_status): Add prefix argument.
1752
1753 2019-08-01 Tom de Vries <tdevries@suse.de>
1754
1755 PR testsuite/24863
1756 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1757 calling exp_continue for new thread and thread exited messages.
1758
1759 2019-08-01 Tom de Vries <tdevries@suse.de>
1760
1761 PR testsuite/24863
1762 * gdb.base/structs.exp: Fix check-read1 timeout using
1763 gdb_test_sequence.
1764 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1765
1766 2019-08-01 Tom de Vries <tdevries@suse.de>
1767
1768 PR testsuite/24863
1769 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1770 line.
1771
1772 2019-08-01 Tom de Vries <tdevries@suse.de>
1773
1774 PR testsuite/24863
1775 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1776
1777 2019-07-30 Tom Tromey <tromey@adacore.com>
1778
1779 * gdb.ada/display_nested.exp: New file.
1780 * gdb.ada/display_nested/foo.adb: New file.
1781 * gdb.ada/display_nested/pack.adb: New file.
1782 * gdb.ada/display_nested/pack.ads: New file.
1783
1784 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1785
1786 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1787 namespace.
1788 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1789
1790 2019-07-30 Tom de Vries <tdevries@suse.de>
1791
1792 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1793 instead.
1794
1795 2019-07-30 Tom de Vries <tdevries@suse.de>
1796
1797 PR testsuite/24834
1798 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1799 (exec_is_pie): New proc.
1800
1801 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1802
1803 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1804
1805 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1806
1807 * gdb.python/py-objfile.c: Add global and static vars.
1808 * gdb.python/py-objfile.exp: Test new functions Objfile.
1809 lookup_global_symbol and lookup_static_symbol.
1810
1811 2019-07-29 Tom Tromey <tom@tromey.com>
1812
1813 * lib/tuiterm.exp (Term::_csi_@): New proc.
1814 (Term::_csi_X): Don't move cursor.
1815
1816 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1817
1818 * gdb.base/options.exp: Update backtrace - completion to
1819 new option -frame-info.
1820 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1821 Test new 'set print frame-info'. Test backtrace -frame-info
1822 overriding 'set print frame-info'.
1823 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1824 Test new 'set print frame-info'.
1825 Verify consistency of backtrace with and without filters, with and
1826 without -no-filters.
1827 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1828 default.
1829
1830 2019-07-29 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1833 no arguments".
1834
1835 2019-07-29 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1838 is a substring of the first for "complete non-unique file name".
1839
1840 2019-07-29 Tom de Vries <tdevries@suse.de>
1841
1842 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1843 with ".*".
1844
1845 2019-07-29 Tom de Vries <tdevries@suse.de>
1846
1847 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1848 Pass prompt_regexp parameter to gdb_test_multiple calls.
1849
1850 2019-07-29 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1853 print registers" regexps.
1854
1855 2019-07-29 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1858
1859 2019-07-29 Tom de Vries <tdevries@suse.de>
1860
1861 PR gdb/24855
1862 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1863 (skip_python_tests_prompt): Add prompt_regexp argument to
1864 gdb_test_multiple calls.
1865
1866 2019-07-27 Tom Tromey <tom@tromey.com>
1867
1868 * gdb.tui/main.exp: New file.
1869
1870 2019-07-27 Tom Tromey <tom@tromey.com>
1871
1872 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1873 optional.
1874 * gdb.tui/empty.exp: New file.
1875
1876 2019-07-27 Tom Tromey <tom@tromey.com>
1877
1878 * lib/tuiterm.exp (spawn): New proc.
1879 (Term::resize): New proc.
1880 * gdb.tui/resize.exp: New file.
1881
1882 2019-07-27 Tom Tromey <tom@tromey.com>
1883
1884 * gdb.tui/list.exp: New file.
1885
1886 2019-07-27 Tom Tromey <tom@tromey.com>
1887
1888 * gdb.tui/regs.exp: New file.
1889
1890 2019-07-27 Tom Tromey <tom@tromey.com>
1891
1892 * gdb.tui/basic.exp: Add "layout split" test.
1893
1894 2019-07-27 Tom Tromey <tom@tromey.com>
1895
1896 * gdb.tui/basic.exp: Add "layout asm" test.
1897
1898 2019-07-27 Tom Tromey <tom@tromey.com>
1899
1900 * lib/tuiterm.exp: New file.
1901 * gdb.tui/basic.exp: New file.
1902
1903 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1904
1905 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1906 Enable tests associated with this flag. Adjust regex
1907 referencing "foo_low" to now refer to "foo_cold" instead.
1908
1909 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1910
1911 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1912 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1913 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1914 foo_cold. Revise comments to match.
1915 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1916 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1917 were wrapped into this proc; Call do_test in loop from outermost
1918 level.
1919 (foo_low): Rename all occurrences to "foo_cold".
1920 (backtrace from baz): New test.
1921 (x2/i foo_cold): New test.
1922 (info line *foo_cold): New test.
1923
1924 2019-07-26 Tom de Vries <tdevries@suse.de>
1925
1926 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1927
1928 2019-07-25 Tom de Vries <tdevries@suse.de>
1929
1930 PR testsuite/24830
1931 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1932 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1933 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1934 (skip_libstdcxx_probe_tests): ... here.
1935 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1936
1937 2019-07-24 Tom de Vries <tdevries@suse.de>
1938
1939 PR testsuite/24807
1940 * gdb.objc/basicclass.m: Include stdio.h.
1941 * gdb.objc/nondebug.m: Same.
1942 * gdb.objc/objcdecode.m: Same.
1943
1944 2019-07-24 Tom de Vries <tdevries@suse.de>
1945
1946 PR testsuite/24612
1947 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1948 additional_flags.
1949
1950 2019-07-24 Tom de Vries <tdevries@suse.de>
1951
1952 PR testsuite/24831
1953 * gdb.multi/tids.exp: Update error messages for info threads.
1954
1955 2019-07-24 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.base/info-types.exp: Allow info types to print info for more than
1958 one file.
1959
1960 2019-07-23 Tom de Vries <tdevries@suse.de>
1961
1962 PR testsuite/24842
1963 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1964 gdb_spawn_with_cmdline_opts.
1965
1966 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1967
1968 * gdb.arch/arm-cmse-sgstubs.c: New test.
1969 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1970
1971 2019-07-23 Tom de Vries <tdevries@suse.de>
1972
1973 PR testsuite/24711
1974 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1975 issuing next command.
1976
1977 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.ada/info_auto_lang.exp: Update expected results.
1980 * gdb.base/info-types.c: Add additional types to check.
1981 * gdb.base/info-types.exp: Update expected results.
1982
1983 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1984
1985 * gdb.base/info-types.c: New file.
1986 * gdb.base/info-types.exp: New file.
1987
1988 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.arch/riscv-bp-infcall.c: New file.
1991 * gdb.arch/riscv-bp-infcall.exp: New file.
1992
1993 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 PR breakpoints/24541
1996 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1997
1998 2019-07-14 Tom de Vries <tdevries@suse.de>
1999
2000 PR testsuite/24760
2001 * gdb.objc/basicclass.exp: Fix unterminated string.
2002
2003 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2004 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2007 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2008 negative bounds.
2009 * gdb.fortran/vla-value.exp: Print elements of an array with
2010 negative bounds.
2011 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2012 testing.
2013
2014 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * gdb.base/options.exp (expect_string): Dequote strings in
2017 results.
2018 (test-string): Test strings with different quoting and reindent.
2019
2020 2019-07-10 Tom Tromey <tromey@adacore.com>
2021
2022 * gdb.ada/mi_ex_cond.exp: Update expected results.
2023 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2024 * gdb.ada/mi_catch_ex.exp: Update expected results.
2025 * gdb.ada/mi_catch_assert.exp: Update expected results.
2026 * gdb.ada/catch_ex.exp (catch_exception_info)
2027 (catch_exception_entry, catch_assert_entry)
2028 (catch_unhandled_entry): Update.
2029 * gdb.ada/catch_assert_if.exp: Update expected results.
2030
2031 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2032 Stephen Roberts <stephen.roberts@arm.com>
2033
2034 * gdb.base/define.exp: Restore original prompt.
2035
2036 2019-07-09 Pedro Alves <palves@redhat.com>
2037
2038 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2039 breakpoints" output.
2040 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2041 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2042 throw" creates breakpoint.
2043 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2044 'type="catchpoint"'.
2045
2046 2019-07-09 Pedro Alves <palves@redhat.com>
2047
2048 PR c++/15468
2049 * gdb.cp/except-multi-location-lib.cc: New.
2050 * gdb.cp/except-multi-location-main.cc: New.
2051 * gdb.cp/except-multi-location.exp: New.
2052
2053 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2054
2055 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2056 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2057 argument and update callers.
2058
2059 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * gdb.arch/amd64-break-on-asm-line.S: New file.
2062 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2063
2064 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2065
2066 * gdb.base/printcmds.exp: Test printing C string and
2067 C wide string convenience vars without transiting via the inferior.
2068 Also make test names unique.
2069
2070 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2071
2072 PR breakpoints/25011
2073 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2074
2075 2019-07-04 Pedro Alves <palves@redhat.com>
2076
2077 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2078 body returned ok(0), break(3) or continue(4).
2079 * gdb.testsuite/foreach_with_prefix.exp: New file.
2080
2081 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2082
2083 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2084
2085 2019-07-03 Pedro Alves <palves@redhat.com>
2086
2087 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2088 "return -code".
2089
2090 2019-07-03 Pedro Alves <palves@redhat.com>
2091
2092 PR cli/24732
2093 * gdb.base/shell.exp: Load completion-support.exp.
2094 Adjust expected error output. Add completion tests.
2095
2096 2019-07-03 Pedro Alves <palves@redhat.com>
2097
2098 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2099 string_to_regexp.
2100
2101 2019-07-03 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2104 (expect_integer): Adjust to expect "-string".
2105 (expect_string): New.
2106 (all_options): Expect "-string".
2107 (test-flag, test-boolean): Adjust to expect "-string".
2108 (test-string): New proc.
2109 (top level): Call it.
2110
2111 2019-07-03 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2114 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2115 the expected output in the success.
2116
2117 2019-07-03 Pedro Alves <palves@redhat.com>
2118
2119 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2120 Split one gdb_test_multiple call in two to avoid a race.
2121
2122 2019-07-03 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.base/with.c: New file.
2125 * gdb.base/with.exp: New file.
2126
2127 2019-07-03 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/settings.exp: Replace all references to "maint
2130 test-settings set" with references to "maint set test-settings",
2131 and all references to "maint test-settings show" with references
2132 to "maint show test-settings".
2133
2134 2019-07-03 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/settings.exp (test-string): Adjust expected out when
2137 testing "maint test-settings show filename"
2138
2139 2019-07-02 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/options.exp (test-info-threads): New procedure.
2142 (top level): Call it.
2143
2144 2019-06-28 Tom Tromey <tromey@adacore.com>
2145
2146 * gdb.dwarf2/ada-linkage-name.c: New file.
2147 * gdb.dwarf2/ada-linkage-name.exp: New file.
2148
2149 2019-06-27 Tom Tromey <tromey@adacore.com>
2150
2151 PR c++/20020:
2152 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2153
2154 2019-06-26 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2157
2158 2019-06-26 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/index-cache.exp: Add back missing debug option.
2161
2162 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2163
2164 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2165
2166 2019-06-25 Tom de Vries <tdevries@suse.de>
2167
2168 PR testsuite/24727
2169 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2170
2171 2019-06-24 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2174
2175 2019-06-24 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2178 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2179 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2180
2181 2019-06-24 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2184
2185 2019-06-21 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2188
2189 2019-06-21 Tom de Vries <tdevries@suse.de>
2190
2191 PR testsuite/24518
2192 PR ada/24713
2193 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2194 index.
2195
2196 2019-06-19 Tom Tromey <tromey@adacore.com>
2197
2198 * gdb.ada/length_cond.exp: Add intro comment.
2199
2200 2019-06-19 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.ada/length_cond.exp: New file.
2203 * gdb.ada/length_cond/length_cond.adb: New file.
2204 * gdb.ada/length_cond/pck.adb: New file.
2205 * gdb.ada/length_cond/pck.ads: New file.
2206
2207 2019-06-18 Tom de Vries <tdevries@suse.de>
2208
2209 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2210
2211 2019-06-18 Tom Tromey <tromey@adacore.com>
2212
2213 * gdb.base/list0.h: Add comment explaining control character.
2214
2215 2019-06-18 Tom de Vries <tdevries@suse.de>
2216
2217 * boards/fission.exp: Break up long debug_flags line.
2218
2219 2019-06-16 Tom de Vries <tdevries@suse.de>
2220
2221 PR gdb/24445
2222 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2223 generated index.
2224
2225 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 PR gdb/24686
2228 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2229 improve detection of bug gdb/24541.
2230
2231 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 PR gdb/24669
2234 * gdb.base/index-cache.exp (uses_readnow,
2235 expecting_index_cache_use): Define global variable.
2236 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2237 expecting_index_cache_use.
2238
2239 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2240 Andrew Burgess <andrew.burgess@embecosm.com>
2241
2242 * gdb.fortran/pointers.f90: New file.
2243 * gdb.fortran/print_type.exp: New file.
2244 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2245 * gdb.fortran/vla-type.exp: Likewise.
2246 * gdb.fortran/vla-value.exp: Likewise.
2247 * gdb.mi/mi-vla-fortran.exp: Likewise.
2248
2249 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2252 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2253 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2254 as a stop reason.
2255
2256 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.base/annota1.exp: Update expected results.
2259 * gdb.cp/annota2.exp: Likewise.
2260 * gdb.cp/annota3.exp: Likewise.
2261
2262 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.base/style-logging.exp: Remove path from test name.
2265
2266 2019-06-14 Tom Tromey <tromey@adacore.com>
2267
2268 PR gdb/24502:
2269 * gdb.base/style-logging.exp: New file.
2270
2271 2019-06-14 Tom Tromey <tromey@adacore.com>
2272
2273 * gdb.base/symfile-warn.exp: New file.
2274 * gdb.base/symfile-warn.c: New file.
2275
2276 2019-06-14 Tom Tromey <tromey@adacore.com>
2277
2278 * gdb.base/annotate-symlink.exp: New file.
2279
2280 2019-06-14 Tom Tromey <tromey@adacore.com>
2281
2282 * gdb.ada/set_wstr.exp: Add reassignment test.
2283
2284 2019-06-14 Tom Tromey <tromey@adacore.com>
2285
2286 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2287 'unchecked_access and 'unrestricted_access as well.
2288
2289 2019-06-14 Tom Tromey <tromey@adacore.com>
2290
2291 PR ada/24539:
2292 * gdb.ada/vla.exp: Update tests.
2293 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2294 pragma.
2295
2296 2019-06-13 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/settings.exp (test-integer): Test junk after
2299 "unlimited".
2300
2301 2019-06-13 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.base/options.exp (test-thread-apply): New.
2304 (top level): Call it.
2305
2306 2019-06-13 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/options.exp (test-frame-apply): New.
2309 (top level): Test print commands with different "frame apply"
2310 prefixes.
2311
2312 2019-06-13 Pedro Alves <palves@redhat.com>
2313
2314 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2315 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2316 'max_completions' parameter and handle it.
2317 (test_gdb_completion_offers_commands): New.
2318
2319 2019-06-13 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2322
2323 2019-06-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/options.exp (test-backtrace): New.
2326 (top level): Call it.
2327
2328 2019-06-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.guile/scm-frame-args.exp: Use "set print
2331 raw-frame-arguments" instead of "set print raw frame-arguments".
2332 * gdb.python/py-frame-args.exp: Likewise.
2333
2334 2019-06-13 Pedro Alves <palves@redhat.com>
2335
2336 * gdb.compile/compile.exp: Adjust expected output to option
2337 processing changes.
2338
2339 2019-06-13 Pedro Alves <palves@redhat.com>
2340
2341 * gdb.base/options.exp: Build executable.
2342 (test-print): New procedure.
2343 (top level): Call it, once for "print" and another for "compile
2344 print".
2345
2346 2019-06-13 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/options.c: New file.
2349 * gdb.base/options.exp: New file.
2350
2351 2019-06-13 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2354 that "o" is ambiguous.
2355
2356 2019-06-13 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/settings.c: New file.
2359 * gdb.base/settings.exp: New file.
2360
2361 2019-06-13 Pedro Alves <palves@redhat.com>
2362
2363 * gdb.base/completion.exp: Fix comment typo.
2364
2365 2019-06-13 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2368 foo --1" test.
2369
2370 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2371
2372 * gdb.fortran/block-data.f: New.
2373 * gdb.fortran/block-data.exp: New.
2374
2375 2019-06-11 Tom de Vries <tdevries@suse.de>
2376
2377 PR testsuite/24521
2378 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2379 message.
2380
2381 2019-06-11 Tom de Vries <tdevries@suse.de>
2382
2383 PR testsuite/24521
2384 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2385
2386 2019-06-11 Tom de Vries <tdevries@suse.de>
2387
2388 * boards/readnow.exp: New file.
2389
2390 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2391
2392 * gdb.fortran/vla-sizeof.exp: Update expected results.
2393
2394 2019-06-06 Amos Bird <amosbird@gmail.com>
2395
2396 * gdb.base/annota1.exp (thread_switch): Add test for
2397 thread-exited annotation.
2398
2399 2019-06-06 Tom Tromey <tromey@adacore.com>
2400
2401 * gdb.base/maint.exp: Expect command started/finished output.
2402
2403 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2406 comment.
2407 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2408
2409 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2410
2411 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2412 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2413 * gdb.arch/riscv-unwind-long-insn.c: New file.
2414 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2415
2416 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2417
2418 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2419
2420 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2421
2422 * lib/gdb.exp (help_list_trailer): New regexp variable
2423 factorizing the help trailer message.
2424 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2425 arg to allow to better factorize various tests.
2426 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2427 (test_prefix_command_help): Use help_list_trailer.
2428 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2429 * gdb.guile/scm-cmd.exp: Likewise.
2430 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2431 * gdb.base/help.exp: Use test_user_defined_class_help.
2432 * gdb.base/style.exp: Add tests for styling of help and apropos.
2433 * lib/gdb-utils.exp (style): Add title and highlight styles.
2434
2435 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2436
2437 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2438 $_shell_exitsignal.
2439 * gdb.base/default.exp: Update for new convenience variables.
2440
2441 2019-05-29 Tom Tromey <tromey@adacore.com>
2442
2443 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2444 to "break complete ada" test case's regexp.
2445
2446 2019-05-29 Tom Tromey <tromey@adacore.com>
2447
2448 PR c++/20020:
2449 * gdb.cp/constexpr-field.exp: New file.
2450 * gdb.cp/constexpr-field.cc: New file.
2451
2452 2019-05-29 Tom Tromey <tromey@adacore.com>
2453
2454 * gdb.base/finish.exp (finish_no_print): New proc.
2455 (finish_tests): Call it.
2456
2457 2019-05-24 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.dwarf2/gdb-add-index.exp: New file.
2460
2461 2019-05-22 Tom Tromey <tromey@adacore.com>
2462
2463 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2464 * gdb.base/style.exp: Use "style".
2465 * lib/gdb-utils.exp (style): New proc.
2466
2467 2019-05-22 Tom de Vries <tdevries@suse.de>
2468
2469 * gdb.base/align.exp: Require c++11.
2470
2471 2019-05-22 Tom de Vries <tdevries@suse.de>
2472
2473 PR testsuite/24586
2474 * gdb.python/py-mi-var-info-path-expression.exp: Call
2475 mi_skip_python_tests to check if python is supported.
2476
2477 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2478
2479 * gdb.arch/aarch64-pauth.c: New test.
2480 * gdb.arch/aarch64-pauth.exp: New file.
2481
2482 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2483
2484 * README (Re-running Tests Outside The Testsuite): New section.
2485
2486 2019-05-21 Tom de Vries <tdevries@suse.de>
2487
2488 * gdb.arch/amd64-eval.exp: Require c++11.
2489 * gdb.base/max-depth.exp: Same.
2490 * gdb.compile/compile-cplus-array-decay.exp: Same.
2491 * gdb.cp/meth-typedefs.exp: Same.
2492 * gdb.cp/subtypes.exp: Same.
2493 * gdb.cp/temargs.exp: Same.
2494
2495 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2496
2497 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2498
2499 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 PR gdb/18644
2502 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2503 * gdb.fortran/printing-types.exp: Add new test.
2504 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2505 testing.
2506 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2507 setup_kfail call.
2508
2509 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2510
2511 * README (Running the Testsuite): Change example.
2512 (Testsuite Parameters): Remove TRANSCRIPT.
2513 * lib/gdb.exp: Remove TRANSCRIPT check.
2514
2515 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2516
2517 * README (Testsuite Parameters): Add replay logging to
2518 GDBSERVER_DEBUG.
2519 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2520 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2521 as a comma separated list.
2522 (gdb_debug_init): Override procedure.
2523
2524 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2525
2526 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2527 (gdb_write_cmd_file): New procedure.
2528 * lib/gdbserver-support.exp (gdbserver_start): Call
2529 gdbserver_write_cmd_file.
2530 (gdbserver_write_cmd_file): New procedure.
2531
2532 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2533
2534 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2535 (delete_breakpoints): Likewise.
2536 (gdb_run_cmd): Likewise.
2537 (gdb_start_cmd): Likewise.
2538 (gdb_starti_cmd): Likewise.
2539 (gdb_internal_error_resync): Likewise.
2540 (gdb_test_multiple): Likewise.
2541 (gdb_reinitialize_dir): Likewise.
2542 (default_gdb_exit): Likewise.
2543 (gdb_file_cmd): Mark kill as optional.
2544 (default_gdb_start): Call gdb_stdin_log_init.
2545 (send_gdb): Call gdb_stdin_log_write.
2546 (rerun_to_main): Mark Y as an answer.
2547 (gdb_stdin_log_init): New function.
2548 (gdb_stdin_log_write): Likewise.
2549
2550 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2551
2552 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2553 * gdb.base/debug-expr.exp: Likewise.
2554 * gdb.base/foll-fork.exp: Likewise.
2555 * gdb.base/foll-vfork.exp: Likewise.
2556 * gdb.base/fork-print-inferior-events.exp: Likewise.
2557 * gdb.base/gdb-sigterm.exp: Likewise.
2558 * gdb.base/gdbinit-history.exp: Likewise.
2559 * gdb.base/osabi.exp: Likewise.
2560 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2561 * gdb.base/ui-redirect.exp: Likewise.
2562 * gdb.gdb/unittest.exp: Likewise.
2563 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2564 * gdb.mi/mi-watch.exp: Likewise.
2565 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2566 * gdb.mi/user-selected-context-sync.exp: Likewise.
2567 * gdb.python/python.exp: Disable debug test when debugging.
2568 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2569 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2570 Likewise.
2571 * gdb.threads/stepi-random-signal.exp: Likewise.
2572
2573 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2574
2575 * Makefile.in: Pass through GDB_DEBUG.
2576 * README (Testsuite Parameters): Add GDB_DEBUG.
2577 (gdb,debug): Add board setting.
2578 * lib/gdb.exp (default_gdb_start): Start debugging.
2579 (gdb_debug_enabled): New procedure.
2580 (gdb_debug_init): Likewise.
2581
2582 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2583
2584 * Makefile.in: Pass through GDB_DEBUG.
2585 * README (Testsuite Parameters): Add GDB_DEBUG.
2586 (gdb,debug): Add board setting.
2587 * lib/gdb.exp (default_gdb_start): Start debugging.
2588 (gdb_debug_enabled): New procedure.
2589 (gdb_debug_init): Likewise.
2590
2591 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2592
2593 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2594
2595 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2596
2597 * gdb.base/ui-redirect.exp: Test redirection.
2598
2599 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2600
2601 * gdb.mi/mi-complete.exp: New file.
2602 * gdb.mi/mi-complete.cc: Likewise.
2603
2604 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2605
2606 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2607 indexed and sliced arrays, and pointers to arrays.
2608
2609 2019-05-14 Tom Tromey <tromey@adacore.com>
2610
2611 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2612 styling test.
2613
2614 2019-05-14 Tom de Vries <tdevries@suse.de>
2615
2616 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2617 selection entry encoding.
2618
2619 2019-05-10 Tom Tromey <tromey@adacore.com>
2620
2621 * gdb.ada/info_exc.exp: Add "complete" test.
2622
2623 2019-05-09 Tom de Vries <tdevries@suse.de>
2624
2625 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2626 CU-relative.
2627
2628 2019-05-09 Tom de Vries <tdevries@suse.de>
2629
2630 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2631 CU-relative.
2632
2633 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2634
2635 * gdb.ada/frame_arg_lang.exp: New testcase.
2636 * gdb.ada/frame_arg_lang/bla.adb: New file.
2637 * gdb.ada/frame_arg_lang/pck.ads: New file.
2638 * gdb.ada/frame_arg_lang/pck.adb: New file.
2639 * gdb.ada/frame_arg_lang/foo.c: New file.
2640
2641 2019-05-08 Tom Tromey <tromey@adacore.com>
2642
2643 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2644
2645 2019-05-08 Tom Tromey <tromey@adacore.com>
2646
2647 * gdb.base/ptype-offsets.exp: Update tests.
2648
2649 2019-05-08 Tom Tromey <tromey@adacore.com>
2650
2651 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2652 cases.
2653 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2654 "short".
2655
2656 2019-05-08 Tom Tromey <tromey@adacore.com>
2657
2658 * gdb.ada/vla.exp: New file.
2659 * gdb.ada/vla/vla.adb: New file.
2660
2661 2019-05-07 Tom de Vries <tdevries@suse.de>
2662
2663 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2664
2665 2019-05-07 Tom de Vries <tdevries@suse.de>
2666
2667 PR testsuite/24522
2668 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2669 section.
2670
2671 2019-05-07 Tom de Vries <tdevries@suse.de>
2672
2673 PR testsuite/24522
2674 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2675 .debug_aranges section.
2676
2677 2019-05-07 Tom de Vries <tdevries@suse.de>
2678
2679 PR testsuite/24159
2680 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2681
2682 2019-05-06 Tom de Vries <tdevries@suse.de>
2683
2684 * lib/gdb.exp (exec_has_index_section): New proc.
2685 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2686 section.
2687
2688 2019-05-04 Tom de Vries <tdevries@suse.de>
2689
2690 * boards/cc-with-debug-names.exp: New file.
2691
2692 2019-05-03 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2695 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2696 * gdb.ada/char_enum.exp: Add test.
2697
2698 2019-05-03 Tom de Vries <tdevries@suse.de>
2699
2700 * boards/cc-with-gdb-index.exp: New file.
2701
2702 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2703
2704 * gdb.rust/simple.exp: Add new test case.
2705 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2706 (main): Initialise an instance of the new struct.
2707
2708 2019-05-01 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2711 record.
2712 (NPR): New variable.
2713 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2714 test.
2715
2716 2019-05-01 Tom Tromey <tromey@adacore.com>
2717
2718 * gdb.ada/packed_array_assign.exp: Add packed assignment
2719 regression test.
2720
2721 2019-05-01 Tom de Vries <tdevries@suse.de>
2722
2723 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2724
2725 2019-05-01 Tom de Vries <tdevries@suse.de>
2726
2727 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2728
2729 2019-04-30 Ali Tamur <tamur@google.com>
2730
2731 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2732
2733 2019-04-30 Tom Tromey <tromey@adacore.com>
2734
2735 * lib/ada.exp (find_ada_tool): New proc.
2736 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2737 * gdb.ada/catch_ex_std.exp: New file.
2738 * gdb.ada/catch_ex_std/foo.adb: New file.
2739 * gdb.ada/catch_ex_std/some_package.adb: New file.
2740 * gdb.ada/catch_ex_std/some_package.ads: New file.
2741
2742 2019-04-30 Tom Tromey <tromey@adacore.com>
2743
2744 PR c++/24470:
2745 * gdb.cp/temargs.cc: Add test code from PR.
2746
2747 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.fortran/vla-datatypes.exp: Update expected results.
2750 * gdb.fortran/vla-ptype.exp: Likewise.
2751 * gdb.fortran/vla-type.exp: Likewise.
2752 * gdb.fortran/vla-value.exp: Likewise.
2753
2754 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.fortran/ptr-indentation.exp: Update expected results.
2757 * gdb.fortran/ptype-on-functions.exp: Likewise.
2758 * gdb.fortran/vla-ptr-info.exp: Likewise.
2759 * gdb.fortran/vla-value.exp: Likewise.
2760
2761 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2762
2763 * gdb.fortran/ptype-on-functions.exp: New file.
2764 * gdb.fortran/ptype-on-functions.f90: New file.
2765
2766 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2769 case void string.
2770
2771 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * gdb.fortran/complex.exp: Expand.
2774 * gdb.fortran/complex.f: Renamed to...
2775 * gdb.fortran/complex.f90: ...this, and extended to add more
2776 complex values.
2777
2778 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2781 MODULO, CMPLX.
2782
2783 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2784 Richard Bunt <richard.bunt@arm.com>
2785
2786 * gdb.base/max-depth.c: New file.
2787 * gdb.base/max-depth.exp: New file.
2788 * gdb.python/py-nested-maps.c: New file.
2789 * gdb.python/py-nested-maps.exp: New file.
2790 * gdb.python/py-nested-maps.py: New file.
2791 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2792 (test_all_common): Call test_max_depth.
2793 * gdb.fortran/max-depth.exp: New file.
2794 * gdb.fortran/max-depth.f90: New file.
2795 * gdb.go/max-depth.exp: New file.
2796 * gdb.go/max-depth.go: New file.
2797 * gdb.modula2/max-depth.exp: New file.
2798 * gdb.modula2/max-depth.c: New file.
2799 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2800
2801 2019-04-29 Tom de Vries <tdevries@suse.de>
2802
2803 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2804
2805 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2806
2807 * gdb.base/callexit.exp: Test may-call-functions off.
2808
2809 2019-04-25 Keith Seitz <keiths@redhat.com>
2810
2811 PR c++/24367
2812 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2813 (another_incomplete_struct, test_incomplete): New definitions.
2814 (main): Use new definitions.
2815 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2816 functions.
2817
2818 2019-04-25 Ali Tamur <tamur@google.com>
2819
2820 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2821
2822 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2823
2824 PR corefiles/11608
2825 PR corefiles/18187
2826 * gdb.base/coredump-filter-build-id.exp: New file.
2827
2828 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2829
2830 * Makefile.in: Pass through GDBSERVER_DEBUG.
2831 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2832 (gdbserver,debug): Add board setting.
2833 * gdb.trace/tspeed.exp: Skip when debugging.
2834 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2835 * lib/gdbserver-support.exp: Likewise
2836
2837 2019-04-24 Tom Tromey <tromey@adacore.com>
2838
2839 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2840 Rust.
2841
2842 2019-04-24 Tom Tromey <tromey@adacore.com>
2843
2844 * gdb.arch/amd64-eval.exp: Test bitfield return.
2845 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2846 (class Foo) <return_bitfields>: New method.
2847 (main): Call it.
2848
2849 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.cp/many-args.cc: New file.
2852 * gdb.cp/many-args.exp: New file.
2853
2854 2019-04-23 Tom de Vries <tdevries@suse.de>
2855
2856 PR gdb/24433
2857 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2858
2859 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2860
2861 * gdb.trace/backtrace.exp: Use nopie flag.
2862 * gdb.trace/circ.exp: Likewise.
2863 * gdb.trace/collection.exp: Likewise.
2864 * gdb.trace/ftrace.exp: Likewise.
2865 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2866 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2867 * gdb.trace/qtro.exp: Likewise.
2868 * gdb.trace/read-memory.exp: Likewise.
2869 * gdb.trace/report.exp: Likewise.
2870 * gdb.trace/tfile.exp: Likewise.
2871 * gdb.trace/tfind.exp: Likewise.
2872 * gdb.trace/unavailable.exp: Likewise.
2873
2874 2019-04-22 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/solib-probes-nosharedlibrary.c,
2877 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2878
2879 2019-04-19 Tom Tromey <tromey@adacore.com>
2880
2881 * gdb.ada/ptype_union.c: New file.
2882 * gdb.ada/ptype_union.exp: New file.
2883
2884 2019-04-19 Tom Tromey <tromey@adacore.com>
2885
2886 PR symtab/24423:
2887 * gdb.base/list0.h (foo): Add a control-l character.
2888
2889 2019-04-18 Tom de Vries <tdevries@suse.de>
2890
2891 PR gdb/24433
2892 * boards/local-board.exp: Set sysroot to "".
2893
2894 2019-04-18 Tom de Vries <tdevries@suse.de>
2895 Pedro Alves <palves@redhat.com>
2896
2897 PR gdb/24454
2898 * gdb.threads/vfork-follow-child-exec.c: New file.
2899 * gdb.threads/vfork-follow-child-exec.exp: New file.
2900 * gdb.threads/vfork-follow-child-exit.c: New file.
2901 * gdb.threads/vfork-follow-child-exit.exp: New file.
2902
2903 2019-04-15 Leszek Swirski <leszeks@google.com>
2904
2905 * gdb.arch/amd64-eval.cc: New file.
2906 * gdb.arch/amd64-eval.exp: New file.
2907
2908 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2909
2910 * gdb.server/sysroot.c: New test.
2911 * gdb.server/sysroot.exp: New file.
2912 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2913 matching param.
2914
2915 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2916
2917 * gdb.base/align.exp: Extend test to cover structures containing
2918 only static fields.
2919
2920 2019-04-11 Tom de Vries <tdevries@suse.de>
2921
2922 * boards/cc-with-dwz-m.exp: New file.
2923 * boards/cc-with-dwz.exp: New file.
2924 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2925
2926 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2927
2928 * gdb.base/start-cpp.exp: New file.
2929 * gdb.base/start-cpp.cc: New file.
2930
2931 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2932
2933 * gdb.python/py-thrhandle.exp: Adjust tests to call
2934 thread_from_handle instead of thread_from_thread_handle.
2935
2936 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2937
2938 * gdb.python/py-thrhandle.exp: Add tests for
2939 gdb.InferiorThread.handle.
2940
2941 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2942
2943 * gdb.python/py-function.exp: Check calling helper function from
2944 all languages.
2945 * lib/gdb.exp (gdb_supported_languages): New proc.
2946
2947 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.base/complex-parts.c: New file.
2950 * gdb.base/complex-parts.exp: New file.
2951
2952 2019-04-01 Tom Tromey <tromey@adacore.com>
2953
2954 PR symtab/23331:
2955 * gdb.dwarf2/dw2-ranges-main.c: New file.
2956 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2957 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2958
2959 2019-03-30 Simon Marchi <simark@simark.ca>
2960
2961 * gdb.base/default.exp: Add values for $_gdb_major and
2962 $_gdb_minor.
2963
2964 2019-03-29 Tom Tromey <tromey@adacore.com>
2965
2966 * gdb.base/help.exp: Tighten apropos regexp.
2967
2968 2019-03-29 Keith Seitz <keiths@redhat.com>
2969
2970 * gdb.fortran/array-bounds.exp: New file.
2971 * gdb.fortran/array-bounds.f90: New file.
2972
2973 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2974
2975 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2976
2977 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2978
2979 * gdb.multi/hello.c (main): Increase alarm timer.
2980
2981 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2982
2983 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2984 factor when no hardware watchpoint support.
2985
2986 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2987 Pedro Alves <palves@redhat.com>
2988
2989 * boards/local-board.exp: set sysroot to /.
2990
2991 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2992
2993 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2994 in child.
2995
2996 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2999 field.
3000 (make_container): Initialise new field.
3001 * gdb.python/py-prettyprint.exp: Add new tests.
3002 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3003 <display_hint>: New method.
3004
3005 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3008 gdb_continue_to_breakpoint more throughout this test.
3009 (run_lang_tests) Supply unique test names, and use
3010 gdb_test_no_output.
3011
3012 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.base/finish-pretty.exp: Update expected results.
3015 * gdb.base/pretty-print.c: New file.
3016 * gdb.base/pretty-print.exp: New file.
3017
3018 2019-03-25 Pedro Alves <palves@redhat.com>
3019
3020 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3021 move comments outside list. Append '-i "" eof' section.
3022
3023 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3024
3025 PR testsuite/25016
3026 * README: Add pie options.
3027 * gdb.base/break-interp.exp: Ensure pie is disabled.
3028 * gdb.base/dump.exp: Likewise.
3029 * lib/gdb.exp (gdb_compile): Add pie option.
3030
3031 2019-03-19 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.mi/mi2-cli-display.c: New file.
3034 * gdb.mi/mi2-cli-display.exp: New file.
3035
3036 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3037 Tom Tromey <tromey@adacore.com>
3038
3039 * gdb.ada/ptype_array/pck.adb: New file.
3040 * gdb.ada/ptype_array/pck.ads: New file.
3041 * gdb.ada/ptype_array/foo.adb: New file.
3042 * gdb.ada/ptype_array.exp: New file.
3043
3044 2019-03-14 Tom Tromey <tromey@adacore.com>
3045
3046 * gdb.base/style.exp: Add "set style sources" test.
3047
3048 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3049
3050 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3051 * mi-breakpoint-multiple-locations.exp: ... this.
3052 (make_breakpoints_pattern): New proc.
3053 (do_test): Add mi_version parameter, test -break-insert,
3054 -break-info and =breakpoint-created.
3055
3056 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * config/default.exp: Remove 'load_lib gdb.exp'.
3059 * config/monitor.exp: Likewise.
3060 * config/sid.exp: Likewise.
3061 * config/sim.exp: Likewise.
3062 * config/slite.exp: Likewise.
3063 * config/unix.exp: Likewise.
3064 * gdb.base/default.exp: Remove unhelpful comment.
3065
3066 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3067
3068 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3069
3070 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3073
3074 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/type-kinds.exp: Update expected results.
3077
3078 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3081
3082 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3085 function.
3086 (test_basic_parsing_of_type_kinds): Expand types tested.
3087 (test_parsing_invalid_type_kinds): New function.
3088
3089 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.fortran/intrinsics.exp: New file.
3092 * gdb.fortran/intrinsics.f90: New file.
3093 * gdb.fortran/type-kinds.exp: New file.
3094
3095 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3096
3097 * gdb.fortran/dot-ops.exp: New file.
3098
3099 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3102 Check upper and lower case logical literals.
3103
3104 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3107 Remove duplicate tests.
3108
3109 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3110
3111 * lib/gdb.exp (builtin_cd): rename of cd.
3112 (cd): Override builtin.
3113
3114 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3115
3116 * gdb.fortran/function-calls.exp: New file.
3117 * gdb.fortran/function-calls.f90: New test.
3118
3119 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3120
3121 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3122 on user program standard output.
3123 * gdb.fortran/short-circuit-argument-list.f90: Record function
3124 calls.
3125
3126 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3127
3128 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3129 failure.
3130
3131 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3132
3133 PR gdb/8527
3134 * gdb.base/interrupt-daemon-attach.c,
3135 gdb.base/interrupt-daemon-attach.exp: New test.
3136
3137 2019-02-27 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.base/page.exp: Add tests for "set width/height -1".
3140
3141 2019-02-27 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.base/page.exp: Add tests for "set/show width/height" with
3144 "infinite" values.
3145
3146 2019-02-27 Tom Tromey <tromey@adacore.com>
3147
3148 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3149 2.4.
3150 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3151 workaround.
3152
3153 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3154
3155 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3156 tests for structs with static members.
3157
3158 2019-02-26 Tom Tromey <tromey@adacore.com>
3159
3160 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3161 ValueError, not TypeError.
3162
3163 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3164
3165 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3166 call from main program.
3167
3168 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3169
3170 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3171 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3172 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3173 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3174 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3175
3176 2019-02-22 Keith Seitz <keiths@redhat.com>
3177
3178 PR symtab/23853
3179 * gdb.base/symlink-sourcefile.c: New file.
3180 * gdb.base/symlink-sourcefile.exp: New file.
3181
3182 2019-02-20 Tom Tromey <tom@tromey.com>
3183
3184 * gdb.base/info_qt.exp: Update.
3185
3186 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3187
3188 * gdb.base/source.exp: Move "error in sourced script" code to
3189 the end.
3190 * gdb.base/source-error.gdb: Move contents to
3191 source-error-1.gdb. Add new code to source source-error-1.gdb.
3192 * gdb.base/source-error-1.gdb: New file, from previous
3193 source-error.gdb.
3194
3195 2019-02-17 Tom Tromey <tom@tromey.com>
3196
3197 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3198 for macro styling.
3199 * gdb.base/style.c (SOME_MACRO): New macro.
3200
3201 2019-02-17 Tom Tromey <tom@tromey.com>
3202
3203 * gdb.base/style.exp: Add line-wrapping tests.
3204 * gdb.base/page.exp: Add test for quitting during pagination.
3205
3206 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3207
3208 * gdb.ada/big_packed_array: New testcase.
3209 * gdb.ada/homonym.exp: Fix incorrect expected output for
3210 "break <homonym__get_value>" test.
3211
3212 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3213
3214 PR breakpoints/21870
3215 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3216 and prepare_for_testing. Add comment.
3217 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3218 redundant cleanup call. Clean up comment.
3219
3220 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3221
3222 PR breakpoints/21870
3223 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3224 * gdb.arch/aarch64-dbreg-contents.c: New file.
3225
3226 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3227
3228 * gdb.ada/mi_ref_changeable: New testcase.
3229
3230 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3231
3232 * gdb.base/attach.exp: Add double attach test.
3233
3234 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3235
3236 * lib/gdb.exp (default_gdb_start): Don't match pagination
3237 prompt.
3238 (gdb_init): Set stty_init.
3239
3240 2019-01-27 Tom Tromey <tom@tromey.com>
3241
3242 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3243 skip_python_tests.
3244
3245 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3246
3247 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3248 New structure.
3249 (struct struct_static_02_02): Likewise.
3250 (struct struct_static_02_03): Likewise.
3251 (struct struct_static_02_04): Likewise.
3252 (struct struct_static_04_01): Likewise.
3253 (struct struct_static_04_02): Likewise.
3254 (struct struct_static_04_03): Likewise.
3255 (struct struct_static_04_04): Likewise.
3256 (struct struct_static_06_01): Likewise.
3257 (struct struct_static_06_02): Likewise.
3258 (struct struct_static_06_03): Likewise.
3259 (struct struct_static_06_04): Likewise.
3260 (cmp_struct_static_02_01): Likewise.
3261 (cmp_struct_static_02_02): Likewise.
3262 (cmp_struct_static_02_03): Likewise.
3263 (cmp_struct_static_02_04): Likewise.
3264 (cmp_struct_static_04_01): Likewise.
3265 (cmp_struct_static_04_02): Likewise.
3266 (cmp_struct_static_04_03): Likewise.
3267 (cmp_struct_static_04_04): Likewise.
3268 (cmp_struct_static_06_01): Likewise.
3269 (cmp_struct_static_06_02): Likewise.
3270 (cmp_struct_static_06_03): Likewise.
3271 (cmp_struct_static_06_04): Likewise.
3272 (call_all): Test new structs.
3273 * gdb.base/infcall-nested-structs.exp: Likewise.
3274
3275 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3276 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3277
3278 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3279 * gdb.base/stack-protector.c: New test.
3280 * gdb.base/stack-protector.exp: New file.
3281 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3282 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3283 option.
3284 (gdb_compile): Remove stack protector for GCC and prevent
3285 recursion.
3286
3287 2019-01-16 Keith Seitz <keiths@redhat.com>
3288
3289 PR gdb/23773
3290 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3291
3292 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3293
3294 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3295 aliases.
3296 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3297 tests.
3298 * gdb.arch/powerpc-vector-regs.c: New file.
3299 * gdb.arch/powerpc-vector-regs.exp: New file.
3300
3301 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3302
3303 * gdb.arch/altivec-regs.exp: Fix the list passed to
3304 gdb_expect_list when testing "info vector".
3305
3306 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3307
3308 * gdb.base/style.exp: Don't include path in testname.
3309
3310 2019-01-10 Keith Seitz <keiths@redhat.com>
3311
3312 PR gdb/23712
3313 PR symtab/23010
3314 * gdb.dwarf2/multidictionary.exp: New file.
3315
3316 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3317
3318 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3319 (test_gnuv3_style_demangling): ... this.
3320 (test_lucid_style_demangling): Remove.
3321 (test_arm_style_demangling): Remove.
3322 (test_hp_style_demangling): Remove.
3323 (do_tests): Remove calls to the above.
3324
3325 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3326
3327 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3328 case.
3329
3330 2019-01-06 Tom Tromey <tom@tromey.com>
3331
3332 PR gdb/28155:
3333 * gdb.dwarf2/typedef-void-finish.exp: New file.
3334
3335 2018-12-28 Tom Tromey <tom@tromey.com>
3336 Simon Marchi <simark@simark.ca>
3337
3338 * gdb.base/jit-exec.exp: New file.
3339 * gdb.base/jit-exec.c: New file.
3340 * gdb.base/jit-execd.c: New file.
3341
3342 2018-12-28 Tom Tromey <tom@tromey.com>
3343
3344 * gdb.base/style.exp: Update test to check for address styling.
3345
3346 2018-12-28 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3349 message.
3350
3351 2018-12-28 Tom Tromey <tom@tromey.com>
3352
3353 * gdb.base/style.exp: Add test for version number styling.
3354
3355 2018-12-28 Tom Tromey <tom@tromey.com>
3356
3357 * gdb.base/style.exp: Add test for print_address_symbolic.
3358
3359 2018-12-28 Tom Tromey <tom@tromey.com>
3360
3361 * gdb.base/style.exp: Add test for breakpoint setting.
3362
3363 2018-12-28 Tom Tromey <tom@tromey.com>
3364
3365 * gdb.base/style.exp: Add test for variable names.
3366
3367 2018-12-28 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.base/style.exp: New file.
3370 * gdb.base/style.c: New file.
3371
3372 2018-12-28 Tom Tromey <tom@tromey.com>
3373
3374 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3375 "dumb".
3376 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3377 the TERM environment variable.
3378
3379 2018-12-27 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3382 pagination test.
3383
3384 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3387 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3388
3389 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3390
3391 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3392 Filename a.adb changed to bp_fun_addr.adb.
3393 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3394
3395 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3396
3397 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3398 non-PIE executables.
3399 * README: Mention the gdb,nopie_flag board setting.
3400 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3401 non-PIE executable.
3402 * gdb.arch/amd64-entry-value.exp: Likewise.
3403 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3404 * gdb.arch/i386-float.exp: Likewise.
3405 * gdb.arch/i386-signal.exp: Likewise.
3406 * gdb.mi/mi-reg-undefined.exp: Likewise.
3407
3408 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3409
3410 PR gdb/23974
3411 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3412
3413 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3414
3415 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3416 Update order of results accordingly.
3417
3418 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.base/annota1.exp: Update a test regexp.
3421
3422 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3423
3424 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3425
3426 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3427
3428 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3429 (reuse_time): Initialize to REUSE_TIME_CAP.
3430 (check_rc): New function.
3431 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3432 Check pthread_create rc.
3433 (spawner_thread_func): Check pthread_create and pthread_join rc.
3434
3435 2018-12-08 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/list.exp (test_forward_search): Rename to ...
3438 (test_forward_reverse_search): ... this. Also test reverse-search
3439 and the forward-search alias.
3440
3441 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3444 local timeout variable before return, and remove all local timeout
3445 variable entirely.
3446 (gdb_load): Likewise.
3447
3448 2018-12-01 Tom de Vries <tdevries@suse.de>
3449
3450 * gdb.base/gdb-caching-proc.exp: New file.
3451
3452 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 * Makefile.in (TIMESTAMP): New variable.
3455 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3456 command.
3457 (check-single-racy): Likewise.
3458 (check/%.exp): Likewise.
3459 (check-racy/%.exp): Likewise.
3460 (workers/%.worker): Likewise.
3461 (build-perf): Likewise.
3462 (check-perf): Likewise.
3463 * README: Describe new "TS" and "TS_FORMAT" variables.
3464 * print-ts.py: New file.
3465
3466 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3467
3468 PR python/23714
3469 * gdb.python/python.exp: Test command repetition after
3470 gdb.execute.
3471
3472 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3473
3474 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3475 is correctly aligned.
3476
3477 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3478
3479 * gdb.ada/info_auto_lang.exp: New testcase.
3480 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3481 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3482 * gdb.ada/info_auto_lang/some_c.c: New file.
3483
3484 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3485
3486 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3487 FUNC_lang language syntax.
3488
3489 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3490
3491 * gdb.base/info_minsym.c: New file.
3492 * gdb.base/info_minsym.exp: New file.
3493
3494 2018-11-19 Tom Tromey <tom@tromey.com>
3495
3496 PR rust/23625:
3497 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3498 * gdb.rust/expr.exp: Update expected output. Change one test.
3499
3500 2018-11-19 Tom Tromey <tom@tromey.com>
3501
3502 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3503
3504 2018-11-19 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3507 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3508 see the expected warning.
3509
3510 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3511
3512 PR gdb/22736:
3513 * gdb.cp/infcall-nodebug-lib.c: New test.
3514 * gdb.cp/infcall-nodebug-main.c: New test.
3515 * gdb.cp/infcall-nodebug.exp: New file.
3516
3517 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3518
3519 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3520 completer tests.
3521
3522 2018-11-09 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.base/msym-lang.c: New test.
3525 * gdb.base/msym-lang.exp: New file.
3526 * gdb.base/msym-lang-main.c: New test.
3527
3528 2018-11-08 Tom Tromey <tom@tromey.com>
3529
3530 PR gdb/23555:
3531 PR gdb/23838:
3532 * gdb.base/warning.exp: New file.
3533
3534 2018-11-08 Jan Beulich <jbeulich@suse.com>
3535
3536 * testsuite/gdb.arch/i386-avx512.c,
3537 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3538
3539 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3540
3541 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3542 point hardware.
3543
3544 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3545
3546 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3547 * gdb.dwarf2/missing-type-name.exp: New file.
3548
3549 2018-11-06 Tom de Vries <tdevries@suse.de>
3550
3551 * gdb.base/many-headers.c: New test.
3552 * gdb.base/many-headers.exp: New file.
3553
3554 2018-11-06 Jim Wilson <jimw@sifive.com>
3555
3556 * gdb.base/code_elim.exp: For riscv, set additional_flags
3557 to include -msmall-data-limit=0.
3558
3559 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3560
3561 * gdb.ada/watch_minus_l: New testcase.
3562
3563 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3564
3565 * gdb.arch/aix-sighandle.c: New file.
3566 * gdb.arch/aix-sighandle.exp: New file.
3567
3568 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3571 registers being unions.
3572
3573 2018-10-31 Tom de Vries <tdevries@suse.de>
3574
3575 * lib/valgrind.exp: New file.
3576 (vgdb_start, vgdb_stop): New procs, factored out of ...
3577 * gdb.base/valgrind-bt.exp: ... here, ...
3578 * gdb.base/valgrind-disp-step.exp: ... here and ...
3579 * gdb.base/valgrind-infcall.exp: ... here.
3580
3581 2018-10-31 Tom de Vries <tdevries@suse.de>
3582
3583 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3584
3585 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3586
3587 * gdb.dwarf2/void-type.c: New file.
3588 * gdb.dwarf2/void-type.exp: New file.
3589
3590 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3591
3592 * gdb.base/info_qt.c: New file.
3593 * gdb.base/info_qt.exp: New file.
3594
3595 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3596
3597 * gdb.arch/powerpc-htm-regs.c: New file.
3598 * gdb.arch/powerpc-htm-regs.exp: New file.
3599
3600 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3601
3602 * gdb.arch/powerpc-tar.c: New file.
3603 * gdb.arch/powerpc-tar.exp: New file.
3604
3605 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3606
3607 * gdb.arch/powerpc-ppr-dscr.c: New file.
3608 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3609
3610 2018-10-25 Tom de Vries <tdevries@suse.de>
3611
3612 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3613
3614 2018-10-24 Tom de Vries <tdevries@suse.de>
3615
3616 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3617 longer exists error.
3618
3619 2018-10-24 Tom de Vries <tdevries@suse.de>
3620
3621 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3622
3623 2018-10-24 Tom de Vries <tdevries@suse.de>
3624
3625 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3626 --db-attach in valgrind.
3627
3628 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3629
3630 * gdb.arch/riscv-reg-aliases.c: New file.
3631 * gdb.arch/riscv-reg-aliases.exp: New file.
3632
3633 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3634
3635 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3636
3637 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3638
3639 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3640
3641 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3642
3643 * gdb.cp/ovldbreak.exp: Fix regexps.
3644
3645 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3646
3647 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3648
3649 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3650
3651 PR cli/23785
3652 * gdb.base/restore.exp: New test to check if "restore" with an
3653 invalid file doesn't segfault.
3654
3655 2018-10-18 Tom de Vries <tdevries@suse.de>
3656
3657 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3658 * gdb.ada/excep_handle.exp: Same.
3659 * gdb.ada/mi_string_access.exp: Same.
3660 * gdb.ada/mi_var_union.exp: Same.
3661 * gdb.arch/arc-analyze-prologue.exp: Same.
3662 * gdb.arch/arc-decode-insn.exp: Same.
3663 * gdb.base/readnever.exp: Same.
3664 * gdb.fortran/printing-types.exp: Same.
3665 * gdb.guile/scm-lazy-string.exp: Same.
3666
3667 2018-10-16 Tom de Vries <tdevries@suse.de>
3668
3669 PR gdb/23730
3670 * gdb.base/catch-follow-exec.c: Add copyright notice.
3671 * gdb.base/catch-follow-exec.exp: Rewrite to use
3672 gdb_spawn_with_cmdline_opts. Require gdb-native.
3673
3674 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3675
3676 * gdb.trace/actions-changed.exp: Check for arch support.
3677 * gdb.trace/actions.exp: Likewise.
3678 * gdb.trace/ax.exp: Likewise.
3679 * gdb.trace/backtrace.exp: Likewise.
3680 * gdb.trace/change-loc.exp: Likewise.
3681 * gdb.trace/deltrace.exp: Likewise.
3682 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3683 * gdb.trace/ftrace.exp: Likewise.
3684 * gdb.trace/infotrace.exp: Check for arch support.
3685 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3686 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3687 * gdb.trace/mi-tsv-changed.exp: Likewise.
3688 * gdb.trace/packetlen.exp: Likewise.
3689 * gdb.trace/passc-dyn.exp: Likewise.
3690 * gdb.trace/passcount.exp: Likewise.
3691 * gdb.trace/pending.exp: Likewise.
3692 * gdb.trace/range-stepping.exp: Check for shlib support.
3693 * gdb.trace/report.exp: Check for arch support.
3694 * gdb.trace/save-trace.exp: Likewise.
3695 * gdb.trace/signal.exp: Check for signal support.
3696 * gdb.trace/tfind.exp: Check for arch support.
3697 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3698 * gdb.trace/trace-common.h: Add comment.
3699 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3700 * gdb.trace/trace-enable-disable.exp: Likewise.
3701 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3702 * gdb.trace/tracecmd.exp: Check for arch support.
3703 * gdb.trace/tspeed.exp: Check for shlib and target support.
3704 * gdb.trace/tstatus.exp: Check for arch support.
3705 * gdb.trace/tsv.exp: Likewise.
3706 * gdb.trace/while-dyn.exp: Likewise.
3707 * gdb.trace/while-stepping.exp: Likewise.
3708 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3709
3710 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3711
3712 * gdb.trace/tspeed.exp: Remove nowarnings.
3713 (prepare_for_trace_test): Declare "global ipalib".
3714 * gdb.trace/tspeed.c: Include unistd.h.
3715 (main): Remove superfluous printf argument.
3716
3717 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3718
3719 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3720 directory prefix on the filename.
3721
3722 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3723
3724 * gdb.gdb/unittest.exp: Update expected message informing that
3725 selftests have been disabled.
3726 * gdb.server/unittest.exp: Likewise.
3727
3728 2018-10-09 Tom de Vries <tdevries@suse.de>
3729
3730 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3731 with runto_main.
3732
3733 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3734
3735 PR c++/16841
3736 * gdb.cp/virtbase2.cc: New file.
3737 * gdb.cp/virtbase2.exp: New file.
3738
3739 2018-10-06 Tom Tromey <tom@tromey.com>
3740
3741 PR python/19399:
3742 * gdb.python/py-inferior.exp: Add architecture test.
3743
3744 2018-10-06 Tom Tromey <tom@tromey.com>
3745
3746 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3747 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3748
3749 2018-10-06 Tom Tromey <tom@tromey.com>
3750
3751 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3752 of a "throw" catchpoint.
3753
3754 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3755
3756 * gdb.base/info-proc.exp: Update string expected from "help info
3757 proc".
3758
3759 2018-10-04 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3762 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3763 (test_initial_complaints, test_empty_complaints): Update.
3764 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3765
3766 2018-10-04 Tom Tromey <tom@tromey.com>
3767
3768 PR cli/19551:
3769 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3770 * lib/gdb.exp (gdb_file_cmd): Update.
3771 * gdb.stabs/weird.exp (print_weird_var): Update.
3772 * gdb.server/solib-list.exp: Update.
3773 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3774 * gdb.mi/mi-cli.exp: Update.
3775 * gdb.linespec/linespec.exp: Update.
3776 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3777 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3778 * gdb.cp/cp-relocate.exp: Update.
3779 * gdb.base/sym-file.exp: Update.
3780 * gdb.base/relocate.exp: Update.
3781 * gdb.base/readnever.exp: Update.
3782 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3783 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3784 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3785 * gdb.base/code_elim.exp: Update.
3786 * gdb.base/break-unload-file.exp (test_break): Update.
3787 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3788 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3789 Update.
3790 * gdb.base/attach.exp (do_attach_tests): Update.
3791 * gdb.base/sepdebug.exp: Update.
3792 * gdb.python/py-section-script.exp: Update.
3793
3794 2018-10-04 Tom Tromey <tom@tromey.com>
3795
3796 PR cli/22234:
3797 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3798 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3799 output.
3800
3801 2018-10-04 Tom Tromey <tom@tromey.com>
3802
3803 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3804 set width and height to 0.
3805 (test_command_line_attach_run): Use -quiet.
3806
3807 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3808
3809 * lib/gdb.exp (skip_ifunc_tests): New.
3810 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3811 other compile failures.
3812 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3813
3814 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3815
3816 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3817 is_amd64_regs_target.
3818
3819 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3820
3821 * gdb.arch/aarch64-sighandler-regs.c: New test.
3822 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3823 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3824
3825 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3826
3827 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3828 assembly.
3829
3830 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/frame-selection.exp: New file.
3833 * gdb.base/frame-selection.c: New file.
3834
3835 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3836
3837 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3838 pthread barrier.
3839 (main): Likewise.
3840
3841 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3842
3843 * gdb.base/large-frame-1.c: New file.
3844 * gdb.base/large-frame-2.c: New file.
3845 * gdb.base/large-frame.exp: New file.
3846 * gdb.base/large-frame.h: New file.
3847
3848 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3849
3850 PR gdb/20948
3851 * gdb.base/write_mem.exp: New test.
3852 * gdb.base/write_mem.c: Likewise.
3853
3854 2018-09-23 Tom Tromey <tom@tromey.com>
3855
3856 PR python/18852:
3857 * gdb.python/py-parameter.exp: Add test for parameter that throws
3858 on "set".
3859
3860 2018-09-23 Tom Tromey <tom@tromey.com>
3861
3862 PR python/17284:
3863 * gdb.python/py-template.exp (test_template_arg): Add test for
3864 negative template argument number.
3865
3866 2018-09-23 Tom Tromey <tom@tromey.com>
3867
3868 PR python/14062:
3869 * gdb.python/python.exp: Add test for post_event error.
3870
3871 2018-09-23 Tom Tromey <tom@tromey.com>
3872
3873 PR python/18170:
3874 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3875 convert pointers to int and long.
3876
3877 2018-09-23 Tom Tromey <tom@tromey.com>
3878
3879 PR python/20126:
3880 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3881 signed-ness conversion tests.
3882
3883 2018-09-23 Tom Tromey <tom@tromey.com>
3884
3885 PR python/18352;
3886 * gdb.python/py-value.exp (test_float_conversion): New proc.
3887 Use it.
3888
3889 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3890
3891 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3892
3893 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3894
3895 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3896 no readline.
3897 * gdb.base/utf8-identifiers.exp: Likewise.
3898 * gdb.cp/cpcompletion.exp: Likewise.
3899 * gdb.linespec/cpcompletion.exp: Likewise.
3900 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3901 * gdb.linespec/cpls-ops.exp: Likewise.
3902
3903 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3904 Chris January <chris.january@arm.com>
3905
3906 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3907 * gdb.fortran/short-circuit-argument-list.exp: New file.
3908 * gdb.fortran/short-circuit-argument-list.f90: New test.
3909
3910 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3911
3912 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3913 "arch=" keyword when executing "-stack-list-frames".
3914
3915 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3916
3917 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3918 "arch=" keyword when executing "-stack-list-frames".
3919
3920 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3921
3922 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3923 break ada".
3924
3925 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3926
3927 PR python/23669
3928 * gdb.python/python.exp: Test gdb.execute("show commands").
3929
3930 2018-09-16 Tom Tromey <tom@tromey.com>
3931
3932 * gdb.base/new-ui.exp (do_execution_tests): Update.
3933 * gdb.base/dbx.exp (test_breakpoints): Update.
3934
3935 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3936
3937 * lib/gdb.exp (gdb_simple_compile): Add proc.
3938 (is_elf_target): Use gdb_simple_compile.
3939 (skip_altivec_tests): Likewise.
3940 (skip_vsx_tests): Likewise.
3941 (skip_tsx_tests): Likewise.
3942 (skip_btrace_tests): Likewise.
3943 (skip_btrace_pt_tests): Likewise.
3944 (gdb_can_simple_compile): Likewise.
3945 (gdb_has_argv0): Likewise.
3946 (gdb_target_symbol_prefix): Likewise.
3947 (target_supports_scheduler_locking): Likewise.
3948
3949 2018-09-13 Tom Tromey <tom@tromey.com>
3950
3951 * Makefile.in (TAGS): Recognize proc_with_prefix and
3952 gdb_caching_proc.
3953
3954 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3955
3956 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3957 method.
3958
3959 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3960
3961 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3962 and a few other Inferior properties when the Inferior is no
3963 longer valid.
3964
3965 2018-09-13 Tom Tromey <tom@tromey.com>
3966
3967 PR rust/23650:
3968 * gdb.rust/simple.exp: Add test for enum field access error.
3969
3970 2018-09-13 Tom Tromey <tom@tromey.com>
3971
3972 PR rust/23626:
3973 * gdb.rust/simple.rs (EmptyEnum): New type.
3974 (main): Use it.
3975 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3976
3977 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3978
3979 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3980 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3981 * gdb.python/py-symtab.exp: Update test printing an objfile.
3982
3983 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3984
3985 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3986 object.
3987
3988 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3989
3990 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3991 (support_complex_tests): Use gdb_can_simple_compile.
3992 (is_ilp32_target): Likewise.
3993 (is_lp64_target): Likewise.
3994 (is_64_target): Likewise.
3995 (is_amd64_regs_target): Likewise.
3996 (is_aarch32_target): Likewise.
3997 (gdb_int128_helper): Likewise.
3998
3999 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4002
4003 2018-09-10 Jerome Guitton <guitton@adacore.com>
4004
4005 * gdb.ada/same_component_name: Add test for case of tagged record
4006 with variable-length fields.
4007
4008 2018-09-10 Xavier Roirand <roirand@adacore.com>
4009
4010 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4011 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4012 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4013 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4014
4015 2018-09-10 Xavier Roirand <roirand@adacore.com>
4016
4017 * gdb.ada/mi_string_access.exp: New testcase.
4018 * gdb.ada/mi_string_access/bar.adb: New file.
4019 * gdb.ada/mi_string_access/pck.adb: New file.
4020 * gdb.ada/mi_string_access/pck.asd: New file.
4021
4022 2018-09-10 Xavier Roirand <roirand@adacore.com>
4023
4024 * gdb.ada/mi_var_union.exp: New testcase.
4025 * gdb.ada/mi_var_union/bar.adb: New file.
4026 * gdb.ada/mi_var_union/pck.adb: New file.
4027 * gdb.ada/mi_var_union/pck.asd: New file.
4028
4029 2018-09-08 Tom Tromey <tom@tromey.com>
4030
4031 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4032
4033 2018-09-08 Tom Tromey <tom@tromey.com>
4034
4035 PR python/16047:
4036 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4037 (register_pretty_printers): Register new printer.
4038 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4039 test.
4040 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4041 (an_int_type3): New global.
4042
4043 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4044
4045 * gdb.ada/expr_with_funcall: New testcase.
4046
4047 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4048
4049 * gdb.ada/packed_array_assign: New testcase.
4050
4051 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4054 names, and add test prefixes to make test names unique.
4055
4056 2018-09-05 Tom de Vries <tdevries@suse.de>
4057
4058 * gdb.dwarf2/varval.exp: Add test.
4059
4060 2018-09-04 Gary Benson <gbenson@redhat.com>
4061
4062 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4063 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4064
4065 2018-08-31 Tom Tromey <tom@tromey.com>
4066
4067 * gdb.rust/simple.rs: Rename second variable "v".
4068
4069 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4070
4071 * gdb.base/funcargs.c (use_a): New function.
4072 (recurse): Call use_a.
4073
4074 2018-08-29 Keith Seitz <keiths@redhat.com>
4075
4076 * gdb.compile/compile-cplus-anonymous.cc: New file.
4077 * gdb.compile/compile-cplus-anonymous.exp: New file.
4078 * gdb.compile/compile-cplus-array-decay.cc: New file.
4079 * gdb.compile/compile-cplus-array-decay.exp: New file.
4080 * gdb.compile/compile-cplus-inherit.cc: New file.
4081 * gdb.compile/compile-cplus-inherit.exp: New file.
4082 * gdb.compile/compile-cplus-member.cc: New file.
4083 * gdb.compile/compile-cplus-member.exp: New file.
4084 * gdb.compile/compile-cplus-method.cc: New file.
4085 * gdb.compile/compile-cplus-method.exp: New file.
4086 * gdb.compile/compile-cplus-mod.c: "New" file.
4087 * gdb.compile/compile-cplus-namespace.cc: New file.
4088 * gdb.compile/compile-cplus-namespace.exp: New file.
4089 * gdb.compile/compile-cplus-nested.cc: New file.
4090 * gdb.compile/compile-cplus-nested.exp: New file.
4091 * gdb.compile/compile-cplus-print.c: "New" file.
4092 * gdb.compile/compile-cplus-print.exp: "New" file.
4093 * gdb.compile/compile-cplus-virtual.cc: New file.
4094 * gdb.compile/compile-cplus-virtual.exp: New file.
4095 * gdb.compile/compile-cplus.c: "New" file.
4096 * gdb.compile/compile-cplus.exp: "New" file.
4097 * lib/compile-support.exp: New file.
4098
4099 2018-08-16 Gary Benson <gbenson@redhat.com>
4100
4101 PR gdb/13000:
4102 * gdb.base/batch-exit-status.exp: New file.
4103 * gdb.base/batch-exit-status.good-commands: Likewise.
4104 * gdb.base/batch-exit-status.bad-commands: Likewise.
4105
4106 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4107
4108 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4109 (struct struct02): Likewise.
4110 (struct struct03): Likewise.
4111 (struct struct04): Likewise.
4112 (struct struct_01_01): New struct.
4113 (struct struct_01_02): Likewise.
4114 (struct struct_01_03): Likewise.
4115 (struct struct_01_04): Likewise.
4116 (struct struct_02_01): Likewise.
4117 (struct struct_02_02): Likewise.
4118 (struct struct_02_03): Likewise.
4119 (struct struct_02_04): Likewise.
4120 (struct struct_04_01): Likewise.
4121 (struct struct_04_02): Likewise.
4122 (struct struct_04_03): Likewise.
4123 (struct struct_04_04): Likewise.
4124 (struct struct_05_01): Likewise.
4125 (struct struct_05_02): Likewise.
4126 (struct struct_05_03): Likewise.
4127 (struct struct_05_04): Likewise.
4128 (cmp_struct01): Remove function.
4129 (cmp_struct02): Likewise.
4130 (cmp_struct03): Likewise.
4131 (cmp_struct04): Likewise.
4132 (cmp_struct_01_01): Add Function.
4133 (cmp_struct_01_02): Likewise.
4134 (cmp_struct_01_03): Likewise.
4135 (cmp_struct_01_04): Likewise.
4136 (cmp_struct_02_01): Likewise.
4137 (cmp_struct_02_02): Likewise.
4138 (cmp_struct_02_03): Likewise.
4139 (cmp_struct_02_04): Likewise.
4140 (cmp_struct_04_01): Likewise.
4141 (cmp_struct_04_02): Likewise.
4142 (cmp_struct_04_03): Likewise.
4143 (cmp_struct_04_04): Likewise.
4144 (cmp_struct_05_01): Likewise.
4145 (cmp_struct_05_02): Likewise.
4146 (cmp_struct_05_03): Likewise.
4147 (cmp_struct_05_04): Likewise.
4148 (call_all): Add new structs.
4149 * gdb.base/infcall-nested-structs.exp: Likewise.
4150
4151 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4152
4153 * gdb.python/py-framefilter-mi.exp: Update regexp to
4154 check for "arch" field in frame output.
4155
4156 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4157
4158 * gdb.dwarf2/dw2-ranges-func.c: New file.
4159 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4160
4161 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4162
4163 * gdb.base/term.exp: Compare terminal settings with values from
4164 the inferior.
4165 * gdb.base/term.c: Get and set terminal settings.
4166
4167 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4168
4169 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4170 accommodate new "arch" field in frame output.
4171 * gdb.mi/mi-return.exp: Likewise.
4172 * gdb.mi/mi-stack.exp: Likewise.
4173 * gdb.mi/mi-syn-frame.exp: Likewise.
4174 * gdb.mi/user-selected-context-sync.exp: Likewise.
4175
4176 2018-08-19 Michael Spang <spang@google.com>
4177
4178 PR gdb/11786
4179 * gdb.base/gcore-tls-pie.c: New file.
4180 * gdb.base/gcore-tls-pie.exp: New file.
4181
4182 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4183
4184 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4185 * gdb.dwarf2/varval.c: New file.
4186 * gdb.dwarf2/varval.exp: New file.
4187
4188 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4189
4190 PR gdb/18931
4191 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4192
4193 2018-08-16 Keith Seitz <keiths@redhat.com>
4194
4195 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4196 tests expected to pass.
4197
4198 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4199
4200 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4201 -data-disassemble -a.
4202 (test_disassembly_bogus_args): Likewise.
4203
4204 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4207
4208 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.base/vla-optimized-out.exp: Add new test.
4211
4212 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.base/vla-optimized-out-o3.exp: Delete.
4215 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4216 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4217 deleted tests.
4218
4219 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4220
4221 PR gdb/18050:
4222 * gdb.server/extended-remote-restart.c: New file.
4223 * gdb.server/extended-remote-restart.exp: New file.
4224
4225 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4226
4227 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4228 "set variable index = 42".
4229
4230 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * boards/index-cache-gdb.exp: New file.
4233 * gdb.dwarf2/index-cache.exp: New file.
4234 * gdb.dwarf2/index-cache.c: New file.
4235 * gdb.base/maint.exp: Check if we are using the index cache.
4236
4237 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4238
4239 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4240 MAKEFLAGS.
4241
4242 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4243
4244 * dg-extract-results.sh: Move to toplevel contrib.
4245 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4246 * Makefile.in (check-parallel-racy): Likewise.
4247
4248 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4249
4250 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4251 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4252 tests if the target supports scheduler locking.
4253
4254 2018-08-04 Tom de Vries <tdevries@suse.de>
4255
4256 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4257
4258 2018-08-02 Tom Tromey <tom@tromey.com>
4259
4260 PR symtab/16842.
4261 * gdb.cp/temargs.exp: Test "info address" of a template
4262 parameter.
4263
4264 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4265
4266 * gdb.python/py-mi-var-info-path-expression.c: New file.
4267 * gdb.python/py-mi-var-info-path-expression.py: New file.
4268 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4269
4270 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4271
4272 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4273 error after "cannot resolve name" string.
4274
4275 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4278 started.
4279 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4280
4281 2018-07-28 Tom de Vries <tdevries@suse.de>
4282
4283 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4284
4285 2018-07-26 Tom de Vries <tdevries@suse.de>
4286
4287 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4288
4289 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4292 is visible.
4293
4294 2018-07-26 Tom de Vries <tdevries@suse.de>
4295
4296 PR breakpoints/23366
4297 * gdb.base/catch-follow-exec.c: New test.
4298 * gdb.base/catch-follow-exec.exp: New file.
4299
4300 2018-07-25 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4303 vla-optimized-out.c.
4304
4305 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4306
4307 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4308 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4309
4310 2018-07-20 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4313 NOCLONE macro.
4314 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4315
4316 2018-07-19 Tom de Vries <tdevries@suse.de>
4317
4318 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4319 regular expression.
4320
4321 2018-07-18 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.base/vla-optimized-out.c: New test.
4324 * gdb.base/vla-optimized-out.exp: New file.
4325
4326 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4327
4328 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4329 message "No address associated with hostname" when gdbserver
4330 cannot resolve the hostname.
4331
4332 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4333
4334 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4335 Add some test prefixes to make tests unique.
4336
4337 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4338
4339 * gdb.base/frameapply.c: New file.
4340 * gdb.base/frameapply.exp: New file.
4341
4342 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4343
4344 * gdb.base/skip.exp: Update expected error message.
4345
4346 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4347 Jan Kratochvil <jan.kratochvil@redhat.com>
4348 Paul Fertser <fercerpav@gmail.com>
4349 Tsutomu Seki <sekiriki@gmail.com>
4350
4351 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4352 parameter.
4353 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4354 by default.
4355 * boards/native-gdbserver.exp: Likewise.
4356 * gdb.server/run-without-local-binary.exp: Improve regexp used
4357 for detecting when a remote debugging connection succeeds.
4358 * gdb.server/server-connect.exp: New file.
4359 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4360 Do not prefix the port number with ":".
4361 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4362 support for detecting and using it. Add '$debughost_gdbserver'
4363 to the list of arguments used to start gdbserver. Handle case
4364 when gdbserver cannot resolve a network name.
4365
4366 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4367
4368 PR c++/23373
4369 * gdb.base/ptype-offsets.cc (struct static_member): New
4370 struct.
4371 (main) <stmember>: New variable.
4372 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4373 with a static member in it.
4374
4375 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4378 watchpoints enabled and disabled.
4379
4380 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * gdb.base/examine-backward.exp: Still run tests around address
4383 0x0, even if address 0x0 is not readable. Update the pattern for
4384 matching address 0x0 in expected output.
4385
4386 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4387
4388 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4389 malloc/free.
4390
4391 2018-07-04 Tom de Vries <tdevries@suse.de>
4392
4393 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4394
4395 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4396
4397 PR tdep/8282
4398 * gdb.arch/mips-disassembler-options.exp: New test.
4399 * gdb.arch/mips-disassembler-options.s: New test source.
4400
4401 2018-06-29 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.threads/names.exp: Adjust expected "info threads" output.
4404
4405 2018-06-29 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.opt/inline-break.exp (line number, address): Add "info
4408 break" tests.
4409
4410 2018-06-29 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4413 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4414 number and address and running to them.
4415
4416 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4417
4418 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4419
4420 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * lib/compiler.c: Remove executable permission flag.
4423
4424 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4425
4426 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4427 code.
4428 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4429
4430 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4431
4432 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4433
4434 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4435
4436 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4437 address argument is omitted.
4438
4439 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4440
4441 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4442
4443 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4444
4445 PR gdb/21695
4446 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4447 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4448
4449 2018-06-26 Tom Tromey <tom@tromey.com>
4450
4451 PR rust/22574:
4452 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4453 * gdb.rust/simple.rs (struct SimpleLayout): New.
4454
4455 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4456
4457 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4458 "info registers" output.
4459
4460 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4461
4462 * gdb.base/watchpoint-hw-attach.c: New test.
4463 * gdb.base/watchpoint-hw-attach.exp: New file.
4464
4465 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4466
4467 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4468 through /bin/sh.
4469 * boards/dwarf4-gdb-index.exp: Likewise.
4470 * boards/fission-dwp.exp: Likewise.
4471
4472 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4473
4474 * gdb.base/float128.exp: Add comment and improved fail message
4475 to the failure case of "print large128" test.
4476
4477 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * configure.ac: Remove AC_PREREQ.
4480 * configure: Re-generate.
4481
4482 2018-06-19 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4485 (func_extern_caller): New.
4486 (main): Call func_extern_caller.
4487 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4488 logic change.
4489
4490 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4491
4492 PR gdb/16841
4493 * gdb.cp/typedef-base.cc: New file.
4494 * gdb.cp/typedef-base.exp: New file.
4495
4496 2018-06-18 Tom de Vries <tdevries@suse.de>
4497
4498 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4499
4500 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4501 Richard Bunt <Richard.Bunt@arm.com>
4502
4503 * gdb.threads/attach-slow-waitpid.c: New file.
4504 * gdb.threads/attach-slow-waitpid.exp: New file.
4505 * gdb.threads/slow-waitpid.c: New file.
4506
4507 2018-06-14 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.base/fork-running-state.c: Include <errno.h>.
4510 (exit_if_relative_exits): New.
4511 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4512 exits.
4513 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4514 child exits.
4515
4516 2018-06-14 Tom de Vries <tdevries@suse.de>
4517
4518 PR cli/22573
4519 * gdb.base/finish-pretty.c: New test.
4520 * gdb.base/finish-pretty.exp: New file.
4521
4522 2018-06-14 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4525 gdb's expected startup output.
4526
4527 2018-06-14 Pedro Alves <palves@redhat.com>
4528
4529 * lib/selftest-support.exp (selftest_setup): Remove inlined
4530 function handling.
4531
4532 2018-06-14 Tom de Vries <tdevries@suse.de>
4533
4534 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4535 matching of breakpoint printing.
4536
4537 2018-06-13 Tom de Vries <tdevries@suse.de>
4538
4539 PR testsuite/23269
4540 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4541 (fork_child): ... here, and ...
4542 (fork_parent): ... here.
4543
4544 2018-06-12 Tom de Vries <tdevries@suse.de>
4545
4546 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4547
4548 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4549 Stephen Roberts <stephen.roberts@arm.com>
4550
4551 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4552 rewrite test to describe action performed, rather than possible
4553 failure.
4554
4555 2018-06-08 Gary Benson <gbenson@redhat.com>
4556
4557 * gdb.threads/check-libthread-db.exp: New file.
4558 * gdb.threads/check-libthread-db.c: Likewise.
4559
4560 2018-06-05 Tom Tromey <tom@tromey.com>
4561
4562 * gdb.base/default.exp: Update expected "show version" output.
4563
4564 2018-06-05 Tom Tromey <tom@tromey.com>
4565
4566 PR cli/12326:
4567 * gdb.cp/static-print-quit.exp: Update.
4568 * lib/gdb.exp (pagination_prompt): Update.
4569 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4570 * gdb.python/python.exp: Update.
4571
4572 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4575
4576 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4577
4578 * gdb.ada/bp_fun_addr: New testcase.
4579
4580 2018-06-01 Tom Tromey <tom@tromey.com>
4581
4582 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4583 results.
4584 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4585 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4586 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4587 * gdb.base/maint.exp (maint_pass_if): Update.
4588
4589 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4590
4591 * gdb.base/endian.exp: New test.
4592 * gdb.base/endian.c: New test source.
4593
4594 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 PR gdb/23203
4597 * gdb.base/bt-selected-frame.c: New file.
4598 * gdb.base/bt-selected-frame.exp: New file.
4599 * lib/gdb.exp (get_current_frame_number): New function.
4600
4601 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4602 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.threads/tls-core.c: Include <stdlib.h>
4605 (thread_proc): Call `abort'.
4606 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4607 (tls_core_test): New procedure, bits factored out from ...
4608 (top level): ... here. Test both native cores and gcore cores.
4609
4610 2018-05-23 Tom Tromey <tom@tromey.com>
4611
4612 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4613
4614 2018-05-23 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4617 symfile_complaints.
4618 (test_short_complaints): Likewise.
4619 (test_empty_complaints): Likewise.
4620 (test_initial_complaints): Update.
4621
4622 2018-05-23 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4625
4626 2018-05-23 Tom Tromey <tom@tromey.com>
4627
4628 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4629 (test_short_complaints): Update.
4630
4631 2018-05-22 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.base/remote.exp: Only gdb_start after compiling the
4634 testcase. Issue "disconnect" before testing "set remote" command
4635 defaults. Issue clean_restart before running to main.
4636
4637 2018-05-22 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/remote.exp: Adjust expected output of "show remote
4640 memory-write-packet-size". Add tests for "set remote
4641 memory-write-packet-size 0" and "set remote
4642 memory-write-packet-size fixed/limit".
4643
4644 2018-05-22 Pedro Alves <palves@redhat.com>
4645
4646 PR gdb/22973
4647 * gdb.base/utf8-identifiers.c: New file.
4648 * gdb.base/utf8-identifiers.exp: New file.
4649
4650 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4651
4652 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4653
4654 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4655
4656 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4657
4658 2018-05-18 Tom Tromey <tom@tromey.com>
4659
4660 * gdb.base/ptype-offsets.exp: Update.
4661
4662 2018-05-17 Keith Seitz <keiths@redhat.com>
4663
4664 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4665 in expected breakpoint stop locations.
4666 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4667 move to proper scope to test variable values.
4668 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4669 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4670 New functions.
4671 (main): Call not_inline_func3.
4672 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4673 inline_func1, inline_func2, and inline_func3. Test that when each
4674 breakpoint is hit, GDB properly reports both the stop location
4675 and the backtrace. Repeat tests for temporary breakpoints.
4676
4677 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4678
4679 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4680 rather then trying to access it in determining whether the PID
4681 of `gdbserver' could have been retrieved.
4682
4683 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 * gdb.arch/amd64-init-x87-values.S: New file.
4686 * gdb.arch/amd64-init-x87-values.exp: New file.
4687
4688 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4691
4692 2018-05-04 Tom Tromey <tom@tromey.com>
4693
4694 PR python/22730:
4695 * gdb.python/python.exp: Test multi-line execute.
4696
4697 2018-05-04 Tom Tromey <tom@tromey.com>
4698
4699 PR python/22731:
4700 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4701
4702 2018-05-04 Tom Tromey <tom@tromey.com>
4703
4704 PR gdb/11750:
4705 * gdb.base/define.exp: Test defining a user command inside a user
4706 command.
4707 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4708
4709 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4710 Pedro Alves <palves@redhat.com>
4711
4712 PR breakpoints/19806 and support for PR external/20207.
4713 * gdb.base/watchpoint-unaligned.c: New file.
4714 * gdb.base/watchpoint-unaligned.exp: New file.
4715
4716 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4717
4718 * gdb.base/maint.exp: Make test names unique, use
4719 test_prefix_command_help to test 'help maint info', and remove
4720 repeated test of 'help maint'.
4721
4722 2018-05-04 Tom Tromey <tom@tromey.com>
4723
4724 PR gdb/22619:
4725 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4726 behavior.
4727
4728 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * gdb.base/maint.exp: Process output from 'maint print registers'
4731 line at a time.
4732
4733 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4734
4735 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4736 timeout.
4737
4738 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4739
4740 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4741 filter pattern.
4742
4743 2018-05-02 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4746 to_log_command renames.
4747 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4748
4749 2018-05-02 Tom Tromey <tom@tromey.com>
4750
4751 * gdb.python/py-parameter.exp: Set test message.
4752
4753 2018-05-02 Tom Tromey <tom@tromey.com>
4754
4755 PR python/20084:
4756 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4757 PARAM_ZUINTEGER_UNLIMITED tests.
4758
4759 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4760
4761 PR rust/23124
4762 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4763 when casting.
4764
4765 2018-04-30 Tom Tromey <tom@tromey.com>
4766
4767 * gdb.python/py-type.exp: Check align attribute.
4768 * gdb.python/py-type.c: New "aligncheck" global.
4769
4770 2018-04-30 Tom Tromey <tom@tromey.com>
4771
4772 PR exp/17095:
4773 * gdb.dwarf2/dw2-align.exp: New file.
4774 * gdb.cp/align.exp: New file.
4775 * gdb.base/align.exp: New file.
4776 * lib/gdb.exp (gdb_int128_helper): New proc.
4777 (has_int128_c, has_int128_cxx): New caching procs.
4778
4779 2018-04-27 Tom Tromey <tom@tromey.com>
4780
4781 PR rust/22545:
4782 * gdb.rust/simple.exp: Add inclusive range tests.
4783
4784 2018-04-26 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4787 ifunc breakpoint locations correctly of ifunc breakpoints set
4788 while the program resolves the ifunc.
4789
4790 2018-04-26 Pedro Alves <palves@redhat.com>
4791
4792 * gdb.base/gnu-ifunc-final.c: New file.
4793 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4794 * gdb.base/gnu-ifunc.exp (executable): Delete.
4795 (staticexecutable): Adjust.
4796 (lib_opts, exec_opts): Delete.
4797 (make_binsuffix, build, set-break): New procedures.
4798 (misc_tests): New, with tests factored out from the top level.
4799 (top level): Test different combinations of ifunc resolver name,
4800 resolver with and with debug info, and ifunc target with and
4801 without debug info. Wrap static tests with with_target_prefix.
4802
4803 2018-04-26 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4806 return type" warnings.
4807
4808 2018-04-25 Pedro Alves <palves@redhat.com>
4809
4810 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4811 killed".
4812 * gdb.base/kill-after-signal.exp: Likewise.
4813 * gdb.threads/kill.exp: Likewise.
4814
4815 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4816 Sergio Durigan Junior <sergiodj@redhat.com>
4817 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4820 regexps to expect for '[Inferior ... detached]' as well.
4821 * gdb.base/attach.exp: Likewise.
4822 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4823 "gdb_continue_to_end".
4824 (test_catch_syscall_with_wrong_args): Likewise.
4825 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4826 ']'. Don't set 'verbose' on.
4827 * gdb.base/foll-vfork.exp: Likewise.
4828 * gdb.base/fork-print-inferior-events.c: New file.
4829 * gdb.base/fork-print-inferior-events.exp: New file.
4830 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4831 '[Inferior ... has been killed]' message.
4832 * gdb.base/kill-after-signal.exp: Likewise.
4833 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4834 detach message.
4835 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4836 message.
4837 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4838 regexps to expect for '[Inferior ... detached]' as well.
4839 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4840
4841 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4842
4843 PR gdb/23104
4844 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4845
4846 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4847
4848 PR gdb/23095
4849 * gdb.base/break-probes.exp: Pass shlib_load to
4850 prepare_for_testing. Set normal_bp to r_debug_state if target is
4851 bsd.
4852
4853 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4854
4855 * gdb.threads/multiple-successive-infcall.c: New test.
4856 * gdb.threads/multiple-successive-infcall.exp: New file.
4857
4858 2018-04-17 Tom Tromey <tom@tromey.com>
4859
4860 * gdb.rust/simple.rs (Union): New type.
4861 (main): New local "u".
4862 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4863
4864 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4865
4866 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4867 number information in output of "whereis" command.
4868 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4869
4870 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4871
4872 * gdb.ada/info_types.exp: Adjust expected output to the line
4873 numbers now printed by "info var/func/type".
4874 * gdb.base/completion.exp: Likewise.
4875 * gdb.base/included.exp: Likewise.
4876 * gdb.cp/cp-relocate.exp: Likewise.
4877 * gdb.cp/cplusfuncs.exp: Likewise.
4878 * gdb.cp/namespace.exp: Likewise.
4879 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4880
4881 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4882
4883 * gdb.btrace/cpu.exp: New.
4884
4885 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4886
4887 * gdb.base/step-indirect-call-thunk.exp: New.
4888 * gdb.base/step-indirect-call-thunk.c: New.
4889 * gdb.reverse/step-indirect-call-thunk.exp: New.
4890 * gdb.reverse/step-indirect-call-thunk.c: New.
4891
4892 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4893
4894 * gdb.base/pie-fork.c: New file.
4895 * gdb.base/pie-fork.exp: New file.
4896
4897 2018-04-11 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4900
4901 2018-04-10 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4904 exits. Instead loop running forever.
4905 (fork_parent): Run forever too.
4906
4907 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4908
4909 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4910 mi_continue_to_line.
4911 * gdb.mi/mi-stack.c (callee4): Add comment.
4912
4913 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4914
4915 * gdb.mi/mi-stack.exp: Fix indentation.
4916
4917 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4918
4919 PR gdb/22979
4920 * gdb.arch/amd64-osabi.exp: New file.
4921
4922 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4923
4924 PR gdb/22980
4925 * gdb.base/osabi.exp: New file.
4926
4927 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4928
4929 * gdb.cp/static-typedef-print.exp: New file.
4930 * gdb.cp/static-typedef-print.cc: New file.
4931
4932 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4933
4934 * gdb.ada/varsize_limit: New testcase.
4935
4936 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4937
4938 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4939
4940 * gdb.ada/notcplusplus: New testcase.
4941
4942 * gdb.base/c-linkage-name.c: New file.
4943 * gdb.base/c-linkage-name.exp: New testcase.
4944
4945 2018-03-26 Tom Tromey <tom@tromey.com>
4946
4947 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4948 * gdb.python/py-framefilter.py (name_error): New global.
4949 (ErrorInName.function): Use name_error.
4950
4951 2018-03-26 Tom Tromey <tom@tromey.com>
4952
4953 PR backtrace/15582:
4954 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4955
4956 2018-03-23 Keith Seitz <keiths@redhat.com>
4957
4958 PR c++/22968
4959 * gdb.cp/subtypes.exp: New file.
4960 * gdb.cp/subtypes.h: New file.
4961 * gdb.cp/subtypes.cc: New file.
4962 * gdb.cp/subtypes-2.cc: New file.
4963
4964 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4965
4966 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4967 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4968 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4969 -nostartfiles when compiling the test. Confirm that all registers
4970 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4971
4972 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4975 option, syntax was wrong anyway.
4976 * gdb.arch/arm-disp-step.exp: Likewise.
4977 * gdb.arch/sparc64-regs.exp: Likewise.
4978 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4979 option, syntax was wrong anyway, switch to use
4980 prepare_for_testing.
4981 * gdb.arch/i386-disp-step.exp: Likewise.
4982
4983 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4984
4985 * gdb.ada/exec_changed.exp: Replace "target_info exists
4986 use_gdb_stub" by "use_gdb_stub".
4987 * gdb.ada/start.exp: Likewise.
4988 * gdb.base/async-shell.exp: Likewise.
4989 * gdb.base/attach-pie-misread.exp: Likewise.
4990 * gdb.base/attach-wait-input.exp: Likewise.
4991 * gdb.base/break-entry.exp: Likewise.
4992 * gdb.base/break-interp.exp: Likewise.
4993 * gdb.base/dprintf-detach.exp: Likewise.
4994 * gdb.base/nostdlib.exp: Likewise.
4995 * gdb.base/solib-nodir.exp: Likewise.
4996 * gdb.base/statistics.exp: Likewise.
4997 * gdb.base/testenv.exp: Likewise.
4998 * gdb.mi/mi-exec-run.exp: Likewise.
4999 * gdb.mi/mi-start.exp: Likewise.
5000 * gdb.multi/dummy-frame-restore.exp: Likewise.
5001 * gdb.multi/multi-arch-exec.exp: Likewise.
5002 * gdb.multi/multi-arch.exp: Likewise.
5003 * gdb.multi/tids.exp: Likewise.
5004 * gdb.multi/watchpoint-multi.exp: Likewise.
5005 * gdb.python/py-events.exp: Likewise.
5006 * gdb.threads/attach-into-signal.exp: Likewise.
5007 * gdb.threads/attach-stopped.exp: Likewise.
5008 * gdb.threads/threadapply.exp: Likewise.
5009 * lib/selftest-support.exp: Likewise.
5010
5011 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5012
5013 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5014
5015 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5016
5017 * gdb.perf/template-breakpoints.cc: New file.
5018 * gdb.perf/template-breakpoints.exp: New file.
5019 * gdb.perf/template-breakpoints.py: New file.
5020
5021 2018-03-19 Tom Tromey <tom@tromey.com>
5022
5023 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5024 y0.
5025 * gdb.rust/simple.exp: Test bare identifier form of struct
5026 initializer.
5027
5028 2018-03-19 Tom Tromey <tom@tromey.com>
5029
5030 * gdb.gdb/observer.exp: Remove.
5031
5032 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5035 "qualified" option when setting breakpoints.
5036 * gdb.trace/backtrace.exp: Likewise.
5037 * gdb.trace/circ.exp: Likewise.
5038 * gdb.trace/collection.exp: Likewise.
5039 * gdb.trace/disconnected-tracing.exp: Likewise.
5040 * gdb.trace/ftrace-lock.exp: Likewise.
5041 * gdb.trace/ftrace.exp: Likewise.
5042 * gdb.trace/infotrace.exp: Likewise.
5043 * gdb.trace/packetlen.exp: Likewise.
5044 * gdb.trace/passc-dyn.exp: Likewise.
5045 * gdb.trace/qtro.exp: Likewise.
5046 * gdb.trace/read-memory.exp: Likewise.
5047 * gdb.trace/report.exp: Likewise.
5048 * gdb.trace/signal.exp: Likewise.
5049 * gdb.trace/status-stop.exp: Likewise.
5050 * gdb.trace/strace.exp: Likewise.
5051 * gdb.trace/tfind.exp: Likewise.
5052 * gdb.trace/trace-break.exp: Likewise.
5053 * gdb.trace/trace-condition.exp: Likewise.
5054 * gdb.trace/trace-mt.exp: Likewise.
5055 * gdb.trace/tstatus.exp: Likewise.
5056 * gdb.trace/tsv.exp: Likewise.
5057 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5058 * gdb.trace/unavailable.exp: Likewise.
5059 * gdb.trace/while-dyn.exp: Likewise.
5060
5061 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5064 that libinproctrace is copied to the target.
5065
5066 2018-03-14 Tom Tromey <tom@tromey.com>
5067
5068 PR cli/14977:
5069 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5070 a null pointer.
5071 * gdb.base/wchar.exp: Likewise.
5072
5073 2018-03-14 Tom Tromey <tom@tromey.com>
5074
5075 PR cli/19918:
5076 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5077 flag.
5078
5079 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 PR gdb/22841
5082 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5083 "target" to remote_exec.
5084
5085 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5086
5087 PR gdb/22841
5088 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5089 ${board}_upload): Remove.
5090
5091 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5092
5093 * gdb.cp/watch-cp.cc: New test.
5094 * gdb.cp/watch-cp.exp: New file.
5095
5096 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5097
5098 * gdb.base/infcall-nested-structs.exp: New file.
5099 * gdb.base/infcall-nested-structs.c: New file.
5100 * gdb.base/float.exp: Add riscv support.
5101
5102 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5103
5104 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5105 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5106
5107 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5108
5109 * gdb.server/abspath.exp: New file.
5110 * lib/gdb.exp (with_cwd): New procedure.
5111
5112 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5113
5114 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5115 use it.
5116 (gdb_is_target_remote_prompt): New proc.
5117 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5118 (gdb_is_target_native): Pass prompt parameter to
5119 gdb_is_target_1.
5120
5121 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5122
5123 * gdb.base/load-command.c: New file.
5124 * gdb.base/load-command.exp: New file.
5125 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5126 (gdb_is_target_1): ...this, and generalize for other targets
5127 than just remote.
5128 (gdb_is_target_remote): Use gdb_is_target_1.
5129 (gdb_is_target_native): use gdb_is_target_1.
5130
5131 2018-02-26 Tom Tromey <tom@tromey.com>
5132
5133 PR python/16497:
5134 * gdb.python/py-framefilter.exp: Update test.
5135
5136 2018-02-26 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.dwarf2/variant.c: New file.
5139 * gdb.dwarf2/variant.exp: New file.
5140
5141 2018-02-26 Tom Tromey <tom@tromey.com>
5142
5143 * gdb.rust/simple.exp: Accept more possible results in enum test.
5144
5145 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5146
5147 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5148 parentheses.
5149
5150 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5151
5152 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5153 name of a variable: $actual_linejj -> $actual_line.
5154
5155 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5156
5157 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5158
5159 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5160
5161 * gdb.btrace/buffer-size.exp: Do not force BTS.
5162
5163 2018-02-14 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5166 getting a "Quit".
5167
5168 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5169
5170 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5171 Fix test name.
5172
5173 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * gdb.cp/m-static.exp: Check type of optimized out static
5176 member.
5177
5178 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5181 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5182
5183 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5184 Leszek Swirski <leszeks@google.com>
5185
5186 * gdb.python/py-prettyprint.c
5187 (struct to_string_returns_value_inner,
5188 struct to_string_returns_value_wrapper): New.
5189 (main): Add tsrvw variable.
5190 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5191 ToStringReturnsValueWrapper): New classes.
5192 (register_pretty_printers): Register new pretty-printers.
5193 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5194 recursive pretty printer.
5195 * gdb.python/py-mi.exp: Likewise.
5196
5197 2018-02-01 Leszek Swirski <leszeks@google.com>
5198
5199 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5200 functions with the same name as an include file are parsed
5201 correctly.
5202
5203 2018-02-01 Yao Qi <yao.qi@linaro.org>
5204
5205 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5206 "\[^\r\n\]*".
5207
5208 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5209
5210 * gdb.arch/powerpc-prologue-frame.s: New file.
5211 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5212 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5213
5214 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5215
5216 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5217
5218 2018-01-30 Pedro Alves <palves@redhat.com>
5219
5220 PR gdb/13211
5221 * gdb.base/interrupt-daemon.c: New.
5222 * gdb.base/interrupt-daemon.exp: New.
5223 * gdb.multi/multi-term-settings.c: New.
5224 * gdb.multi/multi-term-settings.exp: New.
5225
5226 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5227
5228 * gdb.base/break.exp: Save the location where the breakpoint
5229 on break.c:47 was actually inserted when debugging the version
5230 compiled at -O2 and use it in the expected output of the "info
5231 break" test performed soon after.
5232
5233 2018-01-22 Pedro Alves <palves@redhat.com>
5234 Sergio Durigan Junior <sergiodj@redhat.com>
5235
5236 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5237 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5238
5239 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5240
5241 * gdb.base/break-include.c, gdb.base/break-include.inc,
5242 gdb.base/break-include.exp: New files.
5243 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5244 line number now being the actual line number where the breakpoint
5245 was inserted.
5246 * gdb.mi/mi-break.exp: Likewise.
5247 * gdb.mi/mi-reverse.exp: Likewise.
5248 * gdb.mi/mi-simplerun.exp: Ditto.
5249
5250 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5251
5252 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5253 varobj.
5254 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5255
5256 2018-01-21 Don Breazeal <donb@codesourcery.com>
5257 Andrew Burgess <andrew.burgess@embecosm.com>
5258
5259 * gdb.mi/basics.c: Add new global.
5260 * gdb.mi/mi-frame-regs.exp: New file.
5261 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5262 case.
5263
5264 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5267 non-parameter, and on an unknown symbol.
5268
5269 2018-01-19 Tom Tromey <tom@tromey.com>
5270
5271 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5272 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5273
5274 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5275
5276 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5277 setrlimit and chdir to int.
5278
5279 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5280
5281 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5282 function.
5283 (my_tend): Likewise.
5284 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5285 rationale of avoiding FP- and vector instructions.
5286
5287 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5288
5289 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5290 "info reg" with "\[ \t\]*".
5291 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5292 "\[ \t\]+".
5293 * gdb.arch/s390-multiarch.exp: Ditto.
5294 * gdb.base/pc-fp.exp: Ditto.
5295 * gdb.reverse/i386-precsave.exp: Ditto.
5296 * gdb.reverse/i386-reverse.exp: Ditto.
5297 * gdb.reverse/i387-env-reverse.exp: Ditto.
5298 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5299
5300 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5301
5302 * lib/gdb.exp (gdb_compile): Re-enable use of
5303 universal_compile_options for languages other than Rust.
5304
5305 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5306
5307 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5308
5309 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5310
5311 PR gdb/16577
5312 * gdb.base/solib-vanish.exp: New.
5313 * gdb.base/solib-vanish-main.c: New.
5314 * gdb.base/solib-vanish-lib1.c: New.
5315 * gdb.base/solib-vanish-lib2.c: New.
5316
5317 2018-01-17 Yao Qi <yao.qi@linaro.org>
5318
5319 * gdb.compile/compile.exp: Match the address printed for
5320 frame in the output of command "bt".
5321
5322 2018-01-15 Tom Tromey <tom@tromey.com>
5323
5324 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5325 compute sp_reg.
5326
5327 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5328
5329 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5330 to prepare.
5331 (prepare): Return 0 on error, 1 on success.
5332
5333 2018-01-12 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.base/continue-after-aborted-step-over.c: New.
5336 * gdb.base/continue-after-aborted-step-over.exp: New.
5337
5338 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5341 options when not creating an executable.
5342
5343 2018-01-11 Pedro Alves <palves@redhat.com>
5344
5345 PR remote/22597
5346 * gdb.server/stop-reply-no-thread.c: New file.
5347 * gdb.server/stop-reply-no-thread.exp: New file.
5348
5349 2018-01-10 Pedro Alves <palves@redhat.com>
5350
5351 PR gdb/22670
5352 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5353 functions too. Test setting breakpoints and printing C functions
5354 with no debug info too.
5355 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5356
5357 2018-01-10 Pedro Alves <palves@redhat.com>
5358
5359 PR gdb/22670
5360 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5361 a fail.
5362
5363 2018-01-10 Pedro Alves <palves@redhat.com>
5364
5365 PR gdb/22670
5366 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5367
5368 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5369
5370 * gdb.server/unittest.exp: Match the output in non-development
5371 mode.
5372
5373 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5374
5375 * gdb.gdb/unittest.exp: Match output in non-development mode.
5376
5377 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5378
5379 * gdb.ada/access_tagged_param.exp: Relax expected output
5380 for value of "ObjL" in "continue" to pck.inspect breakpoint
5381 test.
5382
5383 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5386 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5387
5388 2018-01-05 Pedro Alves <palves@redhat.com>
5389
5390 PR gdb/18653
5391 * gdb.base/libsegfault.exp: New.
5392
5393 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5394
5395 PR gdb/22670
5396 * gdb.ada/access_tagged_param.exp: New file.
5397 * gdb.ada/access_tagged_param/foo.adb: New file.
5398
5399 2018-01-05 Pedro Alves <palves@redhat.com>
5400
5401 PR gdb/22670
5402 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5403 exercise lower case too, and to exercise both full matching and
5404 wild matching.
5405
5406 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5407
5408 * gdb.ada/rename_subscript_param: New testcase.
5409
5410 2018-01-05 Jerome Guitton <guitton@adacore.com>
5411
5412 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5413
5414 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5415
5416 * gdb.ada/convvar_comp: New testcase.
5417
5418 2018-01-05 Xavier Roirand <roirand@adacore.com>
5419
5420 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5421 (My_Table): New global variable.
5422 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5423
5424 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5425
5426 PR gdb/22670
5427 * gdb.ada/maint_with_ada: New testcase.
5428
5429 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5430
5431 PR gdb/22670
5432 * gdb.ada/bp_c_mixed_case: New testcase.
5433
5434 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5435
5436 PR gdb/22670
5437 * gdb.ada/complete.exp: Add "complete break ada" test.
5438
5439 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5440
5441 PR gdb/22670
5442 * gdb.ada/info_addr_mixed_case: New testcase.
5443
5444 2018-01-03 Xavier Roirand <roirand@adacore.com>
5445
5446 * gdb.ada/excep_handle.exp: New testcase.
5447 * gdb.ada/excep_handle/foo.adb: New file.
5448 * gdb.ada/excep_handle/pck.ads: New file.
5449
5450 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5451
5452 * gdb.base/step-line.c: Add extra empty line in copyright header.
5453 * gdb.base/step-line.inp: Likewise.
5454
5455 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5456
5457 * gdb.ada/dyn_stride.exp: Add slice test.
5458
5459 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5460
5461 * gdb.ada/dyn_stride: New testcase.
5462
5463 2017-12-27 Stafford Horne <shorne@gmail.com>
5464
5465 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5466 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5467
5468 2017-12-27 Stafford Horne <shorne@gmail.com>
5469
5470 * gdb.base/reggroups.c: New file.
5471 * gdb.base/reggroups.exp: New file.
5472
5473 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5474
5475 * gdb.dwarf2/ada-valprint-error.c: New file.
5476 * gdb.dwarf2/ada-valprint-error.exp: New file.
5477
5478 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5479
5480 * gdb.ada/assign_arr: New testcase.
5481
5482 2017-12-18 Xavier Roirand <roirand@adacore.com>
5483
5484 * gdb.ada/funcall_ptr: New testcase.
5485
5486 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5487
5488 PR cli/16224
5489 * gdb.base/ptype-offsets.cc: New file.
5490 * gdb.base/ptype-offsets.exp: New file.
5491
5492 2017-12-15 Yao Qi <yao.qi@linaro.org>
5493
5494 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5495 if XML is disabled.
5496
5497 2017-12-15 Xavier Roirand <roirand@adacore.com>
5498
5499 * gdb.ada/same_component_name: New testcase.
5500
5501 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5502
5503 * gdb.ada/str_binop_equal: New testcase.
5504
5505 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.ada/task_switch_in_core: New testcase.
5508
5509 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5510
5511 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5512 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5513 call test_bkpt_qualified.
5514 (test_bkpt_qualified): New proc.
5515
5516 2017-12-13 Pedro Alves <palves@redhat.com>
5517
5518 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5519 Tighten regexp by matching with an anchor.
5520
5521 2017-12-13 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5524 ("expression with namespace"): New set of tests.
5525 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5526 (Nested::Test_NS::qux): New.
5527 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5528 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5529
5530 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5531
5532 * gdb.base/server-del-break.c: New file.
5533 * gdb.base/server-del-break.exp: New file.
5534
5535 2017-12-12 Stafford Horne <shorne@gmail.com>
5536
5537 * gdb.xml/tdesc-regs.exp: Add or1k support.
5538
5539 2017-12-12 Stafford Horne <shorne@gmail.com>
5540
5541 * gdb.base/bp-permanent.c: Define nop of or1k.
5542
5543 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5546 output with components being reordered.
5547
5548 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5551 output with components being reordered.
5552
5553 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5554 Pedro Alves <palves@redhat.com>
5555
5556 * gdb.base/maint.exp (check for .gdb_index): Check also for
5557 .debug_names.
5558 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5559 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5560 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5561 (.gdb_index used after symbol reloading): Support also .debug_names.
5562 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5563
5564 2017-12-08 Yao Qi <yao.qi@linaro.org>
5565
5566 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5567 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5568
5569 2017-12-08 Yao Qi <yao.qi@linaro.org>
5570
5571 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5572 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5573
5574 2017-12-08 Yao Qi <yao.qi@linaro.org>
5575
5576 * gdb.arch/aarch64-tagged-pointer.c: New file.
5577 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5578
5579 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5580
5581 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5582 "int".
5583
5584 2017-12-07 Keith Seitz <keiths@redhat.com>
5585
5586 PR breakpoints/22569
5587 * gdb.linespec/ls-errs.exp: Change expected result of "break
5588 -source this file has spaces.c -line 3".
5589 Check that an explicit source file followed by whitespace is
5590 identified as an invalid explicit location.
5591
5592 2017-12-07 Keith Seitz <keiths@redhat.com>
5593
5594 * gdb.cp/nested-types.cc: New file.
5595 * gdb.cp/nested-types.exp: New file.
5596 * lib/cp-support.exp: Load data-structures.exp library.
5597 (debug_cp_test_ptype_class): New global.
5598 (cp_ptype_class_verbose, next_line): New procedures.
5599 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5600 Add and document new return value.
5601 Switch the list of lines to a queue.
5602 Add support for new `type' key for nested type definitions.
5603 Add debugging/troubleshooting messages.
5604 * lib/data-structures.exp: New file.
5605
5606 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5607
5608 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5609 with proc_with_prefix, don't use with_test_prefix.
5610
5611 2017-12-07 Tom Tromey <tom@tromey.com>
5612
5613 * gdb.base/break.exp: Add test for empty "commands".
5614
5615 2017-12-07 Yao Qi <yao.qi@linaro.org>
5616
5617 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5618 malloc and catch syscall.
5619
5620 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5621
5622 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5623 tests for explicit locations.
5624
5625 2017-12-06 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5628 force-disabling XML descriptions.
5629
5630 2017-12-04 Pedro Alves <palves@redhat.com>
5631
5632 PR gdb/22499
5633 * gdb.arch/amd64-disp-step-avx.S: New file.
5634 * gdb.arch/amd64-disp-step-avx.exp: New file.
5635
5636 2017-12-03 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5639 and <string.h>.
5640 (parent_function): Print distinct messages when waitpid fails, or
5641 the child exits with a signal, or the child exits for an unhandled
5642 reason.
5643 * gdb.threads/process-dies-while-detaching.exp
5644 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5645 it. Wait for both inferior output and GDB's prompt. Use an
5646 indirect spawn id list.
5647 (do_detach): New parameter 'child_exit'. Use it to compute
5648 expected inferior output.
5649 (test_detach, test_detach_watch, test_detach_killed_outside):
5650 Adjust to pass down the expected child exit kind.
5651
5652 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5653 Sergio Durigan Junior <sergiodj@redhat.com>
5654 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5657
5658 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5659
5660 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5661 to 'symbol-file' and 'add-symbol-file' can be
5662 position-independent.
5663
5664 2017-12-01 Yao Qi <yao.qi@linaro.org>
5665
5666 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5667 the URL in copyright header.
5668 * gdb.arch/aarch64-fp.exp: Likewise.
5669 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5670 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5671 * gdb.base/expand-psymtabs.exp: Likewise.
5672 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5673 * gdb.fortran/common-block.exp: Likewise.
5674 * gdb.fortran/common-block.f90: Likewise.
5675 * gdb.fortran/logical.exp: Likewise.
5676 * gdb.fortran/vla-datatypes.f90: Likewise.
5677 * gdb.fortran/vla-sub.f90: Likewise.
5678
5679 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5680
5681 * gdb.ada/repeat_dyn: New testcase.
5682
5683 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5684
5685 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5686 Update for changed thread numbering.
5687 * gdb.cell/bt.exp: Update for changed GDB output.
5688
5689 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5690
5691 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5692 setting isremote by hand.
5693 * boards/dwarf4-gdb-index.exp: Likewise.
5694 * boards/fission.exp: Likewise.
5695 * boards/stabs.exp: Likewise.
5696
5697 2017-11-30 Pedro Alves <palves@redhat.com>
5698
5699 * gdb.linespec/cpls-ops.exp
5700 (check_explicit_skips_function_argument): Extract the underlying
5701 type of size_t instead of hardcoding it.
5702
5703 2017-11-29 Pedro Alves <palves@redhat.com>
5704
5705 PR c++/19436
5706 * gdb.linespec/cpls-abi-tag.cc: New file.
5707 * gdb.linespec/cpls-abi-tag.exp: New file.
5708
5709 2017-11-29 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/langs.exp: Use -qualified.
5712 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5713 it.
5714 * gdb.cp/namespace.exp: Use -qualified.
5715 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5716 (overload-3, template-overload, template-ret-type, const-overload)
5717 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5718 procedures.
5719 (test_driver): Call them.
5720 * gdb.cp/save-bp-qualified.cc: New.
5721 * gdb.cp/save-bp-qualified.exp: New.
5722 * gdb.linespec/explicit.exp: Test -qualified.
5723 * lib/completion-support.exp (completion::explicit_opts_list): Add
5724 "-qualified".
5725 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5726
5727 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5728
5729 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5730
5731 2017-11-29 Tom Tromey <tom@tromey.com>
5732
5733 * gdb.base/relocate.exp: Update invalid argument test.
5734 Add new tests for invalid arguments.
5735
5736 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5737
5738 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5739 Return 0 as a long.
5740 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5741
5742 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5743
5744 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5745 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5746 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5747 func ().
5748 * gdb.cp/shadow.cc (B.func): Return 0.
5749
5750 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5751
5752 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5753 expected output in gdb_expect call to allow the exception
5754 message to be present as well. Fix syntax confusion to avoid
5755 TCL thinking that exception_name is an array.
5756
5757 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5758
5759 * gdb.arch/spu-info.c: Include <unistd.h>.
5760 (do_signal_test): Fix broken calls to write.
5761 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5762 Fix checks for empty mailboxes. Update signal tests for corrected
5763 do_signal_test routine. Allow nonzero event status.
5764 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5765 * gdb.cell/arch.exp: Use standard_output_file.
5766 * gdb.cell/break.exp: Likewise.
5767 * gdb.cell/bt.exp: Likewise.
5768 * gdb.cell/core.exp: Likewise.
5769 * gdb.cell/dwarfaddr.exp: Likewise.
5770 * gdb.cell/ea-cache.exp: Likewise.
5771 * gdb.cell/ea-standalone.exp: Likewise.
5772 * gdb.cell/f-regs.exp: Likewise.
5773 * gdb.cell/fork.exp: Likewise.
5774 * gdb.cell/gcore.exp: Likewise.
5775 * gdb.cell/mem-access.exp: Likewise.
5776 * gdb.cell/ptype.exp: Likewise.
5777 * gdb.cell/registers.exp: Likewise.
5778 * gdb.cell/sizeof.exp: Likewise.
5779 * gdb.cell/solib-symbol.exp: Likewise.
5780 * gdb.cell/solib.exp: Likewise.
5781
5782 2017-11-25 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/complete-empty.exp: New file.
5785 * gdb.base/completion.exp: Adjust.
5786
5787 2017-11-25 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.linespec/cpls-ops.cc: New file.
5790 * gdb.linespec/cpls-ops.exp: New file.
5791 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5792 factored out from ...
5793 (test_complete_prefix_range): ... this.
5794
5795 2017-11-24 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.linespec/cpcompletion.exp: New file.
5798 * gdb.linespec/cpls-hyphen.cc: New file.
5799 * gdb.linespec/cpls.cc: New file.
5800 * gdb.linespec/cpls2.cc: New file.
5801 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5802 test to use test_gdb_complete_unique. Add label completion,
5803 keyword completion and explicit location completion tests.
5804 * lib/completion-support.exp: New file.
5805
5806 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5807
5808 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5809 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5810 when hitting an exception catchpoint.
5811
5812 2017-11-22 Yao Qi <yao.qi@linaro.org>
5813
5814 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5815
5816 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5817
5818 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5819 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5820 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5821
5822 2017-11-22 Yao Qi <yao.qi@linaro.org>
5823
5824 * gdb.base/info-os.exp: Pass pthreads.
5825 * gdb.multi/multi-attach.exp: Likewise.
5826
5827 2017-11-22 Yao Qi <yao.qi@linaro.org>
5828
5829 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5830 compiler.
5831
5832 2017-11-22 Yao Qi <yao.qi@linaro.org>
5833
5834 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5835 * gdb.base/break-interp.exp: Likewise.
5836 * gdb.base/jit-attach-pie.exp: Likewise.
5837
5838 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5839
5840 * gdb.base/float128.c (large128): New variable.
5841 * gdb.base/float128.exp: Add test to print largest __float128 value.
5842
5843 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5844
5845 * gdb.arch/vsx-regs.exp: Update register content checks.
5846
5847 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5848
5849 * gdb.arch/ppc-longdouble.exp: New file.
5850 * gdb.arch/ppc-longdouble.c: Likewise.
5851
5852 2017-11-21 Pedro Alves <palves@redhat.com>
5853
5854 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5855
5856 2017-11-20 Pedro Alves <palves@redhat.com>
5857
5858 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5859 (long_double_typedef): New typedefs.
5860 Use DEF on double and long double.
5861 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5862 cases.
5863 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5864 and 'long_double_ptr_same_size' locals. Use them to decide
5865 whether cast from array/function to float is valid/invalid.
5866
5867 2017-11-17 Tom Tromey <tom@tromey.com>
5868
5869 * gdb.rust/traits.rs: New file.
5870 * gdb.rust/traits.exp: New file.
5871
5872 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5873
5874 * gdb.ada/minsyms: New testcase.
5875
5876 2017-11-16 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5879 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5880
5881 2017-11-16 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5884 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5885
5886 2017-11-16 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.server/reconnect-ctrl-c.c: New file.
5889 * gdb.server/reconnect-ctrl-c.exp: New file.
5890
5891 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5892
5893 * gdb.python/py-rbreak.exp: New file.
5894 * gdb.python/py-rbreak.c: New file.
5895 * gdb.python/py-rbreak-func2.c: New file.
5896
5897 2017-11-16 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5900 pattern.
5901 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5902 GDB.
5903
5904 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5905
5906 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5907 regex.
5908
5909 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5910
5911 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5912 test names.
5913
5914 2017-11-09 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5917 factored out from ...
5918 (top level): ... here, and adjusted to avoid expecting beyond the
5919 prompt in a single gdb_test_multiple.
5920
5921 2017-11-09 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5924 output.
5925 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5926 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5927 * gdb.server/ext-run.exp ("kill" test): Likewise.
5928 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5929
5930 2017-11-09 Pedro Alves <palves@redhat.com>
5931
5932 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5933 match till end of line.
5934
5935 2017-11-09 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5938
5939 2017-11-09 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5942 New procedures, factored out from ...
5943 (top level): ... here, and adjusted to avoid expecting beyond the
5944 prompt in one go.
5945
5946 2017-11-09 Pedro Alves <palves@redhat.com>
5947
5948 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5949 output. Fix '?' match.
5950
5951 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5952
5953 * gdb.ada/scoped_watch: New testcase.
5954 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5955 which is actually correct.
5956 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5957 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5958
5959 2017-11-08 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.gdb/complaints.exp (test_initial_complaints)
5962 (test_serial_complaints, test_short_complaints): Call
5963 complaint_internal instead of complaint.
5964
5965 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5966
5967 * gdb.threads/tls-core.c: New file.
5968 * gdb.threads/tls-core.exp: Likewise.
5969
5970 2017-11-08 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5973 (p Exported_Capitalized): New test.
5974 (p exported_capitalized): New test.
5975
5976 2017-11-07 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5979
5980 2017-11-07 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5983 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5984 (disable_invalid, disable_inverted, disable_negative): New
5985 procedures.
5986 ("bad numbers"): New set of tests.
5987
5988 2017-11-07 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.cp/ena-dis-br-range.exp: Add tests.
5991
5992 2017-11-07 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5995
5996 2017-11-07 Xavier Roirand <roirand@adacore.com>
5997 Pedro Alves <palves@redhat.com>
5998
5999 * gdb.base/ena-dis-br.exp: Add reference to
6000 gdb.cp/ena-dis-br-range.exp.
6001 * gdb.cp/ena-dis-br-range.exp: New file.
6002 * gdb.cp/ena-dis-br-range.cc: New file.
6003
6004 2017-11-06 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/attach-non-pgrp-leader.c: New.
6007 * gdb.base/attach-non-pgrp-leader.exp: New.
6008
6009 2017-11-06 Pedro Alves <palves@redhat.com>
6010
6011 * configure.ac: No longer check for termio.h and sgtty.h.
6012 * configure: Regenerate.
6013 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6014 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6015 Remove termio and sgtty code.
6016
6017 2017-11-03 Yao Qi <yao.qi@linaro.org>
6018
6019 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6020 in GDB is disabled.
6021
6022 2017-11-03 Yao Qi <yao.qi@linaro.org>
6023
6024 * gdb.python/py-thrhandle.exp: Skip it if python is not
6025 enabled.
6026
6027 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6028
6029 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6030 as a breakpoint command.
6031
6032 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6033
6034 PR python/21213
6035 * gdb.python/py-infthread.exp: Test calling
6036 InferiorThread.inferior () multiple times in a row.
6037
6038 2017-10-27 Keith Seitz <keiths@redhat.com>
6039
6040 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6041 Test "info break" for every inlined function breakpoint.
6042
6043 2017-10-27 Yao Qi <yao.qi@linaro.org>
6044
6045 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6046
6047 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6048
6049 * gdb.cp/classes.exp (test_static_members): Test printing
6050 Outer::instance.
6051 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6052 (Inner::instance, Outer::instance): New.
6053
6054 2017-10-24 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6057 extra console" test in two stages.
6058
6059 2017-10-24 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6062
6063 2017-10-24 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6066 loop.
6067
6068 2017-10-24 Pedro Alves <palves@redhat.com>
6069
6070 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6071 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6072
6073 2017-10-24 Pedro Alves <palves@redhat.com>
6074
6075 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6076 parameter and handle it. Don't output read value in test name.
6077
6078 2017-10-24 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6081 custom test name.
6082
6083 2017-10-24 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6086 include the unstable output directory name in the test's name.
6087 (initial_setup_simple) <'set args'>: Use custom test name.
6088
6089 2017-10-24 Pedro Alves <palves@redhat.com>
6090
6091 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6092 with explicit test name.
6093
6094 2017-10-20 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6097 'wait -i'. Use gdb_assert and remote_close.
6098
6099 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6100
6101 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6102 number from variable rather than hard-coded.
6103
6104 2017-10-19 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/long-inferior-output.c: New file.
6107 * gdb.base/long-inferior-output.exp: New file.
6108
6109 2017-11-18 Keith Seitz <keiths@redhat.com>
6110
6111 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6112 method.
6113 (main): Call it.
6114 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6115 Add additional user-defined conversion operator tests.
6116
6117 2017-10-17 Pedro Alves <palves@redhat.com>
6118
6119 * boards/native-stdio-gdbserver.exp: Load "local-board".
6120
6121 2017-10-17 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/quit-live.c: New file.
6124 * gdb.base/quit-live.exp: New file.
6125
6126 2017-10-16 Keith Seitz <keiths@redhat.com>
6127
6128 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6129 (class_with_protected_typedef, class_with_private_typedef)
6130 (struct_with_public_typedef, struct_with_protected_typedef)
6131 (struct_with_private_typedef): New classes/structs.
6132 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6133 typedefs and access specifiers.
6134
6135 2017-10-16 Pedro Alves <palves@redhat.com>
6136 Simon Marchi <simon.marchi@polymtl.ca>
6137
6138 * README (Local vs Remote vs Native): New section.
6139 * boards/local-board.exp: New file, with bits factored out from
6140 ...
6141 * boards/native-extended-gdbserver.exp: ... here. Load
6142 "local-board".
6143 * boards/native-gdbserver.exp: Load "local-board".
6144 (${board}_spawn, ${board}_exec): Delete.
6145 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6146 ...
6147 * boards/stdio-gdbserver-base.exp: ... this new file.
6148 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6149 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6150 procedure.
6151 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6152 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6153 stdio_gdbserver_command.
6154 (${board}_get_remote_address, ${board}_get_comm_port)
6155 (${board}_download, ${board}_upload): Delete.
6156 (get_target_remote_pipe_cmd): New.
6157
6158 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6161 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6162 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6163 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6164 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6165 remove with_test_prefix.
6166
6167 2017-10-13 Pedro Alves <palves@redhat.com>
6168
6169 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6170 * gdb.base/annota1.exp: Use it instead of is_remote.
6171 * gdb.base/annota3.exp: Use it instead of is_remote.
6172 * gdb.cp/annota2.exp: Use it instead of is_remote.
6173 * gdb.cp/annota3.exp: Use it instead of is_remote.
6174 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6175
6176 2017-10-13 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6179 (test_num_test_vars, run_and_count_vars, find_env)
6180 (test_set_unset_env, test_inherit_env_var): New procedures.
6181 (top level): Use them.
6182
6183 2017-10-13 Pedro Alves <palves@redhat.com>
6184
6185 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6186 also skip on stub-like targets.
6187
6188 2017-10-13 Pedro Alves <palves@redhat.com>
6189
6190 PR gdb/22293
6191 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6192 (top level): Move some tests to ...
6193 (test_not_found): ... this new procedure.
6194 (top level): Call it.
6195
6196 2017-10-13 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6199 expect different "info terminal" output if testing with a
6200 non-native target.
6201
6202 2017-10-13 Pedro Alves <palves@redhat.com>
6203 Simon Marchi <simon.marchi@polymtl.ca>
6204
6205 PR python/12966
6206 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6207
6208 2017-10-13 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6211 already.
6212
6213 2017-10-13 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6216 is_remote.
6217
6218 2017-10-13 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6221 is_remote.
6222
6223 2017-10-13 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6226 is set.
6227 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6228 instead of is_remote.
6229
6230 2017-10-13 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6233 (top level): Add comment.
6234
6235 2017-10-13 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/remote.exp (top level): Fix comment typo and add
6238 missing return.
6239
6240 2017-10-13 Pedro Alves <palves@redhat.com>
6241 Simon Marchi <simon.marchi@polymtl.ca>
6242
6243 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6244 calls and add comments. Skip test if use_gdb_stub is set.
6245 (top level): Use "set cwd" command instead of "cd" command.
6246
6247 2017-10-13 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6250 is_remote target check.
6251
6252 2017-10-13 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/scope.exp: Use build_executable + clean_restart +
6255 gdb_file_cmd instead of prepare_for_testing and no longer skip
6256 "before run" tests on is_remote target boards. Update comments.
6257 * boards/native-extended-gdbserver.exp
6258 (extended_gdbserver_load_last_file): New, factored out from ...
6259 (gdb_load): ... this. Move further below and add comment.
6260 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6261
6262 2017-10-12 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/attach.exp: Remove references to gdb64.
6265 * gdb.base/dbx.exp: Remove references to gdb64.
6266
6267 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6268 Pedro Alves <palves@redhat.com>
6269
6270 * gdb.base/label.exp: Remove is_remote target check.
6271
6272 2017-10-12 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/auvx.exp (coredir): Update comment.
6275 (top level) <core_works>: Use "set cwd" command instead of "cd"
6276 command.
6277
6278 2017-10-12 Pedro Alves <palves@redhat.com>
6279 Simon Marchi <simon.marchi@polymtl.ca>
6280
6281 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6282 target boards.
6283
6284 2017-10-12 Pedro Alves <palves@redhat.com>
6285 Simon Marchi <simon.marchi@polymtl.ca>
6286
6287 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6288 Instead skip if there's any gdb_protocol set.
6289
6290 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6291 Pedro Alves <palves@redhat.com>
6292
6293 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6294
6295 2017-10-12 Pedro Alves <palves@redhat.com>
6296 Simon Marchi <simon.marchi@polymtl.ca>
6297
6298 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6299 instead of on dejagnu remote boards.
6300
6301 2017-10-12 Pedro Alves <palves@redhat.com>
6302 Simon Marchi <simon.marchi@polymtl.ca>
6303
6304 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6305 checks. Use build_executable + clean_restart instead of
6306 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6307 of enabling non-stop after starting gdb.
6308
6309 2017-10-12 Pedro Alves <palves@redhat.com>
6310
6311 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6312 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6313 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6314 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6315
6316 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6317
6318 * gdb.arch/arc-tdesc-cpu.exp: New file.
6319 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6320
6321 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6324
6325 2017-10-10 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6328 expect CLI output.
6329
6330 2017-10-10 Pedro Alves <palves@redhat.com>
6331
6332 * lib/selftest-support.exp (selftest_setup): Update for
6333 captured_command_loop's prototype change.
6334
6335 2017-10-09 Pedro Alves <palves@redhat.com>
6336
6337 Test both arch1=>arch2 and arch2=>arch1.
6338
6339 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6340 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6341 factored out to...
6342 (append_arch1_options, append_arch2_options, append_arch_options)
6343 (build_executables): New procedures.
6344 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6345 local.
6346 (top level): Add new 'first_arch' testing axis.
6347
6348 2017-10-09 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6351 (barrier): New.
6352 (thread_start, all_started): New functions.
6353 (main): Spawn new thread and wait until it is scheduled.
6354 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6355 option.
6356 (do_test): Add 'selected_thread' parameter. Run to all_started
6357 instead of main. Explicitly set the breakpoint at main. Switch
6358 to the SELECTED_THREAD thread.
6359 (top level): Test handling the exec event with either the main
6360 thread or the second thread selected.
6361
6362 2017-10-09 Pedro Alves <palves@redhat.com>
6363
6364 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6365 logic. Move STOP marker after the value checks.
6366 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6367 regexp.
6368
6369 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6370
6371 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6372
6373 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6374
6375 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6376 integer-to-dfp conversion.
6377 * gdb.base/dfp-test.exp: Likewise.
6378
6379 2017-10-04 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.multi/hangout.c: Include <unistd.h>.
6382 (hangout_loop): New function.
6383 (main): Call alarm. Call hangout_loop in a loop.
6384 * gdb.multi/hello.c: Include <unistd.h>.
6385 (hello_loop): New function.
6386 (main): Call alarm. Call hangout_loop in a loop.
6387 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6388 inferior with the other selected.
6389
6390 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6391
6392 * gdb.mi/list-thread-groups-available.exp: New file.
6393 * gdb.mi/list-thread-groups-available.c: New file.
6394
6395 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6396
6397 * gdb.base/set-cwd.exp: Make it available on
6398 native-extended-gdbserver.
6399
6400 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6401
6402 * gdb.base/set-cwd.c: New file.
6403 * gdb.base/set-cwd.exp: Likewise.
6404
6405 2017-10-02 Tom Tromey <tom@tromey.com>
6406
6407 PR rust/22236:
6408 * gdb.rust/simple.rs (main): New variable "fslice".
6409 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6410
6411 2017-10-02 Tom Tromey <tom@tromey.com>
6412
6413 * gdb.rust/simple.exp: Test ptype of a slice.
6414
6415 2017-10-02 Tom Tromey <tom@tromey.com>
6416
6417 * gdb.rust/simple.exp: Test index of slice.
6418
6419 2017-09-27 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6422
6423 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6424 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/compare-sections.exp (get value of read-only section): Read
6427 as unsigned value.
6428 (corrupt read-only section): Likewise and don't set written if patching
6429 failed.
6430
6431 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6432
6433 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6434 files.
6435
6436 2017-09-20 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6439 symbol names in gdb's output.
6440 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6441
6442 2017-09-20 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6445 Rename to ...
6446 (test_list_ambiguous_symbol): ... this and add a symbol name
6447 parameter. Adjust.
6448 (test_list_ambiguous_function): Reimplement on top of
6449 test_list_ambiguous_symbol and also test listing ambiguous
6450 variables.
6451 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6452 (ambiguous_fun): ... this.
6453 (ambiguous_var): New.
6454 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6455 (ambiguous_fun): ... this.
6456 (ambiguous_var): New.
6457
6458 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6459
6460 * gdb.base/starti.c: New file.
6461 * gdb.base/starti.exp: New file.
6462 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6463
6464 2017-09-14 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6467 (top level): Use it instead of runto.
6468
6469 2017-09-11 Tom Tromey <tom@tromey.com>
6470
6471 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6472
6473 2017-09-11 Tom Tromey <tom@tromey.com>
6474
6475 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6476 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6477
6478 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6479
6480 * gdb.fortran/printing-types.exp: New file.
6481 * gdb.fortran/printing-types.exp: New file.
6482
6483 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6484
6485 * gdb.fortran/vla-ptype.exp: Fix typos.
6486 * gdb.fortran/vla-value.exp: Same.
6487
6488 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6489
6490 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6491 * gdb.mi/mi-var-child-f.exp: Likewise.
6492 * gdb.mi/mi-vla-fortran.exp: Likewise.
6493
6494 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6495 Christoph Weinmann <christoph.t.weinmann@intel.com>
6496 Bernhard Heckel <bernhard.heckel@intel.com>
6497
6498 * gdb.fortran/ptr-indentation.f90: New file.
6499 * gdb.fortran/ptr-indentation.exp: New file.
6500
6501 2017-09-05 Tom Tromey <tom@tromey.com>
6502
6503 PR gdb/22010:
6504 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6505
6506 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6507
6508 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6509
6510 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6511
6512 * gdb.threads/tls-nodebug-pie.c: New file.
6513 * gdb.threads/tls-nodebug-pie.exp: New file.
6514
6515 2017-09-05 Tom Tromey <tom@tromey.com>
6516
6517 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6518 for rust.
6519
6520 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6521
6522 * gdb.multi/multi-arch-exec.exp: Test with different
6523 "follow-exec-mode" settings.
6524 (do_test): New procedure.
6525
6526 2017-09-04 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/func-static.c (S::method const, S::method volatile)
6529 (S::method volatile const): New methods.
6530 (c_s, v_s, cv_s): New instances.
6531 (main): Call method() on them.
6532 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6533 (cannot_resolve): New procedure.
6534 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6535 print-quote-unquoted columns.
6536 (do_test): Test printing each scope too.
6537
6538 2017-09-04 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/local-static.exp: Also test with
6541 class::method::variable wholly quoted.
6542 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6543
6544 2017-09-04 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.base/local-static.c: New.
6547 * gdb.base/local-static.cc: New.
6548 * gdb.base/local-static.exp: New.
6549
6550 2017-09-04 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.asm/asm-source.exp: Add casts to int.
6553 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6554 (dataglobal64_1, dataglobal64_2): New globals.
6555 * gdb.base/nodebug.exp: Test different expressions involving the
6556 new globals, with print, whatis and ptype. Add casts to int.
6557 * gdb.base/solib-display.exp: Add casts to int.
6558 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6559 * gdb.cp/m-static.exp: Add cast to int.
6560 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6561 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6562 tls variable with no debug info without a cast. Test with a cast
6563 to int too.
6564 * gdb.trace/entry-values.exp: Add casts.
6565
6566 2017-09-04 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.base/nodebug.exp: Test that ptype's error about functions
6569 with unknown return type includes the function name too.
6570
6571 2017-09-04 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6574 return type of munmap in infcall.
6575 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6576 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6577 type of ftell in infcall.
6578 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6579 type of getpid in infcall.
6580 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6581 infcall.
6582 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6583 Bail on failure to extract the pid.
6584 * gdb.base/nodebug.c: #include <stdint.h>.
6585 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6586 New functions.
6587 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6588 Change expected output of print/whatis/ptype with functions with
6589 no debug info. Test all supported languages. Call
6590 test_call_promotion.
6591 * gdb.compile/compile.exp: Adjust expected output to expect
6592 warning.
6593 * gdb.threads/siginfo-threads.exp: Likewise.
6594
6595 2017-09-04 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6598 "prototypes". Test calling float functions via prototyped and
6599 unprototyped function pointers.
6600 (perform_all_tests): New parameter "prototypes". Pass it down.
6601 (top level): Pass down "prototypes" parameter to
6602 perform_all_tests.
6603
6604 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6605
6606 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6607 Test with nested loops.
6608
6609 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.base/commands.exp: Call the new procedures.
6612 (loop_break_test, loop_continue_test): New procedures.
6613
6614 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6615
6616 * gdb.base/commands.exp: Call new procedure.
6617 (define_if_without_arg_test): New procedure.
6618
6619 2017-09-04 Pedro Alves <palves@redhat.com>
6620
6621 * gdb.base/list-ambiguous.exp: New file.
6622 * gdb.base/list-ambiguous0.c: New file.
6623 * gdb.base/list-ambiguous1.c: New file.
6624 * gdb.base/list.exp (test_list_range): Adjust expected output.
6625
6626 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6627
6628 * gdb.base/share-env-with-gdbserver.c: New file.
6629 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6630
6631 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6632
6633 * gdb.base/commands.exp (gdbvar_simple_if_test,
6634 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6635 progvar_simple_if_test, progvar_simple_while_test,
6636 progvar_complex_if_while_test, user_defined_command_test,
6637 user_defined_command_args_eval,
6638 user_defined_command_args_stack_test,
6639 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6640 temporary_breakpoint_commands,
6641 gdb_test_no_prompt, redefine_hook_test,
6642 redefine_backtrace_test): Remove "global gdb_prompt".
6643
6644 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6645
6646 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6647 New proc, call it from toplevel.
6648
6649 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6650
6651 PR remote/21852
6652 * gdb.server/normal.c: New file, copied from gdb.base.
6653 * gdb.server/run-without-local-binary.exp: New file.
6654
6655 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6656
6657 * gdb.arch/sparc64-adi.exp: New file.
6658 * gdb.arch/sparc64-adi.c: New file.
6659
6660 2017-08-22 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6663 (top level): Add "list all overloads" tests.
6664
6665 2017-08-22 Tom Tromey <tom@tromey.com>
6666
6667 * gdb.gdb/xfullpath.exp: Remove.
6668
6669 2017-08-21 Pedro Alves <palves@redhat.com>
6670
6671 PR gdb/19487
6672 * gdb.base/symbol-alias.c: New.
6673 * gdb.base/symbol-alias2.c: New.
6674 * gdb.base/symbol-alias.exp: New.
6675
6676 2017-08-21 Pedro Alves <palves@redhat.com>
6677
6678 * gdb.base/dfp-test.c
6679 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6680 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6681 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6682 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6683 * gdb.base/whatis-ptype-typedefs.c: New.
6684 * gdb.base/whatis-ptype-typedefs.exp: New.
6685 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6686 (an_int, an_int_type, an_int_type2): New globals.
6687 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6688 involving typedefs and cast expressions.
6689 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6690 (lookup_typedefs_function): New.
6691 (typedefs_pretty_printers_dict): New.
6692 (top level): Register lookup_typedefs_function in
6693 gdb.pretty_printers.
6694
6695 2017-08-18 Yao Qi <yao.qi@linaro.org>
6696
6697 * gdb.server/unittest.exp: New.
6698
6699 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 PR gdb/21954
6702 * gdb.base/environ.exp: Add test to check if 'unset environment'
6703 works.
6704
6705 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6706
6707 * lib/gdb.exp (universal_compile_options): New caching proc.
6708 (gdb_compile): Suppress GCC's coloring of messages.
6709
6710 2017-08-14 Tom Tromey <tom@tromey.com>
6711
6712 PR gdb/21675:
6713 * gdb.base/printcmds.exp (test_radices): New function.
6714 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6715 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6716 * lib/gdb.exp (get_integer_valueof): Use p/d.
6717
6718 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6721 characters.
6722
6723 2017-08-05 Tom Tromey <tom@tromey.com>
6724
6725 * gdb.rust/simple.exp: Allow String to appear in a different
6726 namespace.
6727
6728 2017-07-26 Yao Qi <yao.qi@linaro.org>
6729
6730 * gdb.gdb/unittest.exp: Invoke command
6731 "maintenance check xml-descriptions".
6732
6733 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6734
6735 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6736 calling context.
6737 (hex128): Drop erroneous calculation of parameters.
6738
6739 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6740
6741 * gdb.python/py-unwind.exp: Disable stack protection when
6742 building test file.
6743
6744 2017-07-20 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/default.exp (set language): Adjust expected output.
6747
6748 2017-07-20 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6751 (test_minsym): ... this, and make static.
6752 (get_pck__foo__bar__minsym): Rename to ...
6753 (get_test_minsym): ... this.
6754 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6755 symbol names and comments.
6756 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6757 (get_test_minsym): ... this.
6758 (pck__foo__bar__minsym__2): Rename to ...
6759 (test_minsym): ... this.
6760 (main): Adjust.
6761
6762 2017-07-17 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/completion.exp: Adjust expected output.
6765 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6766 the completer works.
6767
6768 2017-07-17 Pedro Alves <palves@redhat.com>
6769
6770 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6771
6772 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6773
6774 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6775
6776 2017-07-14 Tom Tromey <tom@tromey.com>
6777
6778 PR rust/21764:
6779 * gdb.rust/simple.exp: Add tests.
6780
6781 2017-07-14 Tom Tromey <tom@tromey.com>
6782
6783 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6784
6785 2017-07-14 Pedro Alves <palves@redhat.com>
6786
6787 * gdb.linespec/base/one/thefile.cc (z1): New function.
6788 * gdb.linespec/base/two/thefile.cc (z2): New function.
6789 * gdb.linespec/linespec.exp: Add tests.
6790
6791 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6792
6793 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6794 to mi_create_breakpoint.
6795
6796 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6797
6798 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6799 mi_create_breakpoint.
6800
6801 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6802
6803 * gdb.dlang/demangle.exp: Update for demangling changes.
6804
6805 2017-07-09 Tom Tromey <tom@tromey.com>
6806
6807 * gdb.dwarf2/shortpiece.exp: New file.
6808
6809 2017-07-06 David Blaikie <dblaikie@gmail.com>
6810
6811 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6812 built from fissiont-multi-cu{1,2}.c.
6813 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6814 except putting 'main' and 'func' in separate CUs in the same DWO file.
6815 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6816 test.
6817 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6818 test.
6819
6820 2017-07-06 Pedro Alves <palves@redhat.com>
6821
6822 * gdb.python/py-unwind.exp: Test flushregs.
6823
6824 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6825
6826 PR cli/21688
6827 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6828 tests for alias commands and trailing whitespace.
6829
6830 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6831
6832 PR cli/21688
6833 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6834 procedure. Call it.
6835
6836 2017-06-29 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/printcmds.exp: Add tests.
6839
6840 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6841
6842 PR gdb/21337
6843 * gdb.base/reread-readsym.exp: New file.
6844 * gdb.base/reread-readsym.c: New file.
6845
6846 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6847
6848 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6849 subpattern.
6850
6851 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6852
6853 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6854 extended mnemonic.
6855 * gdb.arch/powerpc-power9.s: Likewise.
6856
6857 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6860 on 32-bit x86 targets. Exploit is_*_target macros where
6861 appropriate.
6862
6863 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6864
6865 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6866 register pieces.
6867
6868 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6869
6870 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6871 located in one or more DWARF pieces.
6872
6873 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6874
6875 * lib/gdb.exp (get_endianness): New proc.
6876 * gdb.arch/aarch64-fp.exp: Use it.
6877 * gdb.arch/altivec-regs.exp: Likewise.
6878 * gdb.arch/e500-regs.exp: Likewise.
6879 * gdb.arch/vsx-regs.exp: Likewise.
6880 * gdb.base/dump.exp: Likewise.
6881 * gdb.base/funcargs.exp: Likewise.
6882 * gdb.base/gnu_vector.exp: Likewise.
6883 * gdb.dwarf2/formdata16.exp: Likewise.
6884 * gdb.dwarf2/implptrpiece.exp: Likewise.
6885 * gdb.dwarf2/nonvar-access.exp: Likewise.
6886 * gdb.python/py-inferior.exp: Likewise.
6887 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6888
6889 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 PR gdb/21226
6892 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6893 stack value pieces are taken from the LSB end.
6894
6895 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6896
6897 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6898 variable at nonzero offset.
6899
6900 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6901
6902 * gdb.dwarf2/var-access.c: New file.
6903 * gdb.dwarf2/var-access.exp: New test.
6904 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6905
6906 2017-06-12 Tom Tromey <tom@tromey.com>
6907
6908 * gdb.dwarf2/formdata16.exp: Add tests.
6909
6910 2017-06-12 Tom Tromey <tom@tromey.com>
6911
6912 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6913
6914 2017-06-12 Tom Tromey <tom@tromey.com>
6915
6916 PR exp/16225:
6917 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6918 * gdb.arch/vsx-regs.exp: Update tests.
6919 * gdb.arch/s390-vregs.exp (hex128): New proc.
6920 Update test.
6921 * gdb.arch/altivec-regs.exp: Update tests.
6922
6923 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6924
6925 * gdb.base/startup-with-shell.c: New file.
6926 * gdb.base/startup-with-shell.exp: Likewise.
6927
6928 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6929
6930 * gdb.server/non-existing-program.exp: Update regex in order to
6931 reflect the fact that gdbserver is now using fork_inferior (with a
6932 shell) to startup the inferior.
6933
6934 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6935
6936 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6937 support function calls from GDB.
6938
6939 2017-05-21 Tom Tromey <tom@tromey.com>
6940
6941 PR rust/21466:
6942 * gdb.rust/unsized.exp: New file.
6943 * gdb.rust/unsized.rs: New file.
6944
6945 2017-05-19 Tom Tromey <tom@tromey.com>
6946
6947 PR rust/21484:
6948 * gdb.rust/watch.exp: New file.
6949 * gdb.rust/watch.rs: New file.
6950
6951 2017-05-18 Tom Tromey <tom@tromey.com>
6952
6953 * gdb.rust/simple.exp: Allow Box to be qualified.
6954
6955 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6956
6957 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6958
6959 2017-05-18 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.base/fileio.c (test_write, test_read, test_close)
6962 (test_fstat): Don't print 'ret' in the fail path.
6963
6964 2017-05-18 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6967 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6968 (test_system, test_rename, test_unlink, test_time): Change
6969 prototypes.
6970 * gdb.base/fileio.exp (stop_msg): Adjust.
6971
6972 2017-05-18 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/fileio.c (null_str): New global.
6975 (test_stat): Use it.
6976 * gdb.base/fileio.exp: Remove nowarnings.
6977
6978 2017-05-17 Yao Qi <yao.qi@linaro.org>
6979
6980 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6981
6982 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6985 argument command.
6986 (top-level): Invoke test_set_inferior_tty.
6987
6988 2017-05-04 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6991 Add parens to print call for Python 3.
6992
6993 2017-05-03 Keith Seitz <keiths@redhat.com>
6994
6995 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6996 (main): Call it.
6997
6998 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6999
7000 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7001 to prev and next.
7002
7003 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7004
7005 * gdb.python/py-record-btrace.exp: Remove test for
7006 gdb.BtraceInstruction.error.
7007
7008 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7009
7010 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7011
7012 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7013
7014 * gdb.python/py-record-btrace-threads.c: New file.
7015 * gdb.python/py-record-btrace-threads.exp: New file.
7016
7017 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7018
7019 PR testsuite/8595
7020 * gdb.base/environ.exp: Make test available in all architectures.
7021 Move bits related to "info program" testing to
7022 gdb.base/info-program.exp. Rewrite tests to use the two new
7023 procedures mentione below.
7024 (test_set_show_env_var) New procedure.
7025 (test_set_show_env_var_equal): Likewise.
7026 * gdb.base/info-program.exp: New file.
7027
7028 2017-04-27 Keith Seitz <keiths@redhat.com>
7029
7030 * gdb.cp/oranking.cc (test15): New function.
7031 (main): Call test15 and declare additional variables for testing.
7032 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7033 "p foo101('abc')" tests.
7034 Add tests for cv qualifier overloads.
7035 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7036 "lvalue reference overload" test.
7037 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7038 "print value of f1 on Child&& in f2" test.
7039
7040 2017-04-19 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7043 procedure.
7044 (top level): Call it.
7045 * lib/gdb.exp (gdb_define_cmd): New procedure.
7046
7047 2017-04-12 Pedro Alves <palves@redhat.com>
7048
7049 PR gdb/21323
7050 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7051 (wchar): New global.
7052 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7053 (do_test_wide_char, wide_char_types_no_program, top level): Add
7054 wchar_t testing.
7055
7056 2017-04-12 Pedro Alves <palves@redhat.com>
7057
7058 PR c++/21323
7059 * gdb.cp/wide_char_types.c: New file.
7060 * gdb.cp/wide_char_types.exp: New file.
7061
7062 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7063
7064 PR gdb/21352
7065 * gdb.trace/tsv.exp: Add test for "tsave -r".
7066
7067 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7068
7069 * gdb.dlang/watch-loc.c: New file.
7070 * gdb.dlang/watch-loc.exp: New file.
7071
7072 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7073
7074 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7075
7076 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7077
7078 * gdb.arch/arc-analyze-prologue.S: New file.
7079 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7080
7081 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7082
7083 * gdb.arch/arc-decode-insn.S: New file.
7084 * gdb.arch/arc-decode-insn.exp: Likewise.
7085
7086 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7087
7088 PR tdep/20928
7089 * gdb.arch/sparc64-regs.exp: New file.
7090 * gdb.arch/sparc64-regs.S: Likewise.
7091
7092 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7093
7094 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7095 and memory view on Python 3.
7096
7097 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7098 Keith Seitz <keiths@redhat.com>
7099
7100 PR gdb/14441
7101 * gdb.cp/demangle.exp: Add rvalue reference tests.
7102 * gdb.cp/rvalue-ref-casts.cc: New file.
7103 * gdb.cp/rvalue-ref-casts.exp: New file.
7104 * gdb.cp/rvalue-ref-overload.cc: New file.
7105 * gdb.cp/rvalue-ref-overload.exp: New file.
7106 * gdb.cp/rvalue-ref-params.cc: New file.
7107 * gdb.cp/rvalue-ref-params.exp: New file.
7108 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7109 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7110 * gdb.cp/rvalue-ref-types.cc: New file.
7111 * gdb.cp/rvalue-ref-types.exp: New file.
7112 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7113 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7114
7115 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7116
7117 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7118 New procedure.
7119
7120 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7121
7122 * lib/mi-support.exp (mi_gdb_test): Add additional message
7123 for unexpected output.
7124
7125 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7126
7127 * gdb.base/examine-backward.c (Barrier): New character array
7128 constant, to ensure that TestStrings is preceded by a string
7129 terminator.
7130
7131 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7132
7133 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7134 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7135 and implicit pointer into such a location.
7136
7137 2017-03-16 Doug Evans <dje@google.com>
7138
7139 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7140
7141 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7142
7143 * gdb.cp/m-static.exp: Fix expectation for prototype of
7144 test5.single_constructor and single_constructor::single_constructor.
7145
7146 2017-03-16 Doug Evans <dje@google.com>
7147
7148 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7149 * gdb.guile/scm-lazy-string.c: New file.
7150 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7151 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7152 for pointer, array, typedef lazy strings.
7153
7154 2017-03-16 Doug Evans <dje@google.com>
7155
7156 PR python/17728, python/18439, python/18779
7157 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7158 * gdb.python/py-lazy-string.c (pointer): New typedef.
7159 (main): New locals ptr, array, typedef_ptr.
7160 * gdb.python/py-value.exp: Move lazy string tests to ...
7161 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7162 array, typedef lazy strings.
7163
7164 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7165
7166 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7167 Add optional 'test' parameter.
7168
7169 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7170
7171 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7172 Skip for versions of DejaGnu < 1.5.
7173
7174 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 * lib/gdb.exp (dejagnu_version): New proc.
7177 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7178 Use dejagnu_version.
7179
7180 2017-03-10 Keith Seitz <keiths@redhat.com>
7181
7182 PR c++/8128
7183 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7184 type from destructor regexps.
7185 Add a branch which actually passes the test.
7186 Adjust "ptype t5i" test names.
7187
7188 2017-03-08 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.base/step-over-exit.exp: Add explicit test message.
7191
7192 2017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 PR gdb/18360
7195 * gdb.threads/interrupt-while-step-over.c: New file.
7196 * gdb.threads/interrupt-while-step-over.exp: New file.
7197
7198 2017-03-08 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7201 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7202
7203 2017-03-08 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7206 PKRU as not supported as a PASS.
7207
7208 2017-03-08 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7211 prefix instead of $binfile1/$binfile2.
7212 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7213 in test message.
7214 * gdb.python/py-completion.exp: Use "load python file" as test
7215 messages instead of unstable path names.
7216
7217 2017-03-08 Pedro Alves <palves@redhat.com>
7218 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 PR cli/21218
7221 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7222 New proc.
7223 (top level): Call it.
7224
7225 2017-03-08 Pedro Alves <palves@redhat.com>
7226
7227 PR tui/21216
7228 * gdb.tui/tui-nl-filtered-output.exp: New file.
7229
7230 2017-03-08 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.base/completion.exp: Move TUI completion tests to ...
7233 * gdb.tui/completion.exp: ... this new file.
7234
7235 2017-03-08 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/tui-disasm-long-lines.c,
7238 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7239 gdb.base/tui-layout.exp: Move to ...
7240 * gdb.tui/: ... this new directory.
7241
7242 2017-03-07 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/tui-layout.c: New file.
7245 * gdb.base/tui-layout.exp: New file.
7246
7247 2017-03-07 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/tui-layout.c: Rename to ...
7250 * gdb.base/tui-disasm-long-lines.c: ... this.
7251 * gdb.base/tui-layout.exp: Rename to ...
7252 * gdb.base/tui-disasm-long-lines.exp: ... this.
7253
7254 2017-03-07 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7257
7258 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7259
7260 * i386-mpx-call.c: New file.
7261 * i386-mpx-call.exp: New file.
7262
7263 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7264
7265 * gdb.arch/powerpc-power.exp: Delete test.
7266 * gdb.arch/powerpc-power.s: Likewise.
7267 * gdb.disasm/disassembler-options.exp: New test.
7268 * gdb.arch/powerpc-altivec.exp: Likewise.
7269 * gdb.arch/powerpc-altivec.s: Likewise.
7270 * gdb.arch/powerpc-altivec2.exp: Likewise.
7271 * gdb.arch/powerpc-altivec2.s: Likewise.
7272 * gdb.arch/powerpc-altivec3.exp: Likewise.
7273 * gdb.arch/powerpc-altivec3.s: Likewise.
7274 * gdb.arch/powerpc-power7.exp: Likewise.
7275 * gdb.arch/powerpc-power7.s: Likewise.
7276 * gdb.arch/powerpc-power8.exp: Likewise.
7277 * gdb.arch/powerpc-power8.s: Likewise.
7278 * gdb.arch/powerpc-power9.exp: Likewise.
7279 * gdb.arch/powerpc-power9.s: Likewise.
7280 * gdb.arch/powerpc-vsx.exp: Likewise.
7281 * gdb.arch/powerpc-vsx.s: Likewise.
7282 * gdb.arch/powerpc-vsx2.exp: Likewise.
7283 * gdb.arch/powerpc-vsx2.s: Likewise.
7284 * gdb.arch/powerpc-vsx3.exp: Likewise.
7285 * gdb.arch/powerpc-vsx3.s: Likewise.
7286 * gdb.arch/arm-disassembler-options.exp: Likewise.
7287 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7288 * gdb.arch/s390-disassembler-options.exp: Likewise.
7289
7290 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7291
7292 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7293 (check_supported_features): ... this. Changed return type to void.
7294 (supports_rdseed): New static global.
7295 (rdseed): Check supports_rdseed.
7296 (initialize): Call check_supported_features.
7297
7298 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7299
7300 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7301 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7302 and lqarx/stqcx.
7303 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7304 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7305
7306 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7307
7308 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7309 uppercase.
7310
7311 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * gdb.dwarf2/formdata16.c: New file.
7314 * gdb.dwarf2/formdata16.exp: New file.
7315 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7316
7317 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7318
7319 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7320 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7321 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7322 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7323 DW_AT_GNU_*.
7324
7325 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7326
7327 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7328
7329 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7330
7331 PR gdb/21164
7332 * gdb.base/maint.exp: Add testcases for when the commands do
7333 not have arguments.
7334
7335 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7336
7337 * gdb.cp/chained-calls.exp: Use p instead of P.
7338
7339 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7340
7341 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7342 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7343
7344 2017-02-14 Tom Tromey <tom@tromey.com>
7345
7346 PR python/13598:
7347 * gdb.python/py-events.exp: Add before_prompt event tests.
7348
7349 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7350
7351 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7352
7353 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7354
7355 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7356 (main): Call my_unique_function_name.
7357 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7358 completion of patterns with a single match.
7359 Add missing -re switches to gdb_test_multiple calls.
7360
7361 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7362
7363 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7364 return if core file is not recognized.
7365
7366 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7367
7368 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7369 and extra UIs.
7370
7371 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7372
7373 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7374 proc_with_prefix.
7375
7376 2017-02-10 Tom Tromey <tom@tromey.com>
7377
7378 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7379
7380 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7381
7382 PR gdb/21122
7383 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7384
7385 2017-02-08 Jerome Guitton <guitton@adacore.com>
7386
7387 * gdb.base/define.exp: Add test for command abbreviations
7388 in define.
7389
7390 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7391
7392 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7393 * gdb.reverse/insn-reverse-x86.c: New file.
7394
7395 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7396
7397 PR tdep/20936
7398 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7399
7400 2017-02-03 Tom Tromey <tom@tromey.com>
7401
7402 PR rust/21097:
7403 * gdb.rust/simple.exp: Add new tests.
7404
7405 2017-02-02 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7408 tests.
7409
7410 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7411
7412 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7413 taking a 2-byte value out of a 4-byte DWARF implicit value on
7414 big-endian targets.
7415 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7416 logic. Add test cases for DW_OP_implicit.
7417
7418 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7419
7420 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7421
7422 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7423
7424 * gdb.btrace/enable.exp: Call gdb_exit before
7425 skip_gdbserver_tests.
7426
7427 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7428
7429 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7430 GDBFLAGS.
7431
7432 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7433
7434 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7435 the test is skipped.
7436 * gdb.btrace/data.exp: Likewise.
7437 * gdb.btrace/delta.exp: Likewise.
7438 * gdb.btrace/dlopen.exp: Likewise.
7439 * gdb.btrace/enable-running.exp: Likewise.
7440 * gdb.btrace/enable.exp: Likewise.
7441 * gdb.btrace/exception.exp: Likewise.
7442 * gdb.btrace/function_call_history.exp: Likewise.
7443 * gdb.btrace/gcore.exp: Likewise.
7444 * gdb.btrace/instruction_history.exp: Likewise.
7445 * gdb.btrace/multi-thread-step.exp: Likewise.
7446 * gdb.btrace/nohist.exp: Likewise.
7447 * gdb.btrace/non-stop.exp: Likewise.
7448 * gdb.btrace/reconnect.exp: Likewise.
7449 * gdb.btrace/record_goto-step.exp: Likewise.
7450 * gdb.btrace/record_goto.exp: Likewise.
7451 * gdb.btrace/rn-dl-bind.exp: Likewise.
7452 * gdb.btrace/segv.exp: Likewise.
7453 * gdb.btrace/step.exp: Likewise.
7454 * gdb.btrace/stepi.exp: Likewise.
7455 * gdb.btrace/tailcall-only.exp: Likewise.
7456 * gdb.btrace/tailcall.exp: Likewise.
7457 * gdb.btrace/tsx.exp: Likewise.
7458 * gdb.btrace/unknown_functions.exp: Likewise.
7459 * gdb.btrace/vdso.exp: Likewise.
7460
7461 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7462
7463 * gdb.btrace/enable-running.c: New.
7464 * gdb.btrace/enable-running.exp: New.
7465
7466 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7467
7468 * gdb.arch/amd64-gs_base.c: New file.
7469 * gdb.arch/amd64-gs_base.exp: New file.
7470
7471 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7472
7473 * lib/memory.exp: Remove spurious empty newlines.
7474
7475 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7476
7477 * gdb.python/py-bad-printers.exp: Load python file using "source".
7478 * gdb.python/py-events.exp: Likewise.
7479 * gdb.python/py-evsignal.exp: Likewise.
7480 * gdb.python/py-evthreads.exp: Likewise.
7481 * gdb.python/py-frame-args.exp: Likewise.
7482 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7483 * gdb.python/py-framefilter-mi.exp: Likewise.
7484 * gdb.python/py-framefilter.exp: Likewise.
7485 * gdb.python/py-mi.exp: Likewise.
7486 * gdb.python/py-pp-maint.exp: Likewise.
7487 * gdb.python/py-pp-registration.exp: Likewise.
7488 * gdb.python/py-prettyprint.exp: Likewise.
7489 (run_lang_tests): Likewise.
7490 * gdb.python/py-typeprint.exp: Likewise.
7491
7492 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7493
7494 * lib/memory.exp: New file.
7495 * lib/gdb.exp: Load memory.exp.
7496 * gdb.base/memattr.exp (delete_memory): Move proc to
7497 lib/memory.exp and rename to delete_memory_regions.
7498 Replace delete_memory with delete_memory_regions.
7499 Cleanup memory regions before tests.
7500 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7501 before tests.
7502
7503 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7504
7505 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7506 files.
7507 (initialize): New function conditionally defined.
7508 (testcases): Move within conditional block.
7509 (main): Call initialize.
7510 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7511 of gdb.reverse/insn-reverse.c.
7512 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7513 gdb.reverse/insn-reverse.c.
7514
7515 2017-01-26 Yao Qi <yao.qi@linaro.org>
7516
7517 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7518 disassemble on address 0.
7519
7520 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7521 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7524 * gdb.dwarf2/implptr-64bit.S: Remove.
7525 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7526 variables in caller's context. Add DW_OP_implicit_value.
7527
7528 2017-01-25 Yao Qi <yao.qi@linaro.org>
7529
7530 * lib/dwarf.exp (Dwarf::_location): Handle
7531 DW_OP_GNU_implicit_pointer with proper size.
7532
7533 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7534
7535 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7536 and add untested calls.
7537
7538 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7539
7540 * gdb.python/python.exp: Check line number against what GDB thinks
7541 the line number is for func1.
7542
7543 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7544
7545 * gdb.dlang/debug-expr.exp: New file.
7546
7547 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7548
7549 Fix test names for the following files:
7550
7551 * gdb.ada/exec_changed.exp
7552 * gdb.ada/info_types.exp
7553 * gdb.arch/aarch64-atomic-inst.exp
7554 * gdb.arch/aarch64-fp.exp
7555 * gdb.arch/altivec-abi.exp
7556 * gdb.arch/altivec-regs.exp
7557 * gdb.arch/amd64-byte.exp
7558 * gdb.arch/amd64-disp-step.exp
7559 * gdb.arch/amd64-dword.exp
7560 * gdb.arch/amd64-entry-value-inline.exp
7561 * gdb.arch/amd64-entry-value-param.exp
7562 * gdb.arch/amd64-entry-value-paramref.exp
7563 * gdb.arch/amd64-entry-value.exp
7564 * gdb.arch/amd64-i386-address.exp
7565 * gdb.arch/amd64-invalid-stack-middle.exp
7566 * gdb.arch/amd64-invalid-stack-top.exp
7567 * gdb.arch/amd64-optimout-repeat.exp
7568 * gdb.arch/amd64-prologue-skip.exp
7569 * gdb.arch/amd64-prologue-xmm.exp
7570 * gdb.arch/amd64-stap-special-operands.exp
7571 * gdb.arch/amd64-stap-wrong-subexp.exp
7572 * gdb.arch/amd64-tailcall-cxx.exp
7573 * gdb.arch/amd64-tailcall-noret.exp
7574 * gdb.arch/amd64-tailcall-ret.exp
7575 * gdb.arch/amd64-tailcall-self.exp
7576 * gdb.arch/amd64-word.exp
7577 * gdb.arch/arm-bl-branch-dest.exp
7578 * gdb.arch/arm-disp-step.exp
7579 * gdb.arch/arm-neon.exp
7580 * gdb.arch/arm-single-step-kernel-helper.exp
7581 * gdb.arch/avr-flash-qualifier.exp
7582 * gdb.arch/disp-step-insn-reloc.exp
7583 * gdb.arch/e500-abi.exp
7584 * gdb.arch/e500-regs.exp
7585 * gdb.arch/ftrace-insn-reloc.exp
7586 * gdb.arch/i386-avx512.exp
7587 * gdb.arch/i386-bp_permanent.exp
7588 * gdb.arch/i386-byte.exp
7589 * gdb.arch/i386-cfi-notcurrent.exp
7590 * gdb.arch/i386-disp-step.exp
7591 * gdb.arch/i386-dr3-watch.exp
7592 * gdb.arch/i386-float.exp
7593 * gdb.arch/i386-gnu-cfi.exp
7594 * gdb.arch/i386-mpx-map.exp
7595 * gdb.arch/i386-mpx-sigsegv.exp
7596 * gdb.arch/i386-mpx-simple_segv.exp
7597 * gdb.arch/i386-mpx.exp
7598 * gdb.arch/i386-permbkpt.exp
7599 * gdb.arch/i386-prologue.exp
7600 * gdb.arch/i386-signal.exp
7601 * gdb.arch/i386-size-overlap.exp
7602 * gdb.arch/i386-unwind.exp
7603 * gdb.arch/i386-word.exp
7604 * gdb.arch/mips-fcr.exp
7605 * gdb.arch/powerpc-d128-regs.exp
7606 * gdb.arch/powerpc-stackless.exp
7607 * gdb.arch/ppc64-atomic-inst.exp
7608 * gdb.arch/s390-stackless.exp
7609 * gdb.arch/s390-tdbregs.exp
7610 * gdb.arch/s390-vregs.exp
7611 * gdb.arch/sparc-sysstep.exp
7612 * gdb.arch/thumb-bx-pc.exp
7613 * gdb.arch/thumb-singlestep.exp
7614 * gdb.arch/thumb2-it.exp
7615 * gdb.arch/vsx-regs.exp
7616 * gdb.asm/asm-source.exp
7617 * gdb.base/a2-run.exp
7618 * gdb.base/advance.exp
7619 * gdb.base/all-bin.exp
7620 * gdb.base/anon.exp
7621 * gdb.base/args.exp
7622 * gdb.base/arithmet.exp
7623 * gdb.base/async-shell.exp
7624 * gdb.base/async.exp
7625 * gdb.base/attach-pie-noexec.exp
7626 * gdb.base/attach-twice.exp
7627 * gdb.base/auto-load.exp
7628 * gdb.base/bang.exp
7629 * gdb.base/bitfields.exp
7630 * gdb.base/break-always.exp
7631 * gdb.base/break-caller-line.exp
7632 * gdb.base/break-entry.exp
7633 * gdb.base/break-inline.exp
7634 * gdb.base/break-on-linker-gcd-function.exp
7635 * gdb.base/break-probes.exp
7636 * gdb.base/break.exp
7637 * gdb.base/breakpoint-shadow.exp
7638 * gdb.base/call-ar-st.exp
7639 * gdb.base/call-sc.exp
7640 * gdb.base/call-signal-resume.exp
7641 * gdb.base/call-strs.exp
7642 * gdb.base/callfuncs.exp
7643 * gdb.base/catch-fork-static.exp
7644 * gdb.base/catch-gdb-caused-signals.exp
7645 * gdb.base/catch-load.exp
7646 * gdb.base/catch-signal-fork.exp
7647 * gdb.base/catch-signal.exp
7648 * gdb.base/catch-syscall.exp
7649 * gdb.base/charset.exp
7650 * gdb.base/checkpoint.exp
7651 * gdb.base/chng-syms.exp
7652 * gdb.base/code-expr.exp
7653 * gdb.base/code_elim.exp
7654 * gdb.base/commands.exp
7655 * gdb.base/completion.exp
7656 * gdb.base/complex.exp
7657 * gdb.base/cond-expr.exp
7658 * gdb.base/condbreak.exp
7659 * gdb.base/consecutive.exp
7660 * gdb.base/continue-all-already-running.exp
7661 * gdb.base/coredump-filter.exp
7662 * gdb.base/corefile.exp
7663 * gdb.base/dbx.exp
7664 * gdb.base/debug-expr.exp
7665 * gdb.base/define.exp
7666 * gdb.base/del.exp
7667 * gdb.base/disabled-location.exp
7668 * gdb.base/disasm-end-cu.exp
7669 * gdb.base/disasm-optim.exp
7670 * gdb.base/display.exp
7671 * gdb.base/duplicate-bp.exp
7672 * gdb.base/ena-dis-br.exp
7673 * gdb.base/ending-run.exp
7674 * gdb.base/enumval.exp
7675 * gdb.base/environ.exp
7676 * gdb.base/eu-strip-infcall.exp
7677 * gdb.base/eval-avoid-side-effects.exp
7678 * gdb.base/eval-skip.exp
7679 * gdb.base/exitsignal.exp
7680 * gdb.base/expand-psymtabs.exp
7681 * gdb.base/filesym.exp
7682 * gdb.base/find-unmapped.exp
7683 * gdb.base/finish.exp
7684 * gdb.base/float.exp
7685 * gdb.base/foll-exec-mode.exp
7686 * gdb.base/foll-exec.exp
7687 * gdb.base/foll-fork.exp
7688 * gdb.base/fortran-sym-case.exp
7689 * gdb.base/freebpcmd.exp
7690 * gdb.base/func-ptr.exp
7691 * gdb.base/func-ptrs.exp
7692 * gdb.base/funcargs.exp
7693 * gdb.base/gcore-buffer-overflow.exp
7694 * gdb.base/gcore-relro-pie.exp
7695 * gdb.base/gcore-relro.exp
7696 * gdb.base/gcore.exp
7697 * gdb.base/gdb1090.exp
7698 * gdb.base/gdb11530.exp
7699 * gdb.base/gdb11531.exp
7700 * gdb.base/gdb1821.exp
7701 * gdb.base/gdbindex-stabs.exp
7702 * gdb.base/gdbvars.exp
7703 * gdb.base/hbreak.exp
7704 * gdb.base/hbreak2.exp
7705 * gdb.base/included.exp
7706 * gdb.base/infcall-input.exp
7707 * gdb.base/inferior-died.exp
7708 * gdb.base/infnan.exp
7709 * gdb.base/info-macros.exp
7710 * gdb.base/info-os.exp
7711 * gdb.base/info-proc.exp
7712 * gdb.base/info-shared.exp
7713 * gdb.base/info-target.exp
7714 * gdb.base/infoline.exp
7715 * gdb.base/interp.exp
7716 * gdb.base/interrupt.exp
7717 * gdb.base/jit-reader.exp
7718 * gdb.base/jit-simple.exp
7719 * gdb.base/kill-after-signal.exp
7720 * gdb.base/kill-detach-inferiors-cmd.exp
7721 * gdb.base/label.exp
7722 * gdb.base/langs.exp
7723 * gdb.base/ldbl_e308.exp
7724 * gdb.base/line-symtabs.exp
7725 * gdb.base/linespecs.exp
7726 * gdb.base/list.exp
7727 * gdb.base/long_long.exp
7728 * gdb.base/longest-types.exp
7729 * gdb.base/maint.exp
7730 * gdb.base/max-value-size.exp
7731 * gdb.base/memattr.exp
7732 * gdb.base/mips_pro.exp
7733 * gdb.base/morestack.exp
7734 * gdb.base/moribund-step.exp
7735 * gdb.base/multi-forks.exp
7736 * gdb.base/nested-addr.exp
7737 * gdb.base/nextoverexit.exp
7738 * gdb.base/noreturn-finish.exp
7739 * gdb.base/noreturn-return.exp
7740 * gdb.base/nostdlib.exp
7741 * gdb.base/offsets.exp
7742 * gdb.base/opaque.exp
7743 * gdb.base/pc-fp.exp
7744 * gdb.base/permissions.exp
7745 * gdb.base/print-symbol-loading.exp
7746 * gdb.base/prologue-include.exp
7747 * gdb.base/psymtab.exp
7748 * gdb.base/ptype.exp
7749 * gdb.base/random-signal.exp
7750 * gdb.base/randomize.exp
7751 * gdb.base/range-stepping.exp
7752 * gdb.base/readline-ask.exp
7753 * gdb.base/recpar.exp
7754 * gdb.base/recurse.exp
7755 * gdb.base/relational.exp
7756 * gdb.base/restore.exp
7757 * gdb.base/return-nodebug.exp
7758 * gdb.base/return.exp
7759 * gdb.base/run-after-attach.exp
7760 * gdb.base/save-bp.exp
7761 * gdb.base/scope.exp
7762 * gdb.base/sect-cmd.exp
7763 * gdb.base/set-lang-auto.exp
7764 * gdb.base/set-noassign.exp
7765 * gdb.base/setvar.exp
7766 * gdb.base/sigall.exp
7767 * gdb.base/sigbpt.exp
7768 * gdb.base/siginfo-addr.exp
7769 * gdb.base/siginfo-infcall.exp
7770 * gdb.base/siginfo-obj.exp
7771 * gdb.base/siginfo.exp
7772 * gdb.base/signals-state-child.exp
7773 * gdb.base/signest.exp
7774 * gdb.base/sigstep.exp
7775 * gdb.base/sizeof.exp
7776 * gdb.base/skip.exp
7777 * gdb.base/solib-corrupted.exp
7778 * gdb.base/solib-nodir.exp
7779 * gdb.base/solib-search.exp
7780 * gdb.base/stack-checking.exp
7781 * gdb.base/stale-infcall.exp
7782 * gdb.base/stap-probe.exp
7783 * gdb.base/start.exp
7784 * gdb.base/step-break.exp
7785 * gdb.base/step-bt.exp
7786 * gdb.base/step-line.exp
7787 * gdb.base/step-over-exit.exp
7788 * gdb.base/step-over-syscall.exp
7789 * gdb.base/step-resume-infcall.exp
7790 * gdb.base/step-test.exp
7791 * gdb.base/store.exp
7792 * gdb.base/structs3.exp
7793 * gdb.base/sym-file.exp
7794 * gdb.base/symbol-without-target_section.exp
7795 * gdb.base/term.exp
7796 * gdb.base/testenv.exp
7797 * gdb.base/ui-redirect.exp
7798 * gdb.base/until.exp
7799 * gdb.base/unwindonsignal.exp
7800 * gdb.base/value-double-free.exp
7801 * gdb.base/vla-datatypes.exp
7802 * gdb.base/vla-ptr.exp
7803 * gdb.base/vla-sideeffect.exp
7804 * gdb.base/volatile.exp
7805 * gdb.base/watch-cond-infcall.exp
7806 * gdb.base/watch-cond.exp
7807 * gdb.base/watch-non-mem.exp
7808 * gdb.base/watch-read.exp
7809 * gdb.base/watch-vfork.exp
7810 * gdb.base/watchpoint-cond-gone.exp
7811 * gdb.base/watchpoint-delete.exp
7812 * gdb.base/watchpoint-hw-hit-once.exp
7813 * gdb.base/watchpoint-hw.exp
7814 * gdb.base/watchpoint-stops-at-right-insn.exp
7815 * gdb.base/watchpoints.exp
7816 * gdb.base/wchar.exp
7817 * gdb.base/whatis-exp.exp
7818 * gdb.btrace/buffer-size.exp
7819 * gdb.btrace/data.exp
7820 * gdb.btrace/delta.exp
7821 * gdb.btrace/dlopen.exp
7822 * gdb.btrace/enable.exp
7823 * gdb.btrace/exception.exp
7824 * gdb.btrace/function_call_history.exp
7825 * gdb.btrace/gcore.exp
7826 * gdb.btrace/instruction_history.exp
7827 * gdb.btrace/nohist.exp
7828 * gdb.btrace/reconnect.exp
7829 * gdb.btrace/record_goto-step.exp
7830 * gdb.btrace/record_goto.exp
7831 * gdb.btrace/rn-dl-bind.exp
7832 * gdb.btrace/segv.exp
7833 * gdb.btrace/step.exp
7834 * gdb.btrace/stepi.exp
7835 * gdb.btrace/tailcall-only.exp
7836 * gdb.btrace/tailcall.exp
7837 * gdb.btrace/tsx.exp
7838 * gdb.btrace/unknown_functions.exp
7839 * gdb.btrace/vdso.exp
7840 * gdb.compile/compile-ifunc.exp
7841 * gdb.compile/compile-ops.exp
7842 * gdb.compile/compile-print.exp
7843 * gdb.compile/compile-setjmp.exp
7844 * gdb.cp/abstract-origin.exp
7845 * gdb.cp/ambiguous.exp
7846 * gdb.cp/annota2.exp
7847 * gdb.cp/annota3.exp
7848 * gdb.cp/anon-ns.exp
7849 * gdb.cp/anon-struct.exp
7850 * gdb.cp/anon-union.exp
7851 * gdb.cp/arg-reference.exp
7852 * gdb.cp/baseenum.exp
7853 * gdb.cp/bool.exp
7854 * gdb.cp/breakpoint.exp
7855 * gdb.cp/bs15503.exp
7856 * gdb.cp/call-c.exp
7857 * gdb.cp/casts.exp
7858 * gdb.cp/chained-calls.exp
7859 * gdb.cp/class2.exp
7860 * gdb.cp/classes.exp
7861 * gdb.cp/cmpd-minsyms.exp
7862 * gdb.cp/converts.exp
7863 * gdb.cp/cp-relocate.exp
7864 * gdb.cp/cpcompletion.exp
7865 * gdb.cp/cpexprs.exp
7866 * gdb.cp/cplabel.exp
7867 * gdb.cp/cplusfuncs.exp
7868 * gdb.cp/cpsizeof.exp
7869 * gdb.cp/ctti.exp
7870 * gdb.cp/derivation.exp
7871 * gdb.cp/destrprint.exp
7872 * gdb.cp/dispcxx.exp
7873 * gdb.cp/enum-class.exp
7874 * gdb.cp/exception.exp
7875 * gdb.cp/exceptprint.exp
7876 * gdb.cp/expand-psymtabs-cxx.exp
7877 * gdb.cp/expand-sals.exp
7878 * gdb.cp/extern-c.exp
7879 * gdb.cp/filename.exp
7880 * gdb.cp/formatted-ref.exp
7881 * gdb.cp/fpointer.exp
7882 * gdb.cp/gdb1355.exp
7883 * gdb.cp/gdb2495.exp
7884 * gdb.cp/hang.exp
7885 * gdb.cp/impl-this.exp
7886 * gdb.cp/infcall-dlopen.exp
7887 * gdb.cp/inherit.exp
7888 * gdb.cp/iostream.exp
7889 * gdb.cp/koenig.exp
7890 * gdb.cp/local.exp
7891 * gdb.cp/m-data.exp
7892 * gdb.cp/m-static.exp
7893 * gdb.cp/mb-ctor.exp
7894 * gdb.cp/mb-inline.exp
7895 * gdb.cp/mb-templates.exp
7896 * gdb.cp/member-name.exp
7897 * gdb.cp/member-ptr.exp
7898 * gdb.cp/meth-typedefs.exp
7899 * gdb.cp/method.exp
7900 * gdb.cp/method2.exp
7901 * gdb.cp/minsym-fallback.exp
7902 * gdb.cp/misc.exp
7903 * gdb.cp/namelessclass.exp
7904 * gdb.cp/namespace-enum.exp
7905 * gdb.cp/namespace-nested-import.exp
7906 * gdb.cp/namespace.exp
7907 * gdb.cp/nextoverthrow.exp
7908 * gdb.cp/no-dmgl-verbose.exp
7909 * gdb.cp/non-trivial-retval.exp
7910 * gdb.cp/noparam.exp
7911 * gdb.cp/nsdecl.exp
7912 * gdb.cp/nsimport.exp
7913 * gdb.cp/nsnested.exp
7914 * gdb.cp/nsnoimports.exp
7915 * gdb.cp/nsrecurs.exp
7916 * gdb.cp/nsstress.exp
7917 * gdb.cp/nsusing.exp
7918 * gdb.cp/operator.exp
7919 * gdb.cp/oranking.exp
7920 * gdb.cp/overload-const.exp
7921 * gdb.cp/overload.exp
7922 * gdb.cp/ovldbreak.exp
7923 * gdb.cp/ovsrch.exp
7924 * gdb.cp/paren-type.exp
7925 * gdb.cp/parse-lang.exp
7926 * gdb.cp/pass-by-ref.exp
7927 * gdb.cp/pr-1023.exp
7928 * gdb.cp/pr-1210.exp
7929 * gdb.cp/pr-574.exp
7930 * gdb.cp/pr10687.exp
7931 * gdb.cp/pr12028.exp
7932 * gdb.cp/pr17132.exp
7933 * gdb.cp/pr17494.exp
7934 * gdb.cp/pr9067.exp
7935 * gdb.cp/pr9167.exp
7936 * gdb.cp/pr9631.exp
7937 * gdb.cp/printmethod.exp
7938 * gdb.cp/psmang.exp
7939 * gdb.cp/psymtab-parameter.exp
7940 * gdb.cp/ptype-cv-cp.exp
7941 * gdb.cp/ptype-flags.exp
7942 * gdb.cp/re-set-overloaded.exp
7943 * gdb.cp/ref-types.exp
7944 * gdb.cp/rtti.exp
7945 * gdb.cp/scope-err.exp
7946 * gdb.cp/shadow.exp
7947 * gdb.cp/smartp.exp
7948 * gdb.cp/static-method.exp
7949 * gdb.cp/static-print-quit.exp
7950 * gdb.cp/temargs.exp
7951 * gdb.cp/templates.exp
7952 * gdb.cp/try_catch.exp
7953 * gdb.cp/typedef-operator.exp
7954 * gdb.cp/typeid.exp
7955 * gdb.cp/userdef.exp
7956 * gdb.cp/using-crash.exp
7957 * gdb.cp/var-tag.exp
7958 * gdb.cp/virtbase.exp
7959 * gdb.cp/virtfunc.exp
7960 * gdb.cp/virtfunc2.exp
7961 * gdb.cp/vla-cxx.exp
7962 * gdb.disasm/t01_mov.exp
7963 * gdb.disasm/t02_mova.exp
7964 * gdb.disasm/t03_add.exp
7965 * gdb.disasm/t04_sub.exp
7966 * gdb.disasm/t05_cmp.exp
7967 * gdb.disasm/t06_ari2.exp
7968 * gdb.disasm/t07_ari3.exp
7969 * gdb.disasm/t08_or.exp
7970 * gdb.disasm/t09_xor.exp
7971 * gdb.disasm/t10_and.exp
7972 * gdb.disasm/t11_logs.exp
7973 * gdb.disasm/t12_bit.exp
7974 * gdb.disasm/t13_otr.exp
7975 * gdb.dlang/circular.exp
7976 * gdb.dwarf2/arr-stride.exp
7977 * gdb.dwarf2/arr-subrange.exp
7978 * gdb.dwarf2/atomic-type.exp
7979 * gdb.dwarf2/bad-regnum.exp
7980 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7981 * gdb.dwarf2/callframecfa.exp
7982 * gdb.dwarf2/clztest.exp
7983 * gdb.dwarf2/corrupt.exp
7984 * gdb.dwarf2/data-loc.exp
7985 * gdb.dwarf2/dup-psym.exp
7986 * gdb.dwarf2/dw2-anon-mptr.exp
7987 * gdb.dwarf2/dw2-anonymous-func.exp
7988 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7989 * gdb.dwarf2/dw2-bad-unresolved.exp
7990 * gdb.dwarf2/dw2-basic.exp
7991 * gdb.dwarf2/dw2-canonicalize-type.exp
7992 * gdb.dwarf2/dw2-case-insensitive.exp
7993 * gdb.dwarf2/dw2-common-block.exp
7994 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7995 * gdb.dwarf2/dw2-compressed.exp
7996 * gdb.dwarf2/dw2-const.exp
7997 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7998 * gdb.dwarf2/dw2-cu-size.exp
7999 * gdb.dwarf2/dw2-dup-frame.exp
8000 * gdb.dwarf2/dw2-entry-value.exp
8001 * gdb.dwarf2/dw2-icycle.exp
8002 * gdb.dwarf2/dw2-ifort-parameter.exp
8003 * gdb.dwarf2/dw2-inline-break.exp
8004 * gdb.dwarf2/dw2-inline-param.exp
8005 * gdb.dwarf2/dw2-intercu.exp
8006 * gdb.dwarf2/dw2-intermix.exp
8007 * gdb.dwarf2/dw2-lexical-block-bare.exp
8008 * gdb.dwarf2/dw2-linkage-name-trust.exp
8009 * gdb.dwarf2/dw2-minsym-in-cu.exp
8010 * gdb.dwarf2/dw2-noloc.exp
8011 * gdb.dwarf2/dw2-op-call.exp
8012 * gdb.dwarf2/dw2-op-out-param.exp
8013 * gdb.dwarf2/dw2-opt-structptr.exp
8014 * gdb.dwarf2/dw2-param-error.exp
8015 * gdb.dwarf2/dw2-producer.exp
8016 * gdb.dwarf2/dw2-ranges-base.exp
8017 * gdb.dwarf2/dw2-ref-missing-frame.exp
8018 * gdb.dwarf2/dw2-reg-undefined.exp
8019 * gdb.dwarf2/dw2-regno-invalid.exp
8020 * gdb.dwarf2/dw2-restore.exp
8021 * gdb.dwarf2/dw2-restrict.exp
8022 * gdb.dwarf2/dw2-single-line-discriminators.exp
8023 * gdb.dwarf2/dw2-strp.exp
8024 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8025 * gdb.dwarf2/dw2-unresolved.exp
8026 * gdb.dwarf2/dw2-var-zero-addr.exp
8027 * gdb.dwarf2/dw4-sig-types.exp
8028 * gdb.dwarf2/dwz.exp
8029 * gdb.dwarf2/dynarr-ptr.exp
8030 * gdb.dwarf2/enum-type.exp
8031 * gdb.dwarf2/gdb-index.exp
8032 * gdb.dwarf2/implptr-64bit.exp
8033 * gdb.dwarf2/implptr-optimized-out.exp
8034 * gdb.dwarf2/implptr.exp
8035 * gdb.dwarf2/implref-array.exp
8036 * gdb.dwarf2/implref-const.exp
8037 * gdb.dwarf2/implref-global.exp
8038 * gdb.dwarf2/implref-struct.exp
8039 * gdb.dwarf2/mac-fileno.exp
8040 * gdb.dwarf2/main-subprogram.exp
8041 * gdb.dwarf2/member-ptr-forwardref.exp
8042 * gdb.dwarf2/method-ptr.exp
8043 * gdb.dwarf2/missing-sig-type.exp
8044 * gdb.dwarf2/nonvar-access.exp
8045 * gdb.dwarf2/opaque-type-lookup.exp
8046 * gdb.dwarf2/pieces-optimized-out.exp
8047 * gdb.dwarf2/pieces.exp
8048 * gdb.dwarf2/pr10770.exp
8049 * gdb.dwarf2/pr13961.exp
8050 * gdb.dwarf2/staticvirtual.exp
8051 * gdb.dwarf2/subrange.exp
8052 * gdb.dwarf2/symtab-producer.exp
8053 * gdb.dwarf2/trace-crash.exp
8054 * gdb.dwarf2/typeddwarf.exp
8055 * gdb.dwarf2/valop.exp
8056 * gdb.dwarf2/watch-notconst.exp
8057 * gdb.fortran/array-element.exp
8058 * gdb.fortran/charset.exp
8059 * gdb.fortran/common-block.exp
8060 * gdb.fortran/complex.exp
8061 * gdb.fortran/derived-type-function.exp
8062 * gdb.fortran/derived-type.exp
8063 * gdb.fortran/logical.exp
8064 * gdb.fortran/module.exp
8065 * gdb.fortran/multi-dim.exp
8066 * gdb.fortran/nested-funcs.exp
8067 * gdb.fortran/print-formatted.exp
8068 * gdb.fortran/subarray.exp
8069 * gdb.fortran/vla-alloc-assoc.exp
8070 * gdb.fortran/vla-datatypes.exp
8071 * gdb.fortran/vla-history.exp
8072 * gdb.fortran/vla-ptr-info.exp
8073 * gdb.fortran/vla-ptype-sub.exp
8074 * gdb.fortran/vla-ptype.exp
8075 * gdb.fortran/vla-sizeof.exp
8076 * gdb.fortran/vla-type.exp
8077 * gdb.fortran/vla-value-sub-arbitrary.exp
8078 * gdb.fortran/vla-value-sub-finish.exp
8079 * gdb.fortran/vla-value-sub.exp
8080 * gdb.fortran/vla-value.exp
8081 * gdb.fortran/whatis_type.exp
8082 * gdb.go/chan.exp
8083 * gdb.go/handcall.exp
8084 * gdb.go/hello.exp
8085 * gdb.go/integers.exp
8086 * gdb.go/methods.exp
8087 * gdb.go/package.exp
8088 * gdb.go/strings.exp
8089 * gdb.go/types.exp
8090 * gdb.go/unsafe.exp
8091 * gdb.guile/scm-arch.exp
8092 * gdb.guile/scm-block.exp
8093 * gdb.guile/scm-breakpoint.exp
8094 * gdb.guile/scm-cmd.exp
8095 * gdb.guile/scm-disasm.exp
8096 * gdb.guile/scm-equal.exp
8097 * gdb.guile/scm-frame-args.exp
8098 * gdb.guile/scm-frame-inline.exp
8099 * gdb.guile/scm-frame.exp
8100 * gdb.guile/scm-iterator.exp
8101 * gdb.guile/scm-math.exp
8102 * gdb.guile/scm-objfile.exp
8103 * gdb.guile/scm-ports.exp
8104 * gdb.guile/scm-symbol.exp
8105 * gdb.guile/scm-symtab.exp
8106 * gdb.guile/scm-value-cc.exp
8107 * gdb.guile/types-module.exp
8108 * gdb.linespec/break-ask.exp
8109 * gdb.linespec/cpexplicit.exp
8110 * gdb.linespec/explicit.exp
8111 * gdb.linespec/keywords.exp
8112 * gdb.linespec/linespec.exp
8113 * gdb.linespec/ls-dollar.exp
8114 * gdb.linespec/ls-errs.exp
8115 * gdb.linespec/skip-two.exp
8116 * gdb.linespec/thread.exp
8117 * gdb.mi/mi-async.exp
8118 * gdb.mi/mi-basics.exp
8119 * gdb.mi/mi-break.exp
8120 * gdb.mi/mi-catch-load.exp
8121 * gdb.mi/mi-cli.exp
8122 * gdb.mi/mi-cmd-param-changed.exp
8123 * gdb.mi/mi-console.exp
8124 * gdb.mi/mi-detach.exp
8125 * gdb.mi/mi-disassemble.exp
8126 * gdb.mi/mi-eval.exp
8127 * gdb.mi/mi-file-transfer.exp
8128 * gdb.mi/mi-file.exp
8129 * gdb.mi/mi-fill-memory.exp
8130 * gdb.mi/mi-inheritance-syntax-error.exp
8131 * gdb.mi/mi-linespec-err-cp.exp
8132 * gdb.mi/mi-logging.exp
8133 * gdb.mi/mi-memory-changed.exp
8134 * gdb.mi/mi-read-memory.exp
8135 * gdb.mi/mi-record-changed.exp
8136 * gdb.mi/mi-reg-undefined.exp
8137 * gdb.mi/mi-regs.exp
8138 * gdb.mi/mi-return.exp
8139 * gdb.mi/mi-reverse.exp
8140 * gdb.mi/mi-simplerun.exp
8141 * gdb.mi/mi-solib.exp
8142 * gdb.mi/mi-stack.exp
8143 * gdb.mi/mi-stepi.exp
8144 * gdb.mi/mi-syn-frame.exp
8145 * gdb.mi/mi-until.exp
8146 * gdb.mi/mi-var-block.exp
8147 * gdb.mi/mi-var-child.exp
8148 * gdb.mi/mi-var-cmd.exp
8149 * gdb.mi/mi-var-cp.exp
8150 * gdb.mi/mi-var-display.exp
8151 * gdb.mi/mi-var-invalidate.exp
8152 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8153 * gdb.mi/mi-vla-fortran.exp
8154 * gdb.mi/mi-watch.exp
8155 * gdb.mi/mi2-var-child.exp
8156 * gdb.mi/user-selected-context-sync.exp
8157 * gdb.modula2/unbounded-array.exp
8158 * gdb.multi/dummy-frame-restore.exp
8159 * gdb.multi/multi-arch-exec.exp
8160 * gdb.multi/multi-arch.exp
8161 * gdb.multi/tids.exp
8162 * gdb.multi/watchpoint-multi.exp
8163 * gdb.opencl/callfuncs.exp
8164 * gdb.opencl/convs_casts.exp
8165 * gdb.opencl/datatypes.exp
8166 * gdb.opencl/operators.exp
8167 * gdb.opencl/vec_comps.exp
8168 * gdb.opt/clobbered-registers-O2.exp
8169 * gdb.opt/inline-break.exp
8170 * gdb.opt/inline-bt.exp
8171 * gdb.opt/inline-cmds.exp
8172 * gdb.opt/inline-locals.exp
8173 * gdb.pascal/case-insensitive-symbols.exp
8174 * gdb.pascal/floats.exp
8175 * gdb.pascal/gdb11492.exp
8176 * gdb.python/lib-types.exp
8177 * gdb.python/py-arch.exp
8178 * gdb.python/py-as-string.exp
8179 * gdb.python/py-bad-printers.exp
8180 * gdb.python/py-block.exp
8181 * gdb.python/py-breakpoint-create-fail.exp
8182 * gdb.python/py-breakpoint.exp
8183 * gdb.python/py-caller-is.exp
8184 * gdb.python/py-cmd.exp
8185 * gdb.python/py-explore-cc.exp
8186 * gdb.python/py-explore.exp
8187 * gdb.python/py-finish-breakpoint.exp
8188 * gdb.python/py-finish-breakpoint2.exp
8189 * gdb.python/py-frame-args.exp
8190 * gdb.python/py-frame-inline.exp
8191 * gdb.python/py-frame.exp
8192 * gdb.python/py-framefilter-mi.exp
8193 * gdb.python/py-infthread.exp
8194 * gdb.python/py-lazy-string.exp
8195 * gdb.python/py-linetable.exp
8196 * gdb.python/py-mi-events.exp
8197 * gdb.python/py-mi-objfile.exp
8198 * gdb.python/py-mi.exp
8199 * gdb.python/py-objfile.exp
8200 * gdb.python/py-pp-integral.exp
8201 * gdb.python/py-pp-maint.exp
8202 * gdb.python/py-pp-re-notag.exp
8203 * gdb.python/py-pp-registration.exp
8204 * gdb.python/py-recurse-unwind.exp
8205 * gdb.python/py-strfns.exp
8206 * gdb.python/py-symbol.exp
8207 * gdb.python/py-symtab.exp
8208 * gdb.python/py-sync-interp.exp
8209 * gdb.python/py-typeprint.exp
8210 * gdb.python/py-unwind-maint.exp
8211 * gdb.python/py-unwind.exp
8212 * gdb.python/py-value-cc.exp
8213 * gdb.python/py-xmethods.exp
8214 * gdb.reverse/amd64-tailcall-reverse.exp
8215 * gdb.reverse/break-precsave.exp
8216 * gdb.reverse/break-reverse.exp
8217 * gdb.reverse/consecutive-precsave.exp
8218 * gdb.reverse/consecutive-reverse.exp
8219 * gdb.reverse/finish-precsave.exp
8220 * gdb.reverse/finish-reverse-bkpt.exp
8221 * gdb.reverse/finish-reverse.exp
8222 * gdb.reverse/fstatat-reverse.exp
8223 * gdb.reverse/getresuid-reverse.exp
8224 * gdb.reverse/i386-precsave.exp
8225 * gdb.reverse/i386-reverse.exp
8226 * gdb.reverse/i386-sse-reverse.exp
8227 * gdb.reverse/i387-env-reverse.exp
8228 * gdb.reverse/i387-stack-reverse.exp
8229 * gdb.reverse/insn-reverse.exp
8230 * gdb.reverse/machinestate-precsave.exp
8231 * gdb.reverse/machinestate.exp
8232 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8233 * gdb.reverse/pipe-reverse.exp
8234 * gdb.reverse/readv-reverse.exp
8235 * gdb.reverse/recvmsg-reverse.exp
8236 * gdb.reverse/rerun-prec.exp
8237 * gdb.reverse/s390-mvcle.exp
8238 * gdb.reverse/step-precsave.exp
8239 * gdb.reverse/step-reverse.exp
8240 * gdb.reverse/time-reverse.exp
8241 * gdb.reverse/until-precsave.exp
8242 * gdb.reverse/until-reverse.exp
8243 * gdb.reverse/waitpid-reverse.exp
8244 * gdb.reverse/watch-precsave.exp
8245 * gdb.reverse/watch-reverse.exp
8246 * gdb.rust/generics.exp
8247 * gdb.rust/methods.exp
8248 * gdb.rust/modules.exp
8249 * gdb.rust/simple.exp
8250 * gdb.server/connect-with-no-symbol-file.exp
8251 * gdb.server/ext-attach.exp
8252 * gdb.server/ext-restart.exp
8253 * gdb.server/ext-wrapper.exp
8254 * gdb.server/file-transfer.exp
8255 * gdb.server/server-exec-info.exp
8256 * gdb.server/server-kill.exp
8257 * gdb.server/server-mon.exp
8258 * gdb.server/wrapper.exp
8259 * gdb.stabs/exclfwd.exp
8260 * gdb.stabs/gdb11479.exp
8261 * gdb.threads/clone-new-thread-event.exp
8262 * gdb.threads/corethreads.exp
8263 * gdb.threads/current-lwp-dead.exp
8264 * gdb.threads/dlopen-libpthread.exp
8265 * gdb.threads/gcore-thread.exp
8266 * gdb.threads/sigstep-threads.exp
8267 * gdb.threads/watchpoint-fork.exp
8268 * gdb.trace/actions-changed.exp
8269 * gdb.trace/backtrace.exp
8270 * gdb.trace/change-loc.exp
8271 * gdb.trace/circ.exp
8272 * gdb.trace/collection.exp
8273 * gdb.trace/disconnected-tracing.exp
8274 * gdb.trace/ftrace.exp
8275 * gdb.trace/mi-trace-frame-collected.exp
8276 * gdb.trace/mi-trace-unavailable.exp
8277 * gdb.trace/mi-traceframe-changed.exp
8278 * gdb.trace/mi-tsv-changed.exp
8279 * gdb.trace/no-attach-trace.exp
8280 * gdb.trace/passc-dyn.exp
8281 * gdb.trace/qtro.exp
8282 * gdb.trace/range-stepping.exp
8283 * gdb.trace/read-memory.exp
8284 * gdb.trace/save-trace.exp
8285 * gdb.trace/signal.exp
8286 * gdb.trace/status-stop.exp
8287 * gdb.trace/tfile.exp
8288 * gdb.trace/trace-break.exp
8289 * gdb.trace/trace-buffer-size.exp
8290 * gdb.trace/trace-condition.exp
8291 * gdb.trace/tracefile-pseudo-reg.exp
8292 * gdb.trace/tstatus.exp
8293 * gdb.trace/unavailable.exp
8294 * gdb.trace/while-dyn.exp
8295 * gdb.trace/while-stepping.exp
8296
8297 2016-12-22 Doug Evans <xdje42@gmail.com>
8298
8299 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8300 and msymbols.
8301
8302 2016-12-19 Yao Qi <yao.qi@linaro.org>
8303
8304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8305 (test_with_self): Don't call do_steps_and_nexts, and remove
8306 code about stepping into xmalloc.
8307
8308 2016-12-09 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8311
8312 2016-12-09 Yao Qi <yao.qi@linaro.org>
8313
8314 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8315
8316 2016-12-09 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.base/all-architectures-0.exp: New file.
8319 * gdb.base/all-architectures-1.exp: New file.
8320 * gdb.base/all-architectures-2.exp: New file.
8321 * gdb.base/all-architectures-3.exp: New file.
8322 * gdb.base/all-architectures-4.exp: New file.
8323 * gdb.base/all-architectures-5.exp: New file.
8324 * gdb.base/all-architectures-6.exp: New file.
8325 * gdb.base/all-architectures-7.exp: New file.
8326 * gdb.base/all-architectures.exp.in: New file.
8327
8328 2016-12-09 Yao Qi <yao.qi@linaro.org>
8329
8330 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8331
8332 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8333
8334 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8335 possible.
8336 Remove useless pattern-matching code.
8337
8338 2016-12-02 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8341 procedure.
8342 (top level): Call it.
8343
8344 2016-12-02 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8347 New procedure.
8348 (top level): Call it.
8349
8350 2016-12-02 Pedro Alves <palves@redhat.com>
8351
8352 PR cli/20559
8353 * gdb.base/commands.exp (user_defined_command_args_eval): New
8354 procedure.
8355 (top level): Call it.
8356
8357 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8358
8359 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8360 timeout handling.
8361
8362 2016-12-02 Tom Tromey <tom@tromey.com>
8363
8364 * gdb.dwarf2/main-subprogram.c: New file.
8365 * gdb.dwarf2/main-subprogram.exp: New file.
8366
8367 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8368
8369 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8370 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8371 gdb_test_no_output for a couple of cases.
8372 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8373
8374 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8375
8376 Fix test names and standardize compilation error messages throughout
8377 the following files:
8378
8379 * gdb.ada/start.exp
8380 * gdb.arch/alpha-step.exp
8381 * gdb.arch/e500-prologue.exp
8382 * gdb.arch/ftrace-insn-reloc.exp
8383 * gdb.arch/gdb1291.exp
8384 * gdb.arch/gdb1431.exp
8385 * gdb.arch/gdb1558.exp
8386 * gdb.arch/i386-dr3-watch.exp
8387 * gdb.arch/i386-sse-stack-align.exp
8388 * gdb.arch/ia64-breakpoint-shadow.exp
8389 * gdb.arch/pa-nullify.exp
8390 * gdb.arch/powerpc-aix-prologue.exp
8391 * gdb.arch/thumb-bx-pc.exp
8392 * gdb.base/annota1.exp
8393 * gdb.base/annota3.exp
8394 * gdb.base/arrayidx.exp
8395 * gdb.base/assign.exp
8396 * gdb.base/attach.exp
8397 * gdb.base/auxv.exp
8398 * gdb.base/bang.exp
8399 * gdb.base/bfp-test.exp
8400 * gdb.base/bigcore.exp
8401 * gdb.base/bitfields2.exp
8402 * gdb.base/break-fun-addr.exp
8403 * gdb.base/break-probes.exp
8404 * gdb.base/call-rt-st.exp
8405 * gdb.base/callexit.exp
8406 * gdb.base/catch-fork-kill.exp
8407 * gdb.base/charset.exp
8408 * gdb.base/checkpoint.exp
8409 * gdb.base/comprdebug.exp
8410 * gdb.base/constvars.exp
8411 * gdb.base/coredump-filter.exp
8412 * gdb.base/cursal.exp
8413 * gdb.base/cvexpr.exp
8414 * gdb.base/detach.exp
8415 * gdb.base/display.exp
8416 * gdb.base/dmsym.exp
8417 * gdb.base/dprintf-pending.exp
8418 * gdb.base/dso2dso.exp
8419 * gdb.base/dtrace-probe.exp
8420 * gdb.base/dump.exp
8421 * gdb.base/enum_cond.exp
8422 * gdb.base/exe-lock.exp
8423 * gdb.base/exec-invalid-sysroot.exp
8424 * gdb.base/execl-update-breakpoints.exp
8425 * gdb.base/exprs.exp
8426 * gdb.base/fileio.exp
8427 * gdb.base/find.exp
8428 * gdb.base/finish.exp
8429 * gdb.base/fixsection.exp
8430 * gdb.base/foll-vfork.exp
8431 * gdb.base/frame-args.exp
8432 * gdb.base/gcore.exp
8433 * gdb.base/gdb1250.exp
8434 * gdb.base/global-var-nested-by-dso.exp
8435 * gdb.base/gnu-ifunc.exp
8436 * gdb.base/hashline1.exp
8437 * gdb.base/hashline2.exp
8438 * gdb.base/hashline3.exp
8439 * gdb.base/hbreak-in-shr-unsupported.exp
8440 * gdb.base/huge.exp
8441 * gdb.base/infcall-input.exp
8442 * gdb.base/info-fun.exp
8443 * gdb.base/info-shared.exp
8444 * gdb.base/jit-simple.exp
8445 * gdb.base/jit-so.exp
8446 * gdb.base/jit.exp
8447 * gdb.base/jump.exp
8448 * gdb.base/label.exp
8449 * gdb.base/lineinc.exp
8450 * gdb.base/logical.exp
8451 * gdb.base/longjmp.exp
8452 * gdb.base/macscp.exp
8453 * gdb.base/miscexprs.exp
8454 * gdb.base/new-ui-echo.exp
8455 * gdb.base/new-ui-pending-input.exp
8456 * gdb.base/new-ui.exp
8457 * gdb.base/nodebug.exp
8458 * gdb.base/nofield.exp
8459 * gdb.base/offsets.exp
8460 * gdb.base/overlays.exp
8461 * gdb.base/pending.exp
8462 * gdb.base/pointers.exp
8463 * gdb.base/pr11022.exp
8464 * gdb.base/printcmds.exp
8465 * gdb.base/prologue.exp
8466 * gdb.base/ptr-typedef.exp
8467 * gdb.base/realname-expand.exp
8468 * gdb.base/relativedebug.exp
8469 * gdb.base/relocate.exp
8470 * gdb.base/remote.exp
8471 * gdb.base/reread.exp
8472 * gdb.base/return2.exp
8473 * gdb.base/savedregs.exp
8474 * gdb.base/sep.exp
8475 * gdb.base/sepdebug.exp
8476 * gdb.base/sepsymtab.exp
8477 * gdb.base/set-inferior-tty.exp
8478 * gdb.base/setshow.exp
8479 * gdb.base/shlib-call.exp
8480 * gdb.base/sigaltstack.exp
8481 * gdb.base/siginfo-addr.exp
8482 * gdb.base/signals.exp
8483 * gdb.base/signull.exp
8484 * gdb.base/sigrepeat.exp
8485 * gdb.base/so-impl-ld.exp
8486 * gdb.base/solib-display.exp
8487 * gdb.base/solib-overlap.exp
8488 * gdb.base/solib-search.exp
8489 * gdb.base/solib-symbol.exp
8490 * gdb.base/structs.exp
8491 * gdb.base/structs2.exp
8492 * gdb.base/symtab-search-order.exp
8493 * gdb.base/twice.exp
8494 * gdb.base/unload.exp
8495 * gdb.base/varargs.exp
8496 * gdb.base/watchpoint-solib.exp
8497 * gdb.base/watchpoint.exp
8498 * gdb.base/whatis.exp
8499 * gdb.base/wrong_frame_bt_full.exp
8500 * gdb.btrace/dlopen.exp
8501 * gdb.cell/ea-standalone.exp
8502 * gdb.cell/ea-test.exp
8503 * gdb.cp/dispcxx.exp
8504 * gdb.cp/gdb2384.exp
8505 * gdb.cp/method2.exp
8506 * gdb.cp/nextoverthrow.exp
8507 * gdb.cp/pr10728.exp
8508 * gdb.disasm/am33.exp
8509 * gdb.disasm/h8300s.exp
8510 * gdb.disasm/mn10300.exp
8511 * gdb.disasm/sh3.exp
8512 * gdb.dwarf2/dw2-dir-file-name.exp
8513 * gdb.fortran/complex.exp
8514 * gdb.fortran/library-module.exp
8515 * gdb.guile/scm-pretty-print.exp
8516 * gdb.guile/scm-symbol.exp
8517 * gdb.guile/scm-type.exp
8518 * gdb.guile/scm-value.exp
8519 * gdb.linespec/linespec.exp
8520 * gdb.mi/gdb701.exp
8521 * gdb.mi/gdb792.exp
8522 * gdb.mi/mi-breakpoint-changed.exp
8523 * gdb.mi/mi-dprintf-pending.exp
8524 * gdb.mi/mi-dprintf.exp
8525 * gdb.mi/mi-exit-code.exp
8526 * gdb.mi/mi-pending.exp
8527 * gdb.mi/mi-solib.exp
8528 * gdb.mi/new-ui-mi-sync.exp
8529 * gdb.mi/pr11022.exp
8530 * gdb.mi/user-selected-context-sync.exp
8531 * gdb.opt/solib-intra-step.exp
8532 * gdb.python/py-events.exp
8533 * gdb.python/py-finish-breakpoint.exp
8534 * gdb.python/py-mi.exp
8535 * gdb.python/py-prettyprint.exp
8536 * gdb.python/py-shared.exp
8537 * gdb.python/py-symbol.exp
8538 * gdb.python/py-template.exp
8539 * gdb.python/py-type.exp
8540 * gdb.python/py-value.exp
8541 * gdb.reverse/solib-precsave.exp
8542 * gdb.reverse/solib-reverse.exp
8543 * gdb.server/solib-list.exp
8544 * gdb.stabs/weird.exp
8545 * gdb.threads/reconnect-signal.exp
8546 * gdb.threads/stepi-random-signal.exp
8547 * gdb.trace/actions.exp
8548 * gdb.trace/ax.exp
8549 * gdb.trace/backtrace.exp
8550 * gdb.trace/change-loc.exp
8551 * gdb.trace/deltrace.exp
8552 * gdb.trace/ftrace-lock.exp
8553 * gdb.trace/ftrace.exp
8554 * gdb.trace/infotrace.exp
8555 * gdb.trace/mi-tracepoint-changed.exp
8556 * gdb.trace/packetlen.exp
8557 * gdb.trace/passcount.exp
8558 * gdb.trace/pending.exp
8559 * gdb.trace/range-stepping.exp
8560 * gdb.trace/report.exp
8561 * gdb.trace/stap-trace.exp
8562 * gdb.trace/tfind.exp
8563 * gdb.trace/trace-break.exp
8564 * gdb.trace/trace-condition.exp
8565 * gdb.trace/trace-enable-disable.exp
8566 * gdb.trace/trace-mt.exp
8567 * gdb.trace/tracecmd.exp
8568 * gdb.trace/tspeed.exp
8569 * gdb.trace/tsv.exp
8570 * lib/perftest.exp
8571
8572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8573
8574 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8575 with gdb_test_no_output.
8576 Use command as test name.
8577
8578 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8579
8580 Fix test names starting with uppercase throughout the files.
8581
8582 * gdb.ada/assign_1.exp
8583 * gdb.ada/boolean_expr.exp
8584 * gdb.base/arrayidx.exp
8585 * gdb.base/del.exp
8586 * gdb.base/gcore-buffer-overflow.exp
8587 * gdb.base/testenv.exp
8588 * gdb.compile/compile.exp
8589 * gdb.python/py-framefilter-invalidarg.exp
8590 * gdb.python/py-framefilter.exp
8591
8592 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8593
8594 Fix test names starting with uppercase throughout the files.
8595
8596 * gdb.ada/array_return.exp
8597 * gdb.ada/expr_delims.exp
8598 * gdb.ada/mi_dyn_arr.exp
8599 * gdb.ada/mi_interface.exp
8600 * gdb.ada/mi_var_array.exp
8601 * gdb.ada/watch_arg.exp
8602 * gdb.arch/alpha-step.exp
8603 * gdb.arch/altivec-regs.exp
8604 * gdb.arch/e500-regs.exp
8605 * gdb.arch/powerpc-d128-regs.exp
8606 * gdb.base/arrayidx.exp
8607 * gdb.base/break.exp
8608 * gdb.base/checkpoint.exp
8609 * gdb.base/debug-expr.exp
8610 * gdb.base/dmsym.exp
8611 * gdb.base/radix.exp
8612 * gdb.base/sepdebug.exp
8613 * gdb.base/testenv.exp
8614 * gdb.base/watch_thread_num.exp
8615 * gdb.base/watchpoint-cond-gone.exp
8616 * gdb.cell/break.exp
8617 * gdb.cell/ea-cache.exp
8618 * gdb.compile/compile.exp
8619 * gdb.cp/gdb2495.exp
8620 * gdb.gdb/selftest.exp
8621 * gdb.gdb/xfullpath.exp
8622 * gdb.go/hello.exp
8623 * gdb.go/integers.exp
8624 * gdb.objc/basicclass.exp
8625 * gdb.pascal/hello.exp
8626 * gdb.pascal/integers.exp
8627 * gdb.python/py-breakpoint.exp
8628 * gdb.python/py-cmd.exp
8629 * gdb.python/py-linetable.exp
8630 * gdb.python/py-xmethods.exp
8631 * gdb.python/python.exp
8632 * gdb.reverse/consecutive-precsave.exp
8633 * gdb.reverse/finish-precsave.exp
8634 * gdb.reverse/i386-precsave.exp
8635 * gdb.reverse/machinestate-precsave.exp
8636 * gdb.reverse/sigall-precsave.exp
8637 * gdb.reverse/solib-precsave.exp
8638 * gdb.reverse/step-precsave.exp
8639 * gdb.reverse/until-precsave.exp
8640 * gdb.reverse/watch-precsave.exp
8641 * gdb.threads/leader-exit.exp
8642 * gdb.threads/pthreads.exp
8643 * gdb.threads/wp-replication.exp
8644 * gdb.trace/actions.exp
8645 * gdb.trace/mi-tsv-changed.exp
8646 * gdb.trace/tsv.exp
8647
8648 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8649
8650 Fix test names starting with uppercase throughout the files.
8651
8652 * gdb.arch/i386-bp_permanent.exp
8653 * gdb.arch/i386-gnu-cfi.exp
8654 * gdb.base/disasm-end-cu.exp
8655 * gdb.base/macscp.exp
8656 * gdb.base/pending.exp
8657 * gdb.base/watch_thread_num.exp
8658 * gdb.cp/exception.exp
8659 * gdb.cp/gdb2495.exp
8660 * gdb.cp/local.exp
8661 * gdb.python/py-evsignal.exp
8662 * gdb.python/python.exp
8663 * gdb.trace/tracecmd.exp
8664
8665 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8666
8667 Fix test names starting with uppercase throughout the files.
8668
8669 * gdb.base/charset.exp
8670 * gdb.base/eval.exp
8671 * gdb.base/multi-forks.exp
8672 * gdb.guile/scm-progspace.exp
8673 * gdb.opencl/datatypes.exp
8674 * gdb.python/py-block.exp
8675 * gdb.python/py-function.exp
8676 * gdb.python/py-symbol.exp
8677 * gdb.python/py-symtab.exp
8678 * gdb.python/py-xmethods.exp
8679 * gdb.reverse/break-precsave.exp
8680 * gdb.reverse/break-reverse.exp
8681 * gdb.reverse/consecutive-precsave.exp
8682 * gdb.reverse/consecutive-reverse.exp
8683 * gdb.reverse/finish-precsave.exp
8684 * gdb.reverse/finish-reverse-bkpt.exp
8685 * gdb.reverse/finish-reverse.exp
8686 * gdb.reverse/fstatat-reverse.exp
8687 * gdb.reverse/getresuid-reverse.exp
8688 * gdb.reverse/i386-precsave.exp
8689 * gdb.reverse/i386-reverse.exp
8690 * gdb.reverse/i386-sse-reverse.exp
8691 * gdb.reverse/i387-stack-reverse.exp
8692 * gdb.reverse/insn-reverse.exp
8693 * gdb.reverse/machinestate-precsave.exp
8694 * gdb.reverse/machinestate.exp
8695 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8696 * gdb.reverse/pipe-reverse.exp
8697 * gdb.reverse/readv-reverse.exp
8698 * gdb.reverse/recvmsg-reverse.exp
8699 * gdb.reverse/rerun-prec.exp
8700 * gdb.reverse/s390-mvcle.exp
8701 * gdb.reverse/sigall-precsave.exp
8702 * gdb.reverse/sigall-reverse.exp
8703 * gdb.reverse/solib-precsave.exp
8704 * gdb.reverse/solib-reverse.exp
8705 * gdb.reverse/step-precsave.exp
8706 * gdb.reverse/step-reverse.exp
8707 * gdb.reverse/time-reverse.exp
8708 * gdb.reverse/until-precsave.exp
8709 * gdb.reverse/until-reverse.exp
8710 * gdb.reverse/waitpid-reverse.exp
8711 * gdb.reverse/watch-precsave.exp
8712 * gdb.reverse/watch-reverse.exp
8713
8714 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8715
8716 Fix test names starting with uppercase throughout the files.
8717
8718 * gdb.arch/i386-mpx-simple_segv.exp
8719 * gdb.arch/i386-mpx.exp
8720 * gdb.arch/i386-permbkpt.exp
8721 * gdb.arch/pa-nullify.exp
8722 * gdb.arch/powerpc-d128-regs.exp
8723 * gdb.arch/vsx-regs.exp
8724 * gdb.base/bfp-test.exp
8725 * gdb.base/break.exp
8726 * gdb.base/breakpoint-shadow.exp
8727 * gdb.base/callfuncs.exp
8728 * gdb.base/charset.exp
8729 * gdb.base/commands.exp
8730 * gdb.base/completion.exp
8731 * gdb.base/dfp-test.exp
8732 * gdb.base/echo.exp
8733 * gdb.base/ending-run.exp
8734 * gdb.base/eval.exp
8735 * gdb.base/expand-psymtabs.exp
8736 * gdb.base/float128.exp
8737 * gdb.base/floatn.exp
8738 * gdb.base/foll-exec-mode.exp
8739 * gdb.base/gdb1056.exp
8740 * gdb.base/gdb11531.exp
8741 * gdb.base/kill-after-signal.exp
8742 * gdb.base/multi-forks.exp
8743 * gdb.base/overlays.exp
8744 * gdb.base/pending.exp
8745 * gdb.base/sepdebug.exp
8746 * gdb.base/testenv.exp
8747 * gdb.base/valgrind-db-attach.exp
8748 * gdb.base/watch_thread_num.exp
8749 * gdb.base/watchpoint-cond-gone.exp
8750 * gdb.base/watchpoint.exp
8751 * gdb.base/watchpoints.exp
8752 * gdb.cp/arg-reference.exp
8753 * gdb.cp/baseenum.exp
8754 * gdb.cp/operator.exp
8755 * gdb.cp/shadow.exp
8756 * gdb.dwarf2/dw2-op-out-param.exp
8757 * gdb.dwarf2/dw2-reg-undefined.exp
8758 * gdb.go/chan.exp
8759 * gdb.go/hello.exp
8760 * gdb.go/integers.exp
8761 * gdb.go/methods.exp
8762 * gdb.go/package.exp
8763 * gdb.guile/scm-parameter.exp
8764 * gdb.guile/scm-progspace.exp
8765 * gdb.guile/scm-value.exp
8766 * gdb.mi/mi-pending.exp
8767 * gdb.mi/user-selected-context-sync.exp
8768 * gdb.multi/multi-attach.exp
8769 * gdb.multi/tids.exp
8770 * gdb.opt/clobbered-registers-O2.exp
8771 * gdb.pascal/floats.exp
8772 * gdb.pascal/integers.exp
8773 * gdb.python/py-block.exp
8774 * gdb.python/py-events.exp
8775 * gdb.python/py-parameter.exp
8776 * gdb.python/py-symbol.exp
8777 * gdb.python/py-symtab.exp
8778 * gdb.python/py-type.exp
8779 * gdb.python/py-value.exp
8780 * gdb.python/py-xmethods.exp
8781 * gdb.python/python.exp
8782 * gdb.reverse/break-precsave.exp
8783 * gdb.reverse/consecutive-precsave.exp
8784 * gdb.reverse/finish-precsave.exp
8785 * gdb.reverse/i386-precsave.exp
8786 * gdb.reverse/machinestate-precsave.exp
8787 * gdb.reverse/sigall-precsave.exp
8788 * gdb.reverse/solib-precsave.exp
8789 * gdb.reverse/step-precsave.exp
8790 * gdb.reverse/until-precsave.exp
8791 * gdb.reverse/watch-precsave.exp
8792 * gdb.server/ext-attach.exp
8793 * gdb.server/ext-restart.exp
8794 * gdb.server/ext-run.exp
8795 * gdb.server/ext-wrapper.exp
8796 * gdb.stabs/gdb11479.exp
8797 * gdb.stabs/weird.exp
8798 * gdb.threads/attach-many-short-lived-threads.exp
8799 * gdb.threads/kill.exp
8800 * gdb.threads/watchpoint-fork.exp
8801
8802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8803
8804 Fix test names starting with uppercase throughout all the files below.
8805
8806 * gdb.ada/array_return.exp
8807 * gdb.ada/catch_ex.exp
8808 * gdb.ada/info_exc.exp
8809 * gdb.ada/mi_catch_ex.exp
8810 * gdb.ada/mi_dyn_arr.exp
8811 * gdb.ada/mi_ex_cond.exp
8812 * gdb.ada/mi_exc_info.exp
8813 * gdb.ada/mi_interface.exp
8814 * gdb.ada/mi_task_arg.exp
8815 * gdb.ada/mi_task_info.exp
8816 * gdb.ada/mi_var_array.exp
8817 * gdb.arch/alpha-step.exp
8818 * gdb.arch/amd64-disp-step.exp
8819 * gdb.arch/arm-disp-step.exp
8820 * gdb.arch/disp-step-insn-reloc.exp
8821 * gdb.arch/e500-prologue.exp
8822 * gdb.arch/ftrace-insn-reloc.exp
8823 * gdb.arch/gdb1558.exp
8824 * gdb.arch/i386-bp_permanent.exp
8825 * gdb.arch/i386-disp-step.exp
8826 * gdb.arch/i386-float.exp
8827 * gdb.arch/i386-gnu-cfi.exp
8828 * gdb.arch/ia64-breakpoint-shadow.exp
8829 * gdb.arch/mips16-thunks.exp
8830 * gdb.arch/pa-nullify.exp
8831 * gdb.arch/powerpc-aix-prologue.exp
8832 * gdb.arch/powerpc-power.exp
8833 * gdb.arch/ppc-dfp.exp
8834 * gdb.arch/s390-tdbregs.exp
8835 * gdb.arch/spu-info.exp
8836 * gdb.arch/spu-ls.exp
8837 * gdb.arch/thumb-bx-pc.exp
8838 * gdb.base/advance.exp
8839 * gdb.base/annota-input-while-running.exp
8840 * gdb.base/arrayidx.exp
8841 * gdb.base/asmlabel.exp
8842 * gdb.base/async.exp
8843 * gdb.base/attach-wait-input.exp
8844 * gdb.base/auto-connect-native-target.exp
8845 * gdb.base/batch-preserve-term-settings.exp
8846 * gdb.base/bfp-test.exp
8847 * gdb.base/bigcore.exp
8848 * gdb.base/bp-permanent.exp
8849 * gdb.base/break-always.exp
8850 * gdb.base/break-fun-addr.exp
8851 * gdb.base/break-idempotent.exp
8852 * gdb.base/break-main-file-remove-fail.exp
8853 * gdb.base/break-probes.exp
8854 * gdb.base/break-unload-file.exp
8855 * gdb.base/break.exp
8856 * gdb.base/call-ar-st.exp
8857 * gdb.base/call-rt-st.exp
8858 * gdb.base/call-sc.exp
8859 * gdb.base/call-signal-resume.exp
8860 * gdb.base/call-strs.exp
8861 * gdb.base/callexit.exp
8862 * gdb.base/callfuncs.exp
8863 * gdb.base/catch-gdb-caused-signals.exp
8864 * gdb.base/catch-signal-siginfo-cond.exp
8865 * gdb.base/catch-syscall.exp
8866 * gdb.base/compare-sections.exp
8867 * gdb.base/cond-eval-mode.exp
8868 * gdb.base/condbreak-call-false.exp
8869 * gdb.base/consecutive-step-over.exp
8870 * gdb.base/cursal.exp
8871 * gdb.base/disabled-location.exp
8872 * gdb.base/disasm-end-cu.exp
8873 * gdb.base/display.exp
8874 * gdb.base/double-prompt-target-event-error.exp
8875 * gdb.base/dprintf-bp-same-addr.exp
8876 * gdb.base/dprintf-detach.exp
8877 * gdb.base/dprintf-next.exp
8878 * gdb.base/dprintf-non-stop.exp
8879 * gdb.base/dprintf-pending.exp
8880 * gdb.base/dso2dso.exp
8881 * gdb.base/ending-run.exp
8882 * gdb.base/enum_cond.exp
8883 * gdb.base/examine-backward.exp
8884 * gdb.base/exe-lock.exp
8885 * gdb.base/exec-invalid-sysroot.exp
8886 * gdb.base/execl-update-breakpoints.exp
8887 * gdb.base/execution-termios.exp
8888 * gdb.base/fileio.exp
8889 * gdb.base/fixsection.exp
8890 * gdb.base/foll-exec-mode.exp
8891 * gdb.base/foll-exec.exp
8892 * gdb.base/fork-running-state.exp
8893 * gdb.base/frame-args.exp
8894 * gdb.base/fullpath-expand.exp
8895 * gdb.base/func-ptr.exp
8896 * gdb.base/gcore-relro-pie.exp
8897 * gdb.base/gdb1090.exp
8898 * gdb.base/gdb1555.exp
8899 * gdb.base/global-var-nested-by-dso.exp
8900 * gdb.base/gnu-ifunc.exp
8901 * gdb.base/hbreak-in-shr-unsupported.exp
8902 * gdb.base/hbreak-unmapped.exp
8903 * gdb.base/hook-stop.exp
8904 * gdb.base/infcall-input.exp
8905 * gdb.base/info-fun.exp
8906 * gdb.base/info-shared.exp
8907 * gdb.base/interrupt-noterm.exp
8908 * gdb.base/jit-so.exp
8909 * gdb.base/jit.exp
8910 * gdb.base/line-symtabs.exp
8911 * gdb.base/list.exp
8912 * gdb.base/longjmp.exp
8913 * gdb.base/macscp.exp
8914 * gdb.base/max-value-size.exp
8915 * gdb.base/nodebug.exp
8916 * gdb.base/nofield.exp
8917 * gdb.base/overlays.exp
8918 * gdb.base/paginate-after-ctrl-c-running.exp
8919 * gdb.base/paginate-bg-execution.exp
8920 * gdb.base/paginate-inferior-exit.exp
8921 * gdb.base/pending.exp
8922 * gdb.base/pr11022.exp
8923 * gdb.base/printcmds.exp
8924 * gdb.base/ptr-typedef.exp
8925 * gdb.base/ptype.exp
8926 * gdb.base/randomize.exp
8927 * gdb.base/range-stepping.exp
8928 * gdb.base/realname-expand.exp
8929 * gdb.base/relativedebug.exp
8930 * gdb.base/remote.exp
8931 * gdb.base/savedregs.exp
8932 * gdb.base/sepdebug.exp
8933 * gdb.base/set-noassign.exp
8934 * gdb.base/shlib-call.exp
8935 * gdb.base/shreloc.exp
8936 * gdb.base/sigaltstack.exp
8937 * gdb.base/sigbpt.exp
8938 * gdb.base/siginfo-addr.exp
8939 * gdb.base/siginfo-obj.exp
8940 * gdb.base/siginfo-thread.exp
8941 * gdb.base/signest.exp
8942 * gdb.base/signull.exp
8943 * gdb.base/sigrepeat.exp
8944 * gdb.base/skip.exp
8945 * gdb.base/so-impl-ld.exp
8946 * gdb.base/solib-corrupted.exp
8947 * gdb.base/solib-disc.exp
8948 * gdb.base/solib-display.exp
8949 * gdb.base/solib-overlap.exp
8950 * gdb.base/solib-search.exp
8951 * gdb.base/solib-symbol.exp
8952 * gdb.base/source-execution.exp
8953 * gdb.base/sss-bp-on-user-bp-2.exp
8954 * gdb.base/sss-bp-on-user-bp.exp
8955 * gdb.base/stack-checking.exp
8956 * gdb.base/stale-infcall.exp
8957 * gdb.base/step-break.exp
8958 * gdb.base/step-line.exp
8959 * gdb.base/step-over-exit.exp
8960 * gdb.base/step-test.exp
8961 * gdb.base/structs.exp
8962 * gdb.base/sym-file.exp
8963 * gdb.base/symtab-search-order.exp
8964 * gdb.base/term.exp
8965 * gdb.base/type-opaque.exp
8966 * gdb.base/unload.exp
8967 * gdb.base/until-nodebug.exp
8968 * gdb.base/until.exp
8969 * gdb.base/unwindonsignal.exp
8970 * gdb.base/watch-cond.exp
8971 * gdb.base/watch-non-mem.exp
8972 * gdb.base/watch_thread_num.exp
8973 * gdb.base/watchpoint-reuse-slot.exp
8974 * gdb.base/watchpoint-solib.exp
8975 * gdb.base/watchpoint.exp
8976 * gdb.btrace/dlopen.exp
8977 * gdb.cell/arch.exp
8978 * gdb.cell/break.exp
8979 * gdb.cell/bt.exp
8980 * gdb.cell/core.exp
8981 * gdb.cell/data.exp
8982 * gdb.cell/dwarfaddr.exp
8983 * gdb.cell/ea-cache.exp
8984 * gdb.cell/ea-standalone.exp
8985 * gdb.cell/ea-test.exp
8986 * gdb.cell/f-regs.exp
8987 * gdb.cell/fork.exp
8988 * gdb.cell/gcore.exp
8989 * gdb.cell/mem-access.exp
8990 * gdb.cell/ptype.exp
8991 * gdb.cell/registers.exp
8992 * gdb.cell/sizeof.exp
8993 * gdb.cell/solib-symbol.exp
8994 * gdb.cell/solib.exp
8995 * gdb.compile/compile-tls.exp
8996 * gdb.cp/exception.exp
8997 * gdb.cp/gdb2495.exp
8998 * gdb.cp/local.exp
8999 * gdb.cp/mb-inline.exp
9000 * gdb.cp/mb-templates.exp
9001 * gdb.cp/pr10687.exp
9002 * gdb.cp/pr9167.exp
9003 * gdb.cp/scope-err.exp
9004 * gdb.cp/templates.exp
9005 * gdb.cp/virtfunc.exp
9006 * gdb.dwarf2/dw2-dir-file-name.exp
9007 * gdb.dwarf2/dw2-single-line-discriminators.exp
9008 * gdb.fortran/complex.exp
9009 * gdb.fortran/library-module.exp
9010 * gdb.guile/guile.exp
9011 * gdb.guile/scm-cmd.exp
9012 * gdb.guile/scm-frame-inline.exp
9013 * gdb.guile/scm-objfile.exp
9014 * gdb.guile/scm-pretty-print.exp
9015 * gdb.guile/scm-symbol.exp
9016 * gdb.guile/scm-type.exp
9017 * gdb.guile/scm-value.exp
9018 * gdb.linespec/keywords.exp
9019 * gdb.linespec/ls-errs.exp
9020 * gdb.linespec/macro-relative.exp
9021 * gdb.linespec/thread.exp
9022 * gdb.mi/mi-breakpoint-changed.exp
9023 * gdb.mi/mi-dprintf-pending.exp
9024 * gdb.mi/mi-fullname-deleted.exp
9025 * gdb.mi/mi-logging.exp
9026 * gdb.mi/mi-pending.exp
9027 * gdb.mi/mi-solib.exp
9028 * gdb.mi/new-ui-mi-sync.exp
9029 * gdb.mi/user-selected-context-sync.exp
9030 * gdb.multi/dummy-frame-restore.exp
9031 * gdb.multi/multi-arch-exec.exp
9032 * gdb.multi/remove-inferiors.exp
9033 * gdb.multi/watchpoint-multi-exit.exp
9034 * gdb.opt/solib-intra-step.exp
9035 * gdb.perf/backtrace.exp
9036 * gdb.perf/single-step.exp
9037 * gdb.perf/skip-command.exp
9038 * gdb.perf/skip-prologue.exp
9039 * gdb.perf/solib.exp
9040 * gdb.python/lib-types.exp
9041 * gdb.python/py-as-string.exp
9042 * gdb.python/py-bad-printers.exp
9043 * gdb.python/py-block.exp
9044 * gdb.python/py-breakpoint.exp
9045 * gdb.python/py-cmd.exp
9046 * gdb.python/py-events.exp
9047 * gdb.python/py-evthreads.exp
9048 * gdb.python/py-finish-breakpoint.exp
9049 * gdb.python/py-finish-breakpoint2.exp
9050 * gdb.python/py-frame-inline.exp
9051 * gdb.python/py-frame.exp
9052 * gdb.python/py-inferior.exp
9053 * gdb.python/py-infthread.exp
9054 * gdb.python/py-mi.exp
9055 * gdb.python/py-objfile.exp
9056 * gdb.python/py-pp-maint.exp
9057 * gdb.python/py-pp-registration.exp
9058 * gdb.python/py-prettyprint.exp
9059 * gdb.python/py-recurse-unwind.exp
9060 * gdb.python/py-shared.exp
9061 * gdb.python/py-symbol.exp
9062 * gdb.python/py-symtab.exp
9063 * gdb.python/py-template.exp
9064 * gdb.python/py-type.exp
9065 * gdb.python/py-unwind-maint.exp
9066 * gdb.python/py-unwind.exp
9067 * gdb.python/py-value.exp
9068 * gdb.python/python.exp
9069 * gdb.reverse/finish-reverse-bkpt.exp
9070 * gdb.reverse/insn-reverse.exp
9071 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9072 * gdb.reverse/solib-precsave.exp
9073 * gdb.reverse/solib-reverse.exp
9074 * gdb.stabs/gdb11479.exp
9075 * gdb.stabs/weird.exp
9076 * gdb.threads/fork-child-threads.exp
9077 * gdb.threads/fork-plus-threads.exp
9078 * gdb.threads/fork-thread-pending.exp
9079 * gdb.threads/forking-threads-plus-breakpoint.exp
9080 * gdb.threads/hand-call-in-threads.exp
9081 * gdb.threads/interrupted-hand-call.exp
9082 * gdb.threads/linux-dp.exp
9083 * gdb.threads/local-watch-wrong-thread.exp
9084 * gdb.threads/next-while-other-thread-longjmps.exp
9085 * gdb.threads/non-ldr-exit.exp
9086 * gdb.threads/pending-step.exp
9087 * gdb.threads/print-threads.exp
9088 * gdb.threads/process-dies-while-detaching.exp
9089 * gdb.threads/process-dies-while-handling-bp.exp
9090 * gdb.threads/pthreads.exp
9091 * gdb.threads/queue-signal.exp
9092 * gdb.threads/reconnect-signal.exp
9093 * gdb.threads/signal-command-handle-nopass.exp
9094 * gdb.threads/signal-command-multiple-signals-pending.exp
9095 * gdb.threads/signal-delivered-right-thread.exp
9096 * gdb.threads/signal-sigtrap.exp
9097 * gdb.threads/sigthread.exp
9098 * gdb.threads/staticthreads.exp
9099 * gdb.threads/stepi-random-signal.exp
9100 * gdb.threads/thread-unwindonsignal.exp
9101 * gdb.threads/thread_check.exp
9102 * gdb.threads/thread_events.exp
9103 * gdb.threads/tid-reuse.exp
9104 * gdb.threads/tls-nodebug.exp
9105 * gdb.threads/tls-shared.exp
9106 * gdb.threads/tls-so_extern.exp
9107 * gdb.threads/tls.exp
9108 * gdb.threads/wp-replication.exp
9109 * gdb.trace/actions-changed.exp
9110 * gdb.trace/actions.exp
9111 * gdb.trace/backtrace.exp
9112 * gdb.trace/change-loc.exp
9113 * gdb.trace/collection.exp
9114 * gdb.trace/deltrace.exp
9115 * gdb.trace/disconnected-tracing.exp
9116 * gdb.trace/entry-values.exp
9117 * gdb.trace/ftrace-lock.exp
9118 * gdb.trace/ftrace.exp
9119 * gdb.trace/infotrace.exp
9120 * gdb.trace/mi-trace-frame-collected.exp
9121 * gdb.trace/mi-trace-unavailable.exp
9122 * gdb.trace/mi-traceframe-changed.exp
9123 * gdb.trace/mi-tracepoint-changed.exp
9124 * gdb.trace/mi-tsv-changed.exp
9125 * gdb.trace/no-attach-trace.exp
9126 * gdb.trace/packetlen.exp
9127 * gdb.trace/passc-dyn.exp
9128 * gdb.trace/passcount.exp
9129 * gdb.trace/pending.exp
9130 * gdb.trace/pr16508.exp
9131 * gdb.trace/qtro.exp
9132 * gdb.trace/range-stepping.exp
9133 * gdb.trace/read-memory.exp
9134 * gdb.trace/report.exp
9135 * gdb.trace/save-trace.exp
9136 * gdb.trace/signal.exp
9137 * gdb.trace/stap-trace.exp
9138 * gdb.trace/status-stop.exp
9139 * gdb.trace/strace.exp
9140 * gdb.trace/tfile.exp
9141 * gdb.trace/tfind.exp
9142 * gdb.trace/trace-break.exp
9143 * gdb.trace/trace-condition.exp
9144 * gdb.trace/trace-enable-disable.exp
9145 * gdb.trace/trace-mt.exp
9146 * gdb.trace/tracecmd.exp
9147 * gdb.trace/tracefile-pseudo-reg.exp
9148 * gdb.trace/tspeed.exp
9149 * gdb.trace/tstatus.exp
9150 * gdb.trace/tsv.exp
9151 * gdb.trace/unavailable.exp
9152 * gdb.trace/while-dyn.exp
9153 * gdb.trace/while-stepping.exp
9154 * lib/gdb-guile.exp
9155 * lib/gdb.exp
9156 * lib/mi-support.exp
9157 * lib/pascal.exp
9158 * lib/perftest.exp
9159 * lib/prelink-support.exp
9160 * lib/selftest-support.exp
9161
9162 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9163
9164 * Makefile.in: Include disable-implicit-rules.mk.
9165
9166 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9169 non-byte-aligned bit fields.
9170
9171 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9172
9173 PR gdb/12616
9174 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9175 respects the DW_AT_data_bit_offset attribute.
9176
9177 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9178
9179 * gdb.base/default.exp: Fix output of "set language".
9180
9181 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9182
9183 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9184 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9185 make.
9186 * configure.ac: Remove checks for the make program.
9187 * configure: Re-generate.
9188
9189 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9190
9191 * gdb.python/py-recurse-unwind.c (main): Add loop.
9192 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9193 to read_register() and gdb.parse_and_eval(). Make each code
9194 call a separate case that can be individually tested.
9195 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9196 proc. Call cont_and_backtrace for each of the code paths that
9197 we want to test in the unwinder.
9198
9199 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9200
9201 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9202 the definition of struct S.
9203
9204 2016-11-11 Catherine Moore <clm@codesourcery.com>
9205
9206 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9207
9208 2016-11-09 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.base/commands.exp (runto_or_return): New procedure.
9211 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9212 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9213 (progvar_simple_while_test, progvar_complex_if_while_test)
9214 (if_while_breakpoint_command_test)
9215 (infrun_breakpoint_command_test, breakpoint_command_test)
9216 (user_defined_command_test, watchpoint_command_test)
9217 (test_command_prompt_position, redefine_hook_test)
9218 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9219 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9220 multi_line_input and multi_line. Remove gdb_expect and
9221 gdb_stop_suppressing_tests uses.
9222 * lib/gdb.exp (valnum_re): New global.
9223 (multi_line_input): New procedure.
9224
9225 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9226
9227 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9228 Remove.
9229 (test_setup): Define with proc_with_prefix.
9230 (test_cli_inferior): Likewise.
9231 (test_cli_thread): Likewise.
9232 (test_cli_frame): Likewise.
9233 (test_cli_select_frame): Likewise.
9234 (test_cli_up_down): Likewise.
9235 (test_mi_thread_select): Likewise.
9236 (test_mi_stack_select_frame): Likewise.
9237 (test_cli_in_mi_inferior): Likewise.
9238 (test_cli_in_mi_thread): Likewise.
9239 (test_cli_in_mi_frame): Likewise.
9240 (top level): Do not use with_test_prefix_procname.
9241
9242 2016-11-09 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.base/commands.exp (gdbvar_simple_if_test)
9245 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9246 (progvar_simple_if_test, progvar_simple_while_test)
9247 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9248 (infrun_breakpoint_command_test, breakpoint_command_test)
9249 (user_defined_command_test, watchpoint_command_test)
9250 (test_command_prompt_position, deprecated_command_test)
9251 (bp_deleted_in_command, temporary_breakpoint_commands)
9252 (stray_arg0_test, source_file_with_indented_comment)
9253 (recursive_source_test, if_commands_test)
9254 (error_clears_commands_left, redefine_hook_test)
9255 (redefine_backtrace_test): Use proc_with_prefix.
9256 * lib/gdb.exp (proc_with_prefix): New proc.
9257
9258 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9259
9260 * gdb.base/tui-layout.c: New file.
9261 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9262 disassembly window contains very long lines.
9263
9264 2016-11-08 Tom Tromey <tom@tromey.com>
9265
9266 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9267 depend on Python 2.
9268
9269 2016-11-08 Tom Tromey <tom@tromey.com>
9270
9271 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9272 New method.
9273
9274 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9275
9276 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9277
9278 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9279
9280 * gdb.rust/simple.rs: Add test for univariant enums without
9281 discriminants and for encoded struct-like enums.
9282
9283 2016-10-28 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9286 gdb_test_multiple, tighten regexps and match symtabs and line
9287 tables incrementally.
9288
9289 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9290
9291 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9292 general.
9293
9294 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9295
9296 * gdb.base/exec-invalid-sysroot.exp: New file.
9297
9298 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9299
9300 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9301
9302 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9303
9304 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9305
9306 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9307
9308 * gdb.base/killed-outside.exp: Remove $options from a call to
9309 `prepare_for_testing'.
9310
9311 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9312
9313 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9314 Change test message.
9315
9316 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9317
9318 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9319 Update comment.
9320
9321 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.trace/mi-trace-save.exp: New file.
9324
9325 2016-10-13 Yao Qi <yao.qi@linaro.org>
9326
9327 * gdb.base/code_elim.exp (get_var_address): Remove.
9328 * gdb.base/relocate.exp: Likewise.
9329 * gdb.base/shreloc.exp: Likewise.
9330 * lib/gdb.exp (get_var_address): New.
9331
9332 2016-10-13 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9335 floating point tests if $skip_float_test is false.
9336
9337 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9338
9339 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9340 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9341 argc values.
9342 Add 1 to argc so we guarantee distinct initial/modified argc values.
9343
9344 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9345
9346 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9347
9348 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9349
9350 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9351 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9352 * gdb.arch/vsx-regs.exp: Likewise.
9353
9354 2016-10-07 Yao Qi <yao.qi@linaro.org>
9355
9356 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9357
9358 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9359
9360 * gdb.python/python.exp: Test decode_line("*0").
9361
9362 2016-10-06 Doug Evans <dje@google.com>
9363
9364 * gdb.python/py-value.exp (test_value_creation): Add test for large
9365 unsigned 64-bit value.
9366
9367 2016-10-06 Tom Tromey <tom@tromey.com>
9368
9369 * gdb.compile/compile.exp: Change java tests to rust.
9370 * gdb.base/setshow.exp: Change java tests to rust.
9371 * gdb.base/default.exp: Remove java from language list.
9372 * README (Examples): Update language example.
9373 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9374 test.
9375 * lib/gdb.exp (skip_java_tests): Remove.
9376 * lib/java.exp: Remove.
9377 * gdb.java: Remove.
9378
9379 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9380
9381 * gdb.arch/mips-fcr.exp: New test.
9382 * gdb.arch/mips-fcr.c: Source for the new test.
9383
9384 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9385
9386 * gdb.base/solib-disc.exp: Use `standard_output_file'
9387 throughout.
9388
9389 2016-10-06 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.base/jit-simple-dl.c: New file.
9392 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9393 * gdb.base/jit-simple.c: ... this.
9394 * gdb.base/jit-simple.exp (jit_run): Delete.
9395 (build_jit): New proc.
9396 (jit_test_reread): Recompile either the main program or the shared
9397 library, depending on what is being tested. Skip changing address
9398 if caller wants to. Compare before/after addresses. If testing
9399 standalone, explicitly load the binary. Test "maint info
9400 breakpoints".
9401 (top level): Add "standalone vs shared lib" and "change address"
9402 vs "same address" axes.
9403
9404 2016-10-06 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9407 call.
9408 (jit_run): Delete.
9409 (jit_test_reread): Use with_test_prefix. Reload the main binary
9410 explicitly. Compare the before/after addresses of the JIT
9411 descriptor.
9412
9413 2016-08-15 Doug Evans <dje@google.com>
9414
9415 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9416 for single bitfields is bool.
9417 * gdb.xml/tdesc-regs.exp: Ditto.
9418
9419 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9422
9423 2016-10-05 Yao Qi <yao.qi@linaro.org>
9424
9425 * lib/gdb.exp (support_complex_tests): Return zero if
9426 gdb_skip_float_test return true.
9427
9428 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9429 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 PR gdb/20487
9432 * gdb.mi/user-selected-context-sync.exp: New file.
9433 * gdb.mi/user-selected-context-sync.c: New file.
9434
9435 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9436 Simon Marchi <simon.marchi@ericsson.com>
9437
9438 PR gdb/20487
9439 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9440 =thread-select-event check.
9441
9442 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9443
9444 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9445 the compulsory L operand changes.
9446 * gdb.arch/powerpc-power.s: Likewise.
9447
9448 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9449
9450 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9451 * gdb.base/jit-attach-pie.c: New file.
9452 * gdb.base/jit-attach-pie.exp: New file.
9453
9454 2016-09-28 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.base/infcall-input.c: New file.
9457 * gdb.base/infcall-input.exp: New file.
9458
9459 2016-09-22 Yao Qi <yao.qi@linaro.org>
9460
9461 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9462 (gdb_exit): Rename it to ...
9463 (gdbserver_gdb_exit): ... Close GDBserver.
9464 (gdb_exit): New proc, call gdbserver_gdb_exit.
9465 (mi_gdb_exit): Likewise.
9466
9467 2016-09-22 Yao Qi <yao.qi@linaro.org>
9468
9469 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9470 path.
9471 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9472 Remove duplication.
9473
9474 2016-09-22 Yao Qi <yao.qi@linaro.org>
9475
9476 * lib/gdbserver-support.exp: Check the existence of
9477 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9478
9479 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9480
9481 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9482
9483 2016-09-21 Tom Tromey <tom@tromey.com>
9484
9485 PR gdb/20604:
9486 * gdb.base/quit.exp: New file.
9487
9488 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * .gitignore: New file.
9491
9492 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9493
9494 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9495 throughout.
9496
9497 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9498
9499 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9500
9501 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9502
9503 * gdb.cp/casts.cc (decltype): Move it ...
9504 (main): ... with its call to ...
9505 * gdb.cp/casts03.cc: ... a new file.
9506 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9507
9508 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9511
9512 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9513
9514 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9515 and sync up the test with tests in gas/testsuite/gas/ppc.
9516 * gdb.arch/powerpc-power.exp: Likewise.
9517
9518 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9519
9520 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9521
9522 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9523 Jan Kratochvil <jan.kratochvil@redhat.com>
9524
9525 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9526 make m1's definition to be different from m2's. Use 'dummy' as an
9527 argument for probe 'two'.
9528
9529 2016-09-10 Jon Beniston <jon@beniston.com>
9530
9531 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9532 for sim target.
9533
9534 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9535
9536 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9537 variable declaration.
9538 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9539 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9540 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9541 received HWCAP as its argument.
9542
9543 2016-09-06 Pedro Alves <palves@redhat.com>
9544
9545 * gdb.base/new-ui-pending-input.c: New file.
9546 * gdb.base/new-ui-pending-input.exp: New file.
9547 * gdb.exp (clear_gdb_spawn_id): New procedure.
9548 (with_spawn_id): Check whether gdb_spawn_id exists before
9549 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9550 on exit.
9551
9552 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9553
9554 * gdb.base/float128.c: New file.
9555 * gdb.base/float128.exp: Likewise.
9556 * gdb.base/floatn.c: Likewise.
9557 * gdb.base/floatn.exp: Likewise.
9558
9559 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9560
9561 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9562
9563 2016-09-05 Pedro Alves <palves@redhat.com>
9564
9565 PR backtrace/19927
9566 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9567 unwinders are immediately called as side effect of "source" or
9568 "disable unwinder" commands.
9569 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9570
9571 2016-09-02 Yao Qi <yao.qi@linaro.org>
9572
9573 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9574 is true and $type is "float" or "double".
9575
9576 2016-09-02 Yao Qi <yao.qi@linaro.org>
9577
9578 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9579 true.
9580 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9581 * gdb.base/call-rt-st.exp: Likewise.
9582 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9583 return value instead of gdb,skip_float_test.
9584 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9585 (do_function_calls): Use its return value instead of
9586 gdb,skip_float_test.
9587 * gdb.base/finish.exp: Likewise.
9588 * gdb.base/funcargs.exp: Likewise.
9589 * gdb.base/return.exp: Likewise.
9590 * gdb.base/return2.exp: Likewise.
9591 * gdb.base/varargs.exp: Likewise.
9592 * lib/gdb.exp (gdb_skip_float_test): Change it to
9593 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9594
9595 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9596
9597 * gdb.multi/tids.exp: Test "thread apply all".
9598
9599 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9600
9601 * gdb.base/default.exp (tty): Remove.
9602
9603 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9604
9605 * gdb.python/py-recurse-unwind.c: New file.
9606 * gdb.python/py-recurse-unwind.py: New file.
9607 * gdb.python/py-recurse-unwind.exp: New file.
9608
9609 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9610
9611 * gdb.base/set-inferior-tty.exp: New file.
9612 * gdb.base/set-inferior-tty.c: New file.
9613
9614 2016-08-23 Pedro Alves <palves@redhat.com>
9615
9616 PR gdb/20494
9617 * gdb.base/new-ui-echo.c: New file.
9618 * gdb.base/new-ui-echo.exp: New file.
9619
9620 2016-08-23 Yao Qi <yao.qi@linaro.org>
9621
9622 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9623 gdbserver_spawn.
9624 * gdb.server/connect-without-multi-process.exp (do_test):
9625 Likewise.
9626
9627 2016-08-23 Yao Qi <yao.qi@linaro.org>
9628
9629 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9630 standalone_txt. Delete gdb_txt and standalone_txt on host
9631 and target. Spawn the binary on target. Copy files from
9632 target to host.
9633
9634 2016-08-22 Pedro Alves <palves@redhat.com>
9635
9636 PR gdb/20505
9637 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9638 with_test_prefix. Factor out bits to ...
9639 (test_no_vdso): ... this new procedure.
9640
9641 2016-08-19 Carl Love <cel@us.ibm.com>
9642
9643 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9644 maintaining separate logic for constructing the output path.
9645 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9646 * gdb.arch/ppc-dfp.exp: Likewise.
9647 * gdb.arch/ppc-fp.exp: Likewise.
9648 * gdb.arch/vsx-regs.exp: Likewise.
9649 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9650 binprefix for generating the additional binary files.
9651
9652 2016-08-19 Pedro Alves <palves@redhat.com>
9653
9654 * gdb.trace/mi-trace-frame-collected.exp
9655 (test_trace_frame_collected): On x32, expect two registers.
9656
9657 2016-08-18 Carl Love <cel@us.ibm.com>
9658
9659 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9660 and sync up the test with tests in gas/testsuite/gas/ppc.
9661 * gdb.arch/powerpc-power.exp: Likewise.
9662
9663 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9664
9665 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9666 expected error message.
9667
9668 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9669
9670 * gdb.multi/remove-inferiors.exp: New file.
9671 * gdb.multi/remove-inferiors.c: New file.
9672
9673 2016-08-12 Yao Qi <yao.qi@linaro.org>
9674
9675 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9676 argument list.
9677
9678 2016-08-10 Pedro Alves <palves@redhat.com>
9679
9680 PR gdb/19187
9681 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9682 setup_kfails.
9683
9684 2016-08-09 Pedro Alves <palves@redhat.com>
9685 Simon Marchi <simon.marchi@ericsson.com>
9686
9687 PR gdb/20418
9688 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9689 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9690
9691 2016-08-09 Pedro Alves <palves@redhat.com>
9692
9693 PR mi/20431
9694 * gdb.mi/mi-cmd-error.exp: New file.
9695
9696 2016-08-09 Pedro Alves <palves@redhat.com>
9697
9698 PR gdb/18653
9699 * gdb.base/signals-state-child.c: New file.
9700 * gdb.base/signals-state-child.exp: New file.
9701 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9702
9703 2016-08-09 Pedro Alves <palves@redhat.com>
9704
9705 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9706
9707 2016-08-03 Tom Tromey <tom@tromey.com>
9708
9709 PR python/18565:
9710 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9711
9712 2016-08-01 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9715 variable mode to "multi-process" if $multi_process is 1, otherwise
9716 set it to "single-process".
9717
9718 2016-08-01 Yao Qi <yao.qi@linaro.org>
9719
9720 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9721 * gdb.cp/cpexprs.exp: Likewise.
9722 * gdb.cp/m-static.exp: Likewise.
9723
9724 2016-07-26 Tom Tromey <tom@tromey.com>
9725
9726 PR python/20190:
9727 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9728 test.
9729
9730 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9731
9732 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9733 selecting assembly source files.
9734 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9735 assembly source files.
9736 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9737 assembly source files.
9738 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9739 selecting assembly source files.
9740
9741 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9742
9743 * gdb.base/new-ui.exp (do_test_invalid_args): New
9744 procedure.
9745
9746 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9747
9748 * gdb.btrace/reconnect.c: New file.
9749 * gdb.btrace/reconnect.exp: New file.
9750
9751 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9752
9753 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9754 to test_catch_syscall_group.
9755 (test_catch_syscall_group): New.
9756
9757 2016-07-21 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.rust/simple.rs (main): Use empty struct expression.
9760 * gdb.rust/simple.exp: Add tests for empty struct expression.
9761
9762 2016-07-21 Yao Qi <yao.qi@linaro.org>
9763
9764 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9765 if gdb_skip_xml_test is true on some targets.
9766
9767 2016-07-21 Yao Qi <yao.qi@linaro.org>
9768
9769 * gdb.server/solib-list.exp: Unset last_loaded_file.
9770
9771 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9774 "step into captured_main (args)".
9775
9776 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9777
9778 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9779
9780 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9781
9782 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9783
9784 2016-07-19 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9787 * gdb.opt/inline-bt.exp: Likewise.
9788 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9789 additional_flags=-Winline.
9790 * gdb.opt/inline-locals.exp: Likewise.
9791 * gdb.opt/inline-markers.c (ATTR): Define.
9792 (inlined_fn): Use it.
9793
9794 2016-07-19 Yao Qi <yao.qi@linaro.org>
9795
9796 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9797 (test_with_self): Remove some code. Remove argument executable.
9798 (top-level): Use do_self_tests.
9799
9800 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9801 Don Breazeal <donb@codesourcery.com>
9802
9803 * gdb.base/maint.exp: Escape paths used in regular expressions.
9804 * gdb.stabs/weird.exp: Likewise.
9805
9806 2016-07-13 Tom Tromey <tom@tromey.com>
9807
9808 PR python/15620, PR python/18620:
9809 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9810 (test_bkpt_events): New procs.
9811
9812 2016-07-13 Tom Tromey <tom@tromey.com>
9813
9814 PR python/17698:
9815 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9816 test.
9817 (test_watchpoints): Likewise.
9818 (test_bkpt_pending): New proc.
9819
9820 2016-07-13 Tom Tromey <tom@tromey.com>
9821
9822 PR cli/18053:
9823 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9824 completion test.
9825
9826 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9829 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9830 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9831 f_label.
9832 (g): Rename g_end_lbl to g_label.
9833 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9834 low_pc and high_pc.
9835 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9836
9837 2016-07-12 Tom Tromey <tom@tromey.com>
9838
9839 PR python/19293:
9840 * gdb.python/py-unwind-maint.exp: Update tests.
9841
9842 2016-07-12 Yao Qi <yao.qi@linaro.org>
9843
9844 * lib/selftest-support.exp (selftest_setup): Match the output
9845 when captured_main is inlined.
9846
9847 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9848
9849 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9850 New variables.
9851 (print this%a, print this%b, print this): New tests.
9852 * gdb.fortran/derived-types.f90 (this): New object and
9853 initialization.
9854
9855 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9856
9857 * gdb.ada/arraydim.exp: Remove extra directory level in build
9858 directory.
9859
9860 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9861
9862 * lib/ada.exp: Remove extra directory level in build directory.
9863 * gdb.ada/cond_lang.exp: Likewise.
9864 * gdb.ada/exec_changed.exp: Likewise.
9865 * gdb.ada/lang_switch.exp: Likewise.
9866
9867 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9868
9869 * simple.rs: Add test for raw pointer subscripting.
9870 * simple.exp: Add test expectations.
9871
9872 2016-07-05 Yao Qi <yao.qi@linaro.org>
9873
9874 * gdb.mi/mi-reverse.exp: Match =record-started output.
9875
9876 2016-07-01 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9879 procedure.
9880 (jit_reader_test): Test the jit reader's unwinder.
9881 * gdb.base/jithost.c (jit_function_00_code): New global.
9882 (main): Use memcpy to fill in the mmapped code, instead of poking
9883 bytes manually here.
9884 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9885 value.
9886 (read_debug_info): Save the function's range.
9887 (read_sp): New function.
9888 (unwind_frame): Use it. Also unwind RBP.
9889 (get_frame_id): Use read_sp.
9890 (gdb_init_reader): Use calloc instead of malloc.
9891 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9892 parameter. Use gdb_test_multiple.
9893
9894 2016-07-01 Pedro Alves <palves@redhat.com>
9895 Antoine Tremblay <antoine.tremblay@ericsson.com>
9896
9897 * gdb.threads/process-dies-while-detaching.c: New file.
9898 * gdb.threads/process-dies-while-detaching.exp: New file.
9899
9900 2016-07-01 Pedro Alves <palves@redhat.com>
9901
9902 * gdb.multi/watchpoint-multi-exit.c: New file.
9903 * gdb.multi/watchpoint-multi-exit.exp: New file.
9904
9905 2016-06-30 Pedro Alves <palves@redhat.com>
9906
9907 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9908 unset inferior_spawn_id.
9909
9910 2016-06-30 Pedro Alves <palves@redhat.com>
9911
9912 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9913 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9914
9915 2016-06-29 Yao Qi <yao.qi@linaro.org>
9916
9917 * gdb.base/return.c: Add copyright header.
9918
9919 2016-06-29 Tom Tromey <tom@tromey.com>
9920
9921 PR python/20129:
9922 * gdb.python/py-framefilter.exp: Add tests for setting priority
9923 and disabling of non-existent frame filter.
9924
9925 2016-06-29 Yao Qi <yao.qi@linaro.org>
9926
9927 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9928 0x0f07ff.
9929
9930 2016-06-28 Yao Qi <yao.qi@linaro.org>
9931
9932 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9933 triplets. Start gdb, execute catch syscall, and continue. Check
9934 gdb's output to determine catch syscall is supported.
9935
9936 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9937
9938 * gdb.rust/simple.rs: Add test for returning unit in a function.
9939 * gdb.rust/simple.exp: Add expectation for functions returning
9940 unit.
9941
9942 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9943
9944 * gdb.python/py-breakpoint-create-fail.c,
9945 gdb.python/py-breakpoint-create-fail.exp,
9946 gdb.python/py-breakpoint-create-fail.py: New testcase.
9947
9948 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9949
9950 PR gdb/20239
9951 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9952 * gdb.rust/simple.exp: Add test expectations for new NonZero
9953 tests.
9954
9955 2016-06-24 David Taylor <dtaylor@emc.com>
9956
9957 * gdb.base/offsets.exp: New file.
9958 * gdb.base/offsets.c: New file.
9959
9960 2016-06-23 Tom Tromey <tom@tromey.com>
9961
9962 PR gdb/16483:
9963 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9964 before any filters are loaded.
9965
9966 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9967
9968 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9969 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9970 structs.
9971 * gdb.fortran/derived-type-function.exp: New file.
9972 * gdb.fortran/derived-type-function.f90: New file.
9973
9974
9975 2016-06-21 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.base/new-ui.exp: New file.
9978 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9979 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9980 (with_spawn_id): New procedure.
9981
9982 2016-06-21 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.mi/mi-exec-run.exp: New file.
9985
9986 2016-06-21 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9989 breakpoint command's output on the main UI.
9990 (test_break): New procedure, factored out from calls in the top
9991 level.
9992 (top level): Use foreach_with_prefix to test MI as main UI and as
9993 separate UI.
9994
9995 2016-06-21 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9998 (test_awatch_creation_and_listing)
9999 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10000 Remove 'type' parameter.
10001 (test_watchpoint_all): New parameter mi_mode. Remove
10002 with_test_prefix.
10003 (top level): Use foreach_with_prefix, and add main/separate UI MI
10004 testing axis.
10005
10006 2016-06-21 Pedro Alves <palves@redhat.com>
10007
10008 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10009 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10010 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10011 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10012 (gdb_main_spawn_id, mi_spawn_id): Declare and
10013 comment.
10014 (mi_create_inferior_pty): New procedure,
10015 factored out from default_mi_gdb_start.
10016 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10017 procedures.
10018 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10019 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10020 Use mi_create_inferior_pty.
10021 (mi_gdb_start): Use eval to pass down args list.
10022
10023 2016-06-21 Pedro Alves <palves@redhat.com>
10024
10025 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10026 * gdb.opt/inline-cmds.exp: Add MI tests.
10027
10028 2016-06-21 Pedro Alves <palves@redhat.com>
10029
10030 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10031
10032 2016-06-21 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10035 (top level): Use it instead of mi_execute_to.
10036
10037 2016-06-21 Pedro Alves <palves@redhat.com>
10038
10039 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10040 (cont_handler_str): New.
10041 (signal_stop_handler): Set stop_handler_str instead of printing to
10042 stdout.
10043 (continue_handler): Set cont_handler_str instead of printing to
10044 stdout.
10045 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10046 mi_send_resuming_command. Print stop_handler_str and
10047 cont_handler_str instead of expecting the python events print
10048 directly.
10049
10050 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10051
10052 * gdb.base/jit-reader.exp: New file.
10053 * gdb.base/jithost.c: New file.
10054 * gdb.base/jithost.h: New file.
10055 * gdb.base/jitreader.c : New file.
10056 * gdb.base/jit-protocol.h: New file.
10057
10058 2016-06-17 Yao Qi <yao.qi@linaro.org>
10059
10060 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10061 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10062 and detach-on-fork. Adjust tests.
10063 (top level): Invoke break_cond_on_syscall with combinations of
10064 syscall, follow-fork-mode and detach-on-fork.
10065
10066 2016-06-17 Yao Qi <yao.qi@linaro.org>
10067
10068 * gdb.base/step-over-exit.c: New.
10069 * gdb.base/step-over-exit.exp: New.
10070
10071 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10072
10073 * gdb.base/float.exp: Add target check for nds32*-*-*.
10074 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10075
10076 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10077
10078 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10079 for unsupported target features.
10080 * gdb.base/call-rt-st.exp: Likewise.
10081 * gdb.base/call-sc.exp: Likewise.
10082 * gdb.base/call-signal-resume.exp: Likewise.
10083 * gdb.base/call-strs.exp: Likewise.
10084 * gdb.base/callexit.exp: Likewise.
10085 * gdb.base/callfuncs.exp: Likewise.
10086 * gdb.base/nodebug.exp: Likewise.
10087 * gdb.base/printcmds.exp: Likewise.
10088 * gdb.base/ptype.exp: Likewise.
10089 * gdb.base/structs.exp: Likewise.
10090 * gdb.base/unwindonsignal.exp: Likewise.
10091 * gdb.cp/gdb2495.exp: Likewise.
10092 * gdb.cp/templates.exp: Likewise.
10093 * gdb.cp/virtfunc.exp: Likewise.
10094 * gdb.threads/hand-call-in-threads.exp: Likewise.
10095 * gdb.threads/interrupted-hand-call.exp: Likewise.
10096 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10097
10098 2016-06-10 Tom Tromey <tom@tromey.com>
10099
10100 PR rust/20110:
10101 * gdb.rust/expr.exp: Add test for integer constant larger than
10102 i32.
10103
10104 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10105
10106 * gdb.fortran/nested-funcs.exp: New.
10107 * gdb.fortran/nested-funcs.f90: New.
10108
10109 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10110
10111 * gdb.base/examine-backward.c: New file.
10112 * gdb.base/examine-backward.exp: New file.
10113
10114 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10115
10116 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10117 matching.
10118
10119 2016-06-02 Tom Tromey <tom@tromey.com>
10120
10121 PR python/18984:
10122 * gdb.python/py-shared.exp: Add solib_name test.
10123
10124 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10125
10126 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10127
10128 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10129
10130 PR c++/19893
10131 * gdb.dwarf2/implref.exp: Rename to...
10132 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10133 * gdb.dwarf2/implref-array.c: New file.
10134 * gdb.dwarf2/implref-array.exp: Likewise.
10135 * gdb.dwarf2/implref-global.c: Likewise.
10136 * gdb.dwarf2/implref-global.exp: Likewise.
10137 * gdb.dwarf2/implref-struct.c: Likewise.
10138 * gdb.dwarf2/implref-struct.exp: Likewise.
10139
10140 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10141
10142 * gdb.trace/trace-condition.exp: Add 64bit tests.
10143
10144 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10145
10146 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10147 bits types.
10148 (main): Adapt to 8 to 64 bits types.
10149 * gdb.trace/trace-condition.exp: Add new tests.
10150
10151 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10152
10153 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10154
10155 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10156
10157 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10158 Move condition tests...
10159 * gdb.trace/trace-condition.exp: Here.
10160
10161 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10162
10163 * gdb.trace/trace-condition.exp: Add counter-case tests.
10164
10165 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10166
10167 PR c++/15231
10168 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10169 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10170
10171 2016-05-27 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10174 New procedure.
10175 (top level): Call it, and bail out of DejaGnu is known to be bad.
10176
10177 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10178
10179 * gdb.base/whatis.c: Extend the test case.
10180 * gdb.base/whatis.exp: Add additional tests.
10181
10182 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10183
10184 * gdb.fortran/type.f90: Add pointer variable.
10185 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10186
10187 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10188
10189 * gdb.fortran/vla-type.exp: Fix testcase name.
10190
10191 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10192
10193 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10194
10195 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10196
10197 * gdb.fortran/type.f90: Add nested structures.
10198 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10199 * gdb.fortran/derived-type.exp: Adapt expected output.
10200 * gdb.fortran/vla-type.exp: Adapt expected output.
10201
10202 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10203
10204 * gdb.fortran/whatis_type.exp: Adapt expected output.
10205
10206 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10207
10208 * gdb.fortran/print_type.exp: Fix expected output.
10209 * gdb.fortran/whatis_type.exp: Fix expected output.
10210
10211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10212
10213 * gdb.fortran/whatis_type.exp: Use multi_line.
10214
10215 2016-05-24 Tom Tromey <tom@tromey.com>
10216
10217 PR python/17386:
10218 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10219 use value as an index.
10220
10221 2016-05-23 Tom Tromey <tom@tromey.com>
10222
10223 PR python/17981:
10224 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10225 no-breakpoint case.
10226
10227 2016-05-24 Pedro Alves <palves@redhat.com>
10228
10229 PR gdb/19828
10230 * gdb.threads/clone-attach-detach.c: New file.
10231 * gdb.threads/clone-attach-detach.exp: New file.
10232
10233 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10234
10235 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10236
10237 2016-05-23 Tom Tromey <tom@tromey.com>
10238
10239 PR python/19438, PR python/18393:
10240 * gdb.python/py-progspace.exp: Add "dir" test.
10241 * gdb.python/py-objfile.exp: Add "dir" test.
10242
10243 2016-05-23 Yao Qi <yao.qi@linaro.org>
10244
10245 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10246 * gdb.arch/thumb2-it.exp: Likewise.
10247
10248 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10249
10250 * gdb.mi/mi-threads-interrupt.c: New file.
10251 * gdb.mi/mi-threads-interrupt.exp: New file.
10252
10253 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10254
10255 PR gdb/18077
10256 * gdb.mi/mi-async-run.exp: New file.
10257 * gdb.mi/mi-async-run.c: New file.
10258
10259 2016-05-17 Tom Tromey <tom@tromey.com>
10260 Manish Goregaokar <manishsmail@gmail.com>
10261
10262 * lib/rust-support.exp: New file.
10263 * lib/gdb.exp (skip_rust_tests): New proc.
10264 (build_executable_from_specs): Handle rust.
10265 * lib/future.exp (gdb_find_rustc): New proc.
10266 (gdb_default_target_compile): Handle rust.
10267 * gdb.rust/expr.exp: New file.
10268 * gdb.rust/generics.exp: New file.
10269 * gdb.rust/generics.rs: New file.
10270 * gdb.rust/methods.exp: New file.
10271 * gdb.rust/methods.rs: New file.
10272 * gdb.rust/modules.exp: New file.
10273 * gdb.rust/modules.rs: New file.
10274 * gdb.rust/simple.exp: New file.
10275 * gdb.rust/simple.rs: New file.
10276
10277 2016-05-17 Tom Tromey <tom@tromey.com>
10278
10279 * gdb.base/default.exp (set language): Add rust.
10280
10281 2016-05-17 Tom Tromey <tom@tromey.com>
10282
10283 * gdb.gdb/unittest.exp: New file.
10284
10285 2016-05-16 Yao Qi <yao.qi@linaro.org>
10286
10287 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10288 shell_prompt. Update shell_prompt_re.
10289
10290 2016-05-12 Doug Evans <dje@google.com>
10291
10292 PR symtab/19999
10293 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10294 $options when building executable.
10295 * gdb.dwarf2/fission-loclists-pie.S: New file.
10296 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10297
10298 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10299
10300 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10301 of [is_remote target],
10302
10303 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * lib/gdb.exp (use_gdb_stub): New procedure.
10306
10307 2016-05-03 Yunlian Jiang <yunlian@google.com>
10308 Doug Evans <dje@google.com>
10309
10310 PR symtab/19914
10311 * gdb.dwarf2/dwp-sepdebug.c: New file.
10312 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10313
10314 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10315
10316 * gdb.base/detach.exp: Remove is_remote check.
10317
10318 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * gdb.base/annota-input-while-running.exp: Don't check for
10321 [is_remote target]. Enable annotations after running to main.
10322 Remove unused "set test..." line.
10323
10324 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10325
10326 * gdb.trace/trace-enable-disable.exp: New file.
10327 * gdb.trace/trace-enable-disable.c: New file.
10328
10329 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10330
10331 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10332 use it in info sharedlibrary test.
10333 * gdb.trace/ftrace-lock.exp: Likewise.
10334 * gdb.trace/ftrace.exp: Likewise.
10335 * gdb.trace/range-stepping.exp: Likewise.
10336 * gdb.trace/trace-break.exp: Likewise.
10337 * gdb.trace/trace-condition.exp: Likewise.
10338 * gdb.trace/trace-mt.exp: Likewise.
10339
10340 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10341
10342 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10343 (gdb_load_shlib): ... this.
10344 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10345 gdb_load_shlib.
10346 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10347 * gdb.base/ctxobj.exp: Likewise.
10348 * gdb.base/dprintf-pending.exp: Likewise.
10349 * gdb.base/dso2dso.exp: Likewise.
10350 * gdb.base/fixsection.exp: Likewise.
10351 * gdb.base/gcore-relro.exp: Likewise.
10352 * gdb.base/gdb1555.exp: Likewise.
10353 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10354 * gdb.base/gnu-ifunc.exp: Likewise.
10355 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10356 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10357 * gdb.base/pending.exp: Likewise.
10358 * gdb.base/print-file-var.exp: Likewise.
10359 * gdb.base/print-symbol-loading.exp: Likewise.
10360 * gdb.base/shlib-call.exp: Likewise.
10361 * gdb.base/shreloc.exp: Likewise.
10362 * gdb.base/so-impl-ld.exp: Likewise.
10363 * gdb.base/solib-disc.exp: Likewise.
10364 * gdb.base/solib-nodir.exp: Likewise.
10365 * gdb.base/solib-overlap.exp: Likewise.
10366 * gdb.base/solib-symbol.exp: Likewise.
10367 * gdb.base/solib-weak.exp (do_test): Likewise.
10368 * gdb.base/sym-file.exp: Likewise.
10369 * gdb.base/symtab-search-order.exp: Likewise.
10370 * gdb.base/type-opaque.exp: Likewise.
10371 * gdb.base/unload.exp: Likewise.
10372 * gdb.base/watchpoint-solib.exp: Likewise.
10373 * gdb.compile/compile.exp: Likewise.
10374 * gdb.cp/gdb2384.exp: Likewise.
10375 * gdb.cp/infcall-dlopen.exp: Likewise.
10376 * gdb.cp/re-set-overloaded.exp: Likewise.
10377 * gdb.fortran/library-module.exp: Likewise.
10378 * gdb.opt/solib-intra-step.exp: Likewise.
10379 * gdb.python/py-finish-breakpoint.exp: Likewise.
10380 * gdb.python/py-shared.exp: Likewise.
10381 * gdb.reverse/solib-precsave.exp: Likewise.
10382 * gdb.reverse/solib-reverse.exp: Likewise.
10383 * gdb.server/solib-list.exp: Likewise.
10384 * gdb.threads/dlopen-libpthread.exp: Likewise.
10385 * gdb.threads/tls-shared.exp: Likewise.
10386 * gdb.threads/tls-so_extern.exp: Likewise.
10387 * gdb.trace/change-loc.exp: Likewise.
10388 * gdb.trace/ftrace-lock.exp: Likewise.
10389 * gdb.trace/ftrace.exp: Likewise.
10390 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10391 * gdb.trace/pending.exp: Likewise.
10392 * gdb.trace/range-stepping.exp: Likewise.
10393 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10394 (strace_info_marker): Likewise.
10395 (strace_probe_marker): Likewise.
10396 (strace_trace_on_same_addr): Likewise.
10397 (strace_trace_on_diff_addr): Likewise.
10398 * gdb.trace/trace-break.exp: Likewise.
10399 * gdb.trace/trace-condition.exp: Likewise.
10400 * gdb.trace/trace-mt.exp: Likewise.
10401
10402 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10403
10404 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10405 result of gdb_remote_download.
10406 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10407 * gdb.base/dso2dso.exp: Likewise.
10408 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10409 * gdb.base/print-file-var.exp: Likewise.
10410 * gdb.base/shlib-call.exp: Likewise.
10411 * gdb.base/shreloc.exp: Likewise.
10412 * gdb.base/solib-overlap.exp: Likewise.
10413 * gdb.base/solib-weak.exp (do_test): Likewise.
10414 * gdb.base/unload.exp: Likewise.
10415
10416 2016-04-27 Yao Qi <yao.qi@linaro.org>
10417
10418 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10419 exists.
10420
10421 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10422
10423 * vla-type.exp: Print structure from toplevel.
10424
10425 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10426
10427 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10428 of dynamic types.
10429 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10430 of dynamic types.
10431
10432 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10433
10434 * gdb.fortran/vla-type.f90: New file.
10435 * gdb.fortran/vla-type.exp: New file.
10436
10437 2016-04-25 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/branch-to-self.c: New file.
10440 * gdb.base/branch-to-self.exp: New file.
10441
10442 2016-04-22 Yao Qi <yao.qi@linaro.org>
10443
10444 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10445 more after $hex.
10446
10447 2016-04-22 Yao Qi <yao.qi@linaro.org>
10448
10449 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10450 * gdb.base/annota3.exp: Likewise.
10451
10452 2016-04-22 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.reverse/step-precsave.exp: Do one step and test program
10455 stops in "callee" and do multiple steps until program goes out
10456 of "callee".
10457 * gdb.reverse/step-reverse.exp: Likewise.
10458
10459 2016-04-22 Yao Qi <yao.qi@linaro.org>
10460
10461 * gdb.trace/signal.exp: Also pass if
10462 $tracepoint_hits($i) > $iterations.
10463
10464 2016-04-22 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.trace/signal.c: New file.
10467 * gdb.trace/signal.exp: New file.
10468
10469 2016-04-19 Doug Evans <xdje42@gmail.com>
10470
10471 * gdb.base/bad-file.exp: New file.
10472
10473 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10474
10475 * gdb.dwarf2/implref.exp: New file.
10476
10477 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10478
10479 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10480 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10481 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10482 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10483 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10484 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10485 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10486 * lib/fortran.exp (fortran_int4): New procedure.
10487 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10488 (fortran_logical4): Likewise.
10489
10490 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10491
10492 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10493
10494 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10495
10496 * lib/compiler.c: Add Intel specific preprocessor macros.
10497 * lib/compiler.cc: Likewise.
10498
10499 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10500
10501 * gdb.server/connect-with-no-symbol-file.c: New file.
10502 * gdb.server/connect-with-no-symbol-file.exp: New file.
10503
10504 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10505
10506 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10507
10508 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10509
10510 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10511 standard output directory.
10512
10513 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10514
10515 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10516
10517 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * gdb.btrace/instruction_history.c (loop): Add declaration.
10520
10521 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10522
10523 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10524
10525 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10526
10527 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10528 parentheses to print.
10529 (continue_handler): Likewise.
10530
10531 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10532
10533 * gdb.server/solib-list.exp: Remove is_remote check.
10534 Pass shlib= to gdb_compile. Don't link shared library with
10535 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10536 Run binary filename through "readlink -f" on the target.
10537
10538 2016-04-08 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10541 interpreter filename as argument to gdbserver_spawn.
10542 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10543 Return empty if $last_loaded_file does not exist.
10544
10545 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10546
10547 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10548 * gdb.base/jit-main.c: Use exit after usage.
10549
10550 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10553 GDBHISTSIZE prior to the tests.
10554 * gdb.base/gdbinit-history.exp: Likewise.
10555
10556 2016-04-07 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10559 instead of build_executable. Use gdb_load_shlibs.
10560
10561 2016-04-07 Yao Qi <yao.qi@linaro.org>
10562
10563 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10564 Execute "si" command.
10565
10566 2016-04-07 Yao Qi <yao.qi@linaro.org>
10567
10568 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10569 number instead of the comments on some line.
10570
10571 2016-04-06 Don Breazeal <donb@codesourcery.com>
10572
10573 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10574 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10575
10576 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10577
10578 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10579 standard_output_file. Remove unused binfile variable.
10580
10581 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10582
10583 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10584 * gdb.python/py-mi-objfile.exp: Match "list main" output
10585 in console format.
10586
10587 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10588
10589 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10590 absolute.
10591
10592 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10593
10594 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10595 absolute.
10596 * gdb.trace/ftrace.exp: Likewise.
10597 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10598 targets as well.
10599 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10600 (gdb_load_shlibs): Copy libraries to test directory when testing
10601 natively. Only set solib-search-path if testing remotely.
10602 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10603
10604 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10607 gdb_download. Use it even if the target is not remote.
10608 * gdb.base/jit.exp (compile_jit_test): Likewise.
10609 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10610 output directory if the destination board is local, otherwise use
10611 the standard remote_download from DejaGnu.
10612 (gdb_download): Remove.
10613 (gdb_load_shlibs): Use gdb_remote_download instead of
10614 gdb_download.
10615 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10616 Use gdb_remote_download instead of gdb_download. Use it even if
10617 the target is not remote.
10618 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10619 instead of gdb_download.
10620
10621 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10622
10623 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10624 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10625 run.
10626
10627 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10628
10629 PR gdb/19820
10630 * gdb.base/printcmds.exp: Add artificial arrays tests.
10631
10632 2016-03-31 Pedro Alves <palves@redhat.com>
10633
10634 PR gdb/19858
10635 * gdb.base/jit-main.c: Include unistd.h.
10636 (ATTACH): Define to 0 if not already defined.
10637 (wait_for_gdb, mypid): New globals.
10638 (WAIT_FOR_GDB): New macro.
10639 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10640 some breakpoint locations.
10641 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10642 New procedures.
10643 (one_jit_test): Add REATTACH parameter, and handle it. Use
10644 continue_to_test_location.
10645 (top level): Test attach, and adjusts calls to one_jit_test.
10646
10647 2016-03-31 Pedro Alves <palves@redhat.com>
10648
10649 PR gdb/19858
10650 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10651 BINSUFFIX parameter, and handle it.
10652 (top level): Adjust calls compile_jit_test.
10653
10654 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10655
10656 PR python/19743
10657 * gdb.python/py-mi-events-gdb.py: New file.
10658 * gdb.python/py-mi-events.c: New file.
10659 * gdb.python/py-mi-events.exp: New file.
10660
10661 2016-03-30 Yao Qi <yao.qi@linaro.org>
10662
10663 * gdb.reverse/until-precsave.exp: Match function name only.
10664 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10665 Move malloc to a condition block.
10666 * gdb.reverse/until-reverse.exp: Match function name only.
10667
10668 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10669
10670 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10671 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10672 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10673 variable for GPR 0 instead of assuming it is register 0.
10674 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10675 * lib/trace-support.exp: Add s390 registers.
10676
10677 2016-03-29 Yao Qi <yao.qi@linaro.org>
10678
10679 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10680
10681 2016-03-24 Yao Qi <yao.qi@linaro.org>
10682
10683 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10684 test message.
10685
10686 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10687
10688 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10689 maintaining separate logic for constructing the output path.
10690
10691 2016-03-16 Don Breazeal <donb@codesourcery.com>
10692
10693 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10694 Retry fork and waitpid on interrupted system call errors.
10695 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10696 Use with_timeout_factor to increase timeout by factor of 10.
10697
10698 2016-03-15 Don Breazeal <donb@codesourcery.com>
10699
10700 * gdb.cp/scope-err.cc: New test program.
10701 * gdb.cp/scope-err.exp: New test script.
10702 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10703 lines and "set breakpoint here" comment.
10704 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10705 Fixed some whitespace and format issues.
10706 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10707 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10708
10709 2016-03-15 Doug Evans <dje@google.com>
10710
10711 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10712 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10713 All callers updated. Add tests for enums, mixed flags register.
10714
10715 2016-03-15 Doug Evans <dje@google.com>
10716
10717 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10718 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10719
10720 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10721
10722 * gdb.base/default.exp: Add $_as_string to the list of expected
10723 convenience functions.
10724
10725 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10726
10727 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10728
10729 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10730
10731 * gdb.python/py-as-string.exp: New file.
10732 * gdb.python/py-as-string.c: New file.
10733
10734 2016-03-09 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10737 signal" -> "Thread NN received signal" output change.
10738 * gdb.threads/ia64-sigill.exp: Likewise.
10739 * gdb.threads/linux-dp.exp: Likewise.
10740 * gdb.threads/manythreads.exp: Likewise.
10741 * gdb.threads/pending-step.exp: Likewise.
10742 * gdb.threads/print-threads.exp: Likewise.
10743 * gdb.threads/sigstep-threads.exp: Likewise.
10744 * gdb.threads/staticthreads.exp: Likewise.
10745 * gdb.threads/tls.exp: Likewise.
10746
10747 2016-03-09 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.base/command-line-input.exp: New file.
10750
10751 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10752
10753 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10754 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10755 * gdb.trace/pending.exp: Accept leading dot before function name.
10756 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10757 * lib/trace-support.exp: Set registers for ppc.
10758
10759 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10760
10761 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10762 use it for disassembly; accept .main in addition to main in backtrace.
10763
10764 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10765 Marcin Kościelnicki <koriakin@0x04.net>
10766
10767 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10768 (gdb_recursion_test_ptr): New global variable.
10769 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10770 gdb_recursion_test.
10771 (gdb_c_test): Ditto.
10772
10773 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10774
10775 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10776 ordering.
10777
10778 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10779
10780 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10781 (bar): Add bar_start_lbl label.
10782 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10783 of foo/bar for emitting DWARF and tracing.
10784
10785 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10786
10787 * analyze-racy-logs.py: Set executable bit.
10788
10789 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10790
10791 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10792 (CHECK_TARGET_TMP): Likewise.
10793 (check-single-racy): New rule.
10794 (check-parallel-racy): Likewise.
10795 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10796 (do-check-parallel-racy): New rule.
10797 (check-racy/%.exp): Likewise.
10798 * README (Racy testcases): New section.
10799 * analyze-racy-logs.py: New file.
10800
10801 2016-03-03 Doug Evans <dje@google.com>
10802
10803 * gdb.base/skip.exp: Use with_test_prefix.
10804
10805 2016-03-03 Yao Qi <yao.qi@linaro.org>
10806
10807 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10808 Invoke step_over_syscall "clone" and break_cond_on_syscall
10809 "clone".
10810 * gdb.base/step-over-clone.c: New file.
10811
10812 2016-03-03 Yao Qi <yao.qi@linaro.org>
10813
10814 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10815 code format.
10816
10817 2016-03-03 Yao Qi <yao.qi@linaro.org>
10818
10819 * gdb.base/disp-step-fork.c: Rename to ...
10820 * gdb.base/step-over-fork.c: ... it. New file.
10821 * gdb.base/disp-step-vfork.c: Rename to ...
10822 * gdb.base/step-over-vfork.c: ... it. New file.
10823 * gdb.base/disp-step-syscall.exp: Rename to ...
10824 * gdb.base/step-over-syscall.exp: ... it. New file.
10825 (disp_step_cross_syscall): Rename to ...
10826 (step_over_syscall): ... it.
10827
10828 2016-03-03 Yao Qi <yao.qi@linaro.org>
10829
10830 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10831 If target supports condition evaluation on target, invoke
10832 break_cond_on_syscall for fork and vfork.
10833
10834 2016-03-03 Yao Qi <yao.qi@linaro.org>
10835
10836 * gdb.base/disp-step-syscall.exp: Don't invoke
10837 support_displaced_stepping.
10838 (disp_step_cross_syscall): Test with displaced stepping off and
10839 on if supported.
10840
10841 2016-03-03 Yao Qi <yao.qi@linaro.org>
10842
10843 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10844 proc.
10845 (setup): New proc.
10846 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10847 and setup.
10848
10849 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10850
10851 * gdb.fortran/vla-history.exp: Remove breakpoint.
10852
10853 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10854
10855 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10856 exceeds timeout.
10857
10858 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10859
10860 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10861 breakpoint.
10862
10863 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10864
10865 * gdb.mi/vla.f90: Nullify pointer after declaration.
10866
10867 2016-03-01 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10870
10871 2016-03-01 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10874 before anything else.
10875 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10876 _GNU_SOURCE here.
10877 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10878 before anything else.
10879 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10880
10881 2016-03-01 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10884
10885 2016-03-01 Yao Qi <yao.qi@linaro.org>
10886
10887 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10888 prepare_for_testing.
10889
10890 2016-03-01 Yao Qi <yao.qi@linaro.org>
10891
10892 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10893
10894 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10895
10896 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10897 manually constructing the output path.
10898
10899 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10900
10901 * gdb.arch/s390-stackless.S: New.
10902 * gdb.arch/s390-stackless.exp: New.
10903
10904 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10905
10906 * gdb.dlang/circular.c: New file.
10907 * gdb.dlang/circular.exp: New file.
10908
10909 2016-02-26 Yao Qi <yao.qi@linaro.org>
10910
10911 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10912 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10913 (testcases): Update.
10914
10915 2016-02-26 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.reverse/aarch64.c: Rename to ...
10918 * gdb.reverse/insn-reverse.c: ... it.
10919 * gdb.reverse/aarch64.exp: Rename to ...
10920 * gdb.reverse/insn-reverse.exp: ... it.
10921
10922 2016-02-26 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10925 (testcase_ftype): New.
10926 (testcases): New array.
10927 (n_testcases): New.
10928 (main): Call each element in testcases.
10929 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10930 (read_testcase): New.
10931 Do the tests in a loop.
10932
10933 2016-02-25 Yao Qi <yao.qi@linaro.org>
10934
10935 * gdb.base/branches.c: Remove.
10936
10937 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10938
10939 PR gdb/13808
10940 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10941
10942 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10943
10944 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10945
10946 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10947
10948 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10949 change x86_64 call_insn to 'callq'.
10950
10951 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10952
10953 * gdb.trace/tfile-avx.c: Move to...
10954 * gdb.trace/tracefile-pseudo-reg.c: Here.
10955 * gdb.trace/tfile-avx.exp: Move to...
10956 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10957
10958 2016-02-24 Gary Benson <gbenson@redhat.com>
10959
10960 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10961 message on attach.
10962
10963 2016-02-23 Doug Evans <dje@google.com>
10964
10965 * gdb.base/skip.c (test_skip): New function.
10966 (end_test_skip_file_and_function): New function.
10967 (test_skip_file_and_function): New function.
10968 * gdb.base/skip1.c (test_skip): New function.
10969 (skip1_test_skip_file_and_function): New function.
10970 * gdb.base/skip.exp: Add tests for new skip options.
10971 * gdb.base/skip-solib.exp: Update expected output.
10972 * gdb.perf/skip-command.cc: New file.
10973 * gdb.perf/skip-command.exp: New file.
10974 * gdb.perf/skip-command.py: New file.
10975
10976 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10977
10978 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10979 info registers pattern.
10980
10981 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10982
10983 * lib/future.exp: Add D support.
10984 (gdb_find_gdc): New proc.
10985 (gdb_default_target_compile): Add D support.
10986
10987 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10988
10989 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10990 user+system time.
10991 (trace_speed_test): Determine the iteration count for a time
10992 between 15..30 seconds.
10993
10994 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10995
10996 * gdb.arch/i386-mpx-sigsegv.c: New file.
10997 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10998 * gdb.arch/i386-mpx-simple_segv.c: New file.
10999 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11000
11001 2016-02-18 Yao Qi <yao.qi@linaro.org>
11002
11003 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11004 Don't call setup_kfail.
11005
11006 2016-02-18 Yao Qi <yao.qi@linaro.org>
11007
11008 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11009 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11010
11011 2016-02-16 Doug Evans <dje@google.com>
11012
11013 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11014 * gdb.base/skip1.c: Ditto.
11015 * gdb.base/skip.exp: Whitespace cleanup.
11016
11017 2016-02-16 Don Breazeal <donb@codesourcery.com>
11018
11019 PR remote/19496
11020 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11021 Remove kfail for PR remote/19496.
11022
11023 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11024
11025 * lib/gdb.exp (standard_temp_file): Return a path specific to
11026 the runtest invocation.
11027
11028 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11029
11030 * gdb.trace/save-trace.exp: Change relative path to be in the
11031 standard output directory.
11032
11033 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 * gdb.arch/i386-prologue.c: Add missing prototypes.
11036
11037 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11038
11039 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11040 * gdb.arch/i386-prologue.exp: Likewise.
11041 * gdb.arch/i386-size.exp: Likewise.
11042
11043 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11044
11045 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11046 define object file path.
11047 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11048 file path.
11049 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11050 standard_output_file to define binfile.
11051
11052 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11053
11054 Fix compatibility with recent gfortran-5.3.1.
11055 * gdb.fortran/vla-history.exp (print vla1 allocated)
11056 (print vla2 allocated, print $2, print $3): Remove
11057 (print $4): Rename to ...
11058 (print $2): ... here.
11059 (print $9): Rename to ...
11060 (print $5): ... here.
11061 (print $10): Rename to ...
11062 (print $6): ... here.
11063 * gdb.fortran/vla.f90: Add pvla initialization.
11064
11065 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11066
11067 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11068 New test.
11069 * gdb.fortran/vla-value-sub.exp: Likewise.
11070
11071 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11072
11073 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11074
11075 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11076
11077 * i386-biarch-core.exp: Define corefile using
11078 standard_output_file.
11079
11080 2016-02-12 Yao Qi <yao.qi@linaro.org>
11081
11082 * gdb.arch/arm-single-step-kernel-helper.c: New.
11083 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11084
11085 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11086
11087 * gdb.btrace/tailcall-only.exp: New.
11088 * gdb.btrace/tailcall-only.c: New.
11089 * gdb.btrace/x86_64-tailcall-only.S: New.
11090 * gdb.btrace/i686-tailcall-only.S: New.
11091
11092 2016-02-11 Pedro Alves <palves@redhat.com>
11093
11094 * README (Parallel testing): Add missing double quotes.
11095
11096 2016-02-11 Pedro Alves <palves@redhat.com>
11097
11098 * README (Parallel testing): New section.
11099 (GDB_PARALLEL): Rewrite.
11100 (FORCE_PARALLEL): Document.
11101
11102 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11103
11104 * gdb.trace/tfile-avx.c: New test.
11105 * gdb.trace/tfile-avx.exp: New test.
11106
11107 2016-02-09 Keith Seitz <keiths@redhat.com>
11108
11109 PR breakpoints/19546
11110 * gdb.base/infcall-exec.c: New file.
11111 * gdb.base/infcall-exec2.c: New file.
11112 * gdb.base/infcall-exec.exp: New file.
11113
11114 2016-02-09 Keith Seitz <keiths@redhat.com>
11115
11116 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11117 (toplevel): Call test_bkpt_address.
11118
11119 2016-02-09 Keith Seitz <keiths@redhat.com>
11120
11121 PR python/19506
11122 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11123 (toplevel): Call test_bkpt_address.
11124
11125 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11126
11127 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11128 to AC_OUTPUT.
11129 * configure: Regenerate.
11130
11131 2016-02-09 Pedro Alves <palves@redhat.com>
11132
11133 PR breakpoints/19548
11134 * gdb.base/execl-update-breakpoints.c (some_function): New
11135 function.
11136 (main): Call it.
11137 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11138 Tighten expected GDB output.
11139
11140 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * Makefile.in (ALL_SUBDIRS): Remove.
11143 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11144 (distclean maintainer-clean realclean): Likewise.
11145 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11146 * configure: Regenerate.
11147 * gdb.ada/Makefile.in: Delete.
11148 * gdb.arch/Makefile.in: Likewise.
11149 * gdb.asm/Makefile.in: Likewise.
11150 * gdb.base/Makefile.in: Likewise.
11151 * gdb.btrace/Makefile.in: Likewise.
11152 * gdb.cell/Makefile.in: Likewise.
11153 * gdb.compile/Makefile.in: Likewise.
11154 * gdb.cp/Makefile.in: Likewise.
11155 * gdb.disasm/Makefile.in: Likewise.
11156 * gdb.dlang/Makefile.in: Likewise.
11157 * gdb.dwarf2/Makefile.in: Likewise.
11158 * gdb.fortran/Makefile.in: Likewise.
11159 * gdb.gdb/Makefile.in: Likewise.
11160 * gdb.go/Makefile.in: Likewise.
11161 * gdb.guile/Makefile.in: Likewise.
11162 * gdb.java/Makefile.in: Likewise.
11163 * gdb.linespec/Makefile.in: Likewise.
11164 * gdb.mi/Makefile.in: Likewise.
11165 * gdb.modula2/Makefile.in: Likewise.
11166 * gdb.multi/Makefile.in: Likewise.
11167 * gdb.objc/Makefile.in: Likewise.
11168 * gdb.opencl/Makefile.in: Likewise.
11169 * gdb.opt/Makefile.in: Likewise.
11170 * gdb.pascal/Makefile.in: Likewise.
11171 * gdb.perf/Makefile.in: Likewise.
11172 * gdb.python/Makefile.in: Likewise.
11173 * gdb.reverse/Makefile.in: Likewise.
11174 * gdb.server/Makefile.in: Likewise.
11175 * gdb.stabs/Makefile.in: Likewise.
11176 * gdb.threads/Makefile.in: Likewise.
11177 * gdb.trace/Makefile.in: Likewise.
11178 * gdb.xml/Makefile.in: Likewise.
11179 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11180 GDB_PARALLEL.
11181 (standard_output_file): Remove check for GDB_PARALLEL, always
11182 return path in outputs/$subdir/$testname.
11183
11184 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11185
11186 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11187 (site.exp): Assign abs_srcdir to tcl's srcdir.
11188
11189 2016-02-04 Yao Qi <yao.qi@linaro.org>
11190
11191 * gdb.base/foll-exec-mode.c: Include limits.h.
11192 (main): Add parameters argc and argv. Get directory from
11193 argv[0].
11194 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11195 compilation.
11196 * gdb.base/foll-exec.c: Include limits.h.
11197 (main): Add parameters argc and argv.
11198 Get directory from argv[0].
11199 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11200 Adjust tests on the number of lines as source code changed.
11201 * gdb.base/foll-vfork-exit.c: Include limits.h.
11202 (main): Add one line of statement before vfork.
11203 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11204 (main): Add parameters argc and argv. Get directory from
11205 argv[0].
11206 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11207 (setup_gdb): Set tbreak to skip some source lines.
11208 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11209 (main): Add parameters argc and argv. Get directory from
11210 argv[0].
11211 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11212 compilation.
11213 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11214 (main): Add parameters argc and argv. Get directory from
11215 argv[0].
11216 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11217 compilation.
11218
11219 2016-02-01 Doug Evans <dje@google.com>
11220
11221 * gdb.base/skip.exp: Clean up multiple references to same test name.
11222
11223 2016-02-01 Pedro Alves <palves@redhat.com>
11224
11225 PR remote/19496
11226 * gdb.threads/forking-threads-plus-breakpoint.exp
11227 (displaced_stepping_supported): New global.
11228 (probe_displaced_stepping_support): New procedure.
11229 (do_test): Add 'displaced' parameter, and use it.
11230 (top level): Check for displaced stepping support. Add displaced
11231 stepping on/off testing axis.
11232
11233 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11234
11235 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11236 pointer. Don't perform further tests on the unassociated pointer
11237 if the first test fails.
11238
11239 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11240
11241 * gdb.base/max-value-size.c: New file.
11242 * gdb.base/max-value-size.exp: New file.
11243 * gdb.base/huge.exp: Disable max-value-size for this test.
11244
11245 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11246
11247 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11248
11249 2016-01-28 Yao Qi <yao.qi@linaro.org>
11250
11251 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11252
11253 2016-01-25 Pedro Alves <palves@redhat.com>
11254
11255 PR threads/19461
11256 * gdb.base/fork-running-state.c: New file.
11257 * gdb.base/fork-running-state.exp: New file.
11258
11259 2016-01-25 Pedro Alves <palves@redhat.com>
11260
11261 PR gdb/19494
11262 * gdb.base/catch-fork-kill.c: New file.
11263 * gdb.base/catch-fork-kill.exp: New file.
11264
11265 2016-01-25 Pedro Alves <palves@redhat.com>
11266
11267 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11268 Delete, moved to lib/gdb.exp.
11269 * gdb.threads/forking-threads-plus-breakpoint.exp
11270 (foreach_with_prefix): Likewise.
11271 * gdb.threads/process-dies-while-handling-bp.exp
11272 (foreach_with_prefix): Likewise.
11273 * lib/gdb.exp (foreach_with_prefix): New procedure.
11274
11275 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11276
11277 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11278 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11279
11280 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11281
11282 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11283 endian targets.
11284
11285 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11286 Pedro Alves <palves@redhat.com>
11287
11288 Fix testsuite compatibility with Guile.
11289 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11290 number.
11291
11292 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11293
11294 Fix testsuite compatibility with Guile.
11295 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11296 (thread 1): New test for backtrace through signal handler.
11297
11298 2016-01-22 Yao Qi <yao.qi@linaro.org>
11299
11300 PR testsuite/19491
11301 * gdb.base/multi-forks.c: Include
11302 ../lib/unbuffer_output.c
11303 (main): Call gdb_unbuffer_output.
11304
11305 2016-01-21 Doug Evans <dje@google.com>
11306
11307 * lib/ada.exp (gdb_compile_ada): Fix typo.
11308
11309 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11310
11311 * gdb.base/break-fun-addr.exp: New file.
11312 * gdb.base/break-fun-addr1.c: New file.
11313 * gdb.base/break-fun-addr2.c: New file.
11314
11315 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11316
11317 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11318 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11319 enum flag values.
11320
11321 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11322
11323 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11324 when GDB can not set the vector return value. Add more comments
11325 for clarification.
11326
11327 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11328
11329 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11330 command.
11331
11332 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11333
11334 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11335
11336 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11337
11338 * Makefile.in (check-single): Pass --status to runtest.
11339 (check/%.exp): Likewise.
11340
11341 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11342
11343 * Makefile.in (check-parallel): Propagate return code from make
11344 do-check-parallel.
11345
11346 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11347
11348 * gdb.trace/ftrace.exp: Fix expected message on continue.
11349 * gdb.trace/pending.exp: Fix expected message on continue.
11350 * gdb.trace/trace-break.exp: Fix expected message on continue.
11351
11352 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11353
11354 * lib/gdb.exp (gdb_test): Remove unused global references.
11355
11356 2016-01-18 Pedro Alves <palves@redhat.com>
11357
11358 * gdb.base/async-shell.exp: Adjust expected output.
11359 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11360 * gdb.base/siginfo-thread.exp: Adjust expected output.
11361 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11362 * gdb.java/jnpe.exp: Adjust expected output.
11363 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11364 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11365 * gdb.threads/leader-exit.exp: Adjust expected output.
11366 * gdb.threads/manythreads.exp: Adjust expected output.
11367 * gdb.threads/pthreads.exp: Adjust expected output.
11368 * gdb.threads/schedlock.exp: Adjust expected output.
11369 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11370 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11371 expected output.
11372 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11373 output.
11374 * gdb.threads/sigthread.exp: Adjust expected output.
11375 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11376
11377 2016-01-18 Yao Qi <yao.qi@linaro.org>
11378
11379 * gdb.guile/scm-section-script.c: Replace @progbits with
11380 %progbits.
11381 * gdb.python/py-section-script.c: Likewise.
11382
11383 2016-01-15 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.multi/tids.exp: Test star wildcard ranges.
11386
11387 2016-01-15 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11390 command from "thread apply" invocation.
11391 (thr_apply_info_thr_invalid): Default the expected output to the
11392 input tid list.
11393 (top level): Add tests that use convenience variables. Add tests
11394 for "thread apply" with a valid TID list, but missing the command.
11395
11396 2016-01-13 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.base/default.exp: Expect $_gthread as well.
11399 * gdb.multi/tids.exp: Test $_gthread.
11400 * gdb.threads/thread-specific.exp: Test $_gthread.
11401
11402 2016-01-13 Pedro Alves <palves@redhat.com>
11403
11404 * gdb.multi/tids.exp: Test "info threads -gid".
11405
11406 2016-01-13 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11409 Breakpoint.thread.
11410 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11411
11412 2016-01-07 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/break.exp: Adjust to output changes.
11415 * gdb.base/hbreak2.exp: Likewise.
11416 * gdb.base/sepdebug.exp: Likewise.
11417 * gdb.base/watch_thread_num.exp: Likewise.
11418 * gdb.linespec/keywords.exp: Likewise.
11419 * gdb.multi/info-threads.exp: Likewise.
11420 * gdb.threads/thread-find.exp: Likewise.
11421 * gdb.multi/tids.c: New file.
11422 * gdb.multi/tids.exp: New file.
11423
11424 2016-01-13 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11427
11428 2016-01-13 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/default.exp: Expect $_inferior as well.
11431 * gdb.multi/base.exp: Test $_inferior.
11432
11433 2016-01-13 Pedro Alves <palves@redhat.com>
11434
11435 PR breakpoints/19388
11436 * gdb.base/catch-signal-siginfo-cond.c: New file.
11437 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11438
11439 2016-01-12 Josh Stone <jistone@redhat.com>
11440 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11441
11442 * gdb.base/catch-syscall.c (do_execve): New variable.
11443 (main): Conditionally trigger an execve.
11444 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11445 (test_catch_syscall_execve): New, check entry/return across execve.
11446 (do_syscall_tests): Call test_catch_syscall_execve.
11447
11448 2016-01-12 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.base/random-signal.exp (do_test): New procedure, with body
11451 of testcase moved in.
11452
11453 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11454 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.base/funcargs.exp (finish from indirectly called function):
11457 Reintroduce the case for 'First'.
11458
11459 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11460 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11463 (tcatch_vfork_then_child_follow_exec)
11464 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11465 identification.
11466
11467 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11470 and repeats to unlimited.
11471 * gdb.python/py-value.exp: Likewise.
11472 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11473 and repeats to unlimited.
11474
11475 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11478 and reordering the functions.
11479 * gdb.multi/hangout.c: Likewise.
11480 * gdb.multi/hello.c: Likewise.
11481
11482 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11483
11484 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11485 absolute.
11486 (SingleStatisticTestResult.report): Use dict.keys instead of
11487 dict.iterkeys.
11488
11489 2016-01-06 Pedro Alves <palves@redhat.com>
11490
11491 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11492
11493 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11494
11495 * gdb.btrace/dlopen.exp: New.
11496 * gdb.btrace/dlopen.c: New.
11497 * gdb.btrace/dlopen-dso.c: New.
11498
11499 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11500
11501 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11502 PATTERN argument is optional.
11503
11504 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11505
11506 * lib/ada.exp (target_compile_ada_from_dir): New function.
11507 (gdb_compile_ada): Reimplement avoiding the use of project files.
11508 * gdb.ada/gnat_ada.gpr: Delete.
11509 * gdb.ada/cond_lang.exp: Adjust test to make path before
11510 filename optional.
11511 * gdb.ada/small_reg_param.exp: Likewise.
11512
11513 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11516
11517 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11518
11519 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11520 case.
11521
11522 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11523
11524 * gdb.base/break.exp: Remove dead code.
11525 * gdb.base/sepdebug.exp: Likewise.
11526
11527 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11528
11529 * gdb.asm/asm-source.exp: Remove HP-UX references.
11530 * gdb.base/annota1.exp: Likewise.
11531 * gdb.base/annota3.exp: Likewise.
11532 * gdb.base/attach.exp: Likewise.
11533 * gdb.base/bigcore.exp: Likewise.
11534 * gdb.base/break.exp: Likewise.
11535 * gdb.base/call-ar-st.exp: Likewise.
11536 * gdb.base/callfuncs.exp: Likewise.
11537 * gdb.base/catch-fork-static.exp: Likewise.
11538 * gdb.base/display.exp: Likewise.
11539 * gdb.base/foll-exec-mode.exp: Likewise.
11540 * gdb.base/foll-exec.exp: Likewise.
11541 * gdb.base/foll-fork.exp: Likewise.
11542 * gdb.base/foll-vfork.exp: Likewise.
11543 * gdb.base/funcargs.exp: Likewise.
11544 * gdb.base/hbreak2.exp: Likewise.
11545 * gdb.base/inferior-died.exp: Likewise.
11546 * gdb.base/interrupt.exp: Likewise.
11547 * gdb.base/multi-forks.exp: Likewise.
11548 * gdb.base/nodebug.exp: Likewise.
11549 * gdb.base/sepdebug.exp: Likewise.
11550 * gdb.base/solib1.c: Likewise.
11551 * gdb.base/step-test.exp: Likewise.
11552 * gdb.mi/non-stop.c: Likewise.
11553 * gdb.mi/pthreads.c: Likewise.
11554 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11555 * gdb.threads/pthreads.c: Likewise.
11556 * gdb.threads/staticthreads.exp: Likewise.
11557 * lib/future.exp: Likewise.
11558 * lib/gdb.exp: Likewise.
11559 * gdb.base/so-indr-cl.c: Remove.
11560 * gdb.base/so-indr-cl.exp: Likewise.
11561 * gdb.base/solib.c: Likewise.
11562 * gdb.base/solib.exp: Likewise.
11563 * gdb.base/solib2.c: Likewise.
11564
11565 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11566
11567 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11568 * gdb.base/call-ar-st.exp: Likewise.
11569 * gdb.base/callfuncs.exp: Likewise.
11570 * gdb.base/condbreak.exp: Likewise.
11571 * gdb.base/constvars.exp: Likewise.
11572 * gdb.base/hbreak2.exp: Likewise.
11573 * gdb.base/langs.exp: Likewise.
11574 * gdb.base/list.exp: Likewise.
11575 * gdb.base/long_long.exp: Likewise.
11576 * gdb.base/ptype.exp: Likewise.
11577 * gdb.base/scope.exp: Likewise.
11578 * gdb.base/signals.exp: Likewise.
11579 * gdb.base/so-impl-ld.exp: Likewise.
11580 * gdb.base/varargs.exp: Likewise.
11581 * gdb.base/volatile.exp: Likewise.
11582 * gdb.base/whatis.exp: Likewise.
11583 * gdb.cp/cplusfuncs.exp: Likewise.
11584 * gdb.cp/inherit.exp: Likewise.
11585 * gdb.cp/local.exp: Likewise.
11586 * gdb.cp/member-ptr.exp: Likewise.
11587 * gdb.cp/method.exp: Likewise.
11588 * gdb.cp/overload.exp: Likewise.
11589 * gdb.cp/templates.exp: Likewise.
11590 * gdb.stabs/weird.exp: Likewise.
11591 * lib/compiler.c: Likewise.
11592 * lib/compiler.cc: Likewise.
11593 * lib/cp-support.exp: Likewise.
11594 * lib/gdb.exp: Likewise.
11595
11596 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11597
11598 * configure.ac: Remove HP-UX case.
11599 * configure: Regenerate.
11600
11601 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11602
11603 * lib/gdb.exp (gdb_compile): Add function doc.
11604
11605 2015-12-17 Pedro Alves <palves@redhat.com>
11606
11607 PR threads/19354
11608 * gdb.multi/info-threads.exp: New file.
11609
11610 2015-12-15 Yao Qi <yao.qi@linaro.org>
11611
11612 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11613 is aarch64*-*-*.
11614
11615 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11616
11617 * gdb.base/history-duplicates.exp: Skip if no readline support.
11618
11619 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11620
11621 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11622
11623 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11624
11625 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11626
11627 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11628
11629 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11630 ctrl-C if nointerrupts target property is set.
11631 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11632 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11633 * gdb.base/paginate-bg-execution.exp: Likewise.
11634 * gdb.base/paginate-execution-startup.exp: Likewise.
11635 * gdb.base/random-signal.exp: Likewise.
11636 * gdb.base/range-stepping.exp: Likewise.
11637 * gdb.cp/annota2.exp: Likewise.
11638 * gdb.cp/annota3.exp: Likewise.
11639 * gdb.gdb/selftest.exp: Likewise.
11640 * gdb.threads/continue-pending-status.exp: Likewise.
11641 * gdb.threads/leader-exit.exp: Likewise.
11642 * gdb.threads/manythreads.exp: Likewise.
11643 * gdb.threads/pthreads.exp: Likewise.
11644 * gdb.threads/schedlock.exp: Likewise.
11645 * gdb.threads/sigthread.exp: Likewise.
11646
11647 2015-12-11 Don Breazeal <donb@codesourcery.com>
11648
11649 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11650 remote.
11651 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11652 * gdb.base/foll-exec.exp (main): Enable for target remote.
11653 * gdb.base/foll-fork.exp (main): Likewise.
11654 * gdb.base/foll-vfork.exp (main): Likewise.
11655 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11656 (proc continue_to_exit_bp_loc): Use clean_restart.
11657 * gdb.base/pie-execl.exp (main): Disable for target remote.
11658 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11659 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11660 * gdb.threads/execl.exp (main): Likewise.
11661 * gdb.threads/fork-child-threads.exp (main): Likewise.
11662 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11663 remote.
11664 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11665 remote.
11666 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11667 pid.tid style ptids, instead of just tid.
11668 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11669 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11670 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11671 ptids, instead of just tid.
11672
11673 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11674
11675 * gdb.base/list.exp (test_list_forward): Add end of file error
11676 test.
11677 (test_repeat_list_command): Add end of file error test.
11678 (test_list_backwards): Add beginning of file error test.
11679
11680 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11681
11682 * gdb.base/list.exp (test_list_invalid_args): New function,
11683 defined, and called.
11684
11685 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11686
11687 * gdb.base/list.exp (test_list): Make test names unique.
11688
11689 2015-12-11 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.base/coremaker2.c: Remove.
11692
11693 2015-12-10 Pedro Alves <palves@redhat.com>
11694
11695 * gdb.multi/base.exp: Remove stale "spaces" references.
11696
11697 2015-12-10 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.multi/base.exp: Don't use nowarnings.
11700 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11701 * gdb.multi/hangout.c: Include stdio.h.
11702 * gdb.multi/hello.c: Include stdlib.h.
11703 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11704 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11705 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11706
11707 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11708
11709 * gdb.dwarf2/dw2-ranges-base.c: New file.
11710 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11711 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11712 support additional line table, and debug ranges generation.
11713 (Dwarf::ranges): New function, generate .debug_ranges.
11714 (Dwarf::lines): Support generating simple line table programs.
11715 (Dwarf::assemble): Initialise new namespace variables.
11716
11717 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11718
11719 * gdb.base/async.exp (proc test_background): Add case for
11720 asynchronous execution not supported.
11721
11722 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11723
11724 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11725 format and change test names to make them unique.
11726
11727 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11728 Pedro Alves <pedro@redhat.com>
11729
11730 PR gdb/18702
11731 Add checking of floatformats setup on x86_64 hosts.
11732 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11733 (smallval, bigval): New labels/constants.
11734 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11735 float" after loading bigval and smallval.
11736
11737 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11738
11739 * gdb.ada/fun_overload_menu.exp: New testcase.
11740 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11741
11742 2015-12-04 Josh Stone <jistone@redhat.com>
11743
11744 * gdb.base/catch-fork-static.exp: New.
11745
11746 2015-12-03 Yao Qi <yao.qi@linaro.org>
11747
11748 * gdb.base/sizeof.c: Don't include stdio.h and
11749 ../lib/unbuffer_output.c.
11750 (main): New variable 'size' and 'value'. Remove printf and
11751 gdb_unbuffer_output. Assign return value to size and value.
11752 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11753 at the beginning.
11754 (check_sizeof): Check the result by printing variable 'size'.
11755 (check_valueof): Check the result by printing variable 'value'.
11756
11757 2015-12-01 Yao Qi <yao.qi@linaro.org>
11758
11759 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11760 for aarch64*-*-linux* target.
11761
11762 2015-11-30 Pedro Alves <palves@redhat.com>
11763
11764 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11765
11766 2015-11-30 Pedro Alves <palves@redhat.com>
11767
11768 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11769 Handle non-stop mode vCont replies.
11770
11771 2015-11-30 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11774 prepare_for_testing. Start gdb with "set non-stop on" appended to
11775 GDBFLAGS. Lax expected stop output.
11776
11777 2015-11-27 Yao Qi <yao.qi@linaro.org>
11778
11779 * gdb.arch/arm-neon.exp: New.
11780 * gdb.arch/arm-neon.c: New.
11781
11782 2015-11-27 Yao Qi <yao.qi@linaro.org>
11783
11784 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11785
11786 2015-11-27 Yao Qi <yao.qi@linaro.org>
11787
11788 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11789 frames-invalid annotation.
11790
11791 2015-11-27 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11794
11795 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11796
11797 * gdb.threads/names.exp: New file.
11798 * gdb.threads/names.c: New file.
11799 * README: Mention gdb,no_thread_names.
11800
11801 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11802
11803 PR 19297
11804 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11805 support" error.
11806
11807 2015-11-24 Pedro Alves <palves@redhat.com>
11808
11809 PR 17539
11810 * gdb.base/display.exp: Expect displays to be sorted in ascending
11811 order. Use multi_line.
11812 * gdb.base/solib-display.exp: Likewise.
11813
11814 2015-11-24 Pedro Alves <palves@redhat.com>
11815
11816 PR 17539
11817 * gdb.base/display.exp: Expect displays to be sorted in ascending
11818 order. Use multi_line.
11819 * gdb.base/solib-display.exp: Likewise.
11820
11821 2015-11-24 Pedro Alves <palves@redhat.com>
11822
11823 PR 17539
11824 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11825 threads in ascending order.
11826 * gdb.base/foll-fork.exp: Likewise.
11827 * gdb.base/foll-vfork.exp: Likewise.
11828 * gdb.base/multi-forks.exp: Likewise.
11829 * gdb.mi/mi-nonstop.exp: Likewise.
11830 * gdb.mi/mi-nsintrall.exp: Likewise.
11831 * gdb.multi/base.exp: Likewise.
11832 * gdb.multi/multi-arch.exp: Likewise.
11833 * gdb.python/py-inferior.exp: Likewise.
11834 * gdb.threads/break-while-running.exp: Likewise.
11835 * gdb.threads/execl.exp: Likewise.
11836 * gdb.threads/gcore-thread.exp: Likewise.
11837 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11838 * gdb.threads/kill.exp: Likewise.
11839 * gdb.threads/linux-dp.exp: Likewise.
11840 * gdb.threads/multiple-step-overs.exp: Likewise.
11841 * gdb.threads/next-bp-other-thread.exp: Likewise.
11842 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11843 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11844 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11845 * gdb.threads/thread-find.exp: Likewise.
11846 * gdb.threads/tls.exp: Likewise.
11847 * lib/mi-support.exp (mi_reverse_list): Delete.
11848 (mi_check_thread_states): No longer reverse list.
11849
11850 2015-11-24 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11853 use lowercase.
11854
11855 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11856
11857 * gdb.trace/actions.c: Include trace-common.h.
11858 (main): Add a location for a fast tracepoint.
11859 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11860 the normal tracepoints.
11861 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11862
11863 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11864
11865 * save-trace.exp: Factor out code to these...
11866 (gdb_save_tracepoints): New.
11867 (gdb_load_tracepoints): New.
11868 (do_save_load_test): New.
11869
11870 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11871
11872 * gdb.base/asmlabel.exp: New test.
11873 * gdb.base/asmlabel.c: New test case.
11874
11875 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11876
11877 * gdb.base/wrong_frame_bt_full-main.c: New file.
11878 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11879 * gdb.base/wrong_frame_bt_full.exp: New file.
11880
11881 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11882
11883 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11884
11885 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11886
11887 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11888 pstate register when comparing registers values in
11889 sparc64-*-linux-gnu targets to avoid spurious differences.
11890
11891 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11892
11893 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11894
11895 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11896
11897 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11898 as type argument to gdb_compile.
11899 * gdb.base/nested-subp2.exp: Likewise.
11900 * gdb.base/nested-subp3.exp: Likewise.
11901
11902 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11903
11904 * lib/dwarf.exp (_note): Fix left shift of negative value.
11905 * gdb.trace/trace-condition.exp: Likewise.
11906
11907 2015-11-13 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11910 comments about d10v.
11911 (test_scalar_returns): Likewise.
11912 * gdb.base/d10v.ld: Remove.
11913 * gdb.base/overlays.exp: Remove the target triplet checking for
11914 d10v-*-*.
11915 * gdb.base/structs.exp (test_struct_returns): Remove the
11916 comments about d10v.
11917 (test_struct_calls): Likewise.
11918
11919 2015-11-13 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11922 * gdb.base/gnu_vector.c: Don't include stdio.h.
11923 (main): Don't print res and call add_some_intvecs.
11924
11925 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11926
11927 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11928 macro.
11929 (func5): Removed.
11930 (func4): Use FAST_TRACEPOINT_LABEL.
11931 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11932 macro.
11933 (func): Removed.
11934 (thread_function): Use FAST_TRACEPOINT_LABEL.
11935 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11936 (func): Remove.
11937 (marker): Use FAST_TRACEPOINT_LABEL.
11938 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11939 (pendfunc1): Remove.
11940 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11941 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11942 (foo): Remove.
11943 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11944 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11945 macro.
11946 (func): Remove.
11947 (marker): Use FAST_TRACEPOINT_LABEL.
11948 * gdb.trace/trace-common.h: New header.
11949 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11950 macro.
11951 (func): Remove.
11952 (marker): Use FAST_TRACEPOINT_LABEL.
11953 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11954 (func): Remove.
11955 (thread_function): Use FAST_TRACEPOINT_LABEL.
11956
11957 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11958
11959 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11960 in front.
11961 * gdb.trace/change-loc.exp: Use global pcreg definition.
11962 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11963 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11964 in front.
11965 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11966 * gdb.trace/pending.exp: Likewise.
11967 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11968 * gdb.trace/trace-break.exp: Likewise.
11969 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11970 in front.
11971 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11972 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11973 in front.
11974 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11975
11976 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11977
11978 * gdb.ada/fin_fun_out: New testcase.
11979
11980 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11981
11982 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11983 value associated with DW_AT_byte_size.
11984 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11985 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11986 DW_AT_upper_bound.
11987
11988 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11989
11990 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11991 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11992 version.
11993 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11994 gdb.dwarf2/dw2-canonicalize-type.exp,
11995 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11996 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11997 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11998 provided by gdb_target_symbol_prefix_flags_asm.
11999 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12000 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12001 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12002 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12003 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12004 macros where needed). Use this macro for symbols which require
12005 the prefix provided by SYMBOL_PREFIX.
12006
12007 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12008
12009 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12010 New procs.
12011 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12012 representing expressions, of more than one list element.
12013 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12014 to prepend linker symbol prefix to f.
12015 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12016 table_1 and table_2.
12017 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12018 Likewise, for f and g.
12019 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12020 for ptr.
12021 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12022 for main.
12023 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12024 table_1_ptr and table_2_ptr.
12025
12026 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12027 Joel Brobecker <brobecker@adacore.com>
12028
12029 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12030
12031 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12032
12033 * gdb.reverse/s390-mvcle.c: New test.
12034 * gdb.reverse/s390-mvcle.exp: New file.
12035 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12036
12037 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12038
12039 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12040
12041 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12042
12043 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12044 reaching marker2.
12045 * gdb.reverse/getresuid-reverse.exp: Likewise.
12046 * gdb.reverse/pipe-reverse.exp: Likewise.
12047 * gdb.reverse/readv-reverse.exp: Likewise.
12048 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12049 * gdb.reverse/time-reverse.exp: Likewise.
12050 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12051
12052 2015-10-30 Yao Qi <yao.qi@linaro.org>
12053
12054 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12055 (empty_cycle): Remove.
12056 (main): Don't call empty_cycle. Don't use watch_count_done.
12057 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12058 empty_cycle. Rewrite the code counting HW watchpoints.
12059
12060 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12061
12062 * gdb.reverse/fstatat-reverse.c: New test.
12063 * gdb.reverse/fstatat-reverse.exp: New file.
12064 * gdb.reverse/getresuid-reverse.c: New test.
12065 * gdb.reverse/getresuid-reverse.exp: New file.
12066 * gdb.reverse/pipe-reverse.c: New test.
12067 * gdb.reverse/pipe-reverse.exp: New file.
12068 * gdb.reverse/readv-reverse.c: New test.
12069 * gdb.reverse/readv-reverse.exp: New file.
12070 * gdb.reverse/recvmsg-reverse.c: New test.
12071 * gdb.reverse/recvmsg-reverse.exp: New file.
12072 * gdb.reverse/time-reverse.c: New test.
12073 * gdb.reverse/time-reverse.exp: New file.
12074 * gdb.reverse/waitpid-reverse.c: New test.
12075 * gdb.reverse/waitpid-reverse.exp: New file.
12076
12077 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12078
12079 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12080
12081 2015-10-26 Doug Evans <dje@google.com>
12082
12083 PR symtab/17391
12084 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12085 * gdb.dwarf2/bad-regnum.c: New file.
12086 * gdb.dwarf2/bad-regnum.exp: New file.
12087
12088 2015-10-26 Doug Evans <dje@google.com>
12089
12090 PR python/18938
12091 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12092 file.
12093
12094 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12095
12096 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12097 for a change by "Mention language in compile error message".
12098
12099 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12100
12101 PR python/18073
12102 * gdb.python/py-type.c (C::a_method): New.
12103 (C::a_const_method): New.
12104 (C::a_static_method): New.
12105 (a_function): New.
12106 * gdb.python/py-type.exp (test_fields): Test getting fields
12107 from function and method.
12108
12109 2015-10-21 Keven Boell <keven.boell@intel.com>
12110
12111 * gdb.fortran/vla-alloc-assoc.exp: New file.
12112 * gdb.fortran/vla-datatypes.exp: New file.
12113 * gdb.fortran/vla-datatypes.f90: New file.
12114 * gdb.fortran/vla-history.exp: New file.
12115 * gdb.fortran/vla-ptype-sub.exp: New file.
12116 * gdb.fortran/vla-ptype.exp: New file.
12117 * gdb.fortran/vla-sizeof.exp: New file.
12118 * gdb.fortran/vla-sub.f90: New file.
12119 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12120 * gdb.fortran/vla-value-sub-finish.exp: New file.
12121 * gdb.fortran/vla-value-sub.exp: New file.
12122 * gdb.fortran/vla-value.exp: New file.
12123 * gdb.fortran/vla-ptr-info.exp: New file.
12124 * gdb.mi/mi-vla-fortran.exp: New file.
12125 * gdb.mi/vla.f90: New file.
12126
12127 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12128
12129 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12130 of hardwired timeout value.
12131
12132 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12133 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12136 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12137
12138 2015-10-19 Josh Stone <jistone@redhat.com>
12139
12140 * gdb.base/catch-syscall.c: Include <sched.h>.
12141 (unknown_syscall): New variable.
12142 (main): Trigger a vfork and an unknown syscall.
12143 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12144 (unknown_syscall_number): Likewise.
12145 (check_call_to_syscall): Accept an optional syscall pattern.
12146 (check_return_from_syscall): Likewise.
12147 (check_continue): Likewise.
12148 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12149 (test_catch_syscall_skipping_return): New test toggling off 'catch
12150 syscall' to step over the syscall return, then toggling back on.
12151 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12152 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12153 (do_syscall_tests): Call test_catch_syscall_without_args and
12154 test_catch_syscall_mid_vfork.
12155 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12156 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12157
12158 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12159
12160 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12161 print g_vE): Add new pass patterns.
12162 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12163 print various symbol names for vptr fields.
12164
12165 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12166
12167 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12168 results.
12169
12170 2015-10-12 Yao Qi <yao.qi@linaro.org>
12171
12172 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12173
12174 2015-10-12 Yao Qi <yao.qi@linaro.org>
12175
12176 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12177 is aarch64*-*-linux*.
12178
12179 2015-10-12 Yao Qi <yao.qi@linaro.org>
12180
12181 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12182 (can_relocate_bcond_true): ... it.
12183 (can_relocate_bcond_false): New function.
12184 (foo): Likewise.
12185 (can_relocate_bl): Likewise.
12186 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12187 can_relocate_bl.
12188
12189 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12190
12191 * gdb.base/nested-addr.c: New file.
12192 * gdb.base/nested-addr.exp: New testcase.
12193
12194 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12195
12196 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12197 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12198 its output. Ignore the output of "record goto begin" and instead
12199 check that GDB is replaying.
12200
12201 2015-10-09 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12204 (top level): Use it in the run with no args test.
12205
12206 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12207
12208 * gdb.dlang/properties.exp: New file.
12209
12210 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12211
12212 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12213 whether or not address 0x1000 is mapped on the target.
12214
12215 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12216
12217 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12218 build.
12219
12220 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12221
12222 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12223 instruction-history test.
12224
12225 2015-09-28 Doug Evans <dje@google.com>
12226
12227 * gdb.base/gcore.c (array_func): Add reference to static_array.
12228
12229 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12232 source line.
12233
12234 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12235
12236 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12237 short or char as base type.
12238
12239 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12240
12241 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12242 to allow any size enum.
12243
12244 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12245
12246 * gdb.ada/array_ptr_renaming.exp: New testcase.
12247 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12248 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12249
12250 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12251
12252 * gdb.trace/ftrace-lock.c: New file.
12253 * gdb.trace/ftrace-lock.exp: New file.
12254
12255 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12256
12257 * gdb.arch/insn-reloc.c: New file.
12258 * gdb.arch/ftrace-insn-reloc.exp: New file.
12259
12260 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12261
12262 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12263 instruction.
12264 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12265 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12266 * gdb.trace/range-stepping.c: Likewise.
12267 * gdb.trace/trace-break.c: Likewise.
12268 * gdb.trace/trace-mt.c (thread_function): Likewise.
12269 * gdb.trace/ftrace.c (marker): Likewise.
12270 * gdb.trace/trace-condition.c (marker): Likewise.
12271 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12272 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12273 is_aarch64_target.
12274
12275 2015-09-18 Doug Evans <xdje42@gmail.com>
12276
12277 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12278 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12279
12280 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12281
12282 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12283 the breakpoint.
12284
12285 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12286
12287 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12288 the pending breakpoint. Remove timeout override for "Run till
12289 MI pending breakpoint on pendfunc3 on thread 2" test.
12290
12291 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12292
12293 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12294 filename pattern.
12295
12296 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12297
12298 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12299 in breakpoint filename pattern.
12300
12301 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12302
12303 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12304
12305 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12306
12307 * gdb.linespec/explicit.exp: Check for readline support for
12308 tab-completion tests. Fix obvious typo.
12309
12310 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12311
12312 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12313 and replay.
12314
12315 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12316
12317 * gdb.btrace/non-stop.c: New.
12318 * gdb.btrace/non-stop.exp: New.
12319
12320 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12321 Yao Qi <yao.qi@linaro.org>
12322
12323 * gdb.trace/trace-condition.c: New file.
12324 * gdb.trace/trace-condition.exp: New file.
12325
12326 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12327
12328 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12329 for testing bytecode compilation.
12330
12331 2015-09-16 Pedro Alves <palves@redhat.com>
12332 Sandra Loosemore <sandra@codesourcery.com>
12333
12334 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12335 (SECONDS): Redefine.
12336 (main): Call pthread_kill and alarm early.
12337 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12338 support.
12339 (test): If the target can't hardware step and doesn't support
12340 displaced stepping, increase the timeout.
12341
12342 2015-09-16 Pedro Alves <palves@redhat.com>
12343
12344 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12345 (enable_debug): New procedures.
12346 (test): Use them. Bail out if waiting for threads fails.
12347 (top level): Bail out if a test fails.
12348
12349 2015-09-16 Yao Qi <yao.qi@linaro.org>
12350
12351 * gdb.asm/asm-source.exp: Set asm-arch for
12352 aarch64*-*-* target.
12353 * gdb.asm/aarch64.inc: New file.
12354
12355 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12356
12357 * gdb.ada/array_of_variable_length.exp: New testcase.
12358 * gdb.ada/array_of_variable_length/foo.adb: New file.
12359 * gdb.ada/array_of_variable_length/pck.adb: New file.
12360 * gdb.ada/array_of_variable_length/pck.ads: New file.
12361
12362 2015-09-15 Doug Evans <dje@google.com>
12363
12364 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12365 of function static local variable.
12366
12367 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12368
12369 * gdb.threads/tls-so_extern.exp: New test file.
12370 * gdb.threads/tls-so_extern.c: New test file.
12371 * gdb.threads/tls-so_extern_main.c: New test file.
12372
12373 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12374
12375 * gdb.opt/solib-intra-step-lib.c: New file.
12376 * gdb.opt/solib-intra-step-main.c: New file.
12377 * gdb.opt/solib-intra-step.exp: New file.
12378
12379 2015-09-15 Pedro Alves <palves@redhat.com>
12380
12381 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12382 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12383
12384 2015-09-14 Pedro Alves <palves@redhat.com>
12385
12386 * gdb.base/hook-stop-continue.c: Delete.
12387 * gdb.base/hook-stop-continue.exp: Delete.
12388 * gdb.base/hook-stop-frame.c: Delete.
12389 * gdb.base/hook-stop-frame.exp: Delete.
12390 * gdb.base/hook-stop.c: New file.
12391 * gdb.base/hook-stop.exp: New file.
12392
12393 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12394
12395 * gdb.ada/access_to_packed_array.exp: New testcase.
12396 * gdb.ada/access_to_packed_array/foo.adb: New file.
12397 * gdb.ada/access_to_packed_array/pack.adb: New file.
12398 * gdb.ada/access_to_packed_array/pack.ads: New file.
12399
12400 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12401
12402 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12403 buffer size test.
12404
12405 2015-09-11 Don Breazeal <donb@codesourcery.com>
12406
12407 * gdb.base/foll-exec.c: Add copyright header. Fix
12408 formatting issues.
12409 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12410 (do_exec_tests): Use clean_restart in place of zap_session,
12411 and for test initialization. Fix formatting issues. Use
12412 fail in place of perror.
12413 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12414 an expect statement to match an expression with output from
12415 the program under debug.
12416 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12417 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12418 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12419 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12420 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12421
12422 2015-09-09 Doug Evans <dje@google.com>
12423
12424 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12425
12426 2015-09-09 Doug Evans <dje@google.com>
12427
12428 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12429
12430 2015-09-09 Doug Evans <dje@google.com>
12431
12432 * gdb.base/savedregs.exp: Fix typo.
12433
12434 2015-09-09 Pedro Alves <palves@redhat.com>
12435
12436 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12437
12438 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12439
12440 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12441 command actually switches threads. Give up on remaining
12442 tests if target fails to stop at breakpoint.
12443
12444 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12445
12446 * gdb.ada/funcall_char.exp: New testcase.
12447 * gdb.ada/funcall_char/foo.adb: New file.
12448
12449 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12450
12451 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12452 expected outputs. Add two testcases for completing ambiguous
12453 functions.
12454 * gdb.ada/complete/aux_pck.adb: New file.
12455 * gdb.ada/complete/aux_pck.ads: New file.
12456 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12457 Ambiguous_Func functions.
12458 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12459 * gdb.ada/complete/pck.adb: Likewise.
12460
12461 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12462
12463 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12464 failures to run the test program under GDB.
12465
12466 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12467
12468 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12469 to C.
12470
12471 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12472
12473 * gdb.base/run-after-attach.exp: New test file.
12474 * gdb.base/run-after-attach.c: New test file.
12475
12476 2015-08-26 Don Breazeal <donb@codesourcery.com>
12477
12478 * gdb.base/foll-exec-2.c: New test program.
12479 * gdb.base/foll-exec-2.exp: New test.
12480
12481 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12482
12483 * gdb.base/nested-subp1.exp: New file.
12484 * gdb.base/nested-subp1.c: New file.
12485 * gdb.base/nested-subp2.exp: New file.
12486 * gdb.base/nested-subp2.c: New file.
12487 * gdb.base/nested-subp3.exp: New file.
12488 * gdb.base/nested-subp3.c: New file.
12489
12490 2015-08-24 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.server/connect-without-multi-process.c: New file.
12493 * gdb.server/connect-without-multi-process.exp: New file.
12494
12495 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12496
12497 * gdb.opt/inline-markers.c: Make z int.
12498
12499 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12500
12501 * gdb.opt/inline-markers.c: Make z volatile.
12502
12503 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12504
12505 * gdb.opt/inline-bt.c: New volatile global z.
12506 * gdb.opt/inline-cmds.c: Likewise.
12507 * gdb.opt/inline-locals.c: Likewise.
12508 * gdb.opt/inline-markers.c: New extern global z.
12509 (marker): Use z.
12510 (inline_fn): Likewise.
12511
12512 2015-08-24 Pedro Alves <palves@redhat.com>
12513
12514 * config/m32r-stub.exp: Remove file.
12515 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12516 * gdb.base/call-rt-st.exp: Likewise.
12517 * gdb.base/call-strs.exp: Likewise.
12518 * gdb.base/default.exp: Remove references to h8300-*-hms and
12519 *-*-udi*.
12520 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12521
12522 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12523
12524 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12525 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12526 and "return" use KFAIL when GDB can not read/write the vector
12527 return value.
12528
12529 2015-08-21 Gary Benson <gbenson@redhat.com>
12530
12531 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12532
12533 2015-08-20 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.server/solib-list.exp: No longer expect an interior stop in
12536 non-stop mode.
12537
12538 2015-08-20 Pedro Alves <palves@redhat.com>
12539
12540 * gdb.server/connect-stopped-target.c: New file.
12541 * gdb.server/connect-stopped-target.exp: New file.
12542
12543 2015-08-20 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.dwarf2/comp-unit-lang.exp: New file.
12546 * gdb.dwarf2/comp-unit-lang.c: New file.
12547
12548 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12549
12550 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12551 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12552
12553 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12554
12555 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12556 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12557
12558 2015-08-18 Doug Evans <dje@google.com>
12559 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12560
12561 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12562 skip_python_tests. New arg prompt_regexp.
12563 (skip_python_tests): New function.
12564 * lib/mi-support.exp (mi_skip_python_tests): New function.
12565 * gdb.python/py-mi-objfile-gdb.py: New file.
12566 * gdb.python/py-mi-objfile.c: New file.
12567 * gdb.python/py-mi-objfile.exp: New file.
12568
12569 2015-08-17 Keith Seitz <keiths@redhat.com>
12570
12571 * gdb.linespec/explicit.exp: Move strace test from here ...
12572 * gdb.trace/strace.exp: ... to here.
12573
12574 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12575
12576 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12577 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12578
12579 2015-08-14 Doug Evans <xdje42@gmail.com>
12580
12581 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12582 inferior before selecting a new file.
12583
12584 2015-08-14 Doug Evans <xdje42@gmail.com>
12585
12586 * gdb.mi/mi-disassemble.exp: Update.
12587 * gdb.base/disasm-optim.S: New file.
12588 * gdb.base/disasm-optim.c: New file.
12589 * gdb.base/disasm-optim.h: New file.
12590 * gdb.base/disasm-optim.exp: New file.
12591
12592 2015-08-14 Keith Seitz <keiths@redhat.com>
12593
12594 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12595 "evaluated-by".
12596
12597 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12598
12599 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12600
12601 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12602
12603 * gdb.ada/fun_renaming.exp: New testcase.
12604 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12605 * gdb.ada/fun_renaming/pack.adb: New file.
12606 * gdb.ada/fun_renaming/pack.ads: New file.
12607
12608 2015-08-12 Keith Seitz <keiths@redhat.com>
12609
12610 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12611 gdb_get_line_number.
12612
12613 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12614
12615 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12616 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12617 gdb.base/dso2dso.exp: New files.
12618
12619 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12620 Pedro Alves <palves@redhat.com>
12621 Keith Seitz <keiths@redhat.com>
12622
12623 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12624 GDBFLAGS.
12625
12626 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12627
12628 * gdb.base/gdbhistsize-history.exp
12629 (test_histsize_history_setting): Use save_vars.
12630 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12631 Use save_vars.
12632 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12633 * gdb.base/readline.exp: Use save_vars.
12634
12635 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12636
12637 * lib/gdb.exp (save_vars): New proc.
12638
12639 2015-08-11 Keith Seitz <keiths@redhat.com>
12640
12641 * gdb.base/help.exp: Update help_breakpoint_text.
12642
12643 2015-08-11 Keith Seitz <keiths@redhat.com>
12644
12645 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12646 (at toplevel): Call test_explicit_breakpoints.
12647 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12648 breakpoints.
12649 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12650 breakpoint conditions, "-cond".
12651
12652 2015-08-11 Keith Seitz <keiths@redhat.com>
12653
12654 * gdb.linespec/3explicit.c: New file.
12655 * gdb.linespec/cpexplicit.cc: New file.
12656 * gdb.linespec/cpexplicit.exp: New file.
12657 * gdb.linespec/explicit.c: New file.
12658 * gdb.linespec/explicit.exp: New file.
12659 * gdb.linespec/explicit2.c: New file.
12660 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12661 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12662 before using in the matching pattern.
12663 Clarify that `prefix' is a regular expression.
12664
12665 2015-08-11 Keith Seitz <keiths@redhat.com>
12666
12667 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12668 test.
12669 Add tests for missing ",FMT" and ",".
12670
12671 2015-08-10 Doug Evans <dje@google.com>
12672 Keith Seitz <keiths@redhat.com>
12673
12674 PR gdb/17960
12675 * gdb.base/completion.exp: Add location completer tests.
12676
12677 2015-08-07 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12680 tests here.
12681 (top level): Run do_test with and without displaced stepping.
12682
12683 2015-08-07 Pedro Alves <palves@redhat.com>
12684
12685 * gdb.base/valgrind-disp-step.c: New file.
12686 * gdb.base/valgrind-disp-step.exp: New file.
12687
12688 2015-08-07 Pedro Alves <palves@redhat.com>
12689
12690 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12691 Delete function.
12692 (main): Add alarm. Run an infinite loop instead of calling
12693 wait_threads.
12694 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12695 comment.
12696 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12697 Delete function.
12698 (main): Add alarm. Run an infinite loop instead of calling
12699 wait_threads.
12700 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12701 comment.
12702
12703 2015-08-07 Pedro Alves <palves@redhat.com>
12704
12705 * gdb.base/checkpoint-ns.exp: New file.
12706 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12707 standard_testfile.
12708
12709 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12710
12711 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12712 * gdb.btrace/instruction_history.exp: Update.
12713 * gdb.btrace/tsx.exp: New.
12714 * gdb.btrace/tsx.c: New.
12715
12716 2015-08-06 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12719 increase timeout.
12720 * gdb.reverse/until-precsave.exp: Bump timeouts.
12721
12722 2015-08-06 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12725
12726 2015-08-06 Pedro Alves <palves@redhat.com>
12727
12728 PR gdb/18749
12729 * gdb.threads/process-dies-while-handling-bp.c: New file.
12730 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12731
12732 2015-08-06 Pedro Alves <palves@redhat.com>
12733
12734 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12735 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12736
12737 2015-08-05 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12740 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12741
12742 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12743
12744 * gdb.base/bp-permanent.exp: Report test as unsupported if
12745 the target cannot stop at the permanent breakpoint.
12746
12747 2015-08-03 Doug Evans <dje@google.com>
12748
12749 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12750 10000.
12751
12752 2015-08-03 Doug Evans <dje@google.com>
12753
12754 * Makefile.in (workers/%.worker, build-perf): New rule.
12755 (GDB_PERFTEST_MODE): New variable.
12756 (check-perf): Use it.
12757 (clean): Clean up gdb.perf parallel build subdirs.
12758 * lib/build-piece.exp: New file.
12759 * lib/gdb.exp (make_gdb_parallel_path): New function
12760 (standard_output_file, standard_temp_file): Call it.
12761 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12762 of $GDB_PARALLEL.
12763 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12764
12765 2015-08-03 Doug Evans <dje@google.com>
12766
12767 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12768 (LOG_FILE_NAME): New global.
12769 (TextReporter.__init__): Initialize self.txt_sum.
12770 (TextReporter.report): Add support for multiple data-points.
12771 Move report to perftest.sum, put raw data in perftest.log.
12772 (TextReporter.start): Open sum and log files.
12773 (TextReporter.end): Close sum and log files.
12774 * gdb.perf/lib/perftest/testresult.py
12775 (SingleStatisticTestResult.record): Handle multiple data-points.
12776
12777 2015-07-31 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12780 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12781 kill_wait_spawned_process instead of explicit "kill -9".
12782 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12783 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12784 kill_wait_spawned_process.
12785 * gdb.base/attach-twice.exp: Likewise.
12786 * gdb.base/attach.exp: Likewise.
12787 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12788 gdb_test_multiple.
12789 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12790 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12791 kill_wait_spawned_process.
12792 * gdb.base/valgrind-infcall.exp: Likewise.
12793 * gdb.multi/multi-attach.exp: Likewise.
12794 * gdb.python/py-prompt.exp: Likewise.
12795 * gdb.python/py-sync-interp.exp: Likewise.
12796 * gdb.server/ext-attach.exp: Likewise.
12797 * gdb.threads/attach-into-signal.exp (corefunc): Use
12798 spawn_wait_for_attach, spawn_id_get_pid and
12799 kill_wait_spawned_process.
12800 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12801 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12802 spawn_id_get_pid and kill_wait_spawned_process.
12803 * gdb.threads/attach-stopped.exp (corefunc): Use
12804 spawn_wait_for_attach, spawn_id_get_pid and
12805 kill_wait_spawned_process.
12806 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12807 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12808 kill_wait_spawned_process instead of explicit "kill -9".
12809 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12810 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12811 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12812 processes. Don't map cygwin/windows pids here. Now returns a
12813 spawn id list.
12814
12815 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12816
12817 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12818 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12819 correct patch.
12820
12821 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12822
12823 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12824
12825 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12826
12827 Reapply:
12828 2014-05-21 Mark Wielaard <mjw@redhat.com>
12829
12830 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12831
12832 2015-07-30 Pedro Alves <palves@redhat.com>
12833
12834 * linux-low.c (handle_extended_wait): Set the child's last
12835 reported status to TARGET_WAITKIND_STOPPED.
12836
12837 2015-07-30 Pedro Alves <palves@redhat.com>
12838
12839 PR threads/18600
12840 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12841 only shows inferior 1.
12842
12843 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12844 Pedro Alves <palves@redhat.com>
12845
12846 PR threads/18600
12847 * gdb.threads/fork-plus-threads.c: New file.
12848 * gdb.threads/fork-plus-threads.exp: New file.
12849
12850 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12851
12852 * gdb.base/batch-preserve-term-settings.exp
12853 (test_terminal_settings_preserved_after_cli_exit): Use
12854 send_quit_command.
12855
12856 2015-07-29 Pedro Alves <palves@redhat.com>
12857 Don Breazeal <donb@codesourcery.com>
12858
12859 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12860 output from both inferior_spawn_id and gdb_spawn_id.
12861
12862 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12863
12864 * gdb.threads/attach-into-signal.exp (corefunc): Use
12865 with_test_prefix on nested loops, uniquefying the test messages.
12866
12867 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12868
12869 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12870 commit.
12871
12872 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12873
12874 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12875 New proc.
12876 (test_terminal_settings_preserved_after_sigterm): New test.
12877
12878 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12879
12880 * gdb.base/batch-preserve-term-settings.exp
12881 (test_terminal_settings_preserved_after_cli_exit): New test.
12882
12883 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12884
12885 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12886 manipulation of saved_gdbflags.
12887 (test_terminal_settings_preserved): Remove global declaration of
12888 the unused variable pagination_prompt. Remove manipulation of
12889 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12890 GDBFLAGS.
12891
12892 2015-07-29 Pedro Alves <palves@redhat.com>
12893
12894 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12895
12896 2015-07-29 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12899 at the top.
12900
12901 2015-07-29 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12904 (main): Call gdb_unbuffer_output.
12905 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12906 (main): Call gdb_unbuffer_output.
12907 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12908 (main): Call gdb_unbuffer_output.
12909 * gdb.base/call-strs.exp: Adjust to step over the
12910 gdb_unbuffer_output call.
12911 * gdb.base/catch-gdb-caused-signals.c: Include
12912 "../lib/unbuffer_output.c".
12913 (main): Call gdb_unbuffer_output.
12914 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12915 (main): Call gdb_unbuffer_output.
12916 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12917 (main): Call gdb_unbuffer_output.
12918 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12919 (main): Call gdb_unbuffer_output.
12920 * gdb.base/shlib-call.exp: Adjust to step over the
12921 gdb_unbuffer_output call.
12922 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12923 (main): Call gdb_unbuffer_output.
12924 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12925 (main): Call gdb_unbuffer_output.
12926 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12927 (main): Rename to ...
12928 (test): ... this.
12929 (main): Reimplement.
12930 * gdb.base/varargs.exp: Run to test instead of to main.
12931 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12932 (main): Call gdb_unbuffer_output.
12933
12934 2015-07-29 Pedro Alves <palves@redhat.com>
12935
12936 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12937 factore out from mi_continue_dprintf. For call-style dprintfs,
12938 expect dprintf output out of $inferior_spawn_id.
12939 (mi_continue_dprintf): Use mi_expect_dprintf.
12940 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12941 (main): Call gdb_unbuffer_output.
12942
12943 2015-07-29 Pedro Alves <palves@redhat.com>
12944
12945 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12946 (default_mi_gdb_start): Set inferior_spawn_id instead of
12947 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12948 gdb_spawn_id.
12949 (mi_gdb_test): Always expect inferior output from both
12950 $inferior_spawn_id and $gdb_spawn_id.
12951
12952 2015-07-29 Pedro Alves <palves@redhat.com>
12953
12954 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12955 send_inferior and $inferior_spawn_id.
12956
12957 2015-07-29 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.gdb/complaints.exp (test_initial_complaints)
12960 (test_serial_complaints, test_short_complaints): Use
12961 gdb_test_stdio.
12962 (test_empty_complaint): Handle $inferior_spawn_id !=
12963 $gdb_spawn_id.
12964
12965 2015-07-29 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.base/varargs.exp: Use gdb_test_stdio.
12968
12969 2015-07-29 Pedro Alves <palves@redhat.com>
12970
12971 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12972
12973 2015-07-29 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12976
12977 2015-07-29 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12980 parameter into two new parameters, "inf_result" and "gdb_result".
12981 Expect inferior output and gdb output from $inferior_spawn_id and
12982 $gdb_spawn_id, respectively. Adjust all callers.
12983
12984 2015-07-29 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12987 of gdb_test_sequence.
12988
12989 2015-07-29 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12992 (saw_spurious_output): Expect inferior output from
12993 $inferior_spawn_id. Use gdb_test_stdio.
12994
12995 2015-07-29 Pedro Alves <palves@redhat.com>
12996
12997 * gdb.base/dprintf.exp: Use standard_testfile. Change
12998 prepare_for_testing call.
12999 (srcfile): Don't set.
13000 (restart): New procedure.
13001 (test_dprintf): New procecure, use to continue over dprintfs.
13002 (test_call, test_agent): New procedures, tests moved here.
13003 Restart gdb and recreate dprintfs. Adjust expected output.
13004
13005 2015-07-29 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13008
13009 2015-07-29 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13012
13013 2015-07-29 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13016 gdb_test_stdio.
13017
13018 2015-07-29 Pedro Alves <palves@redhat.com>
13019
13020 * lib/gdb.exp (gdb_test_stdio): New procedure.
13021
13022 2015-07-29 Pedro Alves <palves@redhat.com>
13023
13024 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13025
13026 2015-07-29 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.base/call-signal-resume.exp: Remove check for
13029 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13030 * gdb.base/unwindonsignal.exp: Likewise.
13031 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13032 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13033
13034 2015-07-29 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/siginfo-addr.c (pass): New function.
13037 (handler): Call it iff si_addr is correct.
13038 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13039 Set a breakpoint at "pass" and continue to it.
13040
13041 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13042
13043 * gdb.python/py-objfile.exp: Make some tests have unique names.
13044 * gdb.python/py-pp-registration.exp: Likewise.
13045
13046 2015-07-28 Pedro Alves <palves@redhat.com>
13047
13048 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13049
13050 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13051
13052 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13053
13054 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13055
13056 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13057
13058 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13059
13060 * gdb.base/gdb-sigterm-2.exp: New test.
13061
13062 2015-07-25 Doug Evans <xdje42@gmail.com>
13063
13064 Revert:
13065 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13066 (workers/%.worker, build-perf): New rule.
13067 (GDB_PERFTEST_MODE): New variable.
13068 (check-perf): Use it.
13069 (clean): Clean up gdb.perf parallel build subdirs.
13070 * lib/build-piece.exp: New file.
13071 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13072 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13073 name.
13074 (standard_temp_file): Ditto.
13075 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13076 of $GDB_PARALLEL.
13077
13078 2015-07-24 Doug Evans <dje@google.com>
13079
13080 * gdb.perf/lib/perftest/utils.py: New file.
13081 * gdb.perf/gm-hello.cc: New file.
13082 * gdb.perf/gm-pervasive-typedef.cc: New file.
13083 * gdb.perf/gm-pervasive-typedef.h: New file.
13084 * gdb.perf/gm-std.cc: New file.
13085 * gdb.perf/gm-std.h: New file.
13086 * gdb.perf/gm-use-cerr.cc: New file.
13087 * gdb.perf/gm-utils.h: New file.
13088 * gdb.perf/gmonster-null-lookup.py: New file.
13089 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13090 * gdb.perf/gmonster-print-cerr.py: New file.
13091 * gdb.perf/gmonster-ptype-string.py: New file.
13092 * gdb.perf/gmonster-runto-main.py: New file.
13093 * gdb.perf/gmonster-select-file.py: New file.
13094 * gdb.perf/gmonster1-null-lookup.exp: New file.
13095 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13096 * gdb.perf/gmonster1-print-cerr.exp: New file.
13097 * gdb.perf/gmonster1-ptype-string.exp: New file.
13098 * gdb.perf/gmonster1-runto-main.exp: New file.
13099 * gdb.perf/gmonster1-select-file.exp: New file.
13100 * gdb.perf/gmonster1.cc: New file.
13101 * gdb.perf/gmonster1.exp: New file.
13102 * gdb.perf/gmonster2-null-lookup.exp: New file.
13103 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13104 * gdb.perf/gmonster2-print-cerr.exp: New file.
13105 * gdb.perf/gmonster2-ptype-string.exp: New file.
13106 * gdb.perf/gmonster2-runto-main.exp: New file.
13107 * gdb.perf/gmonster2-select-file.exp: New file.
13108 * gdb.perf/gmonster2.cc: New file.
13109 * gdb.perf/gmonster2.exp: New file.
13110
13111 2015-07-24 Doug Evans <dje@google.com>
13112
13113 * gdb.perf/README: New file.
13114 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13115 * lib/gen-perf-test.exp: New file.
13116
13117 2015-07-24 Doug Evans <dje@google.com>
13118
13119 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13120 (PerfTest::startup): New function.
13121 (PerfTest::run): Return result of calling body.
13122 (PerfTest::assemble): Rewrite.
13123 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13124 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13125 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13126 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13127 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13128
13129 2015-07-24 Doug Evans <dje@google.com>
13130
13131 * lib/gdb.exp (clean_restart): Make executable optional.
13132
13133 2015-07-24 Doug Evans <dje@google.com>
13134
13135 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13136 compiler_info references.
13137 * gdb.cp/temargs.exp: Ditto.
13138 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13139 (get_compiler_info): Early exit if already computed. Set compiler_info
13140 to "unknown" if there was a problem.
13141 (test_compiler_info): Add function comment. Call get_compiler_info.
13142
13143 2015-07-24 Doug Evans <dje@google.com>
13144
13145 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13146 (workers/%.worker, build-perf): New rule.
13147 (GDB_PERFTEST_MODE): New variable.
13148 (check-perf): Use it.
13149 (clean): Clean up gdb.perf parallel build subdirs.
13150 * lib/build-piece.exp: New file.
13151 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13152 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13153 name.
13154 (standard_temp_file): Ditto.
13155 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13156 of $GDB_PARALLEL.
13157
13158 2015-07-24 Doug Evans <dje@google.com>
13159
13160 * lib/future.exp (gdb_default_target_compile): New option
13161 "early_flags".
13162 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13163 --as-needed.
13164
13165 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13166
13167 * gdb.base/catch-syscall.exp: Call gdb_exit before
13168 gdb_skip_xml_test.
13169
13170 2015-07-24 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.python/py-events.exp: Accept output between the stop event
13173 and the prompt.
13174 * gdb.python/py-evsignal.exp: Likewise.
13175 * gdb.python/py-evthreads.exp: Likewise.
13176
13177 2015-07-24 Pedro Alves <palves@redhat.com>
13178
13179 PR gdb/18717
13180 * gdb.threads/non-ldr-exit.c: New file.
13181 * gdb.threads/non-ldr-exit.exp: New file.
13182
13183 2015-07-24 Yao Qi <yao.qi@linaro.org>
13184
13185 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13186 restarting process.
13187
13188 2015-07-24 Yao Qi <yao.qi@linaro.org>
13189
13190 * gdb.server/ext-restart.exp: New file.
13191
13192 2015-07-24 Yao Qi <yao.qi@linaro.org>
13193
13194 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13195 argument options.
13196 * gdb.server/ext-wrapper.exp: New file.
13197
13198 2015-07-23 Doug Evans <dje@google.com>
13199
13200 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13201 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13202
13203 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13204
13205 * gdb.ada/var_arr_typedef.exp: New testcase.
13206 * gdb.ada/var_arr_typedef/pack.adb: New file.
13207 * gdb.ada/var_arr_typedef/pack.ads: New file.
13208 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13209
13210 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13211
13212 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13213
13214 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13215
13216 * gdb.arch/i386-biarch-core.exp: Replace istarget
13217 by "complete set gnutarget". Remove expectation for the "core-file"
13218 command.
13219
13220 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13221
13222 Revert the previous commit:
13223 Tests for validate symbol file using build-id.
13224
13225 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13226
13227 Tests for validate symbol file using build-id.
13228 * gdb.base/solib-mismatch-lib.c: New file.
13229 * gdb.base/solib-mismatch-libmod.c: New file.
13230 * gdb.base/solib-mismatch.c: New file.
13231 * gdb.base/solib-mismatch.exp: New file.
13232
13233 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13234
13235 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13236 nios2-*-linux*.
13237 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13238 * gdb.base/siginfo.exp: Likewise.
13239 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13240
13241 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13242
13243 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13244 Move it to ...
13245 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13246 ... here.
13247 * gdb.trace/range-stepping.exp: Check that the target supports
13248 range stepping.
13249
13250 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13251
13252 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13253
13254 2015-07-14 Pedro Alves <palves@redhat.com>
13255
13256 * gdb.base/killed-outside.exp: New file.
13257 * gdb.base/killed-outside.c: New file.
13258
13259 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13260
13261 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13262 (n at main): New.
13263 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13264
13265 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13266
13267 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13268 infcall tests instead of setting up for KFAIL.
13269
13270 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13271
13272 * gdb.btrace/record_goto-step.exp: New.
13273
13274 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 PR compile/18484
13277 * gdb.compile/compile.c (struct struct_type): Add volatile to
13278 selffield's type.
13279 * gdb.compile/compile.exp
13280 (compile code struct_object.selffield = &struct_object): Skip further
13281 struct_object tests if this one xfails.
13282
13283 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13284
13285 PR exp/18617
13286 * gdb.trace/ax.exp: Add test.
13287
13288 2015-07-07 Yao Qi <yao.qi@linaro.org>
13289
13290 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13291 instead of istarget "aarch64*-*-*".
13292 * gdb.arch/aarch64-fp.exp: Likewise.
13293 * gdb.base/float.exp: Likewise.
13294 * gdb.reverse/aarch64.exp: Likewise.
13295 * lib/gdb.exp (is_aarch64_target): New proc.
13296
13297 2015-07-07 Yao Qi <yao.qi@linaro.org>
13298
13299 * lib/gdb.exp (is_aarch32_target): New proc.
13300 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13301 instead of "istarget "arm*-*-*"".
13302 * gdb.arch/arm-disp-step.exp: Likewise.
13303 * gdb.arch/thumb-bx-pc.exp: Likewise.
13304 * gdb.arch/thumb-prologue.exp: Likewise.
13305 * gdb.arch/thumb-singlestep.exp: Likewise.
13306 * gdb.base/disp-step-syscall.exp: Likewise.
13307 * gdb.base/float.exp: Likewise.
13308
13309 2015-07-07 Yao Qi <yao.qi@linaro.org>
13310
13311 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13312 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13313
13314 2015-07-07 Yao Qi <yao.qi@linaro.org>
13315
13316 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13317 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13318 if it exists.
13319 * gdb.multi/multi-arch.exp: Likewise.
13320
13321 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13322
13323 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13324 print.
13325
13326 2015-07-07 Yao Qi <yao.qi@linaro.org>
13327
13328 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13329
13330 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13331
13332 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13333 '[' and ']' characters.
13334
13335 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13336
13337 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13338
13339 2015-06-29 Pedro Alves <palves@redhat.com>
13340
13341 PR threads/18127
13342 * gdb.threads/hand-call-new-thread.c: New file.
13343 * gdb.threads/hand-call-new-thread.c: New file.
13344
13345 2015-06-26 Keith Seitz <keiths@redhat.com>
13346 Doug Evans <dje@google.com>
13347
13348 PR 16253
13349 * gdb.cp/var-tag-2.cc: New file.
13350 * gdb.cp/var-tag-3.cc: New file.
13351 * gdb.cp/var-tag-4.cc: New file.
13352 * gdb.cp/var-tag.cc: New file.
13353 * gdb.cp/var-tag.exp: New file.
13354
13355 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13356
13357 * gdb.base/history-duplicates.exp: New test.
13358
13359 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13360
13361 * gdb.base/completion.exp: Test the completion of the "focus"
13362 command.
13363
13364 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 * gdb.arch/amd64-prologue-skip.S: New file.
13367 * gdb.arch/amd64-prologue-skip.exp: New file.
13368
13369 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13372 is_address_zero_readable check.
13373
13374 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13375
13376 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13377 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13378
13379 2015-06-24 Yao Qi <yao.qi@linaro.org>
13380
13381 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13382 linux targets.
13383
13384 2015-06-24 Yao Qi <yao.qi@linaro.org>
13385
13386 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13387 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13388 * gdb.base/siginfo-thread.exp: Likewise.
13389
13390 2015-06-22 Yao Qi <yao.qi@linaro.org>
13391
13392 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13393
13394 2015-06-22 Yao Qi <yao.qi@linaro.org>
13395
13396 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13397 aarch64*-*-*.
13398 (skip_hw_watchpoint_tests): Likewise.
13399
13400 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13401
13402 * gdb.base/gdbinit-history.exp: Test the interaction between
13403 setting GDBHISTSIZE and setting the history size via .gdbinit.
13404
13405 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13406
13407 PR gdb/16999
13408 * gdb.base/gdbhistsize-history.exp: New test.
13409
13410 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13411
13412 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13413 with GDBHISTSIZE.
13414 * gdb.base/readline.exp: Likewise.
13415
13416 2015-06-17 Yao Qi <yao.qi@linaro.org>
13417
13418 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13419 line.
13420
13421 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13422
13423 * gdb.base/gdbinit-history.exp: Add test case to check that
13424 an unlimited history file does not get truncated on exit.
13425
13426 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13427
13428 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13429 (VECTOR): New macro. Use it...
13430 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13431 ...for these typedefs.
13432 (int8, char1, int1, double1): New typedefs.
13433 (struct just_int2, struct two_int2): New structures.
13434 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13435 (add_structvecs, add_singlevecs): New functions.
13436 (main): Call add_some_intvecs twice.
13437 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13438 the compile and exit upon failure. Try compiling for the "native"
13439 architecture. Test inferior function calls with vector arguments
13440 and vector return value handling with "finish" and "return".
13441
13442 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13443
13444 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13445 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13446 PE file.
13447 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13448
13449 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13450
13451 PR breakpoints/16465
13452 * gdb.mi/mi-dprintf-pending.c: New file.
13453 * gdb.mi/mi-dprintf-pending.exp: New test.
13454 * gdb.mi/mi-dprintf-pendshr.c: New file.
13455
13456 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13457 Mircea Gherzan <mircea.gherzan@intel.com>
13458
13459 * gdb.arch/i386-mpx-map.c: New file.
13460 * gdb.arch/i386-mpx-map.exp: New File.
13461
13462 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13463
13464 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13465 * gdb.arch/i386-mpx.exp: Indentation fixed.
13466
13467 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13468
13469 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13470 function and improved indentation.
13471 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13472 gdb_test_multiple. Added additional tests to skip the test.
13473
13474 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13475
13476 * gdb.arch/i386-avx512.c: Change path in include file.
13477 * gdb.arch/i386-avx512.exp: Change include dir path
13478 compilation flag.
13479 * gdb.arch/i386-mpx.c: Change path in include file.
13480 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13481 flag.
13482
13483 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13484
13485 * gdb.compile/compile-print.exp (compile print *vararray@3)
13486 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13487
13488 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13489
13490 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13491 (do not keep jit in memory): ... this.
13492 (expect 5): Change it to ...
13493 (expect no 5): ... this.
13494
13495 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13496
13497 PR gdb/15564
13498 * gdb.mi/mi-detach.exp: New file.
13499
13500 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 PR symtab/18392
13503 * gdb.arch/amd64-tailcall-self.S: New file.
13504 * gdb.arch/amd64-tailcall-self.c: New file.
13505 * gdb.arch/amd64-tailcall-self.exp: New file.
13506
13507 2015-05-28 Don Breazeal <donb@codesourcery.com>
13508
13509 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13510 tests for remote targets by checking is_target_gdbserver.
13511
13512 2015-05-27 Doug Evans <dje@google.com>
13513
13514 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13515 * gdb.dwarf2/opaque-type-lookup.c: New file.
13516 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13517
13518 2015-05-26 Doug Evans <dje@google.com>
13519
13520 * gdb.cp/iostream.cc: New file.
13521 * gdb.cp/iostream.exp: New file.
13522
13523 2015-05-26 Doug Evans <dje@google.com>
13524
13525 * gdb.dwarf2/dw2-op-call.exp: Update.
13526 * gdb.dwarf2/dw4-sig-types.exp: Update.
13527 * gdb.dwarf2/implptr.exp: Update.
13528 * gdb.mi/mi-cmd-param-changed.exp: Update.
13529
13530 2015-05-26 Doug Evans <dje@google.com>
13531
13532 * gdb.python/py-lazy-string.c: New file.
13533 * gdb.python/py-lazy-string.exp: New file.
13534 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13535 (main): Update. Add estring3.
13536 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13537 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13538
13539 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13540 Yao Qi <yao.qi@linaro.org>
13541
13542 * gdb.reverse/aarch64.c: New.
13543 * gdb.reverse/aarch64.exp: New.
13544
13545 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13546
13547 * lib/gdb.exp (supports_process_record): Return true for
13548 aarch64*-linux*.
13549 (supports_reverse): Likewise.
13550
13551 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13552
13553 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13554 Use with_test_prefix.
13555
13556 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13557
13558 * gdb.base/completion.exp: Add test for completion of layout
13559 names.
13560
13561 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13562
13563 * lib/gdb.exp (skip_tui_tests): New proc.
13564 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13565
13566 2015-05-19 Pedro Alves <palves@redhat.com>
13567
13568 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13569 Save the whole env array instead of just HOME. Unset HISTSIZE in
13570 the environment while testing. Restore whole environment
13571 afterwards.
13572
13573 2015-05-16 Doug Evans <xdje42@gmail.com>
13574
13575 * gdb.guile/scm-ports.c: New file.
13576 * gdb.guile/scm-ports.exp: Add memory port tests.
13577
13578 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 * gdb.compile/compile-print.c: New file.
13581 * gdb.compile/compile-print.exp: New file.
13582
13583 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.compile/compile-ops.exp: Cast param to void.
13586 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13587 (compile code struct_object.selffield = &struct_object): Add xfail.
13588
13589 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13590
13591 * gdb.ada/arr_enum_with_gap: New testcase.
13592
13593 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13594
13595 * gdb.ada/byte_packed_arr: New testcase.
13596
13597 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13598
13599 * gdb.ada/pckd_neg: New testcase.
13600
13601 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13602
13603 PR gdb/17820
13604 * gdb.base/gdbinit-history.exp: New test.
13605 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13606 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13607
13608 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13609
13610 * gdb.python/py-xmethods.cc: Enhance test case.
13611 * gdb.python/py-xmethods.exp: New tests.
13612 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13613 function.
13614 (B_indexoper): Likewise.
13615 (global_dm_list) : Add new xmethod worker functions.
13616
13617 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13618
13619 * gdb.base/coredump-filter.exp: Correctly unset
13620 "coredump_var_addr" array.
13621
13622 2015-05-08 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.server/non-existing-program.exp: Unset spawn_id.
13625
13626 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13627
13628 PR python/18291
13629 * gdb.python/py-xmethods.exp: Add tests.
13630
13631 2015-05-08 Yao Qi <yao.qi@linaro.org>
13632
13633 PR gdb/18208
13634 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13635 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13636 function set_coredump_filter, and remove remote_exec call.
13637 Remove argument ipid. Callers update.
13638 (top level): Don't get inferior's PID.
13639
13640 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13641
13642 * gdb.base/watch_thread_num.exp: Skip test on targets without
13643 access watchpoints.
13644
13645 2015-05-06 Pedro Alves <palves@redhat.com>
13646
13647 PR server/18081
13648 * gdb.server/non-existing-program.exp: New file.
13649
13650 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13651
13652 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13653
13654 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13655
13656 * gdb.ada/out_of_line_in_inlined: New testcase.
13657
13658 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13659
13660 * gdb.ada/var_rec_arr: New testcase.
13661
13662 2015-04-30 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.base/break-idempotent.exp: If
13665 skip_hw_watchpoint_multi_tests returns true, skip the tests
13666 on "rwatch" and "awatch".
13667
13668 2015-04-30 Yao Qi <yao.qi@linaro.org>
13669
13670 * gdb.base/relativedebug.exp: Invoke gdb command
13671 "info sharedlibrary", and if libc.so doesn't have debug info,
13672 skip the test.
13673
13674 2015-04-29 Doug Evans <dje@google.com>
13675
13676 * gdb.python/py-xmethods.exp: Add ptype tests.
13677 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13678 get_result_type method.
13679
13680 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13681
13682 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13683 the target does not support hardware watchpoints.
13684
13685 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13686
13687 * gdb.base/break-always.exp: Abort testing if writing to memory
13688 causes an error.
13689
13690 2015-04-28 Doug Evans <dje@google.com>
13691
13692 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13693 * gdb.python/py-pp-registration.exp: ... here. New file.
13694 * gdb.python/py-pp-registration.c: New file.
13695 * gdb.python/py-pp-registration.py: New file.
13696
13697 2015-04-28 Doug Evans <dje@google.com>
13698
13699 * gdb.python/py-bad-printers.c: New file.
13700 * gdb.python/py-bad-printers.py: New file.
13701 * gdb.python/py-bad-printers.exp: New file.
13702
13703 2015-04-28 Sasha Smundak <asmundak@google.com>
13704
13705 * gdb.python/py-type.exp: New test.
13706
13707 2015-04-28 Andy Wingo <wingo@igalia.com>
13708
13709 * gdb.python/py-parameter.exp:
13710 * gdb.guile/scm-parameter.exp: Escape the path that we are
13711 matching against, as it might contain characters that are special
13712 to regular expressions.
13713
13714 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13715
13716 * gdb.ada/rec_comp: New testcase.
13717
13718 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13719
13720 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13721 before using it.
13722
13723 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13724
13725 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13726 new tests for verilog output.
13727
13728 2015-04-24 Yao Qi <yao.qi@linaro.org>
13729
13730 * boards/remote-gdbserver-on-localhost.exp: New file.
13731
13732 2015-04-23 Pedro Alves <palves@redhat.com>
13733
13734 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13735 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13736 "end of file", remove $inferior_spawn_id from the indirect list.
13737
13738 2015-04-23 Pedro Alves <palves@redhat.com>
13739
13740 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13741
13742 2015-04-23 Pedro Alves <palves@redhat.com>
13743
13744 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13745 on $any_spawn_id instead of only on $gdb_spawn_id.
13746
13747 2015-04-21 Pierre Muller <muller@sourceware.org>
13748
13749 PR pascal/17815
13750 * lib/pascal.exp (gpc_compile): Add new option "class".
13751 (fpc_compile): Likewise.
13752 * gdb.pascal/case-insensitive-symbols.pas: New file.
13753 * gdb.pascal/case-insensitive-symbols.exp: New file.
13754
13755 2015-04-20 Gary Benson <gbenson@redhat.com>
13756
13757 * gdb.base/attach.exp: Fix three extended remote failures.
13758
13759 2015-04-17 Gary Benson <gbenson@redhat.com>
13760
13761 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13762 the main executable over the remote protocol.
13763
13764 2015-04-16 Pedro Alves <palves@redhat.com>
13765
13766 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13767 a new gdbserver if gdbserver_reconnect_p is set.
13768
13769 2015-04-16 Pedro Alves <palves@redhat.com>
13770
13771 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13772 is set, don't exit gdbserver.
13773
13774 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13775
13776 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13777 appropriate .insn, such that an older assembler can be used.
13778 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13779 the z/Architecture instruction set on 31-bit targets as well.
13780
13781 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13782
13783 * gdb.go/handcall.exp: Remove all logic related to the first
13784 breakpoint and rely on go_runto_main instead.
13785 * gdb.go/strings.exp: Likewise.
13786 * gdb.go/unsafe.exp: Likewise.
13787 * gdb.go/hello.exp: Likewise. Also rename the remaining
13788 breakpoint marker to "breakpoint 1".
13789 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13790 * gdb.go/strings.go: Likewise.
13791 * gdb.go/unsafe.go: Likewise.
13792 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13793 "set breakpoint 2 here" and rename the remaining breakpoint marker
13794 to "breakpoint 1".
13795
13796 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13797
13798 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13799 if itertools.imap is not present.
13800 * gdb.python/py-objfile.exp: Add parentheses.
13801 * gdb.python/py-type.exp: Same.
13802 * gdb.python/py-unwind-maint.py: Same.
13803
13804 2015-04-15 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13807 of ":$ptr_size" and set its form explicitly.
13808
13809 2015-04-15 Pedro Alves <palves@redhat.com>
13810 Yao Qi <yao.qi@linaro.org>
13811
13812 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13813 timeout by factor of 4.
13814 (test_regular_watch): Likewise.
13815 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13816 * gdb.reverse/sigall-reverse.exp: Likewise.
13817 * gdb.reverse/until-precsave.exp: Likewise.
13818 * lib/gdb.exp (with_timeout_factor): New proc.
13819 (gdb_expect): Move some code to ...
13820 (get_largest_timeout): ... here. New procedure.
13821
13822 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13823
13824 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13825
13826 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13827
13828 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13829 to write to the .text section.
13830
13831 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13832
13833 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13834 Handle the case of targets that do not provide PID information.
13835
13836 2015-04-13 Yao Qi <yao.qi@linaro.org>
13837
13838 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13839 and use expect instead of gdb_expect.
13840
13841 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13842
13843 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13844 "coredump_var_addr" to avoid naming conflict with other testcases.
13845
13846 2015-04-10 Pedro Alves <palves@redhat.com>
13847
13848 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13849 gdb_test_sequence and gdb_assert.
13850
13851 2015-04-10 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13854 test messages that don't include the breakpoint address.
13855
13856 2015-04-10 Yao Qi <yao.qi@linaro.org>
13857
13858 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13859 false for some offset and width combinations which aren't
13860 supported by linux kernel.
13861
13862 2015-04-10 Pedro Alves <palves@redhat.com>
13863
13864 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13865 procedure, factored out from ...
13866 (top level): ... here. Add "set displaced-stepping" testing axis.
13867 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13868 parameter "displaced". Use it.
13869 (top level): Use foreach and add "set displaced-stepping" testing
13870 axis.
13871
13872 2015-04-10 Pedro Alves <palves@redhat.com>
13873
13874 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13875 Remove comment.
13876 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13877 both the address of the instruction that triggers the watchpoint
13878 and the address of the instruction immediately after, and use
13879 those addresses for the test. Fix comment.
13880
13881 2015-04-10 Pedro Alves <palves@redhat.com>
13882
13883 * gdb.base/sigstep.exp (breakpoint_to_handler)
13884 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13885 Test "backtrace" in handler.
13886 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13887 (top level): Add new "displaced" test axis to
13888 breakpoint_to_handler, breakpoint_to_handler_entry and
13889 breakpoint_over_handler.
13890
13891 2015-04-10 Pedro Alves <palves@redhat.com>
13892
13893 PR gdb/18216
13894 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13895
13896 2015-04-10 Yao Qi <yao.qi@linaro.org>
13897
13898 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13899 (test_add_rn_pc): New function.
13900 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13901 (top level): Invoke test_add_rn_pc.
13902
13903 2015-04-10 Pedro Alves <palves@redhat.com>
13904
13905 PR gdb/13858
13906 * gdb.base/step-over-no-symbols.exp: New file.
13907
13908 2015-04-09 Andy Wingo <wingo@igalia.com>
13909
13910 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13911 after the Python tests.
13912
13913 2015-04-08 Keith Seitz <keiths@redhat.com>
13914
13915 PR python/16699
13916 * gdb.python/py-completion.exp: New tests for completion.
13917 * gdb.python/py-completion.py (CompleteLimit1): New class.
13918 (CompleteLimit2): Likewise.
13919 (CompleteLimit3): Likewise.
13920 (CompleteLimit4): Likewise.
13921 (CompleteLimit5): Likewise.
13922 (CompleteLimit6): Likewise.
13923 (CompleteLimit7): Likewise.
13924
13925 2015-04-08 Pedro Alves <palves@redhat.com>
13926
13927 PR gdb/18214
13928 PR gdb/18216
13929 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13930 function.
13931 (main): Install it as SIGUSR1 handler.
13932 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13933 parameter. Always use "setup" as prefix. Toggle "set
13934 displaced-stepping" off/on depending on global. Don't switch to
13935 thread 1 here.
13936 (top level): Add displaced stepping "off/on" test axis. Update
13937 "setup" calls. Wrap each subtest with with_test_prefix. Test
13938 continuing with a queued signal in each thread.
13939
13940 2015-04-08 Pedro Alves <palves@redhat.com>
13941
13942 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13943 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13944 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13945 Return early if running to main fails.
13946 * gdb.trace/while-stepping.exp: Likewise.
13947
13948 2015-04-07 Pedro Alves <palves@redhat.com>
13949
13950 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13951 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13952 interact with inferior program.
13953
13954 2015-04-07 Pedro Alves <palves@redhat.com>
13955
13956 * lib/gdb.exp (inferior_spawn_id): New global.
13957 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13958 spawn id after processing the user code.
13959 (default_gdb_start): Set inferior_spawn_id.
13960 (send_inferior): New procedure.
13961 * lib/gdbserver-support.exp (gdbserver_start): Set
13962 inferior_spawn_id.
13963 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13964
13965 2015-04-07 Pedro Alves <palves@redhat.com>
13966
13967 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13968 * lib/gdbserver-support.exp (gdbserver_start): Make
13969 $server_spawn_id global.
13970 (gdbserver_start): Don't wait for gdbserver's spawn id with
13971 expect_background.
13972 (close_gdbserver): New procedure.
13973 (gdb_exit): Rename the default version and reimplement.
13974
13975 2015-04-07 Pedro Alves <palves@redhat.com>
13976
13977 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13978 append the substituted item, not the original item.
13979
13980 2015-04-07 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13983 gdb_expect.
13984
13985 2015-04-07 Pedro Alves <palves@redhat.com>
13986
13987 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13988 output appearing once only.
13989
13990 2015-04-07 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13993 that doesn't expect anything. Return early if running to main
13994 fails.
13995
13996 2015-04-07 Yao Qi <yao.qi@linaro.org>
13997
13998 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13999 (child_function): Call alarm.
14000 (main): Move call to alarm into the loop.
14001 * gdb.threads/non-stop-fair-events.exp: Build program with
14002 -DTIMEOUT=$timeout.
14003
14004 2015-04-06 Doug Evans <xdje42@gmail.com>
14005
14006 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14007 Fix dest parameter to board_info.
14008 (fpc_compile): Ditto.
14009 (gdb_compile_pascal): Rename dest arg to destfile.
14010
14011 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14012
14013 * gdb.ada/funcall_ref.exp: New file.
14014 * gdb.ada/funcall_ref/foo.adb: New file.
14015
14016 2015-04-02 Yao Qi <yao.qi@linaro.org>
14017
14018 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14019 is remote.
14020
14021 2015-04-02 Gary Benson <gbenson@redhat.com>
14022
14023 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14024
14025 2015-04-01 Sasha Smundak <asmundak@google.com>
14026
14027 * gdb.python/py-unwind-maint.c: New file.
14028 * gdb.python/py-unwind-maint.exp: New test.
14029 * gdb.python/py-unwind-maint.py: New file.
14030 * gdb.python/py-unwind.c: New file.
14031 * gdb.python/py-unwind.exp: New test.
14032 * gdb.python/py-unwind.py: New test.
14033
14034 2015-04-01 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14037 to fail instead of non-existent $test.
14038
14039 2015-04-01 Pedro Alves <palves@redhat.com>
14040
14041 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14042 GDBFLAGS if not empty.
14043
14044 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14045
14046 * gdb.ada/complete.exp: Remove "multi_line".
14047 * gdb.ada/info_exc.exp: Remove "multi_line".
14048 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14049 * gdb.ada/ptype_field.exp: Remove "multi_line".
14050 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14051 * gdb.ada/tagged.exp: Remove "multi_line".
14052 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14053 [multi_line ...]
14054 * gdb.btrace/delta.exp: Likewise.
14055 * gdb.btrace/exception.exp: Likewise.
14056 * gdb.btrace/function_call_history.exp: Likewise.
14057 * gdb.btrace/instruction_history.exp: Likewise.
14058 * gdb.btrace/nohist.exp: Likewise.
14059 * gdb.btrace/record_goto.exp: Likewise.
14060 * gdb.btrace/segv.exp: Likewise.
14061 * gdb.btrace/stepi.exp: Likewise.
14062 * gdb.btrace/tailcall.exp: Likewise.
14063 * gdb.btrace/unknown_functions.exp: Likewise.
14064 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14065 * lib/gdb.exp: Add the "multi_line" helper.
14066
14067 2015-04-01 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.threads/tid-reuse.c: New file.
14070 * gdb.threads/tid-reuse.exp: New file.
14071
14072 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14073
14074 PR corefiles/16092
14075 * gdb.base/coredump-filter.c: New file.
14076 * gdb.base/coredump-filter.exp: Likewise.
14077
14078 2015-03-27 Petr Machata <pmachata@redhat.com>
14079
14080 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14081 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14082 (Dwarf::assemble): Initialize them.
14083 (Dwarf::lines): New function.
14084
14085 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14086
14087 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14088 SYMBOL_PREFIX for x86_64-*-cygwin.
14089
14090 2015-03-26 Andy Wingo <wingo@igalia.com>
14091
14092 PR symtab/18148
14093 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14094 const_value but not a location.
14095 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14096 location defined in non-main CUs are visible.
14097
14098 2015-03-26 Yao Qi <yao.qi@linaro.org>
14099
14100 PR testsuite/18139
14101 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14102 Add a line number entry for the same line.
14103 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14104 Add a line number entry for the same line.
14105
14106 2015-03-26 Yao Qi <yao.qi@linaro.org>
14107
14108 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14109 .int 0.
14110 (func): Likewise. Add .Lfunc_1 label.
14111 Use .Lfunc_1 label.
14112 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14113 .int 0.
14114 (func): Likewise.
14115 Use .Lfunc_1 label.
14116
14117 2015-03-26 Yao Qi <yao.qi@linaro.org>
14118
14119 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14120 Call gdb_compile instead to compile each .s files without debug
14121 information.
14122
14123 2015-03-26 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.base/savedregs.exp (process_saved_regs): Make
14126 "Saved registers:" optional in the pattern.
14127
14128 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14129
14130 * gdb.btrace/next.exp: Merged into step.exp.
14131 * gdb.btrace/finish.exp: Merged into step.exp.
14132 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14133 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14134 "record goto" and checking the exact replay position.
14135 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14136 check for "Recording format" in "info record" output.
14137 * gdb.btrace/record_goto.exp: Choose test file based on target.
14138 * gdb.btrace/x86-record_goto.S: Renamed into ...
14139 * gdb.btrace/x86_64-record_goto.S: ... this.
14140 * gdb.btrace/i686-record_goto.S: New.
14141 * gdb.btrace/x86-tailcall.S: Renamed into ...
14142 * gdb.btrace/x86_64-tailcall.S: ... this.
14143 * gdb.btrace/i686-tailcall.S: New.
14144 * gdb.btrace/x86-tailcall.c: Renamed into ...
14145 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14146 separate statements. Update test.
14147 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14148 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14149 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14150 * gdb.btrace/tailcall.exp: Choose test file based on target.
14151 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14152
14153 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14154
14155 * gdb.btrace/exception.exp: Increase BTS buffer size.
14156
14157 2015-03-24 Pedro Alves <palves@redhat.com>
14158
14159 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14160
14161 2015-03-24 Pedro Alves <palves@redhat.com>
14162
14163 * gdb.threads/schedlock.exp (test_step): No longer expect that
14164 "set scheduler-locking step" with "next" over a function call runs
14165 threads unlocked.
14166
14167 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14168
14169 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14170
14171 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14172
14173 PR breakpoints/16466
14174 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14175 * gdb.mi/mi-pending.c (thread_func): New function.
14176 (int main): Add threading support required.
14177 * gdb.mi/mi-pending.exp: Add tests for this issue.
14178 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14179 (pendfunc2): Remove stdio dependency.
14180 * gdb.mi/mi-pendshr2.c: New file.
14181
14182 2015-03-23 Keith Seitz <keiths@redhat.com>
14183
14184 * gdb.linespec/keywords.c: New file.
14185 * gdb.linespec/keywords.exp: New file.
14186
14187 2015-03-23 Keith Seitz <keiths@redhat.com>
14188
14189 PR gdb/18021
14190 * gdb.dwarf2/staticvirtual.exp: New test.
14191
14192 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14193
14194 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14195 * README: Remove HP-UX and gdb.hp.
14196 (configuration):
14197 * configure: Regenerate.
14198 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14199 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14200 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14201 gdb.hp/gdb.defects/Makefile.
14202 * gdb.hp/Makefile.in: File deleted.
14203 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14204 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14205 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14206 * gdb.hp/gdb.aCC/run.c: File deleted.
14207 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14208 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14209 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14210 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14211 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14212 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14213 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14214 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14215 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14216 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14217 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14218 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14219 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14220 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14221 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14222 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14223 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14224 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14225 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14226 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14227 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14228 * gdb.hp/gdb.compat/average.c: File deleted.
14229 * gdb.hp/gdb.compat/sum.c: File deleted.
14230 * gdb.hp/gdb.compat/xdb.c: File deleted.
14231 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14232 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14233 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14234 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14235 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14236 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14237 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14238 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14239 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14240 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14241 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14242 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14243 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14244 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14245 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14246 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14247 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14248 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14249 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14250 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14251 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14252 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14253 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14254 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14255 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14256 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14257 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14258 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14259 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14260 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14261 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14262 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14263 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14264 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14265 * gdb.hp/tools/odump: File deleted.
14266
14267 2015-03-19 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14270 (saw_thread_3): New globals.
14271 (top level): Increment them when an event for the corresponding
14272 thread is seen.
14273 (no thread starvation): New test.
14274
14275 2015-03-19 Pedro Alves <palves@redhat.com>
14276
14277 * gdb.threads/continue-pending-status.c: New file.
14278 * gdb.threads/continue-pending-status.exp: New file.
14279
14280 2015-03-18 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14283 Use gdb_is_target_remote instead of is_remote. Use
14284 gdb_test_multiple instead of gdb_expect. Exit early if
14285 gdb_test_multiple hits its internal matches. Tighten stepi tests
14286 expected output. Fail on exit with any signal, instead of just
14287 SIGILL.
14288
14289 2015-03-18 Yao Qi <yao.qi@linaro.org>
14290
14291 PR tdep/18107
14292 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14293 variable.
14294 * gdb.base/catch-syscall.exp: Don't skip it on
14295 aarch64*-*-linux* target. Remove elements in all_syscalls.
14296 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14297 target.
14298 (setup_all_syscalls): New proc.
14299
14300 2015-03-16 Yao Qi <yao.qi@linaro.org>
14301
14302 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14303 (top level): Skip tests if valid_addr_p returns false for
14304 $cmd1 or $cmd2.
14305
14306 2015-03-11 Andy Wingo <wingo@igalia.com>
14307
14308 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14309
14310 2015-03-11 Yao Qi <yao.qi@linaro.org>
14311
14312 * gdb.base/catch-syscall.exp: Fix typo in comments.
14313
14314 2015-03-11 Yao Qi <yao.qi@linaro.org>
14315
14316 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14317
14318 2015-03-09 Pedro Alves <palves@redhat.com>
14319
14320 * dg-extract-results.py: Delete.
14321
14322 2015-03-09 Pedro Alves <palves@redhat.com>
14323
14324 Merge dg-extract-results.sh from GCC upstream (r218843).
14325
14326 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14327 * dg-extract-results.sh: Use --text with grep to avoid issues with
14328 binary files. Fall back to cat -v, if that doesn't work.
14329
14330 2015-03-05 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14333
14334 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14335
14336 * lib/mi-support.exp (mi_expect_interrupt): Accept
14337 alternative event for when in all-stop mode.
14338
14339 2015-03-04 Pedro Alves <palves@redhat.com>
14340
14341 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14342
14343 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14344
14345 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14346
14347 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14348
14349 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14350 regexps for GDB's current line display, accept a hex address
14351 preceding the line number.
14352
14353 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14354
14355 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14356 the 'arch1' variable for "s390*-linux*" targets.
14357
14358 2015-03-04 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14361 (main): Pass missing retval argument to pthread_join call.
14362
14363 2015-03-02 Pedro Alves <palves@redhat.com>
14364
14365 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14366 (top level): Call do_test with non-stop as well.
14367
14368 2015-03-02 Pedro Alves <palves@redhat.com>
14369
14370 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14371 -1.
14372
14373 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14374
14375 * gdb.arch/s390-vregs.exp: New test.
14376 * gdb.arch/s390-vregs.S: New file.
14377
14378 2015-02-27 Pedro Alves <palves@redhat.com>
14379
14380 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14381 call to catch_command_errors.
14382 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14383 catch_command_errors.
14384
14385 2015-02-27 Pedro Alves <palves@redhat.com>
14386
14387 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14388 "true" for boolean result.
14389 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14390 prototype of main.
14391
14392 2015-02-27 Pedro Alves <palves@redhat.com>
14393
14394 * lib/unbuffer_output.c: New file.
14395 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14396 (main): Call gdb_unbuffer_output.
14397
14398 2015-02-27 Yao Qi <yao.qi@linaro.org>
14399
14400 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14401 target.
14402
14403 2015-02-26 Doug Evans <dje@google.com>
14404
14405 * gdb.cp/class2.cc (Dbase, D): New classes.
14406 (main): New local delta.
14407 * gdb.cp/class2.exp: Test printing delta.
14408 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14409 (dynbar): New global.
14410 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14411
14412 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14413
14414 * gdb.compile/compile-ifunc.c: New file.
14415 * gdb.compile/compile-ifunc.exp: New file.
14416
14417 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14418
14419 * gdb.base/structs.exp: Check for correct struct on finish.
14420
14421 2015-02-26 Yao Qi <yao.qi@linaro.org>
14422
14423 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14424 is zero.
14425
14426 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14427
14428 * gdb.arch/cordic.ko.bz2: New file.
14429 * gdb.arch/cordic.ko.debug.bz2: New file.
14430 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14431
14432 2015-02-25 Yao Qi <yao.qi@linaro.org>
14433
14434 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14435 aarch64*-*-* target.
14436
14437 2015-02-23 Pedro Alves <palves@redhat.com>
14438
14439 * lib/gdb.exp (delete_breakpoints): Rewrite using
14440 gdb_test_multiple.
14441
14442 2015-02-23 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/info-os.c: Include stdlib.h.
14445
14446 2015-02-22 Doug Evans <xdje42@gmail.com>
14447
14448 PR symtab/17855
14449 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14450 is read after symbols have been re-read.
14451 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14452 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14453
14454 2015-02-21 Doug Evans <dje@google.com>
14455
14456 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14457
14458 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14459
14460 PR corefiles/17808
14461 * gdb.arch/i386-biarch-core.core.bz2: New file.
14462 * gdb.arch/i386-biarch-core.exp: New file.
14463
14464 2015-02-21 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14467 runto_main fails.
14468
14469 2015-02-20 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14472 info probes.
14473
14474 2015-02-20 Pedro Alves <palves@redhat.com>
14475
14476 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14477
14478 2015-02-20 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14481 clean_restart before gdb_target_supports_trace.
14482
14483 2015-02-20 Pedro Alves <palves@redhat.com>
14484
14485 PR threads/18006
14486 * gdb.threads/clone-thread_db.c: New file.
14487 * gdb.threads/clone-thread_db.exp: New file.
14488
14489 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14490
14491 PR breakpoints/16812
14492 * gdb.base/catch-gdb-caused-signals.c: New file.
14493 * gdb.base/catch-gdb-caused-signals.exp: New file.
14494
14495 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14496
14497 * configure: Regenerated.
14498 * configure.ac: Use GDB_AC_TRANSFORM.
14499 * aclocal.m4: sinclude ../transform.m4.
14500
14501 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14502
14503 * lib/dtrace.exp: New file.
14504 * gdb.base/dtrace-probe.exp: Likewise.
14505 * gdb.base/dtrace-probe.d: Likewise.
14506 * gdb.base/dtrace-probe.c: Likewise.
14507 * lib/pdtrace.in: Likewise.
14508 * configure.ac: Output variables with the transformed names of
14509 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14510 * configure: Regenerated.
14511
14512 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14513
14514 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14515 expected message when trying to access $_probe_* convenience
14516 variables while not on a probe.
14517
14518 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14519
14520 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14521
14522 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14523
14524 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14525 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14526
14527 2015-02-10 Doug Evans <xdje42@gmail.com>
14528
14529 * lib/gdb.exp (gdb_load): Always return a result.
14530
14531 2015-02-10 Pedro Alves <palves@redhat.com>
14532
14533 * gdb.threads/signal-sigtrap.c: New file.
14534 * gdb.threads/signal-sigtrap.exp: New file.
14535
14536 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14537
14538 * gdb.trace/no-attach-trace.c: New file.
14539 * gdb.trace/no-attach-trace.exp: New file.
14540
14541 2015-02-09 Mark Wielaard <mjw@redhat.com>
14542
14543 * gdb.dwarf2/atomic.c: New file.
14544 * gdb.dwarf2/atomic-type.exp: Likewise.
14545
14546 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14547
14548 * gdb.btrace/buffer-size.exp: Update "info record" output.
14549 * gdb.btrace/delta.exp: Update "info record" output.
14550 * gdb.btrace/enable.exp: Update "info record" output.
14551 * gdb.btrace/finish.exp: Update "info record" output.
14552 * gdb.btrace/instruction_history.exp: Update "info record" output.
14553 * gdb.btrace/next.exp: Update "info record" output.
14554 * gdb.btrace/nexti.exp: Update "info record" output.
14555 * gdb.btrace/step.exp: Update "info record" output.
14556 * gdb.btrace/stepi.exp: Update "info record" output.
14557 * gdb.btrace/nohist.exp: Update "info record" output.
14558
14559 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14560
14561 * gdb.btrace/buffer-size: New.
14562
14563 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14564
14565 * gdb.btrace/delta.exp: Update "info record" output.
14566 * gdb.btrace/enable.exp: Update "info record" output.
14567 * gdb.btrace/finish.exp: Update "info record" output.
14568 * gdb.btrace/instruction_history.exp: Update "info record" output.
14569 * gdb.btrace/next.exp: Update "info record" output.
14570 * gdb.btrace/nexti.exp: Update "info record" output.
14571 * gdb.btrace/step.exp: Update "info record" output.
14572 * gdb.btrace/stepi.exp: Update "info record" output.
14573 * gdb.btrace/nohist.exp: Update "info record" output.
14574
14575 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14576
14577 PR gdb/15678
14578 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14579
14580 2015-02-06 Pedro Alves <palves@redhat.com>
14581
14582 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14583 macro.
14584 (seconds_left, again): New globals.
14585 (main): Wait seconds_left in a 1-second sleep loop instead of
14586 sleeping 180 seconds. If 'again' is set, reset the seconds
14587 counter.
14588 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14589 'again' in the inferior before detaching. Print the seconds left.
14590 (options): New global.
14591 (top level): Build program with -DTIMEOUT=$timeout.
14592
14593 2015-02-06 Pedro Alves <palves@redhat.com>
14594
14595 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14596 determine how many seconds to pass to 'alarm'.
14597 * gdb.base/gdb-sigterm.exp (top level): Build program with
14598 -DTIMEOUT=$timeout.
14599 (do_test): Return success/failure indication. Add more verbose
14600 logging. Don't fail if 200 single steps are seen. Instead, fail
14601 when the test times out.
14602 (passes): New global.
14603 (top level): Break the testing loop if testing fails on any
14604 iteration. Use gdb_assert.
14605
14606 2015-02-04 Don Breazeal <donb@codesourcery.com>
14607
14608 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14609 and initialize them.
14610 (ipc_cleanup): New function.
14611 (main): Don't declare shmid, semid, and msqid. Add a call to
14612 atexit so that we call ipc_cleanup on exit.
14613
14614 2015-02-04 Pedro Alves <palves@redhat.com>
14615
14616 * boards/native-extended-gdbserver.exp: Remove any target variant
14617 specifications from the board name before clearing the isremote
14618 flag from board_info.
14619
14620 2015-01-31 Doug Evans <xdje42@gmail.com>
14621
14622 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14623
14624 2015-01-31 Gary Benson <gbenson@redhat.com>
14625
14626 * gdb.base/completion.exp: Disable completion limiting for
14627 existing tests. Add new tests to check completion limiting.
14628 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14629
14630 2015-01-31 Doug Evans <xdje42@gmail.com>
14631
14632 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14633
14634 2015-01-31 Doug Evans <xdje42@gmail.com>
14635
14636 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14637 entries. Duplicate file section script entries.
14638 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14639 inlined entries. Add test for safe-path rejection.
14640 * gdb.python/py-section-script.c: Add duplicate inlined section script
14641 entries. Duplicate file section script entries.
14642 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14643 inlined entries. Add test for safe-path rejection.
14644
14645 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14646
14647 * gdb.ada/disc_arr_bound: New testcase.
14648
14649 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14650
14651 * gdb.ada/mi_var_array: New testcase.
14652
14653 2015-01-27 Doug Evans <dje@google.com>
14654
14655 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14656 Add test for objfile.filename, objfile.username after objfile
14657 has been unloaded.
14658
14659 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14660
14661 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14662 the second test to print the name attribute of value
14663 returned by the call to gdb.lookup_type, and adjust
14664 the expected output accordingly.
14665
14666 2015-01-25 Mark Wielaard <mjw@redhat.com>
14667
14668 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14669 * gdb.base/disp-step-fork.c: Include unistd.h.
14670 * gdb.base/siginfo-obj.c: Include stdio.h.
14671 * gdb.base/siginfo-thread.c: Likewise.
14672 * gdb.mi/non-stop.c: Include unistd.h.
14673 * gdb.mi/nsthrexec.c: Include stdio.h.
14674 * gdb.mi/pthreads.c: Include unistd.h.
14675 * gdb.modula2/unbounded1.c (main): Declare returns int.
14676 * gdb.reverse/consecutive-reverse.c: Likewise.
14677 * gdb.threads/create-fail.c: Include unistd.h.
14678 * gdb.threads/killed.c: Likewise.
14679 * gdb.threads/linux-dp.c: Likewise.
14680 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14681 * gdb.threads/non-ldr-exc-2.c: Likewise.
14682 * gdb.threads/non-ldr-exc-3.c: Likewise.
14683 * gdb.threads/non-ldr-exc-4.c: Likewise.
14684 * gdb.threads/pthreads.c: Include unistd.h.
14685 (main): Declare returns int.
14686 * gdb.threads/tls-main.c (foo): New declaration.
14687 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14688
14689 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14690
14691 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14692 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14693
14694 2015-01-15 Mark Wielaard <mjw@redhat.com>
14695
14696 * gdb.base/noreturn-return.c: New file.
14697 * gdb.base/noreturn-return.exp: New file.
14698 * gdb.base/noreturn-finish.c: New file.
14699 * gdb.base/noreturn-finish.exp: New file.
14700
14701 2015-01-23 Pedro Alves <palves@redhat.com>
14702
14703 * gdb.threads/continue-pending-after-query.c: New file.
14704 * gdb.threads/continue-pending-after-query.exp: New file.
14705
14706 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14707 Simon Marchi <simon.marchi@ericsson.com>
14708
14709 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14710 * gdb.base/valgrind-db-attach.exp: Same.
14711 * gdb.base/valgrind-infcall.exp: Same.
14712 * lib/mi-support.exp (default_mi_gdb_start): Same.
14713 * lib/prompt.exp (default_prompt_gdb_start): Same.
14714 * lib/gdb.exp (default_gdb_spawn): Same.
14715 (gdb_interact): New.
14716
14717
14718 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14719
14720 * gdb.compile/compile.exp (pointer to jit function): New test.
14721
14722 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14723
14724 * lib/gdb.exp (supports_process_record): Return true for
14725 powerpc*-*-linux*.
14726 (supports_reverse): Likewise.
14727
14728 2015-01-15 Don Breazeal <donb@codesourcery.com>
14729
14730 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14731 instead of checking whether the target board is remote and
14732 use spawn_wait_for_attach instead of exec/sleep.
14733 * gdb.base/attach-twice.exp: Likewise.
14734
14735 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14736
14737 * gdb.ada/var_arr_attrs: New testcase.
14738
14739 2015-01-14 Pedro Alves <palves@redhat.com>
14740 Joel Brobecker <brobecker@adacore.com>
14741
14742 PR gdb/17525
14743 * gdb.base/bp-cmds-execution-x-script.c: New file.
14744 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14745 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14746
14747 2015-01-14 Pedro Alves <palves@redhat.com>
14748
14749 PR cli/17828
14750 * gdb.base/batch-preserve-term-settings.c: New file.
14751 * gdb.base/batch-preserve-term-settings.exp: New file.
14752
14753 2015-01-13 Doug Evans <dje@google.com>
14754
14755 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14756 binary.
14757
14758 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14759
14760 * Makefile.in (clean mostlyclean): Do not delete *.py.
14761
14762 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14763
14764 * gdb.python/py-lookup-type.exp: New file.
14765
14766 2015-01-12 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14769 restore GDBFLAGS before returning.
14770
14771 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14772
14773 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14774 is_amd64_regs_target and is_x86_like_target.
14775
14776 2015-01-11 Doug Evans <xdje42@gmail.com>
14777
14778 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14779 is given without an explicit form.
14780 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14781 attributes.
14782 * gdb.dwarf/corrupt.exp: Ditto.
14783 * gdb.dwarf2/enum-type.exp: Ditto.
14784 * gdb.trace/entry-values.exp: Ditto.
14785 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14786
14787 2015-01-11 Doug Evans <xdje42@gmail.com>
14788
14789 PR gdb/15830
14790 * gdb.base/maint.exp: Remove references to "maint demangle".
14791 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14792 Add tests for explicitly specifying language to demangle.
14793 * gdb.dlang/demangle.exp: Ditto.
14794
14795 2015-01-09 Pedro Alves <palves@redhat.com>
14796
14797 * gdb.threads/non-stop-fair-events.c: New file.
14798 * gdb.threads/non-stop-fair-events.exp: New file.
14799
14800 2015-01-09 Pedro Alves <palves@redhat.com>
14801
14802 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14803 the global scope. Set a breakpoint after all threads are started
14804 rather than stepping over two source lines. Expect the prompt.
14805 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14806 global.
14807 (NUM): Now 15.
14808 (main): Use threads_started_barrier to wait for all threads to
14809 start. Main thread no longer calls thread_function. Exit after
14810 180 seconds.
14811 (loop): New function.
14812 (thread_function): Wait on threads_started_barrier barrier. Call
14813 'loop' at each iteration.
14814 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14815 threads have started, instead of hardcoding number of "next"
14816 steps. Use an access watchpoint instead of a write watchpoint.
14817
14818 2015-01-09 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14821 (thread_func): Wait on barrier.
14822 (main): Wait for all threads to start before stopping GDB.
14823 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14824 global.
14825 (thread1_func, thread2_func): Wait on barrier.
14826 (main): Wait for all threads to start before stopping GDB.
14827 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14828 New global.
14829 (thread1_func, thread2_func): Wait on barrier.
14830 (main): Wait for all threads to start before stopping GDB.
14831
14832 2015-01-09 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.threads/attach-many-short-lived-threads.c: New file.
14835 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14836
14837 2014-01-09 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14840 instead of to thread 2.
14841 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14842 Add barrier around each pthread_create call instead of around all
14843 calls.
14844 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14845 Set a break on thread_function and have the child threads hit it
14846 one at at a time.
14847
14848 2015-01-09 Pedro Alves <palves@redhat.com>
14849
14850 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14851 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14852 false.
14853 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14854 checking whether the target board is remote.
14855 * gdb.multi/multi-attach.exp: Likewise.
14856 * gdb.python/py-sync-interp.exp: Likewise.
14857 * gdb.server/ext-attach.exp: Likewise.
14858 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14859 tests that need to attach, instead of checking whether the target
14860 board is remote at the top of the file.
14861
14862 2015-01-08 Yao Qi <yao@codesourcery.com>
14863
14864 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14865
14866 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14867
14868 Fix testcase compilation.
14869 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14870
14871 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14872
14873 * gdb.python/py-type.exp: Add a couple test about empty
14874 array creation, and negative-length array creation.
14875
14876 2015-01-02 Doug Evans <xdje42@gmail.com>
14877
14878 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14879
14880 2015-01-02 Doug Evans <dje@google.com>
14881
14882 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14883
14884 2014-12-29 Yao Qi <yao@codesourcery.com>
14885
14886 * gdb.trace/entry-values.exp: Update comments. Rename variable
14887 bar_call_foo to returned_from_foo.
14888
14889 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14890
14891 PR gdb/17394
14892 * gdb.linespec/break-asm-file.c: New file.
14893 * gdb.linespec/break-asm-file.exp: New file.
14894 * gdb.linespec/break-asm-file0.s: New file.
14895 * gdb.linespec/break-asm-file1.s: New file.
14896
14897 2014-12-18 Nigel Stephens <nigel@mips.com>
14898 Maciej W. Rozycki <macro@codesourcery.com>
14899
14900 * gdb.base/float.exp: Handle the new output from "info float" on
14901 MIPS targets.
14902
14903 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14904
14905 Fix MinGW compilation.
14906 * gdb.compile/compile-ops.exp: Update untested message if
14907 !skip_compile_feature_tests.
14908 * gdb.compile/compile-setjmp.exp: Likewise.
14909 * gdb.compile/compile-tls.exp: Likewise.
14910 * gdb.compile/compile.exp: Likewise.
14911 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14912 supported on this host".
14913
14914 2014-12-16 Doug Evans <xdje42@gmail.com>
14915
14916 * boards/stabs.exp: New file.
14917
14918 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14919
14920 * gdb.base/completion.exp: Adjust to format changes of "maint
14921 print user-registers".
14922
14923 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14924
14925 PR server/17457
14926 * gdb.arch/aarch64-fp.c: New file.
14927 * gdb.arch/aarch64-fp.exp: New file.
14928
14929 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14930
14931 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14932 r210637, r210913, r211666, r215400, r215817).
14933
14934 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14935 * dg-extract-results.py: New file.
14936 * dg-extract-results.sh: Use it if the environment seems
14937 suitable.
14938
14939 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14940
14941 * dg-extract-results.py (parse_run): Handle warnings that
14942 are printed before a test harness is run.
14943
14944 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14945
14946 * dg-extract-results.py (Named): Remove __cmp__ method.
14947 (output_variation): Use a key to sort variation.harnesses.
14948
14949 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14950
14951 * dg-extract-results.py: For Python 3, force sys.stdout to
14952 handle surrogate escape sequences.
14953 (safe_open): New function.
14954 (output_segment, main): Use it.
14955
14956 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14957
14958 * dg-extract-results.py (Prog.result_re): Include options
14959 in test name.
14960
14961 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14962
14963 * dg-extract-results.py (output_variation): Always sort if
14964 do_sum.
14965
14966 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14967
14968 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14969 as long as we get pagination notifications.
14970
14971 2014-12-15 Jason Merrill <jason@redhat.com>
14972
14973 * Makefile.in (check-gdb.%): Restore.
14974 * README: Mention it.
14975
14976 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14977
14978 * gdb.ada/str_uninit: New testcase.
14979
14980 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14981
14982 PR symtab/17642
14983 * gdb.base/vla-stub-define.c: New file.
14984 * gdb.base/vla-stub.c: New file.
14985 * gdb.base/vla-stub.exp: New file.
14986
14987 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14988 Jan Kratochvil <jan.kratochvil@redhat.com>
14989 Tom Tromey <tromey@redhat.com>
14990
14991 * configure.ac: Add gdb.compile/.
14992 * configure: Regenerate.
14993 * gdb.compile/Makefile.in: New file.
14994 * gdb.compile/compile-ops.exp: New file.
14995 * gdb.compile/compile-ops.c: New file.
14996 * gdb.compile/compile-tls.c: New file.
14997 * gdb.compile/compile-tls.exp: New file.
14998 * gdb.compile/compile-constvar.S: New file.
14999 * gdb.compile/compile-constvar.c: New file.
15000 * gdb.compile/compile-mod.c: New file.
15001 * gdb.compile/compile-nodebug.c: New file.
15002 * gdb.compile/compile-setjmp-mod.c: New file.
15003 * gdb.compile/compile-setjmp.c: New file.
15004 * gdb.compile/compile-setjmp.exp: New file.
15005 * gdb.compile/compile-shlib.c: New file.
15006 * gdb.compile/compile.c: New file.
15007 * gdb.compile/compile.exp: New file.
15008 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15009
15010 2014-12-12 Tom Tromey <tromey@redhat.com>
15011
15012 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15013 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15014
15015 2014-12-12 Doug Evans <dje@google.com>
15016
15017 * lib/gdb-python.exp (get_python_valueof): New function.
15018 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15019
15020 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15021
15022 * gdb.base/completion.exp: Add test for completion of "info
15023 registers ".
15024
15025 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15026
15027 * gdb.base/func-ptrs.c: New file.
15028 * gdb.base/func-ptrs.exp: New file.
15029
15030 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15031
15032 PR breakpoints/17012
15033 * gdb.base/dprintf-detach.c: New file.
15034 * gdb.base/dprintf-detach.exp: New file.
15035
15036 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15037
15038 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15039 * lib/gdb.exp (target_is_gdbserver): New procedure.
15040
15041 2014-12-08 Doug Evans <dje@google.com>
15042
15043 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15044
15045 2014-12-05 Yao Qi <yao@codesourcery.com>
15046
15047 * gdb.guile/scm-error.exp: Remove the third argument to
15048 gdb_remote_download.
15049 * gdb.guile/scm-frame-args.exp: Likewise.
15050 * gdb.guile/scm-section-script.exp: Likewise.
15051
15052 2014-12-05 Yao Qi <yao@codesourcery.com>
15053
15054 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15055
15056 2014-12-04 Doug Evans <dje@google.com>
15057
15058 * gdb.python/py-objfile.exp: Add tests for
15059 objfile.add_separate_debug_file.
15060
15061 2014-12-04 Doug Evans <dje@google.com>
15062
15063 * lib/gdb.exp (get_build_id): New function.
15064 (build_id_debug_filename_get): Rewrite to use it.
15065 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15066
15067 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15068
15069 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15070 `method(long)', not just 0x0.
15071 * gdb.cp/nsalias.exp: Align code labels to 4.
15072 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15073 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15074 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15075 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15076 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15077 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15078
15079 2014-12-02 Doug Evans <dje@google.com>
15080
15081 PR symtab/17602
15082 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15083 * gdb.cp/anon-ns2.cc: ... here. New file.
15084 * gdb.cp/anon-ns.exp: Update.
15085
15086 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15087
15088 * gdb.python/py-events.py (inferior_call_handler): New.
15089 (register_changed_handler, memory_changed_handler): New.
15090 (test_events.invoke): Register new handlers.
15091 * gdb.python/py-events.exp: Add tests for inferior call,
15092 memory_changed and register_changed events.
15093
15094 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15095
15096 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15097 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15098 if the linker doesn't understand this.
15099
15100 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15101
15102 * gdb.python/python.exp: Change expected reply to help().
15103
15104 2014-12-01 Yao Qi <yao@codesourcery.com>
15105
15106 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15107 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15108 * configure: Re-generated.
15109
15110 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15111
15112 * gdb.cp/chained-calls.cc: New file.
15113 * gdb.cp/chained-calls.exp: New file.
15114 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15115
15116 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15117
15118 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15119 * gdb.dwarf2/symtab-producer.exp: Same.
15120 * gdb.gdb/python-interrupts.exp: Same.
15121 * gdb.gdb/python-selftest.exp: Same.
15122 * gdb.python/py-linetable.exp: Same.
15123 * gdb.python/py-type.exp: Same.
15124 * gdb.python/py-value-cc.exp: Same.
15125 * gdb.python/py-value.exp: Same.
15126
15127 2014-11-28 Yao Qi <yao@codesourcery.com>
15128
15129 * gdb.base/break-probes.exp: Match library name prefixed with
15130 sysroot.
15131
15132 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15133
15134 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15135 test expected output. Add parentheses for the call to print.
15136 Remove L suffix from integers.
15137
15138 2014-11-26 Doug Evans <dje@google.com>
15139
15140 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15141
15142 2014-11-22 Yao Qi <yao@codesourcery.com>
15143
15144 * gdb.trace/entry-values.c: Remove asms.
15145 (foo): Add foo_label.
15146 (bar): Add bar_label.
15147 * gdb.trace/entry-values.exp: Remove code computing foo's
15148 length and bar's length.
15149 (Dwarf::assemble): Invoke function_range for bar and use
15150 MACRO_AT_func for foo.
15151
15152 2014-11-22 Yao Qi <yao@codesourcery.com>
15153
15154 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15155 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15156 Use .Lgcc43_procstart instead of gcc43.
15157
15158 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15159
15160 * gdb.ada/n_arr_bound: New testcase.
15161
15162 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15163
15164 PR breakpoints/10737
15165 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15166 test_catch_syscall_multi_arch.
15167 (test_catch_syscall_multi_arch): New function.
15168
15169 2014-11-20 Doug Evans <xdje42@gmail.com>
15170
15171 * gdb.base/maint.exp: Update expected output.
15172
15173 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15174
15175 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15176 4-byte instruction on S390.
15177
15178 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15179
15180 * gdb.ada/arr_arr: New testcase.
15181
15182 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15183
15184 * gdb.ada/pkd_arr_elem: New Testcase.
15185
15186 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15187
15188 * gdb.reverse/break-precsave: Expect completion message for
15189 core file reads.
15190 * gdb.reverse/consecutive-precsave.exp: Likewise.
15191 * gdb.reverse/finish-precsave.exp: Likewise.
15192 * gdb.reverse/i386-precsave.exp: Likewise.
15193 * gdb.reverse/machinestate-precsave.exp: Likewise.
15194 * gdb.reverse/sigall-precsave.exp: Likewise.
15195 * gdb.reverse/solib-precsave.exp: Likewise.
15196 * gdb.reverse/step-precsave.exp: Likewise.
15197 * gdb.reverse/until-precsave.exp: Likewise.
15198 * gdb.reverse/watch-precsave.exp: Likewise.
15199
15200 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15201
15202 * gdb.base/bp-permanent.c: Include unistd.h.
15203 * gdb.python/py-framefilter-mi.c (main): Add return type.
15204 * gdb.python/py-framefilter.c (main): Likewise.
15205 * gdb.trace/actions-changed.c (main): Likewise.
15206
15207 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15208
15209 * gdb.mi/until.c: Add eye-catchers.
15210 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15211 line numbers.
15212
15213 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15214
15215 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15216 function header variants in break1.c.
15217 * gdb.base/ena-dis-br.exp: Likewise.
15218 * gdb.base/hbreak2.exp: Likewise.
15219 * gdb.reverse/until-precsave.exp: Drop references to removed
15220 non-prototype function header variants in ur1.c.
15221 * gdb.reverse/until-reverse.exp: Likewise.
15222
15223 2014-11-17 Petr Machata <pmachata@redhat.com>
15224
15225 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15226 ${_cu_offset_size} bytes abbrev offset.
15227
15228 2014-11-15 Doug Evans <xdje42@gmail.com>
15229
15230 PR symtab/17559
15231 * gdb.base/line-symtabs.exp: New file.
15232 * gdb.base/line-symtabs.c: New file.
15233 * gdb.base/line-symtabs.h: New file.
15234
15235 2014-11-14 Yao Qi <yao@codesourcery.com>
15236
15237 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15238 (func): Add label func_label.
15239 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15240 Replace low_pc and high_pc with MACRO_AT_range.
15241 Replace name, low_pc and high_pc with MACRO_AT_func.
15242
15243 2014-11-14 Yao Qi <yao@codesourcery.com>
15244
15245 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15246 Replace name, low_pc and high_pc with MACRO_AT_func.
15247
15248 2014-11-14 Yao Qi <yao@codesourcery.com>
15249
15250 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15251 produce debug information.
15252 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15253
15254 2014-11-14 Yao Qi <yao@codesourcery.com>
15255
15256 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15257 object and get function length.
15258 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15259 with MACRO_AT_func.
15260 (top-level): Replace gdb_compile and clean_restart with
15261 prepare_for_testing.
15262 * gdb.dwarf2/main.c (main): Add label main_label.
15263
15264 2014-11-14 Yao Qi <yao@codesourcery.com>
15265
15266 * lib/dwarf.exp (function_range): New procedure.
15267 (Dwarf::_handle_macro_at_func): New procedure.
15268 (Dwarf::_handle_macro_at_range): New procedure.
15269 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15270
15271 2014-11-14 Yao Qi <yao@codesourcery.com>
15272
15273 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15274 (_handle_attribute): New procedure.
15275
15276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15277
15278 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15279 * gdb.base/call-sc.c (zed): Likewise.
15280 * gdb.base/checkpoint.c (main): Likewise.
15281 * gdb.base/dump.c (main): Likewise.
15282 * gdb.base/gcore.c (main): Likewise.
15283 * gdb.base/huge.c (main): Likewise.
15284 * gdb.base/multi-forks.c (main): Likewise.
15285 * gdb.base/pr10179-a.c (main): Likewise.
15286 * gdb.base/savedregs.c (main): Likewise.
15287 * gdb.base/sigaltstack.c (main): Likewise.
15288 * gdb.base/siginfo.c (main): Likewise.
15289 * gdb.base/structs.c (zed): Likewise.
15290 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15291 * gdb.mi/mi-syn-frame.c (main): Likewise.
15292 * gdb.mi/until.c (foo, main): Likewise.
15293 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15294 * gdb.base/solib-weak.c (foo): Declare.
15295 * gdb.base/attach-twice.c: Include stdio.h.
15296 * gdb.base/weaklib1.c: Likewise.
15297 * gdb.base/weaklib2.c: Likewise.
15298 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15299 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15300 unistd.h.
15301 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15302 * gdb.mi/mi-exit-code.c: Likewise.
15303 * gdb.base/break-interp-lib.c: Include string.h.
15304 * gdb.base/coremaker.c: Likewise.
15305 * gdb.base/testenv.c: Likewise.
15306 * gdb.python/py-finish-breakpoint.c: Likewise.
15307 * gdb.base/inferior-died.c: Include sys/wait.h.
15308 * gdb.base/fileio.c: Include time.h.
15309 * gdb.base/async-shell.c: Include unistd.h.
15310 * gdb.base/dprintf-non-stop.c: Likewise.
15311 * gdb.base/info-os.c: Likewise.
15312 * gdb.mi/mi-console.c: Likewise.
15313 * gdb.mi/watch-nonstop.c: Likewise.
15314 * gdb.python/py-events.c: Likewise.
15315 * gdb.base/async.c (baz): Move up before its invocation.
15316 * gdb.base/code_elim2.c (my_global_func): Likewise.
15317 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15318 * gdb.base/advance.c (func2): Likewise.
15319
15320 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15321
15322 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15323 variant.
15324 * gdb.base/annota3.c: Likewise.
15325 * gdb.base/async.c: Likewise.
15326 * gdb.base/average.c: Likewise.
15327 * gdb.base/call-ar-st.c: Likewise.
15328 * gdb.base/call-rt-st.c: Likewise.
15329 * gdb.base/call-sc.c: Likewise.
15330 * gdb.base/call-strs.c: Likewise.
15331 * gdb.base/ending-run.c: Likewise.
15332 * gdb.base/execd-prog.c: Likewise.
15333 * gdb.base/exprs.c: Likewise.
15334 * gdb.base/foll-exec.c: Likewise.
15335 * gdb.base/foll-fork.c: Likewise.
15336 * gdb.base/foll-vfork.c: Likewise.
15337 * gdb.base/funcargs.c: Likewise.
15338 * gdb.base/gcore.c: Likewise.
15339 * gdb.base/jump.c: Likewise.
15340 * gdb.base/langs0.c: Likewise.
15341 * gdb.base/langs1.c: Likewise.
15342 * gdb.base/langs2.c: Likewise.
15343 * gdb.base/mips_pro.c: Likewise.
15344 * gdb.base/nodebug.c: Likewise.
15345 * gdb.base/opaque0.c: Likewise.
15346 * gdb.base/opaque1.c: Likewise.
15347 * gdb.base/recurse.c: Likewise.
15348 * gdb.base/run.c: Likewise.
15349 * gdb.base/scope0.c: Likewise.
15350 * gdb.base/scope1.c: Likewise.
15351 * gdb.base/setshow.c: Likewise.
15352 * gdb.base/setvar.c: Likewise.
15353 * gdb.base/shmain.c: Likewise.
15354 * gdb.base/shr1.c: Likewise.
15355 * gdb.base/shr2.c: Likewise.
15356 * gdb.base/sigall.c: Likewise.
15357 * gdb.base/signals.c: Likewise.
15358 * gdb.base/so-indr-cl.c: Likewise.
15359 * gdb.base/solib2.c: Likewise.
15360 * gdb.base/structs.c: Likewise.
15361 * gdb.base/sum.c: Likewise.
15362 * gdb.base/vforked-prog.c: Likewise.
15363 * gdb.base/watchpoint.c: Likewise.
15364 * gdb.reverse/shr2.c: Likewise.
15365 * gdb.reverse/until-reverse.c: Likewise.
15366 * gdb.reverse/ur1.c: Likewise.
15367 * gdb.reverse/watch-reverse.c: Likewise.
15368
15369 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15370
15371 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15372 variant.
15373 * gdb.base/sepdebug.exp: Drop references to removed code.
15374
15375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15376
15377 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15378 variant. Preserve original line numbering.
15379 * gdb.base/list1.c: Likewise.
15380
15381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15382
15383 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15384 variant.
15385 * gdb.base/break1.c: Likewise.
15386 * gdb.base/break.exp: Drop references to removed code.
15387
15388 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15389
15390 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15391 variant.
15392
15393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15394
15395 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15396
15397 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15398
15399 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15400 logic into perform_all_tests() and invoke it with and without
15401 function header prototypes.
15402 (do_function_calls): Remove conditional XFAIL for PR 5318.
15403 (rerun_and_prepare): Remove duplicate code.
15404 (perform_all_tests): New. Main logic moved here.
15405
15406 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15407
15408 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15409 code guarded by #ifdef NO_PROTOTYPES.
15410 (t_double_many_args): Likewise.
15411 (DEF_FUNC_MANY_ARGS_1): Likewise.
15412 (DEF_FUNC_VALUES_1): Likewise.
15413 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15414 guarded by #ifdef PROTOTYPES.
15415
15416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15417
15418 * gdb.mi/mi-console.c: Add eye-catcher.
15419 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15420 instead of literal line number.
15421
15422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15423
15424 * gdb.base/shr2.c: Add eye-catcher.
15425 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15426 line number.
15427
15428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15429
15430 * gdb.base/jump.c: Add eye-catchers.
15431 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15432 numbers.
15433
15434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15435
15436 * gdb.base/execd-prog.c: Add eye-catchers.
15437 * gdb.base/foll-exec.c: Likewise.
15438 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15439 line numbers.
15440
15441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15442
15443 * gdb.base/ending-run.c: Add eye-catchers.
15444 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15445 literal line numbers.
15446
15447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15448
15449 * gdb.base/call-rt-st.c: Add eye-catchers.
15450 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15451 literal line numbers.
15452
15453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * gdb.base/call-ar-st.c: Add eye-catchers.
15456 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15457 literal line numbers.
15458
15459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15460
15461 * gdb.base/average.c: Add eye-catchers.
15462 * gdb.base/sum.c: Likewise.
15463 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15464 regexps dynamically.
15465
15466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15467
15468 * gdb.base/solib1.c: Add eye-catchers.
15469 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15470 literal line numbers.
15471
15472 2014-11-12 Pedro Alves <palves@redhat.com>
15473
15474 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15475 leader has exited.
15476
15477 2014-11-12 Pedro Alves <palves@redhat.com>
15478
15479 * gdb.arch/i386-bp_permanent.c: New file.
15480 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15481 (srcfile): Set to i386-bp_permanent.c.
15482 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15483 that stepi does not execute the 'leave' instruction, instead of
15484 testing it does execute.
15485 * gdb.base/bp-permanent.c: New file.
15486 * gdb.base/bp-permanent.exp: New file.
15487
15488 2014-11-10 Doug Evans <xdje42@gmail.com>
15489
15490 PR symtab/17564
15491 * gdb.base/symtab-search-order.exp: New file.
15492 * gdb.base/symtab-search-order.c: New file.
15493 * gdb.base/symtab-search-order-1.c: New file.
15494 * gdb.base/symtab-search-order-shlib-1.c: New file.
15495
15496 2014-11-07 Pedro Alves <palves@redhat.com>
15497
15498 PR gdb/17511
15499 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15500 i?86-*-linux*.
15501
15502 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15503
15504 PR c++/17494
15505 * gdb.cp/pr17494.cc: New file.
15506 * gdb.cp/pr17494.exp: New file.
15507
15508 2014-11-02 Yao Qi <yao@codesourcery.com>
15509
15510 * gdb.python/python.exp: Get working directory and match the
15511 output of "set extended-prompt \\w " with it.
15512
15513 2014-10-30 Doug Evans <dje@google.com>
15514
15515 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15516 in objfiles.
15517 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15518 in progspaces.
15519
15520 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15521
15522 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15523 * gdb.base/realname-expand.exp: Likewise.
15524 * gdb.linespec/macro-relative.exp: Likewise.
15525
15526 2014-10-29 Pedro Alves <palves@redhat.com>
15527
15528 PR gdb/17408
15529 * gdb.threads/schedlock.c (some_function): New function.
15530 (call_function): New global.
15531 (MAYBE_CALL_SOME_FUNCTION): New macro.
15532 (thread_function): Call it.
15533 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15534 and use it instead of a global counter. Adjust all callers.
15535 (get_current_thread): Use "find current thread" for test message
15536 here rather than having all callers pass down the same string.
15537 (goto_loop): New procedure, factored out from ...
15538 (my_continue): ... this.
15539 (step_ten_loops): Change parameter from test message to command to
15540 use. Adjust.
15541 (list_count): Delete global.
15542 (check_result): New procedure, factored out from duplicate top
15543 level code.
15544 (continue tests): Wrap in with_test_prefix.
15545 (test_step): New procedure, factored out from duplicate top level
15546 code.
15547 (top level): Test "step" in combination with all scheduler-locking
15548 modes. Test "next" in combination with all scheduler-locking
15549 modes, and in combination with stepping over a function call or
15550 not.
15551 * gdb.threads/next-bp-other-thread.c: New file.
15552 * gdb.threads/next-bp-other-thread.exp: New file.
15553
15554 2014-10-29 Pedro Alves <palves@redhat.com>
15555
15556 PR python/17372
15557 * gdb.python/python.exp: Test a multi-line command that spawns
15558 interactive Python.
15559 * gdb.base/multi-line-starts-subshell.exp: New file.
15560
15561 2014-10-29 Yao Qi <yao@codesourcery.com>
15562
15563 * gdb.base/fileio.exp: Make directories on host.
15564
15565 2014-10-29 Yao Qi <yao@codesourcery.com>
15566
15567 * gdb.base/fileio.c (test_write): Close the file.
15568
15569 2014-10-28 Pedro Alves <palves@redhat.com>
15570
15571 PR gdb/12623
15572 * gdb.base/sigstep.c (no_handler): New global.
15573 (main): If 'no_handler is true, set the signal handlers to
15574 SIG_IGN.
15575 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15576 with_sw_watch and no_handler parameters. Handle them.
15577 (top level) <stepping over handler when stopped at a breakpoint
15578 test>: Add a test axis for testing with a software watchpoint, and
15579 another for testing with the signal handler set to SIG_IGN.
15580 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15581 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15582
15583 2014-10-28 Pedro Alves <palves@redhat.com>
15584
15585 PR gdb/17511
15586 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15587 * gdb.base/sigstep.exp (other_handler_location): New global.
15588 (advance): Support stepping into the signal handler, and running
15589 commands while in the handler.
15590 (in_handler_map): New global.
15591 (top level): In the advance test, add combinations for getting
15592 into the handler with stepping commands, and for running commands
15593 in the handler. Add comment descripting the advancei tests.
15594
15595 2014-10-28 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.base/sigstep.exp: Use build_executable instead of
15598 prepare_for_testing.
15599 (top level): Move code that starts GDB, runs to main and creates a
15600 display to ...
15601 (restart): ... this new procedure.
15602 (top level): Move backtrace from signal handler test to ...
15603 (validate_backtrace): ... this new procedure.
15604 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15605 with_test_prefix. Always restart GDB.
15606 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15607 with_test_prefix. Always restart GDB. No need to delete
15608 breakpoints after the test.
15609 (test_skip_handler): Remove prefix parameter.
15610 (skip_over_handler, breakpoint_to_handler)
15611 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15612 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15613 restart GDB. No need to delete breakpoints after the test.
15614 (top level): Use foreach to call the test procedures with
15615 different commands.
15616
15617 2014-10-28 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15620 instead of GNATS numbers.
15621 * gdb.base/sigbpt.exp: Likewise.
15622 * gdb.base/siginfo.exp: Likewise.
15623 * gdb.base/sigstep.exp: Likewise.
15624
15625 2014-10-27 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.base/sigstep.c (dummy): New global.
15628 (main): Issue a couple writes to the new global.
15629 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15630 procedures.
15631 (skip_over_handler): Use test_skip_handler.
15632 (top level): Call skip_over_handler for stepi and nexti too.
15633 (breakpoint_over_handler): Use test_skip_handler.
15634 (top level): Call breakpoint_over_handler for stepi and nexti too.
15635
15636 2014-10-27 Yao Qi <yao@codesourcery.com>
15637
15638 * gdb.trace/tfile.c (adjust_function_address)
15639 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15640 function descriptor.
15641
15642 2014-10-24 Don Breazeal <donb@codesourcery.com>
15643
15644 * gdb.base/foll-fork.exp (test_follow_fork,
15645 catch_fork_child_follow): Check for updated fork messages emitted
15646 from infrun.c.
15647 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15648 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15649 vfork_and_exec_child_follow_through_step): Check for updated vfork
15650 messages emitted from infrun.c.
15651
15652 2014-10-24 Pedro Alves <palves@redhat.com>
15653
15654 * gdb.base/corefile.exp: Remove references to ultrix.
15655 * gdb.base/interrupt.exp: Likewise.
15656 * gdb.base/whatis.exp: Likewise.
15657 * gdb.gdb/selftest.exp: Likewise.
15658 * gdb.threads/manythreads.exp: Likewise.
15659 * gdb.threads/print-threads.exp: Likewise.
15660 * gdb.threads/pthreads.exp:: Likewise.
15661 * gdb.threads/schedlock.exp: Likewise.
15662
15663 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15664
15665 * gdb.cp/non-trivial-retval.cc: Add a test case.
15666 * gdb.cp/non-trivial-retval.exp: Add a test.
15667
15668 2014-10-20 Yao Qi <yao@codesourcery.com>
15669
15670 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15671 * gdb.python/py-objfile-script-gdb.py: New file.
15672 * gdb.python/py-objfile-script.exp: Update reference to
15673 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15674 of remote_download. Remove the dest file.
15675
15676 2014-10-20 Yao Qi <yao@codesourcery.com>
15677
15678 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15679 * gdb.base/step-line.exp: Likewise.
15680 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15681 * gdb.dwarf2/dw2-basic.exp: Likewise.
15682 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15683 * gdb.dwarf2/dw2-filename.exp: Likewise.
15684 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15685 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15686 * gdb.dwarf2/dw2-producer.exp: Likewise.
15687 * gdb.dwarf2/mac-fileno.exp: Likewise.
15688 * gdb.python/py-frame-args.exp: Likewise.
15689 * gdb.python/py-framefilter.exp: Likewise.
15690 * gdb.python/py-mi.exp: Likewise.
15691 * gdb.python/py-objfile-script.exp: Likewise
15692 * gdb.python/py-pp-integral.exp: Likewise.
15693 * gdb.python/py-pp-re-notag.exp: Likewise.
15694 * gdb.python/py-prettyprint.exp: Likewise.
15695 * gdb.python/py-section-script.exp: Likewise.
15696 * gdb.python/py-typeprint.exp: Likewise.
15697 * gdb.python/py-xmethods.exp: Likewise.
15698 * gdb.stabs/weird.exp: Likewise.
15699 * gdb.xml/tdesc-regs.exp: Likewise.
15700
15701 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15702
15703 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15704 (out_cu): Use addr_len for the size of addresses.
15705 (out_line): Likewise. Size DW_LNE_set_address instruction
15706 according to addr_len.
15707 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15708 (FUNC): Add START_INSNS to definition.
15709
15710 2014-10-18 Yao Qi <yao@codesourcery.com>
15711
15712 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15713 gdb_has_argv0 return true.
15714 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15715 check [target_info exists noargs], check [gdb_has_argv0]
15716 instead.
15717 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15718 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15719 procedures.
15720
15721 2014-10-17 Doug Evans <dje@google.com>
15722
15723 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15724 event.
15725 * gdb.python/py-events.py: Add clear_objfiles event.
15726
15727 2014-10-17 Doug Evans <dje@google.com>
15728
15729 * gdb.python/py-objfile.exp: Test progspace attribute.
15730
15731 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15732
15733 * gdb.guile/scm-breakpoint.exp: Do not assume any
15734 directory separators when matching source file paths.
15735 * gdb.python/py-breakpoint.exp: Likewise.
15736 * gdb.reverse/break-precsave.exp: Likewise.
15737 * gdb.reverse/break-reverse.exp: Likewise.
15738 * gdb.reverse/consecutive-precsave.exp: Likewise.
15739 * gdb.reverse/finish-precsave.exp: Likewise.
15740 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15741 * gdb.reverse/finish-reverse.exp: Likewise.
15742 * gdb.reverse/i386-precsave.exp: Likewise.
15743 * gdb.reverse/i387-env-reverse.exp: Likewise.
15744 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15745 * gdb.reverse/machinestate-precsave.exp: Likewise.
15746 * gdb.reverse/machinestate.exp: Likewise.
15747 * gdb.reverse/sigall-precsave.exp: Likewise.
15748 * gdb.reverse/solib-precsave.exp: Likewise.
15749 * gdb.reverse/step-precsave.exp: Likewise.
15750 * gdb.reverse/until-precsave.exp: Likewise.
15751 * gdb.reverse/watch-precsave.exp: Likewise.
15752 * gdb.reverse/watch-reverse.exp: Likewise.
15753
15754 2014-10-17 Yao Qi <yao@codesourcery.com>
15755
15756 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15757 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15758
15759 2014-10-17 Pedro Alves <palves@redhat.com>
15760
15761 PR gdb/17471
15762 * gdb.base/bg-execution-repeat.c: New file.
15763 * gdb.base/bg-execution-repeat.exp: New file.
15764
15765 2014-10-17 Pedro Alves <palves@redhat.com>
15766
15767 PR gdb/17300
15768 * gdb.base/continue-all-already-running.c: New file.
15769 * gdb.base/continue-all-already-running.exp: New file.
15770
15771 2014-10-17 Pedro Alves <palves@redhat.com>
15772
15773 PR gdb/17472
15774 * gdb.base/annota-input-while-running.c: New file.
15775 * gdb.base/annota-input-while-running.exp: New file.
15776
15777 2014-10-17 Pedro Alves <palves@redhat.com>
15778
15779 * gdb.base/callfuncs.exp: emove references to osf.
15780 * gdb.base/sigall.exp: Likewise.
15781 * gdb.gdb/selftest.exp: Likewise.
15782 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15783 * gdb.mi/non-stop.c: Likewise.
15784 * gdb.mi/pthreads.c: Likewise.
15785 * gdb.reverse/sigall-precsave.exp: Likewise.
15786 * gdb.reverse/sigall-reverse.exp: Likewise.
15787 * gdb.threads/pthreads.c: Likewise.
15788 * gdb.threads/pthreads.exp: Likewise.
15789
15790 2014-10-17 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15793 check 'target_info exists noargs'.
15794 (test_command_prompt_position): Likewise.
15795 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15796 Remove "set args".
15797 (progvar_simple_while_test): Likewise.
15798 (progvar_complex_if_while_test): Likewise.
15799 (if_while_breakpoint_command_test): Likewise.
15800 (infrun_breakpoint_command_test): Likewise.
15801 (breakpoint_command_test): Likewise.
15802 (watchpoint_command_test): Likewise.
15803 (bp_deleted_in_command_test): Likewise.
15804 (temporary_breakpoint_commands): Likewise.
15805
15806 2014-10-16 Yao Qi <yao@codesourcery.com>
15807
15808 * gdb.base/remotetimeout.exp: Remove noargs checking.
15809
15810 2014-10-15 Pedro Alves <palves@redhat.com>
15811
15812 PR breakpoints/9649
15813 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15814 * gdb.base/breakpoint-in-ro-region.exp
15815 (probe_target_hardware_step): New procedure.
15816 (top level): Probe hardware stepping and hardware breakpoint
15817 support. Test stepping through a read-only region, with both
15818 "breakpoint auto-hw" on and off and both "always-inserted" on and
15819 off.
15820
15821 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15822
15823 * gdb.dlang/demangle.exp: Update for demangling changes.
15824
15825 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15826
15827 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15828 * gdb.cp/non-trivial-retval.exp: Add new tests.
15829
15830 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15831
15832 PR c++/13403
15833 PR c++/15154
15834 * gdb.cp/non-trivial-retval.cc: New file.
15835 * gdb.cp/non-trivial-retval.exp: New file.
15836
15837 2014-10-15 Yao Qi <yao@codesourcery.com>
15838
15839 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15840 remote host.
15841
15842 2014-10-15 Yao Qi <yao@codesourcery.com>
15843
15844 * gdb.python/py-symbol.exp: Match file base name if host is
15845 remote, otherwise match file name with dir name.
15846 * gdb.python/py-symtab.exp: Likewise.
15847 * gdb.python/python.exp: Likewise.
15848
15849 2014-10-15 Yao Qi <yao@codesourcery.com>
15850
15851 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15852 pattern.
15853 * gdb.python/py-symtab.exp: Likewise.
15854 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15855 locationn.
15856
15857 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15858
15859 * gdb.ada/addr_arith: New testcase.
15860
15861 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15862
15863 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15864 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15865 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15866 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15867
15868 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15869
15870 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15871 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15872 * gdb.arch/stap-eval-lang-ada.exp: New file.
15873
15874 2014-10-14 Yao Qi <yao@codesourcery.com>
15875
15876 * gdb.mi/mi-var-child.c (nothing1): New function.
15877 (nothing2): New function.
15878 (do_children_tests): Set function pointers by nothing1 and
15879 nothing2.
15880 * gdb.mi/mi-var-child.exp: Step over new added statements.
15881 Update test to match the new output.
15882 * gdb.mi/var-cmd.c (nothing1): New function.
15883 (nothing2): New function.
15884 (do_children_tests): Set function pointers by nothing1 and
15885 nothing2.
15886 * gdb.mi/mi-var-display.exp: Update test to match output.
15887 Step to the line specified by $line_dct_nothing.
15888 Increase the number of lines to step.
15889
15890 2014-10-14 Yao Qi <yao@codesourcery.com>
15891
15892 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15893 tests.
15894 * gdb.mi/mi2-var-child.exp: Likewise.
15895
15896 2014-10-13 Doug Evans <dje@google.com>
15897
15898 * gdb.python/py-objfile.exp: Change name of file name test.
15899
15900 2014-10-13 Doug Evans <dje@google.com>
15901
15902 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15903 from the start of the CU.
15904
15905 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15906 Yao Qi <yao@codesourcery.com>
15907
15908 Fix "save breakpoints" for "catch" command.
15909 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15910 Remove -nonewline. Match also the added "main" line.
15911
15912 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15913
15914 Fix "save breakpoints" for "disable $bpnum" command.
15915 * gdb.base/save-bp.c (main): Add label.
15916 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15917
15918 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15919
15920 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15921
15922 2014-10-11 Yao Qi <yao@codesourcery.com>
15923
15924 * gdb.server/server-kill.exp: Execute command
15925 "set remote trace-status-packet on" before "tstatus".
15926
15927 2014-10-11 Yao Qi <yao@codesourcery.com>
15928
15929 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15930 (main): Call getppid.
15931 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15932 and continue to it. Read variable "server_pid".
15933
15934 2014-10-11 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15937
15938 2014-10-11 Yao Qi <yao@codesourcery.com>
15939
15940 * gdb.threads/thread-find.exp: Don't execute command
15941 "info threads".
15942 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15943 * gdb.threads/linux-dp.exp: Don't check the condition
15944 $threads_created equals to zero.
15945
15946 2014-10-10 Pedro Alves <palves@redhat.com>
15947
15948 * gdb.base/bigcore.exp: Remove references to IRIX.
15949 * gdb.base/funcargs.exp: Likewise.
15950 * gdb.base/interrupt.exp: Likewise.
15951 * gdb.base/mips_pro.exp: Likewise.
15952 * gdb.base/nodebug.exp: Likewise.
15953 * gdb.base/setvar.exp: Likewise.
15954 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15955
15956 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15957 Pedro Alves <palves@redhat.com>
15958
15959 PR symtab/14466
15960 * gdb.base/vdso-warning.c: New file.
15961 * gdb.base/vdso-warning.exp: New file.
15962
15963 2014-10-02 Doug Evans <dje@google.com>
15964
15965 * gdb.base/structs.c (main): Don't run forever.
15966
15967 2014-10-02 Pedro Alves <palves@redhat.com>
15968
15969 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15970 (top level) <stop threads 1, stop threads 2>: Use it.
15971
15972 2014-10-02 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/break-while-running.exp (test): Add new
15975 'update_thread_list' argument. Skip "info threads" if false.
15976 (top level): Add new 'update_thread_list' axis.
15977
15978 2014-10-02 Pedro Alves <palves@redhat.com>
15979
15980 PR breakpoints/17431
15981 * gdb.base/execl-update-breakpoints.c: New file.
15982 * gdb.base/execl-update-breakpoints.exp: New file.
15983
15984 2014-10-01 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.base/breakpoint-in-ro-region.c: New file.
15987 * gdb.base/breakpoint-in-ro-region.exp: New file.
15988
15989 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15990
15991 * gdb.mi/mi-exit-code.exp: New file.
15992 * gdb.mi/mi-exit-code.c: New file.
15993
15994 2014-09-30 Yao Qi <yao@codesourcery.com>
15995
15996 * lib/prelink-support.exp (build_executable_own_libs): Error if
15997 the target isn't native.
15998
15999 2014-09-30 Yao Qi <yao@codesourcery.com>
16000
16001 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16002 false.
16003
16004 2014-09-22 Pedro Alves <palves@redhat.com>
16005
16006 * gdb.threads/break-while-running.exp: New file.
16007 * gdb.threads/break-while-running.c: New file.
16008
16009 2014-09-19 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16012 Invoke test. Restart GDB with --readnow and invoke test again.
16013
16014 2014-09-19 Yao Qi <yao@codesourcery.com>
16015
16016 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16017 proc set_breakpoint_on_gcd_function. Invoke
16018 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16019 invoke set_breakpoint_on_gcd_function again.
16020
16021 2014-09-18 Doug Evans <dje@google.com>
16022
16023 * gdb.dwarf2/symtab-producer.exp: New file.
16024
16025 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16026
16027 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16028 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16029 * gdb.base/global-var-nested-by-dso.c: Likewise.
16030 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16031
16032 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16033 Pedro Alves <palves@redhat.com>
16034
16035 * gdb.base/watch-bitfields.exp: Pass string other than test file
16036 name to prepare_for_testing.
16037 (watch): New procedure.
16038 (expect_watchpoint): Use with_test_prefix.
16039 (top level): Factor out tests to ...
16040 (test_watch_location, test_regular_watch): ... these new
16041 procedures, and use with_test_prefix and gdb_continue_to_end.
16042
16043 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16044
16045 PR breakpoints/12526
16046 * gdb.base/watch-bitfields.exp: New file.
16047 * gdb.base/watch-bitfields.c: New file.
16048
16049 2014-09-16 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16052 software and hardware addresses, not software address against
16053 itself.
16054
16055 2014-09-16 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16058 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16059
16060 2014-09-16 Pedro Alves <palves@redhat.com>
16061
16062 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16063 files.
16064 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16065 "*-*-vxworks*" throughout.
16066 * gdb.base/break.exp: Likewise.
16067 * gdb.base/default.exp: Likewise.
16068 * gdb.base/scope.exp: Likewise.
16069 * gdb.base/sepdebug.exp: Likewise.
16070 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16071 throughout.
16072 * gdb.base/run.c: Likewise.
16073 * gdb.base/sepdebug.c: Likewise.
16074 * gdb.hp/gdb.aCC/run.c: Likewise.
16075 * gdb.reverse/until-reverse.c: Likewise.
16076 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16077
16078 2014-09-16 Yao Qi <yao@codesourcery.com>
16079
16080 * boards/local-remote-host-native.exp: New file.
16081
16082 2014-09-14 Doug Evans <xdje42@gmail.com>
16083
16084 * gdb.threads/queue-signal.c (thread_count): New variable.
16085 (thread_count_mutex, thread_count_condvar): New variables.
16086 (incr_thread_count, wait_all_threads_running): New functions.
16087 (main): Wait for all threads to be in their thread functions.
16088
16089 2014-09-13 Doug Evans <xdje42@gmail.com>
16090
16091 * gdb.threads/queue-signal.c: New file.
16092 * gdb.threads/queue-signal.exp: New file.
16093
16094 2014-09-13 Doug Evans <xdje42@gmail.com>
16095
16096 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16097 be consistent with what default_gdb_init uses.
16098 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16099 the plain text of the prompt. Add some logging printfs.
16100 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16101
16102 2014-09-12 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16105 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16106 * gdb.arch/i386-size-overlap.exp: Likewise.
16107 * gdb.arch/i386-size.exp: Likewise.
16108 * gdb.arch/i386-unwind.exp: Likewise.
16109 * gdb.base/a2-run.exp: Likewise.
16110 * gdb.base/break.exp: Likewise.
16111 * gdb.base/charset.exp: Likewise.
16112 * gdb.base/chng-syms.exp: Likewise.
16113 * gdb.base/commands.exp: Likewise.
16114 * gdb.base/dbx.exp: Likewise.
16115 * gdb.base/find.exp: Likewise.
16116 * gdb.base/funcargs.exp: Likewise.
16117 * gdb.base/jit-simple.exp: Likewise.
16118 * gdb.base/reread.exp: Likewise.
16119 * gdb.base/sepdebug.exp: Likewise.
16120 * gdb.base/step-bt.exp: Likewise.
16121 * gdb.cp/mb-inline.exp: Likewise.
16122 * gdb.cp/mb-templates.exp: Likewise.
16123 * gdb.objc/basicclass.exp: Likewise.
16124 * gdb.threads/killed.exp: Likewise.
16125
16126 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16127
16128 PR tdep/17379
16129 * gdb.arch/powerpc-stackless.S: New file.
16130 * gdb.arch/powerpc-stackless.exp: New file.
16131
16132 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16133
16134 * gdb.base/attach.c: Include unistd.h.
16135 (main): Call alarm. Add label postloop.
16136 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16137 gdb_breakpoint, gdb_continue_to_breakpoint.
16138 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16139
16140 2014-09-11 Pedro Alves <palves@redhat.com>
16141
16142 PR gdb/17347
16143 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16144 * gdb.base/attach.exp (test_command_line_attach_run): New
16145 procedure.
16146 (top level): Call it.
16147
16148 2014-09-11 Pedro Alves <palves@redhat.com>
16149
16150 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16151 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16152 (do_command_attach_tests): Use spawn_wait_for_attach.
16153 * gdb.base/solib-overlap.exp: Likewise.
16154 * gdb.multi/multi-attach.exp: Likewise.
16155 * gdb.python/py-prompt.exp: Likewise.
16156 * gdb.python/py-sync-interp.exp: Likewise.
16157 * gdb.server/ext-attach.exp: Likewise.
16158
16159 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16160
16161 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16162 command in testcase. Simplify testcase.
16163
16164 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16165
16166 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16167
16168 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16169
16170 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16171
16172 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16173
16174 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16175
16176 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.dwarf2/dynarr-ptr.c: New file.
16179 * gdb.dwarf2/dynarr-ptr.exp: New file.
16180
16181 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16182
16183 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16184 of 30 rather than hardcoding 120 for a slow test case. Take the
16185 `gdb,timeout' target setting into account for this calculation.
16186 Don't extend the timeout for the test cases that don't need it.
16187
16188 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16189
16190 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16191 a factor of 2 for a slow test case. Take the `gdb,timeout'
16192 target setting into account for this calculation.
16193 * gdb.reverse/until-precsave.exp: Increase the timeout by
16194 a factor of 15 and 3 respectively rather than adding 120
16195 for a pair of slow test cases. Take the `gdb,timeout'
16196 target setting into account for this calculation.
16197
16198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16199
16200 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16201 timeout, don't pass one down to gdb_expect.
16202 (gdb_expect): Rework timeout selection.
16203
16204 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16205
16206 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16207 exception on timeout.
16208 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16209 (gdbserver_start_extended): Catch any `gdbserver_start' error
16210 exceptions.
16211 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16212 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16213 `gdbserver_gdb_load' error exceptions.
16214
16215 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16216
16217 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16218 120 on waiting for the TCP socket to open.
16219
16220 2014-09-09 Doug Evans <xdje42@gmail.com>
16221
16222 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16223 _caller_matches, _any_caller_is, _any_caller_matches.
16224
16225 2014-09-09 Doug Evans <xdje42@gmail.com>
16226
16227 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16228
16229 2014-09-09 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.mi/mi-var-display.exp: Set print symbol off.
16232
16233 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16234
16235 PR gdb/17035
16236 * gdb.base/commands.exp: Add tests to verify user-defined
16237 commands with empty bodies.
16238 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16239 python commands in `show user command`.
16240 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16241 scheme commands in `show user command`.
16242
16243 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16244
16245 PR python/17355
16246 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16247 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16248 * gdb.python/py-framefilter-invalidarg.exp: New file.
16249 * gdb.python/py-framefilter-invalidarg.py: New file.
16250
16251 2014-09-06 Doug Evans <xdje42@gmail.com>
16252
16253 PR 15276
16254 * gdb.python/py-caller-is.c: New file.
16255 * gdb.python/py-caller-is.exp: New file.
16256
16257 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16258
16259 PR gdb/17235
16260 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16261 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16262
16263 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16264
16265 PR fortran/17237
16266 * gdb.fortran/print-formatted.exp: New file.
16267 * gdb.fortran/print-formatted.f90: Likewise.
16268
16269 2014-09-03 Sasha Smundak <asmundak@google.com>
16270
16271 * gdb.python/py-frame.exp: Test Frame.read_register.
16272
16273 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16274
16275 PR python/16699
16276 * gdb.python/py-completion.exp: New file.
16277 * gdb.python/py-completion.py: Likewise.
16278
16279 2014-08-28 Doug Evans <dje@google.com>
16280
16281 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16282 eax,etc. are live with values set by gdb and thus the compiler can't
16283 use them.
16284 * gdb.arch/i386-pseudo.c (main): Ditto.
16285
16286 2014-08-27 Doug Evans <dje@google.com>
16287
16288 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16289
16290 2014-08-25 Doug Evans <dje@google.com>
16291
16292 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16293 (main): Ditto.
16294
16295 2014-08-25 Doug Evans <dje@google.com>
16296
16297 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16298
16299 2014-08-24 Yao Qi <yao@codesourcery.com>
16300
16301 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16302 symbol off.
16303 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16304
16305 2014-08-22 Doug Evans <dje@google.com>
16306
16307 PR 17276
16308 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16309 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16310 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16311
16312 2014-08-22 Yao Qi <yao@codesourcery.com>
16313
16314 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16315 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16316 * gdb.python/python.exp: Likewise. Use .py file on the host
16317 instead of the build.
16318
16319 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16320
16321 * gdb.threads/gcore-stale-thread.c: New file.
16322 * gdb.threads/gcore-stale-thread.exp: New file.
16323
16324 2014-08-21 Pedro Alves <palves@redhat.com>
16325
16326 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16327 * gdb.base/gcore-relro-pie.exp: Likewise.
16328 * gdb.base/gcore-relro.exp: Likewise.
16329 * gdb.base/gcore.exp: Likewise.
16330 * gdb.base/print-symbol-loading.exp: Likewise.
16331 * gdb.threads/gcore-thread.exp: Likewise.
16332 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16333
16334 2014-08-20 Pedro Alves <palves@redhat.com>
16335 Jan Kratochvil <jan.kratochvil@redhat.com>
16336
16337 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16338 configure.
16339 (EXPECT): Handle READ1 being set.
16340 (all): Depend on EXTRA_RULES.
16341 (check-read1, expect-read1, read1.so, read1): New rules.
16342 * README (Testsuite Parameters): Document the READ1 make variable.
16343 (Race detection): New section.
16344 * configure: Regenerate.
16345 * configure.ac: If build==host==target, and running under a
16346 GNU/glibc system, add read1 to the extra Makefile rules.
16347 (EXTRA_RULES): AC_SUBST it.
16348 * lib/read1.c: New file.
16349
16350 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16351
16352 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16353 the handling of variables declared as a typedef to an array
16354 which a DW_AT_data_location attribute.
16355
16356 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16357 Pedro Alves <palves@redhat.com>
16358
16359 PR symtab/14604
16360 PR symtab/14605
16361 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16362 gdb_test.
16363
16364 2014-08-19 Pedro Alves <palves@redhat.com>
16365
16366 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16367
16368 2014-08-19 Yao Qi <yao@codesourcery.com>
16369
16370 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16371 right line.
16372
16373 2014-08-18 David Blaikie <dblaikie@gmail.com>
16374
16375 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16376
16377 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16378
16379 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16380 attribute in array range.
16381
16382 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16383
16384 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16385
16386 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16387
16388 PR c++/17132
16389 * gdb.cp/pr17132.cc: New file.
16390 * gdb.cp/pr17132.exp: New file.
16391
16392 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16393
16394 * gdb.python/py-xmethods.py (A_getarrayind)
16395 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16396 Use 'print' with function call syntax.
16397 (E_method_matcher.match): Fix tab vs space indentation mixup.
16398
16399 2014-08-15 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16402 false.
16403
16404 2014-08-15 Yao Qi <yao@codesourcery.com>
16405
16406 * gdb.cp/casts.exp: Set print symbol off.
16407 * gdb.cp/class2.exp: Likewise.
16408 * gdb.cp/overload.exp: Likewise.
16409 * gdb.cp/templates.exp: Likewise.
16410
16411 2014-08-11 Doug Evans <dje@google.com>
16412
16413 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16414 (test_load_shlib): Update.
16415
16416 2014-08-09 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.base/display.exp: Invoke is_address_zero_readable.
16419 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16420 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16421 * gdb.base/hbreak-unmapped.exp: Return if
16422 is_address_zero_readable returns true.
16423 * gdb.base/signest.exp: Likewise.
16424 * gdb.base/signull.exp: Likewise.
16425 * gdb.base/sigbpt.exp: Likewise.
16426 * gdb.guile/scm-disasm.exp: Do the test if
16427 is_address_zero_readable returns false.
16428 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16429 * gdb.python/py-arch.exp: Likewise.
16430 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16431 * lib/gdb.exp (is_address_zero_readable): New proc.
16432
16433 2014-08-09 Yao Qi <yao@codesourcery.com>
16434
16435 PR testsuite/13443
16436 * gdb.mi/mi-var-display.exp: Make test messages unique.
16437
16438 2014-08-04 Tom Tromey <tromey@redhat.com>
16439
16440 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16441 target 0".
16442
16443 2014-08-04 Tom Tromey <tromey@redhat.com>
16444
16445 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16446 "target_resume".
16447
16448 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16449
16450 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16451 inner_vla_struct_object_size.
16452 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16453 as xfail.
16454
16455 2014-07-30 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16458 comment.
16459
16460 2014-07-29 Yao Qi <yao@codesourcery.com>
16461
16462 PR gdb/17206
16463 * gdb.base/until-nodebug.exp: New.
16464
16465 2014-07-28 Doug Evans <xdje42@gmail.com>
16466
16467 PR guile/17203
16468 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16469 previously existing parameter, and previously ambiguously spelled
16470 parameter.
16471
16472 2014-07-28 Will Newton <will.newton@linaro.org>
16473
16474 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16475
16476 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16477 Doug Evans <xdje42@gmail.com>
16478
16479 PR guile/17146
16480 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16481
16482 2014-07-25 Pedro Alves <palves@redhat.com>
16483
16484 * gdb.threads/signal-command-handle-nopass.c: New file.
16485 * gdb.threads/signal-command-handle-nopass.exp: New file.
16486 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16487 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16488 * gdb.threads/signal-delivered-right-thread.c: New file.
16489 * gdb.threads/signal-delivered-right-thread.exp: New file.
16490
16491 2014-07-25 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.base/double-prompt-target-event-error.exp
16494 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16495 match.
16496 (cancel_pagination_in_target_event): Rework double prompt
16497 detection.
16498 * gdb.base/paginate-after-ctrl-c-running.exp
16499 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16500 <return>' match.
16501 * gdb.base/paginate-bg-execution.exp
16502 (test_bg_execution_pagination_return)
16503 (test_bg_execution_pagination_cancel): Remove '-notransfer
16504 <return>' matches.
16505 * gdb.base/paginate-execution-startup.exp
16506 (test_fg_execution_pagination_return)
16507 (test_fg_execution_pagination_cancel): Remove '-notransfer
16508 <return>' matches.
16509 * gdb.base/paginate-inferior-exit.exp
16510 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16511 match.
16512 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16513 * lib/gdb.exp (pagination_prompt): Run text through
16514 string_to_regexp.
16515 (gdb_test_multiple): Match $pagination_prompt instead of
16516 "<return>".
16517 (string_to_regexp): Move to lib/gdb-utils.exp.
16518
16519 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16520
16521 * gdb.arch/amd64-entry-value-paramref.S: New file.
16522 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16523 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16524 * gdb.arch/amd64-optimout-repeat.S: New file.
16525 * gdb.arch/amd64-optimout-repeat.c: New file.
16526 * gdb.arch/amd64-optimout-repeat.exp: New file.
16527
16528 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16529
16530 PR gdb/17170
16531 * gdb.base/statistics.exp: New file.
16532
16533 2014-07-17 Doug Evans <dje@google.com>
16534
16535 PR gdb/17170
16536 * gdb.base/maint.exp: Update testing of per-command stats.
16537
16538 2014-07-16 Pedro Alves <palves@redhat.com>
16539
16540 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16541 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16542 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16543 (tfile_write_buf): New functions.
16544 (add_memory_block): Rewrite using the above.
16545 (adjust_function_address): New function.
16546 (FUNCTION_ADDRESS): New macro.
16547 (write_basic_trace_file): Remove short_x local, and use
16548 tfile_write_16. Change type of func_addr local to unsigned long
16549 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16550 here. Cast argument of add_memory_block to char pointer.
16551 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16552 (main): Remove parameters.
16553 * gdb.trace/tfile.exp: Remove nowarnings.
16554
16555 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16556
16557 * gdb.base/debug-expr.exp: Test string evaluation with
16558 "debug expression" on.
16559
16560 2014-07-15 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.base/reread.exp: Use clean_restart.
16563
16564 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16565
16566 * gdb.arch/avr-flash-qualifer.c: New.
16567 * gdb.arch/avr-flash-qualifer.exp: New.
16568
16569 2014-07-14 Pedro Alves <palves@redhat.com>
16570
16571 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16572 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16573
16574 2014-07-14 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.base/double-prompt-target-event-error.c: New file.
16577 * gdb.base/double-prompt-target-event-error.exp: New file.
16578
16579 2014-07-14 Pedro Alves <palves@redhat.com>
16580
16581 PR gdb/17072
16582 * gdb.base/paginate-inferior-exit.c: New file.
16583 * gdb.base/paginate-inferior-exit.exp: New file.
16584
16585 2014-07-14 Pedro Alves <palves@redhat.com>
16586
16587 PR gdb/17072
16588 * gdb.base/paginate-bg-execution.c: New file.
16589 * gdb.base/paginate-bg-execution.exp: New file.
16590
16591 2014-07-14 Pedro Alves <palves@redhat.com>
16592
16593 PR gdb/17072
16594 * gdb.base/paginate-execution-startup.c: New file.
16595 * gdb.base/paginate-execution-startup.exp: New file.
16596 * lib/gdb.exp (pagination_prompt): New global.
16597 (default_gdb_spawn): New procedure, factored out from
16598 default_gdb_spawn.
16599 (default_gdb_start): Adjust to call default_gdb_spawn.
16600 (gdb_spawn): New procedure.
16601
16602 2014-07-14 Pedro Alves <palves@redhat.com>
16603
16604 * lib/gdb.exp (gdb_assert): New procedure.
16605 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16606
16607 2014-07-14 Pedro Alves <palves@redhat.com>
16608
16609 * gdb.base/execution-termios.c: New file.
16610 * gdb.base/execution-termios.exp: New file.
16611
16612 2014-07-14 Tom Tromey <tromey@redhat.com>
16613
16614 * gdb.cp/vla-cxx.cc: New file.
16615 * gdb.cp/vla-cxx.exp: New file.
16616
16617 2014-07-14 Tom Tromey <tromey@redhat.com>
16618
16619 * gdb.reverse/rerun-prec.c: New file.
16620 * gdb.reverse/rerun-prec.exp: New file.
16621
16622 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16623 Maciej W. Rozycki <macro@codesourcery.com>
16624
16625 * lib/gdb-utils.exp: New file.
16626 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16627 inline `gdb_init_command' processing.
16628 (gdb_start_cmd): Likewise.
16629 * lib/mi-support.exp (mi_run_cmd): Likewise.
16630 * README: Document `gdb_init_command' and `gdb_init_commands'.
16631
16632 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16633
16634 Fix false FAIL running under a very long directory name.
16635 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16636 and "set print elements 10000". Twice.
16637
16638 2014-07-11 Yao Qi <yao@codesourcery.com>
16639
16640 * gdb.base/exprs.exp: "set print symbol off".
16641
16642 2014-07-11 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.threads/kill.c: New file.
16645 * gdb.threads/kill.exp: New file.
16646
16647 2014-07-10 Yao Qi <yao@codesourcery.com>
16648
16649 * gdb.trace/tfile.c (write_basic_trace_file)
16650 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16651 address written to trace file.
16652
16653 2014-07-09 Pedro Alves <palves@redhat.com>
16654
16655 * gdb.base/attach-wait-input.exp: New file.
16656 * gdb.base/attach-wait-input.c: New file.
16657
16658 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16659
16660 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16661 setting up test structures.
16662 (main): Call new test function.
16663 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16664 test function, continue into test function and walk test
16665 structures.
16666
16667 2014-07-02 Yao Qi <yao@codesourcery.com>
16668
16669 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16670 'bar_start' at the beginning of functions 'foo' and 'bar'
16671 respectively.
16672 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16673 instead of 'foo' and 'bar'.
16674
16675 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16676
16677 * gdb.btrace/segv.exp: New.
16678 * gdb.btrace/segv.c: New.
16679
16680 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16681
16682 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16683 instruction.
16684
16685 2014-06-30 Mark Wielaard <mjw@redhat.com>
16686
16687 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16688 vulture, vilify, villar): New volatile array constants.
16689 (vindictive, vegetation): New const volatile array constants.
16690 * gdb.base/volatile.exp: Test volatile and const volatile array
16691 types.
16692
16693 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16694
16695 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16696 target lacks support for awatch, rwatch, or hbreak.
16697
16698 2014-06-27 Yao Qi <yao@codesourcery.com>
16699
16700 * gdb.multi/dummy-frame-restore.exp: New.
16701 * gdb.multi/dummy-frame-restore.c: New.
16702
16703 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16704
16705 * gdb.btrace/gcore.exp: New.
16706
16707 2014-06-23 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.base/watchpoint-reuse-slot.c: New file.
16710 * gdb.base/watchpoint-reuse-slot.exp: New file.
16711
16712 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16713
16714 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16715 progspace's filename in 'info', 'enable' and 'disable' command
16716 tests.
16717
16718 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16719
16720 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16721 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16722 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16723
16724 2014-06-20 Gary Benson <gbenson@redhat.com>
16725
16726 * gdb.arch/i386-avx.exp: Fix include file location.
16727 * gdb.arch/i386-sse.exp: Likewise.
16728
16729 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16730
16731 * gdb.dlang/expression.exp: New file.
16732
16733 2014-06-19 Pedro Alves <palves@redhat.com>
16734
16735 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16736 out from ...
16737 (top level): ... here. Iterate running tests under different
16738 scheduler-locking settings.
16739
16740 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16741
16742 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16743 to DW_FORM_addr and use non-zero addresses.
16744
16745 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16746
16747 PR gdb/17017
16748 * gdb.python/py-xmethods.cc: Add global function call counters and
16749 increment them in their respective functions. Remove "cout"
16750 statements.
16751 * gdb.python/py-xmethods.exp: Make tests check the global function
16752 call counters instead of depending on inferior IO.
16753
16754 2014-06-18 Don Breazeal <donb@codesourcery.com>
16755
16756 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16757 Deleted procedure.
16758 (explicit_fork_parent_follow): Deleted procedure.
16759 (explicit_fork_child_follow): Deleted procedure.
16760 (test_follow_fork): New procedure.
16761 (do_fork_tests): Replace calls to deleted procedures with
16762 calls to test_follow_fork and reset GDB for subsequent
16763 procedure calls.
16764
16765 2014-06-17 Yao Qi <yao@codesourcery.com>
16766
16767 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16768 CP1252.
16769
16770 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16771
16772 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16773 Initialize ptr and S explicitly.
16774 (skip_type_update_when_not_use_rtti_test): Likewise.
16775
16776 2014-06-16 Keith Seitz <keiths@redhat.com>
16777
16778 PR mi/15863
16779 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16780 the inferior is started.
16781
16782 2014-06-16 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/break-main-file-remove-fail.c: New file.
16785 * gdb.base/break-main-file-remove-fail.exp: New file.
16786 * gdb.base/break-unload-file.exp: Use build_executable instead of
16787 prepare_for_testing.
16788 (test_break): New parameter "initial_load". Handle it.
16789 (top level): Add initial_load cmdline/file axis.
16790
16791 2014-06-12 Tom Tromey <tromey@redhat.com>
16792
16793 * gdb.base/completion.exp: Don't use directory name in test.
16794
16795 2014-06-09 Gary Benson <gbenson@redhat.com>
16796
16797 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16798 separate the always-available ANSI-standard signals from the
16799 signals that require checking.
16800 (main): Likewise.
16801 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16802 Likewise.
16803 (main): Likewise.
16804
16805 2014-06-07 Keith Seitz <keiths@redhat.com>
16806
16807 Revert:
16808 PR c++/16253
16809 * gdb.cp/var-tag.cc: New file.
16810 * gdb.cp/var-tag.exp: New file.
16811 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16812 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16813 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16814 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16815
16816 2014-06-06 Doug Evans <xdje42@gmail.com>
16817
16818 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16819
16820 2014-06-06 Pedro Alves <palves@redhat.com>
16821
16822 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16823 in target debug output instead of looking at RSP packets,
16824 disabling the test on any target that uses hardware stepping.
16825 Update comments.
16826
16827 2014-06-06 Pedro Alves <palves@redhat.com>
16828
16829 * gdb.base/break-unload-file.exp: Fix typo.
16830
16831 2014-06-06 Yao Qi <yao@codesourcery.com>
16832
16833 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16834 from "jit_function" to "^jit_function".
16835
16836 2014-06-06 Yao Qi <yao@codesourcery.com>
16837
16838 * gdb.base/async.c (foo): Add one statement.
16839 * gdb.base/async.exp: Get the next instruction address and
16840 match the output of "nexti" by instruction address. Match
16841 the hex address in the output of "finish".
16842
16843 2014-06-06 Gary Benson <gbenson@redhat.com>
16844
16845 * gdb.base/call-signals.c: Remove preprocessor conditionals
16846 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16847 SIGSEGV and SIGTERM.
16848 * gdb.base/sigall.c: Likewise.
16849 * gdb.base/unwindonsignal.c: Likewise.
16850 * gdb.reverse/sigall-reverse.c: Likewise.
16851
16852 2014-06-06 Yao Qi <yao@codesourcery.com>
16853
16854 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16855 readable, skip the test.
16856
16857 2014-06-06 Yao Qi <yao@codesourcery.com>
16858
16859 * gdb.threads/staticthreads.c (thread_function): Move the line
16860 setting breakpoint on forward.
16861 * gdb.threads/staticthreads.exp: Update comments.
16862
16863 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16864
16865 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16866 "history-append! type error".
16867
16868 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16869
16870 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16871 erroneous dprintf expected input.
16872
16873 2014-06-04 Doug Evans <xdje42@gmail.com>
16874
16875 * gdb.guile/scm-generics.exp: Delete.
16876
16877 2014-06-04 Doug Evans <xdje42@gmail.com>
16878
16879 * gdb.guile/scm-breakpoint.exp: Update.
16880 Add tests for breakpoint registration.
16881
16882 2014-06-04 Tom Tromey <tromey@redhat.com>
16883
16884 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16885 VLA-in-union.
16886 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16887 inner_vla_struct, vla_union types. Initialize objects of those
16888 types and compute their sizes.
16889
16890 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16891 Hui Zhu <hui@codesourcery.com>
16892
16893 * gdb.base/fileio.exp: Add test for shell not available as well as
16894 available.
16895 * gdb.base/fileio.c (test_system): Check for shell twice.
16896
16897 2014-06-04 Yao Qi <yao@codesourcery.com>
16898
16899 * gdb.base/auto-connect-native-target.exp: Remove redundant
16900 space from the regexp pattern.
16901
16902 2014-06-04 Yao Qi <yao@codesourcery.com>
16903
16904 * gdb.base/default.exp: Replace "child" with "native" in
16905 regexp pattern.
16906
16907 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16908
16909 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16910 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16911 * gdb.python/py-xmethods.py: Python script supporting the
16912 new testcase and tests.
16913
16914 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16915 Pedro Alves <palves@redhat.com>
16916
16917 PR breakpoints/17000
16918 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16919 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16920
16921 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16922
16923 * gdb.base/subst.exp: Add tests to verify partial path matching
16924 output.
16925
16926 2014-06-03 Pedro Alves <palves@redhat.com>
16927
16928 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16929 target that doesn't use software single-stepping.
16930
16931 2014-06-03 Pedro Alves <palves@redhat.com>
16932
16933 PR breakpoints/17000
16934 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16935 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16936
16937 2014-06-02 Doug Evans <xdje42@gmail.com>
16938
16939 * gdb.guile/scm-parameter.exp: New file.
16940
16941 2014-06-02 Doug Evans <xdje42@gmail.com>
16942
16943 * gdb.guile/scm-cmd.c: New file.
16944 * gdb.guile/scm-cmd.exp: New file.
16945
16946 2014-06-02 Doug Evans <xdje42@gmail.com>
16947
16948 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16949 pretty-printer lookup.
16950 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16951 (make-pp_s-printer): Call it.
16952 (make-pretty-printer-from-dict): New function.
16953 (lookup-pretty-printer-maker-from-dict): New function.
16954 (*pretty-printer*): Simplify.
16955 (make-objfile-pp_s-printer): New function.
16956 (install-objfile-pretty-printers!): New function.
16957 (make-progspace-pp_s-printer): New function.
16958 (install-progspace-pretty-printers!): New function.
16959 * gdb.guile/scm-progspace.c: New file.
16960 * gdb.guile/scm-progspace.exp: New file.
16961
16962 2014-06-02 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.base/dprintf-bp-same-addr.c: New file.
16965 * gdb.base/dprintf-bp-same-addr.exp: New file.
16966
16967 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16968
16969 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16970 * gdb.arch/powerpc-power.s: Likewise.
16971
16972 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16973
16974 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16975
16976 2014-06-01 Yao Qi <yao@codesourcery.com>
16977
16978 * gdb.base/watchpoint.exp (test_watch_location): Check null
16979 pointer can be dereferenced. If not, do the test, otherwise
16980 skip it.
16981
16982 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16983
16984 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16985 results.
16986 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16987
16988 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16989
16990 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16991 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16992 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16993 * gdb.arch/amd64-invalid-stack-top.c: New file.
16994 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16995
16996 2014-05-30 Pedro Alves <palves@redhat.com>
16997
16998 PR breakpoints/17000
16999 * gdb.base/sss-bp-on-user-bp.c: New file.
17000 * gdb.base/sss-bp-on-user-bp.exp: New file.
17001
17002 2014-05-30 David Blaikie <dblaikie@gmail.com>
17003
17004 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17005 gnu_inline semantics via attribute.
17006 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17007 source explicitly specifies the required semantics.
17008
17009 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17010
17011 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17012
17013 2014-05-29 Pedro Alves <palves@redhat.com>
17014 Tom Tromey <tromey@redhat.com>
17015
17016 * gdb.base/async-shell.exp: Don't enable target-async.
17017 * gdb.base/async.exp
17018 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17019 parameter. Adjust.
17020 (top level): Don't test with "target-async".
17021 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17022 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17023 * gdb.base/inferior-died.exp: Don't enable target-async.
17024 * gdb.base/interrupt-noterm.exp: Likewise.
17025 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17026 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17027 * gdb.mi/mi-nonstop.exp: Likewise.
17028 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17029 * gdb.mi/mi-nsintrall.exp: Likewise.
17030 * gdb.mi/mi-nsmoribund.exp: Likewise.
17031 * gdb.mi/mi-nsthrexec.exp: Likewise.
17032 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17033 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17034 * gdb.python/py-evsignal.exp: Don't enable target-async.
17035 * gdb.python/py-evthreads.exp: Likewise.
17036 * gdb.python/py-prompt.exp: Likewise.
17037 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17038 * gdb.server/solib-list.exp: Don't enable target-async.
17039 * gdb.threads/thread-specific-bp.exp: Likewise.
17040 * lib/mi-support.exp: Adjust to use mi-async.
17041
17042 2014-05-29 Pedro Alves <palves@redhat.com>
17043
17044 PR gdb/13860
17045 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17046 reason, even in sync mode.
17047
17048 2014-05-29 Pedro Alves <palves@redhat.com>
17049 Hui Zhu <hui@codesourcery.com>
17050
17051 PR PR15693
17052 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17053 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17054 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17055 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17056
17057 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17058
17059 * config/monitor.exp (gdb_target_monitor): Replace use of
17060 "set remotebaud" by "set serial baud".
17061
17062 2014-05-26 Andy Wingo <wingo@igalia.com>
17063
17064 * gdb.guile/scm-breakpoint.exp:
17065 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17066 properties instead of gdb-object-properties.
17067
17068 2014-05-26 Yao Qi <yao@codesourcery.com>
17069
17070 * gdb.server/no-thread-db.exp: Specify source file name
17071 explicitly when setting a breakpoint.
17072
17073 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17074
17075 * gdb.btrace/vdso.c: New.
17076 * gdb.btrace/vdso.exp: New.
17077
17078 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17079
17080 * gdb.base/gcore.exp (capture_command_output): Move ...
17081 * lib/gdb.exp (capture_command_output): ... here.
17082
17083 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17084
17085 * gdb.btrace/data.exp: Test memory access during btrace replay.
17086
17087 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17088
17089 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17090
17091 2014-05-21 Pedro Alves <palves@redhat.com>
17092
17093 PR gdb/13860
17094 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17095 (top level): Test that output related to execution commands is
17096 sent to the console with CLI commands, but not with MI commands.
17097 Test that breakpoint events are always mirrored to the console.
17098 Also expect the new source line to be output after a "next" in
17099 async mode too. Make it a pass/fail test.
17100 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17101 output.
17102 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17103
17104 2014-05-21 Pedro Alves <palves@redhat.com>
17105
17106 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17107 Use them to test variations of "list" after reaching a breakpoint.
17108 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17109 Test "list" with listsize 10 after reaching a breakpoint.
17110 * gdb.python/python.exp (decode_line current location line
17111 number): Adjust expected line number.
17112
17113 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17114
17115 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17116 behavior for $args, pass it directly to "run".
17117
17118 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17119
17120 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17121 30000 to 65536.
17122
17123 2014-05-21 Pedro Alves <palves@redhat.com>
17124
17125 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17126 auto-connect-native-target off".
17127 * gdb.base/auto-connect-native-target.c: New file.
17128 * gdb.base/auto-connect-native-target.exp: New file.
17129
17130 2014-05-21 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.base/default.exp: Test "target native" instead of "target
17133 child".
17134
17135 2014-05-21 Mark Wielaard <mjw@redhat.com>
17136
17137 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17138
17139 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17140
17141 Fix TLS access for -static -pthread.
17142 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17143 <HAVE_TLS> (thread_function, main): Initialize it.
17144 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17145 Add clean_restart.
17146 <$have_tls != "">: Check TLSVAR.
17147
17148 2014-05-21 Pedro Alves <palves@redhat.com>
17149
17150 * gdb.base/dcache-line-read-error.c: New.
17151 * gdb.base/dcache-line-read-error.exp: New.
17152
17153 2014-05-20 Pedro Alves <palves@redhat.com>
17154
17155 * gdb.base/compare-sections.c: New file.
17156 * gdb.base/compare-sections.exp: New file.
17157
17158 2014-05-20 Pedro Alves <palves@redhat.com>
17159
17160 * gdb.base/break-idempotent.c: New file.
17161 * gdb.base/break-idempotent.exp: New file.
17162
17163 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17164
17165 * gdb.btrace/nohist.exp: New.
17166
17167 2014-05-20 Yao Qi <yao@codesourcery.com>
17168
17169 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17170 gdb.reverse directory and gdb_reverse_timeout exists in board
17171 setting.
17172 * README: Document gdb_reverse_timeout.
17173
17174 2014-05-20 Yao Qi <yao@codesourcery.com>
17175
17176 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17177 'test_file_name'. Treat args as a string instead of a list.
17178 (gdb_init): Rename argument 'args' by 'test_file_name'.
17179
17180 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17181
17182 * gdb.arch/powerpc-power.exp: New file.
17183 * gdb.arch/powerpc-power.s: New file.
17184
17185 2014-05-16 Doug Evans <dje@google.com>
17186
17187 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17188 * gdb.base/completion.exp: Check that all expected files exist
17189 before doing file completion.
17190
17191 2014-05-16 Doug Evans <dje@google.com>
17192
17193 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17194 Update.
17195 (do_syscall_tests_without_xml): Update.
17196
17197 2014-05-16 Pedro Alves <palves@redhat.com>
17198
17199 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17200 instead of "unknown output after running".
17201
17202 2014-05-16 Yao Qi <yao@codesourcery.com>
17203
17204 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17205 file1.txt from host at the end.
17206 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17207
17208 2014-05-15 Doug Evans <dje@google.com>
17209
17210 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17211 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17212 loading file. Add test for TU lookup.
17213
17214 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17215
17216 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17217 calling "-exec-arguments" or "set args" before running the
17218 inferior.
17219
17220 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17221
17222 * lib/mi-support.exp (mi_expect_stop): Expect message for
17223 inferiors that exit with non-zero exit code.
17224
17225 2014-05-14 Yao Qi <yao@codesourcery.com>
17226
17227 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17228 match absolute path on remote host.
17229 (test_file_list_exec_source_files): Remove "/" from the
17230 pattern.
17231
17232 2014-05-14 Yao Qi <yao@codesourcery.com>
17233
17234 * boards/local-remote-host-notty.exp (${board}_file): New
17235 proc.
17236
17237 2014-05-07 Kyle McMartin <kyle@redhat.com>
17238
17239 Pushed by Joel Brobecker <brobecker@adacore.com>.
17240 * gdb.arch/aarch64-atomic-inst.c: New file.
17241 * gdb.arch/aarch64-atomic-inst.exp: New file.
17242
17243 2014-05-07 Yao Qi <yao@codesourcery.com>
17244
17245 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17246 in current context" too.
17247
17248 2014-05-05 Keith Seitz <keiths@redhat.com>
17249
17250 * gdb.linespec/ls-dollar.exp: Add test for linespec
17251 file:convenience_variable.
17252
17253 2014-05-05 Yao Qi <yao@codesourcery.com>
17254
17255 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17256 traceframes into tfile and ctf trace files. Read data from
17257 trace file and test collected data.
17258 (gdb_collect_locals_test): Likewise.
17259 (gdb_unavailable_registers_test): Likewise.
17260 (gdb_unavailable_floats): Likewise.
17261 (gdb_collect_globals_test): Likewise.
17262 (top-level): Append "ctf" to trace_file_targets if GDB
17263 supports.
17264
17265 2014-05-05 Yao Qi <yao@codesourcery.com>
17266
17267 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17268 code to ...
17269 (gdb_collect_args_test_1): ... it. New proc.
17270 (gdb_collect_locals_test): Move some code to ...
17271 (gdb_collect_locals_test_1): ... it. New proc.
17272 (gdb_unavailable_registers_test): Move some code to ...
17273 (gdb_unavailable_registers_test_1): ... it. New proc.
17274 (gdb_unavailable_floats): Move some code to ...
17275 (gdb_unavailable_floats_1): ... it. New proc.
17276
17277 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17278
17279 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17280 probes to test for bitness recognition.
17281 * gdb.arch/amd64-stap-optional-prefix.exp
17282 (test_probe_value_without_reg): New procedure.
17283 Add code to test for different kinds of bitness.
17284
17285 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17286
17287 PR breakpoints/16889
17288 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17289 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17290
17291 2014-05-01 Pedro Alves <palves@redhat.com>
17292
17293 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17294 gdb_file_cmd if no file is specified.
17295 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17296 last_loaded_file to set the remote exec-file.
17297
17298 2014-05-01 Pedro Alves <palves@redhat.com>
17299
17300 * boards/local-remote-host.exp: New file.
17301
17302 2014-05-01 Pedro Alves <palves@redhat.com>
17303
17304 * boards/local-remote-host.exp: Rename to ...
17305 * boards/local-remote-host-notty.exp: ... this.
17306
17307 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17308
17309 * gdb.ada/dyn_arrayidx: New testcase.
17310
17311 2014-04-26 Yao Qi <yao@codesourcery.com>
17312
17313 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17314 and compute the length of function main. Save it in
17315 $main_length.
17316 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17317 (top-level): Use gdb_compile to compile objects into
17318 executable and restart GDB. Remove invocation to
17319 prepare_for_testing.
17320
17321 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17322 Pedro Alves <palves@redhat.com>
17323
17324 PR server/16255
17325 * gdb.multi/multi-attach.c: New file.
17326 * gdb.multi/multi-attach.exp: New file.
17327
17328 2014-04-25 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17331 user.
17332 (top level): Test that "set remote conditional-breakpoints-packet
17333 off" works as intended.
17334 * gdb.base/dprintf.exp: Test that "set remote
17335 breakpoint-commands-packet off" works as intended.
17336 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17337 New function.
17338 (top level): Call it.
17339 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17340 remote fast-tracepoints-packet off" works as intended.
17341 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17342 * lib/gdb.exp (gdb_is_target_remote): ... here.
17343
17344 2014-04-24 David Blaikie <dblaikie@gmail.com>
17345
17346 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17347 ensure clang would not discard them.
17348 * gdb.base/gdbvars.c: Ditto.
17349 * gdb.base/memattr.c: Ditto.
17350 * gdb.base/whatis.c: Ditto.
17351 * gdb.python/py-prettyprint.c: Ditto.
17352 * gdb.trace/actions.c: Ditto.
17353 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17354 ensure clang would not discard it.
17355
17356 2014-04-24 David Blaikie <dblaikie@gmail.com>
17357
17358 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17359 clang to emit the full definition of type required by the test
17360 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17361
17362 2014-04-24 David Blaikie <dblaikie@gmail.com>
17363
17364 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17365 coax Clang into emitting the definition of the type.
17366 * gdb.cp/pr10728-x.h (y): Ditto.
17367 * gdb.cp/pr10728-y.cc (y): Ditto.
17368
17369 2014-04-24 David Blaikie <dblaikie@gmail.com>
17370
17371 * gdb.base/label.exp: XFAIL label related tests under Clang.
17372 * gdb.cp/cplabel.exp: Ditto.
17373 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17374 under Clang those using labels.
17375
17376 2014-04-25 Yao Qi <yao@codesourcery.com>
17377
17378 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17379 double_label.
17380 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17381 partial_label and double_label.
17382
17383 2014-04-24 David Blaikie <dblaikie@gmail.com>
17384
17385 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17386
17387 2014-04-24 David Blaikie <dblaikie@gmail.com>
17388
17389 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17390 of the function to work across GCC and Clang.
17391 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17392 pointer types (const void ** const V void **).
17393
17394 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17395 Walfred Tedeschi <walfred.tedeschi@intel.com>
17396
17397 * Makefile.in (EXECUTABLES): Added i386-avx512.
17398 * gdb.arch/i386-avx512.c: New file.
17399 * gdb.arch/i386-avx512.exp: Likewise.
17400
17401 2014-04-23 Keith Seitz <keiths@redhat.com>
17402
17403 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17404 (mi_make_breakpoint_table): New procedure.
17405 (mi_create_breakpoint): Use mi_make_breakpoint
17406 and return the result.
17407 (mi_make_breakpoint): New procedure.
17408 (mi_build_kv_pairs): New procedure.
17409
17410 * gdb.mi/mi-break.exp: Remove unused globals,
17411 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17412 All callers updated.
17413 * gdb.mi/mi-dprintf.exp: Use variable to track command
17414 number.
17415 Update all callers of mi_create_breakpoint and use
17416 mi_make_breakpoint_table.
17417 Remove any unused global variables.
17418 * gdb.mi/mi-nonstop.exp: Likewise.
17419 * gdb.mi/mi-nsintrall.exp: Likewise.
17420 * gdb.mi/mi-nsmoribund.exp: Likewise.
17421 * gdb.mi/mi-nsthrexec.exp: Likewise.
17422 * gdb.mi/mi-reverse.exp: Likewise.
17423 * gdb.mi/mi-simplerun.exp: Likewise.
17424 * gdb.mi/mi-stepn.exp: Likewise.
17425 * gdb.mi/mi-syn-frame.exp: Likewise.
17426 * gdb.mi/mi-until.exp: Likewise.
17427 * gdb.mi/mi-var-cp.exp: Likewise.
17428 * gdb.mi/mi-var-display.exp: Likewise.
17429 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17430 * gdb.mi/mi2-var-child.exp: Likewise.
17431 * gdb.mi/mi-vla-c99.exp: Likewise.
17432 * lib/mi-support.exp: Likewise.
17433
17434 From Ian Lance Taylor <iant@cygnus.com>:
17435 * lib/gdb.exp (parse_args): New procedure.
17436
17437 2014-04-23 Pedro Alves <palves@redhat.com>
17438
17439 * gdb.base/break-unload-file.c: New file.
17440 * gdb.base/break-unload-file.exp: New file.
17441 * gdb.base/sym-file-lib.c (baz): New function.
17442 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17443 field.
17444 (load): Store the segment's mapped size.
17445 (unload): New function.
17446 (unload_shlib): New function.
17447 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17448 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17449 set a breakpoint at baz, and call it.
17450 * gdb.base/sym-file.exp: New tests for stale breakpoint
17451 instructions.
17452
17453 2014-04-23 Pedro Alves <palves@redhat.com>
17454
17455 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17456 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17457 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17458 * gdb.base/hbreak-unmapped.c: New file.
17459 * gdb.base/hbreak-unmapped.exp: New file.
17460 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17461 * lib/gdb.exp (gdb_is_target_remote): ... here.
17462
17463 2014-04-22 Pedro Alves <palves@redhat.com>
17464
17465 * gdb.base/consecutive-step-over.c: New file.
17466 * gdb.base/consecutive-step-over.exp: New file.
17467
17468 2014-04-22 Pedro Alves <palves@redhat.com>
17469
17470 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17471 instead of send_gdb/gdb_expect.
17472
17473 2014-04-22 Yao Qi <yao@codesourcery.com>
17474
17475 * lib/trace-support.exp (generate_tracefile): New procedure.
17476 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17477 return 0.
17478 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17479 if generate_tracefile returns 1.
17480
17481 2014-04-18 Tom Tromey <palves@redhat.com>
17482 Pedro alves <tromey@redhat.com>
17483
17484 PR backtrace/15558
17485 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17486 with a backtrace limit.
17487 * gdb.python/py-frame-inline.exp: Test running to an inline
17488 function with a backtrace limit, and printing the newest frame.
17489 * gdb.python/py-frame-inline.c (main): Call f.
17490
17491 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17492
17493 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17494
17495 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17496
17497 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17498 Drop prefix from unsupported source file path.
17499
17500 2014-04-17 Yao Qi <yao@codesourcery.com>
17501
17502 * lib/gdb.exp (with_target_charset): New proc.
17503 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17504 with_target_charset.
17505 (test_print_strings): Likewise.
17506 (test_repeat_bytes): Likewise.
17507 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17508 for some tests.
17509
17510 2014-04-16 Keith Seitz <keiths@redhat.com>
17511
17512 PR gdb/15827
17513 * gdb.dwarf2/corrupt.c: New file.
17514 * gdb.dwarf2/corrupt.exp: New file.
17515
17516 2014-04-16 Keith Seitz <keiths@redhat.com>
17517
17518 PR c++/16597
17519 * gdb.cp/namelessclass.cc: New file.
17520 * gdb.cp/namelessclass.exp: New file.
17521 * gdb.cp/namelessclass.S: New file.
17522
17523 2014-04-16 Doug Evans <dje@google.com>
17524
17525 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17526 Add comment.
17527 (gdbserver_default_get_comm_port): New function.
17528 (gdbserver_start): Check if board file provided
17529 "gdbserver,get_comm_port" and use it if so.
17530 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17531 (gdb,socketport): Set to "stdio".
17532 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17533 (stdio_gdbserver_template): Delete.
17534 (${board}_get_remote_address): Update.
17535 (${board}_build_remote_cmd): Delete.
17536 (${board}_get_comm_port): New function.
17537 (${board}_spawn): Update.
17538 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17539 Delete.
17540 (${board}_get_remote_address): Update.
17541 (${board}_get_comm_port): New function.
17542
17543 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17544
17545 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17546 appearing in any order.
17547
17548 2014-04-15 Doug Evans <dje@google.com>
17549
17550 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17551 uninitialized value of "description".
17552
17553 2014-04-15 Keith Seitz <keiths@redhat.com>
17554
17555 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17556 Remove unused globals.
17557 (test_running_the_program): Likewise.
17558 (test_controlled_execution): Likewise.
17559 (test_controlling_breakpoints): Likewise.
17560 (test_program_termination): Likewise.
17561
17562 2014-04-15 Keith Seitz <keiths@redhat.com>
17563
17564 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17565 unused globals.
17566 (test_rbreak_creation_and_listing): Likewise.
17567 (test_ignore_count): Likewise.
17568 (test_error): Likewise.
17569
17570 2014-04-15 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17573 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17574 sym-file-loader.c.
17575 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17576 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17577 to sym-file-loader.c.
17578 (struct library): Forward declare.
17579 (load_shlib, lookup_function): Change prototypes.
17580 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17581 (translate_offset): Remove declarations.
17582 (get_text_addr): New declaration.
17583 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17584 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17585 sym-file-loader.h.
17586 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17587 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17588 here from sym-file-loader.h.
17589 (struct library): New structure.
17590 (load_shlib, lookup_function): Change prototypes and adjust to
17591 work with a struct library.
17592 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17593 (translate_offset): Make static.
17594 (get_text_addr): New function.
17595 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17596
17597 2014-04-15 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17600
17601 2014-04-15 Pedro Alves <palves@redhat.com>
17602
17603 * gdb.base/sym-file-loader.c: Include <limits.h>.
17604 (SELF_LINK): New define.
17605 (get_origin): New function.
17606 (load_shlib): Use it.
17607 * gdb.base/sym-file.exp: Don't early return if the target is
17608 remote. Use runto_main, and issue fail is that fails. Use
17609 gdb_load_shlibs.
17610 (shlib_name): Delete.
17611 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17612
17613 2014-04-15 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.base/sym-file.exp: Remove regex characters from test
17616 message. Don't refer to breakpoint numbers in test messages.
17617
17618 2014-04-14 Keith Seitz <keiths@redhat.com>
17619
17620 PR c++/16253
17621 * gdb.cp/var-tag.cc: New file.
17622 * gdb.cp/var-tag.exp: New file.
17623 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17624 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17625 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17626 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17627
17628 2014-04-14 Tom Tromey <tromey@redhat.com>
17629
17630 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17631 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17632 type.
17633 * gdb.cp/enum-class.exp: New file.
17634 * gdb.cp/enum-class.cc: New file.
17635
17636 2014-04-14 Tom Tromey <tromey@redhat.com>
17637
17638 * gdb.dwarf2/enum-type.exp: New file.
17639
17640 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17641
17642 * gdb.mi/mi-vla-c99.exp: New file.
17643 * gdb.mi/vla.c: New file.
17644
17645 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17646
17647 * gdb.base/vla-datatypes.c: New file.
17648 * gdb.base/vla-datatypes.exp: New file.
17649
17650 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17651
17652 * gdb.base/vla-ptr.c: New file.
17653 * gdb.base/vla-ptr.exp: New file.
17654
17655 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17656
17657 * gdb.dwarf2/count.exp: New file.
17658
17659 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17660
17661 * gdb.base/vla-sideeffect.c: New file.
17662 * gdb.base/vla-sideeffect.exp: New file.
17663
17664 2014-04-14 David Blaikie <dblaikie@gmail.com>
17665
17666 * gdb.mi/non-stop.c: Add return value for non-void function return
17667 statement.
17668 * gdb.threads/staticthreads.c: Ditto.
17669
17670 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17671 Doug Evans <xdje42@gmail.com>
17672
17673 * gdb.guile/scm-value.c: Improve test case.
17674 * gdb.guile/scm-value.exp: Add new test.
17675
17676 2014-04-11 David Blaikie <dblaikie@gmail.com>
17677
17678 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17679 override Clang's default.
17680
17681 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17682
17683 Revert the following changes (regressions):
17684
17685 * gdb.base/vla-sideeffect.c: New file.
17686 * gdb.base/vla-sideeffect.exp: New file.
17687
17688 * gdb.dwarf2/count.exp: New file.
17689
17690 * gdb.base/vla-multi.c: New file.
17691 * gdb.base/vla-multi.exp: New file.
17692
17693 * gdb.base/vla-ptr.c: New file.
17694 * gdb.base/vla-ptr.exp: New file.
17695
17696 * gdb.base/vla-datatypes.c: New file.
17697 * gdb.base/vla-datatypes.exp: New file.
17698
17699 * gdb.mi/mi-vla-c99.exp: New file.
17700 * gdb.mi/vla.c: New file.
17701
17702 2014-04-11 Keith Seitz <keiths@redhat.com>
17703
17704 PR c++/16675
17705 * gdb.cp/cpsizeof.exp: New file.
17706 * gdb.cp/cpsizeof.cc: New file.
17707
17708 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17709
17710 * gdb.mi/mi-vla-c99.exp: New file.
17711 * gdb.mi/vla.c: New file.
17712
17713 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17714
17715 * gdb.base/vla-datatypes.c: New file.
17716 * gdb.base/vla-datatypes.exp: New file.
17717
17718 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17719
17720 * gdb.base/vla-ptr.c: New file.
17721 * gdb.base/vla-ptr.exp: New file.
17722
17723 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17724
17725 * gdb.base/vla-multi.c: New file.
17726 * gdb.base/vla-multi.exp: New file.
17727
17728 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17729
17730 * gdb.dwarf2/count.exp: New file.
17731
17732 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17733
17734 * gdb.base/vla-sideeffect.c: New file.
17735 * gdb.base/vla-sideeffect.exp: New file.
17736
17737 2014-04-11 Yao Qi <yao@codesourcery.com>
17738
17739 * gdb.base/completion.exp: Check file exists before running tests
17740 on file completion.
17741
17742 2014-04-10 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/cond-eval-mode.c: New file.
17745 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17746 prepare_for_testing to build the new file. Check result of
17747 runto_main.
17748 (test_break, test_watch): New procedures.
17749 (top level): Use them.
17750
17751 2014-04-08 Pierre Muller <muller@sourceware.org>
17752
17753 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17754 Ctrl-V use for mingw hosts.
17755
17756 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17757
17758 * gdb.python/py-value.c: Improve test case.
17759 * gdb.python/py-value.exp: Add new test.
17760
17761 2014-04-07 David Blaikie <dblaikie@gmail.com>
17762
17763 * lib/compiler.c: Identify the clang compiler.
17764 * lib/compiler.cc: Ditto.
17765
17766 2014-04-03 Yao Qi <yao@codesourcery.com>
17767
17768 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17769
17770 2014-04-01 Anton Blanchard <anton@samba.org>
17771
17772 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17773 messages unique.
17774
17775 2014-04-01 Anton Blanchard <anton@samba.org>
17776
17777 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17778 prepare_for_testing.
17779
17780 2014-04-01 Anton Blanchard <anton@samba.org>
17781
17782 * gdb.arch/ppc64-atomic-inst.c: Remove.
17783 * gdb.arch/ppc64-atomic-inst.S: New file.
17784 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17785
17786 2014-03-31 Doug Evans <dje@google.com>
17787
17788 * gdb.base/print-symbol-loading-lib.c: New file.
17789 * gdb.base/print-symbol-loading-main.c: New file.
17790 * gdb.base/print-symbol-loading.exp: New file.
17791
17792 2014-03-31 Yao Qi <yao@codesourcery.com>
17793
17794 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17795
17796 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17797
17798 * gdb.ada/mi_dyn_arr: New testcase.
17799
17800 2014-03-27 Doug Evans <dje@google.com>
17801
17802 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17803
17804 2014-03-27 Yao Qi <yao@codesourcery.com>
17805
17806 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17807 if target is nios2-*-*.
17808
17809 2014-03-26 Yao Qi <yao@codesourcery.com>
17810
17811 * lib/gdb.exp (readline_is_used): New proc.
17812 * gdb.base/completion.exp: Move tests on command complete up.
17813 Skip the rest of tests if readline is not used.
17814 * gdb.ada/complete.exp: Skp the test if readline is not
17815 used.
17816 * gdb.base/filesym.exp: Likewise.
17817 * gdb.base/macscp.exp: Likewise.
17818 * gdb.base/readline-ask.exp: Likewise.
17819 * gdb.base/readline.exp: Likewise.
17820 * gdb.python/py-cmd.exp: Likewise.
17821 * gdb.trace/tfile.exp: Likewise.
17822
17823 2014-03-26 Yao Qi <yao@codesourcery.com>
17824
17825 * gdb.base/macscp.exp: Fix code format issues.
17826
17827 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17828
17829 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17830 * gdb.asm/powerpc64le.inc: New file.
17831
17832 2014-03-25 Pedro Alves <palves@redhat.com>
17833 Doug Evans <dje@google.com>
17834
17835 * gdb.base/source-execution.c: New file.
17836 * gdb.base/source-execution.exp: New file.
17837 * gdb.base/source-execution.gdb: New file.
17838
17839 2014-03-24 Doug Evans <dje@google.com>
17840
17841 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17842 using fission.
17843
17844 2014-03-24 Hui Zhu <hui@codesourcery.com>
17845 Pedro Alves <palves@redhat.com>
17846
17847 PR breakpoints/16101
17848 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17849 test pass/fail messages. Detect missing support for dprintf when
17850 breakpoints are actually inserted.
17851 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17852 breakpoints are actually inserted.
17853 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17854 fails.
17855
17856 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17857
17858 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17859
17860 2014-03-22 Doug Evans <xdje42@gmail.com>
17861
17862 * gdb.python/python.exp (python not supported): Verify multi-line
17863 python command issues an error.
17864 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17865 guile command issues an error.
17866
17867 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17868
17869 * gdb.threads/thread-specific.exp: Handle the lack of usable
17870 $this_breakpoint and $this_thread.
17871
17872 2014-03-21 Hui Zhu <hui@codesourcery.com>
17873
17874 * gdb.base/attach.exp (do_command_attach_tests): New.
17875
17876 2014-03-20 Tom Tromey <tromey@redhat.com>
17877 Pedro Alves <palves@redhat.com>
17878
17879 PR cli/15718
17880 * gdb.base/condbreak-call-false.c: New file.
17881 * gdb.base/condbreak-call-false.exp: New file.
17882
17883 2014-03-20 Pedro Alves <palves@redhat.com>
17884
17885 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17886 Delete.
17887 (block_signals, unblock_signals): Delete.
17888 (child_function_2, main): Remove references to deleted variable
17889 and functions.
17890
17891 2014-03-20 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17894 Use pthread_kill to signal thread 2.
17895 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17896 Adjust to make the test send itself a signal rather than using the
17897 host's "kill" command.
17898
17899 2014-03-20 Pedro Alves <palves@redhat.com>
17900
17901 * gdb.threads/multiple-step-overs.c: New file.
17902 * gdb.threads/multiple-step-overs.exp: New file.
17903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17904 Adjust expected infrun debug output.
17905
17906 2014-03-20 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17909 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17910
17911 2014-03-20 Pedro Alves <palves@redhat.com>
17912
17913 PR breakpoints/7143
17914 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17915 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17916 of gdb_test_multiple.
17917 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17918 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17919
17920 2014-03-20 Pedro Alves <palves@redhat.com>
17921
17922 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17923 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17924
17925 2014-03-19 Pedro Alves <palves@redhat.com>
17926
17927 * gdb.base/async.exp: Remove early return.
17928
17929 2014-03-19 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17932
17933 2014-03-19 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.base/async.exp (test_background): Expect \r\n after
17936 "completed." in the fail pattern.
17937
17938 2014-03-19 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.base/async.exp (test_background): New procedure.
17941 Use it for all background execution command tests.
17942
17943 2014-03-19 Pedro Alves <palves@redhat.com>
17944
17945 * gdb.base/async.exp: Use prepare_for_testing.
17946
17947 2014-03-19 Pedro Alves <palves@redhat.com>
17948
17949 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17950 the same line.
17951
17952 2014-03-19 Pedro Alves <palves@redhat.com>
17953
17954 * gdb.base/async.c (main): Add "jump here" and "until here" line
17955 marker comments.
17956 * gdb.base/async.exp (jump_here): New global.
17957 (jump& test): Use it.
17958 (until_here): New global.
17959 (until& test): Use it.
17960
17961 2014-03-19 Pedro Alves <palves@redhat.com>
17962
17963 * gdb.base/async.exp: Don't frob gdb_protocol.
17964
17965 2014-03-18 Doug Evans <xdje42@gmail.com>
17966
17967 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17968 Fix spelling of exec-done-display.
17969
17970 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17971
17972 PR gdb/15358
17973 * gdb.base/gdb-sigterm.c: New file.
17974 * gdb.base/gdb-sigterm.exp: New file.
17975
17976 2014-03-18 Pedro Alves <palves@redhat.com>
17977
17978 PR gdb/13860
17979 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17980 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17981 solib-event.
17982
17983 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17984
17985 * gdb.ada/pckd_arr_ren: New testcase.
17986
17987 2014-03-13 Doug Evans <xdje42@gmail.com>
17988
17989 PR guile/16612
17990 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17991 collect after discarding symbols.
17992
17993 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17994 Doug Evans <xdje42@gmail.com>
17995
17996 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17997 to history survives a gc.
17998
17999 2014-03-13 Pedro Alves <palves@redhat.com>
18000
18001 * gdb.base/default.exp: Don't test "target procfs".
18002
18003 2014-03-13 Pedro Alves <palves@redhat.com>
18004
18005 * gdb.base/default.exp: Update "target child" and "target procfs"
18006 tests to not expect "Unix".
18007
18008 2014-03-12 Tom Tromey <tromey@redhat.com>
18009
18010 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18011 New procs. Add target-async tests.
18012 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18013 Add target-async tests.
18014
18015 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18016
18017 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18018 'func_start' and 'func_end' for the beginning and end of the
18019 function code, respectively.
18020 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18021 'func_end' instead of 'func' and 'main'.
18022
18023 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18024
18025 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18026 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18027 generate the debug info assembler source.
18028
18029 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18030
18031 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18032 * gdb.dwarf2/arr-subrange.exp: Likewise.
18033 * gdb.dwarf2/dwz.exp: Likewise.
18034 * gdb.dwarf2/method-ptr.exp: Likewise.
18035 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18036 * gdb.dwarf2/subrange.exp: Likewise.
18037 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18038 * gdb.dwarf2/implptrpiece.exp: Likewise.
18039 * gdb.dwarf2/nostaticblock.exp: Likewise.
18040
18041 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18042
18043 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18044 directory to absolute path name arguments.
18045
18046 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18047
18048 * gdb.ada/tagged_access: New testcase.
18049
18050 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18051
18052 * gdb.btrace/data.exp: Update expected output.
18053
18054 2014-03-06 Yao Qi <yao@codesourcery.com>
18055
18056 * gdb.trace/pr16508.exp: New file.
18057
18058 2014-03-05 Pedro Alves <palves@redhat.com>
18059
18060 PR gdb/16575
18061 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18062 procedure.
18063 (top level): Adjust to use it. Add tests that exercise breakpoint
18064 interaction with the code-cache.
18065
18066 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18067
18068 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18069 test for 'history-append!'.
18070
18071 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18072
18073 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18074 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18075 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18076 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18077 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18078 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18079
18080 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18081
18082 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18083 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18084 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18085
18086 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18087
18088 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18089
18090 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18091
18092 * gdb.dwarf2/arr-stride.c: New file.
18093 * gdb.dwarf2/arr-stride.exp: New file.
18094
18095 2014-02-26 Pedro Alves <palves@redhat.com>
18096
18097 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18098 that won't ever trigger. Make sure that GDB reports the correct
18099 breakpoint that caused the stop.
18100
18101 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18102
18103 PR gdb/16626
18104 * gdb.base/auto-load-script: New file.
18105 * gdb.base/auto-load.c: New file.
18106 * gdb.base/auto-load.exp: New file.
18107
18108 PR gdb/16626
18109 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18110
18111 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18112
18113 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18114 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18115
18116 2014-02-24 Doug Evans <dje@google.com>
18117
18118 * lib/gdb.exp (run_on_host): Log error output if program fails.
18119
18120 2014-02-21 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.threads/step-after-sr-lock.c: Rename to ...
18123 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18124 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18125 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18126 ... this.
18127
18128 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18129
18130 PR tdep/16397
18131 * gdb.arch/amd64-stap-special-operands.exp: New file.
18132 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18133 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18134 * gdb.arch/amd64-stap-triplet.S: Likewise.
18135 * gdb.arch/amd64-stap-triplet.c: Likewise.
18136
18137 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18138
18139 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18140 in .section pseudo-op.
18141
18142 2014-02-20 lin zuojian <manjian2006@gmail.com>
18143 Joel Brobecker <brobecker@adacore.com>
18144 Doug Evans <xdje42@gmail.com>
18145
18146 PR symtab/16581
18147 * gdb.dwarf2/dw2-icycle.S: New file.
18148 * gdb.dwarf2/dw2-icycle.c: New file.
18149 * gdb.dwarf2/dw2-icycle.exp: New file.
18150
18151 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18152
18153 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18154 operations on gdb.Value objects.
18155 * gdb.python/py-value-cc.exp: Add new test to test operations on
18156 gdb.Value objects.
18157
18158 2014-02-18 Doug Evans <dje@google.com>
18159
18160 * Makefile.in (TESTS): New variable.
18161 (expanded_tests, expanded_tests_or_none): New variables
18162 (check-single): Pass $(expanded_tests_or_none) to runtest.
18163 (check-parallel): Only run tests in $(TESTS) if non-empty.
18164 (check/no-matching-tests-found): New rule.
18165 * README: Document TESTS makefile variable.
18166
18167 2014-02-18 Doug Evans <dje@google.com>
18168
18169 * Makefile.in (check-parallel): rm -rf outputs temp.
18170
18171 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18172
18173 Fix "ERROR: no fileid for" in the testsuite.
18174 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18175
18176 2014-02-12 Doug Evans <dje@google.com>
18177
18178 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18179 (MISCELLANEOUS): New variable.
18180 (clean): rm -rf $(MISCELLANEOUS).
18181 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18182 dwp live in the same directory as symlinks, with each symlink pointed
18183 to a differently named file in a different directory.
18184
18185 2014-02-11 Doug Evans <dje@google.com>
18186
18187 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18188 of Tcl file commands.
18189
18190 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18191
18192 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18193 "kill -SIGUSR1 -1".
18194
18195 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18196
18197 * gdb.ada/tick_length_array_enum_idx: New testcase.
18198
18199 2014-02-10 Doug Evans <xdje42@gmail.com>
18200
18201 * configure.ac (AC_OUTPUT): Add gdb.guile.
18202 * configure: Regenerate.
18203 * lib/gdb-guile.exp: New file.
18204 * lib/gdb.exp (get_target_charset): New function.
18205 * gdb.base/help.exp: Update expected output from "apropos apropos".
18206 * gdb.guile/Makefile.in: New file.
18207 * gdb.guile/guile.exp: New file.
18208 * gdb.guile/scm-arch.c: New file.
18209 * gdb.guile/scm-arch.exp: New file.
18210 * gdb.guile/scm-block.c: New file.
18211 * gdb.guile/scm-block.exp: New file.
18212 * gdb.guile/scm-breakpoint.c: New file.
18213 * gdb.guile/scm-breakpoint.exp: New file.
18214 * gdb.guile/scm-disasm.c: New file.
18215 * gdb.guile/scm-disasm.exp: New file.
18216 * gdb.guile/scm-equal.c: New file.
18217 * gdb.guile/scm-equal.exp: New file.
18218 * gdb.guile/scm-error.exp: New file.
18219 * gdb.guile/scm-error.scm: New file.
18220 * gdb.guile/scm-frame-args.c: New file.
18221 * gdb.guile/scm-frame-args.exp: New file.
18222 * gdb.guile/scm-frame-args.scm: New file.
18223 * gdb.guile/scm-frame-inline.c: New file.
18224 * gdb.guile/scm-frame-inline.exp: New file.
18225 * gdb.guile/scm-frame.c: New file.
18226 * gdb.guile/scm-frame.exp: New file.
18227 * gdb.guile/scm-generics.exp: New file.
18228 * gdb.guile/scm-gsmob.exp: New file.
18229 * gdb.guile/scm-iterator.c: New file.
18230 * gdb.guile/scm-iterator.exp: New file.
18231 * gdb.guile/scm-math.c: New file.
18232 * gdb.guile/scm-math.exp: New file.
18233 * gdb.guile/scm-objfile-script-gdb.in: New file.
18234 * gdb.guile/scm-objfile-script.c: New file.
18235 * gdb.guile/scm-objfile-script.exp: New file.
18236 * gdb.guile/scm-objfile.c: New file.
18237 * gdb.guile/scm-objfile.exp: New file.
18238 * gdb.guile/scm-ports.exp: New file.
18239 * gdb.guile/scm-pretty-print.c: New file.
18240 * gdb.guile/scm-pretty-print.exp: New file.
18241 * gdb.guile/scm-pretty-print.scm: New file.
18242 * gdb.guile/scm-section-script.c: New file.
18243 * gdb.guile/scm-section-script.exp: New file.
18244 * gdb.guile/scm-section-script.scm: New file.
18245 * gdb.guile/scm-symbol.c: New file.
18246 * gdb.guile/scm-symbol.exp: New file.
18247 * gdb.guile/scm-symtab-2.c: New file.
18248 * gdb.guile/scm-symtab.c: New file.
18249 * gdb.guile/scm-symtab.exp: New file.
18250 * gdb.guile/scm-type.c: New file.
18251 * gdb.guile/scm-type.exp: New file.
18252 * gdb.guile/scm-value-cc.cc: New file.
18253 * gdb.guile/scm-value-cc.exp: New file.
18254 * gdb.guile/scm-value.c: New file.
18255 * gdb.guile/scm-value.exp: New file.
18256 * gdb.guile/source2.scm: New file.
18257 * gdb.guile/types-module.cc: New file.
18258 * gdb.guile/types-module.exp: New file.
18259
18260 2014-02-10 Yao Qi <yao@codesourcery.com>
18261
18262 PR testsuite/16543
18263 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18264 * configure: Regenerated.
18265 * Makefile.in: New file.
18266
18267 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18268
18269 * gdb.python/py-framefilter.exp: Fix typo.
18270
18271 2014-02-08 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18274 that no =breakpoint-modified is emitted when breakpoints are
18275 modified through MI commands.
18276
18277 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18278 Pedro Alves <palves@redhat.com>
18279
18280 * gdb.threads/step-after-sr-lock.c: New file.
18281 * gdb.threads/step-after-sr-lock.exp: New file.
18282
18283 2014-02-07 Pedro Alves <palves@redhat.com>
18284
18285 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18286
18287 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18288
18289 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18290 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18291
18292 2014-02-06 Doug Evans <xdje42@gmail.com>
18293
18294 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18295 output.
18296
18297 * gdb.gdb/python-interrupts.exp: New file.
18298
18299 2014-02-05 Yao Qi <yao@codesourcery.com>
18300
18301 * gdb.trace/report.exp (use_collected_data): Test the output
18302 of "info threads" and "info inferiors".
18303
18304 2014-02-05 Yao Qi <yao@codesourcery.com>
18305
18306 Revert this patch:
18307
18308 2013-05-24 Yao Qi <yao@codesourcery.com>
18309
18310 * gdb.trace/tfile.exp: Test inferior and thread.
18311
18312 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18313
18314 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18315 on a function.
18316 * gdb.base/step-bt.c: Call hello via function pointer to make
18317 sure its first instruction is executed on powerpc64le-linux.
18318
18319 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18320
18321 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18322
18323 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18324
18325 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18326 of the test patterns for use on little-endian systems.
18327
18328 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18329
18330 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18331 (decimal_vector): Fix for little-endian.
18332
18333 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18334
18335 * gdb.arch/sparc-sysstep.exp: New file.
18336 * gdb.arch/sparc-sysstep.c: Likewise.
18337
18338 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18339
18340 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18341
18342 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18343
18344 2014-01-23 Tom Tromey <tromey@redhat.com>
18345
18346 * gdb.ada/array_char_idx: New testcase.
18347
18348 2014-01-23 Tom Tromey <tromey@redhat.com>
18349
18350 PR python/16487:
18351 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18352 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18353 classes.
18354
18355 2014-01-23 Tom Tromey <tromey@redhat.com>
18356
18357 PR python/16491:
18358 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18359 string from an inferior frame.
18360 * gdb.python/py-framefilter-mi.exp: Update.
18361
18362 2014-01-22 Doug Evans <dje@google.com>
18363
18364 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18365
18366 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18367
18368 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18369
18370 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18371
18372 * gdb.trace/entry-values.exp: Remove excess space character from
18373 regex patterns. Handle s390 call instruction.
18374
18375 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18376
18377 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18378 define "*_start" label. Make "name" static.
18379 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18380 ${name} by references to ${name}_start.
18381
18382 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18383
18384 * gdb.base/info-macros.exp: Remove "debug" from the compile
18385 options.
18386
18387 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18388
18389 * gdb.dlang/demangle.exp: New file.
18390
18391 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18392
18393 * gdb.dlang/primitive-types.exp: New file.
18394
18395 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18396
18397 * configure.ac: Create gdb.dlang/Makefile.
18398 * configure: Regenerate.
18399 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18400 * gdb.dlang/Makefile.in: New file.
18401 * lib/d-support.exp: New file.
18402 * lib/gdb.exp (skip_d_tests): New proc.
18403
18404 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18405
18406 * gdb.btrace/delta.exp: Check reverse stepi.
18407 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18408 * gdb.btrace/finish.exp: New.
18409 * gdb.btrace/next.exp: New.
18410 * gdb.btrace/nexti.exp: New.
18411 * gdb.btrace/record_goto.c: Add comments.
18412 * gdb.btrace/step.exp: New.
18413 * gdb.btrace/stepi.exp: New.
18414 * gdb.btrace/multi-thread-step.c: New.
18415 * gdb.btrace/multi-thread-step.exp: New.
18416 * gdb.btrace/rn-dl-bind.c: New.
18417 * gdb.btrace/rn-dl-bind.exp: New.
18418 * gdb.btrace/data.c: New.
18419 * gdb.btrace/data.exp: New.
18420 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18421
18422 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18423
18424 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18425 * gdb.btrace/exception.exp: Update.
18426 * gdb.btrace/instruction_history.exp: Update.
18427 * gdb.btrace/record_goto.exp: Update.
18428 * gdb.btrace/tailcall.exp: Update.
18429 * gdb.btrace/unknown_functions.exp: Update.
18430 * gdb.btrace/delta.exp: New.
18431
18432 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18433
18434 * gdb.btrace/record_goto.exp: Add backtrace test.
18435 * gdb.btrace/tailcall.exp: Add backtrace test.
18436
18437 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18438
18439 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18440 * gdb.btrace/record_goto.c: New.
18441 * gdb.btrace/record_goto.exp: New.
18442 * gdb.btrace/x86-record_goto.S: New.
18443
18444 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18445
18446 * gdb.btrace/function_call_history.exp: Update tests.
18447 * gdb.btrace/instruction_history.exp: Update tests.
18448
18449 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18450
18451 * gdb.btrace/function_call_history.exp: Fix expected field
18452 order for "record function-call-history".
18453 Add new tests for "record function-call-history /c".
18454 * gdb.btrace/exception.cc: New.
18455 * gdb.btrace/exception.exp: New.
18456 * gdb.btrace/tailcall.exp: New.
18457 * gdb.btrace/x86-tailcall.S: New.
18458 * gdb.btrace/x86-tailcall.c: New.
18459 * gdb.btrace/unknown_functions.c: New.
18460 * gdb.btrace/unknown_functions.exp: New.
18461 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18462
18463 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18464
18465 * gdb.btrace/instruction_history.exp: Update.
18466 * gdb.btrace/function_call_history.exp: Update.
18467
18468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18469
18470 * gdb.btrace/function_call_history.exp: Fix expected function
18471 trace.
18472 * gdb.btrace/instruction_history.exp: Initialize traced.
18473 Remove traced_functions.
18474
18475 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18476
18477 * gdb.btrace/function_call_history.exp: Update
18478 * gdb.btrace/instruction_history.exp: Update.
18479
18480 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18481
18482 * gdb.btrace/enable.exp: Update expected text.
18483
18484 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18485
18486 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18487 bytes.
18488
18489 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18490
18491 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18492
18493 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18494
18495 * lib/gdb.exp (supports_process_record): Return true for
18496 arm*-linux*. (supports_reverse): Likewise.
18497
18498 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18499
18500 PR python/15464
18501 PR python/16113
18502 * gdb.python/py-type.c: Enhance test case.
18503 * gdb.python/py-value-cc.cc: Likewise
18504 * gdb.python/py-type.exp: Add new tests.
18505 * gdb.python/py-value-cc.exp: Likewise
18506
18507 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18508 Pedro Alves <palves@redhat.com>
18509
18510 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18511 Make "name" extern.
18512 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18513 references to ${name}_start by references to ${name}.
18514
18515 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18516
18517 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18518
18519 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18520
18521 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18522
18523 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18524 Pedro Alves <palves@redhat.com>
18525
18526 * gdb.mi/mi-info-os.exp: Connect to the target with
18527 mi_gdb_target_load.
18528
18529 2014-01-08 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.threads/reconnect-signal.c: New file.
18532 * gdb.threads/reconnect-signal.exp: New file.
18533
18534 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18535
18536 * gdb.base/source-dir.exp: New file.
18537
18538 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18539
18540 * gdb.ada/mi_interface: New testcase.
18541
18542 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18543
18544 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18545 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18546 gdb.ada/pp-rec-component/pck.ads: New files.
18547
18548 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18549
18550 * gdb.python/py-pp-integral.c: New file.
18551 * gdb.python/py-pp-integral.py: New file.
18552 * gdb.python/py-pp-integral.exp: New file.
18553
18554 For older changes see ChangeLog-1993-2013.
18555 \f
18556 ;; Local Variables:
18557 ;; mode: change-log
18558 ;; left-margin: 8
18559 ;; fill-column: 74
18560 ;; version-control: never
18561 ;; End:
18562
18563 Copyright 2014-2020 Free Software Foundation, Inc.
18564 Copying and distribution of this file, with or without modification,
18565 are permitted provided the copyright notice and this notice are preserved.
This page took 0.457394 seconds and 5 git commands to generate.