]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
ccbb5be8fc1c078659dd3d10870abef1c2ab5d6a
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4 names.
5
6 2020-02-25 Tom de Vries <tdevries@suse.de>
7
8 PR go/18926
9 * gdb.go/methods.exp: Remove gcc/93866 xfail.
10
11 2020-02-24 Tom de Vries <tdevries@suse.de>
12
13 PR gdb/25592
14 * gdb.base/info-locals-unused-static-var.c: New test.
15 * gdb.base/info-locals-unused-static-var.exp: New file.
16
17 2020-02-22 Tom Tromey <tom@tromey.com>
18
19 * gdb.python/tui-window.exp: New file.
20 * gdb.python/tui-window.py: New file.
21
22 2020-02-22 Tom Tromey <tom@tromey.com>
23
24 PR tui/17850:
25 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
26 tests.
27
28 2020-02-22 Tom Tromey <tom@tromey.com>
29
30 * gdb.tui/new-layout.exp: Add sub-layout tests.
31
32 2020-02-22 Tom Tromey <tom@tromey.com>
33
34 * gdb.tui/new-layout.exp: New file.
35
36 2020-02-22 Tom Tromey <tom@tromey.com>
37
38 * gdb.rust/rust-style.rs: New file.
39 * gdb.rust/rust-style.exp: New file.
40 * gdb.base/style.exp: Test structure printing.
41 * gdb.base/style.c (struct some_struct): New type.
42 (enum etype): New type.
43 (struct_value): New global.
44
45 2020-02-21 Tom de Vries <tdevries@suse.de>
46
47 PR go/18926
48 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
49 Remove blanket xfails. Use message argument for gdb_breakpoint.
50 Make continuing to breakpoint test conditional on setting breakpoint.
51 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
52 DW_AT_name attribute. Add xfail for GCC PR93866.
53
54 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.dwarf2/cpp-linkage-name.c: New file.
57 * gdb.dwarf2/cpp-linkage-name.exp: New file.
58
59 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
60
61 * lib/gdb.exp (gdb_wrapper_init): Reset
62 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
63 not exist.
64
65 2020-02-20 Tom de Vries <tdevries@suse.de>
66
67 PR go/17018
68 * gdb.go/hello.exp: Copy ...
69 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
70 print of st to print value of global definition. Add xfail for GCC
71 PR93844.
72 * gdb.go/hello.exp: Remove printing of st before definition.
73 * gdb.go/hello.go: Copy ...
74 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
75 to st.
76 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
77
78 2020-02-20 Tom de Vries <tdevries@suse.de>
79
80 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
81 (gdb_simple_compile): Handle compile_flags go by using .go extension
82 for source file.
83 * gdb.go/chan.exp: Use support_go_compile.
84 * gdb.go/handcall.exp: Same.
85 * gdb.go/hello.exp: Same.
86 * gdb.go/integers.exp: Same.
87 * gdb.go/max-depth.exp: Same.
88 * gdb.go/methods.exp: Same.
89 * gdb.go/package.exp: Same.
90 * gdb.go/strings.exp: Same.
91 * gdb.go/types.exp: Same.
92 * gdb.go/unsafe.exp: Same.
93
94 2020-02-19 Tom de Vries <tdevries@suse.de>
95
96 * gdb.python/lib-types.exp: Make xfail more strict.
97
98 2020-02-19 Tom de Vries <tdevries@suse.de>
99
100 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
101
102 2020-02-19 Doug Evans <dje@google.com>
103
104 PR rust/25535
105 * gdb.rust/simple.exp: Add test.
106 * gdb.rust/simple.rs: Add test.
107
108 2020-02-19 Tom de Vries <tdevries@suse.de>
109
110 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
111 output line-by-line.
112
113 2020-02-19 Tom de Vries <tdevries@suse.de>
114
115 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
116
117 2020-02-19 Tom de Vries <tdevries@suse.de>
118
119 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
120 prelink.
121
122 2020-02-19 Tom de Vries <tdevries@suse.de>
123
124 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
125 (gdb_do_cache): Use gdb_do_cache_wrap.
126 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
127
128 2020-02-19 Tom de Vries <tdevries@suse.de>
129
130 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
131 gdb_compile option.
132
133 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
134
135 * gdb.base/printcmds.exp (test_print_enums): Update expected
136 output.
137
138 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
139
140 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
141 for "unknown".
142
143 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
146 enumerator.
147
148 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
149
150 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
151 FE_, add FE_NONE.
152 (three): Update.
153 (enum flag_enum_without_zero): New enum.
154 (flag_enum_without_zero): New variable.
155 (enum not_flag_enum): New enum.
156 (three_not_flag): New variable.
157 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
158 (test_print_enums): Add more tests for printing flag enums.
159
160 2020-02-18 Tom de Vries <tdevries@suse.de>
161
162 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
163 (gdb_compile_ada): ... here.
164 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
165 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
166
167 2020-02-14 Tom Tromey <tom@tromey.com>
168
169 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
170 build directory.
171 * boards/gdbserver-base.exp: Update path to gdbserver.
172
173 2020-02-13 Tom de Vries <tdevries@suse.de>
174
175 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
176
177 2020-02-13 Tom de Vries <tdevries@suse.de>
178
179 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
180 are missing.
181
182 2020-02-13 Tom de Vries <tdevries@suse.de>
183
184 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
185 call.
186
187 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
188
189 PR tui/25126
190 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
191 * gdb.base/cached-source-file.c: New file.
192 * gdb.base/cached-source-file.exp: New file.
193
194 2020-02-11 Tom de Vries <tdevries@suse.de>
195
196 PR testsuite/25488
197 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
198
199 2020-02-10 Tom de Vries <tdevries@suse.de>
200
201 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
202
203 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
204
205 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
206 and $after_addr are both integers before making a comparison.
207
208 2020-02-09 Tom de Vries <tdevries@suse.de>
209
210 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
211 command output and paste it into gdb.log. If any, paste catch message
212 to gdb.log.
213
214 2020-02-07 Tom Tromey <tromey@adacore.com>
215
216 PR breakpoints/24915:
217 * gdb.base/annotate-symlink.exp: Use setup_xfail.
218
219 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
220
221 * gdb.tui/tui-missing-src.exp: Add the "missing source
222 file" test for the TUI.
223
224 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
227 including a port number in the output.
228
229 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
230
231 * lib/fortran.exp (fortran_int4): Handle clang.
232 (fortran_int8): Likewise.
233 (fortran_real4): Likewise.
234 (fortran_real8): Likewise.
235 (fortran_complex4): Likewise.
236 (fortran_logical4): Likewise.
237 (fortran_character1): Likewise.
238
239 2020-02-04 Tom de Vries <tdevries@suse.de>
240
241 * README (Race detection): Add note.
242
243 2020-02-04 Tom de Vries <tdevries@suse.de>
244
245 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
246
247 2020-02-04 Tom de Vries <tdevries@suse.de>
248
249 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
250
251 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
252
253 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
254 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
255 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
256 blttar, bnetarl.
257 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
258 binary for blttar, bnetarl.
259 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
260 wait instruction. Delete ldmx test.
261 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
262
263 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
264
265 * gdb.fortran/array-bounds-high.exp: New file.
266 * gdb.fortran/array-bounds-high.f90: New file.
267
268 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
269
270 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
271 Replace #include of <sys/fcntl.h> by <fcntl.h>.
272
273 2020-02-01 Tom de Vries <tdevries@suse.de>
274
275 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
276
277 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 PR tui/9765
280 * gdb.tui/tui-layout-asm-short-prog.S: New file.
281 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
282
283 2020-01-29 Luis Machado <luis.machado@linaro.org>
284
285 * gdb.arch/aarch64-brk-patterns.c: New source file.
286 * gdb.arch/aarch64-brk-patterns.exp: New test.
287
288 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
289
290 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
291 GCC/Clang version.
292 * gdb.cp/pass-by-ref.exp: Ditto.
293
294 2020-01-29 Tom de Vries <tdevries@suse.de>
295
296 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
297 * gdb.threads/watchpoint-fork-mt.c: Same.
298 * gdb.threads/watchpoint-fork-parent.c: Same.
299 * gdb.threads/watchpoint-fork-st.c: Same.
300 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
301
302 2020-01-27 Luis Machado <luis.machado@linaro.org>
303
304 * gdb.base/step-over-syscall.exp (setup): Check if we're already
305 sitting at a syscall instruction when we hit the syscall function's
306 breakpoint.
307 Check PC against one obtained with the x command.
308 Validate syscall number.
309 (step_over_syscall): Don't continue to the syscall instruction if
310 we're already there.
311
312 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
313
314 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
315
316 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
319 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
320
321 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.dwarf2/dw2-inline-stepping.c: New file.
324 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
325
326 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
327
328 * gdb.base/maint.exp: Update line table parsing test.
329 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
330
331 2020-01-24 Pedro Alves <palves@redhat.com>
332
333 PR gdb/25410
334 * gdb.multi/multi-re-run-1.c: New.
335 * gdb.multi/multi-re-run-2.c: New.
336 * gdb.multi/multi-re-run.exp: New.
337
338 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 PR gdb/23718
341 * gdb.server/server-kill-python.exp: New file.
342
343 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.server/multi-ui-errors.c: New file.
346 * gdb.server/multi-ui-errors.exp: New file.
347
348 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 PR tui/9765
351 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
352
353 2020-01-19 Tom Tromey <tom@tromey.com>
354
355 * gdb.tui/main.exp: Add check for plain "file".
356
357 2020-01-16 Christian Biesinger <cbiesinger@google.com>
358
359 * lib/gdb.exp: Fix spelling error (seperatelly).
360
361 2020-01-14 Tom Tromey <tom@tromey.com>
362
363 PR symtab/12535:
364 * gdb.python/python.exp: Test decode_line with empty string
365 argument.
366
367 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
368
369 * gdb.base/skip-inline.exp: Extend test.
370
371 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
374 * gdb.dwarf2/dw2-bad-elf.c: New file.
375 * gdb.dwarf2/dw2-bad-elf.exp: New file.
376
377 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
380 _line_saw_file.
381
382 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
385 border.
386
387 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
388
389 * gdb.multi/multi-target.exp (setup): Factor out "info
390 connections" and "info inferiors" tests to ...
391 (test_info_inferiors): ... this new procedure.
392 (top level): Run new "info-inferiors" tests.
393
394 2020-01-10 Pedro Alves <palves@redhat.com>
395
396 * gdb.server/bkpt-other-inferior.exp: New file.
397
398 2020-01-10 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
401 of "add-inferior".
402 * gdb.base/quit-live.exp: Likewise.
403 * gdb.base/remote-exec-file.exp: Likewise.
404 * gdb.guile/scm-progspace.exp: Likewise.
405 * gdb.linespec/linespec.exp: Likewise.
406 * gdb.mi/new-ui-mi-sync.exp: Likewise.
407 * gdb.mi/user-selected-context-sync.exp: Likewise.
408 * gdb.multi/multi-target.exp (setup): Add "info connection" and
409 "info inferiors" tests.
410 * gdb.multi/remove-inferiors.exp: Adjust expected output of
411 "add-inferior".
412 * gdb.multi/watchpoint-multi.exp: Likewise.
413 * gdb.python/py-inferior.exp: Likewise.
414 * gdb.server/extended-remote-restart.exp: Likewise.
415 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
416 "info inferiors".
417 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
418 * gdb.trace/report.exp: Likewise.
419
420 2020-01-10 Pedro Alves <palves@redhat.com>
421
422 * gdb.multi/multi-target.c: New file.
423 * gdb.multi/multi-target.exp: New file.
424 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
425 mode requested, but remote does not support non-stop".
426
427 2020-01-10 Pedro Alves <palves@redhat.com>
428
429 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
430 disconnect before reconnecting.
431
432 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
433 Pedro Alves <palves@redhat.com>
434
435 * gdb.server/connect-without-multi-process.exp: Also test
436 continuing to end.
437
438 2020-01-10 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/remote-exec-file.exp: New file.
441
442 2020-01-10 Pedro Alves <palves@redhat.com>
443
444 * gdb.base/fork-running-state.exp (do_test): Adjust expected
445 output.
446 * gdb.threads/async.c: New.
447 * gdb.threads/async.exp: New.
448 * gdb.multi/tids-gid-reset.c: New.
449 * gdb.multi/tids-gid-reset.exp: New.
450
451 2020-01-10 George Barrett <bob@bob131.so>
452
453 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
454 to help in finding the image relocation offset.
455 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
456 options in arguments.
457 (stap_test_no_debuginfo): Likewise.
458 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
459 test variants.
460 (stap_test): Add null semaphore relocation test.
461
462 2020-01-10 George Barrett <bob@bob131.so>
463
464 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
465 * gdb.base/stap-probe.exp: Likewise.
466 (stap_test): Pass argument as an additional flag.
467 (stap_test_no_debuginfo): Likewise.
468 (stap_test): Check `info probes stap' output for semaphore
469 addresses if the test binary is supposed to have them.
470
471 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.tui/basic.exp: Add more scrolling tests.
474
475 2020-01-09 Tom Tromey <tom@tromey.com>
476
477 PR tui/18932:
478 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
479 meangingful value.
480 (Term::command, Term::resize): Update.
481 * gdb.tui/basic.exp: Add scrolling test.
482
483 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.tui/tui-layout-asm.exp: New file.
486
487 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * lib/tuiterm.exp (Term::check_box_contents): New proc.
490
491 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
494 (Term::enter_tui): Use Term::prepare_for_tui.
495
496 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
499 called.
500
501 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * gdb.base/skip.exp: Fix race condition in test.
504
505 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/backtrace.c: New file.
508 * gdb.base/backtrace.exp: New file.
509
510 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
513
514 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
515
516 * gdb.base/style.exp: Test that warnings are styled.
517
518 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
519
520 * gdb.base/line65535.exp: New file.
521 * gdb.base/line65535.c: New file.
522
523 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
524
525 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
526 * lib/gnat_debug_info_test.adb: New file.
527 * gdb.ada/ptype_tagged_param.exp: Use
528 gnat_runtime_has_debug_info, expect a different output if
529 runtime does not have debug info.
530
531 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
532
533 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
534 (another) quote in test name.
535
536 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
537
538 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
539 Add quote in test name.
540
541 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
542
543 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
544 directory instead.
545 * gdb.cp/pass-by-ref.exp: Extend with more cases.
546 * gdb.cp/pass-by-ref-2.cc: New file.
547 * gdb.cp/pass-by-ref-2.exp: New file.
548
549 2019-12-20 Tom Tromey <tom@tromey.com>
550
551 * gdb.tui/list-before.exp: New file.
552
553 2019-12-20 Tom Tromey <tom@tromey.com>
554
555 * gdb.tui/list.exp: Check for source on initial listing.
556
557 2019-12-11 Tom Tromey <tromey@adacore.com>
558
559 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
560 Add crlf test.
561
562 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
563
564 * gdb.base/default.exp: Update value of $_gdb_major.
565
566 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
567
568 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
569
570 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
571
572 * gdb.base/skip.exp: Whitespace fix.
573
574 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
575
576 * gdb.base/skip-inline.c: New file.
577 * gdb.base/skip-inline.exp: New file.
578
579 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
580
581 * gdb.base/jit-reader.exp (jit_reader_test): Rename
582 jit_function_00 to jit_function_stack_mangle.
583 * gdb.base/jithost.c (jit_function_t): Rename to...
584 (jit_function_stack_mangle_t): ... this.
585 (jit_function_add_t): New typedef.
586 (jit_function_00_code): Rename to...
587 (jit_function_stack_mangle_code): ... this, make static.
588 (jit_function_add_code): New.
589 (main): Generate "add" function and call it. Adjust to changes
590 in jithost_abi.
591 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
592 (struct jithost_abi) <begin, end>: Remove fields.
593 <object, function_stack_mangle, function_add>: New fields.
594 * gdb.base/jitreader.c (struct reader_state) <code_begin,
595 code_end>: Remove fields.
596 <func_stack_mangle>: New field.
597 (read_debug_info): Adjust to renaming, create block for "add"
598 function.
599 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
600
601 2019-12-11 Tom Tromey <tom@tromey.com>
602
603 * gdb.tui/resize.exp: Fix regexp.
604 * gdb.tui/regs.exp: Fix regexps.
605 * gdb.tui/main.exp: Fix regexp.
606
607 2019-12-11 Tom Tromey <tom@tromey.com>
608
609 * gdb.tui/resize.exp: Update.
610 * gdb.tui/empty.exp (layouts): Update.
611
612 2019-12-11 Tom Tromey <tom@tromey.com>
613
614 * gdb.tui/regs.exp: Update.
615 * gdb.tui/empty.exp (layouts): Update.
616 * gdb.tui/basic.exp: Update.
617 * lib/tuiterm.exp (_check_box): Don't check bottom border.
618
619 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
620
621 * gdb.base/options.exp: Add -raw-values in the print completion list.
622 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
623
624 2019-12-10 Kevin Buettner <kevinb@redhat.com>
625
626 * gdb.threads/omp-par-scope.c: New file.
627 * gdb/threads/omp-par-scope.exp: New file.
628
629 2019-12-10 Kevin Buettner <kevinb@redhat.com>
630
631 * lib/gdb.exp (support_nested_function_tests): New proc.
632
633 2019-12-10 Kevin Buettner <kevinb@redhat.com>
634
635 * lib/gdb.exp (gdb_compile_openmp): New proc.
636 (build_executable_from_specs): Add an "openmp" option.
637 (gdb_compile_pthreads): Add non-executable case.
638
639 2019-12-10 Tom Tromey <tromey@adacore.com>
640
641 * gdb.ada/unchecked_union.exp: New file.
642 * gdb.ada/unchecked_union/pck.adb: New file.
643 * gdb.ada/unchecked_union/pck.ads: New file.
644 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
645 * gdb-utils.exp (string_to_regexp): Also quote "?".
646
647 2019-12-10 George Barrett <bob@bob131.so>
648
649 Test scripted probe breakpoints.
650 * gdb.guile/scm-breakpoint.c (main): Add probe point.
651 * gdb.python/py-breakpoint.c (main): Likewise.
652 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
653 specifier test.
654 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
655
656 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
657
658 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
659 an rvalue parameter.
660 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
661 parameter.
662
663 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
666 modules.
667
668 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
671 broken version of GCC.
672
673 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
674
675 * gdb.fortran/info-modules.exp: Rewrite to make use of new
676 sym-info-cmds library.
677 * gdb.fortran/info-types.exp: Likewise.
678 * lib/sym-info-cmds.exp: New file.
679
680 2019-12-08 Tom de Vries <tdevries@suse.de>
681
682 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
683
684 2019-12-07 Keith Seitz <keiths@redhat.com>
685
686 * gdb.base/corefile-buildid-shlib-shr.c: New file.
687 * gdb.base/corefile-buildid-shlib.c: New file.
688 * gdb.base/corefile-buildid.c: New file.
689 * gdb.base/corefile-buildid.exp: New file.
690
691 2019-12-06 Tom de Vries <tdevries@suse.de>
692
693 * gdb.dwarf2/varval.exp: Add decl before def test.
694
695 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
696
697 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
698
699 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
700
701 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
702 CV and reference conversion for overload resolution.
703 * gdb.cp/rvalue-ref-overload.exp: Test it.
704
705 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
706
707 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
708 * gdb.base/frameapply.exp: Test faas without command.
709
710 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
711
712 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
713 Fortran tests.
714 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
715 order.
716
717 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
720 casting to type with no kind specified.
721 (test_basic_parsing_of_type_kinds): Additional tests for types
722 with no kind specified, and add tests for single/double
723 precision/complex types.
724
725 2019-12-04 Tom Tromey <tromey@adacore.com>
726
727 * gdb.base/endianity.c (struct other) <x>: New field.
728 (main): Initialize it.
729 * gdb.base/endianity.exp: Update.
730
731 2019-12-04 Tom Tromey <tromey@adacore.com>
732
733 * gdb.ada/scalar_storage/storage.adb: New file.
734 * gdb.ada/scalar_storage/pck.adb: New file.
735 * gdb.ada/scalar_storage/pck.ads: New file.
736 * gdb.ada/scalar_storage.exp: New file.
737
738 2019-12-04 Tom Tromey <tromey@adacore.com>
739
740 * gdb.base/endianity.c (struct otherendian) <f>: New field.
741 (main): Initialize it.
742 * gdb.base/endianity.exp: Update.
743
744 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
747
748 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
751 -symbol-info-module-functions and -symbol-info-module-variables.
752
753 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
756
757 2019-12-01 Richard Bunt <richard.bunt@arm.com>
758 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.fortran/derived-type-striding.exp: New file.
761 * gdb.fortran/derived-type-striding.f90: New file.
762 * gdb.fortran/array-slices.exp: New file.
763 * gdb.fortran/array-slices.f90: New file.
764
765 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
766
767 * gdb.base/define.exp: Test . in command names.
768 * gdb.base/setshow.exp: Update test, as . is now part of
769 command name.
770
771 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
772
773 * gdb.base/define-prefix.exp: New file.
774
775 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
778 compile.
779 (skip_btrace_pt_tests): Likewise.
780
781 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.fortran/info-modules.exp: Compile source files in correct
784 order.
785
786 2019-11-27 Kevin Buettner <kevinb@redhat.com>
787
788 * gdb.dwarf2/imported-unit.exp: New file.
789 * gdb.dwarf2/imported-unit.c: New file.
790
791 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.mi/mi-fortran-modules-2.f90: New file.
794 * gdb.mi/mi-fortran-modules.exp: New file.
795 * gdb.mi/mi-fortran-modules.f90: New file.
796
797 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * gdb.mi/mi-sym-info-1.c: New file.
800 * gdb.mi/mi-sym-info-2.c: New file.
801 * gdb.mi/mi-sym-info.exp: New file.
802
803 2019-11-22 Tom Tromey <tromey@adacore.com>
804
805 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
806 * gdb.ada/tasks/foo.adb: Add another stopping location.
807
808 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
809
810 * gdb.base/endianity.c: New test.
811 * gdb.base/endianity.exp: New file.
812
813 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
814
815 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
816
817 2019-11-21 Tom de Vries <tdevries@suse.de>
818
819 PR gdb/24956
820 * gdb.base/ui-redirect.exp: Test output of user-defined command.
821
822 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
823
824 * gdb.python/py-progspace.exp: Add missing parentheses on some
825 'print' commands.
826
827 2019-11-19 Tom Tromey <tom@tromey.com>
828
829 * gdb.tui/winheight.exp: New file.
830
831 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * gdb.base/ctf-whatis.c: Delete.
834 * gdb.base/ctf-whatis.exp: Delete.
835 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
836
837 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.base/ctf-cvexpr.exp: Delete.
840 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
841
842 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
845 the compiler. Clean up header comment a little.
846 * gdb.base/ctf-ptype.exp: Likewise.
847 * gdb.base/ctf-whatis.exp: Likewise.
848 * lib/gdb.exp (skip_ctf_tests): New proc.
849
850 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
851
852 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
853 * gdb.tui/corefile-run.exp: New file.
854
855 2019-11-14 Tom Tromey <tromey@adacore.com>
856
857 * gdb.base/gdbvars.exp (test_convenience_variables): Add
858 regression tests.
859
860 2019-11-12 Tom Tromey <tom@tromey.com>
861
862 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
863 after any command. Expect prompt after WAIT_FOR is seen.
864 (enter_tui): Enable resize messages.
865 (command): Expect command in output.
866 (get_line): Avoid error when cursor appears to be off-screen.
867 (dump_screen): Include screen size in title.
868 (_do_resize): New proc, from "resize".
869 (resize): Rewrite. Do resize in two steps.
870 * gdb.tui/empty.exp (layouts): Fix entries.
871 (check_boxes): Remove xfail.
872 (check_text): Dump screen on failure.
873
874 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.python/py-symbol.exp: Add test for
877 gdb.lookup_static_symbols.
878
879 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
880
881 * gdb.python/py-symbol.c: Declare and call function from new
882 py-symbol-2.c file.
883 * gdb.python/py-symbol.exp: Compile both source files, and add new
884 tests for gdb.lookup_static_symbol.
885 * gdb.python/py-symbol-2.c: New file.
886
887 2019-11-02 Tom de Vries <tdevries@suse.de>
888
889 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
890 * gdb.base/anon.exp: Same.
891 * gdb.base/auto-connect-native-target.exp: Same.
892 * gdb.base/call-ar-st.exp: Same.
893 * gdb.base/catch-syscall.exp: Same.
894 * gdb.base/commands.exp: Same.
895 * gdb.base/default.exp: Same.
896 * gdb.base/display.exp: Same.
897 * gdb.base/float.exp: Same.
898 * gdb.base/foll-fork.exp: Same.
899 * gdb.base/help.exp: Same.
900 * gdb.base/info-macros.exp: Same.
901 * gdb.base/info-proc.exp: Same.
902 * gdb.base/info-target.exp: Same.
903 * gdb.base/long_long.exp: Same.
904 * gdb.base/macscp.exp: Same.
905 * gdb.base/memattr.exp: Same.
906 * gdb.base/nofield.exp: Same.
907 * gdb.base/pointers.exp: Same.
908 * gdb.base/printcmds.exp: Same.
909 * gdb.base/ptype.exp: Same.
910 * gdb.base/restore.exp: Same.
911 * gdb.base/return.exp: Same.
912 * gdb.base/scope.exp: Same.
913 * gdb.base/set-noassign.exp: Same.
914 * gdb.base/setshow.exp: Same.
915 * gdb.base/shlib-call.exp: Same.
916 * gdb.base/signals.exp: Same.
917 * gdb.base/sigstep.exp: Same.
918 * gdb.base/skip.exp: Same.
919 * gdb.base/solib-symbol.exp: Same.
920 * gdb.base/stap-probe.exp: Same.
921 * gdb.base/step-line.exp: Same.
922 * gdb.base/step-test.exp: Same.
923 * gdb.base/style.exp: Same.
924 * gdb.base/varargs.exp: Same.
925 * gdb.base/vla-datatypes.exp: Same.
926 * gdb.base/vla-ptr.exp: Same.
927 * gdb.base/vla-sideeffect.exp: Same.
928 * gdb.base/volatile.exp: Same.
929 * gdb.base/watch-cond-infcall.exp: Same.
930 * gdb.base/watchpoint.exp: Same.
931
932 2019-11-02 Tom de Vries <tdevries@suse.de>
933
934 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
935 * gdb.cp/cpexprs.exp: Same.
936 * gdb.cp/except-multi-location.exp: Same.
937 * gdb.cp/exceptprint.exp: Same.
938 * gdb.cp/gdb2384.exp: Same.
939 * gdb.cp/inherit.exp: Same.
940 * gdb.cp/m-static.exp: Same.
941 * gdb.cp/meth-typedefs.exp: Same.
942 * gdb.cp/misc.exp: Same.
943 * gdb.cp/namespace.exp: Same.
944 * gdb.cp/non-trivial-retval.exp: Same.
945 * gdb.cp/overload.exp: Same.
946 * gdb.cp/pr17132.exp: Same.
947 * gdb.cp/re-set-overloaded.exp: Same.
948 * gdb.cp/rvalue-ref-types.exp: Same.
949 * gdb.cp/templates.exp: Same.
950
951 2019-11-01 Luis Machado <luis.machado@linaro.org>
952
953 PR gdb/25124
954
955 * gdb.arch/pr25124.S: New file.
956 * gdb.arch/pr25124.exp: New file.
957
958 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.fortran/info-modules.exp: Update expected results, and add
961 additional tests for 'info module functinos', and 'info module
962 variables'.
963 * gdb.fortran/info-types.exp: Update expected results.
964 * gdb.fortran/info-types.f90: Extend testcase with additional
965 module variables and functions.
966
967 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.fortran/info-modules.exp: New file.
970 * gdb.fortran/info-types.exp: Build with new file.
971 * gdb.fortran/info-types.f90: Include and use new module.
972 * gdb.fortran/info-types-2.f90: New file.
973
974 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
975
976 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
977 * gdb.base/settings.exp: Test all settings types using
978 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
979 that now verifies that the value of "maint show" is the same as
980 returned by the settings functions. Test the type of the
981 maintenance settings.
982 * gdb.base/default.exp: Update show_conv_list.
983
984 2019-10-31 Tom de Vries <tdevries@suse.de>
985
986 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
987 gdb_test.
988 * gdb.arch/amd64-disp-step.exp: Same.
989 * gdb.asm/asm-source.exp: Same.
990 * gdb.btrace/buffer-size.exp: Same.
991 * gdb.btrace/cpu.exp: Same.
992 * gdb.btrace/enable.exp: Same.
993 * gdb.dwarf2/count.exp: Same.
994 * gdb.dwarf2/dw2-ranges-func.exp: Same.
995 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
996 * gdb.fortran/vla-datatypes.exp: Same.
997 * gdb.fortran/vla-history.exp: Same.
998 * gdb.fortran/vla-ptype.exp: Same.
999 * gdb.fortran/vla-value.exp: Same.
1000 * gdb.fortran/whatis_type.exp: Same.
1001 * gdb.guile/guile.exp: Same.
1002 * gdb.multi/tids.exp: Same.
1003 * gdb.python/py-finish-breakpoint.exp: Same.
1004 * gdb.python/py-framefilter.exp: Same.
1005 * gdb.python/py-pp-registration.exp: Same.
1006 * gdb.python/py-xmethods.exp: Same.
1007 * gdb.python/python.exp: Same.
1008 * gdb.server/connect-with-no-symbol-file.exp: Same.
1009 * gdb.server/no-thread-db.exp: Same.
1010 * gdb.server/run-without-local-binary.exp: Same.
1011 * gdb.stabs/weird.exp: Same.
1012 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1013 * gdb.threads/thread-find.exp: Same.
1014 * gdb.threads/tls-shared.exp: Same.
1015 * gdb.threads/tls.exp: Same.
1016 * gdb.threads/wp-replication.exp: Same.
1017 * gdb.trace/ax.exp: Same.
1018 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1019
1020 2019-10-31 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1023 * gdb.ada/array_subscript_addr.exp: Same.
1024 * gdb.ada/arrayidx.exp: Same.
1025 * gdb.ada/arrayparam.exp: Same.
1026 * gdb.ada/arrayptr.exp: Same.
1027 * gdb.ada/boolean_expr.exp: Same.
1028 * gdb.ada/call_pn.exp: Same.
1029 * gdb.ada/complete.exp: Same.
1030 * gdb.ada/fixed_cmp.exp: Same.
1031 * gdb.ada/fun_addr.exp: Same.
1032 * gdb.ada/funcall_param.exp: Same.
1033 * gdb.ada/interface.exp: Same.
1034 * gdb.ada/mod_from_name.exp: Same.
1035 * gdb.ada/null_array.exp: Same.
1036 * gdb.ada/packed_array.exp: Same.
1037 * gdb.ada/packed_tagged.exp: Same.
1038 * gdb.ada/print_chars.exp: Same.
1039 * gdb.ada/print_pc.exp: Same.
1040 * gdb.ada/ptype_arith_binop.exp: Same.
1041 * gdb.ada/ptype_field.exp: Same.
1042 * gdb.ada/ptype_tagged_param.exp: Same.
1043 * gdb.ada/rec_return.exp: Same.
1044 * gdb.ada/ref_tick_size.exp: Same.
1045 * gdb.ada/str_ref_cmp.exp: Same.
1046 * gdb.ada/taft_type.exp: Same.
1047 * gdb.ada/tagged.exp: Same.
1048 * gdb.ada/type_coercion.exp: Same.
1049 * gdb.ada/uninitialized_vars.exp: Same.
1050
1051 2019-10-30 Tom de Vries <tdevries@suse.de>
1052
1053 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1054
1055 2019-10-26 Tom de Vries <tdevries@suse.de>
1056
1057 * gdb.base/bigcore.c: Fix typos in comments.
1058 * gdb.base/ctf-ptype.c: Same.
1059 * gdb.base/long_long.c: Same.
1060 * gdb.dwarf2/dw2-op-out-param.S: Same.
1061 * gdb.python/py-evthreads.c: Same.
1062 * gdb.reverse/i387-stack-reverse.c: Same.
1063 * gdb.trace/tfile.c: Same.
1064 * lib/compiler.c: Same.
1065 * lib/compiler.cc: Same.
1066
1067 2019-10-25 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1070 gdb_test_multiple calls.
1071 * gdb.reverse/sigall-reverse.exp: Same.
1072 * gdb.reverse/solib-precsave.exp: Same.
1073 * gdb.reverse/solib-reverse.exp: Same.
1074 * gdb.reverse/until-precsave.exp: Same.
1075 * gdb.reverse/until-reverse.exp: Same.
1076
1077 2019-10-24 Tom de Vries <tdevries@suse.de>
1078
1079 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1080 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1081 kfail using -wrap pattern flag and convenience variable
1082 gdb_test_name.
1083
1084 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.python/py-progspace.exp: Add tests for the
1087 Progspace.block_for_pc method.
1088
1089 2019-10-23 Tom Tromey <tom@tromey.com>
1090
1091 * configure: Rebuild.
1092 * aclocal.m4: Use m4_include, not sinclude.
1093
1094 2019-10-21 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.base/infcall-nested-structs.c: Add
1097 __attribute__((noinline,noclone)) to all functions.
1098 (call_all): Add missing variable initialization. Simplify return value.
1099 (breakpt): Increment volatile variable, to prevent call from being
1100 optimized out.
1101 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1102
1103 2019-10-17 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.fortran/module.exp: Allow info variables to print info for files
1106 other than module.f90.
1107
1108 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.fortran/module.exp: Extend with 'info variables' test.
1111
1112 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1115 F77_FOR_TARGET.
1116
1117 2019-10-16 Tom de Vries <tdevries@suse.de>
1118
1119 PR tdep/25096
1120 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1121
1122 2019-10-16 Tom de Vries <tdevries@suse.de>
1123
1124 PR tdep/24104
1125 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1126 Add KFAIL for PR tdep/25096.
1127
1128 2019-10-16 Tom de Vries <tdevries@suse.de>
1129
1130 PR testsuite/25059
1131 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1132
1133 2019-10-16 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1136 as signed.
1137
1138 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1139
1140 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1141 one instead of increasing timeout.
1142
1143 2019-10-13 Tom de Vries <tdevries@suse.de>
1144
1145 PR record/25038
1146 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1147 * gdb.reverse/sigall-reverse.exp: Same.
1148 * gdb.reverse/solib-precsave.exp: Same.
1149 * gdb.reverse/solib-reverse.exp: Same.
1150 * gdb.reverse/step-precsave.exp: Same.
1151 * gdb.reverse/until-precsave.exp: Same.
1152 * gdb.reverse/until-reverse.exp: Same.
1153 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1154
1155 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1156
1157 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1158 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1159 (cmp_struct_05_01, cmp_struct_static_02_01)
1160 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1161 comparisons.
1162
1163 2019-10-10 Tom de Vries <tdevries@suse.de>
1164
1165 PR testsuite/24888
1166 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1167 gnatlink.
1168
1169 2019-10-09 Tom de Vries <tdevries@suse.de>
1170
1171 PR testsuite/25048
1172 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1173
1174 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1177 exceptions due to missing debug information.
1178
1179 2019-10-07 Tom de Vries <tdevries@suse.de>
1180
1181 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1182
1183 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1186 * gdb.base/annota1.exp: Update to use gdb_test_name.
1187
1188 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1189
1190 * gdb.base/ctf-whatis.exp: New file.
1191 * gdb.base/ctf-whatis.c: New file.
1192 * gdb.base/ctf-ptype.exp: New file.
1193 * gdb.base/ctf-ptype.c: New file.
1194 * gdb.base/ctf-constvars.exp: New file.
1195 * gdb.base/ctf-constvars.c: New file.
1196 * gdb.base/ctf-cvexpr.exp: New file.
1197
1198 2019-10-04 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1201 for loop.
1202
1203 2019-10-03 Tom Tromey <tom@tromey.com>
1204
1205 PR rust/24976:
1206 * gdb.rust/simple.rs (Union2): New type.
1207 (main): Use Union2.
1208 * gdb.rust/simple.exp: Add test.
1209
1210 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1211
1212 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1213 nested function prefix.
1214
1215 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1216 Richard Bunt <richard.bunt@arm.com>
1217 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1220 nested functions.
1221 * gdb.fortran/nested-funcs.f90: Update expected results.
1222 * gdb.fortran/nested-funcs-2.exp: New file.
1223 * gdb.fortran/nested-funcs-2.f90: New file.
1224
1225 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1226
1227 * gdb.python/py-parameter.exp: Make test names unique.
1228 * gdb.python/py-template.exp: Likewise.
1229 * gdb.python/py-value.exp: Likewise.
1230
1231 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.base/break-interp.exp: Reduce test name duplication.
1234 * gdb.base/call-sc.exp: Likewise.
1235 * gdb.base/callfuncs.exp: Likewise.
1236 * gdb.base/charset.exp: Likewise.
1237 * gdb.base/dump.exp: Likewise.
1238 * gdb.base/ena-dis-br.exp: Likewise.
1239 * gdb.base/relational.exp: Likewise.
1240 * gdb.base/step-over-syscall.exp: Likewise.
1241 * gdb.base/structs.exp: Likewise.
1242
1243 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.linespec/explicit.exp: Make test names unique.
1246 * gdb.linespec/ls-errs.exp: Likewise.
1247
1248 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.reverse/break-precsave.exp: Make test names unique.
1251 * gdb.reverse/break-reverse.exp: Likewise.
1252 * gdb.reverse/finish-precsave.exp: Likewise.
1253 * gdb.reverse/finish-reverse.exp: Likewise.
1254 * gdb.reverse/machinestate-precsave.exp: Likewise.
1255 * gdb.reverse/machinestate.exp: Likewise.
1256 * gdb.reverse/readv-reverse.exp: Likewise.
1257 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1258 * gdb.reverse/sigall-precsave.exp: Likewise.
1259 * gdb.reverse/sigall-reverse.exp: Likewise.
1260 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1261 * gdb.reverse/watch-precsave.exp: Likewise.
1262 * gdb.reverse/watch-reverse.exp: Likewise.
1263
1264 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1265
1266 * gdb.threads/stop-with-handle.c: New file.
1267 * gdb.threads/stop-with-handle.exp: New file.
1268
1269 2019-10-03 Tom de Vries <tdevries@suse.de>
1270
1271 PR testsuite/25059
1272 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1273 directory" line to be missing.
1274
1275 2019-10-03 Tom de Vries <tdevries@suse.de>
1276
1277 PR testsuite/25059
1278 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1279 type optional.
1280
1281 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1282
1283 * gdb.python/py-format-string.c (string.h): New include.
1284 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1285 the same value, for endianness-independence.
1286 * gdb.python/py-format-string.exp (default_regexp_dict)
1287 (test_pretty_structs, test_format): Adjust expected output to the
1288 changed initialization.
1289
1290 2019-10-02 Tom Tromey <tromey@adacore.com>
1291
1292 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1293
1294 2019-10-02 Pedro Alves <palves@redhat.com>
1295 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1298 "print-file-var.h".
1299 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1300 (get_version_1): Print this_version_id and its address.
1301 Add extern "C" wrappers around interface functions.
1302 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1303 "print-file-var.h".
1304 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1305 (get_version_2): Print this_version_id and its address.
1306 Add extern "C" wrappers around interface functions.
1307 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1308 <stddef.h> and "print-file-var.h".
1309 Add extern "C" wrappers around interface functions.
1310 [VERSION_ID_MAIN] (this_version_id): Define.
1311 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1312 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1313 up extern "C" blocks.
1314 * gdb.base/print-file-var.exp (test): New, factored out from top
1315 level.
1316 (top level): Test all combinations of attribute hidden or not,
1317 dlopen or not, and this_version_id symbol in main file or not.
1318 Compile tests as both C++ and C, make test names unique.
1319
1320 2019-10-01 Tom Tromey <tom@tromey.com>
1321
1322 * gdb.base/style.exp: Test "show logging filename".
1323
1324 2019-10-01 Tom Tromey <tom@tromey.com>
1325
1326 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1327 * gdb.base/style.exp: Add metadata style test.
1328
1329 2019-10-01 Tom Tromey <tom@tromey.com>
1330
1331 * gdb.base/style.exp: Test "pwd".
1332
1333 2019-10-01 Tom Tromey <tom@tromey.com>
1334
1335 * gdb.base/style.exp: Update tests.
1336
1337 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1338
1339 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1340 'six' to unsigned.
1341 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1342 'five'. Use an all-ones bit pattern for each.
1343 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1344 to its changed values.
1345
1346 2019-09-30 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.rust/traits.rs: Disable all warnings.
1349
1350 2019-09-29 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1353
1354 2019-09-29 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1357
1358 2019-09-27 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1361
1362 2019-09-27 Tom de Vries <tdevries@suse.de>
1363
1364 PR record/23188
1365 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1366
1367 2019-09-26 Tom Tromey <tromey@adacore.com>
1368
1369 * gdb.ada/py_taft.exp: New file.
1370 * gdb.ada/py_taft/main.adb: New file.
1371 * gdb.ada/py_taft/pkg.adb: New file.
1372 * gdb.ada/py_taft/pkg.ads: New file.
1373
1374 2019-09-24 Tom de Vries <tdevries@suse.de>
1375
1376 PR gdb/24598
1377 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1378
1379 2019-09-22 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.base/restore.exp: Allow register variables to be optimized out at
1382 -O0.
1383
1384 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1385
1386 * gdb.arch/spu-info.exp: Remove file.
1387 * gdb.arch/spu-info.c: Remove file.
1388 * gdb.arch/spu-ls.exp: Remove file.
1389 * gdb.arch/spu-ls.c: Remove file.
1390
1391 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1392 * gdb.asm/spu.inc: Remove file.
1393
1394 * gdb.base/dump.exp: Remove support for spu*-*-*.
1395 * gdb.base/stack-checking.exp: Likewise.
1396 * gdb.base/overlays.exp: Likewise.
1397 * gdb.base/ovlymgr.c: Likewise.
1398 * gdb.base/spu.ld: Remove file.
1399
1400 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1401 * gdb.cp/cpexprs.exp: Likewise.
1402 * gdb.cp/exception.exp: Likewise.
1403 * gdb.cp/gdb2495.exp: Likewise.
1404 * gdb.cp/mb-templates.exp: Likewise.
1405 * gdb.cp/pr9167.exp: Likewise.
1406 * gdb.cp/userdef.exp: Likewise.
1407
1408 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1409
1410 * gdb.cell: Remove directory.
1411 * lib/cell.exp: Remove file.
1412
1413 2019-09-19 Tom de Vries <tdevries@suse.de>
1414
1415 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1416
1417 2019-09-19 Tom de Vries <tdevries@suse.de>
1418
1419 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1420
1421 2019-09-19 Tom de Vries <tdevries@suse.de>
1422
1423 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1424 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1425 (gdb_target_cmd): ... here.
1426 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1427 value 2.
1428
1429 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/source-dir.exp: Avoid having directory names in test
1432 names.
1433
1434 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1437 directory.
1438
1439 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1440
1441 * gdb.base/list-missing-source.exp: New file.
1442
1443 2019-09-14 Tom de Vries <tdevries@suse.de>
1444
1445 PR teststuite/24599
1446 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1447 * lib/ada.exp (gnatmake_version_at_least): New proc.
1448
1449 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 * gdb.base/maint.exp: Use exec_has_index_section.
1452
1453 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1454
1455 * gdb.base/maint.exp: Add test for 'maint info sections'.
1456
1457 2019-09-12 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.base/store.exp: Allow register variables to be optimized out at
1460 -O0.
1461
1462 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1463
1464 * gdb.ada/rdv_wait.exp: Update to new task names.
1465 * gdb.base/task_switch_in_core.exp: Likewise.
1466 * gdb.base/info_sources_base.c: Likewise.
1467
1468 2019-09-10 Tom Tromey <tromey@adacore.com>
1469
1470 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1471
1472 2019-09-10 Tom Tromey <tromey@adacore.com>
1473
1474 * gdb.ada/dgopt.exp: New file.
1475 * gdb.ada/dgopt/x.adb: New file.
1476
1477 2019-09-08 Tom Tromey <tom@tromey.com>
1478
1479 * gdb.tui/resize.exp: Remove setup_xfail.
1480 * gdb.tui/regs.exp: Remove setup_xfail.
1481 * gdb.tui/basic.exp: Remove setup_xfail.
1482
1483 2019-09-06 David Blaikie <dblaikie@gmail.com>
1484
1485 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1486 * gdb.cp/cplabel.exp: Ditto.
1487 * gdb.linespec/ls-errs.exp: Ditto.
1488
1489 2019-09-05 Tom de Vries <tdevries@suse.de>
1490
1491 * lib/gdb.exp (cmp_file_string): New proc.
1492 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1493 runto_main. Verify save breakpoints output.
1494
1495 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1496
1497 * gdb.base/info-var.exp: Test info variables without running
1498 to main, to avoid expect's buffer overflow.
1499
1500 2019-09-03 Tom Tromey <tromey@adacore.com>
1501
1502 * gdb.ada/bias.exp: New file.
1503 * gdb.ada/bias/bias.adb: New file.
1504 * gdb.ada/print_chars.exp: Add regression test.
1505 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1506 (MC): New variable.
1507
1508 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1509
1510 * gdb.base/argv0-symlink.exp: Run only on native target
1511 and local host.
1512
1513 2019-08-29 Tom de Vries <tdevries@suse.de>
1514
1515 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1516 diverse debug info.
1517 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1518
1519 2019-08-28 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.base/info-var.exp: Allow info variables to print info for files
1522 other than info-var-f1.c and info-var-f2.c.
1523
1524 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.fortran/info-types.exp: Add module.
1527 * gdb.fortran/info-types.f90: Update expected results.
1528
1529 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.fortran/info-types.exp: New file.
1532 * gdb.fortran/info-types.f90: New file.
1533 * lib/fortran.exp (fortran_character1): New proc.
1534
1535 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1538 functions'. Reindent as needed.
1539 * gdb.base/info-var-f1.c: New file.
1540 * gdb.base/info-var-f2.c: New file.
1541 * gdb.base/info-var.exp: New file.
1542 * gdb.base/info-var.h: New file.
1543
1544 2019-08-26 Tom de Vries <tdevries@suse.de>
1545
1546 PR c++/24852
1547 * gdb.cp/no-libstdcxx-probe.exp: New test.
1548
1549 2019-08-26 Tom de Vries <tdevries@suse.de>
1550
1551 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1552 * tests need to be skipped.
1553 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1554 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1555 mi_skip_libstdcxx_probe_tests.
1556
1557 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1558
1559 * gdb.python/py-xmethods.exp: Use raw strings when passing
1560 arguments to SimpleXMethodMatcher.
1561
1562 2019-08-22 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1565 more informative.
1566
1567 2019-08-21 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.base/with.exp: Test "with" with no arguments.
1570
1571 2019-08-21 Tom de Vries <tdevries@suse.de>
1572
1573 * gdb.base/gdb-caching-proc.exp: Sort files.
1574
1575 2019-08-20 Tom de Vries <tdevries@suse.de>
1576
1577 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1578 compilation.
1579
1580 2019-08-16 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.base/compare-sections.exp ("after run to main"): Allow
1583 mismatched read-only sections for PIE executables.
1584
1585 2019-08-16 Tom Tromey <tom@tromey.com>
1586
1587 * lib/tuiterm.exp (_csi_Z): New proc.
1588 * gdb.tui/basic.exp: Update window positions.
1589 * gdb.tui/empty.exp: Update window positions.
1590
1591 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1592
1593 * gdb.base/examine-backward.exp: Correct regexp for
1594 "examine 3 bytes backward from ${address_zero}".
1595
1596 2019-08-15 Tom Tromey <tom@tromey.com>
1597
1598 * gdb.tui/empty.exp: Enable resizing tests.
1599
1600 2019-08-15 Tom Tromey <tromey@adacore.com>
1601
1602 * gdb.ada/char_enum.exp: Add regression tests.
1603 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1604 and '0'.
1605 (Char, Gchar): Update.
1606 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1607
1608 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1609
1610 * gdb.python/python.exp: Expect a leading underscore on
1611 GdbOutput{,Error}File.
1612
1613 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1614
1615 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1616 Windows host.
1617
1618 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1619
1620 * gdb.base/batch-preserve-term-settings.exp
1621 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1622
1623 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1624
1625 * lib/gdb.exp: When running on a mingw target, replace
1626 /x/ with x:/.
1627
1628 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1629
1630 * gdb.arch/aarch64-prologue.c: New test.
1631 * gdb.arch/aarch64-prologue.exp: New file.
1632
1633 2019-08-13 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1636 Thread.
1637
1638 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1639
1640 * gdb.python/py-completion.exp: Download the .py file to the host
1641 and use its host pathname. Conditionalize tests that use
1642 tab completion and manipulate files on the build machine.
1643 * gdb.python/py-events.exp: Download the .py file to the host
1644 and use its host pathname.
1645 * gdb.python/py-evsignal.exp: Likewise.
1646 * gdb.python/py-evthreads.exp: Likewise.
1647 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1648 pathname syntax.
1649 * gdb.python/py-framefilter.exp: Download the .py file to the right
1650 place on the host. Match Windows pathname syntax.
1651 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1652 .py file to the host and use its host pathname.
1653 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1654 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1655 build pathname. Skip symlink test on Windows host. Add missing
1656 newline at end of file.
1657 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1658 and use its host pathname.
1659 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1660 * gdb.python/py-section-script.exp: Use host location of binfile
1661 on safe-path. Use correct path separator on Windows host.
1662 Reorder alternatives in gdb_test_multiple to prevent matching
1663 the wrong alternative on success.
1664 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1665
1666 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1667
1668 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1669 expect the GDB inferior to no longer immediately stop after
1670 being resumed with "signal SIGINT".
1671
1672 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1673
1674 * gdb.linespec/break-ask.exp: Generalize regexps to match
1675 Windows pathnames too.
1676
1677 2019-08-08 Tom de Vries <tdevries@suse.de>
1678
1679 PR testsuite/24862
1680 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1681
1682 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1683
1684 * gdb.base/style.exp: Update tests for help doc new invariants.
1685 * gdb.base/help.exp: Likewise.
1686
1687 2019-08-06 Tom Tromey <tom@tromey.com>
1688
1689 * gdb.base/style.exp: Add disassemble test.
1690 * gdb.base/style.c (some_called_function): New function.
1691 (main): Use it.
1692
1693 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1694
1695 * gdb.python/py-block.exp: Test dictionary access on blocks.
1696
1697 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1698
1699 PR gdb/24863
1700 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1701 -list-thread-groups --available test when running under
1702 check-read1.
1703
1704 2019-08-05 Tom de Vries <tdevries@suse.de>
1705
1706 PR testsuite/24863
1707 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1708 * gdb.base/help.exp: Use with_read1_timeout_factor.
1709 * gdb.base/info-macros.exp: Same.
1710 * gdb.cp/nested-types.exp: Same.
1711
1712 2019-08-05 Tom de Vries <tdevries@suse.de>
1713
1714 * lib/gdb.exp (version_at_least): Factor out of ...
1715 (tcl_version_at_least): ... here.
1716 (gdb_compile): Fail if pie results in non-PIE executable.
1717 (readelf_version, readelf_prints_pie): New proc.
1718 (exec_is_pie): Return -1 if unknown.
1719
1720 2019-08-05 Tom de Vries <tdevries@suse.de>
1721
1722 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1723
1724 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1725
1726 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1727
1728 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1729
1730 * lib/completion-support.exp (test_gdb_complete_none): Skip
1731 tab completion tests if no readline support.
1732 (test_gdb_complete_unique_re): Likewise.
1733 (test_gdb_complete_multiple): Likewise.
1734
1735 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1736
1737 * gdb.base/info_sources.exp: New file.
1738 * gdb.base/info_sources.c: New file.
1739 * gdb.base/info_sources_base.c: New file.
1740
1741 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1742
1743 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1744 prefix argument.
1745 (test_exit_status): Add prefix argument.
1746
1747 2019-08-01 Tom de Vries <tdevries@suse.de>
1748
1749 PR testsuite/24863
1750 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1751 calling exp_continue for new thread and thread exited messages.
1752
1753 2019-08-01 Tom de Vries <tdevries@suse.de>
1754
1755 PR testsuite/24863
1756 * gdb.base/structs.exp: Fix check-read1 timeout using
1757 gdb_test_sequence.
1758 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1759
1760 2019-08-01 Tom de Vries <tdevries@suse.de>
1761
1762 PR testsuite/24863
1763 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1764 line.
1765
1766 2019-08-01 Tom de Vries <tdevries@suse.de>
1767
1768 PR testsuite/24863
1769 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1770
1771 2019-07-30 Tom Tromey <tromey@adacore.com>
1772
1773 * gdb.ada/display_nested.exp: New file.
1774 * gdb.ada/display_nested/foo.adb: New file.
1775 * gdb.ada/display_nested/pack.adb: New file.
1776 * gdb.ada/display_nested/pack.ads: New file.
1777
1778 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1779
1780 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1781 namespace.
1782 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1783
1784 2019-07-30 Tom de Vries <tdevries@suse.de>
1785
1786 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1787 instead.
1788
1789 2019-07-30 Tom de Vries <tdevries@suse.de>
1790
1791 PR testsuite/24834
1792 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1793 (exec_is_pie): New proc.
1794
1795 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1796
1797 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1798
1799 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1800
1801 * gdb.python/py-objfile.c: Add global and static vars.
1802 * gdb.python/py-objfile.exp: Test new functions Objfile.
1803 lookup_global_symbol and lookup_static_symbol.
1804
1805 2019-07-29 Tom Tromey <tom@tromey.com>
1806
1807 * lib/tuiterm.exp (Term::_csi_@): New proc.
1808 (Term::_csi_X): Don't move cursor.
1809
1810 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1811
1812 * gdb.base/options.exp: Update backtrace - completion to
1813 new option -frame-info.
1814 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1815 Test new 'set print frame-info'. Test backtrace -frame-info
1816 overriding 'set print frame-info'.
1817 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1818 Test new 'set print frame-info'.
1819 Verify consistency of backtrace with and without filters, with and
1820 without -no-filters.
1821 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1822 default.
1823
1824 2019-07-29 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1827 no arguments".
1828
1829 2019-07-29 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1832 is a substring of the first for "complete non-unique file name".
1833
1834 2019-07-29 Tom de Vries <tdevries@suse.de>
1835
1836 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1837 with ".*".
1838
1839 2019-07-29 Tom de Vries <tdevries@suse.de>
1840
1841 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1842 Pass prompt_regexp parameter to gdb_test_multiple calls.
1843
1844 2019-07-29 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1847 print registers" regexps.
1848
1849 2019-07-29 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1852
1853 2019-07-29 Tom de Vries <tdevries@suse.de>
1854
1855 PR gdb/24855
1856 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1857 (skip_python_tests_prompt): Add prompt_regexp argument to
1858 gdb_test_multiple calls.
1859
1860 2019-07-27 Tom Tromey <tom@tromey.com>
1861
1862 * gdb.tui/main.exp: New file.
1863
1864 2019-07-27 Tom Tromey <tom@tromey.com>
1865
1866 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1867 optional.
1868 * gdb.tui/empty.exp: New file.
1869
1870 2019-07-27 Tom Tromey <tom@tromey.com>
1871
1872 * lib/tuiterm.exp (spawn): New proc.
1873 (Term::resize): New proc.
1874 * gdb.tui/resize.exp: New file.
1875
1876 2019-07-27 Tom Tromey <tom@tromey.com>
1877
1878 * gdb.tui/list.exp: New file.
1879
1880 2019-07-27 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.tui/regs.exp: New file.
1883
1884 2019-07-27 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.tui/basic.exp: Add "layout split" test.
1887
1888 2019-07-27 Tom Tromey <tom@tromey.com>
1889
1890 * gdb.tui/basic.exp: Add "layout asm" test.
1891
1892 2019-07-27 Tom Tromey <tom@tromey.com>
1893
1894 * lib/tuiterm.exp: New file.
1895 * gdb.tui/basic.exp: New file.
1896
1897 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1898
1899 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1900 Enable tests associated with this flag. Adjust regex
1901 referencing "foo_low" to now refer to "foo_cold" instead.
1902
1903 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1904
1905 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1906 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1907 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1908 foo_cold. Revise comments to match.
1909 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1910 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1911 were wrapped into this proc; Call do_test in loop from outermost
1912 level.
1913 (foo_low): Rename all occurrences to "foo_cold".
1914 (backtrace from baz): New test.
1915 (x2/i foo_cold): New test.
1916 (info line *foo_cold): New test.
1917
1918 2019-07-26 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1921
1922 2019-07-25 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24830
1925 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1926 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1927 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1928 (skip_libstdcxx_probe_tests): ... here.
1929 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1930
1931 2019-07-24 Tom de Vries <tdevries@suse.de>
1932
1933 PR testsuite/24807
1934 * gdb.objc/basicclass.m: Include stdio.h.
1935 * gdb.objc/nondebug.m: Same.
1936 * gdb.objc/objcdecode.m: Same.
1937
1938 2019-07-24 Tom de Vries <tdevries@suse.de>
1939
1940 PR testsuite/24612
1941 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1942 additional_flags.
1943
1944 2019-07-24 Tom de Vries <tdevries@suse.de>
1945
1946 PR testsuite/24831
1947 * gdb.multi/tids.exp: Update error messages for info threads.
1948
1949 2019-07-24 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.base/info-types.exp: Allow info types to print info for more than
1952 one file.
1953
1954 2019-07-23 Tom de Vries <tdevries@suse.de>
1955
1956 PR testsuite/24842
1957 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1958 gdb_spawn_with_cmdline_opts.
1959
1960 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1961
1962 * gdb.arch/arm-cmse-sgstubs.c: New test.
1963 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1964
1965 2019-07-23 Tom de Vries <tdevries@suse.de>
1966
1967 PR testsuite/24711
1968 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1969 issuing next command.
1970
1971 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.ada/info_auto_lang.exp: Update expected results.
1974 * gdb.base/info-types.c: Add additional types to check.
1975 * gdb.base/info-types.exp: Update expected results.
1976
1977 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.base/info-types.c: New file.
1980 * gdb.base/info-types.exp: New file.
1981
1982 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 * gdb.arch/riscv-bp-infcall.c: New file.
1985 * gdb.arch/riscv-bp-infcall.exp: New file.
1986
1987 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1988
1989 PR breakpoints/24541
1990 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1991
1992 2019-07-14 Tom de Vries <tdevries@suse.de>
1993
1994 PR testsuite/24760
1995 * gdb.objc/basicclass.exp: Fix unterminated string.
1996
1997 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1998 Andrew Burgess <andrew.burgess@embecosm.com>
1999
2000 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2001 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2002 negative bounds.
2003 * gdb.fortran/vla-value.exp: Print elements of an array with
2004 negative bounds.
2005 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2006 testing.
2007
2008 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.base/options.exp (expect_string): Dequote strings in
2011 results.
2012 (test-string): Test strings with different quoting and reindent.
2013
2014 2019-07-10 Tom Tromey <tromey@adacore.com>
2015
2016 * gdb.ada/mi_ex_cond.exp: Update expected results.
2017 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2018 * gdb.ada/mi_catch_ex.exp: Update expected results.
2019 * gdb.ada/mi_catch_assert.exp: Update expected results.
2020 * gdb.ada/catch_ex.exp (catch_exception_info)
2021 (catch_exception_entry, catch_assert_entry)
2022 (catch_unhandled_entry): Update.
2023 * gdb.ada/catch_assert_if.exp: Update expected results.
2024
2025 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2026 Stephen Roberts <stephen.roberts@arm.com>
2027
2028 * gdb.base/define.exp: Restore original prompt.
2029
2030 2019-07-09 Pedro Alves <palves@redhat.com>
2031
2032 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2033 breakpoints" output.
2034 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2035 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2036 throw" creates breakpoint.
2037 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2038 'type="catchpoint"'.
2039
2040 2019-07-09 Pedro Alves <palves@redhat.com>
2041
2042 PR c++/15468
2043 * gdb.cp/except-multi-location-lib.cc: New.
2044 * gdb.cp/except-multi-location-main.cc: New.
2045 * gdb.cp/except-multi-location.exp: New.
2046
2047 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2048
2049 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2050 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2051 argument and update callers.
2052
2053 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.arch/amd64-break-on-asm-line.S: New file.
2056 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2057
2058 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2059
2060 * gdb.base/printcmds.exp: Test printing C string and
2061 C wide string convenience vars without transiting via the inferior.
2062 Also make test names unique.
2063
2064 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2065
2066 PR breakpoints/25011
2067 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2068
2069 2019-07-04 Pedro Alves <palves@redhat.com>
2070
2071 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2072 body returned ok(0), break(3) or continue(4).
2073 * gdb.testsuite/foreach_with_prefix.exp: New file.
2074
2075 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2076
2077 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2078
2079 2019-07-03 Pedro Alves <palves@redhat.com>
2080
2081 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2082 "return -code".
2083
2084 2019-07-03 Pedro Alves <palves@redhat.com>
2085
2086 PR cli/24732
2087 * gdb.base/shell.exp: Load completion-support.exp.
2088 Adjust expected error output. Add completion tests.
2089
2090 2019-07-03 Pedro Alves <palves@redhat.com>
2091
2092 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2093 string_to_regexp.
2094
2095 2019-07-03 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2098 (expect_integer): Adjust to expect "-string".
2099 (expect_string): New.
2100 (all_options): Expect "-string".
2101 (test-flag, test-boolean): Adjust to expect "-string".
2102 (test-string): New proc.
2103 (top level): Call it.
2104
2105 2019-07-03 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2108 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2109 the expected output in the success.
2110
2111 2019-07-03 Pedro Alves <palves@redhat.com>
2112
2113 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2114 Split one gdb_test_multiple call in two to avoid a race.
2115
2116 2019-07-03 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/with.c: New file.
2119 * gdb.base/with.exp: New file.
2120
2121 2019-07-03 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.base/settings.exp: Replace all references to "maint
2124 test-settings set" with references to "maint set test-settings",
2125 and all references to "maint test-settings show" with references
2126 to "maint show test-settings".
2127
2128 2019-07-03 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/settings.exp (test-string): Adjust expected out when
2131 testing "maint test-settings show filename"
2132
2133 2019-07-02 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/options.exp (test-info-threads): New procedure.
2136 (top level): Call it.
2137
2138 2019-06-28 Tom Tromey <tromey@adacore.com>
2139
2140 * gdb.dwarf2/ada-linkage-name.c: New file.
2141 * gdb.dwarf2/ada-linkage-name.exp: New file.
2142
2143 2019-06-27 Tom Tromey <tromey@adacore.com>
2144
2145 PR c++/20020:
2146 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2147
2148 2019-06-26 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2151
2152 2019-06-26 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.base/index-cache.exp: Add back missing debug option.
2155
2156 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2157
2158 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2159
2160 2019-06-25 Tom de Vries <tdevries@suse.de>
2161
2162 PR testsuite/24727
2163 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2164
2165 2019-06-24 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2168
2169 2019-06-24 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2172 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2173 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2174
2175 2019-06-24 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2178
2179 2019-06-21 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2182
2183 2019-06-21 Tom de Vries <tdevries@suse.de>
2184
2185 PR testsuite/24518
2186 PR ada/24713
2187 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2188 index.
2189
2190 2019-06-19 Tom Tromey <tromey@adacore.com>
2191
2192 * gdb.ada/length_cond.exp: Add intro comment.
2193
2194 2019-06-19 Tom Tromey <tromey@adacore.com>
2195
2196 * gdb.ada/length_cond.exp: New file.
2197 * gdb.ada/length_cond/length_cond.adb: New file.
2198 * gdb.ada/length_cond/pck.adb: New file.
2199 * gdb.ada/length_cond/pck.ads: New file.
2200
2201 2019-06-18 Tom de Vries <tdevries@suse.de>
2202
2203 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2204
2205 2019-06-18 Tom Tromey <tromey@adacore.com>
2206
2207 * gdb.base/list0.h: Add comment explaining control character.
2208
2209 2019-06-18 Tom de Vries <tdevries@suse.de>
2210
2211 * boards/fission.exp: Break up long debug_flags line.
2212
2213 2019-06-16 Tom de Vries <tdevries@suse.de>
2214
2215 PR gdb/24445
2216 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2217 generated index.
2218
2219 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2220
2221 PR gdb/24686
2222 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2223 improve detection of bug gdb/24541.
2224
2225 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2226
2227 PR gdb/24669
2228 * gdb.base/index-cache.exp (uses_readnow,
2229 expecting_index_cache_use): Define global variable.
2230 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2231 expecting_index_cache_use.
2232
2233 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2234 Andrew Burgess <andrew.burgess@embecosm.com>
2235
2236 * gdb.fortran/pointers.f90: New file.
2237 * gdb.fortran/print_type.exp: New file.
2238 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2239 * gdb.fortran/vla-type.exp: Likewise.
2240 * gdb.fortran/vla-value.exp: Likewise.
2241 * gdb.mi/mi-vla-fortran.exp: Likewise.
2242
2243 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2246 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2247 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2248 as a stop reason.
2249
2250 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.base/annota1.exp: Update expected results.
2253 * gdb.cp/annota2.exp: Likewise.
2254 * gdb.cp/annota3.exp: Likewise.
2255
2256 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * gdb.base/style-logging.exp: Remove path from test name.
2259
2260 2019-06-14 Tom Tromey <tromey@adacore.com>
2261
2262 PR gdb/24502:
2263 * gdb.base/style-logging.exp: New file.
2264
2265 2019-06-14 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.base/symfile-warn.exp: New file.
2268 * gdb.base/symfile-warn.c: New file.
2269
2270 2019-06-14 Tom Tromey <tromey@adacore.com>
2271
2272 * gdb.base/annotate-symlink.exp: New file.
2273
2274 2019-06-14 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.ada/set_wstr.exp: Add reassignment test.
2277
2278 2019-06-14 Tom Tromey <tromey@adacore.com>
2279
2280 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2281 'unchecked_access and 'unrestricted_access as well.
2282
2283 2019-06-14 Tom Tromey <tromey@adacore.com>
2284
2285 PR ada/24539:
2286 * gdb.ada/vla.exp: Update tests.
2287 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2288 pragma.
2289
2290 2019-06-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/settings.exp (test-integer): Test junk after
2293 "unlimited".
2294
2295 2019-06-13 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/options.exp (test-thread-apply): New.
2298 (top level): Call it.
2299
2300 2019-06-13 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.base/options.exp (test-frame-apply): New.
2303 (top level): Test print commands with different "frame apply"
2304 prefixes.
2305
2306 2019-06-13 Pedro Alves <palves@redhat.com>
2307
2308 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2309 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2310 'max_completions' parameter and handle it.
2311 (test_gdb_completion_offers_commands): New.
2312
2313 2019-06-13 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2316
2317 2019-06-13 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.base/options.exp (test-backtrace): New.
2320 (top level): Call it.
2321
2322 2019-06-13 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.guile/scm-frame-args.exp: Use "set print
2325 raw-frame-arguments" instead of "set print raw frame-arguments".
2326 * gdb.python/py-frame-args.exp: Likewise.
2327
2328 2019-06-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.compile/compile.exp: Adjust expected output to option
2331 processing changes.
2332
2333 2019-06-13 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.base/options.exp: Build executable.
2336 (test-print): New procedure.
2337 (top level): Call it, once for "print" and another for "compile
2338 print".
2339
2340 2019-06-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/options.c: New file.
2343 * gdb.base/options.exp: New file.
2344
2345 2019-06-13 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2348 that "o" is ambiguous.
2349
2350 2019-06-13 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/settings.c: New file.
2353 * gdb.base/settings.exp: New file.
2354
2355 2019-06-13 Pedro Alves <palves@redhat.com>
2356
2357 * gdb.base/completion.exp: Fix comment typo.
2358
2359 2019-06-13 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2362 foo --1" test.
2363
2364 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2365
2366 * gdb.fortran/block-data.f: New.
2367 * gdb.fortran/block-data.exp: New.
2368
2369 2019-06-11 Tom de Vries <tdevries@suse.de>
2370
2371 PR testsuite/24521
2372 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2373 message.
2374
2375 2019-06-11 Tom de Vries <tdevries@suse.de>
2376
2377 PR testsuite/24521
2378 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2379
2380 2019-06-11 Tom de Vries <tdevries@suse.de>
2381
2382 * boards/readnow.exp: New file.
2383
2384 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2385
2386 * gdb.fortran/vla-sizeof.exp: Update expected results.
2387
2388 2019-06-06 Amos Bird <amosbird@gmail.com>
2389
2390 * gdb.base/annota1.exp (thread_switch): Add test for
2391 thread-exited annotation.
2392
2393 2019-06-06 Tom Tromey <tromey@adacore.com>
2394
2395 * gdb.base/maint.exp: Expect command started/finished output.
2396
2397 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2400 comment.
2401 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2402
2403 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2406 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2407 * gdb.arch/riscv-unwind-long-insn.c: New file.
2408 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2409
2410 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2411
2412 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2413
2414 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2415
2416 * lib/gdb.exp (help_list_trailer): New regexp variable
2417 factorizing the help trailer message.
2418 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2419 arg to allow to better factorize various tests.
2420 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2421 (test_prefix_command_help): Use help_list_trailer.
2422 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2423 * gdb.guile/scm-cmd.exp: Likewise.
2424 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2425 * gdb.base/help.exp: Use test_user_defined_class_help.
2426 * gdb.base/style.exp: Add tests for styling of help and apropos.
2427 * lib/gdb-utils.exp (style): Add title and highlight styles.
2428
2429 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2430
2431 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2432 $_shell_exitsignal.
2433 * gdb.base/default.exp: Update for new convenience variables.
2434
2435 2019-05-29 Tom Tromey <tromey@adacore.com>
2436
2437 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2438 to "break complete ada" test case's regexp.
2439
2440 2019-05-29 Tom Tromey <tromey@adacore.com>
2441
2442 PR c++/20020:
2443 * gdb.cp/constexpr-field.exp: New file.
2444 * gdb.cp/constexpr-field.cc: New file.
2445
2446 2019-05-29 Tom Tromey <tromey@adacore.com>
2447
2448 * gdb.base/finish.exp (finish_no_print): New proc.
2449 (finish_tests): Call it.
2450
2451 2019-05-24 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.dwarf2/gdb-add-index.exp: New file.
2454
2455 2019-05-22 Tom Tromey <tromey@adacore.com>
2456
2457 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2458 * gdb.base/style.exp: Use "style".
2459 * lib/gdb-utils.exp (style): New proc.
2460
2461 2019-05-22 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.base/align.exp: Require c++11.
2464
2465 2019-05-22 Tom de Vries <tdevries@suse.de>
2466
2467 PR testsuite/24586
2468 * gdb.python/py-mi-var-info-path-expression.exp: Call
2469 mi_skip_python_tests to check if python is supported.
2470
2471 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2472
2473 * gdb.arch/aarch64-pauth.c: New test.
2474 * gdb.arch/aarch64-pauth.exp: New file.
2475
2476 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2477
2478 * README (Re-running Tests Outside The Testsuite): New section.
2479
2480 2019-05-21 Tom de Vries <tdevries@suse.de>
2481
2482 * gdb.arch/amd64-eval.exp: Require c++11.
2483 * gdb.base/max-depth.exp: Same.
2484 * gdb.compile/compile-cplus-array-decay.exp: Same.
2485 * gdb.cp/meth-typedefs.exp: Same.
2486 * gdb.cp/subtypes.exp: Same.
2487 * gdb.cp/temargs.exp: Same.
2488
2489 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2490
2491 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2492
2493 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 PR gdb/18644
2496 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2497 * gdb.fortran/printing-types.exp: Add new test.
2498 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2499 testing.
2500 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2501 setup_kfail call.
2502
2503 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2504
2505 * README (Running the Testsuite): Change example.
2506 (Testsuite Parameters): Remove TRANSCRIPT.
2507 * lib/gdb.exp: Remove TRANSCRIPT check.
2508
2509 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2510
2511 * README (Testsuite Parameters): Add replay logging to
2512 GDBSERVER_DEBUG.
2513 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2514 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2515 as a comma separated list.
2516 (gdb_debug_init): Override procedure.
2517
2518 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2519
2520 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2521 (gdb_write_cmd_file): New procedure.
2522 * lib/gdbserver-support.exp (gdbserver_start): Call
2523 gdbserver_write_cmd_file.
2524 (gdbserver_write_cmd_file): New procedure.
2525
2526 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2527
2528 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2529 (delete_breakpoints): Likewise.
2530 (gdb_run_cmd): Likewise.
2531 (gdb_start_cmd): Likewise.
2532 (gdb_starti_cmd): Likewise.
2533 (gdb_internal_error_resync): Likewise.
2534 (gdb_test_multiple): Likewise.
2535 (gdb_reinitialize_dir): Likewise.
2536 (default_gdb_exit): Likewise.
2537 (gdb_file_cmd): Mark kill as optional.
2538 (default_gdb_start): Call gdb_stdin_log_init.
2539 (send_gdb): Call gdb_stdin_log_write.
2540 (rerun_to_main): Mark Y as an answer.
2541 (gdb_stdin_log_init): New function.
2542 (gdb_stdin_log_write): Likewise.
2543
2544 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2545
2546 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2547 * gdb.base/debug-expr.exp: Likewise.
2548 * gdb.base/foll-fork.exp: Likewise.
2549 * gdb.base/foll-vfork.exp: Likewise.
2550 * gdb.base/fork-print-inferior-events.exp: Likewise.
2551 * gdb.base/gdb-sigterm.exp: Likewise.
2552 * gdb.base/gdbinit-history.exp: Likewise.
2553 * gdb.base/osabi.exp: Likewise.
2554 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2555 * gdb.base/ui-redirect.exp: Likewise.
2556 * gdb.gdb/unittest.exp: Likewise.
2557 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2558 * gdb.mi/mi-watch.exp: Likewise.
2559 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2560 * gdb.mi/user-selected-context-sync.exp: Likewise.
2561 * gdb.python/python.exp: Disable debug test when debugging.
2562 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2563 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2564 Likewise.
2565 * gdb.threads/stepi-random-signal.exp: Likewise.
2566
2567 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2568
2569 * Makefile.in: Pass through GDB_DEBUG.
2570 * README (Testsuite Parameters): Add GDB_DEBUG.
2571 (gdb,debug): Add board setting.
2572 * lib/gdb.exp (default_gdb_start): Start debugging.
2573 (gdb_debug_enabled): New procedure.
2574 (gdb_debug_init): Likewise.
2575
2576 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2577
2578 * Makefile.in: Pass through GDB_DEBUG.
2579 * README (Testsuite Parameters): Add GDB_DEBUG.
2580 (gdb,debug): Add board setting.
2581 * lib/gdb.exp (default_gdb_start): Start debugging.
2582 (gdb_debug_enabled): New procedure.
2583 (gdb_debug_init): Likewise.
2584
2585 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2586
2587 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2588
2589 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2590
2591 * gdb.base/ui-redirect.exp: Test redirection.
2592
2593 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2594
2595 * gdb.mi/mi-complete.exp: New file.
2596 * gdb.mi/mi-complete.cc: Likewise.
2597
2598 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2599
2600 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2601 indexed and sliced arrays, and pointers to arrays.
2602
2603 2019-05-14 Tom Tromey <tromey@adacore.com>
2604
2605 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2606 styling test.
2607
2608 2019-05-14 Tom de Vries <tdevries@suse.de>
2609
2610 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2611 selection entry encoding.
2612
2613 2019-05-10 Tom Tromey <tromey@adacore.com>
2614
2615 * gdb.ada/info_exc.exp: Add "complete" test.
2616
2617 2019-05-09 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2620 CU-relative.
2621
2622 2019-05-09 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2625 CU-relative.
2626
2627 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2628
2629 * gdb.ada/frame_arg_lang.exp: New testcase.
2630 * gdb.ada/frame_arg_lang/bla.adb: New file.
2631 * gdb.ada/frame_arg_lang/pck.ads: New file.
2632 * gdb.ada/frame_arg_lang/pck.adb: New file.
2633 * gdb.ada/frame_arg_lang/foo.c: New file.
2634
2635 2019-05-08 Tom Tromey <tromey@adacore.com>
2636
2637 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2638
2639 2019-05-08 Tom Tromey <tromey@adacore.com>
2640
2641 * gdb.base/ptype-offsets.exp: Update tests.
2642
2643 2019-05-08 Tom Tromey <tromey@adacore.com>
2644
2645 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2646 cases.
2647 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2648 "short".
2649
2650 2019-05-08 Tom Tromey <tromey@adacore.com>
2651
2652 * gdb.ada/vla.exp: New file.
2653 * gdb.ada/vla/vla.adb: New file.
2654
2655 2019-05-07 Tom de Vries <tdevries@suse.de>
2656
2657 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2658
2659 2019-05-07 Tom de Vries <tdevries@suse.de>
2660
2661 PR testsuite/24522
2662 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2663 section.
2664
2665 2019-05-07 Tom de Vries <tdevries@suse.de>
2666
2667 PR testsuite/24522
2668 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2669 .debug_aranges section.
2670
2671 2019-05-07 Tom de Vries <tdevries@suse.de>
2672
2673 PR testsuite/24159
2674 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2675
2676 2019-05-06 Tom de Vries <tdevries@suse.de>
2677
2678 * lib/gdb.exp (exec_has_index_section): New proc.
2679 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2680 section.
2681
2682 2019-05-04 Tom de Vries <tdevries@suse.de>
2683
2684 * boards/cc-with-debug-names.exp: New file.
2685
2686 2019-05-03 Tom Tromey <tromey@adacore.com>
2687
2688 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2689 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2690 * gdb.ada/char_enum.exp: Add test.
2691
2692 2019-05-03 Tom de Vries <tdevries@suse.de>
2693
2694 * boards/cc-with-gdb-index.exp: New file.
2695
2696 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.rust/simple.exp: Add new test case.
2699 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2700 (main): Initialise an instance of the new struct.
2701
2702 2019-05-01 Tom Tromey <tromey@adacore.com>
2703
2704 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2705 record.
2706 (NPR): New variable.
2707 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2708 test.
2709
2710 2019-05-01 Tom Tromey <tromey@adacore.com>
2711
2712 * gdb.ada/packed_array_assign.exp: Add packed assignment
2713 regression test.
2714
2715 2019-05-01 Tom de Vries <tdevries@suse.de>
2716
2717 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2718
2719 2019-05-01 Tom de Vries <tdevries@suse.de>
2720
2721 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2722
2723 2019-04-30 Ali Tamur <tamur@google.com>
2724
2725 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2726
2727 2019-04-30 Tom Tromey <tromey@adacore.com>
2728
2729 * lib/ada.exp (find_ada_tool): New proc.
2730 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2731 * gdb.ada/catch_ex_std.exp: New file.
2732 * gdb.ada/catch_ex_std/foo.adb: New file.
2733 * gdb.ada/catch_ex_std/some_package.adb: New file.
2734 * gdb.ada/catch_ex_std/some_package.ads: New file.
2735
2736 2019-04-30 Tom Tromey <tromey@adacore.com>
2737
2738 PR c++/24470:
2739 * gdb.cp/temargs.cc: Add test code from PR.
2740
2741 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.fortran/vla-datatypes.exp: Update expected results.
2744 * gdb.fortran/vla-ptype.exp: Likewise.
2745 * gdb.fortran/vla-type.exp: Likewise.
2746 * gdb.fortran/vla-value.exp: Likewise.
2747
2748 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * gdb.fortran/ptr-indentation.exp: Update expected results.
2751 * gdb.fortran/ptype-on-functions.exp: Likewise.
2752 * gdb.fortran/vla-ptr-info.exp: Likewise.
2753 * gdb.fortran/vla-value.exp: Likewise.
2754
2755 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.fortran/ptype-on-functions.exp: New file.
2758 * gdb.fortran/ptype-on-functions.f90: New file.
2759
2760 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2763 case void string.
2764
2765 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * gdb.fortran/complex.exp: Expand.
2768 * gdb.fortran/complex.f: Renamed to...
2769 * gdb.fortran/complex.f90: ...this, and extended to add more
2770 complex values.
2771
2772 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2773
2774 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2775 MODULO, CMPLX.
2776
2777 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2778 Richard Bunt <richard.bunt@arm.com>
2779
2780 * gdb.base/max-depth.c: New file.
2781 * gdb.base/max-depth.exp: New file.
2782 * gdb.python/py-nested-maps.c: New file.
2783 * gdb.python/py-nested-maps.exp: New file.
2784 * gdb.python/py-nested-maps.py: New file.
2785 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2786 (test_all_common): Call test_max_depth.
2787 * gdb.fortran/max-depth.exp: New file.
2788 * gdb.fortran/max-depth.f90: New file.
2789 * gdb.go/max-depth.exp: New file.
2790 * gdb.go/max-depth.go: New file.
2791 * gdb.modula2/max-depth.exp: New file.
2792 * gdb.modula2/max-depth.c: New file.
2793 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2794
2795 2019-04-29 Tom de Vries <tdevries@suse.de>
2796
2797 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2798
2799 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2800
2801 * gdb.base/callexit.exp: Test may-call-functions off.
2802
2803 2019-04-25 Keith Seitz <keiths@redhat.com>
2804
2805 PR c++/24367
2806 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2807 (another_incomplete_struct, test_incomplete): New definitions.
2808 (main): Use new definitions.
2809 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2810 functions.
2811
2812 2019-04-25 Ali Tamur <tamur@google.com>
2813
2814 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2815
2816 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2817
2818 PR corefiles/11608
2819 PR corefiles/18187
2820 * gdb.base/coredump-filter-build-id.exp: New file.
2821
2822 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2823
2824 * Makefile.in: Pass through GDBSERVER_DEBUG.
2825 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2826 (gdbserver,debug): Add board setting.
2827 * gdb.trace/tspeed.exp: Skip when debugging.
2828 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2829 * lib/gdbserver-support.exp: Likewise
2830
2831 2019-04-24 Tom Tromey <tromey@adacore.com>
2832
2833 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2834 Rust.
2835
2836 2019-04-24 Tom Tromey <tromey@adacore.com>
2837
2838 * gdb.arch/amd64-eval.exp: Test bitfield return.
2839 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2840 (class Foo) <return_bitfields>: New method.
2841 (main): Call it.
2842
2843 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2844
2845 * gdb.cp/many-args.cc: New file.
2846 * gdb.cp/many-args.exp: New file.
2847
2848 2019-04-23 Tom de Vries <tdevries@suse.de>
2849
2850 PR gdb/24433
2851 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2852
2853 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2854
2855 * gdb.trace/backtrace.exp: Use nopie flag.
2856 * gdb.trace/circ.exp: Likewise.
2857 * gdb.trace/collection.exp: Likewise.
2858 * gdb.trace/ftrace.exp: Likewise.
2859 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2860 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2861 * gdb.trace/qtro.exp: Likewise.
2862 * gdb.trace/read-memory.exp: Likewise.
2863 * gdb.trace/report.exp: Likewise.
2864 * gdb.trace/tfile.exp: Likewise.
2865 * gdb.trace/tfind.exp: Likewise.
2866 * gdb.trace/unavailable.exp: Likewise.
2867
2868 2019-04-22 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/solib-probes-nosharedlibrary.c,
2871 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2872
2873 2019-04-19 Tom Tromey <tromey@adacore.com>
2874
2875 * gdb.ada/ptype_union.c: New file.
2876 * gdb.ada/ptype_union.exp: New file.
2877
2878 2019-04-19 Tom Tromey <tromey@adacore.com>
2879
2880 PR symtab/24423:
2881 * gdb.base/list0.h (foo): Add a control-l character.
2882
2883 2019-04-18 Tom de Vries <tdevries@suse.de>
2884
2885 PR gdb/24433
2886 * boards/local-board.exp: Set sysroot to "".
2887
2888 2019-04-18 Tom de Vries <tdevries@suse.de>
2889 Pedro Alves <palves@redhat.com>
2890
2891 PR gdb/24454
2892 * gdb.threads/vfork-follow-child-exec.c: New file.
2893 * gdb.threads/vfork-follow-child-exec.exp: New file.
2894 * gdb.threads/vfork-follow-child-exit.c: New file.
2895 * gdb.threads/vfork-follow-child-exit.exp: New file.
2896
2897 2019-04-15 Leszek Swirski <leszeks@google.com>
2898
2899 * gdb.arch/amd64-eval.cc: New file.
2900 * gdb.arch/amd64-eval.exp: New file.
2901
2902 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2903
2904 * gdb.server/sysroot.c: New test.
2905 * gdb.server/sysroot.exp: New file.
2906 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2907 matching param.
2908
2909 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.base/align.exp: Extend test to cover structures containing
2912 only static fields.
2913
2914 2019-04-11 Tom de Vries <tdevries@suse.de>
2915
2916 * boards/cc-with-dwz-m.exp: New file.
2917 * boards/cc-with-dwz.exp: New file.
2918 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2919
2920 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2921
2922 * gdb.base/start-cpp.exp: New file.
2923 * gdb.base/start-cpp.cc: New file.
2924
2925 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2926
2927 * gdb.python/py-thrhandle.exp: Adjust tests to call
2928 thread_from_handle instead of thread_from_thread_handle.
2929
2930 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2931
2932 * gdb.python/py-thrhandle.exp: Add tests for
2933 gdb.InferiorThread.handle.
2934
2935 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2936
2937 * gdb.python/py-function.exp: Check calling helper function from
2938 all languages.
2939 * lib/gdb.exp (gdb_supported_languages): New proc.
2940
2941 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2942
2943 * gdb.base/complex-parts.c: New file.
2944 * gdb.base/complex-parts.exp: New file.
2945
2946 2019-04-01 Tom Tromey <tromey@adacore.com>
2947
2948 PR symtab/23331:
2949 * gdb.dwarf2/dw2-ranges-main.c: New file.
2950 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2951 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2952
2953 2019-03-30 Simon Marchi <simark@simark.ca>
2954
2955 * gdb.base/default.exp: Add values for $_gdb_major and
2956 $_gdb_minor.
2957
2958 2019-03-29 Tom Tromey <tromey@adacore.com>
2959
2960 * gdb.base/help.exp: Tighten apropos regexp.
2961
2962 2019-03-29 Keith Seitz <keiths@redhat.com>
2963
2964 * gdb.fortran/array-bounds.exp: New file.
2965 * gdb.fortran/array-bounds.f90: New file.
2966
2967 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2968
2969 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2970
2971 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2972
2973 * gdb.multi/hello.c (main): Increase alarm timer.
2974
2975 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2976
2977 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2978 factor when no hardware watchpoint support.
2979
2980 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2981 Pedro Alves <palves@redhat.com>
2982
2983 * boards/local-board.exp: set sysroot to /.
2984
2985 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2986
2987 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2988 in child.
2989
2990 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2993 field.
2994 (make_container): Initialise new field.
2995 * gdb.python/py-prettyprint.exp: Add new tests.
2996 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2997 <display_hint>: New method.
2998
2999 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3002 gdb_continue_to_breakpoint more throughout this test.
3003 (run_lang_tests) Supply unique test names, and use
3004 gdb_test_no_output.
3005
3006 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.base/finish-pretty.exp: Update expected results.
3009 * gdb.base/pretty-print.c: New file.
3010 * gdb.base/pretty-print.exp: New file.
3011
3012 2019-03-25 Pedro Alves <palves@redhat.com>
3013
3014 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3015 move comments outside list. Append '-i "" eof' section.
3016
3017 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3018
3019 PR testsuite/25016
3020 * README: Add pie options.
3021 * gdb.base/break-interp.exp: Ensure pie is disabled.
3022 * gdb.base/dump.exp: Likewise.
3023 * lib/gdb.exp (gdb_compile): Add pie option.
3024
3025 2019-03-19 Tom Tromey <tromey@adacore.com>
3026
3027 * gdb.mi/mi2-cli-display.c: New file.
3028 * gdb.mi/mi2-cli-display.exp: New file.
3029
3030 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3031 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.ada/ptype_array/pck.adb: New file.
3034 * gdb.ada/ptype_array/pck.ads: New file.
3035 * gdb.ada/ptype_array/foo.adb: New file.
3036 * gdb.ada/ptype_array.exp: New file.
3037
3038 2019-03-14 Tom Tromey <tromey@adacore.com>
3039
3040 * gdb.base/style.exp: Add "set style sources" test.
3041
3042 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3043
3044 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3045 * mi-breakpoint-multiple-locations.exp: ... this.
3046 (make_breakpoints_pattern): New proc.
3047 (do_test): Add mi_version parameter, test -break-insert,
3048 -break-info and =breakpoint-created.
3049
3050 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3051
3052 * config/default.exp: Remove 'load_lib gdb.exp'.
3053 * config/monitor.exp: Likewise.
3054 * config/sid.exp: Likewise.
3055 * config/sim.exp: Likewise.
3056 * config/slite.exp: Likewise.
3057 * config/unix.exp: Likewise.
3058 * gdb.base/default.exp: Remove unhelpful comment.
3059
3060 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3063
3064 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3067
3068 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.fortran/type-kinds.exp: Update expected results.
3071
3072 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3075
3076 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3077
3078 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3079 function.
3080 (test_basic_parsing_of_type_kinds): Expand types tested.
3081 (test_parsing_invalid_type_kinds): New function.
3082
3083 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.fortran/intrinsics.exp: New file.
3086 * gdb.fortran/intrinsics.f90: New file.
3087 * gdb.fortran/type-kinds.exp: New file.
3088
3089 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.fortran/dot-ops.exp: New file.
3092
3093 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3096 Check upper and lower case logical literals.
3097
3098 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3101 Remove duplicate tests.
3102
3103 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3104
3105 * lib/gdb.exp (builtin_cd): rename of cd.
3106 (cd): Override builtin.
3107
3108 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3109
3110 * gdb.fortran/function-calls.exp: New file.
3111 * gdb.fortran/function-calls.f90: New test.
3112
3113 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3114
3115 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3116 on user program standard output.
3117 * gdb.fortran/short-circuit-argument-list.f90: Record function
3118 calls.
3119
3120 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3121
3122 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3123 failure.
3124
3125 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3126
3127 PR gdb/8527
3128 * gdb.base/interrupt-daemon-attach.c,
3129 gdb.base/interrupt-daemon-attach.exp: New test.
3130
3131 2019-02-27 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.base/page.exp: Add tests for "set width/height -1".
3134
3135 2019-02-27 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/page.exp: Add tests for "set/show width/height" with
3138 "infinite" values.
3139
3140 2019-02-27 Tom Tromey <tromey@adacore.com>
3141
3142 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3143 2.4.
3144 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3145 workaround.
3146
3147 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3148
3149 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3150 tests for structs with static members.
3151
3152 2019-02-26 Tom Tromey <tromey@adacore.com>
3153
3154 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3155 ValueError, not TypeError.
3156
3157 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3158
3159 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3160 call from main program.
3161
3162 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3163
3164 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3165 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3166 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3167 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3168 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3169
3170 2019-02-22 Keith Seitz <keiths@redhat.com>
3171
3172 PR symtab/23853
3173 * gdb.base/symlink-sourcefile.c: New file.
3174 * gdb.base/symlink-sourcefile.exp: New file.
3175
3176 2019-02-20 Tom Tromey <tom@tromey.com>
3177
3178 * gdb.base/info_qt.exp: Update.
3179
3180 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3181
3182 * gdb.base/source.exp: Move "error in sourced script" code to
3183 the end.
3184 * gdb.base/source-error.gdb: Move contents to
3185 source-error-1.gdb. Add new code to source source-error-1.gdb.
3186 * gdb.base/source-error-1.gdb: New file, from previous
3187 source-error.gdb.
3188
3189 2019-02-17 Tom Tromey <tom@tromey.com>
3190
3191 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3192 for macro styling.
3193 * gdb.base/style.c (SOME_MACRO): New macro.
3194
3195 2019-02-17 Tom Tromey <tom@tromey.com>
3196
3197 * gdb.base/style.exp: Add line-wrapping tests.
3198 * gdb.base/page.exp: Add test for quitting during pagination.
3199
3200 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3201
3202 * gdb.ada/big_packed_array: New testcase.
3203 * gdb.ada/homonym.exp: Fix incorrect expected output for
3204 "break <homonym__get_value>" test.
3205
3206 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3207
3208 PR breakpoints/21870
3209 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3210 and prepare_for_testing. Add comment.
3211 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3212 redundant cleanup call. Clean up comment.
3213
3214 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3215
3216 PR breakpoints/21870
3217 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3218 * gdb.arch/aarch64-dbreg-contents.c: New file.
3219
3220 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3221
3222 * gdb.ada/mi_ref_changeable: New testcase.
3223
3224 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3225
3226 * gdb.base/attach.exp: Add double attach test.
3227
3228 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3229
3230 * lib/gdb.exp (default_gdb_start): Don't match pagination
3231 prompt.
3232 (gdb_init): Set stty_init.
3233
3234 2019-01-27 Tom Tromey <tom@tromey.com>
3235
3236 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3237 skip_python_tests.
3238
3239 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3240
3241 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3242 New structure.
3243 (struct struct_static_02_02): Likewise.
3244 (struct struct_static_02_03): Likewise.
3245 (struct struct_static_02_04): Likewise.
3246 (struct struct_static_04_01): Likewise.
3247 (struct struct_static_04_02): Likewise.
3248 (struct struct_static_04_03): Likewise.
3249 (struct struct_static_04_04): Likewise.
3250 (struct struct_static_06_01): Likewise.
3251 (struct struct_static_06_02): Likewise.
3252 (struct struct_static_06_03): Likewise.
3253 (struct struct_static_06_04): Likewise.
3254 (cmp_struct_static_02_01): Likewise.
3255 (cmp_struct_static_02_02): Likewise.
3256 (cmp_struct_static_02_03): Likewise.
3257 (cmp_struct_static_02_04): Likewise.
3258 (cmp_struct_static_04_01): Likewise.
3259 (cmp_struct_static_04_02): Likewise.
3260 (cmp_struct_static_04_03): Likewise.
3261 (cmp_struct_static_04_04): Likewise.
3262 (cmp_struct_static_06_01): Likewise.
3263 (cmp_struct_static_06_02): Likewise.
3264 (cmp_struct_static_06_03): Likewise.
3265 (cmp_struct_static_06_04): Likewise.
3266 (call_all): Test new structs.
3267 * gdb.base/infcall-nested-structs.exp: Likewise.
3268
3269 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3270 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3271
3272 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3273 * gdb.base/stack-protector.c: New test.
3274 * gdb.base/stack-protector.exp: New file.
3275 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3276 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3277 option.
3278 (gdb_compile): Remove stack protector for GCC and prevent
3279 recursion.
3280
3281 2019-01-16 Keith Seitz <keiths@redhat.com>
3282
3283 PR gdb/23773
3284 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3285
3286 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3287
3288 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3289 aliases.
3290 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3291 tests.
3292 * gdb.arch/powerpc-vector-regs.c: New file.
3293 * gdb.arch/powerpc-vector-regs.exp: New file.
3294
3295 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3296
3297 * gdb.arch/altivec-regs.exp: Fix the list passed to
3298 gdb_expect_list when testing "info vector".
3299
3300 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.base/style.exp: Don't include path in testname.
3303
3304 2019-01-10 Keith Seitz <keiths@redhat.com>
3305
3306 PR gdb/23712
3307 PR symtab/23010
3308 * gdb.dwarf2/multidictionary.exp: New file.
3309
3310 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3311
3312 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3313 (test_gnuv3_style_demangling): ... this.
3314 (test_lucid_style_demangling): Remove.
3315 (test_arm_style_demangling): Remove.
3316 (test_hp_style_demangling): Remove.
3317 (do_tests): Remove calls to the above.
3318
3319 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3320
3321 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3322 case.
3323
3324 2019-01-06 Tom Tromey <tom@tromey.com>
3325
3326 PR gdb/28155:
3327 * gdb.dwarf2/typedef-void-finish.exp: New file.
3328
3329 2018-12-28 Tom Tromey <tom@tromey.com>
3330 Simon Marchi <simark@simark.ca>
3331
3332 * gdb.base/jit-exec.exp: New file.
3333 * gdb.base/jit-exec.c: New file.
3334 * gdb.base/jit-execd.c: New file.
3335
3336 2018-12-28 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.base/style.exp: Update test to check for address styling.
3339
3340 2018-12-28 Tom Tromey <tom@tromey.com>
3341
3342 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3343 message.
3344
3345 2018-12-28 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.base/style.exp: Add test for version number styling.
3348
3349 2018-12-28 Tom Tromey <tom@tromey.com>
3350
3351 * gdb.base/style.exp: Add test for print_address_symbolic.
3352
3353 2018-12-28 Tom Tromey <tom@tromey.com>
3354
3355 * gdb.base/style.exp: Add test for breakpoint setting.
3356
3357 2018-12-28 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.base/style.exp: Add test for variable names.
3360
3361 2018-12-28 Tom Tromey <tom@tromey.com>
3362
3363 * gdb.base/style.exp: New file.
3364 * gdb.base/style.c: New file.
3365
3366 2018-12-28 Tom Tromey <tom@tromey.com>
3367
3368 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3369 "dumb".
3370 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3371 the TERM environment variable.
3372
3373 2018-12-27 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3376 pagination test.
3377
3378 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3381 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3382
3383 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3384
3385 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3386 Filename a.adb changed to bp_fun_addr.adb.
3387 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3388
3389 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3390
3391 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3392 non-PIE executables.
3393 * README: Mention the gdb,nopie_flag board setting.
3394 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3395 non-PIE executable.
3396 * gdb.arch/amd64-entry-value.exp: Likewise.
3397 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3398 * gdb.arch/i386-float.exp: Likewise.
3399 * gdb.arch/i386-signal.exp: Likewise.
3400 * gdb.mi/mi-reg-undefined.exp: Likewise.
3401
3402 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3403
3404 PR gdb/23974
3405 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3406
3407 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3408
3409 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3410 Update order of results accordingly.
3411
3412 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3413
3414 * gdb.base/annota1.exp: Update a test regexp.
3415
3416 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3419
3420 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3421
3422 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3423 (reuse_time): Initialize to REUSE_TIME_CAP.
3424 (check_rc): New function.
3425 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3426 Check pthread_create rc.
3427 (spawner_thread_func): Check pthread_create and pthread_join rc.
3428
3429 2018-12-08 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.base/list.exp (test_forward_search): Rename to ...
3432 (test_forward_reverse_search): ... this. Also test reverse-search
3433 and the forward-search alias.
3434
3435 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3436
3437 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3438 local timeout variable before return, and remove all local timeout
3439 variable entirely.
3440 (gdb_load): Likewise.
3441
3442 2018-12-01 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.base/gdb-caching-proc.exp: New file.
3445
3446 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3447
3448 * Makefile.in (TIMESTAMP): New variable.
3449 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3450 command.
3451 (check-single-racy): Likewise.
3452 (check/%.exp): Likewise.
3453 (check-racy/%.exp): Likewise.
3454 (workers/%.worker): Likewise.
3455 (build-perf): Likewise.
3456 (check-perf): Likewise.
3457 * README: Describe new "TS" and "TS_FORMAT" variables.
3458 * print-ts.py: New file.
3459
3460 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3461
3462 PR python/23714
3463 * gdb.python/python.exp: Test command repetition after
3464 gdb.execute.
3465
3466 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3467
3468 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3469 is correctly aligned.
3470
3471 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3472
3473 * gdb.ada/info_auto_lang.exp: New testcase.
3474 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3475 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3476 * gdb.ada/info_auto_lang/some_c.c: New file.
3477
3478 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3479
3480 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3481 FUNC_lang language syntax.
3482
3483 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3484
3485 * gdb.base/info_minsym.c: New file.
3486 * gdb.base/info_minsym.exp: New file.
3487
3488 2018-11-19 Tom Tromey <tom@tromey.com>
3489
3490 PR rust/23625:
3491 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3492 * gdb.rust/expr.exp: Update expected output. Change one test.
3493
3494 2018-11-19 Tom Tromey <tom@tromey.com>
3495
3496 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3497
3498 2018-11-19 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3501 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3502 see the expected warning.
3503
3504 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3505
3506 PR gdb/22736:
3507 * gdb.cp/infcall-nodebug-lib.c: New test.
3508 * gdb.cp/infcall-nodebug-main.c: New test.
3509 * gdb.cp/infcall-nodebug.exp: New file.
3510
3511 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3512
3513 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3514 completer tests.
3515
3516 2018-11-09 Tom de Vries <tdevries@suse.de>
3517
3518 * gdb.base/msym-lang.c: New test.
3519 * gdb.base/msym-lang.exp: New file.
3520 * gdb.base/msym-lang-main.c: New test.
3521
3522 2018-11-08 Tom Tromey <tom@tromey.com>
3523
3524 PR gdb/23555:
3525 PR gdb/23838:
3526 * gdb.base/warning.exp: New file.
3527
3528 2018-11-08 Jan Beulich <jbeulich@suse.com>
3529
3530 * testsuite/gdb.arch/i386-avx512.c,
3531 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3532
3533 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3536 point hardware.
3537
3538 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3541 * gdb.dwarf2/missing-type-name.exp: New file.
3542
3543 2018-11-06 Tom de Vries <tdevries@suse.de>
3544
3545 * gdb.base/many-headers.c: New test.
3546 * gdb.base/many-headers.exp: New file.
3547
3548 2018-11-06 Jim Wilson <jimw@sifive.com>
3549
3550 * gdb.base/code_elim.exp: For riscv, set additional_flags
3551 to include -msmall-data-limit=0.
3552
3553 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/watch_minus_l: New testcase.
3556
3557 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3558
3559 * gdb.arch/aix-sighandle.c: New file.
3560 * gdb.arch/aix-sighandle.exp: New file.
3561
3562 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3563
3564 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3565 registers being unions.
3566
3567 2018-10-31 Tom de Vries <tdevries@suse.de>
3568
3569 * lib/valgrind.exp: New file.
3570 (vgdb_start, vgdb_stop): New procs, factored out of ...
3571 * gdb.base/valgrind-bt.exp: ... here, ...
3572 * gdb.base/valgrind-disp-step.exp: ... here and ...
3573 * gdb.base/valgrind-infcall.exp: ... here.
3574
3575 2018-10-31 Tom de Vries <tdevries@suse.de>
3576
3577 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3578
3579 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * gdb.dwarf2/void-type.c: New file.
3582 * gdb.dwarf2/void-type.exp: New file.
3583
3584 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3585
3586 * gdb.base/info_qt.c: New file.
3587 * gdb.base/info_qt.exp: New file.
3588
3589 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3590
3591 * gdb.arch/powerpc-htm-regs.c: New file.
3592 * gdb.arch/powerpc-htm-regs.exp: New file.
3593
3594 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3595
3596 * gdb.arch/powerpc-tar.c: New file.
3597 * gdb.arch/powerpc-tar.exp: New file.
3598
3599 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3600
3601 * gdb.arch/powerpc-ppr-dscr.c: New file.
3602 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3603
3604 2018-10-25 Tom de Vries <tdevries@suse.de>
3605
3606 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3607
3608 2018-10-24 Tom de Vries <tdevries@suse.de>
3609
3610 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3611 longer exists error.
3612
3613 2018-10-24 Tom de Vries <tdevries@suse.de>
3614
3615 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3616
3617 2018-10-24 Tom de Vries <tdevries@suse.de>
3618
3619 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3620 --db-attach in valgrind.
3621
3622 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.arch/riscv-reg-aliases.c: New file.
3625 * gdb.arch/riscv-reg-aliases.exp: New file.
3626
3627 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3628
3629 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3630
3631 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3632
3633 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3634
3635 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3636
3637 * gdb.cp/ovldbreak.exp: Fix regexps.
3638
3639 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3640
3641 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3642
3643 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3644
3645 PR cli/23785
3646 * gdb.base/restore.exp: New test to check if "restore" with an
3647 invalid file doesn't segfault.
3648
3649 2018-10-18 Tom de Vries <tdevries@suse.de>
3650
3651 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3652 * gdb.ada/excep_handle.exp: Same.
3653 * gdb.ada/mi_string_access.exp: Same.
3654 * gdb.ada/mi_var_union.exp: Same.
3655 * gdb.arch/arc-analyze-prologue.exp: Same.
3656 * gdb.arch/arc-decode-insn.exp: Same.
3657 * gdb.base/readnever.exp: Same.
3658 * gdb.fortran/printing-types.exp: Same.
3659 * gdb.guile/scm-lazy-string.exp: Same.
3660
3661 2018-10-16 Tom de Vries <tdevries@suse.de>
3662
3663 PR gdb/23730
3664 * gdb.base/catch-follow-exec.c: Add copyright notice.
3665 * gdb.base/catch-follow-exec.exp: Rewrite to use
3666 gdb_spawn_with_cmdline_opts. Require gdb-native.
3667
3668 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3669
3670 * gdb.trace/actions-changed.exp: Check for arch support.
3671 * gdb.trace/actions.exp: Likewise.
3672 * gdb.trace/ax.exp: Likewise.
3673 * gdb.trace/backtrace.exp: Likewise.
3674 * gdb.trace/change-loc.exp: Likewise.
3675 * gdb.trace/deltrace.exp: Likewise.
3676 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3677 * gdb.trace/ftrace.exp: Likewise.
3678 * gdb.trace/infotrace.exp: Check for arch support.
3679 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3680 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3681 * gdb.trace/mi-tsv-changed.exp: Likewise.
3682 * gdb.trace/packetlen.exp: Likewise.
3683 * gdb.trace/passc-dyn.exp: Likewise.
3684 * gdb.trace/passcount.exp: Likewise.
3685 * gdb.trace/pending.exp: Likewise.
3686 * gdb.trace/range-stepping.exp: Check for shlib support.
3687 * gdb.trace/report.exp: Check for arch support.
3688 * gdb.trace/save-trace.exp: Likewise.
3689 * gdb.trace/signal.exp: Check for signal support.
3690 * gdb.trace/tfind.exp: Check for arch support.
3691 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3692 * gdb.trace/trace-common.h: Add comment.
3693 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3694 * gdb.trace/trace-enable-disable.exp: Likewise.
3695 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3696 * gdb.trace/tracecmd.exp: Check for arch support.
3697 * gdb.trace/tspeed.exp: Check for shlib and target support.
3698 * gdb.trace/tstatus.exp: Check for arch support.
3699 * gdb.trace/tsv.exp: Likewise.
3700 * gdb.trace/while-dyn.exp: Likewise.
3701 * gdb.trace/while-stepping.exp: Likewise.
3702 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3703
3704 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3705
3706 * gdb.trace/tspeed.exp: Remove nowarnings.
3707 (prepare_for_trace_test): Declare "global ipalib".
3708 * gdb.trace/tspeed.c: Include unistd.h.
3709 (main): Remove superfluous printf argument.
3710
3711 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3712
3713 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3714 directory prefix on the filename.
3715
3716 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3717
3718 * gdb.gdb/unittest.exp: Update expected message informing that
3719 selftests have been disabled.
3720 * gdb.server/unittest.exp: Likewise.
3721
3722 2018-10-09 Tom de Vries <tdevries@suse.de>
3723
3724 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3725 with runto_main.
3726
3727 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3728
3729 PR c++/16841
3730 * gdb.cp/virtbase2.cc: New file.
3731 * gdb.cp/virtbase2.exp: New file.
3732
3733 2018-10-06 Tom Tromey <tom@tromey.com>
3734
3735 PR python/19399:
3736 * gdb.python/py-inferior.exp: Add architecture test.
3737
3738 2018-10-06 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3741 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3742
3743 2018-10-06 Tom Tromey <tom@tromey.com>
3744
3745 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3746 of a "throw" catchpoint.
3747
3748 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3749
3750 * gdb.base/info-proc.exp: Update string expected from "help info
3751 proc".
3752
3753 2018-10-04 Tom Tromey <tom@tromey.com>
3754
3755 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3756 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3757 (test_initial_complaints, test_empty_complaints): Update.
3758 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3759
3760 2018-10-04 Tom Tromey <tom@tromey.com>
3761
3762 PR cli/19551:
3763 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3764 * lib/gdb.exp (gdb_file_cmd): Update.
3765 * gdb.stabs/weird.exp (print_weird_var): Update.
3766 * gdb.server/solib-list.exp: Update.
3767 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3768 * gdb.mi/mi-cli.exp: Update.
3769 * gdb.linespec/linespec.exp: Update.
3770 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3771 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3772 * gdb.cp/cp-relocate.exp: Update.
3773 * gdb.base/sym-file.exp: Update.
3774 * gdb.base/relocate.exp: Update.
3775 * gdb.base/readnever.exp: Update.
3776 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3777 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3778 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3779 * gdb.base/code_elim.exp: Update.
3780 * gdb.base/break-unload-file.exp (test_break): Update.
3781 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3782 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3783 Update.
3784 * gdb.base/attach.exp (do_attach_tests): Update.
3785 * gdb.base/sepdebug.exp: Update.
3786 * gdb.python/py-section-script.exp: Update.
3787
3788 2018-10-04 Tom Tromey <tom@tromey.com>
3789
3790 PR cli/22234:
3791 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3792 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3793 output.
3794
3795 2018-10-04 Tom Tromey <tom@tromey.com>
3796
3797 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3798 set width and height to 0.
3799 (test_command_line_attach_run): Use -quiet.
3800
3801 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * lib/gdb.exp (skip_ifunc_tests): New.
3804 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3805 other compile failures.
3806 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3807
3808 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3811 is_amd64_regs_target.
3812
3813 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3814
3815 * gdb.arch/aarch64-sighandler-regs.c: New test.
3816 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3817 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3818
3819 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3820
3821 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3822 assembly.
3823
3824 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3825
3826 * gdb.base/frame-selection.exp: New file.
3827 * gdb.base/frame-selection.c: New file.
3828
3829 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3830
3831 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3832 pthread barrier.
3833 (main): Likewise.
3834
3835 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3836
3837 * gdb.base/large-frame-1.c: New file.
3838 * gdb.base/large-frame-2.c: New file.
3839 * gdb.base/large-frame.exp: New file.
3840 * gdb.base/large-frame.h: New file.
3841
3842 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3843
3844 PR gdb/20948
3845 * gdb.base/write_mem.exp: New test.
3846 * gdb.base/write_mem.c: Likewise.
3847
3848 2018-09-23 Tom Tromey <tom@tromey.com>
3849
3850 PR python/18852:
3851 * gdb.python/py-parameter.exp: Add test for parameter that throws
3852 on "set".
3853
3854 2018-09-23 Tom Tromey <tom@tromey.com>
3855
3856 PR python/17284:
3857 * gdb.python/py-template.exp (test_template_arg): Add test for
3858 negative template argument number.
3859
3860 2018-09-23 Tom Tromey <tom@tromey.com>
3861
3862 PR python/14062:
3863 * gdb.python/python.exp: Add test for post_event error.
3864
3865 2018-09-23 Tom Tromey <tom@tromey.com>
3866
3867 PR python/18170:
3868 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3869 convert pointers to int and long.
3870
3871 2018-09-23 Tom Tromey <tom@tromey.com>
3872
3873 PR python/20126:
3874 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3875 signed-ness conversion tests.
3876
3877 2018-09-23 Tom Tromey <tom@tromey.com>
3878
3879 PR python/18352;
3880 * gdb.python/py-value.exp (test_float_conversion): New proc.
3881 Use it.
3882
3883 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3884
3885 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3886
3887 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3888
3889 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3890 no readline.
3891 * gdb.base/utf8-identifiers.exp: Likewise.
3892 * gdb.cp/cpcompletion.exp: Likewise.
3893 * gdb.linespec/cpcompletion.exp: Likewise.
3894 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3895 * gdb.linespec/cpls-ops.exp: Likewise.
3896
3897 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3898 Chris January <chris.january@arm.com>
3899
3900 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3901 * gdb.fortran/short-circuit-argument-list.exp: New file.
3902 * gdb.fortran/short-circuit-argument-list.f90: New test.
3903
3904 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3905
3906 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3907 "arch=" keyword when executing "-stack-list-frames".
3908
3909 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3910
3911 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3912 "arch=" keyword when executing "-stack-list-frames".
3913
3914 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3915
3916 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3917 break ada".
3918
3919 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3920
3921 PR python/23669
3922 * gdb.python/python.exp: Test gdb.execute("show commands").
3923
3924 2018-09-16 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.base/new-ui.exp (do_execution_tests): Update.
3927 * gdb.base/dbx.exp (test_breakpoints): Update.
3928
3929 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3930
3931 * lib/gdb.exp (gdb_simple_compile): Add proc.
3932 (is_elf_target): Use gdb_simple_compile.
3933 (skip_altivec_tests): Likewise.
3934 (skip_vsx_tests): Likewise.
3935 (skip_tsx_tests): Likewise.
3936 (skip_btrace_tests): Likewise.
3937 (skip_btrace_pt_tests): Likewise.
3938 (gdb_can_simple_compile): Likewise.
3939 (gdb_has_argv0): Likewise.
3940 (gdb_target_symbol_prefix): Likewise.
3941 (target_supports_scheduler_locking): Likewise.
3942
3943 2018-09-13 Tom Tromey <tom@tromey.com>
3944
3945 * Makefile.in (TAGS): Recognize proc_with_prefix and
3946 gdb_caching_proc.
3947
3948 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3949
3950 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3951 method.
3952
3953 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3954
3955 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3956 and a few other Inferior properties when the Inferior is no
3957 longer valid.
3958
3959 2018-09-13 Tom Tromey <tom@tromey.com>
3960
3961 PR rust/23650:
3962 * gdb.rust/simple.exp: Add test for enum field access error.
3963
3964 2018-09-13 Tom Tromey <tom@tromey.com>
3965
3966 PR rust/23626:
3967 * gdb.rust/simple.rs (EmptyEnum): New type.
3968 (main): Use it.
3969 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3970
3971 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3972
3973 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3974 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3975 * gdb.python/py-symtab.exp: Update test printing an objfile.
3976
3977 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3978
3979 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3980 object.
3981
3982 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3983
3984 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3985 (support_complex_tests): Use gdb_can_simple_compile.
3986 (is_ilp32_target): Likewise.
3987 (is_lp64_target): Likewise.
3988 (is_64_target): Likewise.
3989 (is_amd64_regs_target): Likewise.
3990 (is_aarch32_target): Likewise.
3991 (gdb_int128_helper): Likewise.
3992
3993 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3994
3995 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3996
3997 2018-09-10 Jerome Guitton <guitton@adacore.com>
3998
3999 * gdb.ada/same_component_name: Add test for case of tagged record
4000 with variable-length fields.
4001
4002 2018-09-10 Xavier Roirand <roirand@adacore.com>
4003
4004 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4005 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4006 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4007 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4008
4009 2018-09-10 Xavier Roirand <roirand@adacore.com>
4010
4011 * gdb.ada/mi_string_access.exp: New testcase.
4012 * gdb.ada/mi_string_access/bar.adb: New file.
4013 * gdb.ada/mi_string_access/pck.adb: New file.
4014 * gdb.ada/mi_string_access/pck.asd: New file.
4015
4016 2018-09-10 Xavier Roirand <roirand@adacore.com>
4017
4018 * gdb.ada/mi_var_union.exp: New testcase.
4019 * gdb.ada/mi_var_union/bar.adb: New file.
4020 * gdb.ada/mi_var_union/pck.adb: New file.
4021 * gdb.ada/mi_var_union/pck.asd: New file.
4022
4023 2018-09-08 Tom Tromey <tom@tromey.com>
4024
4025 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4026
4027 2018-09-08 Tom Tromey <tom@tromey.com>
4028
4029 PR python/16047:
4030 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4031 (register_pretty_printers): Register new printer.
4032 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4033 test.
4034 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4035 (an_int_type3): New global.
4036
4037 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4038
4039 * gdb.ada/expr_with_funcall: New testcase.
4040
4041 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4042
4043 * gdb.ada/packed_array_assign: New testcase.
4044
4045 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4046
4047 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4048 names, and add test prefixes to make test names unique.
4049
4050 2018-09-05 Tom de Vries <tdevries@suse.de>
4051
4052 * gdb.dwarf2/varval.exp: Add test.
4053
4054 2018-09-04 Gary Benson <gbenson@redhat.com>
4055
4056 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4057 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4058
4059 2018-08-31 Tom Tromey <tom@tromey.com>
4060
4061 * gdb.rust/simple.rs: Rename second variable "v".
4062
4063 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4064
4065 * gdb.base/funcargs.c (use_a): New function.
4066 (recurse): Call use_a.
4067
4068 2018-08-29 Keith Seitz <keiths@redhat.com>
4069
4070 * gdb.compile/compile-cplus-anonymous.cc: New file.
4071 * gdb.compile/compile-cplus-anonymous.exp: New file.
4072 * gdb.compile/compile-cplus-array-decay.cc: New file.
4073 * gdb.compile/compile-cplus-array-decay.exp: New file.
4074 * gdb.compile/compile-cplus-inherit.cc: New file.
4075 * gdb.compile/compile-cplus-inherit.exp: New file.
4076 * gdb.compile/compile-cplus-member.cc: New file.
4077 * gdb.compile/compile-cplus-member.exp: New file.
4078 * gdb.compile/compile-cplus-method.cc: New file.
4079 * gdb.compile/compile-cplus-method.exp: New file.
4080 * gdb.compile/compile-cplus-mod.c: "New" file.
4081 * gdb.compile/compile-cplus-namespace.cc: New file.
4082 * gdb.compile/compile-cplus-namespace.exp: New file.
4083 * gdb.compile/compile-cplus-nested.cc: New file.
4084 * gdb.compile/compile-cplus-nested.exp: New file.
4085 * gdb.compile/compile-cplus-print.c: "New" file.
4086 * gdb.compile/compile-cplus-print.exp: "New" file.
4087 * gdb.compile/compile-cplus-virtual.cc: New file.
4088 * gdb.compile/compile-cplus-virtual.exp: New file.
4089 * gdb.compile/compile-cplus.c: "New" file.
4090 * gdb.compile/compile-cplus.exp: "New" file.
4091 * lib/compile-support.exp: New file.
4092
4093 2018-08-16 Gary Benson <gbenson@redhat.com>
4094
4095 PR gdb/13000:
4096 * gdb.base/batch-exit-status.exp: New file.
4097 * gdb.base/batch-exit-status.good-commands: Likewise.
4098 * gdb.base/batch-exit-status.bad-commands: Likewise.
4099
4100 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4101
4102 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4103 (struct struct02): Likewise.
4104 (struct struct03): Likewise.
4105 (struct struct04): Likewise.
4106 (struct struct_01_01): New struct.
4107 (struct struct_01_02): Likewise.
4108 (struct struct_01_03): Likewise.
4109 (struct struct_01_04): Likewise.
4110 (struct struct_02_01): Likewise.
4111 (struct struct_02_02): Likewise.
4112 (struct struct_02_03): Likewise.
4113 (struct struct_02_04): Likewise.
4114 (struct struct_04_01): Likewise.
4115 (struct struct_04_02): Likewise.
4116 (struct struct_04_03): Likewise.
4117 (struct struct_04_04): Likewise.
4118 (struct struct_05_01): Likewise.
4119 (struct struct_05_02): Likewise.
4120 (struct struct_05_03): Likewise.
4121 (struct struct_05_04): Likewise.
4122 (cmp_struct01): Remove function.
4123 (cmp_struct02): Likewise.
4124 (cmp_struct03): Likewise.
4125 (cmp_struct04): Likewise.
4126 (cmp_struct_01_01): Add Function.
4127 (cmp_struct_01_02): Likewise.
4128 (cmp_struct_01_03): Likewise.
4129 (cmp_struct_01_04): Likewise.
4130 (cmp_struct_02_01): Likewise.
4131 (cmp_struct_02_02): Likewise.
4132 (cmp_struct_02_03): Likewise.
4133 (cmp_struct_02_04): Likewise.
4134 (cmp_struct_04_01): Likewise.
4135 (cmp_struct_04_02): Likewise.
4136 (cmp_struct_04_03): Likewise.
4137 (cmp_struct_04_04): Likewise.
4138 (cmp_struct_05_01): Likewise.
4139 (cmp_struct_05_02): Likewise.
4140 (cmp_struct_05_03): Likewise.
4141 (cmp_struct_05_04): Likewise.
4142 (call_all): Add new structs.
4143 * gdb.base/infcall-nested-structs.exp: Likewise.
4144
4145 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4146
4147 * gdb.python/py-framefilter-mi.exp: Update regexp to
4148 check for "arch" field in frame output.
4149
4150 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4151
4152 * gdb.dwarf2/dw2-ranges-func.c: New file.
4153 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4154
4155 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4156
4157 * gdb.base/term.exp: Compare terminal settings with values from
4158 the inferior.
4159 * gdb.base/term.c: Get and set terminal settings.
4160
4161 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4162
4163 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4164 accommodate new "arch" field in frame output.
4165 * gdb.mi/mi-return.exp: Likewise.
4166 * gdb.mi/mi-stack.exp: Likewise.
4167 * gdb.mi/mi-syn-frame.exp: Likewise.
4168 * gdb.mi/user-selected-context-sync.exp: Likewise.
4169
4170 2018-08-19 Michael Spang <spang@google.com>
4171
4172 PR gdb/11786
4173 * gdb.base/gcore-tls-pie.c: New file.
4174 * gdb.base/gcore-tls-pie.exp: New file.
4175
4176 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4177
4178 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4179 * gdb.dwarf2/varval.c: New file.
4180 * gdb.dwarf2/varval.exp: New file.
4181
4182 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4183
4184 PR gdb/18931
4185 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4186
4187 2018-08-16 Keith Seitz <keiths@redhat.com>
4188
4189 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4190 tests expected to pass.
4191
4192 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4193
4194 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4195 -data-disassemble -a.
4196 (test_disassembly_bogus_args): Likewise.
4197
4198 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4199
4200 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4201
4202 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.base/vla-optimized-out.exp: Add new test.
4205
4206 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.base/vla-optimized-out-o3.exp: Delete.
4209 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4210 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4211 deleted tests.
4212
4213 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4214
4215 PR gdb/18050:
4216 * gdb.server/extended-remote-restart.c: New file.
4217 * gdb.server/extended-remote-restart.exp: New file.
4218
4219 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4220
4221 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4222 "set variable index = 42".
4223
4224 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4225
4226 * boards/index-cache-gdb.exp: New file.
4227 * gdb.dwarf2/index-cache.exp: New file.
4228 * gdb.dwarf2/index-cache.c: New file.
4229 * gdb.base/maint.exp: Check if we are using the index cache.
4230
4231 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4232
4233 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4234 MAKEFLAGS.
4235
4236 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4237
4238 * dg-extract-results.sh: Move to toplevel contrib.
4239 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4240 * Makefile.in (check-parallel-racy): Likewise.
4241
4242 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4245 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4246 tests if the target supports scheduler locking.
4247
4248 2018-08-04 Tom de Vries <tdevries@suse.de>
4249
4250 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4251
4252 2018-08-02 Tom Tromey <tom@tromey.com>
4253
4254 PR symtab/16842.
4255 * gdb.cp/temargs.exp: Test "info address" of a template
4256 parameter.
4257
4258 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4259
4260 * gdb.python/py-mi-var-info-path-expression.c: New file.
4261 * gdb.python/py-mi-var-info-path-expression.py: New file.
4262 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4263
4264 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4265
4266 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4267 error after "cannot resolve name" string.
4268
4269 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4270
4271 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4272 started.
4273 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4274
4275 2018-07-28 Tom de Vries <tdevries@suse.de>
4276
4277 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4278
4279 2018-07-26 Tom de Vries <tdevries@suse.de>
4280
4281 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4282
4283 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4286 is visible.
4287
4288 2018-07-26 Tom de Vries <tdevries@suse.de>
4289
4290 PR breakpoints/23366
4291 * gdb.base/catch-follow-exec.c: New test.
4292 * gdb.base/catch-follow-exec.exp: New file.
4293
4294 2018-07-25 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4297 vla-optimized-out.c.
4298
4299 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4300
4301 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4302 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4303
4304 2018-07-20 Tom de Vries <tdevries@suse.de>
4305
4306 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4307 NOCLONE macro.
4308 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4309
4310 2018-07-19 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4313 regular expression.
4314
4315 2018-07-18 Tom de Vries <tdevries@suse.de>
4316
4317 * gdb.base/vla-optimized-out.c: New test.
4318 * gdb.base/vla-optimized-out.exp: New file.
4319
4320 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4321
4322 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4323 message "No address associated with hostname" when gdbserver
4324 cannot resolve the hostname.
4325
4326 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4327
4328 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4329 Add some test prefixes to make tests unique.
4330
4331 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4332
4333 * gdb.base/frameapply.c: New file.
4334 * gdb.base/frameapply.exp: New file.
4335
4336 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4337
4338 * gdb.base/skip.exp: Update expected error message.
4339
4340 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4341 Jan Kratochvil <jan.kratochvil@redhat.com>
4342 Paul Fertser <fercerpav@gmail.com>
4343 Tsutomu Seki <sekiriki@gmail.com>
4344
4345 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4346 parameter.
4347 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4348 by default.
4349 * boards/native-gdbserver.exp: Likewise.
4350 * gdb.server/run-without-local-binary.exp: Improve regexp used
4351 for detecting when a remote debugging connection succeeds.
4352 * gdb.server/server-connect.exp: New file.
4353 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4354 Do not prefix the port number with ":".
4355 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4356 support for detecting and using it. Add '$debughost_gdbserver'
4357 to the list of arguments used to start gdbserver. Handle case
4358 when gdbserver cannot resolve a network name.
4359
4360 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4361
4362 PR c++/23373
4363 * gdb.base/ptype-offsets.cc (struct static_member): New
4364 struct.
4365 (main) <stmember>: New variable.
4366 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4367 with a static member in it.
4368
4369 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4372 watchpoints enabled and disabled.
4373
4374 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.base/examine-backward.exp: Still run tests around address
4377 0x0, even if address 0x0 is not readable. Update the pattern for
4378 matching address 0x0 in expected output.
4379
4380 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4381
4382 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4383 malloc/free.
4384
4385 2018-07-04 Tom de Vries <tdevries@suse.de>
4386
4387 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4388
4389 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4390
4391 PR tdep/8282
4392 * gdb.arch/mips-disassembler-options.exp: New test.
4393 * gdb.arch/mips-disassembler-options.s: New test source.
4394
4395 2018-06-29 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.threads/names.exp: Adjust expected "info threads" output.
4398
4399 2018-06-29 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.opt/inline-break.exp (line number, address): Add "info
4402 break" tests.
4403
4404 2018-06-29 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4407 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4408 number and address and running to them.
4409
4410 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4411
4412 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4413
4414 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4415
4416 * lib/compiler.c: Remove executable permission flag.
4417
4418 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4419
4420 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4421 code.
4422 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4423
4424 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4425
4426 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4427
4428 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4429
4430 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4431 address argument is omitted.
4432
4433 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4434
4435 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4436
4437 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4438
4439 PR gdb/21695
4440 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4441 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4442
4443 2018-06-26 Tom Tromey <tom@tromey.com>
4444
4445 PR rust/22574:
4446 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4447 * gdb.rust/simple.rs (struct SimpleLayout): New.
4448
4449 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4450
4451 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4452 "info registers" output.
4453
4454 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4455
4456 * gdb.base/watchpoint-hw-attach.c: New test.
4457 * gdb.base/watchpoint-hw-attach.exp: New file.
4458
4459 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4460
4461 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4462 through /bin/sh.
4463 * boards/dwarf4-gdb-index.exp: Likewise.
4464 * boards/fission-dwp.exp: Likewise.
4465
4466 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4467
4468 * gdb.base/float128.exp: Add comment and improved fail message
4469 to the failure case of "print large128" test.
4470
4471 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4472
4473 * configure.ac: Remove AC_PREREQ.
4474 * configure: Re-generate.
4475
4476 2018-06-19 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4479 (func_extern_caller): New.
4480 (main): Call func_extern_caller.
4481 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4482 logic change.
4483
4484 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4485
4486 PR gdb/16841
4487 * gdb.cp/typedef-base.cc: New file.
4488 * gdb.cp/typedef-base.exp: New file.
4489
4490 2018-06-18 Tom de Vries <tdevries@suse.de>
4491
4492 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4493
4494 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4495 Richard Bunt <Richard.Bunt@arm.com>
4496
4497 * gdb.threads/attach-slow-waitpid.c: New file.
4498 * gdb.threads/attach-slow-waitpid.exp: New file.
4499 * gdb.threads/slow-waitpid.c: New file.
4500
4501 2018-06-14 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.base/fork-running-state.c: Include <errno.h>.
4504 (exit_if_relative_exits): New.
4505 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4506 exits.
4507 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4508 child exits.
4509
4510 2018-06-14 Tom de Vries <tdevries@suse.de>
4511
4512 PR cli/22573
4513 * gdb.base/finish-pretty.c: New test.
4514 * gdb.base/finish-pretty.exp: New file.
4515
4516 2018-06-14 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4519 gdb's expected startup output.
4520
4521 2018-06-14 Pedro Alves <palves@redhat.com>
4522
4523 * lib/selftest-support.exp (selftest_setup): Remove inlined
4524 function handling.
4525
4526 2018-06-14 Tom de Vries <tdevries@suse.de>
4527
4528 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4529 matching of breakpoint printing.
4530
4531 2018-06-13 Tom de Vries <tdevries@suse.de>
4532
4533 PR testsuite/23269
4534 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4535 (fork_child): ... here, and ...
4536 (fork_parent): ... here.
4537
4538 2018-06-12 Tom de Vries <tdevries@suse.de>
4539
4540 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4541
4542 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4543 Stephen Roberts <stephen.roberts@arm.com>
4544
4545 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4546 rewrite test to describe action performed, rather than possible
4547 failure.
4548
4549 2018-06-08 Gary Benson <gbenson@redhat.com>
4550
4551 * gdb.threads/check-libthread-db.exp: New file.
4552 * gdb.threads/check-libthread-db.c: Likewise.
4553
4554 2018-06-05 Tom Tromey <tom@tromey.com>
4555
4556 * gdb.base/default.exp: Update expected "show version" output.
4557
4558 2018-06-05 Tom Tromey <tom@tromey.com>
4559
4560 PR cli/12326:
4561 * gdb.cp/static-print-quit.exp: Update.
4562 * lib/gdb.exp (pagination_prompt): Update.
4563 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4564 * gdb.python/python.exp: Update.
4565
4566 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4567
4568 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4569
4570 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4571
4572 * gdb.ada/bp_fun_addr: New testcase.
4573
4574 2018-06-01 Tom Tromey <tom@tromey.com>
4575
4576 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4577 results.
4578 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4579 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4580 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4581 * gdb.base/maint.exp (maint_pass_if): Update.
4582
4583 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4584
4585 * gdb.base/endian.exp: New test.
4586 * gdb.base/endian.c: New test source.
4587
4588 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4589
4590 PR gdb/23203
4591 * gdb.base/bt-selected-frame.c: New file.
4592 * gdb.base/bt-selected-frame.exp: New file.
4593 * lib/gdb.exp (get_current_frame_number): New function.
4594
4595 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4596 Pedro Alves <palves@redhat.com>
4597
4598 * gdb.threads/tls-core.c: Include <stdlib.h>
4599 (thread_proc): Call `abort'.
4600 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4601 (tls_core_test): New procedure, bits factored out from ...
4602 (top level): ... here. Test both native cores and gcore cores.
4603
4604 2018-05-23 Tom Tromey <tom@tromey.com>
4605
4606 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4607
4608 2018-05-23 Tom Tromey <tom@tromey.com>
4609
4610 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4611 symfile_complaints.
4612 (test_short_complaints): Likewise.
4613 (test_empty_complaints): Likewise.
4614 (test_initial_complaints): Update.
4615
4616 2018-05-23 Tom Tromey <tom@tromey.com>
4617
4618 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4619
4620 2018-05-23 Tom Tromey <tom@tromey.com>
4621
4622 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4623 (test_short_complaints): Update.
4624
4625 2018-05-22 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/remote.exp: Only gdb_start after compiling the
4628 testcase. Issue "disconnect" before testing "set remote" command
4629 defaults. Issue clean_restart before running to main.
4630
4631 2018-05-22 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.base/remote.exp: Adjust expected output of "show remote
4634 memory-write-packet-size". Add tests for "set remote
4635 memory-write-packet-size 0" and "set remote
4636 memory-write-packet-size fixed/limit".
4637
4638 2018-05-22 Pedro Alves <palves@redhat.com>
4639
4640 PR gdb/22973
4641 * gdb.base/utf8-identifiers.c: New file.
4642 * gdb.base/utf8-identifiers.exp: New file.
4643
4644 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4645
4646 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4647
4648 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4649
4650 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4651
4652 2018-05-18 Tom Tromey <tom@tromey.com>
4653
4654 * gdb.base/ptype-offsets.exp: Update.
4655
4656 2018-05-17 Keith Seitz <keiths@redhat.com>
4657
4658 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4659 in expected breakpoint stop locations.
4660 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4661 move to proper scope to test variable values.
4662 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4663 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4664 New functions.
4665 (main): Call not_inline_func3.
4666 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4667 inline_func1, inline_func2, and inline_func3. Test that when each
4668 breakpoint is hit, GDB properly reports both the stop location
4669 and the backtrace. Repeat tests for temporary breakpoints.
4670
4671 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4672
4673 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4674 rather then trying to access it in determining whether the PID
4675 of `gdbserver' could have been retrieved.
4676
4677 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * gdb.arch/amd64-init-x87-values.S: New file.
4680 * gdb.arch/amd64-init-x87-values.exp: New file.
4681
4682 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4685
4686 2018-05-04 Tom Tromey <tom@tromey.com>
4687
4688 PR python/22730:
4689 * gdb.python/python.exp: Test multi-line execute.
4690
4691 2018-05-04 Tom Tromey <tom@tromey.com>
4692
4693 PR python/22731:
4694 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4695
4696 2018-05-04 Tom Tromey <tom@tromey.com>
4697
4698 PR gdb/11750:
4699 * gdb.base/define.exp: Test defining a user command inside a user
4700 command.
4701 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4702
4703 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4704 Pedro Alves <palves@redhat.com>
4705
4706 PR breakpoints/19806 and support for PR external/20207.
4707 * gdb.base/watchpoint-unaligned.c: New file.
4708 * gdb.base/watchpoint-unaligned.exp: New file.
4709
4710 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4711
4712 * gdb.base/maint.exp: Make test names unique, use
4713 test_prefix_command_help to test 'help maint info', and remove
4714 repeated test of 'help maint'.
4715
4716 2018-05-04 Tom Tromey <tom@tromey.com>
4717
4718 PR gdb/22619:
4719 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4720 behavior.
4721
4722 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.base/maint.exp: Process output from 'maint print registers'
4725 line at a time.
4726
4727 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4730 timeout.
4731
4732 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4733
4734 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4735 filter pattern.
4736
4737 2018-05-02 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4740 to_log_command renames.
4741 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4742
4743 2018-05-02 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.python/py-parameter.exp: Set test message.
4746
4747 2018-05-02 Tom Tromey <tom@tromey.com>
4748
4749 PR python/20084:
4750 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4751 PARAM_ZUINTEGER_UNLIMITED tests.
4752
4753 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4754
4755 PR rust/23124
4756 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4757 when casting.
4758
4759 2018-04-30 Tom Tromey <tom@tromey.com>
4760
4761 * gdb.python/py-type.exp: Check align attribute.
4762 * gdb.python/py-type.c: New "aligncheck" global.
4763
4764 2018-04-30 Tom Tromey <tom@tromey.com>
4765
4766 PR exp/17095:
4767 * gdb.dwarf2/dw2-align.exp: New file.
4768 * gdb.cp/align.exp: New file.
4769 * gdb.base/align.exp: New file.
4770 * lib/gdb.exp (gdb_int128_helper): New proc.
4771 (has_int128_c, has_int128_cxx): New caching procs.
4772
4773 2018-04-27 Tom Tromey <tom@tromey.com>
4774
4775 PR rust/22545:
4776 * gdb.rust/simple.exp: Add inclusive range tests.
4777
4778 2018-04-26 Pedro Alves <palves@redhat.com>
4779
4780 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4781 ifunc breakpoint locations correctly of ifunc breakpoints set
4782 while the program resolves the ifunc.
4783
4784 2018-04-26 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.base/gnu-ifunc-final.c: New file.
4787 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4788 * gdb.base/gnu-ifunc.exp (executable): Delete.
4789 (staticexecutable): Adjust.
4790 (lib_opts, exec_opts): Delete.
4791 (make_binsuffix, build, set-break): New procedures.
4792 (misc_tests): New, with tests factored out from the top level.
4793 (top level): Test different combinations of ifunc resolver name,
4794 resolver with and with debug info, and ifunc target with and
4795 without debug info. Wrap static tests with with_target_prefix.
4796
4797 2018-04-26 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4800 return type" warnings.
4801
4802 2018-04-25 Pedro Alves <palves@redhat.com>
4803
4804 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4805 killed".
4806 * gdb.base/kill-after-signal.exp: Likewise.
4807 * gdb.threads/kill.exp: Likewise.
4808
4809 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4810 Sergio Durigan Junior <sergiodj@redhat.com>
4811 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4814 regexps to expect for '[Inferior ... detached]' as well.
4815 * gdb.base/attach.exp: Likewise.
4816 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4817 "gdb_continue_to_end".
4818 (test_catch_syscall_with_wrong_args): Likewise.
4819 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4820 ']'. Don't set 'verbose' on.
4821 * gdb.base/foll-vfork.exp: Likewise.
4822 * gdb.base/fork-print-inferior-events.c: New file.
4823 * gdb.base/fork-print-inferior-events.exp: New file.
4824 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4825 '[Inferior ... has been killed]' message.
4826 * gdb.base/kill-after-signal.exp: Likewise.
4827 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4828 detach message.
4829 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4830 message.
4831 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4832 regexps to expect for '[Inferior ... detached]' as well.
4833 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4834
4835 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 PR gdb/23104
4838 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4839
4840 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4841
4842 PR gdb/23095
4843 * gdb.base/break-probes.exp: Pass shlib_load to
4844 prepare_for_testing. Set normal_bp to r_debug_state if target is
4845 bsd.
4846
4847 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4848
4849 * gdb.threads/multiple-successive-infcall.c: New test.
4850 * gdb.threads/multiple-successive-infcall.exp: New file.
4851
4852 2018-04-17 Tom Tromey <tom@tromey.com>
4853
4854 * gdb.rust/simple.rs (Union): New type.
4855 (main): New local "u".
4856 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4857
4858 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4859
4860 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4861 number information in output of "whereis" command.
4862 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4863
4864 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4865
4866 * gdb.ada/info_types.exp: Adjust expected output to the line
4867 numbers now printed by "info var/func/type".
4868 * gdb.base/completion.exp: Likewise.
4869 * gdb.base/included.exp: Likewise.
4870 * gdb.cp/cp-relocate.exp: Likewise.
4871 * gdb.cp/cplusfuncs.exp: Likewise.
4872 * gdb.cp/namespace.exp: Likewise.
4873 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4874
4875 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4876
4877 * gdb.btrace/cpu.exp: New.
4878
4879 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4880
4881 * gdb.base/step-indirect-call-thunk.exp: New.
4882 * gdb.base/step-indirect-call-thunk.c: New.
4883 * gdb.reverse/step-indirect-call-thunk.exp: New.
4884 * gdb.reverse/step-indirect-call-thunk.c: New.
4885
4886 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4887
4888 * gdb.base/pie-fork.c: New file.
4889 * gdb.base/pie-fork.exp: New file.
4890
4891 2018-04-11 Tom Tromey <tom@tromey.com>
4892
4893 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4894
4895 2018-04-10 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4898 exits. Instead loop running forever.
4899 (fork_parent): Run forever too.
4900
4901 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4902
4903 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4904 mi_continue_to_line.
4905 * gdb.mi/mi-stack.c (callee4): Add comment.
4906
4907 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4908
4909 * gdb.mi/mi-stack.exp: Fix indentation.
4910
4911 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 PR gdb/22979
4914 * gdb.arch/amd64-osabi.exp: New file.
4915
4916 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4917
4918 PR gdb/22980
4919 * gdb.base/osabi.exp: New file.
4920
4921 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4922
4923 * gdb.cp/static-typedef-print.exp: New file.
4924 * gdb.cp/static-typedef-print.cc: New file.
4925
4926 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4927
4928 * gdb.ada/varsize_limit: New testcase.
4929
4930 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4931
4932 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4933
4934 * gdb.ada/notcplusplus: New testcase.
4935
4936 * gdb.base/c-linkage-name.c: New file.
4937 * gdb.base/c-linkage-name.exp: New testcase.
4938
4939 2018-03-26 Tom Tromey <tom@tromey.com>
4940
4941 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4942 * gdb.python/py-framefilter.py (name_error): New global.
4943 (ErrorInName.function): Use name_error.
4944
4945 2018-03-26 Tom Tromey <tom@tromey.com>
4946
4947 PR backtrace/15582:
4948 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4949
4950 2018-03-23 Keith Seitz <keiths@redhat.com>
4951
4952 PR c++/22968
4953 * gdb.cp/subtypes.exp: New file.
4954 * gdb.cp/subtypes.h: New file.
4955 * gdb.cp/subtypes.cc: New file.
4956 * gdb.cp/subtypes-2.cc: New file.
4957
4958 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4961 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4962 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4963 -nostartfiles when compiling the test. Confirm that all registers
4964 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4965
4966 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4969 option, syntax was wrong anyway.
4970 * gdb.arch/arm-disp-step.exp: Likewise.
4971 * gdb.arch/sparc64-regs.exp: Likewise.
4972 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4973 option, syntax was wrong anyway, switch to use
4974 prepare_for_testing.
4975 * gdb.arch/i386-disp-step.exp: Likewise.
4976
4977 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4978
4979 * gdb.ada/exec_changed.exp: Replace "target_info exists
4980 use_gdb_stub" by "use_gdb_stub".
4981 * gdb.ada/start.exp: Likewise.
4982 * gdb.base/async-shell.exp: Likewise.
4983 * gdb.base/attach-pie-misread.exp: Likewise.
4984 * gdb.base/attach-wait-input.exp: Likewise.
4985 * gdb.base/break-entry.exp: Likewise.
4986 * gdb.base/break-interp.exp: Likewise.
4987 * gdb.base/dprintf-detach.exp: Likewise.
4988 * gdb.base/nostdlib.exp: Likewise.
4989 * gdb.base/solib-nodir.exp: Likewise.
4990 * gdb.base/statistics.exp: Likewise.
4991 * gdb.base/testenv.exp: Likewise.
4992 * gdb.mi/mi-exec-run.exp: Likewise.
4993 * gdb.mi/mi-start.exp: Likewise.
4994 * gdb.multi/dummy-frame-restore.exp: Likewise.
4995 * gdb.multi/multi-arch-exec.exp: Likewise.
4996 * gdb.multi/multi-arch.exp: Likewise.
4997 * gdb.multi/tids.exp: Likewise.
4998 * gdb.multi/watchpoint-multi.exp: Likewise.
4999 * gdb.python/py-events.exp: Likewise.
5000 * gdb.threads/attach-into-signal.exp: Likewise.
5001 * gdb.threads/attach-stopped.exp: Likewise.
5002 * gdb.threads/threadapply.exp: Likewise.
5003 * lib/selftest-support.exp: Likewise.
5004
5005 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5006
5007 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5008
5009 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5010
5011 * gdb.perf/template-breakpoints.cc: New file.
5012 * gdb.perf/template-breakpoints.exp: New file.
5013 * gdb.perf/template-breakpoints.py: New file.
5014
5015 2018-03-19 Tom Tromey <tom@tromey.com>
5016
5017 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5018 y0.
5019 * gdb.rust/simple.exp: Test bare identifier form of struct
5020 initializer.
5021
5022 2018-03-19 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.gdb/observer.exp: Remove.
5025
5026 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5027
5028 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5029 "qualified" option when setting breakpoints.
5030 * gdb.trace/backtrace.exp: Likewise.
5031 * gdb.trace/circ.exp: Likewise.
5032 * gdb.trace/collection.exp: Likewise.
5033 * gdb.trace/disconnected-tracing.exp: Likewise.
5034 * gdb.trace/ftrace-lock.exp: Likewise.
5035 * gdb.trace/ftrace.exp: Likewise.
5036 * gdb.trace/infotrace.exp: Likewise.
5037 * gdb.trace/packetlen.exp: Likewise.
5038 * gdb.trace/passc-dyn.exp: Likewise.
5039 * gdb.trace/qtro.exp: Likewise.
5040 * gdb.trace/read-memory.exp: Likewise.
5041 * gdb.trace/report.exp: Likewise.
5042 * gdb.trace/signal.exp: Likewise.
5043 * gdb.trace/status-stop.exp: Likewise.
5044 * gdb.trace/strace.exp: Likewise.
5045 * gdb.trace/tfind.exp: Likewise.
5046 * gdb.trace/trace-break.exp: Likewise.
5047 * gdb.trace/trace-condition.exp: Likewise.
5048 * gdb.trace/trace-mt.exp: Likewise.
5049 * gdb.trace/tstatus.exp: Likewise.
5050 * gdb.trace/tsv.exp: Likewise.
5051 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5052 * gdb.trace/unavailable.exp: Likewise.
5053 * gdb.trace/while-dyn.exp: Likewise.
5054
5055 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5056
5057 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5058 that libinproctrace is copied to the target.
5059
5060 2018-03-14 Tom Tromey <tom@tromey.com>
5061
5062 PR cli/14977:
5063 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5064 a null pointer.
5065 * gdb.base/wchar.exp: Likewise.
5066
5067 2018-03-14 Tom Tromey <tom@tromey.com>
5068
5069 PR cli/19918:
5070 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5071 flag.
5072
5073 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5074
5075 PR gdb/22841
5076 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5077 "target" to remote_exec.
5078
5079 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5080
5081 PR gdb/22841
5082 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5083 ${board}_upload): Remove.
5084
5085 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5086
5087 * gdb.cp/watch-cp.cc: New test.
5088 * gdb.cp/watch-cp.exp: New file.
5089
5090 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.base/infcall-nested-structs.exp: New file.
5093 * gdb.base/infcall-nested-structs.c: New file.
5094 * gdb.base/float.exp: Add riscv support.
5095
5096 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5097
5098 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5099 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5100
5101 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5102
5103 * gdb.server/abspath.exp: New file.
5104 * lib/gdb.exp (with_cwd): New procedure.
5105
5106 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5107
5108 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5109 use it.
5110 (gdb_is_target_remote_prompt): New proc.
5111 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5112 (gdb_is_target_native): Pass prompt parameter to
5113 gdb_is_target_1.
5114
5115 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5116
5117 * gdb.base/load-command.c: New file.
5118 * gdb.base/load-command.exp: New file.
5119 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5120 (gdb_is_target_1): ...this, and generalize for other targets
5121 than just remote.
5122 (gdb_is_target_remote): Use gdb_is_target_1.
5123 (gdb_is_target_native): use gdb_is_target_1.
5124
5125 2018-02-26 Tom Tromey <tom@tromey.com>
5126
5127 PR python/16497:
5128 * gdb.python/py-framefilter.exp: Update test.
5129
5130 2018-02-26 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.dwarf2/variant.c: New file.
5133 * gdb.dwarf2/variant.exp: New file.
5134
5135 2018-02-26 Tom Tromey <tom@tromey.com>
5136
5137 * gdb.rust/simple.exp: Accept more possible results in enum test.
5138
5139 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5140
5141 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5142 parentheses.
5143
5144 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5145
5146 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5147 name of a variable: $actual_linejj -> $actual_line.
5148
5149 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5150
5151 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5152
5153 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5154
5155 * gdb.btrace/buffer-size.exp: Do not force BTS.
5156
5157 2018-02-14 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5160 getting a "Quit".
5161
5162 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5163
5164 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5165 Fix test name.
5166
5167 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5168
5169 * gdb.cp/m-static.exp: Check type of optimized out static
5170 member.
5171
5172 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5173
5174 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5175 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5176
5177 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5178 Leszek Swirski <leszeks@google.com>
5179
5180 * gdb.python/py-prettyprint.c
5181 (struct to_string_returns_value_inner,
5182 struct to_string_returns_value_wrapper): New.
5183 (main): Add tsrvw variable.
5184 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5185 ToStringReturnsValueWrapper): New classes.
5186 (register_pretty_printers): Register new pretty-printers.
5187 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5188 recursive pretty printer.
5189 * gdb.python/py-mi.exp: Likewise.
5190
5191 2018-02-01 Leszek Swirski <leszeks@google.com>
5192
5193 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5194 functions with the same name as an include file are parsed
5195 correctly.
5196
5197 2018-02-01 Yao Qi <yao.qi@linaro.org>
5198
5199 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5200 "\[^\r\n\]*".
5201
5202 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5203
5204 * gdb.arch/powerpc-prologue-frame.s: New file.
5205 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5206 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5207
5208 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5209
5210 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5211
5212 2018-01-30 Pedro Alves <palves@redhat.com>
5213
5214 PR gdb/13211
5215 * gdb.base/interrupt-daemon.c: New.
5216 * gdb.base/interrupt-daemon.exp: New.
5217 * gdb.multi/multi-term-settings.c: New.
5218 * gdb.multi/multi-term-settings.exp: New.
5219
5220 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5221
5222 * gdb.base/break.exp: Save the location where the breakpoint
5223 on break.c:47 was actually inserted when debugging the version
5224 compiled at -O2 and use it in the expected output of the "info
5225 break" test performed soon after.
5226
5227 2018-01-22 Pedro Alves <palves@redhat.com>
5228 Sergio Durigan Junior <sergiodj@redhat.com>
5229
5230 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5231 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5232
5233 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5234
5235 * gdb.base/break-include.c, gdb.base/break-include.inc,
5236 gdb.base/break-include.exp: New files.
5237 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5238 line number now being the actual line number where the breakpoint
5239 was inserted.
5240 * gdb.mi/mi-break.exp: Likewise.
5241 * gdb.mi/mi-reverse.exp: Likewise.
5242 * gdb.mi/mi-simplerun.exp: Ditto.
5243
5244 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5245
5246 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5247 varobj.
5248 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5249
5250 2018-01-21 Don Breazeal <donb@codesourcery.com>
5251 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 * gdb.mi/basics.c: Add new global.
5254 * gdb.mi/mi-frame-regs.exp: New file.
5255 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5256 case.
5257
5258 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5261 non-parameter, and on an unknown symbol.
5262
5263 2018-01-19 Tom Tromey <tom@tromey.com>
5264
5265 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5266 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5267
5268 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5269
5270 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5271 setrlimit and chdir to int.
5272
5273 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5274
5275 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5276 function.
5277 (my_tend): Likewise.
5278 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5279 rationale of avoiding FP- and vector instructions.
5280
5281 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5282
5283 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5284 "info reg" with "\[ \t\]*".
5285 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5286 "\[ \t\]+".
5287 * gdb.arch/s390-multiarch.exp: Ditto.
5288 * gdb.base/pc-fp.exp: Ditto.
5289 * gdb.reverse/i386-precsave.exp: Ditto.
5290 * gdb.reverse/i386-reverse.exp: Ditto.
5291 * gdb.reverse/i387-env-reverse.exp: Ditto.
5292 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5293
5294 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5295
5296 * lib/gdb.exp (gdb_compile): Re-enable use of
5297 universal_compile_options for languages other than Rust.
5298
5299 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5300
5301 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5302
5303 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5304
5305 PR gdb/16577
5306 * gdb.base/solib-vanish.exp: New.
5307 * gdb.base/solib-vanish-main.c: New.
5308 * gdb.base/solib-vanish-lib1.c: New.
5309 * gdb.base/solib-vanish-lib2.c: New.
5310
5311 2018-01-17 Yao Qi <yao.qi@linaro.org>
5312
5313 * gdb.compile/compile.exp: Match the address printed for
5314 frame in the output of command "bt".
5315
5316 2018-01-15 Tom Tromey <tom@tromey.com>
5317
5318 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5319 compute sp_reg.
5320
5321 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5324 to prepare.
5325 (prepare): Return 0 on error, 1 on success.
5326
5327 2018-01-12 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/continue-after-aborted-step-over.c: New.
5330 * gdb.base/continue-after-aborted-step-over.exp: New.
5331
5332 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5333
5334 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5335 options when not creating an executable.
5336
5337 2018-01-11 Pedro Alves <palves@redhat.com>
5338
5339 PR remote/22597
5340 * gdb.server/stop-reply-no-thread.c: New file.
5341 * gdb.server/stop-reply-no-thread.exp: New file.
5342
5343 2018-01-10 Pedro Alves <palves@redhat.com>
5344
5345 PR gdb/22670
5346 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5347 functions too. Test setting breakpoints and printing C functions
5348 with no debug info too.
5349 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5350
5351 2018-01-10 Pedro Alves <palves@redhat.com>
5352
5353 PR gdb/22670
5354 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5355 a fail.
5356
5357 2018-01-10 Pedro Alves <palves@redhat.com>
5358
5359 PR gdb/22670
5360 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5361
5362 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.server/unittest.exp: Match the output in non-development
5365 mode.
5366
5367 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5368
5369 * gdb.gdb/unittest.exp: Match output in non-development mode.
5370
5371 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5372
5373 * gdb.ada/access_tagged_param.exp: Relax expected output
5374 for value of "ObjL" in "continue" to pck.inspect breakpoint
5375 test.
5376
5377 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5378
5379 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5380 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5381
5382 2018-01-05 Pedro Alves <palves@redhat.com>
5383
5384 PR gdb/18653
5385 * gdb.base/libsegfault.exp: New.
5386
5387 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5388
5389 PR gdb/22670
5390 * gdb.ada/access_tagged_param.exp: New file.
5391 * gdb.ada/access_tagged_param/foo.adb: New file.
5392
5393 2018-01-05 Pedro Alves <palves@redhat.com>
5394
5395 PR gdb/22670
5396 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5397 exercise lower case too, and to exercise both full matching and
5398 wild matching.
5399
5400 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.ada/rename_subscript_param: New testcase.
5403
5404 2018-01-05 Jerome Guitton <guitton@adacore.com>
5405
5406 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5407
5408 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5409
5410 * gdb.ada/convvar_comp: New testcase.
5411
5412 2018-01-05 Xavier Roirand <roirand@adacore.com>
5413
5414 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5415 (My_Table): New global variable.
5416 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5417
5418 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5419
5420 PR gdb/22670
5421 * gdb.ada/maint_with_ada: New testcase.
5422
5423 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5424
5425 PR gdb/22670
5426 * gdb.ada/bp_c_mixed_case: New testcase.
5427
5428 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5429
5430 PR gdb/22670
5431 * gdb.ada/complete.exp: Add "complete break ada" test.
5432
5433 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5434
5435 PR gdb/22670
5436 * gdb.ada/info_addr_mixed_case: New testcase.
5437
5438 2018-01-03 Xavier Roirand <roirand@adacore.com>
5439
5440 * gdb.ada/excep_handle.exp: New testcase.
5441 * gdb.ada/excep_handle/foo.adb: New file.
5442 * gdb.ada/excep_handle/pck.ads: New file.
5443
5444 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.base/step-line.c: Add extra empty line in copyright header.
5447 * gdb.base/step-line.inp: Likewise.
5448
5449 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5450
5451 * gdb.ada/dyn_stride.exp: Add slice test.
5452
5453 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5454
5455 * gdb.ada/dyn_stride: New testcase.
5456
5457 2017-12-27 Stafford Horne <shorne@gmail.com>
5458
5459 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5460 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5461
5462 2017-12-27 Stafford Horne <shorne@gmail.com>
5463
5464 * gdb.base/reggroups.c: New file.
5465 * gdb.base/reggroups.exp: New file.
5466
5467 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5468
5469 * gdb.dwarf2/ada-valprint-error.c: New file.
5470 * gdb.dwarf2/ada-valprint-error.exp: New file.
5471
5472 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.ada/assign_arr: New testcase.
5475
5476 2017-12-18 Xavier Roirand <roirand@adacore.com>
5477
5478 * gdb.ada/funcall_ptr: New testcase.
5479
5480 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5481
5482 PR cli/16224
5483 * gdb.base/ptype-offsets.cc: New file.
5484 * gdb.base/ptype-offsets.exp: New file.
5485
5486 2017-12-15 Yao Qi <yao.qi@linaro.org>
5487
5488 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5489 if XML is disabled.
5490
5491 2017-12-15 Xavier Roirand <roirand@adacore.com>
5492
5493 * gdb.ada/same_component_name: New testcase.
5494
5495 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5496
5497 * gdb.ada/str_binop_equal: New testcase.
5498
5499 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5500
5501 * gdb.ada/task_switch_in_core: New testcase.
5502
5503 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5504
5505 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5506 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5507 call test_bkpt_qualified.
5508 (test_bkpt_qualified): New proc.
5509
5510 2017-12-13 Pedro Alves <palves@redhat.com>
5511
5512 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5513 Tighten regexp by matching with an anchor.
5514
5515 2017-12-13 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5518 ("expression with namespace"): New set of tests.
5519 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5520 (Nested::Test_NS::qux): New.
5521 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5522 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5523
5524 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5525
5526 * gdb.base/server-del-break.c: New file.
5527 * gdb.base/server-del-break.exp: New file.
5528
5529 2017-12-12 Stafford Horne <shorne@gmail.com>
5530
5531 * gdb.xml/tdesc-regs.exp: Add or1k support.
5532
5533 2017-12-12 Stafford Horne <shorne@gmail.com>
5534
5535 * gdb.base/bp-permanent.c: Define nop of or1k.
5536
5537 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5540 output with components being reordered.
5541
5542 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5543
5544 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5545 output with components being reordered.
5546
5547 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5548 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.base/maint.exp (check for .gdb_index): Check also for
5551 .debug_names.
5552 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5553 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5554 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5555 (.gdb_index used after symbol reloading): Support also .debug_names.
5556 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5557
5558 2017-12-08 Yao Qi <yao.qi@linaro.org>
5559
5560 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5561 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5562
5563 2017-12-08 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5566 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5567
5568 2017-12-08 Yao Qi <yao.qi@linaro.org>
5569
5570 * gdb.arch/aarch64-tagged-pointer.c: New file.
5571 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5572
5573 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5574
5575 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5576 "int".
5577
5578 2017-12-07 Keith Seitz <keiths@redhat.com>
5579
5580 PR breakpoints/22569
5581 * gdb.linespec/ls-errs.exp: Change expected result of "break
5582 -source this file has spaces.c -line 3".
5583 Check that an explicit source file followed by whitespace is
5584 identified as an invalid explicit location.
5585
5586 2017-12-07 Keith Seitz <keiths@redhat.com>
5587
5588 * gdb.cp/nested-types.cc: New file.
5589 * gdb.cp/nested-types.exp: New file.
5590 * lib/cp-support.exp: Load data-structures.exp library.
5591 (debug_cp_test_ptype_class): New global.
5592 (cp_ptype_class_verbose, next_line): New procedures.
5593 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5594 Add and document new return value.
5595 Switch the list of lines to a queue.
5596 Add support for new `type' key for nested type definitions.
5597 Add debugging/troubleshooting messages.
5598 * lib/data-structures.exp: New file.
5599
5600 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5601
5602 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5603 with proc_with_prefix, don't use with_test_prefix.
5604
5605 2017-12-07 Tom Tromey <tom@tromey.com>
5606
5607 * gdb.base/break.exp: Add test for empty "commands".
5608
5609 2017-12-07 Yao Qi <yao.qi@linaro.org>
5610
5611 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5612 malloc and catch syscall.
5613
5614 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5615
5616 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5617 tests for explicit locations.
5618
5619 2017-12-06 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5622 force-disabling XML descriptions.
5623
5624 2017-12-04 Pedro Alves <palves@redhat.com>
5625
5626 PR gdb/22499
5627 * gdb.arch/amd64-disp-step-avx.S: New file.
5628 * gdb.arch/amd64-disp-step-avx.exp: New file.
5629
5630 2017-12-03 Pedro Alves <palves@redhat.com>
5631
5632 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5633 and <string.h>.
5634 (parent_function): Print distinct messages when waitpid fails, or
5635 the child exits with a signal, or the child exits for an unhandled
5636 reason.
5637 * gdb.threads/process-dies-while-detaching.exp
5638 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5639 it. Wait for both inferior output and GDB's prompt. Use an
5640 indirect spawn id list.
5641 (do_detach): New parameter 'child_exit'. Use it to compute
5642 expected inferior output.
5643 (test_detach, test_detach_watch, test_detach_killed_outside):
5644 Adjust to pass down the expected child exit kind.
5645
5646 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5647 Sergio Durigan Junior <sergiodj@redhat.com>
5648 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5651
5652 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5653
5654 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5655 to 'symbol-file' and 'add-symbol-file' can be
5656 position-independent.
5657
5658 2017-12-01 Yao Qi <yao.qi@linaro.org>
5659
5660 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5661 the URL in copyright header.
5662 * gdb.arch/aarch64-fp.exp: Likewise.
5663 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5664 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5665 * gdb.base/expand-psymtabs.exp: Likewise.
5666 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5667 * gdb.fortran/common-block.exp: Likewise.
5668 * gdb.fortran/common-block.f90: Likewise.
5669 * gdb.fortran/logical.exp: Likewise.
5670 * gdb.fortran/vla-datatypes.f90: Likewise.
5671 * gdb.fortran/vla-sub.f90: Likewise.
5672
5673 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/repeat_dyn: New testcase.
5676
5677 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5678
5679 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5680 Update for changed thread numbering.
5681 * gdb.cell/bt.exp: Update for changed GDB output.
5682
5683 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5684
5685 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5686 setting isremote by hand.
5687 * boards/dwarf4-gdb-index.exp: Likewise.
5688 * boards/fission.exp: Likewise.
5689 * boards/stabs.exp: Likewise.
5690
5691 2017-11-30 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.linespec/cpls-ops.exp
5694 (check_explicit_skips_function_argument): Extract the underlying
5695 type of size_t instead of hardcoding it.
5696
5697 2017-11-29 Pedro Alves <palves@redhat.com>
5698
5699 PR c++/19436
5700 * gdb.linespec/cpls-abi-tag.cc: New file.
5701 * gdb.linespec/cpls-abi-tag.exp: New file.
5702
5703 2017-11-29 Pedro Alves <palves@redhat.com>
5704
5705 * gdb.base/langs.exp: Use -qualified.
5706 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5707 it.
5708 * gdb.cp/namespace.exp: Use -qualified.
5709 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5710 (overload-3, template-overload, template-ret-type, const-overload)
5711 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5712 procedures.
5713 (test_driver): Call them.
5714 * gdb.cp/save-bp-qualified.cc: New.
5715 * gdb.cp/save-bp-qualified.exp: New.
5716 * gdb.linespec/explicit.exp: Test -qualified.
5717 * lib/completion-support.exp (completion::explicit_opts_list): Add
5718 "-qualified".
5719 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5720
5721 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5722
5723 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5724
5725 2017-11-29 Tom Tromey <tom@tromey.com>
5726
5727 * gdb.base/relocate.exp: Update invalid argument test.
5728 Add new tests for invalid arguments.
5729
5730 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5731
5732 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5733 Return 0 as a long.
5734 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5735
5736 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5737
5738 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5739 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5740 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5741 func ().
5742 * gdb.cp/shadow.cc (B.func): Return 0.
5743
5744 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5745
5746 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5747 expected output in gdb_expect call to allow the exception
5748 message to be present as well. Fix syntax confusion to avoid
5749 TCL thinking that exception_name is an array.
5750
5751 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5752
5753 * gdb.arch/spu-info.c: Include <unistd.h>.
5754 (do_signal_test): Fix broken calls to write.
5755 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5756 Fix checks for empty mailboxes. Update signal tests for corrected
5757 do_signal_test routine. Allow nonzero event status.
5758 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5759 * gdb.cell/arch.exp: Use standard_output_file.
5760 * gdb.cell/break.exp: Likewise.
5761 * gdb.cell/bt.exp: Likewise.
5762 * gdb.cell/core.exp: Likewise.
5763 * gdb.cell/dwarfaddr.exp: Likewise.
5764 * gdb.cell/ea-cache.exp: Likewise.
5765 * gdb.cell/ea-standalone.exp: Likewise.
5766 * gdb.cell/f-regs.exp: Likewise.
5767 * gdb.cell/fork.exp: Likewise.
5768 * gdb.cell/gcore.exp: Likewise.
5769 * gdb.cell/mem-access.exp: Likewise.
5770 * gdb.cell/ptype.exp: Likewise.
5771 * gdb.cell/registers.exp: Likewise.
5772 * gdb.cell/sizeof.exp: Likewise.
5773 * gdb.cell/solib-symbol.exp: Likewise.
5774 * gdb.cell/solib.exp: Likewise.
5775
5776 2017-11-25 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/complete-empty.exp: New file.
5779 * gdb.base/completion.exp: Adjust.
5780
5781 2017-11-25 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.linespec/cpls-ops.cc: New file.
5784 * gdb.linespec/cpls-ops.exp: New file.
5785 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5786 factored out from ...
5787 (test_complete_prefix_range): ... this.
5788
5789 2017-11-24 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.linespec/cpcompletion.exp: New file.
5792 * gdb.linespec/cpls-hyphen.cc: New file.
5793 * gdb.linespec/cpls.cc: New file.
5794 * gdb.linespec/cpls2.cc: New file.
5795 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5796 test to use test_gdb_complete_unique. Add label completion,
5797 keyword completion and explicit location completion tests.
5798 * lib/completion-support.exp: New file.
5799
5800 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5801
5802 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5803 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5804 when hitting an exception catchpoint.
5805
5806 2017-11-22 Yao Qi <yao.qi@linaro.org>
5807
5808 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5809
5810 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5811
5812 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5813 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5814 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5815
5816 2017-11-22 Yao Qi <yao.qi@linaro.org>
5817
5818 * gdb.base/info-os.exp: Pass pthreads.
5819 * gdb.multi/multi-attach.exp: Likewise.
5820
5821 2017-11-22 Yao Qi <yao.qi@linaro.org>
5822
5823 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5824 compiler.
5825
5826 2017-11-22 Yao Qi <yao.qi@linaro.org>
5827
5828 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5829 * gdb.base/break-interp.exp: Likewise.
5830 * gdb.base/jit-attach-pie.exp: Likewise.
5831
5832 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5833
5834 * gdb.base/float128.c (large128): New variable.
5835 * gdb.base/float128.exp: Add test to print largest __float128 value.
5836
5837 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5838
5839 * gdb.arch/vsx-regs.exp: Update register content checks.
5840
5841 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5842
5843 * gdb.arch/ppc-longdouble.exp: New file.
5844 * gdb.arch/ppc-longdouble.c: Likewise.
5845
5846 2017-11-21 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5849
5850 2017-11-20 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5853 (long_double_typedef): New typedefs.
5854 Use DEF on double and long double.
5855 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5856 cases.
5857 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5858 and 'long_double_ptr_same_size' locals. Use them to decide
5859 whether cast from array/function to float is valid/invalid.
5860
5861 2017-11-17 Tom Tromey <tom@tromey.com>
5862
5863 * gdb.rust/traits.rs: New file.
5864 * gdb.rust/traits.exp: New file.
5865
5866 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5867
5868 * gdb.ada/minsyms: New testcase.
5869
5870 2017-11-16 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5873 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5874
5875 2017-11-16 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5878 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5879
5880 2017-11-16 Pedro Alves <palves@redhat.com>
5881
5882 * gdb.server/reconnect-ctrl-c.c: New file.
5883 * gdb.server/reconnect-ctrl-c.exp: New file.
5884
5885 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5886
5887 * gdb.python/py-rbreak.exp: New file.
5888 * gdb.python/py-rbreak.c: New file.
5889 * gdb.python/py-rbreak-func2.c: New file.
5890
5891 2017-11-16 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5894 pattern.
5895 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5896 GDB.
5897
5898 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5899
5900 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5901 regex.
5902
5903 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5904
5905 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5906 test names.
5907
5908 2017-11-09 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5911 factored out from ...
5912 (top level): ... here, and adjusted to avoid expecting beyond the
5913 prompt in a single gdb_test_multiple.
5914
5915 2017-11-09 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5918 output.
5919 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5920 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5921 * gdb.server/ext-run.exp ("kill" test): Likewise.
5922 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5923
5924 2017-11-09 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5927 match till end of line.
5928
5929 2017-11-09 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5932
5933 2017-11-09 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5936 New procedures, factored out from ...
5937 (top level): ... here, and adjusted to avoid expecting beyond the
5938 prompt in one go.
5939
5940 2017-11-09 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5943 output. Fix '?' match.
5944
5945 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5946
5947 * gdb.ada/scoped_watch: New testcase.
5948 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5949 which is actually correct.
5950 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5951 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5952
5953 2017-11-08 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.gdb/complaints.exp (test_initial_complaints)
5956 (test_serial_complaints, test_short_complaints): Call
5957 complaint_internal instead of complaint.
5958
5959 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5960
5961 * gdb.threads/tls-core.c: New file.
5962 * gdb.threads/tls-core.exp: Likewise.
5963
5964 2017-11-08 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5967 (p Exported_Capitalized): New test.
5968 (p exported_capitalized): New test.
5969
5970 2017-11-07 Pedro Alves <palves@redhat.com>
5971
5972 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5973
5974 2017-11-07 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5977 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5978 (disable_invalid, disable_inverted, disable_negative): New
5979 procedures.
5980 ("bad numbers"): New set of tests.
5981
5982 2017-11-07 Pedro Alves <palves@redhat.com>
5983
5984 * gdb.cp/ena-dis-br-range.exp: Add tests.
5985
5986 2017-11-07 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5989
5990 2017-11-07 Xavier Roirand <roirand@adacore.com>
5991 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/ena-dis-br.exp: Add reference to
5994 gdb.cp/ena-dis-br-range.exp.
5995 * gdb.cp/ena-dis-br-range.exp: New file.
5996 * gdb.cp/ena-dis-br-range.cc: New file.
5997
5998 2017-11-06 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/attach-non-pgrp-leader.c: New.
6001 * gdb.base/attach-non-pgrp-leader.exp: New.
6002
6003 2017-11-06 Pedro Alves <palves@redhat.com>
6004
6005 * configure.ac: No longer check for termio.h and sgtty.h.
6006 * configure: Regenerate.
6007 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6008 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6009 Remove termio and sgtty code.
6010
6011 2017-11-03 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6014 in GDB is disabled.
6015
6016 2017-11-03 Yao Qi <yao.qi@linaro.org>
6017
6018 * gdb.python/py-thrhandle.exp: Skip it if python is not
6019 enabled.
6020
6021 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6022
6023 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6024 as a breakpoint command.
6025
6026 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6027
6028 PR python/21213
6029 * gdb.python/py-infthread.exp: Test calling
6030 InferiorThread.inferior () multiple times in a row.
6031
6032 2017-10-27 Keith Seitz <keiths@redhat.com>
6033
6034 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6035 Test "info break" for every inlined function breakpoint.
6036
6037 2017-10-27 Yao Qi <yao.qi@linaro.org>
6038
6039 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6040
6041 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6042
6043 * gdb.cp/classes.exp (test_static_members): Test printing
6044 Outer::instance.
6045 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6046 (Inner::instance, Outer::instance): New.
6047
6048 2017-10-24 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6051 extra console" test in two stages.
6052
6053 2017-10-24 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6056
6057 2017-10-24 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6060 loop.
6061
6062 2017-10-24 Pedro Alves <palves@redhat.com>
6063
6064 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6065 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6066
6067 2017-10-24 Pedro Alves <palves@redhat.com>
6068
6069 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6070 parameter and handle it. Don't output read value in test name.
6071
6072 2017-10-24 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6075 custom test name.
6076
6077 2017-10-24 Pedro Alves <palves@redhat.com>
6078
6079 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6080 include the unstable output directory name in the test's name.
6081 (initial_setup_simple) <'set args'>: Use custom test name.
6082
6083 2017-10-24 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6086 with explicit test name.
6087
6088 2017-10-20 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6091 'wait -i'. Use gdb_assert and remote_close.
6092
6093 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6096 number from variable rather than hard-coded.
6097
6098 2017-10-19 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.base/long-inferior-output.c: New file.
6101 * gdb.base/long-inferior-output.exp: New file.
6102
6103 2017-11-18 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6106 method.
6107 (main): Call it.
6108 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6109 Add additional user-defined conversion operator tests.
6110
6111 2017-10-17 Pedro Alves <palves@redhat.com>
6112
6113 * boards/native-stdio-gdbserver.exp: Load "local-board".
6114
6115 2017-10-17 Pedro Alves <palves@redhat.com>
6116
6117 * gdb.base/quit-live.c: New file.
6118 * gdb.base/quit-live.exp: New file.
6119
6120 2017-10-16 Keith Seitz <keiths@redhat.com>
6121
6122 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6123 (class_with_protected_typedef, class_with_private_typedef)
6124 (struct_with_public_typedef, struct_with_protected_typedef)
6125 (struct_with_private_typedef): New classes/structs.
6126 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6127 typedefs and access specifiers.
6128
6129 2017-10-16 Pedro Alves <palves@redhat.com>
6130 Simon Marchi <simon.marchi@polymtl.ca>
6131
6132 * README (Local vs Remote vs Native): New section.
6133 * boards/local-board.exp: New file, with bits factored out from
6134 ...
6135 * boards/native-extended-gdbserver.exp: ... here. Load
6136 "local-board".
6137 * boards/native-gdbserver.exp: Load "local-board".
6138 (${board}_spawn, ${board}_exec): Delete.
6139 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6140 ...
6141 * boards/stdio-gdbserver-base.exp: ... this new file.
6142 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6143 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6144 procedure.
6145 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6146 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6147 stdio_gdbserver_command.
6148 (${board}_get_remote_address, ${board}_get_comm_port)
6149 (${board}_download, ${board}_upload): Delete.
6150 (get_target_remote_pipe_cmd): New.
6151
6152 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6155 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6156 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6157 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6158 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6159 remove with_test_prefix.
6160
6161 2017-10-13 Pedro Alves <palves@redhat.com>
6162
6163 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6164 * gdb.base/annota1.exp: Use it instead of is_remote.
6165 * gdb.base/annota3.exp: Use it instead of is_remote.
6166 * gdb.cp/annota2.exp: Use it instead of is_remote.
6167 * gdb.cp/annota3.exp: Use it instead of is_remote.
6168 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6169
6170 2017-10-13 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6173 (test_num_test_vars, run_and_count_vars, find_env)
6174 (test_set_unset_env, test_inherit_env_var): New procedures.
6175 (top level): Use them.
6176
6177 2017-10-13 Pedro Alves <palves@redhat.com>
6178
6179 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6180 also skip on stub-like targets.
6181
6182 2017-10-13 Pedro Alves <palves@redhat.com>
6183
6184 PR gdb/22293
6185 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6186 (top level): Move some tests to ...
6187 (test_not_found): ... this new procedure.
6188 (top level): Call it.
6189
6190 2017-10-13 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6193 expect different "info terminal" output if testing with a
6194 non-native target.
6195
6196 2017-10-13 Pedro Alves <palves@redhat.com>
6197 Simon Marchi <simon.marchi@polymtl.ca>
6198
6199 PR python/12966
6200 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6201
6202 2017-10-13 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6205 already.
6206
6207 2017-10-13 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6210 is_remote.
6211
6212 2017-10-13 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6215 is_remote.
6216
6217 2017-10-13 Pedro Alves <palves@redhat.com>
6218
6219 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6220 is set.
6221 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6222 instead of is_remote.
6223
6224 2017-10-13 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6227 (top level): Add comment.
6228
6229 2017-10-13 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/remote.exp (top level): Fix comment typo and add
6232 missing return.
6233
6234 2017-10-13 Pedro Alves <palves@redhat.com>
6235 Simon Marchi <simon.marchi@polymtl.ca>
6236
6237 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6238 calls and add comments. Skip test if use_gdb_stub is set.
6239 (top level): Use "set cwd" command instead of "cd" command.
6240
6241 2017-10-13 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6244 is_remote target check.
6245
6246 2017-10-13 Pedro Alves <palves@redhat.com>
6247
6248 * gdb.base/scope.exp: Use build_executable + clean_restart +
6249 gdb_file_cmd instead of prepare_for_testing and no longer skip
6250 "before run" tests on is_remote target boards. Update comments.
6251 * boards/native-extended-gdbserver.exp
6252 (extended_gdbserver_load_last_file): New, factored out from ...
6253 (gdb_load): ... this. Move further below and add comment.
6254 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6255
6256 2017-10-12 Pedro Alves <palves@redhat.com>
6257
6258 * gdb.base/attach.exp: Remove references to gdb64.
6259 * gdb.base/dbx.exp: Remove references to gdb64.
6260
6261 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6262 Pedro Alves <palves@redhat.com>
6263
6264 * gdb.base/label.exp: Remove is_remote target check.
6265
6266 2017-10-12 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/auvx.exp (coredir): Update comment.
6269 (top level) <core_works>: Use "set cwd" command instead of "cd"
6270 command.
6271
6272 2017-10-12 Pedro Alves <palves@redhat.com>
6273 Simon Marchi <simon.marchi@polymtl.ca>
6274
6275 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6276 target boards.
6277
6278 2017-10-12 Pedro Alves <palves@redhat.com>
6279 Simon Marchi <simon.marchi@polymtl.ca>
6280
6281 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6282 Instead skip if there's any gdb_protocol set.
6283
6284 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6285 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6288
6289 2017-10-12 Pedro Alves <palves@redhat.com>
6290 Simon Marchi <simon.marchi@polymtl.ca>
6291
6292 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6293 instead of on dejagnu remote boards.
6294
6295 2017-10-12 Pedro Alves <palves@redhat.com>
6296 Simon Marchi <simon.marchi@polymtl.ca>
6297
6298 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6299 checks. Use build_executable + clean_restart instead of
6300 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6301 of enabling non-stop after starting gdb.
6302
6303 2017-10-12 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6306 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6307 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6308 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6309
6310 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6311
6312 * gdb.arch/arc-tdesc-cpu.exp: New file.
6313 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6314
6315 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6316
6317 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6318
6319 2017-10-10 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6322 expect CLI output.
6323
6324 2017-10-10 Pedro Alves <palves@redhat.com>
6325
6326 * lib/selftest-support.exp (selftest_setup): Update for
6327 captured_command_loop's prototype change.
6328
6329 2017-10-09 Pedro Alves <palves@redhat.com>
6330
6331 Test both arch1=>arch2 and arch2=>arch1.
6332
6333 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6334 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6335 factored out to...
6336 (append_arch1_options, append_arch2_options, append_arch_options)
6337 (build_executables): New procedures.
6338 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6339 local.
6340 (top level): Add new 'first_arch' testing axis.
6341
6342 2017-10-09 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6345 (barrier): New.
6346 (thread_start, all_started): New functions.
6347 (main): Spawn new thread and wait until it is scheduled.
6348 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6349 option.
6350 (do_test): Add 'selected_thread' parameter. Run to all_started
6351 instead of main. Explicitly set the breakpoint at main. Switch
6352 to the SELECTED_THREAD thread.
6353 (top level): Test handling the exec event with either the main
6354 thread or the second thread selected.
6355
6356 2017-10-09 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6359 logic. Move STOP marker after the value checks.
6360 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6361 regexp.
6362
6363 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6364
6365 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6366
6367 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6368
6369 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6370 integer-to-dfp conversion.
6371 * gdb.base/dfp-test.exp: Likewise.
6372
6373 2017-10-04 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.multi/hangout.c: Include <unistd.h>.
6376 (hangout_loop): New function.
6377 (main): Call alarm. Call hangout_loop in a loop.
6378 * gdb.multi/hello.c: Include <unistd.h>.
6379 (hello_loop): New function.
6380 (main): Call alarm. Call hangout_loop in a loop.
6381 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6382 inferior with the other selected.
6383
6384 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6385
6386 * gdb.mi/list-thread-groups-available.exp: New file.
6387 * gdb.mi/list-thread-groups-available.c: New file.
6388
6389 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * gdb.base/set-cwd.exp: Make it available on
6392 native-extended-gdbserver.
6393
6394 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6395
6396 * gdb.base/set-cwd.c: New file.
6397 * gdb.base/set-cwd.exp: Likewise.
6398
6399 2017-10-02 Tom Tromey <tom@tromey.com>
6400
6401 PR rust/22236:
6402 * gdb.rust/simple.rs (main): New variable "fslice".
6403 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6404
6405 2017-10-02 Tom Tromey <tom@tromey.com>
6406
6407 * gdb.rust/simple.exp: Test ptype of a slice.
6408
6409 2017-10-02 Tom Tromey <tom@tromey.com>
6410
6411 * gdb.rust/simple.exp: Test index of slice.
6412
6413 2017-09-27 Tom Tromey <tom@tromey.com>
6414
6415 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6416
6417 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6418 Pedro Alves <palves@redhat.com>
6419
6420 * gdb.base/compare-sections.exp (get value of read-only section): Read
6421 as unsigned value.
6422 (corrupt read-only section): Likewise and don't set written if patching
6423 failed.
6424
6425 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6426
6427 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6428 files.
6429
6430 2017-09-20 Pedro Alves <palves@redhat.com>
6431
6432 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6433 symbol names in gdb's output.
6434 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6435
6436 2017-09-20 Pedro Alves <palves@redhat.com>
6437
6438 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6439 Rename to ...
6440 (test_list_ambiguous_symbol): ... this and add a symbol name
6441 parameter. Adjust.
6442 (test_list_ambiguous_function): Reimplement on top of
6443 test_list_ambiguous_symbol and also test listing ambiguous
6444 variables.
6445 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6446 (ambiguous_fun): ... this.
6447 (ambiguous_var): New.
6448 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6449 (ambiguous_fun): ... this.
6450 (ambiguous_var): New.
6451
6452 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6453
6454 * gdb.base/starti.c: New file.
6455 * gdb.base/starti.exp: New file.
6456 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6457
6458 2017-09-14 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6461 (top level): Use it instead of runto.
6462
6463 2017-09-11 Tom Tromey <tom@tromey.com>
6464
6465 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6466
6467 2017-09-11 Tom Tromey <tom@tromey.com>
6468
6469 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6470 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6471
6472 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6473
6474 * gdb.fortran/printing-types.exp: New file.
6475 * gdb.fortran/printing-types.exp: New file.
6476
6477 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6478
6479 * gdb.fortran/vla-ptype.exp: Fix typos.
6480 * gdb.fortran/vla-value.exp: Same.
6481
6482 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6483
6484 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6485 * gdb.mi/mi-var-child-f.exp: Likewise.
6486 * gdb.mi/mi-vla-fortran.exp: Likewise.
6487
6488 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6489 Christoph Weinmann <christoph.t.weinmann@intel.com>
6490 Bernhard Heckel <bernhard.heckel@intel.com>
6491
6492 * gdb.fortran/ptr-indentation.f90: New file.
6493 * gdb.fortran/ptr-indentation.exp: New file.
6494
6495 2017-09-05 Tom Tromey <tom@tromey.com>
6496
6497 PR gdb/22010:
6498 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6499
6500 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6501
6502 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6503
6504 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6505
6506 * gdb.threads/tls-nodebug-pie.c: New file.
6507 * gdb.threads/tls-nodebug-pie.exp: New file.
6508
6509 2017-09-05 Tom Tromey <tom@tromey.com>
6510
6511 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6512 for rust.
6513
6514 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6515
6516 * gdb.multi/multi-arch-exec.exp: Test with different
6517 "follow-exec-mode" settings.
6518 (do_test): New procedure.
6519
6520 2017-09-04 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.base/func-static.c (S::method const, S::method volatile)
6523 (S::method volatile const): New methods.
6524 (c_s, v_s, cv_s): New instances.
6525 (main): Call method() on them.
6526 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6527 (cannot_resolve): New procedure.
6528 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6529 print-quote-unquoted columns.
6530 (do_test): Test printing each scope too.
6531
6532 2017-09-04 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.base/local-static.exp: Also test with
6535 class::method::variable wholly quoted.
6536 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6537
6538 2017-09-04 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/local-static.c: New.
6541 * gdb.base/local-static.cc: New.
6542 * gdb.base/local-static.exp: New.
6543
6544 2017-09-04 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.asm/asm-source.exp: Add casts to int.
6547 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6548 (dataglobal64_1, dataglobal64_2): New globals.
6549 * gdb.base/nodebug.exp: Test different expressions involving the
6550 new globals, with print, whatis and ptype. Add casts to int.
6551 * gdb.base/solib-display.exp: Add casts to int.
6552 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6553 * gdb.cp/m-static.exp: Add cast to int.
6554 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6555 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6556 tls variable with no debug info without a cast. Test with a cast
6557 to int too.
6558 * gdb.trace/entry-values.exp: Add casts.
6559
6560 2017-09-04 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/nodebug.exp: Test that ptype's error about functions
6563 with unknown return type includes the function name too.
6564
6565 2017-09-04 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6568 return type of munmap in infcall.
6569 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6570 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6571 type of ftell in infcall.
6572 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6573 type of getpid in infcall.
6574 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6575 infcall.
6576 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6577 Bail on failure to extract the pid.
6578 * gdb.base/nodebug.c: #include <stdint.h>.
6579 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6580 New functions.
6581 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6582 Change expected output of print/whatis/ptype with functions with
6583 no debug info. Test all supported languages. Call
6584 test_call_promotion.
6585 * gdb.compile/compile.exp: Adjust expected output to expect
6586 warning.
6587 * gdb.threads/siginfo-threads.exp: Likewise.
6588
6589 2017-09-04 Pedro Alves <palves@redhat.com>
6590
6591 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6592 "prototypes". Test calling float functions via prototyped and
6593 unprototyped function pointers.
6594 (perform_all_tests): New parameter "prototypes". Pass it down.
6595 (top level): Pass down "prototypes" parameter to
6596 perform_all_tests.
6597
6598 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6601 Test with nested loops.
6602
6603 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.base/commands.exp: Call the new procedures.
6606 (loop_break_test, loop_continue_test): New procedures.
6607
6608 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6609
6610 * gdb.base/commands.exp: Call new procedure.
6611 (define_if_without_arg_test): New procedure.
6612
6613 2017-09-04 Pedro Alves <palves@redhat.com>
6614
6615 * gdb.base/list-ambiguous.exp: New file.
6616 * gdb.base/list-ambiguous0.c: New file.
6617 * gdb.base/list-ambiguous1.c: New file.
6618 * gdb.base/list.exp (test_list_range): Adjust expected output.
6619
6620 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6621
6622 * gdb.base/share-env-with-gdbserver.c: New file.
6623 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6624
6625 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6626
6627 * gdb.base/commands.exp (gdbvar_simple_if_test,
6628 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6629 progvar_simple_if_test, progvar_simple_while_test,
6630 progvar_complex_if_while_test, user_defined_command_test,
6631 user_defined_command_args_eval,
6632 user_defined_command_args_stack_test,
6633 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6634 temporary_breakpoint_commands,
6635 gdb_test_no_prompt, redefine_hook_test,
6636 redefine_backtrace_test): Remove "global gdb_prompt".
6637
6638 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6639
6640 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6641 New proc, call it from toplevel.
6642
6643 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6644
6645 PR remote/21852
6646 * gdb.server/normal.c: New file, copied from gdb.base.
6647 * gdb.server/run-without-local-binary.exp: New file.
6648
6649 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6650
6651 * gdb.arch/sparc64-adi.exp: New file.
6652 * gdb.arch/sparc64-adi.c: New file.
6653
6654 2017-08-22 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6657 (top level): Add "list all overloads" tests.
6658
6659 2017-08-22 Tom Tromey <tom@tromey.com>
6660
6661 * gdb.gdb/xfullpath.exp: Remove.
6662
6663 2017-08-21 Pedro Alves <palves@redhat.com>
6664
6665 PR gdb/19487
6666 * gdb.base/symbol-alias.c: New.
6667 * gdb.base/symbol-alias2.c: New.
6668 * gdb.base/symbol-alias.exp: New.
6669
6670 2017-08-21 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.base/dfp-test.c
6673 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6674 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6675 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6676 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6677 * gdb.base/whatis-ptype-typedefs.c: New.
6678 * gdb.base/whatis-ptype-typedefs.exp: New.
6679 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6680 (an_int, an_int_type, an_int_type2): New globals.
6681 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6682 involving typedefs and cast expressions.
6683 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6684 (lookup_typedefs_function): New.
6685 (typedefs_pretty_printers_dict): New.
6686 (top level): Register lookup_typedefs_function in
6687 gdb.pretty_printers.
6688
6689 2017-08-18 Yao Qi <yao.qi@linaro.org>
6690
6691 * gdb.server/unittest.exp: New.
6692
6693 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6694
6695 PR gdb/21954
6696 * gdb.base/environ.exp: Add test to check if 'unset environment'
6697 works.
6698
6699 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6700
6701 * lib/gdb.exp (universal_compile_options): New caching proc.
6702 (gdb_compile): Suppress GCC's coloring of messages.
6703
6704 2017-08-14 Tom Tromey <tom@tromey.com>
6705
6706 PR gdb/21675:
6707 * gdb.base/printcmds.exp (test_radices): New function.
6708 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6709 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6710 * lib/gdb.exp (get_integer_valueof): Use p/d.
6711
6712 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6713
6714 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6715 characters.
6716
6717 2017-08-05 Tom Tromey <tom@tromey.com>
6718
6719 * gdb.rust/simple.exp: Allow String to appear in a different
6720 namespace.
6721
6722 2017-07-26 Yao Qi <yao.qi@linaro.org>
6723
6724 * gdb.gdb/unittest.exp: Invoke command
6725 "maintenance check xml-descriptions".
6726
6727 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6728
6729 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6730 calling context.
6731 (hex128): Drop erroneous calculation of parameters.
6732
6733 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6734
6735 * gdb.python/py-unwind.exp: Disable stack protection when
6736 building test file.
6737
6738 2017-07-20 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.base/default.exp (set language): Adjust expected output.
6741
6742 2017-07-20 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6745 (test_minsym): ... this, and make static.
6746 (get_pck__foo__bar__minsym): Rename to ...
6747 (get_test_minsym): ... this.
6748 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6749 symbol names and comments.
6750 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6751 (get_test_minsym): ... this.
6752 (pck__foo__bar__minsym__2): Rename to ...
6753 (test_minsym): ... this.
6754 (main): Adjust.
6755
6756 2017-07-17 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/completion.exp: Adjust expected output.
6759 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6760 the completer works.
6761
6762 2017-07-17 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6765
6766 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6767
6768 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6769
6770 2017-07-14 Tom Tromey <tom@tromey.com>
6771
6772 PR rust/21764:
6773 * gdb.rust/simple.exp: Add tests.
6774
6775 2017-07-14 Tom Tromey <tom@tromey.com>
6776
6777 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6778
6779 2017-07-14 Pedro Alves <palves@redhat.com>
6780
6781 * gdb.linespec/base/one/thefile.cc (z1): New function.
6782 * gdb.linespec/base/two/thefile.cc (z2): New function.
6783 * gdb.linespec/linespec.exp: Add tests.
6784
6785 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6788 to mi_create_breakpoint.
6789
6790 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6791
6792 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6793 mi_create_breakpoint.
6794
6795 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6796
6797 * gdb.dlang/demangle.exp: Update for demangling changes.
6798
6799 2017-07-09 Tom Tromey <tom@tromey.com>
6800
6801 * gdb.dwarf2/shortpiece.exp: New file.
6802
6803 2017-07-06 David Blaikie <dblaikie@gmail.com>
6804
6805 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6806 built from fissiont-multi-cu{1,2}.c.
6807 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6808 except putting 'main' and 'func' in separate CUs in the same DWO file.
6809 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6810 test.
6811 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6812 test.
6813
6814 2017-07-06 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.python/py-unwind.exp: Test flushregs.
6817
6818 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 PR cli/21688
6821 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6822 tests for alias commands and trailing whitespace.
6823
6824 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6825
6826 PR cli/21688
6827 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6828 procedure. Call it.
6829
6830 2017-06-29 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/printcmds.exp: Add tests.
6833
6834 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6835
6836 PR gdb/21337
6837 * gdb.base/reread-readsym.exp: New file.
6838 * gdb.base/reread-readsym.c: New file.
6839
6840 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6841
6842 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6843 subpattern.
6844
6845 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6846
6847 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6848 extended mnemonic.
6849 * gdb.arch/powerpc-power9.s: Likewise.
6850
6851 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6852
6853 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6854 on 32-bit x86 targets. Exploit is_*_target macros where
6855 appropriate.
6856
6857 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6860 register pieces.
6861
6862 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6863
6864 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6865 located in one or more DWARF pieces.
6866
6867 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6868
6869 * lib/gdb.exp (get_endianness): New proc.
6870 * gdb.arch/aarch64-fp.exp: Use it.
6871 * gdb.arch/altivec-regs.exp: Likewise.
6872 * gdb.arch/e500-regs.exp: Likewise.
6873 * gdb.arch/vsx-regs.exp: Likewise.
6874 * gdb.base/dump.exp: Likewise.
6875 * gdb.base/funcargs.exp: Likewise.
6876 * gdb.base/gnu_vector.exp: Likewise.
6877 * gdb.dwarf2/formdata16.exp: Likewise.
6878 * gdb.dwarf2/implptrpiece.exp: Likewise.
6879 * gdb.dwarf2/nonvar-access.exp: Likewise.
6880 * gdb.python/py-inferior.exp: Likewise.
6881 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6882
6883 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6884
6885 PR gdb/21226
6886 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6887 stack value pieces are taken from the LSB end.
6888
6889 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6892 variable at nonzero offset.
6893
6894 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6895
6896 * gdb.dwarf2/var-access.c: New file.
6897 * gdb.dwarf2/var-access.exp: New test.
6898 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6899
6900 2017-06-12 Tom Tromey <tom@tromey.com>
6901
6902 * gdb.dwarf2/formdata16.exp: Add tests.
6903
6904 2017-06-12 Tom Tromey <tom@tromey.com>
6905
6906 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6907
6908 2017-06-12 Tom Tromey <tom@tromey.com>
6909
6910 PR exp/16225:
6911 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6912 * gdb.arch/vsx-regs.exp: Update tests.
6913 * gdb.arch/s390-vregs.exp (hex128): New proc.
6914 Update test.
6915 * gdb.arch/altivec-regs.exp: Update tests.
6916
6917 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6918
6919 * gdb.base/startup-with-shell.c: New file.
6920 * gdb.base/startup-with-shell.exp: Likewise.
6921
6922 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6923
6924 * gdb.server/non-existing-program.exp: Update regex in order to
6925 reflect the fact that gdbserver is now using fork_inferior (with a
6926 shell) to startup the inferior.
6927
6928 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6929
6930 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6931 support function calls from GDB.
6932
6933 2017-05-21 Tom Tromey <tom@tromey.com>
6934
6935 PR rust/21466:
6936 * gdb.rust/unsized.exp: New file.
6937 * gdb.rust/unsized.rs: New file.
6938
6939 2017-05-19 Tom Tromey <tom@tromey.com>
6940
6941 PR rust/21484:
6942 * gdb.rust/watch.exp: New file.
6943 * gdb.rust/watch.rs: New file.
6944
6945 2017-05-18 Tom Tromey <tom@tromey.com>
6946
6947 * gdb.rust/simple.exp: Allow Box to be qualified.
6948
6949 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6950
6951 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6952
6953 2017-05-18 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/fileio.c (test_write, test_read, test_close)
6956 (test_fstat): Don't print 'ret' in the fail path.
6957
6958 2017-05-18 Pedro Alves <palves@redhat.com>
6959
6960 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6961 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6962 (test_system, test_rename, test_unlink, test_time): Change
6963 prototypes.
6964 * gdb.base/fileio.exp (stop_msg): Adjust.
6965
6966 2017-05-18 Pedro Alves <palves@redhat.com>
6967
6968 * gdb.base/fileio.c (null_str): New global.
6969 (test_stat): Use it.
6970 * gdb.base/fileio.exp: Remove nowarnings.
6971
6972 2017-05-17 Yao Qi <yao.qi@linaro.org>
6973
6974 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6975
6976 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6977
6978 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6979 argument command.
6980 (top-level): Invoke test_set_inferior_tty.
6981
6982 2017-05-04 Pedro Alves <palves@redhat.com>
6983
6984 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6985 Add parens to print call for Python 3.
6986
6987 2017-05-03 Keith Seitz <keiths@redhat.com>
6988
6989 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6990 (main): Call it.
6991
6992 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6993
6994 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6995 to prev and next.
6996
6997 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6998
6999 * gdb.python/py-record-btrace.exp: Remove test for
7000 gdb.BtraceInstruction.error.
7001
7002 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7003
7004 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7005
7006 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7007
7008 * gdb.python/py-record-btrace-threads.c: New file.
7009 * gdb.python/py-record-btrace-threads.exp: New file.
7010
7011 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7012
7013 PR testsuite/8595
7014 * gdb.base/environ.exp: Make test available in all architectures.
7015 Move bits related to "info program" testing to
7016 gdb.base/info-program.exp. Rewrite tests to use the two new
7017 procedures mentione below.
7018 (test_set_show_env_var) New procedure.
7019 (test_set_show_env_var_equal): Likewise.
7020 * gdb.base/info-program.exp: New file.
7021
7022 2017-04-27 Keith Seitz <keiths@redhat.com>
7023
7024 * gdb.cp/oranking.cc (test15): New function.
7025 (main): Call test15 and declare additional variables for testing.
7026 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7027 "p foo101('abc')" tests.
7028 Add tests for cv qualifier overloads.
7029 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7030 "lvalue reference overload" test.
7031 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7032 "print value of f1 on Child&& in f2" test.
7033
7034 2017-04-19 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7037 procedure.
7038 (top level): Call it.
7039 * lib/gdb.exp (gdb_define_cmd): New procedure.
7040
7041 2017-04-12 Pedro Alves <palves@redhat.com>
7042
7043 PR gdb/21323
7044 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7045 (wchar): New global.
7046 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7047 (do_test_wide_char, wide_char_types_no_program, top level): Add
7048 wchar_t testing.
7049
7050 2017-04-12 Pedro Alves <palves@redhat.com>
7051
7052 PR c++/21323
7053 * gdb.cp/wide_char_types.c: New file.
7054 * gdb.cp/wide_char_types.exp: New file.
7055
7056 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7057
7058 PR gdb/21352
7059 * gdb.trace/tsv.exp: Add test for "tsave -r".
7060
7061 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7062
7063 * gdb.dlang/watch-loc.c: New file.
7064 * gdb.dlang/watch-loc.exp: New file.
7065
7066 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7069
7070 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7071
7072 * gdb.arch/arc-analyze-prologue.S: New file.
7073 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7074
7075 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7076
7077 * gdb.arch/arc-decode-insn.S: New file.
7078 * gdb.arch/arc-decode-insn.exp: Likewise.
7079
7080 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7081
7082 PR tdep/20928
7083 * gdb.arch/sparc64-regs.exp: New file.
7084 * gdb.arch/sparc64-regs.S: Likewise.
7085
7086 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7087
7088 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7089 and memory view on Python 3.
7090
7091 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7092 Keith Seitz <keiths@redhat.com>
7093
7094 PR gdb/14441
7095 * gdb.cp/demangle.exp: Add rvalue reference tests.
7096 * gdb.cp/rvalue-ref-casts.cc: New file.
7097 * gdb.cp/rvalue-ref-casts.exp: New file.
7098 * gdb.cp/rvalue-ref-overload.cc: New file.
7099 * gdb.cp/rvalue-ref-overload.exp: New file.
7100 * gdb.cp/rvalue-ref-params.cc: New file.
7101 * gdb.cp/rvalue-ref-params.exp: New file.
7102 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7103 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7104 * gdb.cp/rvalue-ref-types.cc: New file.
7105 * gdb.cp/rvalue-ref-types.exp: New file.
7106 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7107 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7108
7109 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7110
7111 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7112 New procedure.
7113
7114 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7115
7116 * lib/mi-support.exp (mi_gdb_test): Add additional message
7117 for unexpected output.
7118
7119 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7120
7121 * gdb.base/examine-backward.c (Barrier): New character array
7122 constant, to ensure that TestStrings is preceded by a string
7123 terminator.
7124
7125 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7126
7127 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7128 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7129 and implicit pointer into such a location.
7130
7131 2017-03-16 Doug Evans <dje@google.com>
7132
7133 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7134
7135 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7136
7137 * gdb.cp/m-static.exp: Fix expectation for prototype of
7138 test5.single_constructor and single_constructor::single_constructor.
7139
7140 2017-03-16 Doug Evans <dje@google.com>
7141
7142 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7143 * gdb.guile/scm-lazy-string.c: New file.
7144 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7145 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7146 for pointer, array, typedef lazy strings.
7147
7148 2017-03-16 Doug Evans <dje@google.com>
7149
7150 PR python/17728, python/18439, python/18779
7151 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7152 * gdb.python/py-lazy-string.c (pointer): New typedef.
7153 (main): New locals ptr, array, typedef_ptr.
7154 * gdb.python/py-value.exp: Move lazy string tests to ...
7155 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7156 array, typedef lazy strings.
7157
7158 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7159
7160 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7161 Add optional 'test' parameter.
7162
7163 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7164
7165 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7166 Skip for versions of DejaGnu < 1.5.
7167
7168 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7169
7170 * lib/gdb.exp (dejagnu_version): New proc.
7171 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7172 Use dejagnu_version.
7173
7174 2017-03-10 Keith Seitz <keiths@redhat.com>
7175
7176 PR c++/8128
7177 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7178 type from destructor regexps.
7179 Add a branch which actually passes the test.
7180 Adjust "ptype t5i" test names.
7181
7182 2017-03-08 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/step-over-exit.exp: Add explicit test message.
7185
7186 2017-03-08 Pedro Alves <palves@redhat.com>
7187
7188 PR gdb/18360
7189 * gdb.threads/interrupt-while-step-over.c: New file.
7190 * gdb.threads/interrupt-while-step-over.exp: New file.
7191
7192 2017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7195 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7196
7197 2017-03-08 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7200 PKRU as not supported as a PASS.
7201
7202 2017-03-08 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7205 prefix instead of $binfile1/$binfile2.
7206 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7207 in test message.
7208 * gdb.python/py-completion.exp: Use "load python file" as test
7209 messages instead of unstable path names.
7210
7211 2017-03-08 Pedro Alves <palves@redhat.com>
7212 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 PR cli/21218
7215 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7216 New proc.
7217 (top level): Call it.
7218
7219 2017-03-08 Pedro Alves <palves@redhat.com>
7220
7221 PR tui/21216
7222 * gdb.tui/tui-nl-filtered-output.exp: New file.
7223
7224 2017-03-08 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.base/completion.exp: Move TUI completion tests to ...
7227 * gdb.tui/completion.exp: ... this new file.
7228
7229 2017-03-08 Pedro Alves <palves@redhat.com>
7230
7231 * gdb.base/tui-disasm-long-lines.c,
7232 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7233 gdb.base/tui-layout.exp: Move to ...
7234 * gdb.tui/: ... this new directory.
7235
7236 2017-03-07 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/tui-layout.c: New file.
7239 * gdb.base/tui-layout.exp: New file.
7240
7241 2017-03-07 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.base/tui-layout.c: Rename to ...
7244 * gdb.base/tui-disasm-long-lines.c: ... this.
7245 * gdb.base/tui-layout.exp: Rename to ...
7246 * gdb.base/tui-disasm-long-lines.exp: ... this.
7247
7248 2017-03-07 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7251
7252 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7253
7254 * i386-mpx-call.c: New file.
7255 * i386-mpx-call.exp: New file.
7256
7257 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7258
7259 * gdb.arch/powerpc-power.exp: Delete test.
7260 * gdb.arch/powerpc-power.s: Likewise.
7261 * gdb.disasm/disassembler-options.exp: New test.
7262 * gdb.arch/powerpc-altivec.exp: Likewise.
7263 * gdb.arch/powerpc-altivec.s: Likewise.
7264 * gdb.arch/powerpc-altivec2.exp: Likewise.
7265 * gdb.arch/powerpc-altivec2.s: Likewise.
7266 * gdb.arch/powerpc-altivec3.exp: Likewise.
7267 * gdb.arch/powerpc-altivec3.s: Likewise.
7268 * gdb.arch/powerpc-power7.exp: Likewise.
7269 * gdb.arch/powerpc-power7.s: Likewise.
7270 * gdb.arch/powerpc-power8.exp: Likewise.
7271 * gdb.arch/powerpc-power8.s: Likewise.
7272 * gdb.arch/powerpc-power9.exp: Likewise.
7273 * gdb.arch/powerpc-power9.s: Likewise.
7274 * gdb.arch/powerpc-vsx.exp: Likewise.
7275 * gdb.arch/powerpc-vsx.s: Likewise.
7276 * gdb.arch/powerpc-vsx2.exp: Likewise.
7277 * gdb.arch/powerpc-vsx2.s: Likewise.
7278 * gdb.arch/powerpc-vsx3.exp: Likewise.
7279 * gdb.arch/powerpc-vsx3.s: Likewise.
7280 * gdb.arch/arm-disassembler-options.exp: Likewise.
7281 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7282 * gdb.arch/s390-disassembler-options.exp: Likewise.
7283
7284 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7285
7286 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7287 (check_supported_features): ... this. Changed return type to void.
7288 (supports_rdseed): New static global.
7289 (rdseed): Check supports_rdseed.
7290 (initialize): Call check_supported_features.
7291
7292 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7293
7294 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7295 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7296 and lqarx/stqcx.
7297 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7298 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7299
7300 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7301
7302 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7303 uppercase.
7304
7305 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7306
7307 * gdb.dwarf2/formdata16.c: New file.
7308 * gdb.dwarf2/formdata16.exp: New file.
7309 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7310
7311 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7312
7313 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7314 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7315 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7316 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7317 DW_AT_GNU_*.
7318
7319 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7322
7323 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7324
7325 PR gdb/21164
7326 * gdb.base/maint.exp: Add testcases for when the commands do
7327 not have arguments.
7328
7329 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7330
7331 * gdb.cp/chained-calls.exp: Use p instead of P.
7332
7333 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7334
7335 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7336 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7337
7338 2017-02-14 Tom Tromey <tom@tromey.com>
7339
7340 PR python/13598:
7341 * gdb.python/py-events.exp: Add before_prompt event tests.
7342
7343 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7344
7345 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7346
7347 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7348
7349 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7350 (main): Call my_unique_function_name.
7351 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7352 completion of patterns with a single match.
7353 Add missing -re switches to gdb_test_multiple calls.
7354
7355 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7356
7357 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7358 return if core file is not recognized.
7359
7360 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7363 and extra UIs.
7364
7365 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7368 proc_with_prefix.
7369
7370 2017-02-10 Tom Tromey <tom@tromey.com>
7371
7372 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7373
7374 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7375
7376 PR gdb/21122
7377 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7378
7379 2017-02-08 Jerome Guitton <guitton@adacore.com>
7380
7381 * gdb.base/define.exp: Add test for command abbreviations
7382 in define.
7383
7384 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7385
7386 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7387 * gdb.reverse/insn-reverse-x86.c: New file.
7388
7389 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7390
7391 PR tdep/20936
7392 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7393
7394 2017-02-03 Tom Tromey <tom@tromey.com>
7395
7396 PR rust/21097:
7397 * gdb.rust/simple.exp: Add new tests.
7398
7399 2017-02-02 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7402 tests.
7403
7404 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7405
7406 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7407 taking a 2-byte value out of a 4-byte DWARF implicit value on
7408 big-endian targets.
7409 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7410 logic. Add test cases for DW_OP_implicit.
7411
7412 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7413
7414 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7415
7416 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7417
7418 * gdb.btrace/enable.exp: Call gdb_exit before
7419 skip_gdbserver_tests.
7420
7421 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7424 GDBFLAGS.
7425
7426 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7427
7428 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7429 the test is skipped.
7430 * gdb.btrace/data.exp: Likewise.
7431 * gdb.btrace/delta.exp: Likewise.
7432 * gdb.btrace/dlopen.exp: Likewise.
7433 * gdb.btrace/enable-running.exp: Likewise.
7434 * gdb.btrace/enable.exp: Likewise.
7435 * gdb.btrace/exception.exp: Likewise.
7436 * gdb.btrace/function_call_history.exp: Likewise.
7437 * gdb.btrace/gcore.exp: Likewise.
7438 * gdb.btrace/instruction_history.exp: Likewise.
7439 * gdb.btrace/multi-thread-step.exp: Likewise.
7440 * gdb.btrace/nohist.exp: Likewise.
7441 * gdb.btrace/non-stop.exp: Likewise.
7442 * gdb.btrace/reconnect.exp: Likewise.
7443 * gdb.btrace/record_goto-step.exp: Likewise.
7444 * gdb.btrace/record_goto.exp: Likewise.
7445 * gdb.btrace/rn-dl-bind.exp: Likewise.
7446 * gdb.btrace/segv.exp: Likewise.
7447 * gdb.btrace/step.exp: Likewise.
7448 * gdb.btrace/stepi.exp: Likewise.
7449 * gdb.btrace/tailcall-only.exp: Likewise.
7450 * gdb.btrace/tailcall.exp: Likewise.
7451 * gdb.btrace/tsx.exp: Likewise.
7452 * gdb.btrace/unknown_functions.exp: Likewise.
7453 * gdb.btrace/vdso.exp: Likewise.
7454
7455 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7456
7457 * gdb.btrace/enable-running.c: New.
7458 * gdb.btrace/enable-running.exp: New.
7459
7460 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7461
7462 * gdb.arch/amd64-gs_base.c: New file.
7463 * gdb.arch/amd64-gs_base.exp: New file.
7464
7465 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7466
7467 * lib/memory.exp: Remove spurious empty newlines.
7468
7469 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7470
7471 * gdb.python/py-bad-printers.exp: Load python file using "source".
7472 * gdb.python/py-events.exp: Likewise.
7473 * gdb.python/py-evsignal.exp: Likewise.
7474 * gdb.python/py-evthreads.exp: Likewise.
7475 * gdb.python/py-frame-args.exp: Likewise.
7476 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7477 * gdb.python/py-framefilter-mi.exp: Likewise.
7478 * gdb.python/py-framefilter.exp: Likewise.
7479 * gdb.python/py-mi.exp: Likewise.
7480 * gdb.python/py-pp-maint.exp: Likewise.
7481 * gdb.python/py-pp-registration.exp: Likewise.
7482 * gdb.python/py-prettyprint.exp: Likewise.
7483 (run_lang_tests): Likewise.
7484 * gdb.python/py-typeprint.exp: Likewise.
7485
7486 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7487
7488 * lib/memory.exp: New file.
7489 * lib/gdb.exp: Load memory.exp.
7490 * gdb.base/memattr.exp (delete_memory): Move proc to
7491 lib/memory.exp and rename to delete_memory_regions.
7492 Replace delete_memory with delete_memory_regions.
7493 Cleanup memory regions before tests.
7494 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7495 before tests.
7496
7497 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7498
7499 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7500 files.
7501 (initialize): New function conditionally defined.
7502 (testcases): Move within conditional block.
7503 (main): Call initialize.
7504 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7505 of gdb.reverse/insn-reverse.c.
7506 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7507 gdb.reverse/insn-reverse.c.
7508
7509 2017-01-26 Yao Qi <yao.qi@linaro.org>
7510
7511 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7512 disassemble on address 0.
7513
7514 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7515 Yao Qi <yao.qi@linaro.org>
7516
7517 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7518 * gdb.dwarf2/implptr-64bit.S: Remove.
7519 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7520 variables in caller's context. Add DW_OP_implicit_value.
7521
7522 2017-01-25 Yao Qi <yao.qi@linaro.org>
7523
7524 * lib/dwarf.exp (Dwarf::_location): Handle
7525 DW_OP_GNU_implicit_pointer with proper size.
7526
7527 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7528
7529 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7530 and add untested calls.
7531
7532 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7533
7534 * gdb.python/python.exp: Check line number against what GDB thinks
7535 the line number is for func1.
7536
7537 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7538
7539 * gdb.dlang/debug-expr.exp: New file.
7540
7541 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7542
7543 Fix test names for the following files:
7544
7545 * gdb.ada/exec_changed.exp
7546 * gdb.ada/info_types.exp
7547 * gdb.arch/aarch64-atomic-inst.exp
7548 * gdb.arch/aarch64-fp.exp
7549 * gdb.arch/altivec-abi.exp
7550 * gdb.arch/altivec-regs.exp
7551 * gdb.arch/amd64-byte.exp
7552 * gdb.arch/amd64-disp-step.exp
7553 * gdb.arch/amd64-dword.exp
7554 * gdb.arch/amd64-entry-value-inline.exp
7555 * gdb.arch/amd64-entry-value-param.exp
7556 * gdb.arch/amd64-entry-value-paramref.exp
7557 * gdb.arch/amd64-entry-value.exp
7558 * gdb.arch/amd64-i386-address.exp
7559 * gdb.arch/amd64-invalid-stack-middle.exp
7560 * gdb.arch/amd64-invalid-stack-top.exp
7561 * gdb.arch/amd64-optimout-repeat.exp
7562 * gdb.arch/amd64-prologue-skip.exp
7563 * gdb.arch/amd64-prologue-xmm.exp
7564 * gdb.arch/amd64-stap-special-operands.exp
7565 * gdb.arch/amd64-stap-wrong-subexp.exp
7566 * gdb.arch/amd64-tailcall-cxx.exp
7567 * gdb.arch/amd64-tailcall-noret.exp
7568 * gdb.arch/amd64-tailcall-ret.exp
7569 * gdb.arch/amd64-tailcall-self.exp
7570 * gdb.arch/amd64-word.exp
7571 * gdb.arch/arm-bl-branch-dest.exp
7572 * gdb.arch/arm-disp-step.exp
7573 * gdb.arch/arm-neon.exp
7574 * gdb.arch/arm-single-step-kernel-helper.exp
7575 * gdb.arch/avr-flash-qualifier.exp
7576 * gdb.arch/disp-step-insn-reloc.exp
7577 * gdb.arch/e500-abi.exp
7578 * gdb.arch/e500-regs.exp
7579 * gdb.arch/ftrace-insn-reloc.exp
7580 * gdb.arch/i386-avx512.exp
7581 * gdb.arch/i386-bp_permanent.exp
7582 * gdb.arch/i386-byte.exp
7583 * gdb.arch/i386-cfi-notcurrent.exp
7584 * gdb.arch/i386-disp-step.exp
7585 * gdb.arch/i386-dr3-watch.exp
7586 * gdb.arch/i386-float.exp
7587 * gdb.arch/i386-gnu-cfi.exp
7588 * gdb.arch/i386-mpx-map.exp
7589 * gdb.arch/i386-mpx-sigsegv.exp
7590 * gdb.arch/i386-mpx-simple_segv.exp
7591 * gdb.arch/i386-mpx.exp
7592 * gdb.arch/i386-permbkpt.exp
7593 * gdb.arch/i386-prologue.exp
7594 * gdb.arch/i386-signal.exp
7595 * gdb.arch/i386-size-overlap.exp
7596 * gdb.arch/i386-unwind.exp
7597 * gdb.arch/i386-word.exp
7598 * gdb.arch/mips-fcr.exp
7599 * gdb.arch/powerpc-d128-regs.exp
7600 * gdb.arch/powerpc-stackless.exp
7601 * gdb.arch/ppc64-atomic-inst.exp
7602 * gdb.arch/s390-stackless.exp
7603 * gdb.arch/s390-tdbregs.exp
7604 * gdb.arch/s390-vregs.exp
7605 * gdb.arch/sparc-sysstep.exp
7606 * gdb.arch/thumb-bx-pc.exp
7607 * gdb.arch/thumb-singlestep.exp
7608 * gdb.arch/thumb2-it.exp
7609 * gdb.arch/vsx-regs.exp
7610 * gdb.asm/asm-source.exp
7611 * gdb.base/a2-run.exp
7612 * gdb.base/advance.exp
7613 * gdb.base/all-bin.exp
7614 * gdb.base/anon.exp
7615 * gdb.base/args.exp
7616 * gdb.base/arithmet.exp
7617 * gdb.base/async-shell.exp
7618 * gdb.base/async.exp
7619 * gdb.base/attach-pie-noexec.exp
7620 * gdb.base/attach-twice.exp
7621 * gdb.base/auto-load.exp
7622 * gdb.base/bang.exp
7623 * gdb.base/bitfields.exp
7624 * gdb.base/break-always.exp
7625 * gdb.base/break-caller-line.exp
7626 * gdb.base/break-entry.exp
7627 * gdb.base/break-inline.exp
7628 * gdb.base/break-on-linker-gcd-function.exp
7629 * gdb.base/break-probes.exp
7630 * gdb.base/break.exp
7631 * gdb.base/breakpoint-shadow.exp
7632 * gdb.base/call-ar-st.exp
7633 * gdb.base/call-sc.exp
7634 * gdb.base/call-signal-resume.exp
7635 * gdb.base/call-strs.exp
7636 * gdb.base/callfuncs.exp
7637 * gdb.base/catch-fork-static.exp
7638 * gdb.base/catch-gdb-caused-signals.exp
7639 * gdb.base/catch-load.exp
7640 * gdb.base/catch-signal-fork.exp
7641 * gdb.base/catch-signal.exp
7642 * gdb.base/catch-syscall.exp
7643 * gdb.base/charset.exp
7644 * gdb.base/checkpoint.exp
7645 * gdb.base/chng-syms.exp
7646 * gdb.base/code-expr.exp
7647 * gdb.base/code_elim.exp
7648 * gdb.base/commands.exp
7649 * gdb.base/completion.exp
7650 * gdb.base/complex.exp
7651 * gdb.base/cond-expr.exp
7652 * gdb.base/condbreak.exp
7653 * gdb.base/consecutive.exp
7654 * gdb.base/continue-all-already-running.exp
7655 * gdb.base/coredump-filter.exp
7656 * gdb.base/corefile.exp
7657 * gdb.base/dbx.exp
7658 * gdb.base/debug-expr.exp
7659 * gdb.base/define.exp
7660 * gdb.base/del.exp
7661 * gdb.base/disabled-location.exp
7662 * gdb.base/disasm-end-cu.exp
7663 * gdb.base/disasm-optim.exp
7664 * gdb.base/display.exp
7665 * gdb.base/duplicate-bp.exp
7666 * gdb.base/ena-dis-br.exp
7667 * gdb.base/ending-run.exp
7668 * gdb.base/enumval.exp
7669 * gdb.base/environ.exp
7670 * gdb.base/eu-strip-infcall.exp
7671 * gdb.base/eval-avoid-side-effects.exp
7672 * gdb.base/eval-skip.exp
7673 * gdb.base/exitsignal.exp
7674 * gdb.base/expand-psymtabs.exp
7675 * gdb.base/filesym.exp
7676 * gdb.base/find-unmapped.exp
7677 * gdb.base/finish.exp
7678 * gdb.base/float.exp
7679 * gdb.base/foll-exec-mode.exp
7680 * gdb.base/foll-exec.exp
7681 * gdb.base/foll-fork.exp
7682 * gdb.base/fortran-sym-case.exp
7683 * gdb.base/freebpcmd.exp
7684 * gdb.base/func-ptr.exp
7685 * gdb.base/func-ptrs.exp
7686 * gdb.base/funcargs.exp
7687 * gdb.base/gcore-buffer-overflow.exp
7688 * gdb.base/gcore-relro-pie.exp
7689 * gdb.base/gcore-relro.exp
7690 * gdb.base/gcore.exp
7691 * gdb.base/gdb1090.exp
7692 * gdb.base/gdb11530.exp
7693 * gdb.base/gdb11531.exp
7694 * gdb.base/gdb1821.exp
7695 * gdb.base/gdbindex-stabs.exp
7696 * gdb.base/gdbvars.exp
7697 * gdb.base/hbreak.exp
7698 * gdb.base/hbreak2.exp
7699 * gdb.base/included.exp
7700 * gdb.base/infcall-input.exp
7701 * gdb.base/inferior-died.exp
7702 * gdb.base/infnan.exp
7703 * gdb.base/info-macros.exp
7704 * gdb.base/info-os.exp
7705 * gdb.base/info-proc.exp
7706 * gdb.base/info-shared.exp
7707 * gdb.base/info-target.exp
7708 * gdb.base/infoline.exp
7709 * gdb.base/interp.exp
7710 * gdb.base/interrupt.exp
7711 * gdb.base/jit-reader.exp
7712 * gdb.base/jit-simple.exp
7713 * gdb.base/kill-after-signal.exp
7714 * gdb.base/kill-detach-inferiors-cmd.exp
7715 * gdb.base/label.exp
7716 * gdb.base/langs.exp
7717 * gdb.base/ldbl_e308.exp
7718 * gdb.base/line-symtabs.exp
7719 * gdb.base/linespecs.exp
7720 * gdb.base/list.exp
7721 * gdb.base/long_long.exp
7722 * gdb.base/longest-types.exp
7723 * gdb.base/maint.exp
7724 * gdb.base/max-value-size.exp
7725 * gdb.base/memattr.exp
7726 * gdb.base/mips_pro.exp
7727 * gdb.base/morestack.exp
7728 * gdb.base/moribund-step.exp
7729 * gdb.base/multi-forks.exp
7730 * gdb.base/nested-addr.exp
7731 * gdb.base/nextoverexit.exp
7732 * gdb.base/noreturn-finish.exp
7733 * gdb.base/noreturn-return.exp
7734 * gdb.base/nostdlib.exp
7735 * gdb.base/offsets.exp
7736 * gdb.base/opaque.exp
7737 * gdb.base/pc-fp.exp
7738 * gdb.base/permissions.exp
7739 * gdb.base/print-symbol-loading.exp
7740 * gdb.base/prologue-include.exp
7741 * gdb.base/psymtab.exp
7742 * gdb.base/ptype.exp
7743 * gdb.base/random-signal.exp
7744 * gdb.base/randomize.exp
7745 * gdb.base/range-stepping.exp
7746 * gdb.base/readline-ask.exp
7747 * gdb.base/recpar.exp
7748 * gdb.base/recurse.exp
7749 * gdb.base/relational.exp
7750 * gdb.base/restore.exp
7751 * gdb.base/return-nodebug.exp
7752 * gdb.base/return.exp
7753 * gdb.base/run-after-attach.exp
7754 * gdb.base/save-bp.exp
7755 * gdb.base/scope.exp
7756 * gdb.base/sect-cmd.exp
7757 * gdb.base/set-lang-auto.exp
7758 * gdb.base/set-noassign.exp
7759 * gdb.base/setvar.exp
7760 * gdb.base/sigall.exp
7761 * gdb.base/sigbpt.exp
7762 * gdb.base/siginfo-addr.exp
7763 * gdb.base/siginfo-infcall.exp
7764 * gdb.base/siginfo-obj.exp
7765 * gdb.base/siginfo.exp
7766 * gdb.base/signals-state-child.exp
7767 * gdb.base/signest.exp
7768 * gdb.base/sigstep.exp
7769 * gdb.base/sizeof.exp
7770 * gdb.base/skip.exp
7771 * gdb.base/solib-corrupted.exp
7772 * gdb.base/solib-nodir.exp
7773 * gdb.base/solib-search.exp
7774 * gdb.base/stack-checking.exp
7775 * gdb.base/stale-infcall.exp
7776 * gdb.base/stap-probe.exp
7777 * gdb.base/start.exp
7778 * gdb.base/step-break.exp
7779 * gdb.base/step-bt.exp
7780 * gdb.base/step-line.exp
7781 * gdb.base/step-over-exit.exp
7782 * gdb.base/step-over-syscall.exp
7783 * gdb.base/step-resume-infcall.exp
7784 * gdb.base/step-test.exp
7785 * gdb.base/store.exp
7786 * gdb.base/structs3.exp
7787 * gdb.base/sym-file.exp
7788 * gdb.base/symbol-without-target_section.exp
7789 * gdb.base/term.exp
7790 * gdb.base/testenv.exp
7791 * gdb.base/ui-redirect.exp
7792 * gdb.base/until.exp
7793 * gdb.base/unwindonsignal.exp
7794 * gdb.base/value-double-free.exp
7795 * gdb.base/vla-datatypes.exp
7796 * gdb.base/vla-ptr.exp
7797 * gdb.base/vla-sideeffect.exp
7798 * gdb.base/volatile.exp
7799 * gdb.base/watch-cond-infcall.exp
7800 * gdb.base/watch-cond.exp
7801 * gdb.base/watch-non-mem.exp
7802 * gdb.base/watch-read.exp
7803 * gdb.base/watch-vfork.exp
7804 * gdb.base/watchpoint-cond-gone.exp
7805 * gdb.base/watchpoint-delete.exp
7806 * gdb.base/watchpoint-hw-hit-once.exp
7807 * gdb.base/watchpoint-hw.exp
7808 * gdb.base/watchpoint-stops-at-right-insn.exp
7809 * gdb.base/watchpoints.exp
7810 * gdb.base/wchar.exp
7811 * gdb.base/whatis-exp.exp
7812 * gdb.btrace/buffer-size.exp
7813 * gdb.btrace/data.exp
7814 * gdb.btrace/delta.exp
7815 * gdb.btrace/dlopen.exp
7816 * gdb.btrace/enable.exp
7817 * gdb.btrace/exception.exp
7818 * gdb.btrace/function_call_history.exp
7819 * gdb.btrace/gcore.exp
7820 * gdb.btrace/instruction_history.exp
7821 * gdb.btrace/nohist.exp
7822 * gdb.btrace/reconnect.exp
7823 * gdb.btrace/record_goto-step.exp
7824 * gdb.btrace/record_goto.exp
7825 * gdb.btrace/rn-dl-bind.exp
7826 * gdb.btrace/segv.exp
7827 * gdb.btrace/step.exp
7828 * gdb.btrace/stepi.exp
7829 * gdb.btrace/tailcall-only.exp
7830 * gdb.btrace/tailcall.exp
7831 * gdb.btrace/tsx.exp
7832 * gdb.btrace/unknown_functions.exp
7833 * gdb.btrace/vdso.exp
7834 * gdb.compile/compile-ifunc.exp
7835 * gdb.compile/compile-ops.exp
7836 * gdb.compile/compile-print.exp
7837 * gdb.compile/compile-setjmp.exp
7838 * gdb.cp/abstract-origin.exp
7839 * gdb.cp/ambiguous.exp
7840 * gdb.cp/annota2.exp
7841 * gdb.cp/annota3.exp
7842 * gdb.cp/anon-ns.exp
7843 * gdb.cp/anon-struct.exp
7844 * gdb.cp/anon-union.exp
7845 * gdb.cp/arg-reference.exp
7846 * gdb.cp/baseenum.exp
7847 * gdb.cp/bool.exp
7848 * gdb.cp/breakpoint.exp
7849 * gdb.cp/bs15503.exp
7850 * gdb.cp/call-c.exp
7851 * gdb.cp/casts.exp
7852 * gdb.cp/chained-calls.exp
7853 * gdb.cp/class2.exp
7854 * gdb.cp/classes.exp
7855 * gdb.cp/cmpd-minsyms.exp
7856 * gdb.cp/converts.exp
7857 * gdb.cp/cp-relocate.exp
7858 * gdb.cp/cpcompletion.exp
7859 * gdb.cp/cpexprs.exp
7860 * gdb.cp/cplabel.exp
7861 * gdb.cp/cplusfuncs.exp
7862 * gdb.cp/cpsizeof.exp
7863 * gdb.cp/ctti.exp
7864 * gdb.cp/derivation.exp
7865 * gdb.cp/destrprint.exp
7866 * gdb.cp/dispcxx.exp
7867 * gdb.cp/enum-class.exp
7868 * gdb.cp/exception.exp
7869 * gdb.cp/exceptprint.exp
7870 * gdb.cp/expand-psymtabs-cxx.exp
7871 * gdb.cp/expand-sals.exp
7872 * gdb.cp/extern-c.exp
7873 * gdb.cp/filename.exp
7874 * gdb.cp/formatted-ref.exp
7875 * gdb.cp/fpointer.exp
7876 * gdb.cp/gdb1355.exp
7877 * gdb.cp/gdb2495.exp
7878 * gdb.cp/hang.exp
7879 * gdb.cp/impl-this.exp
7880 * gdb.cp/infcall-dlopen.exp
7881 * gdb.cp/inherit.exp
7882 * gdb.cp/iostream.exp
7883 * gdb.cp/koenig.exp
7884 * gdb.cp/local.exp
7885 * gdb.cp/m-data.exp
7886 * gdb.cp/m-static.exp
7887 * gdb.cp/mb-ctor.exp
7888 * gdb.cp/mb-inline.exp
7889 * gdb.cp/mb-templates.exp
7890 * gdb.cp/member-name.exp
7891 * gdb.cp/member-ptr.exp
7892 * gdb.cp/meth-typedefs.exp
7893 * gdb.cp/method.exp
7894 * gdb.cp/method2.exp
7895 * gdb.cp/minsym-fallback.exp
7896 * gdb.cp/misc.exp
7897 * gdb.cp/namelessclass.exp
7898 * gdb.cp/namespace-enum.exp
7899 * gdb.cp/namespace-nested-import.exp
7900 * gdb.cp/namespace.exp
7901 * gdb.cp/nextoverthrow.exp
7902 * gdb.cp/no-dmgl-verbose.exp
7903 * gdb.cp/non-trivial-retval.exp
7904 * gdb.cp/noparam.exp
7905 * gdb.cp/nsdecl.exp
7906 * gdb.cp/nsimport.exp
7907 * gdb.cp/nsnested.exp
7908 * gdb.cp/nsnoimports.exp
7909 * gdb.cp/nsrecurs.exp
7910 * gdb.cp/nsstress.exp
7911 * gdb.cp/nsusing.exp
7912 * gdb.cp/operator.exp
7913 * gdb.cp/oranking.exp
7914 * gdb.cp/overload-const.exp
7915 * gdb.cp/overload.exp
7916 * gdb.cp/ovldbreak.exp
7917 * gdb.cp/ovsrch.exp
7918 * gdb.cp/paren-type.exp
7919 * gdb.cp/parse-lang.exp
7920 * gdb.cp/pass-by-ref.exp
7921 * gdb.cp/pr-1023.exp
7922 * gdb.cp/pr-1210.exp
7923 * gdb.cp/pr-574.exp
7924 * gdb.cp/pr10687.exp
7925 * gdb.cp/pr12028.exp
7926 * gdb.cp/pr17132.exp
7927 * gdb.cp/pr17494.exp
7928 * gdb.cp/pr9067.exp
7929 * gdb.cp/pr9167.exp
7930 * gdb.cp/pr9631.exp
7931 * gdb.cp/printmethod.exp
7932 * gdb.cp/psmang.exp
7933 * gdb.cp/psymtab-parameter.exp
7934 * gdb.cp/ptype-cv-cp.exp
7935 * gdb.cp/ptype-flags.exp
7936 * gdb.cp/re-set-overloaded.exp
7937 * gdb.cp/ref-types.exp
7938 * gdb.cp/rtti.exp
7939 * gdb.cp/scope-err.exp
7940 * gdb.cp/shadow.exp
7941 * gdb.cp/smartp.exp
7942 * gdb.cp/static-method.exp
7943 * gdb.cp/static-print-quit.exp
7944 * gdb.cp/temargs.exp
7945 * gdb.cp/templates.exp
7946 * gdb.cp/try_catch.exp
7947 * gdb.cp/typedef-operator.exp
7948 * gdb.cp/typeid.exp
7949 * gdb.cp/userdef.exp
7950 * gdb.cp/using-crash.exp
7951 * gdb.cp/var-tag.exp
7952 * gdb.cp/virtbase.exp
7953 * gdb.cp/virtfunc.exp
7954 * gdb.cp/virtfunc2.exp
7955 * gdb.cp/vla-cxx.exp
7956 * gdb.disasm/t01_mov.exp
7957 * gdb.disasm/t02_mova.exp
7958 * gdb.disasm/t03_add.exp
7959 * gdb.disasm/t04_sub.exp
7960 * gdb.disasm/t05_cmp.exp
7961 * gdb.disasm/t06_ari2.exp
7962 * gdb.disasm/t07_ari3.exp
7963 * gdb.disasm/t08_or.exp
7964 * gdb.disasm/t09_xor.exp
7965 * gdb.disasm/t10_and.exp
7966 * gdb.disasm/t11_logs.exp
7967 * gdb.disasm/t12_bit.exp
7968 * gdb.disasm/t13_otr.exp
7969 * gdb.dlang/circular.exp
7970 * gdb.dwarf2/arr-stride.exp
7971 * gdb.dwarf2/arr-subrange.exp
7972 * gdb.dwarf2/atomic-type.exp
7973 * gdb.dwarf2/bad-regnum.exp
7974 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7975 * gdb.dwarf2/callframecfa.exp
7976 * gdb.dwarf2/clztest.exp
7977 * gdb.dwarf2/corrupt.exp
7978 * gdb.dwarf2/data-loc.exp
7979 * gdb.dwarf2/dup-psym.exp
7980 * gdb.dwarf2/dw2-anon-mptr.exp
7981 * gdb.dwarf2/dw2-anonymous-func.exp
7982 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7983 * gdb.dwarf2/dw2-bad-unresolved.exp
7984 * gdb.dwarf2/dw2-basic.exp
7985 * gdb.dwarf2/dw2-canonicalize-type.exp
7986 * gdb.dwarf2/dw2-case-insensitive.exp
7987 * gdb.dwarf2/dw2-common-block.exp
7988 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7989 * gdb.dwarf2/dw2-compressed.exp
7990 * gdb.dwarf2/dw2-const.exp
7991 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7992 * gdb.dwarf2/dw2-cu-size.exp
7993 * gdb.dwarf2/dw2-dup-frame.exp
7994 * gdb.dwarf2/dw2-entry-value.exp
7995 * gdb.dwarf2/dw2-icycle.exp
7996 * gdb.dwarf2/dw2-ifort-parameter.exp
7997 * gdb.dwarf2/dw2-inline-break.exp
7998 * gdb.dwarf2/dw2-inline-param.exp
7999 * gdb.dwarf2/dw2-intercu.exp
8000 * gdb.dwarf2/dw2-intermix.exp
8001 * gdb.dwarf2/dw2-lexical-block-bare.exp
8002 * gdb.dwarf2/dw2-linkage-name-trust.exp
8003 * gdb.dwarf2/dw2-minsym-in-cu.exp
8004 * gdb.dwarf2/dw2-noloc.exp
8005 * gdb.dwarf2/dw2-op-call.exp
8006 * gdb.dwarf2/dw2-op-out-param.exp
8007 * gdb.dwarf2/dw2-opt-structptr.exp
8008 * gdb.dwarf2/dw2-param-error.exp
8009 * gdb.dwarf2/dw2-producer.exp
8010 * gdb.dwarf2/dw2-ranges-base.exp
8011 * gdb.dwarf2/dw2-ref-missing-frame.exp
8012 * gdb.dwarf2/dw2-reg-undefined.exp
8013 * gdb.dwarf2/dw2-regno-invalid.exp
8014 * gdb.dwarf2/dw2-restore.exp
8015 * gdb.dwarf2/dw2-restrict.exp
8016 * gdb.dwarf2/dw2-single-line-discriminators.exp
8017 * gdb.dwarf2/dw2-strp.exp
8018 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8019 * gdb.dwarf2/dw2-unresolved.exp
8020 * gdb.dwarf2/dw2-var-zero-addr.exp
8021 * gdb.dwarf2/dw4-sig-types.exp
8022 * gdb.dwarf2/dwz.exp
8023 * gdb.dwarf2/dynarr-ptr.exp
8024 * gdb.dwarf2/enum-type.exp
8025 * gdb.dwarf2/gdb-index.exp
8026 * gdb.dwarf2/implptr-64bit.exp
8027 * gdb.dwarf2/implptr-optimized-out.exp
8028 * gdb.dwarf2/implptr.exp
8029 * gdb.dwarf2/implref-array.exp
8030 * gdb.dwarf2/implref-const.exp
8031 * gdb.dwarf2/implref-global.exp
8032 * gdb.dwarf2/implref-struct.exp
8033 * gdb.dwarf2/mac-fileno.exp
8034 * gdb.dwarf2/main-subprogram.exp
8035 * gdb.dwarf2/member-ptr-forwardref.exp
8036 * gdb.dwarf2/method-ptr.exp
8037 * gdb.dwarf2/missing-sig-type.exp
8038 * gdb.dwarf2/nonvar-access.exp
8039 * gdb.dwarf2/opaque-type-lookup.exp
8040 * gdb.dwarf2/pieces-optimized-out.exp
8041 * gdb.dwarf2/pieces.exp
8042 * gdb.dwarf2/pr10770.exp
8043 * gdb.dwarf2/pr13961.exp
8044 * gdb.dwarf2/staticvirtual.exp
8045 * gdb.dwarf2/subrange.exp
8046 * gdb.dwarf2/symtab-producer.exp
8047 * gdb.dwarf2/trace-crash.exp
8048 * gdb.dwarf2/typeddwarf.exp
8049 * gdb.dwarf2/valop.exp
8050 * gdb.dwarf2/watch-notconst.exp
8051 * gdb.fortran/array-element.exp
8052 * gdb.fortran/charset.exp
8053 * gdb.fortran/common-block.exp
8054 * gdb.fortran/complex.exp
8055 * gdb.fortran/derived-type-function.exp
8056 * gdb.fortran/derived-type.exp
8057 * gdb.fortran/logical.exp
8058 * gdb.fortran/module.exp
8059 * gdb.fortran/multi-dim.exp
8060 * gdb.fortran/nested-funcs.exp
8061 * gdb.fortran/print-formatted.exp
8062 * gdb.fortran/subarray.exp
8063 * gdb.fortran/vla-alloc-assoc.exp
8064 * gdb.fortran/vla-datatypes.exp
8065 * gdb.fortran/vla-history.exp
8066 * gdb.fortran/vla-ptr-info.exp
8067 * gdb.fortran/vla-ptype-sub.exp
8068 * gdb.fortran/vla-ptype.exp
8069 * gdb.fortran/vla-sizeof.exp
8070 * gdb.fortran/vla-type.exp
8071 * gdb.fortran/vla-value-sub-arbitrary.exp
8072 * gdb.fortran/vla-value-sub-finish.exp
8073 * gdb.fortran/vla-value-sub.exp
8074 * gdb.fortran/vla-value.exp
8075 * gdb.fortran/whatis_type.exp
8076 * gdb.go/chan.exp
8077 * gdb.go/handcall.exp
8078 * gdb.go/hello.exp
8079 * gdb.go/integers.exp
8080 * gdb.go/methods.exp
8081 * gdb.go/package.exp
8082 * gdb.go/strings.exp
8083 * gdb.go/types.exp
8084 * gdb.go/unsafe.exp
8085 * gdb.guile/scm-arch.exp
8086 * gdb.guile/scm-block.exp
8087 * gdb.guile/scm-breakpoint.exp
8088 * gdb.guile/scm-cmd.exp
8089 * gdb.guile/scm-disasm.exp
8090 * gdb.guile/scm-equal.exp
8091 * gdb.guile/scm-frame-args.exp
8092 * gdb.guile/scm-frame-inline.exp
8093 * gdb.guile/scm-frame.exp
8094 * gdb.guile/scm-iterator.exp
8095 * gdb.guile/scm-math.exp
8096 * gdb.guile/scm-objfile.exp
8097 * gdb.guile/scm-ports.exp
8098 * gdb.guile/scm-symbol.exp
8099 * gdb.guile/scm-symtab.exp
8100 * gdb.guile/scm-value-cc.exp
8101 * gdb.guile/types-module.exp
8102 * gdb.linespec/break-ask.exp
8103 * gdb.linespec/cpexplicit.exp
8104 * gdb.linespec/explicit.exp
8105 * gdb.linespec/keywords.exp
8106 * gdb.linespec/linespec.exp
8107 * gdb.linespec/ls-dollar.exp
8108 * gdb.linespec/ls-errs.exp
8109 * gdb.linespec/skip-two.exp
8110 * gdb.linespec/thread.exp
8111 * gdb.mi/mi-async.exp
8112 * gdb.mi/mi-basics.exp
8113 * gdb.mi/mi-break.exp
8114 * gdb.mi/mi-catch-load.exp
8115 * gdb.mi/mi-cli.exp
8116 * gdb.mi/mi-cmd-param-changed.exp
8117 * gdb.mi/mi-console.exp
8118 * gdb.mi/mi-detach.exp
8119 * gdb.mi/mi-disassemble.exp
8120 * gdb.mi/mi-eval.exp
8121 * gdb.mi/mi-file-transfer.exp
8122 * gdb.mi/mi-file.exp
8123 * gdb.mi/mi-fill-memory.exp
8124 * gdb.mi/mi-inheritance-syntax-error.exp
8125 * gdb.mi/mi-linespec-err-cp.exp
8126 * gdb.mi/mi-logging.exp
8127 * gdb.mi/mi-memory-changed.exp
8128 * gdb.mi/mi-read-memory.exp
8129 * gdb.mi/mi-record-changed.exp
8130 * gdb.mi/mi-reg-undefined.exp
8131 * gdb.mi/mi-regs.exp
8132 * gdb.mi/mi-return.exp
8133 * gdb.mi/mi-reverse.exp
8134 * gdb.mi/mi-simplerun.exp
8135 * gdb.mi/mi-solib.exp
8136 * gdb.mi/mi-stack.exp
8137 * gdb.mi/mi-stepi.exp
8138 * gdb.mi/mi-syn-frame.exp
8139 * gdb.mi/mi-until.exp
8140 * gdb.mi/mi-var-block.exp
8141 * gdb.mi/mi-var-child.exp
8142 * gdb.mi/mi-var-cmd.exp
8143 * gdb.mi/mi-var-cp.exp
8144 * gdb.mi/mi-var-display.exp
8145 * gdb.mi/mi-var-invalidate.exp
8146 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8147 * gdb.mi/mi-vla-fortran.exp
8148 * gdb.mi/mi-watch.exp
8149 * gdb.mi/mi2-var-child.exp
8150 * gdb.mi/user-selected-context-sync.exp
8151 * gdb.modula2/unbounded-array.exp
8152 * gdb.multi/dummy-frame-restore.exp
8153 * gdb.multi/multi-arch-exec.exp
8154 * gdb.multi/multi-arch.exp
8155 * gdb.multi/tids.exp
8156 * gdb.multi/watchpoint-multi.exp
8157 * gdb.opencl/callfuncs.exp
8158 * gdb.opencl/convs_casts.exp
8159 * gdb.opencl/datatypes.exp
8160 * gdb.opencl/operators.exp
8161 * gdb.opencl/vec_comps.exp
8162 * gdb.opt/clobbered-registers-O2.exp
8163 * gdb.opt/inline-break.exp
8164 * gdb.opt/inline-bt.exp
8165 * gdb.opt/inline-cmds.exp
8166 * gdb.opt/inline-locals.exp
8167 * gdb.pascal/case-insensitive-symbols.exp
8168 * gdb.pascal/floats.exp
8169 * gdb.pascal/gdb11492.exp
8170 * gdb.python/lib-types.exp
8171 * gdb.python/py-arch.exp
8172 * gdb.python/py-as-string.exp
8173 * gdb.python/py-bad-printers.exp
8174 * gdb.python/py-block.exp
8175 * gdb.python/py-breakpoint-create-fail.exp
8176 * gdb.python/py-breakpoint.exp
8177 * gdb.python/py-caller-is.exp
8178 * gdb.python/py-cmd.exp
8179 * gdb.python/py-explore-cc.exp
8180 * gdb.python/py-explore.exp
8181 * gdb.python/py-finish-breakpoint.exp
8182 * gdb.python/py-finish-breakpoint2.exp
8183 * gdb.python/py-frame-args.exp
8184 * gdb.python/py-frame-inline.exp
8185 * gdb.python/py-frame.exp
8186 * gdb.python/py-framefilter-mi.exp
8187 * gdb.python/py-infthread.exp
8188 * gdb.python/py-lazy-string.exp
8189 * gdb.python/py-linetable.exp
8190 * gdb.python/py-mi-events.exp
8191 * gdb.python/py-mi-objfile.exp
8192 * gdb.python/py-mi.exp
8193 * gdb.python/py-objfile.exp
8194 * gdb.python/py-pp-integral.exp
8195 * gdb.python/py-pp-maint.exp
8196 * gdb.python/py-pp-re-notag.exp
8197 * gdb.python/py-pp-registration.exp
8198 * gdb.python/py-recurse-unwind.exp
8199 * gdb.python/py-strfns.exp
8200 * gdb.python/py-symbol.exp
8201 * gdb.python/py-symtab.exp
8202 * gdb.python/py-sync-interp.exp
8203 * gdb.python/py-typeprint.exp
8204 * gdb.python/py-unwind-maint.exp
8205 * gdb.python/py-unwind.exp
8206 * gdb.python/py-value-cc.exp
8207 * gdb.python/py-xmethods.exp
8208 * gdb.reverse/amd64-tailcall-reverse.exp
8209 * gdb.reverse/break-precsave.exp
8210 * gdb.reverse/break-reverse.exp
8211 * gdb.reverse/consecutive-precsave.exp
8212 * gdb.reverse/consecutive-reverse.exp
8213 * gdb.reverse/finish-precsave.exp
8214 * gdb.reverse/finish-reverse-bkpt.exp
8215 * gdb.reverse/finish-reverse.exp
8216 * gdb.reverse/fstatat-reverse.exp
8217 * gdb.reverse/getresuid-reverse.exp
8218 * gdb.reverse/i386-precsave.exp
8219 * gdb.reverse/i386-reverse.exp
8220 * gdb.reverse/i386-sse-reverse.exp
8221 * gdb.reverse/i387-env-reverse.exp
8222 * gdb.reverse/i387-stack-reverse.exp
8223 * gdb.reverse/insn-reverse.exp
8224 * gdb.reverse/machinestate-precsave.exp
8225 * gdb.reverse/machinestate.exp
8226 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8227 * gdb.reverse/pipe-reverse.exp
8228 * gdb.reverse/readv-reverse.exp
8229 * gdb.reverse/recvmsg-reverse.exp
8230 * gdb.reverse/rerun-prec.exp
8231 * gdb.reverse/s390-mvcle.exp
8232 * gdb.reverse/step-precsave.exp
8233 * gdb.reverse/step-reverse.exp
8234 * gdb.reverse/time-reverse.exp
8235 * gdb.reverse/until-precsave.exp
8236 * gdb.reverse/until-reverse.exp
8237 * gdb.reverse/waitpid-reverse.exp
8238 * gdb.reverse/watch-precsave.exp
8239 * gdb.reverse/watch-reverse.exp
8240 * gdb.rust/generics.exp
8241 * gdb.rust/methods.exp
8242 * gdb.rust/modules.exp
8243 * gdb.rust/simple.exp
8244 * gdb.server/connect-with-no-symbol-file.exp
8245 * gdb.server/ext-attach.exp
8246 * gdb.server/ext-restart.exp
8247 * gdb.server/ext-wrapper.exp
8248 * gdb.server/file-transfer.exp
8249 * gdb.server/server-exec-info.exp
8250 * gdb.server/server-kill.exp
8251 * gdb.server/server-mon.exp
8252 * gdb.server/wrapper.exp
8253 * gdb.stabs/exclfwd.exp
8254 * gdb.stabs/gdb11479.exp
8255 * gdb.threads/clone-new-thread-event.exp
8256 * gdb.threads/corethreads.exp
8257 * gdb.threads/current-lwp-dead.exp
8258 * gdb.threads/dlopen-libpthread.exp
8259 * gdb.threads/gcore-thread.exp
8260 * gdb.threads/sigstep-threads.exp
8261 * gdb.threads/watchpoint-fork.exp
8262 * gdb.trace/actions-changed.exp
8263 * gdb.trace/backtrace.exp
8264 * gdb.trace/change-loc.exp
8265 * gdb.trace/circ.exp
8266 * gdb.trace/collection.exp
8267 * gdb.trace/disconnected-tracing.exp
8268 * gdb.trace/ftrace.exp
8269 * gdb.trace/mi-trace-frame-collected.exp
8270 * gdb.trace/mi-trace-unavailable.exp
8271 * gdb.trace/mi-traceframe-changed.exp
8272 * gdb.trace/mi-tsv-changed.exp
8273 * gdb.trace/no-attach-trace.exp
8274 * gdb.trace/passc-dyn.exp
8275 * gdb.trace/qtro.exp
8276 * gdb.trace/range-stepping.exp
8277 * gdb.trace/read-memory.exp
8278 * gdb.trace/save-trace.exp
8279 * gdb.trace/signal.exp
8280 * gdb.trace/status-stop.exp
8281 * gdb.trace/tfile.exp
8282 * gdb.trace/trace-break.exp
8283 * gdb.trace/trace-buffer-size.exp
8284 * gdb.trace/trace-condition.exp
8285 * gdb.trace/tracefile-pseudo-reg.exp
8286 * gdb.trace/tstatus.exp
8287 * gdb.trace/unavailable.exp
8288 * gdb.trace/while-dyn.exp
8289 * gdb.trace/while-stepping.exp
8290
8291 2016-12-22 Doug Evans <xdje42@gmail.com>
8292
8293 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8294 and msymbols.
8295
8296 2016-12-19 Yao Qi <yao.qi@linaro.org>
8297
8298 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8299 (test_with_self): Don't call do_steps_and_nexts, and remove
8300 code about stepping into xmalloc.
8301
8302 2016-12-09 Yao Qi <yao.qi@linaro.org>
8303
8304 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8305
8306 2016-12-09 Yao Qi <yao.qi@linaro.org>
8307
8308 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8309
8310 2016-12-09 Pedro Alves <palves@redhat.com>
8311
8312 * gdb.base/all-architectures-0.exp: New file.
8313 * gdb.base/all-architectures-1.exp: New file.
8314 * gdb.base/all-architectures-2.exp: New file.
8315 * gdb.base/all-architectures-3.exp: New file.
8316 * gdb.base/all-architectures-4.exp: New file.
8317 * gdb.base/all-architectures-5.exp: New file.
8318 * gdb.base/all-architectures-6.exp: New file.
8319 * gdb.base/all-architectures-7.exp: New file.
8320 * gdb.base/all-architectures.exp.in: New file.
8321
8322 2016-12-09 Yao Qi <yao.qi@linaro.org>
8323
8324 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8325
8326 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8327
8328 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8329 possible.
8330 Remove useless pattern-matching code.
8331
8332 2016-12-02 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8335 procedure.
8336 (top level): Call it.
8337
8338 2016-12-02 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8341 New procedure.
8342 (top level): Call it.
8343
8344 2016-12-02 Pedro Alves <palves@redhat.com>
8345
8346 PR cli/20559
8347 * gdb.base/commands.exp (user_defined_command_args_eval): New
8348 procedure.
8349 (top level): Call it.
8350
8351 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8352
8353 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8354 timeout handling.
8355
8356 2016-12-02 Tom Tromey <tom@tromey.com>
8357
8358 * gdb.dwarf2/main-subprogram.c: New file.
8359 * gdb.dwarf2/main-subprogram.exp: New file.
8360
8361 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8362
8363 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8364 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8365 gdb_test_no_output for a couple of cases.
8366 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8367
8368 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8369
8370 Fix test names and standardize compilation error messages throughout
8371 the following files:
8372
8373 * gdb.ada/start.exp
8374 * gdb.arch/alpha-step.exp
8375 * gdb.arch/e500-prologue.exp
8376 * gdb.arch/ftrace-insn-reloc.exp
8377 * gdb.arch/gdb1291.exp
8378 * gdb.arch/gdb1431.exp
8379 * gdb.arch/gdb1558.exp
8380 * gdb.arch/i386-dr3-watch.exp
8381 * gdb.arch/i386-sse-stack-align.exp
8382 * gdb.arch/ia64-breakpoint-shadow.exp
8383 * gdb.arch/pa-nullify.exp
8384 * gdb.arch/powerpc-aix-prologue.exp
8385 * gdb.arch/thumb-bx-pc.exp
8386 * gdb.base/annota1.exp
8387 * gdb.base/annota3.exp
8388 * gdb.base/arrayidx.exp
8389 * gdb.base/assign.exp
8390 * gdb.base/attach.exp
8391 * gdb.base/auxv.exp
8392 * gdb.base/bang.exp
8393 * gdb.base/bfp-test.exp
8394 * gdb.base/bigcore.exp
8395 * gdb.base/bitfields2.exp
8396 * gdb.base/break-fun-addr.exp
8397 * gdb.base/break-probes.exp
8398 * gdb.base/call-rt-st.exp
8399 * gdb.base/callexit.exp
8400 * gdb.base/catch-fork-kill.exp
8401 * gdb.base/charset.exp
8402 * gdb.base/checkpoint.exp
8403 * gdb.base/comprdebug.exp
8404 * gdb.base/constvars.exp
8405 * gdb.base/coredump-filter.exp
8406 * gdb.base/cursal.exp
8407 * gdb.base/cvexpr.exp
8408 * gdb.base/detach.exp
8409 * gdb.base/display.exp
8410 * gdb.base/dmsym.exp
8411 * gdb.base/dprintf-pending.exp
8412 * gdb.base/dso2dso.exp
8413 * gdb.base/dtrace-probe.exp
8414 * gdb.base/dump.exp
8415 * gdb.base/enum_cond.exp
8416 * gdb.base/exe-lock.exp
8417 * gdb.base/exec-invalid-sysroot.exp
8418 * gdb.base/execl-update-breakpoints.exp
8419 * gdb.base/exprs.exp
8420 * gdb.base/fileio.exp
8421 * gdb.base/find.exp
8422 * gdb.base/finish.exp
8423 * gdb.base/fixsection.exp
8424 * gdb.base/foll-vfork.exp
8425 * gdb.base/frame-args.exp
8426 * gdb.base/gcore.exp
8427 * gdb.base/gdb1250.exp
8428 * gdb.base/global-var-nested-by-dso.exp
8429 * gdb.base/gnu-ifunc.exp
8430 * gdb.base/hashline1.exp
8431 * gdb.base/hashline2.exp
8432 * gdb.base/hashline3.exp
8433 * gdb.base/hbreak-in-shr-unsupported.exp
8434 * gdb.base/huge.exp
8435 * gdb.base/infcall-input.exp
8436 * gdb.base/info-fun.exp
8437 * gdb.base/info-shared.exp
8438 * gdb.base/jit-simple.exp
8439 * gdb.base/jit-so.exp
8440 * gdb.base/jit.exp
8441 * gdb.base/jump.exp
8442 * gdb.base/label.exp
8443 * gdb.base/lineinc.exp
8444 * gdb.base/logical.exp
8445 * gdb.base/longjmp.exp
8446 * gdb.base/macscp.exp
8447 * gdb.base/miscexprs.exp
8448 * gdb.base/new-ui-echo.exp
8449 * gdb.base/new-ui-pending-input.exp
8450 * gdb.base/new-ui.exp
8451 * gdb.base/nodebug.exp
8452 * gdb.base/nofield.exp
8453 * gdb.base/offsets.exp
8454 * gdb.base/overlays.exp
8455 * gdb.base/pending.exp
8456 * gdb.base/pointers.exp
8457 * gdb.base/pr11022.exp
8458 * gdb.base/printcmds.exp
8459 * gdb.base/prologue.exp
8460 * gdb.base/ptr-typedef.exp
8461 * gdb.base/realname-expand.exp
8462 * gdb.base/relativedebug.exp
8463 * gdb.base/relocate.exp
8464 * gdb.base/remote.exp
8465 * gdb.base/reread.exp
8466 * gdb.base/return2.exp
8467 * gdb.base/savedregs.exp
8468 * gdb.base/sep.exp
8469 * gdb.base/sepdebug.exp
8470 * gdb.base/sepsymtab.exp
8471 * gdb.base/set-inferior-tty.exp
8472 * gdb.base/setshow.exp
8473 * gdb.base/shlib-call.exp
8474 * gdb.base/sigaltstack.exp
8475 * gdb.base/siginfo-addr.exp
8476 * gdb.base/signals.exp
8477 * gdb.base/signull.exp
8478 * gdb.base/sigrepeat.exp
8479 * gdb.base/so-impl-ld.exp
8480 * gdb.base/solib-display.exp
8481 * gdb.base/solib-overlap.exp
8482 * gdb.base/solib-search.exp
8483 * gdb.base/solib-symbol.exp
8484 * gdb.base/structs.exp
8485 * gdb.base/structs2.exp
8486 * gdb.base/symtab-search-order.exp
8487 * gdb.base/twice.exp
8488 * gdb.base/unload.exp
8489 * gdb.base/varargs.exp
8490 * gdb.base/watchpoint-solib.exp
8491 * gdb.base/watchpoint.exp
8492 * gdb.base/whatis.exp
8493 * gdb.base/wrong_frame_bt_full.exp
8494 * gdb.btrace/dlopen.exp
8495 * gdb.cell/ea-standalone.exp
8496 * gdb.cell/ea-test.exp
8497 * gdb.cp/dispcxx.exp
8498 * gdb.cp/gdb2384.exp
8499 * gdb.cp/method2.exp
8500 * gdb.cp/nextoverthrow.exp
8501 * gdb.cp/pr10728.exp
8502 * gdb.disasm/am33.exp
8503 * gdb.disasm/h8300s.exp
8504 * gdb.disasm/mn10300.exp
8505 * gdb.disasm/sh3.exp
8506 * gdb.dwarf2/dw2-dir-file-name.exp
8507 * gdb.fortran/complex.exp
8508 * gdb.fortran/library-module.exp
8509 * gdb.guile/scm-pretty-print.exp
8510 * gdb.guile/scm-symbol.exp
8511 * gdb.guile/scm-type.exp
8512 * gdb.guile/scm-value.exp
8513 * gdb.linespec/linespec.exp
8514 * gdb.mi/gdb701.exp
8515 * gdb.mi/gdb792.exp
8516 * gdb.mi/mi-breakpoint-changed.exp
8517 * gdb.mi/mi-dprintf-pending.exp
8518 * gdb.mi/mi-dprintf.exp
8519 * gdb.mi/mi-exit-code.exp
8520 * gdb.mi/mi-pending.exp
8521 * gdb.mi/mi-solib.exp
8522 * gdb.mi/new-ui-mi-sync.exp
8523 * gdb.mi/pr11022.exp
8524 * gdb.mi/user-selected-context-sync.exp
8525 * gdb.opt/solib-intra-step.exp
8526 * gdb.python/py-events.exp
8527 * gdb.python/py-finish-breakpoint.exp
8528 * gdb.python/py-mi.exp
8529 * gdb.python/py-prettyprint.exp
8530 * gdb.python/py-shared.exp
8531 * gdb.python/py-symbol.exp
8532 * gdb.python/py-template.exp
8533 * gdb.python/py-type.exp
8534 * gdb.python/py-value.exp
8535 * gdb.reverse/solib-precsave.exp
8536 * gdb.reverse/solib-reverse.exp
8537 * gdb.server/solib-list.exp
8538 * gdb.stabs/weird.exp
8539 * gdb.threads/reconnect-signal.exp
8540 * gdb.threads/stepi-random-signal.exp
8541 * gdb.trace/actions.exp
8542 * gdb.trace/ax.exp
8543 * gdb.trace/backtrace.exp
8544 * gdb.trace/change-loc.exp
8545 * gdb.trace/deltrace.exp
8546 * gdb.trace/ftrace-lock.exp
8547 * gdb.trace/ftrace.exp
8548 * gdb.trace/infotrace.exp
8549 * gdb.trace/mi-tracepoint-changed.exp
8550 * gdb.trace/packetlen.exp
8551 * gdb.trace/passcount.exp
8552 * gdb.trace/pending.exp
8553 * gdb.trace/range-stepping.exp
8554 * gdb.trace/report.exp
8555 * gdb.trace/stap-trace.exp
8556 * gdb.trace/tfind.exp
8557 * gdb.trace/trace-break.exp
8558 * gdb.trace/trace-condition.exp
8559 * gdb.trace/trace-enable-disable.exp
8560 * gdb.trace/trace-mt.exp
8561 * gdb.trace/tracecmd.exp
8562 * gdb.trace/tspeed.exp
8563 * gdb.trace/tsv.exp
8564 * lib/perftest.exp
8565
8566 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8567
8568 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8569 with gdb_test_no_output.
8570 Use command as test name.
8571
8572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8573
8574 Fix test names starting with uppercase throughout the files.
8575
8576 * gdb.ada/assign_1.exp
8577 * gdb.ada/boolean_expr.exp
8578 * gdb.base/arrayidx.exp
8579 * gdb.base/del.exp
8580 * gdb.base/gcore-buffer-overflow.exp
8581 * gdb.base/testenv.exp
8582 * gdb.compile/compile.exp
8583 * gdb.python/py-framefilter-invalidarg.exp
8584 * gdb.python/py-framefilter.exp
8585
8586 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8587
8588 Fix test names starting with uppercase throughout the files.
8589
8590 * gdb.ada/array_return.exp
8591 * gdb.ada/expr_delims.exp
8592 * gdb.ada/mi_dyn_arr.exp
8593 * gdb.ada/mi_interface.exp
8594 * gdb.ada/mi_var_array.exp
8595 * gdb.ada/watch_arg.exp
8596 * gdb.arch/alpha-step.exp
8597 * gdb.arch/altivec-regs.exp
8598 * gdb.arch/e500-regs.exp
8599 * gdb.arch/powerpc-d128-regs.exp
8600 * gdb.base/arrayidx.exp
8601 * gdb.base/break.exp
8602 * gdb.base/checkpoint.exp
8603 * gdb.base/debug-expr.exp
8604 * gdb.base/dmsym.exp
8605 * gdb.base/radix.exp
8606 * gdb.base/sepdebug.exp
8607 * gdb.base/testenv.exp
8608 * gdb.base/watch_thread_num.exp
8609 * gdb.base/watchpoint-cond-gone.exp
8610 * gdb.cell/break.exp
8611 * gdb.cell/ea-cache.exp
8612 * gdb.compile/compile.exp
8613 * gdb.cp/gdb2495.exp
8614 * gdb.gdb/selftest.exp
8615 * gdb.gdb/xfullpath.exp
8616 * gdb.go/hello.exp
8617 * gdb.go/integers.exp
8618 * gdb.objc/basicclass.exp
8619 * gdb.pascal/hello.exp
8620 * gdb.pascal/integers.exp
8621 * gdb.python/py-breakpoint.exp
8622 * gdb.python/py-cmd.exp
8623 * gdb.python/py-linetable.exp
8624 * gdb.python/py-xmethods.exp
8625 * gdb.python/python.exp
8626 * gdb.reverse/consecutive-precsave.exp
8627 * gdb.reverse/finish-precsave.exp
8628 * gdb.reverse/i386-precsave.exp
8629 * gdb.reverse/machinestate-precsave.exp
8630 * gdb.reverse/sigall-precsave.exp
8631 * gdb.reverse/solib-precsave.exp
8632 * gdb.reverse/step-precsave.exp
8633 * gdb.reverse/until-precsave.exp
8634 * gdb.reverse/watch-precsave.exp
8635 * gdb.threads/leader-exit.exp
8636 * gdb.threads/pthreads.exp
8637 * gdb.threads/wp-replication.exp
8638 * gdb.trace/actions.exp
8639 * gdb.trace/mi-tsv-changed.exp
8640 * gdb.trace/tsv.exp
8641
8642 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8643
8644 Fix test names starting with uppercase throughout the files.
8645
8646 * gdb.arch/i386-bp_permanent.exp
8647 * gdb.arch/i386-gnu-cfi.exp
8648 * gdb.base/disasm-end-cu.exp
8649 * gdb.base/macscp.exp
8650 * gdb.base/pending.exp
8651 * gdb.base/watch_thread_num.exp
8652 * gdb.cp/exception.exp
8653 * gdb.cp/gdb2495.exp
8654 * gdb.cp/local.exp
8655 * gdb.python/py-evsignal.exp
8656 * gdb.python/python.exp
8657 * gdb.trace/tracecmd.exp
8658
8659 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8660
8661 Fix test names starting with uppercase throughout the files.
8662
8663 * gdb.base/charset.exp
8664 * gdb.base/eval.exp
8665 * gdb.base/multi-forks.exp
8666 * gdb.guile/scm-progspace.exp
8667 * gdb.opencl/datatypes.exp
8668 * gdb.python/py-block.exp
8669 * gdb.python/py-function.exp
8670 * gdb.python/py-symbol.exp
8671 * gdb.python/py-symtab.exp
8672 * gdb.python/py-xmethods.exp
8673 * gdb.reverse/break-precsave.exp
8674 * gdb.reverse/break-reverse.exp
8675 * gdb.reverse/consecutive-precsave.exp
8676 * gdb.reverse/consecutive-reverse.exp
8677 * gdb.reverse/finish-precsave.exp
8678 * gdb.reverse/finish-reverse-bkpt.exp
8679 * gdb.reverse/finish-reverse.exp
8680 * gdb.reverse/fstatat-reverse.exp
8681 * gdb.reverse/getresuid-reverse.exp
8682 * gdb.reverse/i386-precsave.exp
8683 * gdb.reverse/i386-reverse.exp
8684 * gdb.reverse/i386-sse-reverse.exp
8685 * gdb.reverse/i387-stack-reverse.exp
8686 * gdb.reverse/insn-reverse.exp
8687 * gdb.reverse/machinestate-precsave.exp
8688 * gdb.reverse/machinestate.exp
8689 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8690 * gdb.reverse/pipe-reverse.exp
8691 * gdb.reverse/readv-reverse.exp
8692 * gdb.reverse/recvmsg-reverse.exp
8693 * gdb.reverse/rerun-prec.exp
8694 * gdb.reverse/s390-mvcle.exp
8695 * gdb.reverse/sigall-precsave.exp
8696 * gdb.reverse/sigall-reverse.exp
8697 * gdb.reverse/solib-precsave.exp
8698 * gdb.reverse/solib-reverse.exp
8699 * gdb.reverse/step-precsave.exp
8700 * gdb.reverse/step-reverse.exp
8701 * gdb.reverse/time-reverse.exp
8702 * gdb.reverse/until-precsave.exp
8703 * gdb.reverse/until-reverse.exp
8704 * gdb.reverse/waitpid-reverse.exp
8705 * gdb.reverse/watch-precsave.exp
8706 * gdb.reverse/watch-reverse.exp
8707
8708 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8709
8710 Fix test names starting with uppercase throughout the files.
8711
8712 * gdb.arch/i386-mpx-simple_segv.exp
8713 * gdb.arch/i386-mpx.exp
8714 * gdb.arch/i386-permbkpt.exp
8715 * gdb.arch/pa-nullify.exp
8716 * gdb.arch/powerpc-d128-regs.exp
8717 * gdb.arch/vsx-regs.exp
8718 * gdb.base/bfp-test.exp
8719 * gdb.base/break.exp
8720 * gdb.base/breakpoint-shadow.exp
8721 * gdb.base/callfuncs.exp
8722 * gdb.base/charset.exp
8723 * gdb.base/commands.exp
8724 * gdb.base/completion.exp
8725 * gdb.base/dfp-test.exp
8726 * gdb.base/echo.exp
8727 * gdb.base/ending-run.exp
8728 * gdb.base/eval.exp
8729 * gdb.base/expand-psymtabs.exp
8730 * gdb.base/float128.exp
8731 * gdb.base/floatn.exp
8732 * gdb.base/foll-exec-mode.exp
8733 * gdb.base/gdb1056.exp
8734 * gdb.base/gdb11531.exp
8735 * gdb.base/kill-after-signal.exp
8736 * gdb.base/multi-forks.exp
8737 * gdb.base/overlays.exp
8738 * gdb.base/pending.exp
8739 * gdb.base/sepdebug.exp
8740 * gdb.base/testenv.exp
8741 * gdb.base/valgrind-db-attach.exp
8742 * gdb.base/watch_thread_num.exp
8743 * gdb.base/watchpoint-cond-gone.exp
8744 * gdb.base/watchpoint.exp
8745 * gdb.base/watchpoints.exp
8746 * gdb.cp/arg-reference.exp
8747 * gdb.cp/baseenum.exp
8748 * gdb.cp/operator.exp
8749 * gdb.cp/shadow.exp
8750 * gdb.dwarf2/dw2-op-out-param.exp
8751 * gdb.dwarf2/dw2-reg-undefined.exp
8752 * gdb.go/chan.exp
8753 * gdb.go/hello.exp
8754 * gdb.go/integers.exp
8755 * gdb.go/methods.exp
8756 * gdb.go/package.exp
8757 * gdb.guile/scm-parameter.exp
8758 * gdb.guile/scm-progspace.exp
8759 * gdb.guile/scm-value.exp
8760 * gdb.mi/mi-pending.exp
8761 * gdb.mi/user-selected-context-sync.exp
8762 * gdb.multi/multi-attach.exp
8763 * gdb.multi/tids.exp
8764 * gdb.opt/clobbered-registers-O2.exp
8765 * gdb.pascal/floats.exp
8766 * gdb.pascal/integers.exp
8767 * gdb.python/py-block.exp
8768 * gdb.python/py-events.exp
8769 * gdb.python/py-parameter.exp
8770 * gdb.python/py-symbol.exp
8771 * gdb.python/py-symtab.exp
8772 * gdb.python/py-type.exp
8773 * gdb.python/py-value.exp
8774 * gdb.python/py-xmethods.exp
8775 * gdb.python/python.exp
8776 * gdb.reverse/break-precsave.exp
8777 * gdb.reverse/consecutive-precsave.exp
8778 * gdb.reverse/finish-precsave.exp
8779 * gdb.reverse/i386-precsave.exp
8780 * gdb.reverse/machinestate-precsave.exp
8781 * gdb.reverse/sigall-precsave.exp
8782 * gdb.reverse/solib-precsave.exp
8783 * gdb.reverse/step-precsave.exp
8784 * gdb.reverse/until-precsave.exp
8785 * gdb.reverse/watch-precsave.exp
8786 * gdb.server/ext-attach.exp
8787 * gdb.server/ext-restart.exp
8788 * gdb.server/ext-run.exp
8789 * gdb.server/ext-wrapper.exp
8790 * gdb.stabs/gdb11479.exp
8791 * gdb.stabs/weird.exp
8792 * gdb.threads/attach-many-short-lived-threads.exp
8793 * gdb.threads/kill.exp
8794 * gdb.threads/watchpoint-fork.exp
8795
8796 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8797
8798 Fix test names starting with uppercase throughout all the files below.
8799
8800 * gdb.ada/array_return.exp
8801 * gdb.ada/catch_ex.exp
8802 * gdb.ada/info_exc.exp
8803 * gdb.ada/mi_catch_ex.exp
8804 * gdb.ada/mi_dyn_arr.exp
8805 * gdb.ada/mi_ex_cond.exp
8806 * gdb.ada/mi_exc_info.exp
8807 * gdb.ada/mi_interface.exp
8808 * gdb.ada/mi_task_arg.exp
8809 * gdb.ada/mi_task_info.exp
8810 * gdb.ada/mi_var_array.exp
8811 * gdb.arch/alpha-step.exp
8812 * gdb.arch/amd64-disp-step.exp
8813 * gdb.arch/arm-disp-step.exp
8814 * gdb.arch/disp-step-insn-reloc.exp
8815 * gdb.arch/e500-prologue.exp
8816 * gdb.arch/ftrace-insn-reloc.exp
8817 * gdb.arch/gdb1558.exp
8818 * gdb.arch/i386-bp_permanent.exp
8819 * gdb.arch/i386-disp-step.exp
8820 * gdb.arch/i386-float.exp
8821 * gdb.arch/i386-gnu-cfi.exp
8822 * gdb.arch/ia64-breakpoint-shadow.exp
8823 * gdb.arch/mips16-thunks.exp
8824 * gdb.arch/pa-nullify.exp
8825 * gdb.arch/powerpc-aix-prologue.exp
8826 * gdb.arch/powerpc-power.exp
8827 * gdb.arch/ppc-dfp.exp
8828 * gdb.arch/s390-tdbregs.exp
8829 * gdb.arch/spu-info.exp
8830 * gdb.arch/spu-ls.exp
8831 * gdb.arch/thumb-bx-pc.exp
8832 * gdb.base/advance.exp
8833 * gdb.base/annota-input-while-running.exp
8834 * gdb.base/arrayidx.exp
8835 * gdb.base/asmlabel.exp
8836 * gdb.base/async.exp
8837 * gdb.base/attach-wait-input.exp
8838 * gdb.base/auto-connect-native-target.exp
8839 * gdb.base/batch-preserve-term-settings.exp
8840 * gdb.base/bfp-test.exp
8841 * gdb.base/bigcore.exp
8842 * gdb.base/bp-permanent.exp
8843 * gdb.base/break-always.exp
8844 * gdb.base/break-fun-addr.exp
8845 * gdb.base/break-idempotent.exp
8846 * gdb.base/break-main-file-remove-fail.exp
8847 * gdb.base/break-probes.exp
8848 * gdb.base/break-unload-file.exp
8849 * gdb.base/break.exp
8850 * gdb.base/call-ar-st.exp
8851 * gdb.base/call-rt-st.exp
8852 * gdb.base/call-sc.exp
8853 * gdb.base/call-signal-resume.exp
8854 * gdb.base/call-strs.exp
8855 * gdb.base/callexit.exp
8856 * gdb.base/callfuncs.exp
8857 * gdb.base/catch-gdb-caused-signals.exp
8858 * gdb.base/catch-signal-siginfo-cond.exp
8859 * gdb.base/catch-syscall.exp
8860 * gdb.base/compare-sections.exp
8861 * gdb.base/cond-eval-mode.exp
8862 * gdb.base/condbreak-call-false.exp
8863 * gdb.base/consecutive-step-over.exp
8864 * gdb.base/cursal.exp
8865 * gdb.base/disabled-location.exp
8866 * gdb.base/disasm-end-cu.exp
8867 * gdb.base/display.exp
8868 * gdb.base/double-prompt-target-event-error.exp
8869 * gdb.base/dprintf-bp-same-addr.exp
8870 * gdb.base/dprintf-detach.exp
8871 * gdb.base/dprintf-next.exp
8872 * gdb.base/dprintf-non-stop.exp
8873 * gdb.base/dprintf-pending.exp
8874 * gdb.base/dso2dso.exp
8875 * gdb.base/ending-run.exp
8876 * gdb.base/enum_cond.exp
8877 * gdb.base/examine-backward.exp
8878 * gdb.base/exe-lock.exp
8879 * gdb.base/exec-invalid-sysroot.exp
8880 * gdb.base/execl-update-breakpoints.exp
8881 * gdb.base/execution-termios.exp
8882 * gdb.base/fileio.exp
8883 * gdb.base/fixsection.exp
8884 * gdb.base/foll-exec-mode.exp
8885 * gdb.base/foll-exec.exp
8886 * gdb.base/fork-running-state.exp
8887 * gdb.base/frame-args.exp
8888 * gdb.base/fullpath-expand.exp
8889 * gdb.base/func-ptr.exp
8890 * gdb.base/gcore-relro-pie.exp
8891 * gdb.base/gdb1090.exp
8892 * gdb.base/gdb1555.exp
8893 * gdb.base/global-var-nested-by-dso.exp
8894 * gdb.base/gnu-ifunc.exp
8895 * gdb.base/hbreak-in-shr-unsupported.exp
8896 * gdb.base/hbreak-unmapped.exp
8897 * gdb.base/hook-stop.exp
8898 * gdb.base/infcall-input.exp
8899 * gdb.base/info-fun.exp
8900 * gdb.base/info-shared.exp
8901 * gdb.base/interrupt-noterm.exp
8902 * gdb.base/jit-so.exp
8903 * gdb.base/jit.exp
8904 * gdb.base/line-symtabs.exp
8905 * gdb.base/list.exp
8906 * gdb.base/longjmp.exp
8907 * gdb.base/macscp.exp
8908 * gdb.base/max-value-size.exp
8909 * gdb.base/nodebug.exp
8910 * gdb.base/nofield.exp
8911 * gdb.base/overlays.exp
8912 * gdb.base/paginate-after-ctrl-c-running.exp
8913 * gdb.base/paginate-bg-execution.exp
8914 * gdb.base/paginate-inferior-exit.exp
8915 * gdb.base/pending.exp
8916 * gdb.base/pr11022.exp
8917 * gdb.base/printcmds.exp
8918 * gdb.base/ptr-typedef.exp
8919 * gdb.base/ptype.exp
8920 * gdb.base/randomize.exp
8921 * gdb.base/range-stepping.exp
8922 * gdb.base/realname-expand.exp
8923 * gdb.base/relativedebug.exp
8924 * gdb.base/remote.exp
8925 * gdb.base/savedregs.exp
8926 * gdb.base/sepdebug.exp
8927 * gdb.base/set-noassign.exp
8928 * gdb.base/shlib-call.exp
8929 * gdb.base/shreloc.exp
8930 * gdb.base/sigaltstack.exp
8931 * gdb.base/sigbpt.exp
8932 * gdb.base/siginfo-addr.exp
8933 * gdb.base/siginfo-obj.exp
8934 * gdb.base/siginfo-thread.exp
8935 * gdb.base/signest.exp
8936 * gdb.base/signull.exp
8937 * gdb.base/sigrepeat.exp
8938 * gdb.base/skip.exp
8939 * gdb.base/so-impl-ld.exp
8940 * gdb.base/solib-corrupted.exp
8941 * gdb.base/solib-disc.exp
8942 * gdb.base/solib-display.exp
8943 * gdb.base/solib-overlap.exp
8944 * gdb.base/solib-search.exp
8945 * gdb.base/solib-symbol.exp
8946 * gdb.base/source-execution.exp
8947 * gdb.base/sss-bp-on-user-bp-2.exp
8948 * gdb.base/sss-bp-on-user-bp.exp
8949 * gdb.base/stack-checking.exp
8950 * gdb.base/stale-infcall.exp
8951 * gdb.base/step-break.exp
8952 * gdb.base/step-line.exp
8953 * gdb.base/step-over-exit.exp
8954 * gdb.base/step-test.exp
8955 * gdb.base/structs.exp
8956 * gdb.base/sym-file.exp
8957 * gdb.base/symtab-search-order.exp
8958 * gdb.base/term.exp
8959 * gdb.base/type-opaque.exp
8960 * gdb.base/unload.exp
8961 * gdb.base/until-nodebug.exp
8962 * gdb.base/until.exp
8963 * gdb.base/unwindonsignal.exp
8964 * gdb.base/watch-cond.exp
8965 * gdb.base/watch-non-mem.exp
8966 * gdb.base/watch_thread_num.exp
8967 * gdb.base/watchpoint-reuse-slot.exp
8968 * gdb.base/watchpoint-solib.exp
8969 * gdb.base/watchpoint.exp
8970 * gdb.btrace/dlopen.exp
8971 * gdb.cell/arch.exp
8972 * gdb.cell/break.exp
8973 * gdb.cell/bt.exp
8974 * gdb.cell/core.exp
8975 * gdb.cell/data.exp
8976 * gdb.cell/dwarfaddr.exp
8977 * gdb.cell/ea-cache.exp
8978 * gdb.cell/ea-standalone.exp
8979 * gdb.cell/ea-test.exp
8980 * gdb.cell/f-regs.exp
8981 * gdb.cell/fork.exp
8982 * gdb.cell/gcore.exp
8983 * gdb.cell/mem-access.exp
8984 * gdb.cell/ptype.exp
8985 * gdb.cell/registers.exp
8986 * gdb.cell/sizeof.exp
8987 * gdb.cell/solib-symbol.exp
8988 * gdb.cell/solib.exp
8989 * gdb.compile/compile-tls.exp
8990 * gdb.cp/exception.exp
8991 * gdb.cp/gdb2495.exp
8992 * gdb.cp/local.exp
8993 * gdb.cp/mb-inline.exp
8994 * gdb.cp/mb-templates.exp
8995 * gdb.cp/pr10687.exp
8996 * gdb.cp/pr9167.exp
8997 * gdb.cp/scope-err.exp
8998 * gdb.cp/templates.exp
8999 * gdb.cp/virtfunc.exp
9000 * gdb.dwarf2/dw2-dir-file-name.exp
9001 * gdb.dwarf2/dw2-single-line-discriminators.exp
9002 * gdb.fortran/complex.exp
9003 * gdb.fortran/library-module.exp
9004 * gdb.guile/guile.exp
9005 * gdb.guile/scm-cmd.exp
9006 * gdb.guile/scm-frame-inline.exp
9007 * gdb.guile/scm-objfile.exp
9008 * gdb.guile/scm-pretty-print.exp
9009 * gdb.guile/scm-symbol.exp
9010 * gdb.guile/scm-type.exp
9011 * gdb.guile/scm-value.exp
9012 * gdb.linespec/keywords.exp
9013 * gdb.linespec/ls-errs.exp
9014 * gdb.linespec/macro-relative.exp
9015 * gdb.linespec/thread.exp
9016 * gdb.mi/mi-breakpoint-changed.exp
9017 * gdb.mi/mi-dprintf-pending.exp
9018 * gdb.mi/mi-fullname-deleted.exp
9019 * gdb.mi/mi-logging.exp
9020 * gdb.mi/mi-pending.exp
9021 * gdb.mi/mi-solib.exp
9022 * gdb.mi/new-ui-mi-sync.exp
9023 * gdb.mi/user-selected-context-sync.exp
9024 * gdb.multi/dummy-frame-restore.exp
9025 * gdb.multi/multi-arch-exec.exp
9026 * gdb.multi/remove-inferiors.exp
9027 * gdb.multi/watchpoint-multi-exit.exp
9028 * gdb.opt/solib-intra-step.exp
9029 * gdb.perf/backtrace.exp
9030 * gdb.perf/single-step.exp
9031 * gdb.perf/skip-command.exp
9032 * gdb.perf/skip-prologue.exp
9033 * gdb.perf/solib.exp
9034 * gdb.python/lib-types.exp
9035 * gdb.python/py-as-string.exp
9036 * gdb.python/py-bad-printers.exp
9037 * gdb.python/py-block.exp
9038 * gdb.python/py-breakpoint.exp
9039 * gdb.python/py-cmd.exp
9040 * gdb.python/py-events.exp
9041 * gdb.python/py-evthreads.exp
9042 * gdb.python/py-finish-breakpoint.exp
9043 * gdb.python/py-finish-breakpoint2.exp
9044 * gdb.python/py-frame-inline.exp
9045 * gdb.python/py-frame.exp
9046 * gdb.python/py-inferior.exp
9047 * gdb.python/py-infthread.exp
9048 * gdb.python/py-mi.exp
9049 * gdb.python/py-objfile.exp
9050 * gdb.python/py-pp-maint.exp
9051 * gdb.python/py-pp-registration.exp
9052 * gdb.python/py-prettyprint.exp
9053 * gdb.python/py-recurse-unwind.exp
9054 * gdb.python/py-shared.exp
9055 * gdb.python/py-symbol.exp
9056 * gdb.python/py-symtab.exp
9057 * gdb.python/py-template.exp
9058 * gdb.python/py-type.exp
9059 * gdb.python/py-unwind-maint.exp
9060 * gdb.python/py-unwind.exp
9061 * gdb.python/py-value.exp
9062 * gdb.python/python.exp
9063 * gdb.reverse/finish-reverse-bkpt.exp
9064 * gdb.reverse/insn-reverse.exp
9065 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9066 * gdb.reverse/solib-precsave.exp
9067 * gdb.reverse/solib-reverse.exp
9068 * gdb.stabs/gdb11479.exp
9069 * gdb.stabs/weird.exp
9070 * gdb.threads/fork-child-threads.exp
9071 * gdb.threads/fork-plus-threads.exp
9072 * gdb.threads/fork-thread-pending.exp
9073 * gdb.threads/forking-threads-plus-breakpoint.exp
9074 * gdb.threads/hand-call-in-threads.exp
9075 * gdb.threads/interrupted-hand-call.exp
9076 * gdb.threads/linux-dp.exp
9077 * gdb.threads/local-watch-wrong-thread.exp
9078 * gdb.threads/next-while-other-thread-longjmps.exp
9079 * gdb.threads/non-ldr-exit.exp
9080 * gdb.threads/pending-step.exp
9081 * gdb.threads/print-threads.exp
9082 * gdb.threads/process-dies-while-detaching.exp
9083 * gdb.threads/process-dies-while-handling-bp.exp
9084 * gdb.threads/pthreads.exp
9085 * gdb.threads/queue-signal.exp
9086 * gdb.threads/reconnect-signal.exp
9087 * gdb.threads/signal-command-handle-nopass.exp
9088 * gdb.threads/signal-command-multiple-signals-pending.exp
9089 * gdb.threads/signal-delivered-right-thread.exp
9090 * gdb.threads/signal-sigtrap.exp
9091 * gdb.threads/sigthread.exp
9092 * gdb.threads/staticthreads.exp
9093 * gdb.threads/stepi-random-signal.exp
9094 * gdb.threads/thread-unwindonsignal.exp
9095 * gdb.threads/thread_check.exp
9096 * gdb.threads/thread_events.exp
9097 * gdb.threads/tid-reuse.exp
9098 * gdb.threads/tls-nodebug.exp
9099 * gdb.threads/tls-shared.exp
9100 * gdb.threads/tls-so_extern.exp
9101 * gdb.threads/tls.exp
9102 * gdb.threads/wp-replication.exp
9103 * gdb.trace/actions-changed.exp
9104 * gdb.trace/actions.exp
9105 * gdb.trace/backtrace.exp
9106 * gdb.trace/change-loc.exp
9107 * gdb.trace/collection.exp
9108 * gdb.trace/deltrace.exp
9109 * gdb.trace/disconnected-tracing.exp
9110 * gdb.trace/entry-values.exp
9111 * gdb.trace/ftrace-lock.exp
9112 * gdb.trace/ftrace.exp
9113 * gdb.trace/infotrace.exp
9114 * gdb.trace/mi-trace-frame-collected.exp
9115 * gdb.trace/mi-trace-unavailable.exp
9116 * gdb.trace/mi-traceframe-changed.exp
9117 * gdb.trace/mi-tracepoint-changed.exp
9118 * gdb.trace/mi-tsv-changed.exp
9119 * gdb.trace/no-attach-trace.exp
9120 * gdb.trace/packetlen.exp
9121 * gdb.trace/passc-dyn.exp
9122 * gdb.trace/passcount.exp
9123 * gdb.trace/pending.exp
9124 * gdb.trace/pr16508.exp
9125 * gdb.trace/qtro.exp
9126 * gdb.trace/range-stepping.exp
9127 * gdb.trace/read-memory.exp
9128 * gdb.trace/report.exp
9129 * gdb.trace/save-trace.exp
9130 * gdb.trace/signal.exp
9131 * gdb.trace/stap-trace.exp
9132 * gdb.trace/status-stop.exp
9133 * gdb.trace/strace.exp
9134 * gdb.trace/tfile.exp
9135 * gdb.trace/tfind.exp
9136 * gdb.trace/trace-break.exp
9137 * gdb.trace/trace-condition.exp
9138 * gdb.trace/trace-enable-disable.exp
9139 * gdb.trace/trace-mt.exp
9140 * gdb.trace/tracecmd.exp
9141 * gdb.trace/tracefile-pseudo-reg.exp
9142 * gdb.trace/tspeed.exp
9143 * gdb.trace/tstatus.exp
9144 * gdb.trace/tsv.exp
9145 * gdb.trace/unavailable.exp
9146 * gdb.trace/while-dyn.exp
9147 * gdb.trace/while-stepping.exp
9148 * lib/gdb-guile.exp
9149 * lib/gdb.exp
9150 * lib/mi-support.exp
9151 * lib/pascal.exp
9152 * lib/perftest.exp
9153 * lib/prelink-support.exp
9154 * lib/selftest-support.exp
9155
9156 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9157
9158 * Makefile.in: Include disable-implicit-rules.mk.
9159
9160 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9163 non-byte-aligned bit fields.
9164
9165 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9166
9167 PR gdb/12616
9168 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9169 respects the DW_AT_data_bit_offset attribute.
9170
9171 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9172
9173 * gdb.base/default.exp: Fix output of "set language".
9174
9175 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9176
9177 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9178 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9179 make.
9180 * configure.ac: Remove checks for the make program.
9181 * configure: Re-generate.
9182
9183 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9184
9185 * gdb.python/py-recurse-unwind.c (main): Add loop.
9186 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9187 to read_register() and gdb.parse_and_eval(). Make each code
9188 call a separate case that can be individually tested.
9189 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9190 proc. Call cont_and_backtrace for each of the code paths that
9191 we want to test in the unwinder.
9192
9193 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9194
9195 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9196 the definition of struct S.
9197
9198 2016-11-11 Catherine Moore <clm@codesourcery.com>
9199
9200 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9201
9202 2016-11-09 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.base/commands.exp (runto_or_return): New procedure.
9205 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9206 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9207 (progvar_simple_while_test, progvar_complex_if_while_test)
9208 (if_while_breakpoint_command_test)
9209 (infrun_breakpoint_command_test, breakpoint_command_test)
9210 (user_defined_command_test, watchpoint_command_test)
9211 (test_command_prompt_position, redefine_hook_test)
9212 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9213 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9214 multi_line_input and multi_line. Remove gdb_expect and
9215 gdb_stop_suppressing_tests uses.
9216 * lib/gdb.exp (valnum_re): New global.
9217 (multi_line_input): New procedure.
9218
9219 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9220
9221 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9222 Remove.
9223 (test_setup): Define with proc_with_prefix.
9224 (test_cli_inferior): Likewise.
9225 (test_cli_thread): Likewise.
9226 (test_cli_frame): Likewise.
9227 (test_cli_select_frame): Likewise.
9228 (test_cli_up_down): Likewise.
9229 (test_mi_thread_select): Likewise.
9230 (test_mi_stack_select_frame): Likewise.
9231 (test_cli_in_mi_inferior): Likewise.
9232 (test_cli_in_mi_thread): Likewise.
9233 (test_cli_in_mi_frame): Likewise.
9234 (top level): Do not use with_test_prefix_procname.
9235
9236 2016-11-09 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/commands.exp (gdbvar_simple_if_test)
9239 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9240 (progvar_simple_if_test, progvar_simple_while_test)
9241 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9242 (infrun_breakpoint_command_test, breakpoint_command_test)
9243 (user_defined_command_test, watchpoint_command_test)
9244 (test_command_prompt_position, deprecated_command_test)
9245 (bp_deleted_in_command, temporary_breakpoint_commands)
9246 (stray_arg0_test, source_file_with_indented_comment)
9247 (recursive_source_test, if_commands_test)
9248 (error_clears_commands_left, redefine_hook_test)
9249 (redefine_backtrace_test): Use proc_with_prefix.
9250 * lib/gdb.exp (proc_with_prefix): New proc.
9251
9252 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9253
9254 * gdb.base/tui-layout.c: New file.
9255 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9256 disassembly window contains very long lines.
9257
9258 2016-11-08 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9261 depend on Python 2.
9262
9263 2016-11-08 Tom Tromey <tom@tromey.com>
9264
9265 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9266 New method.
9267
9268 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9269
9270 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9271
9272 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9273
9274 * gdb.rust/simple.rs: Add test for univariant enums without
9275 discriminants and for encoded struct-like enums.
9276
9277 2016-10-28 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9280 gdb_test_multiple, tighten regexps and match symtabs and line
9281 tables incrementally.
9282
9283 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9284
9285 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9286 general.
9287
9288 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9289
9290 * gdb.base/exec-invalid-sysroot.exp: New file.
9291
9292 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9293
9294 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9295
9296 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9297
9298 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9299
9300 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9301
9302 * gdb.base/killed-outside.exp: Remove $options from a call to
9303 `prepare_for_testing'.
9304
9305 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9308 Change test message.
9309
9310 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9313 Update comment.
9314
9315 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * gdb.trace/mi-trace-save.exp: New file.
9318
9319 2016-10-13 Yao Qi <yao.qi@linaro.org>
9320
9321 * gdb.base/code_elim.exp (get_var_address): Remove.
9322 * gdb.base/relocate.exp: Likewise.
9323 * gdb.base/shreloc.exp: Likewise.
9324 * lib/gdb.exp (get_var_address): New.
9325
9326 2016-10-13 Yao Qi <yao.qi@linaro.org>
9327
9328 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9329 floating point tests if $skip_float_test is false.
9330
9331 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9332
9333 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9334 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9335 argc values.
9336 Add 1 to argc so we guarantee distinct initial/modified argc values.
9337
9338 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9339
9340 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9341
9342 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9343
9344 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9345 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9346 * gdb.arch/vsx-regs.exp: Likewise.
9347
9348 2016-10-07 Yao Qi <yao.qi@linaro.org>
9349
9350 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9351
9352 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9353
9354 * gdb.python/python.exp: Test decode_line("*0").
9355
9356 2016-10-06 Doug Evans <dje@google.com>
9357
9358 * gdb.python/py-value.exp (test_value_creation): Add test for large
9359 unsigned 64-bit value.
9360
9361 2016-10-06 Tom Tromey <tom@tromey.com>
9362
9363 * gdb.compile/compile.exp: Change java tests to rust.
9364 * gdb.base/setshow.exp: Change java tests to rust.
9365 * gdb.base/default.exp: Remove java from language list.
9366 * README (Examples): Update language example.
9367 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9368 test.
9369 * lib/gdb.exp (skip_java_tests): Remove.
9370 * lib/java.exp: Remove.
9371 * gdb.java: Remove.
9372
9373 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9374
9375 * gdb.arch/mips-fcr.exp: New test.
9376 * gdb.arch/mips-fcr.c: Source for the new test.
9377
9378 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9379
9380 * gdb.base/solib-disc.exp: Use `standard_output_file'
9381 throughout.
9382
9383 2016-10-06 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/jit-simple-dl.c: New file.
9386 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9387 * gdb.base/jit-simple.c: ... this.
9388 * gdb.base/jit-simple.exp (jit_run): Delete.
9389 (build_jit): New proc.
9390 (jit_test_reread): Recompile either the main program or the shared
9391 library, depending on what is being tested. Skip changing address
9392 if caller wants to. Compare before/after addresses. If testing
9393 standalone, explicitly load the binary. Test "maint info
9394 breakpoints".
9395 (top level): Add "standalone vs shared lib" and "change address"
9396 vs "same address" axes.
9397
9398 2016-10-06 Pedro Alves <palves@redhat.com>
9399
9400 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9401 call.
9402 (jit_run): Delete.
9403 (jit_test_reread): Use with_test_prefix. Reload the main binary
9404 explicitly. Compare the before/after addresses of the JIT
9405 descriptor.
9406
9407 2016-08-15 Doug Evans <dje@google.com>
9408
9409 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9410 for single bitfields is bool.
9411 * gdb.xml/tdesc-regs.exp: Ditto.
9412
9413 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9414
9415 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9416
9417 2016-10-05 Yao Qi <yao.qi@linaro.org>
9418
9419 * lib/gdb.exp (support_complex_tests): Return zero if
9420 gdb_skip_float_test return true.
9421
9422 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9423 Simon Marchi <simon.marchi@ericsson.com>
9424
9425 PR gdb/20487
9426 * gdb.mi/user-selected-context-sync.exp: New file.
9427 * gdb.mi/user-selected-context-sync.c: New file.
9428
9429 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9430 Simon Marchi <simon.marchi@ericsson.com>
9431
9432 PR gdb/20487
9433 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9434 =thread-select-event check.
9435
9436 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9437
9438 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9439 the compulsory L operand changes.
9440 * gdb.arch/powerpc-power.s: Likewise.
9441
9442 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9443
9444 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9445 * gdb.base/jit-attach-pie.c: New file.
9446 * gdb.base/jit-attach-pie.exp: New file.
9447
9448 2016-09-28 Pedro Alves <palves@redhat.com>
9449
9450 * gdb.base/infcall-input.c: New file.
9451 * gdb.base/infcall-input.exp: New file.
9452
9453 2016-09-22 Yao Qi <yao.qi@linaro.org>
9454
9455 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9456 (gdb_exit): Rename it to ...
9457 (gdbserver_gdb_exit): ... Close GDBserver.
9458 (gdb_exit): New proc, call gdbserver_gdb_exit.
9459 (mi_gdb_exit): Likewise.
9460
9461 2016-09-22 Yao Qi <yao.qi@linaro.org>
9462
9463 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9464 path.
9465 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9466 Remove duplication.
9467
9468 2016-09-22 Yao Qi <yao.qi@linaro.org>
9469
9470 * lib/gdbserver-support.exp: Check the existence of
9471 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9472
9473 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9474
9475 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9476
9477 2016-09-21 Tom Tromey <tom@tromey.com>
9478
9479 PR gdb/20604:
9480 * gdb.base/quit.exp: New file.
9481
9482 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9483
9484 * .gitignore: New file.
9485
9486 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9487
9488 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9489 throughout.
9490
9491 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9492
9493 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9494
9495 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 * gdb.cp/casts.cc (decltype): Move it ...
9498 (main): ... with its call to ...
9499 * gdb.cp/casts03.cc: ... a new file.
9500 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9501
9502 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9505
9506 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9507
9508 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9509 and sync up the test with tests in gas/testsuite/gas/ppc.
9510 * gdb.arch/powerpc-power.exp: Likewise.
9511
9512 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9515
9516 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9517 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9520 make m1's definition to be different from m2's. Use 'dummy' as an
9521 argument for probe 'two'.
9522
9523 2016-09-10 Jon Beniston <jon@beniston.com>
9524
9525 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9526 for sim target.
9527
9528 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9529
9530 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9531 variable declaration.
9532 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9533 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9534 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9535 received HWCAP as its argument.
9536
9537 2016-09-06 Pedro Alves <palves@redhat.com>
9538
9539 * gdb.base/new-ui-pending-input.c: New file.
9540 * gdb.base/new-ui-pending-input.exp: New file.
9541 * gdb.exp (clear_gdb_spawn_id): New procedure.
9542 (with_spawn_id): Check whether gdb_spawn_id exists before
9543 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9544 on exit.
9545
9546 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9547
9548 * gdb.base/float128.c: New file.
9549 * gdb.base/float128.exp: Likewise.
9550 * gdb.base/floatn.c: Likewise.
9551 * gdb.base/floatn.exp: Likewise.
9552
9553 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9554
9555 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9556
9557 2016-09-05 Pedro Alves <palves@redhat.com>
9558
9559 PR backtrace/19927
9560 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9561 unwinders are immediately called as side effect of "source" or
9562 "disable unwinder" commands.
9563 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9564
9565 2016-09-02 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9568 is true and $type is "float" or "double".
9569
9570 2016-09-02 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9573 true.
9574 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9575 * gdb.base/call-rt-st.exp: Likewise.
9576 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9577 return value instead of gdb,skip_float_test.
9578 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9579 (do_function_calls): Use its return value instead of
9580 gdb,skip_float_test.
9581 * gdb.base/finish.exp: Likewise.
9582 * gdb.base/funcargs.exp: Likewise.
9583 * gdb.base/return.exp: Likewise.
9584 * gdb.base/return2.exp: Likewise.
9585 * gdb.base/varargs.exp: Likewise.
9586 * lib/gdb.exp (gdb_skip_float_test): Change it to
9587 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9588
9589 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9590
9591 * gdb.multi/tids.exp: Test "thread apply all".
9592
9593 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * gdb.base/default.exp (tty): Remove.
9596
9597 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9598
9599 * gdb.python/py-recurse-unwind.c: New file.
9600 * gdb.python/py-recurse-unwind.py: New file.
9601 * gdb.python/py-recurse-unwind.exp: New file.
9602
9603 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/set-inferior-tty.exp: New file.
9606 * gdb.base/set-inferior-tty.c: New file.
9607
9608 2016-08-23 Pedro Alves <palves@redhat.com>
9609
9610 PR gdb/20494
9611 * gdb.base/new-ui-echo.c: New file.
9612 * gdb.base/new-ui-echo.exp: New file.
9613
9614 2016-08-23 Yao Qi <yao.qi@linaro.org>
9615
9616 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9617 gdbserver_spawn.
9618 * gdb.server/connect-without-multi-process.exp (do_test):
9619 Likewise.
9620
9621 2016-08-23 Yao Qi <yao.qi@linaro.org>
9622
9623 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9624 standalone_txt. Delete gdb_txt and standalone_txt on host
9625 and target. Spawn the binary on target. Copy files from
9626 target to host.
9627
9628 2016-08-22 Pedro Alves <palves@redhat.com>
9629
9630 PR gdb/20505
9631 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9632 with_test_prefix. Factor out bits to ...
9633 (test_no_vdso): ... this new procedure.
9634
9635 2016-08-19 Carl Love <cel@us.ibm.com>
9636
9637 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9638 maintaining separate logic for constructing the output path.
9639 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9640 * gdb.arch/ppc-dfp.exp: Likewise.
9641 * gdb.arch/ppc-fp.exp: Likewise.
9642 * gdb.arch/vsx-regs.exp: Likewise.
9643 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9644 binprefix for generating the additional binary files.
9645
9646 2016-08-19 Pedro Alves <palves@redhat.com>
9647
9648 * gdb.trace/mi-trace-frame-collected.exp
9649 (test_trace_frame_collected): On x32, expect two registers.
9650
9651 2016-08-18 Carl Love <cel@us.ibm.com>
9652
9653 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9654 and sync up the test with tests in gas/testsuite/gas/ppc.
9655 * gdb.arch/powerpc-power.exp: Likewise.
9656
9657 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9658
9659 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9660 expected error message.
9661
9662 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9663
9664 * gdb.multi/remove-inferiors.exp: New file.
9665 * gdb.multi/remove-inferiors.c: New file.
9666
9667 2016-08-12 Yao Qi <yao.qi@linaro.org>
9668
9669 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9670 argument list.
9671
9672 2016-08-10 Pedro Alves <palves@redhat.com>
9673
9674 PR gdb/19187
9675 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9676 setup_kfails.
9677
9678 2016-08-09 Pedro Alves <palves@redhat.com>
9679 Simon Marchi <simon.marchi@ericsson.com>
9680
9681 PR gdb/20418
9682 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9683 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9684
9685 2016-08-09 Pedro Alves <palves@redhat.com>
9686
9687 PR mi/20431
9688 * gdb.mi/mi-cmd-error.exp: New file.
9689
9690 2016-08-09 Pedro Alves <palves@redhat.com>
9691
9692 PR gdb/18653
9693 * gdb.base/signals-state-child.c: New file.
9694 * gdb.base/signals-state-child.exp: New file.
9695 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9696
9697 2016-08-09 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9700
9701 2016-08-03 Tom Tromey <tom@tromey.com>
9702
9703 PR python/18565:
9704 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9705
9706 2016-08-01 Yao Qi <yao.qi@linaro.org>
9707
9708 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9709 variable mode to "multi-process" if $multi_process is 1, otherwise
9710 set it to "single-process".
9711
9712 2016-08-01 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9715 * gdb.cp/cpexprs.exp: Likewise.
9716 * gdb.cp/m-static.exp: Likewise.
9717
9718 2016-07-26 Tom Tromey <tom@tromey.com>
9719
9720 PR python/20190:
9721 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9722 test.
9723
9724 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9725
9726 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9727 selecting assembly source files.
9728 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9729 assembly source files.
9730 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9731 assembly source files.
9732 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9733 selecting assembly source files.
9734
9735 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9736
9737 * gdb.base/new-ui.exp (do_test_invalid_args): New
9738 procedure.
9739
9740 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9741
9742 * gdb.btrace/reconnect.c: New file.
9743 * gdb.btrace/reconnect.exp: New file.
9744
9745 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9746
9747 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9748 to test_catch_syscall_group.
9749 (test_catch_syscall_group): New.
9750
9751 2016-07-21 Tom Tromey <tom@tromey.com>
9752
9753 * gdb.rust/simple.rs (main): Use empty struct expression.
9754 * gdb.rust/simple.exp: Add tests for empty struct expression.
9755
9756 2016-07-21 Yao Qi <yao.qi@linaro.org>
9757
9758 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9759 if gdb_skip_xml_test is true on some targets.
9760
9761 2016-07-21 Yao Qi <yao.qi@linaro.org>
9762
9763 * gdb.server/solib-list.exp: Unset last_loaded_file.
9764
9765 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9768 "step into captured_main (args)".
9769
9770 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9771
9772 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9773
9774 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9777
9778 2016-07-19 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9781 * gdb.opt/inline-bt.exp: Likewise.
9782 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9783 additional_flags=-Winline.
9784 * gdb.opt/inline-locals.exp: Likewise.
9785 * gdb.opt/inline-markers.c (ATTR): Define.
9786 (inlined_fn): Use it.
9787
9788 2016-07-19 Yao Qi <yao.qi@linaro.org>
9789
9790 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9791 (test_with_self): Remove some code. Remove argument executable.
9792 (top-level): Use do_self_tests.
9793
9794 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9795 Don Breazeal <donb@codesourcery.com>
9796
9797 * gdb.base/maint.exp: Escape paths used in regular expressions.
9798 * gdb.stabs/weird.exp: Likewise.
9799
9800 2016-07-13 Tom Tromey <tom@tromey.com>
9801
9802 PR python/15620, PR python/18620:
9803 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9804 (test_bkpt_events): New procs.
9805
9806 2016-07-13 Tom Tromey <tom@tromey.com>
9807
9808 PR python/17698:
9809 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9810 test.
9811 (test_watchpoints): Likewise.
9812 (test_bkpt_pending): New proc.
9813
9814 2016-07-13 Tom Tromey <tom@tromey.com>
9815
9816 PR cli/18053:
9817 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9818 completion test.
9819
9820 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9823 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9824 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9825 f_label.
9826 (g): Rename g_end_lbl to g_label.
9827 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9828 low_pc and high_pc.
9829 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9830
9831 2016-07-12 Tom Tromey <tom@tromey.com>
9832
9833 PR python/19293:
9834 * gdb.python/py-unwind-maint.exp: Update tests.
9835
9836 2016-07-12 Yao Qi <yao.qi@linaro.org>
9837
9838 * lib/selftest-support.exp (selftest_setup): Match the output
9839 when captured_main is inlined.
9840
9841 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9842
9843 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9844 New variables.
9845 (print this%a, print this%b, print this): New tests.
9846 * gdb.fortran/derived-types.f90 (this): New object and
9847 initialization.
9848
9849 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9850
9851 * gdb.ada/arraydim.exp: Remove extra directory level in build
9852 directory.
9853
9854 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * lib/ada.exp: Remove extra directory level in build directory.
9857 * gdb.ada/cond_lang.exp: Likewise.
9858 * gdb.ada/exec_changed.exp: Likewise.
9859 * gdb.ada/lang_switch.exp: Likewise.
9860
9861 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9862
9863 * simple.rs: Add test for raw pointer subscripting.
9864 * simple.exp: Add test expectations.
9865
9866 2016-07-05 Yao Qi <yao.qi@linaro.org>
9867
9868 * gdb.mi/mi-reverse.exp: Match =record-started output.
9869
9870 2016-07-01 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9873 procedure.
9874 (jit_reader_test): Test the jit reader's unwinder.
9875 * gdb.base/jithost.c (jit_function_00_code): New global.
9876 (main): Use memcpy to fill in the mmapped code, instead of poking
9877 bytes manually here.
9878 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9879 value.
9880 (read_debug_info): Save the function's range.
9881 (read_sp): New function.
9882 (unwind_frame): Use it. Also unwind RBP.
9883 (get_frame_id): Use read_sp.
9884 (gdb_init_reader): Use calloc instead of malloc.
9885 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9886 parameter. Use gdb_test_multiple.
9887
9888 2016-07-01 Pedro Alves <palves@redhat.com>
9889 Antoine Tremblay <antoine.tremblay@ericsson.com>
9890
9891 * gdb.threads/process-dies-while-detaching.c: New file.
9892 * gdb.threads/process-dies-while-detaching.exp: New file.
9893
9894 2016-07-01 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.multi/watchpoint-multi-exit.c: New file.
9897 * gdb.multi/watchpoint-multi-exit.exp: New file.
9898
9899 2016-06-30 Pedro Alves <palves@redhat.com>
9900
9901 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9902 unset inferior_spawn_id.
9903
9904 2016-06-30 Pedro Alves <palves@redhat.com>
9905
9906 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9907 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9908
9909 2016-06-29 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.base/return.c: Add copyright header.
9912
9913 2016-06-29 Tom Tromey <tom@tromey.com>
9914
9915 PR python/20129:
9916 * gdb.python/py-framefilter.exp: Add tests for setting priority
9917 and disabling of non-existent frame filter.
9918
9919 2016-06-29 Yao Qi <yao.qi@linaro.org>
9920
9921 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9922 0x0f07ff.
9923
9924 2016-06-28 Yao Qi <yao.qi@linaro.org>
9925
9926 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9927 triplets. Start gdb, execute catch syscall, and continue. Check
9928 gdb's output to determine catch syscall is supported.
9929
9930 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9931
9932 * gdb.rust/simple.rs: Add test for returning unit in a function.
9933 * gdb.rust/simple.exp: Add expectation for functions returning
9934 unit.
9935
9936 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9937
9938 * gdb.python/py-breakpoint-create-fail.c,
9939 gdb.python/py-breakpoint-create-fail.exp,
9940 gdb.python/py-breakpoint-create-fail.py: New testcase.
9941
9942 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9943
9944 PR gdb/20239
9945 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9946 * gdb.rust/simple.exp: Add test expectations for new NonZero
9947 tests.
9948
9949 2016-06-24 David Taylor <dtaylor@emc.com>
9950
9951 * gdb.base/offsets.exp: New file.
9952 * gdb.base/offsets.c: New file.
9953
9954 2016-06-23 Tom Tromey <tom@tromey.com>
9955
9956 PR gdb/16483:
9957 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9958 before any filters are loaded.
9959
9960 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9961
9962 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9963 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9964 structs.
9965 * gdb.fortran/derived-type-function.exp: New file.
9966 * gdb.fortran/derived-type-function.f90: New file.
9967
9968
9969 2016-06-21 Pedro Alves <palves@redhat.com>
9970
9971 * gdb.base/new-ui.exp: New file.
9972 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9973 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9974 (with_spawn_id): New procedure.
9975
9976 2016-06-21 Pedro Alves <palves@redhat.com>
9977
9978 * gdb.mi/mi-exec-run.exp: New file.
9979
9980 2016-06-21 Pedro Alves <palves@redhat.com>
9981
9982 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9983 breakpoint command's output on the main UI.
9984 (test_break): New procedure, factored out from calls in the top
9985 level.
9986 (top level): Use foreach_with_prefix to test MI as main UI and as
9987 separate UI.
9988
9989 2016-06-21 Pedro Alves <palves@redhat.com>
9990
9991 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9992 (test_awatch_creation_and_listing)
9993 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9994 Remove 'type' parameter.
9995 (test_watchpoint_all): New parameter mi_mode. Remove
9996 with_test_prefix.
9997 (top level): Use foreach_with_prefix, and add main/separate UI MI
9998 testing axis.
9999
10000 2016-06-21 Pedro Alves <palves@redhat.com>
10001
10002 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10003 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10004 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10005 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10006 (gdb_main_spawn_id, mi_spawn_id): Declare and
10007 comment.
10008 (mi_create_inferior_pty): New procedure,
10009 factored out from default_mi_gdb_start.
10010 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10011 procedures.
10012 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10013 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10014 Use mi_create_inferior_pty.
10015 (mi_gdb_start): Use eval to pass down args list.
10016
10017 2016-06-21 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10020 * gdb.opt/inline-cmds.exp: Add MI tests.
10021
10022 2016-06-21 Pedro Alves <palves@redhat.com>
10023
10024 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10025
10026 2016-06-21 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10029 (top level): Use it instead of mi_execute_to.
10030
10031 2016-06-21 Pedro Alves <palves@redhat.com>
10032
10033 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10034 (cont_handler_str): New.
10035 (signal_stop_handler): Set stop_handler_str instead of printing to
10036 stdout.
10037 (continue_handler): Set cont_handler_str instead of printing to
10038 stdout.
10039 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10040 mi_send_resuming_command. Print stop_handler_str and
10041 cont_handler_str instead of expecting the python events print
10042 directly.
10043
10044 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10045
10046 * gdb.base/jit-reader.exp: New file.
10047 * gdb.base/jithost.c: New file.
10048 * gdb.base/jithost.h: New file.
10049 * gdb.base/jitreader.c : New file.
10050 * gdb.base/jit-protocol.h: New file.
10051
10052 2016-06-17 Yao Qi <yao.qi@linaro.org>
10053
10054 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10055 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10056 and detach-on-fork. Adjust tests.
10057 (top level): Invoke break_cond_on_syscall with combinations of
10058 syscall, follow-fork-mode and detach-on-fork.
10059
10060 2016-06-17 Yao Qi <yao.qi@linaro.org>
10061
10062 * gdb.base/step-over-exit.c: New.
10063 * gdb.base/step-over-exit.exp: New.
10064
10065 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10066
10067 * gdb.base/float.exp: Add target check for nds32*-*-*.
10068 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10069
10070 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10071
10072 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10073 for unsupported target features.
10074 * gdb.base/call-rt-st.exp: Likewise.
10075 * gdb.base/call-sc.exp: Likewise.
10076 * gdb.base/call-signal-resume.exp: Likewise.
10077 * gdb.base/call-strs.exp: Likewise.
10078 * gdb.base/callexit.exp: Likewise.
10079 * gdb.base/callfuncs.exp: Likewise.
10080 * gdb.base/nodebug.exp: Likewise.
10081 * gdb.base/printcmds.exp: Likewise.
10082 * gdb.base/ptype.exp: Likewise.
10083 * gdb.base/structs.exp: Likewise.
10084 * gdb.base/unwindonsignal.exp: Likewise.
10085 * gdb.cp/gdb2495.exp: Likewise.
10086 * gdb.cp/templates.exp: Likewise.
10087 * gdb.cp/virtfunc.exp: Likewise.
10088 * gdb.threads/hand-call-in-threads.exp: Likewise.
10089 * gdb.threads/interrupted-hand-call.exp: Likewise.
10090 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10091
10092 2016-06-10 Tom Tromey <tom@tromey.com>
10093
10094 PR rust/20110:
10095 * gdb.rust/expr.exp: Add test for integer constant larger than
10096 i32.
10097
10098 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10099
10100 * gdb.fortran/nested-funcs.exp: New.
10101 * gdb.fortran/nested-funcs.f90: New.
10102
10103 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10104
10105 * gdb.base/examine-backward.c: New file.
10106 * gdb.base/examine-backward.exp: New file.
10107
10108 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10111 matching.
10112
10113 2016-06-02 Tom Tromey <tom@tromey.com>
10114
10115 PR python/18984:
10116 * gdb.python/py-shared.exp: Add solib_name test.
10117
10118 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10119
10120 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10121
10122 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10123
10124 PR c++/19893
10125 * gdb.dwarf2/implref.exp: Rename to...
10126 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10127 * gdb.dwarf2/implref-array.c: New file.
10128 * gdb.dwarf2/implref-array.exp: Likewise.
10129 * gdb.dwarf2/implref-global.c: Likewise.
10130 * gdb.dwarf2/implref-global.exp: Likewise.
10131 * gdb.dwarf2/implref-struct.c: Likewise.
10132 * gdb.dwarf2/implref-struct.exp: Likewise.
10133
10134 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10135
10136 * gdb.trace/trace-condition.exp: Add 64bit tests.
10137
10138 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10139
10140 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10141 bits types.
10142 (main): Adapt to 8 to 64 bits types.
10143 * gdb.trace/trace-condition.exp: Add new tests.
10144
10145 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10146
10147 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10148
10149 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10150
10151 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10152 Move condition tests...
10153 * gdb.trace/trace-condition.exp: Here.
10154
10155 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10156
10157 * gdb.trace/trace-condition.exp: Add counter-case tests.
10158
10159 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10160
10161 PR c++/15231
10162 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10163 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10164
10165 2016-05-27 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10168 New procedure.
10169 (top level): Call it, and bail out of DejaGnu is known to be bad.
10170
10171 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10172
10173 * gdb.base/whatis.c: Extend the test case.
10174 * gdb.base/whatis.exp: Add additional tests.
10175
10176 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10177
10178 * gdb.fortran/type.f90: Add pointer variable.
10179 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10180
10181 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10182
10183 * gdb.fortran/vla-type.exp: Fix testcase name.
10184
10185 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10186
10187 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10188
10189 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10190
10191 * gdb.fortran/type.f90: Add nested structures.
10192 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10193 * gdb.fortran/derived-type.exp: Adapt expected output.
10194 * gdb.fortran/vla-type.exp: Adapt expected output.
10195
10196 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10197
10198 * gdb.fortran/whatis_type.exp: Adapt expected output.
10199
10200 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10201
10202 * gdb.fortran/print_type.exp: Fix expected output.
10203 * gdb.fortran/whatis_type.exp: Fix expected output.
10204
10205 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10206
10207 * gdb.fortran/whatis_type.exp: Use multi_line.
10208
10209 2016-05-24 Tom Tromey <tom@tromey.com>
10210
10211 PR python/17386:
10212 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10213 use value as an index.
10214
10215 2016-05-23 Tom Tromey <tom@tromey.com>
10216
10217 PR python/17981:
10218 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10219 no-breakpoint case.
10220
10221 2016-05-24 Pedro Alves <palves@redhat.com>
10222
10223 PR gdb/19828
10224 * gdb.threads/clone-attach-detach.c: New file.
10225 * gdb.threads/clone-attach-detach.exp: New file.
10226
10227 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10228
10229 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10230
10231 2016-05-23 Tom Tromey <tom@tromey.com>
10232
10233 PR python/19438, PR python/18393:
10234 * gdb.python/py-progspace.exp: Add "dir" test.
10235 * gdb.python/py-objfile.exp: Add "dir" test.
10236
10237 2016-05-23 Yao Qi <yao.qi@linaro.org>
10238
10239 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10240 * gdb.arch/thumb2-it.exp: Likewise.
10241
10242 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10243
10244 * gdb.mi/mi-threads-interrupt.c: New file.
10245 * gdb.mi/mi-threads-interrupt.exp: New file.
10246
10247 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10248
10249 PR gdb/18077
10250 * gdb.mi/mi-async-run.exp: New file.
10251 * gdb.mi/mi-async-run.c: New file.
10252
10253 2016-05-17 Tom Tromey <tom@tromey.com>
10254 Manish Goregaokar <manishsmail@gmail.com>
10255
10256 * lib/rust-support.exp: New file.
10257 * lib/gdb.exp (skip_rust_tests): New proc.
10258 (build_executable_from_specs): Handle rust.
10259 * lib/future.exp (gdb_find_rustc): New proc.
10260 (gdb_default_target_compile): Handle rust.
10261 * gdb.rust/expr.exp: New file.
10262 * gdb.rust/generics.exp: New file.
10263 * gdb.rust/generics.rs: New file.
10264 * gdb.rust/methods.exp: New file.
10265 * gdb.rust/methods.rs: New file.
10266 * gdb.rust/modules.exp: New file.
10267 * gdb.rust/modules.rs: New file.
10268 * gdb.rust/simple.exp: New file.
10269 * gdb.rust/simple.rs: New file.
10270
10271 2016-05-17 Tom Tromey <tom@tromey.com>
10272
10273 * gdb.base/default.exp (set language): Add rust.
10274
10275 2016-05-17 Tom Tromey <tom@tromey.com>
10276
10277 * gdb.gdb/unittest.exp: New file.
10278
10279 2016-05-16 Yao Qi <yao.qi@linaro.org>
10280
10281 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10282 shell_prompt. Update shell_prompt_re.
10283
10284 2016-05-12 Doug Evans <dje@google.com>
10285
10286 PR symtab/19999
10287 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10288 $options when building executable.
10289 * gdb.dwarf2/fission-loclists-pie.S: New file.
10290 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10291
10292 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10295 of [is_remote target],
10296
10297 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10298
10299 * lib/gdb.exp (use_gdb_stub): New procedure.
10300
10301 2016-05-03 Yunlian Jiang <yunlian@google.com>
10302 Doug Evans <dje@google.com>
10303
10304 PR symtab/19914
10305 * gdb.dwarf2/dwp-sepdebug.c: New file.
10306 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10307
10308 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * gdb.base/detach.exp: Remove is_remote check.
10311
10312 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * gdb.base/annota-input-while-running.exp: Don't check for
10315 [is_remote target]. Enable annotations after running to main.
10316 Remove unused "set test..." line.
10317
10318 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * gdb.trace/trace-enable-disable.exp: New file.
10321 * gdb.trace/trace-enable-disable.c: New file.
10322
10323 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10324
10325 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10326 use it in info sharedlibrary test.
10327 * gdb.trace/ftrace-lock.exp: Likewise.
10328 * gdb.trace/ftrace.exp: Likewise.
10329 * gdb.trace/range-stepping.exp: Likewise.
10330 * gdb.trace/trace-break.exp: Likewise.
10331 * gdb.trace/trace-condition.exp: Likewise.
10332 * gdb.trace/trace-mt.exp: Likewise.
10333
10334 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10335
10336 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10337 (gdb_load_shlib): ... this.
10338 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10339 gdb_load_shlib.
10340 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10341 * gdb.base/ctxobj.exp: Likewise.
10342 * gdb.base/dprintf-pending.exp: Likewise.
10343 * gdb.base/dso2dso.exp: Likewise.
10344 * gdb.base/fixsection.exp: Likewise.
10345 * gdb.base/gcore-relro.exp: Likewise.
10346 * gdb.base/gdb1555.exp: Likewise.
10347 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10348 * gdb.base/gnu-ifunc.exp: Likewise.
10349 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10350 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10351 * gdb.base/pending.exp: Likewise.
10352 * gdb.base/print-file-var.exp: Likewise.
10353 * gdb.base/print-symbol-loading.exp: Likewise.
10354 * gdb.base/shlib-call.exp: Likewise.
10355 * gdb.base/shreloc.exp: Likewise.
10356 * gdb.base/so-impl-ld.exp: Likewise.
10357 * gdb.base/solib-disc.exp: Likewise.
10358 * gdb.base/solib-nodir.exp: Likewise.
10359 * gdb.base/solib-overlap.exp: Likewise.
10360 * gdb.base/solib-symbol.exp: Likewise.
10361 * gdb.base/solib-weak.exp (do_test): Likewise.
10362 * gdb.base/sym-file.exp: Likewise.
10363 * gdb.base/symtab-search-order.exp: Likewise.
10364 * gdb.base/type-opaque.exp: Likewise.
10365 * gdb.base/unload.exp: Likewise.
10366 * gdb.base/watchpoint-solib.exp: Likewise.
10367 * gdb.compile/compile.exp: Likewise.
10368 * gdb.cp/gdb2384.exp: Likewise.
10369 * gdb.cp/infcall-dlopen.exp: Likewise.
10370 * gdb.cp/re-set-overloaded.exp: Likewise.
10371 * gdb.fortran/library-module.exp: Likewise.
10372 * gdb.opt/solib-intra-step.exp: Likewise.
10373 * gdb.python/py-finish-breakpoint.exp: Likewise.
10374 * gdb.python/py-shared.exp: Likewise.
10375 * gdb.reverse/solib-precsave.exp: Likewise.
10376 * gdb.reverse/solib-reverse.exp: Likewise.
10377 * gdb.server/solib-list.exp: Likewise.
10378 * gdb.threads/dlopen-libpthread.exp: Likewise.
10379 * gdb.threads/tls-shared.exp: Likewise.
10380 * gdb.threads/tls-so_extern.exp: Likewise.
10381 * gdb.trace/change-loc.exp: Likewise.
10382 * gdb.trace/ftrace-lock.exp: Likewise.
10383 * gdb.trace/ftrace.exp: Likewise.
10384 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10385 * gdb.trace/pending.exp: Likewise.
10386 * gdb.trace/range-stepping.exp: Likewise.
10387 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10388 (strace_info_marker): Likewise.
10389 (strace_probe_marker): Likewise.
10390 (strace_trace_on_same_addr): Likewise.
10391 (strace_trace_on_diff_addr): Likewise.
10392 * gdb.trace/trace-break.exp: Likewise.
10393 * gdb.trace/trace-condition.exp: Likewise.
10394 * gdb.trace/trace-mt.exp: Likewise.
10395
10396 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10397
10398 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10399 result of gdb_remote_download.
10400 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10401 * gdb.base/dso2dso.exp: Likewise.
10402 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10403 * gdb.base/print-file-var.exp: Likewise.
10404 * gdb.base/shlib-call.exp: Likewise.
10405 * gdb.base/shreloc.exp: Likewise.
10406 * gdb.base/solib-overlap.exp: Likewise.
10407 * gdb.base/solib-weak.exp (do_test): Likewise.
10408 * gdb.base/unload.exp: Likewise.
10409
10410 2016-04-27 Yao Qi <yao.qi@linaro.org>
10411
10412 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10413 exists.
10414
10415 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10416
10417 * vla-type.exp: Print structure from toplevel.
10418
10419 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10420
10421 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10422 of dynamic types.
10423 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10424 of dynamic types.
10425
10426 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10427
10428 * gdb.fortran/vla-type.f90: New file.
10429 * gdb.fortran/vla-type.exp: New file.
10430
10431 2016-04-25 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.base/branch-to-self.c: New file.
10434 * gdb.base/branch-to-self.exp: New file.
10435
10436 2016-04-22 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10439 more after $hex.
10440
10441 2016-04-22 Yao Qi <yao.qi@linaro.org>
10442
10443 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10444 * gdb.base/annota3.exp: Likewise.
10445
10446 2016-04-22 Yao Qi <yao.qi@linaro.org>
10447
10448 * gdb.reverse/step-precsave.exp: Do one step and test program
10449 stops in "callee" and do multiple steps until program goes out
10450 of "callee".
10451 * gdb.reverse/step-reverse.exp: Likewise.
10452
10453 2016-04-22 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.trace/signal.exp: Also pass if
10456 $tracepoint_hits($i) > $iterations.
10457
10458 2016-04-22 Yao Qi <yao.qi@linaro.org>
10459
10460 * gdb.trace/signal.c: New file.
10461 * gdb.trace/signal.exp: New file.
10462
10463 2016-04-19 Doug Evans <xdje42@gmail.com>
10464
10465 * gdb.base/bad-file.exp: New file.
10466
10467 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10468
10469 * gdb.dwarf2/implref.exp: New file.
10470
10471 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10472
10473 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10474 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10475 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10476 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10477 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10478 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10479 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10480 * lib/fortran.exp (fortran_int4): New procedure.
10481 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10482 (fortran_logical4): Likewise.
10483
10484 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10485
10486 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10487
10488 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10489
10490 * lib/compiler.c: Add Intel specific preprocessor macros.
10491 * lib/compiler.cc: Likewise.
10492
10493 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10494
10495 * gdb.server/connect-with-no-symbol-file.c: New file.
10496 * gdb.server/connect-with-no-symbol-file.exp: New file.
10497
10498 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10501
10502 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10503
10504 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10505 standard output directory.
10506
10507 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10508
10509 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10510
10511 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10512
10513 * gdb.btrace/instruction_history.c (loop): Add declaration.
10514
10515 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10516
10517 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10518
10519 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10520
10521 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10522 parentheses to print.
10523 (continue_handler): Likewise.
10524
10525 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10526
10527 * gdb.server/solib-list.exp: Remove is_remote check.
10528 Pass shlib= to gdb_compile. Don't link shared library with
10529 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10530 Run binary filename through "readlink -f" on the target.
10531
10532 2016-04-08 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10535 interpreter filename as argument to gdbserver_spawn.
10536 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10537 Return empty if $last_loaded_file does not exist.
10538
10539 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10542 * gdb.base/jit-main.c: Use exit after usage.
10543
10544 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10545
10546 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10547 GDBHISTSIZE prior to the tests.
10548 * gdb.base/gdbinit-history.exp: Likewise.
10549
10550 2016-04-07 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10553 instead of build_executable. Use gdb_load_shlibs.
10554
10555 2016-04-07 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10558 Execute "si" command.
10559
10560 2016-04-07 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10563 number instead of the comments on some line.
10564
10565 2016-04-06 Don Breazeal <donb@codesourcery.com>
10566
10567 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10568 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10569
10570 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10571
10572 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10573 standard_output_file. Remove unused binfile variable.
10574
10575 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10576
10577 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10578 * gdb.python/py-mi-objfile.exp: Match "list main" output
10579 in console format.
10580
10581 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10582
10583 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10584 absolute.
10585
10586 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10587
10588 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10589 absolute.
10590 * gdb.trace/ftrace.exp: Likewise.
10591 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10592 targets as well.
10593 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10594 (gdb_load_shlibs): Copy libraries to test directory when testing
10595 natively. Only set solib-search-path if testing remotely.
10596 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10597
10598 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10599
10600 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10601 gdb_download. Use it even if the target is not remote.
10602 * gdb.base/jit.exp (compile_jit_test): Likewise.
10603 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10604 output directory if the destination board is local, otherwise use
10605 the standard remote_download from DejaGnu.
10606 (gdb_download): Remove.
10607 (gdb_load_shlibs): Use gdb_remote_download instead of
10608 gdb_download.
10609 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10610 Use gdb_remote_download instead of gdb_download. Use it even if
10611 the target is not remote.
10612 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10613 instead of gdb_download.
10614
10615 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10616
10617 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10618 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10619 run.
10620
10621 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10622
10623 PR gdb/19820
10624 * gdb.base/printcmds.exp: Add artificial arrays tests.
10625
10626 2016-03-31 Pedro Alves <palves@redhat.com>
10627
10628 PR gdb/19858
10629 * gdb.base/jit-main.c: Include unistd.h.
10630 (ATTACH): Define to 0 if not already defined.
10631 (wait_for_gdb, mypid): New globals.
10632 (WAIT_FOR_GDB): New macro.
10633 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10634 some breakpoint locations.
10635 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10636 New procedures.
10637 (one_jit_test): Add REATTACH parameter, and handle it. Use
10638 continue_to_test_location.
10639 (top level): Test attach, and adjusts calls to one_jit_test.
10640
10641 2016-03-31 Pedro Alves <palves@redhat.com>
10642
10643 PR gdb/19858
10644 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10645 BINSUFFIX parameter, and handle it.
10646 (top level): Adjust calls compile_jit_test.
10647
10648 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10649
10650 PR python/19743
10651 * gdb.python/py-mi-events-gdb.py: New file.
10652 * gdb.python/py-mi-events.c: New file.
10653 * gdb.python/py-mi-events.exp: New file.
10654
10655 2016-03-30 Yao Qi <yao.qi@linaro.org>
10656
10657 * gdb.reverse/until-precsave.exp: Match function name only.
10658 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10659 Move malloc to a condition block.
10660 * gdb.reverse/until-reverse.exp: Match function name only.
10661
10662 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10663
10664 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10665 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10666 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10667 variable for GPR 0 instead of assuming it is register 0.
10668 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10669 * lib/trace-support.exp: Add s390 registers.
10670
10671 2016-03-29 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10674
10675 2016-03-24 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10678 test message.
10679
10680 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10681
10682 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10683 maintaining separate logic for constructing the output path.
10684
10685 2016-03-16 Don Breazeal <donb@codesourcery.com>
10686
10687 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10688 Retry fork and waitpid on interrupted system call errors.
10689 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10690 Use with_timeout_factor to increase timeout by factor of 10.
10691
10692 2016-03-15 Don Breazeal <donb@codesourcery.com>
10693
10694 * gdb.cp/scope-err.cc: New test program.
10695 * gdb.cp/scope-err.exp: New test script.
10696 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10697 lines and "set breakpoint here" comment.
10698 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10699 Fixed some whitespace and format issues.
10700 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10701 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10702
10703 2016-03-15 Doug Evans <dje@google.com>
10704
10705 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10706 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10707 All callers updated. Add tests for enums, mixed flags register.
10708
10709 2016-03-15 Doug Evans <dje@google.com>
10710
10711 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10712 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10713
10714 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10715
10716 * gdb.base/default.exp: Add $_as_string to the list of expected
10717 convenience functions.
10718
10719 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10720
10721 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10722
10723 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10724
10725 * gdb.python/py-as-string.exp: New file.
10726 * gdb.python/py-as-string.c: New file.
10727
10728 2016-03-09 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10731 signal" -> "Thread NN received signal" output change.
10732 * gdb.threads/ia64-sigill.exp: Likewise.
10733 * gdb.threads/linux-dp.exp: Likewise.
10734 * gdb.threads/manythreads.exp: Likewise.
10735 * gdb.threads/pending-step.exp: Likewise.
10736 * gdb.threads/print-threads.exp: Likewise.
10737 * gdb.threads/sigstep-threads.exp: Likewise.
10738 * gdb.threads/staticthreads.exp: Likewise.
10739 * gdb.threads/tls.exp: Likewise.
10740
10741 2016-03-09 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.base/command-line-input.exp: New file.
10744
10745 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10746
10747 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10748 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10749 * gdb.trace/pending.exp: Accept leading dot before function name.
10750 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10751 * lib/trace-support.exp: Set registers for ppc.
10752
10753 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10754
10755 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10756 use it for disassembly; accept .main in addition to main in backtrace.
10757
10758 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10759 Marcin Kościelnicki <koriakin@0x04.net>
10760
10761 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10762 (gdb_recursion_test_ptr): New global variable.
10763 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10764 gdb_recursion_test.
10765 (gdb_c_test): Ditto.
10766
10767 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10768
10769 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10770 ordering.
10771
10772 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10773
10774 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10775 (bar): Add bar_start_lbl label.
10776 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10777 of foo/bar for emitting DWARF and tracing.
10778
10779 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10780
10781 * analyze-racy-logs.py: Set executable bit.
10782
10783 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10784
10785 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10786 (CHECK_TARGET_TMP): Likewise.
10787 (check-single-racy): New rule.
10788 (check-parallel-racy): Likewise.
10789 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10790 (do-check-parallel-racy): New rule.
10791 (check-racy/%.exp): Likewise.
10792 * README (Racy testcases): New section.
10793 * analyze-racy-logs.py: New file.
10794
10795 2016-03-03 Doug Evans <dje@google.com>
10796
10797 * gdb.base/skip.exp: Use with_test_prefix.
10798
10799 2016-03-03 Yao Qi <yao.qi@linaro.org>
10800
10801 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10802 Invoke step_over_syscall "clone" and break_cond_on_syscall
10803 "clone".
10804 * gdb.base/step-over-clone.c: New file.
10805
10806 2016-03-03 Yao Qi <yao.qi@linaro.org>
10807
10808 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10809 code format.
10810
10811 2016-03-03 Yao Qi <yao.qi@linaro.org>
10812
10813 * gdb.base/disp-step-fork.c: Rename to ...
10814 * gdb.base/step-over-fork.c: ... it. New file.
10815 * gdb.base/disp-step-vfork.c: Rename to ...
10816 * gdb.base/step-over-vfork.c: ... it. New file.
10817 * gdb.base/disp-step-syscall.exp: Rename to ...
10818 * gdb.base/step-over-syscall.exp: ... it. New file.
10819 (disp_step_cross_syscall): Rename to ...
10820 (step_over_syscall): ... it.
10821
10822 2016-03-03 Yao Qi <yao.qi@linaro.org>
10823
10824 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10825 If target supports condition evaluation on target, invoke
10826 break_cond_on_syscall for fork and vfork.
10827
10828 2016-03-03 Yao Qi <yao.qi@linaro.org>
10829
10830 * gdb.base/disp-step-syscall.exp: Don't invoke
10831 support_displaced_stepping.
10832 (disp_step_cross_syscall): Test with displaced stepping off and
10833 on if supported.
10834
10835 2016-03-03 Yao Qi <yao.qi@linaro.org>
10836
10837 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10838 proc.
10839 (setup): New proc.
10840 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10841 and setup.
10842
10843 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10844
10845 * gdb.fortran/vla-history.exp: Remove breakpoint.
10846
10847 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10848
10849 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10850 exceeds timeout.
10851
10852 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10853
10854 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10855 breakpoint.
10856
10857 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10858
10859 * gdb.mi/vla.f90: Nullify pointer after declaration.
10860
10861 2016-03-01 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10864
10865 2016-03-01 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10868 before anything else.
10869 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10870 _GNU_SOURCE here.
10871 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10872 before anything else.
10873 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10874
10875 2016-03-01 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10878
10879 2016-03-01 Yao Qi <yao.qi@linaro.org>
10880
10881 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10882 prepare_for_testing.
10883
10884 2016-03-01 Yao Qi <yao.qi@linaro.org>
10885
10886 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10887
10888 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10889
10890 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10891 manually constructing the output path.
10892
10893 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10894
10895 * gdb.arch/s390-stackless.S: New.
10896 * gdb.arch/s390-stackless.exp: New.
10897
10898 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10899
10900 * gdb.dlang/circular.c: New file.
10901 * gdb.dlang/circular.exp: New file.
10902
10903 2016-02-26 Yao Qi <yao.qi@linaro.org>
10904
10905 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10906 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10907 (testcases): Update.
10908
10909 2016-02-26 Yao Qi <yao.qi@linaro.org>
10910
10911 * gdb.reverse/aarch64.c: Rename to ...
10912 * gdb.reverse/insn-reverse.c: ... it.
10913 * gdb.reverse/aarch64.exp: Rename to ...
10914 * gdb.reverse/insn-reverse.exp: ... it.
10915
10916 2016-02-26 Yao Qi <yao.qi@linaro.org>
10917
10918 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10919 (testcase_ftype): New.
10920 (testcases): New array.
10921 (n_testcases): New.
10922 (main): Call each element in testcases.
10923 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10924 (read_testcase): New.
10925 Do the tests in a loop.
10926
10927 2016-02-25 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.base/branches.c: Remove.
10930
10931 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10932
10933 PR gdb/13808
10934 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10935
10936 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10937
10938 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10939
10940 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10941
10942 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10943 change x86_64 call_insn to 'callq'.
10944
10945 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10946
10947 * gdb.trace/tfile-avx.c: Move to...
10948 * gdb.trace/tracefile-pseudo-reg.c: Here.
10949 * gdb.trace/tfile-avx.exp: Move to...
10950 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10951
10952 2016-02-24 Gary Benson <gbenson@redhat.com>
10953
10954 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10955 message on attach.
10956
10957 2016-02-23 Doug Evans <dje@google.com>
10958
10959 * gdb.base/skip.c (test_skip): New function.
10960 (end_test_skip_file_and_function): New function.
10961 (test_skip_file_and_function): New function.
10962 * gdb.base/skip1.c (test_skip): New function.
10963 (skip1_test_skip_file_and_function): New function.
10964 * gdb.base/skip.exp: Add tests for new skip options.
10965 * gdb.base/skip-solib.exp: Update expected output.
10966 * gdb.perf/skip-command.cc: New file.
10967 * gdb.perf/skip-command.exp: New file.
10968 * gdb.perf/skip-command.py: New file.
10969
10970 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10971
10972 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10973 info registers pattern.
10974
10975 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10976
10977 * lib/future.exp: Add D support.
10978 (gdb_find_gdc): New proc.
10979 (gdb_default_target_compile): Add D support.
10980
10981 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10982
10983 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10984 user+system time.
10985 (trace_speed_test): Determine the iteration count for a time
10986 between 15..30 seconds.
10987
10988 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10989
10990 * gdb.arch/i386-mpx-sigsegv.c: New file.
10991 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10992 * gdb.arch/i386-mpx-simple_segv.c: New file.
10993 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10994
10995 2016-02-18 Yao Qi <yao.qi@linaro.org>
10996
10997 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10998 Don't call setup_kfail.
10999
11000 2016-02-18 Yao Qi <yao.qi@linaro.org>
11001
11002 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11003 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11004
11005 2016-02-16 Doug Evans <dje@google.com>
11006
11007 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11008 * gdb.base/skip1.c: Ditto.
11009 * gdb.base/skip.exp: Whitespace cleanup.
11010
11011 2016-02-16 Don Breazeal <donb@codesourcery.com>
11012
11013 PR remote/19496
11014 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11015 Remove kfail for PR remote/19496.
11016
11017 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11018
11019 * lib/gdb.exp (standard_temp_file): Return a path specific to
11020 the runtest invocation.
11021
11022 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11023
11024 * gdb.trace/save-trace.exp: Change relative path to be in the
11025 standard output directory.
11026
11027 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11028
11029 * gdb.arch/i386-prologue.c: Add missing prototypes.
11030
11031 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11034 * gdb.arch/i386-prologue.exp: Likewise.
11035 * gdb.arch/i386-size.exp: Likewise.
11036
11037 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11038
11039 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11040 define object file path.
11041 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11042 file path.
11043 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11044 standard_output_file to define binfile.
11045
11046 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11047
11048 Fix compatibility with recent gfortran-5.3.1.
11049 * gdb.fortran/vla-history.exp (print vla1 allocated)
11050 (print vla2 allocated, print $2, print $3): Remove
11051 (print $4): Rename to ...
11052 (print $2): ... here.
11053 (print $9): Rename to ...
11054 (print $5): ... here.
11055 (print $10): Rename to ...
11056 (print $6): ... here.
11057 * gdb.fortran/vla.f90: Add pvla initialization.
11058
11059 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11060
11061 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11062 New test.
11063 * gdb.fortran/vla-value-sub.exp: Likewise.
11064
11065 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11066
11067 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11068
11069 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11070
11071 * i386-biarch-core.exp: Define corefile using
11072 standard_output_file.
11073
11074 2016-02-12 Yao Qi <yao.qi@linaro.org>
11075
11076 * gdb.arch/arm-single-step-kernel-helper.c: New.
11077 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11078
11079 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11080
11081 * gdb.btrace/tailcall-only.exp: New.
11082 * gdb.btrace/tailcall-only.c: New.
11083 * gdb.btrace/x86_64-tailcall-only.S: New.
11084 * gdb.btrace/i686-tailcall-only.S: New.
11085
11086 2016-02-11 Pedro Alves <palves@redhat.com>
11087
11088 * README (Parallel testing): Add missing double quotes.
11089
11090 2016-02-11 Pedro Alves <palves@redhat.com>
11091
11092 * README (Parallel testing): New section.
11093 (GDB_PARALLEL): Rewrite.
11094 (FORCE_PARALLEL): Document.
11095
11096 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11097
11098 * gdb.trace/tfile-avx.c: New test.
11099 * gdb.trace/tfile-avx.exp: New test.
11100
11101 2016-02-09 Keith Seitz <keiths@redhat.com>
11102
11103 PR breakpoints/19546
11104 * gdb.base/infcall-exec.c: New file.
11105 * gdb.base/infcall-exec2.c: New file.
11106 * gdb.base/infcall-exec.exp: New file.
11107
11108 2016-02-09 Keith Seitz <keiths@redhat.com>
11109
11110 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11111 (toplevel): Call test_bkpt_address.
11112
11113 2016-02-09 Keith Seitz <keiths@redhat.com>
11114
11115 PR python/19506
11116 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11117 (toplevel): Call test_bkpt_address.
11118
11119 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11120
11121 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11122 to AC_OUTPUT.
11123 * configure: Regenerate.
11124
11125 2016-02-09 Pedro Alves <palves@redhat.com>
11126
11127 PR breakpoints/19548
11128 * gdb.base/execl-update-breakpoints.c (some_function): New
11129 function.
11130 (main): Call it.
11131 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11132 Tighten expected GDB output.
11133
11134 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11135
11136 * Makefile.in (ALL_SUBDIRS): Remove.
11137 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11138 (distclean maintainer-clean realclean): Likewise.
11139 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11140 * configure: Regenerate.
11141 * gdb.ada/Makefile.in: Delete.
11142 * gdb.arch/Makefile.in: Likewise.
11143 * gdb.asm/Makefile.in: Likewise.
11144 * gdb.base/Makefile.in: Likewise.
11145 * gdb.btrace/Makefile.in: Likewise.
11146 * gdb.cell/Makefile.in: Likewise.
11147 * gdb.compile/Makefile.in: Likewise.
11148 * gdb.cp/Makefile.in: Likewise.
11149 * gdb.disasm/Makefile.in: Likewise.
11150 * gdb.dlang/Makefile.in: Likewise.
11151 * gdb.dwarf2/Makefile.in: Likewise.
11152 * gdb.fortran/Makefile.in: Likewise.
11153 * gdb.gdb/Makefile.in: Likewise.
11154 * gdb.go/Makefile.in: Likewise.
11155 * gdb.guile/Makefile.in: Likewise.
11156 * gdb.java/Makefile.in: Likewise.
11157 * gdb.linespec/Makefile.in: Likewise.
11158 * gdb.mi/Makefile.in: Likewise.
11159 * gdb.modula2/Makefile.in: Likewise.
11160 * gdb.multi/Makefile.in: Likewise.
11161 * gdb.objc/Makefile.in: Likewise.
11162 * gdb.opencl/Makefile.in: Likewise.
11163 * gdb.opt/Makefile.in: Likewise.
11164 * gdb.pascal/Makefile.in: Likewise.
11165 * gdb.perf/Makefile.in: Likewise.
11166 * gdb.python/Makefile.in: Likewise.
11167 * gdb.reverse/Makefile.in: Likewise.
11168 * gdb.server/Makefile.in: Likewise.
11169 * gdb.stabs/Makefile.in: Likewise.
11170 * gdb.threads/Makefile.in: Likewise.
11171 * gdb.trace/Makefile.in: Likewise.
11172 * gdb.xml/Makefile.in: Likewise.
11173 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11174 GDB_PARALLEL.
11175 (standard_output_file): Remove check for GDB_PARALLEL, always
11176 return path in outputs/$subdir/$testname.
11177
11178 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11181 (site.exp): Assign abs_srcdir to tcl's srcdir.
11182
11183 2016-02-04 Yao Qi <yao.qi@linaro.org>
11184
11185 * gdb.base/foll-exec-mode.c: Include limits.h.
11186 (main): Add parameters argc and argv. Get directory from
11187 argv[0].
11188 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11189 compilation.
11190 * gdb.base/foll-exec.c: Include limits.h.
11191 (main): Add parameters argc and argv.
11192 Get directory from argv[0].
11193 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11194 Adjust tests on the number of lines as source code changed.
11195 * gdb.base/foll-vfork-exit.c: Include limits.h.
11196 (main): Add one line of statement before vfork.
11197 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11198 (main): Add parameters argc and argv. Get directory from
11199 argv[0].
11200 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11201 (setup_gdb): Set tbreak to skip some source lines.
11202 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11203 (main): Add parameters argc and argv. Get directory from
11204 argv[0].
11205 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11206 compilation.
11207 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11208 (main): Add parameters argc and argv. Get directory from
11209 argv[0].
11210 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11211 compilation.
11212
11213 2016-02-01 Doug Evans <dje@google.com>
11214
11215 * gdb.base/skip.exp: Clean up multiple references to same test name.
11216
11217 2016-02-01 Pedro Alves <palves@redhat.com>
11218
11219 PR remote/19496
11220 * gdb.threads/forking-threads-plus-breakpoint.exp
11221 (displaced_stepping_supported): New global.
11222 (probe_displaced_stepping_support): New procedure.
11223 (do_test): Add 'displaced' parameter, and use it.
11224 (top level): Check for displaced stepping support. Add displaced
11225 stepping on/off testing axis.
11226
11227 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11228
11229 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11230 pointer. Don't perform further tests on the unassociated pointer
11231 if the first test fails.
11232
11233 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11234
11235 * gdb.base/max-value-size.c: New file.
11236 * gdb.base/max-value-size.exp: New file.
11237 * gdb.base/huge.exp: Disable max-value-size for this test.
11238
11239 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11240
11241 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11242
11243 2016-01-28 Yao Qi <yao.qi@linaro.org>
11244
11245 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11246
11247 2016-01-25 Pedro Alves <palves@redhat.com>
11248
11249 PR threads/19461
11250 * gdb.base/fork-running-state.c: New file.
11251 * gdb.base/fork-running-state.exp: New file.
11252
11253 2016-01-25 Pedro Alves <palves@redhat.com>
11254
11255 PR gdb/19494
11256 * gdb.base/catch-fork-kill.c: New file.
11257 * gdb.base/catch-fork-kill.exp: New file.
11258
11259 2016-01-25 Pedro Alves <palves@redhat.com>
11260
11261 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11262 Delete, moved to lib/gdb.exp.
11263 * gdb.threads/forking-threads-plus-breakpoint.exp
11264 (foreach_with_prefix): Likewise.
11265 * gdb.threads/process-dies-while-handling-bp.exp
11266 (foreach_with_prefix): Likewise.
11267 * lib/gdb.exp (foreach_with_prefix): New procedure.
11268
11269 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11270
11271 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11272 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11273
11274 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11275
11276 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11277 endian targets.
11278
11279 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11280 Pedro Alves <palves@redhat.com>
11281
11282 Fix testsuite compatibility with Guile.
11283 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11284 number.
11285
11286 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 Fix testsuite compatibility with Guile.
11289 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11290 (thread 1): New test for backtrace through signal handler.
11291
11292 2016-01-22 Yao Qi <yao.qi@linaro.org>
11293
11294 PR testsuite/19491
11295 * gdb.base/multi-forks.c: Include
11296 ../lib/unbuffer_output.c
11297 (main): Call gdb_unbuffer_output.
11298
11299 2016-01-21 Doug Evans <dje@google.com>
11300
11301 * lib/ada.exp (gdb_compile_ada): Fix typo.
11302
11303 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.base/break-fun-addr.exp: New file.
11306 * gdb.base/break-fun-addr1.c: New file.
11307 * gdb.base/break-fun-addr2.c: New file.
11308
11309 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11310
11311 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11312 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11313 enum flag values.
11314
11315 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11316
11317 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11318 when GDB can not set the vector return value. Add more comments
11319 for clarification.
11320
11321 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11322
11323 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11324 command.
11325
11326 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11327
11328 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11329
11330 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11331
11332 * Makefile.in (check-single): Pass --status to runtest.
11333 (check/%.exp): Likewise.
11334
11335 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 * Makefile.in (check-parallel): Propagate return code from make
11338 do-check-parallel.
11339
11340 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11341
11342 * gdb.trace/ftrace.exp: Fix expected message on continue.
11343 * gdb.trace/pending.exp: Fix expected message on continue.
11344 * gdb.trace/trace-break.exp: Fix expected message on continue.
11345
11346 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11347
11348 * lib/gdb.exp (gdb_test): Remove unused global references.
11349
11350 2016-01-18 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.base/async-shell.exp: Adjust expected output.
11353 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11354 * gdb.base/siginfo-thread.exp: Adjust expected output.
11355 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11356 * gdb.java/jnpe.exp: Adjust expected output.
11357 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11358 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11359 * gdb.threads/leader-exit.exp: Adjust expected output.
11360 * gdb.threads/manythreads.exp: Adjust expected output.
11361 * gdb.threads/pthreads.exp: Adjust expected output.
11362 * gdb.threads/schedlock.exp: Adjust expected output.
11363 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11364 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11365 expected output.
11366 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11367 output.
11368 * gdb.threads/sigthread.exp: Adjust expected output.
11369 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11370
11371 2016-01-18 Yao Qi <yao.qi@linaro.org>
11372
11373 * gdb.guile/scm-section-script.c: Replace @progbits with
11374 %progbits.
11375 * gdb.python/py-section-script.c: Likewise.
11376
11377 2016-01-15 Pedro Alves <palves@redhat.com>
11378
11379 * gdb.multi/tids.exp: Test star wildcard ranges.
11380
11381 2016-01-15 Pedro Alves <palves@redhat.com>
11382
11383 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11384 command from "thread apply" invocation.
11385 (thr_apply_info_thr_invalid): Default the expected output to the
11386 input tid list.
11387 (top level): Add tests that use convenience variables. Add tests
11388 for "thread apply" with a valid TID list, but missing the command.
11389
11390 2016-01-13 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.base/default.exp: Expect $_gthread as well.
11393 * gdb.multi/tids.exp: Test $_gthread.
11394 * gdb.threads/thread-specific.exp: Test $_gthread.
11395
11396 2016-01-13 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.multi/tids.exp: Test "info threads -gid".
11399
11400 2016-01-13 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11403 Breakpoint.thread.
11404 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11405
11406 2016-01-07 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.base/break.exp: Adjust to output changes.
11409 * gdb.base/hbreak2.exp: Likewise.
11410 * gdb.base/sepdebug.exp: Likewise.
11411 * gdb.base/watch_thread_num.exp: Likewise.
11412 * gdb.linespec/keywords.exp: Likewise.
11413 * gdb.multi/info-threads.exp: Likewise.
11414 * gdb.threads/thread-find.exp: Likewise.
11415 * gdb.multi/tids.c: New file.
11416 * gdb.multi/tids.exp: New file.
11417
11418 2016-01-13 Pedro Alves <palves@redhat.com>
11419
11420 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11421
11422 2016-01-13 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/default.exp: Expect $_inferior as well.
11425 * gdb.multi/base.exp: Test $_inferior.
11426
11427 2016-01-13 Pedro Alves <palves@redhat.com>
11428
11429 PR breakpoints/19388
11430 * gdb.base/catch-signal-siginfo-cond.c: New file.
11431 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11432
11433 2016-01-12 Josh Stone <jistone@redhat.com>
11434 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11435
11436 * gdb.base/catch-syscall.c (do_execve): New variable.
11437 (main): Conditionally trigger an execve.
11438 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11439 (test_catch_syscall_execve): New, check entry/return across execve.
11440 (do_syscall_tests): Call test_catch_syscall_execve.
11441
11442 2016-01-12 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.base/random-signal.exp (do_test): New procedure, with body
11445 of testcase moved in.
11446
11447 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11448 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.base/funcargs.exp (finish from indirectly called function):
11451 Reintroduce the case for 'First'.
11452
11453 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11454 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11457 (tcatch_vfork_then_child_follow_exec)
11458 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11459 identification.
11460
11461 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11462
11463 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11464 and repeats to unlimited.
11465 * gdb.python/py-value.exp: Likewise.
11466 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11467 and repeats to unlimited.
11468
11469 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11470
11471 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11472 and reordering the functions.
11473 * gdb.multi/hangout.c: Likewise.
11474 * gdb.multi/hello.c: Likewise.
11475
11476 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11477
11478 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11479 absolute.
11480 (SingleStatisticTestResult.report): Use dict.keys instead of
11481 dict.iterkeys.
11482
11483 2016-01-06 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11486
11487 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11488
11489 * gdb.btrace/dlopen.exp: New.
11490 * gdb.btrace/dlopen.c: New.
11491 * gdb.btrace/dlopen-dso.c: New.
11492
11493 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11494
11495 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11496 PATTERN argument is optional.
11497
11498 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11499
11500 * lib/ada.exp (target_compile_ada_from_dir): New function.
11501 (gdb_compile_ada): Reimplement avoiding the use of project files.
11502 * gdb.ada/gnat_ada.gpr: Delete.
11503 * gdb.ada/cond_lang.exp: Adjust test to make path before
11504 filename optional.
11505 * gdb.ada/small_reg_param.exp: Likewise.
11506
11507 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11508
11509 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11510
11511 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11512
11513 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11514 case.
11515
11516 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11517
11518 * gdb.base/break.exp: Remove dead code.
11519 * gdb.base/sepdebug.exp: Likewise.
11520
11521 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11522
11523 * gdb.asm/asm-source.exp: Remove HP-UX references.
11524 * gdb.base/annota1.exp: Likewise.
11525 * gdb.base/annota3.exp: Likewise.
11526 * gdb.base/attach.exp: Likewise.
11527 * gdb.base/bigcore.exp: Likewise.
11528 * gdb.base/break.exp: Likewise.
11529 * gdb.base/call-ar-st.exp: Likewise.
11530 * gdb.base/callfuncs.exp: Likewise.
11531 * gdb.base/catch-fork-static.exp: Likewise.
11532 * gdb.base/display.exp: Likewise.
11533 * gdb.base/foll-exec-mode.exp: Likewise.
11534 * gdb.base/foll-exec.exp: Likewise.
11535 * gdb.base/foll-fork.exp: Likewise.
11536 * gdb.base/foll-vfork.exp: Likewise.
11537 * gdb.base/funcargs.exp: Likewise.
11538 * gdb.base/hbreak2.exp: Likewise.
11539 * gdb.base/inferior-died.exp: Likewise.
11540 * gdb.base/interrupt.exp: Likewise.
11541 * gdb.base/multi-forks.exp: Likewise.
11542 * gdb.base/nodebug.exp: Likewise.
11543 * gdb.base/sepdebug.exp: Likewise.
11544 * gdb.base/solib1.c: Likewise.
11545 * gdb.base/step-test.exp: Likewise.
11546 * gdb.mi/non-stop.c: Likewise.
11547 * gdb.mi/pthreads.c: Likewise.
11548 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11549 * gdb.threads/pthreads.c: Likewise.
11550 * gdb.threads/staticthreads.exp: Likewise.
11551 * lib/future.exp: Likewise.
11552 * lib/gdb.exp: Likewise.
11553 * gdb.base/so-indr-cl.c: Remove.
11554 * gdb.base/so-indr-cl.exp: Likewise.
11555 * gdb.base/solib.c: Likewise.
11556 * gdb.base/solib.exp: Likewise.
11557 * gdb.base/solib2.c: Likewise.
11558
11559 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11560
11561 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11562 * gdb.base/call-ar-st.exp: Likewise.
11563 * gdb.base/callfuncs.exp: Likewise.
11564 * gdb.base/condbreak.exp: Likewise.
11565 * gdb.base/constvars.exp: Likewise.
11566 * gdb.base/hbreak2.exp: Likewise.
11567 * gdb.base/langs.exp: Likewise.
11568 * gdb.base/list.exp: Likewise.
11569 * gdb.base/long_long.exp: Likewise.
11570 * gdb.base/ptype.exp: Likewise.
11571 * gdb.base/scope.exp: Likewise.
11572 * gdb.base/signals.exp: Likewise.
11573 * gdb.base/so-impl-ld.exp: Likewise.
11574 * gdb.base/varargs.exp: Likewise.
11575 * gdb.base/volatile.exp: Likewise.
11576 * gdb.base/whatis.exp: Likewise.
11577 * gdb.cp/cplusfuncs.exp: Likewise.
11578 * gdb.cp/inherit.exp: Likewise.
11579 * gdb.cp/local.exp: Likewise.
11580 * gdb.cp/member-ptr.exp: Likewise.
11581 * gdb.cp/method.exp: Likewise.
11582 * gdb.cp/overload.exp: Likewise.
11583 * gdb.cp/templates.exp: Likewise.
11584 * gdb.stabs/weird.exp: Likewise.
11585 * lib/compiler.c: Likewise.
11586 * lib/compiler.cc: Likewise.
11587 * lib/cp-support.exp: Likewise.
11588 * lib/gdb.exp: Likewise.
11589
11590 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11591
11592 * configure.ac: Remove HP-UX case.
11593 * configure: Regenerate.
11594
11595 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11596
11597 * lib/gdb.exp (gdb_compile): Add function doc.
11598
11599 2015-12-17 Pedro Alves <palves@redhat.com>
11600
11601 PR threads/19354
11602 * gdb.multi/info-threads.exp: New file.
11603
11604 2015-12-15 Yao Qi <yao.qi@linaro.org>
11605
11606 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11607 is aarch64*-*-*.
11608
11609 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11610
11611 * gdb.base/history-duplicates.exp: Skip if no readline support.
11612
11613 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11614
11615 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11616
11617 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11618
11619 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11620
11621 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11622
11623 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11624 ctrl-C if nointerrupts target property is set.
11625 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11626 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11627 * gdb.base/paginate-bg-execution.exp: Likewise.
11628 * gdb.base/paginate-execution-startup.exp: Likewise.
11629 * gdb.base/random-signal.exp: Likewise.
11630 * gdb.base/range-stepping.exp: Likewise.
11631 * gdb.cp/annota2.exp: Likewise.
11632 * gdb.cp/annota3.exp: Likewise.
11633 * gdb.gdb/selftest.exp: Likewise.
11634 * gdb.threads/continue-pending-status.exp: Likewise.
11635 * gdb.threads/leader-exit.exp: Likewise.
11636 * gdb.threads/manythreads.exp: Likewise.
11637 * gdb.threads/pthreads.exp: Likewise.
11638 * gdb.threads/schedlock.exp: Likewise.
11639 * gdb.threads/sigthread.exp: Likewise.
11640
11641 2015-12-11 Don Breazeal <donb@codesourcery.com>
11642
11643 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11644 remote.
11645 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11646 * gdb.base/foll-exec.exp (main): Enable for target remote.
11647 * gdb.base/foll-fork.exp (main): Likewise.
11648 * gdb.base/foll-vfork.exp (main): Likewise.
11649 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11650 (proc continue_to_exit_bp_loc): Use clean_restart.
11651 * gdb.base/pie-execl.exp (main): Disable for target remote.
11652 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11653 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11654 * gdb.threads/execl.exp (main): Likewise.
11655 * gdb.threads/fork-child-threads.exp (main): Likewise.
11656 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11657 remote.
11658 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11659 remote.
11660 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11661 pid.tid style ptids, instead of just tid.
11662 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11663 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11664 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11665 ptids, instead of just tid.
11666
11667 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11668
11669 * gdb.base/list.exp (test_list_forward): Add end of file error
11670 test.
11671 (test_repeat_list_command): Add end of file error test.
11672 (test_list_backwards): Add beginning of file error test.
11673
11674 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11675
11676 * gdb.base/list.exp (test_list_invalid_args): New function,
11677 defined, and called.
11678
11679 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11680
11681 * gdb.base/list.exp (test_list): Make test names unique.
11682
11683 2015-12-11 Yao Qi <yao.qi@linaro.org>
11684
11685 * gdb.base/coremaker2.c: Remove.
11686
11687 2015-12-10 Pedro Alves <palves@redhat.com>
11688
11689 * gdb.multi/base.exp: Remove stale "spaces" references.
11690
11691 2015-12-10 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.multi/base.exp: Don't use nowarnings.
11694 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11695 * gdb.multi/hangout.c: Include stdio.h.
11696 * gdb.multi/hello.c: Include stdlib.h.
11697 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11698 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11699 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11700
11701 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11702
11703 * gdb.dwarf2/dw2-ranges-base.c: New file.
11704 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11705 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11706 support additional line table, and debug ranges generation.
11707 (Dwarf::ranges): New function, generate .debug_ranges.
11708 (Dwarf::lines): Support generating simple line table programs.
11709 (Dwarf::assemble): Initialise new namespace variables.
11710
11711 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11712
11713 * gdb.base/async.exp (proc test_background): Add case for
11714 asynchronous execution not supported.
11715
11716 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11717
11718 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11719 format and change test names to make them unique.
11720
11721 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11722 Pedro Alves <pedro@redhat.com>
11723
11724 PR gdb/18702
11725 Add checking of floatformats setup on x86_64 hosts.
11726 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11727 (smallval, bigval): New labels/constants.
11728 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11729 float" after loading bigval and smallval.
11730
11731 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11732
11733 * gdb.ada/fun_overload_menu.exp: New testcase.
11734 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11735
11736 2015-12-04 Josh Stone <jistone@redhat.com>
11737
11738 * gdb.base/catch-fork-static.exp: New.
11739
11740 2015-12-03 Yao Qi <yao.qi@linaro.org>
11741
11742 * gdb.base/sizeof.c: Don't include stdio.h and
11743 ../lib/unbuffer_output.c.
11744 (main): New variable 'size' and 'value'. Remove printf and
11745 gdb_unbuffer_output. Assign return value to size and value.
11746 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11747 at the beginning.
11748 (check_sizeof): Check the result by printing variable 'size'.
11749 (check_valueof): Check the result by printing variable 'value'.
11750
11751 2015-12-01 Yao Qi <yao.qi@linaro.org>
11752
11753 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11754 for aarch64*-*-linux* target.
11755
11756 2015-11-30 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11759
11760 2015-11-30 Pedro Alves <palves@redhat.com>
11761
11762 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11763 Handle non-stop mode vCont replies.
11764
11765 2015-11-30 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11768 prepare_for_testing. Start gdb with "set non-stop on" appended to
11769 GDBFLAGS. Lax expected stop output.
11770
11771 2015-11-27 Yao Qi <yao.qi@linaro.org>
11772
11773 * gdb.arch/arm-neon.exp: New.
11774 * gdb.arch/arm-neon.c: New.
11775
11776 2015-11-27 Yao Qi <yao.qi@linaro.org>
11777
11778 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11779
11780 2015-11-27 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11783 frames-invalid annotation.
11784
11785 2015-11-27 Yao Qi <yao.qi@linaro.org>
11786
11787 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11788
11789 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * gdb.threads/names.exp: New file.
11792 * gdb.threads/names.c: New file.
11793 * README: Mention gdb,no_thread_names.
11794
11795 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11796
11797 PR 19297
11798 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11799 support" error.
11800
11801 2015-11-24 Pedro Alves <palves@redhat.com>
11802
11803 PR 17539
11804 * gdb.base/display.exp: Expect displays to be sorted in ascending
11805 order. Use multi_line.
11806 * gdb.base/solib-display.exp: Likewise.
11807
11808 2015-11-24 Pedro Alves <palves@redhat.com>
11809
11810 PR 17539
11811 * gdb.base/display.exp: Expect displays to be sorted in ascending
11812 order. Use multi_line.
11813 * gdb.base/solib-display.exp: Likewise.
11814
11815 2015-11-24 Pedro Alves <palves@redhat.com>
11816
11817 PR 17539
11818 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11819 threads in ascending order.
11820 * gdb.base/foll-fork.exp: Likewise.
11821 * gdb.base/foll-vfork.exp: Likewise.
11822 * gdb.base/multi-forks.exp: Likewise.
11823 * gdb.mi/mi-nonstop.exp: Likewise.
11824 * gdb.mi/mi-nsintrall.exp: Likewise.
11825 * gdb.multi/base.exp: Likewise.
11826 * gdb.multi/multi-arch.exp: Likewise.
11827 * gdb.python/py-inferior.exp: Likewise.
11828 * gdb.threads/break-while-running.exp: Likewise.
11829 * gdb.threads/execl.exp: Likewise.
11830 * gdb.threads/gcore-thread.exp: Likewise.
11831 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11832 * gdb.threads/kill.exp: Likewise.
11833 * gdb.threads/linux-dp.exp: Likewise.
11834 * gdb.threads/multiple-step-overs.exp: Likewise.
11835 * gdb.threads/next-bp-other-thread.exp: Likewise.
11836 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11837 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11838 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11839 * gdb.threads/thread-find.exp: Likewise.
11840 * gdb.threads/tls.exp: Likewise.
11841 * lib/mi-support.exp (mi_reverse_list): Delete.
11842 (mi_check_thread_states): No longer reverse list.
11843
11844 2015-11-24 Pedro Alves <palves@redhat.com>
11845
11846 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11847 use lowercase.
11848
11849 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11850
11851 * gdb.trace/actions.c: Include trace-common.h.
11852 (main): Add a location for a fast tracepoint.
11853 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11854 the normal tracepoints.
11855 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11856
11857 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11858
11859 * save-trace.exp: Factor out code to these...
11860 (gdb_save_tracepoints): New.
11861 (gdb_load_tracepoints): New.
11862 (do_save_load_test): New.
11863
11864 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11865
11866 * gdb.base/asmlabel.exp: New test.
11867 * gdb.base/asmlabel.c: New test case.
11868
11869 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11870
11871 * gdb.base/wrong_frame_bt_full-main.c: New file.
11872 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11873 * gdb.base/wrong_frame_bt_full.exp: New file.
11874
11875 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11876
11877 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11878
11879 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11880
11881 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11882 pstate register when comparing registers values in
11883 sparc64-*-linux-gnu targets to avoid spurious differences.
11884
11885 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11886
11887 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11888
11889 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11890
11891 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11892 as type argument to gdb_compile.
11893 * gdb.base/nested-subp2.exp: Likewise.
11894 * gdb.base/nested-subp3.exp: Likewise.
11895
11896 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11897
11898 * lib/dwarf.exp (_note): Fix left shift of negative value.
11899 * gdb.trace/trace-condition.exp: Likewise.
11900
11901 2015-11-13 Yao Qi <yao.qi@linaro.org>
11902
11903 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11904 comments about d10v.
11905 (test_scalar_returns): Likewise.
11906 * gdb.base/d10v.ld: Remove.
11907 * gdb.base/overlays.exp: Remove the target triplet checking for
11908 d10v-*-*.
11909 * gdb.base/structs.exp (test_struct_returns): Remove the
11910 comments about d10v.
11911 (test_struct_calls): Likewise.
11912
11913 2015-11-13 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11916 * gdb.base/gnu_vector.c: Don't include stdio.h.
11917 (main): Don't print res and call add_some_intvecs.
11918
11919 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11920
11921 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11922 macro.
11923 (func5): Removed.
11924 (func4): Use FAST_TRACEPOINT_LABEL.
11925 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11926 macro.
11927 (func): Removed.
11928 (thread_function): Use FAST_TRACEPOINT_LABEL.
11929 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11930 (func): Remove.
11931 (marker): Use FAST_TRACEPOINT_LABEL.
11932 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11933 (pendfunc1): Remove.
11934 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11935 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11936 (foo): Remove.
11937 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11938 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11939 macro.
11940 (func): Remove.
11941 (marker): Use FAST_TRACEPOINT_LABEL.
11942 * gdb.trace/trace-common.h: New header.
11943 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11944 macro.
11945 (func): Remove.
11946 (marker): Use FAST_TRACEPOINT_LABEL.
11947 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11948 (func): Remove.
11949 (thread_function): Use FAST_TRACEPOINT_LABEL.
11950
11951 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11952
11953 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11954 in front.
11955 * gdb.trace/change-loc.exp: Use global pcreg definition.
11956 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11957 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11958 in front.
11959 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11960 * gdb.trace/pending.exp: Likewise.
11961 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11962 * gdb.trace/trace-break.exp: Likewise.
11963 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11964 in front.
11965 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11966 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11967 in front.
11968 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11969
11970 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.ada/fin_fun_out: New testcase.
11973
11974 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11975
11976 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11977 value associated with DW_AT_byte_size.
11978 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11979 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11980 DW_AT_upper_bound.
11981
11982 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11983
11984 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11985 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11986 version.
11987 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11988 gdb.dwarf2/dw2-canonicalize-type.exp,
11989 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11990 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11991 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11992 provided by gdb_target_symbol_prefix_flags_asm.
11993 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11994 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11995 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11996 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11997 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11998 macros where needed). Use this macro for symbols which require
11999 the prefix provided by SYMBOL_PREFIX.
12000
12001 2015-11-05 Kevin Buettner <kevinb@redhat.com>
12002
12003 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12004 New procs.
12005 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12006 representing expressions, of more than one list element.
12007 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12008 to prepend linker symbol prefix to f.
12009 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12010 table_1 and table_2.
12011 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12012 Likewise, for f and g.
12013 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12014 for ptr.
12015 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12016 for main.
12017 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12018 table_1_ptr and table_2_ptr.
12019
12020 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12021 Joel Brobecker <brobecker@adacore.com>
12022
12023 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12024
12025 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12026
12027 * gdb.reverse/s390-mvcle.c: New test.
12028 * gdb.reverse/s390-mvcle.exp: New file.
12029 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12030
12031 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12032
12033 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12034
12035 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12036
12037 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12038 reaching marker2.
12039 * gdb.reverse/getresuid-reverse.exp: Likewise.
12040 * gdb.reverse/pipe-reverse.exp: Likewise.
12041 * gdb.reverse/readv-reverse.exp: Likewise.
12042 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12043 * gdb.reverse/time-reverse.exp: Likewise.
12044 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12045
12046 2015-10-30 Yao Qi <yao.qi@linaro.org>
12047
12048 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12049 (empty_cycle): Remove.
12050 (main): Don't call empty_cycle. Don't use watch_count_done.
12051 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12052 empty_cycle. Rewrite the code counting HW watchpoints.
12053
12054 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12055
12056 * gdb.reverse/fstatat-reverse.c: New test.
12057 * gdb.reverse/fstatat-reverse.exp: New file.
12058 * gdb.reverse/getresuid-reverse.c: New test.
12059 * gdb.reverse/getresuid-reverse.exp: New file.
12060 * gdb.reverse/pipe-reverse.c: New test.
12061 * gdb.reverse/pipe-reverse.exp: New file.
12062 * gdb.reverse/readv-reverse.c: New test.
12063 * gdb.reverse/readv-reverse.exp: New file.
12064 * gdb.reverse/recvmsg-reverse.c: New test.
12065 * gdb.reverse/recvmsg-reverse.exp: New file.
12066 * gdb.reverse/time-reverse.c: New test.
12067 * gdb.reverse/time-reverse.exp: New file.
12068 * gdb.reverse/waitpid-reverse.c: New test.
12069 * gdb.reverse/waitpid-reverse.exp: New file.
12070
12071 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12074
12075 2015-10-26 Doug Evans <dje@google.com>
12076
12077 PR symtab/17391
12078 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12079 * gdb.dwarf2/bad-regnum.c: New file.
12080 * gdb.dwarf2/bad-regnum.exp: New file.
12081
12082 2015-10-26 Doug Evans <dje@google.com>
12083
12084 PR python/18938
12085 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12086 file.
12087
12088 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12089
12090 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12091 for a change by "Mention language in compile error message".
12092
12093 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12094
12095 PR python/18073
12096 * gdb.python/py-type.c (C::a_method): New.
12097 (C::a_const_method): New.
12098 (C::a_static_method): New.
12099 (a_function): New.
12100 * gdb.python/py-type.exp (test_fields): Test getting fields
12101 from function and method.
12102
12103 2015-10-21 Keven Boell <keven.boell@intel.com>
12104
12105 * gdb.fortran/vla-alloc-assoc.exp: New file.
12106 * gdb.fortran/vla-datatypes.exp: New file.
12107 * gdb.fortran/vla-datatypes.f90: New file.
12108 * gdb.fortran/vla-history.exp: New file.
12109 * gdb.fortran/vla-ptype-sub.exp: New file.
12110 * gdb.fortran/vla-ptype.exp: New file.
12111 * gdb.fortran/vla-sizeof.exp: New file.
12112 * gdb.fortran/vla-sub.f90: New file.
12113 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12114 * gdb.fortran/vla-value-sub-finish.exp: New file.
12115 * gdb.fortran/vla-value-sub.exp: New file.
12116 * gdb.fortran/vla-value.exp: New file.
12117 * gdb.fortran/vla-ptr-info.exp: New file.
12118 * gdb.mi/mi-vla-fortran.exp: New file.
12119 * gdb.mi/vla.f90: New file.
12120
12121 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12122
12123 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12124 of hardwired timeout value.
12125
12126 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12127 Pedro Alves <palves@redhat.com>
12128
12129 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12130 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12131
12132 2015-10-19 Josh Stone <jistone@redhat.com>
12133
12134 * gdb.base/catch-syscall.c: Include <sched.h>.
12135 (unknown_syscall): New variable.
12136 (main): Trigger a vfork and an unknown syscall.
12137 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12138 (unknown_syscall_number): Likewise.
12139 (check_call_to_syscall): Accept an optional syscall pattern.
12140 (check_return_from_syscall): Likewise.
12141 (check_continue): Likewise.
12142 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12143 (test_catch_syscall_skipping_return): New test toggling off 'catch
12144 syscall' to step over the syscall return, then toggling back on.
12145 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12146 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12147 (do_syscall_tests): Call test_catch_syscall_without_args and
12148 test_catch_syscall_mid_vfork.
12149 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12150 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12151
12152 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12153
12154 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12155 print g_vE): Add new pass patterns.
12156 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12157 print various symbol names for vptr fields.
12158
12159 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12160
12161 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12162 results.
12163
12164 2015-10-12 Yao Qi <yao.qi@linaro.org>
12165
12166 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12167
12168 2015-10-12 Yao Qi <yao.qi@linaro.org>
12169
12170 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12171 is aarch64*-*-linux*.
12172
12173 2015-10-12 Yao Qi <yao.qi@linaro.org>
12174
12175 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12176 (can_relocate_bcond_true): ... it.
12177 (can_relocate_bcond_false): New function.
12178 (foo): Likewise.
12179 (can_relocate_bl): Likewise.
12180 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12181 can_relocate_bl.
12182
12183 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12184
12185 * gdb.base/nested-addr.c: New file.
12186 * gdb.base/nested-addr.exp: New testcase.
12187
12188 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12189
12190 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12191 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12192 its output. Ignore the output of "record goto begin" and instead
12193 check that GDB is replaying.
12194
12195 2015-10-09 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12198 (top level): Use it in the run with no args test.
12199
12200 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12201
12202 * gdb.dlang/properties.exp: New file.
12203
12204 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12205
12206 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12207 whether or not address 0x1000 is mapped on the target.
12208
12209 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12210
12211 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12212 build.
12213
12214 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12215
12216 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12217 instruction-history test.
12218
12219 2015-09-28 Doug Evans <dje@google.com>
12220
12221 * gdb.base/gcore.c (array_func): Add reference to static_array.
12222
12223 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12224
12225 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12226 source line.
12227
12228 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12229
12230 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12231 short or char as base type.
12232
12233 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12234
12235 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12236 to allow any size enum.
12237
12238 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12239
12240 * gdb.ada/array_ptr_renaming.exp: New testcase.
12241 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12242 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12243
12244 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12245
12246 * gdb.trace/ftrace-lock.c: New file.
12247 * gdb.trace/ftrace-lock.exp: New file.
12248
12249 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12250
12251 * gdb.arch/insn-reloc.c: New file.
12252 * gdb.arch/ftrace-insn-reloc.exp: New file.
12253
12254 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12255
12256 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12257 instruction.
12258 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12259 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12260 * gdb.trace/range-stepping.c: Likewise.
12261 * gdb.trace/trace-break.c: Likewise.
12262 * gdb.trace/trace-mt.c (thread_function): Likewise.
12263 * gdb.trace/ftrace.c (marker): Likewise.
12264 * gdb.trace/trace-condition.c (marker): Likewise.
12265 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12266 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12267 is_aarch64_target.
12268
12269 2015-09-18 Doug Evans <xdje42@gmail.com>
12270
12271 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12272 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12273
12274 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12275
12276 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12277 the breakpoint.
12278
12279 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12280
12281 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12282 the pending breakpoint. Remove timeout override for "Run till
12283 MI pending breakpoint on pendfunc3 on thread 2" test.
12284
12285 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12286
12287 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12288 filename pattern.
12289
12290 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12291
12292 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12293 in breakpoint filename pattern.
12294
12295 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12296
12297 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12298
12299 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12300
12301 * gdb.linespec/explicit.exp: Check for readline support for
12302 tab-completion tests. Fix obvious typo.
12303
12304 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12305
12306 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12307 and replay.
12308
12309 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12310
12311 * gdb.btrace/non-stop.c: New.
12312 * gdb.btrace/non-stop.exp: New.
12313
12314 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12315 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.trace/trace-condition.c: New file.
12318 * gdb.trace/trace-condition.exp: New file.
12319
12320 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12321
12322 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12323 for testing bytecode compilation.
12324
12325 2015-09-16 Pedro Alves <palves@redhat.com>
12326 Sandra Loosemore <sandra@codesourcery.com>
12327
12328 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12329 (SECONDS): Redefine.
12330 (main): Call pthread_kill and alarm early.
12331 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12332 support.
12333 (test): If the target can't hardware step and doesn't support
12334 displaced stepping, increase the timeout.
12335
12336 2015-09-16 Pedro Alves <palves@redhat.com>
12337
12338 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12339 (enable_debug): New procedures.
12340 (test): Use them. Bail out if waiting for threads fails.
12341 (top level): Bail out if a test fails.
12342
12343 2015-09-16 Yao Qi <yao.qi@linaro.org>
12344
12345 * gdb.asm/asm-source.exp: Set asm-arch for
12346 aarch64*-*-* target.
12347 * gdb.asm/aarch64.inc: New file.
12348
12349 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12350
12351 * gdb.ada/array_of_variable_length.exp: New testcase.
12352 * gdb.ada/array_of_variable_length/foo.adb: New file.
12353 * gdb.ada/array_of_variable_length/pck.adb: New file.
12354 * gdb.ada/array_of_variable_length/pck.ads: New file.
12355
12356 2015-09-15 Doug Evans <dje@google.com>
12357
12358 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12359 of function static local variable.
12360
12361 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12362
12363 * gdb.threads/tls-so_extern.exp: New test file.
12364 * gdb.threads/tls-so_extern.c: New test file.
12365 * gdb.threads/tls-so_extern_main.c: New test file.
12366
12367 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12368
12369 * gdb.opt/solib-intra-step-lib.c: New file.
12370 * gdb.opt/solib-intra-step-main.c: New file.
12371 * gdb.opt/solib-intra-step.exp: New file.
12372
12373 2015-09-15 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12376 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12377
12378 2015-09-14 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.base/hook-stop-continue.c: Delete.
12381 * gdb.base/hook-stop-continue.exp: Delete.
12382 * gdb.base/hook-stop-frame.c: Delete.
12383 * gdb.base/hook-stop-frame.exp: Delete.
12384 * gdb.base/hook-stop.c: New file.
12385 * gdb.base/hook-stop.exp: New file.
12386
12387 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12388
12389 * gdb.ada/access_to_packed_array.exp: New testcase.
12390 * gdb.ada/access_to_packed_array/foo.adb: New file.
12391 * gdb.ada/access_to_packed_array/pack.adb: New file.
12392 * gdb.ada/access_to_packed_array/pack.ads: New file.
12393
12394 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12395
12396 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12397 buffer size test.
12398
12399 2015-09-11 Don Breazeal <donb@codesourcery.com>
12400
12401 * gdb.base/foll-exec.c: Add copyright header. Fix
12402 formatting issues.
12403 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12404 (do_exec_tests): Use clean_restart in place of zap_session,
12405 and for test initialization. Fix formatting issues. Use
12406 fail in place of perror.
12407 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12408 an expect statement to match an expression with output from
12409 the program under debug.
12410 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12411 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12412 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12413 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12414 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12415
12416 2015-09-09 Doug Evans <dje@google.com>
12417
12418 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12419
12420 2015-09-09 Doug Evans <dje@google.com>
12421
12422 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12423
12424 2015-09-09 Doug Evans <dje@google.com>
12425
12426 * gdb.base/savedregs.exp: Fix typo.
12427
12428 2015-09-09 Pedro Alves <palves@redhat.com>
12429
12430 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12431
12432 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12433
12434 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12435 command actually switches threads. Give up on remaining
12436 tests if target fails to stop at breakpoint.
12437
12438 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12439
12440 * gdb.ada/funcall_char.exp: New testcase.
12441 * gdb.ada/funcall_char/foo.adb: New file.
12442
12443 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12444
12445 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12446 expected outputs. Add two testcases for completing ambiguous
12447 functions.
12448 * gdb.ada/complete/aux_pck.adb: New file.
12449 * gdb.ada/complete/aux_pck.ads: New file.
12450 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12451 Ambiguous_Func functions.
12452 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12453 * gdb.ada/complete/pck.adb: Likewise.
12454
12455 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12456
12457 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12458 failures to run the test program under GDB.
12459
12460 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12461
12462 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12463 to C.
12464
12465 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12466
12467 * gdb.base/run-after-attach.exp: New test file.
12468 * gdb.base/run-after-attach.c: New test file.
12469
12470 2015-08-26 Don Breazeal <donb@codesourcery.com>
12471
12472 * gdb.base/foll-exec-2.c: New test program.
12473 * gdb.base/foll-exec-2.exp: New test.
12474
12475 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12476
12477 * gdb.base/nested-subp1.exp: New file.
12478 * gdb.base/nested-subp1.c: New file.
12479 * gdb.base/nested-subp2.exp: New file.
12480 * gdb.base/nested-subp2.c: New file.
12481 * gdb.base/nested-subp3.exp: New file.
12482 * gdb.base/nested-subp3.c: New file.
12483
12484 2015-08-24 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.server/connect-without-multi-process.c: New file.
12487 * gdb.server/connect-without-multi-process.exp: New file.
12488
12489 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12490
12491 * gdb.opt/inline-markers.c: Make z int.
12492
12493 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12494
12495 * gdb.opt/inline-markers.c: Make z volatile.
12496
12497 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12498
12499 * gdb.opt/inline-bt.c: New volatile global z.
12500 * gdb.opt/inline-cmds.c: Likewise.
12501 * gdb.opt/inline-locals.c: Likewise.
12502 * gdb.opt/inline-markers.c: New extern global z.
12503 (marker): Use z.
12504 (inline_fn): Likewise.
12505
12506 2015-08-24 Pedro Alves <palves@redhat.com>
12507
12508 * config/m32r-stub.exp: Remove file.
12509 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12510 * gdb.base/call-rt-st.exp: Likewise.
12511 * gdb.base/call-strs.exp: Likewise.
12512 * gdb.base/default.exp: Remove references to h8300-*-hms and
12513 *-*-udi*.
12514 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12515
12516 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12517
12518 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12519 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12520 and "return" use KFAIL when GDB can not read/write the vector
12521 return value.
12522
12523 2015-08-21 Gary Benson <gbenson@redhat.com>
12524
12525 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12526
12527 2015-08-20 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.server/solib-list.exp: No longer expect an interior stop in
12530 non-stop mode.
12531
12532 2015-08-20 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.server/connect-stopped-target.c: New file.
12535 * gdb.server/connect-stopped-target.exp: New file.
12536
12537 2015-08-20 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.dwarf2/comp-unit-lang.exp: New file.
12540 * gdb.dwarf2/comp-unit-lang.c: New file.
12541
12542 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12543
12544 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12545 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12546
12547 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12548
12549 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12550 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12551
12552 2015-08-18 Doug Evans <dje@google.com>
12553 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12554
12555 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12556 skip_python_tests. New arg prompt_regexp.
12557 (skip_python_tests): New function.
12558 * lib/mi-support.exp (mi_skip_python_tests): New function.
12559 * gdb.python/py-mi-objfile-gdb.py: New file.
12560 * gdb.python/py-mi-objfile.c: New file.
12561 * gdb.python/py-mi-objfile.exp: New file.
12562
12563 2015-08-17 Keith Seitz <keiths@redhat.com>
12564
12565 * gdb.linespec/explicit.exp: Move strace test from here ...
12566 * gdb.trace/strace.exp: ... to here.
12567
12568 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12569
12570 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12571 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12572
12573 2015-08-14 Doug Evans <xdje42@gmail.com>
12574
12575 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12576 inferior before selecting a new file.
12577
12578 2015-08-14 Doug Evans <xdje42@gmail.com>
12579
12580 * gdb.mi/mi-disassemble.exp: Update.
12581 * gdb.base/disasm-optim.S: New file.
12582 * gdb.base/disasm-optim.c: New file.
12583 * gdb.base/disasm-optim.h: New file.
12584 * gdb.base/disasm-optim.exp: New file.
12585
12586 2015-08-14 Keith Seitz <keiths@redhat.com>
12587
12588 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12589 "evaluated-by".
12590
12591 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12592
12593 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12594
12595 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12596
12597 * gdb.ada/fun_renaming.exp: New testcase.
12598 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12599 * gdb.ada/fun_renaming/pack.adb: New file.
12600 * gdb.ada/fun_renaming/pack.ads: New file.
12601
12602 2015-08-12 Keith Seitz <keiths@redhat.com>
12603
12604 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12605 gdb_get_line_number.
12606
12607 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12608
12609 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12610 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12611 gdb.base/dso2dso.exp: New files.
12612
12613 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12614 Pedro Alves <palves@redhat.com>
12615 Keith Seitz <keiths@redhat.com>
12616
12617 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12618 GDBFLAGS.
12619
12620 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12621
12622 * gdb.base/gdbhistsize-history.exp
12623 (test_histsize_history_setting): Use save_vars.
12624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12625 Use save_vars.
12626 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12627 * gdb.base/readline.exp: Use save_vars.
12628
12629 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12630
12631 * lib/gdb.exp (save_vars): New proc.
12632
12633 2015-08-11 Keith Seitz <keiths@redhat.com>
12634
12635 * gdb.base/help.exp: Update help_breakpoint_text.
12636
12637 2015-08-11 Keith Seitz <keiths@redhat.com>
12638
12639 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12640 (at toplevel): Call test_explicit_breakpoints.
12641 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12642 breakpoints.
12643 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12644 breakpoint conditions, "-cond".
12645
12646 2015-08-11 Keith Seitz <keiths@redhat.com>
12647
12648 * gdb.linespec/3explicit.c: New file.
12649 * gdb.linespec/cpexplicit.cc: New file.
12650 * gdb.linespec/cpexplicit.exp: New file.
12651 * gdb.linespec/explicit.c: New file.
12652 * gdb.linespec/explicit.exp: New file.
12653 * gdb.linespec/explicit2.c: New file.
12654 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12655 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12656 before using in the matching pattern.
12657 Clarify that `prefix' is a regular expression.
12658
12659 2015-08-11 Keith Seitz <keiths@redhat.com>
12660
12661 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12662 test.
12663 Add tests for missing ",FMT" and ",".
12664
12665 2015-08-10 Doug Evans <dje@google.com>
12666 Keith Seitz <keiths@redhat.com>
12667
12668 PR gdb/17960
12669 * gdb.base/completion.exp: Add location completer tests.
12670
12671 2015-08-07 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12674 tests here.
12675 (top level): Run do_test with and without displaced stepping.
12676
12677 2015-08-07 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/valgrind-disp-step.c: New file.
12680 * gdb.base/valgrind-disp-step.exp: New file.
12681
12682 2015-08-07 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12685 Delete function.
12686 (main): Add alarm. Run an infinite loop instead of calling
12687 wait_threads.
12688 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12689 comment.
12690 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12691 Delete function.
12692 (main): Add alarm. Run an infinite loop instead of calling
12693 wait_threads.
12694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12695 comment.
12696
12697 2015-08-07 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/checkpoint-ns.exp: New file.
12700 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12701 standard_testfile.
12702
12703 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12704
12705 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12706 * gdb.btrace/instruction_history.exp: Update.
12707 * gdb.btrace/tsx.exp: New.
12708 * gdb.btrace/tsx.c: New.
12709
12710 2015-08-06 Pedro Alves <palves@redhat.com>
12711
12712 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12713 increase timeout.
12714 * gdb.reverse/until-precsave.exp: Bump timeouts.
12715
12716 2015-08-06 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12719
12720 2015-08-06 Pedro Alves <palves@redhat.com>
12721
12722 PR gdb/18749
12723 * gdb.threads/process-dies-while-handling-bp.c: New file.
12724 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12725
12726 2015-08-06 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12729 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12730
12731 2015-08-05 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12734 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12735
12736 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12737
12738 * gdb.base/bp-permanent.exp: Report test as unsupported if
12739 the target cannot stop at the permanent breakpoint.
12740
12741 2015-08-03 Doug Evans <dje@google.com>
12742
12743 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12744 10000.
12745
12746 2015-08-03 Doug Evans <dje@google.com>
12747
12748 * Makefile.in (workers/%.worker, build-perf): New rule.
12749 (GDB_PERFTEST_MODE): New variable.
12750 (check-perf): Use it.
12751 (clean): Clean up gdb.perf parallel build subdirs.
12752 * lib/build-piece.exp: New file.
12753 * lib/gdb.exp (make_gdb_parallel_path): New function
12754 (standard_output_file, standard_temp_file): Call it.
12755 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12756 of $GDB_PARALLEL.
12757 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12758
12759 2015-08-03 Doug Evans <dje@google.com>
12760
12761 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12762 (LOG_FILE_NAME): New global.
12763 (TextReporter.__init__): Initialize self.txt_sum.
12764 (TextReporter.report): Add support for multiple data-points.
12765 Move report to perftest.sum, put raw data in perftest.log.
12766 (TextReporter.start): Open sum and log files.
12767 (TextReporter.end): Close sum and log files.
12768 * gdb.perf/lib/perftest/testresult.py
12769 (SingleStatisticTestResult.record): Handle multiple data-points.
12770
12771 2015-07-31 Pedro Alves <palves@redhat.com>
12772
12773 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12774 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12775 kill_wait_spawned_process instead of explicit "kill -9".
12776 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12777 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12778 kill_wait_spawned_process.
12779 * gdb.base/attach-twice.exp: Likewise.
12780 * gdb.base/attach.exp: Likewise.
12781 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12782 gdb_test_multiple.
12783 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12784 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12785 kill_wait_spawned_process.
12786 * gdb.base/valgrind-infcall.exp: Likewise.
12787 * gdb.multi/multi-attach.exp: Likewise.
12788 * gdb.python/py-prompt.exp: Likewise.
12789 * gdb.python/py-sync-interp.exp: Likewise.
12790 * gdb.server/ext-attach.exp: Likewise.
12791 * gdb.threads/attach-into-signal.exp (corefunc): Use
12792 spawn_wait_for_attach, spawn_id_get_pid and
12793 kill_wait_spawned_process.
12794 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12795 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12796 spawn_id_get_pid and kill_wait_spawned_process.
12797 * gdb.threads/attach-stopped.exp (corefunc): Use
12798 spawn_wait_for_attach, spawn_id_get_pid and
12799 kill_wait_spawned_process.
12800 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12801 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12802 kill_wait_spawned_process instead of explicit "kill -9".
12803 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12804 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12805 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12806 processes. Don't map cygwin/windows pids here. Now returns a
12807 spawn id list.
12808
12809 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12810
12811 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12812 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12813 correct patch.
12814
12815 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12816
12817 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12818
12819 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12820
12821 Reapply:
12822 2014-05-21 Mark Wielaard <mjw@redhat.com>
12823
12824 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12825
12826 2015-07-30 Pedro Alves <palves@redhat.com>
12827
12828 * linux-low.c (handle_extended_wait): Set the child's last
12829 reported status to TARGET_WAITKIND_STOPPED.
12830
12831 2015-07-30 Pedro Alves <palves@redhat.com>
12832
12833 PR threads/18600
12834 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12835 only shows inferior 1.
12836
12837 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12838 Pedro Alves <palves@redhat.com>
12839
12840 PR threads/18600
12841 * gdb.threads/fork-plus-threads.c: New file.
12842 * gdb.threads/fork-plus-threads.exp: New file.
12843
12844 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12845
12846 * gdb.base/batch-preserve-term-settings.exp
12847 (test_terminal_settings_preserved_after_cli_exit): Use
12848 send_quit_command.
12849
12850 2015-07-29 Pedro Alves <palves@redhat.com>
12851 Don Breazeal <donb@codesourcery.com>
12852
12853 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12854 output from both inferior_spawn_id and gdb_spawn_id.
12855
12856 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12857
12858 * gdb.threads/attach-into-signal.exp (corefunc): Use
12859 with_test_prefix on nested loops, uniquefying the test messages.
12860
12861 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12862
12863 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12864 commit.
12865
12866 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12867
12868 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12869 New proc.
12870 (test_terminal_settings_preserved_after_sigterm): New test.
12871
12872 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12873
12874 * gdb.base/batch-preserve-term-settings.exp
12875 (test_terminal_settings_preserved_after_cli_exit): New test.
12876
12877 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12878
12879 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12880 manipulation of saved_gdbflags.
12881 (test_terminal_settings_preserved): Remove global declaration of
12882 the unused variable pagination_prompt. Remove manipulation of
12883 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12884 GDBFLAGS.
12885
12886 2015-07-29 Pedro Alves <palves@redhat.com>
12887
12888 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12889
12890 2015-07-29 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12893 at the top.
12894
12895 2015-07-29 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12898 (main): Call gdb_unbuffer_output.
12899 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12900 (main): Call gdb_unbuffer_output.
12901 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12902 (main): Call gdb_unbuffer_output.
12903 * gdb.base/call-strs.exp: Adjust to step over the
12904 gdb_unbuffer_output call.
12905 * gdb.base/catch-gdb-caused-signals.c: Include
12906 "../lib/unbuffer_output.c".
12907 (main): Call gdb_unbuffer_output.
12908 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12909 (main): Call gdb_unbuffer_output.
12910 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12911 (main): Call gdb_unbuffer_output.
12912 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12913 (main): Call gdb_unbuffer_output.
12914 * gdb.base/shlib-call.exp: Adjust to step over the
12915 gdb_unbuffer_output call.
12916 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12917 (main): Call gdb_unbuffer_output.
12918 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12919 (main): Call gdb_unbuffer_output.
12920 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12921 (main): Rename to ...
12922 (test): ... this.
12923 (main): Reimplement.
12924 * gdb.base/varargs.exp: Run to test instead of to main.
12925 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12926 (main): Call gdb_unbuffer_output.
12927
12928 2015-07-29 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12931 factore out from mi_continue_dprintf. For call-style dprintfs,
12932 expect dprintf output out of $inferior_spawn_id.
12933 (mi_continue_dprintf): Use mi_expect_dprintf.
12934 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12935 (main): Call gdb_unbuffer_output.
12936
12937 2015-07-29 Pedro Alves <palves@redhat.com>
12938
12939 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12940 (default_mi_gdb_start): Set inferior_spawn_id instead of
12941 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12942 gdb_spawn_id.
12943 (mi_gdb_test): Always expect inferior output from both
12944 $inferior_spawn_id and $gdb_spawn_id.
12945
12946 2015-07-29 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12949 send_inferior and $inferior_spawn_id.
12950
12951 2015-07-29 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.gdb/complaints.exp (test_initial_complaints)
12954 (test_serial_complaints, test_short_complaints): Use
12955 gdb_test_stdio.
12956 (test_empty_complaint): Handle $inferior_spawn_id !=
12957 $gdb_spawn_id.
12958
12959 2015-07-29 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.base/varargs.exp: Use gdb_test_stdio.
12962
12963 2015-07-29 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12966
12967 2015-07-29 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12970
12971 2015-07-29 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12974 parameter into two new parameters, "inf_result" and "gdb_result".
12975 Expect inferior output and gdb output from $inferior_spawn_id and
12976 $gdb_spawn_id, respectively. Adjust all callers.
12977
12978 2015-07-29 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12981 of gdb_test_sequence.
12982
12983 2015-07-29 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12986 (saw_spurious_output): Expect inferior output from
12987 $inferior_spawn_id. Use gdb_test_stdio.
12988
12989 2015-07-29 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/dprintf.exp: Use standard_testfile. Change
12992 prepare_for_testing call.
12993 (srcfile): Don't set.
12994 (restart): New procedure.
12995 (test_dprintf): New procecure, use to continue over dprintfs.
12996 (test_call, test_agent): New procedures, tests moved here.
12997 Restart gdb and recreate dprintfs. Adjust expected output.
12998
12999 2015-07-29 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13002
13003 2015-07-29 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13006
13007 2015-07-29 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13010 gdb_test_stdio.
13011
13012 2015-07-29 Pedro Alves <palves@redhat.com>
13013
13014 * lib/gdb.exp (gdb_test_stdio): New procedure.
13015
13016 2015-07-29 Pedro Alves <palves@redhat.com>
13017
13018 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13019
13020 2015-07-29 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.base/call-signal-resume.exp: Remove check for
13023 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13024 * gdb.base/unwindonsignal.exp: Likewise.
13025 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13026 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13027
13028 2015-07-29 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.base/siginfo-addr.c (pass): New function.
13031 (handler): Call it iff si_addr is correct.
13032 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13033 Set a breakpoint at "pass" and continue to it.
13034
13035 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13036
13037 * gdb.python/py-objfile.exp: Make some tests have unique names.
13038 * gdb.python/py-pp-registration.exp: Likewise.
13039
13040 2015-07-28 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13043
13044 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13045
13046 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13047
13048 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13049
13050 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13051
13052 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13053
13054 * gdb.base/gdb-sigterm-2.exp: New test.
13055
13056 2015-07-25 Doug Evans <xdje42@gmail.com>
13057
13058 Revert:
13059 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13060 (workers/%.worker, build-perf): New rule.
13061 (GDB_PERFTEST_MODE): New variable.
13062 (check-perf): Use it.
13063 (clean): Clean up gdb.perf parallel build subdirs.
13064 * lib/build-piece.exp: New file.
13065 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13066 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13067 name.
13068 (standard_temp_file): Ditto.
13069 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13070 of $GDB_PARALLEL.
13071
13072 2015-07-24 Doug Evans <dje@google.com>
13073
13074 * gdb.perf/lib/perftest/utils.py: New file.
13075 * gdb.perf/gm-hello.cc: New file.
13076 * gdb.perf/gm-pervasive-typedef.cc: New file.
13077 * gdb.perf/gm-pervasive-typedef.h: New file.
13078 * gdb.perf/gm-std.cc: New file.
13079 * gdb.perf/gm-std.h: New file.
13080 * gdb.perf/gm-use-cerr.cc: New file.
13081 * gdb.perf/gm-utils.h: New file.
13082 * gdb.perf/gmonster-null-lookup.py: New file.
13083 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13084 * gdb.perf/gmonster-print-cerr.py: New file.
13085 * gdb.perf/gmonster-ptype-string.py: New file.
13086 * gdb.perf/gmonster-runto-main.py: New file.
13087 * gdb.perf/gmonster-select-file.py: New file.
13088 * gdb.perf/gmonster1-null-lookup.exp: New file.
13089 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13090 * gdb.perf/gmonster1-print-cerr.exp: New file.
13091 * gdb.perf/gmonster1-ptype-string.exp: New file.
13092 * gdb.perf/gmonster1-runto-main.exp: New file.
13093 * gdb.perf/gmonster1-select-file.exp: New file.
13094 * gdb.perf/gmonster1.cc: New file.
13095 * gdb.perf/gmonster1.exp: New file.
13096 * gdb.perf/gmonster2-null-lookup.exp: New file.
13097 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13098 * gdb.perf/gmonster2-print-cerr.exp: New file.
13099 * gdb.perf/gmonster2-ptype-string.exp: New file.
13100 * gdb.perf/gmonster2-runto-main.exp: New file.
13101 * gdb.perf/gmonster2-select-file.exp: New file.
13102 * gdb.perf/gmonster2.cc: New file.
13103 * gdb.perf/gmonster2.exp: New file.
13104
13105 2015-07-24 Doug Evans <dje@google.com>
13106
13107 * gdb.perf/README: New file.
13108 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13109 * lib/gen-perf-test.exp: New file.
13110
13111 2015-07-24 Doug Evans <dje@google.com>
13112
13113 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13114 (PerfTest::startup): New function.
13115 (PerfTest::run): Return result of calling body.
13116 (PerfTest::assemble): Rewrite.
13117 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13118 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13119 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13120 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13121 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13122
13123 2015-07-24 Doug Evans <dje@google.com>
13124
13125 * lib/gdb.exp (clean_restart): Make executable optional.
13126
13127 2015-07-24 Doug Evans <dje@google.com>
13128
13129 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13130 compiler_info references.
13131 * gdb.cp/temargs.exp: Ditto.
13132 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13133 (get_compiler_info): Early exit if already computed. Set compiler_info
13134 to "unknown" if there was a problem.
13135 (test_compiler_info): Add function comment. Call get_compiler_info.
13136
13137 2015-07-24 Doug Evans <dje@google.com>
13138
13139 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13140 (workers/%.worker, build-perf): New rule.
13141 (GDB_PERFTEST_MODE): New variable.
13142 (check-perf): Use it.
13143 (clean): Clean up gdb.perf parallel build subdirs.
13144 * lib/build-piece.exp: New file.
13145 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13146 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13147 name.
13148 (standard_temp_file): Ditto.
13149 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13150 of $GDB_PARALLEL.
13151
13152 2015-07-24 Doug Evans <dje@google.com>
13153
13154 * lib/future.exp (gdb_default_target_compile): New option
13155 "early_flags".
13156 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13157 --as-needed.
13158
13159 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13160
13161 * gdb.base/catch-syscall.exp: Call gdb_exit before
13162 gdb_skip_xml_test.
13163
13164 2015-07-24 Pedro Alves <palves@redhat.com>
13165
13166 * gdb.python/py-events.exp: Accept output between the stop event
13167 and the prompt.
13168 * gdb.python/py-evsignal.exp: Likewise.
13169 * gdb.python/py-evthreads.exp: Likewise.
13170
13171 2015-07-24 Pedro Alves <palves@redhat.com>
13172
13173 PR gdb/18717
13174 * gdb.threads/non-ldr-exit.c: New file.
13175 * gdb.threads/non-ldr-exit.exp: New file.
13176
13177 2015-07-24 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13180 restarting process.
13181
13182 2015-07-24 Yao Qi <yao.qi@linaro.org>
13183
13184 * gdb.server/ext-restart.exp: New file.
13185
13186 2015-07-24 Yao Qi <yao.qi@linaro.org>
13187
13188 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13189 argument options.
13190 * gdb.server/ext-wrapper.exp: New file.
13191
13192 2015-07-23 Doug Evans <dje@google.com>
13193
13194 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13195 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13196
13197 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13198
13199 * gdb.ada/var_arr_typedef.exp: New testcase.
13200 * gdb.ada/var_arr_typedef/pack.adb: New file.
13201 * gdb.ada/var_arr_typedef/pack.ads: New file.
13202 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13203
13204 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13205
13206 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13207
13208 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13209
13210 * gdb.arch/i386-biarch-core.exp: Replace istarget
13211 by "complete set gnutarget". Remove expectation for the "core-file"
13212 command.
13213
13214 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13215
13216 Revert the previous commit:
13217 Tests for validate symbol file using build-id.
13218
13219 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13220
13221 Tests for validate symbol file using build-id.
13222 * gdb.base/solib-mismatch-lib.c: New file.
13223 * gdb.base/solib-mismatch-libmod.c: New file.
13224 * gdb.base/solib-mismatch.c: New file.
13225 * gdb.base/solib-mismatch.exp: New file.
13226
13227 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13228
13229 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13230 nios2-*-linux*.
13231 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13232 * gdb.base/siginfo.exp: Likewise.
13233 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13234
13235 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13236
13237 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13238 Move it to ...
13239 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13240 ... here.
13241 * gdb.trace/range-stepping.exp: Check that the target supports
13242 range stepping.
13243
13244 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13245
13246 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13247
13248 2015-07-14 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.base/killed-outside.exp: New file.
13251 * gdb.base/killed-outside.c: New file.
13252
13253 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13254
13255 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13256 (n at main): New.
13257 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13258
13259 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13260
13261 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13262 infcall tests instead of setting up for KFAIL.
13263
13264 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13265
13266 * gdb.btrace/record_goto-step.exp: New.
13267
13268 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13269
13270 PR compile/18484
13271 * gdb.compile/compile.c (struct struct_type): Add volatile to
13272 selffield's type.
13273 * gdb.compile/compile.exp
13274 (compile code struct_object.selffield = &struct_object): Skip further
13275 struct_object tests if this one xfails.
13276
13277 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13278
13279 PR exp/18617
13280 * gdb.trace/ax.exp: Add test.
13281
13282 2015-07-07 Yao Qi <yao.qi@linaro.org>
13283
13284 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13285 instead of istarget "aarch64*-*-*".
13286 * gdb.arch/aarch64-fp.exp: Likewise.
13287 * gdb.base/float.exp: Likewise.
13288 * gdb.reverse/aarch64.exp: Likewise.
13289 * lib/gdb.exp (is_aarch64_target): New proc.
13290
13291 2015-07-07 Yao Qi <yao.qi@linaro.org>
13292
13293 * lib/gdb.exp (is_aarch32_target): New proc.
13294 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13295 instead of "istarget "arm*-*-*"".
13296 * gdb.arch/arm-disp-step.exp: Likewise.
13297 * gdb.arch/thumb-bx-pc.exp: Likewise.
13298 * gdb.arch/thumb-prologue.exp: Likewise.
13299 * gdb.arch/thumb-singlestep.exp: Likewise.
13300 * gdb.base/disp-step-syscall.exp: Likewise.
13301 * gdb.base/float.exp: Likewise.
13302
13303 2015-07-07 Yao Qi <yao.qi@linaro.org>
13304
13305 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13306 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13307
13308 2015-07-07 Yao Qi <yao.qi@linaro.org>
13309
13310 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13311 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13312 if it exists.
13313 * gdb.multi/multi-arch.exp: Likewise.
13314
13315 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13318 print.
13319
13320 2015-07-07 Yao Qi <yao.qi@linaro.org>
13321
13322 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13323
13324 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13325
13326 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13327 '[' and ']' characters.
13328
13329 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13330
13331 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13332
13333 2015-06-29 Pedro Alves <palves@redhat.com>
13334
13335 PR threads/18127
13336 * gdb.threads/hand-call-new-thread.c: New file.
13337 * gdb.threads/hand-call-new-thread.c: New file.
13338
13339 2015-06-26 Keith Seitz <keiths@redhat.com>
13340 Doug Evans <dje@google.com>
13341
13342 PR 16253
13343 * gdb.cp/var-tag-2.cc: New file.
13344 * gdb.cp/var-tag-3.cc: New file.
13345 * gdb.cp/var-tag-4.cc: New file.
13346 * gdb.cp/var-tag.cc: New file.
13347 * gdb.cp/var-tag.exp: New file.
13348
13349 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13350
13351 * gdb.base/history-duplicates.exp: New test.
13352
13353 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13354
13355 * gdb.base/completion.exp: Test the completion of the "focus"
13356 command.
13357
13358 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13359
13360 * gdb.arch/amd64-prologue-skip.S: New file.
13361 * gdb.arch/amd64-prologue-skip.exp: New file.
13362
13363 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13364
13365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13366 is_address_zero_readable check.
13367
13368 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13369
13370 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13371 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13372
13373 2015-06-24 Yao Qi <yao.qi@linaro.org>
13374
13375 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13376 linux targets.
13377
13378 2015-06-24 Yao Qi <yao.qi@linaro.org>
13379
13380 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13381 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13382 * gdb.base/siginfo-thread.exp: Likewise.
13383
13384 2015-06-22 Yao Qi <yao.qi@linaro.org>
13385
13386 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13387
13388 2015-06-22 Yao Qi <yao.qi@linaro.org>
13389
13390 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13391 aarch64*-*-*.
13392 (skip_hw_watchpoint_tests): Likewise.
13393
13394 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13395
13396 * gdb.base/gdbinit-history.exp: Test the interaction between
13397 setting GDBHISTSIZE and setting the history size via .gdbinit.
13398
13399 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13400
13401 PR gdb/16999
13402 * gdb.base/gdbhistsize-history.exp: New test.
13403
13404 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13405
13406 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13407 with GDBHISTSIZE.
13408 * gdb.base/readline.exp: Likewise.
13409
13410 2015-06-17 Yao Qi <yao.qi@linaro.org>
13411
13412 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13413 line.
13414
13415 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13416
13417 * gdb.base/gdbinit-history.exp: Add test case to check that
13418 an unlimited history file does not get truncated on exit.
13419
13420 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13421
13422 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13423 (VECTOR): New macro. Use it...
13424 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13425 ...for these typedefs.
13426 (int8, char1, int1, double1): New typedefs.
13427 (struct just_int2, struct two_int2): New structures.
13428 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13429 (add_structvecs, add_singlevecs): New functions.
13430 (main): Call add_some_intvecs twice.
13431 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13432 the compile and exit upon failure. Try compiling for the "native"
13433 architecture. Test inferior function calls with vector arguments
13434 and vector return value handling with "finish" and "return".
13435
13436 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13437
13438 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13439 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13440 PE file.
13441 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13442
13443 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13444
13445 PR breakpoints/16465
13446 * gdb.mi/mi-dprintf-pending.c: New file.
13447 * gdb.mi/mi-dprintf-pending.exp: New test.
13448 * gdb.mi/mi-dprintf-pendshr.c: New file.
13449
13450 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13451 Mircea Gherzan <mircea.gherzan@intel.com>
13452
13453 * gdb.arch/i386-mpx-map.c: New file.
13454 * gdb.arch/i386-mpx-map.exp: New File.
13455
13456 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13457
13458 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13459 * gdb.arch/i386-mpx.exp: Indentation fixed.
13460
13461 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13462
13463 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13464 function and improved indentation.
13465 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13466 gdb_test_multiple. Added additional tests to skip the test.
13467
13468 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13469
13470 * gdb.arch/i386-avx512.c: Change path in include file.
13471 * gdb.arch/i386-avx512.exp: Change include dir path
13472 compilation flag.
13473 * gdb.arch/i386-mpx.c: Change path in include file.
13474 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13475 flag.
13476
13477 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.compile/compile-print.exp (compile print *vararray@3)
13480 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13481
13482 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13483
13484 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13485 (do not keep jit in memory): ... this.
13486 (expect 5): Change it to ...
13487 (expect no 5): ... this.
13488
13489 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13490
13491 PR gdb/15564
13492 * gdb.mi/mi-detach.exp: New file.
13493
13494 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13495
13496 PR symtab/18392
13497 * gdb.arch/amd64-tailcall-self.S: New file.
13498 * gdb.arch/amd64-tailcall-self.c: New file.
13499 * gdb.arch/amd64-tailcall-self.exp: New file.
13500
13501 2015-05-28 Don Breazeal <donb@codesourcery.com>
13502
13503 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13504 tests for remote targets by checking is_target_gdbserver.
13505
13506 2015-05-27 Doug Evans <dje@google.com>
13507
13508 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13509 * gdb.dwarf2/opaque-type-lookup.c: New file.
13510 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13511
13512 2015-05-26 Doug Evans <dje@google.com>
13513
13514 * gdb.cp/iostream.cc: New file.
13515 * gdb.cp/iostream.exp: New file.
13516
13517 2015-05-26 Doug Evans <dje@google.com>
13518
13519 * gdb.dwarf2/dw2-op-call.exp: Update.
13520 * gdb.dwarf2/dw4-sig-types.exp: Update.
13521 * gdb.dwarf2/implptr.exp: Update.
13522 * gdb.mi/mi-cmd-param-changed.exp: Update.
13523
13524 2015-05-26 Doug Evans <dje@google.com>
13525
13526 * gdb.python/py-lazy-string.c: New file.
13527 * gdb.python/py-lazy-string.exp: New file.
13528 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13529 (main): Update. Add estring3.
13530 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13531 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13532
13533 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13534 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.reverse/aarch64.c: New.
13537 * gdb.reverse/aarch64.exp: New.
13538
13539 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13540
13541 * lib/gdb.exp (supports_process_record): Return true for
13542 aarch64*-linux*.
13543 (supports_reverse): Likewise.
13544
13545 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13546
13547 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13548 Use with_test_prefix.
13549
13550 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13551
13552 * gdb.base/completion.exp: Add test for completion of layout
13553 names.
13554
13555 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13556
13557 * lib/gdb.exp (skip_tui_tests): New proc.
13558 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13559
13560 2015-05-19 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13563 Save the whole env array instead of just HOME. Unset HISTSIZE in
13564 the environment while testing. Restore whole environment
13565 afterwards.
13566
13567 2015-05-16 Doug Evans <xdje42@gmail.com>
13568
13569 * gdb.guile/scm-ports.c: New file.
13570 * gdb.guile/scm-ports.exp: Add memory port tests.
13571
13572 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 * gdb.compile/compile-print.c: New file.
13575 * gdb.compile/compile-print.exp: New file.
13576
13577 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13578
13579 * gdb.compile/compile-ops.exp: Cast param to void.
13580 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13581 (compile code struct_object.selffield = &struct_object): Add xfail.
13582
13583 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13584
13585 * gdb.ada/arr_enum_with_gap: New testcase.
13586
13587 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13588
13589 * gdb.ada/byte_packed_arr: New testcase.
13590
13591 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13592
13593 * gdb.ada/pckd_neg: New testcase.
13594
13595 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13596
13597 PR gdb/17820
13598 * gdb.base/gdbinit-history.exp: New test.
13599 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13600 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13601
13602 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13603
13604 * gdb.python/py-xmethods.cc: Enhance test case.
13605 * gdb.python/py-xmethods.exp: New tests.
13606 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13607 function.
13608 (B_indexoper): Likewise.
13609 (global_dm_list) : Add new xmethod worker functions.
13610
13611 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13612
13613 * gdb.base/coredump-filter.exp: Correctly unset
13614 "coredump_var_addr" array.
13615
13616 2015-05-08 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.server/non-existing-program.exp: Unset spawn_id.
13619
13620 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13621
13622 PR python/18291
13623 * gdb.python/py-xmethods.exp: Add tests.
13624
13625 2015-05-08 Yao Qi <yao.qi@linaro.org>
13626
13627 PR gdb/18208
13628 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13629 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13630 function set_coredump_filter, and remove remote_exec call.
13631 Remove argument ipid. Callers update.
13632 (top level): Don't get inferior's PID.
13633
13634 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13635
13636 * gdb.base/watch_thread_num.exp: Skip test on targets without
13637 access watchpoints.
13638
13639 2015-05-06 Pedro Alves <palves@redhat.com>
13640
13641 PR server/18081
13642 * gdb.server/non-existing-program.exp: New file.
13643
13644 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13645
13646 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13647
13648 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13649
13650 * gdb.ada/out_of_line_in_inlined: New testcase.
13651
13652 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13653
13654 * gdb.ada/var_rec_arr: New testcase.
13655
13656 2015-04-30 Yao Qi <yao.qi@linaro.org>
13657
13658 * gdb.base/break-idempotent.exp: If
13659 skip_hw_watchpoint_multi_tests returns true, skip the tests
13660 on "rwatch" and "awatch".
13661
13662 2015-04-30 Yao Qi <yao.qi@linaro.org>
13663
13664 * gdb.base/relativedebug.exp: Invoke gdb command
13665 "info sharedlibrary", and if libc.so doesn't have debug info,
13666 skip the test.
13667
13668 2015-04-29 Doug Evans <dje@google.com>
13669
13670 * gdb.python/py-xmethods.exp: Add ptype tests.
13671 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13672 get_result_type method.
13673
13674 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13675
13676 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13677 the target does not support hardware watchpoints.
13678
13679 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13680
13681 * gdb.base/break-always.exp: Abort testing if writing to memory
13682 causes an error.
13683
13684 2015-04-28 Doug Evans <dje@google.com>
13685
13686 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13687 * gdb.python/py-pp-registration.exp: ... here. New file.
13688 * gdb.python/py-pp-registration.c: New file.
13689 * gdb.python/py-pp-registration.py: New file.
13690
13691 2015-04-28 Doug Evans <dje@google.com>
13692
13693 * gdb.python/py-bad-printers.c: New file.
13694 * gdb.python/py-bad-printers.py: New file.
13695 * gdb.python/py-bad-printers.exp: New file.
13696
13697 2015-04-28 Sasha Smundak <asmundak@google.com>
13698
13699 * gdb.python/py-type.exp: New test.
13700
13701 2015-04-28 Andy Wingo <wingo@igalia.com>
13702
13703 * gdb.python/py-parameter.exp:
13704 * gdb.guile/scm-parameter.exp: Escape the path that we are
13705 matching against, as it might contain characters that are special
13706 to regular expressions.
13707
13708 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13709
13710 * gdb.ada/rec_comp: New testcase.
13711
13712 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13713
13714 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13715 before using it.
13716
13717 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13718
13719 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13720 new tests for verilog output.
13721
13722 2015-04-24 Yao Qi <yao.qi@linaro.org>
13723
13724 * boards/remote-gdbserver-on-localhost.exp: New file.
13725
13726 2015-04-23 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13729 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13730 "end of file", remove $inferior_spawn_id from the indirect list.
13731
13732 2015-04-23 Pedro Alves <palves@redhat.com>
13733
13734 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13735
13736 2015-04-23 Pedro Alves <palves@redhat.com>
13737
13738 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13739 on $any_spawn_id instead of only on $gdb_spawn_id.
13740
13741 2015-04-21 Pierre Muller <muller@sourceware.org>
13742
13743 PR pascal/17815
13744 * lib/pascal.exp (gpc_compile): Add new option "class".
13745 (fpc_compile): Likewise.
13746 * gdb.pascal/case-insensitive-symbols.pas: New file.
13747 * gdb.pascal/case-insensitive-symbols.exp: New file.
13748
13749 2015-04-20 Gary Benson <gbenson@redhat.com>
13750
13751 * gdb.base/attach.exp: Fix three extended remote failures.
13752
13753 2015-04-17 Gary Benson <gbenson@redhat.com>
13754
13755 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13756 the main executable over the remote protocol.
13757
13758 2015-04-16 Pedro Alves <palves@redhat.com>
13759
13760 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13761 a new gdbserver if gdbserver_reconnect_p is set.
13762
13763 2015-04-16 Pedro Alves <palves@redhat.com>
13764
13765 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13766 is set, don't exit gdbserver.
13767
13768 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13769
13770 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13771 appropriate .insn, such that an older assembler can be used.
13772 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13773 the z/Architecture instruction set on 31-bit targets as well.
13774
13775 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13776
13777 * gdb.go/handcall.exp: Remove all logic related to the first
13778 breakpoint and rely on go_runto_main instead.
13779 * gdb.go/strings.exp: Likewise.
13780 * gdb.go/unsafe.exp: Likewise.
13781 * gdb.go/hello.exp: Likewise. Also rename the remaining
13782 breakpoint marker to "breakpoint 1".
13783 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13784 * gdb.go/strings.go: Likewise.
13785 * gdb.go/unsafe.go: Likewise.
13786 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13787 "set breakpoint 2 here" and rename the remaining breakpoint marker
13788 to "breakpoint 1".
13789
13790 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13791
13792 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13793 if itertools.imap is not present.
13794 * gdb.python/py-objfile.exp: Add parentheses.
13795 * gdb.python/py-type.exp: Same.
13796 * gdb.python/py-unwind-maint.py: Same.
13797
13798 2015-04-15 Yao Qi <yao.qi@linaro.org>
13799
13800 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13801 of ":$ptr_size" and set its form explicitly.
13802
13803 2015-04-15 Pedro Alves <palves@redhat.com>
13804 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13807 timeout by factor of 4.
13808 (test_regular_watch): Likewise.
13809 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13810 * gdb.reverse/sigall-reverse.exp: Likewise.
13811 * gdb.reverse/until-precsave.exp: Likewise.
13812 * lib/gdb.exp (with_timeout_factor): New proc.
13813 (gdb_expect): Move some code to ...
13814 (get_largest_timeout): ... here. New procedure.
13815
13816 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13817
13818 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13819
13820 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13821
13822 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13823 to write to the .text section.
13824
13825 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13826
13827 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13828 Handle the case of targets that do not provide PID information.
13829
13830 2015-04-13 Yao Qi <yao.qi@linaro.org>
13831
13832 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13833 and use expect instead of gdb_expect.
13834
13835 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13836
13837 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13838 "coredump_var_addr" to avoid naming conflict with other testcases.
13839
13840 2015-04-10 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13843 gdb_test_sequence and gdb_assert.
13844
13845 2015-04-10 Pedro Alves <palves@redhat.com>
13846
13847 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13848 test messages that don't include the breakpoint address.
13849
13850 2015-04-10 Yao Qi <yao.qi@linaro.org>
13851
13852 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13853 false for some offset and width combinations which aren't
13854 supported by linux kernel.
13855
13856 2015-04-10 Pedro Alves <palves@redhat.com>
13857
13858 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13859 procedure, factored out from ...
13860 (top level): ... here. Add "set displaced-stepping" testing axis.
13861 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13862 parameter "displaced". Use it.
13863 (top level): Use foreach and add "set displaced-stepping" testing
13864 axis.
13865
13866 2015-04-10 Pedro Alves <palves@redhat.com>
13867
13868 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13869 Remove comment.
13870 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13871 both the address of the instruction that triggers the watchpoint
13872 and the address of the instruction immediately after, and use
13873 those addresses for the test. Fix comment.
13874
13875 2015-04-10 Pedro Alves <palves@redhat.com>
13876
13877 * gdb.base/sigstep.exp (breakpoint_to_handler)
13878 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13879 Test "backtrace" in handler.
13880 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13881 (top level): Add new "displaced" test axis to
13882 breakpoint_to_handler, breakpoint_to_handler_entry and
13883 breakpoint_over_handler.
13884
13885 2015-04-10 Pedro Alves <palves@redhat.com>
13886
13887 PR gdb/18216
13888 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13889
13890 2015-04-10 Yao Qi <yao.qi@linaro.org>
13891
13892 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13893 (test_add_rn_pc): New function.
13894 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13895 (top level): Invoke test_add_rn_pc.
13896
13897 2015-04-10 Pedro Alves <palves@redhat.com>
13898
13899 PR gdb/13858
13900 * gdb.base/step-over-no-symbols.exp: New file.
13901
13902 2015-04-09 Andy Wingo <wingo@igalia.com>
13903
13904 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13905 after the Python tests.
13906
13907 2015-04-08 Keith Seitz <keiths@redhat.com>
13908
13909 PR python/16699
13910 * gdb.python/py-completion.exp: New tests for completion.
13911 * gdb.python/py-completion.py (CompleteLimit1): New class.
13912 (CompleteLimit2): Likewise.
13913 (CompleteLimit3): Likewise.
13914 (CompleteLimit4): Likewise.
13915 (CompleteLimit5): Likewise.
13916 (CompleteLimit6): Likewise.
13917 (CompleteLimit7): Likewise.
13918
13919 2015-04-08 Pedro Alves <palves@redhat.com>
13920
13921 PR gdb/18214
13922 PR gdb/18216
13923 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13924 function.
13925 (main): Install it as SIGUSR1 handler.
13926 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13927 parameter. Always use "setup" as prefix. Toggle "set
13928 displaced-stepping" off/on depending on global. Don't switch to
13929 thread 1 here.
13930 (top level): Add displaced stepping "off/on" test axis. Update
13931 "setup" calls. Wrap each subtest with with_test_prefix. Test
13932 continuing with a queued signal in each thread.
13933
13934 2015-04-08 Pedro Alves <palves@redhat.com>
13935
13936 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13937 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13938 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13939 Return early if running to main fails.
13940 * gdb.trace/while-stepping.exp: Likewise.
13941
13942 2015-04-07 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13945 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13946 interact with inferior program.
13947
13948 2015-04-07 Pedro Alves <palves@redhat.com>
13949
13950 * lib/gdb.exp (inferior_spawn_id): New global.
13951 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13952 spawn id after processing the user code.
13953 (default_gdb_start): Set inferior_spawn_id.
13954 (send_inferior): New procedure.
13955 * lib/gdbserver-support.exp (gdbserver_start): Set
13956 inferior_spawn_id.
13957 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13958
13959 2015-04-07 Pedro Alves <palves@redhat.com>
13960
13961 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13962 * lib/gdbserver-support.exp (gdbserver_start): Make
13963 $server_spawn_id global.
13964 (gdbserver_start): Don't wait for gdbserver's spawn id with
13965 expect_background.
13966 (close_gdbserver): New procedure.
13967 (gdb_exit): Rename the default version and reimplement.
13968
13969 2015-04-07 Pedro Alves <palves@redhat.com>
13970
13971 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13972 append the substituted item, not the original item.
13973
13974 2015-04-07 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13977 gdb_expect.
13978
13979 2015-04-07 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13982 output appearing once only.
13983
13984 2015-04-07 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13987 that doesn't expect anything. Return early if running to main
13988 fails.
13989
13990 2015-04-07 Yao Qi <yao.qi@linaro.org>
13991
13992 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13993 (child_function): Call alarm.
13994 (main): Move call to alarm into the loop.
13995 * gdb.threads/non-stop-fair-events.exp: Build program with
13996 -DTIMEOUT=$timeout.
13997
13998 2015-04-06 Doug Evans <xdje42@gmail.com>
13999
14000 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14001 Fix dest parameter to board_info.
14002 (fpc_compile): Ditto.
14003 (gdb_compile_pascal): Rename dest arg to destfile.
14004
14005 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14006
14007 * gdb.ada/funcall_ref.exp: New file.
14008 * gdb.ada/funcall_ref/foo.adb: New file.
14009
14010 2015-04-02 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14013 is remote.
14014
14015 2015-04-02 Gary Benson <gbenson@redhat.com>
14016
14017 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14018
14019 2015-04-01 Sasha Smundak <asmundak@google.com>
14020
14021 * gdb.python/py-unwind-maint.c: New file.
14022 * gdb.python/py-unwind-maint.exp: New test.
14023 * gdb.python/py-unwind-maint.py: New file.
14024 * gdb.python/py-unwind.c: New file.
14025 * gdb.python/py-unwind.exp: New test.
14026 * gdb.python/py-unwind.py: New test.
14027
14028 2015-04-01 Pedro Alves <palves@redhat.com>
14029
14030 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14031 to fail instead of non-existent $test.
14032
14033 2015-04-01 Pedro Alves <palves@redhat.com>
14034
14035 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14036 GDBFLAGS if not empty.
14037
14038 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14039
14040 * gdb.ada/complete.exp: Remove "multi_line".
14041 * gdb.ada/info_exc.exp: Remove "multi_line".
14042 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14043 * gdb.ada/ptype_field.exp: Remove "multi_line".
14044 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14045 * gdb.ada/tagged.exp: Remove "multi_line".
14046 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14047 [multi_line ...]
14048 * gdb.btrace/delta.exp: Likewise.
14049 * gdb.btrace/exception.exp: Likewise.
14050 * gdb.btrace/function_call_history.exp: Likewise.
14051 * gdb.btrace/instruction_history.exp: Likewise.
14052 * gdb.btrace/nohist.exp: Likewise.
14053 * gdb.btrace/record_goto.exp: Likewise.
14054 * gdb.btrace/segv.exp: Likewise.
14055 * gdb.btrace/stepi.exp: Likewise.
14056 * gdb.btrace/tailcall.exp: Likewise.
14057 * gdb.btrace/unknown_functions.exp: Likewise.
14058 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14059 * lib/gdb.exp: Add the "multi_line" helper.
14060
14061 2015-04-01 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.threads/tid-reuse.c: New file.
14064 * gdb.threads/tid-reuse.exp: New file.
14065
14066 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14067
14068 PR corefiles/16092
14069 * gdb.base/coredump-filter.c: New file.
14070 * gdb.base/coredump-filter.exp: Likewise.
14071
14072 2015-03-27 Petr Machata <pmachata@redhat.com>
14073
14074 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14075 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14076 (Dwarf::assemble): Initialize them.
14077 (Dwarf::lines): New function.
14078
14079 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14080
14081 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14082 SYMBOL_PREFIX for x86_64-*-cygwin.
14083
14084 2015-03-26 Andy Wingo <wingo@igalia.com>
14085
14086 PR symtab/18148
14087 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14088 const_value but not a location.
14089 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14090 location defined in non-main CUs are visible.
14091
14092 2015-03-26 Yao Qi <yao.qi@linaro.org>
14093
14094 PR testsuite/18139
14095 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14096 Add a line number entry for the same line.
14097 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14098 Add a line number entry for the same line.
14099
14100 2015-03-26 Yao Qi <yao.qi@linaro.org>
14101
14102 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14103 .int 0.
14104 (func): Likewise. Add .Lfunc_1 label.
14105 Use .Lfunc_1 label.
14106 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14107 .int 0.
14108 (func): Likewise.
14109 Use .Lfunc_1 label.
14110
14111 2015-03-26 Yao Qi <yao.qi@linaro.org>
14112
14113 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14114 Call gdb_compile instead to compile each .s files without debug
14115 information.
14116
14117 2015-03-26 Yao Qi <yao.qi@linaro.org>
14118
14119 * gdb.base/savedregs.exp (process_saved_regs): Make
14120 "Saved registers:" optional in the pattern.
14121
14122 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14123
14124 * gdb.btrace/next.exp: Merged into step.exp.
14125 * gdb.btrace/finish.exp: Merged into step.exp.
14126 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14127 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14128 "record goto" and checking the exact replay position.
14129 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14130 check for "Recording format" in "info record" output.
14131 * gdb.btrace/record_goto.exp: Choose test file based on target.
14132 * gdb.btrace/x86-record_goto.S: Renamed into ...
14133 * gdb.btrace/x86_64-record_goto.S: ... this.
14134 * gdb.btrace/i686-record_goto.S: New.
14135 * gdb.btrace/x86-tailcall.S: Renamed into ...
14136 * gdb.btrace/x86_64-tailcall.S: ... this.
14137 * gdb.btrace/i686-tailcall.S: New.
14138 * gdb.btrace/x86-tailcall.c: Renamed into ...
14139 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14140 separate statements. Update test.
14141 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14142 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14143 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14144 * gdb.btrace/tailcall.exp: Choose test file based on target.
14145 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14146
14147 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14148
14149 * gdb.btrace/exception.exp: Increase BTS buffer size.
14150
14151 2015-03-24 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14154
14155 2015-03-24 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.threads/schedlock.exp (test_step): No longer expect that
14158 "set scheduler-locking step" with "next" over a function call runs
14159 threads unlocked.
14160
14161 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14162
14163 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14164
14165 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14166
14167 PR breakpoints/16466
14168 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14169 * gdb.mi/mi-pending.c (thread_func): New function.
14170 (int main): Add threading support required.
14171 * gdb.mi/mi-pending.exp: Add tests for this issue.
14172 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14173 (pendfunc2): Remove stdio dependency.
14174 * gdb.mi/mi-pendshr2.c: New file.
14175
14176 2015-03-23 Keith Seitz <keiths@redhat.com>
14177
14178 * gdb.linespec/keywords.c: New file.
14179 * gdb.linespec/keywords.exp: New file.
14180
14181 2015-03-23 Keith Seitz <keiths@redhat.com>
14182
14183 PR gdb/18021
14184 * gdb.dwarf2/staticvirtual.exp: New test.
14185
14186 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14187
14188 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14189 * README: Remove HP-UX and gdb.hp.
14190 (configuration):
14191 * configure: Regenerate.
14192 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14193 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14194 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14195 gdb.hp/gdb.defects/Makefile.
14196 * gdb.hp/Makefile.in: File deleted.
14197 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14198 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14199 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14200 * gdb.hp/gdb.aCC/run.c: File deleted.
14201 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14202 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14203 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14204 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14205 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14206 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14207 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14208 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14209 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14210 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14211 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14212 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14213 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14214 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14215 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14216 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14217 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14218 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14219 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14220 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14221 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14222 * gdb.hp/gdb.compat/average.c: File deleted.
14223 * gdb.hp/gdb.compat/sum.c: File deleted.
14224 * gdb.hp/gdb.compat/xdb.c: File deleted.
14225 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14226 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14227 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14228 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14229 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14230 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14231 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14232 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14233 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14234 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14235 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14236 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14237 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14238 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14239 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14240 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14241 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14242 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14243 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14244 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14245 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14246 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14247 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14248 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14249 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14250 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14251 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14252 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14253 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14254 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14255 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14256 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14257 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14258 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14259 * gdb.hp/tools/odump: File deleted.
14260
14261 2015-03-19 Pedro Alves <palves@redhat.com>
14262
14263 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14264 (saw_thread_3): New globals.
14265 (top level): Increment them when an event for the corresponding
14266 thread is seen.
14267 (no thread starvation): New test.
14268
14269 2015-03-19 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.threads/continue-pending-status.c: New file.
14272 * gdb.threads/continue-pending-status.exp: New file.
14273
14274 2015-03-18 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14277 Use gdb_is_target_remote instead of is_remote. Use
14278 gdb_test_multiple instead of gdb_expect. Exit early if
14279 gdb_test_multiple hits its internal matches. Tighten stepi tests
14280 expected output. Fail on exit with any signal, instead of just
14281 SIGILL.
14282
14283 2015-03-18 Yao Qi <yao.qi@linaro.org>
14284
14285 PR tdep/18107
14286 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14287 variable.
14288 * gdb.base/catch-syscall.exp: Don't skip it on
14289 aarch64*-*-linux* target. Remove elements in all_syscalls.
14290 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14291 target.
14292 (setup_all_syscalls): New proc.
14293
14294 2015-03-16 Yao Qi <yao.qi@linaro.org>
14295
14296 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14297 (top level): Skip tests if valid_addr_p returns false for
14298 $cmd1 or $cmd2.
14299
14300 2015-03-11 Andy Wingo <wingo@igalia.com>
14301
14302 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14303
14304 2015-03-11 Yao Qi <yao.qi@linaro.org>
14305
14306 * gdb.base/catch-syscall.exp: Fix typo in comments.
14307
14308 2015-03-11 Yao Qi <yao.qi@linaro.org>
14309
14310 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14311
14312 2015-03-09 Pedro Alves <palves@redhat.com>
14313
14314 * dg-extract-results.py: Delete.
14315
14316 2015-03-09 Pedro Alves <palves@redhat.com>
14317
14318 Merge dg-extract-results.sh from GCC upstream (r218843).
14319
14320 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14321 * dg-extract-results.sh: Use --text with grep to avoid issues with
14322 binary files. Fall back to cat -v, if that doesn't work.
14323
14324 2015-03-05 Pedro Alves <palves@redhat.com>
14325
14326 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14327
14328 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14329
14330 * lib/mi-support.exp (mi_expect_interrupt): Accept
14331 alternative event for when in all-stop mode.
14332
14333 2015-03-04 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14336
14337 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14338
14339 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14340
14341 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14342
14343 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14344 regexps for GDB's current line display, accept a hex address
14345 preceding the line number.
14346
14347 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14348
14349 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14350 the 'arch1' variable for "s390*-linux*" targets.
14351
14352 2015-03-04 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14355 (main): Pass missing retval argument to pthread_join call.
14356
14357 2015-03-02 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14360 (top level): Call do_test with non-stop as well.
14361
14362 2015-03-02 Pedro Alves <palves@redhat.com>
14363
14364 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14365 -1.
14366
14367 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14368
14369 * gdb.arch/s390-vregs.exp: New test.
14370 * gdb.arch/s390-vregs.S: New file.
14371
14372 2015-02-27 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14375 call to catch_command_errors.
14376 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14377 catch_command_errors.
14378
14379 2015-02-27 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14382 "true" for boolean result.
14383 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14384 prototype of main.
14385
14386 2015-02-27 Pedro Alves <palves@redhat.com>
14387
14388 * lib/unbuffer_output.c: New file.
14389 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14390 (main): Call gdb_unbuffer_output.
14391
14392 2015-02-27 Yao Qi <yao.qi@linaro.org>
14393
14394 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14395 target.
14396
14397 2015-02-26 Doug Evans <dje@google.com>
14398
14399 * gdb.cp/class2.cc (Dbase, D): New classes.
14400 (main): New local delta.
14401 * gdb.cp/class2.exp: Test printing delta.
14402 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14403 (dynbar): New global.
14404 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14405
14406 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14407
14408 * gdb.compile/compile-ifunc.c: New file.
14409 * gdb.compile/compile-ifunc.exp: New file.
14410
14411 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14412
14413 * gdb.base/structs.exp: Check for correct struct on finish.
14414
14415 2015-02-26 Yao Qi <yao.qi@linaro.org>
14416
14417 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14418 is zero.
14419
14420 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14421
14422 * gdb.arch/cordic.ko.bz2: New file.
14423 * gdb.arch/cordic.ko.debug.bz2: New file.
14424 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14425
14426 2015-02-25 Yao Qi <yao.qi@linaro.org>
14427
14428 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14429 aarch64*-*-* target.
14430
14431 2015-02-23 Pedro Alves <palves@redhat.com>
14432
14433 * lib/gdb.exp (delete_breakpoints): Rewrite using
14434 gdb_test_multiple.
14435
14436 2015-02-23 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/info-os.c: Include stdlib.h.
14439
14440 2015-02-22 Doug Evans <xdje42@gmail.com>
14441
14442 PR symtab/17855
14443 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14444 is read after symbols have been re-read.
14445 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14446 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14447
14448 2015-02-21 Doug Evans <dje@google.com>
14449
14450 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14451
14452 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 PR corefiles/17808
14455 * gdb.arch/i386-biarch-core.core.bz2: New file.
14456 * gdb.arch/i386-biarch-core.exp: New file.
14457
14458 2015-02-21 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14461 runto_main fails.
14462
14463 2015-02-20 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14466 info probes.
14467
14468 2015-02-20 Pedro Alves <palves@redhat.com>
14469
14470 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14471
14472 2015-02-20 Pedro Alves <palves@redhat.com>
14473
14474 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14475 clean_restart before gdb_target_supports_trace.
14476
14477 2015-02-20 Pedro Alves <palves@redhat.com>
14478
14479 PR threads/18006
14480 * gdb.threads/clone-thread_db.c: New file.
14481 * gdb.threads/clone-thread_db.exp: New file.
14482
14483 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14484
14485 PR breakpoints/16812
14486 * gdb.base/catch-gdb-caused-signals.c: New file.
14487 * gdb.base/catch-gdb-caused-signals.exp: New file.
14488
14489 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14490
14491 * configure: Regenerated.
14492 * configure.ac: Use GDB_AC_TRANSFORM.
14493 * aclocal.m4: sinclude ../transform.m4.
14494
14495 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14496
14497 * lib/dtrace.exp: New file.
14498 * gdb.base/dtrace-probe.exp: Likewise.
14499 * gdb.base/dtrace-probe.d: Likewise.
14500 * gdb.base/dtrace-probe.c: Likewise.
14501 * lib/pdtrace.in: Likewise.
14502 * configure.ac: Output variables with the transformed names of
14503 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14504 * configure: Regenerated.
14505
14506 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14507
14508 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14509 expected message when trying to access $_probe_* convenience
14510 variables while not on a probe.
14511
14512 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14513
14514 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14515
14516 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14517
14518 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14519 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14520
14521 2015-02-10 Doug Evans <xdje42@gmail.com>
14522
14523 * lib/gdb.exp (gdb_load): Always return a result.
14524
14525 2015-02-10 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.threads/signal-sigtrap.c: New file.
14528 * gdb.threads/signal-sigtrap.exp: New file.
14529
14530 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14531
14532 * gdb.trace/no-attach-trace.c: New file.
14533 * gdb.trace/no-attach-trace.exp: New file.
14534
14535 2015-02-09 Mark Wielaard <mjw@redhat.com>
14536
14537 * gdb.dwarf2/atomic.c: New file.
14538 * gdb.dwarf2/atomic-type.exp: Likewise.
14539
14540 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14541
14542 * gdb.btrace/buffer-size.exp: Update "info record" output.
14543 * gdb.btrace/delta.exp: Update "info record" output.
14544 * gdb.btrace/enable.exp: Update "info record" output.
14545 * gdb.btrace/finish.exp: Update "info record" output.
14546 * gdb.btrace/instruction_history.exp: Update "info record" output.
14547 * gdb.btrace/next.exp: Update "info record" output.
14548 * gdb.btrace/nexti.exp: Update "info record" output.
14549 * gdb.btrace/step.exp: Update "info record" output.
14550 * gdb.btrace/stepi.exp: Update "info record" output.
14551 * gdb.btrace/nohist.exp: Update "info record" output.
14552
14553 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14554
14555 * gdb.btrace/buffer-size: New.
14556
14557 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14558
14559 * gdb.btrace/delta.exp: Update "info record" output.
14560 * gdb.btrace/enable.exp: Update "info record" output.
14561 * gdb.btrace/finish.exp: Update "info record" output.
14562 * gdb.btrace/instruction_history.exp: Update "info record" output.
14563 * gdb.btrace/next.exp: Update "info record" output.
14564 * gdb.btrace/nexti.exp: Update "info record" output.
14565 * gdb.btrace/step.exp: Update "info record" output.
14566 * gdb.btrace/stepi.exp: Update "info record" output.
14567 * gdb.btrace/nohist.exp: Update "info record" output.
14568
14569 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14570
14571 PR gdb/15678
14572 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14573
14574 2015-02-06 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14577 macro.
14578 (seconds_left, again): New globals.
14579 (main): Wait seconds_left in a 1-second sleep loop instead of
14580 sleeping 180 seconds. If 'again' is set, reset the seconds
14581 counter.
14582 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14583 'again' in the inferior before detaching. Print the seconds left.
14584 (options): New global.
14585 (top level): Build program with -DTIMEOUT=$timeout.
14586
14587 2015-02-06 Pedro Alves <palves@redhat.com>
14588
14589 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14590 determine how many seconds to pass to 'alarm'.
14591 * gdb.base/gdb-sigterm.exp (top level): Build program with
14592 -DTIMEOUT=$timeout.
14593 (do_test): Return success/failure indication. Add more verbose
14594 logging. Don't fail if 200 single steps are seen. Instead, fail
14595 when the test times out.
14596 (passes): New global.
14597 (top level): Break the testing loop if testing fails on any
14598 iteration. Use gdb_assert.
14599
14600 2015-02-04 Don Breazeal <donb@codesourcery.com>
14601
14602 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14603 and initialize them.
14604 (ipc_cleanup): New function.
14605 (main): Don't declare shmid, semid, and msqid. Add a call to
14606 atexit so that we call ipc_cleanup on exit.
14607
14608 2015-02-04 Pedro Alves <palves@redhat.com>
14609
14610 * boards/native-extended-gdbserver.exp: Remove any target variant
14611 specifications from the board name before clearing the isremote
14612 flag from board_info.
14613
14614 2015-01-31 Doug Evans <xdje42@gmail.com>
14615
14616 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14617
14618 2015-01-31 Gary Benson <gbenson@redhat.com>
14619
14620 * gdb.base/completion.exp: Disable completion limiting for
14621 existing tests. Add new tests to check completion limiting.
14622 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14623
14624 2015-01-31 Doug Evans <xdje42@gmail.com>
14625
14626 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14627
14628 2015-01-31 Doug Evans <xdje42@gmail.com>
14629
14630 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14631 entries. Duplicate file section script entries.
14632 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14633 inlined entries. Add test for safe-path rejection.
14634 * gdb.python/py-section-script.c: Add duplicate inlined section script
14635 entries. Duplicate file section script entries.
14636 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14637 inlined entries. Add test for safe-path rejection.
14638
14639 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14640
14641 * gdb.ada/disc_arr_bound: New testcase.
14642
14643 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14644
14645 * gdb.ada/mi_var_array: New testcase.
14646
14647 2015-01-27 Doug Evans <dje@google.com>
14648
14649 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14650 Add test for objfile.filename, objfile.username after objfile
14651 has been unloaded.
14652
14653 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14654
14655 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14656 the second test to print the name attribute of value
14657 returned by the call to gdb.lookup_type, and adjust
14658 the expected output accordingly.
14659
14660 2015-01-25 Mark Wielaard <mjw@redhat.com>
14661
14662 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14663 * gdb.base/disp-step-fork.c: Include unistd.h.
14664 * gdb.base/siginfo-obj.c: Include stdio.h.
14665 * gdb.base/siginfo-thread.c: Likewise.
14666 * gdb.mi/non-stop.c: Include unistd.h.
14667 * gdb.mi/nsthrexec.c: Include stdio.h.
14668 * gdb.mi/pthreads.c: Include unistd.h.
14669 * gdb.modula2/unbounded1.c (main): Declare returns int.
14670 * gdb.reverse/consecutive-reverse.c: Likewise.
14671 * gdb.threads/create-fail.c: Include unistd.h.
14672 * gdb.threads/killed.c: Likewise.
14673 * gdb.threads/linux-dp.c: Likewise.
14674 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14675 * gdb.threads/non-ldr-exc-2.c: Likewise.
14676 * gdb.threads/non-ldr-exc-3.c: Likewise.
14677 * gdb.threads/non-ldr-exc-4.c: Likewise.
14678 * gdb.threads/pthreads.c: Include unistd.h.
14679 (main): Declare returns int.
14680 * gdb.threads/tls-main.c (foo): New declaration.
14681 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14682
14683 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14684
14685 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14686 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14687
14688 2015-01-15 Mark Wielaard <mjw@redhat.com>
14689
14690 * gdb.base/noreturn-return.c: New file.
14691 * gdb.base/noreturn-return.exp: New file.
14692 * gdb.base/noreturn-finish.c: New file.
14693 * gdb.base/noreturn-finish.exp: New file.
14694
14695 2015-01-23 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.threads/continue-pending-after-query.c: New file.
14698 * gdb.threads/continue-pending-after-query.exp: New file.
14699
14700 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14701 Simon Marchi <simon.marchi@ericsson.com>
14702
14703 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14704 * gdb.base/valgrind-db-attach.exp: Same.
14705 * gdb.base/valgrind-infcall.exp: Same.
14706 * lib/mi-support.exp (default_mi_gdb_start): Same.
14707 * lib/prompt.exp (default_prompt_gdb_start): Same.
14708 * lib/gdb.exp (default_gdb_spawn): Same.
14709 (gdb_interact): New.
14710
14711
14712 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14713
14714 * gdb.compile/compile.exp (pointer to jit function): New test.
14715
14716 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14717
14718 * lib/gdb.exp (supports_process_record): Return true for
14719 powerpc*-*-linux*.
14720 (supports_reverse): Likewise.
14721
14722 2015-01-15 Don Breazeal <donb@codesourcery.com>
14723
14724 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14725 instead of checking whether the target board is remote and
14726 use spawn_wait_for_attach instead of exec/sleep.
14727 * gdb.base/attach-twice.exp: Likewise.
14728
14729 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14730
14731 * gdb.ada/var_arr_attrs: New testcase.
14732
14733 2015-01-14 Pedro Alves <palves@redhat.com>
14734 Joel Brobecker <brobecker@adacore.com>
14735
14736 PR gdb/17525
14737 * gdb.base/bp-cmds-execution-x-script.c: New file.
14738 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14739 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14740
14741 2015-01-14 Pedro Alves <palves@redhat.com>
14742
14743 PR cli/17828
14744 * gdb.base/batch-preserve-term-settings.c: New file.
14745 * gdb.base/batch-preserve-term-settings.exp: New file.
14746
14747 2015-01-13 Doug Evans <dje@google.com>
14748
14749 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14750 binary.
14751
14752 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14753
14754 * Makefile.in (clean mostlyclean): Do not delete *.py.
14755
14756 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14757
14758 * gdb.python/py-lookup-type.exp: New file.
14759
14760 2015-01-12 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14763 restore GDBFLAGS before returning.
14764
14765 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14766
14767 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14768 is_amd64_regs_target and is_x86_like_target.
14769
14770 2015-01-11 Doug Evans <xdje42@gmail.com>
14771
14772 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14773 is given without an explicit form.
14774 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14775 attributes.
14776 * gdb.dwarf/corrupt.exp: Ditto.
14777 * gdb.dwarf2/enum-type.exp: Ditto.
14778 * gdb.trace/entry-values.exp: Ditto.
14779 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14780
14781 2015-01-11 Doug Evans <xdje42@gmail.com>
14782
14783 PR gdb/15830
14784 * gdb.base/maint.exp: Remove references to "maint demangle".
14785 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14786 Add tests for explicitly specifying language to demangle.
14787 * gdb.dlang/demangle.exp: Ditto.
14788
14789 2015-01-09 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.threads/non-stop-fair-events.c: New file.
14792 * gdb.threads/non-stop-fair-events.exp: New file.
14793
14794 2015-01-09 Pedro Alves <palves@redhat.com>
14795
14796 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14797 the global scope. Set a breakpoint after all threads are started
14798 rather than stepping over two source lines. Expect the prompt.
14799 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14800 global.
14801 (NUM): Now 15.
14802 (main): Use threads_started_barrier to wait for all threads to
14803 start. Main thread no longer calls thread_function. Exit after
14804 180 seconds.
14805 (loop): New function.
14806 (thread_function): Wait on threads_started_barrier barrier. Call
14807 'loop' at each iteration.
14808 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14809 threads have started, instead of hardcoding number of "next"
14810 steps. Use an access watchpoint instead of a write watchpoint.
14811
14812 2015-01-09 Pedro Alves <palves@redhat.com>
14813
14814 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14815 (thread_func): Wait on barrier.
14816 (main): Wait for all threads to start before stopping GDB.
14817 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14818 global.
14819 (thread1_func, thread2_func): Wait on barrier.
14820 (main): Wait for all threads to start before stopping GDB.
14821 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14822 New global.
14823 (thread1_func, thread2_func): Wait on barrier.
14824 (main): Wait for all threads to start before stopping GDB.
14825
14826 2015-01-09 Pedro Alves <palves@redhat.com>
14827
14828 * gdb.threads/attach-many-short-lived-threads.c: New file.
14829 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14830
14831 2014-01-09 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14834 instead of to thread 2.
14835 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14836 Add barrier around each pthread_create call instead of around all
14837 calls.
14838 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14839 Set a break on thread_function and have the child threads hit it
14840 one at at a time.
14841
14842 2015-01-09 Pedro Alves <palves@redhat.com>
14843
14844 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14845 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14846 false.
14847 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14848 checking whether the target board is remote.
14849 * gdb.multi/multi-attach.exp: Likewise.
14850 * gdb.python/py-sync-interp.exp: Likewise.
14851 * gdb.server/ext-attach.exp: Likewise.
14852 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14853 tests that need to attach, instead of checking whether the target
14854 board is remote at the top of the file.
14855
14856 2015-01-08 Yao Qi <yao@codesourcery.com>
14857
14858 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14859
14860 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14861
14862 Fix testcase compilation.
14863 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14864
14865 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14866
14867 * gdb.python/py-type.exp: Add a couple test about empty
14868 array creation, and negative-length array creation.
14869
14870 2015-01-02 Doug Evans <xdje42@gmail.com>
14871
14872 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14873
14874 2015-01-02 Doug Evans <dje@google.com>
14875
14876 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14877
14878 2014-12-29 Yao Qi <yao@codesourcery.com>
14879
14880 * gdb.trace/entry-values.exp: Update comments. Rename variable
14881 bar_call_foo to returned_from_foo.
14882
14883 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14884
14885 PR gdb/17394
14886 * gdb.linespec/break-asm-file.c: New file.
14887 * gdb.linespec/break-asm-file.exp: New file.
14888 * gdb.linespec/break-asm-file0.s: New file.
14889 * gdb.linespec/break-asm-file1.s: New file.
14890
14891 2014-12-18 Nigel Stephens <nigel@mips.com>
14892 Maciej W. Rozycki <macro@codesourcery.com>
14893
14894 * gdb.base/float.exp: Handle the new output from "info float" on
14895 MIPS targets.
14896
14897 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 Fix MinGW compilation.
14900 * gdb.compile/compile-ops.exp: Update untested message if
14901 !skip_compile_feature_tests.
14902 * gdb.compile/compile-setjmp.exp: Likewise.
14903 * gdb.compile/compile-tls.exp: Likewise.
14904 * gdb.compile/compile.exp: Likewise.
14905 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14906 supported on this host".
14907
14908 2014-12-16 Doug Evans <xdje42@gmail.com>
14909
14910 * boards/stabs.exp: New file.
14911
14912 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14913
14914 * gdb.base/completion.exp: Adjust to format changes of "maint
14915 print user-registers".
14916
14917 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14918
14919 PR server/17457
14920 * gdb.arch/aarch64-fp.c: New file.
14921 * gdb.arch/aarch64-fp.exp: New file.
14922
14923 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14924
14925 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14926 r210637, r210913, r211666, r215400, r215817).
14927
14928 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14929 * dg-extract-results.py: New file.
14930 * dg-extract-results.sh: Use it if the environment seems
14931 suitable.
14932
14933 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14934
14935 * dg-extract-results.py (parse_run): Handle warnings that
14936 are printed before a test harness is run.
14937
14938 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14939
14940 * dg-extract-results.py (Named): Remove __cmp__ method.
14941 (output_variation): Use a key to sort variation.harnesses.
14942
14943 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14944
14945 * dg-extract-results.py: For Python 3, force sys.stdout to
14946 handle surrogate escape sequences.
14947 (safe_open): New function.
14948 (output_segment, main): Use it.
14949
14950 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14951
14952 * dg-extract-results.py (Prog.result_re): Include options
14953 in test name.
14954
14955 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14956
14957 * dg-extract-results.py (output_variation): Always sort if
14958 do_sum.
14959
14960 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14961
14962 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14963 as long as we get pagination notifications.
14964
14965 2014-12-15 Jason Merrill <jason@redhat.com>
14966
14967 * Makefile.in (check-gdb.%): Restore.
14968 * README: Mention it.
14969
14970 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14971
14972 * gdb.ada/str_uninit: New testcase.
14973
14974 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 PR symtab/17642
14977 * gdb.base/vla-stub-define.c: New file.
14978 * gdb.base/vla-stub.c: New file.
14979 * gdb.base/vla-stub.exp: New file.
14980
14981 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14982 Jan Kratochvil <jan.kratochvil@redhat.com>
14983 Tom Tromey <tromey@redhat.com>
14984
14985 * configure.ac: Add gdb.compile/.
14986 * configure: Regenerate.
14987 * gdb.compile/Makefile.in: New file.
14988 * gdb.compile/compile-ops.exp: New file.
14989 * gdb.compile/compile-ops.c: New file.
14990 * gdb.compile/compile-tls.c: New file.
14991 * gdb.compile/compile-tls.exp: New file.
14992 * gdb.compile/compile-constvar.S: New file.
14993 * gdb.compile/compile-constvar.c: New file.
14994 * gdb.compile/compile-mod.c: New file.
14995 * gdb.compile/compile-nodebug.c: New file.
14996 * gdb.compile/compile-setjmp-mod.c: New file.
14997 * gdb.compile/compile-setjmp.c: New file.
14998 * gdb.compile/compile-setjmp.exp: New file.
14999 * gdb.compile/compile-shlib.c: New file.
15000 * gdb.compile/compile.c: New file.
15001 * gdb.compile/compile.exp: New file.
15002 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15003
15004 2014-12-12 Tom Tromey <tromey@redhat.com>
15005
15006 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15007 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15008
15009 2014-12-12 Doug Evans <dje@google.com>
15010
15011 * lib/gdb-python.exp (get_python_valueof): New function.
15012 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15013
15014 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15015
15016 * gdb.base/completion.exp: Add test for completion of "info
15017 registers ".
15018
15019 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15020
15021 * gdb.base/func-ptrs.c: New file.
15022 * gdb.base/func-ptrs.exp: New file.
15023
15024 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15025
15026 PR breakpoints/17012
15027 * gdb.base/dprintf-detach.c: New file.
15028 * gdb.base/dprintf-detach.exp: New file.
15029
15030 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15031
15032 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15033 * lib/gdb.exp (target_is_gdbserver): New procedure.
15034
15035 2014-12-08 Doug Evans <dje@google.com>
15036
15037 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15038
15039 2014-12-05 Yao Qi <yao@codesourcery.com>
15040
15041 * gdb.guile/scm-error.exp: Remove the third argument to
15042 gdb_remote_download.
15043 * gdb.guile/scm-frame-args.exp: Likewise.
15044 * gdb.guile/scm-section-script.exp: Likewise.
15045
15046 2014-12-05 Yao Qi <yao@codesourcery.com>
15047
15048 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15049
15050 2014-12-04 Doug Evans <dje@google.com>
15051
15052 * gdb.python/py-objfile.exp: Add tests for
15053 objfile.add_separate_debug_file.
15054
15055 2014-12-04 Doug Evans <dje@google.com>
15056
15057 * lib/gdb.exp (get_build_id): New function.
15058 (build_id_debug_filename_get): Rewrite to use it.
15059 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15060
15061 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15062
15063 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15064 `method(long)', not just 0x0.
15065 * gdb.cp/nsalias.exp: Align code labels to 4.
15066 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15067 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15068 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15069 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15070 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15071 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15072
15073 2014-12-02 Doug Evans <dje@google.com>
15074
15075 PR symtab/17602
15076 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15077 * gdb.cp/anon-ns2.cc: ... here. New file.
15078 * gdb.cp/anon-ns.exp: Update.
15079
15080 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15081
15082 * gdb.python/py-events.py (inferior_call_handler): New.
15083 (register_changed_handler, memory_changed_handler): New.
15084 (test_events.invoke): Register new handlers.
15085 * gdb.python/py-events.exp: Add tests for inferior call,
15086 memory_changed and register_changed events.
15087
15088 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15089
15090 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15091 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15092 if the linker doesn't understand this.
15093
15094 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15095
15096 * gdb.python/python.exp: Change expected reply to help().
15097
15098 2014-12-01 Yao Qi <yao@codesourcery.com>
15099
15100 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15101 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15102 * configure: Re-generated.
15103
15104 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15105
15106 * gdb.cp/chained-calls.cc: New file.
15107 * gdb.cp/chained-calls.exp: New file.
15108 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15109
15110 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15111
15112 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15113 * gdb.dwarf2/symtab-producer.exp: Same.
15114 * gdb.gdb/python-interrupts.exp: Same.
15115 * gdb.gdb/python-selftest.exp: Same.
15116 * gdb.python/py-linetable.exp: Same.
15117 * gdb.python/py-type.exp: Same.
15118 * gdb.python/py-value-cc.exp: Same.
15119 * gdb.python/py-value.exp: Same.
15120
15121 2014-11-28 Yao Qi <yao@codesourcery.com>
15122
15123 * gdb.base/break-probes.exp: Match library name prefixed with
15124 sysroot.
15125
15126 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15127
15128 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15129 test expected output. Add parentheses for the call to print.
15130 Remove L suffix from integers.
15131
15132 2014-11-26 Doug Evans <dje@google.com>
15133
15134 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15135
15136 2014-11-22 Yao Qi <yao@codesourcery.com>
15137
15138 * gdb.trace/entry-values.c: Remove asms.
15139 (foo): Add foo_label.
15140 (bar): Add bar_label.
15141 * gdb.trace/entry-values.exp: Remove code computing foo's
15142 length and bar's length.
15143 (Dwarf::assemble): Invoke function_range for bar and use
15144 MACRO_AT_func for foo.
15145
15146 2014-11-22 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15149 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15150 Use .Lgcc43_procstart instead of gcc43.
15151
15152 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15153
15154 * gdb.ada/n_arr_bound: New testcase.
15155
15156 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15157
15158 PR breakpoints/10737
15159 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15160 test_catch_syscall_multi_arch.
15161 (test_catch_syscall_multi_arch): New function.
15162
15163 2014-11-20 Doug Evans <xdje42@gmail.com>
15164
15165 * gdb.base/maint.exp: Update expected output.
15166
15167 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15168
15169 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15170 4-byte instruction on S390.
15171
15172 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15173
15174 * gdb.ada/arr_arr: New testcase.
15175
15176 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15177
15178 * gdb.ada/pkd_arr_elem: New Testcase.
15179
15180 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15181
15182 * gdb.reverse/break-precsave: Expect completion message for
15183 core file reads.
15184 * gdb.reverse/consecutive-precsave.exp: Likewise.
15185 * gdb.reverse/finish-precsave.exp: Likewise.
15186 * gdb.reverse/i386-precsave.exp: Likewise.
15187 * gdb.reverse/machinestate-precsave.exp: Likewise.
15188 * gdb.reverse/sigall-precsave.exp: Likewise.
15189 * gdb.reverse/solib-precsave.exp: Likewise.
15190 * gdb.reverse/step-precsave.exp: Likewise.
15191 * gdb.reverse/until-precsave.exp: Likewise.
15192 * gdb.reverse/watch-precsave.exp: Likewise.
15193
15194 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15195
15196 * gdb.base/bp-permanent.c: Include unistd.h.
15197 * gdb.python/py-framefilter-mi.c (main): Add return type.
15198 * gdb.python/py-framefilter.c (main): Likewise.
15199 * gdb.trace/actions-changed.c (main): Likewise.
15200
15201 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15202
15203 * gdb.mi/until.c: Add eye-catchers.
15204 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15205 line numbers.
15206
15207 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15208
15209 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15210 function header variants in break1.c.
15211 * gdb.base/ena-dis-br.exp: Likewise.
15212 * gdb.base/hbreak2.exp: Likewise.
15213 * gdb.reverse/until-precsave.exp: Drop references to removed
15214 non-prototype function header variants in ur1.c.
15215 * gdb.reverse/until-reverse.exp: Likewise.
15216
15217 2014-11-17 Petr Machata <pmachata@redhat.com>
15218
15219 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15220 ${_cu_offset_size} bytes abbrev offset.
15221
15222 2014-11-15 Doug Evans <xdje42@gmail.com>
15223
15224 PR symtab/17559
15225 * gdb.base/line-symtabs.exp: New file.
15226 * gdb.base/line-symtabs.c: New file.
15227 * gdb.base/line-symtabs.h: New file.
15228
15229 2014-11-14 Yao Qi <yao@codesourcery.com>
15230
15231 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15232 (func): Add label func_label.
15233 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15234 Replace low_pc and high_pc with MACRO_AT_range.
15235 Replace name, low_pc and high_pc with MACRO_AT_func.
15236
15237 2014-11-14 Yao Qi <yao@codesourcery.com>
15238
15239 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15240 Replace name, low_pc and high_pc with MACRO_AT_func.
15241
15242 2014-11-14 Yao Qi <yao@codesourcery.com>
15243
15244 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15245 produce debug information.
15246 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15247
15248 2014-11-14 Yao Qi <yao@codesourcery.com>
15249
15250 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15251 object and get function length.
15252 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15253 with MACRO_AT_func.
15254 (top-level): Replace gdb_compile and clean_restart with
15255 prepare_for_testing.
15256 * gdb.dwarf2/main.c (main): Add label main_label.
15257
15258 2014-11-14 Yao Qi <yao@codesourcery.com>
15259
15260 * lib/dwarf.exp (function_range): New procedure.
15261 (Dwarf::_handle_macro_at_func): New procedure.
15262 (Dwarf::_handle_macro_at_range): New procedure.
15263 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15264
15265 2014-11-14 Yao Qi <yao@codesourcery.com>
15266
15267 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15268 (_handle_attribute): New procedure.
15269
15270 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15271
15272 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15273 * gdb.base/call-sc.c (zed): Likewise.
15274 * gdb.base/checkpoint.c (main): Likewise.
15275 * gdb.base/dump.c (main): Likewise.
15276 * gdb.base/gcore.c (main): Likewise.
15277 * gdb.base/huge.c (main): Likewise.
15278 * gdb.base/multi-forks.c (main): Likewise.
15279 * gdb.base/pr10179-a.c (main): Likewise.
15280 * gdb.base/savedregs.c (main): Likewise.
15281 * gdb.base/sigaltstack.c (main): Likewise.
15282 * gdb.base/siginfo.c (main): Likewise.
15283 * gdb.base/structs.c (zed): Likewise.
15284 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15285 * gdb.mi/mi-syn-frame.c (main): Likewise.
15286 * gdb.mi/until.c (foo, main): Likewise.
15287 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15288 * gdb.base/solib-weak.c (foo): Declare.
15289 * gdb.base/attach-twice.c: Include stdio.h.
15290 * gdb.base/weaklib1.c: Likewise.
15291 * gdb.base/weaklib2.c: Likewise.
15292 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15293 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15294 unistd.h.
15295 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15296 * gdb.mi/mi-exit-code.c: Likewise.
15297 * gdb.base/break-interp-lib.c: Include string.h.
15298 * gdb.base/coremaker.c: Likewise.
15299 * gdb.base/testenv.c: Likewise.
15300 * gdb.python/py-finish-breakpoint.c: Likewise.
15301 * gdb.base/inferior-died.c: Include sys/wait.h.
15302 * gdb.base/fileio.c: Include time.h.
15303 * gdb.base/async-shell.c: Include unistd.h.
15304 * gdb.base/dprintf-non-stop.c: Likewise.
15305 * gdb.base/info-os.c: Likewise.
15306 * gdb.mi/mi-console.c: Likewise.
15307 * gdb.mi/watch-nonstop.c: Likewise.
15308 * gdb.python/py-events.c: Likewise.
15309 * gdb.base/async.c (baz): Move up before its invocation.
15310 * gdb.base/code_elim2.c (my_global_func): Likewise.
15311 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15312 * gdb.base/advance.c (func2): Likewise.
15313
15314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15315
15316 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15317 variant.
15318 * gdb.base/annota3.c: Likewise.
15319 * gdb.base/async.c: Likewise.
15320 * gdb.base/average.c: Likewise.
15321 * gdb.base/call-ar-st.c: Likewise.
15322 * gdb.base/call-rt-st.c: Likewise.
15323 * gdb.base/call-sc.c: Likewise.
15324 * gdb.base/call-strs.c: Likewise.
15325 * gdb.base/ending-run.c: Likewise.
15326 * gdb.base/execd-prog.c: Likewise.
15327 * gdb.base/exprs.c: Likewise.
15328 * gdb.base/foll-exec.c: Likewise.
15329 * gdb.base/foll-fork.c: Likewise.
15330 * gdb.base/foll-vfork.c: Likewise.
15331 * gdb.base/funcargs.c: Likewise.
15332 * gdb.base/gcore.c: Likewise.
15333 * gdb.base/jump.c: Likewise.
15334 * gdb.base/langs0.c: Likewise.
15335 * gdb.base/langs1.c: Likewise.
15336 * gdb.base/langs2.c: Likewise.
15337 * gdb.base/mips_pro.c: Likewise.
15338 * gdb.base/nodebug.c: Likewise.
15339 * gdb.base/opaque0.c: Likewise.
15340 * gdb.base/opaque1.c: Likewise.
15341 * gdb.base/recurse.c: Likewise.
15342 * gdb.base/run.c: Likewise.
15343 * gdb.base/scope0.c: Likewise.
15344 * gdb.base/scope1.c: Likewise.
15345 * gdb.base/setshow.c: Likewise.
15346 * gdb.base/setvar.c: Likewise.
15347 * gdb.base/shmain.c: Likewise.
15348 * gdb.base/shr1.c: Likewise.
15349 * gdb.base/shr2.c: Likewise.
15350 * gdb.base/sigall.c: Likewise.
15351 * gdb.base/signals.c: Likewise.
15352 * gdb.base/so-indr-cl.c: Likewise.
15353 * gdb.base/solib2.c: Likewise.
15354 * gdb.base/structs.c: Likewise.
15355 * gdb.base/sum.c: Likewise.
15356 * gdb.base/vforked-prog.c: Likewise.
15357 * gdb.base/watchpoint.c: Likewise.
15358 * gdb.reverse/shr2.c: Likewise.
15359 * gdb.reverse/until-reverse.c: Likewise.
15360 * gdb.reverse/ur1.c: Likewise.
15361 * gdb.reverse/watch-reverse.c: Likewise.
15362
15363 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15364
15365 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15366 variant.
15367 * gdb.base/sepdebug.exp: Drop references to removed code.
15368
15369 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15370
15371 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15372 variant. Preserve original line numbering.
15373 * gdb.base/list1.c: Likewise.
15374
15375 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15376
15377 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15378 variant.
15379 * gdb.base/break1.c: Likewise.
15380 * gdb.base/break.exp: Drop references to removed code.
15381
15382 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15383
15384 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15385 variant.
15386
15387 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15388
15389 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15390
15391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15392
15393 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15394 logic into perform_all_tests() and invoke it with and without
15395 function header prototypes.
15396 (do_function_calls): Remove conditional XFAIL for PR 5318.
15397 (rerun_and_prepare): Remove duplicate code.
15398 (perform_all_tests): New. Main logic moved here.
15399
15400 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15401
15402 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15403 code guarded by #ifdef NO_PROTOTYPES.
15404 (t_double_many_args): Likewise.
15405 (DEF_FUNC_MANY_ARGS_1): Likewise.
15406 (DEF_FUNC_VALUES_1): Likewise.
15407 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15408 guarded by #ifdef PROTOTYPES.
15409
15410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15411
15412 * gdb.mi/mi-console.c: Add eye-catcher.
15413 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15414 instead of literal line number.
15415
15416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15417
15418 * gdb.base/shr2.c: Add eye-catcher.
15419 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15420 line number.
15421
15422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15423
15424 * gdb.base/jump.c: Add eye-catchers.
15425 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15426 numbers.
15427
15428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15429
15430 * gdb.base/execd-prog.c: Add eye-catchers.
15431 * gdb.base/foll-exec.c: Likewise.
15432 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15433 line numbers.
15434
15435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15436
15437 * gdb.base/ending-run.c: Add eye-catchers.
15438 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15439 literal line numbers.
15440
15441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15442
15443 * gdb.base/call-rt-st.c: Add eye-catchers.
15444 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15445 literal line numbers.
15446
15447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15448
15449 * gdb.base/call-ar-st.c: Add eye-catchers.
15450 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15451 literal line numbers.
15452
15453 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * gdb.base/average.c: Add eye-catchers.
15456 * gdb.base/sum.c: Likewise.
15457 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15458 regexps dynamically.
15459
15460 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15461
15462 * gdb.base/solib1.c: Add eye-catchers.
15463 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15464 literal line numbers.
15465
15466 2014-11-12 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15469 leader has exited.
15470
15471 2014-11-12 Pedro Alves <palves@redhat.com>
15472
15473 * gdb.arch/i386-bp_permanent.c: New file.
15474 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15475 (srcfile): Set to i386-bp_permanent.c.
15476 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15477 that stepi does not execute the 'leave' instruction, instead of
15478 testing it does execute.
15479 * gdb.base/bp-permanent.c: New file.
15480 * gdb.base/bp-permanent.exp: New file.
15481
15482 2014-11-10 Doug Evans <xdje42@gmail.com>
15483
15484 PR symtab/17564
15485 * gdb.base/symtab-search-order.exp: New file.
15486 * gdb.base/symtab-search-order.c: New file.
15487 * gdb.base/symtab-search-order-1.c: New file.
15488 * gdb.base/symtab-search-order-shlib-1.c: New file.
15489
15490 2014-11-07 Pedro Alves <palves@redhat.com>
15491
15492 PR gdb/17511
15493 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15494 i?86-*-linux*.
15495
15496 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15497
15498 PR c++/17494
15499 * gdb.cp/pr17494.cc: New file.
15500 * gdb.cp/pr17494.exp: New file.
15501
15502 2014-11-02 Yao Qi <yao@codesourcery.com>
15503
15504 * gdb.python/python.exp: Get working directory and match the
15505 output of "set extended-prompt \\w " with it.
15506
15507 2014-10-30 Doug Evans <dje@google.com>
15508
15509 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15510 in objfiles.
15511 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15512 in progspaces.
15513
15514 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15515
15516 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15517 * gdb.base/realname-expand.exp: Likewise.
15518 * gdb.linespec/macro-relative.exp: Likewise.
15519
15520 2014-10-29 Pedro Alves <palves@redhat.com>
15521
15522 PR gdb/17408
15523 * gdb.threads/schedlock.c (some_function): New function.
15524 (call_function): New global.
15525 (MAYBE_CALL_SOME_FUNCTION): New macro.
15526 (thread_function): Call it.
15527 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15528 and use it instead of a global counter. Adjust all callers.
15529 (get_current_thread): Use "find current thread" for test message
15530 here rather than having all callers pass down the same string.
15531 (goto_loop): New procedure, factored out from ...
15532 (my_continue): ... this.
15533 (step_ten_loops): Change parameter from test message to command to
15534 use. Adjust.
15535 (list_count): Delete global.
15536 (check_result): New procedure, factored out from duplicate top
15537 level code.
15538 (continue tests): Wrap in with_test_prefix.
15539 (test_step): New procedure, factored out from duplicate top level
15540 code.
15541 (top level): Test "step" in combination with all scheduler-locking
15542 modes. Test "next" in combination with all scheduler-locking
15543 modes, and in combination with stepping over a function call or
15544 not.
15545 * gdb.threads/next-bp-other-thread.c: New file.
15546 * gdb.threads/next-bp-other-thread.exp: New file.
15547
15548 2014-10-29 Pedro Alves <palves@redhat.com>
15549
15550 PR python/17372
15551 * gdb.python/python.exp: Test a multi-line command that spawns
15552 interactive Python.
15553 * gdb.base/multi-line-starts-subshell.exp: New file.
15554
15555 2014-10-29 Yao Qi <yao@codesourcery.com>
15556
15557 * gdb.base/fileio.exp: Make directories on host.
15558
15559 2014-10-29 Yao Qi <yao@codesourcery.com>
15560
15561 * gdb.base/fileio.c (test_write): Close the file.
15562
15563 2014-10-28 Pedro Alves <palves@redhat.com>
15564
15565 PR gdb/12623
15566 * gdb.base/sigstep.c (no_handler): New global.
15567 (main): If 'no_handler is true, set the signal handlers to
15568 SIG_IGN.
15569 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15570 with_sw_watch and no_handler parameters. Handle them.
15571 (top level) <stepping over handler when stopped at a breakpoint
15572 test>: Add a test axis for testing with a software watchpoint, and
15573 another for testing with the signal handler set to SIG_IGN.
15574 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15575 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15576
15577 2014-10-28 Pedro Alves <palves@redhat.com>
15578
15579 PR gdb/17511
15580 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15581 * gdb.base/sigstep.exp (other_handler_location): New global.
15582 (advance): Support stepping into the signal handler, and running
15583 commands while in the handler.
15584 (in_handler_map): New global.
15585 (top level): In the advance test, add combinations for getting
15586 into the handler with stepping commands, and for running commands
15587 in the handler. Add comment descripting the advancei tests.
15588
15589 2014-10-28 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.base/sigstep.exp: Use build_executable instead of
15592 prepare_for_testing.
15593 (top level): Move code that starts GDB, runs to main and creates a
15594 display to ...
15595 (restart): ... this new procedure.
15596 (top level): Move backtrace from signal handler test to ...
15597 (validate_backtrace): ... this new procedure.
15598 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15599 with_test_prefix. Always restart GDB.
15600 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15601 with_test_prefix. Always restart GDB. No need to delete
15602 breakpoints after the test.
15603 (test_skip_handler): Remove prefix parameter.
15604 (skip_over_handler, breakpoint_to_handler)
15605 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15606 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15607 restart GDB. No need to delete breakpoints after the test.
15608 (top level): Use foreach to call the test procedures with
15609 different commands.
15610
15611 2014-10-28 Pedro Alves <palves@redhat.com>
15612
15613 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15614 instead of GNATS numbers.
15615 * gdb.base/sigbpt.exp: Likewise.
15616 * gdb.base/siginfo.exp: Likewise.
15617 * gdb.base/sigstep.exp: Likewise.
15618
15619 2014-10-27 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/sigstep.c (dummy): New global.
15622 (main): Issue a couple writes to the new global.
15623 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15624 procedures.
15625 (skip_over_handler): Use test_skip_handler.
15626 (top level): Call skip_over_handler for stepi and nexti too.
15627 (breakpoint_over_handler): Use test_skip_handler.
15628 (top level): Call breakpoint_over_handler for stepi and nexti too.
15629
15630 2014-10-27 Yao Qi <yao@codesourcery.com>
15631
15632 * gdb.trace/tfile.c (adjust_function_address)
15633 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15634 function descriptor.
15635
15636 2014-10-24 Don Breazeal <donb@codesourcery.com>
15637
15638 * gdb.base/foll-fork.exp (test_follow_fork,
15639 catch_fork_child_follow): Check for updated fork messages emitted
15640 from infrun.c.
15641 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15642 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15643 vfork_and_exec_child_follow_through_step): Check for updated vfork
15644 messages emitted from infrun.c.
15645
15646 2014-10-24 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/corefile.exp: Remove references to ultrix.
15649 * gdb.base/interrupt.exp: Likewise.
15650 * gdb.base/whatis.exp: Likewise.
15651 * gdb.gdb/selftest.exp: Likewise.
15652 * gdb.threads/manythreads.exp: Likewise.
15653 * gdb.threads/print-threads.exp: Likewise.
15654 * gdb.threads/pthreads.exp:: Likewise.
15655 * gdb.threads/schedlock.exp: Likewise.
15656
15657 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15658
15659 * gdb.cp/non-trivial-retval.cc: Add a test case.
15660 * gdb.cp/non-trivial-retval.exp: Add a test.
15661
15662 2014-10-20 Yao Qi <yao@codesourcery.com>
15663
15664 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15665 * gdb.python/py-objfile-script-gdb.py: New file.
15666 * gdb.python/py-objfile-script.exp: Update reference to
15667 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15668 of remote_download. Remove the dest file.
15669
15670 2014-10-20 Yao Qi <yao@codesourcery.com>
15671
15672 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15673 * gdb.base/step-line.exp: Likewise.
15674 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15675 * gdb.dwarf2/dw2-basic.exp: Likewise.
15676 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15677 * gdb.dwarf2/dw2-filename.exp: Likewise.
15678 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15679 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15680 * gdb.dwarf2/dw2-producer.exp: Likewise.
15681 * gdb.dwarf2/mac-fileno.exp: Likewise.
15682 * gdb.python/py-frame-args.exp: Likewise.
15683 * gdb.python/py-framefilter.exp: Likewise.
15684 * gdb.python/py-mi.exp: Likewise.
15685 * gdb.python/py-objfile-script.exp: Likewise
15686 * gdb.python/py-pp-integral.exp: Likewise.
15687 * gdb.python/py-pp-re-notag.exp: Likewise.
15688 * gdb.python/py-prettyprint.exp: Likewise.
15689 * gdb.python/py-section-script.exp: Likewise.
15690 * gdb.python/py-typeprint.exp: Likewise.
15691 * gdb.python/py-xmethods.exp: Likewise.
15692 * gdb.stabs/weird.exp: Likewise.
15693 * gdb.xml/tdesc-regs.exp: Likewise.
15694
15695 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15696
15697 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15698 (out_cu): Use addr_len for the size of addresses.
15699 (out_line): Likewise. Size DW_LNE_set_address instruction
15700 according to addr_len.
15701 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15702 (FUNC): Add START_INSNS to definition.
15703
15704 2014-10-18 Yao Qi <yao@codesourcery.com>
15705
15706 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15707 gdb_has_argv0 return true.
15708 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15709 check [target_info exists noargs], check [gdb_has_argv0]
15710 instead.
15711 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15712 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15713 procedures.
15714
15715 2014-10-17 Doug Evans <dje@google.com>
15716
15717 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15718 event.
15719 * gdb.python/py-events.py: Add clear_objfiles event.
15720
15721 2014-10-17 Doug Evans <dje@google.com>
15722
15723 * gdb.python/py-objfile.exp: Test progspace attribute.
15724
15725 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15726
15727 * gdb.guile/scm-breakpoint.exp: Do not assume any
15728 directory separators when matching source file paths.
15729 * gdb.python/py-breakpoint.exp: Likewise.
15730 * gdb.reverse/break-precsave.exp: Likewise.
15731 * gdb.reverse/break-reverse.exp: Likewise.
15732 * gdb.reverse/consecutive-precsave.exp: Likewise.
15733 * gdb.reverse/finish-precsave.exp: Likewise.
15734 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15735 * gdb.reverse/finish-reverse.exp: Likewise.
15736 * gdb.reverse/i386-precsave.exp: Likewise.
15737 * gdb.reverse/i387-env-reverse.exp: Likewise.
15738 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15739 * gdb.reverse/machinestate-precsave.exp: Likewise.
15740 * gdb.reverse/machinestate.exp: Likewise.
15741 * gdb.reverse/sigall-precsave.exp: Likewise.
15742 * gdb.reverse/solib-precsave.exp: Likewise.
15743 * gdb.reverse/step-precsave.exp: Likewise.
15744 * gdb.reverse/until-precsave.exp: Likewise.
15745 * gdb.reverse/watch-precsave.exp: Likewise.
15746 * gdb.reverse/watch-reverse.exp: Likewise.
15747
15748 2014-10-17 Yao Qi <yao@codesourcery.com>
15749
15750 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15751 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15752
15753 2014-10-17 Pedro Alves <palves@redhat.com>
15754
15755 PR gdb/17471
15756 * gdb.base/bg-execution-repeat.c: New file.
15757 * gdb.base/bg-execution-repeat.exp: New file.
15758
15759 2014-10-17 Pedro Alves <palves@redhat.com>
15760
15761 PR gdb/17300
15762 * gdb.base/continue-all-already-running.c: New file.
15763 * gdb.base/continue-all-already-running.exp: New file.
15764
15765 2014-10-17 Pedro Alves <palves@redhat.com>
15766
15767 PR gdb/17472
15768 * gdb.base/annota-input-while-running.c: New file.
15769 * gdb.base/annota-input-while-running.exp: New file.
15770
15771 2014-10-17 Pedro Alves <palves@redhat.com>
15772
15773 * gdb.base/callfuncs.exp: emove references to osf.
15774 * gdb.base/sigall.exp: Likewise.
15775 * gdb.gdb/selftest.exp: Likewise.
15776 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15777 * gdb.mi/non-stop.c: Likewise.
15778 * gdb.mi/pthreads.c: Likewise.
15779 * gdb.reverse/sigall-precsave.exp: Likewise.
15780 * gdb.reverse/sigall-reverse.exp: Likewise.
15781 * gdb.threads/pthreads.c: Likewise.
15782 * gdb.threads/pthreads.exp: Likewise.
15783
15784 2014-10-17 Yao Qi <yao@codesourcery.com>
15785
15786 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15787 check 'target_info exists noargs'.
15788 (test_command_prompt_position): Likewise.
15789 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15790 Remove "set args".
15791 (progvar_simple_while_test): Likewise.
15792 (progvar_complex_if_while_test): Likewise.
15793 (if_while_breakpoint_command_test): Likewise.
15794 (infrun_breakpoint_command_test): Likewise.
15795 (breakpoint_command_test): Likewise.
15796 (watchpoint_command_test): Likewise.
15797 (bp_deleted_in_command_test): Likewise.
15798 (temporary_breakpoint_commands): Likewise.
15799
15800 2014-10-16 Yao Qi <yao@codesourcery.com>
15801
15802 * gdb.base/remotetimeout.exp: Remove noargs checking.
15803
15804 2014-10-15 Pedro Alves <palves@redhat.com>
15805
15806 PR breakpoints/9649
15807 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15808 * gdb.base/breakpoint-in-ro-region.exp
15809 (probe_target_hardware_step): New procedure.
15810 (top level): Probe hardware stepping and hardware breakpoint
15811 support. Test stepping through a read-only region, with both
15812 "breakpoint auto-hw" on and off and both "always-inserted" on and
15813 off.
15814
15815 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15816
15817 * gdb.dlang/demangle.exp: Update for demangling changes.
15818
15819 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15820
15821 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15822 * gdb.cp/non-trivial-retval.exp: Add new tests.
15823
15824 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15825
15826 PR c++/13403
15827 PR c++/15154
15828 * gdb.cp/non-trivial-retval.cc: New file.
15829 * gdb.cp/non-trivial-retval.exp: New file.
15830
15831 2014-10-15 Yao Qi <yao@codesourcery.com>
15832
15833 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15834 remote host.
15835
15836 2014-10-15 Yao Qi <yao@codesourcery.com>
15837
15838 * gdb.python/py-symbol.exp: Match file base name if host is
15839 remote, otherwise match file name with dir name.
15840 * gdb.python/py-symtab.exp: Likewise.
15841 * gdb.python/python.exp: Likewise.
15842
15843 2014-10-15 Yao Qi <yao@codesourcery.com>
15844
15845 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15846 pattern.
15847 * gdb.python/py-symtab.exp: Likewise.
15848 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15849 locationn.
15850
15851 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15852
15853 * gdb.ada/addr_arith: New testcase.
15854
15855 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15856
15857 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15858 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15859 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15860 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15861
15862 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15863
15864 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15865 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15866 * gdb.arch/stap-eval-lang-ada.exp: New file.
15867
15868 2014-10-14 Yao Qi <yao@codesourcery.com>
15869
15870 * gdb.mi/mi-var-child.c (nothing1): New function.
15871 (nothing2): New function.
15872 (do_children_tests): Set function pointers by nothing1 and
15873 nothing2.
15874 * gdb.mi/mi-var-child.exp: Step over new added statements.
15875 Update test to match the new output.
15876 * gdb.mi/var-cmd.c (nothing1): New function.
15877 (nothing2): New function.
15878 (do_children_tests): Set function pointers by nothing1 and
15879 nothing2.
15880 * gdb.mi/mi-var-display.exp: Update test to match output.
15881 Step to the line specified by $line_dct_nothing.
15882 Increase the number of lines to step.
15883
15884 2014-10-14 Yao Qi <yao@codesourcery.com>
15885
15886 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15887 tests.
15888 * gdb.mi/mi2-var-child.exp: Likewise.
15889
15890 2014-10-13 Doug Evans <dje@google.com>
15891
15892 * gdb.python/py-objfile.exp: Change name of file name test.
15893
15894 2014-10-13 Doug Evans <dje@google.com>
15895
15896 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15897 from the start of the CU.
15898
15899 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15900 Yao Qi <yao@codesourcery.com>
15901
15902 Fix "save breakpoints" for "catch" command.
15903 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15904 Remove -nonewline. Match also the added "main" line.
15905
15906 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15907
15908 Fix "save breakpoints" for "disable $bpnum" command.
15909 * gdb.base/save-bp.c (main): Add label.
15910 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15911
15912 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15913
15914 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15915
15916 2014-10-11 Yao Qi <yao@codesourcery.com>
15917
15918 * gdb.server/server-kill.exp: Execute command
15919 "set remote trace-status-packet on" before "tstatus".
15920
15921 2014-10-11 Yao Qi <yao@codesourcery.com>
15922
15923 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15924 (main): Call getppid.
15925 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15926 and continue to it. Read variable "server_pid".
15927
15928 2014-10-11 Yao Qi <yao@codesourcery.com>
15929
15930 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15931
15932 2014-10-11 Yao Qi <yao@codesourcery.com>
15933
15934 * gdb.threads/thread-find.exp: Don't execute command
15935 "info threads".
15936 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15937 * gdb.threads/linux-dp.exp: Don't check the condition
15938 $threads_created equals to zero.
15939
15940 2014-10-10 Pedro Alves <palves@redhat.com>
15941
15942 * gdb.base/bigcore.exp: Remove references to IRIX.
15943 * gdb.base/funcargs.exp: Likewise.
15944 * gdb.base/interrupt.exp: Likewise.
15945 * gdb.base/mips_pro.exp: Likewise.
15946 * gdb.base/nodebug.exp: Likewise.
15947 * gdb.base/setvar.exp: Likewise.
15948 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15949
15950 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15951 Pedro Alves <palves@redhat.com>
15952
15953 PR symtab/14466
15954 * gdb.base/vdso-warning.c: New file.
15955 * gdb.base/vdso-warning.exp: New file.
15956
15957 2014-10-02 Doug Evans <dje@google.com>
15958
15959 * gdb.base/structs.c (main): Don't run forever.
15960
15961 2014-10-02 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15964 (top level) <stop threads 1, stop threads 2>: Use it.
15965
15966 2014-10-02 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.threads/break-while-running.exp (test): Add new
15969 'update_thread_list' argument. Skip "info threads" if false.
15970 (top level): Add new 'update_thread_list' axis.
15971
15972 2014-10-02 Pedro Alves <palves@redhat.com>
15973
15974 PR breakpoints/17431
15975 * gdb.base/execl-update-breakpoints.c: New file.
15976 * gdb.base/execl-update-breakpoints.exp: New file.
15977
15978 2014-10-01 Pedro Alves <palves@redhat.com>
15979
15980 * gdb.base/breakpoint-in-ro-region.c: New file.
15981 * gdb.base/breakpoint-in-ro-region.exp: New file.
15982
15983 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15984
15985 * gdb.mi/mi-exit-code.exp: New file.
15986 * gdb.mi/mi-exit-code.c: New file.
15987
15988 2014-09-30 Yao Qi <yao@codesourcery.com>
15989
15990 * lib/prelink-support.exp (build_executable_own_libs): Error if
15991 the target isn't native.
15992
15993 2014-09-30 Yao Qi <yao@codesourcery.com>
15994
15995 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15996 false.
15997
15998 2014-09-22 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.threads/break-while-running.exp: New file.
16001 * gdb.threads/break-while-running.c: New file.
16002
16003 2014-09-19 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16006 Invoke test. Restart GDB with --readnow and invoke test again.
16007
16008 2014-09-19 Yao Qi <yao@codesourcery.com>
16009
16010 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16011 proc set_breakpoint_on_gcd_function. Invoke
16012 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16013 invoke set_breakpoint_on_gcd_function again.
16014
16015 2014-09-18 Doug Evans <dje@google.com>
16016
16017 * gdb.dwarf2/symtab-producer.exp: New file.
16018
16019 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16020
16021 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16022 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16023 * gdb.base/global-var-nested-by-dso.c: Likewise.
16024 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16025
16026 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16027 Pedro Alves <palves@redhat.com>
16028
16029 * gdb.base/watch-bitfields.exp: Pass string other than test file
16030 name to prepare_for_testing.
16031 (watch): New procedure.
16032 (expect_watchpoint): Use with_test_prefix.
16033 (top level): Factor out tests to ...
16034 (test_watch_location, test_regular_watch): ... these new
16035 procedures, and use with_test_prefix and gdb_continue_to_end.
16036
16037 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16038
16039 PR breakpoints/12526
16040 * gdb.base/watch-bitfields.exp: New file.
16041 * gdb.base/watch-bitfields.c: New file.
16042
16043 2014-09-16 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16046 software and hardware addresses, not software address against
16047 itself.
16048
16049 2014-09-16 Pedro Alves <palves@redhat.com>
16050
16051 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16052 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16053
16054 2014-09-16 Pedro Alves <palves@redhat.com>
16055
16056 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16057 files.
16058 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16059 "*-*-vxworks*" throughout.
16060 * gdb.base/break.exp: Likewise.
16061 * gdb.base/default.exp: Likewise.
16062 * gdb.base/scope.exp: Likewise.
16063 * gdb.base/sepdebug.exp: Likewise.
16064 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16065 throughout.
16066 * gdb.base/run.c: Likewise.
16067 * gdb.base/sepdebug.c: Likewise.
16068 * gdb.hp/gdb.aCC/run.c: Likewise.
16069 * gdb.reverse/until-reverse.c: Likewise.
16070 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16071
16072 2014-09-16 Yao Qi <yao@codesourcery.com>
16073
16074 * boards/local-remote-host-native.exp: New file.
16075
16076 2014-09-14 Doug Evans <xdje42@gmail.com>
16077
16078 * gdb.threads/queue-signal.c (thread_count): New variable.
16079 (thread_count_mutex, thread_count_condvar): New variables.
16080 (incr_thread_count, wait_all_threads_running): New functions.
16081 (main): Wait for all threads to be in their thread functions.
16082
16083 2014-09-13 Doug Evans <xdje42@gmail.com>
16084
16085 * gdb.threads/queue-signal.c: New file.
16086 * gdb.threads/queue-signal.exp: New file.
16087
16088 2014-09-13 Doug Evans <xdje42@gmail.com>
16089
16090 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16091 be consistent with what default_gdb_init uses.
16092 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16093 the plain text of the prompt. Add some logging printfs.
16094 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16095
16096 2014-09-12 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16099 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16100 * gdb.arch/i386-size-overlap.exp: Likewise.
16101 * gdb.arch/i386-size.exp: Likewise.
16102 * gdb.arch/i386-unwind.exp: Likewise.
16103 * gdb.base/a2-run.exp: Likewise.
16104 * gdb.base/break.exp: Likewise.
16105 * gdb.base/charset.exp: Likewise.
16106 * gdb.base/chng-syms.exp: Likewise.
16107 * gdb.base/commands.exp: Likewise.
16108 * gdb.base/dbx.exp: Likewise.
16109 * gdb.base/find.exp: Likewise.
16110 * gdb.base/funcargs.exp: Likewise.
16111 * gdb.base/jit-simple.exp: Likewise.
16112 * gdb.base/reread.exp: Likewise.
16113 * gdb.base/sepdebug.exp: Likewise.
16114 * gdb.base/step-bt.exp: Likewise.
16115 * gdb.cp/mb-inline.exp: Likewise.
16116 * gdb.cp/mb-templates.exp: Likewise.
16117 * gdb.objc/basicclass.exp: Likewise.
16118 * gdb.threads/killed.exp: Likewise.
16119
16120 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16121
16122 PR tdep/17379
16123 * gdb.arch/powerpc-stackless.S: New file.
16124 * gdb.arch/powerpc-stackless.exp: New file.
16125
16126 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16127
16128 * gdb.base/attach.c: Include unistd.h.
16129 (main): Call alarm. Add label postloop.
16130 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16131 gdb_breakpoint, gdb_continue_to_breakpoint.
16132 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16133
16134 2014-09-11 Pedro Alves <palves@redhat.com>
16135
16136 PR gdb/17347
16137 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16138 * gdb.base/attach.exp (test_command_line_attach_run): New
16139 procedure.
16140 (top level): Call it.
16141
16142 2014-09-11 Pedro Alves <palves@redhat.com>
16143
16144 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16145 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16146 (do_command_attach_tests): Use spawn_wait_for_attach.
16147 * gdb.base/solib-overlap.exp: Likewise.
16148 * gdb.multi/multi-attach.exp: Likewise.
16149 * gdb.python/py-prompt.exp: Likewise.
16150 * gdb.python/py-sync-interp.exp: Likewise.
16151 * gdb.server/ext-attach.exp: Likewise.
16152
16153 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16154
16155 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16156 command in testcase. Simplify testcase.
16157
16158 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16161
16162 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16163
16164 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16165
16166 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16167
16168 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16169
16170 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16171
16172 * gdb.dwarf2/dynarr-ptr.c: New file.
16173 * gdb.dwarf2/dynarr-ptr.exp: New file.
16174
16175 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16176
16177 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16178 of 30 rather than hardcoding 120 for a slow test case. Take the
16179 `gdb,timeout' target setting into account for this calculation.
16180 Don't extend the timeout for the test cases that don't need it.
16181
16182 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16183
16184 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16185 a factor of 2 for a slow test case. Take the `gdb,timeout'
16186 target setting into account for this calculation.
16187 * gdb.reverse/until-precsave.exp: Increase the timeout by
16188 a factor of 15 and 3 respectively rather than adding 120
16189 for a pair of slow test cases. Take the `gdb,timeout'
16190 target setting into account for this calculation.
16191
16192 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16193
16194 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16195 timeout, don't pass one down to gdb_expect.
16196 (gdb_expect): Rework timeout selection.
16197
16198 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16199
16200 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16201 exception on timeout.
16202 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16203 (gdbserver_start_extended): Catch any `gdbserver_start' error
16204 exceptions.
16205 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16206 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16207 `gdbserver_gdb_load' error exceptions.
16208
16209 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16210
16211 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16212 120 on waiting for the TCP socket to open.
16213
16214 2014-09-09 Doug Evans <xdje42@gmail.com>
16215
16216 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16217 _caller_matches, _any_caller_is, _any_caller_matches.
16218
16219 2014-09-09 Doug Evans <xdje42@gmail.com>
16220
16221 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16222
16223 2014-09-09 Yao Qi <yao@codesourcery.com>
16224
16225 * gdb.mi/mi-var-display.exp: Set print symbol off.
16226
16227 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16228
16229 PR gdb/17035
16230 * gdb.base/commands.exp: Add tests to verify user-defined
16231 commands with empty bodies.
16232 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16233 python commands in `show user command`.
16234 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16235 scheme commands in `show user command`.
16236
16237 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16238
16239 PR python/17355
16240 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16241 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16242 * gdb.python/py-framefilter-invalidarg.exp: New file.
16243 * gdb.python/py-framefilter-invalidarg.py: New file.
16244
16245 2014-09-06 Doug Evans <xdje42@gmail.com>
16246
16247 PR 15276
16248 * gdb.python/py-caller-is.c: New file.
16249 * gdb.python/py-caller-is.exp: New file.
16250
16251 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16252
16253 PR gdb/17235
16254 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16255 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16256
16257 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16258
16259 PR fortran/17237
16260 * gdb.fortran/print-formatted.exp: New file.
16261 * gdb.fortran/print-formatted.f90: Likewise.
16262
16263 2014-09-03 Sasha Smundak <asmundak@google.com>
16264
16265 * gdb.python/py-frame.exp: Test Frame.read_register.
16266
16267 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16268
16269 PR python/16699
16270 * gdb.python/py-completion.exp: New file.
16271 * gdb.python/py-completion.py: Likewise.
16272
16273 2014-08-28 Doug Evans <dje@google.com>
16274
16275 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16276 eax,etc. are live with values set by gdb and thus the compiler can't
16277 use them.
16278 * gdb.arch/i386-pseudo.c (main): Ditto.
16279
16280 2014-08-27 Doug Evans <dje@google.com>
16281
16282 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16283
16284 2014-08-25 Doug Evans <dje@google.com>
16285
16286 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16287 (main): Ditto.
16288
16289 2014-08-25 Doug Evans <dje@google.com>
16290
16291 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16292
16293 2014-08-24 Yao Qi <yao@codesourcery.com>
16294
16295 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16296 symbol off.
16297 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16298
16299 2014-08-22 Doug Evans <dje@google.com>
16300
16301 PR 17276
16302 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16303 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16304 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16305
16306 2014-08-22 Yao Qi <yao@codesourcery.com>
16307
16308 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16309 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16310 * gdb.python/python.exp: Likewise. Use .py file on the host
16311 instead of the build.
16312
16313 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16314
16315 * gdb.threads/gcore-stale-thread.c: New file.
16316 * gdb.threads/gcore-stale-thread.exp: New file.
16317
16318 2014-08-21 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16321 * gdb.base/gcore-relro-pie.exp: Likewise.
16322 * gdb.base/gcore-relro.exp: Likewise.
16323 * gdb.base/gcore.exp: Likewise.
16324 * gdb.base/print-symbol-loading.exp: Likewise.
16325 * gdb.threads/gcore-thread.exp: Likewise.
16326 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16327
16328 2014-08-20 Pedro Alves <palves@redhat.com>
16329 Jan Kratochvil <jan.kratochvil@redhat.com>
16330
16331 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16332 configure.
16333 (EXPECT): Handle READ1 being set.
16334 (all): Depend on EXTRA_RULES.
16335 (check-read1, expect-read1, read1.so, read1): New rules.
16336 * README (Testsuite Parameters): Document the READ1 make variable.
16337 (Race detection): New section.
16338 * configure: Regenerate.
16339 * configure.ac: If build==host==target, and running under a
16340 GNU/glibc system, add read1 to the extra Makefile rules.
16341 (EXTRA_RULES): AC_SUBST it.
16342 * lib/read1.c: New file.
16343
16344 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16345
16346 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16347 the handling of variables declared as a typedef to an array
16348 which a DW_AT_data_location attribute.
16349
16350 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16351 Pedro Alves <palves@redhat.com>
16352
16353 PR symtab/14604
16354 PR symtab/14605
16355 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16356 gdb_test.
16357
16358 2014-08-19 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16361
16362 2014-08-19 Yao Qi <yao@codesourcery.com>
16363
16364 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16365 right line.
16366
16367 2014-08-18 David Blaikie <dblaikie@gmail.com>
16368
16369 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16370
16371 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16372
16373 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16374 attribute in array range.
16375
16376 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16377
16378 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16379
16380 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16381
16382 PR c++/17132
16383 * gdb.cp/pr17132.cc: New file.
16384 * gdb.cp/pr17132.exp: New file.
16385
16386 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16387
16388 * gdb.python/py-xmethods.py (A_getarrayind)
16389 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16390 Use 'print' with function call syntax.
16391 (E_method_matcher.match): Fix tab vs space indentation mixup.
16392
16393 2014-08-15 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16396 false.
16397
16398 2014-08-15 Yao Qi <yao@codesourcery.com>
16399
16400 * gdb.cp/casts.exp: Set print symbol off.
16401 * gdb.cp/class2.exp: Likewise.
16402 * gdb.cp/overload.exp: Likewise.
16403 * gdb.cp/templates.exp: Likewise.
16404
16405 2014-08-11 Doug Evans <dje@google.com>
16406
16407 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16408 (test_load_shlib): Update.
16409
16410 2014-08-09 Yao Qi <yao@codesourcery.com>
16411
16412 * gdb.base/display.exp: Invoke is_address_zero_readable.
16413 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16414 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16415 * gdb.base/hbreak-unmapped.exp: Return if
16416 is_address_zero_readable returns true.
16417 * gdb.base/signest.exp: Likewise.
16418 * gdb.base/signull.exp: Likewise.
16419 * gdb.base/sigbpt.exp: Likewise.
16420 * gdb.guile/scm-disasm.exp: Do the test if
16421 is_address_zero_readable returns false.
16422 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16423 * gdb.python/py-arch.exp: Likewise.
16424 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16425 * lib/gdb.exp (is_address_zero_readable): New proc.
16426
16427 2014-08-09 Yao Qi <yao@codesourcery.com>
16428
16429 PR testsuite/13443
16430 * gdb.mi/mi-var-display.exp: Make test messages unique.
16431
16432 2014-08-04 Tom Tromey <tromey@redhat.com>
16433
16434 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16435 target 0".
16436
16437 2014-08-04 Tom Tromey <tromey@redhat.com>
16438
16439 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16440 "target_resume".
16441
16442 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16443
16444 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16445 inner_vla_struct_object_size.
16446 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16447 as xfail.
16448
16449 2014-07-30 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16452 comment.
16453
16454 2014-07-29 Yao Qi <yao@codesourcery.com>
16455
16456 PR gdb/17206
16457 * gdb.base/until-nodebug.exp: New.
16458
16459 2014-07-28 Doug Evans <xdje42@gmail.com>
16460
16461 PR guile/17203
16462 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16463 previously existing parameter, and previously ambiguously spelled
16464 parameter.
16465
16466 2014-07-28 Will Newton <will.newton@linaro.org>
16467
16468 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16469
16470 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16471 Doug Evans <xdje42@gmail.com>
16472
16473 PR guile/17146
16474 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16475
16476 2014-07-25 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.threads/signal-command-handle-nopass.c: New file.
16479 * gdb.threads/signal-command-handle-nopass.exp: New file.
16480 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16481 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16482 * gdb.threads/signal-delivered-right-thread.c: New file.
16483 * gdb.threads/signal-delivered-right-thread.exp: New file.
16484
16485 2014-07-25 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.base/double-prompt-target-event-error.exp
16488 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16489 match.
16490 (cancel_pagination_in_target_event): Rework double prompt
16491 detection.
16492 * gdb.base/paginate-after-ctrl-c-running.exp
16493 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16494 <return>' match.
16495 * gdb.base/paginate-bg-execution.exp
16496 (test_bg_execution_pagination_return)
16497 (test_bg_execution_pagination_cancel): Remove '-notransfer
16498 <return>' matches.
16499 * gdb.base/paginate-execution-startup.exp
16500 (test_fg_execution_pagination_return)
16501 (test_fg_execution_pagination_cancel): Remove '-notransfer
16502 <return>' matches.
16503 * gdb.base/paginate-inferior-exit.exp
16504 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16505 match.
16506 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16507 * lib/gdb.exp (pagination_prompt): Run text through
16508 string_to_regexp.
16509 (gdb_test_multiple): Match $pagination_prompt instead of
16510 "<return>".
16511 (string_to_regexp): Move to lib/gdb-utils.exp.
16512
16513 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16514
16515 * gdb.arch/amd64-entry-value-paramref.S: New file.
16516 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16517 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16518 * gdb.arch/amd64-optimout-repeat.S: New file.
16519 * gdb.arch/amd64-optimout-repeat.c: New file.
16520 * gdb.arch/amd64-optimout-repeat.exp: New file.
16521
16522 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16523
16524 PR gdb/17170
16525 * gdb.base/statistics.exp: New file.
16526
16527 2014-07-17 Doug Evans <dje@google.com>
16528
16529 PR gdb/17170
16530 * gdb.base/maint.exp: Update testing of per-command stats.
16531
16532 2014-07-16 Pedro Alves <palves@redhat.com>
16533
16534 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16535 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16536 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16537 (tfile_write_buf): New functions.
16538 (add_memory_block): Rewrite using the above.
16539 (adjust_function_address): New function.
16540 (FUNCTION_ADDRESS): New macro.
16541 (write_basic_trace_file): Remove short_x local, and use
16542 tfile_write_16. Change type of func_addr local to unsigned long
16543 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16544 here. Cast argument of add_memory_block to char pointer.
16545 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16546 (main): Remove parameters.
16547 * gdb.trace/tfile.exp: Remove nowarnings.
16548
16549 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16550
16551 * gdb.base/debug-expr.exp: Test string evaluation with
16552 "debug expression" on.
16553
16554 2014-07-15 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.base/reread.exp: Use clean_restart.
16557
16558 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16559
16560 * gdb.arch/avr-flash-qualifer.c: New.
16561 * gdb.arch/avr-flash-qualifer.exp: New.
16562
16563 2014-07-14 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16566 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16567
16568 2014-07-14 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.base/double-prompt-target-event-error.c: New file.
16571 * gdb.base/double-prompt-target-event-error.exp: New file.
16572
16573 2014-07-14 Pedro Alves <palves@redhat.com>
16574
16575 PR gdb/17072
16576 * gdb.base/paginate-inferior-exit.c: New file.
16577 * gdb.base/paginate-inferior-exit.exp: New file.
16578
16579 2014-07-14 Pedro Alves <palves@redhat.com>
16580
16581 PR gdb/17072
16582 * gdb.base/paginate-bg-execution.c: New file.
16583 * gdb.base/paginate-bg-execution.exp: New file.
16584
16585 2014-07-14 Pedro Alves <palves@redhat.com>
16586
16587 PR gdb/17072
16588 * gdb.base/paginate-execution-startup.c: New file.
16589 * gdb.base/paginate-execution-startup.exp: New file.
16590 * lib/gdb.exp (pagination_prompt): New global.
16591 (default_gdb_spawn): New procedure, factored out from
16592 default_gdb_spawn.
16593 (default_gdb_start): Adjust to call default_gdb_spawn.
16594 (gdb_spawn): New procedure.
16595
16596 2014-07-14 Pedro Alves <palves@redhat.com>
16597
16598 * lib/gdb.exp (gdb_assert): New procedure.
16599 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16600
16601 2014-07-14 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/execution-termios.c: New file.
16604 * gdb.base/execution-termios.exp: New file.
16605
16606 2014-07-14 Tom Tromey <tromey@redhat.com>
16607
16608 * gdb.cp/vla-cxx.cc: New file.
16609 * gdb.cp/vla-cxx.exp: New file.
16610
16611 2014-07-14 Tom Tromey <tromey@redhat.com>
16612
16613 * gdb.reverse/rerun-prec.c: New file.
16614 * gdb.reverse/rerun-prec.exp: New file.
16615
16616 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16617 Maciej W. Rozycki <macro@codesourcery.com>
16618
16619 * lib/gdb-utils.exp: New file.
16620 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16621 inline `gdb_init_command' processing.
16622 (gdb_start_cmd): Likewise.
16623 * lib/mi-support.exp (mi_run_cmd): Likewise.
16624 * README: Document `gdb_init_command' and `gdb_init_commands'.
16625
16626 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16627
16628 Fix false FAIL running under a very long directory name.
16629 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16630 and "set print elements 10000". Twice.
16631
16632 2014-07-11 Yao Qi <yao@codesourcery.com>
16633
16634 * gdb.base/exprs.exp: "set print symbol off".
16635
16636 2014-07-11 Pedro Alves <palves@redhat.com>
16637
16638 * gdb.threads/kill.c: New file.
16639 * gdb.threads/kill.exp: New file.
16640
16641 2014-07-10 Yao Qi <yao@codesourcery.com>
16642
16643 * gdb.trace/tfile.c (write_basic_trace_file)
16644 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16645 address written to trace file.
16646
16647 2014-07-09 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.base/attach-wait-input.exp: New file.
16650 * gdb.base/attach-wait-input.c: New file.
16651
16652 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16653
16654 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16655 setting up test structures.
16656 (main): Call new test function.
16657 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16658 test function, continue into test function and walk test
16659 structures.
16660
16661 2014-07-02 Yao Qi <yao@codesourcery.com>
16662
16663 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16664 'bar_start' at the beginning of functions 'foo' and 'bar'
16665 respectively.
16666 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16667 instead of 'foo' and 'bar'.
16668
16669 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16670
16671 * gdb.btrace/segv.exp: New.
16672 * gdb.btrace/segv.c: New.
16673
16674 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16675
16676 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16677 instruction.
16678
16679 2014-06-30 Mark Wielaard <mjw@redhat.com>
16680
16681 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16682 vulture, vilify, villar): New volatile array constants.
16683 (vindictive, vegetation): New const volatile array constants.
16684 * gdb.base/volatile.exp: Test volatile and const volatile array
16685 types.
16686
16687 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16688
16689 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16690 target lacks support for awatch, rwatch, or hbreak.
16691
16692 2014-06-27 Yao Qi <yao@codesourcery.com>
16693
16694 * gdb.multi/dummy-frame-restore.exp: New.
16695 * gdb.multi/dummy-frame-restore.c: New.
16696
16697 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16698
16699 * gdb.btrace/gcore.exp: New.
16700
16701 2014-06-23 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.base/watchpoint-reuse-slot.c: New file.
16704 * gdb.base/watchpoint-reuse-slot.exp: New file.
16705
16706 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16707
16708 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16709 progspace's filename in 'info', 'enable' and 'disable' command
16710 tests.
16711
16712 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16713
16714 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16715 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16716 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16717
16718 2014-06-20 Gary Benson <gbenson@redhat.com>
16719
16720 * gdb.arch/i386-avx.exp: Fix include file location.
16721 * gdb.arch/i386-sse.exp: Likewise.
16722
16723 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16724
16725 * gdb.dlang/expression.exp: New file.
16726
16727 2014-06-19 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16730 out from ...
16731 (top level): ... here. Iterate running tests under different
16732 scheduler-locking settings.
16733
16734 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16735
16736 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16737 to DW_FORM_addr and use non-zero addresses.
16738
16739 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16740
16741 PR gdb/17017
16742 * gdb.python/py-xmethods.cc: Add global function call counters and
16743 increment them in their respective functions. Remove "cout"
16744 statements.
16745 * gdb.python/py-xmethods.exp: Make tests check the global function
16746 call counters instead of depending on inferior IO.
16747
16748 2014-06-18 Don Breazeal <donb@codesourcery.com>
16749
16750 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16751 Deleted procedure.
16752 (explicit_fork_parent_follow): Deleted procedure.
16753 (explicit_fork_child_follow): Deleted procedure.
16754 (test_follow_fork): New procedure.
16755 (do_fork_tests): Replace calls to deleted procedures with
16756 calls to test_follow_fork and reset GDB for subsequent
16757 procedure calls.
16758
16759 2014-06-17 Yao Qi <yao@codesourcery.com>
16760
16761 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16762 CP1252.
16763
16764 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16765
16766 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16767 Initialize ptr and S explicitly.
16768 (skip_type_update_when_not_use_rtti_test): Likewise.
16769
16770 2014-06-16 Keith Seitz <keiths@redhat.com>
16771
16772 PR mi/15863
16773 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16774 the inferior is started.
16775
16776 2014-06-16 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.base/break-main-file-remove-fail.c: New file.
16779 * gdb.base/break-main-file-remove-fail.exp: New file.
16780 * gdb.base/break-unload-file.exp: Use build_executable instead of
16781 prepare_for_testing.
16782 (test_break): New parameter "initial_load". Handle it.
16783 (top level): Add initial_load cmdline/file axis.
16784
16785 2014-06-12 Tom Tromey <tromey@redhat.com>
16786
16787 * gdb.base/completion.exp: Don't use directory name in test.
16788
16789 2014-06-09 Gary Benson <gbenson@redhat.com>
16790
16791 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16792 separate the always-available ANSI-standard signals from the
16793 signals that require checking.
16794 (main): Likewise.
16795 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16796 Likewise.
16797 (main): Likewise.
16798
16799 2014-06-07 Keith Seitz <keiths@redhat.com>
16800
16801 Revert:
16802 PR c++/16253
16803 * gdb.cp/var-tag.cc: New file.
16804 * gdb.cp/var-tag.exp: New file.
16805 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16806 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16807 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16808 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16809
16810 2014-06-06 Doug Evans <xdje42@gmail.com>
16811
16812 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16813
16814 2014-06-06 Pedro Alves <palves@redhat.com>
16815
16816 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16817 in target debug output instead of looking at RSP packets,
16818 disabling the test on any target that uses hardware stepping.
16819 Update comments.
16820
16821 2014-06-06 Pedro Alves <palves@redhat.com>
16822
16823 * gdb.base/break-unload-file.exp: Fix typo.
16824
16825 2014-06-06 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16828 from "jit_function" to "^jit_function".
16829
16830 2014-06-06 Yao Qi <yao@codesourcery.com>
16831
16832 * gdb.base/async.c (foo): Add one statement.
16833 * gdb.base/async.exp: Get the next instruction address and
16834 match the output of "nexti" by instruction address. Match
16835 the hex address in the output of "finish".
16836
16837 2014-06-06 Gary Benson <gbenson@redhat.com>
16838
16839 * gdb.base/call-signals.c: Remove preprocessor conditionals
16840 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16841 SIGSEGV and SIGTERM.
16842 * gdb.base/sigall.c: Likewise.
16843 * gdb.base/unwindonsignal.c: Likewise.
16844 * gdb.reverse/sigall-reverse.c: Likewise.
16845
16846 2014-06-06 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16849 readable, skip the test.
16850
16851 2014-06-06 Yao Qi <yao@codesourcery.com>
16852
16853 * gdb.threads/staticthreads.c (thread_function): Move the line
16854 setting breakpoint on forward.
16855 * gdb.threads/staticthreads.exp: Update comments.
16856
16857 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16858
16859 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16860 "history-append! type error".
16861
16862 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16863
16864 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16865 erroneous dprintf expected input.
16866
16867 2014-06-04 Doug Evans <xdje42@gmail.com>
16868
16869 * gdb.guile/scm-generics.exp: Delete.
16870
16871 2014-06-04 Doug Evans <xdje42@gmail.com>
16872
16873 * gdb.guile/scm-breakpoint.exp: Update.
16874 Add tests for breakpoint registration.
16875
16876 2014-06-04 Tom Tromey <tromey@redhat.com>
16877
16878 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16879 VLA-in-union.
16880 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16881 inner_vla_struct, vla_union types. Initialize objects of those
16882 types and compute their sizes.
16883
16884 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16885 Hui Zhu <hui@codesourcery.com>
16886
16887 * gdb.base/fileio.exp: Add test for shell not available as well as
16888 available.
16889 * gdb.base/fileio.c (test_system): Check for shell twice.
16890
16891 2014-06-04 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.base/auto-connect-native-target.exp: Remove redundant
16894 space from the regexp pattern.
16895
16896 2014-06-04 Yao Qi <yao@codesourcery.com>
16897
16898 * gdb.base/default.exp: Replace "child" with "native" in
16899 regexp pattern.
16900
16901 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16902
16903 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16904 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16905 * gdb.python/py-xmethods.py: Python script supporting the
16906 new testcase and tests.
16907
16908 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16909 Pedro Alves <palves@redhat.com>
16910
16911 PR breakpoints/17000
16912 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16913 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16914
16915 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16916
16917 * gdb.base/subst.exp: Add tests to verify partial path matching
16918 output.
16919
16920 2014-06-03 Pedro Alves <palves@redhat.com>
16921
16922 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16923 target that doesn't use software single-stepping.
16924
16925 2014-06-03 Pedro Alves <palves@redhat.com>
16926
16927 PR breakpoints/17000
16928 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16929 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16930
16931 2014-06-02 Doug Evans <xdje42@gmail.com>
16932
16933 * gdb.guile/scm-parameter.exp: New file.
16934
16935 2014-06-02 Doug Evans <xdje42@gmail.com>
16936
16937 * gdb.guile/scm-cmd.c: New file.
16938 * gdb.guile/scm-cmd.exp: New file.
16939
16940 2014-06-02 Doug Evans <xdje42@gmail.com>
16941
16942 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16943 pretty-printer lookup.
16944 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16945 (make-pp_s-printer): Call it.
16946 (make-pretty-printer-from-dict): New function.
16947 (lookup-pretty-printer-maker-from-dict): New function.
16948 (*pretty-printer*): Simplify.
16949 (make-objfile-pp_s-printer): New function.
16950 (install-objfile-pretty-printers!): New function.
16951 (make-progspace-pp_s-printer): New function.
16952 (install-progspace-pretty-printers!): New function.
16953 * gdb.guile/scm-progspace.c: New file.
16954 * gdb.guile/scm-progspace.exp: New file.
16955
16956 2014-06-02 Pedro Alves <palves@redhat.com>
16957
16958 * gdb.base/dprintf-bp-same-addr.c: New file.
16959 * gdb.base/dprintf-bp-same-addr.exp: New file.
16960
16961 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16962
16963 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16964 * gdb.arch/powerpc-power.s: Likewise.
16965
16966 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16967
16968 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16969
16970 2014-06-01 Yao Qi <yao@codesourcery.com>
16971
16972 * gdb.base/watchpoint.exp (test_watch_location): Check null
16973 pointer can be dereferenced. If not, do the test, otherwise
16974 skip it.
16975
16976 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16977
16978 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16979 results.
16980 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16981
16982 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16983
16984 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16985 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16986 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16987 * gdb.arch/amd64-invalid-stack-top.c: New file.
16988 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16989
16990 2014-05-30 Pedro Alves <palves@redhat.com>
16991
16992 PR breakpoints/17000
16993 * gdb.base/sss-bp-on-user-bp.c: New file.
16994 * gdb.base/sss-bp-on-user-bp.exp: New file.
16995
16996 2014-05-30 David Blaikie <dblaikie@gmail.com>
16997
16998 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16999 gnu_inline semantics via attribute.
17000 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17001 source explicitly specifies the required semantics.
17002
17003 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17004
17005 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17006
17007 2014-05-29 Pedro Alves <palves@redhat.com>
17008 Tom Tromey <tromey@redhat.com>
17009
17010 * gdb.base/async-shell.exp: Don't enable target-async.
17011 * gdb.base/async.exp
17012 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17013 parameter. Adjust.
17014 (top level): Don't test with "target-async".
17015 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17016 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17017 * gdb.base/inferior-died.exp: Don't enable target-async.
17018 * gdb.base/interrupt-noterm.exp: Likewise.
17019 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17020 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17021 * gdb.mi/mi-nonstop.exp: Likewise.
17022 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17023 * gdb.mi/mi-nsintrall.exp: Likewise.
17024 * gdb.mi/mi-nsmoribund.exp: Likewise.
17025 * gdb.mi/mi-nsthrexec.exp: Likewise.
17026 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17027 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17028 * gdb.python/py-evsignal.exp: Don't enable target-async.
17029 * gdb.python/py-evthreads.exp: Likewise.
17030 * gdb.python/py-prompt.exp: Likewise.
17031 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17032 * gdb.server/solib-list.exp: Don't enable target-async.
17033 * gdb.threads/thread-specific-bp.exp: Likewise.
17034 * lib/mi-support.exp: Adjust to use mi-async.
17035
17036 2014-05-29 Pedro Alves <palves@redhat.com>
17037
17038 PR gdb/13860
17039 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17040 reason, even in sync mode.
17041
17042 2014-05-29 Pedro Alves <palves@redhat.com>
17043 Hui Zhu <hui@codesourcery.com>
17044
17045 PR PR15693
17046 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17047 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17048 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17049 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17050
17051 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17052
17053 * config/monitor.exp (gdb_target_monitor): Replace use of
17054 "set remotebaud" by "set serial baud".
17055
17056 2014-05-26 Andy Wingo <wingo@igalia.com>
17057
17058 * gdb.guile/scm-breakpoint.exp:
17059 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17060 properties instead of gdb-object-properties.
17061
17062 2014-05-26 Yao Qi <yao@codesourcery.com>
17063
17064 * gdb.server/no-thread-db.exp: Specify source file name
17065 explicitly when setting a breakpoint.
17066
17067 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17068
17069 * gdb.btrace/vdso.c: New.
17070 * gdb.btrace/vdso.exp: New.
17071
17072 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17073
17074 * gdb.base/gcore.exp (capture_command_output): Move ...
17075 * lib/gdb.exp (capture_command_output): ... here.
17076
17077 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17078
17079 * gdb.btrace/data.exp: Test memory access during btrace replay.
17080
17081 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17082
17083 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17084
17085 2014-05-21 Pedro Alves <palves@redhat.com>
17086
17087 PR gdb/13860
17088 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17089 (top level): Test that output related to execution commands is
17090 sent to the console with CLI commands, but not with MI commands.
17091 Test that breakpoint events are always mirrored to the console.
17092 Also expect the new source line to be output after a "next" in
17093 async mode too. Make it a pass/fail test.
17094 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17095 output.
17096 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17097
17098 2014-05-21 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17101 Use them to test variations of "list" after reaching a breakpoint.
17102 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17103 Test "list" with listsize 10 after reaching a breakpoint.
17104 * gdb.python/python.exp (decode_line current location line
17105 number): Adjust expected line number.
17106
17107 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17108
17109 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17110 behavior for $args, pass it directly to "run".
17111
17112 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17113
17114 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17115 30000 to 65536.
17116
17117 2014-05-21 Pedro Alves <palves@redhat.com>
17118
17119 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17120 auto-connect-native-target off".
17121 * gdb.base/auto-connect-native-target.c: New file.
17122 * gdb.base/auto-connect-native-target.exp: New file.
17123
17124 2014-05-21 Pedro Alves <palves@redhat.com>
17125
17126 * gdb.base/default.exp: Test "target native" instead of "target
17127 child".
17128
17129 2014-05-21 Mark Wielaard <mjw@redhat.com>
17130
17131 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17132
17133 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17134
17135 Fix TLS access for -static -pthread.
17136 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17137 <HAVE_TLS> (thread_function, main): Initialize it.
17138 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17139 Add clean_restart.
17140 <$have_tls != "">: Check TLSVAR.
17141
17142 2014-05-21 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/dcache-line-read-error.c: New.
17145 * gdb.base/dcache-line-read-error.exp: New.
17146
17147 2014-05-20 Pedro Alves <palves@redhat.com>
17148
17149 * gdb.base/compare-sections.c: New file.
17150 * gdb.base/compare-sections.exp: New file.
17151
17152 2014-05-20 Pedro Alves <palves@redhat.com>
17153
17154 * gdb.base/break-idempotent.c: New file.
17155 * gdb.base/break-idempotent.exp: New file.
17156
17157 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17158
17159 * gdb.btrace/nohist.exp: New.
17160
17161 2014-05-20 Yao Qi <yao@codesourcery.com>
17162
17163 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17164 gdb.reverse directory and gdb_reverse_timeout exists in board
17165 setting.
17166 * README: Document gdb_reverse_timeout.
17167
17168 2014-05-20 Yao Qi <yao@codesourcery.com>
17169
17170 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17171 'test_file_name'. Treat args as a string instead of a list.
17172 (gdb_init): Rename argument 'args' by 'test_file_name'.
17173
17174 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17175
17176 * gdb.arch/powerpc-power.exp: New file.
17177 * gdb.arch/powerpc-power.s: New file.
17178
17179 2014-05-16 Doug Evans <dje@google.com>
17180
17181 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17182 * gdb.base/completion.exp: Check that all expected files exist
17183 before doing file completion.
17184
17185 2014-05-16 Doug Evans <dje@google.com>
17186
17187 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17188 Update.
17189 (do_syscall_tests_without_xml): Update.
17190
17191 2014-05-16 Pedro Alves <palves@redhat.com>
17192
17193 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17194 instead of "unknown output after running".
17195
17196 2014-05-16 Yao Qi <yao@codesourcery.com>
17197
17198 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17199 file1.txt from host at the end.
17200 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17201
17202 2014-05-15 Doug Evans <dje@google.com>
17203
17204 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17205 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17206 loading file. Add test for TU lookup.
17207
17208 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17209
17210 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17211 calling "-exec-arguments" or "set args" before running the
17212 inferior.
17213
17214 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17215
17216 * lib/mi-support.exp (mi_expect_stop): Expect message for
17217 inferiors that exit with non-zero exit code.
17218
17219 2014-05-14 Yao Qi <yao@codesourcery.com>
17220
17221 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17222 match absolute path on remote host.
17223 (test_file_list_exec_source_files): Remove "/" from the
17224 pattern.
17225
17226 2014-05-14 Yao Qi <yao@codesourcery.com>
17227
17228 * boards/local-remote-host-notty.exp (${board}_file): New
17229 proc.
17230
17231 2014-05-07 Kyle McMartin <kyle@redhat.com>
17232
17233 Pushed by Joel Brobecker <brobecker@adacore.com>.
17234 * gdb.arch/aarch64-atomic-inst.c: New file.
17235 * gdb.arch/aarch64-atomic-inst.exp: New file.
17236
17237 2014-05-07 Yao Qi <yao@codesourcery.com>
17238
17239 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17240 in current context" too.
17241
17242 2014-05-05 Keith Seitz <keiths@redhat.com>
17243
17244 * gdb.linespec/ls-dollar.exp: Add test for linespec
17245 file:convenience_variable.
17246
17247 2014-05-05 Yao Qi <yao@codesourcery.com>
17248
17249 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17250 traceframes into tfile and ctf trace files. Read data from
17251 trace file and test collected data.
17252 (gdb_collect_locals_test): Likewise.
17253 (gdb_unavailable_registers_test): Likewise.
17254 (gdb_unavailable_floats): Likewise.
17255 (gdb_collect_globals_test): Likewise.
17256 (top-level): Append "ctf" to trace_file_targets if GDB
17257 supports.
17258
17259 2014-05-05 Yao Qi <yao@codesourcery.com>
17260
17261 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17262 code to ...
17263 (gdb_collect_args_test_1): ... it. New proc.
17264 (gdb_collect_locals_test): Move some code to ...
17265 (gdb_collect_locals_test_1): ... it. New proc.
17266 (gdb_unavailable_registers_test): Move some code to ...
17267 (gdb_unavailable_registers_test_1): ... it. New proc.
17268 (gdb_unavailable_floats): Move some code to ...
17269 (gdb_unavailable_floats_1): ... it. New proc.
17270
17271 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17272
17273 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17274 probes to test for bitness recognition.
17275 * gdb.arch/amd64-stap-optional-prefix.exp
17276 (test_probe_value_without_reg): New procedure.
17277 Add code to test for different kinds of bitness.
17278
17279 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17280
17281 PR breakpoints/16889
17282 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17283 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17284
17285 2014-05-01 Pedro Alves <palves@redhat.com>
17286
17287 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17288 gdb_file_cmd if no file is specified.
17289 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17290 last_loaded_file to set the remote exec-file.
17291
17292 2014-05-01 Pedro Alves <palves@redhat.com>
17293
17294 * boards/local-remote-host.exp: New file.
17295
17296 2014-05-01 Pedro Alves <palves@redhat.com>
17297
17298 * boards/local-remote-host.exp: Rename to ...
17299 * boards/local-remote-host-notty.exp: ... this.
17300
17301 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17302
17303 * gdb.ada/dyn_arrayidx: New testcase.
17304
17305 2014-04-26 Yao Qi <yao@codesourcery.com>
17306
17307 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17308 and compute the length of function main. Save it in
17309 $main_length.
17310 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17311 (top-level): Use gdb_compile to compile objects into
17312 executable and restart GDB. Remove invocation to
17313 prepare_for_testing.
17314
17315 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17316 Pedro Alves <palves@redhat.com>
17317
17318 PR server/16255
17319 * gdb.multi/multi-attach.c: New file.
17320 * gdb.multi/multi-attach.exp: New file.
17321
17322 2014-04-25 Pedro Alves <palves@redhat.com>
17323
17324 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17325 user.
17326 (top level): Test that "set remote conditional-breakpoints-packet
17327 off" works as intended.
17328 * gdb.base/dprintf.exp: Test that "set remote
17329 breakpoint-commands-packet off" works as intended.
17330 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17331 New function.
17332 (top level): Call it.
17333 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17334 remote fast-tracepoints-packet off" works as intended.
17335 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17336 * lib/gdb.exp (gdb_is_target_remote): ... here.
17337
17338 2014-04-24 David Blaikie <dblaikie@gmail.com>
17339
17340 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17341 ensure clang would not discard them.
17342 * gdb.base/gdbvars.c: Ditto.
17343 * gdb.base/memattr.c: Ditto.
17344 * gdb.base/whatis.c: Ditto.
17345 * gdb.python/py-prettyprint.c: Ditto.
17346 * gdb.trace/actions.c: Ditto.
17347 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17348 ensure clang would not discard it.
17349
17350 2014-04-24 David Blaikie <dblaikie@gmail.com>
17351
17352 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17353 clang to emit the full definition of type required by the test
17354 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17355
17356 2014-04-24 David Blaikie <dblaikie@gmail.com>
17357
17358 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17359 coax Clang into emitting the definition of the type.
17360 * gdb.cp/pr10728-x.h (y): Ditto.
17361 * gdb.cp/pr10728-y.cc (y): Ditto.
17362
17363 2014-04-24 David Blaikie <dblaikie@gmail.com>
17364
17365 * gdb.base/label.exp: XFAIL label related tests under Clang.
17366 * gdb.cp/cplabel.exp: Ditto.
17367 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17368 under Clang those using labels.
17369
17370 2014-04-25 Yao Qi <yao@codesourcery.com>
17371
17372 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17373 double_label.
17374 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17375 partial_label and double_label.
17376
17377 2014-04-24 David Blaikie <dblaikie@gmail.com>
17378
17379 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17380
17381 2014-04-24 David Blaikie <dblaikie@gmail.com>
17382
17383 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17384 of the function to work across GCC and Clang.
17385 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17386 pointer types (const void ** const V void **).
17387
17388 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17389 Walfred Tedeschi <walfred.tedeschi@intel.com>
17390
17391 * Makefile.in (EXECUTABLES): Added i386-avx512.
17392 * gdb.arch/i386-avx512.c: New file.
17393 * gdb.arch/i386-avx512.exp: Likewise.
17394
17395 2014-04-23 Keith Seitz <keiths@redhat.com>
17396
17397 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17398 (mi_make_breakpoint_table): New procedure.
17399 (mi_create_breakpoint): Use mi_make_breakpoint
17400 and return the result.
17401 (mi_make_breakpoint): New procedure.
17402 (mi_build_kv_pairs): New procedure.
17403
17404 * gdb.mi/mi-break.exp: Remove unused globals,
17405 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17406 All callers updated.
17407 * gdb.mi/mi-dprintf.exp: Use variable to track command
17408 number.
17409 Update all callers of mi_create_breakpoint and use
17410 mi_make_breakpoint_table.
17411 Remove any unused global variables.
17412 * gdb.mi/mi-nonstop.exp: Likewise.
17413 * gdb.mi/mi-nsintrall.exp: Likewise.
17414 * gdb.mi/mi-nsmoribund.exp: Likewise.
17415 * gdb.mi/mi-nsthrexec.exp: Likewise.
17416 * gdb.mi/mi-reverse.exp: Likewise.
17417 * gdb.mi/mi-simplerun.exp: Likewise.
17418 * gdb.mi/mi-stepn.exp: Likewise.
17419 * gdb.mi/mi-syn-frame.exp: Likewise.
17420 * gdb.mi/mi-until.exp: Likewise.
17421 * gdb.mi/mi-var-cp.exp: Likewise.
17422 * gdb.mi/mi-var-display.exp: Likewise.
17423 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17424 * gdb.mi/mi2-var-child.exp: Likewise.
17425 * gdb.mi/mi-vla-c99.exp: Likewise.
17426 * lib/mi-support.exp: Likewise.
17427
17428 From Ian Lance Taylor <iant@cygnus.com>:
17429 * lib/gdb.exp (parse_args): New procedure.
17430
17431 2014-04-23 Pedro Alves <palves@redhat.com>
17432
17433 * gdb.base/break-unload-file.c: New file.
17434 * gdb.base/break-unload-file.exp: New file.
17435 * gdb.base/sym-file-lib.c (baz): New function.
17436 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17437 field.
17438 (load): Store the segment's mapped size.
17439 (unload): New function.
17440 (unload_shlib): New function.
17441 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17442 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17443 set a breakpoint at baz, and call it.
17444 * gdb.base/sym-file.exp: New tests for stale breakpoint
17445 instructions.
17446
17447 2014-04-23 Pedro Alves <palves@redhat.com>
17448
17449 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17450 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17451 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17452 * gdb.base/hbreak-unmapped.c: New file.
17453 * gdb.base/hbreak-unmapped.exp: New file.
17454 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17455 * lib/gdb.exp (gdb_is_target_remote): ... here.
17456
17457 2014-04-22 Pedro Alves <palves@redhat.com>
17458
17459 * gdb.base/consecutive-step-over.c: New file.
17460 * gdb.base/consecutive-step-over.exp: New file.
17461
17462 2014-04-22 Pedro Alves <palves@redhat.com>
17463
17464 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17465 instead of send_gdb/gdb_expect.
17466
17467 2014-04-22 Yao Qi <yao@codesourcery.com>
17468
17469 * lib/trace-support.exp (generate_tracefile): New procedure.
17470 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17471 return 0.
17472 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17473 if generate_tracefile returns 1.
17474
17475 2014-04-18 Tom Tromey <palves@redhat.com>
17476 Pedro alves <tromey@redhat.com>
17477
17478 PR backtrace/15558
17479 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17480 with a backtrace limit.
17481 * gdb.python/py-frame-inline.exp: Test running to an inline
17482 function with a backtrace limit, and printing the newest frame.
17483 * gdb.python/py-frame-inline.c (main): Call f.
17484
17485 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17486
17487 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17488
17489 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17490
17491 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17492 Drop prefix from unsupported source file path.
17493
17494 2014-04-17 Yao Qi <yao@codesourcery.com>
17495
17496 * lib/gdb.exp (with_target_charset): New proc.
17497 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17498 with_target_charset.
17499 (test_print_strings): Likewise.
17500 (test_repeat_bytes): Likewise.
17501 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17502 for some tests.
17503
17504 2014-04-16 Keith Seitz <keiths@redhat.com>
17505
17506 PR gdb/15827
17507 * gdb.dwarf2/corrupt.c: New file.
17508 * gdb.dwarf2/corrupt.exp: New file.
17509
17510 2014-04-16 Keith Seitz <keiths@redhat.com>
17511
17512 PR c++/16597
17513 * gdb.cp/namelessclass.cc: New file.
17514 * gdb.cp/namelessclass.exp: New file.
17515 * gdb.cp/namelessclass.S: New file.
17516
17517 2014-04-16 Doug Evans <dje@google.com>
17518
17519 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17520 Add comment.
17521 (gdbserver_default_get_comm_port): New function.
17522 (gdbserver_start): Check if board file provided
17523 "gdbserver,get_comm_port" and use it if so.
17524 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17525 (gdb,socketport): Set to "stdio".
17526 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17527 (stdio_gdbserver_template): Delete.
17528 (${board}_get_remote_address): Update.
17529 (${board}_build_remote_cmd): Delete.
17530 (${board}_get_comm_port): New function.
17531 (${board}_spawn): Update.
17532 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17533 Delete.
17534 (${board}_get_remote_address): Update.
17535 (${board}_get_comm_port): New function.
17536
17537 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17538
17539 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17540 appearing in any order.
17541
17542 2014-04-15 Doug Evans <dje@google.com>
17543
17544 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17545 uninitialized value of "description".
17546
17547 2014-04-15 Keith Seitz <keiths@redhat.com>
17548
17549 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17550 Remove unused globals.
17551 (test_running_the_program): Likewise.
17552 (test_controlled_execution): Likewise.
17553 (test_controlling_breakpoints): Likewise.
17554 (test_program_termination): Likewise.
17555
17556 2014-04-15 Keith Seitz <keiths@redhat.com>
17557
17558 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17559 unused globals.
17560 (test_rbreak_creation_and_listing): Likewise.
17561 (test_ignore_count): Likewise.
17562 (test_error): Likewise.
17563
17564 2014-04-15 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17567 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17568 sym-file-loader.c.
17569 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17570 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17571 to sym-file-loader.c.
17572 (struct library): Forward declare.
17573 (load_shlib, lookup_function): Change prototypes.
17574 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17575 (translate_offset): Remove declarations.
17576 (get_text_addr): New declaration.
17577 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17578 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17579 sym-file-loader.h.
17580 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17581 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17582 here from sym-file-loader.h.
17583 (struct library): New structure.
17584 (load_shlib, lookup_function): Change prototypes and adjust to
17585 work with a struct library.
17586 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17587 (translate_offset): Make static.
17588 (get_text_addr): New function.
17589 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17590
17591 2014-04-15 Pedro Alves <palves@redhat.com>
17592
17593 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17594
17595 2014-04-15 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.base/sym-file-loader.c: Include <limits.h>.
17598 (SELF_LINK): New define.
17599 (get_origin): New function.
17600 (load_shlib): Use it.
17601 * gdb.base/sym-file.exp: Don't early return if the target is
17602 remote. Use runto_main, and issue fail is that fails. Use
17603 gdb_load_shlibs.
17604 (shlib_name): Delete.
17605 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17606
17607 2014-04-15 Pedro Alves <palves@redhat.com>
17608
17609 * gdb.base/sym-file.exp: Remove regex characters from test
17610 message. Don't refer to breakpoint numbers in test messages.
17611
17612 2014-04-14 Keith Seitz <keiths@redhat.com>
17613
17614 PR c++/16253
17615 * gdb.cp/var-tag.cc: New file.
17616 * gdb.cp/var-tag.exp: New file.
17617 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17618 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17619 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17620 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17621
17622 2014-04-14 Tom Tromey <tromey@redhat.com>
17623
17624 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17625 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17626 type.
17627 * gdb.cp/enum-class.exp: New file.
17628 * gdb.cp/enum-class.cc: New file.
17629
17630 2014-04-14 Tom Tromey <tromey@redhat.com>
17631
17632 * gdb.dwarf2/enum-type.exp: New file.
17633
17634 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17635
17636 * gdb.mi/mi-vla-c99.exp: New file.
17637 * gdb.mi/vla.c: New file.
17638
17639 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17640
17641 * gdb.base/vla-datatypes.c: New file.
17642 * gdb.base/vla-datatypes.exp: New file.
17643
17644 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17645
17646 * gdb.base/vla-ptr.c: New file.
17647 * gdb.base/vla-ptr.exp: New file.
17648
17649 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17650
17651 * gdb.dwarf2/count.exp: New file.
17652
17653 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17654
17655 * gdb.base/vla-sideeffect.c: New file.
17656 * gdb.base/vla-sideeffect.exp: New file.
17657
17658 2014-04-14 David Blaikie <dblaikie@gmail.com>
17659
17660 * gdb.mi/non-stop.c: Add return value for non-void function return
17661 statement.
17662 * gdb.threads/staticthreads.c: Ditto.
17663
17664 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17665 Doug Evans <xdje42@gmail.com>
17666
17667 * gdb.guile/scm-value.c: Improve test case.
17668 * gdb.guile/scm-value.exp: Add new test.
17669
17670 2014-04-11 David Blaikie <dblaikie@gmail.com>
17671
17672 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17673 override Clang's default.
17674
17675 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17676
17677 Revert the following changes (regressions):
17678
17679 * gdb.base/vla-sideeffect.c: New file.
17680 * gdb.base/vla-sideeffect.exp: New file.
17681
17682 * gdb.dwarf2/count.exp: New file.
17683
17684 * gdb.base/vla-multi.c: New file.
17685 * gdb.base/vla-multi.exp: New file.
17686
17687 * gdb.base/vla-ptr.c: New file.
17688 * gdb.base/vla-ptr.exp: New file.
17689
17690 * gdb.base/vla-datatypes.c: New file.
17691 * gdb.base/vla-datatypes.exp: New file.
17692
17693 * gdb.mi/mi-vla-c99.exp: New file.
17694 * gdb.mi/vla.c: New file.
17695
17696 2014-04-11 Keith Seitz <keiths@redhat.com>
17697
17698 PR c++/16675
17699 * gdb.cp/cpsizeof.exp: New file.
17700 * gdb.cp/cpsizeof.cc: New file.
17701
17702 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17703
17704 * gdb.mi/mi-vla-c99.exp: New file.
17705 * gdb.mi/vla.c: New file.
17706
17707 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17708
17709 * gdb.base/vla-datatypes.c: New file.
17710 * gdb.base/vla-datatypes.exp: New file.
17711
17712 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17713
17714 * gdb.base/vla-ptr.c: New file.
17715 * gdb.base/vla-ptr.exp: New file.
17716
17717 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17718
17719 * gdb.base/vla-multi.c: New file.
17720 * gdb.base/vla-multi.exp: New file.
17721
17722 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17723
17724 * gdb.dwarf2/count.exp: New file.
17725
17726 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17727
17728 * gdb.base/vla-sideeffect.c: New file.
17729 * gdb.base/vla-sideeffect.exp: New file.
17730
17731 2014-04-11 Yao Qi <yao@codesourcery.com>
17732
17733 * gdb.base/completion.exp: Check file exists before running tests
17734 on file completion.
17735
17736 2014-04-10 Pedro Alves <palves@redhat.com>
17737
17738 * gdb.base/cond-eval-mode.c: New file.
17739 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17740 prepare_for_testing to build the new file. Check result of
17741 runto_main.
17742 (test_break, test_watch): New procedures.
17743 (top level): Use them.
17744
17745 2014-04-08 Pierre Muller <muller@sourceware.org>
17746
17747 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17748 Ctrl-V use for mingw hosts.
17749
17750 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17751
17752 * gdb.python/py-value.c: Improve test case.
17753 * gdb.python/py-value.exp: Add new test.
17754
17755 2014-04-07 David Blaikie <dblaikie@gmail.com>
17756
17757 * lib/compiler.c: Identify the clang compiler.
17758 * lib/compiler.cc: Ditto.
17759
17760 2014-04-03 Yao Qi <yao@codesourcery.com>
17761
17762 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17763
17764 2014-04-01 Anton Blanchard <anton@samba.org>
17765
17766 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17767 messages unique.
17768
17769 2014-04-01 Anton Blanchard <anton@samba.org>
17770
17771 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17772 prepare_for_testing.
17773
17774 2014-04-01 Anton Blanchard <anton@samba.org>
17775
17776 * gdb.arch/ppc64-atomic-inst.c: Remove.
17777 * gdb.arch/ppc64-atomic-inst.S: New file.
17778 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17779
17780 2014-03-31 Doug Evans <dje@google.com>
17781
17782 * gdb.base/print-symbol-loading-lib.c: New file.
17783 * gdb.base/print-symbol-loading-main.c: New file.
17784 * gdb.base/print-symbol-loading.exp: New file.
17785
17786 2014-03-31 Yao Qi <yao@codesourcery.com>
17787
17788 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17789
17790 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17791
17792 * gdb.ada/mi_dyn_arr: New testcase.
17793
17794 2014-03-27 Doug Evans <dje@google.com>
17795
17796 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17797
17798 2014-03-27 Yao Qi <yao@codesourcery.com>
17799
17800 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17801 if target is nios2-*-*.
17802
17803 2014-03-26 Yao Qi <yao@codesourcery.com>
17804
17805 * lib/gdb.exp (readline_is_used): New proc.
17806 * gdb.base/completion.exp: Move tests on command complete up.
17807 Skip the rest of tests if readline is not used.
17808 * gdb.ada/complete.exp: Skp the test if readline is not
17809 used.
17810 * gdb.base/filesym.exp: Likewise.
17811 * gdb.base/macscp.exp: Likewise.
17812 * gdb.base/readline-ask.exp: Likewise.
17813 * gdb.base/readline.exp: Likewise.
17814 * gdb.python/py-cmd.exp: Likewise.
17815 * gdb.trace/tfile.exp: Likewise.
17816
17817 2014-03-26 Yao Qi <yao@codesourcery.com>
17818
17819 * gdb.base/macscp.exp: Fix code format issues.
17820
17821 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17822
17823 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17824 * gdb.asm/powerpc64le.inc: New file.
17825
17826 2014-03-25 Pedro Alves <palves@redhat.com>
17827 Doug Evans <dje@google.com>
17828
17829 * gdb.base/source-execution.c: New file.
17830 * gdb.base/source-execution.exp: New file.
17831 * gdb.base/source-execution.gdb: New file.
17832
17833 2014-03-24 Doug Evans <dje@google.com>
17834
17835 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17836 using fission.
17837
17838 2014-03-24 Hui Zhu <hui@codesourcery.com>
17839 Pedro Alves <palves@redhat.com>
17840
17841 PR breakpoints/16101
17842 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17843 test pass/fail messages. Detect missing support for dprintf when
17844 breakpoints are actually inserted.
17845 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17846 breakpoints are actually inserted.
17847 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17848 fails.
17849
17850 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17851
17852 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17853
17854 2014-03-22 Doug Evans <xdje42@gmail.com>
17855
17856 * gdb.python/python.exp (python not supported): Verify multi-line
17857 python command issues an error.
17858 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17859 guile command issues an error.
17860
17861 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17862
17863 * gdb.threads/thread-specific.exp: Handle the lack of usable
17864 $this_breakpoint and $this_thread.
17865
17866 2014-03-21 Hui Zhu <hui@codesourcery.com>
17867
17868 * gdb.base/attach.exp (do_command_attach_tests): New.
17869
17870 2014-03-20 Tom Tromey <tromey@redhat.com>
17871 Pedro Alves <palves@redhat.com>
17872
17873 PR cli/15718
17874 * gdb.base/condbreak-call-false.c: New file.
17875 * gdb.base/condbreak-call-false.exp: New file.
17876
17877 2014-03-20 Pedro Alves <palves@redhat.com>
17878
17879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17880 Delete.
17881 (block_signals, unblock_signals): Delete.
17882 (child_function_2, main): Remove references to deleted variable
17883 and functions.
17884
17885 2014-03-20 Pedro Alves <palves@redhat.com>
17886
17887 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17888 Use pthread_kill to signal thread 2.
17889 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17890 Adjust to make the test send itself a signal rather than using the
17891 host's "kill" command.
17892
17893 2014-03-20 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.threads/multiple-step-overs.c: New file.
17896 * gdb.threads/multiple-step-overs.exp: New file.
17897 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17898 Adjust expected infrun debug output.
17899
17900 2014-03-20 Pedro Alves <palves@redhat.com>
17901
17902 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17903 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17904
17905 2014-03-20 Pedro Alves <palves@redhat.com>
17906
17907 PR breakpoints/7143
17908 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17909 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17910 of gdb_test_multiple.
17911 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17912 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17913
17914 2014-03-20 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17917 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17918
17919 2014-03-19 Pedro Alves <palves@redhat.com>
17920
17921 * gdb.base/async.exp: Remove early return.
17922
17923 2014-03-19 Pedro Alves <palves@redhat.com>
17924
17925 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17926
17927 2014-03-19 Pedro Alves <palves@redhat.com>
17928
17929 * gdb.base/async.exp (test_background): Expect \r\n after
17930 "completed." in the fail pattern.
17931
17932 2014-03-19 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/async.exp (test_background): New procedure.
17935 Use it for all background execution command tests.
17936
17937 2014-03-19 Pedro Alves <palves@redhat.com>
17938
17939 * gdb.base/async.exp: Use prepare_for_testing.
17940
17941 2014-03-19 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17944 the same line.
17945
17946 2014-03-19 Pedro Alves <palves@redhat.com>
17947
17948 * gdb.base/async.c (main): Add "jump here" and "until here" line
17949 marker comments.
17950 * gdb.base/async.exp (jump_here): New global.
17951 (jump& test): Use it.
17952 (until_here): New global.
17953 (until& test): Use it.
17954
17955 2014-03-19 Pedro Alves <palves@redhat.com>
17956
17957 * gdb.base/async.exp: Don't frob gdb_protocol.
17958
17959 2014-03-18 Doug Evans <xdje42@gmail.com>
17960
17961 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17962 Fix spelling of exec-done-display.
17963
17964 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17965
17966 PR gdb/15358
17967 * gdb.base/gdb-sigterm.c: New file.
17968 * gdb.base/gdb-sigterm.exp: New file.
17969
17970 2014-03-18 Pedro Alves <palves@redhat.com>
17971
17972 PR gdb/13860
17973 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17974 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17975 solib-event.
17976
17977 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17978
17979 * gdb.ada/pckd_arr_ren: New testcase.
17980
17981 2014-03-13 Doug Evans <xdje42@gmail.com>
17982
17983 PR guile/16612
17984 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17985 collect after discarding symbols.
17986
17987 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17988 Doug Evans <xdje42@gmail.com>
17989
17990 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17991 to history survives a gc.
17992
17993 2014-03-13 Pedro Alves <palves@redhat.com>
17994
17995 * gdb.base/default.exp: Don't test "target procfs".
17996
17997 2014-03-13 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.base/default.exp: Update "target child" and "target procfs"
18000 tests to not expect "Unix".
18001
18002 2014-03-12 Tom Tromey <tromey@redhat.com>
18003
18004 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18005 New procs. Add target-async tests.
18006 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18007 Add target-async tests.
18008
18009 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18010
18011 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18012 'func_start' and 'func_end' for the beginning and end of the
18013 function code, respectively.
18014 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18015 'func_end' instead of 'func' and 'main'.
18016
18017 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18018
18019 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18020 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18021 generate the debug info assembler source.
18022
18023 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18024
18025 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18026 * gdb.dwarf2/arr-subrange.exp: Likewise.
18027 * gdb.dwarf2/dwz.exp: Likewise.
18028 * gdb.dwarf2/method-ptr.exp: Likewise.
18029 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18030 * gdb.dwarf2/subrange.exp: Likewise.
18031 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18032 * gdb.dwarf2/implptrpiece.exp: Likewise.
18033 * gdb.dwarf2/nostaticblock.exp: Likewise.
18034
18035 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18036
18037 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18038 directory to absolute path name arguments.
18039
18040 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18041
18042 * gdb.ada/tagged_access: New testcase.
18043
18044 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18045
18046 * gdb.btrace/data.exp: Update expected output.
18047
18048 2014-03-06 Yao Qi <yao@codesourcery.com>
18049
18050 * gdb.trace/pr16508.exp: New file.
18051
18052 2014-03-05 Pedro Alves <palves@redhat.com>
18053
18054 PR gdb/16575
18055 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18056 procedure.
18057 (top level): Adjust to use it. Add tests that exercise breakpoint
18058 interaction with the code-cache.
18059
18060 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18061
18062 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18063 test for 'history-append!'.
18064
18065 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18066
18067 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18068 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18069 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18070 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18071 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18072 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18073
18074 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18075
18076 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18077 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18078 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18079
18080 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18081
18082 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18083
18084 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18085
18086 * gdb.dwarf2/arr-stride.c: New file.
18087 * gdb.dwarf2/arr-stride.exp: New file.
18088
18089 2014-02-26 Pedro Alves <palves@redhat.com>
18090
18091 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18092 that won't ever trigger. Make sure that GDB reports the correct
18093 breakpoint that caused the stop.
18094
18095 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18096
18097 PR gdb/16626
18098 * gdb.base/auto-load-script: New file.
18099 * gdb.base/auto-load.c: New file.
18100 * gdb.base/auto-load.exp: New file.
18101
18102 PR gdb/16626
18103 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18104
18105 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18106
18107 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18108 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18109
18110 2014-02-24 Doug Evans <dje@google.com>
18111
18112 * lib/gdb.exp (run_on_host): Log error output if program fails.
18113
18114 2014-02-21 Pedro Alves <palves@redhat.com>
18115
18116 * gdb.threads/step-after-sr-lock.c: Rename to ...
18117 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18118 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18119 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18120 ... this.
18121
18122 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18123
18124 PR tdep/16397
18125 * gdb.arch/amd64-stap-special-operands.exp: New file.
18126 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18127 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18128 * gdb.arch/amd64-stap-triplet.S: Likewise.
18129 * gdb.arch/amd64-stap-triplet.c: Likewise.
18130
18131 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18132
18133 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18134 in .section pseudo-op.
18135
18136 2014-02-20 lin zuojian <manjian2006@gmail.com>
18137 Joel Brobecker <brobecker@adacore.com>
18138 Doug Evans <xdje42@gmail.com>
18139
18140 PR symtab/16581
18141 * gdb.dwarf2/dw2-icycle.S: New file.
18142 * gdb.dwarf2/dw2-icycle.c: New file.
18143 * gdb.dwarf2/dw2-icycle.exp: New file.
18144
18145 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18146
18147 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18148 operations on gdb.Value objects.
18149 * gdb.python/py-value-cc.exp: Add new test to test operations on
18150 gdb.Value objects.
18151
18152 2014-02-18 Doug Evans <dje@google.com>
18153
18154 * Makefile.in (TESTS): New variable.
18155 (expanded_tests, expanded_tests_or_none): New variables
18156 (check-single): Pass $(expanded_tests_or_none) to runtest.
18157 (check-parallel): Only run tests in $(TESTS) if non-empty.
18158 (check/no-matching-tests-found): New rule.
18159 * README: Document TESTS makefile variable.
18160
18161 2014-02-18 Doug Evans <dje@google.com>
18162
18163 * Makefile.in (check-parallel): rm -rf outputs temp.
18164
18165 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18166
18167 Fix "ERROR: no fileid for" in the testsuite.
18168 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18169
18170 2014-02-12 Doug Evans <dje@google.com>
18171
18172 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18173 (MISCELLANEOUS): New variable.
18174 (clean): rm -rf $(MISCELLANEOUS).
18175 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18176 dwp live in the same directory as symlinks, with each symlink pointed
18177 to a differently named file in a different directory.
18178
18179 2014-02-11 Doug Evans <dje@google.com>
18180
18181 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18182 of Tcl file commands.
18183
18184 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18185
18186 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18187 "kill -SIGUSR1 -1".
18188
18189 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18190
18191 * gdb.ada/tick_length_array_enum_idx: New testcase.
18192
18193 2014-02-10 Doug Evans <xdje42@gmail.com>
18194
18195 * configure.ac (AC_OUTPUT): Add gdb.guile.
18196 * configure: Regenerate.
18197 * lib/gdb-guile.exp: New file.
18198 * lib/gdb.exp (get_target_charset): New function.
18199 * gdb.base/help.exp: Update expected output from "apropos apropos".
18200 * gdb.guile/Makefile.in: New file.
18201 * gdb.guile/guile.exp: New file.
18202 * gdb.guile/scm-arch.c: New file.
18203 * gdb.guile/scm-arch.exp: New file.
18204 * gdb.guile/scm-block.c: New file.
18205 * gdb.guile/scm-block.exp: New file.
18206 * gdb.guile/scm-breakpoint.c: New file.
18207 * gdb.guile/scm-breakpoint.exp: New file.
18208 * gdb.guile/scm-disasm.c: New file.
18209 * gdb.guile/scm-disasm.exp: New file.
18210 * gdb.guile/scm-equal.c: New file.
18211 * gdb.guile/scm-equal.exp: New file.
18212 * gdb.guile/scm-error.exp: New file.
18213 * gdb.guile/scm-error.scm: New file.
18214 * gdb.guile/scm-frame-args.c: New file.
18215 * gdb.guile/scm-frame-args.exp: New file.
18216 * gdb.guile/scm-frame-args.scm: New file.
18217 * gdb.guile/scm-frame-inline.c: New file.
18218 * gdb.guile/scm-frame-inline.exp: New file.
18219 * gdb.guile/scm-frame.c: New file.
18220 * gdb.guile/scm-frame.exp: New file.
18221 * gdb.guile/scm-generics.exp: New file.
18222 * gdb.guile/scm-gsmob.exp: New file.
18223 * gdb.guile/scm-iterator.c: New file.
18224 * gdb.guile/scm-iterator.exp: New file.
18225 * gdb.guile/scm-math.c: New file.
18226 * gdb.guile/scm-math.exp: New file.
18227 * gdb.guile/scm-objfile-script-gdb.in: New file.
18228 * gdb.guile/scm-objfile-script.c: New file.
18229 * gdb.guile/scm-objfile-script.exp: New file.
18230 * gdb.guile/scm-objfile.c: New file.
18231 * gdb.guile/scm-objfile.exp: New file.
18232 * gdb.guile/scm-ports.exp: New file.
18233 * gdb.guile/scm-pretty-print.c: New file.
18234 * gdb.guile/scm-pretty-print.exp: New file.
18235 * gdb.guile/scm-pretty-print.scm: New file.
18236 * gdb.guile/scm-section-script.c: New file.
18237 * gdb.guile/scm-section-script.exp: New file.
18238 * gdb.guile/scm-section-script.scm: New file.
18239 * gdb.guile/scm-symbol.c: New file.
18240 * gdb.guile/scm-symbol.exp: New file.
18241 * gdb.guile/scm-symtab-2.c: New file.
18242 * gdb.guile/scm-symtab.c: New file.
18243 * gdb.guile/scm-symtab.exp: New file.
18244 * gdb.guile/scm-type.c: New file.
18245 * gdb.guile/scm-type.exp: New file.
18246 * gdb.guile/scm-value-cc.cc: New file.
18247 * gdb.guile/scm-value-cc.exp: New file.
18248 * gdb.guile/scm-value.c: New file.
18249 * gdb.guile/scm-value.exp: New file.
18250 * gdb.guile/source2.scm: New file.
18251 * gdb.guile/types-module.cc: New file.
18252 * gdb.guile/types-module.exp: New file.
18253
18254 2014-02-10 Yao Qi <yao@codesourcery.com>
18255
18256 PR testsuite/16543
18257 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18258 * configure: Regenerated.
18259 * Makefile.in: New file.
18260
18261 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18262
18263 * gdb.python/py-framefilter.exp: Fix typo.
18264
18265 2014-02-08 Yao Qi <yao@codesourcery.com>
18266
18267 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18268 that no =breakpoint-modified is emitted when breakpoints are
18269 modified through MI commands.
18270
18271 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18272 Pedro Alves <palves@redhat.com>
18273
18274 * gdb.threads/step-after-sr-lock.c: New file.
18275 * gdb.threads/step-after-sr-lock.exp: New file.
18276
18277 2014-02-07 Pedro Alves <palves@redhat.com>
18278
18279 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18280
18281 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18282
18283 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18284 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18285
18286 2014-02-06 Doug Evans <xdje42@gmail.com>
18287
18288 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18289 output.
18290
18291 * gdb.gdb/python-interrupts.exp: New file.
18292
18293 2014-02-05 Yao Qi <yao@codesourcery.com>
18294
18295 * gdb.trace/report.exp (use_collected_data): Test the output
18296 of "info threads" and "info inferiors".
18297
18298 2014-02-05 Yao Qi <yao@codesourcery.com>
18299
18300 Revert this patch:
18301
18302 2013-05-24 Yao Qi <yao@codesourcery.com>
18303
18304 * gdb.trace/tfile.exp: Test inferior and thread.
18305
18306 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18307
18308 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18309 on a function.
18310 * gdb.base/step-bt.c: Call hello via function pointer to make
18311 sure its first instruction is executed on powerpc64le-linux.
18312
18313 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18314
18315 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18316
18317 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18318
18319 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18320 of the test patterns for use on little-endian systems.
18321
18322 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18323
18324 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18325 (decimal_vector): Fix for little-endian.
18326
18327 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18328
18329 * gdb.arch/sparc-sysstep.exp: New file.
18330 * gdb.arch/sparc-sysstep.c: Likewise.
18331
18332 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18333
18334 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18335
18336 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18337
18338 2014-01-23 Tom Tromey <tromey@redhat.com>
18339
18340 * gdb.ada/array_char_idx: New testcase.
18341
18342 2014-01-23 Tom Tromey <tromey@redhat.com>
18343
18344 PR python/16487:
18345 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18346 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18347 classes.
18348
18349 2014-01-23 Tom Tromey <tromey@redhat.com>
18350
18351 PR python/16491:
18352 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18353 string from an inferior frame.
18354 * gdb.python/py-framefilter-mi.exp: Update.
18355
18356 2014-01-22 Doug Evans <dje@google.com>
18357
18358 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18359
18360 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18361
18362 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18363
18364 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18365
18366 * gdb.trace/entry-values.exp: Remove excess space character from
18367 regex patterns. Handle s390 call instruction.
18368
18369 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18370
18371 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18372 define "*_start" label. Make "name" static.
18373 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18374 ${name} by references to ${name}_start.
18375
18376 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18377
18378 * gdb.base/info-macros.exp: Remove "debug" from the compile
18379 options.
18380
18381 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18382
18383 * gdb.dlang/demangle.exp: New file.
18384
18385 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18386
18387 * gdb.dlang/primitive-types.exp: New file.
18388
18389 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18390
18391 * configure.ac: Create gdb.dlang/Makefile.
18392 * configure: Regenerate.
18393 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18394 * gdb.dlang/Makefile.in: New file.
18395 * lib/d-support.exp: New file.
18396 * lib/gdb.exp (skip_d_tests): New proc.
18397
18398 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18399
18400 * gdb.btrace/delta.exp: Check reverse stepi.
18401 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18402 * gdb.btrace/finish.exp: New.
18403 * gdb.btrace/next.exp: New.
18404 * gdb.btrace/nexti.exp: New.
18405 * gdb.btrace/record_goto.c: Add comments.
18406 * gdb.btrace/step.exp: New.
18407 * gdb.btrace/stepi.exp: New.
18408 * gdb.btrace/multi-thread-step.c: New.
18409 * gdb.btrace/multi-thread-step.exp: New.
18410 * gdb.btrace/rn-dl-bind.c: New.
18411 * gdb.btrace/rn-dl-bind.exp: New.
18412 * gdb.btrace/data.c: New.
18413 * gdb.btrace/data.exp: New.
18414 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18415
18416 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18417
18418 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18419 * gdb.btrace/exception.exp: Update.
18420 * gdb.btrace/instruction_history.exp: Update.
18421 * gdb.btrace/record_goto.exp: Update.
18422 * gdb.btrace/tailcall.exp: Update.
18423 * gdb.btrace/unknown_functions.exp: Update.
18424 * gdb.btrace/delta.exp: New.
18425
18426 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18427
18428 * gdb.btrace/record_goto.exp: Add backtrace test.
18429 * gdb.btrace/tailcall.exp: Add backtrace test.
18430
18431 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18432
18433 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18434 * gdb.btrace/record_goto.c: New.
18435 * gdb.btrace/record_goto.exp: New.
18436 * gdb.btrace/x86-record_goto.S: New.
18437
18438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18439
18440 * gdb.btrace/function_call_history.exp: Update tests.
18441 * gdb.btrace/instruction_history.exp: Update tests.
18442
18443 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18444
18445 * gdb.btrace/function_call_history.exp: Fix expected field
18446 order for "record function-call-history".
18447 Add new tests for "record function-call-history /c".
18448 * gdb.btrace/exception.cc: New.
18449 * gdb.btrace/exception.exp: New.
18450 * gdb.btrace/tailcall.exp: New.
18451 * gdb.btrace/x86-tailcall.S: New.
18452 * gdb.btrace/x86-tailcall.c: New.
18453 * gdb.btrace/unknown_functions.c: New.
18454 * gdb.btrace/unknown_functions.exp: New.
18455 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18456
18457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18458
18459 * gdb.btrace/instruction_history.exp: Update.
18460 * gdb.btrace/function_call_history.exp: Update.
18461
18462 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18463
18464 * gdb.btrace/function_call_history.exp: Fix expected function
18465 trace.
18466 * gdb.btrace/instruction_history.exp: Initialize traced.
18467 Remove traced_functions.
18468
18469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18470
18471 * gdb.btrace/function_call_history.exp: Update
18472 * gdb.btrace/instruction_history.exp: Update.
18473
18474 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18475
18476 * gdb.btrace/enable.exp: Update expected text.
18477
18478 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18479
18480 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18481 bytes.
18482
18483 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18484
18485 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18486
18487 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18488
18489 * lib/gdb.exp (supports_process_record): Return true for
18490 arm*-linux*. (supports_reverse): Likewise.
18491
18492 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18493
18494 PR python/15464
18495 PR python/16113
18496 * gdb.python/py-type.c: Enhance test case.
18497 * gdb.python/py-value-cc.cc: Likewise
18498 * gdb.python/py-type.exp: Add new tests.
18499 * gdb.python/py-value-cc.exp: Likewise
18500
18501 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18502 Pedro Alves <palves@redhat.com>
18503
18504 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18505 Make "name" extern.
18506 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18507 references to ${name}_start by references to ${name}.
18508
18509 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18510
18511 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18512
18513 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18514
18515 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18516
18517 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18518 Pedro Alves <palves@redhat.com>
18519
18520 * gdb.mi/mi-info-os.exp: Connect to the target with
18521 mi_gdb_target_load.
18522
18523 2014-01-08 Pedro Alves <palves@redhat.com>
18524
18525 * gdb.threads/reconnect-signal.c: New file.
18526 * gdb.threads/reconnect-signal.exp: New file.
18527
18528 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18529
18530 * gdb.base/source-dir.exp: New file.
18531
18532 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18533
18534 * gdb.ada/mi_interface: New testcase.
18535
18536 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18537
18538 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18539 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18540 gdb.ada/pp-rec-component/pck.ads: New files.
18541
18542 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18543
18544 * gdb.python/py-pp-integral.c: New file.
18545 * gdb.python/py-pp-integral.py: New file.
18546 * gdb.python/py-pp-integral.exp: New file.
18547
18548 For older changes see ChangeLog-1993-2013.
18549 \f
18550 ;; Local Variables:
18551 ;; mode: change-log
18552 ;; left-margin: 8
18553 ;; fill-column: 74
18554 ;; version-control: never
18555 ;; End:
18556
18557 Copyright 2014-2020 Free Software Foundation, Inc.
18558 Copying and distribution of this file, with or without modification,
18559 are permitted provided the copyright notice and this notice are preserved.