Add debuginfod support to GDB
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-26 Aaron Merey <amerey@redhat.com>
2
3 * gdb.debuginfod: New directory for debuginfod tests.
4 * gdb.debuginfod/main.c: New test file.
5 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
6
7 2020-02-26 Tom de Vries <tdevries@suse.de>
8
9 PR gdb/25603
10 * gdb.base/persistent-lang.cc: New test.
11 * gdb.base/persistent-lang.exp: New file.
12
13 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * gdb.fortran/derived-type-striding.exp: Add a new test.
16 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
17 new test.
18
19 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.base/cached-source-file.exp: Avoid source file paths in test
22 names.
23
24 2020-02-25 Tom de Vries <tdevries@suse.de>
25
26 PR go/18926
27 * gdb.go/methods.exp: Remove gcc/93866 xfail.
28
29 2020-02-24 Tom de Vries <tdevries@suse.de>
30
31 PR gdb/25592
32 * gdb.base/info-locals-unused-static-var.c: New test.
33 * gdb.base/info-locals-unused-static-var.exp: New file.
34
35 2020-02-22 Tom Tromey <tom@tromey.com>
36
37 * gdb.python/tui-window.exp: New file.
38 * gdb.python/tui-window.py: New file.
39
40 2020-02-22 Tom Tromey <tom@tromey.com>
41
42 PR tui/17850:
43 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
44 tests.
45
46 2020-02-22 Tom Tromey <tom@tromey.com>
47
48 * gdb.tui/new-layout.exp: Add sub-layout tests.
49
50 2020-02-22 Tom Tromey <tom@tromey.com>
51
52 * gdb.tui/new-layout.exp: New file.
53
54 2020-02-22 Tom Tromey <tom@tromey.com>
55
56 * gdb.rust/rust-style.rs: New file.
57 * gdb.rust/rust-style.exp: New file.
58 * gdb.base/style.exp: Test structure printing.
59 * gdb.base/style.c (struct some_struct): New type.
60 (enum etype): New type.
61 (struct_value): New global.
62
63 2020-02-21 Tom de Vries <tdevries@suse.de>
64
65 PR go/18926
66 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
67 Remove blanket xfails. Use message argument for gdb_breakpoint.
68 Make continuing to breakpoint test conditional on setting breakpoint.
69 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
70 DW_AT_name attribute. Add xfail for GCC PR93866.
71
72 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
73
74 * gdb.dwarf2/cpp-linkage-name.c: New file.
75 * gdb.dwarf2/cpp-linkage-name.exp: New file.
76
77 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
78
79 * lib/gdb.exp (gdb_wrapper_init): Reset
80 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
81 not exist.
82
83 2020-02-20 Tom de Vries <tdevries@suse.de>
84
85 PR go/17018
86 * gdb.go/hello.exp: Copy ...
87 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
88 print of st to print value of global definition. Add xfail for GCC
89 PR93844.
90 * gdb.go/hello.exp: Remove printing of st before definition.
91 * gdb.go/hello.go: Copy ...
92 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
93 to st.
94 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
95
96 2020-02-20 Tom de Vries <tdevries@suse.de>
97
98 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
99 (gdb_simple_compile): Handle compile_flags go by using .go extension
100 for source file.
101 * gdb.go/chan.exp: Use support_go_compile.
102 * gdb.go/handcall.exp: Same.
103 * gdb.go/hello.exp: Same.
104 * gdb.go/integers.exp: Same.
105 * gdb.go/max-depth.exp: Same.
106 * gdb.go/methods.exp: Same.
107 * gdb.go/package.exp: Same.
108 * gdb.go/strings.exp: Same.
109 * gdb.go/types.exp: Same.
110 * gdb.go/unsafe.exp: Same.
111
112 2020-02-19 Tom de Vries <tdevries@suse.de>
113
114 * gdb.python/lib-types.exp: Make xfail more strict.
115
116 2020-02-19 Tom de Vries <tdevries@suse.de>
117
118 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
119
120 2020-02-19 Doug Evans <dje@google.com>
121
122 PR rust/25535
123 * gdb.rust/simple.exp: Add test.
124 * gdb.rust/simple.rs: Add test.
125
126 2020-02-19 Tom de Vries <tdevries@suse.de>
127
128 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
129 output line-by-line.
130
131 2020-02-19 Tom de Vries <tdevries@suse.de>
132
133 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
134
135 2020-02-19 Tom de Vries <tdevries@suse.de>
136
137 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
138 prelink.
139
140 2020-02-19 Tom de Vries <tdevries@suse.de>
141
142 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
143 (gdb_do_cache): Use gdb_do_cache_wrap.
144 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
145
146 2020-02-19 Tom de Vries <tdevries@suse.de>
147
148 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
149 gdb_compile option.
150
151 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
152
153 * gdb.base/printcmds.exp (test_print_enums): Update expected
154 output.
155
156 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
157
158 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
159 for "unknown".
160
161 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
162
163 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
164 enumerator.
165
166 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
167
168 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
169 FE_, add FE_NONE.
170 (three): Update.
171 (enum flag_enum_without_zero): New enum.
172 (flag_enum_without_zero): New variable.
173 (enum not_flag_enum): New enum.
174 (three_not_flag): New variable.
175 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
176 (test_print_enums): Add more tests for printing flag enums.
177
178 2020-02-18 Tom de Vries <tdevries@suse.de>
179
180 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
181 (gdb_compile_ada): ... here.
182 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
183 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
184
185 2020-02-14 Tom Tromey <tom@tromey.com>
186
187 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
188 build directory.
189 * boards/gdbserver-base.exp: Update path to gdbserver.
190
191 2020-02-13 Tom de Vries <tdevries@suse.de>
192
193 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
194
195 2020-02-13 Tom de Vries <tdevries@suse.de>
196
197 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
198 are missing.
199
200 2020-02-13 Tom de Vries <tdevries@suse.de>
201
202 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
203 call.
204
205 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
206
207 PR tui/25126
208 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
209 * gdb.base/cached-source-file.c: New file.
210 * gdb.base/cached-source-file.exp: New file.
211
212 2020-02-11 Tom de Vries <tdevries@suse.de>
213
214 PR testsuite/25488
215 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
216
217 2020-02-10 Tom de Vries <tdevries@suse.de>
218
219 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
220
221 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
222
223 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
224 and $after_addr are both integers before making a comparison.
225
226 2020-02-09 Tom de Vries <tdevries@suse.de>
227
228 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
229 command output and paste it into gdb.log. If any, paste catch message
230 to gdb.log.
231
232 2020-02-07 Tom Tromey <tromey@adacore.com>
233
234 PR breakpoints/24915:
235 * gdb.base/annotate-symlink.exp: Use setup_xfail.
236
237 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
238
239 * gdb.tui/tui-missing-src.exp: Add the "missing source
240 file" test for the TUI.
241
242 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
245 including a port number in the output.
246
247 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
248
249 * lib/fortran.exp (fortran_int4): Handle clang.
250 (fortran_int8): Likewise.
251 (fortran_real4): Likewise.
252 (fortran_real8): Likewise.
253 (fortran_complex4): Likewise.
254 (fortran_logical4): Likewise.
255 (fortran_character1): Likewise.
256
257 2020-02-04 Tom de Vries <tdevries@suse.de>
258
259 * README (Race detection): Add note.
260
261 2020-02-04 Tom de Vries <tdevries@suse.de>
262
263 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
264
265 2020-02-04 Tom de Vries <tdevries@suse.de>
266
267 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
268
269 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
270
271 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
272 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
273 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
274 blttar, bnetarl.
275 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
276 binary for blttar, bnetarl.
277 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
278 wait instruction. Delete ldmx test.
279 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
280
281 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
282
283 * gdb.fortran/array-bounds-high.exp: New file.
284 * gdb.fortran/array-bounds-high.f90: New file.
285
286 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
287
288 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
289 Replace #include of <sys/fcntl.h> by <fcntl.h>.
290
291 2020-02-01 Tom de Vries <tdevries@suse.de>
292
293 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
294
295 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 PR tui/9765
298 * gdb.tui/tui-layout-asm-short-prog.S: New file.
299 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
300
301 2020-01-29 Luis Machado <luis.machado@linaro.org>
302
303 * gdb.arch/aarch64-brk-patterns.c: New source file.
304 * gdb.arch/aarch64-brk-patterns.exp: New test.
305
306 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
307
308 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
309 GCC/Clang version.
310 * gdb.cp/pass-by-ref.exp: Ditto.
311
312 2020-01-29 Tom de Vries <tdevries@suse.de>
313
314 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
315 * gdb.threads/watchpoint-fork-mt.c: Same.
316 * gdb.threads/watchpoint-fork-parent.c: Same.
317 * gdb.threads/watchpoint-fork-st.c: Same.
318 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
319
320 2020-01-27 Luis Machado <luis.machado@linaro.org>
321
322 * gdb.base/step-over-syscall.exp (setup): Check if we're already
323 sitting at a syscall instruction when we hit the syscall function's
324 breakpoint.
325 Check PC against one obtained with the x command.
326 Validate syscall number.
327 (step_over_syscall): Don't continue to the syscall instruction if
328 we're already there.
329
330 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
331
332 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
333
334 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
337 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
338
339 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * gdb.dwarf2/dw2-inline-stepping.c: New file.
342 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
343
344 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * gdb.base/maint.exp: Update line table parsing test.
347 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
348
349 2020-01-24 Pedro Alves <palves@redhat.com>
350
351 PR gdb/25410
352 * gdb.multi/multi-re-run-1.c: New.
353 * gdb.multi/multi-re-run-2.c: New.
354 * gdb.multi/multi-re-run.exp: New.
355
356 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 PR gdb/23718
359 * gdb.server/server-kill-python.exp: New file.
360
361 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 * gdb.server/multi-ui-errors.c: New file.
364 * gdb.server/multi-ui-errors.exp: New file.
365
366 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 PR tui/9765
369 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
370
371 2020-01-19 Tom Tromey <tom@tromey.com>
372
373 * gdb.tui/main.exp: Add check for plain "file".
374
375 2020-01-16 Christian Biesinger <cbiesinger@google.com>
376
377 * lib/gdb.exp: Fix spelling error (seperatelly).
378
379 2020-01-14 Tom Tromey <tom@tromey.com>
380
381 PR symtab/12535:
382 * gdb.python/python.exp: Test decode_line with empty string
383 argument.
384
385 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
386
387 * gdb.base/skip-inline.exp: Extend test.
388
389 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
392 * gdb.dwarf2/dw2-bad-elf.c: New file.
393 * gdb.dwarf2/dw2-bad-elf.exp: New file.
394
395 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
396
397 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
398 _line_saw_file.
399
400 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
403 border.
404
405 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
406
407 * gdb.multi/multi-target.exp (setup): Factor out "info
408 connections" and "info inferiors" tests to ...
409 (test_info_inferiors): ... this new procedure.
410 (top level): Run new "info-inferiors" tests.
411
412 2020-01-10 Pedro Alves <palves@redhat.com>
413
414 * gdb.server/bkpt-other-inferior.exp: New file.
415
416 2020-01-10 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
419 of "add-inferior".
420 * gdb.base/quit-live.exp: Likewise.
421 * gdb.base/remote-exec-file.exp: Likewise.
422 * gdb.guile/scm-progspace.exp: Likewise.
423 * gdb.linespec/linespec.exp: Likewise.
424 * gdb.mi/new-ui-mi-sync.exp: Likewise.
425 * gdb.mi/user-selected-context-sync.exp: Likewise.
426 * gdb.multi/multi-target.exp (setup): Add "info connection" and
427 "info inferiors" tests.
428 * gdb.multi/remove-inferiors.exp: Adjust expected output of
429 "add-inferior".
430 * gdb.multi/watchpoint-multi.exp: Likewise.
431 * gdb.python/py-inferior.exp: Likewise.
432 * gdb.server/extended-remote-restart.exp: Likewise.
433 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
434 "info inferiors".
435 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
436 * gdb.trace/report.exp: Likewise.
437
438 2020-01-10 Pedro Alves <palves@redhat.com>
439
440 * gdb.multi/multi-target.c: New file.
441 * gdb.multi/multi-target.exp: New file.
442 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
443 mode requested, but remote does not support non-stop".
444
445 2020-01-10 Pedro Alves <palves@redhat.com>
446
447 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
448 disconnect before reconnecting.
449
450 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
451 Pedro Alves <palves@redhat.com>
452
453 * gdb.server/connect-without-multi-process.exp: Also test
454 continuing to end.
455
456 2020-01-10 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/remote-exec-file.exp: New file.
459
460 2020-01-10 Pedro Alves <palves@redhat.com>
461
462 * gdb.base/fork-running-state.exp (do_test): Adjust expected
463 output.
464 * gdb.threads/async.c: New.
465 * gdb.threads/async.exp: New.
466 * gdb.multi/tids-gid-reset.c: New.
467 * gdb.multi/tids-gid-reset.exp: New.
468
469 2020-01-10 George Barrett <bob@bob131.so>
470
471 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
472 to help in finding the image relocation offset.
473 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
474 options in arguments.
475 (stap_test_no_debuginfo): Likewise.
476 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
477 test variants.
478 (stap_test): Add null semaphore relocation test.
479
480 2020-01-10 George Barrett <bob@bob131.so>
481
482 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
483 * gdb.base/stap-probe.exp: Likewise.
484 (stap_test): Pass argument as an additional flag.
485 (stap_test_no_debuginfo): Likewise.
486 (stap_test): Check `info probes stap' output for semaphore
487 addresses if the test binary is supposed to have them.
488
489 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.tui/basic.exp: Add more scrolling tests.
492
493 2020-01-09 Tom Tromey <tom@tromey.com>
494
495 PR tui/18932:
496 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
497 meangingful value.
498 (Term::command, Term::resize): Update.
499 * gdb.tui/basic.exp: Add scrolling test.
500
501 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.tui/tui-layout-asm.exp: New file.
504
505 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * lib/tuiterm.exp (Term::check_box_contents): New proc.
508
509 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
512 (Term::enter_tui): Use Term::prepare_for_tui.
513
514 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
517 called.
518
519 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.base/skip.exp: Fix race condition in test.
522
523 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.base/backtrace.c: New file.
526 * gdb.base/backtrace.exp: New file.
527
528 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
529
530 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
531
532 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
533
534 * gdb.base/style.exp: Test that warnings are styled.
535
536 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
537
538 * gdb.base/line65535.exp: New file.
539 * gdb.base/line65535.c: New file.
540
541 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
542
543 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
544 * lib/gnat_debug_info_test.adb: New file.
545 * gdb.ada/ptype_tagged_param.exp: Use
546 gnat_runtime_has_debug_info, expect a different output if
547 runtime does not have debug info.
548
549 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
550
551 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
552 (another) quote in test name.
553
554 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
555
556 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
557 Add quote in test name.
558
559 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
560
561 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
562 directory instead.
563 * gdb.cp/pass-by-ref.exp: Extend with more cases.
564 * gdb.cp/pass-by-ref-2.cc: New file.
565 * gdb.cp/pass-by-ref-2.exp: New file.
566
567 2019-12-20 Tom Tromey <tom@tromey.com>
568
569 * gdb.tui/list-before.exp: New file.
570
571 2019-12-20 Tom Tromey <tom@tromey.com>
572
573 * gdb.tui/list.exp: Check for source on initial listing.
574
575 2019-12-11 Tom Tromey <tromey@adacore.com>
576
577 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
578 Add crlf test.
579
580 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
581
582 * gdb.base/default.exp: Update value of $_gdb_major.
583
584 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
585
586 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
587
588 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
589
590 * gdb.base/skip.exp: Whitespace fix.
591
592 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
593
594 * gdb.base/skip-inline.c: New file.
595 * gdb.base/skip-inline.exp: New file.
596
597 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
598
599 * gdb.base/jit-reader.exp (jit_reader_test): Rename
600 jit_function_00 to jit_function_stack_mangle.
601 * gdb.base/jithost.c (jit_function_t): Rename to...
602 (jit_function_stack_mangle_t): ... this.
603 (jit_function_add_t): New typedef.
604 (jit_function_00_code): Rename to...
605 (jit_function_stack_mangle_code): ... this, make static.
606 (jit_function_add_code): New.
607 (main): Generate "add" function and call it. Adjust to changes
608 in jithost_abi.
609 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
610 (struct jithost_abi) <begin, end>: Remove fields.
611 <object, function_stack_mangle, function_add>: New fields.
612 * gdb.base/jitreader.c (struct reader_state) <code_begin,
613 code_end>: Remove fields.
614 <func_stack_mangle>: New field.
615 (read_debug_info): Adjust to renaming, create block for "add"
616 function.
617 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
618
619 2019-12-11 Tom Tromey <tom@tromey.com>
620
621 * gdb.tui/resize.exp: Fix regexp.
622 * gdb.tui/regs.exp: Fix regexps.
623 * gdb.tui/main.exp: Fix regexp.
624
625 2019-12-11 Tom Tromey <tom@tromey.com>
626
627 * gdb.tui/resize.exp: Update.
628 * gdb.tui/empty.exp (layouts): Update.
629
630 2019-12-11 Tom Tromey <tom@tromey.com>
631
632 * gdb.tui/regs.exp: Update.
633 * gdb.tui/empty.exp (layouts): Update.
634 * gdb.tui/basic.exp: Update.
635 * lib/tuiterm.exp (_check_box): Don't check bottom border.
636
637 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
638
639 * gdb.base/options.exp: Add -raw-values in the print completion list.
640 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
641
642 2019-12-10 Kevin Buettner <kevinb@redhat.com>
643
644 * gdb.threads/omp-par-scope.c: New file.
645 * gdb/threads/omp-par-scope.exp: New file.
646
647 2019-12-10 Kevin Buettner <kevinb@redhat.com>
648
649 * lib/gdb.exp (support_nested_function_tests): New proc.
650
651 2019-12-10 Kevin Buettner <kevinb@redhat.com>
652
653 * lib/gdb.exp (gdb_compile_openmp): New proc.
654 (build_executable_from_specs): Add an "openmp" option.
655 (gdb_compile_pthreads): Add non-executable case.
656
657 2019-12-10 Tom Tromey <tromey@adacore.com>
658
659 * gdb.ada/unchecked_union.exp: New file.
660 * gdb.ada/unchecked_union/pck.adb: New file.
661 * gdb.ada/unchecked_union/pck.ads: New file.
662 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
663 * gdb-utils.exp (string_to_regexp): Also quote "?".
664
665 2019-12-10 George Barrett <bob@bob131.so>
666
667 Test scripted probe breakpoints.
668 * gdb.guile/scm-breakpoint.c (main): Add probe point.
669 * gdb.python/py-breakpoint.c (main): Likewise.
670 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
671 specifier test.
672 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
673
674 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
675
676 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
677 an rvalue parameter.
678 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
679 parameter.
680
681 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
684 modules.
685
686 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
689 broken version of GCC.
690
691 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.fortran/info-modules.exp: Rewrite to make use of new
694 sym-info-cmds library.
695 * gdb.fortran/info-types.exp: Likewise.
696 * lib/sym-info-cmds.exp: New file.
697
698 2019-12-08 Tom de Vries <tdevries@suse.de>
699
700 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
701
702 2019-12-07 Keith Seitz <keiths@redhat.com>
703
704 * gdb.base/corefile-buildid-shlib-shr.c: New file.
705 * gdb.base/corefile-buildid-shlib.c: New file.
706 * gdb.base/corefile-buildid.c: New file.
707 * gdb.base/corefile-buildid.exp: New file.
708
709 2019-12-06 Tom de Vries <tdevries@suse.de>
710
711 * gdb.dwarf2/varval.exp: Add decl before def test.
712
713 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
714
715 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
716
717 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
718
719 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
720 CV and reference conversion for overload resolution.
721 * gdb.cp/rvalue-ref-overload.exp: Test it.
722
723 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
724
725 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
726 * gdb.base/frameapply.exp: Test faas without command.
727
728 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
729
730 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
731 Fortran tests.
732 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
733 order.
734
735 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
738 casting to type with no kind specified.
739 (test_basic_parsing_of_type_kinds): Additional tests for types
740 with no kind specified, and add tests for single/double
741 precision/complex types.
742
743 2019-12-04 Tom Tromey <tromey@adacore.com>
744
745 * gdb.base/endianity.c (struct other) <x>: New field.
746 (main): Initialize it.
747 * gdb.base/endianity.exp: Update.
748
749 2019-12-04 Tom Tromey <tromey@adacore.com>
750
751 * gdb.ada/scalar_storage/storage.adb: New file.
752 * gdb.ada/scalar_storage/pck.adb: New file.
753 * gdb.ada/scalar_storage/pck.ads: New file.
754 * gdb.ada/scalar_storage.exp: New file.
755
756 2019-12-04 Tom Tromey <tromey@adacore.com>
757
758 * gdb.base/endianity.c (struct otherendian) <f>: New field.
759 (main): Initialize it.
760 * gdb.base/endianity.exp: Update.
761
762 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
765
766 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
767
768 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
769 -symbol-info-module-functions and -symbol-info-module-variables.
770
771 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
774
775 2019-12-01 Richard Bunt <richard.bunt@arm.com>
776 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.fortran/derived-type-striding.exp: New file.
779 * gdb.fortran/derived-type-striding.f90: New file.
780 * gdb.fortran/array-slices.exp: New file.
781 * gdb.fortran/array-slices.f90: New file.
782
783 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
784
785 * gdb.base/define.exp: Test . in command names.
786 * gdb.base/setshow.exp: Update test, as . is now part of
787 command name.
788
789 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
790
791 * gdb.base/define-prefix.exp: New file.
792
793 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
796 compile.
797 (skip_btrace_pt_tests): Likewise.
798
799 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * gdb.fortran/info-modules.exp: Compile source files in correct
802 order.
803
804 2019-11-27 Kevin Buettner <kevinb@redhat.com>
805
806 * gdb.dwarf2/imported-unit.exp: New file.
807 * gdb.dwarf2/imported-unit.c: New file.
808
809 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.mi/mi-fortran-modules-2.f90: New file.
812 * gdb.mi/mi-fortran-modules.exp: New file.
813 * gdb.mi/mi-fortran-modules.f90: New file.
814
815 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.mi/mi-sym-info-1.c: New file.
818 * gdb.mi/mi-sym-info-2.c: New file.
819 * gdb.mi/mi-sym-info.exp: New file.
820
821 2019-11-22 Tom Tromey <tromey@adacore.com>
822
823 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
824 * gdb.ada/tasks/foo.adb: Add another stopping location.
825
826 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
827
828 * gdb.base/endianity.c: New test.
829 * gdb.base/endianity.exp: New file.
830
831 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
832
833 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
834
835 2019-11-21 Tom de Vries <tdevries@suse.de>
836
837 PR gdb/24956
838 * gdb.base/ui-redirect.exp: Test output of user-defined command.
839
840 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
841
842 * gdb.python/py-progspace.exp: Add missing parentheses on some
843 'print' commands.
844
845 2019-11-19 Tom Tromey <tom@tromey.com>
846
847 * gdb.tui/winheight.exp: New file.
848
849 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
850
851 * gdb.base/ctf-whatis.c: Delete.
852 * gdb.base/ctf-whatis.exp: Delete.
853 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
854
855 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * gdb.base/ctf-cvexpr.exp: Delete.
858 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
859
860 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
863 the compiler. Clean up header comment a little.
864 * gdb.base/ctf-ptype.exp: Likewise.
865 * gdb.base/ctf-whatis.exp: Likewise.
866 * lib/gdb.exp (skip_ctf_tests): New proc.
867
868 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
869
870 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
871 * gdb.tui/corefile-run.exp: New file.
872
873 2019-11-14 Tom Tromey <tromey@adacore.com>
874
875 * gdb.base/gdbvars.exp (test_convenience_variables): Add
876 regression tests.
877
878 2019-11-12 Tom Tromey <tom@tromey.com>
879
880 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
881 after any command. Expect prompt after WAIT_FOR is seen.
882 (enter_tui): Enable resize messages.
883 (command): Expect command in output.
884 (get_line): Avoid error when cursor appears to be off-screen.
885 (dump_screen): Include screen size in title.
886 (_do_resize): New proc, from "resize".
887 (resize): Rewrite. Do resize in two steps.
888 * gdb.tui/empty.exp (layouts): Fix entries.
889 (check_boxes): Remove xfail.
890 (check_text): Dump screen on failure.
891
892 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * gdb.python/py-symbol.exp: Add test for
895 gdb.lookup_static_symbols.
896
897 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.python/py-symbol.c: Declare and call function from new
900 py-symbol-2.c file.
901 * gdb.python/py-symbol.exp: Compile both source files, and add new
902 tests for gdb.lookup_static_symbol.
903 * gdb.python/py-symbol-2.c: New file.
904
905 2019-11-02 Tom de Vries <tdevries@suse.de>
906
907 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
908 * gdb.base/anon.exp: Same.
909 * gdb.base/auto-connect-native-target.exp: Same.
910 * gdb.base/call-ar-st.exp: Same.
911 * gdb.base/catch-syscall.exp: Same.
912 * gdb.base/commands.exp: Same.
913 * gdb.base/default.exp: Same.
914 * gdb.base/display.exp: Same.
915 * gdb.base/float.exp: Same.
916 * gdb.base/foll-fork.exp: Same.
917 * gdb.base/help.exp: Same.
918 * gdb.base/info-macros.exp: Same.
919 * gdb.base/info-proc.exp: Same.
920 * gdb.base/info-target.exp: Same.
921 * gdb.base/long_long.exp: Same.
922 * gdb.base/macscp.exp: Same.
923 * gdb.base/memattr.exp: Same.
924 * gdb.base/nofield.exp: Same.
925 * gdb.base/pointers.exp: Same.
926 * gdb.base/printcmds.exp: Same.
927 * gdb.base/ptype.exp: Same.
928 * gdb.base/restore.exp: Same.
929 * gdb.base/return.exp: Same.
930 * gdb.base/scope.exp: Same.
931 * gdb.base/set-noassign.exp: Same.
932 * gdb.base/setshow.exp: Same.
933 * gdb.base/shlib-call.exp: Same.
934 * gdb.base/signals.exp: Same.
935 * gdb.base/sigstep.exp: Same.
936 * gdb.base/skip.exp: Same.
937 * gdb.base/solib-symbol.exp: Same.
938 * gdb.base/stap-probe.exp: Same.
939 * gdb.base/step-line.exp: Same.
940 * gdb.base/step-test.exp: Same.
941 * gdb.base/style.exp: Same.
942 * gdb.base/varargs.exp: Same.
943 * gdb.base/vla-datatypes.exp: Same.
944 * gdb.base/vla-ptr.exp: Same.
945 * gdb.base/vla-sideeffect.exp: Same.
946 * gdb.base/volatile.exp: Same.
947 * gdb.base/watch-cond-infcall.exp: Same.
948 * gdb.base/watchpoint.exp: Same.
949
950 2019-11-02 Tom de Vries <tdevries@suse.de>
951
952 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
953 * gdb.cp/cpexprs.exp: Same.
954 * gdb.cp/except-multi-location.exp: Same.
955 * gdb.cp/exceptprint.exp: Same.
956 * gdb.cp/gdb2384.exp: Same.
957 * gdb.cp/inherit.exp: Same.
958 * gdb.cp/m-static.exp: Same.
959 * gdb.cp/meth-typedefs.exp: Same.
960 * gdb.cp/misc.exp: Same.
961 * gdb.cp/namespace.exp: Same.
962 * gdb.cp/non-trivial-retval.exp: Same.
963 * gdb.cp/overload.exp: Same.
964 * gdb.cp/pr17132.exp: Same.
965 * gdb.cp/re-set-overloaded.exp: Same.
966 * gdb.cp/rvalue-ref-types.exp: Same.
967 * gdb.cp/templates.exp: Same.
968
969 2019-11-01 Luis Machado <luis.machado@linaro.org>
970
971 PR gdb/25124
972
973 * gdb.arch/pr25124.S: New file.
974 * gdb.arch/pr25124.exp: New file.
975
976 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.fortran/info-modules.exp: Update expected results, and add
979 additional tests for 'info module functinos', and 'info module
980 variables'.
981 * gdb.fortran/info-types.exp: Update expected results.
982 * gdb.fortran/info-types.f90: Extend testcase with additional
983 module variables and functions.
984
985 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * gdb.fortran/info-modules.exp: New file.
988 * gdb.fortran/info-types.exp: Build with new file.
989 * gdb.fortran/info-types.f90: Include and use new module.
990 * gdb.fortran/info-types-2.f90: New file.
991
992 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
993
994 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
995 * gdb.base/settings.exp: Test all settings types using
996 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
997 that now verifies that the value of "maint show" is the same as
998 returned by the settings functions. Test the type of the
999 maintenance settings.
1000 * gdb.base/default.exp: Update show_conv_list.
1001
1002 2019-10-31 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1005 gdb_test.
1006 * gdb.arch/amd64-disp-step.exp: Same.
1007 * gdb.asm/asm-source.exp: Same.
1008 * gdb.btrace/buffer-size.exp: Same.
1009 * gdb.btrace/cpu.exp: Same.
1010 * gdb.btrace/enable.exp: Same.
1011 * gdb.dwarf2/count.exp: Same.
1012 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1013 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1014 * gdb.fortran/vla-datatypes.exp: Same.
1015 * gdb.fortran/vla-history.exp: Same.
1016 * gdb.fortran/vla-ptype.exp: Same.
1017 * gdb.fortran/vla-value.exp: Same.
1018 * gdb.fortran/whatis_type.exp: Same.
1019 * gdb.guile/guile.exp: Same.
1020 * gdb.multi/tids.exp: Same.
1021 * gdb.python/py-finish-breakpoint.exp: Same.
1022 * gdb.python/py-framefilter.exp: Same.
1023 * gdb.python/py-pp-registration.exp: Same.
1024 * gdb.python/py-xmethods.exp: Same.
1025 * gdb.python/python.exp: Same.
1026 * gdb.server/connect-with-no-symbol-file.exp: Same.
1027 * gdb.server/no-thread-db.exp: Same.
1028 * gdb.server/run-without-local-binary.exp: Same.
1029 * gdb.stabs/weird.exp: Same.
1030 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1031 * gdb.threads/thread-find.exp: Same.
1032 * gdb.threads/tls-shared.exp: Same.
1033 * gdb.threads/tls.exp: Same.
1034 * gdb.threads/wp-replication.exp: Same.
1035 * gdb.trace/ax.exp: Same.
1036 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1037
1038 2019-10-31 Tom de Vries <tdevries@suse.de>
1039
1040 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1041 * gdb.ada/array_subscript_addr.exp: Same.
1042 * gdb.ada/arrayidx.exp: Same.
1043 * gdb.ada/arrayparam.exp: Same.
1044 * gdb.ada/arrayptr.exp: Same.
1045 * gdb.ada/boolean_expr.exp: Same.
1046 * gdb.ada/call_pn.exp: Same.
1047 * gdb.ada/complete.exp: Same.
1048 * gdb.ada/fixed_cmp.exp: Same.
1049 * gdb.ada/fun_addr.exp: Same.
1050 * gdb.ada/funcall_param.exp: Same.
1051 * gdb.ada/interface.exp: Same.
1052 * gdb.ada/mod_from_name.exp: Same.
1053 * gdb.ada/null_array.exp: Same.
1054 * gdb.ada/packed_array.exp: Same.
1055 * gdb.ada/packed_tagged.exp: Same.
1056 * gdb.ada/print_chars.exp: Same.
1057 * gdb.ada/print_pc.exp: Same.
1058 * gdb.ada/ptype_arith_binop.exp: Same.
1059 * gdb.ada/ptype_field.exp: Same.
1060 * gdb.ada/ptype_tagged_param.exp: Same.
1061 * gdb.ada/rec_return.exp: Same.
1062 * gdb.ada/ref_tick_size.exp: Same.
1063 * gdb.ada/str_ref_cmp.exp: Same.
1064 * gdb.ada/taft_type.exp: Same.
1065 * gdb.ada/tagged.exp: Same.
1066 * gdb.ada/type_coercion.exp: Same.
1067 * gdb.ada/uninitialized_vars.exp: Same.
1068
1069 2019-10-30 Tom de Vries <tdevries@suse.de>
1070
1071 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1072
1073 2019-10-26 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.base/bigcore.c: Fix typos in comments.
1076 * gdb.base/ctf-ptype.c: Same.
1077 * gdb.base/long_long.c: Same.
1078 * gdb.dwarf2/dw2-op-out-param.S: Same.
1079 * gdb.python/py-evthreads.c: Same.
1080 * gdb.reverse/i387-stack-reverse.c: Same.
1081 * gdb.trace/tfile.c: Same.
1082 * lib/compiler.c: Same.
1083 * lib/compiler.cc: Same.
1084
1085 2019-10-25 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1088 gdb_test_multiple calls.
1089 * gdb.reverse/sigall-reverse.exp: Same.
1090 * gdb.reverse/solib-precsave.exp: Same.
1091 * gdb.reverse/solib-reverse.exp: Same.
1092 * gdb.reverse/until-precsave.exp: Same.
1093 * gdb.reverse/until-reverse.exp: Same.
1094
1095 2019-10-24 Tom de Vries <tdevries@suse.de>
1096
1097 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1098 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1099 kfail using -wrap pattern flag and convenience variable
1100 gdb_test_name.
1101
1102 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1103
1104 * gdb.python/py-progspace.exp: Add tests for the
1105 Progspace.block_for_pc method.
1106
1107 2019-10-23 Tom Tromey <tom@tromey.com>
1108
1109 * configure: Rebuild.
1110 * aclocal.m4: Use m4_include, not sinclude.
1111
1112 2019-10-21 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.base/infcall-nested-structs.c: Add
1115 __attribute__((noinline,noclone)) to all functions.
1116 (call_all): Add missing variable initialization. Simplify return value.
1117 (breakpt): Increment volatile variable, to prevent call from being
1118 optimized out.
1119 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1120
1121 2019-10-17 Tom de Vries <tdevries@suse.de>
1122
1123 * gdb.fortran/module.exp: Allow info variables to print info for files
1124 other than module.f90.
1125
1126 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.fortran/module.exp: Extend with 'info variables' test.
1129
1130 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1133 F77_FOR_TARGET.
1134
1135 2019-10-16 Tom de Vries <tdevries@suse.de>
1136
1137 PR tdep/25096
1138 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1139
1140 2019-10-16 Tom de Vries <tdevries@suse.de>
1141
1142 PR tdep/24104
1143 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1144 Add KFAIL for PR tdep/25096.
1145
1146 2019-10-16 Tom de Vries <tdevries@suse.de>
1147
1148 PR testsuite/25059
1149 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1150
1151 2019-10-16 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1154 as signed.
1155
1156 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1157
1158 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1159 one instead of increasing timeout.
1160
1161 2019-10-13 Tom de Vries <tdevries@suse.de>
1162
1163 PR record/25038
1164 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1165 * gdb.reverse/sigall-reverse.exp: Same.
1166 * gdb.reverse/solib-precsave.exp: Same.
1167 * gdb.reverse/solib-reverse.exp: Same.
1168 * gdb.reverse/step-precsave.exp: Same.
1169 * gdb.reverse/until-precsave.exp: Same.
1170 * gdb.reverse/until-reverse.exp: Same.
1171 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1172
1173 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1174
1175 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1176 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1177 (cmp_struct_05_01, cmp_struct_static_02_01)
1178 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1179 comparisons.
1180
1181 2019-10-10 Tom de Vries <tdevries@suse.de>
1182
1183 PR testsuite/24888
1184 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1185 gnatlink.
1186
1187 2019-10-09 Tom de Vries <tdevries@suse.de>
1188
1189 PR testsuite/25048
1190 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1191
1192 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1195 exceptions due to missing debug information.
1196
1197 2019-10-07 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1200
1201 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1204 * gdb.base/annota1.exp: Update to use gdb_test_name.
1205
1206 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1207
1208 * gdb.base/ctf-whatis.exp: New file.
1209 * gdb.base/ctf-whatis.c: New file.
1210 * gdb.base/ctf-ptype.exp: New file.
1211 * gdb.base/ctf-ptype.c: New file.
1212 * gdb.base/ctf-constvars.exp: New file.
1213 * gdb.base/ctf-constvars.c: New file.
1214 * gdb.base/ctf-cvexpr.exp: New file.
1215
1216 2019-10-04 Tom de Vries <tdevries@suse.de>
1217
1218 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1219 for loop.
1220
1221 2019-10-03 Tom Tromey <tom@tromey.com>
1222
1223 PR rust/24976:
1224 * gdb.rust/simple.rs (Union2): New type.
1225 (main): Use Union2.
1226 * gdb.rust/simple.exp: Add test.
1227
1228 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1231 nested function prefix.
1232
1233 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1234 Richard Bunt <richard.bunt@arm.com>
1235 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1238 nested functions.
1239 * gdb.fortran/nested-funcs.f90: Update expected results.
1240 * gdb.fortran/nested-funcs-2.exp: New file.
1241 * gdb.fortran/nested-funcs-2.f90: New file.
1242
1243 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.python/py-parameter.exp: Make test names unique.
1246 * gdb.python/py-template.exp: Likewise.
1247 * gdb.python/py-value.exp: Likewise.
1248
1249 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1250
1251 * gdb.base/break-interp.exp: Reduce test name duplication.
1252 * gdb.base/call-sc.exp: Likewise.
1253 * gdb.base/callfuncs.exp: Likewise.
1254 * gdb.base/charset.exp: Likewise.
1255 * gdb.base/dump.exp: Likewise.
1256 * gdb.base/ena-dis-br.exp: Likewise.
1257 * gdb.base/relational.exp: Likewise.
1258 * gdb.base/step-over-syscall.exp: Likewise.
1259 * gdb.base/structs.exp: Likewise.
1260
1261 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.linespec/explicit.exp: Make test names unique.
1264 * gdb.linespec/ls-errs.exp: Likewise.
1265
1266 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.reverse/break-precsave.exp: Make test names unique.
1269 * gdb.reverse/break-reverse.exp: Likewise.
1270 * gdb.reverse/finish-precsave.exp: Likewise.
1271 * gdb.reverse/finish-reverse.exp: Likewise.
1272 * gdb.reverse/machinestate-precsave.exp: Likewise.
1273 * gdb.reverse/machinestate.exp: Likewise.
1274 * gdb.reverse/readv-reverse.exp: Likewise.
1275 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1276 * gdb.reverse/sigall-precsave.exp: Likewise.
1277 * gdb.reverse/sigall-reverse.exp: Likewise.
1278 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1279 * gdb.reverse/watch-precsave.exp: Likewise.
1280 * gdb.reverse/watch-reverse.exp: Likewise.
1281
1282 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.threads/stop-with-handle.c: New file.
1285 * gdb.threads/stop-with-handle.exp: New file.
1286
1287 2019-10-03 Tom de Vries <tdevries@suse.de>
1288
1289 PR testsuite/25059
1290 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1291 directory" line to be missing.
1292
1293 2019-10-03 Tom de Vries <tdevries@suse.de>
1294
1295 PR testsuite/25059
1296 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1297 type optional.
1298
1299 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1300
1301 * gdb.python/py-format-string.c (string.h): New include.
1302 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1303 the same value, for endianness-independence.
1304 * gdb.python/py-format-string.exp (default_regexp_dict)
1305 (test_pretty_structs, test_format): Adjust expected output to the
1306 changed initialization.
1307
1308 2019-10-02 Tom Tromey <tromey@adacore.com>
1309
1310 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1311
1312 2019-10-02 Pedro Alves <palves@redhat.com>
1313 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1316 "print-file-var.h".
1317 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1318 (get_version_1): Print this_version_id and its address.
1319 Add extern "C" wrappers around interface functions.
1320 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1321 "print-file-var.h".
1322 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1323 (get_version_2): Print this_version_id and its address.
1324 Add extern "C" wrappers around interface functions.
1325 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1326 <stddef.h> and "print-file-var.h".
1327 Add extern "C" wrappers around interface functions.
1328 [VERSION_ID_MAIN] (this_version_id): Define.
1329 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1330 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1331 up extern "C" blocks.
1332 * gdb.base/print-file-var.exp (test): New, factored out from top
1333 level.
1334 (top level): Test all combinations of attribute hidden or not,
1335 dlopen or not, and this_version_id symbol in main file or not.
1336 Compile tests as both C++ and C, make test names unique.
1337
1338 2019-10-01 Tom Tromey <tom@tromey.com>
1339
1340 * gdb.base/style.exp: Test "show logging filename".
1341
1342 2019-10-01 Tom Tromey <tom@tromey.com>
1343
1344 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1345 * gdb.base/style.exp: Add metadata style test.
1346
1347 2019-10-01 Tom Tromey <tom@tromey.com>
1348
1349 * gdb.base/style.exp: Test "pwd".
1350
1351 2019-10-01 Tom Tromey <tom@tromey.com>
1352
1353 * gdb.base/style.exp: Update tests.
1354
1355 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1356
1357 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1358 'six' to unsigned.
1359 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1360 'five'. Use an all-ones bit pattern for each.
1361 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1362 to its changed values.
1363
1364 2019-09-30 Tom Tromey <tromey@adacore.com>
1365
1366 * gdb.rust/traits.rs: Disable all warnings.
1367
1368 2019-09-29 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1371
1372 2019-09-29 Tom de Vries <tdevries@suse.de>
1373
1374 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1375
1376 2019-09-27 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1379
1380 2019-09-27 Tom de Vries <tdevries@suse.de>
1381
1382 PR record/23188
1383 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1384
1385 2019-09-26 Tom Tromey <tromey@adacore.com>
1386
1387 * gdb.ada/py_taft.exp: New file.
1388 * gdb.ada/py_taft/main.adb: New file.
1389 * gdb.ada/py_taft/pkg.adb: New file.
1390 * gdb.ada/py_taft/pkg.ads: New file.
1391
1392 2019-09-24 Tom de Vries <tdevries@suse.de>
1393
1394 PR gdb/24598
1395 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1396
1397 2019-09-22 Tom de Vries <tdevries@suse.de>
1398
1399 * gdb.base/restore.exp: Allow register variables to be optimized out at
1400 -O0.
1401
1402 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1403
1404 * gdb.arch/spu-info.exp: Remove file.
1405 * gdb.arch/spu-info.c: Remove file.
1406 * gdb.arch/spu-ls.exp: Remove file.
1407 * gdb.arch/spu-ls.c: Remove file.
1408
1409 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1410 * gdb.asm/spu.inc: Remove file.
1411
1412 * gdb.base/dump.exp: Remove support for spu*-*-*.
1413 * gdb.base/stack-checking.exp: Likewise.
1414 * gdb.base/overlays.exp: Likewise.
1415 * gdb.base/ovlymgr.c: Likewise.
1416 * gdb.base/spu.ld: Remove file.
1417
1418 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1419 * gdb.cp/cpexprs.exp: Likewise.
1420 * gdb.cp/exception.exp: Likewise.
1421 * gdb.cp/gdb2495.exp: Likewise.
1422 * gdb.cp/mb-templates.exp: Likewise.
1423 * gdb.cp/pr9167.exp: Likewise.
1424 * gdb.cp/userdef.exp: Likewise.
1425
1426 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1427
1428 * gdb.cell: Remove directory.
1429 * lib/cell.exp: Remove file.
1430
1431 2019-09-19 Tom de Vries <tdevries@suse.de>
1432
1433 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1434
1435 2019-09-19 Tom de Vries <tdevries@suse.de>
1436
1437 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1438
1439 2019-09-19 Tom de Vries <tdevries@suse.de>
1440
1441 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1442 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1443 (gdb_target_cmd): ... here.
1444 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1445 value 2.
1446
1447 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.base/source-dir.exp: Avoid having directory names in test
1450 names.
1451
1452 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1453
1454 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1455 directory.
1456
1457 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * gdb.base/list-missing-source.exp: New file.
1460
1461 2019-09-14 Tom de Vries <tdevries@suse.de>
1462
1463 PR teststuite/24599
1464 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1465 * lib/ada.exp (gnatmake_version_at_least): New proc.
1466
1467 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.base/maint.exp: Use exec_has_index_section.
1470
1471 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1472
1473 * gdb.base/maint.exp: Add test for 'maint info sections'.
1474
1475 2019-09-12 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.base/store.exp: Allow register variables to be optimized out at
1478 -O0.
1479
1480 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1481
1482 * gdb.ada/rdv_wait.exp: Update to new task names.
1483 * gdb.base/task_switch_in_core.exp: Likewise.
1484 * gdb.base/info_sources_base.c: Likewise.
1485
1486 2019-09-10 Tom Tromey <tromey@adacore.com>
1487
1488 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1489
1490 2019-09-10 Tom Tromey <tromey@adacore.com>
1491
1492 * gdb.ada/dgopt.exp: New file.
1493 * gdb.ada/dgopt/x.adb: New file.
1494
1495 2019-09-08 Tom Tromey <tom@tromey.com>
1496
1497 * gdb.tui/resize.exp: Remove setup_xfail.
1498 * gdb.tui/regs.exp: Remove setup_xfail.
1499 * gdb.tui/basic.exp: Remove setup_xfail.
1500
1501 2019-09-06 David Blaikie <dblaikie@gmail.com>
1502
1503 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1504 * gdb.cp/cplabel.exp: Ditto.
1505 * gdb.linespec/ls-errs.exp: Ditto.
1506
1507 2019-09-05 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/gdb.exp (cmp_file_string): New proc.
1510 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1511 runto_main. Verify save breakpoints output.
1512
1513 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1514
1515 * gdb.base/info-var.exp: Test info variables without running
1516 to main, to avoid expect's buffer overflow.
1517
1518 2019-09-03 Tom Tromey <tromey@adacore.com>
1519
1520 * gdb.ada/bias.exp: New file.
1521 * gdb.ada/bias/bias.adb: New file.
1522 * gdb.ada/print_chars.exp: Add regression test.
1523 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1524 (MC): New variable.
1525
1526 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1527
1528 * gdb.base/argv0-symlink.exp: Run only on native target
1529 and local host.
1530
1531 2019-08-29 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1534 diverse debug info.
1535 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1536
1537 2019-08-28 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.base/info-var.exp: Allow info variables to print info for files
1540 other than info-var-f1.c and info-var-f2.c.
1541
1542 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.fortran/info-types.exp: Add module.
1545 * gdb.fortran/info-types.f90: Update expected results.
1546
1547 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * gdb.fortran/info-types.exp: New file.
1550 * gdb.fortran/info-types.f90: New file.
1551 * lib/fortran.exp (fortran_character1): New proc.
1552
1553 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1556 functions'. Reindent as needed.
1557 * gdb.base/info-var-f1.c: New file.
1558 * gdb.base/info-var-f2.c: New file.
1559 * gdb.base/info-var.exp: New file.
1560 * gdb.base/info-var.h: New file.
1561
1562 2019-08-26 Tom de Vries <tdevries@suse.de>
1563
1564 PR c++/24852
1565 * gdb.cp/no-libstdcxx-probe.exp: New test.
1566
1567 2019-08-26 Tom de Vries <tdevries@suse.de>
1568
1569 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1570 * tests need to be skipped.
1571 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1572 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1573 mi_skip_libstdcxx_probe_tests.
1574
1575 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1576
1577 * gdb.python/py-xmethods.exp: Use raw strings when passing
1578 arguments to SimpleXMethodMatcher.
1579
1580 2019-08-22 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1583 more informative.
1584
1585 2019-08-21 Pedro Alves <palves@redhat.com>
1586
1587 * gdb.base/with.exp: Test "with" with no arguments.
1588
1589 2019-08-21 Tom de Vries <tdevries@suse.de>
1590
1591 * gdb.base/gdb-caching-proc.exp: Sort files.
1592
1593 2019-08-20 Tom de Vries <tdevries@suse.de>
1594
1595 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1596 compilation.
1597
1598 2019-08-16 Tom de Vries <tdevries@suse.de>
1599
1600 * gdb.base/compare-sections.exp ("after run to main"): Allow
1601 mismatched read-only sections for PIE executables.
1602
1603 2019-08-16 Tom Tromey <tom@tromey.com>
1604
1605 * lib/tuiterm.exp (_csi_Z): New proc.
1606 * gdb.tui/basic.exp: Update window positions.
1607 * gdb.tui/empty.exp: Update window positions.
1608
1609 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1610
1611 * gdb.base/examine-backward.exp: Correct regexp for
1612 "examine 3 bytes backward from ${address_zero}".
1613
1614 2019-08-15 Tom Tromey <tom@tromey.com>
1615
1616 * gdb.tui/empty.exp: Enable resizing tests.
1617
1618 2019-08-15 Tom Tromey <tromey@adacore.com>
1619
1620 * gdb.ada/char_enum.exp: Add regression tests.
1621 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1622 and '0'.
1623 (Char, Gchar): Update.
1624 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1625
1626 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1627
1628 * gdb.python/python.exp: Expect a leading underscore on
1629 GdbOutput{,Error}File.
1630
1631 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1632
1633 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1634 Windows host.
1635
1636 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1637
1638 * gdb.base/batch-preserve-term-settings.exp
1639 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1640
1641 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1642
1643 * lib/gdb.exp: When running on a mingw target, replace
1644 /x/ with x:/.
1645
1646 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1647
1648 * gdb.arch/aarch64-prologue.c: New test.
1649 * gdb.arch/aarch64-prologue.exp: New file.
1650
1651 2019-08-13 Tom de Vries <tdevries@suse.de>
1652
1653 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1654 Thread.
1655
1656 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1657
1658 * gdb.python/py-completion.exp: Download the .py file to the host
1659 and use its host pathname. Conditionalize tests that use
1660 tab completion and manipulate files on the build machine.
1661 * gdb.python/py-events.exp: Download the .py file to the host
1662 and use its host pathname.
1663 * gdb.python/py-evsignal.exp: Likewise.
1664 * gdb.python/py-evthreads.exp: Likewise.
1665 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1666 pathname syntax.
1667 * gdb.python/py-framefilter.exp: Download the .py file to the right
1668 place on the host. Match Windows pathname syntax.
1669 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1670 .py file to the host and use its host pathname.
1671 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1672 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1673 build pathname. Skip symlink test on Windows host. Add missing
1674 newline at end of file.
1675 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1676 and use its host pathname.
1677 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1678 * gdb.python/py-section-script.exp: Use host location of binfile
1679 on safe-path. Use correct path separator on Windows host.
1680 Reorder alternatives in gdb_test_multiple to prevent matching
1681 the wrong alternative on success.
1682 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1683
1684 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1685
1686 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1687 expect the GDB inferior to no longer immediately stop after
1688 being resumed with "signal SIGINT".
1689
1690 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1691
1692 * gdb.linespec/break-ask.exp: Generalize regexps to match
1693 Windows pathnames too.
1694
1695 2019-08-08 Tom de Vries <tdevries@suse.de>
1696
1697 PR testsuite/24862
1698 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1699
1700 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1701
1702 * gdb.base/style.exp: Update tests for help doc new invariants.
1703 * gdb.base/help.exp: Likewise.
1704
1705 2019-08-06 Tom Tromey <tom@tromey.com>
1706
1707 * gdb.base/style.exp: Add disassemble test.
1708 * gdb.base/style.c (some_called_function): New function.
1709 (main): Use it.
1710
1711 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1712
1713 * gdb.python/py-block.exp: Test dictionary access on blocks.
1714
1715 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1716
1717 PR gdb/24863
1718 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1719 -list-thread-groups --available test when running under
1720 check-read1.
1721
1722 2019-08-05 Tom de Vries <tdevries@suse.de>
1723
1724 PR testsuite/24863
1725 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1726 * gdb.base/help.exp: Use with_read1_timeout_factor.
1727 * gdb.base/info-macros.exp: Same.
1728 * gdb.cp/nested-types.exp: Same.
1729
1730 2019-08-05 Tom de Vries <tdevries@suse.de>
1731
1732 * lib/gdb.exp (version_at_least): Factor out of ...
1733 (tcl_version_at_least): ... here.
1734 (gdb_compile): Fail if pie results in non-PIE executable.
1735 (readelf_version, readelf_prints_pie): New proc.
1736 (exec_is_pie): Return -1 if unknown.
1737
1738 2019-08-05 Tom de Vries <tdevries@suse.de>
1739
1740 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1741
1742 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1743
1744 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1745
1746 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1747
1748 * lib/completion-support.exp (test_gdb_complete_none): Skip
1749 tab completion tests if no readline support.
1750 (test_gdb_complete_unique_re): Likewise.
1751 (test_gdb_complete_multiple): Likewise.
1752
1753 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1754
1755 * gdb.base/info_sources.exp: New file.
1756 * gdb.base/info_sources.c: New file.
1757 * gdb.base/info_sources_base.c: New file.
1758
1759 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1760
1761 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1762 prefix argument.
1763 (test_exit_status): Add prefix argument.
1764
1765 2019-08-01 Tom de Vries <tdevries@suse.de>
1766
1767 PR testsuite/24863
1768 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1769 calling exp_continue for new thread and thread exited messages.
1770
1771 2019-08-01 Tom de Vries <tdevries@suse.de>
1772
1773 PR testsuite/24863
1774 * gdb.base/structs.exp: Fix check-read1 timeout using
1775 gdb_test_sequence.
1776 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1777
1778 2019-08-01 Tom de Vries <tdevries@suse.de>
1779
1780 PR testsuite/24863
1781 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1782 line.
1783
1784 2019-08-01 Tom de Vries <tdevries@suse.de>
1785
1786 PR testsuite/24863
1787 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1788
1789 2019-07-30 Tom Tromey <tromey@adacore.com>
1790
1791 * gdb.ada/display_nested.exp: New file.
1792 * gdb.ada/display_nested/foo.adb: New file.
1793 * gdb.ada/display_nested/pack.adb: New file.
1794 * gdb.ada/display_nested/pack.ads: New file.
1795
1796 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1797
1798 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1799 namespace.
1800 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1801
1802 2019-07-30 Tom de Vries <tdevries@suse.de>
1803
1804 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1805 instead.
1806
1807 2019-07-30 Tom de Vries <tdevries@suse.de>
1808
1809 PR testsuite/24834
1810 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1811 (exec_is_pie): New proc.
1812
1813 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1814
1815 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1816
1817 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1818
1819 * gdb.python/py-objfile.c: Add global and static vars.
1820 * gdb.python/py-objfile.exp: Test new functions Objfile.
1821 lookup_global_symbol and lookup_static_symbol.
1822
1823 2019-07-29 Tom Tromey <tom@tromey.com>
1824
1825 * lib/tuiterm.exp (Term::_csi_@): New proc.
1826 (Term::_csi_X): Don't move cursor.
1827
1828 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1829
1830 * gdb.base/options.exp: Update backtrace - completion to
1831 new option -frame-info.
1832 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1833 Test new 'set print frame-info'. Test backtrace -frame-info
1834 overriding 'set print frame-info'.
1835 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1836 Test new 'set print frame-info'.
1837 Verify consistency of backtrace with and without filters, with and
1838 without -no-filters.
1839 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1840 default.
1841
1842 2019-07-29 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1845 no arguments".
1846
1847 2019-07-29 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1850 is a substring of the first for "complete non-unique file name".
1851
1852 2019-07-29 Tom de Vries <tdevries@suse.de>
1853
1854 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1855 with ".*".
1856
1857 2019-07-29 Tom de Vries <tdevries@suse.de>
1858
1859 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1860 Pass prompt_regexp parameter to gdb_test_multiple calls.
1861
1862 2019-07-29 Tom de Vries <tdevries@suse.de>
1863
1864 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1865 print registers" regexps.
1866
1867 2019-07-29 Tom de Vries <tdevries@suse.de>
1868
1869 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1870
1871 2019-07-29 Tom de Vries <tdevries@suse.de>
1872
1873 PR gdb/24855
1874 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1875 (skip_python_tests_prompt): Add prompt_regexp argument to
1876 gdb_test_multiple calls.
1877
1878 2019-07-27 Tom Tromey <tom@tromey.com>
1879
1880 * gdb.tui/main.exp: New file.
1881
1882 2019-07-27 Tom Tromey <tom@tromey.com>
1883
1884 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1885 optional.
1886 * gdb.tui/empty.exp: New file.
1887
1888 2019-07-27 Tom Tromey <tom@tromey.com>
1889
1890 * lib/tuiterm.exp (spawn): New proc.
1891 (Term::resize): New proc.
1892 * gdb.tui/resize.exp: New file.
1893
1894 2019-07-27 Tom Tromey <tom@tromey.com>
1895
1896 * gdb.tui/list.exp: New file.
1897
1898 2019-07-27 Tom Tromey <tom@tromey.com>
1899
1900 * gdb.tui/regs.exp: New file.
1901
1902 2019-07-27 Tom Tromey <tom@tromey.com>
1903
1904 * gdb.tui/basic.exp: Add "layout split" test.
1905
1906 2019-07-27 Tom Tromey <tom@tromey.com>
1907
1908 * gdb.tui/basic.exp: Add "layout asm" test.
1909
1910 2019-07-27 Tom Tromey <tom@tromey.com>
1911
1912 * lib/tuiterm.exp: New file.
1913 * gdb.tui/basic.exp: New file.
1914
1915 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1916
1917 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1918 Enable tests associated with this flag. Adjust regex
1919 referencing "foo_low" to now refer to "foo_cold" instead.
1920
1921 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1922
1923 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1924 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1925 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1926 foo_cold. Revise comments to match.
1927 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1928 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1929 were wrapped into this proc; Call do_test in loop from outermost
1930 level.
1931 (foo_low): Rename all occurrences to "foo_cold".
1932 (backtrace from baz): New test.
1933 (x2/i foo_cold): New test.
1934 (info line *foo_cold): New test.
1935
1936 2019-07-26 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1939
1940 2019-07-25 Tom de Vries <tdevries@suse.de>
1941
1942 PR testsuite/24830
1943 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1944 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1945 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1946 (skip_libstdcxx_probe_tests): ... here.
1947 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1948
1949 2019-07-24 Tom de Vries <tdevries@suse.de>
1950
1951 PR testsuite/24807
1952 * gdb.objc/basicclass.m: Include stdio.h.
1953 * gdb.objc/nondebug.m: Same.
1954 * gdb.objc/objcdecode.m: Same.
1955
1956 2019-07-24 Tom de Vries <tdevries@suse.de>
1957
1958 PR testsuite/24612
1959 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1960 additional_flags.
1961
1962 2019-07-24 Tom de Vries <tdevries@suse.de>
1963
1964 PR testsuite/24831
1965 * gdb.multi/tids.exp: Update error messages for info threads.
1966
1967 2019-07-24 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/info-types.exp: Allow info types to print info for more than
1970 one file.
1971
1972 2019-07-23 Tom de Vries <tdevries@suse.de>
1973
1974 PR testsuite/24842
1975 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1976 gdb_spawn_with_cmdline_opts.
1977
1978 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1979
1980 * gdb.arch/arm-cmse-sgstubs.c: New test.
1981 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1982
1983 2019-07-23 Tom de Vries <tdevries@suse.de>
1984
1985 PR testsuite/24711
1986 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1987 issuing next command.
1988
1989 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.ada/info_auto_lang.exp: Update expected results.
1992 * gdb.base/info-types.c: Add additional types to check.
1993 * gdb.base/info-types.exp: Update expected results.
1994
1995 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1996
1997 * gdb.base/info-types.c: New file.
1998 * gdb.base/info-types.exp: New file.
1999
2000 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * gdb.arch/riscv-bp-infcall.c: New file.
2003 * gdb.arch/riscv-bp-infcall.exp: New file.
2004
2005 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 PR breakpoints/24541
2008 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2009
2010 2019-07-14 Tom de Vries <tdevries@suse.de>
2011
2012 PR testsuite/24760
2013 * gdb.objc/basicclass.exp: Fix unterminated string.
2014
2015 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2016 Andrew Burgess <andrew.burgess@embecosm.com>
2017
2018 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2019 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2020 negative bounds.
2021 * gdb.fortran/vla-value.exp: Print elements of an array with
2022 negative bounds.
2023 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2024 testing.
2025
2026 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.base/options.exp (expect_string): Dequote strings in
2029 results.
2030 (test-string): Test strings with different quoting and reindent.
2031
2032 2019-07-10 Tom Tromey <tromey@adacore.com>
2033
2034 * gdb.ada/mi_ex_cond.exp: Update expected results.
2035 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2036 * gdb.ada/mi_catch_ex.exp: Update expected results.
2037 * gdb.ada/mi_catch_assert.exp: Update expected results.
2038 * gdb.ada/catch_ex.exp (catch_exception_info)
2039 (catch_exception_entry, catch_assert_entry)
2040 (catch_unhandled_entry): Update.
2041 * gdb.ada/catch_assert_if.exp: Update expected results.
2042
2043 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2044 Stephen Roberts <stephen.roberts@arm.com>
2045
2046 * gdb.base/define.exp: Restore original prompt.
2047
2048 2019-07-09 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2051 breakpoints" output.
2052 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2053 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2054 throw" creates breakpoint.
2055 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2056 'type="catchpoint"'.
2057
2058 2019-07-09 Pedro Alves <palves@redhat.com>
2059
2060 PR c++/15468
2061 * gdb.cp/except-multi-location-lib.cc: New.
2062 * gdb.cp/except-multi-location-main.cc: New.
2063 * gdb.cp/except-multi-location.exp: New.
2064
2065 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2066
2067 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2068 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2069 argument and update callers.
2070
2071 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2072
2073 * gdb.arch/amd64-break-on-asm-line.S: New file.
2074 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2075
2076 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2077
2078 * gdb.base/printcmds.exp: Test printing C string and
2079 C wide string convenience vars without transiting via the inferior.
2080 Also make test names unique.
2081
2082 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2083
2084 PR breakpoints/25011
2085 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2086
2087 2019-07-04 Pedro Alves <palves@redhat.com>
2088
2089 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2090 body returned ok(0), break(3) or continue(4).
2091 * gdb.testsuite/foreach_with_prefix.exp: New file.
2092
2093 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2094
2095 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2096
2097 2019-07-03 Pedro Alves <palves@redhat.com>
2098
2099 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2100 "return -code".
2101
2102 2019-07-03 Pedro Alves <palves@redhat.com>
2103
2104 PR cli/24732
2105 * gdb.base/shell.exp: Load completion-support.exp.
2106 Adjust expected error output. Add completion tests.
2107
2108 2019-07-03 Pedro Alves <palves@redhat.com>
2109
2110 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2111 string_to_regexp.
2112
2113 2019-07-03 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2116 (expect_integer): Adjust to expect "-string".
2117 (expect_string): New.
2118 (all_options): Expect "-string".
2119 (test-flag, test-boolean): Adjust to expect "-string".
2120 (test-string): New proc.
2121 (top level): Call it.
2122
2123 2019-07-03 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2126 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2127 the expected output in the success.
2128
2129 2019-07-03 Pedro Alves <palves@redhat.com>
2130
2131 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2132 Split one gdb_test_multiple call in two to avoid a race.
2133
2134 2019-07-03 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/with.c: New file.
2137 * gdb.base/with.exp: New file.
2138
2139 2019-07-03 Pedro Alves <palves@redhat.com>
2140
2141 * gdb.base/settings.exp: Replace all references to "maint
2142 test-settings set" with references to "maint set test-settings",
2143 and all references to "maint test-settings show" with references
2144 to "maint show test-settings".
2145
2146 2019-07-03 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.base/settings.exp (test-string): Adjust expected out when
2149 testing "maint test-settings show filename"
2150
2151 2019-07-02 Pedro Alves <palves@redhat.com>
2152
2153 * gdb.base/options.exp (test-info-threads): New procedure.
2154 (top level): Call it.
2155
2156 2019-06-28 Tom Tromey <tromey@adacore.com>
2157
2158 * gdb.dwarf2/ada-linkage-name.c: New file.
2159 * gdb.dwarf2/ada-linkage-name.exp: New file.
2160
2161 2019-06-27 Tom Tromey <tromey@adacore.com>
2162
2163 PR c++/20020:
2164 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2165
2166 2019-06-26 Tom de Vries <tdevries@suse.de>
2167
2168 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2169
2170 2019-06-26 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.base/index-cache.exp: Add back missing debug option.
2173
2174 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2175
2176 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2177
2178 2019-06-25 Tom de Vries <tdevries@suse.de>
2179
2180 PR testsuite/24727
2181 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2182
2183 2019-06-24 Tom de Vries <tdevries@suse.de>
2184
2185 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2186
2187 2019-06-24 Tom de Vries <tdevries@suse.de>
2188
2189 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2190 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2191 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2192
2193 2019-06-24 Tom de Vries <tdevries@suse.de>
2194
2195 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2196
2197 2019-06-21 Tom de Vries <tdevries@suse.de>
2198
2199 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2200
2201 2019-06-21 Tom de Vries <tdevries@suse.de>
2202
2203 PR testsuite/24518
2204 PR ada/24713
2205 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2206 index.
2207
2208 2019-06-19 Tom Tromey <tromey@adacore.com>
2209
2210 * gdb.ada/length_cond.exp: Add intro comment.
2211
2212 2019-06-19 Tom Tromey <tromey@adacore.com>
2213
2214 * gdb.ada/length_cond.exp: New file.
2215 * gdb.ada/length_cond/length_cond.adb: New file.
2216 * gdb.ada/length_cond/pck.adb: New file.
2217 * gdb.ada/length_cond/pck.ads: New file.
2218
2219 2019-06-18 Tom de Vries <tdevries@suse.de>
2220
2221 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2222
2223 2019-06-18 Tom Tromey <tromey@adacore.com>
2224
2225 * gdb.base/list0.h: Add comment explaining control character.
2226
2227 2019-06-18 Tom de Vries <tdevries@suse.de>
2228
2229 * boards/fission.exp: Break up long debug_flags line.
2230
2231 2019-06-16 Tom de Vries <tdevries@suse.de>
2232
2233 PR gdb/24445
2234 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2235 generated index.
2236
2237 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 PR gdb/24686
2240 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2241 improve detection of bug gdb/24541.
2242
2243 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2244
2245 PR gdb/24669
2246 * gdb.base/index-cache.exp (uses_readnow,
2247 expecting_index_cache_use): Define global variable.
2248 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2249 expecting_index_cache_use.
2250
2251 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2252 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.fortran/pointers.f90: New file.
2255 * gdb.fortran/print_type.exp: New file.
2256 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2257 * gdb.fortran/vla-type.exp: Likewise.
2258 * gdb.fortran/vla-value.exp: Likewise.
2259 * gdb.mi/mi-vla-fortran.exp: Likewise.
2260
2261 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2262
2263 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2264 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2265 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2266 as a stop reason.
2267
2268 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.base/annota1.exp: Update expected results.
2271 * gdb.cp/annota2.exp: Likewise.
2272 * gdb.cp/annota3.exp: Likewise.
2273
2274 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2275
2276 * gdb.base/style-logging.exp: Remove path from test name.
2277
2278 2019-06-14 Tom Tromey <tromey@adacore.com>
2279
2280 PR gdb/24502:
2281 * gdb.base/style-logging.exp: New file.
2282
2283 2019-06-14 Tom Tromey <tromey@adacore.com>
2284
2285 * gdb.base/symfile-warn.exp: New file.
2286 * gdb.base/symfile-warn.c: New file.
2287
2288 2019-06-14 Tom Tromey <tromey@adacore.com>
2289
2290 * gdb.base/annotate-symlink.exp: New file.
2291
2292 2019-06-14 Tom Tromey <tromey@adacore.com>
2293
2294 * gdb.ada/set_wstr.exp: Add reassignment test.
2295
2296 2019-06-14 Tom Tromey <tromey@adacore.com>
2297
2298 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2299 'unchecked_access and 'unrestricted_access as well.
2300
2301 2019-06-14 Tom Tromey <tromey@adacore.com>
2302
2303 PR ada/24539:
2304 * gdb.ada/vla.exp: Update tests.
2305 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2306 pragma.
2307
2308 2019-06-13 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/settings.exp (test-integer): Test junk after
2311 "unlimited".
2312
2313 2019-06-13 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/options.exp (test-thread-apply): New.
2316 (top level): Call it.
2317
2318 2019-06-13 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/options.exp (test-frame-apply): New.
2321 (top level): Test print commands with different "frame apply"
2322 prefixes.
2323
2324 2019-06-13 Pedro Alves <palves@redhat.com>
2325
2326 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2327 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2328 'max_completions' parameter and handle it.
2329 (test_gdb_completion_offers_commands): New.
2330
2331 2019-06-13 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2334
2335 2019-06-13 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/options.exp (test-backtrace): New.
2338 (top level): Call it.
2339
2340 2019-06-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.guile/scm-frame-args.exp: Use "set print
2343 raw-frame-arguments" instead of "set print raw frame-arguments".
2344 * gdb.python/py-frame-args.exp: Likewise.
2345
2346 2019-06-13 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.compile/compile.exp: Adjust expected output to option
2349 processing changes.
2350
2351 2019-06-13 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/options.exp: Build executable.
2354 (test-print): New procedure.
2355 (top level): Call it, once for "print" and another for "compile
2356 print".
2357
2358 2019-06-13 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/options.c: New file.
2361 * gdb.base/options.exp: New file.
2362
2363 2019-06-13 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2366 that "o" is ambiguous.
2367
2368 2019-06-13 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.base/settings.c: New file.
2371 * gdb.base/settings.exp: New file.
2372
2373 2019-06-13 Pedro Alves <palves@redhat.com>
2374
2375 * gdb.base/completion.exp: Fix comment typo.
2376
2377 2019-06-13 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2380 foo --1" test.
2381
2382 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2383
2384 * gdb.fortran/block-data.f: New.
2385 * gdb.fortran/block-data.exp: New.
2386
2387 2019-06-11 Tom de Vries <tdevries@suse.de>
2388
2389 PR testsuite/24521
2390 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2391 message.
2392
2393 2019-06-11 Tom de Vries <tdevries@suse.de>
2394
2395 PR testsuite/24521
2396 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2397
2398 2019-06-11 Tom de Vries <tdevries@suse.de>
2399
2400 * boards/readnow.exp: New file.
2401
2402 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2403
2404 * gdb.fortran/vla-sizeof.exp: Update expected results.
2405
2406 2019-06-06 Amos Bird <amosbird@gmail.com>
2407
2408 * gdb.base/annota1.exp (thread_switch): Add test for
2409 thread-exited annotation.
2410
2411 2019-06-06 Tom Tromey <tromey@adacore.com>
2412
2413 * gdb.base/maint.exp: Expect command started/finished output.
2414
2415 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2416
2417 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2418 comment.
2419 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2420
2421 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2422
2423 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2424 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2425 * gdb.arch/riscv-unwind-long-insn.c: New file.
2426 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2427
2428 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2429
2430 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2431
2432 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2433
2434 * lib/gdb.exp (help_list_trailer): New regexp variable
2435 factorizing the help trailer message.
2436 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2437 arg to allow to better factorize various tests.
2438 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2439 (test_prefix_command_help): Use help_list_trailer.
2440 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2441 * gdb.guile/scm-cmd.exp: Likewise.
2442 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2443 * gdb.base/help.exp: Use test_user_defined_class_help.
2444 * gdb.base/style.exp: Add tests for styling of help and apropos.
2445 * lib/gdb-utils.exp (style): Add title and highlight styles.
2446
2447 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2448
2449 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2450 $_shell_exitsignal.
2451 * gdb.base/default.exp: Update for new convenience variables.
2452
2453 2019-05-29 Tom Tromey <tromey@adacore.com>
2454
2455 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2456 to "break complete ada" test case's regexp.
2457
2458 2019-05-29 Tom Tromey <tromey@adacore.com>
2459
2460 PR c++/20020:
2461 * gdb.cp/constexpr-field.exp: New file.
2462 * gdb.cp/constexpr-field.cc: New file.
2463
2464 2019-05-29 Tom Tromey <tromey@adacore.com>
2465
2466 * gdb.base/finish.exp (finish_no_print): New proc.
2467 (finish_tests): Call it.
2468
2469 2019-05-24 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.dwarf2/gdb-add-index.exp: New file.
2472
2473 2019-05-22 Tom Tromey <tromey@adacore.com>
2474
2475 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2476 * gdb.base/style.exp: Use "style".
2477 * lib/gdb-utils.exp (style): New proc.
2478
2479 2019-05-22 Tom de Vries <tdevries@suse.de>
2480
2481 * gdb.base/align.exp: Require c++11.
2482
2483 2019-05-22 Tom de Vries <tdevries@suse.de>
2484
2485 PR testsuite/24586
2486 * gdb.python/py-mi-var-info-path-expression.exp: Call
2487 mi_skip_python_tests to check if python is supported.
2488
2489 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2490
2491 * gdb.arch/aarch64-pauth.c: New test.
2492 * gdb.arch/aarch64-pauth.exp: New file.
2493
2494 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2495
2496 * README (Re-running Tests Outside The Testsuite): New section.
2497
2498 2019-05-21 Tom de Vries <tdevries@suse.de>
2499
2500 * gdb.arch/amd64-eval.exp: Require c++11.
2501 * gdb.base/max-depth.exp: Same.
2502 * gdb.compile/compile-cplus-array-decay.exp: Same.
2503 * gdb.cp/meth-typedefs.exp: Same.
2504 * gdb.cp/subtypes.exp: Same.
2505 * gdb.cp/temargs.exp: Same.
2506
2507 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2508
2509 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2510
2511 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2512
2513 PR gdb/18644
2514 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2515 * gdb.fortran/printing-types.exp: Add new test.
2516 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2517 testing.
2518 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2519 setup_kfail call.
2520
2521 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2522
2523 * README (Running the Testsuite): Change example.
2524 (Testsuite Parameters): Remove TRANSCRIPT.
2525 * lib/gdb.exp: Remove TRANSCRIPT check.
2526
2527 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2528
2529 * README (Testsuite Parameters): Add replay logging to
2530 GDBSERVER_DEBUG.
2531 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2532 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2533 as a comma separated list.
2534 (gdb_debug_init): Override procedure.
2535
2536 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2537
2538 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2539 (gdb_write_cmd_file): New procedure.
2540 * lib/gdbserver-support.exp (gdbserver_start): Call
2541 gdbserver_write_cmd_file.
2542 (gdbserver_write_cmd_file): New procedure.
2543
2544 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2545
2546 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2547 (delete_breakpoints): Likewise.
2548 (gdb_run_cmd): Likewise.
2549 (gdb_start_cmd): Likewise.
2550 (gdb_starti_cmd): Likewise.
2551 (gdb_internal_error_resync): Likewise.
2552 (gdb_test_multiple): Likewise.
2553 (gdb_reinitialize_dir): Likewise.
2554 (default_gdb_exit): Likewise.
2555 (gdb_file_cmd): Mark kill as optional.
2556 (default_gdb_start): Call gdb_stdin_log_init.
2557 (send_gdb): Call gdb_stdin_log_write.
2558 (rerun_to_main): Mark Y as an answer.
2559 (gdb_stdin_log_init): New function.
2560 (gdb_stdin_log_write): Likewise.
2561
2562 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2563
2564 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2565 * gdb.base/debug-expr.exp: Likewise.
2566 * gdb.base/foll-fork.exp: Likewise.
2567 * gdb.base/foll-vfork.exp: Likewise.
2568 * gdb.base/fork-print-inferior-events.exp: Likewise.
2569 * gdb.base/gdb-sigterm.exp: Likewise.
2570 * gdb.base/gdbinit-history.exp: Likewise.
2571 * gdb.base/osabi.exp: Likewise.
2572 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2573 * gdb.base/ui-redirect.exp: Likewise.
2574 * gdb.gdb/unittest.exp: Likewise.
2575 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2576 * gdb.mi/mi-watch.exp: Likewise.
2577 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2578 * gdb.mi/user-selected-context-sync.exp: Likewise.
2579 * gdb.python/python.exp: Disable debug test when debugging.
2580 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2581 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2582 Likewise.
2583 * gdb.threads/stepi-random-signal.exp: Likewise.
2584
2585 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2586
2587 * Makefile.in: Pass through GDB_DEBUG.
2588 * README (Testsuite Parameters): Add GDB_DEBUG.
2589 (gdb,debug): Add board setting.
2590 * lib/gdb.exp (default_gdb_start): Start debugging.
2591 (gdb_debug_enabled): New procedure.
2592 (gdb_debug_init): Likewise.
2593
2594 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2595
2596 * Makefile.in: Pass through GDB_DEBUG.
2597 * README (Testsuite Parameters): Add GDB_DEBUG.
2598 (gdb,debug): Add board setting.
2599 * lib/gdb.exp (default_gdb_start): Start debugging.
2600 (gdb_debug_enabled): New procedure.
2601 (gdb_debug_init): Likewise.
2602
2603 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2604
2605 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2606
2607 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2608
2609 * gdb.base/ui-redirect.exp: Test redirection.
2610
2611 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2612
2613 * gdb.mi/mi-complete.exp: New file.
2614 * gdb.mi/mi-complete.cc: Likewise.
2615
2616 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2617
2618 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2619 indexed and sliced arrays, and pointers to arrays.
2620
2621 2019-05-14 Tom Tromey <tromey@adacore.com>
2622
2623 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2624 styling test.
2625
2626 2019-05-14 Tom de Vries <tdevries@suse.de>
2627
2628 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2629 selection entry encoding.
2630
2631 2019-05-10 Tom Tromey <tromey@adacore.com>
2632
2633 * gdb.ada/info_exc.exp: Add "complete" test.
2634
2635 2019-05-09 Tom de Vries <tdevries@suse.de>
2636
2637 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2638 CU-relative.
2639
2640 2019-05-09 Tom de Vries <tdevries@suse.de>
2641
2642 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2643 CU-relative.
2644
2645 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2646
2647 * gdb.ada/frame_arg_lang.exp: New testcase.
2648 * gdb.ada/frame_arg_lang/bla.adb: New file.
2649 * gdb.ada/frame_arg_lang/pck.ads: New file.
2650 * gdb.ada/frame_arg_lang/pck.adb: New file.
2651 * gdb.ada/frame_arg_lang/foo.c: New file.
2652
2653 2019-05-08 Tom Tromey <tromey@adacore.com>
2654
2655 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2656
2657 2019-05-08 Tom Tromey <tromey@adacore.com>
2658
2659 * gdb.base/ptype-offsets.exp: Update tests.
2660
2661 2019-05-08 Tom Tromey <tromey@adacore.com>
2662
2663 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2664 cases.
2665 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2666 "short".
2667
2668 2019-05-08 Tom Tromey <tromey@adacore.com>
2669
2670 * gdb.ada/vla.exp: New file.
2671 * gdb.ada/vla/vla.adb: New file.
2672
2673 2019-05-07 Tom de Vries <tdevries@suse.de>
2674
2675 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2676
2677 2019-05-07 Tom de Vries <tdevries@suse.de>
2678
2679 PR testsuite/24522
2680 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2681 section.
2682
2683 2019-05-07 Tom de Vries <tdevries@suse.de>
2684
2685 PR testsuite/24522
2686 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2687 .debug_aranges section.
2688
2689 2019-05-07 Tom de Vries <tdevries@suse.de>
2690
2691 PR testsuite/24159
2692 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2693
2694 2019-05-06 Tom de Vries <tdevries@suse.de>
2695
2696 * lib/gdb.exp (exec_has_index_section): New proc.
2697 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2698 section.
2699
2700 2019-05-04 Tom de Vries <tdevries@suse.de>
2701
2702 * boards/cc-with-debug-names.exp: New file.
2703
2704 2019-05-03 Tom Tromey <tromey@adacore.com>
2705
2706 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2707 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2708 * gdb.ada/char_enum.exp: Add test.
2709
2710 2019-05-03 Tom de Vries <tdevries@suse.de>
2711
2712 * boards/cc-with-gdb-index.exp: New file.
2713
2714 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.rust/simple.exp: Add new test case.
2717 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2718 (main): Initialise an instance of the new struct.
2719
2720 2019-05-01 Tom Tromey <tromey@adacore.com>
2721
2722 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2723 record.
2724 (NPR): New variable.
2725 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2726 test.
2727
2728 2019-05-01 Tom Tromey <tromey@adacore.com>
2729
2730 * gdb.ada/packed_array_assign.exp: Add packed assignment
2731 regression test.
2732
2733 2019-05-01 Tom de Vries <tdevries@suse.de>
2734
2735 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2736
2737 2019-05-01 Tom de Vries <tdevries@suse.de>
2738
2739 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2740
2741 2019-04-30 Ali Tamur <tamur@google.com>
2742
2743 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2744
2745 2019-04-30 Tom Tromey <tromey@adacore.com>
2746
2747 * lib/ada.exp (find_ada_tool): New proc.
2748 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2749 * gdb.ada/catch_ex_std.exp: New file.
2750 * gdb.ada/catch_ex_std/foo.adb: New file.
2751 * gdb.ada/catch_ex_std/some_package.adb: New file.
2752 * gdb.ada/catch_ex_std/some_package.ads: New file.
2753
2754 2019-04-30 Tom Tromey <tromey@adacore.com>
2755
2756 PR c++/24470:
2757 * gdb.cp/temargs.cc: Add test code from PR.
2758
2759 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2760
2761 * gdb.fortran/vla-datatypes.exp: Update expected results.
2762 * gdb.fortran/vla-ptype.exp: Likewise.
2763 * gdb.fortran/vla-type.exp: Likewise.
2764 * gdb.fortran/vla-value.exp: Likewise.
2765
2766 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2767
2768 * gdb.fortran/ptr-indentation.exp: Update expected results.
2769 * gdb.fortran/ptype-on-functions.exp: Likewise.
2770 * gdb.fortran/vla-ptr-info.exp: Likewise.
2771 * gdb.fortran/vla-value.exp: Likewise.
2772
2773 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2774
2775 * gdb.fortran/ptype-on-functions.exp: New file.
2776 * gdb.fortran/ptype-on-functions.f90: New file.
2777
2778 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2781 case void string.
2782
2783 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.fortran/complex.exp: Expand.
2786 * gdb.fortran/complex.f: Renamed to...
2787 * gdb.fortran/complex.f90: ...this, and extended to add more
2788 complex values.
2789
2790 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2791
2792 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2793 MODULO, CMPLX.
2794
2795 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2796 Richard Bunt <richard.bunt@arm.com>
2797
2798 * gdb.base/max-depth.c: New file.
2799 * gdb.base/max-depth.exp: New file.
2800 * gdb.python/py-nested-maps.c: New file.
2801 * gdb.python/py-nested-maps.exp: New file.
2802 * gdb.python/py-nested-maps.py: New file.
2803 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2804 (test_all_common): Call test_max_depth.
2805 * gdb.fortran/max-depth.exp: New file.
2806 * gdb.fortran/max-depth.f90: New file.
2807 * gdb.go/max-depth.exp: New file.
2808 * gdb.go/max-depth.go: New file.
2809 * gdb.modula2/max-depth.exp: New file.
2810 * gdb.modula2/max-depth.c: New file.
2811 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2812
2813 2019-04-29 Tom de Vries <tdevries@suse.de>
2814
2815 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2816
2817 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2818
2819 * gdb.base/callexit.exp: Test may-call-functions off.
2820
2821 2019-04-25 Keith Seitz <keiths@redhat.com>
2822
2823 PR c++/24367
2824 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2825 (another_incomplete_struct, test_incomplete): New definitions.
2826 (main): Use new definitions.
2827 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2828 functions.
2829
2830 2019-04-25 Ali Tamur <tamur@google.com>
2831
2832 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2833
2834 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2835
2836 PR corefiles/11608
2837 PR corefiles/18187
2838 * gdb.base/coredump-filter-build-id.exp: New file.
2839
2840 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2841
2842 * Makefile.in: Pass through GDBSERVER_DEBUG.
2843 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2844 (gdbserver,debug): Add board setting.
2845 * gdb.trace/tspeed.exp: Skip when debugging.
2846 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2847 * lib/gdbserver-support.exp: Likewise
2848
2849 2019-04-24 Tom Tromey <tromey@adacore.com>
2850
2851 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2852 Rust.
2853
2854 2019-04-24 Tom Tromey <tromey@adacore.com>
2855
2856 * gdb.arch/amd64-eval.exp: Test bitfield return.
2857 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2858 (class Foo) <return_bitfields>: New method.
2859 (main): Call it.
2860
2861 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.cp/many-args.cc: New file.
2864 * gdb.cp/many-args.exp: New file.
2865
2866 2019-04-23 Tom de Vries <tdevries@suse.de>
2867
2868 PR gdb/24433
2869 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2870
2871 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2872
2873 * gdb.trace/backtrace.exp: Use nopie flag.
2874 * gdb.trace/circ.exp: Likewise.
2875 * gdb.trace/collection.exp: Likewise.
2876 * gdb.trace/ftrace.exp: Likewise.
2877 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2878 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2879 * gdb.trace/qtro.exp: Likewise.
2880 * gdb.trace/read-memory.exp: Likewise.
2881 * gdb.trace/report.exp: Likewise.
2882 * gdb.trace/tfile.exp: Likewise.
2883 * gdb.trace/tfind.exp: Likewise.
2884 * gdb.trace/unavailable.exp: Likewise.
2885
2886 2019-04-22 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.base/solib-probes-nosharedlibrary.c,
2889 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2890
2891 2019-04-19 Tom Tromey <tromey@adacore.com>
2892
2893 * gdb.ada/ptype_union.c: New file.
2894 * gdb.ada/ptype_union.exp: New file.
2895
2896 2019-04-19 Tom Tromey <tromey@adacore.com>
2897
2898 PR symtab/24423:
2899 * gdb.base/list0.h (foo): Add a control-l character.
2900
2901 2019-04-18 Tom de Vries <tdevries@suse.de>
2902
2903 PR gdb/24433
2904 * boards/local-board.exp: Set sysroot to "".
2905
2906 2019-04-18 Tom de Vries <tdevries@suse.de>
2907 Pedro Alves <palves@redhat.com>
2908
2909 PR gdb/24454
2910 * gdb.threads/vfork-follow-child-exec.c: New file.
2911 * gdb.threads/vfork-follow-child-exec.exp: New file.
2912 * gdb.threads/vfork-follow-child-exit.c: New file.
2913 * gdb.threads/vfork-follow-child-exit.exp: New file.
2914
2915 2019-04-15 Leszek Swirski <leszeks@google.com>
2916
2917 * gdb.arch/amd64-eval.cc: New file.
2918 * gdb.arch/amd64-eval.exp: New file.
2919
2920 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2921
2922 * gdb.server/sysroot.c: New test.
2923 * gdb.server/sysroot.exp: New file.
2924 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2925 matching param.
2926
2927 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2928
2929 * gdb.base/align.exp: Extend test to cover structures containing
2930 only static fields.
2931
2932 2019-04-11 Tom de Vries <tdevries@suse.de>
2933
2934 * boards/cc-with-dwz-m.exp: New file.
2935 * boards/cc-with-dwz.exp: New file.
2936 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2937
2938 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2939
2940 * gdb.base/start-cpp.exp: New file.
2941 * gdb.base/start-cpp.cc: New file.
2942
2943 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2944
2945 * gdb.python/py-thrhandle.exp: Adjust tests to call
2946 thread_from_handle instead of thread_from_thread_handle.
2947
2948 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2949
2950 * gdb.python/py-thrhandle.exp: Add tests for
2951 gdb.InferiorThread.handle.
2952
2953 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * gdb.python/py-function.exp: Check calling helper function from
2956 all languages.
2957 * lib/gdb.exp (gdb_supported_languages): New proc.
2958
2959 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2960
2961 * gdb.base/complex-parts.c: New file.
2962 * gdb.base/complex-parts.exp: New file.
2963
2964 2019-04-01 Tom Tromey <tromey@adacore.com>
2965
2966 PR symtab/23331:
2967 * gdb.dwarf2/dw2-ranges-main.c: New file.
2968 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2969 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2970
2971 2019-03-30 Simon Marchi <simark@simark.ca>
2972
2973 * gdb.base/default.exp: Add values for $_gdb_major and
2974 $_gdb_minor.
2975
2976 2019-03-29 Tom Tromey <tromey@adacore.com>
2977
2978 * gdb.base/help.exp: Tighten apropos regexp.
2979
2980 2019-03-29 Keith Seitz <keiths@redhat.com>
2981
2982 * gdb.fortran/array-bounds.exp: New file.
2983 * gdb.fortran/array-bounds.f90: New file.
2984
2985 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2986
2987 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2988
2989 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2990
2991 * gdb.multi/hello.c (main): Increase alarm timer.
2992
2993 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2994
2995 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2996 factor when no hardware watchpoint support.
2997
2998 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2999 Pedro Alves <palves@redhat.com>
3000
3001 * boards/local-board.exp: set sysroot to /.
3002
3003 2019-03-27 Alan Hayward <alan.hayward@arm.com>
3004
3005 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3006 in child.
3007
3008 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3009
3010 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3011 field.
3012 (make_container): Initialise new field.
3013 * gdb.python/py-prettyprint.exp: Add new tests.
3014 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3015 <display_hint>: New method.
3016
3017 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3018
3019 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3020 gdb_continue_to_breakpoint more throughout this test.
3021 (run_lang_tests) Supply unique test names, and use
3022 gdb_test_no_output.
3023
3024 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.base/finish-pretty.exp: Update expected results.
3027 * gdb.base/pretty-print.c: New file.
3028 * gdb.base/pretty-print.exp: New file.
3029
3030 2019-03-25 Pedro Alves <palves@redhat.com>
3031
3032 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3033 move comments outside list. Append '-i "" eof' section.
3034
3035 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3036
3037 PR testsuite/25016
3038 * README: Add pie options.
3039 * gdb.base/break-interp.exp: Ensure pie is disabled.
3040 * gdb.base/dump.exp: Likewise.
3041 * lib/gdb.exp (gdb_compile): Add pie option.
3042
3043 2019-03-19 Tom Tromey <tromey@adacore.com>
3044
3045 * gdb.mi/mi2-cli-display.c: New file.
3046 * gdb.mi/mi2-cli-display.exp: New file.
3047
3048 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3049 Tom Tromey <tromey@adacore.com>
3050
3051 * gdb.ada/ptype_array/pck.adb: New file.
3052 * gdb.ada/ptype_array/pck.ads: New file.
3053 * gdb.ada/ptype_array/foo.adb: New file.
3054 * gdb.ada/ptype_array.exp: New file.
3055
3056 2019-03-14 Tom Tromey <tromey@adacore.com>
3057
3058 * gdb.base/style.exp: Add "set style sources" test.
3059
3060 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3061
3062 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3063 * mi-breakpoint-multiple-locations.exp: ... this.
3064 (make_breakpoints_pattern): New proc.
3065 (do_test): Add mi_version parameter, test -break-insert,
3066 -break-info and =breakpoint-created.
3067
3068 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * config/default.exp: Remove 'load_lib gdb.exp'.
3071 * config/monitor.exp: Likewise.
3072 * config/sid.exp: Likewise.
3073 * config/sim.exp: Likewise.
3074 * config/slite.exp: Likewise.
3075 * config/unix.exp: Likewise.
3076 * gdb.base/default.exp: Remove unhelpful comment.
3077
3078 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3081
3082 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3085
3086 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3087
3088 * gdb.fortran/type-kinds.exp: Update expected results.
3089
3090 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3093
3094 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3095
3096 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3097 function.
3098 (test_basic_parsing_of_type_kinds): Expand types tested.
3099 (test_parsing_invalid_type_kinds): New function.
3100
3101 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.fortran/intrinsics.exp: New file.
3104 * gdb.fortran/intrinsics.f90: New file.
3105 * gdb.fortran/type-kinds.exp: New file.
3106
3107 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3108
3109 * gdb.fortran/dot-ops.exp: New file.
3110
3111 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3112
3113 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3114 Check upper and lower case logical literals.
3115
3116 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3119 Remove duplicate tests.
3120
3121 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3122
3123 * lib/gdb.exp (builtin_cd): rename of cd.
3124 (cd): Override builtin.
3125
3126 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3127
3128 * gdb.fortran/function-calls.exp: New file.
3129 * gdb.fortran/function-calls.f90: New test.
3130
3131 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3132
3133 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3134 on user program standard output.
3135 * gdb.fortran/short-circuit-argument-list.f90: Record function
3136 calls.
3137
3138 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3139
3140 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3141 failure.
3142
3143 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3144
3145 PR gdb/8527
3146 * gdb.base/interrupt-daemon-attach.c,
3147 gdb.base/interrupt-daemon-attach.exp: New test.
3148
3149 2019-02-27 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.base/page.exp: Add tests for "set width/height -1".
3152
3153 2019-02-27 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/page.exp: Add tests for "set/show width/height" with
3156 "infinite" values.
3157
3158 2019-02-27 Tom Tromey <tromey@adacore.com>
3159
3160 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3161 2.4.
3162 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3163 workaround.
3164
3165 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3168 tests for structs with static members.
3169
3170 2019-02-26 Tom Tromey <tromey@adacore.com>
3171
3172 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3173 ValueError, not TypeError.
3174
3175 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3176
3177 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3178 call from main program.
3179
3180 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3181
3182 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3183 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3184 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3185 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3186 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3187
3188 2019-02-22 Keith Seitz <keiths@redhat.com>
3189
3190 PR symtab/23853
3191 * gdb.base/symlink-sourcefile.c: New file.
3192 * gdb.base/symlink-sourcefile.exp: New file.
3193
3194 2019-02-20 Tom Tromey <tom@tromey.com>
3195
3196 * gdb.base/info_qt.exp: Update.
3197
3198 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3199
3200 * gdb.base/source.exp: Move "error in sourced script" code to
3201 the end.
3202 * gdb.base/source-error.gdb: Move contents to
3203 source-error-1.gdb. Add new code to source source-error-1.gdb.
3204 * gdb.base/source-error-1.gdb: New file, from previous
3205 source-error.gdb.
3206
3207 2019-02-17 Tom Tromey <tom@tromey.com>
3208
3209 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3210 for macro styling.
3211 * gdb.base/style.c (SOME_MACRO): New macro.
3212
3213 2019-02-17 Tom Tromey <tom@tromey.com>
3214
3215 * gdb.base/style.exp: Add line-wrapping tests.
3216 * gdb.base/page.exp: Add test for quitting during pagination.
3217
3218 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3219
3220 * gdb.ada/big_packed_array: New testcase.
3221 * gdb.ada/homonym.exp: Fix incorrect expected output for
3222 "break <homonym__get_value>" test.
3223
3224 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3225
3226 PR breakpoints/21870
3227 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3228 and prepare_for_testing. Add comment.
3229 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3230 redundant cleanup call. Clean up comment.
3231
3232 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3233
3234 PR breakpoints/21870
3235 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3236 * gdb.arch/aarch64-dbreg-contents.c: New file.
3237
3238 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3239
3240 * gdb.ada/mi_ref_changeable: New testcase.
3241
3242 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3243
3244 * gdb.base/attach.exp: Add double attach test.
3245
3246 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3247
3248 * lib/gdb.exp (default_gdb_start): Don't match pagination
3249 prompt.
3250 (gdb_init): Set stty_init.
3251
3252 2019-01-27 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3255 skip_python_tests.
3256
3257 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3258
3259 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3260 New structure.
3261 (struct struct_static_02_02): Likewise.
3262 (struct struct_static_02_03): Likewise.
3263 (struct struct_static_02_04): Likewise.
3264 (struct struct_static_04_01): Likewise.
3265 (struct struct_static_04_02): Likewise.
3266 (struct struct_static_04_03): Likewise.
3267 (struct struct_static_04_04): Likewise.
3268 (struct struct_static_06_01): Likewise.
3269 (struct struct_static_06_02): Likewise.
3270 (struct struct_static_06_03): Likewise.
3271 (struct struct_static_06_04): Likewise.
3272 (cmp_struct_static_02_01): Likewise.
3273 (cmp_struct_static_02_02): Likewise.
3274 (cmp_struct_static_02_03): Likewise.
3275 (cmp_struct_static_02_04): Likewise.
3276 (cmp_struct_static_04_01): Likewise.
3277 (cmp_struct_static_04_02): Likewise.
3278 (cmp_struct_static_04_03): Likewise.
3279 (cmp_struct_static_04_04): Likewise.
3280 (cmp_struct_static_06_01): Likewise.
3281 (cmp_struct_static_06_02): Likewise.
3282 (cmp_struct_static_06_03): Likewise.
3283 (cmp_struct_static_06_04): Likewise.
3284 (call_all): Test new structs.
3285 * gdb.base/infcall-nested-structs.exp: Likewise.
3286
3287 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3288 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3289
3290 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3291 * gdb.base/stack-protector.c: New test.
3292 * gdb.base/stack-protector.exp: New file.
3293 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3294 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3295 option.
3296 (gdb_compile): Remove stack protector for GCC and prevent
3297 recursion.
3298
3299 2019-01-16 Keith Seitz <keiths@redhat.com>
3300
3301 PR gdb/23773
3302 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3303
3304 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3305
3306 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3307 aliases.
3308 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3309 tests.
3310 * gdb.arch/powerpc-vector-regs.c: New file.
3311 * gdb.arch/powerpc-vector-regs.exp: New file.
3312
3313 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3314
3315 * gdb.arch/altivec-regs.exp: Fix the list passed to
3316 gdb_expect_list when testing "info vector".
3317
3318 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.base/style.exp: Don't include path in testname.
3321
3322 2019-01-10 Keith Seitz <keiths@redhat.com>
3323
3324 PR gdb/23712
3325 PR symtab/23010
3326 * gdb.dwarf2/multidictionary.exp: New file.
3327
3328 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3329
3330 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3331 (test_gnuv3_style_demangling): ... this.
3332 (test_lucid_style_demangling): Remove.
3333 (test_arm_style_demangling): Remove.
3334 (test_hp_style_demangling): Remove.
3335 (do_tests): Remove calls to the above.
3336
3337 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3340 case.
3341
3342 2019-01-06 Tom Tromey <tom@tromey.com>
3343
3344 PR gdb/28155:
3345 * gdb.dwarf2/typedef-void-finish.exp: New file.
3346
3347 2018-12-28 Tom Tromey <tom@tromey.com>
3348 Simon Marchi <simark@simark.ca>
3349
3350 * gdb.base/jit-exec.exp: New file.
3351 * gdb.base/jit-exec.c: New file.
3352 * gdb.base/jit-execd.c: New file.
3353
3354 2018-12-28 Tom Tromey <tom@tromey.com>
3355
3356 * gdb.base/style.exp: Update test to check for address styling.
3357
3358 2018-12-28 Tom Tromey <tom@tromey.com>
3359
3360 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3361 message.
3362
3363 2018-12-28 Tom Tromey <tom@tromey.com>
3364
3365 * gdb.base/style.exp: Add test for version number styling.
3366
3367 2018-12-28 Tom Tromey <tom@tromey.com>
3368
3369 * gdb.base/style.exp: Add test for print_address_symbolic.
3370
3371 2018-12-28 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.base/style.exp: Add test for breakpoint setting.
3374
3375 2018-12-28 Tom Tromey <tom@tromey.com>
3376
3377 * gdb.base/style.exp: Add test for variable names.
3378
3379 2018-12-28 Tom Tromey <tom@tromey.com>
3380
3381 * gdb.base/style.exp: New file.
3382 * gdb.base/style.c: New file.
3383
3384 2018-12-28 Tom Tromey <tom@tromey.com>
3385
3386 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3387 "dumb".
3388 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3389 the TERM environment variable.
3390
3391 2018-12-27 Tom Tromey <tom@tromey.com>
3392
3393 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3394 pagination test.
3395
3396 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3399 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3400
3401 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3402
3403 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3404 Filename a.adb changed to bp_fun_addr.adb.
3405 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3406
3407 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3408
3409 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3410 non-PIE executables.
3411 * README: Mention the gdb,nopie_flag board setting.
3412 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3413 non-PIE executable.
3414 * gdb.arch/amd64-entry-value.exp: Likewise.
3415 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3416 * gdb.arch/i386-float.exp: Likewise.
3417 * gdb.arch/i386-signal.exp: Likewise.
3418 * gdb.mi/mi-reg-undefined.exp: Likewise.
3419
3420 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3421
3422 PR gdb/23974
3423 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3424
3425 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3426
3427 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3428 Update order of results accordingly.
3429
3430 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * gdb.base/annota1.exp: Update a test regexp.
3433
3434 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3437
3438 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3439
3440 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3441 (reuse_time): Initialize to REUSE_TIME_CAP.
3442 (check_rc): New function.
3443 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3444 Check pthread_create rc.
3445 (spawner_thread_func): Check pthread_create and pthread_join rc.
3446
3447 2018-12-08 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.base/list.exp (test_forward_search): Rename to ...
3450 (test_forward_reverse_search): ... this. Also test reverse-search
3451 and the forward-search alias.
3452
3453 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3456 local timeout variable before return, and remove all local timeout
3457 variable entirely.
3458 (gdb_load): Likewise.
3459
3460 2018-12-01 Tom de Vries <tdevries@suse.de>
3461
3462 * gdb.base/gdb-caching-proc.exp: New file.
3463
3464 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3465
3466 * Makefile.in (TIMESTAMP): New variable.
3467 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3468 command.
3469 (check-single-racy): Likewise.
3470 (check/%.exp): Likewise.
3471 (check-racy/%.exp): Likewise.
3472 (workers/%.worker): Likewise.
3473 (build-perf): Likewise.
3474 (check-perf): Likewise.
3475 * README: Describe new "TS" and "TS_FORMAT" variables.
3476 * print-ts.py: New file.
3477
3478 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3479
3480 PR python/23714
3481 * gdb.python/python.exp: Test command repetition after
3482 gdb.execute.
3483
3484 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3487 is correctly aligned.
3488
3489 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3490
3491 * gdb.ada/info_auto_lang.exp: New testcase.
3492 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3493 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3494 * gdb.ada/info_auto_lang/some_c.c: New file.
3495
3496 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3497
3498 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3499 FUNC_lang language syntax.
3500
3501 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3502
3503 * gdb.base/info_minsym.c: New file.
3504 * gdb.base/info_minsym.exp: New file.
3505
3506 2018-11-19 Tom Tromey <tom@tromey.com>
3507
3508 PR rust/23625:
3509 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3510 * gdb.rust/expr.exp: Update expected output. Change one test.
3511
3512 2018-11-19 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3515
3516 2018-11-19 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3519 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3520 see the expected warning.
3521
3522 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3523
3524 PR gdb/22736:
3525 * gdb.cp/infcall-nodebug-lib.c: New test.
3526 * gdb.cp/infcall-nodebug-main.c: New test.
3527 * gdb.cp/infcall-nodebug.exp: New file.
3528
3529 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3530
3531 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3532 completer tests.
3533
3534 2018-11-09 Tom de Vries <tdevries@suse.de>
3535
3536 * gdb.base/msym-lang.c: New test.
3537 * gdb.base/msym-lang.exp: New file.
3538 * gdb.base/msym-lang-main.c: New test.
3539
3540 2018-11-08 Tom Tromey <tom@tromey.com>
3541
3542 PR gdb/23555:
3543 PR gdb/23838:
3544 * gdb.base/warning.exp: New file.
3545
3546 2018-11-08 Jan Beulich <jbeulich@suse.com>
3547
3548 * testsuite/gdb.arch/i386-avx512.c,
3549 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3550
3551 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3552
3553 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3554 point hardware.
3555
3556 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3559 * gdb.dwarf2/missing-type-name.exp: New file.
3560
3561 2018-11-06 Tom de Vries <tdevries@suse.de>
3562
3563 * gdb.base/many-headers.c: New test.
3564 * gdb.base/many-headers.exp: New file.
3565
3566 2018-11-06 Jim Wilson <jimw@sifive.com>
3567
3568 * gdb.base/code_elim.exp: For riscv, set additional_flags
3569 to include -msmall-data-limit=0.
3570
3571 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/watch_minus_l: New testcase.
3574
3575 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3576
3577 * gdb.arch/aix-sighandle.c: New file.
3578 * gdb.arch/aix-sighandle.exp: New file.
3579
3580 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3583 registers being unions.
3584
3585 2018-10-31 Tom de Vries <tdevries@suse.de>
3586
3587 * lib/valgrind.exp: New file.
3588 (vgdb_start, vgdb_stop): New procs, factored out of ...
3589 * gdb.base/valgrind-bt.exp: ... here, ...
3590 * gdb.base/valgrind-disp-step.exp: ... here and ...
3591 * gdb.base/valgrind-infcall.exp: ... here.
3592
3593 2018-10-31 Tom de Vries <tdevries@suse.de>
3594
3595 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3596
3597 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.dwarf2/void-type.c: New file.
3600 * gdb.dwarf2/void-type.exp: New file.
3601
3602 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3603
3604 * gdb.base/info_qt.c: New file.
3605 * gdb.base/info_qt.exp: New file.
3606
3607 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3608
3609 * gdb.arch/powerpc-htm-regs.c: New file.
3610 * gdb.arch/powerpc-htm-regs.exp: New file.
3611
3612 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3613
3614 * gdb.arch/powerpc-tar.c: New file.
3615 * gdb.arch/powerpc-tar.exp: New file.
3616
3617 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3618
3619 * gdb.arch/powerpc-ppr-dscr.c: New file.
3620 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3621
3622 2018-10-25 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3625
3626 2018-10-24 Tom de Vries <tdevries@suse.de>
3627
3628 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3629 longer exists error.
3630
3631 2018-10-24 Tom de Vries <tdevries@suse.de>
3632
3633 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3634
3635 2018-10-24 Tom de Vries <tdevries@suse.de>
3636
3637 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3638 --db-attach in valgrind.
3639
3640 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.arch/riscv-reg-aliases.c: New file.
3643 * gdb.arch/riscv-reg-aliases.exp: New file.
3644
3645 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3646
3647 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3648
3649 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3650
3651 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3652
3653 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3654
3655 * gdb.cp/ovldbreak.exp: Fix regexps.
3656
3657 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3658
3659 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3660
3661 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3662
3663 PR cli/23785
3664 * gdb.base/restore.exp: New test to check if "restore" with an
3665 invalid file doesn't segfault.
3666
3667 2018-10-18 Tom de Vries <tdevries@suse.de>
3668
3669 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3670 * gdb.ada/excep_handle.exp: Same.
3671 * gdb.ada/mi_string_access.exp: Same.
3672 * gdb.ada/mi_var_union.exp: Same.
3673 * gdb.arch/arc-analyze-prologue.exp: Same.
3674 * gdb.arch/arc-decode-insn.exp: Same.
3675 * gdb.base/readnever.exp: Same.
3676 * gdb.fortran/printing-types.exp: Same.
3677 * gdb.guile/scm-lazy-string.exp: Same.
3678
3679 2018-10-16 Tom de Vries <tdevries@suse.de>
3680
3681 PR gdb/23730
3682 * gdb.base/catch-follow-exec.c: Add copyright notice.
3683 * gdb.base/catch-follow-exec.exp: Rewrite to use
3684 gdb_spawn_with_cmdline_opts. Require gdb-native.
3685
3686 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3687
3688 * gdb.trace/actions-changed.exp: Check for arch support.
3689 * gdb.trace/actions.exp: Likewise.
3690 * gdb.trace/ax.exp: Likewise.
3691 * gdb.trace/backtrace.exp: Likewise.
3692 * gdb.trace/change-loc.exp: Likewise.
3693 * gdb.trace/deltrace.exp: Likewise.
3694 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3695 * gdb.trace/ftrace.exp: Likewise.
3696 * gdb.trace/infotrace.exp: Check for arch support.
3697 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3698 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3699 * gdb.trace/mi-tsv-changed.exp: Likewise.
3700 * gdb.trace/packetlen.exp: Likewise.
3701 * gdb.trace/passc-dyn.exp: Likewise.
3702 * gdb.trace/passcount.exp: Likewise.
3703 * gdb.trace/pending.exp: Likewise.
3704 * gdb.trace/range-stepping.exp: Check for shlib support.
3705 * gdb.trace/report.exp: Check for arch support.
3706 * gdb.trace/save-trace.exp: Likewise.
3707 * gdb.trace/signal.exp: Check for signal support.
3708 * gdb.trace/tfind.exp: Check for arch support.
3709 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3710 * gdb.trace/trace-common.h: Add comment.
3711 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3712 * gdb.trace/trace-enable-disable.exp: Likewise.
3713 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3714 * gdb.trace/tracecmd.exp: Check for arch support.
3715 * gdb.trace/tspeed.exp: Check for shlib and target support.
3716 * gdb.trace/tstatus.exp: Check for arch support.
3717 * gdb.trace/tsv.exp: Likewise.
3718 * gdb.trace/while-dyn.exp: Likewise.
3719 * gdb.trace/while-stepping.exp: Likewise.
3720 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3721
3722 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3723
3724 * gdb.trace/tspeed.exp: Remove nowarnings.
3725 (prepare_for_trace_test): Declare "global ipalib".
3726 * gdb.trace/tspeed.c: Include unistd.h.
3727 (main): Remove superfluous printf argument.
3728
3729 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3730
3731 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3732 directory prefix on the filename.
3733
3734 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3735
3736 * gdb.gdb/unittest.exp: Update expected message informing that
3737 selftests have been disabled.
3738 * gdb.server/unittest.exp: Likewise.
3739
3740 2018-10-09 Tom de Vries <tdevries@suse.de>
3741
3742 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3743 with runto_main.
3744
3745 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3746
3747 PR c++/16841
3748 * gdb.cp/virtbase2.cc: New file.
3749 * gdb.cp/virtbase2.exp: New file.
3750
3751 2018-10-06 Tom Tromey <tom@tromey.com>
3752
3753 PR python/19399:
3754 * gdb.python/py-inferior.exp: Add architecture test.
3755
3756 2018-10-06 Tom Tromey <tom@tromey.com>
3757
3758 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3759 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3760
3761 2018-10-06 Tom Tromey <tom@tromey.com>
3762
3763 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3764 of a "throw" catchpoint.
3765
3766 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3767
3768 * gdb.base/info-proc.exp: Update string expected from "help info
3769 proc".
3770
3771 2018-10-04 Tom Tromey <tom@tromey.com>
3772
3773 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3774 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3775 (test_initial_complaints, test_empty_complaints): Update.
3776 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3777
3778 2018-10-04 Tom Tromey <tom@tromey.com>
3779
3780 PR cli/19551:
3781 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3782 * lib/gdb.exp (gdb_file_cmd): Update.
3783 * gdb.stabs/weird.exp (print_weird_var): Update.
3784 * gdb.server/solib-list.exp: Update.
3785 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3786 * gdb.mi/mi-cli.exp: Update.
3787 * gdb.linespec/linespec.exp: Update.
3788 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3789 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3790 * gdb.cp/cp-relocate.exp: Update.
3791 * gdb.base/sym-file.exp: Update.
3792 * gdb.base/relocate.exp: Update.
3793 * gdb.base/readnever.exp: Update.
3794 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3795 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3796 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3797 * gdb.base/code_elim.exp: Update.
3798 * gdb.base/break-unload-file.exp (test_break): Update.
3799 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3800 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3801 Update.
3802 * gdb.base/attach.exp (do_attach_tests): Update.
3803 * gdb.base/sepdebug.exp: Update.
3804 * gdb.python/py-section-script.exp: Update.
3805
3806 2018-10-04 Tom Tromey <tom@tromey.com>
3807
3808 PR cli/22234:
3809 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3810 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3811 output.
3812
3813 2018-10-04 Tom Tromey <tom@tromey.com>
3814
3815 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3816 set width and height to 0.
3817 (test_command_line_attach_run): Use -quiet.
3818
3819 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3820
3821 * lib/gdb.exp (skip_ifunc_tests): New.
3822 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3823 other compile failures.
3824 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3825
3826 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3827
3828 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3829 is_amd64_regs_target.
3830
3831 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3832
3833 * gdb.arch/aarch64-sighandler-regs.c: New test.
3834 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3835 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3836
3837 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3838
3839 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3840 assembly.
3841
3842 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * gdb.base/frame-selection.exp: New file.
3845 * gdb.base/frame-selection.c: New file.
3846
3847 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3848
3849 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3850 pthread barrier.
3851 (main): Likewise.
3852
3853 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.base/large-frame-1.c: New file.
3856 * gdb.base/large-frame-2.c: New file.
3857 * gdb.base/large-frame.exp: New file.
3858 * gdb.base/large-frame.h: New file.
3859
3860 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3861
3862 PR gdb/20948
3863 * gdb.base/write_mem.exp: New test.
3864 * gdb.base/write_mem.c: Likewise.
3865
3866 2018-09-23 Tom Tromey <tom@tromey.com>
3867
3868 PR python/18852:
3869 * gdb.python/py-parameter.exp: Add test for parameter that throws
3870 on "set".
3871
3872 2018-09-23 Tom Tromey <tom@tromey.com>
3873
3874 PR python/17284:
3875 * gdb.python/py-template.exp (test_template_arg): Add test for
3876 negative template argument number.
3877
3878 2018-09-23 Tom Tromey <tom@tromey.com>
3879
3880 PR python/14062:
3881 * gdb.python/python.exp: Add test for post_event error.
3882
3883 2018-09-23 Tom Tromey <tom@tromey.com>
3884
3885 PR python/18170:
3886 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3887 convert pointers to int and long.
3888
3889 2018-09-23 Tom Tromey <tom@tromey.com>
3890
3891 PR python/20126:
3892 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3893 signed-ness conversion tests.
3894
3895 2018-09-23 Tom Tromey <tom@tromey.com>
3896
3897 PR python/18352;
3898 * gdb.python/py-value.exp (test_float_conversion): New proc.
3899 Use it.
3900
3901 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3902
3903 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3904
3905 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3906
3907 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3908 no readline.
3909 * gdb.base/utf8-identifiers.exp: Likewise.
3910 * gdb.cp/cpcompletion.exp: Likewise.
3911 * gdb.linespec/cpcompletion.exp: Likewise.
3912 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3913 * gdb.linespec/cpls-ops.exp: Likewise.
3914
3915 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3916 Chris January <chris.january@arm.com>
3917
3918 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3919 * gdb.fortran/short-circuit-argument-list.exp: New file.
3920 * gdb.fortran/short-circuit-argument-list.f90: New test.
3921
3922 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3923
3924 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3925 "arch=" keyword when executing "-stack-list-frames".
3926
3927 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3928
3929 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3930 "arch=" keyword when executing "-stack-list-frames".
3931
3932 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3933
3934 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3935 break ada".
3936
3937 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3938
3939 PR python/23669
3940 * gdb.python/python.exp: Test gdb.execute("show commands").
3941
3942 2018-09-16 Tom Tromey <tom@tromey.com>
3943
3944 * gdb.base/new-ui.exp (do_execution_tests): Update.
3945 * gdb.base/dbx.exp (test_breakpoints): Update.
3946
3947 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3948
3949 * lib/gdb.exp (gdb_simple_compile): Add proc.
3950 (is_elf_target): Use gdb_simple_compile.
3951 (skip_altivec_tests): Likewise.
3952 (skip_vsx_tests): Likewise.
3953 (skip_tsx_tests): Likewise.
3954 (skip_btrace_tests): Likewise.
3955 (skip_btrace_pt_tests): Likewise.
3956 (gdb_can_simple_compile): Likewise.
3957 (gdb_has_argv0): Likewise.
3958 (gdb_target_symbol_prefix): Likewise.
3959 (target_supports_scheduler_locking): Likewise.
3960
3961 2018-09-13 Tom Tromey <tom@tromey.com>
3962
3963 * Makefile.in (TAGS): Recognize proc_with_prefix and
3964 gdb_caching_proc.
3965
3966 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3967
3968 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3969 method.
3970
3971 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3972
3973 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3974 and a few other Inferior properties when the Inferior is no
3975 longer valid.
3976
3977 2018-09-13 Tom Tromey <tom@tromey.com>
3978
3979 PR rust/23650:
3980 * gdb.rust/simple.exp: Add test for enum field access error.
3981
3982 2018-09-13 Tom Tromey <tom@tromey.com>
3983
3984 PR rust/23626:
3985 * gdb.rust/simple.rs (EmptyEnum): New type.
3986 (main): Use it.
3987 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3988
3989 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3990
3991 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3992 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3993 * gdb.python/py-symtab.exp: Update test printing an objfile.
3994
3995 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3996
3997 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3998 object.
3999
4000 2018-09-12 Alan Hayward <alan.hayward@arm.com>
4001
4002 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4003 (support_complex_tests): Use gdb_can_simple_compile.
4004 (is_ilp32_target): Likewise.
4005 (is_lp64_target): Likewise.
4006 (is_64_target): Likewise.
4007 (is_amd64_regs_target): Likewise.
4008 (is_aarch32_target): Likewise.
4009 (gdb_int128_helper): Likewise.
4010
4011 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4012
4013 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4014
4015 2018-09-10 Jerome Guitton <guitton@adacore.com>
4016
4017 * gdb.ada/same_component_name: Add test for case of tagged record
4018 with variable-length fields.
4019
4020 2018-09-10 Xavier Roirand <roirand@adacore.com>
4021
4022 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4023 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4024 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4025 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4026
4027 2018-09-10 Xavier Roirand <roirand@adacore.com>
4028
4029 * gdb.ada/mi_string_access.exp: New testcase.
4030 * gdb.ada/mi_string_access/bar.adb: New file.
4031 * gdb.ada/mi_string_access/pck.adb: New file.
4032 * gdb.ada/mi_string_access/pck.asd: New file.
4033
4034 2018-09-10 Xavier Roirand <roirand@adacore.com>
4035
4036 * gdb.ada/mi_var_union.exp: New testcase.
4037 * gdb.ada/mi_var_union/bar.adb: New file.
4038 * gdb.ada/mi_var_union/pck.adb: New file.
4039 * gdb.ada/mi_var_union/pck.asd: New file.
4040
4041 2018-09-08 Tom Tromey <tom@tromey.com>
4042
4043 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4044
4045 2018-09-08 Tom Tromey <tom@tromey.com>
4046
4047 PR python/16047:
4048 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4049 (register_pretty_printers): Register new printer.
4050 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4051 test.
4052 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4053 (an_int_type3): New global.
4054
4055 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4056
4057 * gdb.ada/expr_with_funcall: New testcase.
4058
4059 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4060
4061 * gdb.ada/packed_array_assign: New testcase.
4062
4063 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4064
4065 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4066 names, and add test prefixes to make test names unique.
4067
4068 2018-09-05 Tom de Vries <tdevries@suse.de>
4069
4070 * gdb.dwarf2/varval.exp: Add test.
4071
4072 2018-09-04 Gary Benson <gbenson@redhat.com>
4073
4074 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4075 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4076
4077 2018-08-31 Tom Tromey <tom@tromey.com>
4078
4079 * gdb.rust/simple.rs: Rename second variable "v".
4080
4081 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4082
4083 * gdb.base/funcargs.c (use_a): New function.
4084 (recurse): Call use_a.
4085
4086 2018-08-29 Keith Seitz <keiths@redhat.com>
4087
4088 * gdb.compile/compile-cplus-anonymous.cc: New file.
4089 * gdb.compile/compile-cplus-anonymous.exp: New file.
4090 * gdb.compile/compile-cplus-array-decay.cc: New file.
4091 * gdb.compile/compile-cplus-array-decay.exp: New file.
4092 * gdb.compile/compile-cplus-inherit.cc: New file.
4093 * gdb.compile/compile-cplus-inherit.exp: New file.
4094 * gdb.compile/compile-cplus-member.cc: New file.
4095 * gdb.compile/compile-cplus-member.exp: New file.
4096 * gdb.compile/compile-cplus-method.cc: New file.
4097 * gdb.compile/compile-cplus-method.exp: New file.
4098 * gdb.compile/compile-cplus-mod.c: "New" file.
4099 * gdb.compile/compile-cplus-namespace.cc: New file.
4100 * gdb.compile/compile-cplus-namespace.exp: New file.
4101 * gdb.compile/compile-cplus-nested.cc: New file.
4102 * gdb.compile/compile-cplus-nested.exp: New file.
4103 * gdb.compile/compile-cplus-print.c: "New" file.
4104 * gdb.compile/compile-cplus-print.exp: "New" file.
4105 * gdb.compile/compile-cplus-virtual.cc: New file.
4106 * gdb.compile/compile-cplus-virtual.exp: New file.
4107 * gdb.compile/compile-cplus.c: "New" file.
4108 * gdb.compile/compile-cplus.exp: "New" file.
4109 * lib/compile-support.exp: New file.
4110
4111 2018-08-16 Gary Benson <gbenson@redhat.com>
4112
4113 PR gdb/13000:
4114 * gdb.base/batch-exit-status.exp: New file.
4115 * gdb.base/batch-exit-status.good-commands: Likewise.
4116 * gdb.base/batch-exit-status.bad-commands: Likewise.
4117
4118 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4119
4120 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4121 (struct struct02): Likewise.
4122 (struct struct03): Likewise.
4123 (struct struct04): Likewise.
4124 (struct struct_01_01): New struct.
4125 (struct struct_01_02): Likewise.
4126 (struct struct_01_03): Likewise.
4127 (struct struct_01_04): Likewise.
4128 (struct struct_02_01): Likewise.
4129 (struct struct_02_02): Likewise.
4130 (struct struct_02_03): Likewise.
4131 (struct struct_02_04): Likewise.
4132 (struct struct_04_01): Likewise.
4133 (struct struct_04_02): Likewise.
4134 (struct struct_04_03): Likewise.
4135 (struct struct_04_04): Likewise.
4136 (struct struct_05_01): Likewise.
4137 (struct struct_05_02): Likewise.
4138 (struct struct_05_03): Likewise.
4139 (struct struct_05_04): Likewise.
4140 (cmp_struct01): Remove function.
4141 (cmp_struct02): Likewise.
4142 (cmp_struct03): Likewise.
4143 (cmp_struct04): Likewise.
4144 (cmp_struct_01_01): Add Function.
4145 (cmp_struct_01_02): Likewise.
4146 (cmp_struct_01_03): Likewise.
4147 (cmp_struct_01_04): Likewise.
4148 (cmp_struct_02_01): Likewise.
4149 (cmp_struct_02_02): Likewise.
4150 (cmp_struct_02_03): Likewise.
4151 (cmp_struct_02_04): Likewise.
4152 (cmp_struct_04_01): Likewise.
4153 (cmp_struct_04_02): Likewise.
4154 (cmp_struct_04_03): Likewise.
4155 (cmp_struct_04_04): Likewise.
4156 (cmp_struct_05_01): Likewise.
4157 (cmp_struct_05_02): Likewise.
4158 (cmp_struct_05_03): Likewise.
4159 (cmp_struct_05_04): Likewise.
4160 (call_all): Add new structs.
4161 * gdb.base/infcall-nested-structs.exp: Likewise.
4162
4163 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4164
4165 * gdb.python/py-framefilter-mi.exp: Update regexp to
4166 check for "arch" field in frame output.
4167
4168 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4169
4170 * gdb.dwarf2/dw2-ranges-func.c: New file.
4171 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4172
4173 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4174
4175 * gdb.base/term.exp: Compare terminal settings with values from
4176 the inferior.
4177 * gdb.base/term.c: Get and set terminal settings.
4178
4179 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4180
4181 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4182 accommodate new "arch" field in frame output.
4183 * gdb.mi/mi-return.exp: Likewise.
4184 * gdb.mi/mi-stack.exp: Likewise.
4185 * gdb.mi/mi-syn-frame.exp: Likewise.
4186 * gdb.mi/user-selected-context-sync.exp: Likewise.
4187
4188 2018-08-19 Michael Spang <spang@google.com>
4189
4190 PR gdb/11786
4191 * gdb.base/gcore-tls-pie.c: New file.
4192 * gdb.base/gcore-tls-pie.exp: New file.
4193
4194 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4195
4196 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4197 * gdb.dwarf2/varval.c: New file.
4198 * gdb.dwarf2/varval.exp: New file.
4199
4200 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4201
4202 PR gdb/18931
4203 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4204
4205 2018-08-16 Keith Seitz <keiths@redhat.com>
4206
4207 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4208 tests expected to pass.
4209
4210 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4211
4212 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4213 -data-disassemble -a.
4214 (test_disassembly_bogus_args): Likewise.
4215
4216 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4217
4218 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4219
4220 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/vla-optimized-out.exp: Add new test.
4223
4224 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * gdb.base/vla-optimized-out-o3.exp: Delete.
4227 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4228 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4229 deleted tests.
4230
4231 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4232
4233 PR gdb/18050:
4234 * gdb.server/extended-remote-restart.c: New file.
4235 * gdb.server/extended-remote-restart.exp: New file.
4236
4237 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4238
4239 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4240 "set variable index = 42".
4241
4242 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4243
4244 * boards/index-cache-gdb.exp: New file.
4245 * gdb.dwarf2/index-cache.exp: New file.
4246 * gdb.dwarf2/index-cache.c: New file.
4247 * gdb.base/maint.exp: Check if we are using the index cache.
4248
4249 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4250
4251 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4252 MAKEFLAGS.
4253
4254 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4255
4256 * dg-extract-results.sh: Move to toplevel contrib.
4257 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4258 * Makefile.in (check-parallel-racy): Likewise.
4259
4260 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4263 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4264 tests if the target supports scheduler locking.
4265
4266 2018-08-04 Tom de Vries <tdevries@suse.de>
4267
4268 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4269
4270 2018-08-02 Tom Tromey <tom@tromey.com>
4271
4272 PR symtab/16842.
4273 * gdb.cp/temargs.exp: Test "info address" of a template
4274 parameter.
4275
4276 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4277
4278 * gdb.python/py-mi-var-info-path-expression.c: New file.
4279 * gdb.python/py-mi-var-info-path-expression.py: New file.
4280 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4281
4282 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4283
4284 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4285 error after "cannot resolve name" string.
4286
4287 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4288
4289 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4290 started.
4291 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4292
4293 2018-07-28 Tom de Vries <tdevries@suse.de>
4294
4295 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4296
4297 2018-07-26 Tom de Vries <tdevries@suse.de>
4298
4299 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4300
4301 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4304 is visible.
4305
4306 2018-07-26 Tom de Vries <tdevries@suse.de>
4307
4308 PR breakpoints/23366
4309 * gdb.base/catch-follow-exec.c: New test.
4310 * gdb.base/catch-follow-exec.exp: New file.
4311
4312 2018-07-25 Tom de Vries <tdevries@suse.de>
4313
4314 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4315 vla-optimized-out.c.
4316
4317 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4318
4319 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4320 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4321
4322 2018-07-20 Tom de Vries <tdevries@suse.de>
4323
4324 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4325 NOCLONE macro.
4326 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4327
4328 2018-07-19 Tom de Vries <tdevries@suse.de>
4329
4330 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4331 regular expression.
4332
4333 2018-07-18 Tom de Vries <tdevries@suse.de>
4334
4335 * gdb.base/vla-optimized-out.c: New test.
4336 * gdb.base/vla-optimized-out.exp: New file.
4337
4338 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4339
4340 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4341 message "No address associated with hostname" when gdbserver
4342 cannot resolve the hostname.
4343
4344 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4345
4346 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4347 Add some test prefixes to make tests unique.
4348
4349 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4350
4351 * gdb.base/frameapply.c: New file.
4352 * gdb.base/frameapply.exp: New file.
4353
4354 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4355
4356 * gdb.base/skip.exp: Update expected error message.
4357
4358 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4359 Jan Kratochvil <jan.kratochvil@redhat.com>
4360 Paul Fertser <fercerpav@gmail.com>
4361 Tsutomu Seki <sekiriki@gmail.com>
4362
4363 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4364 parameter.
4365 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4366 by default.
4367 * boards/native-gdbserver.exp: Likewise.
4368 * gdb.server/run-without-local-binary.exp: Improve regexp used
4369 for detecting when a remote debugging connection succeeds.
4370 * gdb.server/server-connect.exp: New file.
4371 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4372 Do not prefix the port number with ":".
4373 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4374 support for detecting and using it. Add '$debughost_gdbserver'
4375 to the list of arguments used to start gdbserver. Handle case
4376 when gdbserver cannot resolve a network name.
4377
4378 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4379
4380 PR c++/23373
4381 * gdb.base/ptype-offsets.cc (struct static_member): New
4382 struct.
4383 (main) <stmember>: New variable.
4384 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4385 with a static member in it.
4386
4387 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4390 watchpoints enabled and disabled.
4391
4392 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.base/examine-backward.exp: Still run tests around address
4395 0x0, even if address 0x0 is not readable. Update the pattern for
4396 matching address 0x0 in expected output.
4397
4398 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4401 malloc/free.
4402
4403 2018-07-04 Tom de Vries <tdevries@suse.de>
4404
4405 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4406
4407 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4408
4409 PR tdep/8282
4410 * gdb.arch/mips-disassembler-options.exp: New test.
4411 * gdb.arch/mips-disassembler-options.s: New test source.
4412
4413 2018-06-29 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.threads/names.exp: Adjust expected "info threads" output.
4416
4417 2018-06-29 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.opt/inline-break.exp (line number, address): Add "info
4420 break" tests.
4421
4422 2018-06-29 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4425 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4426 number and address and running to them.
4427
4428 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4429
4430 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4431
4432 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4433
4434 * lib/compiler.c: Remove executable permission flag.
4435
4436 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4437
4438 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4439 code.
4440 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4441
4442 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4443
4444 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4445
4446 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4447
4448 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4449 address argument is omitted.
4450
4451 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4452
4453 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4454
4455 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4456
4457 PR gdb/21695
4458 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4459 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4460
4461 2018-06-26 Tom Tromey <tom@tromey.com>
4462
4463 PR rust/22574:
4464 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4465 * gdb.rust/simple.rs (struct SimpleLayout): New.
4466
4467 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4470 "info registers" output.
4471
4472 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4473
4474 * gdb.base/watchpoint-hw-attach.c: New test.
4475 * gdb.base/watchpoint-hw-attach.exp: New file.
4476
4477 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4478
4479 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4480 through /bin/sh.
4481 * boards/dwarf4-gdb-index.exp: Likewise.
4482 * boards/fission-dwp.exp: Likewise.
4483
4484 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4485
4486 * gdb.base/float128.exp: Add comment and improved fail message
4487 to the failure case of "print large128" test.
4488
4489 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4490
4491 * configure.ac: Remove AC_PREREQ.
4492 * configure: Re-generate.
4493
4494 2018-06-19 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4497 (func_extern_caller): New.
4498 (main): Call func_extern_caller.
4499 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4500 logic change.
4501
4502 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4503
4504 PR gdb/16841
4505 * gdb.cp/typedef-base.cc: New file.
4506 * gdb.cp/typedef-base.exp: New file.
4507
4508 2018-06-18 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4511
4512 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4513 Richard Bunt <Richard.Bunt@arm.com>
4514
4515 * gdb.threads/attach-slow-waitpid.c: New file.
4516 * gdb.threads/attach-slow-waitpid.exp: New file.
4517 * gdb.threads/slow-waitpid.c: New file.
4518
4519 2018-06-14 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/fork-running-state.c: Include <errno.h>.
4522 (exit_if_relative_exits): New.
4523 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4524 exits.
4525 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4526 child exits.
4527
4528 2018-06-14 Tom de Vries <tdevries@suse.de>
4529
4530 PR cli/22573
4531 * gdb.base/finish-pretty.c: New test.
4532 * gdb.base/finish-pretty.exp: New file.
4533
4534 2018-06-14 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4537 gdb's expected startup output.
4538
4539 2018-06-14 Pedro Alves <palves@redhat.com>
4540
4541 * lib/selftest-support.exp (selftest_setup): Remove inlined
4542 function handling.
4543
4544 2018-06-14 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4547 matching of breakpoint printing.
4548
4549 2018-06-13 Tom de Vries <tdevries@suse.de>
4550
4551 PR testsuite/23269
4552 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4553 (fork_child): ... here, and ...
4554 (fork_parent): ... here.
4555
4556 2018-06-12 Tom de Vries <tdevries@suse.de>
4557
4558 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4559
4560 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4561 Stephen Roberts <stephen.roberts@arm.com>
4562
4563 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4564 rewrite test to describe action performed, rather than possible
4565 failure.
4566
4567 2018-06-08 Gary Benson <gbenson@redhat.com>
4568
4569 * gdb.threads/check-libthread-db.exp: New file.
4570 * gdb.threads/check-libthread-db.c: Likewise.
4571
4572 2018-06-05 Tom Tromey <tom@tromey.com>
4573
4574 * gdb.base/default.exp: Update expected "show version" output.
4575
4576 2018-06-05 Tom Tromey <tom@tromey.com>
4577
4578 PR cli/12326:
4579 * gdb.cp/static-print-quit.exp: Update.
4580 * lib/gdb.exp (pagination_prompt): Update.
4581 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4582 * gdb.python/python.exp: Update.
4583
4584 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4587
4588 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.ada/bp_fun_addr: New testcase.
4591
4592 2018-06-01 Tom Tromey <tom@tromey.com>
4593
4594 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4595 results.
4596 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4597 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4598 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4599 * gdb.base/maint.exp (maint_pass_if): Update.
4600
4601 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4602
4603 * gdb.base/endian.exp: New test.
4604 * gdb.base/endian.c: New test source.
4605
4606 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 PR gdb/23203
4609 * gdb.base/bt-selected-frame.c: New file.
4610 * gdb.base/bt-selected-frame.exp: New file.
4611 * lib/gdb.exp (get_current_frame_number): New function.
4612
4613 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4614 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.threads/tls-core.c: Include <stdlib.h>
4617 (thread_proc): Call `abort'.
4618 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4619 (tls_core_test): New procedure, bits factored out from ...
4620 (top level): ... here. Test both native cores and gcore cores.
4621
4622 2018-05-23 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4625
4626 2018-05-23 Tom Tromey <tom@tromey.com>
4627
4628 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4629 symfile_complaints.
4630 (test_short_complaints): Likewise.
4631 (test_empty_complaints): Likewise.
4632 (test_initial_complaints): Update.
4633
4634 2018-05-23 Tom Tromey <tom@tromey.com>
4635
4636 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4637
4638 2018-05-23 Tom Tromey <tom@tromey.com>
4639
4640 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4641 (test_short_complaints): Update.
4642
4643 2018-05-22 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/remote.exp: Only gdb_start after compiling the
4646 testcase. Issue "disconnect" before testing "set remote" command
4647 defaults. Issue clean_restart before running to main.
4648
4649 2018-05-22 Pedro Alves <palves@redhat.com>
4650
4651 * gdb.base/remote.exp: Adjust expected output of "show remote
4652 memory-write-packet-size". Add tests for "set remote
4653 memory-write-packet-size 0" and "set remote
4654 memory-write-packet-size fixed/limit".
4655
4656 2018-05-22 Pedro Alves <palves@redhat.com>
4657
4658 PR gdb/22973
4659 * gdb.base/utf8-identifiers.c: New file.
4660 * gdb.base/utf8-identifiers.exp: New file.
4661
4662 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4663
4664 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4665
4666 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4667
4668 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4669
4670 2018-05-18 Tom Tromey <tom@tromey.com>
4671
4672 * gdb.base/ptype-offsets.exp: Update.
4673
4674 2018-05-17 Keith Seitz <keiths@redhat.com>
4675
4676 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4677 in expected breakpoint stop locations.
4678 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4679 move to proper scope to test variable values.
4680 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4681 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4682 New functions.
4683 (main): Call not_inline_func3.
4684 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4685 inline_func1, inline_func2, and inline_func3. Test that when each
4686 breakpoint is hit, GDB properly reports both the stop location
4687 and the backtrace. Repeat tests for temporary breakpoints.
4688
4689 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4690
4691 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4692 rather then trying to access it in determining whether the PID
4693 of `gdbserver' could have been retrieved.
4694
4695 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.arch/amd64-init-x87-values.S: New file.
4698 * gdb.arch/amd64-init-x87-values.exp: New file.
4699
4700 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4703
4704 2018-05-04 Tom Tromey <tom@tromey.com>
4705
4706 PR python/22730:
4707 * gdb.python/python.exp: Test multi-line execute.
4708
4709 2018-05-04 Tom Tromey <tom@tromey.com>
4710
4711 PR python/22731:
4712 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4713
4714 2018-05-04 Tom Tromey <tom@tromey.com>
4715
4716 PR gdb/11750:
4717 * gdb.base/define.exp: Test defining a user command inside a user
4718 command.
4719 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4720
4721 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4722 Pedro Alves <palves@redhat.com>
4723
4724 PR breakpoints/19806 and support for PR external/20207.
4725 * gdb.base/watchpoint-unaligned.c: New file.
4726 * gdb.base/watchpoint-unaligned.exp: New file.
4727
4728 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * gdb.base/maint.exp: Make test names unique, use
4731 test_prefix_command_help to test 'help maint info', and remove
4732 repeated test of 'help maint'.
4733
4734 2018-05-04 Tom Tromey <tom@tromey.com>
4735
4736 PR gdb/22619:
4737 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4738 behavior.
4739
4740 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.base/maint.exp: Process output from 'maint print registers'
4743 line at a time.
4744
4745 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4746
4747 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4748 timeout.
4749
4750 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4751
4752 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4753 filter pattern.
4754
4755 2018-05-02 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4758 to_log_command renames.
4759 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4760
4761 2018-05-02 Tom Tromey <tom@tromey.com>
4762
4763 * gdb.python/py-parameter.exp: Set test message.
4764
4765 2018-05-02 Tom Tromey <tom@tromey.com>
4766
4767 PR python/20084:
4768 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4769 PARAM_ZUINTEGER_UNLIMITED tests.
4770
4771 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4772
4773 PR rust/23124
4774 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4775 when casting.
4776
4777 2018-04-30 Tom Tromey <tom@tromey.com>
4778
4779 * gdb.python/py-type.exp: Check align attribute.
4780 * gdb.python/py-type.c: New "aligncheck" global.
4781
4782 2018-04-30 Tom Tromey <tom@tromey.com>
4783
4784 PR exp/17095:
4785 * gdb.dwarf2/dw2-align.exp: New file.
4786 * gdb.cp/align.exp: New file.
4787 * gdb.base/align.exp: New file.
4788 * lib/gdb.exp (gdb_int128_helper): New proc.
4789 (has_int128_c, has_int128_cxx): New caching procs.
4790
4791 2018-04-27 Tom Tromey <tom@tromey.com>
4792
4793 PR rust/22545:
4794 * gdb.rust/simple.exp: Add inclusive range tests.
4795
4796 2018-04-26 Pedro Alves <palves@redhat.com>
4797
4798 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4799 ifunc breakpoint locations correctly of ifunc breakpoints set
4800 while the program resolves the ifunc.
4801
4802 2018-04-26 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.base/gnu-ifunc-final.c: New file.
4805 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4806 * gdb.base/gnu-ifunc.exp (executable): Delete.
4807 (staticexecutable): Adjust.
4808 (lib_opts, exec_opts): Delete.
4809 (make_binsuffix, build, set-break): New procedures.
4810 (misc_tests): New, with tests factored out from the top level.
4811 (top level): Test different combinations of ifunc resolver name,
4812 resolver with and with debug info, and ifunc target with and
4813 without debug info. Wrap static tests with with_target_prefix.
4814
4815 2018-04-26 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4818 return type" warnings.
4819
4820 2018-04-25 Pedro Alves <palves@redhat.com>
4821
4822 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4823 killed".
4824 * gdb.base/kill-after-signal.exp: Likewise.
4825 * gdb.threads/kill.exp: Likewise.
4826
4827 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4828 Sergio Durigan Junior <sergiodj@redhat.com>
4829 Pedro Alves <palves@redhat.com>
4830
4831 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4832 regexps to expect for '[Inferior ... detached]' as well.
4833 * gdb.base/attach.exp: Likewise.
4834 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4835 "gdb_continue_to_end".
4836 (test_catch_syscall_with_wrong_args): Likewise.
4837 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4838 ']'. Don't set 'verbose' on.
4839 * gdb.base/foll-vfork.exp: Likewise.
4840 * gdb.base/fork-print-inferior-events.c: New file.
4841 * gdb.base/fork-print-inferior-events.exp: New file.
4842 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4843 '[Inferior ... has been killed]' message.
4844 * gdb.base/kill-after-signal.exp: Likewise.
4845 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4846 detach message.
4847 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4848 message.
4849 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4850 regexps to expect for '[Inferior ... detached]' as well.
4851 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4852
4853 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4854
4855 PR gdb/23104
4856 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4857
4858 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4859
4860 PR gdb/23095
4861 * gdb.base/break-probes.exp: Pass shlib_load to
4862 prepare_for_testing. Set normal_bp to r_debug_state if target is
4863 bsd.
4864
4865 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4866
4867 * gdb.threads/multiple-successive-infcall.c: New test.
4868 * gdb.threads/multiple-successive-infcall.exp: New file.
4869
4870 2018-04-17 Tom Tromey <tom@tromey.com>
4871
4872 * gdb.rust/simple.rs (Union): New type.
4873 (main): New local "u".
4874 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4875
4876 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4877
4878 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4879 number information in output of "whereis" command.
4880 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4881
4882 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4883
4884 * gdb.ada/info_types.exp: Adjust expected output to the line
4885 numbers now printed by "info var/func/type".
4886 * gdb.base/completion.exp: Likewise.
4887 * gdb.base/included.exp: Likewise.
4888 * gdb.cp/cp-relocate.exp: Likewise.
4889 * gdb.cp/cplusfuncs.exp: Likewise.
4890 * gdb.cp/namespace.exp: Likewise.
4891 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4892
4893 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4894
4895 * gdb.btrace/cpu.exp: New.
4896
4897 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4898
4899 * gdb.base/step-indirect-call-thunk.exp: New.
4900 * gdb.base/step-indirect-call-thunk.c: New.
4901 * gdb.reverse/step-indirect-call-thunk.exp: New.
4902 * gdb.reverse/step-indirect-call-thunk.c: New.
4903
4904 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4905
4906 * gdb.base/pie-fork.c: New file.
4907 * gdb.base/pie-fork.exp: New file.
4908
4909 2018-04-11 Tom Tromey <tom@tromey.com>
4910
4911 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4912
4913 2018-04-10 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4916 exits. Instead loop running forever.
4917 (fork_parent): Run forever too.
4918
4919 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4920
4921 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4922 mi_continue_to_line.
4923 * gdb.mi/mi-stack.c (callee4): Add comment.
4924
4925 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4926
4927 * gdb.mi/mi-stack.exp: Fix indentation.
4928
4929 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 PR gdb/22979
4932 * gdb.arch/amd64-osabi.exp: New file.
4933
4934 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4935
4936 PR gdb/22980
4937 * gdb.base/osabi.exp: New file.
4938
4939 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4940
4941 * gdb.cp/static-typedef-print.exp: New file.
4942 * gdb.cp/static-typedef-print.cc: New file.
4943
4944 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4945
4946 * gdb.ada/varsize_limit: New testcase.
4947
4948 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4949
4950 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4951
4952 * gdb.ada/notcplusplus: New testcase.
4953
4954 * gdb.base/c-linkage-name.c: New file.
4955 * gdb.base/c-linkage-name.exp: New testcase.
4956
4957 2018-03-26 Tom Tromey <tom@tromey.com>
4958
4959 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4960 * gdb.python/py-framefilter.py (name_error): New global.
4961 (ErrorInName.function): Use name_error.
4962
4963 2018-03-26 Tom Tromey <tom@tromey.com>
4964
4965 PR backtrace/15582:
4966 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4967
4968 2018-03-23 Keith Seitz <keiths@redhat.com>
4969
4970 PR c++/22968
4971 * gdb.cp/subtypes.exp: New file.
4972 * gdb.cp/subtypes.h: New file.
4973 * gdb.cp/subtypes.cc: New file.
4974 * gdb.cp/subtypes-2.cc: New file.
4975
4976 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4979 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4980 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4981 -nostartfiles when compiling the test. Confirm that all registers
4982 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4983
4984 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4987 option, syntax was wrong anyway.
4988 * gdb.arch/arm-disp-step.exp: Likewise.
4989 * gdb.arch/sparc64-regs.exp: Likewise.
4990 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4991 option, syntax was wrong anyway, switch to use
4992 prepare_for_testing.
4993 * gdb.arch/i386-disp-step.exp: Likewise.
4994
4995 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4996
4997 * gdb.ada/exec_changed.exp: Replace "target_info exists
4998 use_gdb_stub" by "use_gdb_stub".
4999 * gdb.ada/start.exp: Likewise.
5000 * gdb.base/async-shell.exp: Likewise.
5001 * gdb.base/attach-pie-misread.exp: Likewise.
5002 * gdb.base/attach-wait-input.exp: Likewise.
5003 * gdb.base/break-entry.exp: Likewise.
5004 * gdb.base/break-interp.exp: Likewise.
5005 * gdb.base/dprintf-detach.exp: Likewise.
5006 * gdb.base/nostdlib.exp: Likewise.
5007 * gdb.base/solib-nodir.exp: Likewise.
5008 * gdb.base/statistics.exp: Likewise.
5009 * gdb.base/testenv.exp: Likewise.
5010 * gdb.mi/mi-exec-run.exp: Likewise.
5011 * gdb.mi/mi-start.exp: Likewise.
5012 * gdb.multi/dummy-frame-restore.exp: Likewise.
5013 * gdb.multi/multi-arch-exec.exp: Likewise.
5014 * gdb.multi/multi-arch.exp: Likewise.
5015 * gdb.multi/tids.exp: Likewise.
5016 * gdb.multi/watchpoint-multi.exp: Likewise.
5017 * gdb.python/py-events.exp: Likewise.
5018 * gdb.threads/attach-into-signal.exp: Likewise.
5019 * gdb.threads/attach-stopped.exp: Likewise.
5020 * gdb.threads/threadapply.exp: Likewise.
5021 * lib/selftest-support.exp: Likewise.
5022
5023 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5024
5025 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5026
5027 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5028
5029 * gdb.perf/template-breakpoints.cc: New file.
5030 * gdb.perf/template-breakpoints.exp: New file.
5031 * gdb.perf/template-breakpoints.py: New file.
5032
5033 2018-03-19 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5036 y0.
5037 * gdb.rust/simple.exp: Test bare identifier form of struct
5038 initializer.
5039
5040 2018-03-19 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.gdb/observer.exp: Remove.
5043
5044 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5045
5046 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5047 "qualified" option when setting breakpoints.
5048 * gdb.trace/backtrace.exp: Likewise.
5049 * gdb.trace/circ.exp: Likewise.
5050 * gdb.trace/collection.exp: Likewise.
5051 * gdb.trace/disconnected-tracing.exp: Likewise.
5052 * gdb.trace/ftrace-lock.exp: Likewise.
5053 * gdb.trace/ftrace.exp: Likewise.
5054 * gdb.trace/infotrace.exp: Likewise.
5055 * gdb.trace/packetlen.exp: Likewise.
5056 * gdb.trace/passc-dyn.exp: Likewise.
5057 * gdb.trace/qtro.exp: Likewise.
5058 * gdb.trace/read-memory.exp: Likewise.
5059 * gdb.trace/report.exp: Likewise.
5060 * gdb.trace/signal.exp: Likewise.
5061 * gdb.trace/status-stop.exp: Likewise.
5062 * gdb.trace/strace.exp: Likewise.
5063 * gdb.trace/tfind.exp: Likewise.
5064 * gdb.trace/trace-break.exp: Likewise.
5065 * gdb.trace/trace-condition.exp: Likewise.
5066 * gdb.trace/trace-mt.exp: Likewise.
5067 * gdb.trace/tstatus.exp: Likewise.
5068 * gdb.trace/tsv.exp: Likewise.
5069 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5070 * gdb.trace/unavailable.exp: Likewise.
5071 * gdb.trace/while-dyn.exp: Likewise.
5072
5073 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5074
5075 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5076 that libinproctrace is copied to the target.
5077
5078 2018-03-14 Tom Tromey <tom@tromey.com>
5079
5080 PR cli/14977:
5081 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5082 a null pointer.
5083 * gdb.base/wchar.exp: Likewise.
5084
5085 2018-03-14 Tom Tromey <tom@tromey.com>
5086
5087 PR cli/19918:
5088 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5089 flag.
5090
5091 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 PR gdb/22841
5094 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5095 "target" to remote_exec.
5096
5097 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5098
5099 PR gdb/22841
5100 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5101 ${board}_upload): Remove.
5102
5103 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5104
5105 * gdb.cp/watch-cp.cc: New test.
5106 * gdb.cp/watch-cp.exp: New file.
5107
5108 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5109
5110 * gdb.base/infcall-nested-structs.exp: New file.
5111 * gdb.base/infcall-nested-structs.c: New file.
5112 * gdb.base/float.exp: Add riscv support.
5113
5114 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5115
5116 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5117 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5118
5119 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5120
5121 * gdb.server/abspath.exp: New file.
5122 * lib/gdb.exp (with_cwd): New procedure.
5123
5124 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5125
5126 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5127 use it.
5128 (gdb_is_target_remote_prompt): New proc.
5129 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5130 (gdb_is_target_native): Pass prompt parameter to
5131 gdb_is_target_1.
5132
5133 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5134
5135 * gdb.base/load-command.c: New file.
5136 * gdb.base/load-command.exp: New file.
5137 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5138 (gdb_is_target_1): ...this, and generalize for other targets
5139 than just remote.
5140 (gdb_is_target_remote): Use gdb_is_target_1.
5141 (gdb_is_target_native): use gdb_is_target_1.
5142
5143 2018-02-26 Tom Tromey <tom@tromey.com>
5144
5145 PR python/16497:
5146 * gdb.python/py-framefilter.exp: Update test.
5147
5148 2018-02-26 Tom Tromey <tom@tromey.com>
5149
5150 * gdb.dwarf2/variant.c: New file.
5151 * gdb.dwarf2/variant.exp: New file.
5152
5153 2018-02-26 Tom Tromey <tom@tromey.com>
5154
5155 * gdb.rust/simple.exp: Accept more possible results in enum test.
5156
5157 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5158
5159 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5160 parentheses.
5161
5162 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5163
5164 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5165 name of a variable: $actual_linejj -> $actual_line.
5166
5167 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5168
5169 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5170
5171 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5172
5173 * gdb.btrace/buffer-size.exp: Do not force BTS.
5174
5175 2018-02-14 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5178 getting a "Quit".
5179
5180 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5181
5182 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5183 Fix test name.
5184
5185 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdb.cp/m-static.exp: Check type of optimized out static
5188 member.
5189
5190 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5191
5192 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5193 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5194
5195 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5196 Leszek Swirski <leszeks@google.com>
5197
5198 * gdb.python/py-prettyprint.c
5199 (struct to_string_returns_value_inner,
5200 struct to_string_returns_value_wrapper): New.
5201 (main): Add tsrvw variable.
5202 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5203 ToStringReturnsValueWrapper): New classes.
5204 (register_pretty_printers): Register new pretty-printers.
5205 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5206 recursive pretty printer.
5207 * gdb.python/py-mi.exp: Likewise.
5208
5209 2018-02-01 Leszek Swirski <leszeks@google.com>
5210
5211 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5212 functions with the same name as an include file are parsed
5213 correctly.
5214
5215 2018-02-01 Yao Qi <yao.qi@linaro.org>
5216
5217 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5218 "\[^\r\n\]*".
5219
5220 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5221
5222 * gdb.arch/powerpc-prologue-frame.s: New file.
5223 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5224 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5225
5226 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5227
5228 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5229
5230 2018-01-30 Pedro Alves <palves@redhat.com>
5231
5232 PR gdb/13211
5233 * gdb.base/interrupt-daemon.c: New.
5234 * gdb.base/interrupt-daemon.exp: New.
5235 * gdb.multi/multi-term-settings.c: New.
5236 * gdb.multi/multi-term-settings.exp: New.
5237
5238 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5239
5240 * gdb.base/break.exp: Save the location where the breakpoint
5241 on break.c:47 was actually inserted when debugging the version
5242 compiled at -O2 and use it in the expected output of the "info
5243 break" test performed soon after.
5244
5245 2018-01-22 Pedro Alves <palves@redhat.com>
5246 Sergio Durigan Junior <sergiodj@redhat.com>
5247
5248 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5249 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5250
5251 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5252
5253 * gdb.base/break-include.c, gdb.base/break-include.inc,
5254 gdb.base/break-include.exp: New files.
5255 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5256 line number now being the actual line number where the breakpoint
5257 was inserted.
5258 * gdb.mi/mi-break.exp: Likewise.
5259 * gdb.mi/mi-reverse.exp: Likewise.
5260 * gdb.mi/mi-simplerun.exp: Ditto.
5261
5262 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5263
5264 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5265 varobj.
5266 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5267
5268 2018-01-21 Don Breazeal <donb@codesourcery.com>
5269 Andrew Burgess <andrew.burgess@embecosm.com>
5270
5271 * gdb.mi/basics.c: Add new global.
5272 * gdb.mi/mi-frame-regs.exp: New file.
5273 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5274 case.
5275
5276 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5277
5278 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5279 non-parameter, and on an unknown symbol.
5280
5281 2018-01-19 Tom Tromey <tom@tromey.com>
5282
5283 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5284 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5285
5286 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5287
5288 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5289 setrlimit and chdir to int.
5290
5291 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5292
5293 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5294 function.
5295 (my_tend): Likewise.
5296 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5297 rationale of avoiding FP- and vector instructions.
5298
5299 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5300
5301 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5302 "info reg" with "\[ \t\]*".
5303 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5304 "\[ \t\]+".
5305 * gdb.arch/s390-multiarch.exp: Ditto.
5306 * gdb.base/pc-fp.exp: Ditto.
5307 * gdb.reverse/i386-precsave.exp: Ditto.
5308 * gdb.reverse/i386-reverse.exp: Ditto.
5309 * gdb.reverse/i387-env-reverse.exp: Ditto.
5310 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5311
5312 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5313
5314 * lib/gdb.exp (gdb_compile): Re-enable use of
5315 universal_compile_options for languages other than Rust.
5316
5317 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5318
5319 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5320
5321 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5322
5323 PR gdb/16577
5324 * gdb.base/solib-vanish.exp: New.
5325 * gdb.base/solib-vanish-main.c: New.
5326 * gdb.base/solib-vanish-lib1.c: New.
5327 * gdb.base/solib-vanish-lib2.c: New.
5328
5329 2018-01-17 Yao Qi <yao.qi@linaro.org>
5330
5331 * gdb.compile/compile.exp: Match the address printed for
5332 frame in the output of command "bt".
5333
5334 2018-01-15 Tom Tromey <tom@tromey.com>
5335
5336 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5337 compute sp_reg.
5338
5339 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5340
5341 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5342 to prepare.
5343 (prepare): Return 0 on error, 1 on success.
5344
5345 2018-01-12 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/continue-after-aborted-step-over.c: New.
5348 * gdb.base/continue-after-aborted-step-over.exp: New.
5349
5350 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5353 options when not creating an executable.
5354
5355 2018-01-11 Pedro Alves <palves@redhat.com>
5356
5357 PR remote/22597
5358 * gdb.server/stop-reply-no-thread.c: New file.
5359 * gdb.server/stop-reply-no-thread.exp: New file.
5360
5361 2018-01-10 Pedro Alves <palves@redhat.com>
5362
5363 PR gdb/22670
5364 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5365 functions too. Test setting breakpoints and printing C functions
5366 with no debug info too.
5367 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5368
5369 2018-01-10 Pedro Alves <palves@redhat.com>
5370
5371 PR gdb/22670
5372 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5373 a fail.
5374
5375 2018-01-10 Pedro Alves <palves@redhat.com>
5376
5377 PR gdb/22670
5378 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5379
5380 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * gdb.server/unittest.exp: Match the output in non-development
5383 mode.
5384
5385 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5386
5387 * gdb.gdb/unittest.exp: Match output in non-development mode.
5388
5389 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5390
5391 * gdb.ada/access_tagged_param.exp: Relax expected output
5392 for value of "ObjL" in "continue" to pck.inspect breakpoint
5393 test.
5394
5395 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5398 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5399
5400 2018-01-05 Pedro Alves <palves@redhat.com>
5401
5402 PR gdb/18653
5403 * gdb.base/libsegfault.exp: New.
5404
5405 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5406
5407 PR gdb/22670
5408 * gdb.ada/access_tagged_param.exp: New file.
5409 * gdb.ada/access_tagged_param/foo.adb: New file.
5410
5411 2018-01-05 Pedro Alves <palves@redhat.com>
5412
5413 PR gdb/22670
5414 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5415 exercise lower case too, and to exercise both full matching and
5416 wild matching.
5417
5418 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5419
5420 * gdb.ada/rename_subscript_param: New testcase.
5421
5422 2018-01-05 Jerome Guitton <guitton@adacore.com>
5423
5424 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5425
5426 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.ada/convvar_comp: New testcase.
5429
5430 2018-01-05 Xavier Roirand <roirand@adacore.com>
5431
5432 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5433 (My_Table): New global variable.
5434 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5435
5436 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5437
5438 PR gdb/22670
5439 * gdb.ada/maint_with_ada: New testcase.
5440
5441 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5442
5443 PR gdb/22670
5444 * gdb.ada/bp_c_mixed_case: New testcase.
5445
5446 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5447
5448 PR gdb/22670
5449 * gdb.ada/complete.exp: Add "complete break ada" test.
5450
5451 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5452
5453 PR gdb/22670
5454 * gdb.ada/info_addr_mixed_case: New testcase.
5455
5456 2018-01-03 Xavier Roirand <roirand@adacore.com>
5457
5458 * gdb.ada/excep_handle.exp: New testcase.
5459 * gdb.ada/excep_handle/foo.adb: New file.
5460 * gdb.ada/excep_handle/pck.ads: New file.
5461
5462 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.base/step-line.c: Add extra empty line in copyright header.
5465 * gdb.base/step-line.inp: Likewise.
5466
5467 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5468
5469 * gdb.ada/dyn_stride.exp: Add slice test.
5470
5471 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5472
5473 * gdb.ada/dyn_stride: New testcase.
5474
5475 2017-12-27 Stafford Horne <shorne@gmail.com>
5476
5477 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5478 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5479
5480 2017-12-27 Stafford Horne <shorne@gmail.com>
5481
5482 * gdb.base/reggroups.c: New file.
5483 * gdb.base/reggroups.exp: New file.
5484
5485 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5486
5487 * gdb.dwarf2/ada-valprint-error.c: New file.
5488 * gdb.dwarf2/ada-valprint-error.exp: New file.
5489
5490 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5491
5492 * gdb.ada/assign_arr: New testcase.
5493
5494 2017-12-18 Xavier Roirand <roirand@adacore.com>
5495
5496 * gdb.ada/funcall_ptr: New testcase.
5497
5498 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5499
5500 PR cli/16224
5501 * gdb.base/ptype-offsets.cc: New file.
5502 * gdb.base/ptype-offsets.exp: New file.
5503
5504 2017-12-15 Yao Qi <yao.qi@linaro.org>
5505
5506 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5507 if XML is disabled.
5508
5509 2017-12-15 Xavier Roirand <roirand@adacore.com>
5510
5511 * gdb.ada/same_component_name: New testcase.
5512
5513 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.ada/str_binop_equal: New testcase.
5516
5517 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5518
5519 * gdb.ada/task_switch_in_core: New testcase.
5520
5521 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5522
5523 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5524 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5525 call test_bkpt_qualified.
5526 (test_bkpt_qualified): New proc.
5527
5528 2017-12-13 Pedro Alves <palves@redhat.com>
5529
5530 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5531 Tighten regexp by matching with an anchor.
5532
5533 2017-12-13 Pedro Alves <palves@redhat.com>
5534
5535 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5536 ("expression with namespace"): New set of tests.
5537 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5538 (Nested::Test_NS::qux): New.
5539 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5540 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5541
5542 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5543
5544 * gdb.base/server-del-break.c: New file.
5545 * gdb.base/server-del-break.exp: New file.
5546
5547 2017-12-12 Stafford Horne <shorne@gmail.com>
5548
5549 * gdb.xml/tdesc-regs.exp: Add or1k support.
5550
5551 2017-12-12 Stafford Horne <shorne@gmail.com>
5552
5553 * gdb.base/bp-permanent.c: Define nop of or1k.
5554
5555 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5556
5557 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5558 output with components being reordered.
5559
5560 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5561
5562 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5563 output with components being reordered.
5564
5565 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5566 Pedro Alves <palves@redhat.com>
5567
5568 * gdb.base/maint.exp (check for .gdb_index): Check also for
5569 .debug_names.
5570 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5571 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5572 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5573 (.gdb_index used after symbol reloading): Support also .debug_names.
5574 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5575
5576 2017-12-08 Yao Qi <yao.qi@linaro.org>
5577
5578 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5579 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5580
5581 2017-12-08 Yao Qi <yao.qi@linaro.org>
5582
5583 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5584 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5585
5586 2017-12-08 Yao Qi <yao.qi@linaro.org>
5587
5588 * gdb.arch/aarch64-tagged-pointer.c: New file.
5589 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5590
5591 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5592
5593 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5594 "int".
5595
5596 2017-12-07 Keith Seitz <keiths@redhat.com>
5597
5598 PR breakpoints/22569
5599 * gdb.linespec/ls-errs.exp: Change expected result of "break
5600 -source this file has spaces.c -line 3".
5601 Check that an explicit source file followed by whitespace is
5602 identified as an invalid explicit location.
5603
5604 2017-12-07 Keith Seitz <keiths@redhat.com>
5605
5606 * gdb.cp/nested-types.cc: New file.
5607 * gdb.cp/nested-types.exp: New file.
5608 * lib/cp-support.exp: Load data-structures.exp library.
5609 (debug_cp_test_ptype_class): New global.
5610 (cp_ptype_class_verbose, next_line): New procedures.
5611 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5612 Add and document new return value.
5613 Switch the list of lines to a queue.
5614 Add support for new `type' key for nested type definitions.
5615 Add debugging/troubleshooting messages.
5616 * lib/data-structures.exp: New file.
5617
5618 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5619
5620 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5621 with proc_with_prefix, don't use with_test_prefix.
5622
5623 2017-12-07 Tom Tromey <tom@tromey.com>
5624
5625 * gdb.base/break.exp: Add test for empty "commands".
5626
5627 2017-12-07 Yao Qi <yao.qi@linaro.org>
5628
5629 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5630 malloc and catch syscall.
5631
5632 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5633
5634 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5635 tests for explicit locations.
5636
5637 2017-12-06 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5640 force-disabling XML descriptions.
5641
5642 2017-12-04 Pedro Alves <palves@redhat.com>
5643
5644 PR gdb/22499
5645 * gdb.arch/amd64-disp-step-avx.S: New file.
5646 * gdb.arch/amd64-disp-step-avx.exp: New file.
5647
5648 2017-12-03 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5651 and <string.h>.
5652 (parent_function): Print distinct messages when waitpid fails, or
5653 the child exits with a signal, or the child exits for an unhandled
5654 reason.
5655 * gdb.threads/process-dies-while-detaching.exp
5656 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5657 it. Wait for both inferior output and GDB's prompt. Use an
5658 indirect spawn id list.
5659 (do_detach): New parameter 'child_exit'. Use it to compute
5660 expected inferior output.
5661 (test_detach, test_detach_watch, test_detach_killed_outside):
5662 Adjust to pass down the expected child exit kind.
5663
5664 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5665 Sergio Durigan Junior <sergiodj@redhat.com>
5666 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5669
5670 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5671
5672 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5673 to 'symbol-file' and 'add-symbol-file' can be
5674 position-independent.
5675
5676 2017-12-01 Yao Qi <yao.qi@linaro.org>
5677
5678 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5679 the URL in copyright header.
5680 * gdb.arch/aarch64-fp.exp: Likewise.
5681 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5682 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5683 * gdb.base/expand-psymtabs.exp: Likewise.
5684 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5685 * gdb.fortran/common-block.exp: Likewise.
5686 * gdb.fortran/common-block.f90: Likewise.
5687 * gdb.fortran/logical.exp: Likewise.
5688 * gdb.fortran/vla-datatypes.f90: Likewise.
5689 * gdb.fortran/vla-sub.f90: Likewise.
5690
5691 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5692
5693 * gdb.ada/repeat_dyn: New testcase.
5694
5695 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5696
5697 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5698 Update for changed thread numbering.
5699 * gdb.cell/bt.exp: Update for changed GDB output.
5700
5701 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5702
5703 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5704 setting isremote by hand.
5705 * boards/dwarf4-gdb-index.exp: Likewise.
5706 * boards/fission.exp: Likewise.
5707 * boards/stabs.exp: Likewise.
5708
5709 2017-11-30 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.linespec/cpls-ops.exp
5712 (check_explicit_skips_function_argument): Extract the underlying
5713 type of size_t instead of hardcoding it.
5714
5715 2017-11-29 Pedro Alves <palves@redhat.com>
5716
5717 PR c++/19436
5718 * gdb.linespec/cpls-abi-tag.cc: New file.
5719 * gdb.linespec/cpls-abi-tag.exp: New file.
5720
5721 2017-11-29 Pedro Alves <palves@redhat.com>
5722
5723 * gdb.base/langs.exp: Use -qualified.
5724 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5725 it.
5726 * gdb.cp/namespace.exp: Use -qualified.
5727 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5728 (overload-3, template-overload, template-ret-type, const-overload)
5729 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5730 procedures.
5731 (test_driver): Call them.
5732 * gdb.cp/save-bp-qualified.cc: New.
5733 * gdb.cp/save-bp-qualified.exp: New.
5734 * gdb.linespec/explicit.exp: Test -qualified.
5735 * lib/completion-support.exp (completion::explicit_opts_list): Add
5736 "-qualified".
5737 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5738
5739 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5740
5741 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5742
5743 2017-11-29 Tom Tromey <tom@tromey.com>
5744
5745 * gdb.base/relocate.exp: Update invalid argument test.
5746 Add new tests for invalid arguments.
5747
5748 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5749
5750 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5751 Return 0 as a long.
5752 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5753
5754 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5755
5756 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5757 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5758 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5759 func ().
5760 * gdb.cp/shadow.cc (B.func): Return 0.
5761
5762 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5763
5764 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5765 expected output in gdb_expect call to allow the exception
5766 message to be present as well. Fix syntax confusion to avoid
5767 TCL thinking that exception_name is an array.
5768
5769 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5770
5771 * gdb.arch/spu-info.c: Include <unistd.h>.
5772 (do_signal_test): Fix broken calls to write.
5773 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5774 Fix checks for empty mailboxes. Update signal tests for corrected
5775 do_signal_test routine. Allow nonzero event status.
5776 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5777 * gdb.cell/arch.exp: Use standard_output_file.
5778 * gdb.cell/break.exp: Likewise.
5779 * gdb.cell/bt.exp: Likewise.
5780 * gdb.cell/core.exp: Likewise.
5781 * gdb.cell/dwarfaddr.exp: Likewise.
5782 * gdb.cell/ea-cache.exp: Likewise.
5783 * gdb.cell/ea-standalone.exp: Likewise.
5784 * gdb.cell/f-regs.exp: Likewise.
5785 * gdb.cell/fork.exp: Likewise.
5786 * gdb.cell/gcore.exp: Likewise.
5787 * gdb.cell/mem-access.exp: Likewise.
5788 * gdb.cell/ptype.exp: Likewise.
5789 * gdb.cell/registers.exp: Likewise.
5790 * gdb.cell/sizeof.exp: Likewise.
5791 * gdb.cell/solib-symbol.exp: Likewise.
5792 * gdb.cell/solib.exp: Likewise.
5793
5794 2017-11-25 Pedro Alves <palves@redhat.com>
5795
5796 * gdb.base/complete-empty.exp: New file.
5797 * gdb.base/completion.exp: Adjust.
5798
5799 2017-11-25 Pedro Alves <palves@redhat.com>
5800
5801 * gdb.linespec/cpls-ops.cc: New file.
5802 * gdb.linespec/cpls-ops.exp: New file.
5803 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5804 factored out from ...
5805 (test_complete_prefix_range): ... this.
5806
5807 2017-11-24 Pedro Alves <palves@redhat.com>
5808
5809 * gdb.linespec/cpcompletion.exp: New file.
5810 * gdb.linespec/cpls-hyphen.cc: New file.
5811 * gdb.linespec/cpls.cc: New file.
5812 * gdb.linespec/cpls2.cc: New file.
5813 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5814 test to use test_gdb_complete_unique. Add label completion,
5815 keyword completion and explicit location completion tests.
5816 * lib/completion-support.exp: New file.
5817
5818 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5819
5820 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5821 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5822 when hitting an exception catchpoint.
5823
5824 2017-11-22 Yao Qi <yao.qi@linaro.org>
5825
5826 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5827
5828 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5829
5830 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5831 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5832 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5833
5834 2017-11-22 Yao Qi <yao.qi@linaro.org>
5835
5836 * gdb.base/info-os.exp: Pass pthreads.
5837 * gdb.multi/multi-attach.exp: Likewise.
5838
5839 2017-11-22 Yao Qi <yao.qi@linaro.org>
5840
5841 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5842 compiler.
5843
5844 2017-11-22 Yao Qi <yao.qi@linaro.org>
5845
5846 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5847 * gdb.base/break-interp.exp: Likewise.
5848 * gdb.base/jit-attach-pie.exp: Likewise.
5849
5850 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5851
5852 * gdb.base/float128.c (large128): New variable.
5853 * gdb.base/float128.exp: Add test to print largest __float128 value.
5854
5855 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5856
5857 * gdb.arch/vsx-regs.exp: Update register content checks.
5858
5859 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5860
5861 * gdb.arch/ppc-longdouble.exp: New file.
5862 * gdb.arch/ppc-longdouble.c: Likewise.
5863
5864 2017-11-21 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5867
5868 2017-11-20 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5871 (long_double_typedef): New typedefs.
5872 Use DEF on double and long double.
5873 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5874 cases.
5875 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5876 and 'long_double_ptr_same_size' locals. Use them to decide
5877 whether cast from array/function to float is valid/invalid.
5878
5879 2017-11-17 Tom Tromey <tom@tromey.com>
5880
5881 * gdb.rust/traits.rs: New file.
5882 * gdb.rust/traits.exp: New file.
5883
5884 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5885
5886 * gdb.ada/minsyms: New testcase.
5887
5888 2017-11-16 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5891 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5892
5893 2017-11-16 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5896 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5897
5898 2017-11-16 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.server/reconnect-ctrl-c.c: New file.
5901 * gdb.server/reconnect-ctrl-c.exp: New file.
5902
5903 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5904
5905 * gdb.python/py-rbreak.exp: New file.
5906 * gdb.python/py-rbreak.c: New file.
5907 * gdb.python/py-rbreak-func2.c: New file.
5908
5909 2017-11-16 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5912 pattern.
5913 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5914 GDB.
5915
5916 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5919 regex.
5920
5921 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5922
5923 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5924 test names.
5925
5926 2017-11-09 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5929 factored out from ...
5930 (top level): ... here, and adjusted to avoid expecting beyond the
5931 prompt in a single gdb_test_multiple.
5932
5933 2017-11-09 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5936 output.
5937 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5938 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5939 * gdb.server/ext-run.exp ("kill" test): Likewise.
5940 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5941
5942 2017-11-09 Pedro Alves <palves@redhat.com>
5943
5944 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5945 match till end of line.
5946
5947 2017-11-09 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5950
5951 2017-11-09 Pedro Alves <palves@redhat.com>
5952
5953 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5954 New procedures, factored out from ...
5955 (top level): ... here, and adjusted to avoid expecting beyond the
5956 prompt in one go.
5957
5958 2017-11-09 Pedro Alves <palves@redhat.com>
5959
5960 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5961 output. Fix '?' match.
5962
5963 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5964
5965 * gdb.ada/scoped_watch: New testcase.
5966 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5967 which is actually correct.
5968 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5969 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5970
5971 2017-11-08 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.gdb/complaints.exp (test_initial_complaints)
5974 (test_serial_complaints, test_short_complaints): Call
5975 complaint_internal instead of complaint.
5976
5977 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5978
5979 * gdb.threads/tls-core.c: New file.
5980 * gdb.threads/tls-core.exp: Likewise.
5981
5982 2017-11-08 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5985 (p Exported_Capitalized): New test.
5986 (p exported_capitalized): New test.
5987
5988 2017-11-07 Pedro Alves <palves@redhat.com>
5989
5990 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5991
5992 2017-11-07 Pedro Alves <palves@redhat.com>
5993
5994 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5995 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5996 (disable_invalid, disable_inverted, disable_negative): New
5997 procedures.
5998 ("bad numbers"): New set of tests.
5999
6000 2017-11-07 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.cp/ena-dis-br-range.exp: Add tests.
6003
6004 2017-11-07 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6007
6008 2017-11-07 Xavier Roirand <roirand@adacore.com>
6009 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/ena-dis-br.exp: Add reference to
6012 gdb.cp/ena-dis-br-range.exp.
6013 * gdb.cp/ena-dis-br-range.exp: New file.
6014 * gdb.cp/ena-dis-br-range.cc: New file.
6015
6016 2017-11-06 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/attach-non-pgrp-leader.c: New.
6019 * gdb.base/attach-non-pgrp-leader.exp: New.
6020
6021 2017-11-06 Pedro Alves <palves@redhat.com>
6022
6023 * configure.ac: No longer check for termio.h and sgtty.h.
6024 * configure: Regenerate.
6025 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6026 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6027 Remove termio and sgtty code.
6028
6029 2017-11-03 Yao Qi <yao.qi@linaro.org>
6030
6031 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6032 in GDB is disabled.
6033
6034 2017-11-03 Yao Qi <yao.qi@linaro.org>
6035
6036 * gdb.python/py-thrhandle.exp: Skip it if python is not
6037 enabled.
6038
6039 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6040
6041 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6042 as a breakpoint command.
6043
6044 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6045
6046 PR python/21213
6047 * gdb.python/py-infthread.exp: Test calling
6048 InferiorThread.inferior () multiple times in a row.
6049
6050 2017-10-27 Keith Seitz <keiths@redhat.com>
6051
6052 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6053 Test "info break" for every inlined function breakpoint.
6054
6055 2017-10-27 Yao Qi <yao.qi@linaro.org>
6056
6057 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6058
6059 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6060
6061 * gdb.cp/classes.exp (test_static_members): Test printing
6062 Outer::instance.
6063 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6064 (Inner::instance, Outer::instance): New.
6065
6066 2017-10-24 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6069 extra console" test in two stages.
6070
6071 2017-10-24 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6074
6075 2017-10-24 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6078 loop.
6079
6080 2017-10-24 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6083 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6084
6085 2017-10-24 Pedro Alves <palves@redhat.com>
6086
6087 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6088 parameter and handle it. Don't output read value in test name.
6089
6090 2017-10-24 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6093 custom test name.
6094
6095 2017-10-24 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6098 include the unstable output directory name in the test's name.
6099 (initial_setup_simple) <'set args'>: Use custom test name.
6100
6101 2017-10-24 Pedro Alves <palves@redhat.com>
6102
6103 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6104 with explicit test name.
6105
6106 2017-10-20 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6109 'wait -i'. Use gdb_assert and remote_close.
6110
6111 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6112
6113 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6114 number from variable rather than hard-coded.
6115
6116 2017-10-19 Pedro Alves <palves@redhat.com>
6117
6118 * gdb.base/long-inferior-output.c: New file.
6119 * gdb.base/long-inferior-output.exp: New file.
6120
6121 2017-11-18 Keith Seitz <keiths@redhat.com>
6122
6123 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6124 method.
6125 (main): Call it.
6126 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6127 Add additional user-defined conversion operator tests.
6128
6129 2017-10-17 Pedro Alves <palves@redhat.com>
6130
6131 * boards/native-stdio-gdbserver.exp: Load "local-board".
6132
6133 2017-10-17 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.base/quit-live.c: New file.
6136 * gdb.base/quit-live.exp: New file.
6137
6138 2017-10-16 Keith Seitz <keiths@redhat.com>
6139
6140 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6141 (class_with_protected_typedef, class_with_private_typedef)
6142 (struct_with_public_typedef, struct_with_protected_typedef)
6143 (struct_with_private_typedef): New classes/structs.
6144 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6145 typedefs and access specifiers.
6146
6147 2017-10-16 Pedro Alves <palves@redhat.com>
6148 Simon Marchi <simon.marchi@polymtl.ca>
6149
6150 * README (Local vs Remote vs Native): New section.
6151 * boards/local-board.exp: New file, with bits factored out from
6152 ...
6153 * boards/native-extended-gdbserver.exp: ... here. Load
6154 "local-board".
6155 * boards/native-gdbserver.exp: Load "local-board".
6156 (${board}_spawn, ${board}_exec): Delete.
6157 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6158 ...
6159 * boards/stdio-gdbserver-base.exp: ... this new file.
6160 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6161 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6162 procedure.
6163 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6164 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6165 stdio_gdbserver_command.
6166 (${board}_get_remote_address, ${board}_get_comm_port)
6167 (${board}_download, ${board}_upload): Delete.
6168 (get_target_remote_pipe_cmd): New.
6169
6170 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6171
6172 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6173 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6174 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6175 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6176 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6177 remove with_test_prefix.
6178
6179 2017-10-13 Pedro Alves <palves@redhat.com>
6180
6181 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6182 * gdb.base/annota1.exp: Use it instead of is_remote.
6183 * gdb.base/annota3.exp: Use it instead of is_remote.
6184 * gdb.cp/annota2.exp: Use it instead of is_remote.
6185 * gdb.cp/annota3.exp: Use it instead of is_remote.
6186 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6187
6188 2017-10-13 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6191 (test_num_test_vars, run_and_count_vars, find_env)
6192 (test_set_unset_env, test_inherit_env_var): New procedures.
6193 (top level): Use them.
6194
6195 2017-10-13 Pedro Alves <palves@redhat.com>
6196
6197 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6198 also skip on stub-like targets.
6199
6200 2017-10-13 Pedro Alves <palves@redhat.com>
6201
6202 PR gdb/22293
6203 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6204 (top level): Move some tests to ...
6205 (test_not_found): ... this new procedure.
6206 (top level): Call it.
6207
6208 2017-10-13 Pedro Alves <palves@redhat.com>
6209
6210 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6211 expect different "info terminal" output if testing with a
6212 non-native target.
6213
6214 2017-10-13 Pedro Alves <palves@redhat.com>
6215 Simon Marchi <simon.marchi@polymtl.ca>
6216
6217 PR python/12966
6218 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6219
6220 2017-10-13 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6223 already.
6224
6225 2017-10-13 Pedro Alves <palves@redhat.com>
6226
6227 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6228 is_remote.
6229
6230 2017-10-13 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6233 is_remote.
6234
6235 2017-10-13 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6238 is set.
6239 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6240 instead of is_remote.
6241
6242 2017-10-13 Pedro Alves <palves@redhat.com>
6243
6244 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6245 (top level): Add comment.
6246
6247 2017-10-13 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/remote.exp (top level): Fix comment typo and add
6250 missing return.
6251
6252 2017-10-13 Pedro Alves <palves@redhat.com>
6253 Simon Marchi <simon.marchi@polymtl.ca>
6254
6255 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6256 calls and add comments. Skip test if use_gdb_stub is set.
6257 (top level): Use "set cwd" command instead of "cd" command.
6258
6259 2017-10-13 Pedro Alves <palves@redhat.com>
6260
6261 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6262 is_remote target check.
6263
6264 2017-10-13 Pedro Alves <palves@redhat.com>
6265
6266 * gdb.base/scope.exp: Use build_executable + clean_restart +
6267 gdb_file_cmd instead of prepare_for_testing and no longer skip
6268 "before run" tests on is_remote target boards. Update comments.
6269 * boards/native-extended-gdbserver.exp
6270 (extended_gdbserver_load_last_file): New, factored out from ...
6271 (gdb_load): ... this. Move further below and add comment.
6272 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6273
6274 2017-10-12 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.base/attach.exp: Remove references to gdb64.
6277 * gdb.base/dbx.exp: Remove references to gdb64.
6278
6279 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6280 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/label.exp: Remove is_remote target check.
6283
6284 2017-10-12 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.base/auvx.exp (coredir): Update comment.
6287 (top level) <core_works>: Use "set cwd" command instead of "cd"
6288 command.
6289
6290 2017-10-12 Pedro Alves <palves@redhat.com>
6291 Simon Marchi <simon.marchi@polymtl.ca>
6292
6293 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6294 target boards.
6295
6296 2017-10-12 Pedro Alves <palves@redhat.com>
6297 Simon Marchi <simon.marchi@polymtl.ca>
6298
6299 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6300 Instead skip if there's any gdb_protocol set.
6301
6302 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6303 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6306
6307 2017-10-12 Pedro Alves <palves@redhat.com>
6308 Simon Marchi <simon.marchi@polymtl.ca>
6309
6310 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6311 instead of on dejagnu remote boards.
6312
6313 2017-10-12 Pedro Alves <palves@redhat.com>
6314 Simon Marchi <simon.marchi@polymtl.ca>
6315
6316 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6317 checks. Use build_executable + clean_restart instead of
6318 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6319 of enabling non-stop after starting gdb.
6320
6321 2017-10-12 Pedro Alves <palves@redhat.com>
6322
6323 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6324 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6325 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6326 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6327
6328 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6329
6330 * gdb.arch/arc-tdesc-cpu.exp: New file.
6331 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6332
6333 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6334
6335 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6336
6337 2017-10-10 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6340 expect CLI output.
6341
6342 2017-10-10 Pedro Alves <palves@redhat.com>
6343
6344 * lib/selftest-support.exp (selftest_setup): Update for
6345 captured_command_loop's prototype change.
6346
6347 2017-10-09 Pedro Alves <palves@redhat.com>
6348
6349 Test both arch1=>arch2 and arch2=>arch1.
6350
6351 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6352 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6353 factored out to...
6354 (append_arch1_options, append_arch2_options, append_arch_options)
6355 (build_executables): New procedures.
6356 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6357 local.
6358 (top level): Add new 'first_arch' testing axis.
6359
6360 2017-10-09 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6363 (barrier): New.
6364 (thread_start, all_started): New functions.
6365 (main): Spawn new thread and wait until it is scheduled.
6366 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6367 option.
6368 (do_test): Add 'selected_thread' parameter. Run to all_started
6369 instead of main. Explicitly set the breakpoint at main. Switch
6370 to the SELECTED_THREAD thread.
6371 (top level): Test handling the exec event with either the main
6372 thread or the second thread selected.
6373
6374 2017-10-09 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6377 logic. Move STOP marker after the value checks.
6378 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6379 regexp.
6380
6381 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6382
6383 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6384
6385 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6386
6387 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6388 integer-to-dfp conversion.
6389 * gdb.base/dfp-test.exp: Likewise.
6390
6391 2017-10-04 Pedro Alves <palves@redhat.com>
6392
6393 * gdb.multi/hangout.c: Include <unistd.h>.
6394 (hangout_loop): New function.
6395 (main): Call alarm. Call hangout_loop in a loop.
6396 * gdb.multi/hello.c: Include <unistd.h>.
6397 (hello_loop): New function.
6398 (main): Call alarm. Call hangout_loop in a loop.
6399 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6400 inferior with the other selected.
6401
6402 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6403
6404 * gdb.mi/list-thread-groups-available.exp: New file.
6405 * gdb.mi/list-thread-groups-available.c: New file.
6406
6407 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6408
6409 * gdb.base/set-cwd.exp: Make it available on
6410 native-extended-gdbserver.
6411
6412 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6413
6414 * gdb.base/set-cwd.c: New file.
6415 * gdb.base/set-cwd.exp: Likewise.
6416
6417 2017-10-02 Tom Tromey <tom@tromey.com>
6418
6419 PR rust/22236:
6420 * gdb.rust/simple.rs (main): New variable "fslice".
6421 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6422
6423 2017-10-02 Tom Tromey <tom@tromey.com>
6424
6425 * gdb.rust/simple.exp: Test ptype of a slice.
6426
6427 2017-10-02 Tom Tromey <tom@tromey.com>
6428
6429 * gdb.rust/simple.exp: Test index of slice.
6430
6431 2017-09-27 Tom Tromey <tom@tromey.com>
6432
6433 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6434
6435 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6436 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.base/compare-sections.exp (get value of read-only section): Read
6439 as unsigned value.
6440 (corrupt read-only section): Likewise and don't set written if patching
6441 failed.
6442
6443 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6444
6445 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6446 files.
6447
6448 2017-09-20 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6451 symbol names in gdb's output.
6452 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6453
6454 2017-09-20 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6457 Rename to ...
6458 (test_list_ambiguous_symbol): ... this and add a symbol name
6459 parameter. Adjust.
6460 (test_list_ambiguous_function): Reimplement on top of
6461 test_list_ambiguous_symbol and also test listing ambiguous
6462 variables.
6463 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6464 (ambiguous_fun): ... this.
6465 (ambiguous_var): New.
6466 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6467 (ambiguous_fun): ... this.
6468 (ambiguous_var): New.
6469
6470 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6471
6472 * gdb.base/starti.c: New file.
6473 * gdb.base/starti.exp: New file.
6474 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6475
6476 2017-09-14 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6479 (top level): Use it instead of runto.
6480
6481 2017-09-11 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6484
6485 2017-09-11 Tom Tromey <tom@tromey.com>
6486
6487 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6488 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6489
6490 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6491
6492 * gdb.fortran/printing-types.exp: New file.
6493 * gdb.fortran/printing-types.exp: New file.
6494
6495 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6496
6497 * gdb.fortran/vla-ptype.exp: Fix typos.
6498 * gdb.fortran/vla-value.exp: Same.
6499
6500 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6501
6502 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6503 * gdb.mi/mi-var-child-f.exp: Likewise.
6504 * gdb.mi/mi-vla-fortran.exp: Likewise.
6505
6506 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6507 Christoph Weinmann <christoph.t.weinmann@intel.com>
6508 Bernhard Heckel <bernhard.heckel@intel.com>
6509
6510 * gdb.fortran/ptr-indentation.f90: New file.
6511 * gdb.fortran/ptr-indentation.exp: New file.
6512
6513 2017-09-05 Tom Tromey <tom@tromey.com>
6514
6515 PR gdb/22010:
6516 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6517
6518 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6519
6520 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6521
6522 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6523
6524 * gdb.threads/tls-nodebug-pie.c: New file.
6525 * gdb.threads/tls-nodebug-pie.exp: New file.
6526
6527 2017-09-05 Tom Tromey <tom@tromey.com>
6528
6529 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6530 for rust.
6531
6532 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6533
6534 * gdb.multi/multi-arch-exec.exp: Test with different
6535 "follow-exec-mode" settings.
6536 (do_test): New procedure.
6537
6538 2017-09-04 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/func-static.c (S::method const, S::method volatile)
6541 (S::method volatile const): New methods.
6542 (c_s, v_s, cv_s): New instances.
6543 (main): Call method() on them.
6544 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6545 (cannot_resolve): New procedure.
6546 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6547 print-quote-unquoted columns.
6548 (do_test): Test printing each scope too.
6549
6550 2017-09-04 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.base/local-static.exp: Also test with
6553 class::method::variable wholly quoted.
6554 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6555
6556 2017-09-04 Pedro Alves <palves@redhat.com>
6557
6558 * gdb.base/local-static.c: New.
6559 * gdb.base/local-static.cc: New.
6560 * gdb.base/local-static.exp: New.
6561
6562 2017-09-04 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.asm/asm-source.exp: Add casts to int.
6565 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6566 (dataglobal64_1, dataglobal64_2): New globals.
6567 * gdb.base/nodebug.exp: Test different expressions involving the
6568 new globals, with print, whatis and ptype. Add casts to int.
6569 * gdb.base/solib-display.exp: Add casts to int.
6570 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6571 * gdb.cp/m-static.exp: Add cast to int.
6572 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6573 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6574 tls variable with no debug info without a cast. Test with a cast
6575 to int too.
6576 * gdb.trace/entry-values.exp: Add casts.
6577
6578 2017-09-04 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/nodebug.exp: Test that ptype's error about functions
6581 with unknown return type includes the function name too.
6582
6583 2017-09-04 Pedro Alves <palves@redhat.com>
6584
6585 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6586 return type of munmap in infcall.
6587 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6588 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6589 type of ftell in infcall.
6590 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6591 type of getpid in infcall.
6592 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6593 infcall.
6594 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6595 Bail on failure to extract the pid.
6596 * gdb.base/nodebug.c: #include <stdint.h>.
6597 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6598 New functions.
6599 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6600 Change expected output of print/whatis/ptype with functions with
6601 no debug info. Test all supported languages. Call
6602 test_call_promotion.
6603 * gdb.compile/compile.exp: Adjust expected output to expect
6604 warning.
6605 * gdb.threads/siginfo-threads.exp: Likewise.
6606
6607 2017-09-04 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6610 "prototypes". Test calling float functions via prototyped and
6611 unprototyped function pointers.
6612 (perform_all_tests): New parameter "prototypes". Pass it down.
6613 (top level): Pass down "prototypes" parameter to
6614 perform_all_tests.
6615
6616 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6617
6618 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6619 Test with nested loops.
6620
6621 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6622
6623 * gdb.base/commands.exp: Call the new procedures.
6624 (loop_break_test, loop_continue_test): New procedures.
6625
6626 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6627
6628 * gdb.base/commands.exp: Call new procedure.
6629 (define_if_without_arg_test): New procedure.
6630
6631 2017-09-04 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/list-ambiguous.exp: New file.
6634 * gdb.base/list-ambiguous0.c: New file.
6635 * gdb.base/list-ambiguous1.c: New file.
6636 * gdb.base/list.exp (test_list_range): Adjust expected output.
6637
6638 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 * gdb.base/share-env-with-gdbserver.c: New file.
6641 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6642
6643 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6644
6645 * gdb.base/commands.exp (gdbvar_simple_if_test,
6646 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6647 progvar_simple_if_test, progvar_simple_while_test,
6648 progvar_complex_if_while_test, user_defined_command_test,
6649 user_defined_command_args_eval,
6650 user_defined_command_args_stack_test,
6651 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6652 temporary_breakpoint_commands,
6653 gdb_test_no_prompt, redefine_hook_test,
6654 redefine_backtrace_test): Remove "global gdb_prompt".
6655
6656 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6657
6658 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6659 New proc, call it from toplevel.
6660
6661 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6662
6663 PR remote/21852
6664 * gdb.server/normal.c: New file, copied from gdb.base.
6665 * gdb.server/run-without-local-binary.exp: New file.
6666
6667 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6668
6669 * gdb.arch/sparc64-adi.exp: New file.
6670 * gdb.arch/sparc64-adi.c: New file.
6671
6672 2017-08-22 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6675 (top level): Add "list all overloads" tests.
6676
6677 2017-08-22 Tom Tromey <tom@tromey.com>
6678
6679 * gdb.gdb/xfullpath.exp: Remove.
6680
6681 2017-08-21 Pedro Alves <palves@redhat.com>
6682
6683 PR gdb/19487
6684 * gdb.base/symbol-alias.c: New.
6685 * gdb.base/symbol-alias2.c: New.
6686 * gdb.base/symbol-alias.exp: New.
6687
6688 2017-08-21 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/dfp-test.c
6691 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6692 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6693 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6694 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6695 * gdb.base/whatis-ptype-typedefs.c: New.
6696 * gdb.base/whatis-ptype-typedefs.exp: New.
6697 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6698 (an_int, an_int_type, an_int_type2): New globals.
6699 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6700 involving typedefs and cast expressions.
6701 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6702 (lookup_typedefs_function): New.
6703 (typedefs_pretty_printers_dict): New.
6704 (top level): Register lookup_typedefs_function in
6705 gdb.pretty_printers.
6706
6707 2017-08-18 Yao Qi <yao.qi@linaro.org>
6708
6709 * gdb.server/unittest.exp: New.
6710
6711 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6712
6713 PR gdb/21954
6714 * gdb.base/environ.exp: Add test to check if 'unset environment'
6715 works.
6716
6717 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6718
6719 * lib/gdb.exp (universal_compile_options): New caching proc.
6720 (gdb_compile): Suppress GCC's coloring of messages.
6721
6722 2017-08-14 Tom Tromey <tom@tromey.com>
6723
6724 PR gdb/21675:
6725 * gdb.base/printcmds.exp (test_radices): New function.
6726 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6727 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6728 * lib/gdb.exp (get_integer_valueof): Use p/d.
6729
6730 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6731
6732 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6733 characters.
6734
6735 2017-08-05 Tom Tromey <tom@tromey.com>
6736
6737 * gdb.rust/simple.exp: Allow String to appear in a different
6738 namespace.
6739
6740 2017-07-26 Yao Qi <yao.qi@linaro.org>
6741
6742 * gdb.gdb/unittest.exp: Invoke command
6743 "maintenance check xml-descriptions".
6744
6745 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6746
6747 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6748 calling context.
6749 (hex128): Drop erroneous calculation of parameters.
6750
6751 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6752
6753 * gdb.python/py-unwind.exp: Disable stack protection when
6754 building test file.
6755
6756 2017-07-20 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/default.exp (set language): Adjust expected output.
6759
6760 2017-07-20 Pedro Alves <palves@redhat.com>
6761
6762 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6763 (test_minsym): ... this, and make static.
6764 (get_pck__foo__bar__minsym): Rename to ...
6765 (get_test_minsym): ... this.
6766 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6767 symbol names and comments.
6768 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6769 (get_test_minsym): ... this.
6770 (pck__foo__bar__minsym__2): Rename to ...
6771 (test_minsym): ... this.
6772 (main): Adjust.
6773
6774 2017-07-17 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.base/completion.exp: Adjust expected output.
6777 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6778 the completer works.
6779
6780 2017-07-17 Pedro Alves <palves@redhat.com>
6781
6782 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6783
6784 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6785
6786 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6787
6788 2017-07-14 Tom Tromey <tom@tromey.com>
6789
6790 PR rust/21764:
6791 * gdb.rust/simple.exp: Add tests.
6792
6793 2017-07-14 Tom Tromey <tom@tromey.com>
6794
6795 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6796
6797 2017-07-14 Pedro Alves <palves@redhat.com>
6798
6799 * gdb.linespec/base/one/thefile.cc (z1): New function.
6800 * gdb.linespec/base/two/thefile.cc (z2): New function.
6801 * gdb.linespec/linespec.exp: Add tests.
6802
6803 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6804
6805 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6806 to mi_create_breakpoint.
6807
6808 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6809
6810 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6811 mi_create_breakpoint.
6812
6813 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6814
6815 * gdb.dlang/demangle.exp: Update for demangling changes.
6816
6817 2017-07-09 Tom Tromey <tom@tromey.com>
6818
6819 * gdb.dwarf2/shortpiece.exp: New file.
6820
6821 2017-07-06 David Blaikie <dblaikie@gmail.com>
6822
6823 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6824 built from fissiont-multi-cu{1,2}.c.
6825 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6826 except putting 'main' and 'func' in separate CUs in the same DWO file.
6827 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6828 test.
6829 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6830 test.
6831
6832 2017-07-06 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.python/py-unwind.exp: Test flushregs.
6835
6836 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6837
6838 PR cli/21688
6839 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6840 tests for alias commands and trailing whitespace.
6841
6842 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6843
6844 PR cli/21688
6845 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6846 procedure. Call it.
6847
6848 2017-06-29 Pedro Alves <palves@redhat.com>
6849
6850 * gdb.base/printcmds.exp: Add tests.
6851
6852 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6853
6854 PR gdb/21337
6855 * gdb.base/reread-readsym.exp: New file.
6856 * gdb.base/reread-readsym.c: New file.
6857
6858 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6859
6860 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6861 subpattern.
6862
6863 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6864
6865 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6866 extended mnemonic.
6867 * gdb.arch/powerpc-power9.s: Likewise.
6868
6869 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6870
6871 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6872 on 32-bit x86 targets. Exploit is_*_target macros where
6873 appropriate.
6874
6875 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6876
6877 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6878 register pieces.
6879
6880 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6881
6882 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6883 located in one or more DWARF pieces.
6884
6885 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6886
6887 * lib/gdb.exp (get_endianness): New proc.
6888 * gdb.arch/aarch64-fp.exp: Use it.
6889 * gdb.arch/altivec-regs.exp: Likewise.
6890 * gdb.arch/e500-regs.exp: Likewise.
6891 * gdb.arch/vsx-regs.exp: Likewise.
6892 * gdb.base/dump.exp: Likewise.
6893 * gdb.base/funcargs.exp: Likewise.
6894 * gdb.base/gnu_vector.exp: Likewise.
6895 * gdb.dwarf2/formdata16.exp: Likewise.
6896 * gdb.dwarf2/implptrpiece.exp: Likewise.
6897 * gdb.dwarf2/nonvar-access.exp: Likewise.
6898 * gdb.python/py-inferior.exp: Likewise.
6899 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6900
6901 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6902
6903 PR gdb/21226
6904 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6905 stack value pieces are taken from the LSB end.
6906
6907 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6908
6909 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6910 variable at nonzero offset.
6911
6912 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6913
6914 * gdb.dwarf2/var-access.c: New file.
6915 * gdb.dwarf2/var-access.exp: New test.
6916 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6917
6918 2017-06-12 Tom Tromey <tom@tromey.com>
6919
6920 * gdb.dwarf2/formdata16.exp: Add tests.
6921
6922 2017-06-12 Tom Tromey <tom@tromey.com>
6923
6924 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6925
6926 2017-06-12 Tom Tromey <tom@tromey.com>
6927
6928 PR exp/16225:
6929 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6930 * gdb.arch/vsx-regs.exp: Update tests.
6931 * gdb.arch/s390-vregs.exp (hex128): New proc.
6932 Update test.
6933 * gdb.arch/altivec-regs.exp: Update tests.
6934
6935 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * gdb.base/startup-with-shell.c: New file.
6938 * gdb.base/startup-with-shell.exp: Likewise.
6939
6940 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6941
6942 * gdb.server/non-existing-program.exp: Update regex in order to
6943 reflect the fact that gdbserver is now using fork_inferior (with a
6944 shell) to startup the inferior.
6945
6946 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6949 support function calls from GDB.
6950
6951 2017-05-21 Tom Tromey <tom@tromey.com>
6952
6953 PR rust/21466:
6954 * gdb.rust/unsized.exp: New file.
6955 * gdb.rust/unsized.rs: New file.
6956
6957 2017-05-19 Tom Tromey <tom@tromey.com>
6958
6959 PR rust/21484:
6960 * gdb.rust/watch.exp: New file.
6961 * gdb.rust/watch.rs: New file.
6962
6963 2017-05-18 Tom Tromey <tom@tromey.com>
6964
6965 * gdb.rust/simple.exp: Allow Box to be qualified.
6966
6967 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6968
6969 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6970
6971 2017-05-18 Pedro Alves <palves@redhat.com>
6972
6973 * gdb.base/fileio.c (test_write, test_read, test_close)
6974 (test_fstat): Don't print 'ret' in the fail path.
6975
6976 2017-05-18 Pedro Alves <palves@redhat.com>
6977
6978 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6979 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6980 (test_system, test_rename, test_unlink, test_time): Change
6981 prototypes.
6982 * gdb.base/fileio.exp (stop_msg): Adjust.
6983
6984 2017-05-18 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.base/fileio.c (null_str): New global.
6987 (test_stat): Use it.
6988 * gdb.base/fileio.exp: Remove nowarnings.
6989
6990 2017-05-17 Yao Qi <yao.qi@linaro.org>
6991
6992 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6993
6994 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6995
6996 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6997 argument command.
6998 (top-level): Invoke test_set_inferior_tty.
6999
7000 2017-05-04 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7003 Add parens to print call for Python 3.
7004
7005 2017-05-03 Keith Seitz <keiths@redhat.com>
7006
7007 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7008 (main): Call it.
7009
7010 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7011
7012 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7013 to prev and next.
7014
7015 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7016
7017 * gdb.python/py-record-btrace.exp: Remove test for
7018 gdb.BtraceInstruction.error.
7019
7020 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7021
7022 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7023
7024 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7025
7026 * gdb.python/py-record-btrace-threads.c: New file.
7027 * gdb.python/py-record-btrace-threads.exp: New file.
7028
7029 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7030
7031 PR testsuite/8595
7032 * gdb.base/environ.exp: Make test available in all architectures.
7033 Move bits related to "info program" testing to
7034 gdb.base/info-program.exp. Rewrite tests to use the two new
7035 procedures mentione below.
7036 (test_set_show_env_var) New procedure.
7037 (test_set_show_env_var_equal): Likewise.
7038 * gdb.base/info-program.exp: New file.
7039
7040 2017-04-27 Keith Seitz <keiths@redhat.com>
7041
7042 * gdb.cp/oranking.cc (test15): New function.
7043 (main): Call test15 and declare additional variables for testing.
7044 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7045 "p foo101('abc')" tests.
7046 Add tests for cv qualifier overloads.
7047 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7048 "lvalue reference overload" test.
7049 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7050 "print value of f1 on Child&& in f2" test.
7051
7052 2017-04-19 Pedro Alves <palves@redhat.com>
7053
7054 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7055 procedure.
7056 (top level): Call it.
7057 * lib/gdb.exp (gdb_define_cmd): New procedure.
7058
7059 2017-04-12 Pedro Alves <palves@redhat.com>
7060
7061 PR gdb/21323
7062 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7063 (wchar): New global.
7064 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7065 (do_test_wide_char, wide_char_types_no_program, top level): Add
7066 wchar_t testing.
7067
7068 2017-04-12 Pedro Alves <palves@redhat.com>
7069
7070 PR c++/21323
7071 * gdb.cp/wide_char_types.c: New file.
7072 * gdb.cp/wide_char_types.exp: New file.
7073
7074 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7075
7076 PR gdb/21352
7077 * gdb.trace/tsv.exp: Add test for "tsave -r".
7078
7079 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7080
7081 * gdb.dlang/watch-loc.c: New file.
7082 * gdb.dlang/watch-loc.exp: New file.
7083
7084 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7085
7086 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7087
7088 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7089
7090 * gdb.arch/arc-analyze-prologue.S: New file.
7091 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7092
7093 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7094
7095 * gdb.arch/arc-decode-insn.S: New file.
7096 * gdb.arch/arc-decode-insn.exp: Likewise.
7097
7098 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7099
7100 PR tdep/20928
7101 * gdb.arch/sparc64-regs.exp: New file.
7102 * gdb.arch/sparc64-regs.S: Likewise.
7103
7104 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7105
7106 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7107 and memory view on Python 3.
7108
7109 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7110 Keith Seitz <keiths@redhat.com>
7111
7112 PR gdb/14441
7113 * gdb.cp/demangle.exp: Add rvalue reference tests.
7114 * gdb.cp/rvalue-ref-casts.cc: New file.
7115 * gdb.cp/rvalue-ref-casts.exp: New file.
7116 * gdb.cp/rvalue-ref-overload.cc: New file.
7117 * gdb.cp/rvalue-ref-overload.exp: New file.
7118 * gdb.cp/rvalue-ref-params.cc: New file.
7119 * gdb.cp/rvalue-ref-params.exp: New file.
7120 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7121 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7122 * gdb.cp/rvalue-ref-types.cc: New file.
7123 * gdb.cp/rvalue-ref-types.exp: New file.
7124 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7125 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7126
7127 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7128
7129 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7130 New procedure.
7131
7132 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7133
7134 * lib/mi-support.exp (mi_gdb_test): Add additional message
7135 for unexpected output.
7136
7137 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7138
7139 * gdb.base/examine-backward.c (Barrier): New character array
7140 constant, to ensure that TestStrings is preceded by a string
7141 terminator.
7142
7143 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7144
7145 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7146 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7147 and implicit pointer into such a location.
7148
7149 2017-03-16 Doug Evans <dje@google.com>
7150
7151 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7152
7153 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7154
7155 * gdb.cp/m-static.exp: Fix expectation for prototype of
7156 test5.single_constructor and single_constructor::single_constructor.
7157
7158 2017-03-16 Doug Evans <dje@google.com>
7159
7160 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7161 * gdb.guile/scm-lazy-string.c: New file.
7162 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7163 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7164 for pointer, array, typedef lazy strings.
7165
7166 2017-03-16 Doug Evans <dje@google.com>
7167
7168 PR python/17728, python/18439, python/18779
7169 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7170 * gdb.python/py-lazy-string.c (pointer): New typedef.
7171 (main): New locals ptr, array, typedef_ptr.
7172 * gdb.python/py-value.exp: Move lazy string tests to ...
7173 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7174 array, typedef lazy strings.
7175
7176 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7177
7178 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7179 Add optional 'test' parameter.
7180
7181 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7184 Skip for versions of DejaGnu < 1.5.
7185
7186 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7187
7188 * lib/gdb.exp (dejagnu_version): New proc.
7189 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7190 Use dejagnu_version.
7191
7192 2017-03-10 Keith Seitz <keiths@redhat.com>
7193
7194 PR c++/8128
7195 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7196 type from destructor regexps.
7197 Add a branch which actually passes the test.
7198 Adjust "ptype t5i" test names.
7199
7200 2017-03-08 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/step-over-exit.exp: Add explicit test message.
7203
7204 2017-03-08 Pedro Alves <palves@redhat.com>
7205
7206 PR gdb/18360
7207 * gdb.threads/interrupt-while-step-over.c: New file.
7208 * gdb.threads/interrupt-while-step-over.exp: New file.
7209
7210 2017-03-08 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7213 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7214
7215 2017-03-08 Pedro Alves <palves@redhat.com>
7216
7217 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7218 PKRU as not supported as a PASS.
7219
7220 2017-03-08 Pedro Alves <palves@redhat.com>
7221
7222 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7223 prefix instead of $binfile1/$binfile2.
7224 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7225 in test message.
7226 * gdb.python/py-completion.exp: Use "load python file" as test
7227 messages instead of unstable path names.
7228
7229 2017-03-08 Pedro Alves <palves@redhat.com>
7230 Jan Kratochvil <jan.kratochvil@redhat.com>
7231
7232 PR cli/21218
7233 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7234 New proc.
7235 (top level): Call it.
7236
7237 2017-03-08 Pedro Alves <palves@redhat.com>
7238
7239 PR tui/21216
7240 * gdb.tui/tui-nl-filtered-output.exp: New file.
7241
7242 2017-03-08 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/completion.exp: Move TUI completion tests to ...
7245 * gdb.tui/completion.exp: ... this new file.
7246
7247 2017-03-08 Pedro Alves <palves@redhat.com>
7248
7249 * gdb.base/tui-disasm-long-lines.c,
7250 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7251 gdb.base/tui-layout.exp: Move to ...
7252 * gdb.tui/: ... this new directory.
7253
7254 2017-03-07 Pedro Alves <palves@redhat.com>
7255
7256 * gdb.base/tui-layout.c: New file.
7257 * gdb.base/tui-layout.exp: New file.
7258
7259 2017-03-07 Pedro Alves <palves@redhat.com>
7260
7261 * gdb.base/tui-layout.c: Rename to ...
7262 * gdb.base/tui-disasm-long-lines.c: ... this.
7263 * gdb.base/tui-layout.exp: Rename to ...
7264 * gdb.base/tui-disasm-long-lines.exp: ... this.
7265
7266 2017-03-07 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7269
7270 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7271
7272 * i386-mpx-call.c: New file.
7273 * i386-mpx-call.exp: New file.
7274
7275 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7276
7277 * gdb.arch/powerpc-power.exp: Delete test.
7278 * gdb.arch/powerpc-power.s: Likewise.
7279 * gdb.disasm/disassembler-options.exp: New test.
7280 * gdb.arch/powerpc-altivec.exp: Likewise.
7281 * gdb.arch/powerpc-altivec.s: Likewise.
7282 * gdb.arch/powerpc-altivec2.exp: Likewise.
7283 * gdb.arch/powerpc-altivec2.s: Likewise.
7284 * gdb.arch/powerpc-altivec3.exp: Likewise.
7285 * gdb.arch/powerpc-altivec3.s: Likewise.
7286 * gdb.arch/powerpc-power7.exp: Likewise.
7287 * gdb.arch/powerpc-power7.s: Likewise.
7288 * gdb.arch/powerpc-power8.exp: Likewise.
7289 * gdb.arch/powerpc-power8.s: Likewise.
7290 * gdb.arch/powerpc-power9.exp: Likewise.
7291 * gdb.arch/powerpc-power9.s: Likewise.
7292 * gdb.arch/powerpc-vsx.exp: Likewise.
7293 * gdb.arch/powerpc-vsx.s: Likewise.
7294 * gdb.arch/powerpc-vsx2.exp: Likewise.
7295 * gdb.arch/powerpc-vsx2.s: Likewise.
7296 * gdb.arch/powerpc-vsx3.exp: Likewise.
7297 * gdb.arch/powerpc-vsx3.s: Likewise.
7298 * gdb.arch/arm-disassembler-options.exp: Likewise.
7299 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7300 * gdb.arch/s390-disassembler-options.exp: Likewise.
7301
7302 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7303
7304 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7305 (check_supported_features): ... this. Changed return type to void.
7306 (supports_rdseed): New static global.
7307 (rdseed): Check supports_rdseed.
7308 (initialize): Call check_supported_features.
7309
7310 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7311
7312 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7313 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7314 and lqarx/stqcx.
7315 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7316 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7317
7318 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7319
7320 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7321 uppercase.
7322
7323 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7324
7325 * gdb.dwarf2/formdata16.c: New file.
7326 * gdb.dwarf2/formdata16.exp: New file.
7327 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7328
7329 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7332 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7333 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7334 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7335 DW_AT_GNU_*.
7336
7337 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7338
7339 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7340
7341 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7342
7343 PR gdb/21164
7344 * gdb.base/maint.exp: Add testcases for when the commands do
7345 not have arguments.
7346
7347 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7348
7349 * gdb.cp/chained-calls.exp: Use p instead of P.
7350
7351 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7352
7353 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7354 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7355
7356 2017-02-14 Tom Tromey <tom@tromey.com>
7357
7358 PR python/13598:
7359 * gdb.python/py-events.exp: Add before_prompt event tests.
7360
7361 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7362
7363 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7364
7365 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7366
7367 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7368 (main): Call my_unique_function_name.
7369 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7370 completion of patterns with a single match.
7371 Add missing -re switches to gdb_test_multiple calls.
7372
7373 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7374
7375 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7376 return if core file is not recognized.
7377
7378 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7379
7380 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7381 and extra UIs.
7382
7383 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7384
7385 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7386 proc_with_prefix.
7387
7388 2017-02-10 Tom Tromey <tom@tromey.com>
7389
7390 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7391
7392 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7393
7394 PR gdb/21122
7395 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7396
7397 2017-02-08 Jerome Guitton <guitton@adacore.com>
7398
7399 * gdb.base/define.exp: Add test for command abbreviations
7400 in define.
7401
7402 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7403
7404 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7405 * gdb.reverse/insn-reverse-x86.c: New file.
7406
7407 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7408
7409 PR tdep/20936
7410 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7411
7412 2017-02-03 Tom Tromey <tom@tromey.com>
7413
7414 PR rust/21097:
7415 * gdb.rust/simple.exp: Add new tests.
7416
7417 2017-02-02 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7420 tests.
7421
7422 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7423
7424 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7425 taking a 2-byte value out of a 4-byte DWARF implicit value on
7426 big-endian targets.
7427 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7428 logic. Add test cases for DW_OP_implicit.
7429
7430 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7431
7432 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7433
7434 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7435
7436 * gdb.btrace/enable.exp: Call gdb_exit before
7437 skip_gdbserver_tests.
7438
7439 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7440
7441 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7442 GDBFLAGS.
7443
7444 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7445
7446 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7447 the test is skipped.
7448 * gdb.btrace/data.exp: Likewise.
7449 * gdb.btrace/delta.exp: Likewise.
7450 * gdb.btrace/dlopen.exp: Likewise.
7451 * gdb.btrace/enable-running.exp: Likewise.
7452 * gdb.btrace/enable.exp: Likewise.
7453 * gdb.btrace/exception.exp: Likewise.
7454 * gdb.btrace/function_call_history.exp: Likewise.
7455 * gdb.btrace/gcore.exp: Likewise.
7456 * gdb.btrace/instruction_history.exp: Likewise.
7457 * gdb.btrace/multi-thread-step.exp: Likewise.
7458 * gdb.btrace/nohist.exp: Likewise.
7459 * gdb.btrace/non-stop.exp: Likewise.
7460 * gdb.btrace/reconnect.exp: Likewise.
7461 * gdb.btrace/record_goto-step.exp: Likewise.
7462 * gdb.btrace/record_goto.exp: Likewise.
7463 * gdb.btrace/rn-dl-bind.exp: Likewise.
7464 * gdb.btrace/segv.exp: Likewise.
7465 * gdb.btrace/step.exp: Likewise.
7466 * gdb.btrace/stepi.exp: Likewise.
7467 * gdb.btrace/tailcall-only.exp: Likewise.
7468 * gdb.btrace/tailcall.exp: Likewise.
7469 * gdb.btrace/tsx.exp: Likewise.
7470 * gdb.btrace/unknown_functions.exp: Likewise.
7471 * gdb.btrace/vdso.exp: Likewise.
7472
7473 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7474
7475 * gdb.btrace/enable-running.c: New.
7476 * gdb.btrace/enable-running.exp: New.
7477
7478 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7479
7480 * gdb.arch/amd64-gs_base.c: New file.
7481 * gdb.arch/amd64-gs_base.exp: New file.
7482
7483 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7484
7485 * lib/memory.exp: Remove spurious empty newlines.
7486
7487 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7488
7489 * gdb.python/py-bad-printers.exp: Load python file using "source".
7490 * gdb.python/py-events.exp: Likewise.
7491 * gdb.python/py-evsignal.exp: Likewise.
7492 * gdb.python/py-evthreads.exp: Likewise.
7493 * gdb.python/py-frame-args.exp: Likewise.
7494 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7495 * gdb.python/py-framefilter-mi.exp: Likewise.
7496 * gdb.python/py-framefilter.exp: Likewise.
7497 * gdb.python/py-mi.exp: Likewise.
7498 * gdb.python/py-pp-maint.exp: Likewise.
7499 * gdb.python/py-pp-registration.exp: Likewise.
7500 * gdb.python/py-prettyprint.exp: Likewise.
7501 (run_lang_tests): Likewise.
7502 * gdb.python/py-typeprint.exp: Likewise.
7503
7504 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7505
7506 * lib/memory.exp: New file.
7507 * lib/gdb.exp: Load memory.exp.
7508 * gdb.base/memattr.exp (delete_memory): Move proc to
7509 lib/memory.exp and rename to delete_memory_regions.
7510 Replace delete_memory with delete_memory_regions.
7511 Cleanup memory regions before tests.
7512 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7513 before tests.
7514
7515 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7516
7517 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7518 files.
7519 (initialize): New function conditionally defined.
7520 (testcases): Move within conditional block.
7521 (main): Call initialize.
7522 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7523 of gdb.reverse/insn-reverse.c.
7524 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7525 gdb.reverse/insn-reverse.c.
7526
7527 2017-01-26 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7530 disassemble on address 0.
7531
7532 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7533 Yao Qi <yao.qi@linaro.org>
7534
7535 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7536 * gdb.dwarf2/implptr-64bit.S: Remove.
7537 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7538 variables in caller's context. Add DW_OP_implicit_value.
7539
7540 2017-01-25 Yao Qi <yao.qi@linaro.org>
7541
7542 * lib/dwarf.exp (Dwarf::_location): Handle
7543 DW_OP_GNU_implicit_pointer with proper size.
7544
7545 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7546
7547 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7548 and add untested calls.
7549
7550 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7551
7552 * gdb.python/python.exp: Check line number against what GDB thinks
7553 the line number is for func1.
7554
7555 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7556
7557 * gdb.dlang/debug-expr.exp: New file.
7558
7559 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7560
7561 Fix test names for the following files:
7562
7563 * gdb.ada/exec_changed.exp
7564 * gdb.ada/info_types.exp
7565 * gdb.arch/aarch64-atomic-inst.exp
7566 * gdb.arch/aarch64-fp.exp
7567 * gdb.arch/altivec-abi.exp
7568 * gdb.arch/altivec-regs.exp
7569 * gdb.arch/amd64-byte.exp
7570 * gdb.arch/amd64-disp-step.exp
7571 * gdb.arch/amd64-dword.exp
7572 * gdb.arch/amd64-entry-value-inline.exp
7573 * gdb.arch/amd64-entry-value-param.exp
7574 * gdb.arch/amd64-entry-value-paramref.exp
7575 * gdb.arch/amd64-entry-value.exp
7576 * gdb.arch/amd64-i386-address.exp
7577 * gdb.arch/amd64-invalid-stack-middle.exp
7578 * gdb.arch/amd64-invalid-stack-top.exp
7579 * gdb.arch/amd64-optimout-repeat.exp
7580 * gdb.arch/amd64-prologue-skip.exp
7581 * gdb.arch/amd64-prologue-xmm.exp
7582 * gdb.arch/amd64-stap-special-operands.exp
7583 * gdb.arch/amd64-stap-wrong-subexp.exp
7584 * gdb.arch/amd64-tailcall-cxx.exp
7585 * gdb.arch/amd64-tailcall-noret.exp
7586 * gdb.arch/amd64-tailcall-ret.exp
7587 * gdb.arch/amd64-tailcall-self.exp
7588 * gdb.arch/amd64-word.exp
7589 * gdb.arch/arm-bl-branch-dest.exp
7590 * gdb.arch/arm-disp-step.exp
7591 * gdb.arch/arm-neon.exp
7592 * gdb.arch/arm-single-step-kernel-helper.exp
7593 * gdb.arch/avr-flash-qualifier.exp
7594 * gdb.arch/disp-step-insn-reloc.exp
7595 * gdb.arch/e500-abi.exp
7596 * gdb.arch/e500-regs.exp
7597 * gdb.arch/ftrace-insn-reloc.exp
7598 * gdb.arch/i386-avx512.exp
7599 * gdb.arch/i386-bp_permanent.exp
7600 * gdb.arch/i386-byte.exp
7601 * gdb.arch/i386-cfi-notcurrent.exp
7602 * gdb.arch/i386-disp-step.exp
7603 * gdb.arch/i386-dr3-watch.exp
7604 * gdb.arch/i386-float.exp
7605 * gdb.arch/i386-gnu-cfi.exp
7606 * gdb.arch/i386-mpx-map.exp
7607 * gdb.arch/i386-mpx-sigsegv.exp
7608 * gdb.arch/i386-mpx-simple_segv.exp
7609 * gdb.arch/i386-mpx.exp
7610 * gdb.arch/i386-permbkpt.exp
7611 * gdb.arch/i386-prologue.exp
7612 * gdb.arch/i386-signal.exp
7613 * gdb.arch/i386-size-overlap.exp
7614 * gdb.arch/i386-unwind.exp
7615 * gdb.arch/i386-word.exp
7616 * gdb.arch/mips-fcr.exp
7617 * gdb.arch/powerpc-d128-regs.exp
7618 * gdb.arch/powerpc-stackless.exp
7619 * gdb.arch/ppc64-atomic-inst.exp
7620 * gdb.arch/s390-stackless.exp
7621 * gdb.arch/s390-tdbregs.exp
7622 * gdb.arch/s390-vregs.exp
7623 * gdb.arch/sparc-sysstep.exp
7624 * gdb.arch/thumb-bx-pc.exp
7625 * gdb.arch/thumb-singlestep.exp
7626 * gdb.arch/thumb2-it.exp
7627 * gdb.arch/vsx-regs.exp
7628 * gdb.asm/asm-source.exp
7629 * gdb.base/a2-run.exp
7630 * gdb.base/advance.exp
7631 * gdb.base/all-bin.exp
7632 * gdb.base/anon.exp
7633 * gdb.base/args.exp
7634 * gdb.base/arithmet.exp
7635 * gdb.base/async-shell.exp
7636 * gdb.base/async.exp
7637 * gdb.base/attach-pie-noexec.exp
7638 * gdb.base/attach-twice.exp
7639 * gdb.base/auto-load.exp
7640 * gdb.base/bang.exp
7641 * gdb.base/bitfields.exp
7642 * gdb.base/break-always.exp
7643 * gdb.base/break-caller-line.exp
7644 * gdb.base/break-entry.exp
7645 * gdb.base/break-inline.exp
7646 * gdb.base/break-on-linker-gcd-function.exp
7647 * gdb.base/break-probes.exp
7648 * gdb.base/break.exp
7649 * gdb.base/breakpoint-shadow.exp
7650 * gdb.base/call-ar-st.exp
7651 * gdb.base/call-sc.exp
7652 * gdb.base/call-signal-resume.exp
7653 * gdb.base/call-strs.exp
7654 * gdb.base/callfuncs.exp
7655 * gdb.base/catch-fork-static.exp
7656 * gdb.base/catch-gdb-caused-signals.exp
7657 * gdb.base/catch-load.exp
7658 * gdb.base/catch-signal-fork.exp
7659 * gdb.base/catch-signal.exp
7660 * gdb.base/catch-syscall.exp
7661 * gdb.base/charset.exp
7662 * gdb.base/checkpoint.exp
7663 * gdb.base/chng-syms.exp
7664 * gdb.base/code-expr.exp
7665 * gdb.base/code_elim.exp
7666 * gdb.base/commands.exp
7667 * gdb.base/completion.exp
7668 * gdb.base/complex.exp
7669 * gdb.base/cond-expr.exp
7670 * gdb.base/condbreak.exp
7671 * gdb.base/consecutive.exp
7672 * gdb.base/continue-all-already-running.exp
7673 * gdb.base/coredump-filter.exp
7674 * gdb.base/corefile.exp
7675 * gdb.base/dbx.exp
7676 * gdb.base/debug-expr.exp
7677 * gdb.base/define.exp
7678 * gdb.base/del.exp
7679 * gdb.base/disabled-location.exp
7680 * gdb.base/disasm-end-cu.exp
7681 * gdb.base/disasm-optim.exp
7682 * gdb.base/display.exp
7683 * gdb.base/duplicate-bp.exp
7684 * gdb.base/ena-dis-br.exp
7685 * gdb.base/ending-run.exp
7686 * gdb.base/enumval.exp
7687 * gdb.base/environ.exp
7688 * gdb.base/eu-strip-infcall.exp
7689 * gdb.base/eval-avoid-side-effects.exp
7690 * gdb.base/eval-skip.exp
7691 * gdb.base/exitsignal.exp
7692 * gdb.base/expand-psymtabs.exp
7693 * gdb.base/filesym.exp
7694 * gdb.base/find-unmapped.exp
7695 * gdb.base/finish.exp
7696 * gdb.base/float.exp
7697 * gdb.base/foll-exec-mode.exp
7698 * gdb.base/foll-exec.exp
7699 * gdb.base/foll-fork.exp
7700 * gdb.base/fortran-sym-case.exp
7701 * gdb.base/freebpcmd.exp
7702 * gdb.base/func-ptr.exp
7703 * gdb.base/func-ptrs.exp
7704 * gdb.base/funcargs.exp
7705 * gdb.base/gcore-buffer-overflow.exp
7706 * gdb.base/gcore-relro-pie.exp
7707 * gdb.base/gcore-relro.exp
7708 * gdb.base/gcore.exp
7709 * gdb.base/gdb1090.exp
7710 * gdb.base/gdb11530.exp
7711 * gdb.base/gdb11531.exp
7712 * gdb.base/gdb1821.exp
7713 * gdb.base/gdbindex-stabs.exp
7714 * gdb.base/gdbvars.exp
7715 * gdb.base/hbreak.exp
7716 * gdb.base/hbreak2.exp
7717 * gdb.base/included.exp
7718 * gdb.base/infcall-input.exp
7719 * gdb.base/inferior-died.exp
7720 * gdb.base/infnan.exp
7721 * gdb.base/info-macros.exp
7722 * gdb.base/info-os.exp
7723 * gdb.base/info-proc.exp
7724 * gdb.base/info-shared.exp
7725 * gdb.base/info-target.exp
7726 * gdb.base/infoline.exp
7727 * gdb.base/interp.exp
7728 * gdb.base/interrupt.exp
7729 * gdb.base/jit-reader.exp
7730 * gdb.base/jit-simple.exp
7731 * gdb.base/kill-after-signal.exp
7732 * gdb.base/kill-detach-inferiors-cmd.exp
7733 * gdb.base/label.exp
7734 * gdb.base/langs.exp
7735 * gdb.base/ldbl_e308.exp
7736 * gdb.base/line-symtabs.exp
7737 * gdb.base/linespecs.exp
7738 * gdb.base/list.exp
7739 * gdb.base/long_long.exp
7740 * gdb.base/longest-types.exp
7741 * gdb.base/maint.exp
7742 * gdb.base/max-value-size.exp
7743 * gdb.base/memattr.exp
7744 * gdb.base/mips_pro.exp
7745 * gdb.base/morestack.exp
7746 * gdb.base/moribund-step.exp
7747 * gdb.base/multi-forks.exp
7748 * gdb.base/nested-addr.exp
7749 * gdb.base/nextoverexit.exp
7750 * gdb.base/noreturn-finish.exp
7751 * gdb.base/noreturn-return.exp
7752 * gdb.base/nostdlib.exp
7753 * gdb.base/offsets.exp
7754 * gdb.base/opaque.exp
7755 * gdb.base/pc-fp.exp
7756 * gdb.base/permissions.exp
7757 * gdb.base/print-symbol-loading.exp
7758 * gdb.base/prologue-include.exp
7759 * gdb.base/psymtab.exp
7760 * gdb.base/ptype.exp
7761 * gdb.base/random-signal.exp
7762 * gdb.base/randomize.exp
7763 * gdb.base/range-stepping.exp
7764 * gdb.base/readline-ask.exp
7765 * gdb.base/recpar.exp
7766 * gdb.base/recurse.exp
7767 * gdb.base/relational.exp
7768 * gdb.base/restore.exp
7769 * gdb.base/return-nodebug.exp
7770 * gdb.base/return.exp
7771 * gdb.base/run-after-attach.exp
7772 * gdb.base/save-bp.exp
7773 * gdb.base/scope.exp
7774 * gdb.base/sect-cmd.exp
7775 * gdb.base/set-lang-auto.exp
7776 * gdb.base/set-noassign.exp
7777 * gdb.base/setvar.exp
7778 * gdb.base/sigall.exp
7779 * gdb.base/sigbpt.exp
7780 * gdb.base/siginfo-addr.exp
7781 * gdb.base/siginfo-infcall.exp
7782 * gdb.base/siginfo-obj.exp
7783 * gdb.base/siginfo.exp
7784 * gdb.base/signals-state-child.exp
7785 * gdb.base/signest.exp
7786 * gdb.base/sigstep.exp
7787 * gdb.base/sizeof.exp
7788 * gdb.base/skip.exp
7789 * gdb.base/solib-corrupted.exp
7790 * gdb.base/solib-nodir.exp
7791 * gdb.base/solib-search.exp
7792 * gdb.base/stack-checking.exp
7793 * gdb.base/stale-infcall.exp
7794 * gdb.base/stap-probe.exp
7795 * gdb.base/start.exp
7796 * gdb.base/step-break.exp
7797 * gdb.base/step-bt.exp
7798 * gdb.base/step-line.exp
7799 * gdb.base/step-over-exit.exp
7800 * gdb.base/step-over-syscall.exp
7801 * gdb.base/step-resume-infcall.exp
7802 * gdb.base/step-test.exp
7803 * gdb.base/store.exp
7804 * gdb.base/structs3.exp
7805 * gdb.base/sym-file.exp
7806 * gdb.base/symbol-without-target_section.exp
7807 * gdb.base/term.exp
7808 * gdb.base/testenv.exp
7809 * gdb.base/ui-redirect.exp
7810 * gdb.base/until.exp
7811 * gdb.base/unwindonsignal.exp
7812 * gdb.base/value-double-free.exp
7813 * gdb.base/vla-datatypes.exp
7814 * gdb.base/vla-ptr.exp
7815 * gdb.base/vla-sideeffect.exp
7816 * gdb.base/volatile.exp
7817 * gdb.base/watch-cond-infcall.exp
7818 * gdb.base/watch-cond.exp
7819 * gdb.base/watch-non-mem.exp
7820 * gdb.base/watch-read.exp
7821 * gdb.base/watch-vfork.exp
7822 * gdb.base/watchpoint-cond-gone.exp
7823 * gdb.base/watchpoint-delete.exp
7824 * gdb.base/watchpoint-hw-hit-once.exp
7825 * gdb.base/watchpoint-hw.exp
7826 * gdb.base/watchpoint-stops-at-right-insn.exp
7827 * gdb.base/watchpoints.exp
7828 * gdb.base/wchar.exp
7829 * gdb.base/whatis-exp.exp
7830 * gdb.btrace/buffer-size.exp
7831 * gdb.btrace/data.exp
7832 * gdb.btrace/delta.exp
7833 * gdb.btrace/dlopen.exp
7834 * gdb.btrace/enable.exp
7835 * gdb.btrace/exception.exp
7836 * gdb.btrace/function_call_history.exp
7837 * gdb.btrace/gcore.exp
7838 * gdb.btrace/instruction_history.exp
7839 * gdb.btrace/nohist.exp
7840 * gdb.btrace/reconnect.exp
7841 * gdb.btrace/record_goto-step.exp
7842 * gdb.btrace/record_goto.exp
7843 * gdb.btrace/rn-dl-bind.exp
7844 * gdb.btrace/segv.exp
7845 * gdb.btrace/step.exp
7846 * gdb.btrace/stepi.exp
7847 * gdb.btrace/tailcall-only.exp
7848 * gdb.btrace/tailcall.exp
7849 * gdb.btrace/tsx.exp
7850 * gdb.btrace/unknown_functions.exp
7851 * gdb.btrace/vdso.exp
7852 * gdb.compile/compile-ifunc.exp
7853 * gdb.compile/compile-ops.exp
7854 * gdb.compile/compile-print.exp
7855 * gdb.compile/compile-setjmp.exp
7856 * gdb.cp/abstract-origin.exp
7857 * gdb.cp/ambiguous.exp
7858 * gdb.cp/annota2.exp
7859 * gdb.cp/annota3.exp
7860 * gdb.cp/anon-ns.exp
7861 * gdb.cp/anon-struct.exp
7862 * gdb.cp/anon-union.exp
7863 * gdb.cp/arg-reference.exp
7864 * gdb.cp/baseenum.exp
7865 * gdb.cp/bool.exp
7866 * gdb.cp/breakpoint.exp
7867 * gdb.cp/bs15503.exp
7868 * gdb.cp/call-c.exp
7869 * gdb.cp/casts.exp
7870 * gdb.cp/chained-calls.exp
7871 * gdb.cp/class2.exp
7872 * gdb.cp/classes.exp
7873 * gdb.cp/cmpd-minsyms.exp
7874 * gdb.cp/converts.exp
7875 * gdb.cp/cp-relocate.exp
7876 * gdb.cp/cpcompletion.exp
7877 * gdb.cp/cpexprs.exp
7878 * gdb.cp/cplabel.exp
7879 * gdb.cp/cplusfuncs.exp
7880 * gdb.cp/cpsizeof.exp
7881 * gdb.cp/ctti.exp
7882 * gdb.cp/derivation.exp
7883 * gdb.cp/destrprint.exp
7884 * gdb.cp/dispcxx.exp
7885 * gdb.cp/enum-class.exp
7886 * gdb.cp/exception.exp
7887 * gdb.cp/exceptprint.exp
7888 * gdb.cp/expand-psymtabs-cxx.exp
7889 * gdb.cp/expand-sals.exp
7890 * gdb.cp/extern-c.exp
7891 * gdb.cp/filename.exp
7892 * gdb.cp/formatted-ref.exp
7893 * gdb.cp/fpointer.exp
7894 * gdb.cp/gdb1355.exp
7895 * gdb.cp/gdb2495.exp
7896 * gdb.cp/hang.exp
7897 * gdb.cp/impl-this.exp
7898 * gdb.cp/infcall-dlopen.exp
7899 * gdb.cp/inherit.exp
7900 * gdb.cp/iostream.exp
7901 * gdb.cp/koenig.exp
7902 * gdb.cp/local.exp
7903 * gdb.cp/m-data.exp
7904 * gdb.cp/m-static.exp
7905 * gdb.cp/mb-ctor.exp
7906 * gdb.cp/mb-inline.exp
7907 * gdb.cp/mb-templates.exp
7908 * gdb.cp/member-name.exp
7909 * gdb.cp/member-ptr.exp
7910 * gdb.cp/meth-typedefs.exp
7911 * gdb.cp/method.exp
7912 * gdb.cp/method2.exp
7913 * gdb.cp/minsym-fallback.exp
7914 * gdb.cp/misc.exp
7915 * gdb.cp/namelessclass.exp
7916 * gdb.cp/namespace-enum.exp
7917 * gdb.cp/namespace-nested-import.exp
7918 * gdb.cp/namespace.exp
7919 * gdb.cp/nextoverthrow.exp
7920 * gdb.cp/no-dmgl-verbose.exp
7921 * gdb.cp/non-trivial-retval.exp
7922 * gdb.cp/noparam.exp
7923 * gdb.cp/nsdecl.exp
7924 * gdb.cp/nsimport.exp
7925 * gdb.cp/nsnested.exp
7926 * gdb.cp/nsnoimports.exp
7927 * gdb.cp/nsrecurs.exp
7928 * gdb.cp/nsstress.exp
7929 * gdb.cp/nsusing.exp
7930 * gdb.cp/operator.exp
7931 * gdb.cp/oranking.exp
7932 * gdb.cp/overload-const.exp
7933 * gdb.cp/overload.exp
7934 * gdb.cp/ovldbreak.exp
7935 * gdb.cp/ovsrch.exp
7936 * gdb.cp/paren-type.exp
7937 * gdb.cp/parse-lang.exp
7938 * gdb.cp/pass-by-ref.exp
7939 * gdb.cp/pr-1023.exp
7940 * gdb.cp/pr-1210.exp
7941 * gdb.cp/pr-574.exp
7942 * gdb.cp/pr10687.exp
7943 * gdb.cp/pr12028.exp
7944 * gdb.cp/pr17132.exp
7945 * gdb.cp/pr17494.exp
7946 * gdb.cp/pr9067.exp
7947 * gdb.cp/pr9167.exp
7948 * gdb.cp/pr9631.exp
7949 * gdb.cp/printmethod.exp
7950 * gdb.cp/psmang.exp
7951 * gdb.cp/psymtab-parameter.exp
7952 * gdb.cp/ptype-cv-cp.exp
7953 * gdb.cp/ptype-flags.exp
7954 * gdb.cp/re-set-overloaded.exp
7955 * gdb.cp/ref-types.exp
7956 * gdb.cp/rtti.exp
7957 * gdb.cp/scope-err.exp
7958 * gdb.cp/shadow.exp
7959 * gdb.cp/smartp.exp
7960 * gdb.cp/static-method.exp
7961 * gdb.cp/static-print-quit.exp
7962 * gdb.cp/temargs.exp
7963 * gdb.cp/templates.exp
7964 * gdb.cp/try_catch.exp
7965 * gdb.cp/typedef-operator.exp
7966 * gdb.cp/typeid.exp
7967 * gdb.cp/userdef.exp
7968 * gdb.cp/using-crash.exp
7969 * gdb.cp/var-tag.exp
7970 * gdb.cp/virtbase.exp
7971 * gdb.cp/virtfunc.exp
7972 * gdb.cp/virtfunc2.exp
7973 * gdb.cp/vla-cxx.exp
7974 * gdb.disasm/t01_mov.exp
7975 * gdb.disasm/t02_mova.exp
7976 * gdb.disasm/t03_add.exp
7977 * gdb.disasm/t04_sub.exp
7978 * gdb.disasm/t05_cmp.exp
7979 * gdb.disasm/t06_ari2.exp
7980 * gdb.disasm/t07_ari3.exp
7981 * gdb.disasm/t08_or.exp
7982 * gdb.disasm/t09_xor.exp
7983 * gdb.disasm/t10_and.exp
7984 * gdb.disasm/t11_logs.exp
7985 * gdb.disasm/t12_bit.exp
7986 * gdb.disasm/t13_otr.exp
7987 * gdb.dlang/circular.exp
7988 * gdb.dwarf2/arr-stride.exp
7989 * gdb.dwarf2/arr-subrange.exp
7990 * gdb.dwarf2/atomic-type.exp
7991 * gdb.dwarf2/bad-regnum.exp
7992 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7993 * gdb.dwarf2/callframecfa.exp
7994 * gdb.dwarf2/clztest.exp
7995 * gdb.dwarf2/corrupt.exp
7996 * gdb.dwarf2/data-loc.exp
7997 * gdb.dwarf2/dup-psym.exp
7998 * gdb.dwarf2/dw2-anon-mptr.exp
7999 * gdb.dwarf2/dw2-anonymous-func.exp
8000 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8001 * gdb.dwarf2/dw2-bad-unresolved.exp
8002 * gdb.dwarf2/dw2-basic.exp
8003 * gdb.dwarf2/dw2-canonicalize-type.exp
8004 * gdb.dwarf2/dw2-case-insensitive.exp
8005 * gdb.dwarf2/dw2-common-block.exp
8006 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8007 * gdb.dwarf2/dw2-compressed.exp
8008 * gdb.dwarf2/dw2-const.exp
8009 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8010 * gdb.dwarf2/dw2-cu-size.exp
8011 * gdb.dwarf2/dw2-dup-frame.exp
8012 * gdb.dwarf2/dw2-entry-value.exp
8013 * gdb.dwarf2/dw2-icycle.exp
8014 * gdb.dwarf2/dw2-ifort-parameter.exp
8015 * gdb.dwarf2/dw2-inline-break.exp
8016 * gdb.dwarf2/dw2-inline-param.exp
8017 * gdb.dwarf2/dw2-intercu.exp
8018 * gdb.dwarf2/dw2-intermix.exp
8019 * gdb.dwarf2/dw2-lexical-block-bare.exp
8020 * gdb.dwarf2/dw2-linkage-name-trust.exp
8021 * gdb.dwarf2/dw2-minsym-in-cu.exp
8022 * gdb.dwarf2/dw2-noloc.exp
8023 * gdb.dwarf2/dw2-op-call.exp
8024 * gdb.dwarf2/dw2-op-out-param.exp
8025 * gdb.dwarf2/dw2-opt-structptr.exp
8026 * gdb.dwarf2/dw2-param-error.exp
8027 * gdb.dwarf2/dw2-producer.exp
8028 * gdb.dwarf2/dw2-ranges-base.exp
8029 * gdb.dwarf2/dw2-ref-missing-frame.exp
8030 * gdb.dwarf2/dw2-reg-undefined.exp
8031 * gdb.dwarf2/dw2-regno-invalid.exp
8032 * gdb.dwarf2/dw2-restore.exp
8033 * gdb.dwarf2/dw2-restrict.exp
8034 * gdb.dwarf2/dw2-single-line-discriminators.exp
8035 * gdb.dwarf2/dw2-strp.exp
8036 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8037 * gdb.dwarf2/dw2-unresolved.exp
8038 * gdb.dwarf2/dw2-var-zero-addr.exp
8039 * gdb.dwarf2/dw4-sig-types.exp
8040 * gdb.dwarf2/dwz.exp
8041 * gdb.dwarf2/dynarr-ptr.exp
8042 * gdb.dwarf2/enum-type.exp
8043 * gdb.dwarf2/gdb-index.exp
8044 * gdb.dwarf2/implptr-64bit.exp
8045 * gdb.dwarf2/implptr-optimized-out.exp
8046 * gdb.dwarf2/implptr.exp
8047 * gdb.dwarf2/implref-array.exp
8048 * gdb.dwarf2/implref-const.exp
8049 * gdb.dwarf2/implref-global.exp
8050 * gdb.dwarf2/implref-struct.exp
8051 * gdb.dwarf2/mac-fileno.exp
8052 * gdb.dwarf2/main-subprogram.exp
8053 * gdb.dwarf2/member-ptr-forwardref.exp
8054 * gdb.dwarf2/method-ptr.exp
8055 * gdb.dwarf2/missing-sig-type.exp
8056 * gdb.dwarf2/nonvar-access.exp
8057 * gdb.dwarf2/opaque-type-lookup.exp
8058 * gdb.dwarf2/pieces-optimized-out.exp
8059 * gdb.dwarf2/pieces.exp
8060 * gdb.dwarf2/pr10770.exp
8061 * gdb.dwarf2/pr13961.exp
8062 * gdb.dwarf2/staticvirtual.exp
8063 * gdb.dwarf2/subrange.exp
8064 * gdb.dwarf2/symtab-producer.exp
8065 * gdb.dwarf2/trace-crash.exp
8066 * gdb.dwarf2/typeddwarf.exp
8067 * gdb.dwarf2/valop.exp
8068 * gdb.dwarf2/watch-notconst.exp
8069 * gdb.fortran/array-element.exp
8070 * gdb.fortran/charset.exp
8071 * gdb.fortran/common-block.exp
8072 * gdb.fortran/complex.exp
8073 * gdb.fortran/derived-type-function.exp
8074 * gdb.fortran/derived-type.exp
8075 * gdb.fortran/logical.exp
8076 * gdb.fortran/module.exp
8077 * gdb.fortran/multi-dim.exp
8078 * gdb.fortran/nested-funcs.exp
8079 * gdb.fortran/print-formatted.exp
8080 * gdb.fortran/subarray.exp
8081 * gdb.fortran/vla-alloc-assoc.exp
8082 * gdb.fortran/vla-datatypes.exp
8083 * gdb.fortran/vla-history.exp
8084 * gdb.fortran/vla-ptr-info.exp
8085 * gdb.fortran/vla-ptype-sub.exp
8086 * gdb.fortran/vla-ptype.exp
8087 * gdb.fortran/vla-sizeof.exp
8088 * gdb.fortran/vla-type.exp
8089 * gdb.fortran/vla-value-sub-arbitrary.exp
8090 * gdb.fortran/vla-value-sub-finish.exp
8091 * gdb.fortran/vla-value-sub.exp
8092 * gdb.fortran/vla-value.exp
8093 * gdb.fortran/whatis_type.exp
8094 * gdb.go/chan.exp
8095 * gdb.go/handcall.exp
8096 * gdb.go/hello.exp
8097 * gdb.go/integers.exp
8098 * gdb.go/methods.exp
8099 * gdb.go/package.exp
8100 * gdb.go/strings.exp
8101 * gdb.go/types.exp
8102 * gdb.go/unsafe.exp
8103 * gdb.guile/scm-arch.exp
8104 * gdb.guile/scm-block.exp
8105 * gdb.guile/scm-breakpoint.exp
8106 * gdb.guile/scm-cmd.exp
8107 * gdb.guile/scm-disasm.exp
8108 * gdb.guile/scm-equal.exp
8109 * gdb.guile/scm-frame-args.exp
8110 * gdb.guile/scm-frame-inline.exp
8111 * gdb.guile/scm-frame.exp
8112 * gdb.guile/scm-iterator.exp
8113 * gdb.guile/scm-math.exp
8114 * gdb.guile/scm-objfile.exp
8115 * gdb.guile/scm-ports.exp
8116 * gdb.guile/scm-symbol.exp
8117 * gdb.guile/scm-symtab.exp
8118 * gdb.guile/scm-value-cc.exp
8119 * gdb.guile/types-module.exp
8120 * gdb.linespec/break-ask.exp
8121 * gdb.linespec/cpexplicit.exp
8122 * gdb.linespec/explicit.exp
8123 * gdb.linespec/keywords.exp
8124 * gdb.linespec/linespec.exp
8125 * gdb.linespec/ls-dollar.exp
8126 * gdb.linespec/ls-errs.exp
8127 * gdb.linespec/skip-two.exp
8128 * gdb.linespec/thread.exp
8129 * gdb.mi/mi-async.exp
8130 * gdb.mi/mi-basics.exp
8131 * gdb.mi/mi-break.exp
8132 * gdb.mi/mi-catch-load.exp
8133 * gdb.mi/mi-cli.exp
8134 * gdb.mi/mi-cmd-param-changed.exp
8135 * gdb.mi/mi-console.exp
8136 * gdb.mi/mi-detach.exp
8137 * gdb.mi/mi-disassemble.exp
8138 * gdb.mi/mi-eval.exp
8139 * gdb.mi/mi-file-transfer.exp
8140 * gdb.mi/mi-file.exp
8141 * gdb.mi/mi-fill-memory.exp
8142 * gdb.mi/mi-inheritance-syntax-error.exp
8143 * gdb.mi/mi-linespec-err-cp.exp
8144 * gdb.mi/mi-logging.exp
8145 * gdb.mi/mi-memory-changed.exp
8146 * gdb.mi/mi-read-memory.exp
8147 * gdb.mi/mi-record-changed.exp
8148 * gdb.mi/mi-reg-undefined.exp
8149 * gdb.mi/mi-regs.exp
8150 * gdb.mi/mi-return.exp
8151 * gdb.mi/mi-reverse.exp
8152 * gdb.mi/mi-simplerun.exp
8153 * gdb.mi/mi-solib.exp
8154 * gdb.mi/mi-stack.exp
8155 * gdb.mi/mi-stepi.exp
8156 * gdb.mi/mi-syn-frame.exp
8157 * gdb.mi/mi-until.exp
8158 * gdb.mi/mi-var-block.exp
8159 * gdb.mi/mi-var-child.exp
8160 * gdb.mi/mi-var-cmd.exp
8161 * gdb.mi/mi-var-cp.exp
8162 * gdb.mi/mi-var-display.exp
8163 * gdb.mi/mi-var-invalidate.exp
8164 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8165 * gdb.mi/mi-vla-fortran.exp
8166 * gdb.mi/mi-watch.exp
8167 * gdb.mi/mi2-var-child.exp
8168 * gdb.mi/user-selected-context-sync.exp
8169 * gdb.modula2/unbounded-array.exp
8170 * gdb.multi/dummy-frame-restore.exp
8171 * gdb.multi/multi-arch-exec.exp
8172 * gdb.multi/multi-arch.exp
8173 * gdb.multi/tids.exp
8174 * gdb.multi/watchpoint-multi.exp
8175 * gdb.opencl/callfuncs.exp
8176 * gdb.opencl/convs_casts.exp
8177 * gdb.opencl/datatypes.exp
8178 * gdb.opencl/operators.exp
8179 * gdb.opencl/vec_comps.exp
8180 * gdb.opt/clobbered-registers-O2.exp
8181 * gdb.opt/inline-break.exp
8182 * gdb.opt/inline-bt.exp
8183 * gdb.opt/inline-cmds.exp
8184 * gdb.opt/inline-locals.exp
8185 * gdb.pascal/case-insensitive-symbols.exp
8186 * gdb.pascal/floats.exp
8187 * gdb.pascal/gdb11492.exp
8188 * gdb.python/lib-types.exp
8189 * gdb.python/py-arch.exp
8190 * gdb.python/py-as-string.exp
8191 * gdb.python/py-bad-printers.exp
8192 * gdb.python/py-block.exp
8193 * gdb.python/py-breakpoint-create-fail.exp
8194 * gdb.python/py-breakpoint.exp
8195 * gdb.python/py-caller-is.exp
8196 * gdb.python/py-cmd.exp
8197 * gdb.python/py-explore-cc.exp
8198 * gdb.python/py-explore.exp
8199 * gdb.python/py-finish-breakpoint.exp
8200 * gdb.python/py-finish-breakpoint2.exp
8201 * gdb.python/py-frame-args.exp
8202 * gdb.python/py-frame-inline.exp
8203 * gdb.python/py-frame.exp
8204 * gdb.python/py-framefilter-mi.exp
8205 * gdb.python/py-infthread.exp
8206 * gdb.python/py-lazy-string.exp
8207 * gdb.python/py-linetable.exp
8208 * gdb.python/py-mi-events.exp
8209 * gdb.python/py-mi-objfile.exp
8210 * gdb.python/py-mi.exp
8211 * gdb.python/py-objfile.exp
8212 * gdb.python/py-pp-integral.exp
8213 * gdb.python/py-pp-maint.exp
8214 * gdb.python/py-pp-re-notag.exp
8215 * gdb.python/py-pp-registration.exp
8216 * gdb.python/py-recurse-unwind.exp
8217 * gdb.python/py-strfns.exp
8218 * gdb.python/py-symbol.exp
8219 * gdb.python/py-symtab.exp
8220 * gdb.python/py-sync-interp.exp
8221 * gdb.python/py-typeprint.exp
8222 * gdb.python/py-unwind-maint.exp
8223 * gdb.python/py-unwind.exp
8224 * gdb.python/py-value-cc.exp
8225 * gdb.python/py-xmethods.exp
8226 * gdb.reverse/amd64-tailcall-reverse.exp
8227 * gdb.reverse/break-precsave.exp
8228 * gdb.reverse/break-reverse.exp
8229 * gdb.reverse/consecutive-precsave.exp
8230 * gdb.reverse/consecutive-reverse.exp
8231 * gdb.reverse/finish-precsave.exp
8232 * gdb.reverse/finish-reverse-bkpt.exp
8233 * gdb.reverse/finish-reverse.exp
8234 * gdb.reverse/fstatat-reverse.exp
8235 * gdb.reverse/getresuid-reverse.exp
8236 * gdb.reverse/i386-precsave.exp
8237 * gdb.reverse/i386-reverse.exp
8238 * gdb.reverse/i386-sse-reverse.exp
8239 * gdb.reverse/i387-env-reverse.exp
8240 * gdb.reverse/i387-stack-reverse.exp
8241 * gdb.reverse/insn-reverse.exp
8242 * gdb.reverse/machinestate-precsave.exp
8243 * gdb.reverse/machinestate.exp
8244 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8245 * gdb.reverse/pipe-reverse.exp
8246 * gdb.reverse/readv-reverse.exp
8247 * gdb.reverse/recvmsg-reverse.exp
8248 * gdb.reverse/rerun-prec.exp
8249 * gdb.reverse/s390-mvcle.exp
8250 * gdb.reverse/step-precsave.exp
8251 * gdb.reverse/step-reverse.exp
8252 * gdb.reverse/time-reverse.exp
8253 * gdb.reverse/until-precsave.exp
8254 * gdb.reverse/until-reverse.exp
8255 * gdb.reverse/waitpid-reverse.exp
8256 * gdb.reverse/watch-precsave.exp
8257 * gdb.reverse/watch-reverse.exp
8258 * gdb.rust/generics.exp
8259 * gdb.rust/methods.exp
8260 * gdb.rust/modules.exp
8261 * gdb.rust/simple.exp
8262 * gdb.server/connect-with-no-symbol-file.exp
8263 * gdb.server/ext-attach.exp
8264 * gdb.server/ext-restart.exp
8265 * gdb.server/ext-wrapper.exp
8266 * gdb.server/file-transfer.exp
8267 * gdb.server/server-exec-info.exp
8268 * gdb.server/server-kill.exp
8269 * gdb.server/server-mon.exp
8270 * gdb.server/wrapper.exp
8271 * gdb.stabs/exclfwd.exp
8272 * gdb.stabs/gdb11479.exp
8273 * gdb.threads/clone-new-thread-event.exp
8274 * gdb.threads/corethreads.exp
8275 * gdb.threads/current-lwp-dead.exp
8276 * gdb.threads/dlopen-libpthread.exp
8277 * gdb.threads/gcore-thread.exp
8278 * gdb.threads/sigstep-threads.exp
8279 * gdb.threads/watchpoint-fork.exp
8280 * gdb.trace/actions-changed.exp
8281 * gdb.trace/backtrace.exp
8282 * gdb.trace/change-loc.exp
8283 * gdb.trace/circ.exp
8284 * gdb.trace/collection.exp
8285 * gdb.trace/disconnected-tracing.exp
8286 * gdb.trace/ftrace.exp
8287 * gdb.trace/mi-trace-frame-collected.exp
8288 * gdb.trace/mi-trace-unavailable.exp
8289 * gdb.trace/mi-traceframe-changed.exp
8290 * gdb.trace/mi-tsv-changed.exp
8291 * gdb.trace/no-attach-trace.exp
8292 * gdb.trace/passc-dyn.exp
8293 * gdb.trace/qtro.exp
8294 * gdb.trace/range-stepping.exp
8295 * gdb.trace/read-memory.exp
8296 * gdb.trace/save-trace.exp
8297 * gdb.trace/signal.exp
8298 * gdb.trace/status-stop.exp
8299 * gdb.trace/tfile.exp
8300 * gdb.trace/trace-break.exp
8301 * gdb.trace/trace-buffer-size.exp
8302 * gdb.trace/trace-condition.exp
8303 * gdb.trace/tracefile-pseudo-reg.exp
8304 * gdb.trace/tstatus.exp
8305 * gdb.trace/unavailable.exp
8306 * gdb.trace/while-dyn.exp
8307 * gdb.trace/while-stepping.exp
8308
8309 2016-12-22 Doug Evans <xdje42@gmail.com>
8310
8311 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8312 and msymbols.
8313
8314 2016-12-19 Yao Qi <yao.qi@linaro.org>
8315
8316 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8317 (test_with_self): Don't call do_steps_and_nexts, and remove
8318 code about stepping into xmalloc.
8319
8320 2016-12-09 Yao Qi <yao.qi@linaro.org>
8321
8322 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8323
8324 2016-12-09 Yao Qi <yao.qi@linaro.org>
8325
8326 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8327
8328 2016-12-09 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/all-architectures-0.exp: New file.
8331 * gdb.base/all-architectures-1.exp: New file.
8332 * gdb.base/all-architectures-2.exp: New file.
8333 * gdb.base/all-architectures-3.exp: New file.
8334 * gdb.base/all-architectures-4.exp: New file.
8335 * gdb.base/all-architectures-5.exp: New file.
8336 * gdb.base/all-architectures-6.exp: New file.
8337 * gdb.base/all-architectures-7.exp: New file.
8338 * gdb.base/all-architectures.exp.in: New file.
8339
8340 2016-12-09 Yao Qi <yao.qi@linaro.org>
8341
8342 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8343
8344 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8345
8346 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8347 possible.
8348 Remove useless pattern-matching code.
8349
8350 2016-12-02 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8353 procedure.
8354 (top level): Call it.
8355
8356 2016-12-02 Pedro Alves <palves@redhat.com>
8357
8358 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8359 New procedure.
8360 (top level): Call it.
8361
8362 2016-12-02 Pedro Alves <palves@redhat.com>
8363
8364 PR cli/20559
8365 * gdb.base/commands.exp (user_defined_command_args_eval): New
8366 procedure.
8367 (top level): Call it.
8368
8369 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8370
8371 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8372 timeout handling.
8373
8374 2016-12-02 Tom Tromey <tom@tromey.com>
8375
8376 * gdb.dwarf2/main-subprogram.c: New file.
8377 * gdb.dwarf2/main-subprogram.exp: New file.
8378
8379 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8380
8381 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8382 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8383 gdb_test_no_output for a couple of cases.
8384 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8385
8386 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8387
8388 Fix test names and standardize compilation error messages throughout
8389 the following files:
8390
8391 * gdb.ada/start.exp
8392 * gdb.arch/alpha-step.exp
8393 * gdb.arch/e500-prologue.exp
8394 * gdb.arch/ftrace-insn-reloc.exp
8395 * gdb.arch/gdb1291.exp
8396 * gdb.arch/gdb1431.exp
8397 * gdb.arch/gdb1558.exp
8398 * gdb.arch/i386-dr3-watch.exp
8399 * gdb.arch/i386-sse-stack-align.exp
8400 * gdb.arch/ia64-breakpoint-shadow.exp
8401 * gdb.arch/pa-nullify.exp
8402 * gdb.arch/powerpc-aix-prologue.exp
8403 * gdb.arch/thumb-bx-pc.exp
8404 * gdb.base/annota1.exp
8405 * gdb.base/annota3.exp
8406 * gdb.base/arrayidx.exp
8407 * gdb.base/assign.exp
8408 * gdb.base/attach.exp
8409 * gdb.base/auxv.exp
8410 * gdb.base/bang.exp
8411 * gdb.base/bfp-test.exp
8412 * gdb.base/bigcore.exp
8413 * gdb.base/bitfields2.exp
8414 * gdb.base/break-fun-addr.exp
8415 * gdb.base/break-probes.exp
8416 * gdb.base/call-rt-st.exp
8417 * gdb.base/callexit.exp
8418 * gdb.base/catch-fork-kill.exp
8419 * gdb.base/charset.exp
8420 * gdb.base/checkpoint.exp
8421 * gdb.base/comprdebug.exp
8422 * gdb.base/constvars.exp
8423 * gdb.base/coredump-filter.exp
8424 * gdb.base/cursal.exp
8425 * gdb.base/cvexpr.exp
8426 * gdb.base/detach.exp
8427 * gdb.base/display.exp
8428 * gdb.base/dmsym.exp
8429 * gdb.base/dprintf-pending.exp
8430 * gdb.base/dso2dso.exp
8431 * gdb.base/dtrace-probe.exp
8432 * gdb.base/dump.exp
8433 * gdb.base/enum_cond.exp
8434 * gdb.base/exe-lock.exp
8435 * gdb.base/exec-invalid-sysroot.exp
8436 * gdb.base/execl-update-breakpoints.exp
8437 * gdb.base/exprs.exp
8438 * gdb.base/fileio.exp
8439 * gdb.base/find.exp
8440 * gdb.base/finish.exp
8441 * gdb.base/fixsection.exp
8442 * gdb.base/foll-vfork.exp
8443 * gdb.base/frame-args.exp
8444 * gdb.base/gcore.exp
8445 * gdb.base/gdb1250.exp
8446 * gdb.base/global-var-nested-by-dso.exp
8447 * gdb.base/gnu-ifunc.exp
8448 * gdb.base/hashline1.exp
8449 * gdb.base/hashline2.exp
8450 * gdb.base/hashline3.exp
8451 * gdb.base/hbreak-in-shr-unsupported.exp
8452 * gdb.base/huge.exp
8453 * gdb.base/infcall-input.exp
8454 * gdb.base/info-fun.exp
8455 * gdb.base/info-shared.exp
8456 * gdb.base/jit-simple.exp
8457 * gdb.base/jit-so.exp
8458 * gdb.base/jit.exp
8459 * gdb.base/jump.exp
8460 * gdb.base/label.exp
8461 * gdb.base/lineinc.exp
8462 * gdb.base/logical.exp
8463 * gdb.base/longjmp.exp
8464 * gdb.base/macscp.exp
8465 * gdb.base/miscexprs.exp
8466 * gdb.base/new-ui-echo.exp
8467 * gdb.base/new-ui-pending-input.exp
8468 * gdb.base/new-ui.exp
8469 * gdb.base/nodebug.exp
8470 * gdb.base/nofield.exp
8471 * gdb.base/offsets.exp
8472 * gdb.base/overlays.exp
8473 * gdb.base/pending.exp
8474 * gdb.base/pointers.exp
8475 * gdb.base/pr11022.exp
8476 * gdb.base/printcmds.exp
8477 * gdb.base/prologue.exp
8478 * gdb.base/ptr-typedef.exp
8479 * gdb.base/realname-expand.exp
8480 * gdb.base/relativedebug.exp
8481 * gdb.base/relocate.exp
8482 * gdb.base/remote.exp
8483 * gdb.base/reread.exp
8484 * gdb.base/return2.exp
8485 * gdb.base/savedregs.exp
8486 * gdb.base/sep.exp
8487 * gdb.base/sepdebug.exp
8488 * gdb.base/sepsymtab.exp
8489 * gdb.base/set-inferior-tty.exp
8490 * gdb.base/setshow.exp
8491 * gdb.base/shlib-call.exp
8492 * gdb.base/sigaltstack.exp
8493 * gdb.base/siginfo-addr.exp
8494 * gdb.base/signals.exp
8495 * gdb.base/signull.exp
8496 * gdb.base/sigrepeat.exp
8497 * gdb.base/so-impl-ld.exp
8498 * gdb.base/solib-display.exp
8499 * gdb.base/solib-overlap.exp
8500 * gdb.base/solib-search.exp
8501 * gdb.base/solib-symbol.exp
8502 * gdb.base/structs.exp
8503 * gdb.base/structs2.exp
8504 * gdb.base/symtab-search-order.exp
8505 * gdb.base/twice.exp
8506 * gdb.base/unload.exp
8507 * gdb.base/varargs.exp
8508 * gdb.base/watchpoint-solib.exp
8509 * gdb.base/watchpoint.exp
8510 * gdb.base/whatis.exp
8511 * gdb.base/wrong_frame_bt_full.exp
8512 * gdb.btrace/dlopen.exp
8513 * gdb.cell/ea-standalone.exp
8514 * gdb.cell/ea-test.exp
8515 * gdb.cp/dispcxx.exp
8516 * gdb.cp/gdb2384.exp
8517 * gdb.cp/method2.exp
8518 * gdb.cp/nextoverthrow.exp
8519 * gdb.cp/pr10728.exp
8520 * gdb.disasm/am33.exp
8521 * gdb.disasm/h8300s.exp
8522 * gdb.disasm/mn10300.exp
8523 * gdb.disasm/sh3.exp
8524 * gdb.dwarf2/dw2-dir-file-name.exp
8525 * gdb.fortran/complex.exp
8526 * gdb.fortran/library-module.exp
8527 * gdb.guile/scm-pretty-print.exp
8528 * gdb.guile/scm-symbol.exp
8529 * gdb.guile/scm-type.exp
8530 * gdb.guile/scm-value.exp
8531 * gdb.linespec/linespec.exp
8532 * gdb.mi/gdb701.exp
8533 * gdb.mi/gdb792.exp
8534 * gdb.mi/mi-breakpoint-changed.exp
8535 * gdb.mi/mi-dprintf-pending.exp
8536 * gdb.mi/mi-dprintf.exp
8537 * gdb.mi/mi-exit-code.exp
8538 * gdb.mi/mi-pending.exp
8539 * gdb.mi/mi-solib.exp
8540 * gdb.mi/new-ui-mi-sync.exp
8541 * gdb.mi/pr11022.exp
8542 * gdb.mi/user-selected-context-sync.exp
8543 * gdb.opt/solib-intra-step.exp
8544 * gdb.python/py-events.exp
8545 * gdb.python/py-finish-breakpoint.exp
8546 * gdb.python/py-mi.exp
8547 * gdb.python/py-prettyprint.exp
8548 * gdb.python/py-shared.exp
8549 * gdb.python/py-symbol.exp
8550 * gdb.python/py-template.exp
8551 * gdb.python/py-type.exp
8552 * gdb.python/py-value.exp
8553 * gdb.reverse/solib-precsave.exp
8554 * gdb.reverse/solib-reverse.exp
8555 * gdb.server/solib-list.exp
8556 * gdb.stabs/weird.exp
8557 * gdb.threads/reconnect-signal.exp
8558 * gdb.threads/stepi-random-signal.exp
8559 * gdb.trace/actions.exp
8560 * gdb.trace/ax.exp
8561 * gdb.trace/backtrace.exp
8562 * gdb.trace/change-loc.exp
8563 * gdb.trace/deltrace.exp
8564 * gdb.trace/ftrace-lock.exp
8565 * gdb.trace/ftrace.exp
8566 * gdb.trace/infotrace.exp
8567 * gdb.trace/mi-tracepoint-changed.exp
8568 * gdb.trace/packetlen.exp
8569 * gdb.trace/passcount.exp
8570 * gdb.trace/pending.exp
8571 * gdb.trace/range-stepping.exp
8572 * gdb.trace/report.exp
8573 * gdb.trace/stap-trace.exp
8574 * gdb.trace/tfind.exp
8575 * gdb.trace/trace-break.exp
8576 * gdb.trace/trace-condition.exp
8577 * gdb.trace/trace-enable-disable.exp
8578 * gdb.trace/trace-mt.exp
8579 * gdb.trace/tracecmd.exp
8580 * gdb.trace/tspeed.exp
8581 * gdb.trace/tsv.exp
8582 * lib/perftest.exp
8583
8584 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8585
8586 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8587 with gdb_test_no_output.
8588 Use command as test name.
8589
8590 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8591
8592 Fix test names starting with uppercase throughout the files.
8593
8594 * gdb.ada/assign_1.exp
8595 * gdb.ada/boolean_expr.exp
8596 * gdb.base/arrayidx.exp
8597 * gdb.base/del.exp
8598 * gdb.base/gcore-buffer-overflow.exp
8599 * gdb.base/testenv.exp
8600 * gdb.compile/compile.exp
8601 * gdb.python/py-framefilter-invalidarg.exp
8602 * gdb.python/py-framefilter.exp
8603
8604 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8605
8606 Fix test names starting with uppercase throughout the files.
8607
8608 * gdb.ada/array_return.exp
8609 * gdb.ada/expr_delims.exp
8610 * gdb.ada/mi_dyn_arr.exp
8611 * gdb.ada/mi_interface.exp
8612 * gdb.ada/mi_var_array.exp
8613 * gdb.ada/watch_arg.exp
8614 * gdb.arch/alpha-step.exp
8615 * gdb.arch/altivec-regs.exp
8616 * gdb.arch/e500-regs.exp
8617 * gdb.arch/powerpc-d128-regs.exp
8618 * gdb.base/arrayidx.exp
8619 * gdb.base/break.exp
8620 * gdb.base/checkpoint.exp
8621 * gdb.base/debug-expr.exp
8622 * gdb.base/dmsym.exp
8623 * gdb.base/radix.exp
8624 * gdb.base/sepdebug.exp
8625 * gdb.base/testenv.exp
8626 * gdb.base/watch_thread_num.exp
8627 * gdb.base/watchpoint-cond-gone.exp
8628 * gdb.cell/break.exp
8629 * gdb.cell/ea-cache.exp
8630 * gdb.compile/compile.exp
8631 * gdb.cp/gdb2495.exp
8632 * gdb.gdb/selftest.exp
8633 * gdb.gdb/xfullpath.exp
8634 * gdb.go/hello.exp
8635 * gdb.go/integers.exp
8636 * gdb.objc/basicclass.exp
8637 * gdb.pascal/hello.exp
8638 * gdb.pascal/integers.exp
8639 * gdb.python/py-breakpoint.exp
8640 * gdb.python/py-cmd.exp
8641 * gdb.python/py-linetable.exp
8642 * gdb.python/py-xmethods.exp
8643 * gdb.python/python.exp
8644 * gdb.reverse/consecutive-precsave.exp
8645 * gdb.reverse/finish-precsave.exp
8646 * gdb.reverse/i386-precsave.exp
8647 * gdb.reverse/machinestate-precsave.exp
8648 * gdb.reverse/sigall-precsave.exp
8649 * gdb.reverse/solib-precsave.exp
8650 * gdb.reverse/step-precsave.exp
8651 * gdb.reverse/until-precsave.exp
8652 * gdb.reverse/watch-precsave.exp
8653 * gdb.threads/leader-exit.exp
8654 * gdb.threads/pthreads.exp
8655 * gdb.threads/wp-replication.exp
8656 * gdb.trace/actions.exp
8657 * gdb.trace/mi-tsv-changed.exp
8658 * gdb.trace/tsv.exp
8659
8660 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8661
8662 Fix test names starting with uppercase throughout the files.
8663
8664 * gdb.arch/i386-bp_permanent.exp
8665 * gdb.arch/i386-gnu-cfi.exp
8666 * gdb.base/disasm-end-cu.exp
8667 * gdb.base/macscp.exp
8668 * gdb.base/pending.exp
8669 * gdb.base/watch_thread_num.exp
8670 * gdb.cp/exception.exp
8671 * gdb.cp/gdb2495.exp
8672 * gdb.cp/local.exp
8673 * gdb.python/py-evsignal.exp
8674 * gdb.python/python.exp
8675 * gdb.trace/tracecmd.exp
8676
8677 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8678
8679 Fix test names starting with uppercase throughout the files.
8680
8681 * gdb.base/charset.exp
8682 * gdb.base/eval.exp
8683 * gdb.base/multi-forks.exp
8684 * gdb.guile/scm-progspace.exp
8685 * gdb.opencl/datatypes.exp
8686 * gdb.python/py-block.exp
8687 * gdb.python/py-function.exp
8688 * gdb.python/py-symbol.exp
8689 * gdb.python/py-symtab.exp
8690 * gdb.python/py-xmethods.exp
8691 * gdb.reverse/break-precsave.exp
8692 * gdb.reverse/break-reverse.exp
8693 * gdb.reverse/consecutive-precsave.exp
8694 * gdb.reverse/consecutive-reverse.exp
8695 * gdb.reverse/finish-precsave.exp
8696 * gdb.reverse/finish-reverse-bkpt.exp
8697 * gdb.reverse/finish-reverse.exp
8698 * gdb.reverse/fstatat-reverse.exp
8699 * gdb.reverse/getresuid-reverse.exp
8700 * gdb.reverse/i386-precsave.exp
8701 * gdb.reverse/i386-reverse.exp
8702 * gdb.reverse/i386-sse-reverse.exp
8703 * gdb.reverse/i387-stack-reverse.exp
8704 * gdb.reverse/insn-reverse.exp
8705 * gdb.reverse/machinestate-precsave.exp
8706 * gdb.reverse/machinestate.exp
8707 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8708 * gdb.reverse/pipe-reverse.exp
8709 * gdb.reverse/readv-reverse.exp
8710 * gdb.reverse/recvmsg-reverse.exp
8711 * gdb.reverse/rerun-prec.exp
8712 * gdb.reverse/s390-mvcle.exp
8713 * gdb.reverse/sigall-precsave.exp
8714 * gdb.reverse/sigall-reverse.exp
8715 * gdb.reverse/solib-precsave.exp
8716 * gdb.reverse/solib-reverse.exp
8717 * gdb.reverse/step-precsave.exp
8718 * gdb.reverse/step-reverse.exp
8719 * gdb.reverse/time-reverse.exp
8720 * gdb.reverse/until-precsave.exp
8721 * gdb.reverse/until-reverse.exp
8722 * gdb.reverse/waitpid-reverse.exp
8723 * gdb.reverse/watch-precsave.exp
8724 * gdb.reverse/watch-reverse.exp
8725
8726 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8727
8728 Fix test names starting with uppercase throughout the files.
8729
8730 * gdb.arch/i386-mpx-simple_segv.exp
8731 * gdb.arch/i386-mpx.exp
8732 * gdb.arch/i386-permbkpt.exp
8733 * gdb.arch/pa-nullify.exp
8734 * gdb.arch/powerpc-d128-regs.exp
8735 * gdb.arch/vsx-regs.exp
8736 * gdb.base/bfp-test.exp
8737 * gdb.base/break.exp
8738 * gdb.base/breakpoint-shadow.exp
8739 * gdb.base/callfuncs.exp
8740 * gdb.base/charset.exp
8741 * gdb.base/commands.exp
8742 * gdb.base/completion.exp
8743 * gdb.base/dfp-test.exp
8744 * gdb.base/echo.exp
8745 * gdb.base/ending-run.exp
8746 * gdb.base/eval.exp
8747 * gdb.base/expand-psymtabs.exp
8748 * gdb.base/float128.exp
8749 * gdb.base/floatn.exp
8750 * gdb.base/foll-exec-mode.exp
8751 * gdb.base/gdb1056.exp
8752 * gdb.base/gdb11531.exp
8753 * gdb.base/kill-after-signal.exp
8754 * gdb.base/multi-forks.exp
8755 * gdb.base/overlays.exp
8756 * gdb.base/pending.exp
8757 * gdb.base/sepdebug.exp
8758 * gdb.base/testenv.exp
8759 * gdb.base/valgrind-db-attach.exp
8760 * gdb.base/watch_thread_num.exp
8761 * gdb.base/watchpoint-cond-gone.exp
8762 * gdb.base/watchpoint.exp
8763 * gdb.base/watchpoints.exp
8764 * gdb.cp/arg-reference.exp
8765 * gdb.cp/baseenum.exp
8766 * gdb.cp/operator.exp
8767 * gdb.cp/shadow.exp
8768 * gdb.dwarf2/dw2-op-out-param.exp
8769 * gdb.dwarf2/dw2-reg-undefined.exp
8770 * gdb.go/chan.exp
8771 * gdb.go/hello.exp
8772 * gdb.go/integers.exp
8773 * gdb.go/methods.exp
8774 * gdb.go/package.exp
8775 * gdb.guile/scm-parameter.exp
8776 * gdb.guile/scm-progspace.exp
8777 * gdb.guile/scm-value.exp
8778 * gdb.mi/mi-pending.exp
8779 * gdb.mi/user-selected-context-sync.exp
8780 * gdb.multi/multi-attach.exp
8781 * gdb.multi/tids.exp
8782 * gdb.opt/clobbered-registers-O2.exp
8783 * gdb.pascal/floats.exp
8784 * gdb.pascal/integers.exp
8785 * gdb.python/py-block.exp
8786 * gdb.python/py-events.exp
8787 * gdb.python/py-parameter.exp
8788 * gdb.python/py-symbol.exp
8789 * gdb.python/py-symtab.exp
8790 * gdb.python/py-type.exp
8791 * gdb.python/py-value.exp
8792 * gdb.python/py-xmethods.exp
8793 * gdb.python/python.exp
8794 * gdb.reverse/break-precsave.exp
8795 * gdb.reverse/consecutive-precsave.exp
8796 * gdb.reverse/finish-precsave.exp
8797 * gdb.reverse/i386-precsave.exp
8798 * gdb.reverse/machinestate-precsave.exp
8799 * gdb.reverse/sigall-precsave.exp
8800 * gdb.reverse/solib-precsave.exp
8801 * gdb.reverse/step-precsave.exp
8802 * gdb.reverse/until-precsave.exp
8803 * gdb.reverse/watch-precsave.exp
8804 * gdb.server/ext-attach.exp
8805 * gdb.server/ext-restart.exp
8806 * gdb.server/ext-run.exp
8807 * gdb.server/ext-wrapper.exp
8808 * gdb.stabs/gdb11479.exp
8809 * gdb.stabs/weird.exp
8810 * gdb.threads/attach-many-short-lived-threads.exp
8811 * gdb.threads/kill.exp
8812 * gdb.threads/watchpoint-fork.exp
8813
8814 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8815
8816 Fix test names starting with uppercase throughout all the files below.
8817
8818 * gdb.ada/array_return.exp
8819 * gdb.ada/catch_ex.exp
8820 * gdb.ada/info_exc.exp
8821 * gdb.ada/mi_catch_ex.exp
8822 * gdb.ada/mi_dyn_arr.exp
8823 * gdb.ada/mi_ex_cond.exp
8824 * gdb.ada/mi_exc_info.exp
8825 * gdb.ada/mi_interface.exp
8826 * gdb.ada/mi_task_arg.exp
8827 * gdb.ada/mi_task_info.exp
8828 * gdb.ada/mi_var_array.exp
8829 * gdb.arch/alpha-step.exp
8830 * gdb.arch/amd64-disp-step.exp
8831 * gdb.arch/arm-disp-step.exp
8832 * gdb.arch/disp-step-insn-reloc.exp
8833 * gdb.arch/e500-prologue.exp
8834 * gdb.arch/ftrace-insn-reloc.exp
8835 * gdb.arch/gdb1558.exp
8836 * gdb.arch/i386-bp_permanent.exp
8837 * gdb.arch/i386-disp-step.exp
8838 * gdb.arch/i386-float.exp
8839 * gdb.arch/i386-gnu-cfi.exp
8840 * gdb.arch/ia64-breakpoint-shadow.exp
8841 * gdb.arch/mips16-thunks.exp
8842 * gdb.arch/pa-nullify.exp
8843 * gdb.arch/powerpc-aix-prologue.exp
8844 * gdb.arch/powerpc-power.exp
8845 * gdb.arch/ppc-dfp.exp
8846 * gdb.arch/s390-tdbregs.exp
8847 * gdb.arch/spu-info.exp
8848 * gdb.arch/spu-ls.exp
8849 * gdb.arch/thumb-bx-pc.exp
8850 * gdb.base/advance.exp
8851 * gdb.base/annota-input-while-running.exp
8852 * gdb.base/arrayidx.exp
8853 * gdb.base/asmlabel.exp
8854 * gdb.base/async.exp
8855 * gdb.base/attach-wait-input.exp
8856 * gdb.base/auto-connect-native-target.exp
8857 * gdb.base/batch-preserve-term-settings.exp
8858 * gdb.base/bfp-test.exp
8859 * gdb.base/bigcore.exp
8860 * gdb.base/bp-permanent.exp
8861 * gdb.base/break-always.exp
8862 * gdb.base/break-fun-addr.exp
8863 * gdb.base/break-idempotent.exp
8864 * gdb.base/break-main-file-remove-fail.exp
8865 * gdb.base/break-probes.exp
8866 * gdb.base/break-unload-file.exp
8867 * gdb.base/break.exp
8868 * gdb.base/call-ar-st.exp
8869 * gdb.base/call-rt-st.exp
8870 * gdb.base/call-sc.exp
8871 * gdb.base/call-signal-resume.exp
8872 * gdb.base/call-strs.exp
8873 * gdb.base/callexit.exp
8874 * gdb.base/callfuncs.exp
8875 * gdb.base/catch-gdb-caused-signals.exp
8876 * gdb.base/catch-signal-siginfo-cond.exp
8877 * gdb.base/catch-syscall.exp
8878 * gdb.base/compare-sections.exp
8879 * gdb.base/cond-eval-mode.exp
8880 * gdb.base/condbreak-call-false.exp
8881 * gdb.base/consecutive-step-over.exp
8882 * gdb.base/cursal.exp
8883 * gdb.base/disabled-location.exp
8884 * gdb.base/disasm-end-cu.exp
8885 * gdb.base/display.exp
8886 * gdb.base/double-prompt-target-event-error.exp
8887 * gdb.base/dprintf-bp-same-addr.exp
8888 * gdb.base/dprintf-detach.exp
8889 * gdb.base/dprintf-next.exp
8890 * gdb.base/dprintf-non-stop.exp
8891 * gdb.base/dprintf-pending.exp
8892 * gdb.base/dso2dso.exp
8893 * gdb.base/ending-run.exp
8894 * gdb.base/enum_cond.exp
8895 * gdb.base/examine-backward.exp
8896 * gdb.base/exe-lock.exp
8897 * gdb.base/exec-invalid-sysroot.exp
8898 * gdb.base/execl-update-breakpoints.exp
8899 * gdb.base/execution-termios.exp
8900 * gdb.base/fileio.exp
8901 * gdb.base/fixsection.exp
8902 * gdb.base/foll-exec-mode.exp
8903 * gdb.base/foll-exec.exp
8904 * gdb.base/fork-running-state.exp
8905 * gdb.base/frame-args.exp
8906 * gdb.base/fullpath-expand.exp
8907 * gdb.base/func-ptr.exp
8908 * gdb.base/gcore-relro-pie.exp
8909 * gdb.base/gdb1090.exp
8910 * gdb.base/gdb1555.exp
8911 * gdb.base/global-var-nested-by-dso.exp
8912 * gdb.base/gnu-ifunc.exp
8913 * gdb.base/hbreak-in-shr-unsupported.exp
8914 * gdb.base/hbreak-unmapped.exp
8915 * gdb.base/hook-stop.exp
8916 * gdb.base/infcall-input.exp
8917 * gdb.base/info-fun.exp
8918 * gdb.base/info-shared.exp
8919 * gdb.base/interrupt-noterm.exp
8920 * gdb.base/jit-so.exp
8921 * gdb.base/jit.exp
8922 * gdb.base/line-symtabs.exp
8923 * gdb.base/list.exp
8924 * gdb.base/longjmp.exp
8925 * gdb.base/macscp.exp
8926 * gdb.base/max-value-size.exp
8927 * gdb.base/nodebug.exp
8928 * gdb.base/nofield.exp
8929 * gdb.base/overlays.exp
8930 * gdb.base/paginate-after-ctrl-c-running.exp
8931 * gdb.base/paginate-bg-execution.exp
8932 * gdb.base/paginate-inferior-exit.exp
8933 * gdb.base/pending.exp
8934 * gdb.base/pr11022.exp
8935 * gdb.base/printcmds.exp
8936 * gdb.base/ptr-typedef.exp
8937 * gdb.base/ptype.exp
8938 * gdb.base/randomize.exp
8939 * gdb.base/range-stepping.exp
8940 * gdb.base/realname-expand.exp
8941 * gdb.base/relativedebug.exp
8942 * gdb.base/remote.exp
8943 * gdb.base/savedregs.exp
8944 * gdb.base/sepdebug.exp
8945 * gdb.base/set-noassign.exp
8946 * gdb.base/shlib-call.exp
8947 * gdb.base/shreloc.exp
8948 * gdb.base/sigaltstack.exp
8949 * gdb.base/sigbpt.exp
8950 * gdb.base/siginfo-addr.exp
8951 * gdb.base/siginfo-obj.exp
8952 * gdb.base/siginfo-thread.exp
8953 * gdb.base/signest.exp
8954 * gdb.base/signull.exp
8955 * gdb.base/sigrepeat.exp
8956 * gdb.base/skip.exp
8957 * gdb.base/so-impl-ld.exp
8958 * gdb.base/solib-corrupted.exp
8959 * gdb.base/solib-disc.exp
8960 * gdb.base/solib-display.exp
8961 * gdb.base/solib-overlap.exp
8962 * gdb.base/solib-search.exp
8963 * gdb.base/solib-symbol.exp
8964 * gdb.base/source-execution.exp
8965 * gdb.base/sss-bp-on-user-bp-2.exp
8966 * gdb.base/sss-bp-on-user-bp.exp
8967 * gdb.base/stack-checking.exp
8968 * gdb.base/stale-infcall.exp
8969 * gdb.base/step-break.exp
8970 * gdb.base/step-line.exp
8971 * gdb.base/step-over-exit.exp
8972 * gdb.base/step-test.exp
8973 * gdb.base/structs.exp
8974 * gdb.base/sym-file.exp
8975 * gdb.base/symtab-search-order.exp
8976 * gdb.base/term.exp
8977 * gdb.base/type-opaque.exp
8978 * gdb.base/unload.exp
8979 * gdb.base/until-nodebug.exp
8980 * gdb.base/until.exp
8981 * gdb.base/unwindonsignal.exp
8982 * gdb.base/watch-cond.exp
8983 * gdb.base/watch-non-mem.exp
8984 * gdb.base/watch_thread_num.exp
8985 * gdb.base/watchpoint-reuse-slot.exp
8986 * gdb.base/watchpoint-solib.exp
8987 * gdb.base/watchpoint.exp
8988 * gdb.btrace/dlopen.exp
8989 * gdb.cell/arch.exp
8990 * gdb.cell/break.exp
8991 * gdb.cell/bt.exp
8992 * gdb.cell/core.exp
8993 * gdb.cell/data.exp
8994 * gdb.cell/dwarfaddr.exp
8995 * gdb.cell/ea-cache.exp
8996 * gdb.cell/ea-standalone.exp
8997 * gdb.cell/ea-test.exp
8998 * gdb.cell/f-regs.exp
8999 * gdb.cell/fork.exp
9000 * gdb.cell/gcore.exp
9001 * gdb.cell/mem-access.exp
9002 * gdb.cell/ptype.exp
9003 * gdb.cell/registers.exp
9004 * gdb.cell/sizeof.exp
9005 * gdb.cell/solib-symbol.exp
9006 * gdb.cell/solib.exp
9007 * gdb.compile/compile-tls.exp
9008 * gdb.cp/exception.exp
9009 * gdb.cp/gdb2495.exp
9010 * gdb.cp/local.exp
9011 * gdb.cp/mb-inline.exp
9012 * gdb.cp/mb-templates.exp
9013 * gdb.cp/pr10687.exp
9014 * gdb.cp/pr9167.exp
9015 * gdb.cp/scope-err.exp
9016 * gdb.cp/templates.exp
9017 * gdb.cp/virtfunc.exp
9018 * gdb.dwarf2/dw2-dir-file-name.exp
9019 * gdb.dwarf2/dw2-single-line-discriminators.exp
9020 * gdb.fortran/complex.exp
9021 * gdb.fortran/library-module.exp
9022 * gdb.guile/guile.exp
9023 * gdb.guile/scm-cmd.exp
9024 * gdb.guile/scm-frame-inline.exp
9025 * gdb.guile/scm-objfile.exp
9026 * gdb.guile/scm-pretty-print.exp
9027 * gdb.guile/scm-symbol.exp
9028 * gdb.guile/scm-type.exp
9029 * gdb.guile/scm-value.exp
9030 * gdb.linespec/keywords.exp
9031 * gdb.linespec/ls-errs.exp
9032 * gdb.linespec/macro-relative.exp
9033 * gdb.linespec/thread.exp
9034 * gdb.mi/mi-breakpoint-changed.exp
9035 * gdb.mi/mi-dprintf-pending.exp
9036 * gdb.mi/mi-fullname-deleted.exp
9037 * gdb.mi/mi-logging.exp
9038 * gdb.mi/mi-pending.exp
9039 * gdb.mi/mi-solib.exp
9040 * gdb.mi/new-ui-mi-sync.exp
9041 * gdb.mi/user-selected-context-sync.exp
9042 * gdb.multi/dummy-frame-restore.exp
9043 * gdb.multi/multi-arch-exec.exp
9044 * gdb.multi/remove-inferiors.exp
9045 * gdb.multi/watchpoint-multi-exit.exp
9046 * gdb.opt/solib-intra-step.exp
9047 * gdb.perf/backtrace.exp
9048 * gdb.perf/single-step.exp
9049 * gdb.perf/skip-command.exp
9050 * gdb.perf/skip-prologue.exp
9051 * gdb.perf/solib.exp
9052 * gdb.python/lib-types.exp
9053 * gdb.python/py-as-string.exp
9054 * gdb.python/py-bad-printers.exp
9055 * gdb.python/py-block.exp
9056 * gdb.python/py-breakpoint.exp
9057 * gdb.python/py-cmd.exp
9058 * gdb.python/py-events.exp
9059 * gdb.python/py-evthreads.exp
9060 * gdb.python/py-finish-breakpoint.exp
9061 * gdb.python/py-finish-breakpoint2.exp
9062 * gdb.python/py-frame-inline.exp
9063 * gdb.python/py-frame.exp
9064 * gdb.python/py-inferior.exp
9065 * gdb.python/py-infthread.exp
9066 * gdb.python/py-mi.exp
9067 * gdb.python/py-objfile.exp
9068 * gdb.python/py-pp-maint.exp
9069 * gdb.python/py-pp-registration.exp
9070 * gdb.python/py-prettyprint.exp
9071 * gdb.python/py-recurse-unwind.exp
9072 * gdb.python/py-shared.exp
9073 * gdb.python/py-symbol.exp
9074 * gdb.python/py-symtab.exp
9075 * gdb.python/py-template.exp
9076 * gdb.python/py-type.exp
9077 * gdb.python/py-unwind-maint.exp
9078 * gdb.python/py-unwind.exp
9079 * gdb.python/py-value.exp
9080 * gdb.python/python.exp
9081 * gdb.reverse/finish-reverse-bkpt.exp
9082 * gdb.reverse/insn-reverse.exp
9083 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9084 * gdb.reverse/solib-precsave.exp
9085 * gdb.reverse/solib-reverse.exp
9086 * gdb.stabs/gdb11479.exp
9087 * gdb.stabs/weird.exp
9088 * gdb.threads/fork-child-threads.exp
9089 * gdb.threads/fork-plus-threads.exp
9090 * gdb.threads/fork-thread-pending.exp
9091 * gdb.threads/forking-threads-plus-breakpoint.exp
9092 * gdb.threads/hand-call-in-threads.exp
9093 * gdb.threads/interrupted-hand-call.exp
9094 * gdb.threads/linux-dp.exp
9095 * gdb.threads/local-watch-wrong-thread.exp
9096 * gdb.threads/next-while-other-thread-longjmps.exp
9097 * gdb.threads/non-ldr-exit.exp
9098 * gdb.threads/pending-step.exp
9099 * gdb.threads/print-threads.exp
9100 * gdb.threads/process-dies-while-detaching.exp
9101 * gdb.threads/process-dies-while-handling-bp.exp
9102 * gdb.threads/pthreads.exp
9103 * gdb.threads/queue-signal.exp
9104 * gdb.threads/reconnect-signal.exp
9105 * gdb.threads/signal-command-handle-nopass.exp
9106 * gdb.threads/signal-command-multiple-signals-pending.exp
9107 * gdb.threads/signal-delivered-right-thread.exp
9108 * gdb.threads/signal-sigtrap.exp
9109 * gdb.threads/sigthread.exp
9110 * gdb.threads/staticthreads.exp
9111 * gdb.threads/stepi-random-signal.exp
9112 * gdb.threads/thread-unwindonsignal.exp
9113 * gdb.threads/thread_check.exp
9114 * gdb.threads/thread_events.exp
9115 * gdb.threads/tid-reuse.exp
9116 * gdb.threads/tls-nodebug.exp
9117 * gdb.threads/tls-shared.exp
9118 * gdb.threads/tls-so_extern.exp
9119 * gdb.threads/tls.exp
9120 * gdb.threads/wp-replication.exp
9121 * gdb.trace/actions-changed.exp
9122 * gdb.trace/actions.exp
9123 * gdb.trace/backtrace.exp
9124 * gdb.trace/change-loc.exp
9125 * gdb.trace/collection.exp
9126 * gdb.trace/deltrace.exp
9127 * gdb.trace/disconnected-tracing.exp
9128 * gdb.trace/entry-values.exp
9129 * gdb.trace/ftrace-lock.exp
9130 * gdb.trace/ftrace.exp
9131 * gdb.trace/infotrace.exp
9132 * gdb.trace/mi-trace-frame-collected.exp
9133 * gdb.trace/mi-trace-unavailable.exp
9134 * gdb.trace/mi-traceframe-changed.exp
9135 * gdb.trace/mi-tracepoint-changed.exp
9136 * gdb.trace/mi-tsv-changed.exp
9137 * gdb.trace/no-attach-trace.exp
9138 * gdb.trace/packetlen.exp
9139 * gdb.trace/passc-dyn.exp
9140 * gdb.trace/passcount.exp
9141 * gdb.trace/pending.exp
9142 * gdb.trace/pr16508.exp
9143 * gdb.trace/qtro.exp
9144 * gdb.trace/range-stepping.exp
9145 * gdb.trace/read-memory.exp
9146 * gdb.trace/report.exp
9147 * gdb.trace/save-trace.exp
9148 * gdb.trace/signal.exp
9149 * gdb.trace/stap-trace.exp
9150 * gdb.trace/status-stop.exp
9151 * gdb.trace/strace.exp
9152 * gdb.trace/tfile.exp
9153 * gdb.trace/tfind.exp
9154 * gdb.trace/trace-break.exp
9155 * gdb.trace/trace-condition.exp
9156 * gdb.trace/trace-enable-disable.exp
9157 * gdb.trace/trace-mt.exp
9158 * gdb.trace/tracecmd.exp
9159 * gdb.trace/tracefile-pseudo-reg.exp
9160 * gdb.trace/tspeed.exp
9161 * gdb.trace/tstatus.exp
9162 * gdb.trace/tsv.exp
9163 * gdb.trace/unavailable.exp
9164 * gdb.trace/while-dyn.exp
9165 * gdb.trace/while-stepping.exp
9166 * lib/gdb-guile.exp
9167 * lib/gdb.exp
9168 * lib/mi-support.exp
9169 * lib/pascal.exp
9170 * lib/perftest.exp
9171 * lib/prelink-support.exp
9172 * lib/selftest-support.exp
9173
9174 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9175
9176 * Makefile.in: Include disable-implicit-rules.mk.
9177
9178 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9179
9180 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9181 non-byte-aligned bit fields.
9182
9183 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9184
9185 PR gdb/12616
9186 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9187 respects the DW_AT_data_bit_offset attribute.
9188
9189 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9190
9191 * gdb.base/default.exp: Fix output of "set language".
9192
9193 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9194
9195 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9196 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9197 make.
9198 * configure.ac: Remove checks for the make program.
9199 * configure: Re-generate.
9200
9201 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9202
9203 * gdb.python/py-recurse-unwind.c (main): Add loop.
9204 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9205 to read_register() and gdb.parse_and_eval(). Make each code
9206 call a separate case that can be individually tested.
9207 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9208 proc. Call cont_and_backtrace for each of the code paths that
9209 we want to test in the unwinder.
9210
9211 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9212
9213 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9214 the definition of struct S.
9215
9216 2016-11-11 Catherine Moore <clm@codesourcery.com>
9217
9218 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9219
9220 2016-11-09 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.base/commands.exp (runto_or_return): New procedure.
9223 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9224 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9225 (progvar_simple_while_test, progvar_complex_if_while_test)
9226 (if_while_breakpoint_command_test)
9227 (infrun_breakpoint_command_test, breakpoint_command_test)
9228 (user_defined_command_test, watchpoint_command_test)
9229 (test_command_prompt_position, redefine_hook_test)
9230 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9231 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9232 multi_line_input and multi_line. Remove gdb_expect and
9233 gdb_stop_suppressing_tests uses.
9234 * lib/gdb.exp (valnum_re): New global.
9235 (multi_line_input): New procedure.
9236
9237 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9238
9239 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9240 Remove.
9241 (test_setup): Define with proc_with_prefix.
9242 (test_cli_inferior): Likewise.
9243 (test_cli_thread): Likewise.
9244 (test_cli_frame): Likewise.
9245 (test_cli_select_frame): Likewise.
9246 (test_cli_up_down): Likewise.
9247 (test_mi_thread_select): Likewise.
9248 (test_mi_stack_select_frame): Likewise.
9249 (test_cli_in_mi_inferior): Likewise.
9250 (test_cli_in_mi_thread): Likewise.
9251 (test_cli_in_mi_frame): Likewise.
9252 (top level): Do not use with_test_prefix_procname.
9253
9254 2016-11-09 Pedro Alves <palves@redhat.com>
9255
9256 * gdb.base/commands.exp (gdbvar_simple_if_test)
9257 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9258 (progvar_simple_if_test, progvar_simple_while_test)
9259 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9260 (infrun_breakpoint_command_test, breakpoint_command_test)
9261 (user_defined_command_test, watchpoint_command_test)
9262 (test_command_prompt_position, deprecated_command_test)
9263 (bp_deleted_in_command, temporary_breakpoint_commands)
9264 (stray_arg0_test, source_file_with_indented_comment)
9265 (recursive_source_test, if_commands_test)
9266 (error_clears_commands_left, redefine_hook_test)
9267 (redefine_backtrace_test): Use proc_with_prefix.
9268 * lib/gdb.exp (proc_with_prefix): New proc.
9269
9270 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9271
9272 * gdb.base/tui-layout.c: New file.
9273 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9274 disassembly window contains very long lines.
9275
9276 2016-11-08 Tom Tromey <tom@tromey.com>
9277
9278 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9279 depend on Python 2.
9280
9281 2016-11-08 Tom Tromey <tom@tromey.com>
9282
9283 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9284 New method.
9285
9286 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9287
9288 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9289
9290 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9291
9292 * gdb.rust/simple.rs: Add test for univariant enums without
9293 discriminants and for encoded struct-like enums.
9294
9295 2016-10-28 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9298 gdb_test_multiple, tighten regexps and match symtabs and line
9299 tables incrementally.
9300
9301 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9302
9303 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9304 general.
9305
9306 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9307
9308 * gdb.base/exec-invalid-sysroot.exp: New file.
9309
9310 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9313
9314 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9315
9316 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9317
9318 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9319
9320 * gdb.base/killed-outside.exp: Remove $options from a call to
9321 `prepare_for_testing'.
9322
9323 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9324
9325 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9326 Change test message.
9327
9328 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9329
9330 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9331 Update comment.
9332
9333 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9334
9335 * gdb.trace/mi-trace-save.exp: New file.
9336
9337 2016-10-13 Yao Qi <yao.qi@linaro.org>
9338
9339 * gdb.base/code_elim.exp (get_var_address): Remove.
9340 * gdb.base/relocate.exp: Likewise.
9341 * gdb.base/shreloc.exp: Likewise.
9342 * lib/gdb.exp (get_var_address): New.
9343
9344 2016-10-13 Yao Qi <yao.qi@linaro.org>
9345
9346 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9347 floating point tests if $skip_float_test is false.
9348
9349 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9350
9351 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9352 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9353 argc values.
9354 Add 1 to argc so we guarantee distinct initial/modified argc values.
9355
9356 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9357
9358 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9359
9360 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9361
9362 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9363 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9364 * gdb.arch/vsx-regs.exp: Likewise.
9365
9366 2016-10-07 Yao Qi <yao.qi@linaro.org>
9367
9368 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9369
9370 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9371
9372 * gdb.python/python.exp: Test decode_line("*0").
9373
9374 2016-10-06 Doug Evans <dje@google.com>
9375
9376 * gdb.python/py-value.exp (test_value_creation): Add test for large
9377 unsigned 64-bit value.
9378
9379 2016-10-06 Tom Tromey <tom@tromey.com>
9380
9381 * gdb.compile/compile.exp: Change java tests to rust.
9382 * gdb.base/setshow.exp: Change java tests to rust.
9383 * gdb.base/default.exp: Remove java from language list.
9384 * README (Examples): Update language example.
9385 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9386 test.
9387 * lib/gdb.exp (skip_java_tests): Remove.
9388 * lib/java.exp: Remove.
9389 * gdb.java: Remove.
9390
9391 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9392
9393 * gdb.arch/mips-fcr.exp: New test.
9394 * gdb.arch/mips-fcr.c: Source for the new test.
9395
9396 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9397
9398 * gdb.base/solib-disc.exp: Use `standard_output_file'
9399 throughout.
9400
9401 2016-10-06 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.base/jit-simple-dl.c: New file.
9404 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9405 * gdb.base/jit-simple.c: ... this.
9406 * gdb.base/jit-simple.exp (jit_run): Delete.
9407 (build_jit): New proc.
9408 (jit_test_reread): Recompile either the main program or the shared
9409 library, depending on what is being tested. Skip changing address
9410 if caller wants to. Compare before/after addresses. If testing
9411 standalone, explicitly load the binary. Test "maint info
9412 breakpoints".
9413 (top level): Add "standalone vs shared lib" and "change address"
9414 vs "same address" axes.
9415
9416 2016-10-06 Pedro Alves <palves@redhat.com>
9417
9418 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9419 call.
9420 (jit_run): Delete.
9421 (jit_test_reread): Use with_test_prefix. Reload the main binary
9422 explicitly. Compare the before/after addresses of the JIT
9423 descriptor.
9424
9425 2016-08-15 Doug Evans <dje@google.com>
9426
9427 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9428 for single bitfields is bool.
9429 * gdb.xml/tdesc-regs.exp: Ditto.
9430
9431 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9434
9435 2016-10-05 Yao Qi <yao.qi@linaro.org>
9436
9437 * lib/gdb.exp (support_complex_tests): Return zero if
9438 gdb_skip_float_test return true.
9439
9440 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9441 Simon Marchi <simon.marchi@ericsson.com>
9442
9443 PR gdb/20487
9444 * gdb.mi/user-selected-context-sync.exp: New file.
9445 * gdb.mi/user-selected-context-sync.c: New file.
9446
9447 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9448 Simon Marchi <simon.marchi@ericsson.com>
9449
9450 PR gdb/20487
9451 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9452 =thread-select-event check.
9453
9454 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9455
9456 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9457 the compulsory L operand changes.
9458 * gdb.arch/powerpc-power.s: Likewise.
9459
9460 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9461
9462 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9463 * gdb.base/jit-attach-pie.c: New file.
9464 * gdb.base/jit-attach-pie.exp: New file.
9465
9466 2016-09-28 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.base/infcall-input.c: New file.
9469 * gdb.base/infcall-input.exp: New file.
9470
9471 2016-09-22 Yao Qi <yao.qi@linaro.org>
9472
9473 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9474 (gdb_exit): Rename it to ...
9475 (gdbserver_gdb_exit): ... Close GDBserver.
9476 (gdb_exit): New proc, call gdbserver_gdb_exit.
9477 (mi_gdb_exit): Likewise.
9478
9479 2016-09-22 Yao Qi <yao.qi@linaro.org>
9480
9481 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9482 path.
9483 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9484 Remove duplication.
9485
9486 2016-09-22 Yao Qi <yao.qi@linaro.org>
9487
9488 * lib/gdbserver-support.exp: Check the existence of
9489 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9490
9491 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9492
9493 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9494
9495 2016-09-21 Tom Tromey <tom@tromey.com>
9496
9497 PR gdb/20604:
9498 * gdb.base/quit.exp: New file.
9499
9500 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9501
9502 * .gitignore: New file.
9503
9504 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9505
9506 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9507 throughout.
9508
9509 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9510
9511 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9512
9513 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9514
9515 * gdb.cp/casts.cc (decltype): Move it ...
9516 (main): ... with its call to ...
9517 * gdb.cp/casts03.cc: ... a new file.
9518 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9519
9520 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9521
9522 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9523
9524 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9525
9526 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9527 and sync up the test with tests in gas/testsuite/gas/ppc.
9528 * gdb.arch/powerpc-power.exp: Likewise.
9529
9530 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9531
9532 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9533
9534 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9535 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9538 make m1's definition to be different from m2's. Use 'dummy' as an
9539 argument for probe 'two'.
9540
9541 2016-09-10 Jon Beniston <jon@beniston.com>
9542
9543 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9544 for sim target.
9545
9546 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9547
9548 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9549 variable declaration.
9550 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9551 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9552 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9553 received HWCAP as its argument.
9554
9555 2016-09-06 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.base/new-ui-pending-input.c: New file.
9558 * gdb.base/new-ui-pending-input.exp: New file.
9559 * gdb.exp (clear_gdb_spawn_id): New procedure.
9560 (with_spawn_id): Check whether gdb_spawn_id exists before
9561 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9562 on exit.
9563
9564 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9565
9566 * gdb.base/float128.c: New file.
9567 * gdb.base/float128.exp: Likewise.
9568 * gdb.base/floatn.c: Likewise.
9569 * gdb.base/floatn.exp: Likewise.
9570
9571 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9572
9573 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9574
9575 2016-09-05 Pedro Alves <palves@redhat.com>
9576
9577 PR backtrace/19927
9578 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9579 unwinders are immediately called as side effect of "source" or
9580 "disable unwinder" commands.
9581 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9582
9583 2016-09-02 Yao Qi <yao.qi@linaro.org>
9584
9585 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9586 is true and $type is "float" or "double".
9587
9588 2016-09-02 Yao Qi <yao.qi@linaro.org>
9589
9590 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9591 true.
9592 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9593 * gdb.base/call-rt-st.exp: Likewise.
9594 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9595 return value instead of gdb,skip_float_test.
9596 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9597 (do_function_calls): Use its return value instead of
9598 gdb,skip_float_test.
9599 * gdb.base/finish.exp: Likewise.
9600 * gdb.base/funcargs.exp: Likewise.
9601 * gdb.base/return.exp: Likewise.
9602 * gdb.base/return2.exp: Likewise.
9603 * gdb.base/varargs.exp: Likewise.
9604 * lib/gdb.exp (gdb_skip_float_test): Change it to
9605 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9606
9607 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9608
9609 * gdb.multi/tids.exp: Test "thread apply all".
9610
9611 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 * gdb.base/default.exp (tty): Remove.
9614
9615 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9616
9617 * gdb.python/py-recurse-unwind.c: New file.
9618 * gdb.python/py-recurse-unwind.py: New file.
9619 * gdb.python/py-recurse-unwind.exp: New file.
9620
9621 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9622
9623 * gdb.base/set-inferior-tty.exp: New file.
9624 * gdb.base/set-inferior-tty.c: New file.
9625
9626 2016-08-23 Pedro Alves <palves@redhat.com>
9627
9628 PR gdb/20494
9629 * gdb.base/new-ui-echo.c: New file.
9630 * gdb.base/new-ui-echo.exp: New file.
9631
9632 2016-08-23 Yao Qi <yao.qi@linaro.org>
9633
9634 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9635 gdbserver_spawn.
9636 * gdb.server/connect-without-multi-process.exp (do_test):
9637 Likewise.
9638
9639 2016-08-23 Yao Qi <yao.qi@linaro.org>
9640
9641 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9642 standalone_txt. Delete gdb_txt and standalone_txt on host
9643 and target. Spawn the binary on target. Copy files from
9644 target to host.
9645
9646 2016-08-22 Pedro Alves <palves@redhat.com>
9647
9648 PR gdb/20505
9649 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9650 with_test_prefix. Factor out bits to ...
9651 (test_no_vdso): ... this new procedure.
9652
9653 2016-08-19 Carl Love <cel@us.ibm.com>
9654
9655 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9656 maintaining separate logic for constructing the output path.
9657 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9658 * gdb.arch/ppc-dfp.exp: Likewise.
9659 * gdb.arch/ppc-fp.exp: Likewise.
9660 * gdb.arch/vsx-regs.exp: Likewise.
9661 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9662 binprefix for generating the additional binary files.
9663
9664 2016-08-19 Pedro Alves <palves@redhat.com>
9665
9666 * gdb.trace/mi-trace-frame-collected.exp
9667 (test_trace_frame_collected): On x32, expect two registers.
9668
9669 2016-08-18 Carl Love <cel@us.ibm.com>
9670
9671 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9672 and sync up the test with tests in gas/testsuite/gas/ppc.
9673 * gdb.arch/powerpc-power.exp: Likewise.
9674
9675 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9676
9677 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9678 expected error message.
9679
9680 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * gdb.multi/remove-inferiors.exp: New file.
9683 * gdb.multi/remove-inferiors.c: New file.
9684
9685 2016-08-12 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9688 argument list.
9689
9690 2016-08-10 Pedro Alves <palves@redhat.com>
9691
9692 PR gdb/19187
9693 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9694 setup_kfails.
9695
9696 2016-08-09 Pedro Alves <palves@redhat.com>
9697 Simon Marchi <simon.marchi@ericsson.com>
9698
9699 PR gdb/20418
9700 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9701 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9702
9703 2016-08-09 Pedro Alves <palves@redhat.com>
9704
9705 PR mi/20431
9706 * gdb.mi/mi-cmd-error.exp: New file.
9707
9708 2016-08-09 Pedro Alves <palves@redhat.com>
9709
9710 PR gdb/18653
9711 * gdb.base/signals-state-child.c: New file.
9712 * gdb.base/signals-state-child.exp: New file.
9713 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9714
9715 2016-08-09 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9718
9719 2016-08-03 Tom Tromey <tom@tromey.com>
9720
9721 PR python/18565:
9722 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9723
9724 2016-08-01 Yao Qi <yao.qi@linaro.org>
9725
9726 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9727 variable mode to "multi-process" if $multi_process is 1, otherwise
9728 set it to "single-process".
9729
9730 2016-08-01 Yao Qi <yao.qi@linaro.org>
9731
9732 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9733 * gdb.cp/cpexprs.exp: Likewise.
9734 * gdb.cp/m-static.exp: Likewise.
9735
9736 2016-07-26 Tom Tromey <tom@tromey.com>
9737
9738 PR python/20190:
9739 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9740 test.
9741
9742 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9743
9744 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9745 selecting assembly source files.
9746 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9747 assembly source files.
9748 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9749 assembly source files.
9750 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9751 selecting assembly source files.
9752
9753 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9754
9755 * gdb.base/new-ui.exp (do_test_invalid_args): New
9756 procedure.
9757
9758 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9759
9760 * gdb.btrace/reconnect.c: New file.
9761 * gdb.btrace/reconnect.exp: New file.
9762
9763 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9764
9765 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9766 to test_catch_syscall_group.
9767 (test_catch_syscall_group): New.
9768
9769 2016-07-21 Tom Tromey <tom@tromey.com>
9770
9771 * gdb.rust/simple.rs (main): Use empty struct expression.
9772 * gdb.rust/simple.exp: Add tests for empty struct expression.
9773
9774 2016-07-21 Yao Qi <yao.qi@linaro.org>
9775
9776 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9777 if gdb_skip_xml_test is true on some targets.
9778
9779 2016-07-21 Yao Qi <yao.qi@linaro.org>
9780
9781 * gdb.server/solib-list.exp: Unset last_loaded_file.
9782
9783 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9786 "step into captured_main (args)".
9787
9788 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9789
9790 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9791
9792 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9793
9794 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9795
9796 2016-07-19 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9799 * gdb.opt/inline-bt.exp: Likewise.
9800 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9801 additional_flags=-Winline.
9802 * gdb.opt/inline-locals.exp: Likewise.
9803 * gdb.opt/inline-markers.c (ATTR): Define.
9804 (inlined_fn): Use it.
9805
9806 2016-07-19 Yao Qi <yao.qi@linaro.org>
9807
9808 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9809 (test_with_self): Remove some code. Remove argument executable.
9810 (top-level): Use do_self_tests.
9811
9812 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9813 Don Breazeal <donb@codesourcery.com>
9814
9815 * gdb.base/maint.exp: Escape paths used in regular expressions.
9816 * gdb.stabs/weird.exp: Likewise.
9817
9818 2016-07-13 Tom Tromey <tom@tromey.com>
9819
9820 PR python/15620, PR python/18620:
9821 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9822 (test_bkpt_events): New procs.
9823
9824 2016-07-13 Tom Tromey <tom@tromey.com>
9825
9826 PR python/17698:
9827 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9828 test.
9829 (test_watchpoints): Likewise.
9830 (test_bkpt_pending): New proc.
9831
9832 2016-07-13 Tom Tromey <tom@tromey.com>
9833
9834 PR cli/18053:
9835 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9836 completion test.
9837
9838 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9839
9840 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9841 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9842 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9843 f_label.
9844 (g): Rename g_end_lbl to g_label.
9845 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9846 low_pc and high_pc.
9847 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9848
9849 2016-07-12 Tom Tromey <tom@tromey.com>
9850
9851 PR python/19293:
9852 * gdb.python/py-unwind-maint.exp: Update tests.
9853
9854 2016-07-12 Yao Qi <yao.qi@linaro.org>
9855
9856 * lib/selftest-support.exp (selftest_setup): Match the output
9857 when captured_main is inlined.
9858
9859 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9860
9861 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9862 New variables.
9863 (print this%a, print this%b, print this): New tests.
9864 * gdb.fortran/derived-types.f90 (this): New object and
9865 initialization.
9866
9867 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * gdb.ada/arraydim.exp: Remove extra directory level in build
9870 directory.
9871
9872 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * lib/ada.exp: Remove extra directory level in build directory.
9875 * gdb.ada/cond_lang.exp: Likewise.
9876 * gdb.ada/exec_changed.exp: Likewise.
9877 * gdb.ada/lang_switch.exp: Likewise.
9878
9879 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9880
9881 * simple.rs: Add test for raw pointer subscripting.
9882 * simple.exp: Add test expectations.
9883
9884 2016-07-05 Yao Qi <yao.qi@linaro.org>
9885
9886 * gdb.mi/mi-reverse.exp: Match =record-started output.
9887
9888 2016-07-01 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9891 procedure.
9892 (jit_reader_test): Test the jit reader's unwinder.
9893 * gdb.base/jithost.c (jit_function_00_code): New global.
9894 (main): Use memcpy to fill in the mmapped code, instead of poking
9895 bytes manually here.
9896 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9897 value.
9898 (read_debug_info): Save the function's range.
9899 (read_sp): New function.
9900 (unwind_frame): Use it. Also unwind RBP.
9901 (get_frame_id): Use read_sp.
9902 (gdb_init_reader): Use calloc instead of malloc.
9903 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9904 parameter. Use gdb_test_multiple.
9905
9906 2016-07-01 Pedro Alves <palves@redhat.com>
9907 Antoine Tremblay <antoine.tremblay@ericsson.com>
9908
9909 * gdb.threads/process-dies-while-detaching.c: New file.
9910 * gdb.threads/process-dies-while-detaching.exp: New file.
9911
9912 2016-07-01 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.multi/watchpoint-multi-exit.c: New file.
9915 * gdb.multi/watchpoint-multi-exit.exp: New file.
9916
9917 2016-06-30 Pedro Alves <palves@redhat.com>
9918
9919 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9920 unset inferior_spawn_id.
9921
9922 2016-06-30 Pedro Alves <palves@redhat.com>
9923
9924 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9925 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9926
9927 2016-06-29 Yao Qi <yao.qi@linaro.org>
9928
9929 * gdb.base/return.c: Add copyright header.
9930
9931 2016-06-29 Tom Tromey <tom@tromey.com>
9932
9933 PR python/20129:
9934 * gdb.python/py-framefilter.exp: Add tests for setting priority
9935 and disabling of non-existent frame filter.
9936
9937 2016-06-29 Yao Qi <yao.qi@linaro.org>
9938
9939 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9940 0x0f07ff.
9941
9942 2016-06-28 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9945 triplets. Start gdb, execute catch syscall, and continue. Check
9946 gdb's output to determine catch syscall is supported.
9947
9948 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9949
9950 * gdb.rust/simple.rs: Add test for returning unit in a function.
9951 * gdb.rust/simple.exp: Add expectation for functions returning
9952 unit.
9953
9954 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9955
9956 * gdb.python/py-breakpoint-create-fail.c,
9957 gdb.python/py-breakpoint-create-fail.exp,
9958 gdb.python/py-breakpoint-create-fail.py: New testcase.
9959
9960 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9961
9962 PR gdb/20239
9963 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9964 * gdb.rust/simple.exp: Add test expectations for new NonZero
9965 tests.
9966
9967 2016-06-24 David Taylor <dtaylor@emc.com>
9968
9969 * gdb.base/offsets.exp: New file.
9970 * gdb.base/offsets.c: New file.
9971
9972 2016-06-23 Tom Tromey <tom@tromey.com>
9973
9974 PR gdb/16483:
9975 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9976 before any filters are loaded.
9977
9978 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9979
9980 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9981 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9982 structs.
9983 * gdb.fortran/derived-type-function.exp: New file.
9984 * gdb.fortran/derived-type-function.f90: New file.
9985
9986
9987 2016-06-21 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.base/new-ui.exp: New file.
9990 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9991 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9992 (with_spawn_id): New procedure.
9993
9994 2016-06-21 Pedro Alves <palves@redhat.com>
9995
9996 * gdb.mi/mi-exec-run.exp: New file.
9997
9998 2016-06-21 Pedro Alves <palves@redhat.com>
9999
10000 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10001 breakpoint command's output on the main UI.
10002 (test_break): New procedure, factored out from calls in the top
10003 level.
10004 (top level): Use foreach_with_prefix to test MI as main UI and as
10005 separate UI.
10006
10007 2016-06-21 Pedro Alves <palves@redhat.com>
10008
10009 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10010 (test_awatch_creation_and_listing)
10011 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10012 Remove 'type' parameter.
10013 (test_watchpoint_all): New parameter mi_mode. Remove
10014 with_test_prefix.
10015 (top level): Use foreach_with_prefix, and add main/separate UI MI
10016 testing axis.
10017
10018 2016-06-21 Pedro Alves <palves@redhat.com>
10019
10020 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10021 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10022 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10023 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10024 (gdb_main_spawn_id, mi_spawn_id): Declare and
10025 comment.
10026 (mi_create_inferior_pty): New procedure,
10027 factored out from default_mi_gdb_start.
10028 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10029 procedures.
10030 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10031 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10032 Use mi_create_inferior_pty.
10033 (mi_gdb_start): Use eval to pass down args list.
10034
10035 2016-06-21 Pedro Alves <palves@redhat.com>
10036
10037 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10038 * gdb.opt/inline-cmds.exp: Add MI tests.
10039
10040 2016-06-21 Pedro Alves <palves@redhat.com>
10041
10042 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10043
10044 2016-06-21 Pedro Alves <palves@redhat.com>
10045
10046 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10047 (top level): Use it instead of mi_execute_to.
10048
10049 2016-06-21 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10052 (cont_handler_str): New.
10053 (signal_stop_handler): Set stop_handler_str instead of printing to
10054 stdout.
10055 (continue_handler): Set cont_handler_str instead of printing to
10056 stdout.
10057 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10058 mi_send_resuming_command. Print stop_handler_str and
10059 cont_handler_str instead of expecting the python events print
10060 directly.
10061
10062 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10063
10064 * gdb.base/jit-reader.exp: New file.
10065 * gdb.base/jithost.c: New file.
10066 * gdb.base/jithost.h: New file.
10067 * gdb.base/jitreader.c : New file.
10068 * gdb.base/jit-protocol.h: New file.
10069
10070 2016-06-17 Yao Qi <yao.qi@linaro.org>
10071
10072 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10073 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10074 and detach-on-fork. Adjust tests.
10075 (top level): Invoke break_cond_on_syscall with combinations of
10076 syscall, follow-fork-mode and detach-on-fork.
10077
10078 2016-06-17 Yao Qi <yao.qi@linaro.org>
10079
10080 * gdb.base/step-over-exit.c: New.
10081 * gdb.base/step-over-exit.exp: New.
10082
10083 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10084
10085 * gdb.base/float.exp: Add target check for nds32*-*-*.
10086 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10087
10088 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10089
10090 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10091 for unsupported target features.
10092 * gdb.base/call-rt-st.exp: Likewise.
10093 * gdb.base/call-sc.exp: Likewise.
10094 * gdb.base/call-signal-resume.exp: Likewise.
10095 * gdb.base/call-strs.exp: Likewise.
10096 * gdb.base/callexit.exp: Likewise.
10097 * gdb.base/callfuncs.exp: Likewise.
10098 * gdb.base/nodebug.exp: Likewise.
10099 * gdb.base/printcmds.exp: Likewise.
10100 * gdb.base/ptype.exp: Likewise.
10101 * gdb.base/structs.exp: Likewise.
10102 * gdb.base/unwindonsignal.exp: Likewise.
10103 * gdb.cp/gdb2495.exp: Likewise.
10104 * gdb.cp/templates.exp: Likewise.
10105 * gdb.cp/virtfunc.exp: Likewise.
10106 * gdb.threads/hand-call-in-threads.exp: Likewise.
10107 * gdb.threads/interrupted-hand-call.exp: Likewise.
10108 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10109
10110 2016-06-10 Tom Tromey <tom@tromey.com>
10111
10112 PR rust/20110:
10113 * gdb.rust/expr.exp: Add test for integer constant larger than
10114 i32.
10115
10116 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10117
10118 * gdb.fortran/nested-funcs.exp: New.
10119 * gdb.fortran/nested-funcs.f90: New.
10120
10121 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10122
10123 * gdb.base/examine-backward.c: New file.
10124 * gdb.base/examine-backward.exp: New file.
10125
10126 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10129 matching.
10130
10131 2016-06-02 Tom Tromey <tom@tromey.com>
10132
10133 PR python/18984:
10134 * gdb.python/py-shared.exp: Add solib_name test.
10135
10136 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10137
10138 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10139
10140 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10141
10142 PR c++/19893
10143 * gdb.dwarf2/implref.exp: Rename to...
10144 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10145 * gdb.dwarf2/implref-array.c: New file.
10146 * gdb.dwarf2/implref-array.exp: Likewise.
10147 * gdb.dwarf2/implref-global.c: Likewise.
10148 * gdb.dwarf2/implref-global.exp: Likewise.
10149 * gdb.dwarf2/implref-struct.c: Likewise.
10150 * gdb.dwarf2/implref-struct.exp: Likewise.
10151
10152 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10153
10154 * gdb.trace/trace-condition.exp: Add 64bit tests.
10155
10156 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10157
10158 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10159 bits types.
10160 (main): Adapt to 8 to 64 bits types.
10161 * gdb.trace/trace-condition.exp: Add new tests.
10162
10163 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10164
10165 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10166
10167 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10168
10169 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10170 Move condition tests...
10171 * gdb.trace/trace-condition.exp: Here.
10172
10173 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10174
10175 * gdb.trace/trace-condition.exp: Add counter-case tests.
10176
10177 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10178
10179 PR c++/15231
10180 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10181 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10182
10183 2016-05-27 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10186 New procedure.
10187 (top level): Call it, and bail out of DejaGnu is known to be bad.
10188
10189 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10190
10191 * gdb.base/whatis.c: Extend the test case.
10192 * gdb.base/whatis.exp: Add additional tests.
10193
10194 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10195
10196 * gdb.fortran/type.f90: Add pointer variable.
10197 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10198
10199 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10200
10201 * gdb.fortran/vla-type.exp: Fix testcase name.
10202
10203 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10204
10205 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10206
10207 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10208
10209 * gdb.fortran/type.f90: Add nested structures.
10210 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10211 * gdb.fortran/derived-type.exp: Adapt expected output.
10212 * gdb.fortran/vla-type.exp: Adapt expected output.
10213
10214 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10215
10216 * gdb.fortran/whatis_type.exp: Adapt expected output.
10217
10218 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10219
10220 * gdb.fortran/print_type.exp: Fix expected output.
10221 * gdb.fortran/whatis_type.exp: Fix expected output.
10222
10223 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10224
10225 * gdb.fortran/whatis_type.exp: Use multi_line.
10226
10227 2016-05-24 Tom Tromey <tom@tromey.com>
10228
10229 PR python/17386:
10230 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10231 use value as an index.
10232
10233 2016-05-23 Tom Tromey <tom@tromey.com>
10234
10235 PR python/17981:
10236 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10237 no-breakpoint case.
10238
10239 2016-05-24 Pedro Alves <palves@redhat.com>
10240
10241 PR gdb/19828
10242 * gdb.threads/clone-attach-detach.c: New file.
10243 * gdb.threads/clone-attach-detach.exp: New file.
10244
10245 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10246
10247 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10248
10249 2016-05-23 Tom Tromey <tom@tromey.com>
10250
10251 PR python/19438, PR python/18393:
10252 * gdb.python/py-progspace.exp: Add "dir" test.
10253 * gdb.python/py-objfile.exp: Add "dir" test.
10254
10255 2016-05-23 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10258 * gdb.arch/thumb2-it.exp: Likewise.
10259
10260 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10261
10262 * gdb.mi/mi-threads-interrupt.c: New file.
10263 * gdb.mi/mi-threads-interrupt.exp: New file.
10264
10265 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 PR gdb/18077
10268 * gdb.mi/mi-async-run.exp: New file.
10269 * gdb.mi/mi-async-run.c: New file.
10270
10271 2016-05-17 Tom Tromey <tom@tromey.com>
10272 Manish Goregaokar <manishsmail@gmail.com>
10273
10274 * lib/rust-support.exp: New file.
10275 * lib/gdb.exp (skip_rust_tests): New proc.
10276 (build_executable_from_specs): Handle rust.
10277 * lib/future.exp (gdb_find_rustc): New proc.
10278 (gdb_default_target_compile): Handle rust.
10279 * gdb.rust/expr.exp: New file.
10280 * gdb.rust/generics.exp: New file.
10281 * gdb.rust/generics.rs: New file.
10282 * gdb.rust/methods.exp: New file.
10283 * gdb.rust/methods.rs: New file.
10284 * gdb.rust/modules.exp: New file.
10285 * gdb.rust/modules.rs: New file.
10286 * gdb.rust/simple.exp: New file.
10287 * gdb.rust/simple.rs: New file.
10288
10289 2016-05-17 Tom Tromey <tom@tromey.com>
10290
10291 * gdb.base/default.exp (set language): Add rust.
10292
10293 2016-05-17 Tom Tromey <tom@tromey.com>
10294
10295 * gdb.gdb/unittest.exp: New file.
10296
10297 2016-05-16 Yao Qi <yao.qi@linaro.org>
10298
10299 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10300 shell_prompt. Update shell_prompt_re.
10301
10302 2016-05-12 Doug Evans <dje@google.com>
10303
10304 PR symtab/19999
10305 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10306 $options when building executable.
10307 * gdb.dwarf2/fission-loclists-pie.S: New file.
10308 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10309
10310 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10311
10312 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10313 of [is_remote target],
10314
10315 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10316
10317 * lib/gdb.exp (use_gdb_stub): New procedure.
10318
10319 2016-05-03 Yunlian Jiang <yunlian@google.com>
10320 Doug Evans <dje@google.com>
10321
10322 PR symtab/19914
10323 * gdb.dwarf2/dwp-sepdebug.c: New file.
10324 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10325
10326 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 * gdb.base/detach.exp: Remove is_remote check.
10329
10330 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10331
10332 * gdb.base/annota-input-while-running.exp: Don't check for
10333 [is_remote target]. Enable annotations after running to main.
10334 Remove unused "set test..." line.
10335
10336 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10337
10338 * gdb.trace/trace-enable-disable.exp: New file.
10339 * gdb.trace/trace-enable-disable.c: New file.
10340
10341 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10342
10343 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10344 use it in info sharedlibrary test.
10345 * gdb.trace/ftrace-lock.exp: Likewise.
10346 * gdb.trace/ftrace.exp: Likewise.
10347 * gdb.trace/range-stepping.exp: Likewise.
10348 * gdb.trace/trace-break.exp: Likewise.
10349 * gdb.trace/trace-condition.exp: Likewise.
10350 * gdb.trace/trace-mt.exp: Likewise.
10351
10352 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10353
10354 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10355 (gdb_load_shlib): ... this.
10356 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10357 gdb_load_shlib.
10358 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10359 * gdb.base/ctxobj.exp: Likewise.
10360 * gdb.base/dprintf-pending.exp: Likewise.
10361 * gdb.base/dso2dso.exp: Likewise.
10362 * gdb.base/fixsection.exp: Likewise.
10363 * gdb.base/gcore-relro.exp: Likewise.
10364 * gdb.base/gdb1555.exp: Likewise.
10365 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10366 * gdb.base/gnu-ifunc.exp: Likewise.
10367 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10368 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10369 * gdb.base/pending.exp: Likewise.
10370 * gdb.base/print-file-var.exp: Likewise.
10371 * gdb.base/print-symbol-loading.exp: Likewise.
10372 * gdb.base/shlib-call.exp: Likewise.
10373 * gdb.base/shreloc.exp: Likewise.
10374 * gdb.base/so-impl-ld.exp: Likewise.
10375 * gdb.base/solib-disc.exp: Likewise.
10376 * gdb.base/solib-nodir.exp: Likewise.
10377 * gdb.base/solib-overlap.exp: Likewise.
10378 * gdb.base/solib-symbol.exp: Likewise.
10379 * gdb.base/solib-weak.exp (do_test): Likewise.
10380 * gdb.base/sym-file.exp: Likewise.
10381 * gdb.base/symtab-search-order.exp: Likewise.
10382 * gdb.base/type-opaque.exp: Likewise.
10383 * gdb.base/unload.exp: Likewise.
10384 * gdb.base/watchpoint-solib.exp: Likewise.
10385 * gdb.compile/compile.exp: Likewise.
10386 * gdb.cp/gdb2384.exp: Likewise.
10387 * gdb.cp/infcall-dlopen.exp: Likewise.
10388 * gdb.cp/re-set-overloaded.exp: Likewise.
10389 * gdb.fortran/library-module.exp: Likewise.
10390 * gdb.opt/solib-intra-step.exp: Likewise.
10391 * gdb.python/py-finish-breakpoint.exp: Likewise.
10392 * gdb.python/py-shared.exp: Likewise.
10393 * gdb.reverse/solib-precsave.exp: Likewise.
10394 * gdb.reverse/solib-reverse.exp: Likewise.
10395 * gdb.server/solib-list.exp: Likewise.
10396 * gdb.threads/dlopen-libpthread.exp: Likewise.
10397 * gdb.threads/tls-shared.exp: Likewise.
10398 * gdb.threads/tls-so_extern.exp: Likewise.
10399 * gdb.trace/change-loc.exp: Likewise.
10400 * gdb.trace/ftrace-lock.exp: Likewise.
10401 * gdb.trace/ftrace.exp: Likewise.
10402 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10403 * gdb.trace/pending.exp: Likewise.
10404 * gdb.trace/range-stepping.exp: Likewise.
10405 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10406 (strace_info_marker): Likewise.
10407 (strace_probe_marker): Likewise.
10408 (strace_trace_on_same_addr): Likewise.
10409 (strace_trace_on_diff_addr): Likewise.
10410 * gdb.trace/trace-break.exp: Likewise.
10411 * gdb.trace/trace-condition.exp: Likewise.
10412 * gdb.trace/trace-mt.exp: Likewise.
10413
10414 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10415
10416 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10417 result of gdb_remote_download.
10418 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10419 * gdb.base/dso2dso.exp: Likewise.
10420 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10421 * gdb.base/print-file-var.exp: Likewise.
10422 * gdb.base/shlib-call.exp: Likewise.
10423 * gdb.base/shreloc.exp: Likewise.
10424 * gdb.base/solib-overlap.exp: Likewise.
10425 * gdb.base/solib-weak.exp (do_test): Likewise.
10426 * gdb.base/unload.exp: Likewise.
10427
10428 2016-04-27 Yao Qi <yao.qi@linaro.org>
10429
10430 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10431 exists.
10432
10433 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10434
10435 * vla-type.exp: Print structure from toplevel.
10436
10437 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10438
10439 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10440 of dynamic types.
10441 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10442 of dynamic types.
10443
10444 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10445
10446 * gdb.fortran/vla-type.f90: New file.
10447 * gdb.fortran/vla-type.exp: New file.
10448
10449 2016-04-25 Yao Qi <yao.qi@linaro.org>
10450
10451 * gdb.base/branch-to-self.c: New file.
10452 * gdb.base/branch-to-self.exp: New file.
10453
10454 2016-04-22 Yao Qi <yao.qi@linaro.org>
10455
10456 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10457 more after $hex.
10458
10459 2016-04-22 Yao Qi <yao.qi@linaro.org>
10460
10461 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10462 * gdb.base/annota3.exp: Likewise.
10463
10464 2016-04-22 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.reverse/step-precsave.exp: Do one step and test program
10467 stops in "callee" and do multiple steps until program goes out
10468 of "callee".
10469 * gdb.reverse/step-reverse.exp: Likewise.
10470
10471 2016-04-22 Yao Qi <yao.qi@linaro.org>
10472
10473 * gdb.trace/signal.exp: Also pass if
10474 $tracepoint_hits($i) > $iterations.
10475
10476 2016-04-22 Yao Qi <yao.qi@linaro.org>
10477
10478 * gdb.trace/signal.c: New file.
10479 * gdb.trace/signal.exp: New file.
10480
10481 2016-04-19 Doug Evans <xdje42@gmail.com>
10482
10483 * gdb.base/bad-file.exp: New file.
10484
10485 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10486
10487 * gdb.dwarf2/implref.exp: New file.
10488
10489 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10490
10491 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10492 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10493 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10494 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10495 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10496 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10497 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10498 * lib/fortran.exp (fortran_int4): New procedure.
10499 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10500 (fortran_logical4): Likewise.
10501
10502 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10503
10504 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10505
10506 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10507
10508 * lib/compiler.c: Add Intel specific preprocessor macros.
10509 * lib/compiler.cc: Likewise.
10510
10511 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10512
10513 * gdb.server/connect-with-no-symbol-file.c: New file.
10514 * gdb.server/connect-with-no-symbol-file.exp: New file.
10515
10516 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10517
10518 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10519
10520 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10523 standard output directory.
10524
10525 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10526
10527 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10528
10529 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10530
10531 * gdb.btrace/instruction_history.c (loop): Add declaration.
10532
10533 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10534
10535 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10536
10537 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10538
10539 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10540 parentheses to print.
10541 (continue_handler): Likewise.
10542
10543 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10544
10545 * gdb.server/solib-list.exp: Remove is_remote check.
10546 Pass shlib= to gdb_compile. Don't link shared library with
10547 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10548 Run binary filename through "readlink -f" on the target.
10549
10550 2016-04-08 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10553 interpreter filename as argument to gdbserver_spawn.
10554 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10555 Return empty if $last_loaded_file does not exist.
10556
10557 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10558
10559 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10560 * gdb.base/jit-main.c: Use exit after usage.
10561
10562 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10565 GDBHISTSIZE prior to the tests.
10566 * gdb.base/gdbinit-history.exp: Likewise.
10567
10568 2016-04-07 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10571 instead of build_executable. Use gdb_load_shlibs.
10572
10573 2016-04-07 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10576 Execute "si" command.
10577
10578 2016-04-07 Yao Qi <yao.qi@linaro.org>
10579
10580 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10581 number instead of the comments on some line.
10582
10583 2016-04-06 Don Breazeal <donb@codesourcery.com>
10584
10585 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10586 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10587
10588 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10589
10590 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10591 standard_output_file. Remove unused binfile variable.
10592
10593 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10594
10595 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10596 * gdb.python/py-mi-objfile.exp: Match "list main" output
10597 in console format.
10598
10599 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10600
10601 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10602 absolute.
10603
10604 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10607 absolute.
10608 * gdb.trace/ftrace.exp: Likewise.
10609 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10610 targets as well.
10611 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10612 (gdb_load_shlibs): Copy libraries to test directory when testing
10613 natively. Only set solib-search-path if testing remotely.
10614 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10615
10616 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10617
10618 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10619 gdb_download. Use it even if the target is not remote.
10620 * gdb.base/jit.exp (compile_jit_test): Likewise.
10621 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10622 output directory if the destination board is local, otherwise use
10623 the standard remote_download from DejaGnu.
10624 (gdb_download): Remove.
10625 (gdb_load_shlibs): Use gdb_remote_download instead of
10626 gdb_download.
10627 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10628 Use gdb_remote_download instead of gdb_download. Use it even if
10629 the target is not remote.
10630 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10631 instead of gdb_download.
10632
10633 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10634
10635 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10636 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10637 run.
10638
10639 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10640
10641 PR gdb/19820
10642 * gdb.base/printcmds.exp: Add artificial arrays tests.
10643
10644 2016-03-31 Pedro Alves <palves@redhat.com>
10645
10646 PR gdb/19858
10647 * gdb.base/jit-main.c: Include unistd.h.
10648 (ATTACH): Define to 0 if not already defined.
10649 (wait_for_gdb, mypid): New globals.
10650 (WAIT_FOR_GDB): New macro.
10651 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10652 some breakpoint locations.
10653 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10654 New procedures.
10655 (one_jit_test): Add REATTACH parameter, and handle it. Use
10656 continue_to_test_location.
10657 (top level): Test attach, and adjusts calls to one_jit_test.
10658
10659 2016-03-31 Pedro Alves <palves@redhat.com>
10660
10661 PR gdb/19858
10662 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10663 BINSUFFIX parameter, and handle it.
10664 (top level): Adjust calls compile_jit_test.
10665
10666 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10667
10668 PR python/19743
10669 * gdb.python/py-mi-events-gdb.py: New file.
10670 * gdb.python/py-mi-events.c: New file.
10671 * gdb.python/py-mi-events.exp: New file.
10672
10673 2016-03-30 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.reverse/until-precsave.exp: Match function name only.
10676 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10677 Move malloc to a condition block.
10678 * gdb.reverse/until-reverse.exp: Match function name only.
10679
10680 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10681
10682 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10683 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10684 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10685 variable for GPR 0 instead of assuming it is register 0.
10686 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10687 * lib/trace-support.exp: Add s390 registers.
10688
10689 2016-03-29 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10692
10693 2016-03-24 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10696 test message.
10697
10698 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10699
10700 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10701 maintaining separate logic for constructing the output path.
10702
10703 2016-03-16 Don Breazeal <donb@codesourcery.com>
10704
10705 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10706 Retry fork and waitpid on interrupted system call errors.
10707 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10708 Use with_timeout_factor to increase timeout by factor of 10.
10709
10710 2016-03-15 Don Breazeal <donb@codesourcery.com>
10711
10712 * gdb.cp/scope-err.cc: New test program.
10713 * gdb.cp/scope-err.exp: New test script.
10714 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10715 lines and "set breakpoint here" comment.
10716 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10717 Fixed some whitespace and format issues.
10718 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10719 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10720
10721 2016-03-15 Doug Evans <dje@google.com>
10722
10723 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10724 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10725 All callers updated. Add tests for enums, mixed flags register.
10726
10727 2016-03-15 Doug Evans <dje@google.com>
10728
10729 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10730 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10731
10732 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10733
10734 * gdb.base/default.exp: Add $_as_string to the list of expected
10735 convenience functions.
10736
10737 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10738
10739 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10740
10741 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10742
10743 * gdb.python/py-as-string.exp: New file.
10744 * gdb.python/py-as-string.c: New file.
10745
10746 2016-03-09 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10749 signal" -> "Thread NN received signal" output change.
10750 * gdb.threads/ia64-sigill.exp: Likewise.
10751 * gdb.threads/linux-dp.exp: Likewise.
10752 * gdb.threads/manythreads.exp: Likewise.
10753 * gdb.threads/pending-step.exp: Likewise.
10754 * gdb.threads/print-threads.exp: Likewise.
10755 * gdb.threads/sigstep-threads.exp: Likewise.
10756 * gdb.threads/staticthreads.exp: Likewise.
10757 * gdb.threads/tls.exp: Likewise.
10758
10759 2016-03-09 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.base/command-line-input.exp: New file.
10762
10763 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10764
10765 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10766 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10767 * gdb.trace/pending.exp: Accept leading dot before function name.
10768 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10769 * lib/trace-support.exp: Set registers for ppc.
10770
10771 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10772
10773 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10774 use it for disassembly; accept .main in addition to main in backtrace.
10775
10776 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10777 Marcin Kościelnicki <koriakin@0x04.net>
10778
10779 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10780 (gdb_recursion_test_ptr): New global variable.
10781 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10782 gdb_recursion_test.
10783 (gdb_c_test): Ditto.
10784
10785 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10786
10787 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10788 ordering.
10789
10790 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10791
10792 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10793 (bar): Add bar_start_lbl label.
10794 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10795 of foo/bar for emitting DWARF and tracing.
10796
10797 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10798
10799 * analyze-racy-logs.py: Set executable bit.
10800
10801 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10802
10803 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10804 (CHECK_TARGET_TMP): Likewise.
10805 (check-single-racy): New rule.
10806 (check-parallel-racy): Likewise.
10807 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10808 (do-check-parallel-racy): New rule.
10809 (check-racy/%.exp): Likewise.
10810 * README (Racy testcases): New section.
10811 * analyze-racy-logs.py: New file.
10812
10813 2016-03-03 Doug Evans <dje@google.com>
10814
10815 * gdb.base/skip.exp: Use with_test_prefix.
10816
10817 2016-03-03 Yao Qi <yao.qi@linaro.org>
10818
10819 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10820 Invoke step_over_syscall "clone" and break_cond_on_syscall
10821 "clone".
10822 * gdb.base/step-over-clone.c: New file.
10823
10824 2016-03-03 Yao Qi <yao.qi@linaro.org>
10825
10826 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10827 code format.
10828
10829 2016-03-03 Yao Qi <yao.qi@linaro.org>
10830
10831 * gdb.base/disp-step-fork.c: Rename to ...
10832 * gdb.base/step-over-fork.c: ... it. New file.
10833 * gdb.base/disp-step-vfork.c: Rename to ...
10834 * gdb.base/step-over-vfork.c: ... it. New file.
10835 * gdb.base/disp-step-syscall.exp: Rename to ...
10836 * gdb.base/step-over-syscall.exp: ... it. New file.
10837 (disp_step_cross_syscall): Rename to ...
10838 (step_over_syscall): ... it.
10839
10840 2016-03-03 Yao Qi <yao.qi@linaro.org>
10841
10842 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10843 If target supports condition evaluation on target, invoke
10844 break_cond_on_syscall for fork and vfork.
10845
10846 2016-03-03 Yao Qi <yao.qi@linaro.org>
10847
10848 * gdb.base/disp-step-syscall.exp: Don't invoke
10849 support_displaced_stepping.
10850 (disp_step_cross_syscall): Test with displaced stepping off and
10851 on if supported.
10852
10853 2016-03-03 Yao Qi <yao.qi@linaro.org>
10854
10855 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10856 proc.
10857 (setup): New proc.
10858 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10859 and setup.
10860
10861 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10862
10863 * gdb.fortran/vla-history.exp: Remove breakpoint.
10864
10865 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10866
10867 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10868 exceeds timeout.
10869
10870 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10871
10872 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10873 breakpoint.
10874
10875 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10876
10877 * gdb.mi/vla.f90: Nullify pointer after declaration.
10878
10879 2016-03-01 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10882
10883 2016-03-01 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10886 before anything else.
10887 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10888 _GNU_SOURCE here.
10889 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10890 before anything else.
10891 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10892
10893 2016-03-01 Pedro Alves <palves@redhat.com>
10894
10895 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10896
10897 2016-03-01 Yao Qi <yao.qi@linaro.org>
10898
10899 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10900 prepare_for_testing.
10901
10902 2016-03-01 Yao Qi <yao.qi@linaro.org>
10903
10904 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10905
10906 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10907
10908 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10909 manually constructing the output path.
10910
10911 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10912
10913 * gdb.arch/s390-stackless.S: New.
10914 * gdb.arch/s390-stackless.exp: New.
10915
10916 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10917
10918 * gdb.dlang/circular.c: New file.
10919 * gdb.dlang/circular.exp: New file.
10920
10921 2016-02-26 Yao Qi <yao.qi@linaro.org>
10922
10923 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10924 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10925 (testcases): Update.
10926
10927 2016-02-26 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.reverse/aarch64.c: Rename to ...
10930 * gdb.reverse/insn-reverse.c: ... it.
10931 * gdb.reverse/aarch64.exp: Rename to ...
10932 * gdb.reverse/insn-reverse.exp: ... it.
10933
10934 2016-02-26 Yao Qi <yao.qi@linaro.org>
10935
10936 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10937 (testcase_ftype): New.
10938 (testcases): New array.
10939 (n_testcases): New.
10940 (main): Call each element in testcases.
10941 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10942 (read_testcase): New.
10943 Do the tests in a loop.
10944
10945 2016-02-25 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.base/branches.c: Remove.
10948
10949 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10950
10951 PR gdb/13808
10952 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10953
10954 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10955
10956 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10957
10958 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10959
10960 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10961 change x86_64 call_insn to 'callq'.
10962
10963 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10964
10965 * gdb.trace/tfile-avx.c: Move to...
10966 * gdb.trace/tracefile-pseudo-reg.c: Here.
10967 * gdb.trace/tfile-avx.exp: Move to...
10968 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10969
10970 2016-02-24 Gary Benson <gbenson@redhat.com>
10971
10972 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10973 message on attach.
10974
10975 2016-02-23 Doug Evans <dje@google.com>
10976
10977 * gdb.base/skip.c (test_skip): New function.
10978 (end_test_skip_file_and_function): New function.
10979 (test_skip_file_and_function): New function.
10980 * gdb.base/skip1.c (test_skip): New function.
10981 (skip1_test_skip_file_and_function): New function.
10982 * gdb.base/skip.exp: Add tests for new skip options.
10983 * gdb.base/skip-solib.exp: Update expected output.
10984 * gdb.perf/skip-command.cc: New file.
10985 * gdb.perf/skip-command.exp: New file.
10986 * gdb.perf/skip-command.py: New file.
10987
10988 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10989
10990 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10991 info registers pattern.
10992
10993 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10994
10995 * lib/future.exp: Add D support.
10996 (gdb_find_gdc): New proc.
10997 (gdb_default_target_compile): Add D support.
10998
10999 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
11000
11001 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11002 user+system time.
11003 (trace_speed_test): Determine the iteration count for a time
11004 between 15..30 seconds.
11005
11006 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11007
11008 * gdb.arch/i386-mpx-sigsegv.c: New file.
11009 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11010 * gdb.arch/i386-mpx-simple_segv.c: New file.
11011 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11012
11013 2016-02-18 Yao Qi <yao.qi@linaro.org>
11014
11015 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11016 Don't call setup_kfail.
11017
11018 2016-02-18 Yao Qi <yao.qi@linaro.org>
11019
11020 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11021 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11022
11023 2016-02-16 Doug Evans <dje@google.com>
11024
11025 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11026 * gdb.base/skip1.c: Ditto.
11027 * gdb.base/skip.exp: Whitespace cleanup.
11028
11029 2016-02-16 Don Breazeal <donb@codesourcery.com>
11030
11031 PR remote/19496
11032 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11033 Remove kfail for PR remote/19496.
11034
11035 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 * lib/gdb.exp (standard_temp_file): Return a path specific to
11038 the runtest invocation.
11039
11040 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11041
11042 * gdb.trace/save-trace.exp: Change relative path to be in the
11043 standard output directory.
11044
11045 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11046
11047 * gdb.arch/i386-prologue.c: Add missing prototypes.
11048
11049 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11052 * gdb.arch/i386-prologue.exp: Likewise.
11053 * gdb.arch/i386-size.exp: Likewise.
11054
11055 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11056
11057 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11058 define object file path.
11059 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11060 file path.
11061 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11062 standard_output_file to define binfile.
11063
11064 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11065
11066 Fix compatibility with recent gfortran-5.3.1.
11067 * gdb.fortran/vla-history.exp (print vla1 allocated)
11068 (print vla2 allocated, print $2, print $3): Remove
11069 (print $4): Rename to ...
11070 (print $2): ... here.
11071 (print $9): Rename to ...
11072 (print $5): ... here.
11073 (print $10): Rename to ...
11074 (print $6): ... here.
11075 * gdb.fortran/vla.f90: Add pvla initialization.
11076
11077 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11078
11079 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11080 New test.
11081 * gdb.fortran/vla-value-sub.exp: Likewise.
11082
11083 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11084
11085 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11086
11087 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11088
11089 * i386-biarch-core.exp: Define corefile using
11090 standard_output_file.
11091
11092 2016-02-12 Yao Qi <yao.qi@linaro.org>
11093
11094 * gdb.arch/arm-single-step-kernel-helper.c: New.
11095 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11096
11097 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11098
11099 * gdb.btrace/tailcall-only.exp: New.
11100 * gdb.btrace/tailcall-only.c: New.
11101 * gdb.btrace/x86_64-tailcall-only.S: New.
11102 * gdb.btrace/i686-tailcall-only.S: New.
11103
11104 2016-02-11 Pedro Alves <palves@redhat.com>
11105
11106 * README (Parallel testing): Add missing double quotes.
11107
11108 2016-02-11 Pedro Alves <palves@redhat.com>
11109
11110 * README (Parallel testing): New section.
11111 (GDB_PARALLEL): Rewrite.
11112 (FORCE_PARALLEL): Document.
11113
11114 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11115
11116 * gdb.trace/tfile-avx.c: New test.
11117 * gdb.trace/tfile-avx.exp: New test.
11118
11119 2016-02-09 Keith Seitz <keiths@redhat.com>
11120
11121 PR breakpoints/19546
11122 * gdb.base/infcall-exec.c: New file.
11123 * gdb.base/infcall-exec2.c: New file.
11124 * gdb.base/infcall-exec.exp: New file.
11125
11126 2016-02-09 Keith Seitz <keiths@redhat.com>
11127
11128 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11129 (toplevel): Call test_bkpt_address.
11130
11131 2016-02-09 Keith Seitz <keiths@redhat.com>
11132
11133 PR python/19506
11134 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11135 (toplevel): Call test_bkpt_address.
11136
11137 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11138
11139 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11140 to AC_OUTPUT.
11141 * configure: Regenerate.
11142
11143 2016-02-09 Pedro Alves <palves@redhat.com>
11144
11145 PR breakpoints/19548
11146 * gdb.base/execl-update-breakpoints.c (some_function): New
11147 function.
11148 (main): Call it.
11149 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11150 Tighten expected GDB output.
11151
11152 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11153
11154 * Makefile.in (ALL_SUBDIRS): Remove.
11155 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11156 (distclean maintainer-clean realclean): Likewise.
11157 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11158 * configure: Regenerate.
11159 * gdb.ada/Makefile.in: Delete.
11160 * gdb.arch/Makefile.in: Likewise.
11161 * gdb.asm/Makefile.in: Likewise.
11162 * gdb.base/Makefile.in: Likewise.
11163 * gdb.btrace/Makefile.in: Likewise.
11164 * gdb.cell/Makefile.in: Likewise.
11165 * gdb.compile/Makefile.in: Likewise.
11166 * gdb.cp/Makefile.in: Likewise.
11167 * gdb.disasm/Makefile.in: Likewise.
11168 * gdb.dlang/Makefile.in: Likewise.
11169 * gdb.dwarf2/Makefile.in: Likewise.
11170 * gdb.fortran/Makefile.in: Likewise.
11171 * gdb.gdb/Makefile.in: Likewise.
11172 * gdb.go/Makefile.in: Likewise.
11173 * gdb.guile/Makefile.in: Likewise.
11174 * gdb.java/Makefile.in: Likewise.
11175 * gdb.linespec/Makefile.in: Likewise.
11176 * gdb.mi/Makefile.in: Likewise.
11177 * gdb.modula2/Makefile.in: Likewise.
11178 * gdb.multi/Makefile.in: Likewise.
11179 * gdb.objc/Makefile.in: Likewise.
11180 * gdb.opencl/Makefile.in: Likewise.
11181 * gdb.opt/Makefile.in: Likewise.
11182 * gdb.pascal/Makefile.in: Likewise.
11183 * gdb.perf/Makefile.in: Likewise.
11184 * gdb.python/Makefile.in: Likewise.
11185 * gdb.reverse/Makefile.in: Likewise.
11186 * gdb.server/Makefile.in: Likewise.
11187 * gdb.stabs/Makefile.in: Likewise.
11188 * gdb.threads/Makefile.in: Likewise.
11189 * gdb.trace/Makefile.in: Likewise.
11190 * gdb.xml/Makefile.in: Likewise.
11191 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11192 GDB_PARALLEL.
11193 (standard_output_file): Remove check for GDB_PARALLEL, always
11194 return path in outputs/$subdir/$testname.
11195
11196 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11197
11198 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11199 (site.exp): Assign abs_srcdir to tcl's srcdir.
11200
11201 2016-02-04 Yao Qi <yao.qi@linaro.org>
11202
11203 * gdb.base/foll-exec-mode.c: Include limits.h.
11204 (main): Add parameters argc and argv. Get directory from
11205 argv[0].
11206 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11207 compilation.
11208 * gdb.base/foll-exec.c: Include limits.h.
11209 (main): Add parameters argc and argv.
11210 Get directory from argv[0].
11211 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11212 Adjust tests on the number of lines as source code changed.
11213 * gdb.base/foll-vfork-exit.c: Include limits.h.
11214 (main): Add one line of statement before vfork.
11215 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11216 (main): Add parameters argc and argv. Get directory from
11217 argv[0].
11218 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11219 (setup_gdb): Set tbreak to skip some source lines.
11220 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11221 (main): Add parameters argc and argv. Get directory from
11222 argv[0].
11223 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11224 compilation.
11225 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11226 (main): Add parameters argc and argv. Get directory from
11227 argv[0].
11228 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11229 compilation.
11230
11231 2016-02-01 Doug Evans <dje@google.com>
11232
11233 * gdb.base/skip.exp: Clean up multiple references to same test name.
11234
11235 2016-02-01 Pedro Alves <palves@redhat.com>
11236
11237 PR remote/19496
11238 * gdb.threads/forking-threads-plus-breakpoint.exp
11239 (displaced_stepping_supported): New global.
11240 (probe_displaced_stepping_support): New procedure.
11241 (do_test): Add 'displaced' parameter, and use it.
11242 (top level): Check for displaced stepping support. Add displaced
11243 stepping on/off testing axis.
11244
11245 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11246
11247 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11248 pointer. Don't perform further tests on the unassociated pointer
11249 if the first test fails.
11250
11251 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11252
11253 * gdb.base/max-value-size.c: New file.
11254 * gdb.base/max-value-size.exp: New file.
11255 * gdb.base/huge.exp: Disable max-value-size for this test.
11256
11257 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11258
11259 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11260
11261 2016-01-28 Yao Qi <yao.qi@linaro.org>
11262
11263 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11264
11265 2016-01-25 Pedro Alves <palves@redhat.com>
11266
11267 PR threads/19461
11268 * gdb.base/fork-running-state.c: New file.
11269 * gdb.base/fork-running-state.exp: New file.
11270
11271 2016-01-25 Pedro Alves <palves@redhat.com>
11272
11273 PR gdb/19494
11274 * gdb.base/catch-fork-kill.c: New file.
11275 * gdb.base/catch-fork-kill.exp: New file.
11276
11277 2016-01-25 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11280 Delete, moved to lib/gdb.exp.
11281 * gdb.threads/forking-threads-plus-breakpoint.exp
11282 (foreach_with_prefix): Likewise.
11283 * gdb.threads/process-dies-while-handling-bp.exp
11284 (foreach_with_prefix): Likewise.
11285 * lib/gdb.exp (foreach_with_prefix): New procedure.
11286
11287 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11288
11289 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11290 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11291
11292 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11293
11294 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11295 endian targets.
11296
11297 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11298 Pedro Alves <palves@redhat.com>
11299
11300 Fix testsuite compatibility with Guile.
11301 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11302 number.
11303
11304 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 Fix testsuite compatibility with Guile.
11307 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11308 (thread 1): New test for backtrace through signal handler.
11309
11310 2016-01-22 Yao Qi <yao.qi@linaro.org>
11311
11312 PR testsuite/19491
11313 * gdb.base/multi-forks.c: Include
11314 ../lib/unbuffer_output.c
11315 (main): Call gdb_unbuffer_output.
11316
11317 2016-01-21 Doug Evans <dje@google.com>
11318
11319 * lib/ada.exp (gdb_compile_ada): Fix typo.
11320
11321 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11322
11323 * gdb.base/break-fun-addr.exp: New file.
11324 * gdb.base/break-fun-addr1.c: New file.
11325 * gdb.base/break-fun-addr2.c: New file.
11326
11327 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11328
11329 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11330 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11331 enum flag values.
11332
11333 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11334
11335 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11336 when GDB can not set the vector return value. Add more comments
11337 for clarification.
11338
11339 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11340
11341 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11342 command.
11343
11344 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11345
11346 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11347
11348 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11349
11350 * Makefile.in (check-single): Pass --status to runtest.
11351 (check/%.exp): Likewise.
11352
11353 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * Makefile.in (check-parallel): Propagate return code from make
11356 do-check-parallel.
11357
11358 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11359
11360 * gdb.trace/ftrace.exp: Fix expected message on continue.
11361 * gdb.trace/pending.exp: Fix expected message on continue.
11362 * gdb.trace/trace-break.exp: Fix expected message on continue.
11363
11364 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11365
11366 * lib/gdb.exp (gdb_test): Remove unused global references.
11367
11368 2016-01-18 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.base/async-shell.exp: Adjust expected output.
11371 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11372 * gdb.base/siginfo-thread.exp: Adjust expected output.
11373 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11374 * gdb.java/jnpe.exp: Adjust expected output.
11375 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11376 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11377 * gdb.threads/leader-exit.exp: Adjust expected output.
11378 * gdb.threads/manythreads.exp: Adjust expected output.
11379 * gdb.threads/pthreads.exp: Adjust expected output.
11380 * gdb.threads/schedlock.exp: Adjust expected output.
11381 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11382 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11383 expected output.
11384 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11385 output.
11386 * gdb.threads/sigthread.exp: Adjust expected output.
11387 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11388
11389 2016-01-18 Yao Qi <yao.qi@linaro.org>
11390
11391 * gdb.guile/scm-section-script.c: Replace @progbits with
11392 %progbits.
11393 * gdb.python/py-section-script.c: Likewise.
11394
11395 2016-01-15 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.multi/tids.exp: Test star wildcard ranges.
11398
11399 2016-01-15 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11402 command from "thread apply" invocation.
11403 (thr_apply_info_thr_invalid): Default the expected output to the
11404 input tid list.
11405 (top level): Add tests that use convenience variables. Add tests
11406 for "thread apply" with a valid TID list, but missing the command.
11407
11408 2016-01-13 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.base/default.exp: Expect $_gthread as well.
11411 * gdb.multi/tids.exp: Test $_gthread.
11412 * gdb.threads/thread-specific.exp: Test $_gthread.
11413
11414 2016-01-13 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.multi/tids.exp: Test "info threads -gid".
11417
11418 2016-01-13 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11421 Breakpoint.thread.
11422 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11423
11424 2016-01-07 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.base/break.exp: Adjust to output changes.
11427 * gdb.base/hbreak2.exp: Likewise.
11428 * gdb.base/sepdebug.exp: Likewise.
11429 * gdb.base/watch_thread_num.exp: Likewise.
11430 * gdb.linespec/keywords.exp: Likewise.
11431 * gdb.multi/info-threads.exp: Likewise.
11432 * gdb.threads/thread-find.exp: Likewise.
11433 * gdb.multi/tids.c: New file.
11434 * gdb.multi/tids.exp: New file.
11435
11436 2016-01-13 Pedro Alves <palves@redhat.com>
11437
11438 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11439
11440 2016-01-13 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/default.exp: Expect $_inferior as well.
11443 * gdb.multi/base.exp: Test $_inferior.
11444
11445 2016-01-13 Pedro Alves <palves@redhat.com>
11446
11447 PR breakpoints/19388
11448 * gdb.base/catch-signal-siginfo-cond.c: New file.
11449 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11450
11451 2016-01-12 Josh Stone <jistone@redhat.com>
11452 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11453
11454 * gdb.base/catch-syscall.c (do_execve): New variable.
11455 (main): Conditionally trigger an execve.
11456 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11457 (test_catch_syscall_execve): New, check entry/return across execve.
11458 (do_syscall_tests): Call test_catch_syscall_execve.
11459
11460 2016-01-12 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.base/random-signal.exp (do_test): New procedure, with body
11463 of testcase moved in.
11464
11465 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11466 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.base/funcargs.exp (finish from indirectly called function):
11469 Reintroduce the case for 'First'.
11470
11471 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11472 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11475 (tcatch_vfork_then_child_follow_exec)
11476 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11477 identification.
11478
11479 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11482 and repeats to unlimited.
11483 * gdb.python/py-value.exp: Likewise.
11484 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11485 and repeats to unlimited.
11486
11487 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11488
11489 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11490 and reordering the functions.
11491 * gdb.multi/hangout.c: Likewise.
11492 * gdb.multi/hello.c: Likewise.
11493
11494 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11495
11496 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11497 absolute.
11498 (SingleStatisticTestResult.report): Use dict.keys instead of
11499 dict.iterkeys.
11500
11501 2016-01-06 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11504
11505 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11506
11507 * gdb.btrace/dlopen.exp: New.
11508 * gdb.btrace/dlopen.c: New.
11509 * gdb.btrace/dlopen-dso.c: New.
11510
11511 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11512
11513 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11514 PATTERN argument is optional.
11515
11516 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11517
11518 * lib/ada.exp (target_compile_ada_from_dir): New function.
11519 (gdb_compile_ada): Reimplement avoiding the use of project files.
11520 * gdb.ada/gnat_ada.gpr: Delete.
11521 * gdb.ada/cond_lang.exp: Adjust test to make path before
11522 filename optional.
11523 * gdb.ada/small_reg_param.exp: Likewise.
11524
11525 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11526
11527 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11528
11529 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11530
11531 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11532 case.
11533
11534 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11535
11536 * gdb.base/break.exp: Remove dead code.
11537 * gdb.base/sepdebug.exp: Likewise.
11538
11539 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11540
11541 * gdb.asm/asm-source.exp: Remove HP-UX references.
11542 * gdb.base/annota1.exp: Likewise.
11543 * gdb.base/annota3.exp: Likewise.
11544 * gdb.base/attach.exp: Likewise.
11545 * gdb.base/bigcore.exp: Likewise.
11546 * gdb.base/break.exp: Likewise.
11547 * gdb.base/call-ar-st.exp: Likewise.
11548 * gdb.base/callfuncs.exp: Likewise.
11549 * gdb.base/catch-fork-static.exp: Likewise.
11550 * gdb.base/display.exp: Likewise.
11551 * gdb.base/foll-exec-mode.exp: Likewise.
11552 * gdb.base/foll-exec.exp: Likewise.
11553 * gdb.base/foll-fork.exp: Likewise.
11554 * gdb.base/foll-vfork.exp: Likewise.
11555 * gdb.base/funcargs.exp: Likewise.
11556 * gdb.base/hbreak2.exp: Likewise.
11557 * gdb.base/inferior-died.exp: Likewise.
11558 * gdb.base/interrupt.exp: Likewise.
11559 * gdb.base/multi-forks.exp: Likewise.
11560 * gdb.base/nodebug.exp: Likewise.
11561 * gdb.base/sepdebug.exp: Likewise.
11562 * gdb.base/solib1.c: Likewise.
11563 * gdb.base/step-test.exp: Likewise.
11564 * gdb.mi/non-stop.c: Likewise.
11565 * gdb.mi/pthreads.c: Likewise.
11566 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11567 * gdb.threads/pthreads.c: Likewise.
11568 * gdb.threads/staticthreads.exp: Likewise.
11569 * lib/future.exp: Likewise.
11570 * lib/gdb.exp: Likewise.
11571 * gdb.base/so-indr-cl.c: Remove.
11572 * gdb.base/so-indr-cl.exp: Likewise.
11573 * gdb.base/solib.c: Likewise.
11574 * gdb.base/solib.exp: Likewise.
11575 * gdb.base/solib2.c: Likewise.
11576
11577 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11578
11579 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11580 * gdb.base/call-ar-st.exp: Likewise.
11581 * gdb.base/callfuncs.exp: Likewise.
11582 * gdb.base/condbreak.exp: Likewise.
11583 * gdb.base/constvars.exp: Likewise.
11584 * gdb.base/hbreak2.exp: Likewise.
11585 * gdb.base/langs.exp: Likewise.
11586 * gdb.base/list.exp: Likewise.
11587 * gdb.base/long_long.exp: Likewise.
11588 * gdb.base/ptype.exp: Likewise.
11589 * gdb.base/scope.exp: Likewise.
11590 * gdb.base/signals.exp: Likewise.
11591 * gdb.base/so-impl-ld.exp: Likewise.
11592 * gdb.base/varargs.exp: Likewise.
11593 * gdb.base/volatile.exp: Likewise.
11594 * gdb.base/whatis.exp: Likewise.
11595 * gdb.cp/cplusfuncs.exp: Likewise.
11596 * gdb.cp/inherit.exp: Likewise.
11597 * gdb.cp/local.exp: Likewise.
11598 * gdb.cp/member-ptr.exp: Likewise.
11599 * gdb.cp/method.exp: Likewise.
11600 * gdb.cp/overload.exp: Likewise.
11601 * gdb.cp/templates.exp: Likewise.
11602 * gdb.stabs/weird.exp: Likewise.
11603 * lib/compiler.c: Likewise.
11604 * lib/compiler.cc: Likewise.
11605 * lib/cp-support.exp: Likewise.
11606 * lib/gdb.exp: Likewise.
11607
11608 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11609
11610 * configure.ac: Remove HP-UX case.
11611 * configure: Regenerate.
11612
11613 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11614
11615 * lib/gdb.exp (gdb_compile): Add function doc.
11616
11617 2015-12-17 Pedro Alves <palves@redhat.com>
11618
11619 PR threads/19354
11620 * gdb.multi/info-threads.exp: New file.
11621
11622 2015-12-15 Yao Qi <yao.qi@linaro.org>
11623
11624 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11625 is aarch64*-*-*.
11626
11627 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11628
11629 * gdb.base/history-duplicates.exp: Skip if no readline support.
11630
11631 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11632
11633 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11634
11635 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11636
11637 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11638
11639 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11640
11641 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11642 ctrl-C if nointerrupts target property is set.
11643 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11644 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11645 * gdb.base/paginate-bg-execution.exp: Likewise.
11646 * gdb.base/paginate-execution-startup.exp: Likewise.
11647 * gdb.base/random-signal.exp: Likewise.
11648 * gdb.base/range-stepping.exp: Likewise.
11649 * gdb.cp/annota2.exp: Likewise.
11650 * gdb.cp/annota3.exp: Likewise.
11651 * gdb.gdb/selftest.exp: Likewise.
11652 * gdb.threads/continue-pending-status.exp: Likewise.
11653 * gdb.threads/leader-exit.exp: Likewise.
11654 * gdb.threads/manythreads.exp: Likewise.
11655 * gdb.threads/pthreads.exp: Likewise.
11656 * gdb.threads/schedlock.exp: Likewise.
11657 * gdb.threads/sigthread.exp: Likewise.
11658
11659 2015-12-11 Don Breazeal <donb@codesourcery.com>
11660
11661 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11662 remote.
11663 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11664 * gdb.base/foll-exec.exp (main): Enable for target remote.
11665 * gdb.base/foll-fork.exp (main): Likewise.
11666 * gdb.base/foll-vfork.exp (main): Likewise.
11667 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11668 (proc continue_to_exit_bp_loc): Use clean_restart.
11669 * gdb.base/pie-execl.exp (main): Disable for target remote.
11670 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11671 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11672 * gdb.threads/execl.exp (main): Likewise.
11673 * gdb.threads/fork-child-threads.exp (main): Likewise.
11674 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11675 remote.
11676 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11677 remote.
11678 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11679 pid.tid style ptids, instead of just tid.
11680 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11681 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11682 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11683 ptids, instead of just tid.
11684
11685 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11686
11687 * gdb.base/list.exp (test_list_forward): Add end of file error
11688 test.
11689 (test_repeat_list_command): Add end of file error test.
11690 (test_list_backwards): Add beginning of file error test.
11691
11692 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11693
11694 * gdb.base/list.exp (test_list_invalid_args): New function,
11695 defined, and called.
11696
11697 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11698
11699 * gdb.base/list.exp (test_list): Make test names unique.
11700
11701 2015-12-11 Yao Qi <yao.qi@linaro.org>
11702
11703 * gdb.base/coremaker2.c: Remove.
11704
11705 2015-12-10 Pedro Alves <palves@redhat.com>
11706
11707 * gdb.multi/base.exp: Remove stale "spaces" references.
11708
11709 2015-12-10 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.multi/base.exp: Don't use nowarnings.
11712 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11713 * gdb.multi/hangout.c: Include stdio.h.
11714 * gdb.multi/hello.c: Include stdlib.h.
11715 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11716 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11717 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11718
11719 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11720
11721 * gdb.dwarf2/dw2-ranges-base.c: New file.
11722 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11723 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11724 support additional line table, and debug ranges generation.
11725 (Dwarf::ranges): New function, generate .debug_ranges.
11726 (Dwarf::lines): Support generating simple line table programs.
11727 (Dwarf::assemble): Initialise new namespace variables.
11728
11729 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11730
11731 * gdb.base/async.exp (proc test_background): Add case for
11732 asynchronous execution not supported.
11733
11734 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11735
11736 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11737 format and change test names to make them unique.
11738
11739 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11740 Pedro Alves <pedro@redhat.com>
11741
11742 PR gdb/18702
11743 Add checking of floatformats setup on x86_64 hosts.
11744 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11745 (smallval, bigval): New labels/constants.
11746 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11747 float" after loading bigval and smallval.
11748
11749 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11750
11751 * gdb.ada/fun_overload_menu.exp: New testcase.
11752 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11753
11754 2015-12-04 Josh Stone <jistone@redhat.com>
11755
11756 * gdb.base/catch-fork-static.exp: New.
11757
11758 2015-12-03 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.base/sizeof.c: Don't include stdio.h and
11761 ../lib/unbuffer_output.c.
11762 (main): New variable 'size' and 'value'. Remove printf and
11763 gdb_unbuffer_output. Assign return value to size and value.
11764 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11765 at the beginning.
11766 (check_sizeof): Check the result by printing variable 'size'.
11767 (check_valueof): Check the result by printing variable 'value'.
11768
11769 2015-12-01 Yao Qi <yao.qi@linaro.org>
11770
11771 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11772 for aarch64*-*-linux* target.
11773
11774 2015-11-30 Pedro Alves <palves@redhat.com>
11775
11776 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11777
11778 2015-11-30 Pedro Alves <palves@redhat.com>
11779
11780 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11781 Handle non-stop mode vCont replies.
11782
11783 2015-11-30 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11786 prepare_for_testing. Start gdb with "set non-stop on" appended to
11787 GDBFLAGS. Lax expected stop output.
11788
11789 2015-11-27 Yao Qi <yao.qi@linaro.org>
11790
11791 * gdb.arch/arm-neon.exp: New.
11792 * gdb.arch/arm-neon.c: New.
11793
11794 2015-11-27 Yao Qi <yao.qi@linaro.org>
11795
11796 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11797
11798 2015-11-27 Yao Qi <yao.qi@linaro.org>
11799
11800 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11801 frames-invalid annotation.
11802
11803 2015-11-27 Yao Qi <yao.qi@linaro.org>
11804
11805 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11806
11807 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11808
11809 * gdb.threads/names.exp: New file.
11810 * gdb.threads/names.c: New file.
11811 * README: Mention gdb,no_thread_names.
11812
11813 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11814
11815 PR 19297
11816 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11817 support" error.
11818
11819 2015-11-24 Pedro Alves <palves@redhat.com>
11820
11821 PR 17539
11822 * gdb.base/display.exp: Expect displays to be sorted in ascending
11823 order. Use multi_line.
11824 * gdb.base/solib-display.exp: Likewise.
11825
11826 2015-11-24 Pedro Alves <palves@redhat.com>
11827
11828 PR 17539
11829 * gdb.base/display.exp: Expect displays to be sorted in ascending
11830 order. Use multi_line.
11831 * gdb.base/solib-display.exp: Likewise.
11832
11833 2015-11-24 Pedro Alves <palves@redhat.com>
11834
11835 PR 17539
11836 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11837 threads in ascending order.
11838 * gdb.base/foll-fork.exp: Likewise.
11839 * gdb.base/foll-vfork.exp: Likewise.
11840 * gdb.base/multi-forks.exp: Likewise.
11841 * gdb.mi/mi-nonstop.exp: Likewise.
11842 * gdb.mi/mi-nsintrall.exp: Likewise.
11843 * gdb.multi/base.exp: Likewise.
11844 * gdb.multi/multi-arch.exp: Likewise.
11845 * gdb.python/py-inferior.exp: Likewise.
11846 * gdb.threads/break-while-running.exp: Likewise.
11847 * gdb.threads/execl.exp: Likewise.
11848 * gdb.threads/gcore-thread.exp: Likewise.
11849 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11850 * gdb.threads/kill.exp: Likewise.
11851 * gdb.threads/linux-dp.exp: Likewise.
11852 * gdb.threads/multiple-step-overs.exp: Likewise.
11853 * gdb.threads/next-bp-other-thread.exp: Likewise.
11854 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11855 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11856 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11857 * gdb.threads/thread-find.exp: Likewise.
11858 * gdb.threads/tls.exp: Likewise.
11859 * lib/mi-support.exp (mi_reverse_list): Delete.
11860 (mi_check_thread_states): No longer reverse list.
11861
11862 2015-11-24 Pedro Alves <palves@redhat.com>
11863
11864 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11865 use lowercase.
11866
11867 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.trace/actions.c: Include trace-common.h.
11870 (main): Add a location for a fast tracepoint.
11871 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11872 the normal tracepoints.
11873 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11874
11875 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11876
11877 * save-trace.exp: Factor out code to these...
11878 (gdb_save_tracepoints): New.
11879 (gdb_load_tracepoints): New.
11880 (do_save_load_test): New.
11881
11882 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11883
11884 * gdb.base/asmlabel.exp: New test.
11885 * gdb.base/asmlabel.c: New test case.
11886
11887 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11888
11889 * gdb.base/wrong_frame_bt_full-main.c: New file.
11890 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11891 * gdb.base/wrong_frame_bt_full.exp: New file.
11892
11893 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11894
11895 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11896
11897 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11898
11899 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11900 pstate register when comparing registers values in
11901 sparc64-*-linux-gnu targets to avoid spurious differences.
11902
11903 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11904
11905 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11906
11907 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11908
11909 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11910 as type argument to gdb_compile.
11911 * gdb.base/nested-subp2.exp: Likewise.
11912 * gdb.base/nested-subp3.exp: Likewise.
11913
11914 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11915
11916 * lib/dwarf.exp (_note): Fix left shift of negative value.
11917 * gdb.trace/trace-condition.exp: Likewise.
11918
11919 2015-11-13 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11922 comments about d10v.
11923 (test_scalar_returns): Likewise.
11924 * gdb.base/d10v.ld: Remove.
11925 * gdb.base/overlays.exp: Remove the target triplet checking for
11926 d10v-*-*.
11927 * gdb.base/structs.exp (test_struct_returns): Remove the
11928 comments about d10v.
11929 (test_struct_calls): Likewise.
11930
11931 2015-11-13 Yao Qi <yao.qi@linaro.org>
11932
11933 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11934 * gdb.base/gnu_vector.c: Don't include stdio.h.
11935 (main): Don't print res and call add_some_intvecs.
11936
11937 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11938
11939 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11940 macro.
11941 (func5): Removed.
11942 (func4): Use FAST_TRACEPOINT_LABEL.
11943 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11944 macro.
11945 (func): Removed.
11946 (thread_function): Use FAST_TRACEPOINT_LABEL.
11947 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11948 (func): Remove.
11949 (marker): Use FAST_TRACEPOINT_LABEL.
11950 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11951 (pendfunc1): Remove.
11952 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11953 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11954 (foo): Remove.
11955 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11956 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11957 macro.
11958 (func): Remove.
11959 (marker): Use FAST_TRACEPOINT_LABEL.
11960 * gdb.trace/trace-common.h: New header.
11961 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11962 macro.
11963 (func): Remove.
11964 (marker): Use FAST_TRACEPOINT_LABEL.
11965 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11966 (func): Remove.
11967 (thread_function): Use FAST_TRACEPOINT_LABEL.
11968
11969 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11970
11971 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11972 in front.
11973 * gdb.trace/change-loc.exp: Use global pcreg definition.
11974 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11975 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11976 in front.
11977 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11978 * gdb.trace/pending.exp: Likewise.
11979 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11980 * gdb.trace/trace-break.exp: Likewise.
11981 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11982 in front.
11983 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11984 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11985 in front.
11986 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11987
11988 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11989
11990 * gdb.ada/fin_fun_out: New testcase.
11991
11992 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11993
11994 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11995 value associated with DW_AT_byte_size.
11996 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11997 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11998 DW_AT_upper_bound.
11999
12000 2015-11-07 Kevin Buettner <kevinb@redhat.com>
12001
12002 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12003 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12004 version.
12005 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12006 gdb.dwarf2/dw2-canonicalize-type.exp,
12007 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12008 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12009 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12010 provided by gdb_target_symbol_prefix_flags_asm.
12011 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12012 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12013 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12014 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12015 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12016 macros where needed). Use this macro for symbols which require
12017 the prefix provided by SYMBOL_PREFIX.
12018
12019 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12020
12021 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12022 New procs.
12023 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12024 representing expressions, of more than one list element.
12025 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12026 to prepend linker symbol prefix to f.
12027 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12028 table_1 and table_2.
12029 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12030 Likewise, for f and g.
12031 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12032 for ptr.
12033 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12034 for main.
12035 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12036 table_1_ptr and table_2_ptr.
12037
12038 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12039 Joel Brobecker <brobecker@adacore.com>
12040
12041 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12042
12043 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12044
12045 * gdb.reverse/s390-mvcle.c: New test.
12046 * gdb.reverse/s390-mvcle.exp: New file.
12047 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12048
12049 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12050
12051 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12052
12053 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12054
12055 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12056 reaching marker2.
12057 * gdb.reverse/getresuid-reverse.exp: Likewise.
12058 * gdb.reverse/pipe-reverse.exp: Likewise.
12059 * gdb.reverse/readv-reverse.exp: Likewise.
12060 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12061 * gdb.reverse/time-reverse.exp: Likewise.
12062 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12063
12064 2015-10-30 Yao Qi <yao.qi@linaro.org>
12065
12066 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12067 (empty_cycle): Remove.
12068 (main): Don't call empty_cycle. Don't use watch_count_done.
12069 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12070 empty_cycle. Rewrite the code counting HW watchpoints.
12071
12072 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12073
12074 * gdb.reverse/fstatat-reverse.c: New test.
12075 * gdb.reverse/fstatat-reverse.exp: New file.
12076 * gdb.reverse/getresuid-reverse.c: New test.
12077 * gdb.reverse/getresuid-reverse.exp: New file.
12078 * gdb.reverse/pipe-reverse.c: New test.
12079 * gdb.reverse/pipe-reverse.exp: New file.
12080 * gdb.reverse/readv-reverse.c: New test.
12081 * gdb.reverse/readv-reverse.exp: New file.
12082 * gdb.reverse/recvmsg-reverse.c: New test.
12083 * gdb.reverse/recvmsg-reverse.exp: New file.
12084 * gdb.reverse/time-reverse.c: New test.
12085 * gdb.reverse/time-reverse.exp: New file.
12086 * gdb.reverse/waitpid-reverse.c: New test.
12087 * gdb.reverse/waitpid-reverse.exp: New file.
12088
12089 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12090
12091 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12092
12093 2015-10-26 Doug Evans <dje@google.com>
12094
12095 PR symtab/17391
12096 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12097 * gdb.dwarf2/bad-regnum.c: New file.
12098 * gdb.dwarf2/bad-regnum.exp: New file.
12099
12100 2015-10-26 Doug Evans <dje@google.com>
12101
12102 PR python/18938
12103 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12104 file.
12105
12106 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12107
12108 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12109 for a change by "Mention language in compile error message".
12110
12111 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12112
12113 PR python/18073
12114 * gdb.python/py-type.c (C::a_method): New.
12115 (C::a_const_method): New.
12116 (C::a_static_method): New.
12117 (a_function): New.
12118 * gdb.python/py-type.exp (test_fields): Test getting fields
12119 from function and method.
12120
12121 2015-10-21 Keven Boell <keven.boell@intel.com>
12122
12123 * gdb.fortran/vla-alloc-assoc.exp: New file.
12124 * gdb.fortran/vla-datatypes.exp: New file.
12125 * gdb.fortran/vla-datatypes.f90: New file.
12126 * gdb.fortran/vla-history.exp: New file.
12127 * gdb.fortran/vla-ptype-sub.exp: New file.
12128 * gdb.fortran/vla-ptype.exp: New file.
12129 * gdb.fortran/vla-sizeof.exp: New file.
12130 * gdb.fortran/vla-sub.f90: New file.
12131 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12132 * gdb.fortran/vla-value-sub-finish.exp: New file.
12133 * gdb.fortran/vla-value-sub.exp: New file.
12134 * gdb.fortran/vla-value.exp: New file.
12135 * gdb.fortran/vla-ptr-info.exp: New file.
12136 * gdb.mi/mi-vla-fortran.exp: New file.
12137 * gdb.mi/vla.f90: New file.
12138
12139 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12140
12141 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12142 of hardwired timeout value.
12143
12144 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12145 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12148 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12149
12150 2015-10-19 Josh Stone <jistone@redhat.com>
12151
12152 * gdb.base/catch-syscall.c: Include <sched.h>.
12153 (unknown_syscall): New variable.
12154 (main): Trigger a vfork and an unknown syscall.
12155 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12156 (unknown_syscall_number): Likewise.
12157 (check_call_to_syscall): Accept an optional syscall pattern.
12158 (check_return_from_syscall): Likewise.
12159 (check_continue): Likewise.
12160 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12161 (test_catch_syscall_skipping_return): New test toggling off 'catch
12162 syscall' to step over the syscall return, then toggling back on.
12163 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12164 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12165 (do_syscall_tests): Call test_catch_syscall_without_args and
12166 test_catch_syscall_mid_vfork.
12167 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12168 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12169
12170 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12171
12172 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12173 print g_vE): Add new pass patterns.
12174 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12175 print various symbol names for vptr fields.
12176
12177 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12178
12179 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12180 results.
12181
12182 2015-10-12 Yao Qi <yao.qi@linaro.org>
12183
12184 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12185
12186 2015-10-12 Yao Qi <yao.qi@linaro.org>
12187
12188 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12189 is aarch64*-*-linux*.
12190
12191 2015-10-12 Yao Qi <yao.qi@linaro.org>
12192
12193 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12194 (can_relocate_bcond_true): ... it.
12195 (can_relocate_bcond_false): New function.
12196 (foo): Likewise.
12197 (can_relocate_bl): Likewise.
12198 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12199 can_relocate_bl.
12200
12201 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12202
12203 * gdb.base/nested-addr.c: New file.
12204 * gdb.base/nested-addr.exp: New testcase.
12205
12206 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12207
12208 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12209 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12210 its output. Ignore the output of "record goto begin" and instead
12211 check that GDB is replaying.
12212
12213 2015-10-09 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12216 (top level): Use it in the run with no args test.
12217
12218 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12219
12220 * gdb.dlang/properties.exp: New file.
12221
12222 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12223
12224 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12225 whether or not address 0x1000 is mapped on the target.
12226
12227 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12230 build.
12231
12232 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12233
12234 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12235 instruction-history test.
12236
12237 2015-09-28 Doug Evans <dje@google.com>
12238
12239 * gdb.base/gcore.c (array_func): Add reference to static_array.
12240
12241 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12242
12243 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12244 source line.
12245
12246 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12247
12248 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12249 short or char as base type.
12250
12251 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12252
12253 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12254 to allow any size enum.
12255
12256 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12257
12258 * gdb.ada/array_ptr_renaming.exp: New testcase.
12259 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12260 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12261
12262 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12263
12264 * gdb.trace/ftrace-lock.c: New file.
12265 * gdb.trace/ftrace-lock.exp: New file.
12266
12267 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12268
12269 * gdb.arch/insn-reloc.c: New file.
12270 * gdb.arch/ftrace-insn-reloc.exp: New file.
12271
12272 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12273
12274 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12275 instruction.
12276 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12277 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12278 * gdb.trace/range-stepping.c: Likewise.
12279 * gdb.trace/trace-break.c: Likewise.
12280 * gdb.trace/trace-mt.c (thread_function): Likewise.
12281 * gdb.trace/ftrace.c (marker): Likewise.
12282 * gdb.trace/trace-condition.c (marker): Likewise.
12283 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12284 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12285 is_aarch64_target.
12286
12287 2015-09-18 Doug Evans <xdje42@gmail.com>
12288
12289 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12290 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12291
12292 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12293
12294 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12295 the breakpoint.
12296
12297 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12298
12299 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12300 the pending breakpoint. Remove timeout override for "Run till
12301 MI pending breakpoint on pendfunc3 on thread 2" test.
12302
12303 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12304
12305 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12306 filename pattern.
12307
12308 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12309
12310 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12311 in breakpoint filename pattern.
12312
12313 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12314
12315 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12316
12317 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12318
12319 * gdb.linespec/explicit.exp: Check for readline support for
12320 tab-completion tests. Fix obvious typo.
12321
12322 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12323
12324 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12325 and replay.
12326
12327 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12328
12329 * gdb.btrace/non-stop.c: New.
12330 * gdb.btrace/non-stop.exp: New.
12331
12332 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12333 Yao Qi <yao.qi@linaro.org>
12334
12335 * gdb.trace/trace-condition.c: New file.
12336 * gdb.trace/trace-condition.exp: New file.
12337
12338 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12339
12340 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12341 for testing bytecode compilation.
12342
12343 2015-09-16 Pedro Alves <palves@redhat.com>
12344 Sandra Loosemore <sandra@codesourcery.com>
12345
12346 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12347 (SECONDS): Redefine.
12348 (main): Call pthread_kill and alarm early.
12349 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12350 support.
12351 (test): If the target can't hardware step and doesn't support
12352 displaced stepping, increase the timeout.
12353
12354 2015-09-16 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12357 (enable_debug): New procedures.
12358 (test): Use them. Bail out if waiting for threads fails.
12359 (top level): Bail out if a test fails.
12360
12361 2015-09-16 Yao Qi <yao.qi@linaro.org>
12362
12363 * gdb.asm/asm-source.exp: Set asm-arch for
12364 aarch64*-*-* target.
12365 * gdb.asm/aarch64.inc: New file.
12366
12367 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12368
12369 * gdb.ada/array_of_variable_length.exp: New testcase.
12370 * gdb.ada/array_of_variable_length/foo.adb: New file.
12371 * gdb.ada/array_of_variable_length/pck.adb: New file.
12372 * gdb.ada/array_of_variable_length/pck.ads: New file.
12373
12374 2015-09-15 Doug Evans <dje@google.com>
12375
12376 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12377 of function static local variable.
12378
12379 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12380
12381 * gdb.threads/tls-so_extern.exp: New test file.
12382 * gdb.threads/tls-so_extern.c: New test file.
12383 * gdb.threads/tls-so_extern_main.c: New test file.
12384
12385 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 * gdb.opt/solib-intra-step-lib.c: New file.
12388 * gdb.opt/solib-intra-step-main.c: New file.
12389 * gdb.opt/solib-intra-step.exp: New file.
12390
12391 2015-09-15 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12394 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12395
12396 2015-09-14 Pedro Alves <palves@redhat.com>
12397
12398 * gdb.base/hook-stop-continue.c: Delete.
12399 * gdb.base/hook-stop-continue.exp: Delete.
12400 * gdb.base/hook-stop-frame.c: Delete.
12401 * gdb.base/hook-stop-frame.exp: Delete.
12402 * gdb.base/hook-stop.c: New file.
12403 * gdb.base/hook-stop.exp: New file.
12404
12405 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12406
12407 * gdb.ada/access_to_packed_array.exp: New testcase.
12408 * gdb.ada/access_to_packed_array/foo.adb: New file.
12409 * gdb.ada/access_to_packed_array/pack.adb: New file.
12410 * gdb.ada/access_to_packed_array/pack.ads: New file.
12411
12412 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12413
12414 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12415 buffer size test.
12416
12417 2015-09-11 Don Breazeal <donb@codesourcery.com>
12418
12419 * gdb.base/foll-exec.c: Add copyright header. Fix
12420 formatting issues.
12421 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12422 (do_exec_tests): Use clean_restart in place of zap_session,
12423 and for test initialization. Fix formatting issues. Use
12424 fail in place of perror.
12425 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12426 an expect statement to match an expression with output from
12427 the program under debug.
12428 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12429 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12430 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12431 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12432 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12433
12434 2015-09-09 Doug Evans <dje@google.com>
12435
12436 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12437
12438 2015-09-09 Doug Evans <dje@google.com>
12439
12440 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12441
12442 2015-09-09 Doug Evans <dje@google.com>
12443
12444 * gdb.base/savedregs.exp: Fix typo.
12445
12446 2015-09-09 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12449
12450 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12451
12452 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12453 command actually switches threads. Give up on remaining
12454 tests if target fails to stop at breakpoint.
12455
12456 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12457
12458 * gdb.ada/funcall_char.exp: New testcase.
12459 * gdb.ada/funcall_char/foo.adb: New file.
12460
12461 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12462
12463 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12464 expected outputs. Add two testcases for completing ambiguous
12465 functions.
12466 * gdb.ada/complete/aux_pck.adb: New file.
12467 * gdb.ada/complete/aux_pck.ads: New file.
12468 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12469 Ambiguous_Func functions.
12470 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12471 * gdb.ada/complete/pck.adb: Likewise.
12472
12473 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12474
12475 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12476 failures to run the test program under GDB.
12477
12478 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12479
12480 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12481 to C.
12482
12483 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12484
12485 * gdb.base/run-after-attach.exp: New test file.
12486 * gdb.base/run-after-attach.c: New test file.
12487
12488 2015-08-26 Don Breazeal <donb@codesourcery.com>
12489
12490 * gdb.base/foll-exec-2.c: New test program.
12491 * gdb.base/foll-exec-2.exp: New test.
12492
12493 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12494
12495 * gdb.base/nested-subp1.exp: New file.
12496 * gdb.base/nested-subp1.c: New file.
12497 * gdb.base/nested-subp2.exp: New file.
12498 * gdb.base/nested-subp2.c: New file.
12499 * gdb.base/nested-subp3.exp: New file.
12500 * gdb.base/nested-subp3.c: New file.
12501
12502 2015-08-24 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.server/connect-without-multi-process.c: New file.
12505 * gdb.server/connect-without-multi-process.exp: New file.
12506
12507 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12508
12509 * gdb.opt/inline-markers.c: Make z int.
12510
12511 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12512
12513 * gdb.opt/inline-markers.c: Make z volatile.
12514
12515 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12516
12517 * gdb.opt/inline-bt.c: New volatile global z.
12518 * gdb.opt/inline-cmds.c: Likewise.
12519 * gdb.opt/inline-locals.c: Likewise.
12520 * gdb.opt/inline-markers.c: New extern global z.
12521 (marker): Use z.
12522 (inline_fn): Likewise.
12523
12524 2015-08-24 Pedro Alves <palves@redhat.com>
12525
12526 * config/m32r-stub.exp: Remove file.
12527 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12528 * gdb.base/call-rt-st.exp: Likewise.
12529 * gdb.base/call-strs.exp: Likewise.
12530 * gdb.base/default.exp: Remove references to h8300-*-hms and
12531 *-*-udi*.
12532 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12533
12534 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12535
12536 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12537 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12538 and "return" use KFAIL when GDB can not read/write the vector
12539 return value.
12540
12541 2015-08-21 Gary Benson <gbenson@redhat.com>
12542
12543 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12544
12545 2015-08-20 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.server/solib-list.exp: No longer expect an interior stop in
12548 non-stop mode.
12549
12550 2015-08-20 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.server/connect-stopped-target.c: New file.
12553 * gdb.server/connect-stopped-target.exp: New file.
12554
12555 2015-08-20 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.dwarf2/comp-unit-lang.exp: New file.
12558 * gdb.dwarf2/comp-unit-lang.c: New file.
12559
12560 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12561
12562 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12563 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12564
12565 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12566
12567 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12568 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12569
12570 2015-08-18 Doug Evans <dje@google.com>
12571 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12572
12573 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12574 skip_python_tests. New arg prompt_regexp.
12575 (skip_python_tests): New function.
12576 * lib/mi-support.exp (mi_skip_python_tests): New function.
12577 * gdb.python/py-mi-objfile-gdb.py: New file.
12578 * gdb.python/py-mi-objfile.c: New file.
12579 * gdb.python/py-mi-objfile.exp: New file.
12580
12581 2015-08-17 Keith Seitz <keiths@redhat.com>
12582
12583 * gdb.linespec/explicit.exp: Move strace test from here ...
12584 * gdb.trace/strace.exp: ... to here.
12585
12586 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12587
12588 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12589 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12590
12591 2015-08-14 Doug Evans <xdje42@gmail.com>
12592
12593 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12594 inferior before selecting a new file.
12595
12596 2015-08-14 Doug Evans <xdje42@gmail.com>
12597
12598 * gdb.mi/mi-disassemble.exp: Update.
12599 * gdb.base/disasm-optim.S: New file.
12600 * gdb.base/disasm-optim.c: New file.
12601 * gdb.base/disasm-optim.h: New file.
12602 * gdb.base/disasm-optim.exp: New file.
12603
12604 2015-08-14 Keith Seitz <keiths@redhat.com>
12605
12606 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12607 "evaluated-by".
12608
12609 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12610
12611 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12612
12613 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12614
12615 * gdb.ada/fun_renaming.exp: New testcase.
12616 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12617 * gdb.ada/fun_renaming/pack.adb: New file.
12618 * gdb.ada/fun_renaming/pack.ads: New file.
12619
12620 2015-08-12 Keith Seitz <keiths@redhat.com>
12621
12622 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12623 gdb_get_line_number.
12624
12625 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12626
12627 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12628 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12629 gdb.base/dso2dso.exp: New files.
12630
12631 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12632 Pedro Alves <palves@redhat.com>
12633 Keith Seitz <keiths@redhat.com>
12634
12635 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12636 GDBFLAGS.
12637
12638 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12639
12640 * gdb.base/gdbhistsize-history.exp
12641 (test_histsize_history_setting): Use save_vars.
12642 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12643 Use save_vars.
12644 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12645 * gdb.base/readline.exp: Use save_vars.
12646
12647 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12648
12649 * lib/gdb.exp (save_vars): New proc.
12650
12651 2015-08-11 Keith Seitz <keiths@redhat.com>
12652
12653 * gdb.base/help.exp: Update help_breakpoint_text.
12654
12655 2015-08-11 Keith Seitz <keiths@redhat.com>
12656
12657 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12658 (at toplevel): Call test_explicit_breakpoints.
12659 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12660 breakpoints.
12661 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12662 breakpoint conditions, "-cond".
12663
12664 2015-08-11 Keith Seitz <keiths@redhat.com>
12665
12666 * gdb.linespec/3explicit.c: New file.
12667 * gdb.linespec/cpexplicit.cc: New file.
12668 * gdb.linespec/cpexplicit.exp: New file.
12669 * gdb.linespec/explicit.c: New file.
12670 * gdb.linespec/explicit.exp: New file.
12671 * gdb.linespec/explicit2.c: New file.
12672 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12673 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12674 before using in the matching pattern.
12675 Clarify that `prefix' is a regular expression.
12676
12677 2015-08-11 Keith Seitz <keiths@redhat.com>
12678
12679 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12680 test.
12681 Add tests for missing ",FMT" and ",".
12682
12683 2015-08-10 Doug Evans <dje@google.com>
12684 Keith Seitz <keiths@redhat.com>
12685
12686 PR gdb/17960
12687 * gdb.base/completion.exp: Add location completer tests.
12688
12689 2015-08-07 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12692 tests here.
12693 (top level): Run do_test with and without displaced stepping.
12694
12695 2015-08-07 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/valgrind-disp-step.c: New file.
12698 * gdb.base/valgrind-disp-step.exp: New file.
12699
12700 2015-08-07 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12703 Delete function.
12704 (main): Add alarm. Run an infinite loop instead of calling
12705 wait_threads.
12706 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12707 comment.
12708 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12709 Delete function.
12710 (main): Add alarm. Run an infinite loop instead of calling
12711 wait_threads.
12712 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12713 comment.
12714
12715 2015-08-07 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.base/checkpoint-ns.exp: New file.
12718 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12719 standard_testfile.
12720
12721 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12722
12723 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12724 * gdb.btrace/instruction_history.exp: Update.
12725 * gdb.btrace/tsx.exp: New.
12726 * gdb.btrace/tsx.c: New.
12727
12728 2015-08-06 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12731 increase timeout.
12732 * gdb.reverse/until-precsave.exp: Bump timeouts.
12733
12734 2015-08-06 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12737
12738 2015-08-06 Pedro Alves <palves@redhat.com>
12739
12740 PR gdb/18749
12741 * gdb.threads/process-dies-while-handling-bp.c: New file.
12742 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12743
12744 2015-08-06 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12747 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12748
12749 2015-08-05 Pedro Alves <palves@redhat.com>
12750
12751 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12752 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12753
12754 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12755
12756 * gdb.base/bp-permanent.exp: Report test as unsupported if
12757 the target cannot stop at the permanent breakpoint.
12758
12759 2015-08-03 Doug Evans <dje@google.com>
12760
12761 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12762 10000.
12763
12764 2015-08-03 Doug Evans <dje@google.com>
12765
12766 * Makefile.in (workers/%.worker, build-perf): New rule.
12767 (GDB_PERFTEST_MODE): New variable.
12768 (check-perf): Use it.
12769 (clean): Clean up gdb.perf parallel build subdirs.
12770 * lib/build-piece.exp: New file.
12771 * lib/gdb.exp (make_gdb_parallel_path): New function
12772 (standard_output_file, standard_temp_file): Call it.
12773 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12774 of $GDB_PARALLEL.
12775 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12776
12777 2015-08-03 Doug Evans <dje@google.com>
12778
12779 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12780 (LOG_FILE_NAME): New global.
12781 (TextReporter.__init__): Initialize self.txt_sum.
12782 (TextReporter.report): Add support for multiple data-points.
12783 Move report to perftest.sum, put raw data in perftest.log.
12784 (TextReporter.start): Open sum and log files.
12785 (TextReporter.end): Close sum and log files.
12786 * gdb.perf/lib/perftest/testresult.py
12787 (SingleStatisticTestResult.record): Handle multiple data-points.
12788
12789 2015-07-31 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12792 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12793 kill_wait_spawned_process instead of explicit "kill -9".
12794 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12795 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12796 kill_wait_spawned_process.
12797 * gdb.base/attach-twice.exp: Likewise.
12798 * gdb.base/attach.exp: Likewise.
12799 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12800 gdb_test_multiple.
12801 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12802 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12803 kill_wait_spawned_process.
12804 * gdb.base/valgrind-infcall.exp: Likewise.
12805 * gdb.multi/multi-attach.exp: Likewise.
12806 * gdb.python/py-prompt.exp: Likewise.
12807 * gdb.python/py-sync-interp.exp: Likewise.
12808 * gdb.server/ext-attach.exp: Likewise.
12809 * gdb.threads/attach-into-signal.exp (corefunc): Use
12810 spawn_wait_for_attach, spawn_id_get_pid and
12811 kill_wait_spawned_process.
12812 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12813 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12814 spawn_id_get_pid and kill_wait_spawned_process.
12815 * gdb.threads/attach-stopped.exp (corefunc): Use
12816 spawn_wait_for_attach, spawn_id_get_pid and
12817 kill_wait_spawned_process.
12818 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12819 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12820 kill_wait_spawned_process instead of explicit "kill -9".
12821 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12822 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12823 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12824 processes. Don't map cygwin/windows pids here. Now returns a
12825 spawn id list.
12826
12827 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12828
12829 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12830 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12831 correct patch.
12832
12833 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12834
12835 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12836
12837 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12838
12839 Reapply:
12840 2014-05-21 Mark Wielaard <mjw@redhat.com>
12841
12842 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12843
12844 2015-07-30 Pedro Alves <palves@redhat.com>
12845
12846 * linux-low.c (handle_extended_wait): Set the child's last
12847 reported status to TARGET_WAITKIND_STOPPED.
12848
12849 2015-07-30 Pedro Alves <palves@redhat.com>
12850
12851 PR threads/18600
12852 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12853 only shows inferior 1.
12854
12855 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12856 Pedro Alves <palves@redhat.com>
12857
12858 PR threads/18600
12859 * gdb.threads/fork-plus-threads.c: New file.
12860 * gdb.threads/fork-plus-threads.exp: New file.
12861
12862 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12863
12864 * gdb.base/batch-preserve-term-settings.exp
12865 (test_terminal_settings_preserved_after_cli_exit): Use
12866 send_quit_command.
12867
12868 2015-07-29 Pedro Alves <palves@redhat.com>
12869 Don Breazeal <donb@codesourcery.com>
12870
12871 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12872 output from both inferior_spawn_id and gdb_spawn_id.
12873
12874 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12875
12876 * gdb.threads/attach-into-signal.exp (corefunc): Use
12877 with_test_prefix on nested loops, uniquefying the test messages.
12878
12879 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12880
12881 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12882 commit.
12883
12884 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12885
12886 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12887 New proc.
12888 (test_terminal_settings_preserved_after_sigterm): New test.
12889
12890 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12891
12892 * gdb.base/batch-preserve-term-settings.exp
12893 (test_terminal_settings_preserved_after_cli_exit): New test.
12894
12895 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12896
12897 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12898 manipulation of saved_gdbflags.
12899 (test_terminal_settings_preserved): Remove global declaration of
12900 the unused variable pagination_prompt. Remove manipulation of
12901 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12902 GDBFLAGS.
12903
12904 2015-07-29 Pedro Alves <palves@redhat.com>
12905
12906 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12907
12908 2015-07-29 Pedro Alves <palves@redhat.com>
12909
12910 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12911 at the top.
12912
12913 2015-07-29 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12916 (main): Call gdb_unbuffer_output.
12917 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12918 (main): Call gdb_unbuffer_output.
12919 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12920 (main): Call gdb_unbuffer_output.
12921 * gdb.base/call-strs.exp: Adjust to step over the
12922 gdb_unbuffer_output call.
12923 * gdb.base/catch-gdb-caused-signals.c: Include
12924 "../lib/unbuffer_output.c".
12925 (main): Call gdb_unbuffer_output.
12926 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12927 (main): Call gdb_unbuffer_output.
12928 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12929 (main): Call gdb_unbuffer_output.
12930 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12931 (main): Call gdb_unbuffer_output.
12932 * gdb.base/shlib-call.exp: Adjust to step over the
12933 gdb_unbuffer_output call.
12934 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12935 (main): Call gdb_unbuffer_output.
12936 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12937 (main): Call gdb_unbuffer_output.
12938 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12939 (main): Rename to ...
12940 (test): ... this.
12941 (main): Reimplement.
12942 * gdb.base/varargs.exp: Run to test instead of to main.
12943 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12944 (main): Call gdb_unbuffer_output.
12945
12946 2015-07-29 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12949 factore out from mi_continue_dprintf. For call-style dprintfs,
12950 expect dprintf output out of $inferior_spawn_id.
12951 (mi_continue_dprintf): Use mi_expect_dprintf.
12952 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12953 (main): Call gdb_unbuffer_output.
12954
12955 2015-07-29 Pedro Alves <palves@redhat.com>
12956
12957 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12958 (default_mi_gdb_start): Set inferior_spawn_id instead of
12959 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12960 gdb_spawn_id.
12961 (mi_gdb_test): Always expect inferior output from both
12962 $inferior_spawn_id and $gdb_spawn_id.
12963
12964 2015-07-29 Pedro Alves <palves@redhat.com>
12965
12966 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12967 send_inferior and $inferior_spawn_id.
12968
12969 2015-07-29 Pedro Alves <palves@redhat.com>
12970
12971 * gdb.gdb/complaints.exp (test_initial_complaints)
12972 (test_serial_complaints, test_short_complaints): Use
12973 gdb_test_stdio.
12974 (test_empty_complaint): Handle $inferior_spawn_id !=
12975 $gdb_spawn_id.
12976
12977 2015-07-29 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/varargs.exp: Use gdb_test_stdio.
12980
12981 2015-07-29 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12984
12985 2015-07-29 Pedro Alves <palves@redhat.com>
12986
12987 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12988
12989 2015-07-29 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12992 parameter into two new parameters, "inf_result" and "gdb_result".
12993 Expect inferior output and gdb output from $inferior_spawn_id and
12994 $gdb_spawn_id, respectively. Adjust all callers.
12995
12996 2015-07-29 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12999 of gdb_test_sequence.
13000
13001 2015-07-29 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13004 (saw_spurious_output): Expect inferior output from
13005 $inferior_spawn_id. Use gdb_test_stdio.
13006
13007 2015-07-29 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.base/dprintf.exp: Use standard_testfile. Change
13010 prepare_for_testing call.
13011 (srcfile): Don't set.
13012 (restart): New procedure.
13013 (test_dprintf): New procecure, use to continue over dprintfs.
13014 (test_call, test_agent): New procedures, tests moved here.
13015 Restart gdb and recreate dprintfs. Adjust expected output.
13016
13017 2015-07-29 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13020
13021 2015-07-29 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13024
13025 2015-07-29 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13028 gdb_test_stdio.
13029
13030 2015-07-29 Pedro Alves <palves@redhat.com>
13031
13032 * lib/gdb.exp (gdb_test_stdio): New procedure.
13033
13034 2015-07-29 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13037
13038 2015-07-29 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.base/call-signal-resume.exp: Remove check for
13041 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13042 * gdb.base/unwindonsignal.exp: Likewise.
13043 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13044 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13045
13046 2015-07-29 Pedro Alves <palves@redhat.com>
13047
13048 * gdb.base/siginfo-addr.c (pass): New function.
13049 (handler): Call it iff si_addr is correct.
13050 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13051 Set a breakpoint at "pass" and continue to it.
13052
13053 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13054
13055 * gdb.python/py-objfile.exp: Make some tests have unique names.
13056 * gdb.python/py-pp-registration.exp: Likewise.
13057
13058 2015-07-28 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13061
13062 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13063
13064 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13065
13066 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13067
13068 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13069
13070 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13071
13072 * gdb.base/gdb-sigterm-2.exp: New test.
13073
13074 2015-07-25 Doug Evans <xdje42@gmail.com>
13075
13076 Revert:
13077 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13078 (workers/%.worker, build-perf): New rule.
13079 (GDB_PERFTEST_MODE): New variable.
13080 (check-perf): Use it.
13081 (clean): Clean up gdb.perf parallel build subdirs.
13082 * lib/build-piece.exp: New file.
13083 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13084 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13085 name.
13086 (standard_temp_file): Ditto.
13087 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13088 of $GDB_PARALLEL.
13089
13090 2015-07-24 Doug Evans <dje@google.com>
13091
13092 * gdb.perf/lib/perftest/utils.py: New file.
13093 * gdb.perf/gm-hello.cc: New file.
13094 * gdb.perf/gm-pervasive-typedef.cc: New file.
13095 * gdb.perf/gm-pervasive-typedef.h: New file.
13096 * gdb.perf/gm-std.cc: New file.
13097 * gdb.perf/gm-std.h: New file.
13098 * gdb.perf/gm-use-cerr.cc: New file.
13099 * gdb.perf/gm-utils.h: New file.
13100 * gdb.perf/gmonster-null-lookup.py: New file.
13101 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13102 * gdb.perf/gmonster-print-cerr.py: New file.
13103 * gdb.perf/gmonster-ptype-string.py: New file.
13104 * gdb.perf/gmonster-runto-main.py: New file.
13105 * gdb.perf/gmonster-select-file.py: New file.
13106 * gdb.perf/gmonster1-null-lookup.exp: New file.
13107 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13108 * gdb.perf/gmonster1-print-cerr.exp: New file.
13109 * gdb.perf/gmonster1-ptype-string.exp: New file.
13110 * gdb.perf/gmonster1-runto-main.exp: New file.
13111 * gdb.perf/gmonster1-select-file.exp: New file.
13112 * gdb.perf/gmonster1.cc: New file.
13113 * gdb.perf/gmonster1.exp: New file.
13114 * gdb.perf/gmonster2-null-lookup.exp: New file.
13115 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13116 * gdb.perf/gmonster2-print-cerr.exp: New file.
13117 * gdb.perf/gmonster2-ptype-string.exp: New file.
13118 * gdb.perf/gmonster2-runto-main.exp: New file.
13119 * gdb.perf/gmonster2-select-file.exp: New file.
13120 * gdb.perf/gmonster2.cc: New file.
13121 * gdb.perf/gmonster2.exp: New file.
13122
13123 2015-07-24 Doug Evans <dje@google.com>
13124
13125 * gdb.perf/README: New file.
13126 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13127 * lib/gen-perf-test.exp: New file.
13128
13129 2015-07-24 Doug Evans <dje@google.com>
13130
13131 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13132 (PerfTest::startup): New function.
13133 (PerfTest::run): Return result of calling body.
13134 (PerfTest::assemble): Rewrite.
13135 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13136 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13137 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13138 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13139 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13140
13141 2015-07-24 Doug Evans <dje@google.com>
13142
13143 * lib/gdb.exp (clean_restart): Make executable optional.
13144
13145 2015-07-24 Doug Evans <dje@google.com>
13146
13147 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13148 compiler_info references.
13149 * gdb.cp/temargs.exp: Ditto.
13150 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13151 (get_compiler_info): Early exit if already computed. Set compiler_info
13152 to "unknown" if there was a problem.
13153 (test_compiler_info): Add function comment. Call get_compiler_info.
13154
13155 2015-07-24 Doug Evans <dje@google.com>
13156
13157 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13158 (workers/%.worker, build-perf): New rule.
13159 (GDB_PERFTEST_MODE): New variable.
13160 (check-perf): Use it.
13161 (clean): Clean up gdb.perf parallel build subdirs.
13162 * lib/build-piece.exp: New file.
13163 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13164 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13165 name.
13166 (standard_temp_file): Ditto.
13167 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13168 of $GDB_PARALLEL.
13169
13170 2015-07-24 Doug Evans <dje@google.com>
13171
13172 * lib/future.exp (gdb_default_target_compile): New option
13173 "early_flags".
13174 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13175 --as-needed.
13176
13177 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13178
13179 * gdb.base/catch-syscall.exp: Call gdb_exit before
13180 gdb_skip_xml_test.
13181
13182 2015-07-24 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.python/py-events.exp: Accept output between the stop event
13185 and the prompt.
13186 * gdb.python/py-evsignal.exp: Likewise.
13187 * gdb.python/py-evthreads.exp: Likewise.
13188
13189 2015-07-24 Pedro Alves <palves@redhat.com>
13190
13191 PR gdb/18717
13192 * gdb.threads/non-ldr-exit.c: New file.
13193 * gdb.threads/non-ldr-exit.exp: New file.
13194
13195 2015-07-24 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13198 restarting process.
13199
13200 2015-07-24 Yao Qi <yao.qi@linaro.org>
13201
13202 * gdb.server/ext-restart.exp: New file.
13203
13204 2015-07-24 Yao Qi <yao.qi@linaro.org>
13205
13206 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13207 argument options.
13208 * gdb.server/ext-wrapper.exp: New file.
13209
13210 2015-07-23 Doug Evans <dje@google.com>
13211
13212 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13213 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13214
13215 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13216
13217 * gdb.ada/var_arr_typedef.exp: New testcase.
13218 * gdb.ada/var_arr_typedef/pack.adb: New file.
13219 * gdb.ada/var_arr_typedef/pack.ads: New file.
13220 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13221
13222 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13223
13224 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13225
13226 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 * gdb.arch/i386-biarch-core.exp: Replace istarget
13229 by "complete set gnutarget". Remove expectation for the "core-file"
13230 command.
13231
13232 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13233
13234 Revert the previous commit:
13235 Tests for validate symbol file using build-id.
13236
13237 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13238
13239 Tests for validate symbol file using build-id.
13240 * gdb.base/solib-mismatch-lib.c: New file.
13241 * gdb.base/solib-mismatch-libmod.c: New file.
13242 * gdb.base/solib-mismatch.c: New file.
13243 * gdb.base/solib-mismatch.exp: New file.
13244
13245 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13246
13247 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13248 nios2-*-linux*.
13249 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13250 * gdb.base/siginfo.exp: Likewise.
13251 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13252
13253 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13254
13255 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13256 Move it to ...
13257 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13258 ... here.
13259 * gdb.trace/range-stepping.exp: Check that the target supports
13260 range stepping.
13261
13262 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13263
13264 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13265
13266 2015-07-14 Pedro Alves <palves@redhat.com>
13267
13268 * gdb.base/killed-outside.exp: New file.
13269 * gdb.base/killed-outside.c: New file.
13270
13271 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13272
13273 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13274 (n at main): New.
13275 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13276
13277 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13278
13279 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13280 infcall tests instead of setting up for KFAIL.
13281
13282 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13283
13284 * gdb.btrace/record_goto-step.exp: New.
13285
13286 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13287
13288 PR compile/18484
13289 * gdb.compile/compile.c (struct struct_type): Add volatile to
13290 selffield's type.
13291 * gdb.compile/compile.exp
13292 (compile code struct_object.selffield = &struct_object): Skip further
13293 struct_object tests if this one xfails.
13294
13295 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13296
13297 PR exp/18617
13298 * gdb.trace/ax.exp: Add test.
13299
13300 2015-07-07 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13303 instead of istarget "aarch64*-*-*".
13304 * gdb.arch/aarch64-fp.exp: Likewise.
13305 * gdb.base/float.exp: Likewise.
13306 * gdb.reverse/aarch64.exp: Likewise.
13307 * lib/gdb.exp (is_aarch64_target): New proc.
13308
13309 2015-07-07 Yao Qi <yao.qi@linaro.org>
13310
13311 * lib/gdb.exp (is_aarch32_target): New proc.
13312 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13313 instead of "istarget "arm*-*-*"".
13314 * gdb.arch/arm-disp-step.exp: Likewise.
13315 * gdb.arch/thumb-bx-pc.exp: Likewise.
13316 * gdb.arch/thumb-prologue.exp: Likewise.
13317 * gdb.arch/thumb-singlestep.exp: Likewise.
13318 * gdb.base/disp-step-syscall.exp: Likewise.
13319 * gdb.base/float.exp: Likewise.
13320
13321 2015-07-07 Yao Qi <yao.qi@linaro.org>
13322
13323 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13324 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13325
13326 2015-07-07 Yao Qi <yao.qi@linaro.org>
13327
13328 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13329 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13330 if it exists.
13331 * gdb.multi/multi-arch.exp: Likewise.
13332
13333 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13334
13335 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13336 print.
13337
13338 2015-07-07 Yao Qi <yao.qi@linaro.org>
13339
13340 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13341
13342 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13343
13344 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13345 '[' and ']' characters.
13346
13347 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13348
13349 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13350
13351 2015-06-29 Pedro Alves <palves@redhat.com>
13352
13353 PR threads/18127
13354 * gdb.threads/hand-call-new-thread.c: New file.
13355 * gdb.threads/hand-call-new-thread.c: New file.
13356
13357 2015-06-26 Keith Seitz <keiths@redhat.com>
13358 Doug Evans <dje@google.com>
13359
13360 PR 16253
13361 * gdb.cp/var-tag-2.cc: New file.
13362 * gdb.cp/var-tag-3.cc: New file.
13363 * gdb.cp/var-tag-4.cc: New file.
13364 * gdb.cp/var-tag.cc: New file.
13365 * gdb.cp/var-tag.exp: New file.
13366
13367 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13368
13369 * gdb.base/history-duplicates.exp: New test.
13370
13371 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13372
13373 * gdb.base/completion.exp: Test the completion of the "focus"
13374 command.
13375
13376 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13377
13378 * gdb.arch/amd64-prologue-skip.S: New file.
13379 * gdb.arch/amd64-prologue-skip.exp: New file.
13380
13381 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13382
13383 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13384 is_address_zero_readable check.
13385
13386 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13387
13388 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13389 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13390
13391 2015-06-24 Yao Qi <yao.qi@linaro.org>
13392
13393 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13394 linux targets.
13395
13396 2015-06-24 Yao Qi <yao.qi@linaro.org>
13397
13398 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13399 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13400 * gdb.base/siginfo-thread.exp: Likewise.
13401
13402 2015-06-22 Yao Qi <yao.qi@linaro.org>
13403
13404 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13405
13406 2015-06-22 Yao Qi <yao.qi@linaro.org>
13407
13408 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13409 aarch64*-*-*.
13410 (skip_hw_watchpoint_tests): Likewise.
13411
13412 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13413
13414 * gdb.base/gdbinit-history.exp: Test the interaction between
13415 setting GDBHISTSIZE and setting the history size via .gdbinit.
13416
13417 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13418
13419 PR gdb/16999
13420 * gdb.base/gdbhistsize-history.exp: New test.
13421
13422 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13423
13424 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13425 with GDBHISTSIZE.
13426 * gdb.base/readline.exp: Likewise.
13427
13428 2015-06-17 Yao Qi <yao.qi@linaro.org>
13429
13430 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13431 line.
13432
13433 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13434
13435 * gdb.base/gdbinit-history.exp: Add test case to check that
13436 an unlimited history file does not get truncated on exit.
13437
13438 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13439
13440 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13441 (VECTOR): New macro. Use it...
13442 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13443 ...for these typedefs.
13444 (int8, char1, int1, double1): New typedefs.
13445 (struct just_int2, struct two_int2): New structures.
13446 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13447 (add_structvecs, add_singlevecs): New functions.
13448 (main): Call add_some_intvecs twice.
13449 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13450 the compile and exit upon failure. Try compiling for the "native"
13451 architecture. Test inferior function calls with vector arguments
13452 and vector return value handling with "finish" and "return".
13453
13454 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13455
13456 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13457 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13458 PE file.
13459 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13460
13461 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13462
13463 PR breakpoints/16465
13464 * gdb.mi/mi-dprintf-pending.c: New file.
13465 * gdb.mi/mi-dprintf-pending.exp: New test.
13466 * gdb.mi/mi-dprintf-pendshr.c: New file.
13467
13468 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13469 Mircea Gherzan <mircea.gherzan@intel.com>
13470
13471 * gdb.arch/i386-mpx-map.c: New file.
13472 * gdb.arch/i386-mpx-map.exp: New File.
13473
13474 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13475
13476 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13477 * gdb.arch/i386-mpx.exp: Indentation fixed.
13478
13479 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13480
13481 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13482 function and improved indentation.
13483 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13484 gdb_test_multiple. Added additional tests to skip the test.
13485
13486 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13487
13488 * gdb.arch/i386-avx512.c: Change path in include file.
13489 * gdb.arch/i386-avx512.exp: Change include dir path
13490 compilation flag.
13491 * gdb.arch/i386-mpx.c: Change path in include file.
13492 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13493 flag.
13494
13495 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13496
13497 * gdb.compile/compile-print.exp (compile print *vararray@3)
13498 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13499
13500 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13503 (do not keep jit in memory): ... this.
13504 (expect 5): Change it to ...
13505 (expect no 5): ... this.
13506
13507 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13508
13509 PR gdb/15564
13510 * gdb.mi/mi-detach.exp: New file.
13511
13512 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13513
13514 PR symtab/18392
13515 * gdb.arch/amd64-tailcall-self.S: New file.
13516 * gdb.arch/amd64-tailcall-self.c: New file.
13517 * gdb.arch/amd64-tailcall-self.exp: New file.
13518
13519 2015-05-28 Don Breazeal <donb@codesourcery.com>
13520
13521 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13522 tests for remote targets by checking is_target_gdbserver.
13523
13524 2015-05-27 Doug Evans <dje@google.com>
13525
13526 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13527 * gdb.dwarf2/opaque-type-lookup.c: New file.
13528 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13529
13530 2015-05-26 Doug Evans <dje@google.com>
13531
13532 * gdb.cp/iostream.cc: New file.
13533 * gdb.cp/iostream.exp: New file.
13534
13535 2015-05-26 Doug Evans <dje@google.com>
13536
13537 * gdb.dwarf2/dw2-op-call.exp: Update.
13538 * gdb.dwarf2/dw4-sig-types.exp: Update.
13539 * gdb.dwarf2/implptr.exp: Update.
13540 * gdb.mi/mi-cmd-param-changed.exp: Update.
13541
13542 2015-05-26 Doug Evans <dje@google.com>
13543
13544 * gdb.python/py-lazy-string.c: New file.
13545 * gdb.python/py-lazy-string.exp: New file.
13546 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13547 (main): Update. Add estring3.
13548 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13549 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13550
13551 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13552 Yao Qi <yao.qi@linaro.org>
13553
13554 * gdb.reverse/aarch64.c: New.
13555 * gdb.reverse/aarch64.exp: New.
13556
13557 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13558
13559 * lib/gdb.exp (supports_process_record): Return true for
13560 aarch64*-linux*.
13561 (supports_reverse): Likewise.
13562
13563 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13564
13565 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13566 Use with_test_prefix.
13567
13568 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13569
13570 * gdb.base/completion.exp: Add test for completion of layout
13571 names.
13572
13573 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13574
13575 * lib/gdb.exp (skip_tui_tests): New proc.
13576 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13577
13578 2015-05-19 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13581 Save the whole env array instead of just HOME. Unset HISTSIZE in
13582 the environment while testing. Restore whole environment
13583 afterwards.
13584
13585 2015-05-16 Doug Evans <xdje42@gmail.com>
13586
13587 * gdb.guile/scm-ports.c: New file.
13588 * gdb.guile/scm-ports.exp: Add memory port tests.
13589
13590 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13591
13592 * gdb.compile/compile-print.c: New file.
13593 * gdb.compile/compile-print.exp: New file.
13594
13595 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13596
13597 * gdb.compile/compile-ops.exp: Cast param to void.
13598 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13599 (compile code struct_object.selffield = &struct_object): Add xfail.
13600
13601 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13602
13603 * gdb.ada/arr_enum_with_gap: New testcase.
13604
13605 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13606
13607 * gdb.ada/byte_packed_arr: New testcase.
13608
13609 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13610
13611 * gdb.ada/pckd_neg: New testcase.
13612
13613 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13614
13615 PR gdb/17820
13616 * gdb.base/gdbinit-history.exp: New test.
13617 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13618 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13619
13620 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13621
13622 * gdb.python/py-xmethods.cc: Enhance test case.
13623 * gdb.python/py-xmethods.exp: New tests.
13624 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13625 function.
13626 (B_indexoper): Likewise.
13627 (global_dm_list) : Add new xmethod worker functions.
13628
13629 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13630
13631 * gdb.base/coredump-filter.exp: Correctly unset
13632 "coredump_var_addr" array.
13633
13634 2015-05-08 Pedro Alves <palves@redhat.com>
13635
13636 * gdb.server/non-existing-program.exp: Unset spawn_id.
13637
13638 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13639
13640 PR python/18291
13641 * gdb.python/py-xmethods.exp: Add tests.
13642
13643 2015-05-08 Yao Qi <yao.qi@linaro.org>
13644
13645 PR gdb/18208
13646 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13647 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13648 function set_coredump_filter, and remove remote_exec call.
13649 Remove argument ipid. Callers update.
13650 (top level): Don't get inferior's PID.
13651
13652 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13653
13654 * gdb.base/watch_thread_num.exp: Skip test on targets without
13655 access watchpoints.
13656
13657 2015-05-06 Pedro Alves <palves@redhat.com>
13658
13659 PR server/18081
13660 * gdb.server/non-existing-program.exp: New file.
13661
13662 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13663
13664 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13665
13666 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13667
13668 * gdb.ada/out_of_line_in_inlined: New testcase.
13669
13670 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.ada/var_rec_arr: New testcase.
13673
13674 2015-04-30 Yao Qi <yao.qi@linaro.org>
13675
13676 * gdb.base/break-idempotent.exp: If
13677 skip_hw_watchpoint_multi_tests returns true, skip the tests
13678 on "rwatch" and "awatch".
13679
13680 2015-04-30 Yao Qi <yao.qi@linaro.org>
13681
13682 * gdb.base/relativedebug.exp: Invoke gdb command
13683 "info sharedlibrary", and if libc.so doesn't have debug info,
13684 skip the test.
13685
13686 2015-04-29 Doug Evans <dje@google.com>
13687
13688 * gdb.python/py-xmethods.exp: Add ptype tests.
13689 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13690 get_result_type method.
13691
13692 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13693
13694 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13695 the target does not support hardware watchpoints.
13696
13697 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13698
13699 * gdb.base/break-always.exp: Abort testing if writing to memory
13700 causes an error.
13701
13702 2015-04-28 Doug Evans <dje@google.com>
13703
13704 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13705 * gdb.python/py-pp-registration.exp: ... here. New file.
13706 * gdb.python/py-pp-registration.c: New file.
13707 * gdb.python/py-pp-registration.py: New file.
13708
13709 2015-04-28 Doug Evans <dje@google.com>
13710
13711 * gdb.python/py-bad-printers.c: New file.
13712 * gdb.python/py-bad-printers.py: New file.
13713 * gdb.python/py-bad-printers.exp: New file.
13714
13715 2015-04-28 Sasha Smundak <asmundak@google.com>
13716
13717 * gdb.python/py-type.exp: New test.
13718
13719 2015-04-28 Andy Wingo <wingo@igalia.com>
13720
13721 * gdb.python/py-parameter.exp:
13722 * gdb.guile/scm-parameter.exp: Escape the path that we are
13723 matching against, as it might contain characters that are special
13724 to regular expressions.
13725
13726 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13727
13728 * gdb.ada/rec_comp: New testcase.
13729
13730 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13731
13732 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13733 before using it.
13734
13735 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13736
13737 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13738 new tests for verilog output.
13739
13740 2015-04-24 Yao Qi <yao.qi@linaro.org>
13741
13742 * boards/remote-gdbserver-on-localhost.exp: New file.
13743
13744 2015-04-23 Pedro Alves <palves@redhat.com>
13745
13746 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13747 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13748 "end of file", remove $inferior_spawn_id from the indirect list.
13749
13750 2015-04-23 Pedro Alves <palves@redhat.com>
13751
13752 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13753
13754 2015-04-23 Pedro Alves <palves@redhat.com>
13755
13756 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13757 on $any_spawn_id instead of only on $gdb_spawn_id.
13758
13759 2015-04-21 Pierre Muller <muller@sourceware.org>
13760
13761 PR pascal/17815
13762 * lib/pascal.exp (gpc_compile): Add new option "class".
13763 (fpc_compile): Likewise.
13764 * gdb.pascal/case-insensitive-symbols.pas: New file.
13765 * gdb.pascal/case-insensitive-symbols.exp: New file.
13766
13767 2015-04-20 Gary Benson <gbenson@redhat.com>
13768
13769 * gdb.base/attach.exp: Fix three extended remote failures.
13770
13771 2015-04-17 Gary Benson <gbenson@redhat.com>
13772
13773 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13774 the main executable over the remote protocol.
13775
13776 2015-04-16 Pedro Alves <palves@redhat.com>
13777
13778 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13779 a new gdbserver if gdbserver_reconnect_p is set.
13780
13781 2015-04-16 Pedro Alves <palves@redhat.com>
13782
13783 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13784 is set, don't exit gdbserver.
13785
13786 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13787
13788 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13789 appropriate .insn, such that an older assembler can be used.
13790 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13791 the z/Architecture instruction set on 31-bit targets as well.
13792
13793 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13794
13795 * gdb.go/handcall.exp: Remove all logic related to the first
13796 breakpoint and rely on go_runto_main instead.
13797 * gdb.go/strings.exp: Likewise.
13798 * gdb.go/unsafe.exp: Likewise.
13799 * gdb.go/hello.exp: Likewise. Also rename the remaining
13800 breakpoint marker to "breakpoint 1".
13801 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13802 * gdb.go/strings.go: Likewise.
13803 * gdb.go/unsafe.go: Likewise.
13804 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13805 "set breakpoint 2 here" and rename the remaining breakpoint marker
13806 to "breakpoint 1".
13807
13808 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13809
13810 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13811 if itertools.imap is not present.
13812 * gdb.python/py-objfile.exp: Add parentheses.
13813 * gdb.python/py-type.exp: Same.
13814 * gdb.python/py-unwind-maint.py: Same.
13815
13816 2015-04-15 Yao Qi <yao.qi@linaro.org>
13817
13818 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13819 of ":$ptr_size" and set its form explicitly.
13820
13821 2015-04-15 Pedro Alves <palves@redhat.com>
13822 Yao Qi <yao.qi@linaro.org>
13823
13824 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13825 timeout by factor of 4.
13826 (test_regular_watch): Likewise.
13827 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13828 * gdb.reverse/sigall-reverse.exp: Likewise.
13829 * gdb.reverse/until-precsave.exp: Likewise.
13830 * lib/gdb.exp (with_timeout_factor): New proc.
13831 (gdb_expect): Move some code to ...
13832 (get_largest_timeout): ... here. New procedure.
13833
13834 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13835
13836 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13837
13838 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13839
13840 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13841 to write to the .text section.
13842
13843 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13844
13845 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13846 Handle the case of targets that do not provide PID information.
13847
13848 2015-04-13 Yao Qi <yao.qi@linaro.org>
13849
13850 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13851 and use expect instead of gdb_expect.
13852
13853 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13854
13855 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13856 "coredump_var_addr" to avoid naming conflict with other testcases.
13857
13858 2015-04-10 Pedro Alves <palves@redhat.com>
13859
13860 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13861 gdb_test_sequence and gdb_assert.
13862
13863 2015-04-10 Pedro Alves <palves@redhat.com>
13864
13865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13866 test messages that don't include the breakpoint address.
13867
13868 2015-04-10 Yao Qi <yao.qi@linaro.org>
13869
13870 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13871 false for some offset and width combinations which aren't
13872 supported by linux kernel.
13873
13874 2015-04-10 Pedro Alves <palves@redhat.com>
13875
13876 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13877 procedure, factored out from ...
13878 (top level): ... here. Add "set displaced-stepping" testing axis.
13879 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13880 parameter "displaced". Use it.
13881 (top level): Use foreach and add "set displaced-stepping" testing
13882 axis.
13883
13884 2015-04-10 Pedro Alves <palves@redhat.com>
13885
13886 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13887 Remove comment.
13888 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13889 both the address of the instruction that triggers the watchpoint
13890 and the address of the instruction immediately after, and use
13891 those addresses for the test. Fix comment.
13892
13893 2015-04-10 Pedro Alves <palves@redhat.com>
13894
13895 * gdb.base/sigstep.exp (breakpoint_to_handler)
13896 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13897 Test "backtrace" in handler.
13898 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13899 (top level): Add new "displaced" test axis to
13900 breakpoint_to_handler, breakpoint_to_handler_entry and
13901 breakpoint_over_handler.
13902
13903 2015-04-10 Pedro Alves <palves@redhat.com>
13904
13905 PR gdb/18216
13906 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13907
13908 2015-04-10 Yao Qi <yao.qi@linaro.org>
13909
13910 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13911 (test_add_rn_pc): New function.
13912 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13913 (top level): Invoke test_add_rn_pc.
13914
13915 2015-04-10 Pedro Alves <palves@redhat.com>
13916
13917 PR gdb/13858
13918 * gdb.base/step-over-no-symbols.exp: New file.
13919
13920 2015-04-09 Andy Wingo <wingo@igalia.com>
13921
13922 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13923 after the Python tests.
13924
13925 2015-04-08 Keith Seitz <keiths@redhat.com>
13926
13927 PR python/16699
13928 * gdb.python/py-completion.exp: New tests for completion.
13929 * gdb.python/py-completion.py (CompleteLimit1): New class.
13930 (CompleteLimit2): Likewise.
13931 (CompleteLimit3): Likewise.
13932 (CompleteLimit4): Likewise.
13933 (CompleteLimit5): Likewise.
13934 (CompleteLimit6): Likewise.
13935 (CompleteLimit7): Likewise.
13936
13937 2015-04-08 Pedro Alves <palves@redhat.com>
13938
13939 PR gdb/18214
13940 PR gdb/18216
13941 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13942 function.
13943 (main): Install it as SIGUSR1 handler.
13944 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13945 parameter. Always use "setup" as prefix. Toggle "set
13946 displaced-stepping" off/on depending on global. Don't switch to
13947 thread 1 here.
13948 (top level): Add displaced stepping "off/on" test axis. Update
13949 "setup" calls. Wrap each subtest with with_test_prefix. Test
13950 continuing with a queued signal in each thread.
13951
13952 2015-04-08 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13955 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13956 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13957 Return early if running to main fails.
13958 * gdb.trace/while-stepping.exp: Likewise.
13959
13960 2015-04-07 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13963 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13964 interact with inferior program.
13965
13966 2015-04-07 Pedro Alves <palves@redhat.com>
13967
13968 * lib/gdb.exp (inferior_spawn_id): New global.
13969 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13970 spawn id after processing the user code.
13971 (default_gdb_start): Set inferior_spawn_id.
13972 (send_inferior): New procedure.
13973 * lib/gdbserver-support.exp (gdbserver_start): Set
13974 inferior_spawn_id.
13975 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13976
13977 2015-04-07 Pedro Alves <palves@redhat.com>
13978
13979 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13980 * lib/gdbserver-support.exp (gdbserver_start): Make
13981 $server_spawn_id global.
13982 (gdbserver_start): Don't wait for gdbserver's spawn id with
13983 expect_background.
13984 (close_gdbserver): New procedure.
13985 (gdb_exit): Rename the default version and reimplement.
13986
13987 2015-04-07 Pedro Alves <palves@redhat.com>
13988
13989 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13990 append the substituted item, not the original item.
13991
13992 2015-04-07 Pedro Alves <palves@redhat.com>
13993
13994 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13995 gdb_expect.
13996
13997 2015-04-07 Pedro Alves <palves@redhat.com>
13998
13999 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14000 output appearing once only.
14001
14002 2015-04-07 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14005 that doesn't expect anything. Return early if running to main
14006 fails.
14007
14008 2015-04-07 Yao Qi <yao.qi@linaro.org>
14009
14010 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14011 (child_function): Call alarm.
14012 (main): Move call to alarm into the loop.
14013 * gdb.threads/non-stop-fair-events.exp: Build program with
14014 -DTIMEOUT=$timeout.
14015
14016 2015-04-06 Doug Evans <xdje42@gmail.com>
14017
14018 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14019 Fix dest parameter to board_info.
14020 (fpc_compile): Ditto.
14021 (gdb_compile_pascal): Rename dest arg to destfile.
14022
14023 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14024
14025 * gdb.ada/funcall_ref.exp: New file.
14026 * gdb.ada/funcall_ref/foo.adb: New file.
14027
14028 2015-04-02 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14031 is remote.
14032
14033 2015-04-02 Gary Benson <gbenson@redhat.com>
14034
14035 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14036
14037 2015-04-01 Sasha Smundak <asmundak@google.com>
14038
14039 * gdb.python/py-unwind-maint.c: New file.
14040 * gdb.python/py-unwind-maint.exp: New test.
14041 * gdb.python/py-unwind-maint.py: New file.
14042 * gdb.python/py-unwind.c: New file.
14043 * gdb.python/py-unwind.exp: New test.
14044 * gdb.python/py-unwind.py: New test.
14045
14046 2015-04-01 Pedro Alves <palves@redhat.com>
14047
14048 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14049 to fail instead of non-existent $test.
14050
14051 2015-04-01 Pedro Alves <palves@redhat.com>
14052
14053 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14054 GDBFLAGS if not empty.
14055
14056 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14057
14058 * gdb.ada/complete.exp: Remove "multi_line".
14059 * gdb.ada/info_exc.exp: Remove "multi_line".
14060 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14061 * gdb.ada/ptype_field.exp: Remove "multi_line".
14062 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14063 * gdb.ada/tagged.exp: Remove "multi_line".
14064 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14065 [multi_line ...]
14066 * gdb.btrace/delta.exp: Likewise.
14067 * gdb.btrace/exception.exp: Likewise.
14068 * gdb.btrace/function_call_history.exp: Likewise.
14069 * gdb.btrace/instruction_history.exp: Likewise.
14070 * gdb.btrace/nohist.exp: Likewise.
14071 * gdb.btrace/record_goto.exp: Likewise.
14072 * gdb.btrace/segv.exp: Likewise.
14073 * gdb.btrace/stepi.exp: Likewise.
14074 * gdb.btrace/tailcall.exp: Likewise.
14075 * gdb.btrace/unknown_functions.exp: Likewise.
14076 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14077 * lib/gdb.exp: Add the "multi_line" helper.
14078
14079 2015-04-01 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.threads/tid-reuse.c: New file.
14082 * gdb.threads/tid-reuse.exp: New file.
14083
14084 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14085
14086 PR corefiles/16092
14087 * gdb.base/coredump-filter.c: New file.
14088 * gdb.base/coredump-filter.exp: Likewise.
14089
14090 2015-03-27 Petr Machata <pmachata@redhat.com>
14091
14092 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14093 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14094 (Dwarf::assemble): Initialize them.
14095 (Dwarf::lines): New function.
14096
14097 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14098
14099 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14100 SYMBOL_PREFIX for x86_64-*-cygwin.
14101
14102 2015-03-26 Andy Wingo <wingo@igalia.com>
14103
14104 PR symtab/18148
14105 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14106 const_value but not a location.
14107 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14108 location defined in non-main CUs are visible.
14109
14110 2015-03-26 Yao Qi <yao.qi@linaro.org>
14111
14112 PR testsuite/18139
14113 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14114 Add a line number entry for the same line.
14115 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14116 Add a line number entry for the same line.
14117
14118 2015-03-26 Yao Qi <yao.qi@linaro.org>
14119
14120 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14121 .int 0.
14122 (func): Likewise. Add .Lfunc_1 label.
14123 Use .Lfunc_1 label.
14124 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14125 .int 0.
14126 (func): Likewise.
14127 Use .Lfunc_1 label.
14128
14129 2015-03-26 Yao Qi <yao.qi@linaro.org>
14130
14131 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14132 Call gdb_compile instead to compile each .s files without debug
14133 information.
14134
14135 2015-03-26 Yao Qi <yao.qi@linaro.org>
14136
14137 * gdb.base/savedregs.exp (process_saved_regs): Make
14138 "Saved registers:" optional in the pattern.
14139
14140 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14141
14142 * gdb.btrace/next.exp: Merged into step.exp.
14143 * gdb.btrace/finish.exp: Merged into step.exp.
14144 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14145 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14146 "record goto" and checking the exact replay position.
14147 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14148 check for "Recording format" in "info record" output.
14149 * gdb.btrace/record_goto.exp: Choose test file based on target.
14150 * gdb.btrace/x86-record_goto.S: Renamed into ...
14151 * gdb.btrace/x86_64-record_goto.S: ... this.
14152 * gdb.btrace/i686-record_goto.S: New.
14153 * gdb.btrace/x86-tailcall.S: Renamed into ...
14154 * gdb.btrace/x86_64-tailcall.S: ... this.
14155 * gdb.btrace/i686-tailcall.S: New.
14156 * gdb.btrace/x86-tailcall.c: Renamed into ...
14157 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14158 separate statements. Update test.
14159 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14160 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14161 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14162 * gdb.btrace/tailcall.exp: Choose test file based on target.
14163 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14164
14165 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14166
14167 * gdb.btrace/exception.exp: Increase BTS buffer size.
14168
14169 2015-03-24 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14172
14173 2015-03-24 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.threads/schedlock.exp (test_step): No longer expect that
14176 "set scheduler-locking step" with "next" over a function call runs
14177 threads unlocked.
14178
14179 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14180
14181 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14182
14183 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14184
14185 PR breakpoints/16466
14186 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14187 * gdb.mi/mi-pending.c (thread_func): New function.
14188 (int main): Add threading support required.
14189 * gdb.mi/mi-pending.exp: Add tests for this issue.
14190 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14191 (pendfunc2): Remove stdio dependency.
14192 * gdb.mi/mi-pendshr2.c: New file.
14193
14194 2015-03-23 Keith Seitz <keiths@redhat.com>
14195
14196 * gdb.linespec/keywords.c: New file.
14197 * gdb.linespec/keywords.exp: New file.
14198
14199 2015-03-23 Keith Seitz <keiths@redhat.com>
14200
14201 PR gdb/18021
14202 * gdb.dwarf2/staticvirtual.exp: New test.
14203
14204 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14205
14206 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14207 * README: Remove HP-UX and gdb.hp.
14208 (configuration):
14209 * configure: Regenerate.
14210 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14211 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14212 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14213 gdb.hp/gdb.defects/Makefile.
14214 * gdb.hp/Makefile.in: File deleted.
14215 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14216 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14217 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14218 * gdb.hp/gdb.aCC/run.c: File deleted.
14219 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14220 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14221 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14222 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14223 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14224 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14225 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14226 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14227 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14228 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14229 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14230 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14231 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14232 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14233 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14234 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14235 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14236 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14237 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14238 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14239 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14240 * gdb.hp/gdb.compat/average.c: File deleted.
14241 * gdb.hp/gdb.compat/sum.c: File deleted.
14242 * gdb.hp/gdb.compat/xdb.c: File deleted.
14243 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14244 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14245 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14246 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14247 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14248 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14249 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14250 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14251 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14252 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14253 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14254 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14255 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14256 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14257 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14258 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14259 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14260 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14261 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14262 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14263 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14264 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14265 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14266 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14267 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14268 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14269 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14270 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14271 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14272 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14273 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14274 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14275 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14276 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14277 * gdb.hp/tools/odump: File deleted.
14278
14279 2015-03-19 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14282 (saw_thread_3): New globals.
14283 (top level): Increment them when an event for the corresponding
14284 thread is seen.
14285 (no thread starvation): New test.
14286
14287 2015-03-19 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.threads/continue-pending-status.c: New file.
14290 * gdb.threads/continue-pending-status.exp: New file.
14291
14292 2015-03-18 Pedro Alves <palves@redhat.com>
14293
14294 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14295 Use gdb_is_target_remote instead of is_remote. Use
14296 gdb_test_multiple instead of gdb_expect. Exit early if
14297 gdb_test_multiple hits its internal matches. Tighten stepi tests
14298 expected output. Fail on exit with any signal, instead of just
14299 SIGILL.
14300
14301 2015-03-18 Yao Qi <yao.qi@linaro.org>
14302
14303 PR tdep/18107
14304 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14305 variable.
14306 * gdb.base/catch-syscall.exp: Don't skip it on
14307 aarch64*-*-linux* target. Remove elements in all_syscalls.
14308 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14309 target.
14310 (setup_all_syscalls): New proc.
14311
14312 2015-03-16 Yao Qi <yao.qi@linaro.org>
14313
14314 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14315 (top level): Skip tests if valid_addr_p returns false for
14316 $cmd1 or $cmd2.
14317
14318 2015-03-11 Andy Wingo <wingo@igalia.com>
14319
14320 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14321
14322 2015-03-11 Yao Qi <yao.qi@linaro.org>
14323
14324 * gdb.base/catch-syscall.exp: Fix typo in comments.
14325
14326 2015-03-11 Yao Qi <yao.qi@linaro.org>
14327
14328 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14329
14330 2015-03-09 Pedro Alves <palves@redhat.com>
14331
14332 * dg-extract-results.py: Delete.
14333
14334 2015-03-09 Pedro Alves <palves@redhat.com>
14335
14336 Merge dg-extract-results.sh from GCC upstream (r218843).
14337
14338 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14339 * dg-extract-results.sh: Use --text with grep to avoid issues with
14340 binary files. Fall back to cat -v, if that doesn't work.
14341
14342 2015-03-05 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14345
14346 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14347
14348 * lib/mi-support.exp (mi_expect_interrupt): Accept
14349 alternative event for when in all-stop mode.
14350
14351 2015-03-04 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14354
14355 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14356
14357 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14358
14359 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14360
14361 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14362 regexps for GDB's current line display, accept a hex address
14363 preceding the line number.
14364
14365 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14366
14367 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14368 the 'arch1' variable for "s390*-linux*" targets.
14369
14370 2015-03-04 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14373 (main): Pass missing retval argument to pthread_join call.
14374
14375 2015-03-02 Pedro Alves <palves@redhat.com>
14376
14377 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14378 (top level): Call do_test with non-stop as well.
14379
14380 2015-03-02 Pedro Alves <palves@redhat.com>
14381
14382 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14383 -1.
14384
14385 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14386
14387 * gdb.arch/s390-vregs.exp: New test.
14388 * gdb.arch/s390-vregs.S: New file.
14389
14390 2015-02-27 Pedro Alves <palves@redhat.com>
14391
14392 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14393 call to catch_command_errors.
14394 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14395 catch_command_errors.
14396
14397 2015-02-27 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14400 "true" for boolean result.
14401 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14402 prototype of main.
14403
14404 2015-02-27 Pedro Alves <palves@redhat.com>
14405
14406 * lib/unbuffer_output.c: New file.
14407 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14408 (main): Call gdb_unbuffer_output.
14409
14410 2015-02-27 Yao Qi <yao.qi@linaro.org>
14411
14412 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14413 target.
14414
14415 2015-02-26 Doug Evans <dje@google.com>
14416
14417 * gdb.cp/class2.cc (Dbase, D): New classes.
14418 (main): New local delta.
14419 * gdb.cp/class2.exp: Test printing delta.
14420 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14421 (dynbar): New global.
14422 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14423
14424 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14425
14426 * gdb.compile/compile-ifunc.c: New file.
14427 * gdb.compile/compile-ifunc.exp: New file.
14428
14429 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14430
14431 * gdb.base/structs.exp: Check for correct struct on finish.
14432
14433 2015-02-26 Yao Qi <yao.qi@linaro.org>
14434
14435 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14436 is zero.
14437
14438 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14439
14440 * gdb.arch/cordic.ko.bz2: New file.
14441 * gdb.arch/cordic.ko.debug.bz2: New file.
14442 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14443
14444 2015-02-25 Yao Qi <yao.qi@linaro.org>
14445
14446 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14447 aarch64*-*-* target.
14448
14449 2015-02-23 Pedro Alves <palves@redhat.com>
14450
14451 * lib/gdb.exp (delete_breakpoints): Rewrite using
14452 gdb_test_multiple.
14453
14454 2015-02-23 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/info-os.c: Include stdlib.h.
14457
14458 2015-02-22 Doug Evans <xdje42@gmail.com>
14459
14460 PR symtab/17855
14461 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14462 is read after symbols have been re-read.
14463 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14464 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14465
14466 2015-02-21 Doug Evans <dje@google.com>
14467
14468 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14469
14470 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14471
14472 PR corefiles/17808
14473 * gdb.arch/i386-biarch-core.core.bz2: New file.
14474 * gdb.arch/i386-biarch-core.exp: New file.
14475
14476 2015-02-21 Pedro Alves <palves@redhat.com>
14477
14478 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14479 runto_main fails.
14480
14481 2015-02-20 Pedro Alves <palves@redhat.com>
14482
14483 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14484 info probes.
14485
14486 2015-02-20 Pedro Alves <palves@redhat.com>
14487
14488 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14489
14490 2015-02-20 Pedro Alves <palves@redhat.com>
14491
14492 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14493 clean_restart before gdb_target_supports_trace.
14494
14495 2015-02-20 Pedro Alves <palves@redhat.com>
14496
14497 PR threads/18006
14498 * gdb.threads/clone-thread_db.c: New file.
14499 * gdb.threads/clone-thread_db.exp: New file.
14500
14501 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14502
14503 PR breakpoints/16812
14504 * gdb.base/catch-gdb-caused-signals.c: New file.
14505 * gdb.base/catch-gdb-caused-signals.exp: New file.
14506
14507 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14508
14509 * configure: Regenerated.
14510 * configure.ac: Use GDB_AC_TRANSFORM.
14511 * aclocal.m4: sinclude ../transform.m4.
14512
14513 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14514
14515 * lib/dtrace.exp: New file.
14516 * gdb.base/dtrace-probe.exp: Likewise.
14517 * gdb.base/dtrace-probe.d: Likewise.
14518 * gdb.base/dtrace-probe.c: Likewise.
14519 * lib/pdtrace.in: Likewise.
14520 * configure.ac: Output variables with the transformed names of
14521 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14522 * configure: Regenerated.
14523
14524 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14525
14526 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14527 expected message when trying to access $_probe_* convenience
14528 variables while not on a probe.
14529
14530 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14531
14532 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14533
14534 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14535
14536 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14537 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14538
14539 2015-02-10 Doug Evans <xdje42@gmail.com>
14540
14541 * lib/gdb.exp (gdb_load): Always return a result.
14542
14543 2015-02-10 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.threads/signal-sigtrap.c: New file.
14546 * gdb.threads/signal-sigtrap.exp: New file.
14547
14548 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14549
14550 * gdb.trace/no-attach-trace.c: New file.
14551 * gdb.trace/no-attach-trace.exp: New file.
14552
14553 2015-02-09 Mark Wielaard <mjw@redhat.com>
14554
14555 * gdb.dwarf2/atomic.c: New file.
14556 * gdb.dwarf2/atomic-type.exp: Likewise.
14557
14558 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14559
14560 * gdb.btrace/buffer-size.exp: Update "info record" output.
14561 * gdb.btrace/delta.exp: Update "info record" output.
14562 * gdb.btrace/enable.exp: Update "info record" output.
14563 * gdb.btrace/finish.exp: Update "info record" output.
14564 * gdb.btrace/instruction_history.exp: Update "info record" output.
14565 * gdb.btrace/next.exp: Update "info record" output.
14566 * gdb.btrace/nexti.exp: Update "info record" output.
14567 * gdb.btrace/step.exp: Update "info record" output.
14568 * gdb.btrace/stepi.exp: Update "info record" output.
14569 * gdb.btrace/nohist.exp: Update "info record" output.
14570
14571 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14572
14573 * gdb.btrace/buffer-size: New.
14574
14575 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14576
14577 * gdb.btrace/delta.exp: Update "info record" output.
14578 * gdb.btrace/enable.exp: Update "info record" output.
14579 * gdb.btrace/finish.exp: Update "info record" output.
14580 * gdb.btrace/instruction_history.exp: Update "info record" output.
14581 * gdb.btrace/next.exp: Update "info record" output.
14582 * gdb.btrace/nexti.exp: Update "info record" output.
14583 * gdb.btrace/step.exp: Update "info record" output.
14584 * gdb.btrace/stepi.exp: Update "info record" output.
14585 * gdb.btrace/nohist.exp: Update "info record" output.
14586
14587 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14588
14589 PR gdb/15678
14590 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14591
14592 2015-02-06 Pedro Alves <palves@redhat.com>
14593
14594 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14595 macro.
14596 (seconds_left, again): New globals.
14597 (main): Wait seconds_left in a 1-second sleep loop instead of
14598 sleeping 180 seconds. If 'again' is set, reset the seconds
14599 counter.
14600 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14601 'again' in the inferior before detaching. Print the seconds left.
14602 (options): New global.
14603 (top level): Build program with -DTIMEOUT=$timeout.
14604
14605 2015-02-06 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14608 determine how many seconds to pass to 'alarm'.
14609 * gdb.base/gdb-sigterm.exp (top level): Build program with
14610 -DTIMEOUT=$timeout.
14611 (do_test): Return success/failure indication. Add more verbose
14612 logging. Don't fail if 200 single steps are seen. Instead, fail
14613 when the test times out.
14614 (passes): New global.
14615 (top level): Break the testing loop if testing fails on any
14616 iteration. Use gdb_assert.
14617
14618 2015-02-04 Don Breazeal <donb@codesourcery.com>
14619
14620 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14621 and initialize them.
14622 (ipc_cleanup): New function.
14623 (main): Don't declare shmid, semid, and msqid. Add a call to
14624 atexit so that we call ipc_cleanup on exit.
14625
14626 2015-02-04 Pedro Alves <palves@redhat.com>
14627
14628 * boards/native-extended-gdbserver.exp: Remove any target variant
14629 specifications from the board name before clearing the isremote
14630 flag from board_info.
14631
14632 2015-01-31 Doug Evans <xdje42@gmail.com>
14633
14634 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14635
14636 2015-01-31 Gary Benson <gbenson@redhat.com>
14637
14638 * gdb.base/completion.exp: Disable completion limiting for
14639 existing tests. Add new tests to check completion limiting.
14640 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14641
14642 2015-01-31 Doug Evans <xdje42@gmail.com>
14643
14644 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14645
14646 2015-01-31 Doug Evans <xdje42@gmail.com>
14647
14648 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14649 entries. Duplicate file section script entries.
14650 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14651 inlined entries. Add test for safe-path rejection.
14652 * gdb.python/py-section-script.c: Add duplicate inlined section script
14653 entries. Duplicate file section script entries.
14654 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14655 inlined entries. Add test for safe-path rejection.
14656
14657 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14658
14659 * gdb.ada/disc_arr_bound: New testcase.
14660
14661 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.ada/mi_var_array: New testcase.
14664
14665 2015-01-27 Doug Evans <dje@google.com>
14666
14667 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14668 Add test for objfile.filename, objfile.username after objfile
14669 has been unloaded.
14670
14671 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14672
14673 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14674 the second test to print the name attribute of value
14675 returned by the call to gdb.lookup_type, and adjust
14676 the expected output accordingly.
14677
14678 2015-01-25 Mark Wielaard <mjw@redhat.com>
14679
14680 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14681 * gdb.base/disp-step-fork.c: Include unistd.h.
14682 * gdb.base/siginfo-obj.c: Include stdio.h.
14683 * gdb.base/siginfo-thread.c: Likewise.
14684 * gdb.mi/non-stop.c: Include unistd.h.
14685 * gdb.mi/nsthrexec.c: Include stdio.h.
14686 * gdb.mi/pthreads.c: Include unistd.h.
14687 * gdb.modula2/unbounded1.c (main): Declare returns int.
14688 * gdb.reverse/consecutive-reverse.c: Likewise.
14689 * gdb.threads/create-fail.c: Include unistd.h.
14690 * gdb.threads/killed.c: Likewise.
14691 * gdb.threads/linux-dp.c: Likewise.
14692 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14693 * gdb.threads/non-ldr-exc-2.c: Likewise.
14694 * gdb.threads/non-ldr-exc-3.c: Likewise.
14695 * gdb.threads/non-ldr-exc-4.c: Likewise.
14696 * gdb.threads/pthreads.c: Include unistd.h.
14697 (main): Declare returns int.
14698 * gdb.threads/tls-main.c (foo): New declaration.
14699 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14700
14701 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14702
14703 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14704 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14705
14706 2015-01-15 Mark Wielaard <mjw@redhat.com>
14707
14708 * gdb.base/noreturn-return.c: New file.
14709 * gdb.base/noreturn-return.exp: New file.
14710 * gdb.base/noreturn-finish.c: New file.
14711 * gdb.base/noreturn-finish.exp: New file.
14712
14713 2015-01-23 Pedro Alves <palves@redhat.com>
14714
14715 * gdb.threads/continue-pending-after-query.c: New file.
14716 * gdb.threads/continue-pending-after-query.exp: New file.
14717
14718 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14719 Simon Marchi <simon.marchi@ericsson.com>
14720
14721 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14722 * gdb.base/valgrind-db-attach.exp: Same.
14723 * gdb.base/valgrind-infcall.exp: Same.
14724 * lib/mi-support.exp (default_mi_gdb_start): Same.
14725 * lib/prompt.exp (default_prompt_gdb_start): Same.
14726 * lib/gdb.exp (default_gdb_spawn): Same.
14727 (gdb_interact): New.
14728
14729
14730 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 * gdb.compile/compile.exp (pointer to jit function): New test.
14733
14734 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14735
14736 * lib/gdb.exp (supports_process_record): Return true for
14737 powerpc*-*-linux*.
14738 (supports_reverse): Likewise.
14739
14740 2015-01-15 Don Breazeal <donb@codesourcery.com>
14741
14742 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14743 instead of checking whether the target board is remote and
14744 use spawn_wait_for_attach instead of exec/sleep.
14745 * gdb.base/attach-twice.exp: Likewise.
14746
14747 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14748
14749 * gdb.ada/var_arr_attrs: New testcase.
14750
14751 2015-01-14 Pedro Alves <palves@redhat.com>
14752 Joel Brobecker <brobecker@adacore.com>
14753
14754 PR gdb/17525
14755 * gdb.base/bp-cmds-execution-x-script.c: New file.
14756 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14757 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14758
14759 2015-01-14 Pedro Alves <palves@redhat.com>
14760
14761 PR cli/17828
14762 * gdb.base/batch-preserve-term-settings.c: New file.
14763 * gdb.base/batch-preserve-term-settings.exp: New file.
14764
14765 2015-01-13 Doug Evans <dje@google.com>
14766
14767 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14768 binary.
14769
14770 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14771
14772 * Makefile.in (clean mostlyclean): Do not delete *.py.
14773
14774 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14775
14776 * gdb.python/py-lookup-type.exp: New file.
14777
14778 2015-01-12 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14781 restore GDBFLAGS before returning.
14782
14783 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14784
14785 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14786 is_amd64_regs_target and is_x86_like_target.
14787
14788 2015-01-11 Doug Evans <xdje42@gmail.com>
14789
14790 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14791 is given without an explicit form.
14792 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14793 attributes.
14794 * gdb.dwarf/corrupt.exp: Ditto.
14795 * gdb.dwarf2/enum-type.exp: Ditto.
14796 * gdb.trace/entry-values.exp: Ditto.
14797 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14798
14799 2015-01-11 Doug Evans <xdje42@gmail.com>
14800
14801 PR gdb/15830
14802 * gdb.base/maint.exp: Remove references to "maint demangle".
14803 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14804 Add tests for explicitly specifying language to demangle.
14805 * gdb.dlang/demangle.exp: Ditto.
14806
14807 2015-01-09 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.threads/non-stop-fair-events.c: New file.
14810 * gdb.threads/non-stop-fair-events.exp: New file.
14811
14812 2015-01-09 Pedro Alves <palves@redhat.com>
14813
14814 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14815 the global scope. Set a breakpoint after all threads are started
14816 rather than stepping over two source lines. Expect the prompt.
14817 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14818 global.
14819 (NUM): Now 15.
14820 (main): Use threads_started_barrier to wait for all threads to
14821 start. Main thread no longer calls thread_function. Exit after
14822 180 seconds.
14823 (loop): New function.
14824 (thread_function): Wait on threads_started_barrier barrier. Call
14825 'loop' at each iteration.
14826 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14827 threads have started, instead of hardcoding number of "next"
14828 steps. Use an access watchpoint instead of a write watchpoint.
14829
14830 2015-01-09 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14833 (thread_func): Wait on barrier.
14834 (main): Wait for all threads to start before stopping GDB.
14835 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14836 global.
14837 (thread1_func, thread2_func): Wait on barrier.
14838 (main): Wait for all threads to start before stopping GDB.
14839 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14840 New global.
14841 (thread1_func, thread2_func): Wait on barrier.
14842 (main): Wait for all threads to start before stopping GDB.
14843
14844 2015-01-09 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.threads/attach-many-short-lived-threads.c: New file.
14847 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14848
14849 2014-01-09 Pedro Alves <palves@redhat.com>
14850
14851 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14852 instead of to thread 2.
14853 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14854 Add barrier around each pthread_create call instead of around all
14855 calls.
14856 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14857 Set a break on thread_function and have the child threads hit it
14858 one at at a time.
14859
14860 2015-01-09 Pedro Alves <palves@redhat.com>
14861
14862 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14863 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14864 false.
14865 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14866 checking whether the target board is remote.
14867 * gdb.multi/multi-attach.exp: Likewise.
14868 * gdb.python/py-sync-interp.exp: Likewise.
14869 * gdb.server/ext-attach.exp: Likewise.
14870 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14871 tests that need to attach, instead of checking whether the target
14872 board is remote at the top of the file.
14873
14874 2015-01-08 Yao Qi <yao@codesourcery.com>
14875
14876 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14877
14878 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14879
14880 Fix testcase compilation.
14881 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14882
14883 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14884
14885 * gdb.python/py-type.exp: Add a couple test about empty
14886 array creation, and negative-length array creation.
14887
14888 2015-01-02 Doug Evans <xdje42@gmail.com>
14889
14890 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14891
14892 2015-01-02 Doug Evans <dje@google.com>
14893
14894 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14895
14896 2014-12-29 Yao Qi <yao@codesourcery.com>
14897
14898 * gdb.trace/entry-values.exp: Update comments. Rename variable
14899 bar_call_foo to returned_from_foo.
14900
14901 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14902
14903 PR gdb/17394
14904 * gdb.linespec/break-asm-file.c: New file.
14905 * gdb.linespec/break-asm-file.exp: New file.
14906 * gdb.linespec/break-asm-file0.s: New file.
14907 * gdb.linespec/break-asm-file1.s: New file.
14908
14909 2014-12-18 Nigel Stephens <nigel@mips.com>
14910 Maciej W. Rozycki <macro@codesourcery.com>
14911
14912 * gdb.base/float.exp: Handle the new output from "info float" on
14913 MIPS targets.
14914
14915 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14916
14917 Fix MinGW compilation.
14918 * gdb.compile/compile-ops.exp: Update untested message if
14919 !skip_compile_feature_tests.
14920 * gdb.compile/compile-setjmp.exp: Likewise.
14921 * gdb.compile/compile-tls.exp: Likewise.
14922 * gdb.compile/compile.exp: Likewise.
14923 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14924 supported on this host".
14925
14926 2014-12-16 Doug Evans <xdje42@gmail.com>
14927
14928 * boards/stabs.exp: New file.
14929
14930 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14931
14932 * gdb.base/completion.exp: Adjust to format changes of "maint
14933 print user-registers".
14934
14935 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14936
14937 PR server/17457
14938 * gdb.arch/aarch64-fp.c: New file.
14939 * gdb.arch/aarch64-fp.exp: New file.
14940
14941 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14942
14943 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14944 r210637, r210913, r211666, r215400, r215817).
14945
14946 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14947 * dg-extract-results.py: New file.
14948 * dg-extract-results.sh: Use it if the environment seems
14949 suitable.
14950
14951 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14952
14953 * dg-extract-results.py (parse_run): Handle warnings that
14954 are printed before a test harness is run.
14955
14956 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14957
14958 * dg-extract-results.py (Named): Remove __cmp__ method.
14959 (output_variation): Use a key to sort variation.harnesses.
14960
14961 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14962
14963 * dg-extract-results.py: For Python 3, force sys.stdout to
14964 handle surrogate escape sequences.
14965 (safe_open): New function.
14966 (output_segment, main): Use it.
14967
14968 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14969
14970 * dg-extract-results.py (Prog.result_re): Include options
14971 in test name.
14972
14973 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14974
14975 * dg-extract-results.py (output_variation): Always sort if
14976 do_sum.
14977
14978 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14979
14980 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14981 as long as we get pagination notifications.
14982
14983 2014-12-15 Jason Merrill <jason@redhat.com>
14984
14985 * Makefile.in (check-gdb.%): Restore.
14986 * README: Mention it.
14987
14988 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14989
14990 * gdb.ada/str_uninit: New testcase.
14991
14992 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14993
14994 PR symtab/17642
14995 * gdb.base/vla-stub-define.c: New file.
14996 * gdb.base/vla-stub.c: New file.
14997 * gdb.base/vla-stub.exp: New file.
14998
14999 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15000 Jan Kratochvil <jan.kratochvil@redhat.com>
15001 Tom Tromey <tromey@redhat.com>
15002
15003 * configure.ac: Add gdb.compile/.
15004 * configure: Regenerate.
15005 * gdb.compile/Makefile.in: New file.
15006 * gdb.compile/compile-ops.exp: New file.
15007 * gdb.compile/compile-ops.c: New file.
15008 * gdb.compile/compile-tls.c: New file.
15009 * gdb.compile/compile-tls.exp: New file.
15010 * gdb.compile/compile-constvar.S: New file.
15011 * gdb.compile/compile-constvar.c: New file.
15012 * gdb.compile/compile-mod.c: New file.
15013 * gdb.compile/compile-nodebug.c: New file.
15014 * gdb.compile/compile-setjmp-mod.c: New file.
15015 * gdb.compile/compile-setjmp.c: New file.
15016 * gdb.compile/compile-setjmp.exp: New file.
15017 * gdb.compile/compile-shlib.c: New file.
15018 * gdb.compile/compile.c: New file.
15019 * gdb.compile/compile.exp: New file.
15020 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15021
15022 2014-12-12 Tom Tromey <tromey@redhat.com>
15023
15024 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15025 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15026
15027 2014-12-12 Doug Evans <dje@google.com>
15028
15029 * lib/gdb-python.exp (get_python_valueof): New function.
15030 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15031
15032 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15033
15034 * gdb.base/completion.exp: Add test for completion of "info
15035 registers ".
15036
15037 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15038
15039 * gdb.base/func-ptrs.c: New file.
15040 * gdb.base/func-ptrs.exp: New file.
15041
15042 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15043
15044 PR breakpoints/17012
15045 * gdb.base/dprintf-detach.c: New file.
15046 * gdb.base/dprintf-detach.exp: New file.
15047
15048 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15049
15050 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15051 * lib/gdb.exp (target_is_gdbserver): New procedure.
15052
15053 2014-12-08 Doug Evans <dje@google.com>
15054
15055 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15056
15057 2014-12-05 Yao Qi <yao@codesourcery.com>
15058
15059 * gdb.guile/scm-error.exp: Remove the third argument to
15060 gdb_remote_download.
15061 * gdb.guile/scm-frame-args.exp: Likewise.
15062 * gdb.guile/scm-section-script.exp: Likewise.
15063
15064 2014-12-05 Yao Qi <yao@codesourcery.com>
15065
15066 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15067
15068 2014-12-04 Doug Evans <dje@google.com>
15069
15070 * gdb.python/py-objfile.exp: Add tests for
15071 objfile.add_separate_debug_file.
15072
15073 2014-12-04 Doug Evans <dje@google.com>
15074
15075 * lib/gdb.exp (get_build_id): New function.
15076 (build_id_debug_filename_get): Rewrite to use it.
15077 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15078
15079 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15080
15081 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15082 `method(long)', not just 0x0.
15083 * gdb.cp/nsalias.exp: Align code labels to 4.
15084 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15085 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15086 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15087 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15088 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15089 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15090
15091 2014-12-02 Doug Evans <dje@google.com>
15092
15093 PR symtab/17602
15094 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15095 * gdb.cp/anon-ns2.cc: ... here. New file.
15096 * gdb.cp/anon-ns.exp: Update.
15097
15098 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15099
15100 * gdb.python/py-events.py (inferior_call_handler): New.
15101 (register_changed_handler, memory_changed_handler): New.
15102 (test_events.invoke): Register new handlers.
15103 * gdb.python/py-events.exp: Add tests for inferior call,
15104 memory_changed and register_changed events.
15105
15106 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15107
15108 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15109 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15110 if the linker doesn't understand this.
15111
15112 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * gdb.python/python.exp: Change expected reply to help().
15115
15116 2014-12-01 Yao Qi <yao@codesourcery.com>
15117
15118 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15119 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15120 * configure: Re-generated.
15121
15122 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15123
15124 * gdb.cp/chained-calls.cc: New file.
15125 * gdb.cp/chained-calls.exp: New file.
15126 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15127
15128 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15129
15130 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15131 * gdb.dwarf2/symtab-producer.exp: Same.
15132 * gdb.gdb/python-interrupts.exp: Same.
15133 * gdb.gdb/python-selftest.exp: Same.
15134 * gdb.python/py-linetable.exp: Same.
15135 * gdb.python/py-type.exp: Same.
15136 * gdb.python/py-value-cc.exp: Same.
15137 * gdb.python/py-value.exp: Same.
15138
15139 2014-11-28 Yao Qi <yao@codesourcery.com>
15140
15141 * gdb.base/break-probes.exp: Match library name prefixed with
15142 sysroot.
15143
15144 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15145
15146 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15147 test expected output. Add parentheses for the call to print.
15148 Remove L suffix from integers.
15149
15150 2014-11-26 Doug Evans <dje@google.com>
15151
15152 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15153
15154 2014-11-22 Yao Qi <yao@codesourcery.com>
15155
15156 * gdb.trace/entry-values.c: Remove asms.
15157 (foo): Add foo_label.
15158 (bar): Add bar_label.
15159 * gdb.trace/entry-values.exp: Remove code computing foo's
15160 length and bar's length.
15161 (Dwarf::assemble): Invoke function_range for bar and use
15162 MACRO_AT_func for foo.
15163
15164 2014-11-22 Yao Qi <yao@codesourcery.com>
15165
15166 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15167 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15168 Use .Lgcc43_procstart instead of gcc43.
15169
15170 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15171
15172 * gdb.ada/n_arr_bound: New testcase.
15173
15174 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15175
15176 PR breakpoints/10737
15177 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15178 test_catch_syscall_multi_arch.
15179 (test_catch_syscall_multi_arch): New function.
15180
15181 2014-11-20 Doug Evans <xdje42@gmail.com>
15182
15183 * gdb.base/maint.exp: Update expected output.
15184
15185 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186
15187 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15188 4-byte instruction on S390.
15189
15190 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15191
15192 * gdb.ada/arr_arr: New testcase.
15193
15194 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15195
15196 * gdb.ada/pkd_arr_elem: New Testcase.
15197
15198 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15199
15200 * gdb.reverse/break-precsave: Expect completion message for
15201 core file reads.
15202 * gdb.reverse/consecutive-precsave.exp: Likewise.
15203 * gdb.reverse/finish-precsave.exp: Likewise.
15204 * gdb.reverse/i386-precsave.exp: Likewise.
15205 * gdb.reverse/machinestate-precsave.exp: Likewise.
15206 * gdb.reverse/sigall-precsave.exp: Likewise.
15207 * gdb.reverse/solib-precsave.exp: Likewise.
15208 * gdb.reverse/step-precsave.exp: Likewise.
15209 * gdb.reverse/until-precsave.exp: Likewise.
15210 * gdb.reverse/watch-precsave.exp: Likewise.
15211
15212 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15213
15214 * gdb.base/bp-permanent.c: Include unistd.h.
15215 * gdb.python/py-framefilter-mi.c (main): Add return type.
15216 * gdb.python/py-framefilter.c (main): Likewise.
15217 * gdb.trace/actions-changed.c (main): Likewise.
15218
15219 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15220
15221 * gdb.mi/until.c: Add eye-catchers.
15222 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15223 line numbers.
15224
15225 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15226
15227 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15228 function header variants in break1.c.
15229 * gdb.base/ena-dis-br.exp: Likewise.
15230 * gdb.base/hbreak2.exp: Likewise.
15231 * gdb.reverse/until-precsave.exp: Drop references to removed
15232 non-prototype function header variants in ur1.c.
15233 * gdb.reverse/until-reverse.exp: Likewise.
15234
15235 2014-11-17 Petr Machata <pmachata@redhat.com>
15236
15237 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15238 ${_cu_offset_size} bytes abbrev offset.
15239
15240 2014-11-15 Doug Evans <xdje42@gmail.com>
15241
15242 PR symtab/17559
15243 * gdb.base/line-symtabs.exp: New file.
15244 * gdb.base/line-symtabs.c: New file.
15245 * gdb.base/line-symtabs.h: New file.
15246
15247 2014-11-14 Yao Qi <yao@codesourcery.com>
15248
15249 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15250 (func): Add label func_label.
15251 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15252 Replace low_pc and high_pc with MACRO_AT_range.
15253 Replace name, low_pc and high_pc with MACRO_AT_func.
15254
15255 2014-11-14 Yao Qi <yao@codesourcery.com>
15256
15257 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15258 Replace name, low_pc and high_pc with MACRO_AT_func.
15259
15260 2014-11-14 Yao Qi <yao@codesourcery.com>
15261
15262 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15263 produce debug information.
15264 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15265
15266 2014-11-14 Yao Qi <yao@codesourcery.com>
15267
15268 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15269 object and get function length.
15270 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15271 with MACRO_AT_func.
15272 (top-level): Replace gdb_compile and clean_restart with
15273 prepare_for_testing.
15274 * gdb.dwarf2/main.c (main): Add label main_label.
15275
15276 2014-11-14 Yao Qi <yao@codesourcery.com>
15277
15278 * lib/dwarf.exp (function_range): New procedure.
15279 (Dwarf::_handle_macro_at_func): New procedure.
15280 (Dwarf::_handle_macro_at_range): New procedure.
15281 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15282
15283 2014-11-14 Yao Qi <yao@codesourcery.com>
15284
15285 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15286 (_handle_attribute): New procedure.
15287
15288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15289
15290 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15291 * gdb.base/call-sc.c (zed): Likewise.
15292 * gdb.base/checkpoint.c (main): Likewise.
15293 * gdb.base/dump.c (main): Likewise.
15294 * gdb.base/gcore.c (main): Likewise.
15295 * gdb.base/huge.c (main): Likewise.
15296 * gdb.base/multi-forks.c (main): Likewise.
15297 * gdb.base/pr10179-a.c (main): Likewise.
15298 * gdb.base/savedregs.c (main): Likewise.
15299 * gdb.base/sigaltstack.c (main): Likewise.
15300 * gdb.base/siginfo.c (main): Likewise.
15301 * gdb.base/structs.c (zed): Likewise.
15302 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15303 * gdb.mi/mi-syn-frame.c (main): Likewise.
15304 * gdb.mi/until.c (foo, main): Likewise.
15305 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15306 * gdb.base/solib-weak.c (foo): Declare.
15307 * gdb.base/attach-twice.c: Include stdio.h.
15308 * gdb.base/weaklib1.c: Likewise.
15309 * gdb.base/weaklib2.c: Likewise.
15310 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15311 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15312 unistd.h.
15313 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15314 * gdb.mi/mi-exit-code.c: Likewise.
15315 * gdb.base/break-interp-lib.c: Include string.h.
15316 * gdb.base/coremaker.c: Likewise.
15317 * gdb.base/testenv.c: Likewise.
15318 * gdb.python/py-finish-breakpoint.c: Likewise.
15319 * gdb.base/inferior-died.c: Include sys/wait.h.
15320 * gdb.base/fileio.c: Include time.h.
15321 * gdb.base/async-shell.c: Include unistd.h.
15322 * gdb.base/dprintf-non-stop.c: Likewise.
15323 * gdb.base/info-os.c: Likewise.
15324 * gdb.mi/mi-console.c: Likewise.
15325 * gdb.mi/watch-nonstop.c: Likewise.
15326 * gdb.python/py-events.c: Likewise.
15327 * gdb.base/async.c (baz): Move up before its invocation.
15328 * gdb.base/code_elim2.c (my_global_func): Likewise.
15329 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15330 * gdb.base/advance.c (func2): Likewise.
15331
15332 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15333
15334 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15335 variant.
15336 * gdb.base/annota3.c: Likewise.
15337 * gdb.base/async.c: Likewise.
15338 * gdb.base/average.c: Likewise.
15339 * gdb.base/call-ar-st.c: Likewise.
15340 * gdb.base/call-rt-st.c: Likewise.
15341 * gdb.base/call-sc.c: Likewise.
15342 * gdb.base/call-strs.c: Likewise.
15343 * gdb.base/ending-run.c: Likewise.
15344 * gdb.base/execd-prog.c: Likewise.
15345 * gdb.base/exprs.c: Likewise.
15346 * gdb.base/foll-exec.c: Likewise.
15347 * gdb.base/foll-fork.c: Likewise.
15348 * gdb.base/foll-vfork.c: Likewise.
15349 * gdb.base/funcargs.c: Likewise.
15350 * gdb.base/gcore.c: Likewise.
15351 * gdb.base/jump.c: Likewise.
15352 * gdb.base/langs0.c: Likewise.
15353 * gdb.base/langs1.c: Likewise.
15354 * gdb.base/langs2.c: Likewise.
15355 * gdb.base/mips_pro.c: Likewise.
15356 * gdb.base/nodebug.c: Likewise.
15357 * gdb.base/opaque0.c: Likewise.
15358 * gdb.base/opaque1.c: Likewise.
15359 * gdb.base/recurse.c: Likewise.
15360 * gdb.base/run.c: Likewise.
15361 * gdb.base/scope0.c: Likewise.
15362 * gdb.base/scope1.c: Likewise.
15363 * gdb.base/setshow.c: Likewise.
15364 * gdb.base/setvar.c: Likewise.
15365 * gdb.base/shmain.c: Likewise.
15366 * gdb.base/shr1.c: Likewise.
15367 * gdb.base/shr2.c: Likewise.
15368 * gdb.base/sigall.c: Likewise.
15369 * gdb.base/signals.c: Likewise.
15370 * gdb.base/so-indr-cl.c: Likewise.
15371 * gdb.base/solib2.c: Likewise.
15372 * gdb.base/structs.c: Likewise.
15373 * gdb.base/sum.c: Likewise.
15374 * gdb.base/vforked-prog.c: Likewise.
15375 * gdb.base/watchpoint.c: Likewise.
15376 * gdb.reverse/shr2.c: Likewise.
15377 * gdb.reverse/until-reverse.c: Likewise.
15378 * gdb.reverse/ur1.c: Likewise.
15379 * gdb.reverse/watch-reverse.c: Likewise.
15380
15381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15382
15383 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15384 variant.
15385 * gdb.base/sepdebug.exp: Drop references to removed code.
15386
15387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15388
15389 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15390 variant. Preserve original line numbering.
15391 * gdb.base/list1.c: Likewise.
15392
15393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15394
15395 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15396 variant.
15397 * gdb.base/break1.c: Likewise.
15398 * gdb.base/break.exp: Drop references to removed code.
15399
15400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15403 variant.
15404
15405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15406
15407 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15408
15409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15410
15411 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15412 logic into perform_all_tests() and invoke it with and without
15413 function header prototypes.
15414 (do_function_calls): Remove conditional XFAIL for PR 5318.
15415 (rerun_and_prepare): Remove duplicate code.
15416 (perform_all_tests): New. Main logic moved here.
15417
15418 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15419
15420 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15421 code guarded by #ifdef NO_PROTOTYPES.
15422 (t_double_many_args): Likewise.
15423 (DEF_FUNC_MANY_ARGS_1): Likewise.
15424 (DEF_FUNC_VALUES_1): Likewise.
15425 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15426 guarded by #ifdef PROTOTYPES.
15427
15428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15429
15430 * gdb.mi/mi-console.c: Add eye-catcher.
15431 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15432 instead of literal line number.
15433
15434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15435
15436 * gdb.base/shr2.c: Add eye-catcher.
15437 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15438 line number.
15439
15440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15441
15442 * gdb.base/jump.c: Add eye-catchers.
15443 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15444 numbers.
15445
15446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15447
15448 * gdb.base/execd-prog.c: Add eye-catchers.
15449 * gdb.base/foll-exec.c: Likewise.
15450 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15451 line numbers.
15452
15453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * gdb.base/ending-run.c: Add eye-catchers.
15456 * gdb.base/ending-run.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/call-rt-st.c: Add eye-catchers.
15462 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15463 literal line numbers.
15464
15465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15466
15467 * gdb.base/call-ar-st.c: Add eye-catchers.
15468 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15469 literal line numbers.
15470
15471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15472
15473 * gdb.base/average.c: Add eye-catchers.
15474 * gdb.base/sum.c: Likewise.
15475 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15476 regexps dynamically.
15477
15478 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15479
15480 * gdb.base/solib1.c: Add eye-catchers.
15481 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15482 literal line numbers.
15483
15484 2014-11-12 Pedro Alves <palves@redhat.com>
15485
15486 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15487 leader has exited.
15488
15489 2014-11-12 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.arch/i386-bp_permanent.c: New file.
15492 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15493 (srcfile): Set to i386-bp_permanent.c.
15494 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15495 that stepi does not execute the 'leave' instruction, instead of
15496 testing it does execute.
15497 * gdb.base/bp-permanent.c: New file.
15498 * gdb.base/bp-permanent.exp: New file.
15499
15500 2014-11-10 Doug Evans <xdje42@gmail.com>
15501
15502 PR symtab/17564
15503 * gdb.base/symtab-search-order.exp: New file.
15504 * gdb.base/symtab-search-order.c: New file.
15505 * gdb.base/symtab-search-order-1.c: New file.
15506 * gdb.base/symtab-search-order-shlib-1.c: New file.
15507
15508 2014-11-07 Pedro Alves <palves@redhat.com>
15509
15510 PR gdb/17511
15511 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15512 i?86-*-linux*.
15513
15514 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15515
15516 PR c++/17494
15517 * gdb.cp/pr17494.cc: New file.
15518 * gdb.cp/pr17494.exp: New file.
15519
15520 2014-11-02 Yao Qi <yao@codesourcery.com>
15521
15522 * gdb.python/python.exp: Get working directory and match the
15523 output of "set extended-prompt \\w " with it.
15524
15525 2014-10-30 Doug Evans <dje@google.com>
15526
15527 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15528 in objfiles.
15529 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15530 in progspaces.
15531
15532 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15533
15534 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15535 * gdb.base/realname-expand.exp: Likewise.
15536 * gdb.linespec/macro-relative.exp: Likewise.
15537
15538 2014-10-29 Pedro Alves <palves@redhat.com>
15539
15540 PR gdb/17408
15541 * gdb.threads/schedlock.c (some_function): New function.
15542 (call_function): New global.
15543 (MAYBE_CALL_SOME_FUNCTION): New macro.
15544 (thread_function): Call it.
15545 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15546 and use it instead of a global counter. Adjust all callers.
15547 (get_current_thread): Use "find current thread" for test message
15548 here rather than having all callers pass down the same string.
15549 (goto_loop): New procedure, factored out from ...
15550 (my_continue): ... this.
15551 (step_ten_loops): Change parameter from test message to command to
15552 use. Adjust.
15553 (list_count): Delete global.
15554 (check_result): New procedure, factored out from duplicate top
15555 level code.
15556 (continue tests): Wrap in with_test_prefix.
15557 (test_step): New procedure, factored out from duplicate top level
15558 code.
15559 (top level): Test "step" in combination with all scheduler-locking
15560 modes. Test "next" in combination with all scheduler-locking
15561 modes, and in combination with stepping over a function call or
15562 not.
15563 * gdb.threads/next-bp-other-thread.c: New file.
15564 * gdb.threads/next-bp-other-thread.exp: New file.
15565
15566 2014-10-29 Pedro Alves <palves@redhat.com>
15567
15568 PR python/17372
15569 * gdb.python/python.exp: Test a multi-line command that spawns
15570 interactive Python.
15571 * gdb.base/multi-line-starts-subshell.exp: New file.
15572
15573 2014-10-29 Yao Qi <yao@codesourcery.com>
15574
15575 * gdb.base/fileio.exp: Make directories on host.
15576
15577 2014-10-29 Yao Qi <yao@codesourcery.com>
15578
15579 * gdb.base/fileio.c (test_write): Close the file.
15580
15581 2014-10-28 Pedro Alves <palves@redhat.com>
15582
15583 PR gdb/12623
15584 * gdb.base/sigstep.c (no_handler): New global.
15585 (main): If 'no_handler is true, set the signal handlers to
15586 SIG_IGN.
15587 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15588 with_sw_watch and no_handler parameters. Handle them.
15589 (top level) <stepping over handler when stopped at a breakpoint
15590 test>: Add a test axis for testing with a software watchpoint, and
15591 another for testing with the signal handler set to SIG_IGN.
15592 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15593 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15594
15595 2014-10-28 Pedro Alves <palves@redhat.com>
15596
15597 PR gdb/17511
15598 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15599 * gdb.base/sigstep.exp (other_handler_location): New global.
15600 (advance): Support stepping into the signal handler, and running
15601 commands while in the handler.
15602 (in_handler_map): New global.
15603 (top level): In the advance test, add combinations for getting
15604 into the handler with stepping commands, and for running commands
15605 in the handler. Add comment descripting the advancei tests.
15606
15607 2014-10-28 Pedro Alves <palves@redhat.com>
15608
15609 * gdb.base/sigstep.exp: Use build_executable instead of
15610 prepare_for_testing.
15611 (top level): Move code that starts GDB, runs to main and creates a
15612 display to ...
15613 (restart): ... this new procedure.
15614 (top level): Move backtrace from signal handler test to ...
15615 (validate_backtrace): ... this new procedure.
15616 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15617 with_test_prefix. Always restart GDB.
15618 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15619 with_test_prefix. Always restart GDB. No need to delete
15620 breakpoints after the test.
15621 (test_skip_handler): Remove prefix parameter.
15622 (skip_over_handler, breakpoint_to_handler)
15623 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15624 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15625 restart GDB. No need to delete breakpoints after the test.
15626 (top level): Use foreach to call the test procedures with
15627 different commands.
15628
15629 2014-10-28 Pedro Alves <palves@redhat.com>
15630
15631 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15632 instead of GNATS numbers.
15633 * gdb.base/sigbpt.exp: Likewise.
15634 * gdb.base/siginfo.exp: Likewise.
15635 * gdb.base/sigstep.exp: Likewise.
15636
15637 2014-10-27 Pedro Alves <palves@redhat.com>
15638
15639 * gdb.base/sigstep.c (dummy): New global.
15640 (main): Issue a couple writes to the new global.
15641 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15642 procedures.
15643 (skip_over_handler): Use test_skip_handler.
15644 (top level): Call skip_over_handler for stepi and nexti too.
15645 (breakpoint_over_handler): Use test_skip_handler.
15646 (top level): Call breakpoint_over_handler for stepi and nexti too.
15647
15648 2014-10-27 Yao Qi <yao@codesourcery.com>
15649
15650 * gdb.trace/tfile.c (adjust_function_address)
15651 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15652 function descriptor.
15653
15654 2014-10-24 Don Breazeal <donb@codesourcery.com>
15655
15656 * gdb.base/foll-fork.exp (test_follow_fork,
15657 catch_fork_child_follow): Check for updated fork messages emitted
15658 from infrun.c.
15659 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15660 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15661 vfork_and_exec_child_follow_through_step): Check for updated vfork
15662 messages emitted from infrun.c.
15663
15664 2014-10-24 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.base/corefile.exp: Remove references to ultrix.
15667 * gdb.base/interrupt.exp: Likewise.
15668 * gdb.base/whatis.exp: Likewise.
15669 * gdb.gdb/selftest.exp: Likewise.
15670 * gdb.threads/manythreads.exp: Likewise.
15671 * gdb.threads/print-threads.exp: Likewise.
15672 * gdb.threads/pthreads.exp:: Likewise.
15673 * gdb.threads/schedlock.exp: Likewise.
15674
15675 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15676
15677 * gdb.cp/non-trivial-retval.cc: Add a test case.
15678 * gdb.cp/non-trivial-retval.exp: Add a test.
15679
15680 2014-10-20 Yao Qi <yao@codesourcery.com>
15681
15682 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15683 * gdb.python/py-objfile-script-gdb.py: New file.
15684 * gdb.python/py-objfile-script.exp: Update reference to
15685 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15686 of remote_download. Remove the dest file.
15687
15688 2014-10-20 Yao Qi <yao@codesourcery.com>
15689
15690 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15691 * gdb.base/step-line.exp: Likewise.
15692 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15693 * gdb.dwarf2/dw2-basic.exp: Likewise.
15694 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15695 * gdb.dwarf2/dw2-filename.exp: Likewise.
15696 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15697 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15698 * gdb.dwarf2/dw2-producer.exp: Likewise.
15699 * gdb.dwarf2/mac-fileno.exp: Likewise.
15700 * gdb.python/py-frame-args.exp: Likewise.
15701 * gdb.python/py-framefilter.exp: Likewise.
15702 * gdb.python/py-mi.exp: Likewise.
15703 * gdb.python/py-objfile-script.exp: Likewise
15704 * gdb.python/py-pp-integral.exp: Likewise.
15705 * gdb.python/py-pp-re-notag.exp: Likewise.
15706 * gdb.python/py-prettyprint.exp: Likewise.
15707 * gdb.python/py-section-script.exp: Likewise.
15708 * gdb.python/py-typeprint.exp: Likewise.
15709 * gdb.python/py-xmethods.exp: Likewise.
15710 * gdb.stabs/weird.exp: Likewise.
15711 * gdb.xml/tdesc-regs.exp: Likewise.
15712
15713 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15714
15715 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15716 (out_cu): Use addr_len for the size of addresses.
15717 (out_line): Likewise. Size DW_LNE_set_address instruction
15718 according to addr_len.
15719 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15720 (FUNC): Add START_INSNS to definition.
15721
15722 2014-10-18 Yao Qi <yao@codesourcery.com>
15723
15724 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15725 gdb_has_argv0 return true.
15726 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15727 check [target_info exists noargs], check [gdb_has_argv0]
15728 instead.
15729 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15730 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15731 procedures.
15732
15733 2014-10-17 Doug Evans <dje@google.com>
15734
15735 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15736 event.
15737 * gdb.python/py-events.py: Add clear_objfiles event.
15738
15739 2014-10-17 Doug Evans <dje@google.com>
15740
15741 * gdb.python/py-objfile.exp: Test progspace attribute.
15742
15743 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15744
15745 * gdb.guile/scm-breakpoint.exp: Do not assume any
15746 directory separators when matching source file paths.
15747 * gdb.python/py-breakpoint.exp: Likewise.
15748 * gdb.reverse/break-precsave.exp: Likewise.
15749 * gdb.reverse/break-reverse.exp: Likewise.
15750 * gdb.reverse/consecutive-precsave.exp: Likewise.
15751 * gdb.reverse/finish-precsave.exp: Likewise.
15752 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15753 * gdb.reverse/finish-reverse.exp: Likewise.
15754 * gdb.reverse/i386-precsave.exp: Likewise.
15755 * gdb.reverse/i387-env-reverse.exp: Likewise.
15756 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15757 * gdb.reverse/machinestate-precsave.exp: Likewise.
15758 * gdb.reverse/machinestate.exp: Likewise.
15759 * gdb.reverse/sigall-precsave.exp: Likewise.
15760 * gdb.reverse/solib-precsave.exp: Likewise.
15761 * gdb.reverse/step-precsave.exp: Likewise.
15762 * gdb.reverse/until-precsave.exp: Likewise.
15763 * gdb.reverse/watch-precsave.exp: Likewise.
15764 * gdb.reverse/watch-reverse.exp: Likewise.
15765
15766 2014-10-17 Yao Qi <yao@codesourcery.com>
15767
15768 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15769 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15770
15771 2014-10-17 Pedro Alves <palves@redhat.com>
15772
15773 PR gdb/17471
15774 * gdb.base/bg-execution-repeat.c: New file.
15775 * gdb.base/bg-execution-repeat.exp: New file.
15776
15777 2014-10-17 Pedro Alves <palves@redhat.com>
15778
15779 PR gdb/17300
15780 * gdb.base/continue-all-already-running.c: New file.
15781 * gdb.base/continue-all-already-running.exp: New file.
15782
15783 2014-10-17 Pedro Alves <palves@redhat.com>
15784
15785 PR gdb/17472
15786 * gdb.base/annota-input-while-running.c: New file.
15787 * gdb.base/annota-input-while-running.exp: New file.
15788
15789 2014-10-17 Pedro Alves <palves@redhat.com>
15790
15791 * gdb.base/callfuncs.exp: emove references to osf.
15792 * gdb.base/sigall.exp: Likewise.
15793 * gdb.gdb/selftest.exp: Likewise.
15794 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15795 * gdb.mi/non-stop.c: Likewise.
15796 * gdb.mi/pthreads.c: Likewise.
15797 * gdb.reverse/sigall-precsave.exp: Likewise.
15798 * gdb.reverse/sigall-reverse.exp: Likewise.
15799 * gdb.threads/pthreads.c: Likewise.
15800 * gdb.threads/pthreads.exp: Likewise.
15801
15802 2014-10-17 Yao Qi <yao@codesourcery.com>
15803
15804 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15805 check 'target_info exists noargs'.
15806 (test_command_prompt_position): Likewise.
15807 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15808 Remove "set args".
15809 (progvar_simple_while_test): Likewise.
15810 (progvar_complex_if_while_test): Likewise.
15811 (if_while_breakpoint_command_test): Likewise.
15812 (infrun_breakpoint_command_test): Likewise.
15813 (breakpoint_command_test): Likewise.
15814 (watchpoint_command_test): Likewise.
15815 (bp_deleted_in_command_test): Likewise.
15816 (temporary_breakpoint_commands): Likewise.
15817
15818 2014-10-16 Yao Qi <yao@codesourcery.com>
15819
15820 * gdb.base/remotetimeout.exp: Remove noargs checking.
15821
15822 2014-10-15 Pedro Alves <palves@redhat.com>
15823
15824 PR breakpoints/9649
15825 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15826 * gdb.base/breakpoint-in-ro-region.exp
15827 (probe_target_hardware_step): New procedure.
15828 (top level): Probe hardware stepping and hardware breakpoint
15829 support. Test stepping through a read-only region, with both
15830 "breakpoint auto-hw" on and off and both "always-inserted" on and
15831 off.
15832
15833 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15834
15835 * gdb.dlang/demangle.exp: Update for demangling changes.
15836
15837 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15838
15839 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15840 * gdb.cp/non-trivial-retval.exp: Add new tests.
15841
15842 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15843
15844 PR c++/13403
15845 PR c++/15154
15846 * gdb.cp/non-trivial-retval.cc: New file.
15847 * gdb.cp/non-trivial-retval.exp: New file.
15848
15849 2014-10-15 Yao Qi <yao@codesourcery.com>
15850
15851 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15852 remote host.
15853
15854 2014-10-15 Yao Qi <yao@codesourcery.com>
15855
15856 * gdb.python/py-symbol.exp: Match file base name if host is
15857 remote, otherwise match file name with dir name.
15858 * gdb.python/py-symtab.exp: Likewise.
15859 * gdb.python/python.exp: Likewise.
15860
15861 2014-10-15 Yao Qi <yao@codesourcery.com>
15862
15863 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15864 pattern.
15865 * gdb.python/py-symtab.exp: Likewise.
15866 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15867 locationn.
15868
15869 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15870
15871 * gdb.ada/addr_arith: New testcase.
15872
15873 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15874
15875 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15876 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15877 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15878 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15879
15880 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15881
15882 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15883 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15884 * gdb.arch/stap-eval-lang-ada.exp: New file.
15885
15886 2014-10-14 Yao Qi <yao@codesourcery.com>
15887
15888 * gdb.mi/mi-var-child.c (nothing1): New function.
15889 (nothing2): New function.
15890 (do_children_tests): Set function pointers by nothing1 and
15891 nothing2.
15892 * gdb.mi/mi-var-child.exp: Step over new added statements.
15893 Update test to match the new output.
15894 * gdb.mi/var-cmd.c (nothing1): New function.
15895 (nothing2): New function.
15896 (do_children_tests): Set function pointers by nothing1 and
15897 nothing2.
15898 * gdb.mi/mi-var-display.exp: Update test to match output.
15899 Step to the line specified by $line_dct_nothing.
15900 Increase the number of lines to step.
15901
15902 2014-10-14 Yao Qi <yao@codesourcery.com>
15903
15904 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15905 tests.
15906 * gdb.mi/mi2-var-child.exp: Likewise.
15907
15908 2014-10-13 Doug Evans <dje@google.com>
15909
15910 * gdb.python/py-objfile.exp: Change name of file name test.
15911
15912 2014-10-13 Doug Evans <dje@google.com>
15913
15914 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15915 from the start of the CU.
15916
15917 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15918 Yao Qi <yao@codesourcery.com>
15919
15920 Fix "save breakpoints" for "catch" command.
15921 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15922 Remove -nonewline. Match also the added "main" line.
15923
15924 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15925
15926 Fix "save breakpoints" for "disable $bpnum" command.
15927 * gdb.base/save-bp.c (main): Add label.
15928 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15929
15930 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15931
15932 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15933
15934 2014-10-11 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.server/server-kill.exp: Execute command
15937 "set remote trace-status-packet on" before "tstatus".
15938
15939 2014-10-11 Yao Qi <yao@codesourcery.com>
15940
15941 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15942 (main): Call getppid.
15943 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15944 and continue to it. Read variable "server_pid".
15945
15946 2014-10-11 Yao Qi <yao@codesourcery.com>
15947
15948 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15949
15950 2014-10-11 Yao Qi <yao@codesourcery.com>
15951
15952 * gdb.threads/thread-find.exp: Don't execute command
15953 "info threads".
15954 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15955 * gdb.threads/linux-dp.exp: Don't check the condition
15956 $threads_created equals to zero.
15957
15958 2014-10-10 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.base/bigcore.exp: Remove references to IRIX.
15961 * gdb.base/funcargs.exp: Likewise.
15962 * gdb.base/interrupt.exp: Likewise.
15963 * gdb.base/mips_pro.exp: Likewise.
15964 * gdb.base/nodebug.exp: Likewise.
15965 * gdb.base/setvar.exp: Likewise.
15966 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15967
15968 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15969 Pedro Alves <palves@redhat.com>
15970
15971 PR symtab/14466
15972 * gdb.base/vdso-warning.c: New file.
15973 * gdb.base/vdso-warning.exp: New file.
15974
15975 2014-10-02 Doug Evans <dje@google.com>
15976
15977 * gdb.base/structs.c (main): Don't run forever.
15978
15979 2014-10-02 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15982 (top level) <stop threads 1, stop threads 2>: Use it.
15983
15984 2014-10-02 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.threads/break-while-running.exp (test): Add new
15987 'update_thread_list' argument. Skip "info threads" if false.
15988 (top level): Add new 'update_thread_list' axis.
15989
15990 2014-10-02 Pedro Alves <palves@redhat.com>
15991
15992 PR breakpoints/17431
15993 * gdb.base/execl-update-breakpoints.c: New file.
15994 * gdb.base/execl-update-breakpoints.exp: New file.
15995
15996 2014-10-01 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/breakpoint-in-ro-region.c: New file.
15999 * gdb.base/breakpoint-in-ro-region.exp: New file.
16000
16001 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16002
16003 * gdb.mi/mi-exit-code.exp: New file.
16004 * gdb.mi/mi-exit-code.c: New file.
16005
16006 2014-09-30 Yao Qi <yao@codesourcery.com>
16007
16008 * lib/prelink-support.exp (build_executable_own_libs): Error if
16009 the target isn't native.
16010
16011 2014-09-30 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16014 false.
16015
16016 2014-09-22 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.threads/break-while-running.exp: New file.
16019 * gdb.threads/break-while-running.c: New file.
16020
16021 2014-09-19 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16024 Invoke test. Restart GDB with --readnow and invoke test again.
16025
16026 2014-09-19 Yao Qi <yao@codesourcery.com>
16027
16028 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16029 proc set_breakpoint_on_gcd_function. Invoke
16030 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16031 invoke set_breakpoint_on_gcd_function again.
16032
16033 2014-09-18 Doug Evans <dje@google.com>
16034
16035 * gdb.dwarf2/symtab-producer.exp: New file.
16036
16037 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16038
16039 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16040 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16041 * gdb.base/global-var-nested-by-dso.c: Likewise.
16042 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16043
16044 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16045 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.base/watch-bitfields.exp: Pass string other than test file
16048 name to prepare_for_testing.
16049 (watch): New procedure.
16050 (expect_watchpoint): Use with_test_prefix.
16051 (top level): Factor out tests to ...
16052 (test_watch_location, test_regular_watch): ... these new
16053 procedures, and use with_test_prefix and gdb_continue_to_end.
16054
16055 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16056
16057 PR breakpoints/12526
16058 * gdb.base/watch-bitfields.exp: New file.
16059 * gdb.base/watch-bitfields.c: New file.
16060
16061 2014-09-16 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16064 software and hardware addresses, not software address against
16065 itself.
16066
16067 2014-09-16 Pedro Alves <palves@redhat.com>
16068
16069 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16070 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16071
16072 2014-09-16 Pedro Alves <palves@redhat.com>
16073
16074 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16075 files.
16076 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16077 "*-*-vxworks*" throughout.
16078 * gdb.base/break.exp: Likewise.
16079 * gdb.base/default.exp: Likewise.
16080 * gdb.base/scope.exp: Likewise.
16081 * gdb.base/sepdebug.exp: Likewise.
16082 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16083 throughout.
16084 * gdb.base/run.c: Likewise.
16085 * gdb.base/sepdebug.c: Likewise.
16086 * gdb.hp/gdb.aCC/run.c: Likewise.
16087 * gdb.reverse/until-reverse.c: Likewise.
16088 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16089
16090 2014-09-16 Yao Qi <yao@codesourcery.com>
16091
16092 * boards/local-remote-host-native.exp: New file.
16093
16094 2014-09-14 Doug Evans <xdje42@gmail.com>
16095
16096 * gdb.threads/queue-signal.c (thread_count): New variable.
16097 (thread_count_mutex, thread_count_condvar): New variables.
16098 (incr_thread_count, wait_all_threads_running): New functions.
16099 (main): Wait for all threads to be in their thread functions.
16100
16101 2014-09-13 Doug Evans <xdje42@gmail.com>
16102
16103 * gdb.threads/queue-signal.c: New file.
16104 * gdb.threads/queue-signal.exp: New file.
16105
16106 2014-09-13 Doug Evans <xdje42@gmail.com>
16107
16108 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16109 be consistent with what default_gdb_init uses.
16110 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16111 the plain text of the prompt. Add some logging printfs.
16112 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16113
16114 2014-09-12 Pedro Alves <palves@redhat.com>
16115
16116 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16117 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16118 * gdb.arch/i386-size-overlap.exp: Likewise.
16119 * gdb.arch/i386-size.exp: Likewise.
16120 * gdb.arch/i386-unwind.exp: Likewise.
16121 * gdb.base/a2-run.exp: Likewise.
16122 * gdb.base/break.exp: Likewise.
16123 * gdb.base/charset.exp: Likewise.
16124 * gdb.base/chng-syms.exp: Likewise.
16125 * gdb.base/commands.exp: Likewise.
16126 * gdb.base/dbx.exp: Likewise.
16127 * gdb.base/find.exp: Likewise.
16128 * gdb.base/funcargs.exp: Likewise.
16129 * gdb.base/jit-simple.exp: Likewise.
16130 * gdb.base/reread.exp: Likewise.
16131 * gdb.base/sepdebug.exp: Likewise.
16132 * gdb.base/step-bt.exp: Likewise.
16133 * gdb.cp/mb-inline.exp: Likewise.
16134 * gdb.cp/mb-templates.exp: Likewise.
16135 * gdb.objc/basicclass.exp: Likewise.
16136 * gdb.threads/killed.exp: Likewise.
16137
16138 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16139
16140 PR tdep/17379
16141 * gdb.arch/powerpc-stackless.S: New file.
16142 * gdb.arch/powerpc-stackless.exp: New file.
16143
16144 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16145
16146 * gdb.base/attach.c: Include unistd.h.
16147 (main): Call alarm. Add label postloop.
16148 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16149 gdb_breakpoint, gdb_continue_to_breakpoint.
16150 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16151
16152 2014-09-11 Pedro Alves <palves@redhat.com>
16153
16154 PR gdb/17347
16155 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16156 * gdb.base/attach.exp (test_command_line_attach_run): New
16157 procedure.
16158 (top level): Call it.
16159
16160 2014-09-11 Pedro Alves <palves@redhat.com>
16161
16162 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16163 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16164 (do_command_attach_tests): Use spawn_wait_for_attach.
16165 * gdb.base/solib-overlap.exp: Likewise.
16166 * gdb.multi/multi-attach.exp: Likewise.
16167 * gdb.python/py-prompt.exp: Likewise.
16168 * gdb.python/py-sync-interp.exp: Likewise.
16169 * gdb.server/ext-attach.exp: Likewise.
16170
16171 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16172
16173 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16174 command in testcase. Simplify testcase.
16175
16176 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16179
16180 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16181
16182 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16183
16184 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16185
16186 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16187
16188 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16189
16190 * gdb.dwarf2/dynarr-ptr.c: New file.
16191 * gdb.dwarf2/dynarr-ptr.exp: New file.
16192
16193 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16194
16195 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16196 of 30 rather than hardcoding 120 for a slow test case. Take the
16197 `gdb,timeout' target setting into account for this calculation.
16198 Don't extend the timeout for the test cases that don't need it.
16199
16200 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16201
16202 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16203 a factor of 2 for a slow test case. Take the `gdb,timeout'
16204 target setting into account for this calculation.
16205 * gdb.reverse/until-precsave.exp: Increase the timeout by
16206 a factor of 15 and 3 respectively rather than adding 120
16207 for a pair of slow test cases. Take the `gdb,timeout'
16208 target setting into account for this calculation.
16209
16210 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16211
16212 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16213 timeout, don't pass one down to gdb_expect.
16214 (gdb_expect): Rework timeout selection.
16215
16216 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16217
16218 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16219 exception on timeout.
16220 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16221 (gdbserver_start_extended): Catch any `gdbserver_start' error
16222 exceptions.
16223 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16224 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16225 `gdbserver_gdb_load' error exceptions.
16226
16227 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16228
16229 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16230 120 on waiting for the TCP socket to open.
16231
16232 2014-09-09 Doug Evans <xdje42@gmail.com>
16233
16234 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16235 _caller_matches, _any_caller_is, _any_caller_matches.
16236
16237 2014-09-09 Doug Evans <xdje42@gmail.com>
16238
16239 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16240
16241 2014-09-09 Yao Qi <yao@codesourcery.com>
16242
16243 * gdb.mi/mi-var-display.exp: Set print symbol off.
16244
16245 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16246
16247 PR gdb/17035
16248 * gdb.base/commands.exp: Add tests to verify user-defined
16249 commands with empty bodies.
16250 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16251 python commands in `show user command`.
16252 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16253 scheme commands in `show user command`.
16254
16255 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16256
16257 PR python/17355
16258 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16259 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16260 * gdb.python/py-framefilter-invalidarg.exp: New file.
16261 * gdb.python/py-framefilter-invalidarg.py: New file.
16262
16263 2014-09-06 Doug Evans <xdje42@gmail.com>
16264
16265 PR 15276
16266 * gdb.python/py-caller-is.c: New file.
16267 * gdb.python/py-caller-is.exp: New file.
16268
16269 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16270
16271 PR gdb/17235
16272 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16273 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16274
16275 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16276
16277 PR fortran/17237
16278 * gdb.fortran/print-formatted.exp: New file.
16279 * gdb.fortran/print-formatted.f90: Likewise.
16280
16281 2014-09-03 Sasha Smundak <asmundak@google.com>
16282
16283 * gdb.python/py-frame.exp: Test Frame.read_register.
16284
16285 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16286
16287 PR python/16699
16288 * gdb.python/py-completion.exp: New file.
16289 * gdb.python/py-completion.py: Likewise.
16290
16291 2014-08-28 Doug Evans <dje@google.com>
16292
16293 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16294 eax,etc. are live with values set by gdb and thus the compiler can't
16295 use them.
16296 * gdb.arch/i386-pseudo.c (main): Ditto.
16297
16298 2014-08-27 Doug Evans <dje@google.com>
16299
16300 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16301
16302 2014-08-25 Doug Evans <dje@google.com>
16303
16304 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16305 (main): Ditto.
16306
16307 2014-08-25 Doug Evans <dje@google.com>
16308
16309 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16310
16311 2014-08-24 Yao Qi <yao@codesourcery.com>
16312
16313 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16314 symbol off.
16315 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16316
16317 2014-08-22 Doug Evans <dje@google.com>
16318
16319 PR 17276
16320 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16321 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16322 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16323
16324 2014-08-22 Yao Qi <yao@codesourcery.com>
16325
16326 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16327 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16328 * gdb.python/python.exp: Likewise. Use .py file on the host
16329 instead of the build.
16330
16331 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16332
16333 * gdb.threads/gcore-stale-thread.c: New file.
16334 * gdb.threads/gcore-stale-thread.exp: New file.
16335
16336 2014-08-21 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16339 * gdb.base/gcore-relro-pie.exp: Likewise.
16340 * gdb.base/gcore-relro.exp: Likewise.
16341 * gdb.base/gcore.exp: Likewise.
16342 * gdb.base/print-symbol-loading.exp: Likewise.
16343 * gdb.threads/gcore-thread.exp: Likewise.
16344 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16345
16346 2014-08-20 Pedro Alves <palves@redhat.com>
16347 Jan Kratochvil <jan.kratochvil@redhat.com>
16348
16349 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16350 configure.
16351 (EXPECT): Handle READ1 being set.
16352 (all): Depend on EXTRA_RULES.
16353 (check-read1, expect-read1, read1.so, read1): New rules.
16354 * README (Testsuite Parameters): Document the READ1 make variable.
16355 (Race detection): New section.
16356 * configure: Regenerate.
16357 * configure.ac: If build==host==target, and running under a
16358 GNU/glibc system, add read1 to the extra Makefile rules.
16359 (EXTRA_RULES): AC_SUBST it.
16360 * lib/read1.c: New file.
16361
16362 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16363
16364 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16365 the handling of variables declared as a typedef to an array
16366 which a DW_AT_data_location attribute.
16367
16368 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16369 Pedro Alves <palves@redhat.com>
16370
16371 PR symtab/14604
16372 PR symtab/14605
16373 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16374 gdb_test.
16375
16376 2014-08-19 Pedro Alves <palves@redhat.com>
16377
16378 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16379
16380 2014-08-19 Yao Qi <yao@codesourcery.com>
16381
16382 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16383 right line.
16384
16385 2014-08-18 David Blaikie <dblaikie@gmail.com>
16386
16387 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16388
16389 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16390
16391 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16392 attribute in array range.
16393
16394 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16395
16396 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16397
16398 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16399
16400 PR c++/17132
16401 * gdb.cp/pr17132.cc: New file.
16402 * gdb.cp/pr17132.exp: New file.
16403
16404 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16405
16406 * gdb.python/py-xmethods.py (A_getarrayind)
16407 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16408 Use 'print' with function call syntax.
16409 (E_method_matcher.match): Fix tab vs space indentation mixup.
16410
16411 2014-08-15 Yao Qi <yao@codesourcery.com>
16412
16413 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16414 false.
16415
16416 2014-08-15 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.cp/casts.exp: Set print symbol off.
16419 * gdb.cp/class2.exp: Likewise.
16420 * gdb.cp/overload.exp: Likewise.
16421 * gdb.cp/templates.exp: Likewise.
16422
16423 2014-08-11 Doug Evans <dje@google.com>
16424
16425 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16426 (test_load_shlib): Update.
16427
16428 2014-08-09 Yao Qi <yao@codesourcery.com>
16429
16430 * gdb.base/display.exp: Invoke is_address_zero_readable.
16431 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16432 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16433 * gdb.base/hbreak-unmapped.exp: Return if
16434 is_address_zero_readable returns true.
16435 * gdb.base/signest.exp: Likewise.
16436 * gdb.base/signull.exp: Likewise.
16437 * gdb.base/sigbpt.exp: Likewise.
16438 * gdb.guile/scm-disasm.exp: Do the test if
16439 is_address_zero_readable returns false.
16440 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16441 * gdb.python/py-arch.exp: Likewise.
16442 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16443 * lib/gdb.exp (is_address_zero_readable): New proc.
16444
16445 2014-08-09 Yao Qi <yao@codesourcery.com>
16446
16447 PR testsuite/13443
16448 * gdb.mi/mi-var-display.exp: Make test messages unique.
16449
16450 2014-08-04 Tom Tromey <tromey@redhat.com>
16451
16452 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16453 target 0".
16454
16455 2014-08-04 Tom Tromey <tromey@redhat.com>
16456
16457 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16458 "target_resume".
16459
16460 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16461
16462 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16463 inner_vla_struct_object_size.
16464 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16465 as xfail.
16466
16467 2014-07-30 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16470 comment.
16471
16472 2014-07-29 Yao Qi <yao@codesourcery.com>
16473
16474 PR gdb/17206
16475 * gdb.base/until-nodebug.exp: New.
16476
16477 2014-07-28 Doug Evans <xdje42@gmail.com>
16478
16479 PR guile/17203
16480 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16481 previously existing parameter, and previously ambiguously spelled
16482 parameter.
16483
16484 2014-07-28 Will Newton <will.newton@linaro.org>
16485
16486 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16487
16488 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16489 Doug Evans <xdje42@gmail.com>
16490
16491 PR guile/17146
16492 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16493
16494 2014-07-25 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.threads/signal-command-handle-nopass.c: New file.
16497 * gdb.threads/signal-command-handle-nopass.exp: New file.
16498 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16499 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16500 * gdb.threads/signal-delivered-right-thread.c: New file.
16501 * gdb.threads/signal-delivered-right-thread.exp: New file.
16502
16503 2014-07-25 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.base/double-prompt-target-event-error.exp
16506 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16507 match.
16508 (cancel_pagination_in_target_event): Rework double prompt
16509 detection.
16510 * gdb.base/paginate-after-ctrl-c-running.exp
16511 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16512 <return>' match.
16513 * gdb.base/paginate-bg-execution.exp
16514 (test_bg_execution_pagination_return)
16515 (test_bg_execution_pagination_cancel): Remove '-notransfer
16516 <return>' matches.
16517 * gdb.base/paginate-execution-startup.exp
16518 (test_fg_execution_pagination_return)
16519 (test_fg_execution_pagination_cancel): Remove '-notransfer
16520 <return>' matches.
16521 * gdb.base/paginate-inferior-exit.exp
16522 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16523 match.
16524 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16525 * lib/gdb.exp (pagination_prompt): Run text through
16526 string_to_regexp.
16527 (gdb_test_multiple): Match $pagination_prompt instead of
16528 "<return>".
16529 (string_to_regexp): Move to lib/gdb-utils.exp.
16530
16531 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16532
16533 * gdb.arch/amd64-entry-value-paramref.S: New file.
16534 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16535 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16536 * gdb.arch/amd64-optimout-repeat.S: New file.
16537 * gdb.arch/amd64-optimout-repeat.c: New file.
16538 * gdb.arch/amd64-optimout-repeat.exp: New file.
16539
16540 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16541
16542 PR gdb/17170
16543 * gdb.base/statistics.exp: New file.
16544
16545 2014-07-17 Doug Evans <dje@google.com>
16546
16547 PR gdb/17170
16548 * gdb.base/maint.exp: Update testing of per-command stats.
16549
16550 2014-07-16 Pedro Alves <palves@redhat.com>
16551
16552 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16553 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16554 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16555 (tfile_write_buf): New functions.
16556 (add_memory_block): Rewrite using the above.
16557 (adjust_function_address): New function.
16558 (FUNCTION_ADDRESS): New macro.
16559 (write_basic_trace_file): Remove short_x local, and use
16560 tfile_write_16. Change type of func_addr local to unsigned long
16561 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16562 here. Cast argument of add_memory_block to char pointer.
16563 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16564 (main): Remove parameters.
16565 * gdb.trace/tfile.exp: Remove nowarnings.
16566
16567 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16568
16569 * gdb.base/debug-expr.exp: Test string evaluation with
16570 "debug expression" on.
16571
16572 2014-07-15 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.base/reread.exp: Use clean_restart.
16575
16576 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16577
16578 * gdb.arch/avr-flash-qualifer.c: New.
16579 * gdb.arch/avr-flash-qualifer.exp: New.
16580
16581 2014-07-14 Pedro Alves <palves@redhat.com>
16582
16583 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16584 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16585
16586 2014-07-14 Pedro Alves <palves@redhat.com>
16587
16588 * gdb.base/double-prompt-target-event-error.c: New file.
16589 * gdb.base/double-prompt-target-event-error.exp: New file.
16590
16591 2014-07-14 Pedro Alves <palves@redhat.com>
16592
16593 PR gdb/17072
16594 * gdb.base/paginate-inferior-exit.c: New file.
16595 * gdb.base/paginate-inferior-exit.exp: New file.
16596
16597 2014-07-14 Pedro Alves <palves@redhat.com>
16598
16599 PR gdb/17072
16600 * gdb.base/paginate-bg-execution.c: New file.
16601 * gdb.base/paginate-bg-execution.exp: New file.
16602
16603 2014-07-14 Pedro Alves <palves@redhat.com>
16604
16605 PR gdb/17072
16606 * gdb.base/paginate-execution-startup.c: New file.
16607 * gdb.base/paginate-execution-startup.exp: New file.
16608 * lib/gdb.exp (pagination_prompt): New global.
16609 (default_gdb_spawn): New procedure, factored out from
16610 default_gdb_spawn.
16611 (default_gdb_start): Adjust to call default_gdb_spawn.
16612 (gdb_spawn): New procedure.
16613
16614 2014-07-14 Pedro Alves <palves@redhat.com>
16615
16616 * lib/gdb.exp (gdb_assert): New procedure.
16617 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16618
16619 2014-07-14 Pedro Alves <palves@redhat.com>
16620
16621 * gdb.base/execution-termios.c: New file.
16622 * gdb.base/execution-termios.exp: New file.
16623
16624 2014-07-14 Tom Tromey <tromey@redhat.com>
16625
16626 * gdb.cp/vla-cxx.cc: New file.
16627 * gdb.cp/vla-cxx.exp: New file.
16628
16629 2014-07-14 Tom Tromey <tromey@redhat.com>
16630
16631 * gdb.reverse/rerun-prec.c: New file.
16632 * gdb.reverse/rerun-prec.exp: New file.
16633
16634 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16635 Maciej W. Rozycki <macro@codesourcery.com>
16636
16637 * lib/gdb-utils.exp: New file.
16638 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16639 inline `gdb_init_command' processing.
16640 (gdb_start_cmd): Likewise.
16641 * lib/mi-support.exp (mi_run_cmd): Likewise.
16642 * README: Document `gdb_init_command' and `gdb_init_commands'.
16643
16644 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16645
16646 Fix false FAIL running under a very long directory name.
16647 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16648 and "set print elements 10000". Twice.
16649
16650 2014-07-11 Yao Qi <yao@codesourcery.com>
16651
16652 * gdb.base/exprs.exp: "set print symbol off".
16653
16654 2014-07-11 Pedro Alves <palves@redhat.com>
16655
16656 * gdb.threads/kill.c: New file.
16657 * gdb.threads/kill.exp: New file.
16658
16659 2014-07-10 Yao Qi <yao@codesourcery.com>
16660
16661 * gdb.trace/tfile.c (write_basic_trace_file)
16662 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16663 address written to trace file.
16664
16665 2014-07-09 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.base/attach-wait-input.exp: New file.
16668 * gdb.base/attach-wait-input.c: New file.
16669
16670 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16671
16672 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16673 setting up test structures.
16674 (main): Call new test function.
16675 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16676 test function, continue into test function and walk test
16677 structures.
16678
16679 2014-07-02 Yao Qi <yao@codesourcery.com>
16680
16681 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16682 'bar_start' at the beginning of functions 'foo' and 'bar'
16683 respectively.
16684 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16685 instead of 'foo' and 'bar'.
16686
16687 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16688
16689 * gdb.btrace/segv.exp: New.
16690 * gdb.btrace/segv.c: New.
16691
16692 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16693
16694 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16695 instruction.
16696
16697 2014-06-30 Mark Wielaard <mjw@redhat.com>
16698
16699 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16700 vulture, vilify, villar): New volatile array constants.
16701 (vindictive, vegetation): New const volatile array constants.
16702 * gdb.base/volatile.exp: Test volatile and const volatile array
16703 types.
16704
16705 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16706
16707 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16708 target lacks support for awatch, rwatch, or hbreak.
16709
16710 2014-06-27 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.multi/dummy-frame-restore.exp: New.
16713 * gdb.multi/dummy-frame-restore.c: New.
16714
16715 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16716
16717 * gdb.btrace/gcore.exp: New.
16718
16719 2014-06-23 Pedro Alves <palves@redhat.com>
16720
16721 * gdb.base/watchpoint-reuse-slot.c: New file.
16722 * gdb.base/watchpoint-reuse-slot.exp: New file.
16723
16724 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16725
16726 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16727 progspace's filename in 'info', 'enable' and 'disable' command
16728 tests.
16729
16730 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16731
16732 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16733 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16734 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16735
16736 2014-06-20 Gary Benson <gbenson@redhat.com>
16737
16738 * gdb.arch/i386-avx.exp: Fix include file location.
16739 * gdb.arch/i386-sse.exp: Likewise.
16740
16741 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16742
16743 * gdb.dlang/expression.exp: New file.
16744
16745 2014-06-19 Pedro Alves <palves@redhat.com>
16746
16747 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16748 out from ...
16749 (top level): ... here. Iterate running tests under different
16750 scheduler-locking settings.
16751
16752 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16753
16754 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16755 to DW_FORM_addr and use non-zero addresses.
16756
16757 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16758
16759 PR gdb/17017
16760 * gdb.python/py-xmethods.cc: Add global function call counters and
16761 increment them in their respective functions. Remove "cout"
16762 statements.
16763 * gdb.python/py-xmethods.exp: Make tests check the global function
16764 call counters instead of depending on inferior IO.
16765
16766 2014-06-18 Don Breazeal <donb@codesourcery.com>
16767
16768 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16769 Deleted procedure.
16770 (explicit_fork_parent_follow): Deleted procedure.
16771 (explicit_fork_child_follow): Deleted procedure.
16772 (test_follow_fork): New procedure.
16773 (do_fork_tests): Replace calls to deleted procedures with
16774 calls to test_follow_fork and reset GDB for subsequent
16775 procedure calls.
16776
16777 2014-06-17 Yao Qi <yao@codesourcery.com>
16778
16779 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16780 CP1252.
16781
16782 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16783
16784 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16785 Initialize ptr and S explicitly.
16786 (skip_type_update_when_not_use_rtti_test): Likewise.
16787
16788 2014-06-16 Keith Seitz <keiths@redhat.com>
16789
16790 PR mi/15863
16791 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16792 the inferior is started.
16793
16794 2014-06-16 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/break-main-file-remove-fail.c: New file.
16797 * gdb.base/break-main-file-remove-fail.exp: New file.
16798 * gdb.base/break-unload-file.exp: Use build_executable instead of
16799 prepare_for_testing.
16800 (test_break): New parameter "initial_load". Handle it.
16801 (top level): Add initial_load cmdline/file axis.
16802
16803 2014-06-12 Tom Tromey <tromey@redhat.com>
16804
16805 * gdb.base/completion.exp: Don't use directory name in test.
16806
16807 2014-06-09 Gary Benson <gbenson@redhat.com>
16808
16809 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16810 separate the always-available ANSI-standard signals from the
16811 signals that require checking.
16812 (main): Likewise.
16813 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16814 Likewise.
16815 (main): Likewise.
16816
16817 2014-06-07 Keith Seitz <keiths@redhat.com>
16818
16819 Revert:
16820 PR c++/16253
16821 * gdb.cp/var-tag.cc: New file.
16822 * gdb.cp/var-tag.exp: New file.
16823 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16824 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16825 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16826 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16827
16828 2014-06-06 Doug Evans <xdje42@gmail.com>
16829
16830 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16831
16832 2014-06-06 Pedro Alves <palves@redhat.com>
16833
16834 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16835 in target debug output instead of looking at RSP packets,
16836 disabling the test on any target that uses hardware stepping.
16837 Update comments.
16838
16839 2014-06-06 Pedro Alves <palves@redhat.com>
16840
16841 * gdb.base/break-unload-file.exp: Fix typo.
16842
16843 2014-06-06 Yao Qi <yao@codesourcery.com>
16844
16845 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16846 from "jit_function" to "^jit_function".
16847
16848 2014-06-06 Yao Qi <yao@codesourcery.com>
16849
16850 * gdb.base/async.c (foo): Add one statement.
16851 * gdb.base/async.exp: Get the next instruction address and
16852 match the output of "nexti" by instruction address. Match
16853 the hex address in the output of "finish".
16854
16855 2014-06-06 Gary Benson <gbenson@redhat.com>
16856
16857 * gdb.base/call-signals.c: Remove preprocessor conditionals
16858 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16859 SIGSEGV and SIGTERM.
16860 * gdb.base/sigall.c: Likewise.
16861 * gdb.base/unwindonsignal.c: Likewise.
16862 * gdb.reverse/sigall-reverse.c: Likewise.
16863
16864 2014-06-06 Yao Qi <yao@codesourcery.com>
16865
16866 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16867 readable, skip the test.
16868
16869 2014-06-06 Yao Qi <yao@codesourcery.com>
16870
16871 * gdb.threads/staticthreads.c (thread_function): Move the line
16872 setting breakpoint on forward.
16873 * gdb.threads/staticthreads.exp: Update comments.
16874
16875 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16876
16877 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16878 "history-append! type error".
16879
16880 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16881
16882 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16883 erroneous dprintf expected input.
16884
16885 2014-06-04 Doug Evans <xdje42@gmail.com>
16886
16887 * gdb.guile/scm-generics.exp: Delete.
16888
16889 2014-06-04 Doug Evans <xdje42@gmail.com>
16890
16891 * gdb.guile/scm-breakpoint.exp: Update.
16892 Add tests for breakpoint registration.
16893
16894 2014-06-04 Tom Tromey <tromey@redhat.com>
16895
16896 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16897 VLA-in-union.
16898 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16899 inner_vla_struct, vla_union types. Initialize objects of those
16900 types and compute their sizes.
16901
16902 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16903 Hui Zhu <hui@codesourcery.com>
16904
16905 * gdb.base/fileio.exp: Add test for shell not available as well as
16906 available.
16907 * gdb.base/fileio.c (test_system): Check for shell twice.
16908
16909 2014-06-04 Yao Qi <yao@codesourcery.com>
16910
16911 * gdb.base/auto-connect-native-target.exp: Remove redundant
16912 space from the regexp pattern.
16913
16914 2014-06-04 Yao Qi <yao@codesourcery.com>
16915
16916 * gdb.base/default.exp: Replace "child" with "native" in
16917 regexp pattern.
16918
16919 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16920
16921 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16922 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16923 * gdb.python/py-xmethods.py: Python script supporting the
16924 new testcase and tests.
16925
16926 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16927 Pedro Alves <palves@redhat.com>
16928
16929 PR breakpoints/17000
16930 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16931 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16932
16933 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16934
16935 * gdb.base/subst.exp: Add tests to verify partial path matching
16936 output.
16937
16938 2014-06-03 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16941 target that doesn't use software single-stepping.
16942
16943 2014-06-03 Pedro Alves <palves@redhat.com>
16944
16945 PR breakpoints/17000
16946 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16947 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16948
16949 2014-06-02 Doug Evans <xdje42@gmail.com>
16950
16951 * gdb.guile/scm-parameter.exp: New file.
16952
16953 2014-06-02 Doug Evans <xdje42@gmail.com>
16954
16955 * gdb.guile/scm-cmd.c: New file.
16956 * gdb.guile/scm-cmd.exp: New file.
16957
16958 2014-06-02 Doug Evans <xdje42@gmail.com>
16959
16960 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16961 pretty-printer lookup.
16962 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16963 (make-pp_s-printer): Call it.
16964 (make-pretty-printer-from-dict): New function.
16965 (lookup-pretty-printer-maker-from-dict): New function.
16966 (*pretty-printer*): Simplify.
16967 (make-objfile-pp_s-printer): New function.
16968 (install-objfile-pretty-printers!): New function.
16969 (make-progspace-pp_s-printer): New function.
16970 (install-progspace-pretty-printers!): New function.
16971 * gdb.guile/scm-progspace.c: New file.
16972 * gdb.guile/scm-progspace.exp: New file.
16973
16974 2014-06-02 Pedro Alves <palves@redhat.com>
16975
16976 * gdb.base/dprintf-bp-same-addr.c: New file.
16977 * gdb.base/dprintf-bp-same-addr.exp: New file.
16978
16979 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16980
16981 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16982 * gdb.arch/powerpc-power.s: Likewise.
16983
16984 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16985
16986 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16987
16988 2014-06-01 Yao Qi <yao@codesourcery.com>
16989
16990 * gdb.base/watchpoint.exp (test_watch_location): Check null
16991 pointer can be dereferenced. If not, do the test, otherwise
16992 skip it.
16993
16994 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16995
16996 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16997 results.
16998 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16999
17000 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
17001
17002 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17003 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17004 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17005 * gdb.arch/amd64-invalid-stack-top.c: New file.
17006 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17007
17008 2014-05-30 Pedro Alves <palves@redhat.com>
17009
17010 PR breakpoints/17000
17011 * gdb.base/sss-bp-on-user-bp.c: New file.
17012 * gdb.base/sss-bp-on-user-bp.exp: New file.
17013
17014 2014-05-30 David Blaikie <dblaikie@gmail.com>
17015
17016 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17017 gnu_inline semantics via attribute.
17018 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17019 source explicitly specifies the required semantics.
17020
17021 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17022
17023 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17024
17025 2014-05-29 Pedro Alves <palves@redhat.com>
17026 Tom Tromey <tromey@redhat.com>
17027
17028 * gdb.base/async-shell.exp: Don't enable target-async.
17029 * gdb.base/async.exp
17030 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17031 parameter. Adjust.
17032 (top level): Don't test with "target-async".
17033 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17034 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17035 * gdb.base/inferior-died.exp: Don't enable target-async.
17036 * gdb.base/interrupt-noterm.exp: Likewise.
17037 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17038 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17039 * gdb.mi/mi-nonstop.exp: Likewise.
17040 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17041 * gdb.mi/mi-nsintrall.exp: Likewise.
17042 * gdb.mi/mi-nsmoribund.exp: Likewise.
17043 * gdb.mi/mi-nsthrexec.exp: Likewise.
17044 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17045 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17046 * gdb.python/py-evsignal.exp: Don't enable target-async.
17047 * gdb.python/py-evthreads.exp: Likewise.
17048 * gdb.python/py-prompt.exp: Likewise.
17049 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17050 * gdb.server/solib-list.exp: Don't enable target-async.
17051 * gdb.threads/thread-specific-bp.exp: Likewise.
17052 * lib/mi-support.exp: Adjust to use mi-async.
17053
17054 2014-05-29 Pedro Alves <palves@redhat.com>
17055
17056 PR gdb/13860
17057 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17058 reason, even in sync mode.
17059
17060 2014-05-29 Pedro Alves <palves@redhat.com>
17061 Hui Zhu <hui@codesourcery.com>
17062
17063 PR PR15693
17064 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17065 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17066 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17067 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17068
17069 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17070
17071 * config/monitor.exp (gdb_target_monitor): Replace use of
17072 "set remotebaud" by "set serial baud".
17073
17074 2014-05-26 Andy Wingo <wingo@igalia.com>
17075
17076 * gdb.guile/scm-breakpoint.exp:
17077 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17078 properties instead of gdb-object-properties.
17079
17080 2014-05-26 Yao Qi <yao@codesourcery.com>
17081
17082 * gdb.server/no-thread-db.exp: Specify source file name
17083 explicitly when setting a breakpoint.
17084
17085 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17086
17087 * gdb.btrace/vdso.c: New.
17088 * gdb.btrace/vdso.exp: New.
17089
17090 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17091
17092 * gdb.base/gcore.exp (capture_command_output): Move ...
17093 * lib/gdb.exp (capture_command_output): ... here.
17094
17095 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17096
17097 * gdb.btrace/data.exp: Test memory access during btrace replay.
17098
17099 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17100
17101 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17102
17103 2014-05-21 Pedro Alves <palves@redhat.com>
17104
17105 PR gdb/13860
17106 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17107 (top level): Test that output related to execution commands is
17108 sent to the console with CLI commands, but not with MI commands.
17109 Test that breakpoint events are always mirrored to the console.
17110 Also expect the new source line to be output after a "next" in
17111 async mode too. Make it a pass/fail test.
17112 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17113 output.
17114 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17115
17116 2014-05-21 Pedro Alves <palves@redhat.com>
17117
17118 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17119 Use them to test variations of "list" after reaching a breakpoint.
17120 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17121 Test "list" with listsize 10 after reaching a breakpoint.
17122 * gdb.python/python.exp (decode_line current location line
17123 number): Adjust expected line number.
17124
17125 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17126
17127 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17128 behavior for $args, pass it directly to "run".
17129
17130 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17131
17132 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17133 30000 to 65536.
17134
17135 2014-05-21 Pedro Alves <palves@redhat.com>
17136
17137 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17138 auto-connect-native-target off".
17139 * gdb.base/auto-connect-native-target.c: New file.
17140 * gdb.base/auto-connect-native-target.exp: New file.
17141
17142 2014-05-21 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/default.exp: Test "target native" instead of "target
17145 child".
17146
17147 2014-05-21 Mark Wielaard <mjw@redhat.com>
17148
17149 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17150
17151 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17152
17153 Fix TLS access for -static -pthread.
17154 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17155 <HAVE_TLS> (thread_function, main): Initialize it.
17156 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17157 Add clean_restart.
17158 <$have_tls != "">: Check TLSVAR.
17159
17160 2014-05-21 Pedro Alves <palves@redhat.com>
17161
17162 * gdb.base/dcache-line-read-error.c: New.
17163 * gdb.base/dcache-line-read-error.exp: New.
17164
17165 2014-05-20 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.base/compare-sections.c: New file.
17168 * gdb.base/compare-sections.exp: New file.
17169
17170 2014-05-20 Pedro Alves <palves@redhat.com>
17171
17172 * gdb.base/break-idempotent.c: New file.
17173 * gdb.base/break-idempotent.exp: New file.
17174
17175 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17176
17177 * gdb.btrace/nohist.exp: New.
17178
17179 2014-05-20 Yao Qi <yao@codesourcery.com>
17180
17181 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17182 gdb.reverse directory and gdb_reverse_timeout exists in board
17183 setting.
17184 * README: Document gdb_reverse_timeout.
17185
17186 2014-05-20 Yao Qi <yao@codesourcery.com>
17187
17188 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17189 'test_file_name'. Treat args as a string instead of a list.
17190 (gdb_init): Rename argument 'args' by 'test_file_name'.
17191
17192 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17193
17194 * gdb.arch/powerpc-power.exp: New file.
17195 * gdb.arch/powerpc-power.s: New file.
17196
17197 2014-05-16 Doug Evans <dje@google.com>
17198
17199 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17200 * gdb.base/completion.exp: Check that all expected files exist
17201 before doing file completion.
17202
17203 2014-05-16 Doug Evans <dje@google.com>
17204
17205 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17206 Update.
17207 (do_syscall_tests_without_xml): Update.
17208
17209 2014-05-16 Pedro Alves <palves@redhat.com>
17210
17211 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17212 instead of "unknown output after running".
17213
17214 2014-05-16 Yao Qi <yao@codesourcery.com>
17215
17216 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17217 file1.txt from host at the end.
17218 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17219
17220 2014-05-15 Doug Evans <dje@google.com>
17221
17222 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17223 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17224 loading file. Add test for TU lookup.
17225
17226 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17227
17228 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17229 calling "-exec-arguments" or "set args" before running the
17230 inferior.
17231
17232 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17233
17234 * lib/mi-support.exp (mi_expect_stop): Expect message for
17235 inferiors that exit with non-zero exit code.
17236
17237 2014-05-14 Yao Qi <yao@codesourcery.com>
17238
17239 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17240 match absolute path on remote host.
17241 (test_file_list_exec_source_files): Remove "/" from the
17242 pattern.
17243
17244 2014-05-14 Yao Qi <yao@codesourcery.com>
17245
17246 * boards/local-remote-host-notty.exp (${board}_file): New
17247 proc.
17248
17249 2014-05-07 Kyle McMartin <kyle@redhat.com>
17250
17251 Pushed by Joel Brobecker <brobecker@adacore.com>.
17252 * gdb.arch/aarch64-atomic-inst.c: New file.
17253 * gdb.arch/aarch64-atomic-inst.exp: New file.
17254
17255 2014-05-07 Yao Qi <yao@codesourcery.com>
17256
17257 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17258 in current context" too.
17259
17260 2014-05-05 Keith Seitz <keiths@redhat.com>
17261
17262 * gdb.linespec/ls-dollar.exp: Add test for linespec
17263 file:convenience_variable.
17264
17265 2014-05-05 Yao Qi <yao@codesourcery.com>
17266
17267 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17268 traceframes into tfile and ctf trace files. Read data from
17269 trace file and test collected data.
17270 (gdb_collect_locals_test): Likewise.
17271 (gdb_unavailable_registers_test): Likewise.
17272 (gdb_unavailable_floats): Likewise.
17273 (gdb_collect_globals_test): Likewise.
17274 (top-level): Append "ctf" to trace_file_targets if GDB
17275 supports.
17276
17277 2014-05-05 Yao Qi <yao@codesourcery.com>
17278
17279 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17280 code to ...
17281 (gdb_collect_args_test_1): ... it. New proc.
17282 (gdb_collect_locals_test): Move some code to ...
17283 (gdb_collect_locals_test_1): ... it. New proc.
17284 (gdb_unavailable_registers_test): Move some code to ...
17285 (gdb_unavailable_registers_test_1): ... it. New proc.
17286 (gdb_unavailable_floats): Move some code to ...
17287 (gdb_unavailable_floats_1): ... it. New proc.
17288
17289 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17290
17291 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17292 probes to test for bitness recognition.
17293 * gdb.arch/amd64-stap-optional-prefix.exp
17294 (test_probe_value_without_reg): New procedure.
17295 Add code to test for different kinds of bitness.
17296
17297 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17298
17299 PR breakpoints/16889
17300 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17301 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17302
17303 2014-05-01 Pedro Alves <palves@redhat.com>
17304
17305 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17306 gdb_file_cmd if no file is specified.
17307 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17308 last_loaded_file to set the remote exec-file.
17309
17310 2014-05-01 Pedro Alves <palves@redhat.com>
17311
17312 * boards/local-remote-host.exp: New file.
17313
17314 2014-05-01 Pedro Alves <palves@redhat.com>
17315
17316 * boards/local-remote-host.exp: Rename to ...
17317 * boards/local-remote-host-notty.exp: ... this.
17318
17319 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17320
17321 * gdb.ada/dyn_arrayidx: New testcase.
17322
17323 2014-04-26 Yao Qi <yao@codesourcery.com>
17324
17325 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17326 and compute the length of function main. Save it in
17327 $main_length.
17328 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17329 (top-level): Use gdb_compile to compile objects into
17330 executable and restart GDB. Remove invocation to
17331 prepare_for_testing.
17332
17333 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17334 Pedro Alves <palves@redhat.com>
17335
17336 PR server/16255
17337 * gdb.multi/multi-attach.c: New file.
17338 * gdb.multi/multi-attach.exp: New file.
17339
17340 2014-04-25 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17343 user.
17344 (top level): Test that "set remote conditional-breakpoints-packet
17345 off" works as intended.
17346 * gdb.base/dprintf.exp: Test that "set remote
17347 breakpoint-commands-packet off" works as intended.
17348 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17349 New function.
17350 (top level): Call it.
17351 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17352 remote fast-tracepoints-packet off" works as intended.
17353 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17354 * lib/gdb.exp (gdb_is_target_remote): ... here.
17355
17356 2014-04-24 David Blaikie <dblaikie@gmail.com>
17357
17358 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17359 ensure clang would not discard them.
17360 * gdb.base/gdbvars.c: Ditto.
17361 * gdb.base/memattr.c: Ditto.
17362 * gdb.base/whatis.c: Ditto.
17363 * gdb.python/py-prettyprint.c: Ditto.
17364 * gdb.trace/actions.c: Ditto.
17365 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17366 ensure clang would not discard it.
17367
17368 2014-04-24 David Blaikie <dblaikie@gmail.com>
17369
17370 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17371 clang to emit the full definition of type required by the test
17372 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17373
17374 2014-04-24 David Blaikie <dblaikie@gmail.com>
17375
17376 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17377 coax Clang into emitting the definition of the type.
17378 * gdb.cp/pr10728-x.h (y): Ditto.
17379 * gdb.cp/pr10728-y.cc (y): Ditto.
17380
17381 2014-04-24 David Blaikie <dblaikie@gmail.com>
17382
17383 * gdb.base/label.exp: XFAIL label related tests under Clang.
17384 * gdb.cp/cplabel.exp: Ditto.
17385 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17386 under Clang those using labels.
17387
17388 2014-04-25 Yao Qi <yao@codesourcery.com>
17389
17390 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17391 double_label.
17392 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17393 partial_label and double_label.
17394
17395 2014-04-24 David Blaikie <dblaikie@gmail.com>
17396
17397 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17398
17399 2014-04-24 David Blaikie <dblaikie@gmail.com>
17400
17401 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17402 of the function to work across GCC and Clang.
17403 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17404 pointer types (const void ** const V void **).
17405
17406 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17407 Walfred Tedeschi <walfred.tedeschi@intel.com>
17408
17409 * Makefile.in (EXECUTABLES): Added i386-avx512.
17410 * gdb.arch/i386-avx512.c: New file.
17411 * gdb.arch/i386-avx512.exp: Likewise.
17412
17413 2014-04-23 Keith Seitz <keiths@redhat.com>
17414
17415 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17416 (mi_make_breakpoint_table): New procedure.
17417 (mi_create_breakpoint): Use mi_make_breakpoint
17418 and return the result.
17419 (mi_make_breakpoint): New procedure.
17420 (mi_build_kv_pairs): New procedure.
17421
17422 * gdb.mi/mi-break.exp: Remove unused globals,
17423 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17424 All callers updated.
17425 * gdb.mi/mi-dprintf.exp: Use variable to track command
17426 number.
17427 Update all callers of mi_create_breakpoint and use
17428 mi_make_breakpoint_table.
17429 Remove any unused global variables.
17430 * gdb.mi/mi-nonstop.exp: Likewise.
17431 * gdb.mi/mi-nsintrall.exp: Likewise.
17432 * gdb.mi/mi-nsmoribund.exp: Likewise.
17433 * gdb.mi/mi-nsthrexec.exp: Likewise.
17434 * gdb.mi/mi-reverse.exp: Likewise.
17435 * gdb.mi/mi-simplerun.exp: Likewise.
17436 * gdb.mi/mi-stepn.exp: Likewise.
17437 * gdb.mi/mi-syn-frame.exp: Likewise.
17438 * gdb.mi/mi-until.exp: Likewise.
17439 * gdb.mi/mi-var-cp.exp: Likewise.
17440 * gdb.mi/mi-var-display.exp: Likewise.
17441 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17442 * gdb.mi/mi2-var-child.exp: Likewise.
17443 * gdb.mi/mi-vla-c99.exp: Likewise.
17444 * lib/mi-support.exp: Likewise.
17445
17446 From Ian Lance Taylor <iant@cygnus.com>:
17447 * lib/gdb.exp (parse_args): New procedure.
17448
17449 2014-04-23 Pedro Alves <palves@redhat.com>
17450
17451 * gdb.base/break-unload-file.c: New file.
17452 * gdb.base/break-unload-file.exp: New file.
17453 * gdb.base/sym-file-lib.c (baz): New function.
17454 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17455 field.
17456 (load): Store the segment's mapped size.
17457 (unload): New function.
17458 (unload_shlib): New function.
17459 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17460 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17461 set a breakpoint at baz, and call it.
17462 * gdb.base/sym-file.exp: New tests for stale breakpoint
17463 instructions.
17464
17465 2014-04-23 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17468 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17469 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17470 * gdb.base/hbreak-unmapped.c: New file.
17471 * gdb.base/hbreak-unmapped.exp: New file.
17472 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17473 * lib/gdb.exp (gdb_is_target_remote): ... here.
17474
17475 2014-04-22 Pedro Alves <palves@redhat.com>
17476
17477 * gdb.base/consecutive-step-over.c: New file.
17478 * gdb.base/consecutive-step-over.exp: New file.
17479
17480 2014-04-22 Pedro Alves <palves@redhat.com>
17481
17482 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17483 instead of send_gdb/gdb_expect.
17484
17485 2014-04-22 Yao Qi <yao@codesourcery.com>
17486
17487 * lib/trace-support.exp (generate_tracefile): New procedure.
17488 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17489 return 0.
17490 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17491 if generate_tracefile returns 1.
17492
17493 2014-04-18 Tom Tromey <palves@redhat.com>
17494 Pedro alves <tromey@redhat.com>
17495
17496 PR backtrace/15558
17497 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17498 with a backtrace limit.
17499 * gdb.python/py-frame-inline.exp: Test running to an inline
17500 function with a backtrace limit, and printing the newest frame.
17501 * gdb.python/py-frame-inline.c (main): Call f.
17502
17503 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17504
17505 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17506
17507 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17508
17509 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17510 Drop prefix from unsupported source file path.
17511
17512 2014-04-17 Yao Qi <yao@codesourcery.com>
17513
17514 * lib/gdb.exp (with_target_charset): New proc.
17515 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17516 with_target_charset.
17517 (test_print_strings): Likewise.
17518 (test_repeat_bytes): Likewise.
17519 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17520 for some tests.
17521
17522 2014-04-16 Keith Seitz <keiths@redhat.com>
17523
17524 PR gdb/15827
17525 * gdb.dwarf2/corrupt.c: New file.
17526 * gdb.dwarf2/corrupt.exp: New file.
17527
17528 2014-04-16 Keith Seitz <keiths@redhat.com>
17529
17530 PR c++/16597
17531 * gdb.cp/namelessclass.cc: New file.
17532 * gdb.cp/namelessclass.exp: New file.
17533 * gdb.cp/namelessclass.S: New file.
17534
17535 2014-04-16 Doug Evans <dje@google.com>
17536
17537 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17538 Add comment.
17539 (gdbserver_default_get_comm_port): New function.
17540 (gdbserver_start): Check if board file provided
17541 "gdbserver,get_comm_port" and use it if so.
17542 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17543 (gdb,socketport): Set to "stdio".
17544 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17545 (stdio_gdbserver_template): Delete.
17546 (${board}_get_remote_address): Update.
17547 (${board}_build_remote_cmd): Delete.
17548 (${board}_get_comm_port): New function.
17549 (${board}_spawn): Update.
17550 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17551 Delete.
17552 (${board}_get_remote_address): Update.
17553 (${board}_get_comm_port): New function.
17554
17555 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17556
17557 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17558 appearing in any order.
17559
17560 2014-04-15 Doug Evans <dje@google.com>
17561
17562 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17563 uninitialized value of "description".
17564
17565 2014-04-15 Keith Seitz <keiths@redhat.com>
17566
17567 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17568 Remove unused globals.
17569 (test_running_the_program): Likewise.
17570 (test_controlled_execution): Likewise.
17571 (test_controlling_breakpoints): Likewise.
17572 (test_program_termination): Likewise.
17573
17574 2014-04-15 Keith Seitz <keiths@redhat.com>
17575
17576 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17577 unused globals.
17578 (test_rbreak_creation_and_listing): Likewise.
17579 (test_ignore_count): Likewise.
17580 (test_error): Likewise.
17581
17582 2014-04-15 Pedro Alves <palves@redhat.com>
17583
17584 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17585 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17586 sym-file-loader.c.
17587 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17588 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17589 to sym-file-loader.c.
17590 (struct library): Forward declare.
17591 (load_shlib, lookup_function): Change prototypes.
17592 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17593 (translate_offset): Remove declarations.
17594 (get_text_addr): New declaration.
17595 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17596 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17597 sym-file-loader.h.
17598 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17599 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17600 here from sym-file-loader.h.
17601 (struct library): New structure.
17602 (load_shlib, lookup_function): Change prototypes and adjust to
17603 work with a struct library.
17604 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17605 (translate_offset): Make static.
17606 (get_text_addr): New function.
17607 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17608
17609 2014-04-15 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17612
17613 2014-04-15 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.base/sym-file-loader.c: Include <limits.h>.
17616 (SELF_LINK): New define.
17617 (get_origin): New function.
17618 (load_shlib): Use it.
17619 * gdb.base/sym-file.exp: Don't early return if the target is
17620 remote. Use runto_main, and issue fail is that fails. Use
17621 gdb_load_shlibs.
17622 (shlib_name): Delete.
17623 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17624
17625 2014-04-15 Pedro Alves <palves@redhat.com>
17626
17627 * gdb.base/sym-file.exp: Remove regex characters from test
17628 message. Don't refer to breakpoint numbers in test messages.
17629
17630 2014-04-14 Keith Seitz <keiths@redhat.com>
17631
17632 PR c++/16253
17633 * gdb.cp/var-tag.cc: New file.
17634 * gdb.cp/var-tag.exp: New file.
17635 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17636 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17637 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17638 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17639
17640 2014-04-14 Tom Tromey <tromey@redhat.com>
17641
17642 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17643 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17644 type.
17645 * gdb.cp/enum-class.exp: New file.
17646 * gdb.cp/enum-class.cc: New file.
17647
17648 2014-04-14 Tom Tromey <tromey@redhat.com>
17649
17650 * gdb.dwarf2/enum-type.exp: New file.
17651
17652 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17653
17654 * gdb.mi/mi-vla-c99.exp: New file.
17655 * gdb.mi/vla.c: New file.
17656
17657 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17658
17659 * gdb.base/vla-datatypes.c: New file.
17660 * gdb.base/vla-datatypes.exp: New file.
17661
17662 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17663
17664 * gdb.base/vla-ptr.c: New file.
17665 * gdb.base/vla-ptr.exp: New file.
17666
17667 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17668
17669 * gdb.dwarf2/count.exp: New file.
17670
17671 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17672
17673 * gdb.base/vla-sideeffect.c: New file.
17674 * gdb.base/vla-sideeffect.exp: New file.
17675
17676 2014-04-14 David Blaikie <dblaikie@gmail.com>
17677
17678 * gdb.mi/non-stop.c: Add return value for non-void function return
17679 statement.
17680 * gdb.threads/staticthreads.c: Ditto.
17681
17682 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17683 Doug Evans <xdje42@gmail.com>
17684
17685 * gdb.guile/scm-value.c: Improve test case.
17686 * gdb.guile/scm-value.exp: Add new test.
17687
17688 2014-04-11 David Blaikie <dblaikie@gmail.com>
17689
17690 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17691 override Clang's default.
17692
17693 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17694
17695 Revert the following changes (regressions):
17696
17697 * gdb.base/vla-sideeffect.c: New file.
17698 * gdb.base/vla-sideeffect.exp: New file.
17699
17700 * gdb.dwarf2/count.exp: New file.
17701
17702 * gdb.base/vla-multi.c: New file.
17703 * gdb.base/vla-multi.exp: New file.
17704
17705 * gdb.base/vla-ptr.c: New file.
17706 * gdb.base/vla-ptr.exp: New file.
17707
17708 * gdb.base/vla-datatypes.c: New file.
17709 * gdb.base/vla-datatypes.exp: New file.
17710
17711 * gdb.mi/mi-vla-c99.exp: New file.
17712 * gdb.mi/vla.c: New file.
17713
17714 2014-04-11 Keith Seitz <keiths@redhat.com>
17715
17716 PR c++/16675
17717 * gdb.cp/cpsizeof.exp: New file.
17718 * gdb.cp/cpsizeof.cc: New file.
17719
17720 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17721
17722 * gdb.mi/mi-vla-c99.exp: New file.
17723 * gdb.mi/vla.c: New file.
17724
17725 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17726
17727 * gdb.base/vla-datatypes.c: New file.
17728 * gdb.base/vla-datatypes.exp: New file.
17729
17730 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17731
17732 * gdb.base/vla-ptr.c: New file.
17733 * gdb.base/vla-ptr.exp: New file.
17734
17735 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17736
17737 * gdb.base/vla-multi.c: New file.
17738 * gdb.base/vla-multi.exp: New file.
17739
17740 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17741
17742 * gdb.dwarf2/count.exp: New file.
17743
17744 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17745
17746 * gdb.base/vla-sideeffect.c: New file.
17747 * gdb.base/vla-sideeffect.exp: New file.
17748
17749 2014-04-11 Yao Qi <yao@codesourcery.com>
17750
17751 * gdb.base/completion.exp: Check file exists before running tests
17752 on file completion.
17753
17754 2014-04-10 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.base/cond-eval-mode.c: New file.
17757 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17758 prepare_for_testing to build the new file. Check result of
17759 runto_main.
17760 (test_break, test_watch): New procedures.
17761 (top level): Use them.
17762
17763 2014-04-08 Pierre Muller <muller@sourceware.org>
17764
17765 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17766 Ctrl-V use for mingw hosts.
17767
17768 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17769
17770 * gdb.python/py-value.c: Improve test case.
17771 * gdb.python/py-value.exp: Add new test.
17772
17773 2014-04-07 David Blaikie <dblaikie@gmail.com>
17774
17775 * lib/compiler.c: Identify the clang compiler.
17776 * lib/compiler.cc: Ditto.
17777
17778 2014-04-03 Yao Qi <yao@codesourcery.com>
17779
17780 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17781
17782 2014-04-01 Anton Blanchard <anton@samba.org>
17783
17784 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17785 messages unique.
17786
17787 2014-04-01 Anton Blanchard <anton@samba.org>
17788
17789 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17790 prepare_for_testing.
17791
17792 2014-04-01 Anton Blanchard <anton@samba.org>
17793
17794 * gdb.arch/ppc64-atomic-inst.c: Remove.
17795 * gdb.arch/ppc64-atomic-inst.S: New file.
17796 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17797
17798 2014-03-31 Doug Evans <dje@google.com>
17799
17800 * gdb.base/print-symbol-loading-lib.c: New file.
17801 * gdb.base/print-symbol-loading-main.c: New file.
17802 * gdb.base/print-symbol-loading.exp: New file.
17803
17804 2014-03-31 Yao Qi <yao@codesourcery.com>
17805
17806 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17807
17808 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17809
17810 * gdb.ada/mi_dyn_arr: New testcase.
17811
17812 2014-03-27 Doug Evans <dje@google.com>
17813
17814 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17815
17816 2014-03-27 Yao Qi <yao@codesourcery.com>
17817
17818 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17819 if target is nios2-*-*.
17820
17821 2014-03-26 Yao Qi <yao@codesourcery.com>
17822
17823 * lib/gdb.exp (readline_is_used): New proc.
17824 * gdb.base/completion.exp: Move tests on command complete up.
17825 Skip the rest of tests if readline is not used.
17826 * gdb.ada/complete.exp: Skp the test if readline is not
17827 used.
17828 * gdb.base/filesym.exp: Likewise.
17829 * gdb.base/macscp.exp: Likewise.
17830 * gdb.base/readline-ask.exp: Likewise.
17831 * gdb.base/readline.exp: Likewise.
17832 * gdb.python/py-cmd.exp: Likewise.
17833 * gdb.trace/tfile.exp: Likewise.
17834
17835 2014-03-26 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.base/macscp.exp: Fix code format issues.
17838
17839 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17840
17841 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17842 * gdb.asm/powerpc64le.inc: New file.
17843
17844 2014-03-25 Pedro Alves <palves@redhat.com>
17845 Doug Evans <dje@google.com>
17846
17847 * gdb.base/source-execution.c: New file.
17848 * gdb.base/source-execution.exp: New file.
17849 * gdb.base/source-execution.gdb: New file.
17850
17851 2014-03-24 Doug Evans <dje@google.com>
17852
17853 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17854 using fission.
17855
17856 2014-03-24 Hui Zhu <hui@codesourcery.com>
17857 Pedro Alves <palves@redhat.com>
17858
17859 PR breakpoints/16101
17860 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17861 test pass/fail messages. Detect missing support for dprintf when
17862 breakpoints are actually inserted.
17863 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17864 breakpoints are actually inserted.
17865 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17866 fails.
17867
17868 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17869
17870 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17871
17872 2014-03-22 Doug Evans <xdje42@gmail.com>
17873
17874 * gdb.python/python.exp (python not supported): Verify multi-line
17875 python command issues an error.
17876 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17877 guile command issues an error.
17878
17879 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17880
17881 * gdb.threads/thread-specific.exp: Handle the lack of usable
17882 $this_breakpoint and $this_thread.
17883
17884 2014-03-21 Hui Zhu <hui@codesourcery.com>
17885
17886 * gdb.base/attach.exp (do_command_attach_tests): New.
17887
17888 2014-03-20 Tom Tromey <tromey@redhat.com>
17889 Pedro Alves <palves@redhat.com>
17890
17891 PR cli/15718
17892 * gdb.base/condbreak-call-false.c: New file.
17893 * gdb.base/condbreak-call-false.exp: New file.
17894
17895 2014-03-20 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17898 Delete.
17899 (block_signals, unblock_signals): Delete.
17900 (child_function_2, main): Remove references to deleted variable
17901 and functions.
17902
17903 2014-03-20 Pedro Alves <palves@redhat.com>
17904
17905 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17906 Use pthread_kill to signal thread 2.
17907 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17908 Adjust to make the test send itself a signal rather than using the
17909 host's "kill" command.
17910
17911 2014-03-20 Pedro Alves <palves@redhat.com>
17912
17913 * gdb.threads/multiple-step-overs.c: New file.
17914 * gdb.threads/multiple-step-overs.exp: New file.
17915 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17916 Adjust expected infrun debug output.
17917
17918 2014-03-20 Pedro Alves <palves@redhat.com>
17919
17920 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17921 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17922
17923 2014-03-20 Pedro Alves <palves@redhat.com>
17924
17925 PR breakpoints/7143
17926 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17927 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17928 of gdb_test_multiple.
17929 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17930 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17931
17932 2014-03-20 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17935 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17936
17937 2014-03-19 Pedro Alves <palves@redhat.com>
17938
17939 * gdb.base/async.exp: Remove early return.
17940
17941 2014-03-19 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17944
17945 2014-03-19 Pedro Alves <palves@redhat.com>
17946
17947 * gdb.base/async.exp (test_background): Expect \r\n after
17948 "completed." in the fail pattern.
17949
17950 2014-03-19 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.base/async.exp (test_background): New procedure.
17953 Use it for all background execution command tests.
17954
17955 2014-03-19 Pedro Alves <palves@redhat.com>
17956
17957 * gdb.base/async.exp: Use prepare_for_testing.
17958
17959 2014-03-19 Pedro Alves <palves@redhat.com>
17960
17961 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17962 the same line.
17963
17964 2014-03-19 Pedro Alves <palves@redhat.com>
17965
17966 * gdb.base/async.c (main): Add "jump here" and "until here" line
17967 marker comments.
17968 * gdb.base/async.exp (jump_here): New global.
17969 (jump& test): Use it.
17970 (until_here): New global.
17971 (until& test): Use it.
17972
17973 2014-03-19 Pedro Alves <palves@redhat.com>
17974
17975 * gdb.base/async.exp: Don't frob gdb_protocol.
17976
17977 2014-03-18 Doug Evans <xdje42@gmail.com>
17978
17979 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17980 Fix spelling of exec-done-display.
17981
17982 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17983
17984 PR gdb/15358
17985 * gdb.base/gdb-sigterm.c: New file.
17986 * gdb.base/gdb-sigterm.exp: New file.
17987
17988 2014-03-18 Pedro Alves <palves@redhat.com>
17989
17990 PR gdb/13860
17991 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17992 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17993 solib-event.
17994
17995 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17996
17997 * gdb.ada/pckd_arr_ren: New testcase.
17998
17999 2014-03-13 Doug Evans <xdje42@gmail.com>
18000
18001 PR guile/16612
18002 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18003 collect after discarding symbols.
18004
18005 2014-03-13 Ludovic Courtès <ludo@gnu.org>
18006 Doug Evans <xdje42@gmail.com>
18007
18008 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18009 to history survives a gc.
18010
18011 2014-03-13 Pedro Alves <palves@redhat.com>
18012
18013 * gdb.base/default.exp: Don't test "target procfs".
18014
18015 2014-03-13 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.base/default.exp: Update "target child" and "target procfs"
18018 tests to not expect "Unix".
18019
18020 2014-03-12 Tom Tromey <tromey@redhat.com>
18021
18022 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18023 New procs. Add target-async tests.
18024 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18025 Add target-async tests.
18026
18027 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18028
18029 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18030 'func_start' and 'func_end' for the beginning and end of the
18031 function code, respectively.
18032 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18033 'func_end' instead of 'func' and 'main'.
18034
18035 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18036
18037 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18038 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18039 generate the debug info assembler source.
18040
18041 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18042
18043 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18044 * gdb.dwarf2/arr-subrange.exp: Likewise.
18045 * gdb.dwarf2/dwz.exp: Likewise.
18046 * gdb.dwarf2/method-ptr.exp: Likewise.
18047 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18048 * gdb.dwarf2/subrange.exp: Likewise.
18049 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18050 * gdb.dwarf2/implptrpiece.exp: Likewise.
18051 * gdb.dwarf2/nostaticblock.exp: Likewise.
18052
18053 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18054
18055 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18056 directory to absolute path name arguments.
18057
18058 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18059
18060 * gdb.ada/tagged_access: New testcase.
18061
18062 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18063
18064 * gdb.btrace/data.exp: Update expected output.
18065
18066 2014-03-06 Yao Qi <yao@codesourcery.com>
18067
18068 * gdb.trace/pr16508.exp: New file.
18069
18070 2014-03-05 Pedro Alves <palves@redhat.com>
18071
18072 PR gdb/16575
18073 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18074 procedure.
18075 (top level): Adjust to use it. Add tests that exercise breakpoint
18076 interaction with the code-cache.
18077
18078 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18079
18080 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18081 test for 'history-append!'.
18082
18083 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18084
18085 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18086 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18087 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18088 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18089 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18090 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18091
18092 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18093
18094 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18095 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18096 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18097
18098 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18099
18100 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18101
18102 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18103
18104 * gdb.dwarf2/arr-stride.c: New file.
18105 * gdb.dwarf2/arr-stride.exp: New file.
18106
18107 2014-02-26 Pedro Alves <palves@redhat.com>
18108
18109 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18110 that won't ever trigger. Make sure that GDB reports the correct
18111 breakpoint that caused the stop.
18112
18113 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18114
18115 PR gdb/16626
18116 * gdb.base/auto-load-script: New file.
18117 * gdb.base/auto-load.c: New file.
18118 * gdb.base/auto-load.exp: New file.
18119
18120 PR gdb/16626
18121 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18122
18123 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18124
18125 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18126 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18127
18128 2014-02-24 Doug Evans <dje@google.com>
18129
18130 * lib/gdb.exp (run_on_host): Log error output if program fails.
18131
18132 2014-02-21 Pedro Alves <palves@redhat.com>
18133
18134 * gdb.threads/step-after-sr-lock.c: Rename to ...
18135 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18136 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18137 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18138 ... this.
18139
18140 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18141
18142 PR tdep/16397
18143 * gdb.arch/amd64-stap-special-operands.exp: New file.
18144 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18145 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18146 * gdb.arch/amd64-stap-triplet.S: Likewise.
18147 * gdb.arch/amd64-stap-triplet.c: Likewise.
18148
18149 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18150
18151 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18152 in .section pseudo-op.
18153
18154 2014-02-20 lin zuojian <manjian2006@gmail.com>
18155 Joel Brobecker <brobecker@adacore.com>
18156 Doug Evans <xdje42@gmail.com>
18157
18158 PR symtab/16581
18159 * gdb.dwarf2/dw2-icycle.S: New file.
18160 * gdb.dwarf2/dw2-icycle.c: New file.
18161 * gdb.dwarf2/dw2-icycle.exp: New file.
18162
18163 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18164
18165 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18166 operations on gdb.Value objects.
18167 * gdb.python/py-value-cc.exp: Add new test to test operations on
18168 gdb.Value objects.
18169
18170 2014-02-18 Doug Evans <dje@google.com>
18171
18172 * Makefile.in (TESTS): New variable.
18173 (expanded_tests, expanded_tests_or_none): New variables
18174 (check-single): Pass $(expanded_tests_or_none) to runtest.
18175 (check-parallel): Only run tests in $(TESTS) if non-empty.
18176 (check/no-matching-tests-found): New rule.
18177 * README: Document TESTS makefile variable.
18178
18179 2014-02-18 Doug Evans <dje@google.com>
18180
18181 * Makefile.in (check-parallel): rm -rf outputs temp.
18182
18183 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18184
18185 Fix "ERROR: no fileid for" in the testsuite.
18186 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18187
18188 2014-02-12 Doug Evans <dje@google.com>
18189
18190 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18191 (MISCELLANEOUS): New variable.
18192 (clean): rm -rf $(MISCELLANEOUS).
18193 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18194 dwp live in the same directory as symlinks, with each symlink pointed
18195 to a differently named file in a different directory.
18196
18197 2014-02-11 Doug Evans <dje@google.com>
18198
18199 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18200 of Tcl file commands.
18201
18202 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18203
18204 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18205 "kill -SIGUSR1 -1".
18206
18207 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18208
18209 * gdb.ada/tick_length_array_enum_idx: New testcase.
18210
18211 2014-02-10 Doug Evans <xdje42@gmail.com>
18212
18213 * configure.ac (AC_OUTPUT): Add gdb.guile.
18214 * configure: Regenerate.
18215 * lib/gdb-guile.exp: New file.
18216 * lib/gdb.exp (get_target_charset): New function.
18217 * gdb.base/help.exp: Update expected output from "apropos apropos".
18218 * gdb.guile/Makefile.in: New file.
18219 * gdb.guile/guile.exp: New file.
18220 * gdb.guile/scm-arch.c: New file.
18221 * gdb.guile/scm-arch.exp: New file.
18222 * gdb.guile/scm-block.c: New file.
18223 * gdb.guile/scm-block.exp: New file.
18224 * gdb.guile/scm-breakpoint.c: New file.
18225 * gdb.guile/scm-breakpoint.exp: New file.
18226 * gdb.guile/scm-disasm.c: New file.
18227 * gdb.guile/scm-disasm.exp: New file.
18228 * gdb.guile/scm-equal.c: New file.
18229 * gdb.guile/scm-equal.exp: New file.
18230 * gdb.guile/scm-error.exp: New file.
18231 * gdb.guile/scm-error.scm: New file.
18232 * gdb.guile/scm-frame-args.c: New file.
18233 * gdb.guile/scm-frame-args.exp: New file.
18234 * gdb.guile/scm-frame-args.scm: New file.
18235 * gdb.guile/scm-frame-inline.c: New file.
18236 * gdb.guile/scm-frame-inline.exp: New file.
18237 * gdb.guile/scm-frame.c: New file.
18238 * gdb.guile/scm-frame.exp: New file.
18239 * gdb.guile/scm-generics.exp: New file.
18240 * gdb.guile/scm-gsmob.exp: New file.
18241 * gdb.guile/scm-iterator.c: New file.
18242 * gdb.guile/scm-iterator.exp: New file.
18243 * gdb.guile/scm-math.c: New file.
18244 * gdb.guile/scm-math.exp: New file.
18245 * gdb.guile/scm-objfile-script-gdb.in: New file.
18246 * gdb.guile/scm-objfile-script.c: New file.
18247 * gdb.guile/scm-objfile-script.exp: New file.
18248 * gdb.guile/scm-objfile.c: New file.
18249 * gdb.guile/scm-objfile.exp: New file.
18250 * gdb.guile/scm-ports.exp: New file.
18251 * gdb.guile/scm-pretty-print.c: New file.
18252 * gdb.guile/scm-pretty-print.exp: New file.
18253 * gdb.guile/scm-pretty-print.scm: New file.
18254 * gdb.guile/scm-section-script.c: New file.
18255 * gdb.guile/scm-section-script.exp: New file.
18256 * gdb.guile/scm-section-script.scm: New file.
18257 * gdb.guile/scm-symbol.c: New file.
18258 * gdb.guile/scm-symbol.exp: New file.
18259 * gdb.guile/scm-symtab-2.c: New file.
18260 * gdb.guile/scm-symtab.c: New file.
18261 * gdb.guile/scm-symtab.exp: New file.
18262 * gdb.guile/scm-type.c: New file.
18263 * gdb.guile/scm-type.exp: New file.
18264 * gdb.guile/scm-value-cc.cc: New file.
18265 * gdb.guile/scm-value-cc.exp: New file.
18266 * gdb.guile/scm-value.c: New file.
18267 * gdb.guile/scm-value.exp: New file.
18268 * gdb.guile/source2.scm: New file.
18269 * gdb.guile/types-module.cc: New file.
18270 * gdb.guile/types-module.exp: New file.
18271
18272 2014-02-10 Yao Qi <yao@codesourcery.com>
18273
18274 PR testsuite/16543
18275 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18276 * configure: Regenerated.
18277 * Makefile.in: New file.
18278
18279 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18280
18281 * gdb.python/py-framefilter.exp: Fix typo.
18282
18283 2014-02-08 Yao Qi <yao@codesourcery.com>
18284
18285 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18286 that no =breakpoint-modified is emitted when breakpoints are
18287 modified through MI commands.
18288
18289 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18290 Pedro Alves <palves@redhat.com>
18291
18292 * gdb.threads/step-after-sr-lock.c: New file.
18293 * gdb.threads/step-after-sr-lock.exp: New file.
18294
18295 2014-02-07 Pedro Alves <palves@redhat.com>
18296
18297 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18298
18299 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18300
18301 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18302 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18303
18304 2014-02-06 Doug Evans <xdje42@gmail.com>
18305
18306 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18307 output.
18308
18309 * gdb.gdb/python-interrupts.exp: New file.
18310
18311 2014-02-05 Yao Qi <yao@codesourcery.com>
18312
18313 * gdb.trace/report.exp (use_collected_data): Test the output
18314 of "info threads" and "info inferiors".
18315
18316 2014-02-05 Yao Qi <yao@codesourcery.com>
18317
18318 Revert this patch:
18319
18320 2013-05-24 Yao Qi <yao@codesourcery.com>
18321
18322 * gdb.trace/tfile.exp: Test inferior and thread.
18323
18324 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18325
18326 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18327 on a function.
18328 * gdb.base/step-bt.c: Call hello via function pointer to make
18329 sure its first instruction is executed on powerpc64le-linux.
18330
18331 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18332
18333 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18334
18335 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18336
18337 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18338 of the test patterns for use on little-endian systems.
18339
18340 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18341
18342 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18343 (decimal_vector): Fix for little-endian.
18344
18345 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18346
18347 * gdb.arch/sparc-sysstep.exp: New file.
18348 * gdb.arch/sparc-sysstep.c: Likewise.
18349
18350 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18351
18352 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18353
18354 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18355
18356 2014-01-23 Tom Tromey <tromey@redhat.com>
18357
18358 * gdb.ada/array_char_idx: New testcase.
18359
18360 2014-01-23 Tom Tromey <tromey@redhat.com>
18361
18362 PR python/16487:
18363 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18364 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18365 classes.
18366
18367 2014-01-23 Tom Tromey <tromey@redhat.com>
18368
18369 PR python/16491:
18370 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18371 string from an inferior frame.
18372 * gdb.python/py-framefilter-mi.exp: Update.
18373
18374 2014-01-22 Doug Evans <dje@google.com>
18375
18376 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18377
18378 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18379
18380 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18381
18382 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18383
18384 * gdb.trace/entry-values.exp: Remove excess space character from
18385 regex patterns. Handle s390 call instruction.
18386
18387 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18388
18389 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18390 define "*_start" label. Make "name" static.
18391 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18392 ${name} by references to ${name}_start.
18393
18394 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18395
18396 * gdb.base/info-macros.exp: Remove "debug" from the compile
18397 options.
18398
18399 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18400
18401 * gdb.dlang/demangle.exp: New file.
18402
18403 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18404
18405 * gdb.dlang/primitive-types.exp: New file.
18406
18407 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18408
18409 * configure.ac: Create gdb.dlang/Makefile.
18410 * configure: Regenerate.
18411 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18412 * gdb.dlang/Makefile.in: New file.
18413 * lib/d-support.exp: New file.
18414 * lib/gdb.exp (skip_d_tests): New proc.
18415
18416 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18417
18418 * gdb.btrace/delta.exp: Check reverse stepi.
18419 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18420 * gdb.btrace/finish.exp: New.
18421 * gdb.btrace/next.exp: New.
18422 * gdb.btrace/nexti.exp: New.
18423 * gdb.btrace/record_goto.c: Add comments.
18424 * gdb.btrace/step.exp: New.
18425 * gdb.btrace/stepi.exp: New.
18426 * gdb.btrace/multi-thread-step.c: New.
18427 * gdb.btrace/multi-thread-step.exp: New.
18428 * gdb.btrace/rn-dl-bind.c: New.
18429 * gdb.btrace/rn-dl-bind.exp: New.
18430 * gdb.btrace/data.c: New.
18431 * gdb.btrace/data.exp: New.
18432 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18433
18434 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18435
18436 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18437 * gdb.btrace/exception.exp: Update.
18438 * gdb.btrace/instruction_history.exp: Update.
18439 * gdb.btrace/record_goto.exp: Update.
18440 * gdb.btrace/tailcall.exp: Update.
18441 * gdb.btrace/unknown_functions.exp: Update.
18442 * gdb.btrace/delta.exp: New.
18443
18444 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18445
18446 * gdb.btrace/record_goto.exp: Add backtrace test.
18447 * gdb.btrace/tailcall.exp: Add backtrace test.
18448
18449 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18450
18451 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18452 * gdb.btrace/record_goto.c: New.
18453 * gdb.btrace/record_goto.exp: New.
18454 * gdb.btrace/x86-record_goto.S: New.
18455
18456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18457
18458 * gdb.btrace/function_call_history.exp: Update tests.
18459 * gdb.btrace/instruction_history.exp: Update tests.
18460
18461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18462
18463 * gdb.btrace/function_call_history.exp: Fix expected field
18464 order for "record function-call-history".
18465 Add new tests for "record function-call-history /c".
18466 * gdb.btrace/exception.cc: New.
18467 * gdb.btrace/exception.exp: New.
18468 * gdb.btrace/tailcall.exp: New.
18469 * gdb.btrace/x86-tailcall.S: New.
18470 * gdb.btrace/x86-tailcall.c: New.
18471 * gdb.btrace/unknown_functions.c: New.
18472 * gdb.btrace/unknown_functions.exp: New.
18473 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18474
18475 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18476
18477 * gdb.btrace/instruction_history.exp: Update.
18478 * gdb.btrace/function_call_history.exp: Update.
18479
18480 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18481
18482 * gdb.btrace/function_call_history.exp: Fix expected function
18483 trace.
18484 * gdb.btrace/instruction_history.exp: Initialize traced.
18485 Remove traced_functions.
18486
18487 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18488
18489 * gdb.btrace/function_call_history.exp: Update
18490 * gdb.btrace/instruction_history.exp: Update.
18491
18492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18493
18494 * gdb.btrace/enable.exp: Update expected text.
18495
18496 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18497
18498 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18499 bytes.
18500
18501 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18502
18503 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18504
18505 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18506
18507 * lib/gdb.exp (supports_process_record): Return true for
18508 arm*-linux*. (supports_reverse): Likewise.
18509
18510 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18511
18512 PR python/15464
18513 PR python/16113
18514 * gdb.python/py-type.c: Enhance test case.
18515 * gdb.python/py-value-cc.cc: Likewise
18516 * gdb.python/py-type.exp: Add new tests.
18517 * gdb.python/py-value-cc.exp: Likewise
18518
18519 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18520 Pedro Alves <palves@redhat.com>
18521
18522 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18523 Make "name" extern.
18524 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18525 references to ${name}_start by references to ${name}.
18526
18527 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18528
18529 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18530
18531 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18532
18533 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18534
18535 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18536 Pedro Alves <palves@redhat.com>
18537
18538 * gdb.mi/mi-info-os.exp: Connect to the target with
18539 mi_gdb_target_load.
18540
18541 2014-01-08 Pedro Alves <palves@redhat.com>
18542
18543 * gdb.threads/reconnect-signal.c: New file.
18544 * gdb.threads/reconnect-signal.exp: New file.
18545
18546 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18547
18548 * gdb.base/source-dir.exp: New file.
18549
18550 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18551
18552 * gdb.ada/mi_interface: New testcase.
18553
18554 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18555
18556 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18557 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18558 gdb.ada/pp-rec-component/pck.ads: New files.
18559
18560 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18561
18562 * gdb.python/py-pp-integral.c: New file.
18563 * gdb.python/py-pp-integral.py: New file.
18564 * gdb.python/py-pp-integral.exp: New file.
18565
18566 For older changes see ChangeLog-1993-2013.
18567 \f
18568 ;; Local Variables:
18569 ;; mode: change-log
18570 ;; left-margin: 8
18571 ;; fill-column: 74
18572 ;; version-control: never
18573 ;; End:
18574
18575 Copyright 2014-2020 Free Software Foundation, Inc.
18576 Copying and distribution of this file, with or without modification,
18577 are permitted provided the copyright notice and this notice are preserved.
This page took 0.431095 seconds and 4 git commands to generate.