[gdb/testsuite] Remove gcc/93866 xfail in methods.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-25 Tom de Vries <tdevries@suse.de>
2
3 PR go/18926
4 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5
6 2020-02-24 Tom de Vries <tdevries@suse.de>
7
8 PR gdb/25592
9 * gdb.base/info-locals-unused-static-var.c: New test.
10 * gdb.base/info-locals-unused-static-var.exp: New file.
11
12 2020-02-22 Tom Tromey <tom@tromey.com>
13
14 * gdb.python/tui-window.exp: New file.
15 * gdb.python/tui-window.py: New file.
16
17 2020-02-22 Tom Tromey <tom@tromey.com>
18
19 PR tui/17850:
20 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
21 tests.
22
23 2020-02-22 Tom Tromey <tom@tromey.com>
24
25 * gdb.tui/new-layout.exp: Add sub-layout tests.
26
27 2020-02-22 Tom Tromey <tom@tromey.com>
28
29 * gdb.tui/new-layout.exp: New file.
30
31 2020-02-22 Tom Tromey <tom@tromey.com>
32
33 * gdb.rust/rust-style.rs: New file.
34 * gdb.rust/rust-style.exp: New file.
35 * gdb.base/style.exp: Test structure printing.
36 * gdb.base/style.c (struct some_struct): New type.
37 (enum etype): New type.
38 (struct_value): New global.
39
40 2020-02-21 Tom de Vries <tdevries@suse.de>
41
42 PR go/18926
43 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
44 Remove blanket xfails. Use message argument for gdb_breakpoint.
45 Make continuing to breakpoint test conditional on setting breakpoint.
46 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
47 DW_AT_name attribute. Add xfail for GCC PR93866.
48
49 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.dwarf2/cpp-linkage-name.c: New file.
52 * gdb.dwarf2/cpp-linkage-name.exp: New file.
53
54 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
55
56 * lib/gdb.exp (gdb_wrapper_init): Reset
57 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
58 not exist.
59
60 2020-02-20 Tom de Vries <tdevries@suse.de>
61
62 PR go/17018
63 * gdb.go/hello.exp: Copy ...
64 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
65 print of st to print value of global definition. Add xfail for GCC
66 PR93844.
67 * gdb.go/hello.exp: Remove printing of st before definition.
68 * gdb.go/hello.go: Copy ...
69 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
70 to st.
71 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
72
73 2020-02-20 Tom de Vries <tdevries@suse.de>
74
75 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
76 (gdb_simple_compile): Handle compile_flags go by using .go extension
77 for source file.
78 * gdb.go/chan.exp: Use support_go_compile.
79 * gdb.go/handcall.exp: Same.
80 * gdb.go/hello.exp: Same.
81 * gdb.go/integers.exp: Same.
82 * gdb.go/max-depth.exp: Same.
83 * gdb.go/methods.exp: Same.
84 * gdb.go/package.exp: Same.
85 * gdb.go/strings.exp: Same.
86 * gdb.go/types.exp: Same.
87 * gdb.go/unsafe.exp: Same.
88
89 2020-02-19 Tom de Vries <tdevries@suse.de>
90
91 * gdb.python/lib-types.exp: Make xfail more strict.
92
93 2020-02-19 Tom de Vries <tdevries@suse.de>
94
95 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
96
97 2020-02-19 Doug Evans <dje@google.com>
98
99 PR rust/25535
100 * gdb.rust/simple.exp: Add test.
101 * gdb.rust/simple.rs: Add test.
102
103 2020-02-19 Tom de Vries <tdevries@suse.de>
104
105 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
106 output line-by-line.
107
108 2020-02-19 Tom de Vries <tdevries@suse.de>
109
110 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
111
112 2020-02-19 Tom de Vries <tdevries@suse.de>
113
114 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
115 prelink.
116
117 2020-02-19 Tom de Vries <tdevries@suse.de>
118
119 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
120 (gdb_do_cache): Use gdb_do_cache_wrap.
121 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
122
123 2020-02-19 Tom de Vries <tdevries@suse.de>
124
125 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
126 gdb_compile option.
127
128 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
129
130 * gdb.base/printcmds.exp (test_print_enums): Update expected
131 output.
132
133 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
134
135 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
136 for "unknown".
137
138 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
139
140 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
141 enumerator.
142
143 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
146 FE_, add FE_NONE.
147 (three): Update.
148 (enum flag_enum_without_zero): New enum.
149 (flag_enum_without_zero): New variable.
150 (enum not_flag_enum): New enum.
151 (three_not_flag): New variable.
152 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
153 (test_print_enums): Add more tests for printing flag enums.
154
155 2020-02-18 Tom de Vries <tdevries@suse.de>
156
157 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
158 (gdb_compile_ada): ... here.
159 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
160 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
161
162 2020-02-14 Tom Tromey <tom@tromey.com>
163
164 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
165 build directory.
166 * boards/gdbserver-base.exp: Update path to gdbserver.
167
168 2020-02-13 Tom de Vries <tdevries@suse.de>
169
170 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
171
172 2020-02-13 Tom de Vries <tdevries@suse.de>
173
174 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
175 are missing.
176
177 2020-02-13 Tom de Vries <tdevries@suse.de>
178
179 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
180 call.
181
182 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
183
184 PR tui/25126
185 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
186 * gdb.base/cached-source-file.c: New file.
187 * gdb.base/cached-source-file.exp: New file.
188
189 2020-02-11 Tom de Vries <tdevries@suse.de>
190
191 PR testsuite/25488
192 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
193
194 2020-02-10 Tom de Vries <tdevries@suse.de>
195
196 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
197
198 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
199
200 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
201 and $after_addr are both integers before making a comparison.
202
203 2020-02-09 Tom de Vries <tdevries@suse.de>
204
205 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
206 command output and paste it into gdb.log. If any, paste catch message
207 to gdb.log.
208
209 2020-02-07 Tom Tromey <tromey@adacore.com>
210
211 PR breakpoints/24915:
212 * gdb.base/annotate-symlink.exp: Use setup_xfail.
213
214 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
215
216 * gdb.tui/tui-missing-src.exp: Add the "missing source
217 file" test for the TUI.
218
219 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
222 including a port number in the output.
223
224 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
225
226 * lib/fortran.exp (fortran_int4): Handle clang.
227 (fortran_int8): Likewise.
228 (fortran_real4): Likewise.
229 (fortran_real8): Likewise.
230 (fortran_complex4): Likewise.
231 (fortran_logical4): Likewise.
232 (fortran_character1): Likewise.
233
234 2020-02-04 Tom de Vries <tdevries@suse.de>
235
236 * README (Race detection): Add note.
237
238 2020-02-04 Tom de Vries <tdevries@suse.de>
239
240 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
241
242 2020-02-04 Tom de Vries <tdevries@suse.de>
243
244 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
245
246 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
247
248 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
249 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
250 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
251 blttar, bnetarl.
252 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
253 binary for blttar, bnetarl.
254 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
255 wait instruction. Delete ldmx test.
256 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
257
258 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
259
260 * gdb.fortran/array-bounds-high.exp: New file.
261 * gdb.fortran/array-bounds-high.f90: New file.
262
263 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
264
265 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
266 Replace #include of <sys/fcntl.h> by <fcntl.h>.
267
268 2020-02-01 Tom de Vries <tdevries@suse.de>
269
270 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
271
272 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 PR tui/9765
275 * gdb.tui/tui-layout-asm-short-prog.S: New file.
276 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
277
278 2020-01-29 Luis Machado <luis.machado@linaro.org>
279
280 * gdb.arch/aarch64-brk-patterns.c: New source file.
281 * gdb.arch/aarch64-brk-patterns.exp: New test.
282
283 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
284
285 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
286 GCC/Clang version.
287 * gdb.cp/pass-by-ref.exp: Ditto.
288
289 2020-01-29 Tom de Vries <tdevries@suse.de>
290
291 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
292 * gdb.threads/watchpoint-fork-mt.c: Same.
293 * gdb.threads/watchpoint-fork-parent.c: Same.
294 * gdb.threads/watchpoint-fork-st.c: Same.
295 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
296
297 2020-01-27 Luis Machado <luis.machado@linaro.org>
298
299 * gdb.base/step-over-syscall.exp (setup): Check if we're already
300 sitting at a syscall instruction when we hit the syscall function's
301 breakpoint.
302 Check PC against one obtained with the x command.
303 Validate syscall number.
304 (step_over_syscall): Don't continue to the syscall instruction if
305 we're already there.
306
307 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
310
311 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
314 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
315
316 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.dwarf2/dw2-inline-stepping.c: New file.
319 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
320
321 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.base/maint.exp: Update line table parsing test.
324 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
325
326 2020-01-24 Pedro Alves <palves@redhat.com>
327
328 PR gdb/25410
329 * gdb.multi/multi-re-run-1.c: New.
330 * gdb.multi/multi-re-run-2.c: New.
331 * gdb.multi/multi-re-run.exp: New.
332
333 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 PR gdb/23718
336 * gdb.server/server-kill-python.exp: New file.
337
338 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.server/multi-ui-errors.c: New file.
341 * gdb.server/multi-ui-errors.exp: New file.
342
343 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 PR tui/9765
346 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
347
348 2020-01-19 Tom Tromey <tom@tromey.com>
349
350 * gdb.tui/main.exp: Add check for plain "file".
351
352 2020-01-16 Christian Biesinger <cbiesinger@google.com>
353
354 * lib/gdb.exp: Fix spelling error (seperatelly).
355
356 2020-01-14 Tom Tromey <tom@tromey.com>
357
358 PR symtab/12535:
359 * gdb.python/python.exp: Test decode_line with empty string
360 argument.
361
362 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
363
364 * gdb.base/skip-inline.exp: Extend test.
365
366 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
369 * gdb.dwarf2/dw2-bad-elf.c: New file.
370 * gdb.dwarf2/dw2-bad-elf.exp: New file.
371
372 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
375 _line_saw_file.
376
377 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
380 border.
381
382 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
383
384 * gdb.multi/multi-target.exp (setup): Factor out "info
385 connections" and "info inferiors" tests to ...
386 (test_info_inferiors): ... this new procedure.
387 (top level): Run new "info-inferiors" tests.
388
389 2020-01-10 Pedro Alves <palves@redhat.com>
390
391 * gdb.server/bkpt-other-inferior.exp: New file.
392
393 2020-01-10 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
396 of "add-inferior".
397 * gdb.base/quit-live.exp: Likewise.
398 * gdb.base/remote-exec-file.exp: Likewise.
399 * gdb.guile/scm-progspace.exp: Likewise.
400 * gdb.linespec/linespec.exp: Likewise.
401 * gdb.mi/new-ui-mi-sync.exp: Likewise.
402 * gdb.mi/user-selected-context-sync.exp: Likewise.
403 * gdb.multi/multi-target.exp (setup): Add "info connection" and
404 "info inferiors" tests.
405 * gdb.multi/remove-inferiors.exp: Adjust expected output of
406 "add-inferior".
407 * gdb.multi/watchpoint-multi.exp: Likewise.
408 * gdb.python/py-inferior.exp: Likewise.
409 * gdb.server/extended-remote-restart.exp: Likewise.
410 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
411 "info inferiors".
412 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
413 * gdb.trace/report.exp: Likewise.
414
415 2020-01-10 Pedro Alves <palves@redhat.com>
416
417 * gdb.multi/multi-target.c: New file.
418 * gdb.multi/multi-target.exp: New file.
419 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
420 mode requested, but remote does not support non-stop".
421
422 2020-01-10 Pedro Alves <palves@redhat.com>
423
424 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
425 disconnect before reconnecting.
426
427 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
428 Pedro Alves <palves@redhat.com>
429
430 * gdb.server/connect-without-multi-process.exp: Also test
431 continuing to end.
432
433 2020-01-10 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/remote-exec-file.exp: New file.
436
437 2020-01-10 Pedro Alves <palves@redhat.com>
438
439 * gdb.base/fork-running-state.exp (do_test): Adjust expected
440 output.
441 * gdb.threads/async.c: New.
442 * gdb.threads/async.exp: New.
443 * gdb.multi/tids-gid-reset.c: New.
444 * gdb.multi/tids-gid-reset.exp: New.
445
446 2020-01-10 George Barrett <bob@bob131.so>
447
448 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
449 to help in finding the image relocation offset.
450 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
451 options in arguments.
452 (stap_test_no_debuginfo): Likewise.
453 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
454 test variants.
455 (stap_test): Add null semaphore relocation test.
456
457 2020-01-10 George Barrett <bob@bob131.so>
458
459 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
460 * gdb.base/stap-probe.exp: Likewise.
461 (stap_test): Pass argument as an additional flag.
462 (stap_test_no_debuginfo): Likewise.
463 (stap_test): Check `info probes stap' output for semaphore
464 addresses if the test binary is supposed to have them.
465
466 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.tui/basic.exp: Add more scrolling tests.
469
470 2020-01-09 Tom Tromey <tom@tromey.com>
471
472 PR tui/18932:
473 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
474 meangingful value.
475 (Term::command, Term::resize): Update.
476 * gdb.tui/basic.exp: Add scrolling test.
477
478 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.tui/tui-layout-asm.exp: New file.
481
482 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * lib/tuiterm.exp (Term::check_box_contents): New proc.
485
486 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
489 (Term::enter_tui): Use Term::prepare_for_tui.
490
491 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
494 called.
495
496 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.base/skip.exp: Fix race condition in test.
499
500 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.base/backtrace.c: New file.
503 * gdb.base/backtrace.exp: New file.
504
505 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
508
509 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/style.exp: Test that warnings are styled.
512
513 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
514
515 * gdb.base/line65535.exp: New file.
516 * gdb.base/line65535.c: New file.
517
518 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
519
520 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
521 * lib/gnat_debug_info_test.adb: New file.
522 * gdb.ada/ptype_tagged_param.exp: Use
523 gnat_runtime_has_debug_info, expect a different output if
524 runtime does not have debug info.
525
526 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
527
528 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
529 (another) quote in test name.
530
531 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
532
533 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
534 Add quote in test name.
535
536 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
537
538 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
539 directory instead.
540 * gdb.cp/pass-by-ref.exp: Extend with more cases.
541 * gdb.cp/pass-by-ref-2.cc: New file.
542 * gdb.cp/pass-by-ref-2.exp: New file.
543
544 2019-12-20 Tom Tromey <tom@tromey.com>
545
546 * gdb.tui/list-before.exp: New file.
547
548 2019-12-20 Tom Tromey <tom@tromey.com>
549
550 * gdb.tui/list.exp: Check for source on initial listing.
551
552 2019-12-11 Tom Tromey <tromey@adacore.com>
553
554 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
555 Add crlf test.
556
557 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
558
559 * gdb.base/default.exp: Update value of $_gdb_major.
560
561 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
562
563 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
564
565 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
566
567 * gdb.base/skip.exp: Whitespace fix.
568
569 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
570
571 * gdb.base/skip-inline.c: New file.
572 * gdb.base/skip-inline.exp: New file.
573
574 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
575
576 * gdb.base/jit-reader.exp (jit_reader_test): Rename
577 jit_function_00 to jit_function_stack_mangle.
578 * gdb.base/jithost.c (jit_function_t): Rename to...
579 (jit_function_stack_mangle_t): ... this.
580 (jit_function_add_t): New typedef.
581 (jit_function_00_code): Rename to...
582 (jit_function_stack_mangle_code): ... this, make static.
583 (jit_function_add_code): New.
584 (main): Generate "add" function and call it. Adjust to changes
585 in jithost_abi.
586 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
587 (struct jithost_abi) <begin, end>: Remove fields.
588 <object, function_stack_mangle, function_add>: New fields.
589 * gdb.base/jitreader.c (struct reader_state) <code_begin,
590 code_end>: Remove fields.
591 <func_stack_mangle>: New field.
592 (read_debug_info): Adjust to renaming, create block for "add"
593 function.
594 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
595
596 2019-12-11 Tom Tromey <tom@tromey.com>
597
598 * gdb.tui/resize.exp: Fix regexp.
599 * gdb.tui/regs.exp: Fix regexps.
600 * gdb.tui/main.exp: Fix regexp.
601
602 2019-12-11 Tom Tromey <tom@tromey.com>
603
604 * gdb.tui/resize.exp: Update.
605 * gdb.tui/empty.exp (layouts): Update.
606
607 2019-12-11 Tom Tromey <tom@tromey.com>
608
609 * gdb.tui/regs.exp: Update.
610 * gdb.tui/empty.exp (layouts): Update.
611 * gdb.tui/basic.exp: Update.
612 * lib/tuiterm.exp (_check_box): Don't check bottom border.
613
614 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
615
616 * gdb.base/options.exp: Add -raw-values in the print completion list.
617 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
618
619 2019-12-10 Kevin Buettner <kevinb@redhat.com>
620
621 * gdb.threads/omp-par-scope.c: New file.
622 * gdb/threads/omp-par-scope.exp: New file.
623
624 2019-12-10 Kevin Buettner <kevinb@redhat.com>
625
626 * lib/gdb.exp (support_nested_function_tests): New proc.
627
628 2019-12-10 Kevin Buettner <kevinb@redhat.com>
629
630 * lib/gdb.exp (gdb_compile_openmp): New proc.
631 (build_executable_from_specs): Add an "openmp" option.
632 (gdb_compile_pthreads): Add non-executable case.
633
634 2019-12-10 Tom Tromey <tromey@adacore.com>
635
636 * gdb.ada/unchecked_union.exp: New file.
637 * gdb.ada/unchecked_union/pck.adb: New file.
638 * gdb.ada/unchecked_union/pck.ads: New file.
639 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
640 * gdb-utils.exp (string_to_regexp): Also quote "?".
641
642 2019-12-10 George Barrett <bob@bob131.so>
643
644 Test scripted probe breakpoints.
645 * gdb.guile/scm-breakpoint.c (main): Add probe point.
646 * gdb.python/py-breakpoint.c (main): Likewise.
647 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
648 specifier test.
649 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
650
651 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
652
653 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
654 an rvalue parameter.
655 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
656 parameter.
657
658 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
661 modules.
662
663 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
666 broken version of GCC.
667
668 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.fortran/info-modules.exp: Rewrite to make use of new
671 sym-info-cmds library.
672 * gdb.fortran/info-types.exp: Likewise.
673 * lib/sym-info-cmds.exp: New file.
674
675 2019-12-08 Tom de Vries <tdevries@suse.de>
676
677 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
678
679 2019-12-07 Keith Seitz <keiths@redhat.com>
680
681 * gdb.base/corefile-buildid-shlib-shr.c: New file.
682 * gdb.base/corefile-buildid-shlib.c: New file.
683 * gdb.base/corefile-buildid.c: New file.
684 * gdb.base/corefile-buildid.exp: New file.
685
686 2019-12-06 Tom de Vries <tdevries@suse.de>
687
688 * gdb.dwarf2/varval.exp: Add decl before def test.
689
690 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
691
692 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
693
694 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
695
696 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
697 CV and reference conversion for overload resolution.
698 * gdb.cp/rvalue-ref-overload.exp: Test it.
699
700 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
701
702 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
703 * gdb.base/frameapply.exp: Test faas without command.
704
705 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
708 Fortran tests.
709 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
710 order.
711
712 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
715 casting to type with no kind specified.
716 (test_basic_parsing_of_type_kinds): Additional tests for types
717 with no kind specified, and add tests for single/double
718 precision/complex types.
719
720 2019-12-04 Tom Tromey <tromey@adacore.com>
721
722 * gdb.base/endianity.c (struct other) <x>: New field.
723 (main): Initialize it.
724 * gdb.base/endianity.exp: Update.
725
726 2019-12-04 Tom Tromey <tromey@adacore.com>
727
728 * gdb.ada/scalar_storage/storage.adb: New file.
729 * gdb.ada/scalar_storage/pck.adb: New file.
730 * gdb.ada/scalar_storage/pck.ads: New file.
731 * gdb.ada/scalar_storage.exp: New file.
732
733 2019-12-04 Tom Tromey <tromey@adacore.com>
734
735 * gdb.base/endianity.c (struct otherendian) <f>: New field.
736 (main): Initialize it.
737 * gdb.base/endianity.exp: Update.
738
739 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
742
743 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
746 -symbol-info-module-functions and -symbol-info-module-variables.
747
748 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
751
752 2019-12-01 Richard Bunt <richard.bunt@arm.com>
753 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.fortran/derived-type-striding.exp: New file.
756 * gdb.fortran/derived-type-striding.f90: New file.
757 * gdb.fortran/array-slices.exp: New file.
758 * gdb.fortran/array-slices.f90: New file.
759
760 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
761
762 * gdb.base/define.exp: Test . in command names.
763 * gdb.base/setshow.exp: Update test, as . is now part of
764 command name.
765
766 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
767
768 * gdb.base/define-prefix.exp: New file.
769
770 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
773 compile.
774 (skip_btrace_pt_tests): Likewise.
775
776 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.fortran/info-modules.exp: Compile source files in correct
779 order.
780
781 2019-11-27 Kevin Buettner <kevinb@redhat.com>
782
783 * gdb.dwarf2/imported-unit.exp: New file.
784 * gdb.dwarf2/imported-unit.c: New file.
785
786 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.mi/mi-fortran-modules-2.f90: New file.
789 * gdb.mi/mi-fortran-modules.exp: New file.
790 * gdb.mi/mi-fortran-modules.f90: New file.
791
792 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.mi/mi-sym-info-1.c: New file.
795 * gdb.mi/mi-sym-info-2.c: New file.
796 * gdb.mi/mi-sym-info.exp: New file.
797
798 2019-11-22 Tom Tromey <tromey@adacore.com>
799
800 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
801 * gdb.ada/tasks/foo.adb: Add another stopping location.
802
803 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
804
805 * gdb.base/endianity.c: New test.
806 * gdb.base/endianity.exp: New file.
807
808 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
809
810 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
811
812 2019-11-21 Tom de Vries <tdevries@suse.de>
813
814 PR gdb/24956
815 * gdb.base/ui-redirect.exp: Test output of user-defined command.
816
817 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.python/py-progspace.exp: Add missing parentheses on some
820 'print' commands.
821
822 2019-11-19 Tom Tromey <tom@tromey.com>
823
824 * gdb.tui/winheight.exp: New file.
825
826 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/ctf-whatis.c: Delete.
829 * gdb.base/ctf-whatis.exp: Delete.
830 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
831
832 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/ctf-cvexpr.exp: Delete.
835 * gdb.base/cvexpr.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-constvars.exp: Skip test if CTF is not supported in
840 the compiler. Clean up header comment a little.
841 * gdb.base/ctf-ptype.exp: Likewise.
842 * gdb.base/ctf-whatis.exp: Likewise.
843 * lib/gdb.exp (skip_ctf_tests): New proc.
844
845 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
846
847 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
848 * gdb.tui/corefile-run.exp: New file.
849
850 2019-11-14 Tom Tromey <tromey@adacore.com>
851
852 * gdb.base/gdbvars.exp (test_convenience_variables): Add
853 regression tests.
854
855 2019-11-12 Tom Tromey <tom@tromey.com>
856
857 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
858 after any command. Expect prompt after WAIT_FOR is seen.
859 (enter_tui): Enable resize messages.
860 (command): Expect command in output.
861 (get_line): Avoid error when cursor appears to be off-screen.
862 (dump_screen): Include screen size in title.
863 (_do_resize): New proc, from "resize".
864 (resize): Rewrite. Do resize in two steps.
865 * gdb.tui/empty.exp (layouts): Fix entries.
866 (check_boxes): Remove xfail.
867 (check_text): Dump screen on failure.
868
869 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.python/py-symbol.exp: Add test for
872 gdb.lookup_static_symbols.
873
874 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.python/py-symbol.c: Declare and call function from new
877 py-symbol-2.c file.
878 * gdb.python/py-symbol.exp: Compile both source files, and add new
879 tests for gdb.lookup_static_symbol.
880 * gdb.python/py-symbol-2.c: New file.
881
882 2019-11-02 Tom de Vries <tdevries@suse.de>
883
884 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
885 * gdb.base/anon.exp: Same.
886 * gdb.base/auto-connect-native-target.exp: Same.
887 * gdb.base/call-ar-st.exp: Same.
888 * gdb.base/catch-syscall.exp: Same.
889 * gdb.base/commands.exp: Same.
890 * gdb.base/default.exp: Same.
891 * gdb.base/display.exp: Same.
892 * gdb.base/float.exp: Same.
893 * gdb.base/foll-fork.exp: Same.
894 * gdb.base/help.exp: Same.
895 * gdb.base/info-macros.exp: Same.
896 * gdb.base/info-proc.exp: Same.
897 * gdb.base/info-target.exp: Same.
898 * gdb.base/long_long.exp: Same.
899 * gdb.base/macscp.exp: Same.
900 * gdb.base/memattr.exp: Same.
901 * gdb.base/nofield.exp: Same.
902 * gdb.base/pointers.exp: Same.
903 * gdb.base/printcmds.exp: Same.
904 * gdb.base/ptype.exp: Same.
905 * gdb.base/restore.exp: Same.
906 * gdb.base/return.exp: Same.
907 * gdb.base/scope.exp: Same.
908 * gdb.base/set-noassign.exp: Same.
909 * gdb.base/setshow.exp: Same.
910 * gdb.base/shlib-call.exp: Same.
911 * gdb.base/signals.exp: Same.
912 * gdb.base/sigstep.exp: Same.
913 * gdb.base/skip.exp: Same.
914 * gdb.base/solib-symbol.exp: Same.
915 * gdb.base/stap-probe.exp: Same.
916 * gdb.base/step-line.exp: Same.
917 * gdb.base/step-test.exp: Same.
918 * gdb.base/style.exp: Same.
919 * gdb.base/varargs.exp: Same.
920 * gdb.base/vla-datatypes.exp: Same.
921 * gdb.base/vla-ptr.exp: Same.
922 * gdb.base/vla-sideeffect.exp: Same.
923 * gdb.base/volatile.exp: Same.
924 * gdb.base/watch-cond-infcall.exp: Same.
925 * gdb.base/watchpoint.exp: Same.
926
927 2019-11-02 Tom de Vries <tdevries@suse.de>
928
929 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
930 * gdb.cp/cpexprs.exp: Same.
931 * gdb.cp/except-multi-location.exp: Same.
932 * gdb.cp/exceptprint.exp: Same.
933 * gdb.cp/gdb2384.exp: Same.
934 * gdb.cp/inherit.exp: Same.
935 * gdb.cp/m-static.exp: Same.
936 * gdb.cp/meth-typedefs.exp: Same.
937 * gdb.cp/misc.exp: Same.
938 * gdb.cp/namespace.exp: Same.
939 * gdb.cp/non-trivial-retval.exp: Same.
940 * gdb.cp/overload.exp: Same.
941 * gdb.cp/pr17132.exp: Same.
942 * gdb.cp/re-set-overloaded.exp: Same.
943 * gdb.cp/rvalue-ref-types.exp: Same.
944 * gdb.cp/templates.exp: Same.
945
946 2019-11-01 Luis Machado <luis.machado@linaro.org>
947
948 PR gdb/25124
949
950 * gdb.arch/pr25124.S: New file.
951 * gdb.arch/pr25124.exp: New file.
952
953 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.fortran/info-modules.exp: Update expected results, and add
956 additional tests for 'info module functinos', and 'info module
957 variables'.
958 * gdb.fortran/info-types.exp: Update expected results.
959 * gdb.fortran/info-types.f90: Extend testcase with additional
960 module variables and functions.
961
962 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/info-modules.exp: New file.
965 * gdb.fortran/info-types.exp: Build with new file.
966 * gdb.fortran/info-types.f90: Include and use new module.
967 * gdb.fortran/info-types-2.f90: New file.
968
969 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
970
971 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
972 * gdb.base/settings.exp: Test all settings types using
973 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
974 that now verifies that the value of "maint show" is the same as
975 returned by the settings functions. Test the type of the
976 maintenance settings.
977 * gdb.base/default.exp: Update show_conv_list.
978
979 2019-10-31 Tom de Vries <tdevries@suse.de>
980
981 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
982 gdb_test.
983 * gdb.arch/amd64-disp-step.exp: Same.
984 * gdb.asm/asm-source.exp: Same.
985 * gdb.btrace/buffer-size.exp: Same.
986 * gdb.btrace/cpu.exp: Same.
987 * gdb.btrace/enable.exp: Same.
988 * gdb.dwarf2/count.exp: Same.
989 * gdb.dwarf2/dw2-ranges-func.exp: Same.
990 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
991 * gdb.fortran/vla-datatypes.exp: Same.
992 * gdb.fortran/vla-history.exp: Same.
993 * gdb.fortran/vla-ptype.exp: Same.
994 * gdb.fortran/vla-value.exp: Same.
995 * gdb.fortran/whatis_type.exp: Same.
996 * gdb.guile/guile.exp: Same.
997 * gdb.multi/tids.exp: Same.
998 * gdb.python/py-finish-breakpoint.exp: Same.
999 * gdb.python/py-framefilter.exp: Same.
1000 * gdb.python/py-pp-registration.exp: Same.
1001 * gdb.python/py-xmethods.exp: Same.
1002 * gdb.python/python.exp: Same.
1003 * gdb.server/connect-with-no-symbol-file.exp: Same.
1004 * gdb.server/no-thread-db.exp: Same.
1005 * gdb.server/run-without-local-binary.exp: Same.
1006 * gdb.stabs/weird.exp: Same.
1007 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1008 * gdb.threads/thread-find.exp: Same.
1009 * gdb.threads/tls-shared.exp: Same.
1010 * gdb.threads/tls.exp: Same.
1011 * gdb.threads/wp-replication.exp: Same.
1012 * gdb.trace/ax.exp: Same.
1013 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1014
1015 2019-10-31 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1018 * gdb.ada/array_subscript_addr.exp: Same.
1019 * gdb.ada/arrayidx.exp: Same.
1020 * gdb.ada/arrayparam.exp: Same.
1021 * gdb.ada/arrayptr.exp: Same.
1022 * gdb.ada/boolean_expr.exp: Same.
1023 * gdb.ada/call_pn.exp: Same.
1024 * gdb.ada/complete.exp: Same.
1025 * gdb.ada/fixed_cmp.exp: Same.
1026 * gdb.ada/fun_addr.exp: Same.
1027 * gdb.ada/funcall_param.exp: Same.
1028 * gdb.ada/interface.exp: Same.
1029 * gdb.ada/mod_from_name.exp: Same.
1030 * gdb.ada/null_array.exp: Same.
1031 * gdb.ada/packed_array.exp: Same.
1032 * gdb.ada/packed_tagged.exp: Same.
1033 * gdb.ada/print_chars.exp: Same.
1034 * gdb.ada/print_pc.exp: Same.
1035 * gdb.ada/ptype_arith_binop.exp: Same.
1036 * gdb.ada/ptype_field.exp: Same.
1037 * gdb.ada/ptype_tagged_param.exp: Same.
1038 * gdb.ada/rec_return.exp: Same.
1039 * gdb.ada/ref_tick_size.exp: Same.
1040 * gdb.ada/str_ref_cmp.exp: Same.
1041 * gdb.ada/taft_type.exp: Same.
1042 * gdb.ada/tagged.exp: Same.
1043 * gdb.ada/type_coercion.exp: Same.
1044 * gdb.ada/uninitialized_vars.exp: Same.
1045
1046 2019-10-30 Tom de Vries <tdevries@suse.de>
1047
1048 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1049
1050 2019-10-26 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.base/bigcore.c: Fix typos in comments.
1053 * gdb.base/ctf-ptype.c: Same.
1054 * gdb.base/long_long.c: Same.
1055 * gdb.dwarf2/dw2-op-out-param.S: Same.
1056 * gdb.python/py-evthreads.c: Same.
1057 * gdb.reverse/i387-stack-reverse.c: Same.
1058 * gdb.trace/tfile.c: Same.
1059 * lib/compiler.c: Same.
1060 * lib/compiler.cc: Same.
1061
1062 2019-10-25 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1065 gdb_test_multiple calls.
1066 * gdb.reverse/sigall-reverse.exp: Same.
1067 * gdb.reverse/solib-precsave.exp: Same.
1068 * gdb.reverse/solib-reverse.exp: Same.
1069 * gdb.reverse/until-precsave.exp: Same.
1070 * gdb.reverse/until-reverse.exp: Same.
1071
1072 2019-10-24 Tom de Vries <tdevries@suse.de>
1073
1074 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1075 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1076 kfail using -wrap pattern flag and convenience variable
1077 gdb_test_name.
1078
1079 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.python/py-progspace.exp: Add tests for the
1082 Progspace.block_for_pc method.
1083
1084 2019-10-23 Tom Tromey <tom@tromey.com>
1085
1086 * configure: Rebuild.
1087 * aclocal.m4: Use m4_include, not sinclude.
1088
1089 2019-10-21 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.base/infcall-nested-structs.c: Add
1092 __attribute__((noinline,noclone)) to all functions.
1093 (call_all): Add missing variable initialization. Simplify return value.
1094 (breakpt): Increment volatile variable, to prevent call from being
1095 optimized out.
1096 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1097
1098 2019-10-17 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.fortran/module.exp: Allow info variables to print info for files
1101 other than module.f90.
1102
1103 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.fortran/module.exp: Extend with 'info variables' test.
1106
1107 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1110 F77_FOR_TARGET.
1111
1112 2019-10-16 Tom de Vries <tdevries@suse.de>
1113
1114 PR tdep/25096
1115 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1116
1117 2019-10-16 Tom de Vries <tdevries@suse.de>
1118
1119 PR tdep/24104
1120 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1121 Add KFAIL for PR tdep/25096.
1122
1123 2019-10-16 Tom de Vries <tdevries@suse.de>
1124
1125 PR testsuite/25059
1126 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1127
1128 2019-10-16 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1131 as signed.
1132
1133 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1134
1135 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1136 one instead of increasing timeout.
1137
1138 2019-10-13 Tom de Vries <tdevries@suse.de>
1139
1140 PR record/25038
1141 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1142 * gdb.reverse/sigall-reverse.exp: Same.
1143 * gdb.reverse/solib-precsave.exp: Same.
1144 * gdb.reverse/solib-reverse.exp: Same.
1145 * gdb.reverse/step-precsave.exp: Same.
1146 * gdb.reverse/until-precsave.exp: Same.
1147 * gdb.reverse/until-reverse.exp: Same.
1148 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1149
1150 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1151
1152 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1153 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1154 (cmp_struct_05_01, cmp_struct_static_02_01)
1155 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1156 comparisons.
1157
1158 2019-10-10 Tom de Vries <tdevries@suse.de>
1159
1160 PR testsuite/24888
1161 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1162 gnatlink.
1163
1164 2019-10-09 Tom de Vries <tdevries@suse.de>
1165
1166 PR testsuite/25048
1167 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1168
1169 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1172 exceptions due to missing debug information.
1173
1174 2019-10-07 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1177
1178 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1181 * gdb.base/annota1.exp: Update to use gdb_test_name.
1182
1183 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1184
1185 * gdb.base/ctf-whatis.exp: New file.
1186 * gdb.base/ctf-whatis.c: New file.
1187 * gdb.base/ctf-ptype.exp: New file.
1188 * gdb.base/ctf-ptype.c: New file.
1189 * gdb.base/ctf-constvars.exp: New file.
1190 * gdb.base/ctf-constvars.c: New file.
1191 * gdb.base/ctf-cvexpr.exp: New file.
1192
1193 2019-10-04 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1196 for loop.
1197
1198 2019-10-03 Tom Tromey <tom@tromey.com>
1199
1200 PR rust/24976:
1201 * gdb.rust/simple.rs (Union2): New type.
1202 (main): Use Union2.
1203 * gdb.rust/simple.exp: Add test.
1204
1205 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1208 nested function prefix.
1209
1210 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1211 Richard Bunt <richard.bunt@arm.com>
1212 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1215 nested functions.
1216 * gdb.fortran/nested-funcs.f90: Update expected results.
1217 * gdb.fortran/nested-funcs-2.exp: New file.
1218 * gdb.fortran/nested-funcs-2.f90: New file.
1219
1220 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1221
1222 * gdb.python/py-parameter.exp: Make test names unique.
1223 * gdb.python/py-template.exp: Likewise.
1224 * gdb.python/py-value.exp: Likewise.
1225
1226 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * gdb.base/break-interp.exp: Reduce test name duplication.
1229 * gdb.base/call-sc.exp: Likewise.
1230 * gdb.base/callfuncs.exp: Likewise.
1231 * gdb.base/charset.exp: Likewise.
1232 * gdb.base/dump.exp: Likewise.
1233 * gdb.base/ena-dis-br.exp: Likewise.
1234 * gdb.base/relational.exp: Likewise.
1235 * gdb.base/step-over-syscall.exp: Likewise.
1236 * gdb.base/structs.exp: Likewise.
1237
1238 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.linespec/explicit.exp: Make test names unique.
1241 * gdb.linespec/ls-errs.exp: Likewise.
1242
1243 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.reverse/break-precsave.exp: Make test names unique.
1246 * gdb.reverse/break-reverse.exp: Likewise.
1247 * gdb.reverse/finish-precsave.exp: Likewise.
1248 * gdb.reverse/finish-reverse.exp: Likewise.
1249 * gdb.reverse/machinestate-precsave.exp: Likewise.
1250 * gdb.reverse/machinestate.exp: Likewise.
1251 * gdb.reverse/readv-reverse.exp: Likewise.
1252 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1253 * gdb.reverse/sigall-precsave.exp: Likewise.
1254 * gdb.reverse/sigall-reverse.exp: Likewise.
1255 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1256 * gdb.reverse/watch-precsave.exp: Likewise.
1257 * gdb.reverse/watch-reverse.exp: Likewise.
1258
1259 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.threads/stop-with-handle.c: New file.
1262 * gdb.threads/stop-with-handle.exp: New file.
1263
1264 2019-10-03 Tom de Vries <tdevries@suse.de>
1265
1266 PR testsuite/25059
1267 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1268 directory" line to be missing.
1269
1270 2019-10-03 Tom de Vries <tdevries@suse.de>
1271
1272 PR testsuite/25059
1273 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1274 type optional.
1275
1276 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1277
1278 * gdb.python/py-format-string.c (string.h): New include.
1279 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1280 the same value, for endianness-independence.
1281 * gdb.python/py-format-string.exp (default_regexp_dict)
1282 (test_pretty_structs, test_format): Adjust expected output to the
1283 changed initialization.
1284
1285 2019-10-02 Tom Tromey <tromey@adacore.com>
1286
1287 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1288
1289 2019-10-02 Pedro Alves <palves@redhat.com>
1290 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1293 "print-file-var.h".
1294 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1295 (get_version_1): Print this_version_id and its address.
1296 Add extern "C" wrappers around interface functions.
1297 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1298 "print-file-var.h".
1299 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1300 (get_version_2): Print this_version_id and its address.
1301 Add extern "C" wrappers around interface functions.
1302 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1303 <stddef.h> and "print-file-var.h".
1304 Add extern "C" wrappers around interface functions.
1305 [VERSION_ID_MAIN] (this_version_id): Define.
1306 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1307 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1308 up extern "C" blocks.
1309 * gdb.base/print-file-var.exp (test): New, factored out from top
1310 level.
1311 (top level): Test all combinations of attribute hidden or not,
1312 dlopen or not, and this_version_id symbol in main file or not.
1313 Compile tests as both C++ and C, make test names unique.
1314
1315 2019-10-01 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.base/style.exp: Test "show logging filename".
1318
1319 2019-10-01 Tom Tromey <tom@tromey.com>
1320
1321 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1322 * gdb.base/style.exp: Add metadata style test.
1323
1324 2019-10-01 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.base/style.exp: Test "pwd".
1327
1328 2019-10-01 Tom Tromey <tom@tromey.com>
1329
1330 * gdb.base/style.exp: Update tests.
1331
1332 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1333
1334 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1335 'six' to unsigned.
1336 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1337 'five'. Use an all-ones bit pattern for each.
1338 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1339 to its changed values.
1340
1341 2019-09-30 Tom Tromey <tromey@adacore.com>
1342
1343 * gdb.rust/traits.rs: Disable all warnings.
1344
1345 2019-09-29 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1348
1349 2019-09-29 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1352
1353 2019-09-27 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1356
1357 2019-09-27 Tom de Vries <tdevries@suse.de>
1358
1359 PR record/23188
1360 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1361
1362 2019-09-26 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.ada/py_taft.exp: New file.
1365 * gdb.ada/py_taft/main.adb: New file.
1366 * gdb.ada/py_taft/pkg.adb: New file.
1367 * gdb.ada/py_taft/pkg.ads: New file.
1368
1369 2019-09-24 Tom de Vries <tdevries@suse.de>
1370
1371 PR gdb/24598
1372 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1373
1374 2019-09-22 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.base/restore.exp: Allow register variables to be optimized out at
1377 -O0.
1378
1379 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1380
1381 * gdb.arch/spu-info.exp: Remove file.
1382 * gdb.arch/spu-info.c: Remove file.
1383 * gdb.arch/spu-ls.exp: Remove file.
1384 * gdb.arch/spu-ls.c: Remove file.
1385
1386 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1387 * gdb.asm/spu.inc: Remove file.
1388
1389 * gdb.base/dump.exp: Remove support for spu*-*-*.
1390 * gdb.base/stack-checking.exp: Likewise.
1391 * gdb.base/overlays.exp: Likewise.
1392 * gdb.base/ovlymgr.c: Likewise.
1393 * gdb.base/spu.ld: Remove file.
1394
1395 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1396 * gdb.cp/cpexprs.exp: Likewise.
1397 * gdb.cp/exception.exp: Likewise.
1398 * gdb.cp/gdb2495.exp: Likewise.
1399 * gdb.cp/mb-templates.exp: Likewise.
1400 * gdb.cp/pr9167.exp: Likewise.
1401 * gdb.cp/userdef.exp: Likewise.
1402
1403 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1404
1405 * gdb.cell: Remove directory.
1406 * lib/cell.exp: Remove file.
1407
1408 2019-09-19 Tom de Vries <tdevries@suse.de>
1409
1410 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1411
1412 2019-09-19 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1415
1416 2019-09-19 Tom de Vries <tdevries@suse.de>
1417
1418 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1419 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1420 (gdb_target_cmd): ... here.
1421 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1422 value 2.
1423
1424 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/source-dir.exp: Avoid having directory names in test
1427 names.
1428
1429 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1432 directory.
1433
1434 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/list-missing-source.exp: New file.
1437
1438 2019-09-14 Tom de Vries <tdevries@suse.de>
1439
1440 PR teststuite/24599
1441 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1442 * lib/ada.exp (gnatmake_version_at_least): New proc.
1443
1444 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * gdb.base/maint.exp: Use exec_has_index_section.
1447
1448 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/maint.exp: Add test for 'maint info sections'.
1451
1452 2019-09-12 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.base/store.exp: Allow register variables to be optimized out at
1455 -O0.
1456
1457 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1458
1459 * gdb.ada/rdv_wait.exp: Update to new task names.
1460 * gdb.base/task_switch_in_core.exp: Likewise.
1461 * gdb.base/info_sources_base.c: Likewise.
1462
1463 2019-09-10 Tom Tromey <tromey@adacore.com>
1464
1465 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1466
1467 2019-09-10 Tom Tromey <tromey@adacore.com>
1468
1469 * gdb.ada/dgopt.exp: New file.
1470 * gdb.ada/dgopt/x.adb: New file.
1471
1472 2019-09-08 Tom Tromey <tom@tromey.com>
1473
1474 * gdb.tui/resize.exp: Remove setup_xfail.
1475 * gdb.tui/regs.exp: Remove setup_xfail.
1476 * gdb.tui/basic.exp: Remove setup_xfail.
1477
1478 2019-09-06 David Blaikie <dblaikie@gmail.com>
1479
1480 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1481 * gdb.cp/cplabel.exp: Ditto.
1482 * gdb.linespec/ls-errs.exp: Ditto.
1483
1484 2019-09-05 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (cmp_file_string): New proc.
1487 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1488 runto_main. Verify save breakpoints output.
1489
1490 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1491
1492 * gdb.base/info-var.exp: Test info variables without running
1493 to main, to avoid expect's buffer overflow.
1494
1495 2019-09-03 Tom Tromey <tromey@adacore.com>
1496
1497 * gdb.ada/bias.exp: New file.
1498 * gdb.ada/bias/bias.adb: New file.
1499 * gdb.ada/print_chars.exp: Add regression test.
1500 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1501 (MC): New variable.
1502
1503 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1504
1505 * gdb.base/argv0-symlink.exp: Run only on native target
1506 and local host.
1507
1508 2019-08-29 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1511 diverse debug info.
1512 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1513
1514 2019-08-28 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/info-var.exp: Allow info variables to print info for files
1517 other than info-var-f1.c and info-var-f2.c.
1518
1519 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.fortran/info-types.exp: Add module.
1522 * gdb.fortran/info-types.f90: Update expected results.
1523
1524 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.fortran/info-types.exp: New file.
1527 * gdb.fortran/info-types.f90: New file.
1528 * lib/fortran.exp (fortran_character1): New proc.
1529
1530 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1533 functions'. Reindent as needed.
1534 * gdb.base/info-var-f1.c: New file.
1535 * gdb.base/info-var-f2.c: New file.
1536 * gdb.base/info-var.exp: New file.
1537 * gdb.base/info-var.h: New file.
1538
1539 2019-08-26 Tom de Vries <tdevries@suse.de>
1540
1541 PR c++/24852
1542 * gdb.cp/no-libstdcxx-probe.exp: New test.
1543
1544 2019-08-26 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1547 * tests need to be skipped.
1548 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1549 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1550 mi_skip_libstdcxx_probe_tests.
1551
1552 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1553
1554 * gdb.python/py-xmethods.exp: Use raw strings when passing
1555 arguments to SimpleXMethodMatcher.
1556
1557 2019-08-22 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1560 more informative.
1561
1562 2019-08-21 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/with.exp: Test "with" with no arguments.
1565
1566 2019-08-21 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/gdb-caching-proc.exp: Sort files.
1569
1570 2019-08-20 Tom de Vries <tdevries@suse.de>
1571
1572 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1573 compilation.
1574
1575 2019-08-16 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/compare-sections.exp ("after run to main"): Allow
1578 mismatched read-only sections for PIE executables.
1579
1580 2019-08-16 Tom Tromey <tom@tromey.com>
1581
1582 * lib/tuiterm.exp (_csi_Z): New proc.
1583 * gdb.tui/basic.exp: Update window positions.
1584 * gdb.tui/empty.exp: Update window positions.
1585
1586 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.base/examine-backward.exp: Correct regexp for
1589 "examine 3 bytes backward from ${address_zero}".
1590
1591 2019-08-15 Tom Tromey <tom@tromey.com>
1592
1593 * gdb.tui/empty.exp: Enable resizing tests.
1594
1595 2019-08-15 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/char_enum.exp: Add regression tests.
1598 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1599 and '0'.
1600 (Char, Gchar): Update.
1601 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1602
1603 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1604
1605 * gdb.python/python.exp: Expect a leading underscore on
1606 GdbOutput{,Error}File.
1607
1608 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1609
1610 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1611 Windows host.
1612
1613 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1614
1615 * gdb.base/batch-preserve-term-settings.exp
1616 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1617
1618 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1619
1620 * lib/gdb.exp: When running on a mingw target, replace
1621 /x/ with x:/.
1622
1623 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1624
1625 * gdb.arch/aarch64-prologue.c: New test.
1626 * gdb.arch/aarch64-prologue.exp: New file.
1627
1628 2019-08-13 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1631 Thread.
1632
1633 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1634
1635 * gdb.python/py-completion.exp: Download the .py file to the host
1636 and use its host pathname. Conditionalize tests that use
1637 tab completion and manipulate files on the build machine.
1638 * gdb.python/py-events.exp: Download the .py file to the host
1639 and use its host pathname.
1640 * gdb.python/py-evsignal.exp: Likewise.
1641 * gdb.python/py-evthreads.exp: Likewise.
1642 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1643 pathname syntax.
1644 * gdb.python/py-framefilter.exp: Download the .py file to the right
1645 place on the host. Match Windows pathname syntax.
1646 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1647 .py file to the host and use its host pathname.
1648 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1649 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1650 build pathname. Skip symlink test on Windows host. Add missing
1651 newline at end of file.
1652 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1653 and use its host pathname.
1654 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1655 * gdb.python/py-section-script.exp: Use host location of binfile
1656 on safe-path. Use correct path separator on Windows host.
1657 Reorder alternatives in gdb_test_multiple to prevent matching
1658 the wrong alternative on success.
1659 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1660
1661 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1662
1663 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1664 expect the GDB inferior to no longer immediately stop after
1665 being resumed with "signal SIGINT".
1666
1667 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1668
1669 * gdb.linespec/break-ask.exp: Generalize regexps to match
1670 Windows pathnames too.
1671
1672 2019-08-08 Tom de Vries <tdevries@suse.de>
1673
1674 PR testsuite/24862
1675 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1676
1677 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * gdb.base/style.exp: Update tests for help doc new invariants.
1680 * gdb.base/help.exp: Likewise.
1681
1682 2019-08-06 Tom Tromey <tom@tromey.com>
1683
1684 * gdb.base/style.exp: Add disassemble test.
1685 * gdb.base/style.c (some_called_function): New function.
1686 (main): Use it.
1687
1688 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1689
1690 * gdb.python/py-block.exp: Test dictionary access on blocks.
1691
1692 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1693
1694 PR gdb/24863
1695 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1696 -list-thread-groups --available test when running under
1697 check-read1.
1698
1699 2019-08-05 Tom de Vries <tdevries@suse.de>
1700
1701 PR testsuite/24863
1702 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1703 * gdb.base/help.exp: Use with_read1_timeout_factor.
1704 * gdb.base/info-macros.exp: Same.
1705 * gdb.cp/nested-types.exp: Same.
1706
1707 2019-08-05 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdb.exp (version_at_least): Factor out of ...
1710 (tcl_version_at_least): ... here.
1711 (gdb_compile): Fail if pie results in non-PIE executable.
1712 (readelf_version, readelf_prints_pie): New proc.
1713 (exec_is_pie): Return -1 if unknown.
1714
1715 2019-08-05 Tom de Vries <tdevries@suse.de>
1716
1717 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1718
1719 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1720
1721 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1722
1723 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1724
1725 * lib/completion-support.exp (test_gdb_complete_none): Skip
1726 tab completion tests if no readline support.
1727 (test_gdb_complete_unique_re): Likewise.
1728 (test_gdb_complete_multiple): Likewise.
1729
1730 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1731
1732 * gdb.base/info_sources.exp: New file.
1733 * gdb.base/info_sources.c: New file.
1734 * gdb.base/info_sources_base.c: New file.
1735
1736 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1737
1738 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1739 prefix argument.
1740 (test_exit_status): Add prefix argument.
1741
1742 2019-08-01 Tom de Vries <tdevries@suse.de>
1743
1744 PR testsuite/24863
1745 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1746 calling exp_continue for new thread and thread exited messages.
1747
1748 2019-08-01 Tom de Vries <tdevries@suse.de>
1749
1750 PR testsuite/24863
1751 * gdb.base/structs.exp: Fix check-read1 timeout using
1752 gdb_test_sequence.
1753 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1754
1755 2019-08-01 Tom de Vries <tdevries@suse.de>
1756
1757 PR testsuite/24863
1758 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1759 line.
1760
1761 2019-08-01 Tom de Vries <tdevries@suse.de>
1762
1763 PR testsuite/24863
1764 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1765
1766 2019-07-30 Tom Tromey <tromey@adacore.com>
1767
1768 * gdb.ada/display_nested.exp: New file.
1769 * gdb.ada/display_nested/foo.adb: New file.
1770 * gdb.ada/display_nested/pack.adb: New file.
1771 * gdb.ada/display_nested/pack.ads: New file.
1772
1773 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1774
1775 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1776 namespace.
1777 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1778
1779 2019-07-30 Tom de Vries <tdevries@suse.de>
1780
1781 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1782 instead.
1783
1784 2019-07-30 Tom de Vries <tdevries@suse.de>
1785
1786 PR testsuite/24834
1787 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1788 (exec_is_pie): New proc.
1789
1790 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1791
1792 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1793
1794 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1795
1796 * gdb.python/py-objfile.c: Add global and static vars.
1797 * gdb.python/py-objfile.exp: Test new functions Objfile.
1798 lookup_global_symbol and lookup_static_symbol.
1799
1800 2019-07-29 Tom Tromey <tom@tromey.com>
1801
1802 * lib/tuiterm.exp (Term::_csi_@): New proc.
1803 (Term::_csi_X): Don't move cursor.
1804
1805 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1806
1807 * gdb.base/options.exp: Update backtrace - completion to
1808 new option -frame-info.
1809 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1810 Test new 'set print frame-info'. Test backtrace -frame-info
1811 overriding 'set print frame-info'.
1812 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1813 Test new 'set print frame-info'.
1814 Verify consistency of backtrace with and without filters, with and
1815 without -no-filters.
1816 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1817 default.
1818
1819 2019-07-29 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1822 no arguments".
1823
1824 2019-07-29 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1827 is a substring of the first for "complete non-unique file name".
1828
1829 2019-07-29 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1832 with ".*".
1833
1834 2019-07-29 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1837 Pass prompt_regexp parameter to gdb_test_multiple calls.
1838
1839 2019-07-29 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1842 print registers" regexps.
1843
1844 2019-07-29 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1847
1848 2019-07-29 Tom de Vries <tdevries@suse.de>
1849
1850 PR gdb/24855
1851 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1852 (skip_python_tests_prompt): Add prompt_regexp argument to
1853 gdb_test_multiple calls.
1854
1855 2019-07-27 Tom Tromey <tom@tromey.com>
1856
1857 * gdb.tui/main.exp: New file.
1858
1859 2019-07-27 Tom Tromey <tom@tromey.com>
1860
1861 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1862 optional.
1863 * gdb.tui/empty.exp: New file.
1864
1865 2019-07-27 Tom Tromey <tom@tromey.com>
1866
1867 * lib/tuiterm.exp (spawn): New proc.
1868 (Term::resize): New proc.
1869 * gdb.tui/resize.exp: New file.
1870
1871 2019-07-27 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.tui/list.exp: New file.
1874
1875 2019-07-27 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.tui/regs.exp: New file.
1878
1879 2019-07-27 Tom Tromey <tom@tromey.com>
1880
1881 * gdb.tui/basic.exp: Add "layout split" test.
1882
1883 2019-07-27 Tom Tromey <tom@tromey.com>
1884
1885 * gdb.tui/basic.exp: Add "layout asm" test.
1886
1887 2019-07-27 Tom Tromey <tom@tromey.com>
1888
1889 * lib/tuiterm.exp: New file.
1890 * gdb.tui/basic.exp: New file.
1891
1892 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1893
1894 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1895 Enable tests associated with this flag. Adjust regex
1896 referencing "foo_low" to now refer to "foo_cold" instead.
1897
1898 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1899
1900 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1901 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1902 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1903 foo_cold. Revise comments to match.
1904 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1905 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1906 were wrapped into this proc; Call do_test in loop from outermost
1907 level.
1908 (foo_low): Rename all occurrences to "foo_cold".
1909 (backtrace from baz): New test.
1910 (x2/i foo_cold): New test.
1911 (info line *foo_cold): New test.
1912
1913 2019-07-26 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1916
1917 2019-07-25 Tom de Vries <tdevries@suse.de>
1918
1919 PR testsuite/24830
1920 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1921 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1922 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1923 (skip_libstdcxx_probe_tests): ... here.
1924 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1925
1926 2019-07-24 Tom de Vries <tdevries@suse.de>
1927
1928 PR testsuite/24807
1929 * gdb.objc/basicclass.m: Include stdio.h.
1930 * gdb.objc/nondebug.m: Same.
1931 * gdb.objc/objcdecode.m: Same.
1932
1933 2019-07-24 Tom de Vries <tdevries@suse.de>
1934
1935 PR testsuite/24612
1936 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1937 additional_flags.
1938
1939 2019-07-24 Tom de Vries <tdevries@suse.de>
1940
1941 PR testsuite/24831
1942 * gdb.multi/tids.exp: Update error messages for info threads.
1943
1944 2019-07-24 Tom de Vries <tdevries@suse.de>
1945
1946 * gdb.base/info-types.exp: Allow info types to print info for more than
1947 one file.
1948
1949 2019-07-23 Tom de Vries <tdevries@suse.de>
1950
1951 PR testsuite/24842
1952 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1953 gdb_spawn_with_cmdline_opts.
1954
1955 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1956
1957 * gdb.arch/arm-cmse-sgstubs.c: New test.
1958 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1959
1960 2019-07-23 Tom de Vries <tdevries@suse.de>
1961
1962 PR testsuite/24711
1963 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1964 issuing next command.
1965
1966 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.ada/info_auto_lang.exp: Update expected results.
1969 * gdb.base/info-types.c: Add additional types to check.
1970 * gdb.base/info-types.exp: Update expected results.
1971
1972 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.base/info-types.c: New file.
1975 * gdb.base/info-types.exp: New file.
1976
1977 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.arch/riscv-bp-infcall.c: New file.
1980 * gdb.arch/riscv-bp-infcall.exp: New file.
1981
1982 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 PR breakpoints/24541
1985 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1986
1987 2019-07-14 Tom de Vries <tdevries@suse.de>
1988
1989 PR testsuite/24760
1990 * gdb.objc/basicclass.exp: Fix unterminated string.
1991
1992 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1993 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1996 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1997 negative bounds.
1998 * gdb.fortran/vla-value.exp: Print elements of an array with
1999 negative bounds.
2000 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2001 testing.
2002
2003 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.base/options.exp (expect_string): Dequote strings in
2006 results.
2007 (test-string): Test strings with different quoting and reindent.
2008
2009 2019-07-10 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.ada/mi_ex_cond.exp: Update expected results.
2012 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2013 * gdb.ada/mi_catch_ex.exp: Update expected results.
2014 * gdb.ada/mi_catch_assert.exp: Update expected results.
2015 * gdb.ada/catch_ex.exp (catch_exception_info)
2016 (catch_exception_entry, catch_assert_entry)
2017 (catch_unhandled_entry): Update.
2018 * gdb.ada/catch_assert_if.exp: Update expected results.
2019
2020 2019-07-10 Richard Bunt <richard.bunt@arm.com>
2021 Stephen Roberts <stephen.roberts@arm.com>
2022
2023 * gdb.base/define.exp: Restore original prompt.
2024
2025 2019-07-09 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2028 breakpoints" output.
2029 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2030 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2031 throw" creates breakpoint.
2032 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2033 'type="catchpoint"'.
2034
2035 2019-07-09 Pedro Alves <palves@redhat.com>
2036
2037 PR c++/15468
2038 * gdb.cp/except-multi-location-lib.cc: New.
2039 * gdb.cp/except-multi-location-main.cc: New.
2040 * gdb.cp/except-multi-location.exp: New.
2041
2042 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2043
2044 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2045 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2046 argument and update callers.
2047
2048 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.arch/amd64-break-on-asm-line.S: New file.
2051 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2052
2053 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2054
2055 * gdb.base/printcmds.exp: Test printing C string and
2056 C wide string convenience vars without transiting via the inferior.
2057 Also make test names unique.
2058
2059 2019-07-08 Alan Hayward <alan.hayward@arm.com>
2060
2061 PR breakpoints/25011
2062 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2063
2064 2019-07-04 Pedro Alves <palves@redhat.com>
2065
2066 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2067 body returned ok(0), break(3) or continue(4).
2068 * gdb.testsuite/foreach_with_prefix.exp: New file.
2069
2070 2019-07-04 Alan Hayward <alan.hayward@arm.com>
2071
2072 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2073
2074 2019-07-03 Pedro Alves <palves@redhat.com>
2075
2076 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2077 "return -code".
2078
2079 2019-07-03 Pedro Alves <palves@redhat.com>
2080
2081 PR cli/24732
2082 * gdb.base/shell.exp: Load completion-support.exp.
2083 Adjust expected error output. Add completion tests.
2084
2085 2019-07-03 Pedro Alves <palves@redhat.com>
2086
2087 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2088 string_to_regexp.
2089
2090 2019-07-03 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2093 (expect_integer): Adjust to expect "-string".
2094 (expect_string): New.
2095 (all_options): Expect "-string".
2096 (test-flag, test-boolean): Adjust to expect "-string".
2097 (test-string): New proc.
2098 (top level): Call it.
2099
2100 2019-07-03 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2103 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2104 the expected output in the success.
2105
2106 2019-07-03 Pedro Alves <palves@redhat.com>
2107
2108 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2109 Split one gdb_test_multiple call in two to avoid a race.
2110
2111 2019-07-03 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/with.c: New file.
2114 * gdb.base/with.exp: New file.
2115
2116 2019-07-03 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/settings.exp: Replace all references to "maint
2119 test-settings set" with references to "maint set test-settings",
2120 and all references to "maint test-settings show" with references
2121 to "maint show test-settings".
2122
2123 2019-07-03 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/settings.exp (test-string): Adjust expected out when
2126 testing "maint test-settings show filename"
2127
2128 2019-07-02 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/options.exp (test-info-threads): New procedure.
2131 (top level): Call it.
2132
2133 2019-06-28 Tom Tromey <tromey@adacore.com>
2134
2135 * gdb.dwarf2/ada-linkage-name.c: New file.
2136 * gdb.dwarf2/ada-linkage-name.exp: New file.
2137
2138 2019-06-27 Tom Tromey <tromey@adacore.com>
2139
2140 PR c++/20020:
2141 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2142
2143 2019-06-26 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2146
2147 2019-06-26 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/index-cache.exp: Add back missing debug option.
2150
2151 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2152
2153 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2154
2155 2019-06-25 Tom de Vries <tdevries@suse.de>
2156
2157 PR testsuite/24727
2158 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2159
2160 2019-06-24 Tom de Vries <tdevries@suse.de>
2161
2162 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2163
2164 2019-06-24 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2167 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2168 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2169
2170 2019-06-24 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2173
2174 2019-06-21 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2177
2178 2019-06-21 Tom de Vries <tdevries@suse.de>
2179
2180 PR testsuite/24518
2181 PR ada/24713
2182 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2183 index.
2184
2185 2019-06-19 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.ada/length_cond.exp: Add intro comment.
2188
2189 2019-06-19 Tom Tromey <tromey@adacore.com>
2190
2191 * gdb.ada/length_cond.exp: New file.
2192 * gdb.ada/length_cond/length_cond.adb: New file.
2193 * gdb.ada/length_cond/pck.adb: New file.
2194 * gdb.ada/length_cond/pck.ads: New file.
2195
2196 2019-06-18 Tom de Vries <tdevries@suse.de>
2197
2198 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2199
2200 2019-06-18 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.base/list0.h: Add comment explaining control character.
2203
2204 2019-06-18 Tom de Vries <tdevries@suse.de>
2205
2206 * boards/fission.exp: Break up long debug_flags line.
2207
2208 2019-06-16 Tom de Vries <tdevries@suse.de>
2209
2210 PR gdb/24445
2211 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2212 generated index.
2213
2214 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 PR gdb/24686
2217 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2218 improve detection of bug gdb/24541.
2219
2220 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2221
2222 PR gdb/24669
2223 * gdb.base/index-cache.exp (uses_readnow,
2224 expecting_index_cache_use): Define global variable.
2225 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2226 expecting_index_cache_use.
2227
2228 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2229 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.fortran/pointers.f90: New file.
2232 * gdb.fortran/print_type.exp: New file.
2233 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2234 * gdb.fortran/vla-type.exp: Likewise.
2235 * gdb.fortran/vla-value.exp: Likewise.
2236 * gdb.mi/mi-vla-fortran.exp: Likewise.
2237
2238 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2241 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2242 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2243 as a stop reason.
2244
2245 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.base/annota1.exp: Update expected results.
2248 * gdb.cp/annota2.exp: Likewise.
2249 * gdb.cp/annota3.exp: Likewise.
2250
2251 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.base/style-logging.exp: Remove path from test name.
2254
2255 2019-06-14 Tom Tromey <tromey@adacore.com>
2256
2257 PR gdb/24502:
2258 * gdb.base/style-logging.exp: New file.
2259
2260 2019-06-14 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.base/symfile-warn.exp: New file.
2263 * gdb.base/symfile-warn.c: New file.
2264
2265 2019-06-14 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.base/annotate-symlink.exp: New file.
2268
2269 2019-06-14 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.ada/set_wstr.exp: Add reassignment test.
2272
2273 2019-06-14 Tom Tromey <tromey@adacore.com>
2274
2275 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2276 'unchecked_access and 'unrestricted_access as well.
2277
2278 2019-06-14 Tom Tromey <tromey@adacore.com>
2279
2280 PR ada/24539:
2281 * gdb.ada/vla.exp: Update tests.
2282 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2283 pragma.
2284
2285 2019-06-13 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/settings.exp (test-integer): Test junk after
2288 "unlimited".
2289
2290 2019-06-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/options.exp (test-thread-apply): New.
2293 (top level): Call it.
2294
2295 2019-06-13 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/options.exp (test-frame-apply): New.
2298 (top level): Test print commands with different "frame apply"
2299 prefixes.
2300
2301 2019-06-13 Pedro Alves <palves@redhat.com>
2302
2303 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2304 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2305 'max_completions' parameter and handle it.
2306 (test_gdb_completion_offers_commands): New.
2307
2308 2019-06-13 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2311
2312 2019-06-13 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.base/options.exp (test-backtrace): New.
2315 (top level): Call it.
2316
2317 2019-06-13 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.guile/scm-frame-args.exp: Use "set print
2320 raw-frame-arguments" instead of "set print raw frame-arguments".
2321 * gdb.python/py-frame-args.exp: Likewise.
2322
2323 2019-06-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.compile/compile.exp: Adjust expected output to option
2326 processing changes.
2327
2328 2019-06-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/options.exp: Build executable.
2331 (test-print): New procedure.
2332 (top level): Call it, once for "print" and another for "compile
2333 print".
2334
2335 2019-06-13 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/options.c: New file.
2338 * gdb.base/options.exp: New file.
2339
2340 2019-06-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2343 that "o" is ambiguous.
2344
2345 2019-06-13 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/settings.c: New file.
2348 * gdb.base/settings.exp: New file.
2349
2350 2019-06-13 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/completion.exp: Fix comment typo.
2353
2354 2019-06-13 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2357 foo --1" test.
2358
2359 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2360
2361 * gdb.fortran/block-data.f: New.
2362 * gdb.fortran/block-data.exp: New.
2363
2364 2019-06-11 Tom de Vries <tdevries@suse.de>
2365
2366 PR testsuite/24521
2367 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2368 message.
2369
2370 2019-06-11 Tom de Vries <tdevries@suse.de>
2371
2372 PR testsuite/24521
2373 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2374
2375 2019-06-11 Tom de Vries <tdevries@suse.de>
2376
2377 * boards/readnow.exp: New file.
2378
2379 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.fortran/vla-sizeof.exp: Update expected results.
2382
2383 2019-06-06 Amos Bird <amosbird@gmail.com>
2384
2385 * gdb.base/annota1.exp (thread_switch): Add test for
2386 thread-exited annotation.
2387
2388 2019-06-06 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.base/maint.exp: Expect command started/finished output.
2391
2392 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2395 comment.
2396 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2397
2398 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2399
2400 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2401 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2402 * gdb.arch/riscv-unwind-long-insn.c: New file.
2403 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2404
2405 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2406
2407 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2408
2409 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * lib/gdb.exp (help_list_trailer): New regexp variable
2412 factorizing the help trailer message.
2413 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2414 arg to allow to better factorize various tests.
2415 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2416 (test_prefix_command_help): Use help_list_trailer.
2417 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2418 * gdb.guile/scm-cmd.exp: Likewise.
2419 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2420 * gdb.base/help.exp: Use test_user_defined_class_help.
2421 * gdb.base/style.exp: Add tests for styling of help and apropos.
2422 * lib/gdb-utils.exp (style): Add title and highlight styles.
2423
2424 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2425
2426 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2427 $_shell_exitsignal.
2428 * gdb.base/default.exp: Update for new convenience variables.
2429
2430 2019-05-29 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2433 to "break complete ada" test case's regexp.
2434
2435 2019-05-29 Tom Tromey <tromey@adacore.com>
2436
2437 PR c++/20020:
2438 * gdb.cp/constexpr-field.exp: New file.
2439 * gdb.cp/constexpr-field.cc: New file.
2440
2441 2019-05-29 Tom Tromey <tromey@adacore.com>
2442
2443 * gdb.base/finish.exp (finish_no_print): New proc.
2444 (finish_tests): Call it.
2445
2446 2019-05-24 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.dwarf2/gdb-add-index.exp: New file.
2449
2450 2019-05-22 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2453 * gdb.base/style.exp: Use "style".
2454 * lib/gdb-utils.exp (style): New proc.
2455
2456 2019-05-22 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.base/align.exp: Require c++11.
2459
2460 2019-05-22 Tom de Vries <tdevries@suse.de>
2461
2462 PR testsuite/24586
2463 * gdb.python/py-mi-var-info-path-expression.exp: Call
2464 mi_skip_python_tests to check if python is supported.
2465
2466 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2467
2468 * gdb.arch/aarch64-pauth.c: New test.
2469 * gdb.arch/aarch64-pauth.exp: New file.
2470
2471 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2472
2473 * README (Re-running Tests Outside The Testsuite): New section.
2474
2475 2019-05-21 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.arch/amd64-eval.exp: Require c++11.
2478 * gdb.base/max-depth.exp: Same.
2479 * gdb.compile/compile-cplus-array-decay.exp: Same.
2480 * gdb.cp/meth-typedefs.exp: Same.
2481 * gdb.cp/subtypes.exp: Same.
2482 * gdb.cp/temargs.exp: Same.
2483
2484 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2485
2486 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2487
2488 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 PR gdb/18644
2491 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2492 * gdb.fortran/printing-types.exp: Add new test.
2493 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2494 testing.
2495 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2496 setup_kfail call.
2497
2498 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2499
2500 * README (Running the Testsuite): Change example.
2501 (Testsuite Parameters): Remove TRANSCRIPT.
2502 * lib/gdb.exp: Remove TRANSCRIPT check.
2503
2504 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2505
2506 * README (Testsuite Parameters): Add replay logging to
2507 GDBSERVER_DEBUG.
2508 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2509 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2510 as a comma separated list.
2511 (gdb_debug_init): Override procedure.
2512
2513 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2514
2515 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2516 (gdb_write_cmd_file): New procedure.
2517 * lib/gdbserver-support.exp (gdbserver_start): Call
2518 gdbserver_write_cmd_file.
2519 (gdbserver_write_cmd_file): New procedure.
2520
2521 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2522
2523 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2524 (delete_breakpoints): Likewise.
2525 (gdb_run_cmd): Likewise.
2526 (gdb_start_cmd): Likewise.
2527 (gdb_starti_cmd): Likewise.
2528 (gdb_internal_error_resync): Likewise.
2529 (gdb_test_multiple): Likewise.
2530 (gdb_reinitialize_dir): Likewise.
2531 (default_gdb_exit): Likewise.
2532 (gdb_file_cmd): Mark kill as optional.
2533 (default_gdb_start): Call gdb_stdin_log_init.
2534 (send_gdb): Call gdb_stdin_log_write.
2535 (rerun_to_main): Mark Y as an answer.
2536 (gdb_stdin_log_init): New function.
2537 (gdb_stdin_log_write): Likewise.
2538
2539 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2540
2541 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2542 * gdb.base/debug-expr.exp: Likewise.
2543 * gdb.base/foll-fork.exp: Likewise.
2544 * gdb.base/foll-vfork.exp: Likewise.
2545 * gdb.base/fork-print-inferior-events.exp: Likewise.
2546 * gdb.base/gdb-sigterm.exp: Likewise.
2547 * gdb.base/gdbinit-history.exp: Likewise.
2548 * gdb.base/osabi.exp: Likewise.
2549 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2550 * gdb.base/ui-redirect.exp: Likewise.
2551 * gdb.gdb/unittest.exp: Likewise.
2552 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2553 * gdb.mi/mi-watch.exp: Likewise.
2554 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2555 * gdb.mi/user-selected-context-sync.exp: Likewise.
2556 * gdb.python/python.exp: Disable debug test when debugging.
2557 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2558 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2559 Likewise.
2560 * gdb.threads/stepi-random-signal.exp: Likewise.
2561
2562 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2563
2564 * Makefile.in: Pass through GDB_DEBUG.
2565 * README (Testsuite Parameters): Add GDB_DEBUG.
2566 (gdb,debug): Add board setting.
2567 * lib/gdb.exp (default_gdb_start): Start debugging.
2568 (gdb_debug_enabled): New procedure.
2569 (gdb_debug_init): Likewise.
2570
2571 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2572
2573 * Makefile.in: Pass through GDB_DEBUG.
2574 * README (Testsuite Parameters): Add GDB_DEBUG.
2575 (gdb,debug): Add board setting.
2576 * lib/gdb.exp (default_gdb_start): Start debugging.
2577 (gdb_debug_enabled): New procedure.
2578 (gdb_debug_init): Likewise.
2579
2580 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2581
2582 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2583
2584 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2585
2586 * gdb.base/ui-redirect.exp: Test redirection.
2587
2588 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2589
2590 * gdb.mi/mi-complete.exp: New file.
2591 * gdb.mi/mi-complete.cc: Likewise.
2592
2593 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2594
2595 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2596 indexed and sliced arrays, and pointers to arrays.
2597
2598 2019-05-14 Tom Tromey <tromey@adacore.com>
2599
2600 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2601 styling test.
2602
2603 2019-05-14 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2606 selection entry encoding.
2607
2608 2019-05-10 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/info_exc.exp: Add "complete" test.
2611
2612 2019-05-09 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2615 CU-relative.
2616
2617 2019-05-09 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2620 CU-relative.
2621
2622 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdb.ada/frame_arg_lang.exp: New testcase.
2625 * gdb.ada/frame_arg_lang/bla.adb: New file.
2626 * gdb.ada/frame_arg_lang/pck.ads: New file.
2627 * gdb.ada/frame_arg_lang/pck.adb: New file.
2628 * gdb.ada/frame_arg_lang/foo.c: New file.
2629
2630 2019-05-08 Tom Tromey <tromey@adacore.com>
2631
2632 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2633
2634 2019-05-08 Tom Tromey <tromey@adacore.com>
2635
2636 * gdb.base/ptype-offsets.exp: Update tests.
2637
2638 2019-05-08 Tom Tromey <tromey@adacore.com>
2639
2640 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2641 cases.
2642 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2643 "short".
2644
2645 2019-05-08 Tom Tromey <tromey@adacore.com>
2646
2647 * gdb.ada/vla.exp: New file.
2648 * gdb.ada/vla/vla.adb: New file.
2649
2650 2019-05-07 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2653
2654 2019-05-07 Tom de Vries <tdevries@suse.de>
2655
2656 PR testsuite/24522
2657 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2658 section.
2659
2660 2019-05-07 Tom de Vries <tdevries@suse.de>
2661
2662 PR testsuite/24522
2663 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2664 .debug_aranges section.
2665
2666 2019-05-07 Tom de Vries <tdevries@suse.de>
2667
2668 PR testsuite/24159
2669 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2670
2671 2019-05-06 Tom de Vries <tdevries@suse.de>
2672
2673 * lib/gdb.exp (exec_has_index_section): New proc.
2674 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2675 section.
2676
2677 2019-05-04 Tom de Vries <tdevries@suse.de>
2678
2679 * boards/cc-with-debug-names.exp: New file.
2680
2681 2019-05-03 Tom Tromey <tromey@adacore.com>
2682
2683 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2684 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2685 * gdb.ada/char_enum.exp: Add test.
2686
2687 2019-05-03 Tom de Vries <tdevries@suse.de>
2688
2689 * boards/cc-with-gdb-index.exp: New file.
2690
2691 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.rust/simple.exp: Add new test case.
2694 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2695 (main): Initialise an instance of the new struct.
2696
2697 2019-05-01 Tom Tromey <tromey@adacore.com>
2698
2699 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2700 record.
2701 (NPR): New variable.
2702 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2703 test.
2704
2705 2019-05-01 Tom Tromey <tromey@adacore.com>
2706
2707 * gdb.ada/packed_array_assign.exp: Add packed assignment
2708 regression test.
2709
2710 2019-05-01 Tom de Vries <tdevries@suse.de>
2711
2712 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2713
2714 2019-05-01 Tom de Vries <tdevries@suse.de>
2715
2716 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2717
2718 2019-04-30 Ali Tamur <tamur@google.com>
2719
2720 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2721
2722 2019-04-30 Tom Tromey <tromey@adacore.com>
2723
2724 * lib/ada.exp (find_ada_tool): New proc.
2725 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2726 * gdb.ada/catch_ex_std.exp: New file.
2727 * gdb.ada/catch_ex_std/foo.adb: New file.
2728 * gdb.ada/catch_ex_std/some_package.adb: New file.
2729 * gdb.ada/catch_ex_std/some_package.ads: New file.
2730
2731 2019-04-30 Tom Tromey <tromey@adacore.com>
2732
2733 PR c++/24470:
2734 * gdb.cp/temargs.cc: Add test code from PR.
2735
2736 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.fortran/vla-datatypes.exp: Update expected results.
2739 * gdb.fortran/vla-ptype.exp: Likewise.
2740 * gdb.fortran/vla-type.exp: Likewise.
2741 * gdb.fortran/vla-value.exp: Likewise.
2742
2743 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.fortran/ptr-indentation.exp: Update expected results.
2746 * gdb.fortran/ptype-on-functions.exp: Likewise.
2747 * gdb.fortran/vla-ptr-info.exp: Likewise.
2748 * gdb.fortran/vla-value.exp: Likewise.
2749
2750 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.fortran/ptype-on-functions.exp: New file.
2753 * gdb.fortran/ptype-on-functions.f90: New file.
2754
2755 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2758 case void string.
2759
2760 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/complex.exp: Expand.
2763 * gdb.fortran/complex.f: Renamed to...
2764 * gdb.fortran/complex.f90: ...this, and extended to add more
2765 complex values.
2766
2767 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2770 MODULO, CMPLX.
2771
2772 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2773 Richard Bunt <richard.bunt@arm.com>
2774
2775 * gdb.base/max-depth.c: New file.
2776 * gdb.base/max-depth.exp: New file.
2777 * gdb.python/py-nested-maps.c: New file.
2778 * gdb.python/py-nested-maps.exp: New file.
2779 * gdb.python/py-nested-maps.py: New file.
2780 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2781 (test_all_common): Call test_max_depth.
2782 * gdb.fortran/max-depth.exp: New file.
2783 * gdb.fortran/max-depth.f90: New file.
2784 * gdb.go/max-depth.exp: New file.
2785 * gdb.go/max-depth.go: New file.
2786 * gdb.modula2/max-depth.exp: New file.
2787 * gdb.modula2/max-depth.c: New file.
2788 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2789
2790 2019-04-29 Tom de Vries <tdevries@suse.de>
2791
2792 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2793
2794 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2795
2796 * gdb.base/callexit.exp: Test may-call-functions off.
2797
2798 2019-04-25 Keith Seitz <keiths@redhat.com>
2799
2800 PR c++/24367
2801 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2802 (another_incomplete_struct, test_incomplete): New definitions.
2803 (main): Use new definitions.
2804 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2805 functions.
2806
2807 2019-04-25 Ali Tamur <tamur@google.com>
2808
2809 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2810
2811 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2812
2813 PR corefiles/11608
2814 PR corefiles/18187
2815 * gdb.base/coredump-filter-build-id.exp: New file.
2816
2817 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2818
2819 * Makefile.in: Pass through GDBSERVER_DEBUG.
2820 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2821 (gdbserver,debug): Add board setting.
2822 * gdb.trace/tspeed.exp: Skip when debugging.
2823 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2824 * lib/gdbserver-support.exp: Likewise
2825
2826 2019-04-24 Tom Tromey <tromey@adacore.com>
2827
2828 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2829 Rust.
2830
2831 2019-04-24 Tom Tromey <tromey@adacore.com>
2832
2833 * gdb.arch/amd64-eval.exp: Test bitfield return.
2834 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2835 (class Foo) <return_bitfields>: New method.
2836 (main): Call it.
2837
2838 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.cp/many-args.cc: New file.
2841 * gdb.cp/many-args.exp: New file.
2842
2843 2019-04-23 Tom de Vries <tdevries@suse.de>
2844
2845 PR gdb/24433
2846 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2847
2848 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2849
2850 * gdb.trace/backtrace.exp: Use nopie flag.
2851 * gdb.trace/circ.exp: Likewise.
2852 * gdb.trace/collection.exp: Likewise.
2853 * gdb.trace/ftrace.exp: Likewise.
2854 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2855 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2856 * gdb.trace/qtro.exp: Likewise.
2857 * gdb.trace/read-memory.exp: Likewise.
2858 * gdb.trace/report.exp: Likewise.
2859 * gdb.trace/tfile.exp: Likewise.
2860 * gdb.trace/tfind.exp: Likewise.
2861 * gdb.trace/unavailable.exp: Likewise.
2862
2863 2019-04-22 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/solib-probes-nosharedlibrary.c,
2866 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2867
2868 2019-04-19 Tom Tromey <tromey@adacore.com>
2869
2870 * gdb.ada/ptype_union.c: New file.
2871 * gdb.ada/ptype_union.exp: New file.
2872
2873 2019-04-19 Tom Tromey <tromey@adacore.com>
2874
2875 PR symtab/24423:
2876 * gdb.base/list0.h (foo): Add a control-l character.
2877
2878 2019-04-18 Tom de Vries <tdevries@suse.de>
2879
2880 PR gdb/24433
2881 * boards/local-board.exp: Set sysroot to "".
2882
2883 2019-04-18 Tom de Vries <tdevries@suse.de>
2884 Pedro Alves <palves@redhat.com>
2885
2886 PR gdb/24454
2887 * gdb.threads/vfork-follow-child-exec.c: New file.
2888 * gdb.threads/vfork-follow-child-exec.exp: New file.
2889 * gdb.threads/vfork-follow-child-exit.c: New file.
2890 * gdb.threads/vfork-follow-child-exit.exp: New file.
2891
2892 2019-04-15 Leszek Swirski <leszeks@google.com>
2893
2894 * gdb.arch/amd64-eval.cc: New file.
2895 * gdb.arch/amd64-eval.exp: New file.
2896
2897 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2898
2899 * gdb.server/sysroot.c: New test.
2900 * gdb.server/sysroot.exp: New file.
2901 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2902 matching param.
2903
2904 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.base/align.exp: Extend test to cover structures containing
2907 only static fields.
2908
2909 2019-04-11 Tom de Vries <tdevries@suse.de>
2910
2911 * boards/cc-with-dwz-m.exp: New file.
2912 * boards/cc-with-dwz.exp: New file.
2913 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2914
2915 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2916
2917 * gdb.base/start-cpp.exp: New file.
2918 * gdb.base/start-cpp.cc: New file.
2919
2920 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2921
2922 * gdb.python/py-thrhandle.exp: Adjust tests to call
2923 thread_from_handle instead of thread_from_thread_handle.
2924
2925 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2926
2927 * gdb.python/py-thrhandle.exp: Add tests for
2928 gdb.InferiorThread.handle.
2929
2930 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.python/py-function.exp: Check calling helper function from
2933 all languages.
2934 * lib/gdb.exp (gdb_supported_languages): New proc.
2935
2936 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.base/complex-parts.c: New file.
2939 * gdb.base/complex-parts.exp: New file.
2940
2941 2019-04-01 Tom Tromey <tromey@adacore.com>
2942
2943 PR symtab/23331:
2944 * gdb.dwarf2/dw2-ranges-main.c: New file.
2945 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2946 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2947
2948 2019-03-30 Simon Marchi <simark@simark.ca>
2949
2950 * gdb.base/default.exp: Add values for $_gdb_major and
2951 $_gdb_minor.
2952
2953 2019-03-29 Tom Tromey <tromey@adacore.com>
2954
2955 * gdb.base/help.exp: Tighten apropos regexp.
2956
2957 2019-03-29 Keith Seitz <keiths@redhat.com>
2958
2959 * gdb.fortran/array-bounds.exp: New file.
2960 * gdb.fortran/array-bounds.f90: New file.
2961
2962 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2963
2964 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2965
2966 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2967
2968 * gdb.multi/hello.c (main): Increase alarm timer.
2969
2970 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2971
2972 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2973 factor when no hardware watchpoint support.
2974
2975 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2976 Pedro Alves <palves@redhat.com>
2977
2978 * boards/local-board.exp: set sysroot to /.
2979
2980 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2981
2982 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2983 in child.
2984
2985 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2988 field.
2989 (make_container): Initialise new field.
2990 * gdb.python/py-prettyprint.exp: Add new tests.
2991 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2992 <display_hint>: New method.
2993
2994 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2997 gdb_continue_to_breakpoint more throughout this test.
2998 (run_lang_tests) Supply unique test names, and use
2999 gdb_test_no_output.
3000
3001 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.base/finish-pretty.exp: Update expected results.
3004 * gdb.base/pretty-print.c: New file.
3005 * gdb.base/pretty-print.exp: New file.
3006
3007 2019-03-25 Pedro Alves <palves@redhat.com>
3008
3009 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3010 move comments outside list. Append '-i "" eof' section.
3011
3012 2019-03-22 Alan Hayward <alan.hayward@arm.com>
3013
3014 PR testsuite/25016
3015 * README: Add pie options.
3016 * gdb.base/break-interp.exp: Ensure pie is disabled.
3017 * gdb.base/dump.exp: Likewise.
3018 * lib/gdb.exp (gdb_compile): Add pie option.
3019
3020 2019-03-19 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.mi/mi2-cli-display.c: New file.
3023 * gdb.mi/mi2-cli-display.exp: New file.
3024
3025 2019-03-18 Joel Brobecker <brobecker@adacore.com>
3026 Tom Tromey <tromey@adacore.com>
3027
3028 * gdb.ada/ptype_array/pck.adb: New file.
3029 * gdb.ada/ptype_array/pck.ads: New file.
3030 * gdb.ada/ptype_array/foo.adb: New file.
3031 * gdb.ada/ptype_array.exp: New file.
3032
3033 2019-03-14 Tom Tromey <tromey@adacore.com>
3034
3035 * gdb.base/style.exp: Add "set style sources" test.
3036
3037 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3040 * mi-breakpoint-multiple-locations.exp: ... this.
3041 (make_breakpoints_pattern): New proc.
3042 (do_test): Add mi_version parameter, test -break-insert,
3043 -break-info and =breakpoint-created.
3044
3045 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * config/default.exp: Remove 'load_lib gdb.exp'.
3048 * config/monitor.exp: Likewise.
3049 * config/sid.exp: Likewise.
3050 * config/sim.exp: Likewise.
3051 * config/slite.exp: Likewise.
3052 * config/unix.exp: Likewise.
3053 * gdb.base/default.exp: Remove unhelpful comment.
3054
3055 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3058
3059 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3060
3061 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3062
3063 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3064
3065 * gdb.fortran/type-kinds.exp: Update expected results.
3066
3067 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3070
3071 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3074 function.
3075 (test_basic_parsing_of_type_kinds): Expand types tested.
3076 (test_parsing_invalid_type_kinds): New function.
3077
3078 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/intrinsics.exp: New file.
3081 * gdb.fortran/intrinsics.f90: New file.
3082 * gdb.fortran/type-kinds.exp: New file.
3083
3084 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.fortran/dot-ops.exp: New file.
3087
3088 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3091 Check upper and lower case logical literals.
3092
3093 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3096 Remove duplicate tests.
3097
3098 2019-03-06 Alan Hayward <alan.hayward@arm.com>
3099
3100 * lib/gdb.exp (builtin_cd): rename of cd.
3101 (cd): Override builtin.
3102
3103 2019-03-06 Richard Bunt <richard.bunt@arm.com>
3104
3105 * gdb.fortran/function-calls.exp: New file.
3106 * gdb.fortran/function-calls.f90: New test.
3107
3108 2019-03-04 Richard Bunt <richard.bunt@arm.com>
3109
3110 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3111 on user program standard output.
3112 * gdb.fortran/short-circuit-argument-list.f90: Record function
3113 calls.
3114
3115 2019-02-28 Alan Hayward <alan.hayward@arm.com>
3116
3117 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3118 failure.
3119
3120 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3121
3122 PR gdb/8527
3123 * gdb.base/interrupt-daemon-attach.c,
3124 gdb.base/interrupt-daemon-attach.exp: New test.
3125
3126 2019-02-27 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.base/page.exp: Add tests for "set width/height -1".
3129
3130 2019-02-27 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/page.exp: Add tests for "set/show width/height" with
3133 "infinite" values.
3134
3135 2019-02-27 Tom Tromey <tromey@adacore.com>
3136
3137 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3138 2.4.
3139 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3140 workaround.
3141
3142 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3145 tests for structs with static members.
3146
3147 2019-02-26 Tom Tromey <tromey@adacore.com>
3148
3149 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3150 ValueError, not TypeError.
3151
3152 2019-02-26 Kevin Buettner <kevinb@redhat.com>
3153
3154 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3155 call from main program.
3156
3157 2019-02-23 Joel Brobecker <brobecker@adacore.com>
3158
3159 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3160 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3161 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3162 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3163 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3164
3165 2019-02-22 Keith Seitz <keiths@redhat.com>
3166
3167 PR symtab/23853
3168 * gdb.base/symlink-sourcefile.c: New file.
3169 * gdb.base/symlink-sourcefile.exp: New file.
3170
3171 2019-02-20 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.base/info_qt.exp: Update.
3174
3175 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3176
3177 * gdb.base/source.exp: Move "error in sourced script" code to
3178 the end.
3179 * gdb.base/source-error.gdb: Move contents to
3180 source-error-1.gdb. Add new code to source source-error-1.gdb.
3181 * gdb.base/source-error-1.gdb: New file, from previous
3182 source-error.gdb.
3183
3184 2019-02-17 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3187 for macro styling.
3188 * gdb.base/style.c (SOME_MACRO): New macro.
3189
3190 2019-02-17 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.base/style.exp: Add line-wrapping tests.
3193 * gdb.base/page.exp: Add test for quitting during pagination.
3194
3195 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.ada/big_packed_array: New testcase.
3198 * gdb.ada/homonym.exp: Fix incorrect expected output for
3199 "break <homonym__get_value>" test.
3200
3201 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3202
3203 PR breakpoints/21870
3204 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3205 and prepare_for_testing. Add comment.
3206 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3207 redundant cleanup call. Clean up comment.
3208
3209 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3210
3211 PR breakpoints/21870
3212 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3213 * gdb.arch/aarch64-dbreg-contents.c: New file.
3214
3215 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.ada/mi_ref_changeable: New testcase.
3218
3219 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3220
3221 * gdb.base/attach.exp: Add double attach test.
3222
3223 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3224
3225 * lib/gdb.exp (default_gdb_start): Don't match pagination
3226 prompt.
3227 (gdb_init): Set stty_init.
3228
3229 2019-01-27 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3232 skip_python_tests.
3233
3234 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3235
3236 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3237 New structure.
3238 (struct struct_static_02_02): Likewise.
3239 (struct struct_static_02_03): Likewise.
3240 (struct struct_static_02_04): Likewise.
3241 (struct struct_static_04_01): Likewise.
3242 (struct struct_static_04_02): Likewise.
3243 (struct struct_static_04_03): Likewise.
3244 (struct struct_static_04_04): Likewise.
3245 (struct struct_static_06_01): Likewise.
3246 (struct struct_static_06_02): Likewise.
3247 (struct struct_static_06_03): Likewise.
3248 (struct struct_static_06_04): Likewise.
3249 (cmp_struct_static_02_01): Likewise.
3250 (cmp_struct_static_02_02): Likewise.
3251 (cmp_struct_static_02_03): Likewise.
3252 (cmp_struct_static_02_04): Likewise.
3253 (cmp_struct_static_04_01): Likewise.
3254 (cmp_struct_static_04_02): Likewise.
3255 (cmp_struct_static_04_03): Likewise.
3256 (cmp_struct_static_04_04): Likewise.
3257 (cmp_struct_static_06_01): Likewise.
3258 (cmp_struct_static_06_02): Likewise.
3259 (cmp_struct_static_06_03): Likewise.
3260 (cmp_struct_static_06_04): Likewise.
3261 (call_all): Test new structs.
3262 * gdb.base/infcall-nested-structs.exp: Likewise.
3263
3264 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3265 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3266
3267 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3268 * gdb.base/stack-protector.c: New test.
3269 * gdb.base/stack-protector.exp: New file.
3270 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3271 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3272 option.
3273 (gdb_compile): Remove stack protector for GCC and prevent
3274 recursion.
3275
3276 2019-01-16 Keith Seitz <keiths@redhat.com>
3277
3278 PR gdb/23773
3279 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3280
3281 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3282
3283 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3284 aliases.
3285 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3286 tests.
3287 * gdb.arch/powerpc-vector-regs.c: New file.
3288 * gdb.arch/powerpc-vector-regs.exp: New file.
3289
3290 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3291
3292 * gdb.arch/altivec-regs.exp: Fix the list passed to
3293 gdb_expect_list when testing "info vector".
3294
3295 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.base/style.exp: Don't include path in testname.
3298
3299 2019-01-10 Keith Seitz <keiths@redhat.com>
3300
3301 PR gdb/23712
3302 PR symtab/23010
3303 * gdb.dwarf2/multidictionary.exp: New file.
3304
3305 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3306
3307 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3308 (test_gnuv3_style_demangling): ... this.
3309 (test_lucid_style_demangling): Remove.
3310 (test_arm_style_demangling): Remove.
3311 (test_hp_style_demangling): Remove.
3312 (do_tests): Remove calls to the above.
3313
3314 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3317 case.
3318
3319 2019-01-06 Tom Tromey <tom@tromey.com>
3320
3321 PR gdb/28155:
3322 * gdb.dwarf2/typedef-void-finish.exp: New file.
3323
3324 2018-12-28 Tom Tromey <tom@tromey.com>
3325 Simon Marchi <simark@simark.ca>
3326
3327 * gdb.base/jit-exec.exp: New file.
3328 * gdb.base/jit-exec.c: New file.
3329 * gdb.base/jit-execd.c: New file.
3330
3331 2018-12-28 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.base/style.exp: Update test to check for address styling.
3334
3335 2018-12-28 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3338 message.
3339
3340 2018-12-28 Tom Tromey <tom@tromey.com>
3341
3342 * gdb.base/style.exp: Add test for version number styling.
3343
3344 2018-12-28 Tom Tromey <tom@tromey.com>
3345
3346 * gdb.base/style.exp: Add test for print_address_symbolic.
3347
3348 2018-12-28 Tom Tromey <tom@tromey.com>
3349
3350 * gdb.base/style.exp: Add test for breakpoint setting.
3351
3352 2018-12-28 Tom Tromey <tom@tromey.com>
3353
3354 * gdb.base/style.exp: Add test for variable names.
3355
3356 2018-12-28 Tom Tromey <tom@tromey.com>
3357
3358 * gdb.base/style.exp: New file.
3359 * gdb.base/style.c: New file.
3360
3361 2018-12-28 Tom Tromey <tom@tromey.com>
3362
3363 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3364 "dumb".
3365 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3366 the TERM environment variable.
3367
3368 2018-12-27 Tom Tromey <tom@tromey.com>
3369
3370 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3371 pagination test.
3372
3373 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3376 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3377
3378 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3379
3380 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3381 Filename a.adb changed to bp_fun_addr.adb.
3382 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3383
3384 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3385
3386 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3387 non-PIE executables.
3388 * README: Mention the gdb,nopie_flag board setting.
3389 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3390 non-PIE executable.
3391 * gdb.arch/amd64-entry-value.exp: Likewise.
3392 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3393 * gdb.arch/i386-float.exp: Likewise.
3394 * gdb.arch/i386-signal.exp: Likewise.
3395 * gdb.mi/mi-reg-undefined.exp: Likewise.
3396
3397 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3398
3399 PR gdb/23974
3400 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3401
3402 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3403
3404 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3405 Update order of results accordingly.
3406
3407 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.base/annota1.exp: Update a test regexp.
3410
3411 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3414
3415 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3416
3417 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3418 (reuse_time): Initialize to REUSE_TIME_CAP.
3419 (check_rc): New function.
3420 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3421 Check pthread_create rc.
3422 (spawner_thread_func): Check pthread_create and pthread_join rc.
3423
3424 2018-12-08 Pedro Alves <palves@redhat.com>
3425
3426 * gdb.base/list.exp (test_forward_search): Rename to ...
3427 (test_forward_reverse_search): ... this. Also test reverse-search
3428 and the forward-search alias.
3429
3430 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3433 local timeout variable before return, and remove all local timeout
3434 variable entirely.
3435 (gdb_load): Likewise.
3436
3437 2018-12-01 Tom de Vries <tdevries@suse.de>
3438
3439 * gdb.base/gdb-caching-proc.exp: New file.
3440
3441 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3442
3443 * Makefile.in (TIMESTAMP): New variable.
3444 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3445 command.
3446 (check-single-racy): Likewise.
3447 (check/%.exp): Likewise.
3448 (check-racy/%.exp): Likewise.
3449 (workers/%.worker): Likewise.
3450 (build-perf): Likewise.
3451 (check-perf): Likewise.
3452 * README: Describe new "TS" and "TS_FORMAT" variables.
3453 * print-ts.py: New file.
3454
3455 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3456
3457 PR python/23714
3458 * gdb.python/python.exp: Test command repetition after
3459 gdb.execute.
3460
3461 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3464 is correctly aligned.
3465
3466 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3467
3468 * gdb.ada/info_auto_lang.exp: New testcase.
3469 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3470 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3471 * gdb.ada/info_auto_lang/some_c.c: New file.
3472
3473 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3476 FUNC_lang language syntax.
3477
3478 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3479
3480 * gdb.base/info_minsym.c: New file.
3481 * gdb.base/info_minsym.exp: New file.
3482
3483 2018-11-19 Tom Tromey <tom@tromey.com>
3484
3485 PR rust/23625:
3486 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3487 * gdb.rust/expr.exp: Update expected output. Change one test.
3488
3489 2018-11-19 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3492
3493 2018-11-19 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3496 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3497 see the expected warning.
3498
3499 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3500
3501 PR gdb/22736:
3502 * gdb.cp/infcall-nodebug-lib.c: New test.
3503 * gdb.cp/infcall-nodebug-main.c: New test.
3504 * gdb.cp/infcall-nodebug.exp: New file.
3505
3506 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3507
3508 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3509 completer tests.
3510
3511 2018-11-09 Tom de Vries <tdevries@suse.de>
3512
3513 * gdb.base/msym-lang.c: New test.
3514 * gdb.base/msym-lang.exp: New file.
3515 * gdb.base/msym-lang-main.c: New test.
3516
3517 2018-11-08 Tom Tromey <tom@tromey.com>
3518
3519 PR gdb/23555:
3520 PR gdb/23838:
3521 * gdb.base/warning.exp: New file.
3522
3523 2018-11-08 Jan Beulich <jbeulich@suse.com>
3524
3525 * testsuite/gdb.arch/i386-avx512.c,
3526 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3527
3528 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3531 point hardware.
3532
3533 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3536 * gdb.dwarf2/missing-type-name.exp: New file.
3537
3538 2018-11-06 Tom de Vries <tdevries@suse.de>
3539
3540 * gdb.base/many-headers.c: New test.
3541 * gdb.base/many-headers.exp: New file.
3542
3543 2018-11-06 Jim Wilson <jimw@sifive.com>
3544
3545 * gdb.base/code_elim.exp: For riscv, set additional_flags
3546 to include -msmall-data-limit=0.
3547
3548 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdb.ada/watch_minus_l: New testcase.
3551
3552 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3553
3554 * gdb.arch/aix-sighandle.c: New file.
3555 * gdb.arch/aix-sighandle.exp: New file.
3556
3557 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3560 registers being unions.
3561
3562 2018-10-31 Tom de Vries <tdevries@suse.de>
3563
3564 * lib/valgrind.exp: New file.
3565 (vgdb_start, vgdb_stop): New procs, factored out of ...
3566 * gdb.base/valgrind-bt.exp: ... here, ...
3567 * gdb.base/valgrind-disp-step.exp: ... here and ...
3568 * gdb.base/valgrind-infcall.exp: ... here.
3569
3570 2018-10-31 Tom de Vries <tdevries@suse.de>
3571
3572 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3573
3574 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.dwarf2/void-type.c: New file.
3577 * gdb.dwarf2/void-type.exp: New file.
3578
3579 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3580
3581 * gdb.base/info_qt.c: New file.
3582 * gdb.base/info_qt.exp: New file.
3583
3584 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3585
3586 * gdb.arch/powerpc-htm-regs.c: New file.
3587 * gdb.arch/powerpc-htm-regs.exp: New file.
3588
3589 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3590
3591 * gdb.arch/powerpc-tar.c: New file.
3592 * gdb.arch/powerpc-tar.exp: New file.
3593
3594 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3595
3596 * gdb.arch/powerpc-ppr-dscr.c: New file.
3597 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3598
3599 2018-10-25 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3602
3603 2018-10-24 Tom de Vries <tdevries@suse.de>
3604
3605 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3606 longer exists error.
3607
3608 2018-10-24 Tom de Vries <tdevries@suse.de>
3609
3610 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3611
3612 2018-10-24 Tom de Vries <tdevries@suse.de>
3613
3614 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3615 --db-attach in valgrind.
3616
3617 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3618
3619 * gdb.arch/riscv-reg-aliases.c: New file.
3620 * gdb.arch/riscv-reg-aliases.exp: New file.
3621
3622 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3623
3624 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3625
3626 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3627
3628 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3629
3630 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3631
3632 * gdb.cp/ovldbreak.exp: Fix regexps.
3633
3634 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3635
3636 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3637
3638 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3639
3640 PR cli/23785
3641 * gdb.base/restore.exp: New test to check if "restore" with an
3642 invalid file doesn't segfault.
3643
3644 2018-10-18 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3647 * gdb.ada/excep_handle.exp: Same.
3648 * gdb.ada/mi_string_access.exp: Same.
3649 * gdb.ada/mi_var_union.exp: Same.
3650 * gdb.arch/arc-analyze-prologue.exp: Same.
3651 * gdb.arch/arc-decode-insn.exp: Same.
3652 * gdb.base/readnever.exp: Same.
3653 * gdb.fortran/printing-types.exp: Same.
3654 * gdb.guile/scm-lazy-string.exp: Same.
3655
3656 2018-10-16 Tom de Vries <tdevries@suse.de>
3657
3658 PR gdb/23730
3659 * gdb.base/catch-follow-exec.c: Add copyright notice.
3660 * gdb.base/catch-follow-exec.exp: Rewrite to use
3661 gdb_spawn_with_cmdline_opts. Require gdb-native.
3662
3663 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3664
3665 * gdb.trace/actions-changed.exp: Check for arch support.
3666 * gdb.trace/actions.exp: Likewise.
3667 * gdb.trace/ax.exp: Likewise.
3668 * gdb.trace/backtrace.exp: Likewise.
3669 * gdb.trace/change-loc.exp: Likewise.
3670 * gdb.trace/deltrace.exp: Likewise.
3671 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3672 * gdb.trace/ftrace.exp: Likewise.
3673 * gdb.trace/infotrace.exp: Check for arch support.
3674 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3675 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3676 * gdb.trace/mi-tsv-changed.exp: Likewise.
3677 * gdb.trace/packetlen.exp: Likewise.
3678 * gdb.trace/passc-dyn.exp: Likewise.
3679 * gdb.trace/passcount.exp: Likewise.
3680 * gdb.trace/pending.exp: Likewise.
3681 * gdb.trace/range-stepping.exp: Check for shlib support.
3682 * gdb.trace/report.exp: Check for arch support.
3683 * gdb.trace/save-trace.exp: Likewise.
3684 * gdb.trace/signal.exp: Check for signal support.
3685 * gdb.trace/tfind.exp: Check for arch support.
3686 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3687 * gdb.trace/trace-common.h: Add comment.
3688 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3689 * gdb.trace/trace-enable-disable.exp: Likewise.
3690 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3691 * gdb.trace/tracecmd.exp: Check for arch support.
3692 * gdb.trace/tspeed.exp: Check for shlib and target support.
3693 * gdb.trace/tstatus.exp: Check for arch support.
3694 * gdb.trace/tsv.exp: Likewise.
3695 * gdb.trace/while-dyn.exp: Likewise.
3696 * gdb.trace/while-stepping.exp: Likewise.
3697 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3698
3699 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3700
3701 * gdb.trace/tspeed.exp: Remove nowarnings.
3702 (prepare_for_trace_test): Declare "global ipalib".
3703 * gdb.trace/tspeed.c: Include unistd.h.
3704 (main): Remove superfluous printf argument.
3705
3706 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3707
3708 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3709 directory prefix on the filename.
3710
3711 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3712
3713 * gdb.gdb/unittest.exp: Update expected message informing that
3714 selftests have been disabled.
3715 * gdb.server/unittest.exp: Likewise.
3716
3717 2018-10-09 Tom de Vries <tdevries@suse.de>
3718
3719 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3720 with runto_main.
3721
3722 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3723
3724 PR c++/16841
3725 * gdb.cp/virtbase2.cc: New file.
3726 * gdb.cp/virtbase2.exp: New file.
3727
3728 2018-10-06 Tom Tromey <tom@tromey.com>
3729
3730 PR python/19399:
3731 * gdb.python/py-inferior.exp: Add architecture test.
3732
3733 2018-10-06 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3736 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3737
3738 2018-10-06 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3741 of a "throw" catchpoint.
3742
3743 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3744
3745 * gdb.base/info-proc.exp: Update string expected from "help info
3746 proc".
3747
3748 2018-10-04 Tom Tromey <tom@tromey.com>
3749
3750 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3751 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3752 (test_initial_complaints, test_empty_complaints): Update.
3753 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3754
3755 2018-10-04 Tom Tromey <tom@tromey.com>
3756
3757 PR cli/19551:
3758 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3759 * lib/gdb.exp (gdb_file_cmd): Update.
3760 * gdb.stabs/weird.exp (print_weird_var): Update.
3761 * gdb.server/solib-list.exp: Update.
3762 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3763 * gdb.mi/mi-cli.exp: Update.
3764 * gdb.linespec/linespec.exp: Update.
3765 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3766 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3767 * gdb.cp/cp-relocate.exp: Update.
3768 * gdb.base/sym-file.exp: Update.
3769 * gdb.base/relocate.exp: Update.
3770 * gdb.base/readnever.exp: Update.
3771 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3772 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3773 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3774 * gdb.base/code_elim.exp: Update.
3775 * gdb.base/break-unload-file.exp (test_break): Update.
3776 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3777 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3778 Update.
3779 * gdb.base/attach.exp (do_attach_tests): Update.
3780 * gdb.base/sepdebug.exp: Update.
3781 * gdb.python/py-section-script.exp: Update.
3782
3783 2018-10-04 Tom Tromey <tom@tromey.com>
3784
3785 PR cli/22234:
3786 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3787 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3788 output.
3789
3790 2018-10-04 Tom Tromey <tom@tromey.com>
3791
3792 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3793 set width and height to 0.
3794 (test_command_line_attach_run): Use -quiet.
3795
3796 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3797
3798 * lib/gdb.exp (skip_ifunc_tests): New.
3799 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3800 other compile failures.
3801 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3802
3803 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3806 is_amd64_regs_target.
3807
3808 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3809
3810 * gdb.arch/aarch64-sighandler-regs.c: New test.
3811 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3812 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3813
3814 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3815
3816 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3817 assembly.
3818
3819 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.base/frame-selection.exp: New file.
3822 * gdb.base/frame-selection.c: New file.
3823
3824 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3827 pthread barrier.
3828 (main): Likewise.
3829
3830 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/large-frame-1.c: New file.
3833 * gdb.base/large-frame-2.c: New file.
3834 * gdb.base/large-frame.exp: New file.
3835 * gdb.base/large-frame.h: New file.
3836
3837 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3838
3839 PR gdb/20948
3840 * gdb.base/write_mem.exp: New test.
3841 * gdb.base/write_mem.c: Likewise.
3842
3843 2018-09-23 Tom Tromey <tom@tromey.com>
3844
3845 PR python/18852:
3846 * gdb.python/py-parameter.exp: Add test for parameter that throws
3847 on "set".
3848
3849 2018-09-23 Tom Tromey <tom@tromey.com>
3850
3851 PR python/17284:
3852 * gdb.python/py-template.exp (test_template_arg): Add test for
3853 negative template argument number.
3854
3855 2018-09-23 Tom Tromey <tom@tromey.com>
3856
3857 PR python/14062:
3858 * gdb.python/python.exp: Add test for post_event error.
3859
3860 2018-09-23 Tom Tromey <tom@tromey.com>
3861
3862 PR python/18170:
3863 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3864 convert pointers to int and long.
3865
3866 2018-09-23 Tom Tromey <tom@tromey.com>
3867
3868 PR python/20126:
3869 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3870 signed-ness conversion tests.
3871
3872 2018-09-23 Tom Tromey <tom@tromey.com>
3873
3874 PR python/18352;
3875 * gdb.python/py-value.exp (test_float_conversion): New proc.
3876 Use it.
3877
3878 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3879
3880 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3881
3882 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3883
3884 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3885 no readline.
3886 * gdb.base/utf8-identifiers.exp: Likewise.
3887 * gdb.cp/cpcompletion.exp: Likewise.
3888 * gdb.linespec/cpcompletion.exp: Likewise.
3889 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3890 * gdb.linespec/cpls-ops.exp: Likewise.
3891
3892 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3893 Chris January <chris.january@arm.com>
3894
3895 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3896 * gdb.fortran/short-circuit-argument-list.exp: New file.
3897 * gdb.fortran/short-circuit-argument-list.f90: New test.
3898
3899 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3900
3901 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3902 "arch=" keyword when executing "-stack-list-frames".
3903
3904 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3905
3906 * gdb.arch/amd64-invalid-stack-middle.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.ada/complete.exp: Expect for "@" when doing "complete
3912 break ada".
3913
3914 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3915
3916 PR python/23669
3917 * gdb.python/python.exp: Test gdb.execute("show commands").
3918
3919 2018-09-16 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.base/new-ui.exp (do_execution_tests): Update.
3922 * gdb.base/dbx.exp (test_breakpoints): Update.
3923
3924 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3925
3926 * lib/gdb.exp (gdb_simple_compile): Add proc.
3927 (is_elf_target): Use gdb_simple_compile.
3928 (skip_altivec_tests): Likewise.
3929 (skip_vsx_tests): Likewise.
3930 (skip_tsx_tests): Likewise.
3931 (skip_btrace_tests): Likewise.
3932 (skip_btrace_pt_tests): Likewise.
3933 (gdb_can_simple_compile): Likewise.
3934 (gdb_has_argv0): Likewise.
3935 (gdb_target_symbol_prefix): Likewise.
3936 (target_supports_scheduler_locking): Likewise.
3937
3938 2018-09-13 Tom Tromey <tom@tromey.com>
3939
3940 * Makefile.in (TAGS): Recognize proc_with_prefix and
3941 gdb_caching_proc.
3942
3943 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3946 method.
3947
3948 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3949
3950 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3951 and a few other Inferior properties when the Inferior is no
3952 longer valid.
3953
3954 2018-09-13 Tom Tromey <tom@tromey.com>
3955
3956 PR rust/23650:
3957 * gdb.rust/simple.exp: Add test for enum field access error.
3958
3959 2018-09-13 Tom Tromey <tom@tromey.com>
3960
3961 PR rust/23626:
3962 * gdb.rust/simple.rs (EmptyEnum): New type.
3963 (main): Use it.
3964 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3965
3966 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3967
3968 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3969 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3970 * gdb.python/py-symtab.exp: Update test printing an objfile.
3971
3972 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3973
3974 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3975 object.
3976
3977 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3978
3979 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3980 (support_complex_tests): Use gdb_can_simple_compile.
3981 (is_ilp32_target): Likewise.
3982 (is_lp64_target): Likewise.
3983 (is_64_target): Likewise.
3984 (is_amd64_regs_target): Likewise.
3985 (is_aarch32_target): Likewise.
3986 (gdb_int128_helper): Likewise.
3987
3988 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3989
3990 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3991
3992 2018-09-10 Jerome Guitton <guitton@adacore.com>
3993
3994 * gdb.ada/same_component_name: Add test for case of tagged record
3995 with variable-length fields.
3996
3997 2018-09-10 Xavier Roirand <roirand@adacore.com>
3998
3999 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4000 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4001 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4002 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4003
4004 2018-09-10 Xavier Roirand <roirand@adacore.com>
4005
4006 * gdb.ada/mi_string_access.exp: New testcase.
4007 * gdb.ada/mi_string_access/bar.adb: New file.
4008 * gdb.ada/mi_string_access/pck.adb: New file.
4009 * gdb.ada/mi_string_access/pck.asd: New file.
4010
4011 2018-09-10 Xavier Roirand <roirand@adacore.com>
4012
4013 * gdb.ada/mi_var_union.exp: New testcase.
4014 * gdb.ada/mi_var_union/bar.adb: New file.
4015 * gdb.ada/mi_var_union/pck.adb: New file.
4016 * gdb.ada/mi_var_union/pck.asd: New file.
4017
4018 2018-09-08 Tom Tromey <tom@tromey.com>
4019
4020 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4021
4022 2018-09-08 Tom Tromey <tom@tromey.com>
4023
4024 PR python/16047:
4025 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4026 (register_pretty_printers): Register new printer.
4027 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4028 test.
4029 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4030 (an_int_type3): New global.
4031
4032 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4033
4034 * gdb.ada/expr_with_funcall: New testcase.
4035
4036 2018-09-08 Joel Brobecker <brobecker@adacore.com>
4037
4038 * gdb.ada/packed_array_assign: New testcase.
4039
4040 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4043 names, and add test prefixes to make test names unique.
4044
4045 2018-09-05 Tom de Vries <tdevries@suse.de>
4046
4047 * gdb.dwarf2/varval.exp: Add test.
4048
4049 2018-09-04 Gary Benson <gbenson@redhat.com>
4050
4051 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4052 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4053
4054 2018-08-31 Tom Tromey <tom@tromey.com>
4055
4056 * gdb.rust/simple.rs: Rename second variable "v".
4057
4058 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 * gdb.base/funcargs.c (use_a): New function.
4061 (recurse): Call use_a.
4062
4063 2018-08-29 Keith Seitz <keiths@redhat.com>
4064
4065 * gdb.compile/compile-cplus-anonymous.cc: New file.
4066 * gdb.compile/compile-cplus-anonymous.exp: New file.
4067 * gdb.compile/compile-cplus-array-decay.cc: New file.
4068 * gdb.compile/compile-cplus-array-decay.exp: New file.
4069 * gdb.compile/compile-cplus-inherit.cc: New file.
4070 * gdb.compile/compile-cplus-inherit.exp: New file.
4071 * gdb.compile/compile-cplus-member.cc: New file.
4072 * gdb.compile/compile-cplus-member.exp: New file.
4073 * gdb.compile/compile-cplus-method.cc: New file.
4074 * gdb.compile/compile-cplus-method.exp: New file.
4075 * gdb.compile/compile-cplus-mod.c: "New" file.
4076 * gdb.compile/compile-cplus-namespace.cc: New file.
4077 * gdb.compile/compile-cplus-namespace.exp: New file.
4078 * gdb.compile/compile-cplus-nested.cc: New file.
4079 * gdb.compile/compile-cplus-nested.exp: New file.
4080 * gdb.compile/compile-cplus-print.c: "New" file.
4081 * gdb.compile/compile-cplus-print.exp: "New" file.
4082 * gdb.compile/compile-cplus-virtual.cc: New file.
4083 * gdb.compile/compile-cplus-virtual.exp: New file.
4084 * gdb.compile/compile-cplus.c: "New" file.
4085 * gdb.compile/compile-cplus.exp: "New" file.
4086 * lib/compile-support.exp: New file.
4087
4088 2018-08-16 Gary Benson <gbenson@redhat.com>
4089
4090 PR gdb/13000:
4091 * gdb.base/batch-exit-status.exp: New file.
4092 * gdb.base/batch-exit-status.good-commands: Likewise.
4093 * gdb.base/batch-exit-status.bad-commands: Likewise.
4094
4095 2018-08-29 Alan Hayward <alan.hayward@arm.com>
4096
4097 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4098 (struct struct02): Likewise.
4099 (struct struct03): Likewise.
4100 (struct struct04): Likewise.
4101 (struct struct_01_01): New struct.
4102 (struct struct_01_02): Likewise.
4103 (struct struct_01_03): Likewise.
4104 (struct struct_01_04): Likewise.
4105 (struct struct_02_01): Likewise.
4106 (struct struct_02_02): Likewise.
4107 (struct struct_02_03): Likewise.
4108 (struct struct_02_04): Likewise.
4109 (struct struct_04_01): Likewise.
4110 (struct struct_04_02): Likewise.
4111 (struct struct_04_03): Likewise.
4112 (struct struct_04_04): Likewise.
4113 (struct struct_05_01): Likewise.
4114 (struct struct_05_02): Likewise.
4115 (struct struct_05_03): Likewise.
4116 (struct struct_05_04): Likewise.
4117 (cmp_struct01): Remove function.
4118 (cmp_struct02): Likewise.
4119 (cmp_struct03): Likewise.
4120 (cmp_struct04): Likewise.
4121 (cmp_struct_01_01): Add Function.
4122 (cmp_struct_01_02): Likewise.
4123 (cmp_struct_01_03): Likewise.
4124 (cmp_struct_01_04): Likewise.
4125 (cmp_struct_02_01): Likewise.
4126 (cmp_struct_02_02): Likewise.
4127 (cmp_struct_02_03): Likewise.
4128 (cmp_struct_02_04): Likewise.
4129 (cmp_struct_04_01): Likewise.
4130 (cmp_struct_04_02): Likewise.
4131 (cmp_struct_04_03): Likewise.
4132 (cmp_struct_04_04): Likewise.
4133 (cmp_struct_05_01): Likewise.
4134 (cmp_struct_05_02): Likewise.
4135 (cmp_struct_05_03): Likewise.
4136 (cmp_struct_05_04): Likewise.
4137 (call_all): Add new structs.
4138 * gdb.base/infcall-nested-structs.exp: Likewise.
4139
4140 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4141
4142 * gdb.python/py-framefilter-mi.exp: Update regexp to
4143 check for "arch" field in frame output.
4144
4145 2018-08-23 Kevin Buettner <kevinb@redhat.com>
4146
4147 * gdb.dwarf2/dw2-ranges-func.c: New file.
4148 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4149
4150 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4151
4152 * gdb.base/term.exp: Compare terminal settings with values from
4153 the inferior.
4154 * gdb.base/term.c: Get and set terminal settings.
4155
4156 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4157
4158 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4159 accommodate new "arch" field in frame output.
4160 * gdb.mi/mi-return.exp: Likewise.
4161 * gdb.mi/mi-stack.exp: Likewise.
4162 * gdb.mi/mi-syn-frame.exp: Likewise.
4163 * gdb.mi/user-selected-context-sync.exp: Likewise.
4164
4165 2018-08-19 Michael Spang <spang@google.com>
4166
4167 PR gdb/11786
4168 * gdb.base/gcore-tls-pie.c: New file.
4169 * gdb.base/gcore-tls-pie.exp: New file.
4170
4171 2018-08-18 Kevin Buettner <kevinb@redhat.com>
4172
4173 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4174 * gdb.dwarf2/varval.c: New file.
4175 * gdb.dwarf2/varval.exp: New file.
4176
4177 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4178
4179 PR gdb/18931
4180 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4181
4182 2018-08-16 Keith Seitz <keiths@redhat.com>
4183
4184 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4185 tests expected to pass.
4186
4187 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4188
4189 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4190 -data-disassemble -a.
4191 (test_disassembly_bogus_args): Likewise.
4192
4193 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4196
4197 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.base/vla-optimized-out.exp: Add new test.
4200
4201 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.base/vla-optimized-out-o3.exp: Delete.
4204 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4205 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4206 deleted tests.
4207
4208 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 PR gdb/18050:
4211 * gdb.server/extended-remote-restart.c: New file.
4212 * gdb.server/extended-remote-restart.exp: New file.
4213
4214 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4215
4216 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4217 "set variable index = 42".
4218
4219 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4220
4221 * boards/index-cache-gdb.exp: New file.
4222 * gdb.dwarf2/index-cache.exp: New file.
4223 * gdb.dwarf2/index-cache.c: New file.
4224 * gdb.base/maint.exp: Check if we are using the index cache.
4225
4226 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4227
4228 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4229 MAKEFLAGS.
4230
4231 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4232
4233 * dg-extract-results.sh: Move to toplevel contrib.
4234 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4235 * Makefile.in (check-parallel-racy): Likewise.
4236
4237 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4240 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4241 tests if the target supports scheduler locking.
4242
4243 2018-08-04 Tom de Vries <tdevries@suse.de>
4244
4245 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4246
4247 2018-08-02 Tom Tromey <tom@tromey.com>
4248
4249 PR symtab/16842.
4250 * gdb.cp/temargs.exp: Test "info address" of a template
4251 parameter.
4252
4253 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4254
4255 * gdb.python/py-mi-var-info-path-expression.c: New file.
4256 * gdb.python/py-mi-var-info-path-expression.py: New file.
4257 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4258
4259 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4260
4261 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4262 error after "cannot resolve name" string.
4263
4264 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4267 started.
4268 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4269
4270 2018-07-28 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4273
4274 2018-07-26 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4277
4278 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4279
4280 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4281 is visible.
4282
4283 2018-07-26 Tom de Vries <tdevries@suse.de>
4284
4285 PR breakpoints/23366
4286 * gdb.base/catch-follow-exec.c: New test.
4287 * gdb.base/catch-follow-exec.exp: New file.
4288
4289 2018-07-25 Tom de Vries <tdevries@suse.de>
4290
4291 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4292 vla-optimized-out.c.
4293
4294 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4295
4296 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4297 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4298
4299 2018-07-20 Tom de Vries <tdevries@suse.de>
4300
4301 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4302 NOCLONE macro.
4303 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4304
4305 2018-07-19 Tom de Vries <tdevries@suse.de>
4306
4307 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4308 regular expression.
4309
4310 2018-07-18 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.base/vla-optimized-out.c: New test.
4313 * gdb.base/vla-optimized-out.exp: New file.
4314
4315 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4316
4317 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4318 message "No address associated with hostname" when gdbserver
4319 cannot resolve the hostname.
4320
4321 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4322
4323 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4324 Add some test prefixes to make tests unique.
4325
4326 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4327
4328 * gdb.base/frameapply.c: New file.
4329 * gdb.base/frameapply.exp: New file.
4330
4331 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4332
4333 * gdb.base/skip.exp: Update expected error message.
4334
4335 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4336 Jan Kratochvil <jan.kratochvil@redhat.com>
4337 Paul Fertser <fercerpav@gmail.com>
4338 Tsutomu Seki <sekiriki@gmail.com>
4339
4340 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4341 parameter.
4342 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4343 by default.
4344 * boards/native-gdbserver.exp: Likewise.
4345 * gdb.server/run-without-local-binary.exp: Improve regexp used
4346 for detecting when a remote debugging connection succeeds.
4347 * gdb.server/server-connect.exp: New file.
4348 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4349 Do not prefix the port number with ":".
4350 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4351 support for detecting and using it. Add '$debughost_gdbserver'
4352 to the list of arguments used to start gdbserver. Handle case
4353 when gdbserver cannot resolve a network name.
4354
4355 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4356
4357 PR c++/23373
4358 * gdb.base/ptype-offsets.cc (struct static_member): New
4359 struct.
4360 (main) <stmember>: New variable.
4361 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4362 with a static member in it.
4363
4364 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4367 watchpoints enabled and disabled.
4368
4369 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * gdb.base/examine-backward.exp: Still run tests around address
4372 0x0, even if address 0x0 is not readable. Update the pattern for
4373 matching address 0x0 in expected output.
4374
4375 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4378 malloc/free.
4379
4380 2018-07-04 Tom de Vries <tdevries@suse.de>
4381
4382 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4383
4384 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4385
4386 PR tdep/8282
4387 * gdb.arch/mips-disassembler-options.exp: New test.
4388 * gdb.arch/mips-disassembler-options.s: New test source.
4389
4390 2018-06-29 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.threads/names.exp: Adjust expected "info threads" output.
4393
4394 2018-06-29 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.opt/inline-break.exp (line number, address): Add "info
4397 break" tests.
4398
4399 2018-06-29 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4402 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4403 number and address and running to them.
4404
4405 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4406
4407 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4408
4409 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4410
4411 * lib/compiler.c: Remove executable permission flag.
4412
4413 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4414
4415 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4416 code.
4417 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4418
4419 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4420
4421 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4422
4423 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4424
4425 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4426 address argument is omitted.
4427
4428 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4429
4430 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4431
4432 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4433
4434 PR gdb/21695
4435 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4436 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4437
4438 2018-06-26 Tom Tromey <tom@tromey.com>
4439
4440 PR rust/22574:
4441 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4442 * gdb.rust/simple.rs (struct SimpleLayout): New.
4443
4444 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4445
4446 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4447 "info registers" output.
4448
4449 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4450
4451 * gdb.base/watchpoint-hw-attach.c: New test.
4452 * gdb.base/watchpoint-hw-attach.exp: New file.
4453
4454 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4455
4456 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4457 through /bin/sh.
4458 * boards/dwarf4-gdb-index.exp: Likewise.
4459 * boards/fission-dwp.exp: Likewise.
4460
4461 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4462
4463 * gdb.base/float128.exp: Add comment and improved fail message
4464 to the failure case of "print large128" test.
4465
4466 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * configure.ac: Remove AC_PREREQ.
4469 * configure: Re-generate.
4470
4471 2018-06-19 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4474 (func_extern_caller): New.
4475 (main): Call func_extern_caller.
4476 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4477 logic change.
4478
4479 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4480
4481 PR gdb/16841
4482 * gdb.cp/typedef-base.cc: New file.
4483 * gdb.cp/typedef-base.exp: New file.
4484
4485 2018-06-18 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4488
4489 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4490 Richard Bunt <Richard.Bunt@arm.com>
4491
4492 * gdb.threads/attach-slow-waitpid.c: New file.
4493 * gdb.threads/attach-slow-waitpid.exp: New file.
4494 * gdb.threads/slow-waitpid.c: New file.
4495
4496 2018-06-14 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/fork-running-state.c: Include <errno.h>.
4499 (exit_if_relative_exits): New.
4500 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4501 exits.
4502 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4503 child exits.
4504
4505 2018-06-14 Tom de Vries <tdevries@suse.de>
4506
4507 PR cli/22573
4508 * gdb.base/finish-pretty.c: New test.
4509 * gdb.base/finish-pretty.exp: New file.
4510
4511 2018-06-14 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4514 gdb's expected startup output.
4515
4516 2018-06-14 Pedro Alves <palves@redhat.com>
4517
4518 * lib/selftest-support.exp (selftest_setup): Remove inlined
4519 function handling.
4520
4521 2018-06-14 Tom de Vries <tdevries@suse.de>
4522
4523 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4524 matching of breakpoint printing.
4525
4526 2018-06-13 Tom de Vries <tdevries@suse.de>
4527
4528 PR testsuite/23269
4529 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4530 (fork_child): ... here, and ...
4531 (fork_parent): ... here.
4532
4533 2018-06-12 Tom de Vries <tdevries@suse.de>
4534
4535 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4536
4537 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4538 Stephen Roberts <stephen.roberts@arm.com>
4539
4540 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4541 rewrite test to describe action performed, rather than possible
4542 failure.
4543
4544 2018-06-08 Gary Benson <gbenson@redhat.com>
4545
4546 * gdb.threads/check-libthread-db.exp: New file.
4547 * gdb.threads/check-libthread-db.c: Likewise.
4548
4549 2018-06-05 Tom Tromey <tom@tromey.com>
4550
4551 * gdb.base/default.exp: Update expected "show version" output.
4552
4553 2018-06-05 Tom Tromey <tom@tromey.com>
4554
4555 PR cli/12326:
4556 * gdb.cp/static-print-quit.exp: Update.
4557 * lib/gdb.exp (pagination_prompt): Update.
4558 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4559 * gdb.python/python.exp: Update.
4560
4561 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4564
4565 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4566
4567 * gdb.ada/bp_fun_addr: New testcase.
4568
4569 2018-06-01 Tom Tromey <tom@tromey.com>
4570
4571 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4572 results.
4573 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4574 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4575 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4576 * gdb.base/maint.exp (maint_pass_if): Update.
4577
4578 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4579
4580 * gdb.base/endian.exp: New test.
4581 * gdb.base/endian.c: New test source.
4582
4583 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4584
4585 PR gdb/23203
4586 * gdb.base/bt-selected-frame.c: New file.
4587 * gdb.base/bt-selected-frame.exp: New file.
4588 * lib/gdb.exp (get_current_frame_number): New function.
4589
4590 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4591 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.threads/tls-core.c: Include <stdlib.h>
4594 (thread_proc): Call `abort'.
4595 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4596 (tls_core_test): New procedure, bits factored out from ...
4597 (top level): ... here. Test both native cores and gcore cores.
4598
4599 2018-05-23 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4602
4603 2018-05-23 Tom Tromey <tom@tromey.com>
4604
4605 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4606 symfile_complaints.
4607 (test_short_complaints): Likewise.
4608 (test_empty_complaints): Likewise.
4609 (test_initial_complaints): Update.
4610
4611 2018-05-23 Tom Tromey <tom@tromey.com>
4612
4613 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4614
4615 2018-05-23 Tom Tromey <tom@tromey.com>
4616
4617 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4618 (test_short_complaints): Update.
4619
4620 2018-05-22 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/remote.exp: Only gdb_start after compiling the
4623 testcase. Issue "disconnect" before testing "set remote" command
4624 defaults. Issue clean_restart before running to main.
4625
4626 2018-05-22 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/remote.exp: Adjust expected output of "show remote
4629 memory-write-packet-size". Add tests for "set remote
4630 memory-write-packet-size 0" and "set remote
4631 memory-write-packet-size fixed/limit".
4632
4633 2018-05-22 Pedro Alves <palves@redhat.com>
4634
4635 PR gdb/22973
4636 * gdb.base/utf8-identifiers.c: New file.
4637 * gdb.base/utf8-identifiers.exp: New file.
4638
4639 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4640
4641 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4642
4643 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4644
4645 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4646
4647 2018-05-18 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.base/ptype-offsets.exp: Update.
4650
4651 2018-05-17 Keith Seitz <keiths@redhat.com>
4652
4653 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4654 in expected breakpoint stop locations.
4655 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4656 move to proper scope to test variable values.
4657 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4658 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4659 New functions.
4660 (main): Call not_inline_func3.
4661 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4662 inline_func1, inline_func2, and inline_func3. Test that when each
4663 breakpoint is hit, GDB properly reports both the stop location
4664 and the backtrace. Repeat tests for temporary breakpoints.
4665
4666 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4667
4668 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4669 rather then trying to access it in determining whether the PID
4670 of `gdbserver' could have been retrieved.
4671
4672 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.arch/amd64-init-x87-values.S: New file.
4675 * gdb.arch/amd64-init-x87-values.exp: New file.
4676
4677 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4680
4681 2018-05-04 Tom Tromey <tom@tromey.com>
4682
4683 PR python/22730:
4684 * gdb.python/python.exp: Test multi-line execute.
4685
4686 2018-05-04 Tom Tromey <tom@tromey.com>
4687
4688 PR python/22731:
4689 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4690
4691 2018-05-04 Tom Tromey <tom@tromey.com>
4692
4693 PR gdb/11750:
4694 * gdb.base/define.exp: Test defining a user command inside a user
4695 command.
4696 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4697
4698 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 PR breakpoints/19806 and support for PR external/20207.
4702 * gdb.base/watchpoint-unaligned.c: New file.
4703 * gdb.base/watchpoint-unaligned.exp: New file.
4704
4705 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.base/maint.exp: Make test names unique, use
4708 test_prefix_command_help to test 'help maint info', and remove
4709 repeated test of 'help maint'.
4710
4711 2018-05-04 Tom Tromey <tom@tromey.com>
4712
4713 PR gdb/22619:
4714 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4715 behavior.
4716
4717 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4718
4719 * gdb.base/maint.exp: Process output from 'maint print registers'
4720 line at a time.
4721
4722 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4725 timeout.
4726
4727 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4730 filter pattern.
4731
4732 2018-05-02 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4735 to_log_command renames.
4736 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4737
4738 2018-05-02 Tom Tromey <tom@tromey.com>
4739
4740 * gdb.python/py-parameter.exp: Set test message.
4741
4742 2018-05-02 Tom Tromey <tom@tromey.com>
4743
4744 PR python/20084:
4745 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4746 PARAM_ZUINTEGER_UNLIMITED tests.
4747
4748 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4749
4750 PR rust/23124
4751 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4752 when casting.
4753
4754 2018-04-30 Tom Tromey <tom@tromey.com>
4755
4756 * gdb.python/py-type.exp: Check align attribute.
4757 * gdb.python/py-type.c: New "aligncheck" global.
4758
4759 2018-04-30 Tom Tromey <tom@tromey.com>
4760
4761 PR exp/17095:
4762 * gdb.dwarf2/dw2-align.exp: New file.
4763 * gdb.cp/align.exp: New file.
4764 * gdb.base/align.exp: New file.
4765 * lib/gdb.exp (gdb_int128_helper): New proc.
4766 (has_int128_c, has_int128_cxx): New caching procs.
4767
4768 2018-04-27 Tom Tromey <tom@tromey.com>
4769
4770 PR rust/22545:
4771 * gdb.rust/simple.exp: Add inclusive range tests.
4772
4773 2018-04-26 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4776 ifunc breakpoint locations correctly of ifunc breakpoints set
4777 while the program resolves the ifunc.
4778
4779 2018-04-26 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/gnu-ifunc-final.c: New file.
4782 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4783 * gdb.base/gnu-ifunc.exp (executable): Delete.
4784 (staticexecutable): Adjust.
4785 (lib_opts, exec_opts): Delete.
4786 (make_binsuffix, build, set-break): New procedures.
4787 (misc_tests): New, with tests factored out from the top level.
4788 (top level): Test different combinations of ifunc resolver name,
4789 resolver with and with debug info, and ifunc target with and
4790 without debug info. Wrap static tests with with_target_prefix.
4791
4792 2018-04-26 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4795 return type" warnings.
4796
4797 2018-04-25 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4800 killed".
4801 * gdb.base/kill-after-signal.exp: Likewise.
4802 * gdb.threads/kill.exp: Likewise.
4803
4804 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4805 Sergio Durigan Junior <sergiodj@redhat.com>
4806 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4809 regexps to expect for '[Inferior ... detached]' as well.
4810 * gdb.base/attach.exp: Likewise.
4811 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4812 "gdb_continue_to_end".
4813 (test_catch_syscall_with_wrong_args): Likewise.
4814 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4815 ']'. Don't set 'verbose' on.
4816 * gdb.base/foll-vfork.exp: Likewise.
4817 * gdb.base/fork-print-inferior-events.c: New file.
4818 * gdb.base/fork-print-inferior-events.exp: New file.
4819 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4820 '[Inferior ... has been killed]' message.
4821 * gdb.base/kill-after-signal.exp: Likewise.
4822 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4823 detach message.
4824 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4825 message.
4826 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4827 regexps to expect for '[Inferior ... detached]' as well.
4828 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4829
4830 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4831
4832 PR gdb/23104
4833 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4834
4835 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4836
4837 PR gdb/23095
4838 * gdb.base/break-probes.exp: Pass shlib_load to
4839 prepare_for_testing. Set normal_bp to r_debug_state if target is
4840 bsd.
4841
4842 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4843
4844 * gdb.threads/multiple-successive-infcall.c: New test.
4845 * gdb.threads/multiple-successive-infcall.exp: New file.
4846
4847 2018-04-17 Tom Tromey <tom@tromey.com>
4848
4849 * gdb.rust/simple.rs (Union): New type.
4850 (main): New local "u".
4851 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4852
4853 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4854
4855 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4856 number information in output of "whereis" command.
4857 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4858
4859 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4860
4861 * gdb.ada/info_types.exp: Adjust expected output to the line
4862 numbers now printed by "info var/func/type".
4863 * gdb.base/completion.exp: Likewise.
4864 * gdb.base/included.exp: Likewise.
4865 * gdb.cp/cp-relocate.exp: Likewise.
4866 * gdb.cp/cplusfuncs.exp: Likewise.
4867 * gdb.cp/namespace.exp: Likewise.
4868 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4869
4870 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4871
4872 * gdb.btrace/cpu.exp: New.
4873
4874 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4875
4876 * gdb.base/step-indirect-call-thunk.exp: New.
4877 * gdb.base/step-indirect-call-thunk.c: New.
4878 * gdb.reverse/step-indirect-call-thunk.exp: New.
4879 * gdb.reverse/step-indirect-call-thunk.c: New.
4880
4881 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * gdb.base/pie-fork.c: New file.
4884 * gdb.base/pie-fork.exp: New file.
4885
4886 2018-04-11 Tom Tromey <tom@tromey.com>
4887
4888 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4889
4890 2018-04-10 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4893 exits. Instead loop running forever.
4894 (fork_parent): Run forever too.
4895
4896 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4897
4898 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4899 mi_continue_to_line.
4900 * gdb.mi/mi-stack.c (callee4): Add comment.
4901
4902 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 * gdb.mi/mi-stack.exp: Fix indentation.
4905
4906 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 PR gdb/22979
4909 * gdb.arch/amd64-osabi.exp: New file.
4910
4911 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 PR gdb/22980
4914 * gdb.base/osabi.exp: New file.
4915
4916 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4917
4918 * gdb.cp/static-typedef-print.exp: New file.
4919 * gdb.cp/static-typedef-print.cc: New file.
4920
4921 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.ada/varsize_limit: New testcase.
4924
4925 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4928
4929 * gdb.ada/notcplusplus: New testcase.
4930
4931 * gdb.base/c-linkage-name.c: New file.
4932 * gdb.base/c-linkage-name.exp: New testcase.
4933
4934 2018-03-26 Tom Tromey <tom@tromey.com>
4935
4936 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4937 * gdb.python/py-framefilter.py (name_error): New global.
4938 (ErrorInName.function): Use name_error.
4939
4940 2018-03-26 Tom Tromey <tom@tromey.com>
4941
4942 PR backtrace/15582:
4943 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4944
4945 2018-03-23 Keith Seitz <keiths@redhat.com>
4946
4947 PR c++/22968
4948 * gdb.cp/subtypes.exp: New file.
4949 * gdb.cp/subtypes.h: New file.
4950 * gdb.cp/subtypes.cc: New file.
4951 * gdb.cp/subtypes-2.cc: New file.
4952
4953 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4956 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4957 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4958 -nostartfiles when compiling the test. Confirm that all registers
4959 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4960
4961 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4964 option, syntax was wrong anyway.
4965 * gdb.arch/arm-disp-step.exp: Likewise.
4966 * gdb.arch/sparc64-regs.exp: Likewise.
4967 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4968 option, syntax was wrong anyway, switch to use
4969 prepare_for_testing.
4970 * gdb.arch/i386-disp-step.exp: Likewise.
4971
4972 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4973
4974 * gdb.ada/exec_changed.exp: Replace "target_info exists
4975 use_gdb_stub" by "use_gdb_stub".
4976 * gdb.ada/start.exp: Likewise.
4977 * gdb.base/async-shell.exp: Likewise.
4978 * gdb.base/attach-pie-misread.exp: Likewise.
4979 * gdb.base/attach-wait-input.exp: Likewise.
4980 * gdb.base/break-entry.exp: Likewise.
4981 * gdb.base/break-interp.exp: Likewise.
4982 * gdb.base/dprintf-detach.exp: Likewise.
4983 * gdb.base/nostdlib.exp: Likewise.
4984 * gdb.base/solib-nodir.exp: Likewise.
4985 * gdb.base/statistics.exp: Likewise.
4986 * gdb.base/testenv.exp: Likewise.
4987 * gdb.mi/mi-exec-run.exp: Likewise.
4988 * gdb.mi/mi-start.exp: Likewise.
4989 * gdb.multi/dummy-frame-restore.exp: Likewise.
4990 * gdb.multi/multi-arch-exec.exp: Likewise.
4991 * gdb.multi/multi-arch.exp: Likewise.
4992 * gdb.multi/tids.exp: Likewise.
4993 * gdb.multi/watchpoint-multi.exp: Likewise.
4994 * gdb.python/py-events.exp: Likewise.
4995 * gdb.threads/attach-into-signal.exp: Likewise.
4996 * gdb.threads/attach-stopped.exp: Likewise.
4997 * gdb.threads/threadapply.exp: Likewise.
4998 * lib/selftest-support.exp: Likewise.
4999
5000 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5001
5002 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5003
5004 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5005
5006 * gdb.perf/template-breakpoints.cc: New file.
5007 * gdb.perf/template-breakpoints.exp: New file.
5008 * gdb.perf/template-breakpoints.py: New file.
5009
5010 2018-03-19 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5013 y0.
5014 * gdb.rust/simple.exp: Test bare identifier form of struct
5015 initializer.
5016
5017 2018-03-19 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.gdb/observer.exp: Remove.
5020
5021 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5022
5023 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5024 "qualified" option when setting breakpoints.
5025 * gdb.trace/backtrace.exp: Likewise.
5026 * gdb.trace/circ.exp: Likewise.
5027 * gdb.trace/collection.exp: Likewise.
5028 * gdb.trace/disconnected-tracing.exp: Likewise.
5029 * gdb.trace/ftrace-lock.exp: Likewise.
5030 * gdb.trace/ftrace.exp: Likewise.
5031 * gdb.trace/infotrace.exp: Likewise.
5032 * gdb.trace/packetlen.exp: Likewise.
5033 * gdb.trace/passc-dyn.exp: Likewise.
5034 * gdb.trace/qtro.exp: Likewise.
5035 * gdb.trace/read-memory.exp: Likewise.
5036 * gdb.trace/report.exp: Likewise.
5037 * gdb.trace/signal.exp: Likewise.
5038 * gdb.trace/status-stop.exp: Likewise.
5039 * gdb.trace/strace.exp: Likewise.
5040 * gdb.trace/tfind.exp: Likewise.
5041 * gdb.trace/trace-break.exp: Likewise.
5042 * gdb.trace/trace-condition.exp: Likewise.
5043 * gdb.trace/trace-mt.exp: Likewise.
5044 * gdb.trace/tstatus.exp: Likewise.
5045 * gdb.trace/tsv.exp: Likewise.
5046 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5047 * gdb.trace/unavailable.exp: Likewise.
5048 * gdb.trace/while-dyn.exp: Likewise.
5049
5050 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5051
5052 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5053 that libinproctrace is copied to the target.
5054
5055 2018-03-14 Tom Tromey <tom@tromey.com>
5056
5057 PR cli/14977:
5058 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5059 a null pointer.
5060 * gdb.base/wchar.exp: Likewise.
5061
5062 2018-03-14 Tom Tromey <tom@tromey.com>
5063
5064 PR cli/19918:
5065 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5066 flag.
5067
5068 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5069
5070 PR gdb/22841
5071 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5072 "target" to remote_exec.
5073
5074 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5075
5076 PR gdb/22841
5077 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5078 ${board}_upload): Remove.
5079
5080 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5081
5082 * gdb.cp/watch-cp.cc: New test.
5083 * gdb.cp/watch-cp.exp: New file.
5084
5085 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.base/infcall-nested-structs.exp: New file.
5088 * gdb.base/infcall-nested-structs.c: New file.
5089 * gdb.base/float.exp: Add riscv support.
5090
5091 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5092
5093 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5094 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5095
5096 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5097
5098 * gdb.server/abspath.exp: New file.
5099 * lib/gdb.exp (with_cwd): New procedure.
5100
5101 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5104 use it.
5105 (gdb_is_target_remote_prompt): New proc.
5106 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5107 (gdb_is_target_native): Pass prompt parameter to
5108 gdb_is_target_1.
5109
5110 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5111
5112 * gdb.base/load-command.c: New file.
5113 * gdb.base/load-command.exp: New file.
5114 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5115 (gdb_is_target_1): ...this, and generalize for other targets
5116 than just remote.
5117 (gdb_is_target_remote): Use gdb_is_target_1.
5118 (gdb_is_target_native): use gdb_is_target_1.
5119
5120 2018-02-26 Tom Tromey <tom@tromey.com>
5121
5122 PR python/16497:
5123 * gdb.python/py-framefilter.exp: Update test.
5124
5125 2018-02-26 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.dwarf2/variant.c: New file.
5128 * gdb.dwarf2/variant.exp: New file.
5129
5130 2018-02-26 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.rust/simple.exp: Accept more possible results in enum test.
5133
5134 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5135
5136 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5137 parentheses.
5138
5139 2018-02-23 Maciej W. Rozycki <macro@mips.com>
5140
5141 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5142 name of a variable: $actual_linejj -> $actual_line.
5143
5144 2018-02-21 John Baldwin <jhb@FreeBSD.org>
5145
5146 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5147
5148 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5149
5150 * gdb.btrace/buffer-size.exp: Do not force BTS.
5151
5152 2018-02-14 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5155 getting a "Quit".
5156
5157 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5158
5159 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5160 Fix test name.
5161
5162 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5163
5164 * gdb.cp/m-static.exp: Check type of optimized out static
5165 member.
5166
5167 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5170 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5171
5172 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5173 Leszek Swirski <leszeks@google.com>
5174
5175 * gdb.python/py-prettyprint.c
5176 (struct to_string_returns_value_inner,
5177 struct to_string_returns_value_wrapper): New.
5178 (main): Add tsrvw variable.
5179 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5180 ToStringReturnsValueWrapper): New classes.
5181 (register_pretty_printers): Register new pretty-printers.
5182 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5183 recursive pretty printer.
5184 * gdb.python/py-mi.exp: Likewise.
5185
5186 2018-02-01 Leszek Swirski <leszeks@google.com>
5187
5188 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5189 functions with the same name as an include file are parsed
5190 correctly.
5191
5192 2018-02-01 Yao Qi <yao.qi@linaro.org>
5193
5194 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5195 "\[^\r\n\]*".
5196
5197 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5198
5199 * gdb.arch/powerpc-prologue-frame.s: New file.
5200 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5201 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5202
5203 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5204
5205 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5206
5207 2018-01-30 Pedro Alves <palves@redhat.com>
5208
5209 PR gdb/13211
5210 * gdb.base/interrupt-daemon.c: New.
5211 * gdb.base/interrupt-daemon.exp: New.
5212 * gdb.multi/multi-term-settings.c: New.
5213 * gdb.multi/multi-term-settings.exp: New.
5214
5215 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5216
5217 * gdb.base/break.exp: Save the location where the breakpoint
5218 on break.c:47 was actually inserted when debugging the version
5219 compiled at -O2 and use it in the expected output of the "info
5220 break" test performed soon after.
5221
5222 2018-01-22 Pedro Alves <palves@redhat.com>
5223 Sergio Durigan Junior <sergiodj@redhat.com>
5224
5225 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5226 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5227
5228 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdb.base/break-include.c, gdb.base/break-include.inc,
5231 gdb.base/break-include.exp: New files.
5232 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5233 line number now being the actual line number where the breakpoint
5234 was inserted.
5235 * gdb.mi/mi-break.exp: Likewise.
5236 * gdb.mi/mi-reverse.exp: Likewise.
5237 * gdb.mi/mi-simplerun.exp: Ditto.
5238
5239 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5242 varobj.
5243 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5244
5245 2018-01-21 Don Breazeal <donb@codesourcery.com>
5246 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.mi/basics.c: Add new global.
5249 * gdb.mi/mi-frame-regs.exp: New file.
5250 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5251 case.
5252
5253 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5254
5255 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5256 non-parameter, and on an unknown symbol.
5257
5258 2018-01-19 Tom Tromey <tom@tromey.com>
5259
5260 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5261 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5262
5263 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5264
5265 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5266 setrlimit and chdir to int.
5267
5268 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5269
5270 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5271 function.
5272 (my_tend): Likewise.
5273 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5274 rationale of avoiding FP- and vector instructions.
5275
5276 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5277
5278 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5279 "info reg" with "\[ \t\]*".
5280 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5281 "\[ \t\]+".
5282 * gdb.arch/s390-multiarch.exp: Ditto.
5283 * gdb.base/pc-fp.exp: Ditto.
5284 * gdb.reverse/i386-precsave.exp: Ditto.
5285 * gdb.reverse/i386-reverse.exp: Ditto.
5286 * gdb.reverse/i387-env-reverse.exp: Ditto.
5287 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5288
5289 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5290
5291 * lib/gdb.exp (gdb_compile): Re-enable use of
5292 universal_compile_options for languages other than Rust.
5293
5294 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5295
5296 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5297
5298 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5299
5300 PR gdb/16577
5301 * gdb.base/solib-vanish.exp: New.
5302 * gdb.base/solib-vanish-main.c: New.
5303 * gdb.base/solib-vanish-lib1.c: New.
5304 * gdb.base/solib-vanish-lib2.c: New.
5305
5306 2018-01-17 Yao Qi <yao.qi@linaro.org>
5307
5308 * gdb.compile/compile.exp: Match the address printed for
5309 frame in the output of command "bt".
5310
5311 2018-01-15 Tom Tromey <tom@tromey.com>
5312
5313 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5314 compute sp_reg.
5315
5316 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5319 to prepare.
5320 (prepare): Return 0 on error, 1 on success.
5321
5322 2018-01-12 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/continue-after-aborted-step-over.c: New.
5325 * gdb.base/continue-after-aborted-step-over.exp: New.
5326
5327 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5330 options when not creating an executable.
5331
5332 2018-01-11 Pedro Alves <palves@redhat.com>
5333
5334 PR remote/22597
5335 * gdb.server/stop-reply-no-thread.c: New file.
5336 * gdb.server/stop-reply-no-thread.exp: New file.
5337
5338 2018-01-10 Pedro Alves <palves@redhat.com>
5339
5340 PR gdb/22670
5341 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5342 functions too. Test setting breakpoints and printing C functions
5343 with no debug info too.
5344 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5345
5346 2018-01-10 Pedro Alves <palves@redhat.com>
5347
5348 PR gdb/22670
5349 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5350 a fail.
5351
5352 2018-01-10 Pedro Alves <palves@redhat.com>
5353
5354 PR gdb/22670
5355 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5356
5357 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5358
5359 * gdb.server/unittest.exp: Match the output in non-development
5360 mode.
5361
5362 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.gdb/unittest.exp: Match output in non-development mode.
5365
5366 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdb.ada/access_tagged_param.exp: Relax expected output
5369 for value of "ObjL" in "continue" to pck.inspect breakpoint
5370 test.
5371
5372 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5375 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5376
5377 2018-01-05 Pedro Alves <palves@redhat.com>
5378
5379 PR gdb/18653
5380 * gdb.base/libsegfault.exp: New.
5381
5382 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5383
5384 PR gdb/22670
5385 * gdb.ada/access_tagged_param.exp: New file.
5386 * gdb.ada/access_tagged_param/foo.adb: New file.
5387
5388 2018-01-05 Pedro Alves <palves@redhat.com>
5389
5390 PR gdb/22670
5391 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5392 exercise lower case too, and to exercise both full matching and
5393 wild matching.
5394
5395 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.ada/rename_subscript_param: New testcase.
5398
5399 2018-01-05 Jerome Guitton <guitton@adacore.com>
5400
5401 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5402
5403 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5404
5405 * gdb.ada/convvar_comp: New testcase.
5406
5407 2018-01-05 Xavier Roirand <roirand@adacore.com>
5408
5409 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5410 (My_Table): New global variable.
5411 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5412
5413 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5414
5415 PR gdb/22670
5416 * gdb.ada/maint_with_ada: New testcase.
5417
5418 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5419
5420 PR gdb/22670
5421 * gdb.ada/bp_c_mixed_case: New testcase.
5422
5423 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5424
5425 PR gdb/22670
5426 * gdb.ada/complete.exp: Add "complete break ada" test.
5427
5428 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5429
5430 PR gdb/22670
5431 * gdb.ada/info_addr_mixed_case: New testcase.
5432
5433 2018-01-03 Xavier Roirand <roirand@adacore.com>
5434
5435 * gdb.ada/excep_handle.exp: New testcase.
5436 * gdb.ada/excep_handle/foo.adb: New file.
5437 * gdb.ada/excep_handle/pck.ads: New file.
5438
5439 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.base/step-line.c: Add extra empty line in copyright header.
5442 * gdb.base/step-line.inp: Likewise.
5443
5444 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.ada/dyn_stride.exp: Add slice test.
5447
5448 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/dyn_stride: New testcase.
5451
5452 2017-12-27 Stafford Horne <shorne@gmail.com>
5453
5454 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5455 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5456
5457 2017-12-27 Stafford Horne <shorne@gmail.com>
5458
5459 * gdb.base/reggroups.c: New file.
5460 * gdb.base/reggroups.exp: New file.
5461
5462 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.dwarf2/ada-valprint-error.c: New file.
5465 * gdb.dwarf2/ada-valprint-error.exp: New file.
5466
5467 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5468
5469 * gdb.ada/assign_arr: New testcase.
5470
5471 2017-12-18 Xavier Roirand <roirand@adacore.com>
5472
5473 * gdb.ada/funcall_ptr: New testcase.
5474
5475 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 PR cli/16224
5478 * gdb.base/ptype-offsets.cc: New file.
5479 * gdb.base/ptype-offsets.exp: New file.
5480
5481 2017-12-15 Yao Qi <yao.qi@linaro.org>
5482
5483 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5484 if XML is disabled.
5485
5486 2017-12-15 Xavier Roirand <roirand@adacore.com>
5487
5488 * gdb.ada/same_component_name: New testcase.
5489
5490 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5491
5492 * gdb.ada/str_binop_equal: New testcase.
5493
5494 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5495
5496 * gdb.ada/task_switch_in_core: New testcase.
5497
5498 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5499
5500 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5501 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5502 call test_bkpt_qualified.
5503 (test_bkpt_qualified): New proc.
5504
5505 2017-12-13 Pedro Alves <palves@redhat.com>
5506
5507 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5508 Tighten regexp by matching with an anchor.
5509
5510 2017-12-13 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5513 ("expression with namespace"): New set of tests.
5514 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5515 (Nested::Test_NS::qux): New.
5516 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5517 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5518
5519 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5520
5521 * gdb.base/server-del-break.c: New file.
5522 * gdb.base/server-del-break.exp: New file.
5523
5524 2017-12-12 Stafford Horne <shorne@gmail.com>
5525
5526 * gdb.xml/tdesc-regs.exp: Add or1k support.
5527
5528 2017-12-12 Stafford Horne <shorne@gmail.com>
5529
5530 * gdb.base/bp-permanent.c: Define nop of or1k.
5531
5532 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5535 output with components being reordered.
5536
5537 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5540 output with components being reordered.
5541
5542 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5543 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/maint.exp (check for .gdb_index): Check also for
5546 .debug_names.
5547 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5548 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5549 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5550 (.gdb_index used after symbol reloading): Support also .debug_names.
5551 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5552
5553 2017-12-08 Yao Qi <yao.qi@linaro.org>
5554
5555 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5556 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
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 test for breakpoint.
5562
5563 2017-12-08 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.arch/aarch64-tagged-pointer.c: New file.
5566 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5567
5568 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5569
5570 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5571 "int".
5572
5573 2017-12-07 Keith Seitz <keiths@redhat.com>
5574
5575 PR breakpoints/22569
5576 * gdb.linespec/ls-errs.exp: Change expected result of "break
5577 -source this file has spaces.c -line 3".
5578 Check that an explicit source file followed by whitespace is
5579 identified as an invalid explicit location.
5580
5581 2017-12-07 Keith Seitz <keiths@redhat.com>
5582
5583 * gdb.cp/nested-types.cc: New file.
5584 * gdb.cp/nested-types.exp: New file.
5585 * lib/cp-support.exp: Load data-structures.exp library.
5586 (debug_cp_test_ptype_class): New global.
5587 (cp_ptype_class_verbose, next_line): New procedures.
5588 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5589 Add and document new return value.
5590 Switch the list of lines to a queue.
5591 Add support for new `type' key for nested type definitions.
5592 Add debugging/troubleshooting messages.
5593 * lib/data-structures.exp: New file.
5594
5595 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5596
5597 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5598 with proc_with_prefix, don't use with_test_prefix.
5599
5600 2017-12-07 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.base/break.exp: Add test for empty "commands".
5603
5604 2017-12-07 Yao Qi <yao.qi@linaro.org>
5605
5606 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5607 malloc and catch syscall.
5608
5609 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5610
5611 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5612 tests for explicit locations.
5613
5614 2017-12-06 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5617 force-disabling XML descriptions.
5618
5619 2017-12-04 Pedro Alves <palves@redhat.com>
5620
5621 PR gdb/22499
5622 * gdb.arch/amd64-disp-step-avx.S: New file.
5623 * gdb.arch/amd64-disp-step-avx.exp: New file.
5624
5625 2017-12-03 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5628 and <string.h>.
5629 (parent_function): Print distinct messages when waitpid fails, or
5630 the child exits with a signal, or the child exits for an unhandled
5631 reason.
5632 * gdb.threads/process-dies-while-detaching.exp
5633 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5634 it. Wait for both inferior output and GDB's prompt. Use an
5635 indirect spawn id list.
5636 (do_detach): New parameter 'child_exit'. Use it to compute
5637 expected inferior output.
5638 (test_detach, test_detach_watch, test_detach_killed_outside):
5639 Adjust to pass down the expected child exit kind.
5640
5641 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5642 Sergio Durigan Junior <sergiodj@redhat.com>
5643 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5646
5647 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5650 to 'symbol-file' and 'add-symbol-file' can be
5651 position-independent.
5652
5653 2017-12-01 Yao Qi <yao.qi@linaro.org>
5654
5655 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5656 the URL in copyright header.
5657 * gdb.arch/aarch64-fp.exp: Likewise.
5658 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5659 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5660 * gdb.base/expand-psymtabs.exp: Likewise.
5661 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5662 * gdb.fortran/common-block.exp: Likewise.
5663 * gdb.fortran/common-block.f90: Likewise.
5664 * gdb.fortran/logical.exp: Likewise.
5665 * gdb.fortran/vla-datatypes.f90: Likewise.
5666 * gdb.fortran/vla-sub.f90: Likewise.
5667
5668 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.ada/repeat_dyn: New testcase.
5671
5672 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5673
5674 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5675 Update for changed thread numbering.
5676 * gdb.cell/bt.exp: Update for changed GDB output.
5677
5678 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5679
5680 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5681 setting isremote by hand.
5682 * boards/dwarf4-gdb-index.exp: Likewise.
5683 * boards/fission.exp: Likewise.
5684 * boards/stabs.exp: Likewise.
5685
5686 2017-11-30 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.linespec/cpls-ops.exp
5689 (check_explicit_skips_function_argument): Extract the underlying
5690 type of size_t instead of hardcoding it.
5691
5692 2017-11-29 Pedro Alves <palves@redhat.com>
5693
5694 PR c++/19436
5695 * gdb.linespec/cpls-abi-tag.cc: New file.
5696 * gdb.linespec/cpls-abi-tag.exp: New file.
5697
5698 2017-11-29 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.base/langs.exp: Use -qualified.
5701 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5702 it.
5703 * gdb.cp/namespace.exp: Use -qualified.
5704 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5705 (overload-3, template-overload, template-ret-type, const-overload)
5706 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5707 procedures.
5708 (test_driver): Call them.
5709 * gdb.cp/save-bp-qualified.cc: New.
5710 * gdb.cp/save-bp-qualified.exp: New.
5711 * gdb.linespec/explicit.exp: Test -qualified.
5712 * lib/completion-support.exp (completion::explicit_opts_list): Add
5713 "-qualified".
5714 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5715
5716 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5717
5718 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5719
5720 2017-11-29 Tom Tromey <tom@tromey.com>
5721
5722 * gdb.base/relocate.exp: Update invalid argument test.
5723 Add new tests for invalid arguments.
5724
5725 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5726
5727 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5728 Return 0 as a long.
5729 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5730
5731 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5732
5733 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5734 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5735 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5736 func ().
5737 * gdb.cp/shadow.cc (B.func): Return 0.
5738
5739 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5740
5741 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5742 expected output in gdb_expect call to allow the exception
5743 message to be present as well. Fix syntax confusion to avoid
5744 TCL thinking that exception_name is an array.
5745
5746 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5747
5748 * gdb.arch/spu-info.c: Include <unistd.h>.
5749 (do_signal_test): Fix broken calls to write.
5750 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5751 Fix checks for empty mailboxes. Update signal tests for corrected
5752 do_signal_test routine. Allow nonzero event status.
5753 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5754 * gdb.cell/arch.exp: Use standard_output_file.
5755 * gdb.cell/break.exp: Likewise.
5756 * gdb.cell/bt.exp: Likewise.
5757 * gdb.cell/core.exp: Likewise.
5758 * gdb.cell/dwarfaddr.exp: Likewise.
5759 * gdb.cell/ea-cache.exp: Likewise.
5760 * gdb.cell/ea-standalone.exp: Likewise.
5761 * gdb.cell/f-regs.exp: Likewise.
5762 * gdb.cell/fork.exp: Likewise.
5763 * gdb.cell/gcore.exp: Likewise.
5764 * gdb.cell/mem-access.exp: Likewise.
5765 * gdb.cell/ptype.exp: Likewise.
5766 * gdb.cell/registers.exp: Likewise.
5767 * gdb.cell/sizeof.exp: Likewise.
5768 * gdb.cell/solib-symbol.exp: Likewise.
5769 * gdb.cell/solib.exp: Likewise.
5770
5771 2017-11-25 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/complete-empty.exp: New file.
5774 * gdb.base/completion.exp: Adjust.
5775
5776 2017-11-25 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.linespec/cpls-ops.cc: New file.
5779 * gdb.linespec/cpls-ops.exp: New file.
5780 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5781 factored out from ...
5782 (test_complete_prefix_range): ... this.
5783
5784 2017-11-24 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.linespec/cpcompletion.exp: New file.
5787 * gdb.linespec/cpls-hyphen.cc: New file.
5788 * gdb.linespec/cpls.cc: New file.
5789 * gdb.linespec/cpls2.cc: New file.
5790 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5791 test to use test_gdb_complete_unique. Add label completion,
5792 keyword completion and explicit location completion tests.
5793 * lib/completion-support.exp: New file.
5794
5795 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5798 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5799 when hitting an exception catchpoint.
5800
5801 2017-11-22 Yao Qi <yao.qi@linaro.org>
5802
5803 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5804
5805 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5808 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5809 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5810
5811 2017-11-22 Yao Qi <yao.qi@linaro.org>
5812
5813 * gdb.base/info-os.exp: Pass pthreads.
5814 * gdb.multi/multi-attach.exp: Likewise.
5815
5816 2017-11-22 Yao Qi <yao.qi@linaro.org>
5817
5818 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5819 compiler.
5820
5821 2017-11-22 Yao Qi <yao.qi@linaro.org>
5822
5823 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5824 * gdb.base/break-interp.exp: Likewise.
5825 * gdb.base/jit-attach-pie.exp: Likewise.
5826
5827 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5828
5829 * gdb.base/float128.c (large128): New variable.
5830 * gdb.base/float128.exp: Add test to print largest __float128 value.
5831
5832 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5833
5834 * gdb.arch/vsx-regs.exp: Update register content checks.
5835
5836 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5837
5838 * gdb.arch/ppc-longdouble.exp: New file.
5839 * gdb.arch/ppc-longdouble.c: Likewise.
5840
5841 2017-11-21 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5844
5845 2017-11-20 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5848 (long_double_typedef): New typedefs.
5849 Use DEF on double and long double.
5850 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5851 cases.
5852 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5853 and 'long_double_ptr_same_size' locals. Use them to decide
5854 whether cast from array/function to float is valid/invalid.
5855
5856 2017-11-17 Tom Tromey <tom@tromey.com>
5857
5858 * gdb.rust/traits.rs: New file.
5859 * gdb.rust/traits.exp: New file.
5860
5861 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5862
5863 * gdb.ada/minsyms: New testcase.
5864
5865 2017-11-16 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5868 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5869
5870 2017-11-16 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5873 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5874
5875 2017-11-16 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.server/reconnect-ctrl-c.c: New file.
5878 * gdb.server/reconnect-ctrl-c.exp: New file.
5879
5880 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5881
5882 * gdb.python/py-rbreak.exp: New file.
5883 * gdb.python/py-rbreak.c: New file.
5884 * gdb.python/py-rbreak-func2.c: New file.
5885
5886 2017-11-16 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5889 pattern.
5890 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5891 GDB.
5892
5893 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5894
5895 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5896 regex.
5897
5898 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5899
5900 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5901 test names.
5902
5903 2017-11-09 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5906 factored out from ...
5907 (top level): ... here, and adjusted to avoid expecting beyond the
5908 prompt in a single gdb_test_multiple.
5909
5910 2017-11-09 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5913 output.
5914 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5915 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5916 * gdb.server/ext-run.exp ("kill" test): Likewise.
5917 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5918
5919 2017-11-09 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5922 match till end of line.
5923
5924 2017-11-09 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5927
5928 2017-11-09 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5931 New procedures, factored out from ...
5932 (top level): ... here, and adjusted to avoid expecting beyond the
5933 prompt in one go.
5934
5935 2017-11-09 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5938 output. Fix '?' match.
5939
5940 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5941
5942 * gdb.ada/scoped_watch: New testcase.
5943 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5944 which is actually correct.
5945 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5946 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5947
5948 2017-11-08 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.gdb/complaints.exp (test_initial_complaints)
5951 (test_serial_complaints, test_short_complaints): Call
5952 complaint_internal instead of complaint.
5953
5954 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5955
5956 * gdb.threads/tls-core.c: New file.
5957 * gdb.threads/tls-core.exp: Likewise.
5958
5959 2017-11-08 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5962 (p Exported_Capitalized): New test.
5963 (p exported_capitalized): New test.
5964
5965 2017-11-07 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5968
5969 2017-11-07 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5972 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5973 (disable_invalid, disable_inverted, disable_negative): New
5974 procedures.
5975 ("bad numbers"): New set of tests.
5976
5977 2017-11-07 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.cp/ena-dis-br-range.exp: Add tests.
5980
5981 2017-11-07 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5984
5985 2017-11-07 Xavier Roirand <roirand@adacore.com>
5986 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/ena-dis-br.exp: Add reference to
5989 gdb.cp/ena-dis-br-range.exp.
5990 * gdb.cp/ena-dis-br-range.exp: New file.
5991 * gdb.cp/ena-dis-br-range.cc: New file.
5992
5993 2017-11-06 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.base/attach-non-pgrp-leader.c: New.
5996 * gdb.base/attach-non-pgrp-leader.exp: New.
5997
5998 2017-11-06 Pedro Alves <palves@redhat.com>
5999
6000 * configure.ac: No longer check for termio.h and sgtty.h.
6001 * configure: Regenerate.
6002 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6003 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6004 Remove termio and sgtty code.
6005
6006 2017-11-03 Yao Qi <yao.qi@linaro.org>
6007
6008 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6009 in GDB is disabled.
6010
6011 2017-11-03 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.python/py-thrhandle.exp: Skip it if python is not
6014 enabled.
6015
6016 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6017
6018 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6019 as a breakpoint command.
6020
6021 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6022
6023 PR python/21213
6024 * gdb.python/py-infthread.exp: Test calling
6025 InferiorThread.inferior () multiple times in a row.
6026
6027 2017-10-27 Keith Seitz <keiths@redhat.com>
6028
6029 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6030 Test "info break" for every inlined function breakpoint.
6031
6032 2017-10-27 Yao Qi <yao.qi@linaro.org>
6033
6034 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6035
6036 2017-10-26 Patrick Frants <osscontribute@gmail.com>
6037
6038 * gdb.cp/classes.exp (test_static_members): Test printing
6039 Outer::instance.
6040 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6041 (Inner::instance, Outer::instance): New.
6042
6043 2017-10-24 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6046 extra console" test in two stages.
6047
6048 2017-10-24 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6051
6052 2017-10-24 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6055 loop.
6056
6057 2017-10-24 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6060 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6061
6062 2017-10-24 Pedro Alves <palves@redhat.com>
6063
6064 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6065 parameter and handle it. Don't output read value in test name.
6066
6067 2017-10-24 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6070 custom test name.
6071
6072 2017-10-24 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6075 include the unstable output directory name in the test's name.
6076 (initial_setup_simple) <'set args'>: Use custom test name.
6077
6078 2017-10-24 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6081 with explicit test name.
6082
6083 2017-10-20 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6086 'wait -i'. Use gdb_assert and remote_close.
6087
6088 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6089
6090 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6091 number from variable rather than hard-coded.
6092
6093 2017-10-19 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/long-inferior-output.c: New file.
6096 * gdb.base/long-inferior-output.exp: New file.
6097
6098 2017-11-18 Keith Seitz <keiths@redhat.com>
6099
6100 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6101 method.
6102 (main): Call it.
6103 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6104 Add additional user-defined conversion operator tests.
6105
6106 2017-10-17 Pedro Alves <palves@redhat.com>
6107
6108 * boards/native-stdio-gdbserver.exp: Load "local-board".
6109
6110 2017-10-17 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/quit-live.c: New file.
6113 * gdb.base/quit-live.exp: New file.
6114
6115 2017-10-16 Keith Seitz <keiths@redhat.com>
6116
6117 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6118 (class_with_protected_typedef, class_with_private_typedef)
6119 (struct_with_public_typedef, struct_with_protected_typedef)
6120 (struct_with_private_typedef): New classes/structs.
6121 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6122 typedefs and access specifiers.
6123
6124 2017-10-16 Pedro Alves <palves@redhat.com>
6125 Simon Marchi <simon.marchi@polymtl.ca>
6126
6127 * README (Local vs Remote vs Native): New section.
6128 * boards/local-board.exp: New file, with bits factored out from
6129 ...
6130 * boards/native-extended-gdbserver.exp: ... here. Load
6131 "local-board".
6132 * boards/native-gdbserver.exp: Load "local-board".
6133 (${board}_spawn, ${board}_exec): Delete.
6134 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6135 ...
6136 * boards/stdio-gdbserver-base.exp: ... this new file.
6137 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6138 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6139 procedure.
6140 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6141 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6142 stdio_gdbserver_command.
6143 (${board}_get_remote_address, ${board}_get_comm_port)
6144 (${board}_download, ${board}_upload): Delete.
6145 (get_target_remote_pipe_cmd): New.
6146
6147 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6150 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6151 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6152 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6153 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6154 remove with_test_prefix.
6155
6156 2017-10-13 Pedro Alves <palves@redhat.com>
6157
6158 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6159 * gdb.base/annota1.exp: Use it instead of is_remote.
6160 * gdb.base/annota3.exp: Use it instead of is_remote.
6161 * gdb.cp/annota2.exp: Use it instead of is_remote.
6162 * gdb.cp/annota3.exp: Use it instead of is_remote.
6163 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6164
6165 2017-10-13 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6168 (test_num_test_vars, run_and_count_vars, find_env)
6169 (test_set_unset_env, test_inherit_env_var): New procedures.
6170 (top level): Use them.
6171
6172 2017-10-13 Pedro Alves <palves@redhat.com>
6173
6174 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6175 also skip on stub-like targets.
6176
6177 2017-10-13 Pedro Alves <palves@redhat.com>
6178
6179 PR gdb/22293
6180 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6181 (top level): Move some tests to ...
6182 (test_not_found): ... this new procedure.
6183 (top level): Call it.
6184
6185 2017-10-13 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6188 expect different "info terminal" output if testing with a
6189 non-native target.
6190
6191 2017-10-13 Pedro Alves <palves@redhat.com>
6192 Simon Marchi <simon.marchi@polymtl.ca>
6193
6194 PR python/12966
6195 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6196
6197 2017-10-13 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6200 already.
6201
6202 2017-10-13 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6205 is_remote.
6206
6207 2017-10-13 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6210 is_remote.
6211
6212 2017-10-13 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6215 is set.
6216 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6217 instead of is_remote.
6218
6219 2017-10-13 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6222 (top level): Add comment.
6223
6224 2017-10-13 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/remote.exp (top level): Fix comment typo and add
6227 missing return.
6228
6229 2017-10-13 Pedro Alves <palves@redhat.com>
6230 Simon Marchi <simon.marchi@polymtl.ca>
6231
6232 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6233 calls and add comments. Skip test if use_gdb_stub is set.
6234 (top level): Use "set cwd" command instead of "cd" command.
6235
6236 2017-10-13 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6239 is_remote target check.
6240
6241 2017-10-13 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/scope.exp: Use build_executable + clean_restart +
6244 gdb_file_cmd instead of prepare_for_testing and no longer skip
6245 "before run" tests on is_remote target boards. Update comments.
6246 * boards/native-extended-gdbserver.exp
6247 (extended_gdbserver_load_last_file): New, factored out from ...
6248 (gdb_load): ... this. Move further below and add comment.
6249 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6250
6251 2017-10-12 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/attach.exp: Remove references to gdb64.
6254 * gdb.base/dbx.exp: Remove references to gdb64.
6255
6256 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6257 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/label.exp: Remove is_remote target check.
6260
6261 2017-10-12 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.base/auvx.exp (coredir): Update comment.
6264 (top level) <core_works>: Use "set cwd" command instead of "cd"
6265 command.
6266
6267 2017-10-12 Pedro Alves <palves@redhat.com>
6268 Simon Marchi <simon.marchi@polymtl.ca>
6269
6270 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6271 target boards.
6272
6273 2017-10-12 Pedro Alves <palves@redhat.com>
6274 Simon Marchi <simon.marchi@polymtl.ca>
6275
6276 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6277 Instead skip if there's any gdb_protocol set.
6278
6279 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6280 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6283
6284 2017-10-12 Pedro Alves <palves@redhat.com>
6285 Simon Marchi <simon.marchi@polymtl.ca>
6286
6287 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6288 instead of on dejagnu remote boards.
6289
6290 2017-10-12 Pedro Alves <palves@redhat.com>
6291 Simon Marchi <simon.marchi@polymtl.ca>
6292
6293 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6294 checks. Use build_executable + clean_restart instead of
6295 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6296 of enabling non-stop after starting gdb.
6297
6298 2017-10-12 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6301 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6302 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6303 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6304
6305 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6306
6307 * gdb.arch/arc-tdesc-cpu.exp: New file.
6308 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6309
6310 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6313
6314 2017-10-10 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6317 expect CLI output.
6318
6319 2017-10-10 Pedro Alves <palves@redhat.com>
6320
6321 * lib/selftest-support.exp (selftest_setup): Update for
6322 captured_command_loop's prototype change.
6323
6324 2017-10-09 Pedro Alves <palves@redhat.com>
6325
6326 Test both arch1=>arch2 and arch2=>arch1.
6327
6328 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6329 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6330 factored out to...
6331 (append_arch1_options, append_arch2_options, append_arch_options)
6332 (build_executables): New procedures.
6333 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6334 local.
6335 (top level): Add new 'first_arch' testing axis.
6336
6337 2017-10-09 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6340 (barrier): New.
6341 (thread_start, all_started): New functions.
6342 (main): Spawn new thread and wait until it is scheduled.
6343 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6344 option.
6345 (do_test): Add 'selected_thread' parameter. Run to all_started
6346 instead of main. Explicitly set the breakpoint at main. Switch
6347 to the SELECTED_THREAD thread.
6348 (top level): Test handling the exec event with either the main
6349 thread or the second thread selected.
6350
6351 2017-10-09 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6354 logic. Move STOP marker after the value checks.
6355 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6356 regexp.
6357
6358 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6359
6360 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6361
6362 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6363
6364 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6365 integer-to-dfp conversion.
6366 * gdb.base/dfp-test.exp: Likewise.
6367
6368 2017-10-04 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.multi/hangout.c: Include <unistd.h>.
6371 (hangout_loop): New function.
6372 (main): Call alarm. Call hangout_loop in a loop.
6373 * gdb.multi/hello.c: Include <unistd.h>.
6374 (hello_loop): New function.
6375 (main): Call alarm. Call hangout_loop in a loop.
6376 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6377 inferior with the other selected.
6378
6379 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6380
6381 * gdb.mi/list-thread-groups-available.exp: New file.
6382 * gdb.mi/list-thread-groups-available.c: New file.
6383
6384 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6385
6386 * gdb.base/set-cwd.exp: Make it available on
6387 native-extended-gdbserver.
6388
6389 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * gdb.base/set-cwd.c: New file.
6392 * gdb.base/set-cwd.exp: Likewise.
6393
6394 2017-10-02 Tom Tromey <tom@tromey.com>
6395
6396 PR rust/22236:
6397 * gdb.rust/simple.rs (main): New variable "fslice".
6398 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6399
6400 2017-10-02 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.rust/simple.exp: Test ptype of a slice.
6403
6404 2017-10-02 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.rust/simple.exp: Test index of slice.
6407
6408 2017-09-27 Tom Tromey <tom@tromey.com>
6409
6410 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6411
6412 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6413 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/compare-sections.exp (get value of read-only section): Read
6416 as unsigned value.
6417 (corrupt read-only section): Likewise and don't set written if patching
6418 failed.
6419
6420 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6421
6422 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6423 files.
6424
6425 2017-09-20 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6428 symbol names in gdb's output.
6429 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6430
6431 2017-09-20 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6434 Rename to ...
6435 (test_list_ambiguous_symbol): ... this and add a symbol name
6436 parameter. Adjust.
6437 (test_list_ambiguous_function): Reimplement on top of
6438 test_list_ambiguous_symbol and also test listing ambiguous
6439 variables.
6440 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6441 (ambiguous_fun): ... this.
6442 (ambiguous_var): New.
6443 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6444 (ambiguous_fun): ... this.
6445 (ambiguous_var): New.
6446
6447 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6448
6449 * gdb.base/starti.c: New file.
6450 * gdb.base/starti.exp: New file.
6451 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6452
6453 2017-09-14 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6456 (top level): Use it instead of runto.
6457
6458 2017-09-11 Tom Tromey <tom@tromey.com>
6459
6460 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6461
6462 2017-09-11 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6465 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6466
6467 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6468
6469 * gdb.fortran/printing-types.exp: New file.
6470 * gdb.fortran/printing-types.exp: New file.
6471
6472 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6473
6474 * gdb.fortran/vla-ptype.exp: Fix typos.
6475 * gdb.fortran/vla-value.exp: Same.
6476
6477 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6478
6479 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6480 * gdb.mi/mi-var-child-f.exp: Likewise.
6481 * gdb.mi/mi-vla-fortran.exp: Likewise.
6482
6483 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6484 Christoph Weinmann <christoph.t.weinmann@intel.com>
6485 Bernhard Heckel <bernhard.heckel@intel.com>
6486
6487 * gdb.fortran/ptr-indentation.f90: New file.
6488 * gdb.fortran/ptr-indentation.exp: New file.
6489
6490 2017-09-05 Tom Tromey <tom@tromey.com>
6491
6492 PR gdb/22010:
6493 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6494
6495 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6496
6497 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6498
6499 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * gdb.threads/tls-nodebug-pie.c: New file.
6502 * gdb.threads/tls-nodebug-pie.exp: New file.
6503
6504 2017-09-05 Tom Tromey <tom@tromey.com>
6505
6506 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6507 for rust.
6508
6509 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6510
6511 * gdb.multi/multi-arch-exec.exp: Test with different
6512 "follow-exec-mode" settings.
6513 (do_test): New procedure.
6514
6515 2017-09-04 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.base/func-static.c (S::method const, S::method volatile)
6518 (S::method volatile const): New methods.
6519 (c_s, v_s, cv_s): New instances.
6520 (main): Call method() on them.
6521 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6522 (cannot_resolve): New procedure.
6523 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6524 print-quote-unquoted columns.
6525 (do_test): Test printing each scope too.
6526
6527 2017-09-04 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/local-static.exp: Also test with
6530 class::method::variable wholly quoted.
6531 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6532
6533 2017-09-04 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/local-static.c: New.
6536 * gdb.base/local-static.cc: New.
6537 * gdb.base/local-static.exp: New.
6538
6539 2017-09-04 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.asm/asm-source.exp: Add casts to int.
6542 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6543 (dataglobal64_1, dataglobal64_2): New globals.
6544 * gdb.base/nodebug.exp: Test different expressions involving the
6545 new globals, with print, whatis and ptype. Add casts to int.
6546 * gdb.base/solib-display.exp: Add casts to int.
6547 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6548 * gdb.cp/m-static.exp: Add cast to int.
6549 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6550 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6551 tls variable with no debug info without a cast. Test with a cast
6552 to int too.
6553 * gdb.trace/entry-values.exp: Add casts.
6554
6555 2017-09-04 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/nodebug.exp: Test that ptype's error about functions
6558 with unknown return type includes the function name too.
6559
6560 2017-09-04 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6563 return type of munmap in infcall.
6564 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6565 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6566 type of ftell in infcall.
6567 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6568 type of getpid in infcall.
6569 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6570 infcall.
6571 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6572 Bail on failure to extract the pid.
6573 * gdb.base/nodebug.c: #include <stdint.h>.
6574 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6575 New functions.
6576 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6577 Change expected output of print/whatis/ptype with functions with
6578 no debug info. Test all supported languages. Call
6579 test_call_promotion.
6580 * gdb.compile/compile.exp: Adjust expected output to expect
6581 warning.
6582 * gdb.threads/siginfo-threads.exp: Likewise.
6583
6584 2017-09-04 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6587 "prototypes". Test calling float functions via prototyped and
6588 unprototyped function pointers.
6589 (perform_all_tests): New parameter "prototypes". Pass it down.
6590 (top level): Pass down "prototypes" parameter to
6591 perform_all_tests.
6592
6593 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6596 Test with nested loops.
6597
6598 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.base/commands.exp: Call the new procedures.
6601 (loop_break_test, loop_continue_test): New procedures.
6602
6603 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.base/commands.exp: Call new procedure.
6606 (define_if_without_arg_test): New procedure.
6607
6608 2017-09-04 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/list-ambiguous.exp: New file.
6611 * gdb.base/list-ambiguous0.c: New file.
6612 * gdb.base/list-ambiguous1.c: New file.
6613 * gdb.base/list.exp (test_list_range): Adjust expected output.
6614
6615 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6616
6617 * gdb.base/share-env-with-gdbserver.c: New file.
6618 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6619
6620 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * gdb.base/commands.exp (gdbvar_simple_if_test,
6623 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6624 progvar_simple_if_test, progvar_simple_while_test,
6625 progvar_complex_if_while_test, user_defined_command_test,
6626 user_defined_command_args_eval,
6627 user_defined_command_args_stack_test,
6628 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6629 temporary_breakpoint_commands,
6630 gdb_test_no_prompt, redefine_hook_test,
6631 redefine_backtrace_test): Remove "global gdb_prompt".
6632
6633 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6636 New proc, call it from toplevel.
6637
6638 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 PR remote/21852
6641 * gdb.server/normal.c: New file, copied from gdb.base.
6642 * gdb.server/run-without-local-binary.exp: New file.
6643
6644 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6645
6646 * gdb.arch/sparc64-adi.exp: New file.
6647 * gdb.arch/sparc64-adi.c: New file.
6648
6649 2017-08-22 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6652 (top level): Add "list all overloads" tests.
6653
6654 2017-08-22 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.gdb/xfullpath.exp: Remove.
6657
6658 2017-08-21 Pedro Alves <palves@redhat.com>
6659
6660 PR gdb/19487
6661 * gdb.base/symbol-alias.c: New.
6662 * gdb.base/symbol-alias2.c: New.
6663 * gdb.base/symbol-alias.exp: New.
6664
6665 2017-08-21 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/dfp-test.c
6668 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6669 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6670 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6671 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6672 * gdb.base/whatis-ptype-typedefs.c: New.
6673 * gdb.base/whatis-ptype-typedefs.exp: New.
6674 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6675 (an_int, an_int_type, an_int_type2): New globals.
6676 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6677 involving typedefs and cast expressions.
6678 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6679 (lookup_typedefs_function): New.
6680 (typedefs_pretty_printers_dict): New.
6681 (top level): Register lookup_typedefs_function in
6682 gdb.pretty_printers.
6683
6684 2017-08-18 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.server/unittest.exp: New.
6687
6688 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6689
6690 PR gdb/21954
6691 * gdb.base/environ.exp: Add test to check if 'unset environment'
6692 works.
6693
6694 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6695
6696 * lib/gdb.exp (universal_compile_options): New caching proc.
6697 (gdb_compile): Suppress GCC's coloring of messages.
6698
6699 2017-08-14 Tom Tromey <tom@tromey.com>
6700
6701 PR gdb/21675:
6702 * gdb.base/printcmds.exp (test_radices): New function.
6703 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6704 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6705 * lib/gdb.exp (get_integer_valueof): Use p/d.
6706
6707 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6708
6709 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6710 characters.
6711
6712 2017-08-05 Tom Tromey <tom@tromey.com>
6713
6714 * gdb.rust/simple.exp: Allow String to appear in a different
6715 namespace.
6716
6717 2017-07-26 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.gdb/unittest.exp: Invoke command
6720 "maintenance check xml-descriptions".
6721
6722 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6723
6724 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6725 calling context.
6726 (hex128): Drop erroneous calculation of parameters.
6727
6728 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6729
6730 * gdb.python/py-unwind.exp: Disable stack protection when
6731 building test file.
6732
6733 2017-07-20 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/default.exp (set language): Adjust expected output.
6736
6737 2017-07-20 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6740 (test_minsym): ... this, and make static.
6741 (get_pck__foo__bar__minsym): Rename to ...
6742 (get_test_minsym): ... this.
6743 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6744 symbol names and comments.
6745 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6746 (get_test_minsym): ... this.
6747 (pck__foo__bar__minsym__2): Rename to ...
6748 (test_minsym): ... this.
6749 (main): Adjust.
6750
6751 2017-07-17 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/completion.exp: Adjust expected output.
6754 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6755 the completer works.
6756
6757 2017-07-17 Pedro Alves <palves@redhat.com>
6758
6759 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6760
6761 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6764
6765 2017-07-14 Tom Tromey <tom@tromey.com>
6766
6767 PR rust/21764:
6768 * gdb.rust/simple.exp: Add tests.
6769
6770 2017-07-14 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6773
6774 2017-07-14 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.linespec/base/one/thefile.cc (z1): New function.
6777 * gdb.linespec/base/two/thefile.cc (z2): New function.
6778 * gdb.linespec/linespec.exp: Add tests.
6779
6780 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6781
6782 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6783 to mi_create_breakpoint.
6784
6785 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6788 mi_create_breakpoint.
6789
6790 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6791
6792 * gdb.dlang/demangle.exp: Update for demangling changes.
6793
6794 2017-07-09 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.dwarf2/shortpiece.exp: New file.
6797
6798 2017-07-06 David Blaikie <dblaikie@gmail.com>
6799
6800 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6801 built from fissiont-multi-cu{1,2}.c.
6802 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6803 except putting 'main' and 'func' in separate CUs in the same DWO file.
6804 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6805 test.
6806 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6807 test.
6808
6809 2017-07-06 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.python/py-unwind.exp: Test flushregs.
6812
6813 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6814
6815 PR cli/21688
6816 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6817 tests for alias commands and trailing whitespace.
6818
6819 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6820
6821 PR cli/21688
6822 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6823 procedure. Call it.
6824
6825 2017-06-29 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.base/printcmds.exp: Add tests.
6828
6829 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6830
6831 PR gdb/21337
6832 * gdb.base/reread-readsym.exp: New file.
6833 * gdb.base/reread-readsym.c: New file.
6834
6835 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6836
6837 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6838 subpattern.
6839
6840 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6841
6842 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6843 extended mnemonic.
6844 * gdb.arch/powerpc-power9.s: Likewise.
6845
6846 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6847
6848 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6849 on 32-bit x86 targets. Exploit is_*_target macros where
6850 appropriate.
6851
6852 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6853
6854 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6855 register pieces.
6856
6857 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6860 located in one or more DWARF pieces.
6861
6862 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6863
6864 * lib/gdb.exp (get_endianness): New proc.
6865 * gdb.arch/aarch64-fp.exp: Use it.
6866 * gdb.arch/altivec-regs.exp: Likewise.
6867 * gdb.arch/e500-regs.exp: Likewise.
6868 * gdb.arch/vsx-regs.exp: Likewise.
6869 * gdb.base/dump.exp: Likewise.
6870 * gdb.base/funcargs.exp: Likewise.
6871 * gdb.base/gnu_vector.exp: Likewise.
6872 * gdb.dwarf2/formdata16.exp: Likewise.
6873 * gdb.dwarf2/implptrpiece.exp: Likewise.
6874 * gdb.dwarf2/nonvar-access.exp: Likewise.
6875 * gdb.python/py-inferior.exp: Likewise.
6876 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6877
6878 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6879
6880 PR gdb/21226
6881 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6882 stack value pieces are taken from the LSB end.
6883
6884 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6885
6886 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6887 variable at nonzero offset.
6888
6889 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 * gdb.dwarf2/var-access.c: New file.
6892 * gdb.dwarf2/var-access.exp: New test.
6893 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6894
6895 2017-06-12 Tom Tromey <tom@tromey.com>
6896
6897 * gdb.dwarf2/formdata16.exp: Add tests.
6898
6899 2017-06-12 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6902
6903 2017-06-12 Tom Tromey <tom@tromey.com>
6904
6905 PR exp/16225:
6906 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6907 * gdb.arch/vsx-regs.exp: Update tests.
6908 * gdb.arch/s390-vregs.exp (hex128): New proc.
6909 Update test.
6910 * gdb.arch/altivec-regs.exp: Update tests.
6911
6912 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6913
6914 * gdb.base/startup-with-shell.c: New file.
6915 * gdb.base/startup-with-shell.exp: Likewise.
6916
6917 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6918
6919 * gdb.server/non-existing-program.exp: Update regex in order to
6920 reflect the fact that gdbserver is now using fork_inferior (with a
6921 shell) to startup the inferior.
6922
6923 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6926 support function calls from GDB.
6927
6928 2017-05-21 Tom Tromey <tom@tromey.com>
6929
6930 PR rust/21466:
6931 * gdb.rust/unsized.exp: New file.
6932 * gdb.rust/unsized.rs: New file.
6933
6934 2017-05-19 Tom Tromey <tom@tromey.com>
6935
6936 PR rust/21484:
6937 * gdb.rust/watch.exp: New file.
6938 * gdb.rust/watch.rs: New file.
6939
6940 2017-05-18 Tom Tromey <tom@tromey.com>
6941
6942 * gdb.rust/simple.exp: Allow Box to be qualified.
6943
6944 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6945
6946 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6947
6948 2017-05-18 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/fileio.c (test_write, test_read, test_close)
6951 (test_fstat): Don't print 'ret' in the fail path.
6952
6953 2017-05-18 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6956 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6957 (test_system, test_rename, test_unlink, test_time): Change
6958 prototypes.
6959 * gdb.base/fileio.exp (stop_msg): Adjust.
6960
6961 2017-05-18 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.base/fileio.c (null_str): New global.
6964 (test_stat): Use it.
6965 * gdb.base/fileio.exp: Remove nowarnings.
6966
6967 2017-05-17 Yao Qi <yao.qi@linaro.org>
6968
6969 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6970
6971 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6972
6973 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6974 argument command.
6975 (top-level): Invoke test_set_inferior_tty.
6976
6977 2017-05-04 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6980 Add parens to print call for Python 3.
6981
6982 2017-05-03 Keith Seitz <keiths@redhat.com>
6983
6984 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6985 (main): Call it.
6986
6987 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6988
6989 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6990 to prev and next.
6991
6992 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6993
6994 * gdb.python/py-record-btrace.exp: Remove test for
6995 gdb.BtraceInstruction.error.
6996
6997 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6998
6999 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7000
7001 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7002
7003 * gdb.python/py-record-btrace-threads.c: New file.
7004 * gdb.python/py-record-btrace-threads.exp: New file.
7005
7006 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7007
7008 PR testsuite/8595
7009 * gdb.base/environ.exp: Make test available in all architectures.
7010 Move bits related to "info program" testing to
7011 gdb.base/info-program.exp. Rewrite tests to use the two new
7012 procedures mentione below.
7013 (test_set_show_env_var) New procedure.
7014 (test_set_show_env_var_equal): Likewise.
7015 * gdb.base/info-program.exp: New file.
7016
7017 2017-04-27 Keith Seitz <keiths@redhat.com>
7018
7019 * gdb.cp/oranking.cc (test15): New function.
7020 (main): Call test15 and declare additional variables for testing.
7021 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7022 "p foo101('abc')" tests.
7023 Add tests for cv qualifier overloads.
7024 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7025 "lvalue reference overload" test.
7026 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7027 "print value of f1 on Child&& in f2" test.
7028
7029 2017-04-19 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7032 procedure.
7033 (top level): Call it.
7034 * lib/gdb.exp (gdb_define_cmd): New procedure.
7035
7036 2017-04-12 Pedro Alves <palves@redhat.com>
7037
7038 PR gdb/21323
7039 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7040 (wchar): New global.
7041 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7042 (do_test_wide_char, wide_char_types_no_program, top level): Add
7043 wchar_t testing.
7044
7045 2017-04-12 Pedro Alves <palves@redhat.com>
7046
7047 PR c++/21323
7048 * gdb.cp/wide_char_types.c: New file.
7049 * gdb.cp/wide_char_types.exp: New file.
7050
7051 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7052
7053 PR gdb/21352
7054 * gdb.trace/tsv.exp: Add test for "tsave -r".
7055
7056 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7057
7058 * gdb.dlang/watch-loc.c: New file.
7059 * gdb.dlang/watch-loc.exp: New file.
7060
7061 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7064
7065 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7066
7067 * gdb.arch/arc-analyze-prologue.S: New file.
7068 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7069
7070 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7071
7072 * gdb.arch/arc-decode-insn.S: New file.
7073 * gdb.arch/arc-decode-insn.exp: Likewise.
7074
7075 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7076
7077 PR tdep/20928
7078 * gdb.arch/sparc64-regs.exp: New file.
7079 * gdb.arch/sparc64-regs.S: Likewise.
7080
7081 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7082
7083 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7084 and memory view on Python 3.
7085
7086 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
7087 Keith Seitz <keiths@redhat.com>
7088
7089 PR gdb/14441
7090 * gdb.cp/demangle.exp: Add rvalue reference tests.
7091 * gdb.cp/rvalue-ref-casts.cc: New file.
7092 * gdb.cp/rvalue-ref-casts.exp: New file.
7093 * gdb.cp/rvalue-ref-overload.cc: New file.
7094 * gdb.cp/rvalue-ref-overload.exp: New file.
7095 * gdb.cp/rvalue-ref-params.cc: New file.
7096 * gdb.cp/rvalue-ref-params.exp: New file.
7097 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7098 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7099 * gdb.cp/rvalue-ref-types.cc: New file.
7100 * gdb.cp/rvalue-ref-types.exp: New file.
7101 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7102 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7103
7104 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7105
7106 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7107 New procedure.
7108
7109 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7110
7111 * lib/mi-support.exp (mi_gdb_test): Add additional message
7112 for unexpected output.
7113
7114 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7115
7116 * gdb.base/examine-backward.c (Barrier): New character array
7117 constant, to ensure that TestStrings is preceded by a string
7118 terminator.
7119
7120 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7121
7122 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7123 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7124 and implicit pointer into such a location.
7125
7126 2017-03-16 Doug Evans <dje@google.com>
7127
7128 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7129
7130 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7131
7132 * gdb.cp/m-static.exp: Fix expectation for prototype of
7133 test5.single_constructor and single_constructor::single_constructor.
7134
7135 2017-03-16 Doug Evans <dje@google.com>
7136
7137 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7138 * gdb.guile/scm-lazy-string.c: New file.
7139 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7140 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7141 for pointer, array, typedef lazy strings.
7142
7143 2017-03-16 Doug Evans <dje@google.com>
7144
7145 PR python/17728, python/18439, python/18779
7146 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7147 * gdb.python/py-lazy-string.c (pointer): New typedef.
7148 (main): New locals ptr, array, typedef_ptr.
7149 * gdb.python/py-value.exp: Move lazy string tests to ...
7150 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7151 array, typedef lazy strings.
7152
7153 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7154
7155 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7156 Add optional 'test' parameter.
7157
7158 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7159
7160 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7161 Skip for versions of DejaGnu < 1.5.
7162
7163 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7164
7165 * lib/gdb.exp (dejagnu_version): New proc.
7166 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7167 Use dejagnu_version.
7168
7169 2017-03-10 Keith Seitz <keiths@redhat.com>
7170
7171 PR c++/8128
7172 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7173 type from destructor regexps.
7174 Add a branch which actually passes the test.
7175 Adjust "ptype t5i" test names.
7176
7177 2017-03-08 Pedro Alves <palves@redhat.com>
7178
7179 * gdb.base/step-over-exit.exp: Add explicit test message.
7180
7181 2017-03-08 Pedro Alves <palves@redhat.com>
7182
7183 PR gdb/18360
7184 * gdb.threads/interrupt-while-step-over.c: New file.
7185 * gdb.threads/interrupt-while-step-over.exp: New file.
7186
7187 2017-03-08 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7190 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7191
7192 2017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7195 PKRU as not supported as a PASS.
7196
7197 2017-03-08 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7200 prefix instead of $binfile1/$binfile2.
7201 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7202 in test message.
7203 * gdb.python/py-completion.exp: Use "load python file" as test
7204 messages instead of unstable path names.
7205
7206 2017-03-08 Pedro Alves <palves@redhat.com>
7207 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 PR cli/21218
7210 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7211 New proc.
7212 (top level): Call it.
7213
7214 2017-03-08 Pedro Alves <palves@redhat.com>
7215
7216 PR tui/21216
7217 * gdb.tui/tui-nl-filtered-output.exp: New file.
7218
7219 2017-03-08 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/completion.exp: Move TUI completion tests to ...
7222 * gdb.tui/completion.exp: ... this new file.
7223
7224 2017-03-08 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.base/tui-disasm-long-lines.c,
7227 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7228 gdb.base/tui-layout.exp: Move to ...
7229 * gdb.tui/: ... this new directory.
7230
7231 2017-03-07 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/tui-layout.c: New file.
7234 * gdb.base/tui-layout.exp: New file.
7235
7236 2017-03-07 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/tui-layout.c: Rename to ...
7239 * gdb.base/tui-disasm-long-lines.c: ... this.
7240 * gdb.base/tui-layout.exp: Rename to ...
7241 * gdb.base/tui-disasm-long-lines.exp: ... this.
7242
7243 2017-03-07 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7246
7247 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7248
7249 * i386-mpx-call.c: New file.
7250 * i386-mpx-call.exp: New file.
7251
7252 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7253
7254 * gdb.arch/powerpc-power.exp: Delete test.
7255 * gdb.arch/powerpc-power.s: Likewise.
7256 * gdb.disasm/disassembler-options.exp: New test.
7257 * gdb.arch/powerpc-altivec.exp: Likewise.
7258 * gdb.arch/powerpc-altivec.s: Likewise.
7259 * gdb.arch/powerpc-altivec2.exp: Likewise.
7260 * gdb.arch/powerpc-altivec2.s: Likewise.
7261 * gdb.arch/powerpc-altivec3.exp: Likewise.
7262 * gdb.arch/powerpc-altivec3.s: Likewise.
7263 * gdb.arch/powerpc-power7.exp: Likewise.
7264 * gdb.arch/powerpc-power7.s: Likewise.
7265 * gdb.arch/powerpc-power8.exp: Likewise.
7266 * gdb.arch/powerpc-power8.s: Likewise.
7267 * gdb.arch/powerpc-power9.exp: Likewise.
7268 * gdb.arch/powerpc-power9.s: Likewise.
7269 * gdb.arch/powerpc-vsx.exp: Likewise.
7270 * gdb.arch/powerpc-vsx.s: Likewise.
7271 * gdb.arch/powerpc-vsx2.exp: Likewise.
7272 * gdb.arch/powerpc-vsx2.s: Likewise.
7273 * gdb.arch/powerpc-vsx3.exp: Likewise.
7274 * gdb.arch/powerpc-vsx3.s: Likewise.
7275 * gdb.arch/arm-disassembler-options.exp: Likewise.
7276 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7277 * gdb.arch/s390-disassembler-options.exp: Likewise.
7278
7279 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7280
7281 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7282 (check_supported_features): ... this. Changed return type to void.
7283 (supports_rdseed): New static global.
7284 (rdseed): Check supports_rdseed.
7285 (initialize): Call check_supported_features.
7286
7287 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7288
7289 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7290 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7291 and lqarx/stqcx.
7292 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7293 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7294
7295 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7296
7297 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7298 uppercase.
7299
7300 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.dwarf2/formdata16.c: New file.
7303 * gdb.dwarf2/formdata16.exp: New file.
7304 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7305
7306 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7309 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7310 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7311 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7312 DW_AT_GNU_*.
7313
7314 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7317
7318 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7319
7320 PR gdb/21164
7321 * gdb.base/maint.exp: Add testcases for when the commands do
7322 not have arguments.
7323
7324 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7325
7326 * gdb.cp/chained-calls.exp: Use p instead of P.
7327
7328 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7329
7330 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7331 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7332
7333 2017-02-14 Tom Tromey <tom@tromey.com>
7334
7335 PR python/13598:
7336 * gdb.python/py-events.exp: Add before_prompt event tests.
7337
7338 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339
7340 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7341
7342 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7343
7344 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7345 (main): Call my_unique_function_name.
7346 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7347 completion of patterns with a single match.
7348 Add missing -re switches to gdb_test_multiple calls.
7349
7350 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7351
7352 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7353 return if core file is not recognized.
7354
7355 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7358 and extra UIs.
7359
7360 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7363 proc_with_prefix.
7364
7365 2017-02-10 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7368
7369 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7370
7371 PR gdb/21122
7372 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7373
7374 2017-02-08 Jerome Guitton <guitton@adacore.com>
7375
7376 * gdb.base/define.exp: Add test for command abbreviations
7377 in define.
7378
7379 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7380
7381 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7382 * gdb.reverse/insn-reverse-x86.c: New file.
7383
7384 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7385
7386 PR tdep/20936
7387 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7388
7389 2017-02-03 Tom Tromey <tom@tromey.com>
7390
7391 PR rust/21097:
7392 * gdb.rust/simple.exp: Add new tests.
7393
7394 2017-02-02 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7397 tests.
7398
7399 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7400
7401 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7402 taking a 2-byte value out of a 4-byte DWARF implicit value on
7403 big-endian targets.
7404 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7405 logic. Add test cases for DW_OP_implicit.
7406
7407 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7408
7409 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7410
7411 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7412
7413 * gdb.btrace/enable.exp: Call gdb_exit before
7414 skip_gdbserver_tests.
7415
7416 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7417
7418 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7419 GDBFLAGS.
7420
7421 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7424 the test is skipped.
7425 * gdb.btrace/data.exp: Likewise.
7426 * gdb.btrace/delta.exp: Likewise.
7427 * gdb.btrace/dlopen.exp: Likewise.
7428 * gdb.btrace/enable-running.exp: Likewise.
7429 * gdb.btrace/enable.exp: Likewise.
7430 * gdb.btrace/exception.exp: Likewise.
7431 * gdb.btrace/function_call_history.exp: Likewise.
7432 * gdb.btrace/gcore.exp: Likewise.
7433 * gdb.btrace/instruction_history.exp: Likewise.
7434 * gdb.btrace/multi-thread-step.exp: Likewise.
7435 * gdb.btrace/nohist.exp: Likewise.
7436 * gdb.btrace/non-stop.exp: Likewise.
7437 * gdb.btrace/reconnect.exp: Likewise.
7438 * gdb.btrace/record_goto-step.exp: Likewise.
7439 * gdb.btrace/record_goto.exp: Likewise.
7440 * gdb.btrace/rn-dl-bind.exp: Likewise.
7441 * gdb.btrace/segv.exp: Likewise.
7442 * gdb.btrace/step.exp: Likewise.
7443 * gdb.btrace/stepi.exp: Likewise.
7444 * gdb.btrace/tailcall-only.exp: Likewise.
7445 * gdb.btrace/tailcall.exp: Likewise.
7446 * gdb.btrace/tsx.exp: Likewise.
7447 * gdb.btrace/unknown_functions.exp: Likewise.
7448 * gdb.btrace/vdso.exp: Likewise.
7449
7450 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7451
7452 * gdb.btrace/enable-running.c: New.
7453 * gdb.btrace/enable-running.exp: New.
7454
7455 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7456
7457 * gdb.arch/amd64-gs_base.c: New file.
7458 * gdb.arch/amd64-gs_base.exp: New file.
7459
7460 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7461
7462 * lib/memory.exp: Remove spurious empty newlines.
7463
7464 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7465
7466 * gdb.python/py-bad-printers.exp: Load python file using "source".
7467 * gdb.python/py-events.exp: Likewise.
7468 * gdb.python/py-evsignal.exp: Likewise.
7469 * gdb.python/py-evthreads.exp: Likewise.
7470 * gdb.python/py-frame-args.exp: Likewise.
7471 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7472 * gdb.python/py-framefilter-mi.exp: Likewise.
7473 * gdb.python/py-framefilter.exp: Likewise.
7474 * gdb.python/py-mi.exp: Likewise.
7475 * gdb.python/py-pp-maint.exp: Likewise.
7476 * gdb.python/py-pp-registration.exp: Likewise.
7477 * gdb.python/py-prettyprint.exp: Likewise.
7478 (run_lang_tests): Likewise.
7479 * gdb.python/py-typeprint.exp: Likewise.
7480
7481 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7482
7483 * lib/memory.exp: New file.
7484 * lib/gdb.exp: Load memory.exp.
7485 * gdb.base/memattr.exp (delete_memory): Move proc to
7486 lib/memory.exp and rename to delete_memory_regions.
7487 Replace delete_memory with delete_memory_regions.
7488 Cleanup memory regions before tests.
7489 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7490 before tests.
7491
7492 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7493
7494 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7495 files.
7496 (initialize): New function conditionally defined.
7497 (testcases): Move within conditional block.
7498 (main): Call initialize.
7499 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7500 of gdb.reverse/insn-reverse.c.
7501 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7502 gdb.reverse/insn-reverse.c.
7503
7504 2017-01-26 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7507 disassemble on address 0.
7508
7509 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7510 Yao Qi <yao.qi@linaro.org>
7511
7512 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7513 * gdb.dwarf2/implptr-64bit.S: Remove.
7514 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7515 variables in caller's context. Add DW_OP_implicit_value.
7516
7517 2017-01-25 Yao Qi <yao.qi@linaro.org>
7518
7519 * lib/dwarf.exp (Dwarf::_location): Handle
7520 DW_OP_GNU_implicit_pointer with proper size.
7521
7522 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7523
7524 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7525 and add untested calls.
7526
7527 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7528
7529 * gdb.python/python.exp: Check line number against what GDB thinks
7530 the line number is for func1.
7531
7532 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7533
7534 * gdb.dlang/debug-expr.exp: New file.
7535
7536 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7537
7538 Fix test names for the following files:
7539
7540 * gdb.ada/exec_changed.exp
7541 * gdb.ada/info_types.exp
7542 * gdb.arch/aarch64-atomic-inst.exp
7543 * gdb.arch/aarch64-fp.exp
7544 * gdb.arch/altivec-abi.exp
7545 * gdb.arch/altivec-regs.exp
7546 * gdb.arch/amd64-byte.exp
7547 * gdb.arch/amd64-disp-step.exp
7548 * gdb.arch/amd64-dword.exp
7549 * gdb.arch/amd64-entry-value-inline.exp
7550 * gdb.arch/amd64-entry-value-param.exp
7551 * gdb.arch/amd64-entry-value-paramref.exp
7552 * gdb.arch/amd64-entry-value.exp
7553 * gdb.arch/amd64-i386-address.exp
7554 * gdb.arch/amd64-invalid-stack-middle.exp
7555 * gdb.arch/amd64-invalid-stack-top.exp
7556 * gdb.arch/amd64-optimout-repeat.exp
7557 * gdb.arch/amd64-prologue-skip.exp
7558 * gdb.arch/amd64-prologue-xmm.exp
7559 * gdb.arch/amd64-stap-special-operands.exp
7560 * gdb.arch/amd64-stap-wrong-subexp.exp
7561 * gdb.arch/amd64-tailcall-cxx.exp
7562 * gdb.arch/amd64-tailcall-noret.exp
7563 * gdb.arch/amd64-tailcall-ret.exp
7564 * gdb.arch/amd64-tailcall-self.exp
7565 * gdb.arch/amd64-word.exp
7566 * gdb.arch/arm-bl-branch-dest.exp
7567 * gdb.arch/arm-disp-step.exp
7568 * gdb.arch/arm-neon.exp
7569 * gdb.arch/arm-single-step-kernel-helper.exp
7570 * gdb.arch/avr-flash-qualifier.exp
7571 * gdb.arch/disp-step-insn-reloc.exp
7572 * gdb.arch/e500-abi.exp
7573 * gdb.arch/e500-regs.exp
7574 * gdb.arch/ftrace-insn-reloc.exp
7575 * gdb.arch/i386-avx512.exp
7576 * gdb.arch/i386-bp_permanent.exp
7577 * gdb.arch/i386-byte.exp
7578 * gdb.arch/i386-cfi-notcurrent.exp
7579 * gdb.arch/i386-disp-step.exp
7580 * gdb.arch/i386-dr3-watch.exp
7581 * gdb.arch/i386-float.exp
7582 * gdb.arch/i386-gnu-cfi.exp
7583 * gdb.arch/i386-mpx-map.exp
7584 * gdb.arch/i386-mpx-sigsegv.exp
7585 * gdb.arch/i386-mpx-simple_segv.exp
7586 * gdb.arch/i386-mpx.exp
7587 * gdb.arch/i386-permbkpt.exp
7588 * gdb.arch/i386-prologue.exp
7589 * gdb.arch/i386-signal.exp
7590 * gdb.arch/i386-size-overlap.exp
7591 * gdb.arch/i386-unwind.exp
7592 * gdb.arch/i386-word.exp
7593 * gdb.arch/mips-fcr.exp
7594 * gdb.arch/powerpc-d128-regs.exp
7595 * gdb.arch/powerpc-stackless.exp
7596 * gdb.arch/ppc64-atomic-inst.exp
7597 * gdb.arch/s390-stackless.exp
7598 * gdb.arch/s390-tdbregs.exp
7599 * gdb.arch/s390-vregs.exp
7600 * gdb.arch/sparc-sysstep.exp
7601 * gdb.arch/thumb-bx-pc.exp
7602 * gdb.arch/thumb-singlestep.exp
7603 * gdb.arch/thumb2-it.exp
7604 * gdb.arch/vsx-regs.exp
7605 * gdb.asm/asm-source.exp
7606 * gdb.base/a2-run.exp
7607 * gdb.base/advance.exp
7608 * gdb.base/all-bin.exp
7609 * gdb.base/anon.exp
7610 * gdb.base/args.exp
7611 * gdb.base/arithmet.exp
7612 * gdb.base/async-shell.exp
7613 * gdb.base/async.exp
7614 * gdb.base/attach-pie-noexec.exp
7615 * gdb.base/attach-twice.exp
7616 * gdb.base/auto-load.exp
7617 * gdb.base/bang.exp
7618 * gdb.base/bitfields.exp
7619 * gdb.base/break-always.exp
7620 * gdb.base/break-caller-line.exp
7621 * gdb.base/break-entry.exp
7622 * gdb.base/break-inline.exp
7623 * gdb.base/break-on-linker-gcd-function.exp
7624 * gdb.base/break-probes.exp
7625 * gdb.base/break.exp
7626 * gdb.base/breakpoint-shadow.exp
7627 * gdb.base/call-ar-st.exp
7628 * gdb.base/call-sc.exp
7629 * gdb.base/call-signal-resume.exp
7630 * gdb.base/call-strs.exp
7631 * gdb.base/callfuncs.exp
7632 * gdb.base/catch-fork-static.exp
7633 * gdb.base/catch-gdb-caused-signals.exp
7634 * gdb.base/catch-load.exp
7635 * gdb.base/catch-signal-fork.exp
7636 * gdb.base/catch-signal.exp
7637 * gdb.base/catch-syscall.exp
7638 * gdb.base/charset.exp
7639 * gdb.base/checkpoint.exp
7640 * gdb.base/chng-syms.exp
7641 * gdb.base/code-expr.exp
7642 * gdb.base/code_elim.exp
7643 * gdb.base/commands.exp
7644 * gdb.base/completion.exp
7645 * gdb.base/complex.exp
7646 * gdb.base/cond-expr.exp
7647 * gdb.base/condbreak.exp
7648 * gdb.base/consecutive.exp
7649 * gdb.base/continue-all-already-running.exp
7650 * gdb.base/coredump-filter.exp
7651 * gdb.base/corefile.exp
7652 * gdb.base/dbx.exp
7653 * gdb.base/debug-expr.exp
7654 * gdb.base/define.exp
7655 * gdb.base/del.exp
7656 * gdb.base/disabled-location.exp
7657 * gdb.base/disasm-end-cu.exp
7658 * gdb.base/disasm-optim.exp
7659 * gdb.base/display.exp
7660 * gdb.base/duplicate-bp.exp
7661 * gdb.base/ena-dis-br.exp
7662 * gdb.base/ending-run.exp
7663 * gdb.base/enumval.exp
7664 * gdb.base/environ.exp
7665 * gdb.base/eu-strip-infcall.exp
7666 * gdb.base/eval-avoid-side-effects.exp
7667 * gdb.base/eval-skip.exp
7668 * gdb.base/exitsignal.exp
7669 * gdb.base/expand-psymtabs.exp
7670 * gdb.base/filesym.exp
7671 * gdb.base/find-unmapped.exp
7672 * gdb.base/finish.exp
7673 * gdb.base/float.exp
7674 * gdb.base/foll-exec-mode.exp
7675 * gdb.base/foll-exec.exp
7676 * gdb.base/foll-fork.exp
7677 * gdb.base/fortran-sym-case.exp
7678 * gdb.base/freebpcmd.exp
7679 * gdb.base/func-ptr.exp
7680 * gdb.base/func-ptrs.exp
7681 * gdb.base/funcargs.exp
7682 * gdb.base/gcore-buffer-overflow.exp
7683 * gdb.base/gcore-relro-pie.exp
7684 * gdb.base/gcore-relro.exp
7685 * gdb.base/gcore.exp
7686 * gdb.base/gdb1090.exp
7687 * gdb.base/gdb11530.exp
7688 * gdb.base/gdb11531.exp
7689 * gdb.base/gdb1821.exp
7690 * gdb.base/gdbindex-stabs.exp
7691 * gdb.base/gdbvars.exp
7692 * gdb.base/hbreak.exp
7693 * gdb.base/hbreak2.exp
7694 * gdb.base/included.exp
7695 * gdb.base/infcall-input.exp
7696 * gdb.base/inferior-died.exp
7697 * gdb.base/infnan.exp
7698 * gdb.base/info-macros.exp
7699 * gdb.base/info-os.exp
7700 * gdb.base/info-proc.exp
7701 * gdb.base/info-shared.exp
7702 * gdb.base/info-target.exp
7703 * gdb.base/infoline.exp
7704 * gdb.base/interp.exp
7705 * gdb.base/interrupt.exp
7706 * gdb.base/jit-reader.exp
7707 * gdb.base/jit-simple.exp
7708 * gdb.base/kill-after-signal.exp
7709 * gdb.base/kill-detach-inferiors-cmd.exp
7710 * gdb.base/label.exp
7711 * gdb.base/langs.exp
7712 * gdb.base/ldbl_e308.exp
7713 * gdb.base/line-symtabs.exp
7714 * gdb.base/linespecs.exp
7715 * gdb.base/list.exp
7716 * gdb.base/long_long.exp
7717 * gdb.base/longest-types.exp
7718 * gdb.base/maint.exp
7719 * gdb.base/max-value-size.exp
7720 * gdb.base/memattr.exp
7721 * gdb.base/mips_pro.exp
7722 * gdb.base/morestack.exp
7723 * gdb.base/moribund-step.exp
7724 * gdb.base/multi-forks.exp
7725 * gdb.base/nested-addr.exp
7726 * gdb.base/nextoverexit.exp
7727 * gdb.base/noreturn-finish.exp
7728 * gdb.base/noreturn-return.exp
7729 * gdb.base/nostdlib.exp
7730 * gdb.base/offsets.exp
7731 * gdb.base/opaque.exp
7732 * gdb.base/pc-fp.exp
7733 * gdb.base/permissions.exp
7734 * gdb.base/print-symbol-loading.exp
7735 * gdb.base/prologue-include.exp
7736 * gdb.base/psymtab.exp
7737 * gdb.base/ptype.exp
7738 * gdb.base/random-signal.exp
7739 * gdb.base/randomize.exp
7740 * gdb.base/range-stepping.exp
7741 * gdb.base/readline-ask.exp
7742 * gdb.base/recpar.exp
7743 * gdb.base/recurse.exp
7744 * gdb.base/relational.exp
7745 * gdb.base/restore.exp
7746 * gdb.base/return-nodebug.exp
7747 * gdb.base/return.exp
7748 * gdb.base/run-after-attach.exp
7749 * gdb.base/save-bp.exp
7750 * gdb.base/scope.exp
7751 * gdb.base/sect-cmd.exp
7752 * gdb.base/set-lang-auto.exp
7753 * gdb.base/set-noassign.exp
7754 * gdb.base/setvar.exp
7755 * gdb.base/sigall.exp
7756 * gdb.base/sigbpt.exp
7757 * gdb.base/siginfo-addr.exp
7758 * gdb.base/siginfo-infcall.exp
7759 * gdb.base/siginfo-obj.exp
7760 * gdb.base/siginfo.exp
7761 * gdb.base/signals-state-child.exp
7762 * gdb.base/signest.exp
7763 * gdb.base/sigstep.exp
7764 * gdb.base/sizeof.exp
7765 * gdb.base/skip.exp
7766 * gdb.base/solib-corrupted.exp
7767 * gdb.base/solib-nodir.exp
7768 * gdb.base/solib-search.exp
7769 * gdb.base/stack-checking.exp
7770 * gdb.base/stale-infcall.exp
7771 * gdb.base/stap-probe.exp
7772 * gdb.base/start.exp
7773 * gdb.base/step-break.exp
7774 * gdb.base/step-bt.exp
7775 * gdb.base/step-line.exp
7776 * gdb.base/step-over-exit.exp
7777 * gdb.base/step-over-syscall.exp
7778 * gdb.base/step-resume-infcall.exp
7779 * gdb.base/step-test.exp
7780 * gdb.base/store.exp
7781 * gdb.base/structs3.exp
7782 * gdb.base/sym-file.exp
7783 * gdb.base/symbol-without-target_section.exp
7784 * gdb.base/term.exp
7785 * gdb.base/testenv.exp
7786 * gdb.base/ui-redirect.exp
7787 * gdb.base/until.exp
7788 * gdb.base/unwindonsignal.exp
7789 * gdb.base/value-double-free.exp
7790 * gdb.base/vla-datatypes.exp
7791 * gdb.base/vla-ptr.exp
7792 * gdb.base/vla-sideeffect.exp
7793 * gdb.base/volatile.exp
7794 * gdb.base/watch-cond-infcall.exp
7795 * gdb.base/watch-cond.exp
7796 * gdb.base/watch-non-mem.exp
7797 * gdb.base/watch-read.exp
7798 * gdb.base/watch-vfork.exp
7799 * gdb.base/watchpoint-cond-gone.exp
7800 * gdb.base/watchpoint-delete.exp
7801 * gdb.base/watchpoint-hw-hit-once.exp
7802 * gdb.base/watchpoint-hw.exp
7803 * gdb.base/watchpoint-stops-at-right-insn.exp
7804 * gdb.base/watchpoints.exp
7805 * gdb.base/wchar.exp
7806 * gdb.base/whatis-exp.exp
7807 * gdb.btrace/buffer-size.exp
7808 * gdb.btrace/data.exp
7809 * gdb.btrace/delta.exp
7810 * gdb.btrace/dlopen.exp
7811 * gdb.btrace/enable.exp
7812 * gdb.btrace/exception.exp
7813 * gdb.btrace/function_call_history.exp
7814 * gdb.btrace/gcore.exp
7815 * gdb.btrace/instruction_history.exp
7816 * gdb.btrace/nohist.exp
7817 * gdb.btrace/reconnect.exp
7818 * gdb.btrace/record_goto-step.exp
7819 * gdb.btrace/record_goto.exp
7820 * gdb.btrace/rn-dl-bind.exp
7821 * gdb.btrace/segv.exp
7822 * gdb.btrace/step.exp
7823 * gdb.btrace/stepi.exp
7824 * gdb.btrace/tailcall-only.exp
7825 * gdb.btrace/tailcall.exp
7826 * gdb.btrace/tsx.exp
7827 * gdb.btrace/unknown_functions.exp
7828 * gdb.btrace/vdso.exp
7829 * gdb.compile/compile-ifunc.exp
7830 * gdb.compile/compile-ops.exp
7831 * gdb.compile/compile-print.exp
7832 * gdb.compile/compile-setjmp.exp
7833 * gdb.cp/abstract-origin.exp
7834 * gdb.cp/ambiguous.exp
7835 * gdb.cp/annota2.exp
7836 * gdb.cp/annota3.exp
7837 * gdb.cp/anon-ns.exp
7838 * gdb.cp/anon-struct.exp
7839 * gdb.cp/anon-union.exp
7840 * gdb.cp/arg-reference.exp
7841 * gdb.cp/baseenum.exp
7842 * gdb.cp/bool.exp
7843 * gdb.cp/breakpoint.exp
7844 * gdb.cp/bs15503.exp
7845 * gdb.cp/call-c.exp
7846 * gdb.cp/casts.exp
7847 * gdb.cp/chained-calls.exp
7848 * gdb.cp/class2.exp
7849 * gdb.cp/classes.exp
7850 * gdb.cp/cmpd-minsyms.exp
7851 * gdb.cp/converts.exp
7852 * gdb.cp/cp-relocate.exp
7853 * gdb.cp/cpcompletion.exp
7854 * gdb.cp/cpexprs.exp
7855 * gdb.cp/cplabel.exp
7856 * gdb.cp/cplusfuncs.exp
7857 * gdb.cp/cpsizeof.exp
7858 * gdb.cp/ctti.exp
7859 * gdb.cp/derivation.exp
7860 * gdb.cp/destrprint.exp
7861 * gdb.cp/dispcxx.exp
7862 * gdb.cp/enum-class.exp
7863 * gdb.cp/exception.exp
7864 * gdb.cp/exceptprint.exp
7865 * gdb.cp/expand-psymtabs-cxx.exp
7866 * gdb.cp/expand-sals.exp
7867 * gdb.cp/extern-c.exp
7868 * gdb.cp/filename.exp
7869 * gdb.cp/formatted-ref.exp
7870 * gdb.cp/fpointer.exp
7871 * gdb.cp/gdb1355.exp
7872 * gdb.cp/gdb2495.exp
7873 * gdb.cp/hang.exp
7874 * gdb.cp/impl-this.exp
7875 * gdb.cp/infcall-dlopen.exp
7876 * gdb.cp/inherit.exp
7877 * gdb.cp/iostream.exp
7878 * gdb.cp/koenig.exp
7879 * gdb.cp/local.exp
7880 * gdb.cp/m-data.exp
7881 * gdb.cp/m-static.exp
7882 * gdb.cp/mb-ctor.exp
7883 * gdb.cp/mb-inline.exp
7884 * gdb.cp/mb-templates.exp
7885 * gdb.cp/member-name.exp
7886 * gdb.cp/member-ptr.exp
7887 * gdb.cp/meth-typedefs.exp
7888 * gdb.cp/method.exp
7889 * gdb.cp/method2.exp
7890 * gdb.cp/minsym-fallback.exp
7891 * gdb.cp/misc.exp
7892 * gdb.cp/namelessclass.exp
7893 * gdb.cp/namespace-enum.exp
7894 * gdb.cp/namespace-nested-import.exp
7895 * gdb.cp/namespace.exp
7896 * gdb.cp/nextoverthrow.exp
7897 * gdb.cp/no-dmgl-verbose.exp
7898 * gdb.cp/non-trivial-retval.exp
7899 * gdb.cp/noparam.exp
7900 * gdb.cp/nsdecl.exp
7901 * gdb.cp/nsimport.exp
7902 * gdb.cp/nsnested.exp
7903 * gdb.cp/nsnoimports.exp
7904 * gdb.cp/nsrecurs.exp
7905 * gdb.cp/nsstress.exp
7906 * gdb.cp/nsusing.exp
7907 * gdb.cp/operator.exp
7908 * gdb.cp/oranking.exp
7909 * gdb.cp/overload-const.exp
7910 * gdb.cp/overload.exp
7911 * gdb.cp/ovldbreak.exp
7912 * gdb.cp/ovsrch.exp
7913 * gdb.cp/paren-type.exp
7914 * gdb.cp/parse-lang.exp
7915 * gdb.cp/pass-by-ref.exp
7916 * gdb.cp/pr-1023.exp
7917 * gdb.cp/pr-1210.exp
7918 * gdb.cp/pr-574.exp
7919 * gdb.cp/pr10687.exp
7920 * gdb.cp/pr12028.exp
7921 * gdb.cp/pr17132.exp
7922 * gdb.cp/pr17494.exp
7923 * gdb.cp/pr9067.exp
7924 * gdb.cp/pr9167.exp
7925 * gdb.cp/pr9631.exp
7926 * gdb.cp/printmethod.exp
7927 * gdb.cp/psmang.exp
7928 * gdb.cp/psymtab-parameter.exp
7929 * gdb.cp/ptype-cv-cp.exp
7930 * gdb.cp/ptype-flags.exp
7931 * gdb.cp/re-set-overloaded.exp
7932 * gdb.cp/ref-types.exp
7933 * gdb.cp/rtti.exp
7934 * gdb.cp/scope-err.exp
7935 * gdb.cp/shadow.exp
7936 * gdb.cp/smartp.exp
7937 * gdb.cp/static-method.exp
7938 * gdb.cp/static-print-quit.exp
7939 * gdb.cp/temargs.exp
7940 * gdb.cp/templates.exp
7941 * gdb.cp/try_catch.exp
7942 * gdb.cp/typedef-operator.exp
7943 * gdb.cp/typeid.exp
7944 * gdb.cp/userdef.exp
7945 * gdb.cp/using-crash.exp
7946 * gdb.cp/var-tag.exp
7947 * gdb.cp/virtbase.exp
7948 * gdb.cp/virtfunc.exp
7949 * gdb.cp/virtfunc2.exp
7950 * gdb.cp/vla-cxx.exp
7951 * gdb.disasm/t01_mov.exp
7952 * gdb.disasm/t02_mova.exp
7953 * gdb.disasm/t03_add.exp
7954 * gdb.disasm/t04_sub.exp
7955 * gdb.disasm/t05_cmp.exp
7956 * gdb.disasm/t06_ari2.exp
7957 * gdb.disasm/t07_ari3.exp
7958 * gdb.disasm/t08_or.exp
7959 * gdb.disasm/t09_xor.exp
7960 * gdb.disasm/t10_and.exp
7961 * gdb.disasm/t11_logs.exp
7962 * gdb.disasm/t12_bit.exp
7963 * gdb.disasm/t13_otr.exp
7964 * gdb.dlang/circular.exp
7965 * gdb.dwarf2/arr-stride.exp
7966 * gdb.dwarf2/arr-subrange.exp
7967 * gdb.dwarf2/atomic-type.exp
7968 * gdb.dwarf2/bad-regnum.exp
7969 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7970 * gdb.dwarf2/callframecfa.exp
7971 * gdb.dwarf2/clztest.exp
7972 * gdb.dwarf2/corrupt.exp
7973 * gdb.dwarf2/data-loc.exp
7974 * gdb.dwarf2/dup-psym.exp
7975 * gdb.dwarf2/dw2-anon-mptr.exp
7976 * gdb.dwarf2/dw2-anonymous-func.exp
7977 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7978 * gdb.dwarf2/dw2-bad-unresolved.exp
7979 * gdb.dwarf2/dw2-basic.exp
7980 * gdb.dwarf2/dw2-canonicalize-type.exp
7981 * gdb.dwarf2/dw2-case-insensitive.exp
7982 * gdb.dwarf2/dw2-common-block.exp
7983 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7984 * gdb.dwarf2/dw2-compressed.exp
7985 * gdb.dwarf2/dw2-const.exp
7986 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7987 * gdb.dwarf2/dw2-cu-size.exp
7988 * gdb.dwarf2/dw2-dup-frame.exp
7989 * gdb.dwarf2/dw2-entry-value.exp
7990 * gdb.dwarf2/dw2-icycle.exp
7991 * gdb.dwarf2/dw2-ifort-parameter.exp
7992 * gdb.dwarf2/dw2-inline-break.exp
7993 * gdb.dwarf2/dw2-inline-param.exp
7994 * gdb.dwarf2/dw2-intercu.exp
7995 * gdb.dwarf2/dw2-intermix.exp
7996 * gdb.dwarf2/dw2-lexical-block-bare.exp
7997 * gdb.dwarf2/dw2-linkage-name-trust.exp
7998 * gdb.dwarf2/dw2-minsym-in-cu.exp
7999 * gdb.dwarf2/dw2-noloc.exp
8000 * gdb.dwarf2/dw2-op-call.exp
8001 * gdb.dwarf2/dw2-op-out-param.exp
8002 * gdb.dwarf2/dw2-opt-structptr.exp
8003 * gdb.dwarf2/dw2-param-error.exp
8004 * gdb.dwarf2/dw2-producer.exp
8005 * gdb.dwarf2/dw2-ranges-base.exp
8006 * gdb.dwarf2/dw2-ref-missing-frame.exp
8007 * gdb.dwarf2/dw2-reg-undefined.exp
8008 * gdb.dwarf2/dw2-regno-invalid.exp
8009 * gdb.dwarf2/dw2-restore.exp
8010 * gdb.dwarf2/dw2-restrict.exp
8011 * gdb.dwarf2/dw2-single-line-discriminators.exp
8012 * gdb.dwarf2/dw2-strp.exp
8013 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8014 * gdb.dwarf2/dw2-unresolved.exp
8015 * gdb.dwarf2/dw2-var-zero-addr.exp
8016 * gdb.dwarf2/dw4-sig-types.exp
8017 * gdb.dwarf2/dwz.exp
8018 * gdb.dwarf2/dynarr-ptr.exp
8019 * gdb.dwarf2/enum-type.exp
8020 * gdb.dwarf2/gdb-index.exp
8021 * gdb.dwarf2/implptr-64bit.exp
8022 * gdb.dwarf2/implptr-optimized-out.exp
8023 * gdb.dwarf2/implptr.exp
8024 * gdb.dwarf2/implref-array.exp
8025 * gdb.dwarf2/implref-const.exp
8026 * gdb.dwarf2/implref-global.exp
8027 * gdb.dwarf2/implref-struct.exp
8028 * gdb.dwarf2/mac-fileno.exp
8029 * gdb.dwarf2/main-subprogram.exp
8030 * gdb.dwarf2/member-ptr-forwardref.exp
8031 * gdb.dwarf2/method-ptr.exp
8032 * gdb.dwarf2/missing-sig-type.exp
8033 * gdb.dwarf2/nonvar-access.exp
8034 * gdb.dwarf2/opaque-type-lookup.exp
8035 * gdb.dwarf2/pieces-optimized-out.exp
8036 * gdb.dwarf2/pieces.exp
8037 * gdb.dwarf2/pr10770.exp
8038 * gdb.dwarf2/pr13961.exp
8039 * gdb.dwarf2/staticvirtual.exp
8040 * gdb.dwarf2/subrange.exp
8041 * gdb.dwarf2/symtab-producer.exp
8042 * gdb.dwarf2/trace-crash.exp
8043 * gdb.dwarf2/typeddwarf.exp
8044 * gdb.dwarf2/valop.exp
8045 * gdb.dwarf2/watch-notconst.exp
8046 * gdb.fortran/array-element.exp
8047 * gdb.fortran/charset.exp
8048 * gdb.fortran/common-block.exp
8049 * gdb.fortran/complex.exp
8050 * gdb.fortran/derived-type-function.exp
8051 * gdb.fortran/derived-type.exp
8052 * gdb.fortran/logical.exp
8053 * gdb.fortran/module.exp
8054 * gdb.fortran/multi-dim.exp
8055 * gdb.fortran/nested-funcs.exp
8056 * gdb.fortran/print-formatted.exp
8057 * gdb.fortran/subarray.exp
8058 * gdb.fortran/vla-alloc-assoc.exp
8059 * gdb.fortran/vla-datatypes.exp
8060 * gdb.fortran/vla-history.exp
8061 * gdb.fortran/vla-ptr-info.exp
8062 * gdb.fortran/vla-ptype-sub.exp
8063 * gdb.fortran/vla-ptype.exp
8064 * gdb.fortran/vla-sizeof.exp
8065 * gdb.fortran/vla-type.exp
8066 * gdb.fortran/vla-value-sub-arbitrary.exp
8067 * gdb.fortran/vla-value-sub-finish.exp
8068 * gdb.fortran/vla-value-sub.exp
8069 * gdb.fortran/vla-value.exp
8070 * gdb.fortran/whatis_type.exp
8071 * gdb.go/chan.exp
8072 * gdb.go/handcall.exp
8073 * gdb.go/hello.exp
8074 * gdb.go/integers.exp
8075 * gdb.go/methods.exp
8076 * gdb.go/package.exp
8077 * gdb.go/strings.exp
8078 * gdb.go/types.exp
8079 * gdb.go/unsafe.exp
8080 * gdb.guile/scm-arch.exp
8081 * gdb.guile/scm-block.exp
8082 * gdb.guile/scm-breakpoint.exp
8083 * gdb.guile/scm-cmd.exp
8084 * gdb.guile/scm-disasm.exp
8085 * gdb.guile/scm-equal.exp
8086 * gdb.guile/scm-frame-args.exp
8087 * gdb.guile/scm-frame-inline.exp
8088 * gdb.guile/scm-frame.exp
8089 * gdb.guile/scm-iterator.exp
8090 * gdb.guile/scm-math.exp
8091 * gdb.guile/scm-objfile.exp
8092 * gdb.guile/scm-ports.exp
8093 * gdb.guile/scm-symbol.exp
8094 * gdb.guile/scm-symtab.exp
8095 * gdb.guile/scm-value-cc.exp
8096 * gdb.guile/types-module.exp
8097 * gdb.linespec/break-ask.exp
8098 * gdb.linespec/cpexplicit.exp
8099 * gdb.linespec/explicit.exp
8100 * gdb.linespec/keywords.exp
8101 * gdb.linespec/linespec.exp
8102 * gdb.linespec/ls-dollar.exp
8103 * gdb.linespec/ls-errs.exp
8104 * gdb.linespec/skip-two.exp
8105 * gdb.linespec/thread.exp
8106 * gdb.mi/mi-async.exp
8107 * gdb.mi/mi-basics.exp
8108 * gdb.mi/mi-break.exp
8109 * gdb.mi/mi-catch-load.exp
8110 * gdb.mi/mi-cli.exp
8111 * gdb.mi/mi-cmd-param-changed.exp
8112 * gdb.mi/mi-console.exp
8113 * gdb.mi/mi-detach.exp
8114 * gdb.mi/mi-disassemble.exp
8115 * gdb.mi/mi-eval.exp
8116 * gdb.mi/mi-file-transfer.exp
8117 * gdb.mi/mi-file.exp
8118 * gdb.mi/mi-fill-memory.exp
8119 * gdb.mi/mi-inheritance-syntax-error.exp
8120 * gdb.mi/mi-linespec-err-cp.exp
8121 * gdb.mi/mi-logging.exp
8122 * gdb.mi/mi-memory-changed.exp
8123 * gdb.mi/mi-read-memory.exp
8124 * gdb.mi/mi-record-changed.exp
8125 * gdb.mi/mi-reg-undefined.exp
8126 * gdb.mi/mi-regs.exp
8127 * gdb.mi/mi-return.exp
8128 * gdb.mi/mi-reverse.exp
8129 * gdb.mi/mi-simplerun.exp
8130 * gdb.mi/mi-solib.exp
8131 * gdb.mi/mi-stack.exp
8132 * gdb.mi/mi-stepi.exp
8133 * gdb.mi/mi-syn-frame.exp
8134 * gdb.mi/mi-until.exp
8135 * gdb.mi/mi-var-block.exp
8136 * gdb.mi/mi-var-child.exp
8137 * gdb.mi/mi-var-cmd.exp
8138 * gdb.mi/mi-var-cp.exp
8139 * gdb.mi/mi-var-display.exp
8140 * gdb.mi/mi-var-invalidate.exp
8141 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8142 * gdb.mi/mi-vla-fortran.exp
8143 * gdb.mi/mi-watch.exp
8144 * gdb.mi/mi2-var-child.exp
8145 * gdb.mi/user-selected-context-sync.exp
8146 * gdb.modula2/unbounded-array.exp
8147 * gdb.multi/dummy-frame-restore.exp
8148 * gdb.multi/multi-arch-exec.exp
8149 * gdb.multi/multi-arch.exp
8150 * gdb.multi/tids.exp
8151 * gdb.multi/watchpoint-multi.exp
8152 * gdb.opencl/callfuncs.exp
8153 * gdb.opencl/convs_casts.exp
8154 * gdb.opencl/datatypes.exp
8155 * gdb.opencl/operators.exp
8156 * gdb.opencl/vec_comps.exp
8157 * gdb.opt/clobbered-registers-O2.exp
8158 * gdb.opt/inline-break.exp
8159 * gdb.opt/inline-bt.exp
8160 * gdb.opt/inline-cmds.exp
8161 * gdb.opt/inline-locals.exp
8162 * gdb.pascal/case-insensitive-symbols.exp
8163 * gdb.pascal/floats.exp
8164 * gdb.pascal/gdb11492.exp
8165 * gdb.python/lib-types.exp
8166 * gdb.python/py-arch.exp
8167 * gdb.python/py-as-string.exp
8168 * gdb.python/py-bad-printers.exp
8169 * gdb.python/py-block.exp
8170 * gdb.python/py-breakpoint-create-fail.exp
8171 * gdb.python/py-breakpoint.exp
8172 * gdb.python/py-caller-is.exp
8173 * gdb.python/py-cmd.exp
8174 * gdb.python/py-explore-cc.exp
8175 * gdb.python/py-explore.exp
8176 * gdb.python/py-finish-breakpoint.exp
8177 * gdb.python/py-finish-breakpoint2.exp
8178 * gdb.python/py-frame-args.exp
8179 * gdb.python/py-frame-inline.exp
8180 * gdb.python/py-frame.exp
8181 * gdb.python/py-framefilter-mi.exp
8182 * gdb.python/py-infthread.exp
8183 * gdb.python/py-lazy-string.exp
8184 * gdb.python/py-linetable.exp
8185 * gdb.python/py-mi-events.exp
8186 * gdb.python/py-mi-objfile.exp
8187 * gdb.python/py-mi.exp
8188 * gdb.python/py-objfile.exp
8189 * gdb.python/py-pp-integral.exp
8190 * gdb.python/py-pp-maint.exp
8191 * gdb.python/py-pp-re-notag.exp
8192 * gdb.python/py-pp-registration.exp
8193 * gdb.python/py-recurse-unwind.exp
8194 * gdb.python/py-strfns.exp
8195 * gdb.python/py-symbol.exp
8196 * gdb.python/py-symtab.exp
8197 * gdb.python/py-sync-interp.exp
8198 * gdb.python/py-typeprint.exp
8199 * gdb.python/py-unwind-maint.exp
8200 * gdb.python/py-unwind.exp
8201 * gdb.python/py-value-cc.exp
8202 * gdb.python/py-xmethods.exp
8203 * gdb.reverse/amd64-tailcall-reverse.exp
8204 * gdb.reverse/break-precsave.exp
8205 * gdb.reverse/break-reverse.exp
8206 * gdb.reverse/consecutive-precsave.exp
8207 * gdb.reverse/consecutive-reverse.exp
8208 * gdb.reverse/finish-precsave.exp
8209 * gdb.reverse/finish-reverse-bkpt.exp
8210 * gdb.reverse/finish-reverse.exp
8211 * gdb.reverse/fstatat-reverse.exp
8212 * gdb.reverse/getresuid-reverse.exp
8213 * gdb.reverse/i386-precsave.exp
8214 * gdb.reverse/i386-reverse.exp
8215 * gdb.reverse/i386-sse-reverse.exp
8216 * gdb.reverse/i387-env-reverse.exp
8217 * gdb.reverse/i387-stack-reverse.exp
8218 * gdb.reverse/insn-reverse.exp
8219 * gdb.reverse/machinestate-precsave.exp
8220 * gdb.reverse/machinestate.exp
8221 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8222 * gdb.reverse/pipe-reverse.exp
8223 * gdb.reverse/readv-reverse.exp
8224 * gdb.reverse/recvmsg-reverse.exp
8225 * gdb.reverse/rerun-prec.exp
8226 * gdb.reverse/s390-mvcle.exp
8227 * gdb.reverse/step-precsave.exp
8228 * gdb.reverse/step-reverse.exp
8229 * gdb.reverse/time-reverse.exp
8230 * gdb.reverse/until-precsave.exp
8231 * gdb.reverse/until-reverse.exp
8232 * gdb.reverse/waitpid-reverse.exp
8233 * gdb.reverse/watch-precsave.exp
8234 * gdb.reverse/watch-reverse.exp
8235 * gdb.rust/generics.exp
8236 * gdb.rust/methods.exp
8237 * gdb.rust/modules.exp
8238 * gdb.rust/simple.exp
8239 * gdb.server/connect-with-no-symbol-file.exp
8240 * gdb.server/ext-attach.exp
8241 * gdb.server/ext-restart.exp
8242 * gdb.server/ext-wrapper.exp
8243 * gdb.server/file-transfer.exp
8244 * gdb.server/server-exec-info.exp
8245 * gdb.server/server-kill.exp
8246 * gdb.server/server-mon.exp
8247 * gdb.server/wrapper.exp
8248 * gdb.stabs/exclfwd.exp
8249 * gdb.stabs/gdb11479.exp
8250 * gdb.threads/clone-new-thread-event.exp
8251 * gdb.threads/corethreads.exp
8252 * gdb.threads/current-lwp-dead.exp
8253 * gdb.threads/dlopen-libpthread.exp
8254 * gdb.threads/gcore-thread.exp
8255 * gdb.threads/sigstep-threads.exp
8256 * gdb.threads/watchpoint-fork.exp
8257 * gdb.trace/actions-changed.exp
8258 * gdb.trace/backtrace.exp
8259 * gdb.trace/change-loc.exp
8260 * gdb.trace/circ.exp
8261 * gdb.trace/collection.exp
8262 * gdb.trace/disconnected-tracing.exp
8263 * gdb.trace/ftrace.exp
8264 * gdb.trace/mi-trace-frame-collected.exp
8265 * gdb.trace/mi-trace-unavailable.exp
8266 * gdb.trace/mi-traceframe-changed.exp
8267 * gdb.trace/mi-tsv-changed.exp
8268 * gdb.trace/no-attach-trace.exp
8269 * gdb.trace/passc-dyn.exp
8270 * gdb.trace/qtro.exp
8271 * gdb.trace/range-stepping.exp
8272 * gdb.trace/read-memory.exp
8273 * gdb.trace/save-trace.exp
8274 * gdb.trace/signal.exp
8275 * gdb.trace/status-stop.exp
8276 * gdb.trace/tfile.exp
8277 * gdb.trace/trace-break.exp
8278 * gdb.trace/trace-buffer-size.exp
8279 * gdb.trace/trace-condition.exp
8280 * gdb.trace/tracefile-pseudo-reg.exp
8281 * gdb.trace/tstatus.exp
8282 * gdb.trace/unavailable.exp
8283 * gdb.trace/while-dyn.exp
8284 * gdb.trace/while-stepping.exp
8285
8286 2016-12-22 Doug Evans <xdje42@gmail.com>
8287
8288 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8289 and msymbols.
8290
8291 2016-12-19 Yao Qi <yao.qi@linaro.org>
8292
8293 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8294 (test_with_self): Don't call do_steps_and_nexts, and remove
8295 code about stepping into xmalloc.
8296
8297 2016-12-09 Yao Qi <yao.qi@linaro.org>
8298
8299 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8300
8301 2016-12-09 Yao Qi <yao.qi@linaro.org>
8302
8303 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8304
8305 2016-12-09 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/all-architectures-0.exp: New file.
8308 * gdb.base/all-architectures-1.exp: New file.
8309 * gdb.base/all-architectures-2.exp: New file.
8310 * gdb.base/all-architectures-3.exp: New file.
8311 * gdb.base/all-architectures-4.exp: New file.
8312 * gdb.base/all-architectures-5.exp: New file.
8313 * gdb.base/all-architectures-6.exp: New file.
8314 * gdb.base/all-architectures-7.exp: New file.
8315 * gdb.base/all-architectures.exp.in: New file.
8316
8317 2016-12-09 Yao Qi <yao.qi@linaro.org>
8318
8319 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8320
8321 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8322
8323 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8324 possible.
8325 Remove useless pattern-matching code.
8326
8327 2016-12-02 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8330 procedure.
8331 (top level): Call it.
8332
8333 2016-12-02 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8336 New procedure.
8337 (top level): Call it.
8338
8339 2016-12-02 Pedro Alves <palves@redhat.com>
8340
8341 PR cli/20559
8342 * gdb.base/commands.exp (user_defined_command_args_eval): New
8343 procedure.
8344 (top level): Call it.
8345
8346 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8347
8348 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8349 timeout handling.
8350
8351 2016-12-02 Tom Tromey <tom@tromey.com>
8352
8353 * gdb.dwarf2/main-subprogram.c: New file.
8354 * gdb.dwarf2/main-subprogram.exp: New file.
8355
8356 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8357
8358 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8359 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8360 gdb_test_no_output for a couple of cases.
8361 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8362
8363 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8364
8365 Fix test names and standardize compilation error messages throughout
8366 the following files:
8367
8368 * gdb.ada/start.exp
8369 * gdb.arch/alpha-step.exp
8370 * gdb.arch/e500-prologue.exp
8371 * gdb.arch/ftrace-insn-reloc.exp
8372 * gdb.arch/gdb1291.exp
8373 * gdb.arch/gdb1431.exp
8374 * gdb.arch/gdb1558.exp
8375 * gdb.arch/i386-dr3-watch.exp
8376 * gdb.arch/i386-sse-stack-align.exp
8377 * gdb.arch/ia64-breakpoint-shadow.exp
8378 * gdb.arch/pa-nullify.exp
8379 * gdb.arch/powerpc-aix-prologue.exp
8380 * gdb.arch/thumb-bx-pc.exp
8381 * gdb.base/annota1.exp
8382 * gdb.base/annota3.exp
8383 * gdb.base/arrayidx.exp
8384 * gdb.base/assign.exp
8385 * gdb.base/attach.exp
8386 * gdb.base/auxv.exp
8387 * gdb.base/bang.exp
8388 * gdb.base/bfp-test.exp
8389 * gdb.base/bigcore.exp
8390 * gdb.base/bitfields2.exp
8391 * gdb.base/break-fun-addr.exp
8392 * gdb.base/break-probes.exp
8393 * gdb.base/call-rt-st.exp
8394 * gdb.base/callexit.exp
8395 * gdb.base/catch-fork-kill.exp
8396 * gdb.base/charset.exp
8397 * gdb.base/checkpoint.exp
8398 * gdb.base/comprdebug.exp
8399 * gdb.base/constvars.exp
8400 * gdb.base/coredump-filter.exp
8401 * gdb.base/cursal.exp
8402 * gdb.base/cvexpr.exp
8403 * gdb.base/detach.exp
8404 * gdb.base/display.exp
8405 * gdb.base/dmsym.exp
8406 * gdb.base/dprintf-pending.exp
8407 * gdb.base/dso2dso.exp
8408 * gdb.base/dtrace-probe.exp
8409 * gdb.base/dump.exp
8410 * gdb.base/enum_cond.exp
8411 * gdb.base/exe-lock.exp
8412 * gdb.base/exec-invalid-sysroot.exp
8413 * gdb.base/execl-update-breakpoints.exp
8414 * gdb.base/exprs.exp
8415 * gdb.base/fileio.exp
8416 * gdb.base/find.exp
8417 * gdb.base/finish.exp
8418 * gdb.base/fixsection.exp
8419 * gdb.base/foll-vfork.exp
8420 * gdb.base/frame-args.exp
8421 * gdb.base/gcore.exp
8422 * gdb.base/gdb1250.exp
8423 * gdb.base/global-var-nested-by-dso.exp
8424 * gdb.base/gnu-ifunc.exp
8425 * gdb.base/hashline1.exp
8426 * gdb.base/hashline2.exp
8427 * gdb.base/hashline3.exp
8428 * gdb.base/hbreak-in-shr-unsupported.exp
8429 * gdb.base/huge.exp
8430 * gdb.base/infcall-input.exp
8431 * gdb.base/info-fun.exp
8432 * gdb.base/info-shared.exp
8433 * gdb.base/jit-simple.exp
8434 * gdb.base/jit-so.exp
8435 * gdb.base/jit.exp
8436 * gdb.base/jump.exp
8437 * gdb.base/label.exp
8438 * gdb.base/lineinc.exp
8439 * gdb.base/logical.exp
8440 * gdb.base/longjmp.exp
8441 * gdb.base/macscp.exp
8442 * gdb.base/miscexprs.exp
8443 * gdb.base/new-ui-echo.exp
8444 * gdb.base/new-ui-pending-input.exp
8445 * gdb.base/new-ui.exp
8446 * gdb.base/nodebug.exp
8447 * gdb.base/nofield.exp
8448 * gdb.base/offsets.exp
8449 * gdb.base/overlays.exp
8450 * gdb.base/pending.exp
8451 * gdb.base/pointers.exp
8452 * gdb.base/pr11022.exp
8453 * gdb.base/printcmds.exp
8454 * gdb.base/prologue.exp
8455 * gdb.base/ptr-typedef.exp
8456 * gdb.base/realname-expand.exp
8457 * gdb.base/relativedebug.exp
8458 * gdb.base/relocate.exp
8459 * gdb.base/remote.exp
8460 * gdb.base/reread.exp
8461 * gdb.base/return2.exp
8462 * gdb.base/savedregs.exp
8463 * gdb.base/sep.exp
8464 * gdb.base/sepdebug.exp
8465 * gdb.base/sepsymtab.exp
8466 * gdb.base/set-inferior-tty.exp
8467 * gdb.base/setshow.exp
8468 * gdb.base/shlib-call.exp
8469 * gdb.base/sigaltstack.exp
8470 * gdb.base/siginfo-addr.exp
8471 * gdb.base/signals.exp
8472 * gdb.base/signull.exp
8473 * gdb.base/sigrepeat.exp
8474 * gdb.base/so-impl-ld.exp
8475 * gdb.base/solib-display.exp
8476 * gdb.base/solib-overlap.exp
8477 * gdb.base/solib-search.exp
8478 * gdb.base/solib-symbol.exp
8479 * gdb.base/structs.exp
8480 * gdb.base/structs2.exp
8481 * gdb.base/symtab-search-order.exp
8482 * gdb.base/twice.exp
8483 * gdb.base/unload.exp
8484 * gdb.base/varargs.exp
8485 * gdb.base/watchpoint-solib.exp
8486 * gdb.base/watchpoint.exp
8487 * gdb.base/whatis.exp
8488 * gdb.base/wrong_frame_bt_full.exp
8489 * gdb.btrace/dlopen.exp
8490 * gdb.cell/ea-standalone.exp
8491 * gdb.cell/ea-test.exp
8492 * gdb.cp/dispcxx.exp
8493 * gdb.cp/gdb2384.exp
8494 * gdb.cp/method2.exp
8495 * gdb.cp/nextoverthrow.exp
8496 * gdb.cp/pr10728.exp
8497 * gdb.disasm/am33.exp
8498 * gdb.disasm/h8300s.exp
8499 * gdb.disasm/mn10300.exp
8500 * gdb.disasm/sh3.exp
8501 * gdb.dwarf2/dw2-dir-file-name.exp
8502 * gdb.fortran/complex.exp
8503 * gdb.fortran/library-module.exp
8504 * gdb.guile/scm-pretty-print.exp
8505 * gdb.guile/scm-symbol.exp
8506 * gdb.guile/scm-type.exp
8507 * gdb.guile/scm-value.exp
8508 * gdb.linespec/linespec.exp
8509 * gdb.mi/gdb701.exp
8510 * gdb.mi/gdb792.exp
8511 * gdb.mi/mi-breakpoint-changed.exp
8512 * gdb.mi/mi-dprintf-pending.exp
8513 * gdb.mi/mi-dprintf.exp
8514 * gdb.mi/mi-exit-code.exp
8515 * gdb.mi/mi-pending.exp
8516 * gdb.mi/mi-solib.exp
8517 * gdb.mi/new-ui-mi-sync.exp
8518 * gdb.mi/pr11022.exp
8519 * gdb.mi/user-selected-context-sync.exp
8520 * gdb.opt/solib-intra-step.exp
8521 * gdb.python/py-events.exp
8522 * gdb.python/py-finish-breakpoint.exp
8523 * gdb.python/py-mi.exp
8524 * gdb.python/py-prettyprint.exp
8525 * gdb.python/py-shared.exp
8526 * gdb.python/py-symbol.exp
8527 * gdb.python/py-template.exp
8528 * gdb.python/py-type.exp
8529 * gdb.python/py-value.exp
8530 * gdb.reverse/solib-precsave.exp
8531 * gdb.reverse/solib-reverse.exp
8532 * gdb.server/solib-list.exp
8533 * gdb.stabs/weird.exp
8534 * gdb.threads/reconnect-signal.exp
8535 * gdb.threads/stepi-random-signal.exp
8536 * gdb.trace/actions.exp
8537 * gdb.trace/ax.exp
8538 * gdb.trace/backtrace.exp
8539 * gdb.trace/change-loc.exp
8540 * gdb.trace/deltrace.exp
8541 * gdb.trace/ftrace-lock.exp
8542 * gdb.trace/ftrace.exp
8543 * gdb.trace/infotrace.exp
8544 * gdb.trace/mi-tracepoint-changed.exp
8545 * gdb.trace/packetlen.exp
8546 * gdb.trace/passcount.exp
8547 * gdb.trace/pending.exp
8548 * gdb.trace/range-stepping.exp
8549 * gdb.trace/report.exp
8550 * gdb.trace/stap-trace.exp
8551 * gdb.trace/tfind.exp
8552 * gdb.trace/trace-break.exp
8553 * gdb.trace/trace-condition.exp
8554 * gdb.trace/trace-enable-disable.exp
8555 * gdb.trace/trace-mt.exp
8556 * gdb.trace/tracecmd.exp
8557 * gdb.trace/tspeed.exp
8558 * gdb.trace/tsv.exp
8559 * lib/perftest.exp
8560
8561 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8562
8563 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8564 with gdb_test_no_output.
8565 Use command as test name.
8566
8567 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8568
8569 Fix test names starting with uppercase throughout the files.
8570
8571 * gdb.ada/assign_1.exp
8572 * gdb.ada/boolean_expr.exp
8573 * gdb.base/arrayidx.exp
8574 * gdb.base/del.exp
8575 * gdb.base/gcore-buffer-overflow.exp
8576 * gdb.base/testenv.exp
8577 * gdb.compile/compile.exp
8578 * gdb.python/py-framefilter-invalidarg.exp
8579 * gdb.python/py-framefilter.exp
8580
8581 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8582
8583 Fix test names starting with uppercase throughout the files.
8584
8585 * gdb.ada/array_return.exp
8586 * gdb.ada/expr_delims.exp
8587 * gdb.ada/mi_dyn_arr.exp
8588 * gdb.ada/mi_interface.exp
8589 * gdb.ada/mi_var_array.exp
8590 * gdb.ada/watch_arg.exp
8591 * gdb.arch/alpha-step.exp
8592 * gdb.arch/altivec-regs.exp
8593 * gdb.arch/e500-regs.exp
8594 * gdb.arch/powerpc-d128-regs.exp
8595 * gdb.base/arrayidx.exp
8596 * gdb.base/break.exp
8597 * gdb.base/checkpoint.exp
8598 * gdb.base/debug-expr.exp
8599 * gdb.base/dmsym.exp
8600 * gdb.base/radix.exp
8601 * gdb.base/sepdebug.exp
8602 * gdb.base/testenv.exp
8603 * gdb.base/watch_thread_num.exp
8604 * gdb.base/watchpoint-cond-gone.exp
8605 * gdb.cell/break.exp
8606 * gdb.cell/ea-cache.exp
8607 * gdb.compile/compile.exp
8608 * gdb.cp/gdb2495.exp
8609 * gdb.gdb/selftest.exp
8610 * gdb.gdb/xfullpath.exp
8611 * gdb.go/hello.exp
8612 * gdb.go/integers.exp
8613 * gdb.objc/basicclass.exp
8614 * gdb.pascal/hello.exp
8615 * gdb.pascal/integers.exp
8616 * gdb.python/py-breakpoint.exp
8617 * gdb.python/py-cmd.exp
8618 * gdb.python/py-linetable.exp
8619 * gdb.python/py-xmethods.exp
8620 * gdb.python/python.exp
8621 * gdb.reverse/consecutive-precsave.exp
8622 * gdb.reverse/finish-precsave.exp
8623 * gdb.reverse/i386-precsave.exp
8624 * gdb.reverse/machinestate-precsave.exp
8625 * gdb.reverse/sigall-precsave.exp
8626 * gdb.reverse/solib-precsave.exp
8627 * gdb.reverse/step-precsave.exp
8628 * gdb.reverse/until-precsave.exp
8629 * gdb.reverse/watch-precsave.exp
8630 * gdb.threads/leader-exit.exp
8631 * gdb.threads/pthreads.exp
8632 * gdb.threads/wp-replication.exp
8633 * gdb.trace/actions.exp
8634 * gdb.trace/mi-tsv-changed.exp
8635 * gdb.trace/tsv.exp
8636
8637 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8638
8639 Fix test names starting with uppercase throughout the files.
8640
8641 * gdb.arch/i386-bp_permanent.exp
8642 * gdb.arch/i386-gnu-cfi.exp
8643 * gdb.base/disasm-end-cu.exp
8644 * gdb.base/macscp.exp
8645 * gdb.base/pending.exp
8646 * gdb.base/watch_thread_num.exp
8647 * gdb.cp/exception.exp
8648 * gdb.cp/gdb2495.exp
8649 * gdb.cp/local.exp
8650 * gdb.python/py-evsignal.exp
8651 * gdb.python/python.exp
8652 * gdb.trace/tracecmd.exp
8653
8654 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8655
8656 Fix test names starting with uppercase throughout the files.
8657
8658 * gdb.base/charset.exp
8659 * gdb.base/eval.exp
8660 * gdb.base/multi-forks.exp
8661 * gdb.guile/scm-progspace.exp
8662 * gdb.opencl/datatypes.exp
8663 * gdb.python/py-block.exp
8664 * gdb.python/py-function.exp
8665 * gdb.python/py-symbol.exp
8666 * gdb.python/py-symtab.exp
8667 * gdb.python/py-xmethods.exp
8668 * gdb.reverse/break-precsave.exp
8669 * gdb.reverse/break-reverse.exp
8670 * gdb.reverse/consecutive-precsave.exp
8671 * gdb.reverse/consecutive-reverse.exp
8672 * gdb.reverse/finish-precsave.exp
8673 * gdb.reverse/finish-reverse-bkpt.exp
8674 * gdb.reverse/finish-reverse.exp
8675 * gdb.reverse/fstatat-reverse.exp
8676 * gdb.reverse/getresuid-reverse.exp
8677 * gdb.reverse/i386-precsave.exp
8678 * gdb.reverse/i386-reverse.exp
8679 * gdb.reverse/i386-sse-reverse.exp
8680 * gdb.reverse/i387-stack-reverse.exp
8681 * gdb.reverse/insn-reverse.exp
8682 * gdb.reverse/machinestate-precsave.exp
8683 * gdb.reverse/machinestate.exp
8684 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8685 * gdb.reverse/pipe-reverse.exp
8686 * gdb.reverse/readv-reverse.exp
8687 * gdb.reverse/recvmsg-reverse.exp
8688 * gdb.reverse/rerun-prec.exp
8689 * gdb.reverse/s390-mvcle.exp
8690 * gdb.reverse/sigall-precsave.exp
8691 * gdb.reverse/sigall-reverse.exp
8692 * gdb.reverse/solib-precsave.exp
8693 * gdb.reverse/solib-reverse.exp
8694 * gdb.reverse/step-precsave.exp
8695 * gdb.reverse/step-reverse.exp
8696 * gdb.reverse/time-reverse.exp
8697 * gdb.reverse/until-precsave.exp
8698 * gdb.reverse/until-reverse.exp
8699 * gdb.reverse/waitpid-reverse.exp
8700 * gdb.reverse/watch-precsave.exp
8701 * gdb.reverse/watch-reverse.exp
8702
8703 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8704
8705 Fix test names starting with uppercase throughout the files.
8706
8707 * gdb.arch/i386-mpx-simple_segv.exp
8708 * gdb.arch/i386-mpx.exp
8709 * gdb.arch/i386-permbkpt.exp
8710 * gdb.arch/pa-nullify.exp
8711 * gdb.arch/powerpc-d128-regs.exp
8712 * gdb.arch/vsx-regs.exp
8713 * gdb.base/bfp-test.exp
8714 * gdb.base/break.exp
8715 * gdb.base/breakpoint-shadow.exp
8716 * gdb.base/callfuncs.exp
8717 * gdb.base/charset.exp
8718 * gdb.base/commands.exp
8719 * gdb.base/completion.exp
8720 * gdb.base/dfp-test.exp
8721 * gdb.base/echo.exp
8722 * gdb.base/ending-run.exp
8723 * gdb.base/eval.exp
8724 * gdb.base/expand-psymtabs.exp
8725 * gdb.base/float128.exp
8726 * gdb.base/floatn.exp
8727 * gdb.base/foll-exec-mode.exp
8728 * gdb.base/gdb1056.exp
8729 * gdb.base/gdb11531.exp
8730 * gdb.base/kill-after-signal.exp
8731 * gdb.base/multi-forks.exp
8732 * gdb.base/overlays.exp
8733 * gdb.base/pending.exp
8734 * gdb.base/sepdebug.exp
8735 * gdb.base/testenv.exp
8736 * gdb.base/valgrind-db-attach.exp
8737 * gdb.base/watch_thread_num.exp
8738 * gdb.base/watchpoint-cond-gone.exp
8739 * gdb.base/watchpoint.exp
8740 * gdb.base/watchpoints.exp
8741 * gdb.cp/arg-reference.exp
8742 * gdb.cp/baseenum.exp
8743 * gdb.cp/operator.exp
8744 * gdb.cp/shadow.exp
8745 * gdb.dwarf2/dw2-op-out-param.exp
8746 * gdb.dwarf2/dw2-reg-undefined.exp
8747 * gdb.go/chan.exp
8748 * gdb.go/hello.exp
8749 * gdb.go/integers.exp
8750 * gdb.go/methods.exp
8751 * gdb.go/package.exp
8752 * gdb.guile/scm-parameter.exp
8753 * gdb.guile/scm-progspace.exp
8754 * gdb.guile/scm-value.exp
8755 * gdb.mi/mi-pending.exp
8756 * gdb.mi/user-selected-context-sync.exp
8757 * gdb.multi/multi-attach.exp
8758 * gdb.multi/tids.exp
8759 * gdb.opt/clobbered-registers-O2.exp
8760 * gdb.pascal/floats.exp
8761 * gdb.pascal/integers.exp
8762 * gdb.python/py-block.exp
8763 * gdb.python/py-events.exp
8764 * gdb.python/py-parameter.exp
8765 * gdb.python/py-symbol.exp
8766 * gdb.python/py-symtab.exp
8767 * gdb.python/py-type.exp
8768 * gdb.python/py-value.exp
8769 * gdb.python/py-xmethods.exp
8770 * gdb.python/python.exp
8771 * gdb.reverse/break-precsave.exp
8772 * gdb.reverse/consecutive-precsave.exp
8773 * gdb.reverse/finish-precsave.exp
8774 * gdb.reverse/i386-precsave.exp
8775 * gdb.reverse/machinestate-precsave.exp
8776 * gdb.reverse/sigall-precsave.exp
8777 * gdb.reverse/solib-precsave.exp
8778 * gdb.reverse/step-precsave.exp
8779 * gdb.reverse/until-precsave.exp
8780 * gdb.reverse/watch-precsave.exp
8781 * gdb.server/ext-attach.exp
8782 * gdb.server/ext-restart.exp
8783 * gdb.server/ext-run.exp
8784 * gdb.server/ext-wrapper.exp
8785 * gdb.stabs/gdb11479.exp
8786 * gdb.stabs/weird.exp
8787 * gdb.threads/attach-many-short-lived-threads.exp
8788 * gdb.threads/kill.exp
8789 * gdb.threads/watchpoint-fork.exp
8790
8791 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8792
8793 Fix test names starting with uppercase throughout all the files below.
8794
8795 * gdb.ada/array_return.exp
8796 * gdb.ada/catch_ex.exp
8797 * gdb.ada/info_exc.exp
8798 * gdb.ada/mi_catch_ex.exp
8799 * gdb.ada/mi_dyn_arr.exp
8800 * gdb.ada/mi_ex_cond.exp
8801 * gdb.ada/mi_exc_info.exp
8802 * gdb.ada/mi_interface.exp
8803 * gdb.ada/mi_task_arg.exp
8804 * gdb.ada/mi_task_info.exp
8805 * gdb.ada/mi_var_array.exp
8806 * gdb.arch/alpha-step.exp
8807 * gdb.arch/amd64-disp-step.exp
8808 * gdb.arch/arm-disp-step.exp
8809 * gdb.arch/disp-step-insn-reloc.exp
8810 * gdb.arch/e500-prologue.exp
8811 * gdb.arch/ftrace-insn-reloc.exp
8812 * gdb.arch/gdb1558.exp
8813 * gdb.arch/i386-bp_permanent.exp
8814 * gdb.arch/i386-disp-step.exp
8815 * gdb.arch/i386-float.exp
8816 * gdb.arch/i386-gnu-cfi.exp
8817 * gdb.arch/ia64-breakpoint-shadow.exp
8818 * gdb.arch/mips16-thunks.exp
8819 * gdb.arch/pa-nullify.exp
8820 * gdb.arch/powerpc-aix-prologue.exp
8821 * gdb.arch/powerpc-power.exp
8822 * gdb.arch/ppc-dfp.exp
8823 * gdb.arch/s390-tdbregs.exp
8824 * gdb.arch/spu-info.exp
8825 * gdb.arch/spu-ls.exp
8826 * gdb.arch/thumb-bx-pc.exp
8827 * gdb.base/advance.exp
8828 * gdb.base/annota-input-while-running.exp
8829 * gdb.base/arrayidx.exp
8830 * gdb.base/asmlabel.exp
8831 * gdb.base/async.exp
8832 * gdb.base/attach-wait-input.exp
8833 * gdb.base/auto-connect-native-target.exp
8834 * gdb.base/batch-preserve-term-settings.exp
8835 * gdb.base/bfp-test.exp
8836 * gdb.base/bigcore.exp
8837 * gdb.base/bp-permanent.exp
8838 * gdb.base/break-always.exp
8839 * gdb.base/break-fun-addr.exp
8840 * gdb.base/break-idempotent.exp
8841 * gdb.base/break-main-file-remove-fail.exp
8842 * gdb.base/break-probes.exp
8843 * gdb.base/break-unload-file.exp
8844 * gdb.base/break.exp
8845 * gdb.base/call-ar-st.exp
8846 * gdb.base/call-rt-st.exp
8847 * gdb.base/call-sc.exp
8848 * gdb.base/call-signal-resume.exp
8849 * gdb.base/call-strs.exp
8850 * gdb.base/callexit.exp
8851 * gdb.base/callfuncs.exp
8852 * gdb.base/catch-gdb-caused-signals.exp
8853 * gdb.base/catch-signal-siginfo-cond.exp
8854 * gdb.base/catch-syscall.exp
8855 * gdb.base/compare-sections.exp
8856 * gdb.base/cond-eval-mode.exp
8857 * gdb.base/condbreak-call-false.exp
8858 * gdb.base/consecutive-step-over.exp
8859 * gdb.base/cursal.exp
8860 * gdb.base/disabled-location.exp
8861 * gdb.base/disasm-end-cu.exp
8862 * gdb.base/display.exp
8863 * gdb.base/double-prompt-target-event-error.exp
8864 * gdb.base/dprintf-bp-same-addr.exp
8865 * gdb.base/dprintf-detach.exp
8866 * gdb.base/dprintf-next.exp
8867 * gdb.base/dprintf-non-stop.exp
8868 * gdb.base/dprintf-pending.exp
8869 * gdb.base/dso2dso.exp
8870 * gdb.base/ending-run.exp
8871 * gdb.base/enum_cond.exp
8872 * gdb.base/examine-backward.exp
8873 * gdb.base/exe-lock.exp
8874 * gdb.base/exec-invalid-sysroot.exp
8875 * gdb.base/execl-update-breakpoints.exp
8876 * gdb.base/execution-termios.exp
8877 * gdb.base/fileio.exp
8878 * gdb.base/fixsection.exp
8879 * gdb.base/foll-exec-mode.exp
8880 * gdb.base/foll-exec.exp
8881 * gdb.base/fork-running-state.exp
8882 * gdb.base/frame-args.exp
8883 * gdb.base/fullpath-expand.exp
8884 * gdb.base/func-ptr.exp
8885 * gdb.base/gcore-relro-pie.exp
8886 * gdb.base/gdb1090.exp
8887 * gdb.base/gdb1555.exp
8888 * gdb.base/global-var-nested-by-dso.exp
8889 * gdb.base/gnu-ifunc.exp
8890 * gdb.base/hbreak-in-shr-unsupported.exp
8891 * gdb.base/hbreak-unmapped.exp
8892 * gdb.base/hook-stop.exp
8893 * gdb.base/infcall-input.exp
8894 * gdb.base/info-fun.exp
8895 * gdb.base/info-shared.exp
8896 * gdb.base/interrupt-noterm.exp
8897 * gdb.base/jit-so.exp
8898 * gdb.base/jit.exp
8899 * gdb.base/line-symtabs.exp
8900 * gdb.base/list.exp
8901 * gdb.base/longjmp.exp
8902 * gdb.base/macscp.exp
8903 * gdb.base/max-value-size.exp
8904 * gdb.base/nodebug.exp
8905 * gdb.base/nofield.exp
8906 * gdb.base/overlays.exp
8907 * gdb.base/paginate-after-ctrl-c-running.exp
8908 * gdb.base/paginate-bg-execution.exp
8909 * gdb.base/paginate-inferior-exit.exp
8910 * gdb.base/pending.exp
8911 * gdb.base/pr11022.exp
8912 * gdb.base/printcmds.exp
8913 * gdb.base/ptr-typedef.exp
8914 * gdb.base/ptype.exp
8915 * gdb.base/randomize.exp
8916 * gdb.base/range-stepping.exp
8917 * gdb.base/realname-expand.exp
8918 * gdb.base/relativedebug.exp
8919 * gdb.base/remote.exp
8920 * gdb.base/savedregs.exp
8921 * gdb.base/sepdebug.exp
8922 * gdb.base/set-noassign.exp
8923 * gdb.base/shlib-call.exp
8924 * gdb.base/shreloc.exp
8925 * gdb.base/sigaltstack.exp
8926 * gdb.base/sigbpt.exp
8927 * gdb.base/siginfo-addr.exp
8928 * gdb.base/siginfo-obj.exp
8929 * gdb.base/siginfo-thread.exp
8930 * gdb.base/signest.exp
8931 * gdb.base/signull.exp
8932 * gdb.base/sigrepeat.exp
8933 * gdb.base/skip.exp
8934 * gdb.base/so-impl-ld.exp
8935 * gdb.base/solib-corrupted.exp
8936 * gdb.base/solib-disc.exp
8937 * gdb.base/solib-display.exp
8938 * gdb.base/solib-overlap.exp
8939 * gdb.base/solib-search.exp
8940 * gdb.base/solib-symbol.exp
8941 * gdb.base/source-execution.exp
8942 * gdb.base/sss-bp-on-user-bp-2.exp
8943 * gdb.base/sss-bp-on-user-bp.exp
8944 * gdb.base/stack-checking.exp
8945 * gdb.base/stale-infcall.exp
8946 * gdb.base/step-break.exp
8947 * gdb.base/step-line.exp
8948 * gdb.base/step-over-exit.exp
8949 * gdb.base/step-test.exp
8950 * gdb.base/structs.exp
8951 * gdb.base/sym-file.exp
8952 * gdb.base/symtab-search-order.exp
8953 * gdb.base/term.exp
8954 * gdb.base/type-opaque.exp
8955 * gdb.base/unload.exp
8956 * gdb.base/until-nodebug.exp
8957 * gdb.base/until.exp
8958 * gdb.base/unwindonsignal.exp
8959 * gdb.base/watch-cond.exp
8960 * gdb.base/watch-non-mem.exp
8961 * gdb.base/watch_thread_num.exp
8962 * gdb.base/watchpoint-reuse-slot.exp
8963 * gdb.base/watchpoint-solib.exp
8964 * gdb.base/watchpoint.exp
8965 * gdb.btrace/dlopen.exp
8966 * gdb.cell/arch.exp
8967 * gdb.cell/break.exp
8968 * gdb.cell/bt.exp
8969 * gdb.cell/core.exp
8970 * gdb.cell/data.exp
8971 * gdb.cell/dwarfaddr.exp
8972 * gdb.cell/ea-cache.exp
8973 * gdb.cell/ea-standalone.exp
8974 * gdb.cell/ea-test.exp
8975 * gdb.cell/f-regs.exp
8976 * gdb.cell/fork.exp
8977 * gdb.cell/gcore.exp
8978 * gdb.cell/mem-access.exp
8979 * gdb.cell/ptype.exp
8980 * gdb.cell/registers.exp
8981 * gdb.cell/sizeof.exp
8982 * gdb.cell/solib-symbol.exp
8983 * gdb.cell/solib.exp
8984 * gdb.compile/compile-tls.exp
8985 * gdb.cp/exception.exp
8986 * gdb.cp/gdb2495.exp
8987 * gdb.cp/local.exp
8988 * gdb.cp/mb-inline.exp
8989 * gdb.cp/mb-templates.exp
8990 * gdb.cp/pr10687.exp
8991 * gdb.cp/pr9167.exp
8992 * gdb.cp/scope-err.exp
8993 * gdb.cp/templates.exp
8994 * gdb.cp/virtfunc.exp
8995 * gdb.dwarf2/dw2-dir-file-name.exp
8996 * gdb.dwarf2/dw2-single-line-discriminators.exp
8997 * gdb.fortran/complex.exp
8998 * gdb.fortran/library-module.exp
8999 * gdb.guile/guile.exp
9000 * gdb.guile/scm-cmd.exp
9001 * gdb.guile/scm-frame-inline.exp
9002 * gdb.guile/scm-objfile.exp
9003 * gdb.guile/scm-pretty-print.exp
9004 * gdb.guile/scm-symbol.exp
9005 * gdb.guile/scm-type.exp
9006 * gdb.guile/scm-value.exp
9007 * gdb.linespec/keywords.exp
9008 * gdb.linespec/ls-errs.exp
9009 * gdb.linespec/macro-relative.exp
9010 * gdb.linespec/thread.exp
9011 * gdb.mi/mi-breakpoint-changed.exp
9012 * gdb.mi/mi-dprintf-pending.exp
9013 * gdb.mi/mi-fullname-deleted.exp
9014 * gdb.mi/mi-logging.exp
9015 * gdb.mi/mi-pending.exp
9016 * gdb.mi/mi-solib.exp
9017 * gdb.mi/new-ui-mi-sync.exp
9018 * gdb.mi/user-selected-context-sync.exp
9019 * gdb.multi/dummy-frame-restore.exp
9020 * gdb.multi/multi-arch-exec.exp
9021 * gdb.multi/remove-inferiors.exp
9022 * gdb.multi/watchpoint-multi-exit.exp
9023 * gdb.opt/solib-intra-step.exp
9024 * gdb.perf/backtrace.exp
9025 * gdb.perf/single-step.exp
9026 * gdb.perf/skip-command.exp
9027 * gdb.perf/skip-prologue.exp
9028 * gdb.perf/solib.exp
9029 * gdb.python/lib-types.exp
9030 * gdb.python/py-as-string.exp
9031 * gdb.python/py-bad-printers.exp
9032 * gdb.python/py-block.exp
9033 * gdb.python/py-breakpoint.exp
9034 * gdb.python/py-cmd.exp
9035 * gdb.python/py-events.exp
9036 * gdb.python/py-evthreads.exp
9037 * gdb.python/py-finish-breakpoint.exp
9038 * gdb.python/py-finish-breakpoint2.exp
9039 * gdb.python/py-frame-inline.exp
9040 * gdb.python/py-frame.exp
9041 * gdb.python/py-inferior.exp
9042 * gdb.python/py-infthread.exp
9043 * gdb.python/py-mi.exp
9044 * gdb.python/py-objfile.exp
9045 * gdb.python/py-pp-maint.exp
9046 * gdb.python/py-pp-registration.exp
9047 * gdb.python/py-prettyprint.exp
9048 * gdb.python/py-recurse-unwind.exp
9049 * gdb.python/py-shared.exp
9050 * gdb.python/py-symbol.exp
9051 * gdb.python/py-symtab.exp
9052 * gdb.python/py-template.exp
9053 * gdb.python/py-type.exp
9054 * gdb.python/py-unwind-maint.exp
9055 * gdb.python/py-unwind.exp
9056 * gdb.python/py-value.exp
9057 * gdb.python/python.exp
9058 * gdb.reverse/finish-reverse-bkpt.exp
9059 * gdb.reverse/insn-reverse.exp
9060 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9061 * gdb.reverse/solib-precsave.exp
9062 * gdb.reverse/solib-reverse.exp
9063 * gdb.stabs/gdb11479.exp
9064 * gdb.stabs/weird.exp
9065 * gdb.threads/fork-child-threads.exp
9066 * gdb.threads/fork-plus-threads.exp
9067 * gdb.threads/fork-thread-pending.exp
9068 * gdb.threads/forking-threads-plus-breakpoint.exp
9069 * gdb.threads/hand-call-in-threads.exp
9070 * gdb.threads/interrupted-hand-call.exp
9071 * gdb.threads/linux-dp.exp
9072 * gdb.threads/local-watch-wrong-thread.exp
9073 * gdb.threads/next-while-other-thread-longjmps.exp
9074 * gdb.threads/non-ldr-exit.exp
9075 * gdb.threads/pending-step.exp
9076 * gdb.threads/print-threads.exp
9077 * gdb.threads/process-dies-while-detaching.exp
9078 * gdb.threads/process-dies-while-handling-bp.exp
9079 * gdb.threads/pthreads.exp
9080 * gdb.threads/queue-signal.exp
9081 * gdb.threads/reconnect-signal.exp
9082 * gdb.threads/signal-command-handle-nopass.exp
9083 * gdb.threads/signal-command-multiple-signals-pending.exp
9084 * gdb.threads/signal-delivered-right-thread.exp
9085 * gdb.threads/signal-sigtrap.exp
9086 * gdb.threads/sigthread.exp
9087 * gdb.threads/staticthreads.exp
9088 * gdb.threads/stepi-random-signal.exp
9089 * gdb.threads/thread-unwindonsignal.exp
9090 * gdb.threads/thread_check.exp
9091 * gdb.threads/thread_events.exp
9092 * gdb.threads/tid-reuse.exp
9093 * gdb.threads/tls-nodebug.exp
9094 * gdb.threads/tls-shared.exp
9095 * gdb.threads/tls-so_extern.exp
9096 * gdb.threads/tls.exp
9097 * gdb.threads/wp-replication.exp
9098 * gdb.trace/actions-changed.exp
9099 * gdb.trace/actions.exp
9100 * gdb.trace/backtrace.exp
9101 * gdb.trace/change-loc.exp
9102 * gdb.trace/collection.exp
9103 * gdb.trace/deltrace.exp
9104 * gdb.trace/disconnected-tracing.exp
9105 * gdb.trace/entry-values.exp
9106 * gdb.trace/ftrace-lock.exp
9107 * gdb.trace/ftrace.exp
9108 * gdb.trace/infotrace.exp
9109 * gdb.trace/mi-trace-frame-collected.exp
9110 * gdb.trace/mi-trace-unavailable.exp
9111 * gdb.trace/mi-traceframe-changed.exp
9112 * gdb.trace/mi-tracepoint-changed.exp
9113 * gdb.trace/mi-tsv-changed.exp
9114 * gdb.trace/no-attach-trace.exp
9115 * gdb.trace/packetlen.exp
9116 * gdb.trace/passc-dyn.exp
9117 * gdb.trace/passcount.exp
9118 * gdb.trace/pending.exp
9119 * gdb.trace/pr16508.exp
9120 * gdb.trace/qtro.exp
9121 * gdb.trace/range-stepping.exp
9122 * gdb.trace/read-memory.exp
9123 * gdb.trace/report.exp
9124 * gdb.trace/save-trace.exp
9125 * gdb.trace/signal.exp
9126 * gdb.trace/stap-trace.exp
9127 * gdb.trace/status-stop.exp
9128 * gdb.trace/strace.exp
9129 * gdb.trace/tfile.exp
9130 * gdb.trace/tfind.exp
9131 * gdb.trace/trace-break.exp
9132 * gdb.trace/trace-condition.exp
9133 * gdb.trace/trace-enable-disable.exp
9134 * gdb.trace/trace-mt.exp
9135 * gdb.trace/tracecmd.exp
9136 * gdb.trace/tracefile-pseudo-reg.exp
9137 * gdb.trace/tspeed.exp
9138 * gdb.trace/tstatus.exp
9139 * gdb.trace/tsv.exp
9140 * gdb.trace/unavailable.exp
9141 * gdb.trace/while-dyn.exp
9142 * gdb.trace/while-stepping.exp
9143 * lib/gdb-guile.exp
9144 * lib/gdb.exp
9145 * lib/mi-support.exp
9146 * lib/pascal.exp
9147 * lib/perftest.exp
9148 * lib/prelink-support.exp
9149 * lib/selftest-support.exp
9150
9151 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9152
9153 * Makefile.in: Include disable-implicit-rules.mk.
9154
9155 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9158 non-byte-aligned bit fields.
9159
9160 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 PR gdb/12616
9163 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9164 respects the DW_AT_data_bit_offset attribute.
9165
9166 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9167
9168 * gdb.base/default.exp: Fix output of "set language".
9169
9170 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9171
9172 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9173 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9174 make.
9175 * configure.ac: Remove checks for the make program.
9176 * configure: Re-generate.
9177
9178 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9179
9180 * gdb.python/py-recurse-unwind.c (main): Add loop.
9181 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9182 to read_register() and gdb.parse_and_eval(). Make each code
9183 call a separate case that can be individually tested.
9184 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9185 proc. Call cont_and_backtrace for each of the code paths that
9186 we want to test in the unwinder.
9187
9188 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9191 the definition of struct S.
9192
9193 2016-11-11 Catherine Moore <clm@codesourcery.com>
9194
9195 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9196
9197 2016-11-09 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/commands.exp (runto_or_return): New procedure.
9200 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9201 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9202 (progvar_simple_while_test, progvar_complex_if_while_test)
9203 (if_while_breakpoint_command_test)
9204 (infrun_breakpoint_command_test, breakpoint_command_test)
9205 (user_defined_command_test, watchpoint_command_test)
9206 (test_command_prompt_position, redefine_hook_test)
9207 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9208 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9209 multi_line_input and multi_line. Remove gdb_expect and
9210 gdb_stop_suppressing_tests uses.
9211 * lib/gdb.exp (valnum_re): New global.
9212 (multi_line_input): New procedure.
9213
9214 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9215
9216 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9217 Remove.
9218 (test_setup): Define with proc_with_prefix.
9219 (test_cli_inferior): Likewise.
9220 (test_cli_thread): Likewise.
9221 (test_cli_frame): Likewise.
9222 (test_cli_select_frame): Likewise.
9223 (test_cli_up_down): Likewise.
9224 (test_mi_thread_select): Likewise.
9225 (test_mi_stack_select_frame): Likewise.
9226 (test_cli_in_mi_inferior): Likewise.
9227 (test_cli_in_mi_thread): Likewise.
9228 (test_cli_in_mi_frame): Likewise.
9229 (top level): Do not use with_test_prefix_procname.
9230
9231 2016-11-09 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/commands.exp (gdbvar_simple_if_test)
9234 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9235 (progvar_simple_if_test, progvar_simple_while_test)
9236 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9237 (infrun_breakpoint_command_test, breakpoint_command_test)
9238 (user_defined_command_test, watchpoint_command_test)
9239 (test_command_prompt_position, deprecated_command_test)
9240 (bp_deleted_in_command, temporary_breakpoint_commands)
9241 (stray_arg0_test, source_file_with_indented_comment)
9242 (recursive_source_test, if_commands_test)
9243 (error_clears_commands_left, redefine_hook_test)
9244 (redefine_backtrace_test): Use proc_with_prefix.
9245 * lib/gdb.exp (proc_with_prefix): New proc.
9246
9247 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9248
9249 * gdb.base/tui-layout.c: New file.
9250 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9251 disassembly window contains very long lines.
9252
9253 2016-11-08 Tom Tromey <tom@tromey.com>
9254
9255 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9256 depend on Python 2.
9257
9258 2016-11-08 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9261 New method.
9262
9263 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9264
9265 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9266
9267 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9268
9269 * gdb.rust/simple.rs: Add test for univariant enums without
9270 discriminants and for encoded struct-like enums.
9271
9272 2016-10-28 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9275 gdb_test_multiple, tighten regexps and match symtabs and line
9276 tables incrementally.
9277
9278 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9279
9280 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9281 general.
9282
9283 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9284
9285 * gdb.base/exec-invalid-sysroot.exp: New file.
9286
9287 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9290
9291 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9292
9293 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9294
9295 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9296
9297 * gdb.base/killed-outside.exp: Remove $options from a call to
9298 `prepare_for_testing'.
9299
9300 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9301
9302 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9303 Change test message.
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 Update comment.
9309
9310 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.trace/mi-trace-save.exp: New file.
9313
9314 2016-10-13 Yao Qi <yao.qi@linaro.org>
9315
9316 * gdb.base/code_elim.exp (get_var_address): Remove.
9317 * gdb.base/relocate.exp: Likewise.
9318 * gdb.base/shreloc.exp: Likewise.
9319 * lib/gdb.exp (get_var_address): New.
9320
9321 2016-10-13 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9324 floating point tests if $skip_float_test is false.
9325
9326 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9327
9328 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9329 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9330 argc values.
9331 Add 1 to argc so we guarantee distinct initial/modified argc values.
9332
9333 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9336
9337 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9338
9339 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9340 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9341 * gdb.arch/vsx-regs.exp: Likewise.
9342
9343 2016-10-07 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9346
9347 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9348
9349 * gdb.python/python.exp: Test decode_line("*0").
9350
9351 2016-10-06 Doug Evans <dje@google.com>
9352
9353 * gdb.python/py-value.exp (test_value_creation): Add test for large
9354 unsigned 64-bit value.
9355
9356 2016-10-06 Tom Tromey <tom@tromey.com>
9357
9358 * gdb.compile/compile.exp: Change java tests to rust.
9359 * gdb.base/setshow.exp: Change java tests to rust.
9360 * gdb.base/default.exp: Remove java from language list.
9361 * README (Examples): Update language example.
9362 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9363 test.
9364 * lib/gdb.exp (skip_java_tests): Remove.
9365 * lib/java.exp: Remove.
9366 * gdb.java: Remove.
9367
9368 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9369
9370 * gdb.arch/mips-fcr.exp: New test.
9371 * gdb.arch/mips-fcr.c: Source for the new test.
9372
9373 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9374
9375 * gdb.base/solib-disc.exp: Use `standard_output_file'
9376 throughout.
9377
9378 2016-10-06 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/jit-simple-dl.c: New file.
9381 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9382 * gdb.base/jit-simple.c: ... this.
9383 * gdb.base/jit-simple.exp (jit_run): Delete.
9384 (build_jit): New proc.
9385 (jit_test_reread): Recompile either the main program or the shared
9386 library, depending on what is being tested. Skip changing address
9387 if caller wants to. Compare before/after addresses. If testing
9388 standalone, explicitly load the binary. Test "maint info
9389 breakpoints".
9390 (top level): Add "standalone vs shared lib" and "change address"
9391 vs "same address" axes.
9392
9393 2016-10-06 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9396 call.
9397 (jit_run): Delete.
9398 (jit_test_reread): Use with_test_prefix. Reload the main binary
9399 explicitly. Compare the before/after addresses of the JIT
9400 descriptor.
9401
9402 2016-08-15 Doug Evans <dje@google.com>
9403
9404 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9405 for single bitfields is bool.
9406 * gdb.xml/tdesc-regs.exp: Ditto.
9407
9408 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9411
9412 2016-10-05 Yao Qi <yao.qi@linaro.org>
9413
9414 * lib/gdb.exp (support_complex_tests): Return zero if
9415 gdb_skip_float_test return true.
9416
9417 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9418 Simon Marchi <simon.marchi@ericsson.com>
9419
9420 PR gdb/20487
9421 * gdb.mi/user-selected-context-sync.exp: New file.
9422 * gdb.mi/user-selected-context-sync.c: New file.
9423
9424 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9425 Simon Marchi <simon.marchi@ericsson.com>
9426
9427 PR gdb/20487
9428 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9429 =thread-select-event check.
9430
9431 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9432
9433 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9434 the compulsory L operand changes.
9435 * gdb.arch/powerpc-power.s: Likewise.
9436
9437 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9440 * gdb.base/jit-attach-pie.c: New file.
9441 * gdb.base/jit-attach-pie.exp: New file.
9442
9443 2016-09-28 Pedro Alves <palves@redhat.com>
9444
9445 * gdb.base/infcall-input.c: New file.
9446 * gdb.base/infcall-input.exp: New file.
9447
9448 2016-09-22 Yao Qi <yao.qi@linaro.org>
9449
9450 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9451 (gdb_exit): Rename it to ...
9452 (gdbserver_gdb_exit): ... Close GDBserver.
9453 (gdb_exit): New proc, call gdbserver_gdb_exit.
9454 (mi_gdb_exit): Likewise.
9455
9456 2016-09-22 Yao Qi <yao.qi@linaro.org>
9457
9458 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9459 path.
9460 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9461 Remove duplication.
9462
9463 2016-09-22 Yao Qi <yao.qi@linaro.org>
9464
9465 * lib/gdbserver-support.exp: Check the existence of
9466 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9467
9468 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9469
9470 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9471
9472 2016-09-21 Tom Tromey <tom@tromey.com>
9473
9474 PR gdb/20604:
9475 * gdb.base/quit.exp: New file.
9476
9477 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9478
9479 * .gitignore: New file.
9480
9481 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9482
9483 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9484 throughout.
9485
9486 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9487
9488 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9489
9490 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * gdb.cp/casts.cc (decltype): Move it ...
9493 (main): ... with its call to ...
9494 * gdb.cp/casts03.cc: ... a new file.
9495 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9496
9497 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9498
9499 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9500
9501 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9502
9503 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9504 and sync up the test with tests in gas/testsuite/gas/ppc.
9505 * gdb.arch/powerpc-power.exp: Likewise.
9506
9507 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9510
9511 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9512 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9515 make m1's definition to be different from m2's. Use 'dummy' as an
9516 argument for probe 'two'.
9517
9518 2016-09-10 Jon Beniston <jon@beniston.com>
9519
9520 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9521 for sim target.
9522
9523 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9524
9525 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9526 variable declaration.
9527 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9528 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9529 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9530 received HWCAP as its argument.
9531
9532 2016-09-06 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/new-ui-pending-input.c: New file.
9535 * gdb.base/new-ui-pending-input.exp: New file.
9536 * gdb.exp (clear_gdb_spawn_id): New procedure.
9537 (with_spawn_id): Check whether gdb_spawn_id exists before
9538 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9539 on exit.
9540
9541 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9542
9543 * gdb.base/float128.c: New file.
9544 * gdb.base/float128.exp: Likewise.
9545 * gdb.base/floatn.c: Likewise.
9546 * gdb.base/floatn.exp: Likewise.
9547
9548 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9549
9550 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9551
9552 2016-09-05 Pedro Alves <palves@redhat.com>
9553
9554 PR backtrace/19927
9555 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9556 unwinders are immediately called as side effect of "source" or
9557 "disable unwinder" commands.
9558 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9559
9560 2016-09-02 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9563 is true and $type is "float" or "double".
9564
9565 2016-09-02 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9568 true.
9569 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9570 * gdb.base/call-rt-st.exp: Likewise.
9571 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9572 return value instead of gdb,skip_float_test.
9573 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9574 (do_function_calls): Use its return value instead of
9575 gdb,skip_float_test.
9576 * gdb.base/finish.exp: Likewise.
9577 * gdb.base/funcargs.exp: Likewise.
9578 * gdb.base/return.exp: Likewise.
9579 * gdb.base/return2.exp: Likewise.
9580 * gdb.base/varargs.exp: Likewise.
9581 * lib/gdb.exp (gdb_skip_float_test): Change it to
9582 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9583
9584 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9585
9586 * gdb.multi/tids.exp: Test "thread apply all".
9587
9588 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.base/default.exp (tty): Remove.
9591
9592 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9593
9594 * gdb.python/py-recurse-unwind.c: New file.
9595 * gdb.python/py-recurse-unwind.py: New file.
9596 * gdb.python/py-recurse-unwind.exp: New file.
9597
9598 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9599
9600 * gdb.base/set-inferior-tty.exp: New file.
9601 * gdb.base/set-inferior-tty.c: New file.
9602
9603 2016-08-23 Pedro Alves <palves@redhat.com>
9604
9605 PR gdb/20494
9606 * gdb.base/new-ui-echo.c: New file.
9607 * gdb.base/new-ui-echo.exp: New file.
9608
9609 2016-08-23 Yao Qi <yao.qi@linaro.org>
9610
9611 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9612 gdbserver_spawn.
9613 * gdb.server/connect-without-multi-process.exp (do_test):
9614 Likewise.
9615
9616 2016-08-23 Yao Qi <yao.qi@linaro.org>
9617
9618 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9619 standalone_txt. Delete gdb_txt and standalone_txt on host
9620 and target. Spawn the binary on target. Copy files from
9621 target to host.
9622
9623 2016-08-22 Pedro Alves <palves@redhat.com>
9624
9625 PR gdb/20505
9626 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9627 with_test_prefix. Factor out bits to ...
9628 (test_no_vdso): ... this new procedure.
9629
9630 2016-08-19 Carl Love <cel@us.ibm.com>
9631
9632 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9633 maintaining separate logic for constructing the output path.
9634 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9635 * gdb.arch/ppc-dfp.exp: Likewise.
9636 * gdb.arch/ppc-fp.exp: Likewise.
9637 * gdb.arch/vsx-regs.exp: Likewise.
9638 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9639 binprefix for generating the additional binary files.
9640
9641 2016-08-19 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.trace/mi-trace-frame-collected.exp
9644 (test_trace_frame_collected): On x32, expect two registers.
9645
9646 2016-08-18 Carl Love <cel@us.ibm.com>
9647
9648 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9649 and sync up the test with tests in gas/testsuite/gas/ppc.
9650 * gdb.arch/powerpc-power.exp: Likewise.
9651
9652 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9655 expected error message.
9656
9657 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9658
9659 * gdb.multi/remove-inferiors.exp: New file.
9660 * gdb.multi/remove-inferiors.c: New file.
9661
9662 2016-08-12 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9665 argument list.
9666
9667 2016-08-10 Pedro Alves <palves@redhat.com>
9668
9669 PR gdb/19187
9670 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9671 setup_kfails.
9672
9673 2016-08-09 Pedro Alves <palves@redhat.com>
9674 Simon Marchi <simon.marchi@ericsson.com>
9675
9676 PR gdb/20418
9677 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9678 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9679
9680 2016-08-09 Pedro Alves <palves@redhat.com>
9681
9682 PR mi/20431
9683 * gdb.mi/mi-cmd-error.exp: New file.
9684
9685 2016-08-09 Pedro Alves <palves@redhat.com>
9686
9687 PR gdb/18653
9688 * gdb.base/signals-state-child.c: New file.
9689 * gdb.base/signals-state-child.exp: New file.
9690 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9691
9692 2016-08-09 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9695
9696 2016-08-03 Tom Tromey <tom@tromey.com>
9697
9698 PR python/18565:
9699 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9700
9701 2016-08-01 Yao Qi <yao.qi@linaro.org>
9702
9703 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9704 variable mode to "multi-process" if $multi_process is 1, otherwise
9705 set it to "single-process".
9706
9707 2016-08-01 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9710 * gdb.cp/cpexprs.exp: Likewise.
9711 * gdb.cp/m-static.exp: Likewise.
9712
9713 2016-07-26 Tom Tromey <tom@tromey.com>
9714
9715 PR python/20190:
9716 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9717 test.
9718
9719 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9720
9721 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9722 selecting assembly source files.
9723 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9724 assembly source files.
9725 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9726 assembly source files.
9727 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9728 selecting assembly source files.
9729
9730 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.base/new-ui.exp (do_test_invalid_args): New
9733 procedure.
9734
9735 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9736
9737 * gdb.btrace/reconnect.c: New file.
9738 * gdb.btrace/reconnect.exp: New file.
9739
9740 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9741
9742 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9743 to test_catch_syscall_group.
9744 (test_catch_syscall_group): New.
9745
9746 2016-07-21 Tom Tromey <tom@tromey.com>
9747
9748 * gdb.rust/simple.rs (main): Use empty struct expression.
9749 * gdb.rust/simple.exp: Add tests for empty struct expression.
9750
9751 2016-07-21 Yao Qi <yao.qi@linaro.org>
9752
9753 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9754 if gdb_skip_xml_test is true on some targets.
9755
9756 2016-07-21 Yao Qi <yao.qi@linaro.org>
9757
9758 * gdb.server/solib-list.exp: Unset last_loaded_file.
9759
9760 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9763 "step into captured_main (args)".
9764
9765 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9768
9769 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9772
9773 2016-07-19 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9776 * gdb.opt/inline-bt.exp: Likewise.
9777 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9778 additional_flags=-Winline.
9779 * gdb.opt/inline-locals.exp: Likewise.
9780 * gdb.opt/inline-markers.c (ATTR): Define.
9781 (inlined_fn): Use it.
9782
9783 2016-07-19 Yao Qi <yao.qi@linaro.org>
9784
9785 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9786 (test_with_self): Remove some code. Remove argument executable.
9787 (top-level): Use do_self_tests.
9788
9789 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9790 Don Breazeal <donb@codesourcery.com>
9791
9792 * gdb.base/maint.exp: Escape paths used in regular expressions.
9793 * gdb.stabs/weird.exp: Likewise.
9794
9795 2016-07-13 Tom Tromey <tom@tromey.com>
9796
9797 PR python/15620, PR python/18620:
9798 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9799 (test_bkpt_events): New procs.
9800
9801 2016-07-13 Tom Tromey <tom@tromey.com>
9802
9803 PR python/17698:
9804 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9805 test.
9806 (test_watchpoints): Likewise.
9807 (test_bkpt_pending): New proc.
9808
9809 2016-07-13 Tom Tromey <tom@tromey.com>
9810
9811 PR cli/18053:
9812 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9813 completion test.
9814
9815 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9818 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9819 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9820 f_label.
9821 (g): Rename g_end_lbl to g_label.
9822 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9823 low_pc and high_pc.
9824 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9825
9826 2016-07-12 Tom Tromey <tom@tromey.com>
9827
9828 PR python/19293:
9829 * gdb.python/py-unwind-maint.exp: Update tests.
9830
9831 2016-07-12 Yao Qi <yao.qi@linaro.org>
9832
9833 * lib/selftest-support.exp (selftest_setup): Match the output
9834 when captured_main is inlined.
9835
9836 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9837
9838 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9839 New variables.
9840 (print this%a, print this%b, print this): New tests.
9841 * gdb.fortran/derived-types.f90 (this): New object and
9842 initialization.
9843
9844 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.ada/arraydim.exp: Remove extra directory level in build
9847 directory.
9848
9849 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9850
9851 * lib/ada.exp: Remove extra directory level in build directory.
9852 * gdb.ada/cond_lang.exp: Likewise.
9853 * gdb.ada/exec_changed.exp: Likewise.
9854 * gdb.ada/lang_switch.exp: Likewise.
9855
9856 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9857
9858 * simple.rs: Add test for raw pointer subscripting.
9859 * simple.exp: Add test expectations.
9860
9861 2016-07-05 Yao Qi <yao.qi@linaro.org>
9862
9863 * gdb.mi/mi-reverse.exp: Match =record-started output.
9864
9865 2016-07-01 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9868 procedure.
9869 (jit_reader_test): Test the jit reader's unwinder.
9870 * gdb.base/jithost.c (jit_function_00_code): New global.
9871 (main): Use memcpy to fill in the mmapped code, instead of poking
9872 bytes manually here.
9873 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9874 value.
9875 (read_debug_info): Save the function's range.
9876 (read_sp): New function.
9877 (unwind_frame): Use it. Also unwind RBP.
9878 (get_frame_id): Use read_sp.
9879 (gdb_init_reader): Use calloc instead of malloc.
9880 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9881 parameter. Use gdb_test_multiple.
9882
9883 2016-07-01 Pedro Alves <palves@redhat.com>
9884 Antoine Tremblay <antoine.tremblay@ericsson.com>
9885
9886 * gdb.threads/process-dies-while-detaching.c: New file.
9887 * gdb.threads/process-dies-while-detaching.exp: New file.
9888
9889 2016-07-01 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.multi/watchpoint-multi-exit.c: New file.
9892 * gdb.multi/watchpoint-multi-exit.exp: New file.
9893
9894 2016-06-30 Pedro Alves <palves@redhat.com>
9895
9896 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9897 unset inferior_spawn_id.
9898
9899 2016-06-30 Pedro Alves <palves@redhat.com>
9900
9901 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9902 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9903
9904 2016-06-29 Yao Qi <yao.qi@linaro.org>
9905
9906 * gdb.base/return.c: Add copyright header.
9907
9908 2016-06-29 Tom Tromey <tom@tromey.com>
9909
9910 PR python/20129:
9911 * gdb.python/py-framefilter.exp: Add tests for setting priority
9912 and disabling of non-existent frame filter.
9913
9914 2016-06-29 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9917 0x0f07ff.
9918
9919 2016-06-28 Yao Qi <yao.qi@linaro.org>
9920
9921 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9922 triplets. Start gdb, execute catch syscall, and continue. Check
9923 gdb's output to determine catch syscall is supported.
9924
9925 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9926
9927 * gdb.rust/simple.rs: Add test for returning unit in a function.
9928 * gdb.rust/simple.exp: Add expectation for functions returning
9929 unit.
9930
9931 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9932
9933 * gdb.python/py-breakpoint-create-fail.c,
9934 gdb.python/py-breakpoint-create-fail.exp,
9935 gdb.python/py-breakpoint-create-fail.py: New testcase.
9936
9937 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9938
9939 PR gdb/20239
9940 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9941 * gdb.rust/simple.exp: Add test expectations for new NonZero
9942 tests.
9943
9944 2016-06-24 David Taylor <dtaylor@emc.com>
9945
9946 * gdb.base/offsets.exp: New file.
9947 * gdb.base/offsets.c: New file.
9948
9949 2016-06-23 Tom Tromey <tom@tromey.com>
9950
9951 PR gdb/16483:
9952 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9953 before any filters are loaded.
9954
9955 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9956
9957 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9958 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9959 structs.
9960 * gdb.fortran/derived-type-function.exp: New file.
9961 * gdb.fortran/derived-type-function.f90: New file.
9962
9963
9964 2016-06-21 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/new-ui.exp: New file.
9967 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9968 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9969 (with_spawn_id): New procedure.
9970
9971 2016-06-21 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.mi/mi-exec-run.exp: New file.
9974
9975 2016-06-21 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9978 breakpoint command's output on the main UI.
9979 (test_break): New procedure, factored out from calls in the top
9980 level.
9981 (top level): Use foreach_with_prefix to test MI as main UI and as
9982 separate UI.
9983
9984 2016-06-21 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9987 (test_awatch_creation_and_listing)
9988 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9989 Remove 'type' parameter.
9990 (test_watchpoint_all): New parameter mi_mode. Remove
9991 with_test_prefix.
9992 (top level): Use foreach_with_prefix, and add main/separate UI MI
9993 testing axis.
9994
9995 2016-06-21 Pedro Alves <palves@redhat.com>
9996
9997 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9998 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9999 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10000 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10001 (gdb_main_spawn_id, mi_spawn_id): Declare and
10002 comment.
10003 (mi_create_inferior_pty): New procedure,
10004 factored out from default_mi_gdb_start.
10005 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10006 procedures.
10007 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10008 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10009 Use mi_create_inferior_pty.
10010 (mi_gdb_start): Use eval to pass down args list.
10011
10012 2016-06-21 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10015 * gdb.opt/inline-cmds.exp: Add MI tests.
10016
10017 2016-06-21 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10020
10021 2016-06-21 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10024 (top level): Use it instead of mi_execute_to.
10025
10026 2016-06-21 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10029 (cont_handler_str): New.
10030 (signal_stop_handler): Set stop_handler_str instead of printing to
10031 stdout.
10032 (continue_handler): Set cont_handler_str instead of printing to
10033 stdout.
10034 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10035 mi_send_resuming_command. Print stop_handler_str and
10036 cont_handler_str instead of expecting the python events print
10037 directly.
10038
10039 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10040
10041 * gdb.base/jit-reader.exp: New file.
10042 * gdb.base/jithost.c: New file.
10043 * gdb.base/jithost.h: New file.
10044 * gdb.base/jitreader.c : New file.
10045 * gdb.base/jit-protocol.h: New file.
10046
10047 2016-06-17 Yao Qi <yao.qi@linaro.org>
10048
10049 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10050 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10051 and detach-on-fork. Adjust tests.
10052 (top level): Invoke break_cond_on_syscall with combinations of
10053 syscall, follow-fork-mode and detach-on-fork.
10054
10055 2016-06-17 Yao Qi <yao.qi@linaro.org>
10056
10057 * gdb.base/step-over-exit.c: New.
10058 * gdb.base/step-over-exit.exp: New.
10059
10060 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10061
10062 * gdb.base/float.exp: Add target check for nds32*-*-*.
10063 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10064
10065 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10066
10067 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10068 for unsupported target features.
10069 * gdb.base/call-rt-st.exp: Likewise.
10070 * gdb.base/call-sc.exp: Likewise.
10071 * gdb.base/call-signal-resume.exp: Likewise.
10072 * gdb.base/call-strs.exp: Likewise.
10073 * gdb.base/callexit.exp: Likewise.
10074 * gdb.base/callfuncs.exp: Likewise.
10075 * gdb.base/nodebug.exp: Likewise.
10076 * gdb.base/printcmds.exp: Likewise.
10077 * gdb.base/ptype.exp: Likewise.
10078 * gdb.base/structs.exp: Likewise.
10079 * gdb.base/unwindonsignal.exp: Likewise.
10080 * gdb.cp/gdb2495.exp: Likewise.
10081 * gdb.cp/templates.exp: Likewise.
10082 * gdb.cp/virtfunc.exp: Likewise.
10083 * gdb.threads/hand-call-in-threads.exp: Likewise.
10084 * gdb.threads/interrupted-hand-call.exp: Likewise.
10085 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10086
10087 2016-06-10 Tom Tromey <tom@tromey.com>
10088
10089 PR rust/20110:
10090 * gdb.rust/expr.exp: Add test for integer constant larger than
10091 i32.
10092
10093 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10094
10095 * gdb.fortran/nested-funcs.exp: New.
10096 * gdb.fortran/nested-funcs.f90: New.
10097
10098 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10099
10100 * gdb.base/examine-backward.c: New file.
10101 * gdb.base/examine-backward.exp: New file.
10102
10103 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10106 matching.
10107
10108 2016-06-02 Tom Tromey <tom@tromey.com>
10109
10110 PR python/18984:
10111 * gdb.python/py-shared.exp: Add solib_name test.
10112
10113 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10114
10115 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10116
10117 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10118
10119 PR c++/19893
10120 * gdb.dwarf2/implref.exp: Rename to...
10121 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10122 * gdb.dwarf2/implref-array.c: New file.
10123 * gdb.dwarf2/implref-array.exp: Likewise.
10124 * gdb.dwarf2/implref-global.c: Likewise.
10125 * gdb.dwarf2/implref-global.exp: Likewise.
10126 * gdb.dwarf2/implref-struct.c: Likewise.
10127 * gdb.dwarf2/implref-struct.exp: Likewise.
10128
10129 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10130
10131 * gdb.trace/trace-condition.exp: Add 64bit tests.
10132
10133 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10134
10135 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10136 bits types.
10137 (main): Adapt to 8 to 64 bits types.
10138 * gdb.trace/trace-condition.exp: Add new tests.
10139
10140 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10141
10142 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10143
10144 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10145
10146 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10147 Move condition tests...
10148 * gdb.trace/trace-condition.exp: Here.
10149
10150 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10151
10152 * gdb.trace/trace-condition.exp: Add counter-case tests.
10153
10154 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 PR c++/15231
10157 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10158 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10159
10160 2016-05-27 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10163 New procedure.
10164 (top level): Call it, and bail out of DejaGnu is known to be bad.
10165
10166 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10167
10168 * gdb.base/whatis.c: Extend the test case.
10169 * gdb.base/whatis.exp: Add additional tests.
10170
10171 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10172
10173 * gdb.fortran/type.f90: Add pointer variable.
10174 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10175
10176 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10177
10178 * gdb.fortran/vla-type.exp: Fix testcase name.
10179
10180 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10181
10182 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10183
10184 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10185
10186 * gdb.fortran/type.f90: Add nested structures.
10187 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10188 * gdb.fortran/derived-type.exp: Adapt expected output.
10189 * gdb.fortran/vla-type.exp: Adapt expected output.
10190
10191 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10192
10193 * gdb.fortran/whatis_type.exp: Adapt expected output.
10194
10195 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10196
10197 * gdb.fortran/print_type.exp: Fix expected output.
10198 * gdb.fortran/whatis_type.exp: Fix expected output.
10199
10200 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10201
10202 * gdb.fortran/whatis_type.exp: Use multi_line.
10203
10204 2016-05-24 Tom Tromey <tom@tromey.com>
10205
10206 PR python/17386:
10207 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10208 use value as an index.
10209
10210 2016-05-23 Tom Tromey <tom@tromey.com>
10211
10212 PR python/17981:
10213 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10214 no-breakpoint case.
10215
10216 2016-05-24 Pedro Alves <palves@redhat.com>
10217
10218 PR gdb/19828
10219 * gdb.threads/clone-attach-detach.c: New file.
10220 * gdb.threads/clone-attach-detach.exp: New file.
10221
10222 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10223
10224 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10225
10226 2016-05-23 Tom Tromey <tom@tromey.com>
10227
10228 PR python/19438, PR python/18393:
10229 * gdb.python/py-progspace.exp: Add "dir" test.
10230 * gdb.python/py-objfile.exp: Add "dir" test.
10231
10232 2016-05-23 Yao Qi <yao.qi@linaro.org>
10233
10234 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10235 * gdb.arch/thumb2-it.exp: Likewise.
10236
10237 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10238
10239 * gdb.mi/mi-threads-interrupt.c: New file.
10240 * gdb.mi/mi-threads-interrupt.exp: New file.
10241
10242 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10243
10244 PR gdb/18077
10245 * gdb.mi/mi-async-run.exp: New file.
10246 * gdb.mi/mi-async-run.c: New file.
10247
10248 2016-05-17 Tom Tromey <tom@tromey.com>
10249 Manish Goregaokar <manishsmail@gmail.com>
10250
10251 * lib/rust-support.exp: New file.
10252 * lib/gdb.exp (skip_rust_tests): New proc.
10253 (build_executable_from_specs): Handle rust.
10254 * lib/future.exp (gdb_find_rustc): New proc.
10255 (gdb_default_target_compile): Handle rust.
10256 * gdb.rust/expr.exp: New file.
10257 * gdb.rust/generics.exp: New file.
10258 * gdb.rust/generics.rs: New file.
10259 * gdb.rust/methods.exp: New file.
10260 * gdb.rust/methods.rs: New file.
10261 * gdb.rust/modules.exp: New file.
10262 * gdb.rust/modules.rs: New file.
10263 * gdb.rust/simple.exp: New file.
10264 * gdb.rust/simple.rs: New file.
10265
10266 2016-05-17 Tom Tromey <tom@tromey.com>
10267
10268 * gdb.base/default.exp (set language): Add rust.
10269
10270 2016-05-17 Tom Tromey <tom@tromey.com>
10271
10272 * gdb.gdb/unittest.exp: New file.
10273
10274 2016-05-16 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10277 shell_prompt. Update shell_prompt_re.
10278
10279 2016-05-12 Doug Evans <dje@google.com>
10280
10281 PR symtab/19999
10282 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10283 $options when building executable.
10284 * gdb.dwarf2/fission-loclists-pie.S: New file.
10285 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10286
10287 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10290 of [is_remote target],
10291
10292 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * lib/gdb.exp (use_gdb_stub): New procedure.
10295
10296 2016-05-03 Yunlian Jiang <yunlian@google.com>
10297 Doug Evans <dje@google.com>
10298
10299 PR symtab/19914
10300 * gdb.dwarf2/dwp-sepdebug.c: New file.
10301 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10302
10303 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * gdb.base/detach.exp: Remove is_remote check.
10306
10307 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * gdb.base/annota-input-while-running.exp: Don't check for
10310 [is_remote target]. Enable annotations after running to main.
10311 Remove unused "set test..." line.
10312
10313 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.trace/trace-enable-disable.exp: New file.
10316 * gdb.trace/trace-enable-disable.c: New file.
10317
10318 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10321 use it in info sharedlibrary test.
10322 * gdb.trace/ftrace-lock.exp: Likewise.
10323 * gdb.trace/ftrace.exp: Likewise.
10324 * gdb.trace/range-stepping.exp: Likewise.
10325 * gdb.trace/trace-break.exp: Likewise.
10326 * gdb.trace/trace-condition.exp: Likewise.
10327 * gdb.trace/trace-mt.exp: Likewise.
10328
10329 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10330
10331 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10332 (gdb_load_shlib): ... this.
10333 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10334 gdb_load_shlib.
10335 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10336 * gdb.base/ctxobj.exp: Likewise.
10337 * gdb.base/dprintf-pending.exp: Likewise.
10338 * gdb.base/dso2dso.exp: Likewise.
10339 * gdb.base/fixsection.exp: Likewise.
10340 * gdb.base/gcore-relro.exp: Likewise.
10341 * gdb.base/gdb1555.exp: Likewise.
10342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10343 * gdb.base/gnu-ifunc.exp: Likewise.
10344 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10345 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10346 * gdb.base/pending.exp: Likewise.
10347 * gdb.base/print-file-var.exp: Likewise.
10348 * gdb.base/print-symbol-loading.exp: Likewise.
10349 * gdb.base/shlib-call.exp: Likewise.
10350 * gdb.base/shreloc.exp: Likewise.
10351 * gdb.base/so-impl-ld.exp: Likewise.
10352 * gdb.base/solib-disc.exp: Likewise.
10353 * gdb.base/solib-nodir.exp: Likewise.
10354 * gdb.base/solib-overlap.exp: Likewise.
10355 * gdb.base/solib-symbol.exp: Likewise.
10356 * gdb.base/solib-weak.exp (do_test): Likewise.
10357 * gdb.base/sym-file.exp: Likewise.
10358 * gdb.base/symtab-search-order.exp: Likewise.
10359 * gdb.base/type-opaque.exp: Likewise.
10360 * gdb.base/unload.exp: Likewise.
10361 * gdb.base/watchpoint-solib.exp: Likewise.
10362 * gdb.compile/compile.exp: Likewise.
10363 * gdb.cp/gdb2384.exp: Likewise.
10364 * gdb.cp/infcall-dlopen.exp: Likewise.
10365 * gdb.cp/re-set-overloaded.exp: Likewise.
10366 * gdb.fortran/library-module.exp: Likewise.
10367 * gdb.opt/solib-intra-step.exp: Likewise.
10368 * gdb.python/py-finish-breakpoint.exp: Likewise.
10369 * gdb.python/py-shared.exp: Likewise.
10370 * gdb.reverse/solib-precsave.exp: Likewise.
10371 * gdb.reverse/solib-reverse.exp: Likewise.
10372 * gdb.server/solib-list.exp: Likewise.
10373 * gdb.threads/dlopen-libpthread.exp: Likewise.
10374 * gdb.threads/tls-shared.exp: Likewise.
10375 * gdb.threads/tls-so_extern.exp: Likewise.
10376 * gdb.trace/change-loc.exp: Likewise.
10377 * gdb.trace/ftrace-lock.exp: Likewise.
10378 * gdb.trace/ftrace.exp: Likewise.
10379 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10380 * gdb.trace/pending.exp: Likewise.
10381 * gdb.trace/range-stepping.exp: Likewise.
10382 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10383 (strace_info_marker): Likewise.
10384 (strace_probe_marker): Likewise.
10385 (strace_trace_on_same_addr): Likewise.
10386 (strace_trace_on_diff_addr): Likewise.
10387 * gdb.trace/trace-break.exp: Likewise.
10388 * gdb.trace/trace-condition.exp: Likewise.
10389 * gdb.trace/trace-mt.exp: Likewise.
10390
10391 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10394 result of gdb_remote_download.
10395 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10396 * gdb.base/dso2dso.exp: Likewise.
10397 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10398 * gdb.base/print-file-var.exp: Likewise.
10399 * gdb.base/shlib-call.exp: Likewise.
10400 * gdb.base/shreloc.exp: Likewise.
10401 * gdb.base/solib-overlap.exp: Likewise.
10402 * gdb.base/solib-weak.exp (do_test): Likewise.
10403 * gdb.base/unload.exp: Likewise.
10404
10405 2016-04-27 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10408 exists.
10409
10410 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10411
10412 * vla-type.exp: Print structure from toplevel.
10413
10414 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10415
10416 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10417 of dynamic types.
10418 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10419 of dynamic types.
10420
10421 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10422
10423 * gdb.fortran/vla-type.f90: New file.
10424 * gdb.fortran/vla-type.exp: New file.
10425
10426 2016-04-25 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.base/branch-to-self.c: New file.
10429 * gdb.base/branch-to-self.exp: New file.
10430
10431 2016-04-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10434 more after $hex.
10435
10436 2016-04-22 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10439 * gdb.base/annota3.exp: Likewise.
10440
10441 2016-04-22 Yao Qi <yao.qi@linaro.org>
10442
10443 * gdb.reverse/step-precsave.exp: Do one step and test program
10444 stops in "callee" and do multiple steps until program goes out
10445 of "callee".
10446 * gdb.reverse/step-reverse.exp: Likewise.
10447
10448 2016-04-22 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.trace/signal.exp: Also pass if
10451 $tracepoint_hits($i) > $iterations.
10452
10453 2016-04-22 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.trace/signal.c: New file.
10456 * gdb.trace/signal.exp: New file.
10457
10458 2016-04-19 Doug Evans <xdje42@gmail.com>
10459
10460 * gdb.base/bad-file.exp: New file.
10461
10462 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10463
10464 * gdb.dwarf2/implref.exp: New file.
10465
10466 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10467
10468 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10469 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10470 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10471 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10472 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10473 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10474 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10475 * lib/fortran.exp (fortran_int4): New procedure.
10476 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10477 (fortran_logical4): Likewise.
10478
10479 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10480
10481 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10482
10483 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10484
10485 * lib/compiler.c: Add Intel specific preprocessor macros.
10486 * lib/compiler.cc: Likewise.
10487
10488 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10489
10490 * gdb.server/connect-with-no-symbol-file.c: New file.
10491 * gdb.server/connect-with-no-symbol-file.exp: New file.
10492
10493 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10496
10497 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10498
10499 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10500 standard output directory.
10501
10502 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10503
10504 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10505
10506 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10507
10508 * gdb.btrace/instruction_history.c (loop): Add declaration.
10509
10510 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10511
10512 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10513
10514 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10515
10516 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10517 parentheses to print.
10518 (continue_handler): Likewise.
10519
10520 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * gdb.server/solib-list.exp: Remove is_remote check.
10523 Pass shlib= to gdb_compile. Don't link shared library with
10524 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10525 Run binary filename through "readlink -f" on the target.
10526
10527 2016-04-08 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10530 interpreter filename as argument to gdbserver_spawn.
10531 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10532 Return empty if $last_loaded_file does not exist.
10533
10534 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10537 * gdb.base/jit-main.c: Use exit after usage.
10538
10539 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10542 GDBHISTSIZE prior to the tests.
10543 * gdb.base/gdbinit-history.exp: Likewise.
10544
10545 2016-04-07 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10548 instead of build_executable. Use gdb_load_shlibs.
10549
10550 2016-04-07 Yao Qi <yao.qi@linaro.org>
10551
10552 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10553 Execute "si" command.
10554
10555 2016-04-07 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10558 number instead of the comments on some line.
10559
10560 2016-04-06 Don Breazeal <donb@codesourcery.com>
10561
10562 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10563 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10564
10565 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10566
10567 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10568 standard_output_file. Remove unused binfile variable.
10569
10570 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10571
10572 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10573 * gdb.python/py-mi-objfile.exp: Match "list main" output
10574 in console format.
10575
10576 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10577
10578 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10579 absolute.
10580
10581 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10584 absolute.
10585 * gdb.trace/ftrace.exp: Likewise.
10586 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10587 targets as well.
10588 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10589 (gdb_load_shlibs): Copy libraries to test directory when testing
10590 natively. Only set solib-search-path if testing remotely.
10591 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10592
10593 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10594
10595 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10596 gdb_download. Use it even if the target is not remote.
10597 * gdb.base/jit.exp (compile_jit_test): Likewise.
10598 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10599 output directory if the destination board is local, otherwise use
10600 the standard remote_download from DejaGnu.
10601 (gdb_download): Remove.
10602 (gdb_load_shlibs): Use gdb_remote_download instead of
10603 gdb_download.
10604 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10605 Use gdb_remote_download instead of gdb_download. Use it even if
10606 the target is not remote.
10607 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10608 instead of gdb_download.
10609
10610 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10611
10612 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10613 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10614 run.
10615
10616 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10617
10618 PR gdb/19820
10619 * gdb.base/printcmds.exp: Add artificial arrays tests.
10620
10621 2016-03-31 Pedro Alves <palves@redhat.com>
10622
10623 PR gdb/19858
10624 * gdb.base/jit-main.c: Include unistd.h.
10625 (ATTACH): Define to 0 if not already defined.
10626 (wait_for_gdb, mypid): New globals.
10627 (WAIT_FOR_GDB): New macro.
10628 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10629 some breakpoint locations.
10630 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10631 New procedures.
10632 (one_jit_test): Add REATTACH parameter, and handle it. Use
10633 continue_to_test_location.
10634 (top level): Test attach, and adjusts calls to one_jit_test.
10635
10636 2016-03-31 Pedro Alves <palves@redhat.com>
10637
10638 PR gdb/19858
10639 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10640 BINSUFFIX parameter, and handle it.
10641 (top level): Adjust calls compile_jit_test.
10642
10643 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10644
10645 PR python/19743
10646 * gdb.python/py-mi-events-gdb.py: New file.
10647 * gdb.python/py-mi-events.c: New file.
10648 * gdb.python/py-mi-events.exp: New file.
10649
10650 2016-03-30 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.reverse/until-precsave.exp: Match function name only.
10653 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10654 Move malloc to a condition block.
10655 * gdb.reverse/until-reverse.exp: Match function name only.
10656
10657 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10658
10659 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10660 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10661 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10662 variable for GPR 0 instead of assuming it is register 0.
10663 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10664 * lib/trace-support.exp: Add s390 registers.
10665
10666 2016-03-29 Yao Qi <yao.qi@linaro.org>
10667
10668 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10669
10670 2016-03-24 Yao Qi <yao.qi@linaro.org>
10671
10672 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10673 test message.
10674
10675 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10676
10677 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10678 maintaining separate logic for constructing the output path.
10679
10680 2016-03-16 Don Breazeal <donb@codesourcery.com>
10681
10682 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10683 Retry fork and waitpid on interrupted system call errors.
10684 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10685 Use with_timeout_factor to increase timeout by factor of 10.
10686
10687 2016-03-15 Don Breazeal <donb@codesourcery.com>
10688
10689 * gdb.cp/scope-err.cc: New test program.
10690 * gdb.cp/scope-err.exp: New test script.
10691 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10692 lines and "set breakpoint here" comment.
10693 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10694 Fixed some whitespace and format issues.
10695 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10696 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10697
10698 2016-03-15 Doug Evans <dje@google.com>
10699
10700 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10701 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10702 All callers updated. Add tests for enums, mixed flags register.
10703
10704 2016-03-15 Doug Evans <dje@google.com>
10705
10706 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10707 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10708
10709 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10710
10711 * gdb.base/default.exp: Add $_as_string to the list of expected
10712 convenience functions.
10713
10714 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10715
10716 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10717
10718 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10719
10720 * gdb.python/py-as-string.exp: New file.
10721 * gdb.python/py-as-string.c: New file.
10722
10723 2016-03-09 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10726 signal" -> "Thread NN received signal" output change.
10727 * gdb.threads/ia64-sigill.exp: Likewise.
10728 * gdb.threads/linux-dp.exp: Likewise.
10729 * gdb.threads/manythreads.exp: Likewise.
10730 * gdb.threads/pending-step.exp: Likewise.
10731 * gdb.threads/print-threads.exp: Likewise.
10732 * gdb.threads/sigstep-threads.exp: Likewise.
10733 * gdb.threads/staticthreads.exp: Likewise.
10734 * gdb.threads/tls.exp: Likewise.
10735
10736 2016-03-09 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/command-line-input.exp: New file.
10739
10740 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10743 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10744 * gdb.trace/pending.exp: Accept leading dot before function name.
10745 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10746 * lib/trace-support.exp: Set registers for ppc.
10747
10748 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10749
10750 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10751 use it for disassembly; accept .main in addition to main in backtrace.
10752
10753 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10754 Marcin Kościelnicki <koriakin@0x04.net>
10755
10756 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10757 (gdb_recursion_test_ptr): New global variable.
10758 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10759 gdb_recursion_test.
10760 (gdb_c_test): Ditto.
10761
10762 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10763
10764 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10765 ordering.
10766
10767 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10768
10769 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10770 (bar): Add bar_start_lbl label.
10771 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10772 of foo/bar for emitting DWARF and tracing.
10773
10774 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10775
10776 * analyze-racy-logs.py: Set executable bit.
10777
10778 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10779
10780 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10781 (CHECK_TARGET_TMP): Likewise.
10782 (check-single-racy): New rule.
10783 (check-parallel-racy): Likewise.
10784 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10785 (do-check-parallel-racy): New rule.
10786 (check-racy/%.exp): Likewise.
10787 * README (Racy testcases): New section.
10788 * analyze-racy-logs.py: New file.
10789
10790 2016-03-03 Doug Evans <dje@google.com>
10791
10792 * gdb.base/skip.exp: Use with_test_prefix.
10793
10794 2016-03-03 Yao Qi <yao.qi@linaro.org>
10795
10796 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10797 Invoke step_over_syscall "clone" and break_cond_on_syscall
10798 "clone".
10799 * gdb.base/step-over-clone.c: New file.
10800
10801 2016-03-03 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10804 code format.
10805
10806 2016-03-03 Yao Qi <yao.qi@linaro.org>
10807
10808 * gdb.base/disp-step-fork.c: Rename to ...
10809 * gdb.base/step-over-fork.c: ... it. New file.
10810 * gdb.base/disp-step-vfork.c: Rename to ...
10811 * gdb.base/step-over-vfork.c: ... it. New file.
10812 * gdb.base/disp-step-syscall.exp: Rename to ...
10813 * gdb.base/step-over-syscall.exp: ... it. New file.
10814 (disp_step_cross_syscall): Rename to ...
10815 (step_over_syscall): ... it.
10816
10817 2016-03-03 Yao Qi <yao.qi@linaro.org>
10818
10819 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10820 If target supports condition evaluation on target, invoke
10821 break_cond_on_syscall for fork and vfork.
10822
10823 2016-03-03 Yao Qi <yao.qi@linaro.org>
10824
10825 * gdb.base/disp-step-syscall.exp: Don't invoke
10826 support_displaced_stepping.
10827 (disp_step_cross_syscall): Test with displaced stepping off and
10828 on if supported.
10829
10830 2016-03-03 Yao Qi <yao.qi@linaro.org>
10831
10832 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10833 proc.
10834 (setup): New proc.
10835 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10836 and setup.
10837
10838 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10839
10840 * gdb.fortran/vla-history.exp: Remove breakpoint.
10841
10842 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10843
10844 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10845 exceeds timeout.
10846
10847 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10848
10849 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10850 breakpoint.
10851
10852 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10853
10854 * gdb.mi/vla.f90: Nullify pointer after declaration.
10855
10856 2016-03-01 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10859
10860 2016-03-01 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10863 before anything else.
10864 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10865 _GNU_SOURCE here.
10866 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10867 before anything else.
10868 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10869
10870 2016-03-01 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10873
10874 2016-03-01 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10877 prepare_for_testing.
10878
10879 2016-03-01 Yao Qi <yao.qi@linaro.org>
10880
10881 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10882
10883 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10884
10885 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10886 manually constructing the output path.
10887
10888 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10889
10890 * gdb.arch/s390-stackless.S: New.
10891 * gdb.arch/s390-stackless.exp: New.
10892
10893 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10894
10895 * gdb.dlang/circular.c: New file.
10896 * gdb.dlang/circular.exp: New file.
10897
10898 2016-02-26 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10901 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10902 (testcases): Update.
10903
10904 2016-02-26 Yao Qi <yao.qi@linaro.org>
10905
10906 * gdb.reverse/aarch64.c: Rename to ...
10907 * gdb.reverse/insn-reverse.c: ... it.
10908 * gdb.reverse/aarch64.exp: Rename to ...
10909 * gdb.reverse/insn-reverse.exp: ... it.
10910
10911 2016-02-26 Yao Qi <yao.qi@linaro.org>
10912
10913 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10914 (testcase_ftype): New.
10915 (testcases): New array.
10916 (n_testcases): New.
10917 (main): Call each element in testcases.
10918 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10919 (read_testcase): New.
10920 Do the tests in a loop.
10921
10922 2016-02-25 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.base/branches.c: Remove.
10925
10926 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10927
10928 PR gdb/13808
10929 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10930
10931 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10932
10933 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10934
10935 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10936
10937 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10938 change x86_64 call_insn to 'callq'.
10939
10940 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10941
10942 * gdb.trace/tfile-avx.c: Move to...
10943 * gdb.trace/tracefile-pseudo-reg.c: Here.
10944 * gdb.trace/tfile-avx.exp: Move to...
10945 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10946
10947 2016-02-24 Gary Benson <gbenson@redhat.com>
10948
10949 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10950 message on attach.
10951
10952 2016-02-23 Doug Evans <dje@google.com>
10953
10954 * gdb.base/skip.c (test_skip): New function.
10955 (end_test_skip_file_and_function): New function.
10956 (test_skip_file_and_function): New function.
10957 * gdb.base/skip1.c (test_skip): New function.
10958 (skip1_test_skip_file_and_function): New function.
10959 * gdb.base/skip.exp: Add tests for new skip options.
10960 * gdb.base/skip-solib.exp: Update expected output.
10961 * gdb.perf/skip-command.cc: New file.
10962 * gdb.perf/skip-command.exp: New file.
10963 * gdb.perf/skip-command.py: New file.
10964
10965 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10966
10967 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10968 info registers pattern.
10969
10970 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10971
10972 * lib/future.exp: Add D support.
10973 (gdb_find_gdc): New proc.
10974 (gdb_default_target_compile): Add D support.
10975
10976 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10977
10978 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10979 user+system time.
10980 (trace_speed_test): Determine the iteration count for a time
10981 between 15..30 seconds.
10982
10983 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10984
10985 * gdb.arch/i386-mpx-sigsegv.c: New file.
10986 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10987 * gdb.arch/i386-mpx-simple_segv.c: New file.
10988 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10989
10990 2016-02-18 Yao Qi <yao.qi@linaro.org>
10991
10992 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10993 Don't call setup_kfail.
10994
10995 2016-02-18 Yao Qi <yao.qi@linaro.org>
10996
10997 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10998 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10999
11000 2016-02-16 Doug Evans <dje@google.com>
11001
11002 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11003 * gdb.base/skip1.c: Ditto.
11004 * gdb.base/skip.exp: Whitespace cleanup.
11005
11006 2016-02-16 Don Breazeal <donb@codesourcery.com>
11007
11008 PR remote/19496
11009 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11010 Remove kfail for PR remote/19496.
11011
11012 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * lib/gdb.exp (standard_temp_file): Return a path specific to
11015 the runtest invocation.
11016
11017 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11018
11019 * gdb.trace/save-trace.exp: Change relative path to be in the
11020 standard output directory.
11021
11022 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11023
11024 * gdb.arch/i386-prologue.c: Add missing prototypes.
11025
11026 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11029 * gdb.arch/i386-prologue.exp: Likewise.
11030 * gdb.arch/i386-size.exp: Likewise.
11031
11032 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11033
11034 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11035 define object file path.
11036 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11037 file path.
11038 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11039 standard_output_file to define binfile.
11040
11041 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Fix compatibility with recent gfortran-5.3.1.
11044 * gdb.fortran/vla-history.exp (print vla1 allocated)
11045 (print vla2 allocated, print $2, print $3): Remove
11046 (print $4): Rename to ...
11047 (print $2): ... here.
11048 (print $9): Rename to ...
11049 (print $5): ... here.
11050 (print $10): Rename to ...
11051 (print $6): ... here.
11052 * gdb.fortran/vla.f90: Add pvla initialization.
11053
11054 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11057 New test.
11058 * gdb.fortran/vla-value-sub.exp: Likewise.
11059
11060 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11061
11062 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11063
11064 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * i386-biarch-core.exp: Define corefile using
11067 standard_output_file.
11068
11069 2016-02-12 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.arch/arm-single-step-kernel-helper.c: New.
11072 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11073
11074 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11075
11076 * gdb.btrace/tailcall-only.exp: New.
11077 * gdb.btrace/tailcall-only.c: New.
11078 * gdb.btrace/x86_64-tailcall-only.S: New.
11079 * gdb.btrace/i686-tailcall-only.S: New.
11080
11081 2016-02-11 Pedro Alves <palves@redhat.com>
11082
11083 * README (Parallel testing): Add missing double quotes.
11084
11085 2016-02-11 Pedro Alves <palves@redhat.com>
11086
11087 * README (Parallel testing): New section.
11088 (GDB_PARALLEL): Rewrite.
11089 (FORCE_PARALLEL): Document.
11090
11091 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11092
11093 * gdb.trace/tfile-avx.c: New test.
11094 * gdb.trace/tfile-avx.exp: New test.
11095
11096 2016-02-09 Keith Seitz <keiths@redhat.com>
11097
11098 PR breakpoints/19546
11099 * gdb.base/infcall-exec.c: New file.
11100 * gdb.base/infcall-exec2.c: New file.
11101 * gdb.base/infcall-exec.exp: New file.
11102
11103 2016-02-09 Keith Seitz <keiths@redhat.com>
11104
11105 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11106 (toplevel): Call test_bkpt_address.
11107
11108 2016-02-09 Keith Seitz <keiths@redhat.com>
11109
11110 PR python/19506
11111 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11112 (toplevel): Call test_bkpt_address.
11113
11114 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11117 to AC_OUTPUT.
11118 * configure: Regenerate.
11119
11120 2016-02-09 Pedro Alves <palves@redhat.com>
11121
11122 PR breakpoints/19548
11123 * gdb.base/execl-update-breakpoints.c (some_function): New
11124 function.
11125 (main): Call it.
11126 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11127 Tighten expected GDB output.
11128
11129 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * Makefile.in (ALL_SUBDIRS): Remove.
11132 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11133 (distclean maintainer-clean realclean): Likewise.
11134 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11135 * configure: Regenerate.
11136 * gdb.ada/Makefile.in: Delete.
11137 * gdb.arch/Makefile.in: Likewise.
11138 * gdb.asm/Makefile.in: Likewise.
11139 * gdb.base/Makefile.in: Likewise.
11140 * gdb.btrace/Makefile.in: Likewise.
11141 * gdb.cell/Makefile.in: Likewise.
11142 * gdb.compile/Makefile.in: Likewise.
11143 * gdb.cp/Makefile.in: Likewise.
11144 * gdb.disasm/Makefile.in: Likewise.
11145 * gdb.dlang/Makefile.in: Likewise.
11146 * gdb.dwarf2/Makefile.in: Likewise.
11147 * gdb.fortran/Makefile.in: Likewise.
11148 * gdb.gdb/Makefile.in: Likewise.
11149 * gdb.go/Makefile.in: Likewise.
11150 * gdb.guile/Makefile.in: Likewise.
11151 * gdb.java/Makefile.in: Likewise.
11152 * gdb.linespec/Makefile.in: Likewise.
11153 * gdb.mi/Makefile.in: Likewise.
11154 * gdb.modula2/Makefile.in: Likewise.
11155 * gdb.multi/Makefile.in: Likewise.
11156 * gdb.objc/Makefile.in: Likewise.
11157 * gdb.opencl/Makefile.in: Likewise.
11158 * gdb.opt/Makefile.in: Likewise.
11159 * gdb.pascal/Makefile.in: Likewise.
11160 * gdb.perf/Makefile.in: Likewise.
11161 * gdb.python/Makefile.in: Likewise.
11162 * gdb.reverse/Makefile.in: Likewise.
11163 * gdb.server/Makefile.in: Likewise.
11164 * gdb.stabs/Makefile.in: Likewise.
11165 * gdb.threads/Makefile.in: Likewise.
11166 * gdb.trace/Makefile.in: Likewise.
11167 * gdb.xml/Makefile.in: Likewise.
11168 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11169 GDB_PARALLEL.
11170 (standard_output_file): Remove check for GDB_PARALLEL, always
11171 return path in outputs/$subdir/$testname.
11172
11173 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11176 (site.exp): Assign abs_srcdir to tcl's srcdir.
11177
11178 2016-02-04 Yao Qi <yao.qi@linaro.org>
11179
11180 * gdb.base/foll-exec-mode.c: Include limits.h.
11181 (main): Add parameters argc and argv. Get directory from
11182 argv[0].
11183 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11184 compilation.
11185 * gdb.base/foll-exec.c: Include limits.h.
11186 (main): Add parameters argc and argv.
11187 Get directory from argv[0].
11188 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11189 Adjust tests on the number of lines as source code changed.
11190 * gdb.base/foll-vfork-exit.c: Include limits.h.
11191 (main): Add one line of statement before vfork.
11192 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11193 (main): Add parameters argc and argv. Get directory from
11194 argv[0].
11195 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11196 (setup_gdb): Set tbreak to skip some source lines.
11197 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11198 (main): Add parameters argc and argv. Get directory from
11199 argv[0].
11200 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11201 compilation.
11202 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11203 (main): Add parameters argc and argv. Get directory from
11204 argv[0].
11205 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11206 compilation.
11207
11208 2016-02-01 Doug Evans <dje@google.com>
11209
11210 * gdb.base/skip.exp: Clean up multiple references to same test name.
11211
11212 2016-02-01 Pedro Alves <palves@redhat.com>
11213
11214 PR remote/19496
11215 * gdb.threads/forking-threads-plus-breakpoint.exp
11216 (displaced_stepping_supported): New global.
11217 (probe_displaced_stepping_support): New procedure.
11218 (do_test): Add 'displaced' parameter, and use it.
11219 (top level): Check for displaced stepping support. Add displaced
11220 stepping on/off testing axis.
11221
11222 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11223
11224 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11225 pointer. Don't perform further tests on the unassociated pointer
11226 if the first test fails.
11227
11228 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11229
11230 * gdb.base/max-value-size.c: New file.
11231 * gdb.base/max-value-size.exp: New file.
11232 * gdb.base/huge.exp: Disable max-value-size for this test.
11233
11234 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11235
11236 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11237
11238 2016-01-28 Yao Qi <yao.qi@linaro.org>
11239
11240 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11241
11242 2016-01-25 Pedro Alves <palves@redhat.com>
11243
11244 PR threads/19461
11245 * gdb.base/fork-running-state.c: New file.
11246 * gdb.base/fork-running-state.exp: New file.
11247
11248 2016-01-25 Pedro Alves <palves@redhat.com>
11249
11250 PR gdb/19494
11251 * gdb.base/catch-fork-kill.c: New file.
11252 * gdb.base/catch-fork-kill.exp: New file.
11253
11254 2016-01-25 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11257 Delete, moved to lib/gdb.exp.
11258 * gdb.threads/forking-threads-plus-breakpoint.exp
11259 (foreach_with_prefix): Likewise.
11260 * gdb.threads/process-dies-while-handling-bp.exp
11261 (foreach_with_prefix): Likewise.
11262 * lib/gdb.exp (foreach_with_prefix): New procedure.
11263
11264 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11265
11266 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11267 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11268
11269 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11270
11271 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11272 endian targets.
11273
11274 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11275 Pedro Alves <palves@redhat.com>
11276
11277 Fix testsuite compatibility with Guile.
11278 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11279 number.
11280
11281 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 Fix testsuite compatibility with Guile.
11284 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11285 (thread 1): New test for backtrace through signal handler.
11286
11287 2016-01-22 Yao Qi <yao.qi@linaro.org>
11288
11289 PR testsuite/19491
11290 * gdb.base/multi-forks.c: Include
11291 ../lib/unbuffer_output.c
11292 (main): Call gdb_unbuffer_output.
11293
11294 2016-01-21 Doug Evans <dje@google.com>
11295
11296 * lib/ada.exp (gdb_compile_ada): Fix typo.
11297
11298 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11299
11300 * gdb.base/break-fun-addr.exp: New file.
11301 * gdb.base/break-fun-addr1.c: New file.
11302 * gdb.base/break-fun-addr2.c: New file.
11303
11304 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11305
11306 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11307 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11308 enum flag values.
11309
11310 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11311
11312 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11313 when GDB can not set the vector return value. Add more comments
11314 for clarification.
11315
11316 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11317
11318 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11319 command.
11320
11321 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11324
11325 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * Makefile.in (check-single): Pass --status to runtest.
11328 (check/%.exp): Likewise.
11329
11330 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11331
11332 * Makefile.in (check-parallel): Propagate return code from make
11333 do-check-parallel.
11334
11335 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11336
11337 * gdb.trace/ftrace.exp: Fix expected message on continue.
11338 * gdb.trace/pending.exp: Fix expected message on continue.
11339 * gdb.trace/trace-break.exp: Fix expected message on continue.
11340
11341 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11342
11343 * lib/gdb.exp (gdb_test): Remove unused global references.
11344
11345 2016-01-18 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.base/async-shell.exp: Adjust expected output.
11348 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11349 * gdb.base/siginfo-thread.exp: Adjust expected output.
11350 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11351 * gdb.java/jnpe.exp: Adjust expected output.
11352 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11353 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11354 * gdb.threads/leader-exit.exp: Adjust expected output.
11355 * gdb.threads/manythreads.exp: Adjust expected output.
11356 * gdb.threads/pthreads.exp: Adjust expected output.
11357 * gdb.threads/schedlock.exp: Adjust expected output.
11358 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11359 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11360 expected output.
11361 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11362 output.
11363 * gdb.threads/sigthread.exp: Adjust expected output.
11364 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11365
11366 2016-01-18 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.guile/scm-section-script.c: Replace @progbits with
11369 %progbits.
11370 * gdb.python/py-section-script.c: Likewise.
11371
11372 2016-01-15 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.multi/tids.exp: Test star wildcard ranges.
11375
11376 2016-01-15 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11379 command from "thread apply" invocation.
11380 (thr_apply_info_thr_invalid): Default the expected output to the
11381 input tid list.
11382 (top level): Add tests that use convenience variables. Add tests
11383 for "thread apply" with a valid TID list, but missing the command.
11384
11385 2016-01-13 Pedro Alves <palves@redhat.com>
11386
11387 * gdb.base/default.exp: Expect $_gthread as well.
11388 * gdb.multi/tids.exp: Test $_gthread.
11389 * gdb.threads/thread-specific.exp: Test $_gthread.
11390
11391 2016-01-13 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.multi/tids.exp: Test "info threads -gid".
11394
11395 2016-01-13 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11398 Breakpoint.thread.
11399 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11400
11401 2016-01-07 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/break.exp: Adjust to output changes.
11404 * gdb.base/hbreak2.exp: Likewise.
11405 * gdb.base/sepdebug.exp: Likewise.
11406 * gdb.base/watch_thread_num.exp: Likewise.
11407 * gdb.linespec/keywords.exp: Likewise.
11408 * gdb.multi/info-threads.exp: Likewise.
11409 * gdb.threads/thread-find.exp: Likewise.
11410 * gdb.multi/tids.c: New file.
11411 * gdb.multi/tids.exp: New file.
11412
11413 2016-01-13 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11416
11417 2016-01-13 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.base/default.exp: Expect $_inferior as well.
11420 * gdb.multi/base.exp: Test $_inferior.
11421
11422 2016-01-13 Pedro Alves <palves@redhat.com>
11423
11424 PR breakpoints/19388
11425 * gdb.base/catch-signal-siginfo-cond.c: New file.
11426 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11427
11428 2016-01-12 Josh Stone <jistone@redhat.com>
11429 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11430
11431 * gdb.base/catch-syscall.c (do_execve): New variable.
11432 (main): Conditionally trigger an execve.
11433 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11434 (test_catch_syscall_execve): New, check entry/return across execve.
11435 (do_syscall_tests): Call test_catch_syscall_execve.
11436
11437 2016-01-12 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/random-signal.exp (do_test): New procedure, with body
11440 of testcase moved in.
11441
11442 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11443 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.base/funcargs.exp (finish from indirectly called function):
11446 Reintroduce the case for 'First'.
11447
11448 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11449 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11452 (tcatch_vfork_then_child_follow_exec)
11453 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11454 identification.
11455
11456 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11459 and repeats to unlimited.
11460 * gdb.python/py-value.exp: Likewise.
11461 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11462 and repeats to unlimited.
11463
11464 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11467 and reordering the functions.
11468 * gdb.multi/hangout.c: Likewise.
11469 * gdb.multi/hello.c: Likewise.
11470
11471 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11472
11473 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11474 absolute.
11475 (SingleStatisticTestResult.report): Use dict.keys instead of
11476 dict.iterkeys.
11477
11478 2016-01-06 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11481
11482 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11483
11484 * gdb.btrace/dlopen.exp: New.
11485 * gdb.btrace/dlopen.c: New.
11486 * gdb.btrace/dlopen-dso.c: New.
11487
11488 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11489
11490 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11491 PATTERN argument is optional.
11492
11493 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11494
11495 * lib/ada.exp (target_compile_ada_from_dir): New function.
11496 (gdb_compile_ada): Reimplement avoiding the use of project files.
11497 * gdb.ada/gnat_ada.gpr: Delete.
11498 * gdb.ada/cond_lang.exp: Adjust test to make path before
11499 filename optional.
11500 * gdb.ada/small_reg_param.exp: Likewise.
11501
11502 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11505
11506 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11507
11508 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11509 case.
11510
11511 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * gdb.base/break.exp: Remove dead code.
11514 * gdb.base/sepdebug.exp: Likewise.
11515
11516 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11517
11518 * gdb.asm/asm-source.exp: Remove HP-UX references.
11519 * gdb.base/annota1.exp: Likewise.
11520 * gdb.base/annota3.exp: Likewise.
11521 * gdb.base/attach.exp: Likewise.
11522 * gdb.base/bigcore.exp: Likewise.
11523 * gdb.base/break.exp: Likewise.
11524 * gdb.base/call-ar-st.exp: Likewise.
11525 * gdb.base/callfuncs.exp: Likewise.
11526 * gdb.base/catch-fork-static.exp: Likewise.
11527 * gdb.base/display.exp: Likewise.
11528 * gdb.base/foll-exec-mode.exp: Likewise.
11529 * gdb.base/foll-exec.exp: Likewise.
11530 * gdb.base/foll-fork.exp: Likewise.
11531 * gdb.base/foll-vfork.exp: Likewise.
11532 * gdb.base/funcargs.exp: Likewise.
11533 * gdb.base/hbreak2.exp: Likewise.
11534 * gdb.base/inferior-died.exp: Likewise.
11535 * gdb.base/interrupt.exp: Likewise.
11536 * gdb.base/multi-forks.exp: Likewise.
11537 * gdb.base/nodebug.exp: Likewise.
11538 * gdb.base/sepdebug.exp: Likewise.
11539 * gdb.base/solib1.c: Likewise.
11540 * gdb.base/step-test.exp: Likewise.
11541 * gdb.mi/non-stop.c: Likewise.
11542 * gdb.mi/pthreads.c: Likewise.
11543 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11544 * gdb.threads/pthreads.c: Likewise.
11545 * gdb.threads/staticthreads.exp: Likewise.
11546 * lib/future.exp: Likewise.
11547 * lib/gdb.exp: Likewise.
11548 * gdb.base/so-indr-cl.c: Remove.
11549 * gdb.base/so-indr-cl.exp: Likewise.
11550 * gdb.base/solib.c: Likewise.
11551 * gdb.base/solib.exp: Likewise.
11552 * gdb.base/solib2.c: Likewise.
11553
11554 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11555
11556 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11557 * gdb.base/call-ar-st.exp: Likewise.
11558 * gdb.base/callfuncs.exp: Likewise.
11559 * gdb.base/condbreak.exp: Likewise.
11560 * gdb.base/constvars.exp: Likewise.
11561 * gdb.base/hbreak2.exp: Likewise.
11562 * gdb.base/langs.exp: Likewise.
11563 * gdb.base/list.exp: Likewise.
11564 * gdb.base/long_long.exp: Likewise.
11565 * gdb.base/ptype.exp: Likewise.
11566 * gdb.base/scope.exp: Likewise.
11567 * gdb.base/signals.exp: Likewise.
11568 * gdb.base/so-impl-ld.exp: Likewise.
11569 * gdb.base/varargs.exp: Likewise.
11570 * gdb.base/volatile.exp: Likewise.
11571 * gdb.base/whatis.exp: Likewise.
11572 * gdb.cp/cplusfuncs.exp: Likewise.
11573 * gdb.cp/inherit.exp: Likewise.
11574 * gdb.cp/local.exp: Likewise.
11575 * gdb.cp/member-ptr.exp: Likewise.
11576 * gdb.cp/method.exp: Likewise.
11577 * gdb.cp/overload.exp: Likewise.
11578 * gdb.cp/templates.exp: Likewise.
11579 * gdb.stabs/weird.exp: Likewise.
11580 * lib/compiler.c: Likewise.
11581 * lib/compiler.cc: Likewise.
11582 * lib/cp-support.exp: Likewise.
11583 * lib/gdb.exp: Likewise.
11584
11585 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11586
11587 * configure.ac: Remove HP-UX case.
11588 * configure: Regenerate.
11589
11590 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11591
11592 * lib/gdb.exp (gdb_compile): Add function doc.
11593
11594 2015-12-17 Pedro Alves <palves@redhat.com>
11595
11596 PR threads/19354
11597 * gdb.multi/info-threads.exp: New file.
11598
11599 2015-12-15 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11602 is aarch64*-*-*.
11603
11604 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11605
11606 * gdb.base/history-duplicates.exp: Skip if no readline support.
11607
11608 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11609
11610 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11611
11612 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11613
11614 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11615
11616 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11617
11618 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11619 ctrl-C if nointerrupts target property is set.
11620 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11621 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11622 * gdb.base/paginate-bg-execution.exp: Likewise.
11623 * gdb.base/paginate-execution-startup.exp: Likewise.
11624 * gdb.base/random-signal.exp: Likewise.
11625 * gdb.base/range-stepping.exp: Likewise.
11626 * gdb.cp/annota2.exp: Likewise.
11627 * gdb.cp/annota3.exp: Likewise.
11628 * gdb.gdb/selftest.exp: Likewise.
11629 * gdb.threads/continue-pending-status.exp: Likewise.
11630 * gdb.threads/leader-exit.exp: Likewise.
11631 * gdb.threads/manythreads.exp: Likewise.
11632 * gdb.threads/pthreads.exp: Likewise.
11633 * gdb.threads/schedlock.exp: Likewise.
11634 * gdb.threads/sigthread.exp: Likewise.
11635
11636 2015-12-11 Don Breazeal <donb@codesourcery.com>
11637
11638 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11639 remote.
11640 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11641 * gdb.base/foll-exec.exp (main): Enable for target remote.
11642 * gdb.base/foll-fork.exp (main): Likewise.
11643 * gdb.base/foll-vfork.exp (main): Likewise.
11644 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11645 (proc continue_to_exit_bp_loc): Use clean_restart.
11646 * gdb.base/pie-execl.exp (main): Disable for target remote.
11647 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11648 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11649 * gdb.threads/execl.exp (main): Likewise.
11650 * gdb.threads/fork-child-threads.exp (main): Likewise.
11651 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11652 remote.
11653 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11654 remote.
11655 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11656 pid.tid style ptids, instead of just tid.
11657 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11658 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11659 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11660 ptids, instead of just tid.
11661
11662 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11663
11664 * gdb.base/list.exp (test_list_forward): Add end of file error
11665 test.
11666 (test_repeat_list_command): Add end of file error test.
11667 (test_list_backwards): Add beginning of file error test.
11668
11669 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11670
11671 * gdb.base/list.exp (test_list_invalid_args): New function,
11672 defined, and called.
11673
11674 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11675
11676 * gdb.base/list.exp (test_list): Make test names unique.
11677
11678 2015-12-11 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/coremaker2.c: Remove.
11681
11682 2015-12-10 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.multi/base.exp: Remove stale "spaces" references.
11685
11686 2015-12-10 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.multi/base.exp: Don't use nowarnings.
11689 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11690 * gdb.multi/hangout.c: Include stdio.h.
11691 * gdb.multi/hello.c: Include stdlib.h.
11692 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11693 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11694 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11695
11696 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11697
11698 * gdb.dwarf2/dw2-ranges-base.c: New file.
11699 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11700 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11701 support additional line table, and debug ranges generation.
11702 (Dwarf::ranges): New function, generate .debug_ranges.
11703 (Dwarf::lines): Support generating simple line table programs.
11704 (Dwarf::assemble): Initialise new namespace variables.
11705
11706 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11707
11708 * gdb.base/async.exp (proc test_background): Add case for
11709 asynchronous execution not supported.
11710
11711 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11712
11713 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11714 format and change test names to make them unique.
11715
11716 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11717 Pedro Alves <pedro@redhat.com>
11718
11719 PR gdb/18702
11720 Add checking of floatformats setup on x86_64 hosts.
11721 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11722 (smallval, bigval): New labels/constants.
11723 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11724 float" after loading bigval and smallval.
11725
11726 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11727
11728 * gdb.ada/fun_overload_menu.exp: New testcase.
11729 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11730
11731 2015-12-04 Josh Stone <jistone@redhat.com>
11732
11733 * gdb.base/catch-fork-static.exp: New.
11734
11735 2015-12-03 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.base/sizeof.c: Don't include stdio.h and
11738 ../lib/unbuffer_output.c.
11739 (main): New variable 'size' and 'value'. Remove printf and
11740 gdb_unbuffer_output. Assign return value to size and value.
11741 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11742 at the beginning.
11743 (check_sizeof): Check the result by printing variable 'size'.
11744 (check_valueof): Check the result by printing variable 'value'.
11745
11746 2015-12-01 Yao Qi <yao.qi@linaro.org>
11747
11748 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11749 for aarch64*-*-linux* target.
11750
11751 2015-11-30 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11754
11755 2015-11-30 Pedro Alves <palves@redhat.com>
11756
11757 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11758 Handle non-stop mode vCont replies.
11759
11760 2015-11-30 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11763 prepare_for_testing. Start gdb with "set non-stop on" appended to
11764 GDBFLAGS. Lax expected stop output.
11765
11766 2015-11-27 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.arch/arm-neon.exp: New.
11769 * gdb.arch/arm-neon.c: New.
11770
11771 2015-11-27 Yao Qi <yao.qi@linaro.org>
11772
11773 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11774
11775 2015-11-27 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11778 frames-invalid annotation.
11779
11780 2015-11-27 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11783
11784 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * gdb.threads/names.exp: New file.
11787 * gdb.threads/names.c: New file.
11788 * README: Mention gdb,no_thread_names.
11789
11790 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11791
11792 PR 19297
11793 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11794 support" error.
11795
11796 2015-11-24 Pedro Alves <palves@redhat.com>
11797
11798 PR 17539
11799 * gdb.base/display.exp: Expect displays to be sorted in ascending
11800 order. Use multi_line.
11801 * gdb.base/solib-display.exp: Likewise.
11802
11803 2015-11-24 Pedro Alves <palves@redhat.com>
11804
11805 PR 17539
11806 * gdb.base/display.exp: Expect displays to be sorted in ascending
11807 order. Use multi_line.
11808 * gdb.base/solib-display.exp: Likewise.
11809
11810 2015-11-24 Pedro Alves <palves@redhat.com>
11811
11812 PR 17539
11813 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11814 threads in ascending order.
11815 * gdb.base/foll-fork.exp: Likewise.
11816 * gdb.base/foll-vfork.exp: Likewise.
11817 * gdb.base/multi-forks.exp: Likewise.
11818 * gdb.mi/mi-nonstop.exp: Likewise.
11819 * gdb.mi/mi-nsintrall.exp: Likewise.
11820 * gdb.multi/base.exp: Likewise.
11821 * gdb.multi/multi-arch.exp: Likewise.
11822 * gdb.python/py-inferior.exp: Likewise.
11823 * gdb.threads/break-while-running.exp: Likewise.
11824 * gdb.threads/execl.exp: Likewise.
11825 * gdb.threads/gcore-thread.exp: Likewise.
11826 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11827 * gdb.threads/kill.exp: Likewise.
11828 * gdb.threads/linux-dp.exp: Likewise.
11829 * gdb.threads/multiple-step-overs.exp: Likewise.
11830 * gdb.threads/next-bp-other-thread.exp: Likewise.
11831 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11832 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11833 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11834 * gdb.threads/thread-find.exp: Likewise.
11835 * gdb.threads/tls.exp: Likewise.
11836 * lib/mi-support.exp (mi_reverse_list): Delete.
11837 (mi_check_thread_states): No longer reverse list.
11838
11839 2015-11-24 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11842 use lowercase.
11843
11844 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11845
11846 * gdb.trace/actions.c: Include trace-common.h.
11847 (main): Add a location for a fast tracepoint.
11848 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11849 the normal tracepoints.
11850 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11851
11852 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11853
11854 * save-trace.exp: Factor out code to these...
11855 (gdb_save_tracepoints): New.
11856 (gdb_load_tracepoints): New.
11857 (do_save_load_test): New.
11858
11859 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11860
11861 * gdb.base/asmlabel.exp: New test.
11862 * gdb.base/asmlabel.c: New test case.
11863
11864 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11865
11866 * gdb.base/wrong_frame_bt_full-main.c: New file.
11867 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11868 * gdb.base/wrong_frame_bt_full.exp: New file.
11869
11870 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11871
11872 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11873
11874 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11875
11876 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11877 pstate register when comparing registers values in
11878 sparc64-*-linux-gnu targets to avoid spurious differences.
11879
11880 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11881
11882 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11883
11884 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11885
11886 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11887 as type argument to gdb_compile.
11888 * gdb.base/nested-subp2.exp: Likewise.
11889 * gdb.base/nested-subp3.exp: Likewise.
11890
11891 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11892
11893 * lib/dwarf.exp (_note): Fix left shift of negative value.
11894 * gdb.trace/trace-condition.exp: Likewise.
11895
11896 2015-11-13 Yao Qi <yao.qi@linaro.org>
11897
11898 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11899 comments about d10v.
11900 (test_scalar_returns): Likewise.
11901 * gdb.base/d10v.ld: Remove.
11902 * gdb.base/overlays.exp: Remove the target triplet checking for
11903 d10v-*-*.
11904 * gdb.base/structs.exp (test_struct_returns): Remove the
11905 comments about d10v.
11906 (test_struct_calls): Likewise.
11907
11908 2015-11-13 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11911 * gdb.base/gnu_vector.c: Don't include stdio.h.
11912 (main): Don't print res and call add_some_intvecs.
11913
11914 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11915
11916 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11917 macro.
11918 (func5): Removed.
11919 (func4): Use FAST_TRACEPOINT_LABEL.
11920 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11921 macro.
11922 (func): Removed.
11923 (thread_function): Use FAST_TRACEPOINT_LABEL.
11924 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11925 (func): Remove.
11926 (marker): Use FAST_TRACEPOINT_LABEL.
11927 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11928 (pendfunc1): Remove.
11929 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11930 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11931 (foo): Remove.
11932 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11933 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11934 macro.
11935 (func): Remove.
11936 (marker): Use FAST_TRACEPOINT_LABEL.
11937 * gdb.trace/trace-common.h: New header.
11938 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11939 macro.
11940 (func): Remove.
11941 (marker): Use FAST_TRACEPOINT_LABEL.
11942 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11943 (func): Remove.
11944 (thread_function): Use FAST_TRACEPOINT_LABEL.
11945
11946 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11947
11948 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11949 in front.
11950 * gdb.trace/change-loc.exp: Use global pcreg definition.
11951 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11952 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11953 in front.
11954 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11955 * gdb.trace/pending.exp: Likewise.
11956 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11957 * gdb.trace/trace-break.exp: Likewise.
11958 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11959 in front.
11960 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11961 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11962 in front.
11963 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11964
11965 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11966
11967 * gdb.ada/fin_fun_out: New testcase.
11968
11969 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11970
11971 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11972 value associated with DW_AT_byte_size.
11973 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11974 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11975 DW_AT_upper_bound.
11976
11977 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11978
11979 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11980 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11981 version.
11982 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11983 gdb.dwarf2/dw2-canonicalize-type.exp,
11984 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11985 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11986 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11987 provided by gdb_target_symbol_prefix_flags_asm.
11988 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11989 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11990 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11991 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11992 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11993 macros where needed). Use this macro for symbols which require
11994 the prefix provided by SYMBOL_PREFIX.
11995
11996 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11997
11998 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11999 New procs.
12000 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12001 representing expressions, of more than one list element.
12002 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12003 to prepend linker symbol prefix to f.
12004 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12005 table_1 and table_2.
12006 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12007 Likewise, for f and g.
12008 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12009 for ptr.
12010 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12011 for main.
12012 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12013 table_1_ptr and table_2_ptr.
12014
12015 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12016 Joel Brobecker <brobecker@adacore.com>
12017
12018 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12019
12020 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12021
12022 * gdb.reverse/s390-mvcle.c: New test.
12023 * gdb.reverse/s390-mvcle.exp: New file.
12024 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12025
12026 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12027
12028 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12029
12030 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12031
12032 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12033 reaching marker2.
12034 * gdb.reverse/getresuid-reverse.exp: Likewise.
12035 * gdb.reverse/pipe-reverse.exp: Likewise.
12036 * gdb.reverse/readv-reverse.exp: Likewise.
12037 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12038 * gdb.reverse/time-reverse.exp: Likewise.
12039 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12040
12041 2015-10-30 Yao Qi <yao.qi@linaro.org>
12042
12043 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12044 (empty_cycle): Remove.
12045 (main): Don't call empty_cycle. Don't use watch_count_done.
12046 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12047 empty_cycle. Rewrite the code counting HW watchpoints.
12048
12049 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12050
12051 * gdb.reverse/fstatat-reverse.c: New test.
12052 * gdb.reverse/fstatat-reverse.exp: New file.
12053 * gdb.reverse/getresuid-reverse.c: New test.
12054 * gdb.reverse/getresuid-reverse.exp: New file.
12055 * gdb.reverse/pipe-reverse.c: New test.
12056 * gdb.reverse/pipe-reverse.exp: New file.
12057 * gdb.reverse/readv-reverse.c: New test.
12058 * gdb.reverse/readv-reverse.exp: New file.
12059 * gdb.reverse/recvmsg-reverse.c: New test.
12060 * gdb.reverse/recvmsg-reverse.exp: New file.
12061 * gdb.reverse/time-reverse.c: New test.
12062 * gdb.reverse/time-reverse.exp: New file.
12063 * gdb.reverse/waitpid-reverse.c: New test.
12064 * gdb.reverse/waitpid-reverse.exp: New file.
12065
12066 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12069
12070 2015-10-26 Doug Evans <dje@google.com>
12071
12072 PR symtab/17391
12073 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12074 * gdb.dwarf2/bad-regnum.c: New file.
12075 * gdb.dwarf2/bad-regnum.exp: New file.
12076
12077 2015-10-26 Doug Evans <dje@google.com>
12078
12079 PR python/18938
12080 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12081 file.
12082
12083 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12086 for a change by "Mention language in compile error message".
12087
12088 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12089
12090 PR python/18073
12091 * gdb.python/py-type.c (C::a_method): New.
12092 (C::a_const_method): New.
12093 (C::a_static_method): New.
12094 (a_function): New.
12095 * gdb.python/py-type.exp (test_fields): Test getting fields
12096 from function and method.
12097
12098 2015-10-21 Keven Boell <keven.boell@intel.com>
12099
12100 * gdb.fortran/vla-alloc-assoc.exp: New file.
12101 * gdb.fortran/vla-datatypes.exp: New file.
12102 * gdb.fortran/vla-datatypes.f90: New file.
12103 * gdb.fortran/vla-history.exp: New file.
12104 * gdb.fortran/vla-ptype-sub.exp: New file.
12105 * gdb.fortran/vla-ptype.exp: New file.
12106 * gdb.fortran/vla-sizeof.exp: New file.
12107 * gdb.fortran/vla-sub.f90: New file.
12108 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12109 * gdb.fortran/vla-value-sub-finish.exp: New file.
12110 * gdb.fortran/vla-value-sub.exp: New file.
12111 * gdb.fortran/vla-value.exp: New file.
12112 * gdb.fortran/vla-ptr-info.exp: New file.
12113 * gdb.mi/mi-vla-fortran.exp: New file.
12114 * gdb.mi/vla.f90: New file.
12115
12116 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12117
12118 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12119 of hardwired timeout value.
12120
12121 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12122 Pedro Alves <palves@redhat.com>
12123
12124 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12125 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12126
12127 2015-10-19 Josh Stone <jistone@redhat.com>
12128
12129 * gdb.base/catch-syscall.c: Include <sched.h>.
12130 (unknown_syscall): New variable.
12131 (main): Trigger a vfork and an unknown syscall.
12132 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12133 (unknown_syscall_number): Likewise.
12134 (check_call_to_syscall): Accept an optional syscall pattern.
12135 (check_return_from_syscall): Likewise.
12136 (check_continue): Likewise.
12137 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12138 (test_catch_syscall_skipping_return): New test toggling off 'catch
12139 syscall' to step over the syscall return, then toggling back on.
12140 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12141 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12142 (do_syscall_tests): Call test_catch_syscall_without_args and
12143 test_catch_syscall_mid_vfork.
12144 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12145 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12146
12147 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
12148
12149 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12150 print g_vE): Add new pass patterns.
12151 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12152 print various symbol names for vptr fields.
12153
12154 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12155
12156 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12157 results.
12158
12159 2015-10-12 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12162
12163 2015-10-12 Yao Qi <yao.qi@linaro.org>
12164
12165 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12166 is aarch64*-*-linux*.
12167
12168 2015-10-12 Yao Qi <yao.qi@linaro.org>
12169
12170 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12171 (can_relocate_bcond_true): ... it.
12172 (can_relocate_bcond_false): New function.
12173 (foo): Likewise.
12174 (can_relocate_bl): Likewise.
12175 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12176 can_relocate_bl.
12177
12178 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12179
12180 * gdb.base/nested-addr.c: New file.
12181 * gdb.base/nested-addr.exp: New testcase.
12182
12183 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12184
12185 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12186 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12187 its output. Ignore the output of "record goto begin" and instead
12188 check that GDB is replaying.
12189
12190 2015-10-09 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12193 (top level): Use it in the run with no args test.
12194
12195 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12196
12197 * gdb.dlang/properties.exp: New file.
12198
12199 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12200
12201 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12202 whether or not address 0x1000 is mapped on the target.
12203
12204 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12205
12206 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12207 build.
12208
12209 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12210
12211 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12212 instruction-history test.
12213
12214 2015-09-28 Doug Evans <dje@google.com>
12215
12216 * gdb.base/gcore.c (array_func): Add reference to static_array.
12217
12218 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12221 source line.
12222
12223 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12224
12225 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12226 short or char as base type.
12227
12228 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12229
12230 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12231 to allow any size enum.
12232
12233 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12234
12235 * gdb.ada/array_ptr_renaming.exp: New testcase.
12236 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12237 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12238
12239 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12240
12241 * gdb.trace/ftrace-lock.c: New file.
12242 * gdb.trace/ftrace-lock.exp: New file.
12243
12244 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12245
12246 * gdb.arch/insn-reloc.c: New file.
12247 * gdb.arch/ftrace-insn-reloc.exp: New file.
12248
12249 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12250
12251 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12252 instruction.
12253 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12254 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12255 * gdb.trace/range-stepping.c: Likewise.
12256 * gdb.trace/trace-break.c: Likewise.
12257 * gdb.trace/trace-mt.c (thread_function): Likewise.
12258 * gdb.trace/ftrace.c (marker): Likewise.
12259 * gdb.trace/trace-condition.c (marker): Likewise.
12260 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12261 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12262 is_aarch64_target.
12263
12264 2015-09-18 Doug Evans <xdje42@gmail.com>
12265
12266 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12267 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12268
12269 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12270
12271 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12272 the breakpoint.
12273
12274 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12275
12276 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12277 the pending breakpoint. Remove timeout override for "Run till
12278 MI pending breakpoint on pendfunc3 on thread 2" test.
12279
12280 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12281
12282 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12283 filename pattern.
12284
12285 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12286
12287 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12288 in breakpoint filename pattern.
12289
12290 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12291
12292 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12293
12294 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12295
12296 * gdb.linespec/explicit.exp: Check for readline support for
12297 tab-completion tests. Fix obvious typo.
12298
12299 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12300
12301 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12302 and replay.
12303
12304 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12305
12306 * gdb.btrace/non-stop.c: New.
12307 * gdb.btrace/non-stop.exp: New.
12308
12309 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12310 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.trace/trace-condition.c: New file.
12313 * gdb.trace/trace-condition.exp: New file.
12314
12315 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12316
12317 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12318 for testing bytecode compilation.
12319
12320 2015-09-16 Pedro Alves <palves@redhat.com>
12321 Sandra Loosemore <sandra@codesourcery.com>
12322
12323 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12324 (SECONDS): Redefine.
12325 (main): Call pthread_kill and alarm early.
12326 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12327 support.
12328 (test): If the target can't hardware step and doesn't support
12329 displaced stepping, increase the timeout.
12330
12331 2015-09-16 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12334 (enable_debug): New procedures.
12335 (test): Use them. Bail out if waiting for threads fails.
12336 (top level): Bail out if a test fails.
12337
12338 2015-09-16 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.asm/asm-source.exp: Set asm-arch for
12341 aarch64*-*-* target.
12342 * gdb.asm/aarch64.inc: New file.
12343
12344 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12345
12346 * gdb.ada/array_of_variable_length.exp: New testcase.
12347 * gdb.ada/array_of_variable_length/foo.adb: New file.
12348 * gdb.ada/array_of_variable_length/pck.adb: New file.
12349 * gdb.ada/array_of_variable_length/pck.ads: New file.
12350
12351 2015-09-15 Doug Evans <dje@google.com>
12352
12353 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12354 of function static local variable.
12355
12356 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12357
12358 * gdb.threads/tls-so_extern.exp: New test file.
12359 * gdb.threads/tls-so_extern.c: New test file.
12360 * gdb.threads/tls-so_extern_main.c: New test file.
12361
12362 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.opt/solib-intra-step-lib.c: New file.
12365 * gdb.opt/solib-intra-step-main.c: New file.
12366 * gdb.opt/solib-intra-step.exp: New file.
12367
12368 2015-09-15 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12371 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12372
12373 2015-09-14 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/hook-stop-continue.c: Delete.
12376 * gdb.base/hook-stop-continue.exp: Delete.
12377 * gdb.base/hook-stop-frame.c: Delete.
12378 * gdb.base/hook-stop-frame.exp: Delete.
12379 * gdb.base/hook-stop.c: New file.
12380 * gdb.base/hook-stop.exp: New file.
12381
12382 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12383
12384 * gdb.ada/access_to_packed_array.exp: New testcase.
12385 * gdb.ada/access_to_packed_array/foo.adb: New file.
12386 * gdb.ada/access_to_packed_array/pack.adb: New file.
12387 * gdb.ada/access_to_packed_array/pack.ads: New file.
12388
12389 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12390
12391 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12392 buffer size test.
12393
12394 2015-09-11 Don Breazeal <donb@codesourcery.com>
12395
12396 * gdb.base/foll-exec.c: Add copyright header. Fix
12397 formatting issues.
12398 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12399 (do_exec_tests): Use clean_restart in place of zap_session,
12400 and for test initialization. Fix formatting issues. Use
12401 fail in place of perror.
12402 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12403 an expect statement to match an expression with output from
12404 the program under debug.
12405 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12406 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12407 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12408 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12409 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12410
12411 2015-09-09 Doug Evans <dje@google.com>
12412
12413 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12414
12415 2015-09-09 Doug Evans <dje@google.com>
12416
12417 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12418
12419 2015-09-09 Doug Evans <dje@google.com>
12420
12421 * gdb.base/savedregs.exp: Fix typo.
12422
12423 2015-09-09 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12426
12427 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12428
12429 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12430 command actually switches threads. Give up on remaining
12431 tests if target fails to stop at breakpoint.
12432
12433 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12434
12435 * gdb.ada/funcall_char.exp: New testcase.
12436 * gdb.ada/funcall_char/foo.adb: New file.
12437
12438 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12439
12440 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12441 expected outputs. Add two testcases for completing ambiguous
12442 functions.
12443 * gdb.ada/complete/aux_pck.adb: New file.
12444 * gdb.ada/complete/aux_pck.ads: New file.
12445 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12446 Ambiguous_Func functions.
12447 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12448 * gdb.ada/complete/pck.adb: Likewise.
12449
12450 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12451
12452 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12453 failures to run the test program under GDB.
12454
12455 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12456
12457 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12458 to C.
12459
12460 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12461
12462 * gdb.base/run-after-attach.exp: New test file.
12463 * gdb.base/run-after-attach.c: New test file.
12464
12465 2015-08-26 Don Breazeal <donb@codesourcery.com>
12466
12467 * gdb.base/foll-exec-2.c: New test program.
12468 * gdb.base/foll-exec-2.exp: New test.
12469
12470 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12471
12472 * gdb.base/nested-subp1.exp: New file.
12473 * gdb.base/nested-subp1.c: New file.
12474 * gdb.base/nested-subp2.exp: New file.
12475 * gdb.base/nested-subp2.c: New file.
12476 * gdb.base/nested-subp3.exp: New file.
12477 * gdb.base/nested-subp3.c: New file.
12478
12479 2015-08-24 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.server/connect-without-multi-process.c: New file.
12482 * gdb.server/connect-without-multi-process.exp: New file.
12483
12484 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12485
12486 * gdb.opt/inline-markers.c: Make z int.
12487
12488 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12489
12490 * gdb.opt/inline-markers.c: Make z volatile.
12491
12492 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12493
12494 * gdb.opt/inline-bt.c: New volatile global z.
12495 * gdb.opt/inline-cmds.c: Likewise.
12496 * gdb.opt/inline-locals.c: Likewise.
12497 * gdb.opt/inline-markers.c: New extern global z.
12498 (marker): Use z.
12499 (inline_fn): Likewise.
12500
12501 2015-08-24 Pedro Alves <palves@redhat.com>
12502
12503 * config/m32r-stub.exp: Remove file.
12504 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12505 * gdb.base/call-rt-st.exp: Likewise.
12506 * gdb.base/call-strs.exp: Likewise.
12507 * gdb.base/default.exp: Remove references to h8300-*-hms and
12508 *-*-udi*.
12509 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12510
12511 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12512
12513 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12514 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12515 and "return" use KFAIL when GDB can not read/write the vector
12516 return value.
12517
12518 2015-08-21 Gary Benson <gbenson@redhat.com>
12519
12520 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12521
12522 2015-08-20 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.server/solib-list.exp: No longer expect an interior stop in
12525 non-stop mode.
12526
12527 2015-08-20 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.server/connect-stopped-target.c: New file.
12530 * gdb.server/connect-stopped-target.exp: New file.
12531
12532 2015-08-20 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.dwarf2/comp-unit-lang.exp: New file.
12535 * gdb.dwarf2/comp-unit-lang.c: New file.
12536
12537 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12538
12539 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12540 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12541
12542 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12543
12544 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12545 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12546
12547 2015-08-18 Doug Evans <dje@google.com>
12548 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12549
12550 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12551 skip_python_tests. New arg prompt_regexp.
12552 (skip_python_tests): New function.
12553 * lib/mi-support.exp (mi_skip_python_tests): New function.
12554 * gdb.python/py-mi-objfile-gdb.py: New file.
12555 * gdb.python/py-mi-objfile.c: New file.
12556 * gdb.python/py-mi-objfile.exp: New file.
12557
12558 2015-08-17 Keith Seitz <keiths@redhat.com>
12559
12560 * gdb.linespec/explicit.exp: Move strace test from here ...
12561 * gdb.trace/strace.exp: ... to here.
12562
12563 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12564
12565 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12566 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12567
12568 2015-08-14 Doug Evans <xdje42@gmail.com>
12569
12570 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12571 inferior before selecting a new file.
12572
12573 2015-08-14 Doug Evans <xdje42@gmail.com>
12574
12575 * gdb.mi/mi-disassemble.exp: Update.
12576 * gdb.base/disasm-optim.S: New file.
12577 * gdb.base/disasm-optim.c: New file.
12578 * gdb.base/disasm-optim.h: New file.
12579 * gdb.base/disasm-optim.exp: New file.
12580
12581 2015-08-14 Keith Seitz <keiths@redhat.com>
12582
12583 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12584 "evaluated-by".
12585
12586 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12587
12588 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12589
12590 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12591
12592 * gdb.ada/fun_renaming.exp: New testcase.
12593 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12594 * gdb.ada/fun_renaming/pack.adb: New file.
12595 * gdb.ada/fun_renaming/pack.ads: New file.
12596
12597 2015-08-12 Keith Seitz <keiths@redhat.com>
12598
12599 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12600 gdb_get_line_number.
12601
12602 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12603
12604 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12605 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12606 gdb.base/dso2dso.exp: New files.
12607
12608 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12609 Pedro Alves <palves@redhat.com>
12610 Keith Seitz <keiths@redhat.com>
12611
12612 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12613 GDBFLAGS.
12614
12615 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12616
12617 * gdb.base/gdbhistsize-history.exp
12618 (test_histsize_history_setting): Use save_vars.
12619 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12620 Use save_vars.
12621 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12622 * gdb.base/readline.exp: Use save_vars.
12623
12624 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12625
12626 * lib/gdb.exp (save_vars): New proc.
12627
12628 2015-08-11 Keith Seitz <keiths@redhat.com>
12629
12630 * gdb.base/help.exp: Update help_breakpoint_text.
12631
12632 2015-08-11 Keith Seitz <keiths@redhat.com>
12633
12634 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12635 (at toplevel): Call test_explicit_breakpoints.
12636 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12637 breakpoints.
12638 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12639 breakpoint conditions, "-cond".
12640
12641 2015-08-11 Keith Seitz <keiths@redhat.com>
12642
12643 * gdb.linespec/3explicit.c: New file.
12644 * gdb.linespec/cpexplicit.cc: New file.
12645 * gdb.linespec/cpexplicit.exp: New file.
12646 * gdb.linespec/explicit.c: New file.
12647 * gdb.linespec/explicit.exp: New file.
12648 * gdb.linespec/explicit2.c: New file.
12649 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12650 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12651 before using in the matching pattern.
12652 Clarify that `prefix' is a regular expression.
12653
12654 2015-08-11 Keith Seitz <keiths@redhat.com>
12655
12656 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12657 test.
12658 Add tests for missing ",FMT" and ",".
12659
12660 2015-08-10 Doug Evans <dje@google.com>
12661 Keith Seitz <keiths@redhat.com>
12662
12663 PR gdb/17960
12664 * gdb.base/completion.exp: Add location completer tests.
12665
12666 2015-08-07 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12669 tests here.
12670 (top level): Run do_test with and without displaced stepping.
12671
12672 2015-08-07 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.base/valgrind-disp-step.c: New file.
12675 * gdb.base/valgrind-disp-step.exp: New file.
12676
12677 2015-08-07 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12680 Delete function.
12681 (main): Add alarm. Run an infinite loop instead of calling
12682 wait_threads.
12683 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12684 comment.
12685 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12686 Delete function.
12687 (main): Add alarm. Run an infinite loop instead of calling
12688 wait_threads.
12689 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12690 comment.
12691
12692 2015-08-07 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/checkpoint-ns.exp: New file.
12695 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12696 standard_testfile.
12697
12698 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12699
12700 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12701 * gdb.btrace/instruction_history.exp: Update.
12702 * gdb.btrace/tsx.exp: New.
12703 * gdb.btrace/tsx.c: New.
12704
12705 2015-08-06 Pedro Alves <palves@redhat.com>
12706
12707 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12708 increase timeout.
12709 * gdb.reverse/until-precsave.exp: Bump timeouts.
12710
12711 2015-08-06 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12714
12715 2015-08-06 Pedro Alves <palves@redhat.com>
12716
12717 PR gdb/18749
12718 * gdb.threads/process-dies-while-handling-bp.c: New file.
12719 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12720
12721 2015-08-06 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12724 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12725
12726 2015-08-05 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12729 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12730
12731 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12732
12733 * gdb.base/bp-permanent.exp: Report test as unsupported if
12734 the target cannot stop at the permanent breakpoint.
12735
12736 2015-08-03 Doug Evans <dje@google.com>
12737
12738 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12739 10000.
12740
12741 2015-08-03 Doug Evans <dje@google.com>
12742
12743 * Makefile.in (workers/%.worker, build-perf): New rule.
12744 (GDB_PERFTEST_MODE): New variable.
12745 (check-perf): Use it.
12746 (clean): Clean up gdb.perf parallel build subdirs.
12747 * lib/build-piece.exp: New file.
12748 * lib/gdb.exp (make_gdb_parallel_path): New function
12749 (standard_output_file, standard_temp_file): Call it.
12750 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12751 of $GDB_PARALLEL.
12752 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12753
12754 2015-08-03 Doug Evans <dje@google.com>
12755
12756 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12757 (LOG_FILE_NAME): New global.
12758 (TextReporter.__init__): Initialize self.txt_sum.
12759 (TextReporter.report): Add support for multiple data-points.
12760 Move report to perftest.sum, put raw data in perftest.log.
12761 (TextReporter.start): Open sum and log files.
12762 (TextReporter.end): Close sum and log files.
12763 * gdb.perf/lib/perftest/testresult.py
12764 (SingleStatisticTestResult.record): Handle multiple data-points.
12765
12766 2015-07-31 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12769 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12770 kill_wait_spawned_process instead of explicit "kill -9".
12771 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12772 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12773 kill_wait_spawned_process.
12774 * gdb.base/attach-twice.exp: Likewise.
12775 * gdb.base/attach.exp: Likewise.
12776 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12777 gdb_test_multiple.
12778 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12779 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12780 kill_wait_spawned_process.
12781 * gdb.base/valgrind-infcall.exp: Likewise.
12782 * gdb.multi/multi-attach.exp: Likewise.
12783 * gdb.python/py-prompt.exp: Likewise.
12784 * gdb.python/py-sync-interp.exp: Likewise.
12785 * gdb.server/ext-attach.exp: Likewise.
12786 * gdb.threads/attach-into-signal.exp (corefunc): Use
12787 spawn_wait_for_attach, spawn_id_get_pid and
12788 kill_wait_spawned_process.
12789 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12790 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12791 spawn_id_get_pid and kill_wait_spawned_process.
12792 * gdb.threads/attach-stopped.exp (corefunc): Use
12793 spawn_wait_for_attach, spawn_id_get_pid and
12794 kill_wait_spawned_process.
12795 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12796 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12797 kill_wait_spawned_process instead of explicit "kill -9".
12798 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12799 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12800 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12801 processes. Don't map cygwin/windows pids here. Now returns a
12802 spawn id list.
12803
12804 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12805
12806 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12807 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12808 correct patch.
12809
12810 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12811
12812 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12813
12814 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12815
12816 Reapply:
12817 2014-05-21 Mark Wielaard <mjw@redhat.com>
12818
12819 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12820
12821 2015-07-30 Pedro Alves <palves@redhat.com>
12822
12823 * linux-low.c (handle_extended_wait): Set the child's last
12824 reported status to TARGET_WAITKIND_STOPPED.
12825
12826 2015-07-30 Pedro Alves <palves@redhat.com>
12827
12828 PR threads/18600
12829 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12830 only shows inferior 1.
12831
12832 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12833 Pedro Alves <palves@redhat.com>
12834
12835 PR threads/18600
12836 * gdb.threads/fork-plus-threads.c: New file.
12837 * gdb.threads/fork-plus-threads.exp: New file.
12838
12839 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * gdb.base/batch-preserve-term-settings.exp
12842 (test_terminal_settings_preserved_after_cli_exit): Use
12843 send_quit_command.
12844
12845 2015-07-29 Pedro Alves <palves@redhat.com>
12846 Don Breazeal <donb@codesourcery.com>
12847
12848 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12849 output from both inferior_spawn_id and gdb_spawn_id.
12850
12851 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12852
12853 * gdb.threads/attach-into-signal.exp (corefunc): Use
12854 with_test_prefix on nested loops, uniquefying the test messages.
12855
12856 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12857
12858 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12859 commit.
12860
12861 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12862
12863 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12864 New proc.
12865 (test_terminal_settings_preserved_after_sigterm): New test.
12866
12867 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12868
12869 * gdb.base/batch-preserve-term-settings.exp
12870 (test_terminal_settings_preserved_after_cli_exit): New test.
12871
12872 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12873
12874 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12875 manipulation of saved_gdbflags.
12876 (test_terminal_settings_preserved): Remove global declaration of
12877 the unused variable pagination_prompt. Remove manipulation of
12878 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12879 GDBFLAGS.
12880
12881 2015-07-29 Pedro Alves <palves@redhat.com>
12882
12883 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12884
12885 2015-07-29 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12888 at the top.
12889
12890 2015-07-29 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12893 (main): Call gdb_unbuffer_output.
12894 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12895 (main): Call gdb_unbuffer_output.
12896 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12897 (main): Call gdb_unbuffer_output.
12898 * gdb.base/call-strs.exp: Adjust to step over the
12899 gdb_unbuffer_output call.
12900 * gdb.base/catch-gdb-caused-signals.c: Include
12901 "../lib/unbuffer_output.c".
12902 (main): Call gdb_unbuffer_output.
12903 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12904 (main): Call gdb_unbuffer_output.
12905 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12906 (main): Call gdb_unbuffer_output.
12907 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12908 (main): Call gdb_unbuffer_output.
12909 * gdb.base/shlib-call.exp: Adjust to step over the
12910 gdb_unbuffer_output call.
12911 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12912 (main): Call gdb_unbuffer_output.
12913 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12914 (main): Call gdb_unbuffer_output.
12915 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12916 (main): Rename to ...
12917 (test): ... this.
12918 (main): Reimplement.
12919 * gdb.base/varargs.exp: Run to test instead of to main.
12920 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12921 (main): Call gdb_unbuffer_output.
12922
12923 2015-07-29 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12926 factore out from mi_continue_dprintf. For call-style dprintfs,
12927 expect dprintf output out of $inferior_spawn_id.
12928 (mi_continue_dprintf): Use mi_expect_dprintf.
12929 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12930 (main): Call gdb_unbuffer_output.
12931
12932 2015-07-29 Pedro Alves <palves@redhat.com>
12933
12934 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12935 (default_mi_gdb_start): Set inferior_spawn_id instead of
12936 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12937 gdb_spawn_id.
12938 (mi_gdb_test): Always expect inferior output from both
12939 $inferior_spawn_id and $gdb_spawn_id.
12940
12941 2015-07-29 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12944 send_inferior and $inferior_spawn_id.
12945
12946 2015-07-29 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.gdb/complaints.exp (test_initial_complaints)
12949 (test_serial_complaints, test_short_complaints): Use
12950 gdb_test_stdio.
12951 (test_empty_complaint): Handle $inferior_spawn_id !=
12952 $gdb_spawn_id.
12953
12954 2015-07-29 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/varargs.exp: Use gdb_test_stdio.
12957
12958 2015-07-29 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12961
12962 2015-07-29 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12965
12966 2015-07-29 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12969 parameter into two new parameters, "inf_result" and "gdb_result".
12970 Expect inferior output and gdb output from $inferior_spawn_id and
12971 $gdb_spawn_id, respectively. Adjust all callers.
12972
12973 2015-07-29 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12976 of gdb_test_sequence.
12977
12978 2015-07-29 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12981 (saw_spurious_output): Expect inferior output from
12982 $inferior_spawn_id. Use gdb_test_stdio.
12983
12984 2015-07-29 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/dprintf.exp: Use standard_testfile. Change
12987 prepare_for_testing call.
12988 (srcfile): Don't set.
12989 (restart): New procedure.
12990 (test_dprintf): New procecure, use to continue over dprintfs.
12991 (test_call, test_agent): New procedures, tests moved here.
12992 Restart gdb and recreate dprintfs. Adjust expected output.
12993
12994 2015-07-29 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12997
12998 2015-07-29 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13001
13002 2015-07-29 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13005 gdb_test_stdio.
13006
13007 2015-07-29 Pedro Alves <palves@redhat.com>
13008
13009 * lib/gdb.exp (gdb_test_stdio): New procedure.
13010
13011 2015-07-29 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13014
13015 2015-07-29 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.base/call-signal-resume.exp: Remove check for
13018 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13019 * gdb.base/unwindonsignal.exp: Likewise.
13020 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13021 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13022
13023 2015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.base/siginfo-addr.c (pass): New function.
13026 (handler): Call it iff si_addr is correct.
13027 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13028 Set a breakpoint at "pass" and continue to it.
13029
13030 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13031
13032 * gdb.python/py-objfile.exp: Make some tests have unique names.
13033 * gdb.python/py-pp-registration.exp: Likewise.
13034
13035 2015-07-28 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13038
13039 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13040
13041 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13042
13043 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13044
13045 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13046
13047 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * gdb.base/gdb-sigterm-2.exp: New test.
13050
13051 2015-07-25 Doug Evans <xdje42@gmail.com>
13052
13053 Revert:
13054 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13055 (workers/%.worker, build-perf): New rule.
13056 (GDB_PERFTEST_MODE): New variable.
13057 (check-perf): Use it.
13058 (clean): Clean up gdb.perf parallel build subdirs.
13059 * lib/build-piece.exp: New file.
13060 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13061 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13062 name.
13063 (standard_temp_file): Ditto.
13064 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13065 of $GDB_PARALLEL.
13066
13067 2015-07-24 Doug Evans <dje@google.com>
13068
13069 * gdb.perf/lib/perftest/utils.py: New file.
13070 * gdb.perf/gm-hello.cc: New file.
13071 * gdb.perf/gm-pervasive-typedef.cc: New file.
13072 * gdb.perf/gm-pervasive-typedef.h: New file.
13073 * gdb.perf/gm-std.cc: New file.
13074 * gdb.perf/gm-std.h: New file.
13075 * gdb.perf/gm-use-cerr.cc: New file.
13076 * gdb.perf/gm-utils.h: New file.
13077 * gdb.perf/gmonster-null-lookup.py: New file.
13078 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13079 * gdb.perf/gmonster-print-cerr.py: New file.
13080 * gdb.perf/gmonster-ptype-string.py: New file.
13081 * gdb.perf/gmonster-runto-main.py: New file.
13082 * gdb.perf/gmonster-select-file.py: New file.
13083 * gdb.perf/gmonster1-null-lookup.exp: New file.
13084 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13085 * gdb.perf/gmonster1-print-cerr.exp: New file.
13086 * gdb.perf/gmonster1-ptype-string.exp: New file.
13087 * gdb.perf/gmonster1-runto-main.exp: New file.
13088 * gdb.perf/gmonster1-select-file.exp: New file.
13089 * gdb.perf/gmonster1.cc: New file.
13090 * gdb.perf/gmonster1.exp: New file.
13091 * gdb.perf/gmonster2-null-lookup.exp: New file.
13092 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13093 * gdb.perf/gmonster2-print-cerr.exp: New file.
13094 * gdb.perf/gmonster2-ptype-string.exp: New file.
13095 * gdb.perf/gmonster2-runto-main.exp: New file.
13096 * gdb.perf/gmonster2-select-file.exp: New file.
13097 * gdb.perf/gmonster2.cc: New file.
13098 * gdb.perf/gmonster2.exp: New file.
13099
13100 2015-07-24 Doug Evans <dje@google.com>
13101
13102 * gdb.perf/README: New file.
13103 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13104 * lib/gen-perf-test.exp: New file.
13105
13106 2015-07-24 Doug Evans <dje@google.com>
13107
13108 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13109 (PerfTest::startup): New function.
13110 (PerfTest::run): Return result of calling body.
13111 (PerfTest::assemble): Rewrite.
13112 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13113 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13114 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13115 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13116 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13117
13118 2015-07-24 Doug Evans <dje@google.com>
13119
13120 * lib/gdb.exp (clean_restart): Make executable optional.
13121
13122 2015-07-24 Doug Evans <dje@google.com>
13123
13124 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13125 compiler_info references.
13126 * gdb.cp/temargs.exp: Ditto.
13127 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13128 (get_compiler_info): Early exit if already computed. Set compiler_info
13129 to "unknown" if there was a problem.
13130 (test_compiler_info): Add function comment. Call get_compiler_info.
13131
13132 2015-07-24 Doug Evans <dje@google.com>
13133
13134 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13135 (workers/%.worker, build-perf): New rule.
13136 (GDB_PERFTEST_MODE): New variable.
13137 (check-perf): Use it.
13138 (clean): Clean up gdb.perf parallel build subdirs.
13139 * lib/build-piece.exp: New file.
13140 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13141 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13142 name.
13143 (standard_temp_file): Ditto.
13144 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13145 of $GDB_PARALLEL.
13146
13147 2015-07-24 Doug Evans <dje@google.com>
13148
13149 * lib/future.exp (gdb_default_target_compile): New option
13150 "early_flags".
13151 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13152 --as-needed.
13153
13154 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13155
13156 * gdb.base/catch-syscall.exp: Call gdb_exit before
13157 gdb_skip_xml_test.
13158
13159 2015-07-24 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.python/py-events.exp: Accept output between the stop event
13162 and the prompt.
13163 * gdb.python/py-evsignal.exp: Likewise.
13164 * gdb.python/py-evthreads.exp: Likewise.
13165
13166 2015-07-24 Pedro Alves <palves@redhat.com>
13167
13168 PR gdb/18717
13169 * gdb.threads/non-ldr-exit.c: New file.
13170 * gdb.threads/non-ldr-exit.exp: New file.
13171
13172 2015-07-24 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13175 restarting process.
13176
13177 2015-07-24 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.server/ext-restart.exp: New file.
13180
13181 2015-07-24 Yao Qi <yao.qi@linaro.org>
13182
13183 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13184 argument options.
13185 * gdb.server/ext-wrapper.exp: New file.
13186
13187 2015-07-23 Doug Evans <dje@google.com>
13188
13189 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13190 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13191
13192 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13193
13194 * gdb.ada/var_arr_typedef.exp: New testcase.
13195 * gdb.ada/var_arr_typedef/pack.adb: New file.
13196 * gdb.ada/var_arr_typedef/pack.ads: New file.
13197 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13198
13199 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13200
13201 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13202
13203 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13204
13205 * gdb.arch/i386-biarch-core.exp: Replace istarget
13206 by "complete set gnutarget". Remove expectation for the "core-file"
13207 command.
13208
13209 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 Revert the previous commit:
13212 Tests for validate symbol file using build-id.
13213
13214 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13215
13216 Tests for validate symbol file using build-id.
13217 * gdb.base/solib-mismatch-lib.c: New file.
13218 * gdb.base/solib-mismatch-libmod.c: New file.
13219 * gdb.base/solib-mismatch.c: New file.
13220 * gdb.base/solib-mismatch.exp: New file.
13221
13222 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13223
13224 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13225 nios2-*-linux*.
13226 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13227 * gdb.base/siginfo.exp: Likewise.
13228 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13229
13230 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13231
13232 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13233 Move it to ...
13234 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13235 ... here.
13236 * gdb.trace/range-stepping.exp: Check that the target supports
13237 range stepping.
13238
13239 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13240
13241 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13242
13243 2015-07-14 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/killed-outside.exp: New file.
13246 * gdb.base/killed-outside.c: New file.
13247
13248 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13249
13250 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13251 (n at main): New.
13252 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13253
13254 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13255
13256 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13257 infcall tests instead of setting up for KFAIL.
13258
13259 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13260
13261 * gdb.btrace/record_goto-step.exp: New.
13262
13263 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13264
13265 PR compile/18484
13266 * gdb.compile/compile.c (struct struct_type): Add volatile to
13267 selffield's type.
13268 * gdb.compile/compile.exp
13269 (compile code struct_object.selffield = &struct_object): Skip further
13270 struct_object tests if this one xfails.
13271
13272 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13273
13274 PR exp/18617
13275 * gdb.trace/ax.exp: Add test.
13276
13277 2015-07-07 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13280 instead of istarget "aarch64*-*-*".
13281 * gdb.arch/aarch64-fp.exp: Likewise.
13282 * gdb.base/float.exp: Likewise.
13283 * gdb.reverse/aarch64.exp: Likewise.
13284 * lib/gdb.exp (is_aarch64_target): New proc.
13285
13286 2015-07-07 Yao Qi <yao.qi@linaro.org>
13287
13288 * lib/gdb.exp (is_aarch32_target): New proc.
13289 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13290 instead of "istarget "arm*-*-*"".
13291 * gdb.arch/arm-disp-step.exp: Likewise.
13292 * gdb.arch/thumb-bx-pc.exp: Likewise.
13293 * gdb.arch/thumb-prologue.exp: Likewise.
13294 * gdb.arch/thumb-singlestep.exp: Likewise.
13295 * gdb.base/disp-step-syscall.exp: Likewise.
13296 * gdb.base/float.exp: Likewise.
13297
13298 2015-07-07 Yao Qi <yao.qi@linaro.org>
13299
13300 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13301 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13302
13303 2015-07-07 Yao Qi <yao.qi@linaro.org>
13304
13305 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13306 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13307 if it exists.
13308 * gdb.multi/multi-arch.exp: Likewise.
13309
13310 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13313 print.
13314
13315 2015-07-07 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13318
13319 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13320
13321 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13322 '[' and ']' characters.
13323
13324 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13325
13326 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13327
13328 2015-06-29 Pedro Alves <palves@redhat.com>
13329
13330 PR threads/18127
13331 * gdb.threads/hand-call-new-thread.c: New file.
13332 * gdb.threads/hand-call-new-thread.c: New file.
13333
13334 2015-06-26 Keith Seitz <keiths@redhat.com>
13335 Doug Evans <dje@google.com>
13336
13337 PR 16253
13338 * gdb.cp/var-tag-2.cc: New file.
13339 * gdb.cp/var-tag-3.cc: New file.
13340 * gdb.cp/var-tag-4.cc: New file.
13341 * gdb.cp/var-tag.cc: New file.
13342 * gdb.cp/var-tag.exp: New file.
13343
13344 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13345
13346 * gdb.base/history-duplicates.exp: New test.
13347
13348 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13349
13350 * gdb.base/completion.exp: Test the completion of the "focus"
13351 command.
13352
13353 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13354
13355 * gdb.arch/amd64-prologue-skip.S: New file.
13356 * gdb.arch/amd64-prologue-skip.exp: New file.
13357
13358 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13361 is_address_zero_readable check.
13362
13363 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13364
13365 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13366 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13367
13368 2015-06-24 Yao Qi <yao.qi@linaro.org>
13369
13370 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13371 linux targets.
13372
13373 2015-06-24 Yao Qi <yao.qi@linaro.org>
13374
13375 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13376 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13377 * gdb.base/siginfo-thread.exp: Likewise.
13378
13379 2015-06-22 Yao Qi <yao.qi@linaro.org>
13380
13381 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13382
13383 2015-06-22 Yao Qi <yao.qi@linaro.org>
13384
13385 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13386 aarch64*-*-*.
13387 (skip_hw_watchpoint_tests): Likewise.
13388
13389 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13390
13391 * gdb.base/gdbinit-history.exp: Test the interaction between
13392 setting GDBHISTSIZE and setting the history size via .gdbinit.
13393
13394 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13395
13396 PR gdb/16999
13397 * gdb.base/gdbhistsize-history.exp: New test.
13398
13399 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13400
13401 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13402 with GDBHISTSIZE.
13403 * gdb.base/readline.exp: Likewise.
13404
13405 2015-06-17 Yao Qi <yao.qi@linaro.org>
13406
13407 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13408 line.
13409
13410 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13411
13412 * gdb.base/gdbinit-history.exp: Add test case to check that
13413 an unlimited history file does not get truncated on exit.
13414
13415 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13416
13417 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13418 (VECTOR): New macro. Use it...
13419 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13420 ...for these typedefs.
13421 (int8, char1, int1, double1): New typedefs.
13422 (struct just_int2, struct two_int2): New structures.
13423 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13424 (add_structvecs, add_singlevecs): New functions.
13425 (main): Call add_some_intvecs twice.
13426 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13427 the compile and exit upon failure. Try compiling for the "native"
13428 architecture. Test inferior function calls with vector arguments
13429 and vector return value handling with "finish" and "return".
13430
13431 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13432
13433 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13434 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13435 PE file.
13436 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13437
13438 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13439
13440 PR breakpoints/16465
13441 * gdb.mi/mi-dprintf-pending.c: New file.
13442 * gdb.mi/mi-dprintf-pending.exp: New test.
13443 * gdb.mi/mi-dprintf-pendshr.c: New file.
13444
13445 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13446 Mircea Gherzan <mircea.gherzan@intel.com>
13447
13448 * gdb.arch/i386-mpx-map.c: New file.
13449 * gdb.arch/i386-mpx-map.exp: New File.
13450
13451 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13452
13453 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13454 * gdb.arch/i386-mpx.exp: Indentation fixed.
13455
13456 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13457
13458 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13459 function and improved indentation.
13460 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13461 gdb_test_multiple. Added additional tests to skip the test.
13462
13463 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13464
13465 * gdb.arch/i386-avx512.c: Change path in include file.
13466 * gdb.arch/i386-avx512.exp: Change include dir path
13467 compilation flag.
13468 * gdb.arch/i386-mpx.c: Change path in include file.
13469 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13470 flag.
13471
13472 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13473
13474 * gdb.compile/compile-print.exp (compile print *vararray@3)
13475 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13476
13477 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13480 (do not keep jit in memory): ... this.
13481 (expect 5): Change it to ...
13482 (expect no 5): ... this.
13483
13484 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13485
13486 PR gdb/15564
13487 * gdb.mi/mi-detach.exp: New file.
13488
13489 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13490
13491 PR symtab/18392
13492 * gdb.arch/amd64-tailcall-self.S: New file.
13493 * gdb.arch/amd64-tailcall-self.c: New file.
13494 * gdb.arch/amd64-tailcall-self.exp: New file.
13495
13496 2015-05-28 Don Breazeal <donb@codesourcery.com>
13497
13498 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13499 tests for remote targets by checking is_target_gdbserver.
13500
13501 2015-05-27 Doug Evans <dje@google.com>
13502
13503 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13504 * gdb.dwarf2/opaque-type-lookup.c: New file.
13505 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13506
13507 2015-05-26 Doug Evans <dje@google.com>
13508
13509 * gdb.cp/iostream.cc: New file.
13510 * gdb.cp/iostream.exp: New file.
13511
13512 2015-05-26 Doug Evans <dje@google.com>
13513
13514 * gdb.dwarf2/dw2-op-call.exp: Update.
13515 * gdb.dwarf2/dw4-sig-types.exp: Update.
13516 * gdb.dwarf2/implptr.exp: Update.
13517 * gdb.mi/mi-cmd-param-changed.exp: Update.
13518
13519 2015-05-26 Doug Evans <dje@google.com>
13520
13521 * gdb.python/py-lazy-string.c: New file.
13522 * gdb.python/py-lazy-string.exp: New file.
13523 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13524 (main): Update. Add estring3.
13525 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13526 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13527
13528 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13529 Yao Qi <yao.qi@linaro.org>
13530
13531 * gdb.reverse/aarch64.c: New.
13532 * gdb.reverse/aarch64.exp: New.
13533
13534 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13535
13536 * lib/gdb.exp (supports_process_record): Return true for
13537 aarch64*-linux*.
13538 (supports_reverse): Likewise.
13539
13540 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13541
13542 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13543 Use with_test_prefix.
13544
13545 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13546
13547 * gdb.base/completion.exp: Add test for completion of layout
13548 names.
13549
13550 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13551
13552 * lib/gdb.exp (skip_tui_tests): New proc.
13553 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13554
13555 2015-05-19 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13558 Save the whole env array instead of just HOME. Unset HISTSIZE in
13559 the environment while testing. Restore whole environment
13560 afterwards.
13561
13562 2015-05-16 Doug Evans <xdje42@gmail.com>
13563
13564 * gdb.guile/scm-ports.c: New file.
13565 * gdb.guile/scm-ports.exp: Add memory port tests.
13566
13567 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13568
13569 * gdb.compile/compile-print.c: New file.
13570 * gdb.compile/compile-print.exp: New file.
13571
13572 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 * gdb.compile/compile-ops.exp: Cast param to void.
13575 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13576 (compile code struct_object.selffield = &struct_object): Add xfail.
13577
13578 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13579
13580 * gdb.ada/arr_enum_with_gap: New testcase.
13581
13582 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13583
13584 * gdb.ada/byte_packed_arr: New testcase.
13585
13586 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13587
13588 * gdb.ada/pckd_neg: New testcase.
13589
13590 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13591
13592 PR gdb/17820
13593 * gdb.base/gdbinit-history.exp: New test.
13594 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13595 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13596
13597 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13598
13599 * gdb.python/py-xmethods.cc: Enhance test case.
13600 * gdb.python/py-xmethods.exp: New tests.
13601 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13602 function.
13603 (B_indexoper): Likewise.
13604 (global_dm_list) : Add new xmethod worker functions.
13605
13606 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13607
13608 * gdb.base/coredump-filter.exp: Correctly unset
13609 "coredump_var_addr" array.
13610
13611 2015-05-08 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.server/non-existing-program.exp: Unset spawn_id.
13614
13615 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13616
13617 PR python/18291
13618 * gdb.python/py-xmethods.exp: Add tests.
13619
13620 2015-05-08 Yao Qi <yao.qi@linaro.org>
13621
13622 PR gdb/18208
13623 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13624 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13625 function set_coredump_filter, and remove remote_exec call.
13626 Remove argument ipid. Callers update.
13627 (top level): Don't get inferior's PID.
13628
13629 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.base/watch_thread_num.exp: Skip test on targets without
13632 access watchpoints.
13633
13634 2015-05-06 Pedro Alves <palves@redhat.com>
13635
13636 PR server/18081
13637 * gdb.server/non-existing-program.exp: New file.
13638
13639 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13642
13643 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13644
13645 * gdb.ada/out_of_line_in_inlined: New testcase.
13646
13647 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13648
13649 * gdb.ada/var_rec_arr: New testcase.
13650
13651 2015-04-30 Yao Qi <yao.qi@linaro.org>
13652
13653 * gdb.base/break-idempotent.exp: If
13654 skip_hw_watchpoint_multi_tests returns true, skip the tests
13655 on "rwatch" and "awatch".
13656
13657 2015-04-30 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.base/relativedebug.exp: Invoke gdb command
13660 "info sharedlibrary", and if libc.so doesn't have debug info,
13661 skip the test.
13662
13663 2015-04-29 Doug Evans <dje@google.com>
13664
13665 * gdb.python/py-xmethods.exp: Add ptype tests.
13666 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13667 get_result_type method.
13668
13669 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13670
13671 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13672 the target does not support hardware watchpoints.
13673
13674 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13675
13676 * gdb.base/break-always.exp: Abort testing if writing to memory
13677 causes an error.
13678
13679 2015-04-28 Doug Evans <dje@google.com>
13680
13681 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13682 * gdb.python/py-pp-registration.exp: ... here. New file.
13683 * gdb.python/py-pp-registration.c: New file.
13684 * gdb.python/py-pp-registration.py: New file.
13685
13686 2015-04-28 Doug Evans <dje@google.com>
13687
13688 * gdb.python/py-bad-printers.c: New file.
13689 * gdb.python/py-bad-printers.py: New file.
13690 * gdb.python/py-bad-printers.exp: New file.
13691
13692 2015-04-28 Sasha Smundak <asmundak@google.com>
13693
13694 * gdb.python/py-type.exp: New test.
13695
13696 2015-04-28 Andy Wingo <wingo@igalia.com>
13697
13698 * gdb.python/py-parameter.exp:
13699 * gdb.guile/scm-parameter.exp: Escape the path that we are
13700 matching against, as it might contain characters that are special
13701 to regular expressions.
13702
13703 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13704
13705 * gdb.ada/rec_comp: New testcase.
13706
13707 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13708
13709 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13710 before using it.
13711
13712 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13713
13714 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13715 new tests for verilog output.
13716
13717 2015-04-24 Yao Qi <yao.qi@linaro.org>
13718
13719 * boards/remote-gdbserver-on-localhost.exp: New file.
13720
13721 2015-04-23 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13724 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13725 "end of file", remove $inferior_spawn_id from the indirect list.
13726
13727 2015-04-23 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13730
13731 2015-04-23 Pedro Alves <palves@redhat.com>
13732
13733 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13734 on $any_spawn_id instead of only on $gdb_spawn_id.
13735
13736 2015-04-21 Pierre Muller <muller@sourceware.org>
13737
13738 PR pascal/17815
13739 * lib/pascal.exp (gpc_compile): Add new option "class".
13740 (fpc_compile): Likewise.
13741 * gdb.pascal/case-insensitive-symbols.pas: New file.
13742 * gdb.pascal/case-insensitive-symbols.exp: New file.
13743
13744 2015-04-20 Gary Benson <gbenson@redhat.com>
13745
13746 * gdb.base/attach.exp: Fix three extended remote failures.
13747
13748 2015-04-17 Gary Benson <gbenson@redhat.com>
13749
13750 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13751 the main executable over the remote protocol.
13752
13753 2015-04-16 Pedro Alves <palves@redhat.com>
13754
13755 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13756 a new gdbserver if gdbserver_reconnect_p is set.
13757
13758 2015-04-16 Pedro Alves <palves@redhat.com>
13759
13760 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13761 is set, don't exit gdbserver.
13762
13763 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13764
13765 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13766 appropriate .insn, such that an older assembler can be used.
13767 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13768 the z/Architecture instruction set on 31-bit targets as well.
13769
13770 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.go/handcall.exp: Remove all logic related to the first
13773 breakpoint and rely on go_runto_main instead.
13774 * gdb.go/strings.exp: Likewise.
13775 * gdb.go/unsafe.exp: Likewise.
13776 * gdb.go/hello.exp: Likewise. Also rename the remaining
13777 breakpoint marker to "breakpoint 1".
13778 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13779 * gdb.go/strings.go: Likewise.
13780 * gdb.go/unsafe.go: Likewise.
13781 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13782 "set breakpoint 2 here" and rename the remaining breakpoint marker
13783 to "breakpoint 1".
13784
13785 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13786
13787 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13788 if itertools.imap is not present.
13789 * gdb.python/py-objfile.exp: Add parentheses.
13790 * gdb.python/py-type.exp: Same.
13791 * gdb.python/py-unwind-maint.py: Same.
13792
13793 2015-04-15 Yao Qi <yao.qi@linaro.org>
13794
13795 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13796 of ":$ptr_size" and set its form explicitly.
13797
13798 2015-04-15 Pedro Alves <palves@redhat.com>
13799 Yao Qi <yao.qi@linaro.org>
13800
13801 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13802 timeout by factor of 4.
13803 (test_regular_watch): Likewise.
13804 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13805 * gdb.reverse/sigall-reverse.exp: Likewise.
13806 * gdb.reverse/until-precsave.exp: Likewise.
13807 * lib/gdb.exp (with_timeout_factor): New proc.
13808 (gdb_expect): Move some code to ...
13809 (get_largest_timeout): ... here. New procedure.
13810
13811 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13812
13813 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13814
13815 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13816
13817 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13818 to write to the .text section.
13819
13820 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13821
13822 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13823 Handle the case of targets that do not provide PID information.
13824
13825 2015-04-13 Yao Qi <yao.qi@linaro.org>
13826
13827 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13828 and use expect instead of gdb_expect.
13829
13830 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13831
13832 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13833 "coredump_var_addr" to avoid naming conflict with other testcases.
13834
13835 2015-04-10 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13838 gdb_test_sequence and gdb_assert.
13839
13840 2015-04-10 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13843 test messages that don't include the breakpoint address.
13844
13845 2015-04-10 Yao Qi <yao.qi@linaro.org>
13846
13847 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13848 false for some offset and width combinations which aren't
13849 supported by linux kernel.
13850
13851 2015-04-10 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13854 procedure, factored out from ...
13855 (top level): ... here. Add "set displaced-stepping" testing axis.
13856 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13857 parameter "displaced". Use it.
13858 (top level): Use foreach and add "set displaced-stepping" testing
13859 axis.
13860
13861 2015-04-10 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13864 Remove comment.
13865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13866 both the address of the instruction that triggers the watchpoint
13867 and the address of the instruction immediately after, and use
13868 those addresses for the test. Fix comment.
13869
13870 2015-04-10 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/sigstep.exp (breakpoint_to_handler)
13873 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13874 Test "backtrace" in handler.
13875 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13876 (top level): Add new "displaced" test axis to
13877 breakpoint_to_handler, breakpoint_to_handler_entry and
13878 breakpoint_over_handler.
13879
13880 2015-04-10 Pedro Alves <palves@redhat.com>
13881
13882 PR gdb/18216
13883 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13884
13885 2015-04-10 Yao Qi <yao.qi@linaro.org>
13886
13887 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13888 (test_add_rn_pc): New function.
13889 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13890 (top level): Invoke test_add_rn_pc.
13891
13892 2015-04-10 Pedro Alves <palves@redhat.com>
13893
13894 PR gdb/13858
13895 * gdb.base/step-over-no-symbols.exp: New file.
13896
13897 2015-04-09 Andy Wingo <wingo@igalia.com>
13898
13899 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13900 after the Python tests.
13901
13902 2015-04-08 Keith Seitz <keiths@redhat.com>
13903
13904 PR python/16699
13905 * gdb.python/py-completion.exp: New tests for completion.
13906 * gdb.python/py-completion.py (CompleteLimit1): New class.
13907 (CompleteLimit2): Likewise.
13908 (CompleteLimit3): Likewise.
13909 (CompleteLimit4): Likewise.
13910 (CompleteLimit5): Likewise.
13911 (CompleteLimit6): Likewise.
13912 (CompleteLimit7): Likewise.
13913
13914 2015-04-08 Pedro Alves <palves@redhat.com>
13915
13916 PR gdb/18214
13917 PR gdb/18216
13918 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13919 function.
13920 (main): Install it as SIGUSR1 handler.
13921 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13922 parameter. Always use "setup" as prefix. Toggle "set
13923 displaced-stepping" off/on depending on global. Don't switch to
13924 thread 1 here.
13925 (top level): Add displaced stepping "off/on" test axis. Update
13926 "setup" calls. Wrap each subtest with with_test_prefix. Test
13927 continuing with a queued signal in each thread.
13928
13929 2015-04-08 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13932 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13933 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13934 Return early if running to main fails.
13935 * gdb.trace/while-stepping.exp: Likewise.
13936
13937 2015-04-07 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13940 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13941 interact with inferior program.
13942
13943 2015-04-07 Pedro Alves <palves@redhat.com>
13944
13945 * lib/gdb.exp (inferior_spawn_id): New global.
13946 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13947 spawn id after processing the user code.
13948 (default_gdb_start): Set inferior_spawn_id.
13949 (send_inferior): New procedure.
13950 * lib/gdbserver-support.exp (gdbserver_start): Set
13951 inferior_spawn_id.
13952 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13953
13954 2015-04-07 Pedro Alves <palves@redhat.com>
13955
13956 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13957 * lib/gdbserver-support.exp (gdbserver_start): Make
13958 $server_spawn_id global.
13959 (gdbserver_start): Don't wait for gdbserver's spawn id with
13960 expect_background.
13961 (close_gdbserver): New procedure.
13962 (gdb_exit): Rename the default version and reimplement.
13963
13964 2015-04-07 Pedro Alves <palves@redhat.com>
13965
13966 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13967 append the substituted item, not the original item.
13968
13969 2015-04-07 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13972 gdb_expect.
13973
13974 2015-04-07 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13977 output appearing once only.
13978
13979 2015-04-07 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13982 that doesn't expect anything. Return early if running to main
13983 fails.
13984
13985 2015-04-07 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13988 (child_function): Call alarm.
13989 (main): Move call to alarm into the loop.
13990 * gdb.threads/non-stop-fair-events.exp: Build program with
13991 -DTIMEOUT=$timeout.
13992
13993 2015-04-06 Doug Evans <xdje42@gmail.com>
13994
13995 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13996 Fix dest parameter to board_info.
13997 (fpc_compile): Ditto.
13998 (gdb_compile_pascal): Rename dest arg to destfile.
13999
14000 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14001
14002 * gdb.ada/funcall_ref.exp: New file.
14003 * gdb.ada/funcall_ref/foo.adb: New file.
14004
14005 2015-04-02 Yao Qi <yao.qi@linaro.org>
14006
14007 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14008 is remote.
14009
14010 2015-04-02 Gary Benson <gbenson@redhat.com>
14011
14012 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14013
14014 2015-04-01 Sasha Smundak <asmundak@google.com>
14015
14016 * gdb.python/py-unwind-maint.c: New file.
14017 * gdb.python/py-unwind-maint.exp: New test.
14018 * gdb.python/py-unwind-maint.py: New file.
14019 * gdb.python/py-unwind.c: New file.
14020 * gdb.python/py-unwind.exp: New test.
14021 * gdb.python/py-unwind.py: New test.
14022
14023 2015-04-01 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14026 to fail instead of non-existent $test.
14027
14028 2015-04-01 Pedro Alves <palves@redhat.com>
14029
14030 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14031 GDBFLAGS if not empty.
14032
14033 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14034
14035 * gdb.ada/complete.exp: Remove "multi_line".
14036 * gdb.ada/info_exc.exp: Remove "multi_line".
14037 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14038 * gdb.ada/ptype_field.exp: Remove "multi_line".
14039 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14040 * gdb.ada/tagged.exp: Remove "multi_line".
14041 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14042 [multi_line ...]
14043 * gdb.btrace/delta.exp: Likewise.
14044 * gdb.btrace/exception.exp: Likewise.
14045 * gdb.btrace/function_call_history.exp: Likewise.
14046 * gdb.btrace/instruction_history.exp: Likewise.
14047 * gdb.btrace/nohist.exp: Likewise.
14048 * gdb.btrace/record_goto.exp: Likewise.
14049 * gdb.btrace/segv.exp: Likewise.
14050 * gdb.btrace/stepi.exp: Likewise.
14051 * gdb.btrace/tailcall.exp: Likewise.
14052 * gdb.btrace/unknown_functions.exp: Likewise.
14053 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14054 * lib/gdb.exp: Add the "multi_line" helper.
14055
14056 2015-04-01 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.threads/tid-reuse.c: New file.
14059 * gdb.threads/tid-reuse.exp: New file.
14060
14061 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14062
14063 PR corefiles/16092
14064 * gdb.base/coredump-filter.c: New file.
14065 * gdb.base/coredump-filter.exp: Likewise.
14066
14067 2015-03-27 Petr Machata <pmachata@redhat.com>
14068
14069 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14070 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14071 (Dwarf::assemble): Initialize them.
14072 (Dwarf::lines): New function.
14073
14074 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14075
14076 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14077 SYMBOL_PREFIX for x86_64-*-cygwin.
14078
14079 2015-03-26 Andy Wingo <wingo@igalia.com>
14080
14081 PR symtab/18148
14082 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14083 const_value but not a location.
14084 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14085 location defined in non-main CUs are visible.
14086
14087 2015-03-26 Yao Qi <yao.qi@linaro.org>
14088
14089 PR testsuite/18139
14090 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14091 Add a line number entry for the same line.
14092 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14093 Add a line number entry for the same line.
14094
14095 2015-03-26 Yao Qi <yao.qi@linaro.org>
14096
14097 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14098 .int 0.
14099 (func): Likewise. Add .Lfunc_1 label.
14100 Use .Lfunc_1 label.
14101 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14102 .int 0.
14103 (func): Likewise.
14104 Use .Lfunc_1 label.
14105
14106 2015-03-26 Yao Qi <yao.qi@linaro.org>
14107
14108 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14109 Call gdb_compile instead to compile each .s files without debug
14110 information.
14111
14112 2015-03-26 Yao Qi <yao.qi@linaro.org>
14113
14114 * gdb.base/savedregs.exp (process_saved_regs): Make
14115 "Saved registers:" optional in the pattern.
14116
14117 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14118
14119 * gdb.btrace/next.exp: Merged into step.exp.
14120 * gdb.btrace/finish.exp: Merged into step.exp.
14121 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14122 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14123 "record goto" and checking the exact replay position.
14124 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14125 check for "Recording format" in "info record" output.
14126 * gdb.btrace/record_goto.exp: Choose test file based on target.
14127 * gdb.btrace/x86-record_goto.S: Renamed into ...
14128 * gdb.btrace/x86_64-record_goto.S: ... this.
14129 * gdb.btrace/i686-record_goto.S: New.
14130 * gdb.btrace/x86-tailcall.S: Renamed into ...
14131 * gdb.btrace/x86_64-tailcall.S: ... this.
14132 * gdb.btrace/i686-tailcall.S: New.
14133 * gdb.btrace/x86-tailcall.c: Renamed into ...
14134 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14135 separate statements. Update test.
14136 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14137 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14138 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14139 * gdb.btrace/tailcall.exp: Choose test file based on target.
14140 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14141
14142 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14143
14144 * gdb.btrace/exception.exp: Increase BTS buffer size.
14145
14146 2015-03-24 Pedro Alves <palves@redhat.com>
14147
14148 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14149
14150 2015-03-24 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.threads/schedlock.exp (test_step): No longer expect that
14153 "set scheduler-locking step" with "next" over a function call runs
14154 threads unlocked.
14155
14156 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14157
14158 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14159
14160 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14161
14162 PR breakpoints/16466
14163 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14164 * gdb.mi/mi-pending.c (thread_func): New function.
14165 (int main): Add threading support required.
14166 * gdb.mi/mi-pending.exp: Add tests for this issue.
14167 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14168 (pendfunc2): Remove stdio dependency.
14169 * gdb.mi/mi-pendshr2.c: New file.
14170
14171 2015-03-23 Keith Seitz <keiths@redhat.com>
14172
14173 * gdb.linespec/keywords.c: New file.
14174 * gdb.linespec/keywords.exp: New file.
14175
14176 2015-03-23 Keith Seitz <keiths@redhat.com>
14177
14178 PR gdb/18021
14179 * gdb.dwarf2/staticvirtual.exp: New test.
14180
14181 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14182
14183 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14184 * README: Remove HP-UX and gdb.hp.
14185 (configuration):
14186 * configure: Regenerate.
14187 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14188 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14189 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14190 gdb.hp/gdb.defects/Makefile.
14191 * gdb.hp/Makefile.in: File deleted.
14192 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14193 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14194 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14195 * gdb.hp/gdb.aCC/run.c: File deleted.
14196 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14197 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14198 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14199 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14200 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14201 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14202 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14203 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14204 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14205 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14206 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14207 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14208 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14209 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14210 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14211 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14212 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14213 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14214 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14215 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14216 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14217 * gdb.hp/gdb.compat/average.c: File deleted.
14218 * gdb.hp/gdb.compat/sum.c: File deleted.
14219 * gdb.hp/gdb.compat/xdb.c: File deleted.
14220 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14221 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14222 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14223 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14224 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14225 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14226 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14227 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14228 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14229 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14230 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14231 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14232 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14233 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14234 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14235 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14236 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14237 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14238 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14239 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14240 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14241 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14242 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14243 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14244 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14245 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14246 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14247 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14248 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14249 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14250 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14251 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14252 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14253 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14254 * gdb.hp/tools/odump: File deleted.
14255
14256 2015-03-19 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14259 (saw_thread_3): New globals.
14260 (top level): Increment them when an event for the corresponding
14261 thread is seen.
14262 (no thread starvation): New test.
14263
14264 2015-03-19 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.threads/continue-pending-status.c: New file.
14267 * gdb.threads/continue-pending-status.exp: New file.
14268
14269 2015-03-18 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14272 Use gdb_is_target_remote instead of is_remote. Use
14273 gdb_test_multiple instead of gdb_expect. Exit early if
14274 gdb_test_multiple hits its internal matches. Tighten stepi tests
14275 expected output. Fail on exit with any signal, instead of just
14276 SIGILL.
14277
14278 2015-03-18 Yao Qi <yao.qi@linaro.org>
14279
14280 PR tdep/18107
14281 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14282 variable.
14283 * gdb.base/catch-syscall.exp: Don't skip it on
14284 aarch64*-*-linux* target. Remove elements in all_syscalls.
14285 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14286 target.
14287 (setup_all_syscalls): New proc.
14288
14289 2015-03-16 Yao Qi <yao.qi@linaro.org>
14290
14291 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14292 (top level): Skip tests if valid_addr_p returns false for
14293 $cmd1 or $cmd2.
14294
14295 2015-03-11 Andy Wingo <wingo@igalia.com>
14296
14297 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14298
14299 2015-03-11 Yao Qi <yao.qi@linaro.org>
14300
14301 * gdb.base/catch-syscall.exp: Fix typo in comments.
14302
14303 2015-03-11 Yao Qi <yao.qi@linaro.org>
14304
14305 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14306
14307 2015-03-09 Pedro Alves <palves@redhat.com>
14308
14309 * dg-extract-results.py: Delete.
14310
14311 2015-03-09 Pedro Alves <palves@redhat.com>
14312
14313 Merge dg-extract-results.sh from GCC upstream (r218843).
14314
14315 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14316 * dg-extract-results.sh: Use --text with grep to avoid issues with
14317 binary files. Fall back to cat -v, if that doesn't work.
14318
14319 2015-03-05 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14322
14323 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14324
14325 * lib/mi-support.exp (mi_expect_interrupt): Accept
14326 alternative event for when in all-stop mode.
14327
14328 2015-03-04 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14331
14332 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14333
14334 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14335
14336 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14337
14338 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14339 regexps for GDB's current line display, accept a hex address
14340 preceding the line number.
14341
14342 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14343
14344 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14345 the 'arch1' variable for "s390*-linux*" targets.
14346
14347 2015-03-04 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14350 (main): Pass missing retval argument to pthread_join call.
14351
14352 2015-03-02 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14355 (top level): Call do_test with non-stop as well.
14356
14357 2015-03-02 Pedro Alves <palves@redhat.com>
14358
14359 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14360 -1.
14361
14362 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14363
14364 * gdb.arch/s390-vregs.exp: New test.
14365 * gdb.arch/s390-vregs.S: New file.
14366
14367 2015-02-27 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14370 call to catch_command_errors.
14371 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14372 catch_command_errors.
14373
14374 2015-02-27 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14377 "true" for boolean result.
14378 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14379 prototype of main.
14380
14381 2015-02-27 Pedro Alves <palves@redhat.com>
14382
14383 * lib/unbuffer_output.c: New file.
14384 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14385 (main): Call gdb_unbuffer_output.
14386
14387 2015-02-27 Yao Qi <yao.qi@linaro.org>
14388
14389 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14390 target.
14391
14392 2015-02-26 Doug Evans <dje@google.com>
14393
14394 * gdb.cp/class2.cc (Dbase, D): New classes.
14395 (main): New local delta.
14396 * gdb.cp/class2.exp: Test printing delta.
14397 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14398 (dynbar): New global.
14399 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14400
14401 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14402
14403 * gdb.compile/compile-ifunc.c: New file.
14404 * gdb.compile/compile-ifunc.exp: New file.
14405
14406 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14407
14408 * gdb.base/structs.exp: Check for correct struct on finish.
14409
14410 2015-02-26 Yao Qi <yao.qi@linaro.org>
14411
14412 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14413 is zero.
14414
14415 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.arch/cordic.ko.bz2: New file.
14418 * gdb.arch/cordic.ko.debug.bz2: New file.
14419 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14420
14421 2015-02-25 Yao Qi <yao.qi@linaro.org>
14422
14423 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14424 aarch64*-*-* target.
14425
14426 2015-02-23 Pedro Alves <palves@redhat.com>
14427
14428 * lib/gdb.exp (delete_breakpoints): Rewrite using
14429 gdb_test_multiple.
14430
14431 2015-02-23 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.base/info-os.c: Include stdlib.h.
14434
14435 2015-02-22 Doug Evans <xdje42@gmail.com>
14436
14437 PR symtab/17855
14438 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14439 is read after symbols have been re-read.
14440 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14441 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14442
14443 2015-02-21 Doug Evans <dje@google.com>
14444
14445 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14446
14447 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14448
14449 PR corefiles/17808
14450 * gdb.arch/i386-biarch-core.core.bz2: New file.
14451 * gdb.arch/i386-biarch-core.exp: New file.
14452
14453 2015-02-21 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14456 runto_main fails.
14457
14458 2015-02-20 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14461 info probes.
14462
14463 2015-02-20 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14466
14467 2015-02-20 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14470 clean_restart before gdb_target_supports_trace.
14471
14472 2015-02-20 Pedro Alves <palves@redhat.com>
14473
14474 PR threads/18006
14475 * gdb.threads/clone-thread_db.c: New file.
14476 * gdb.threads/clone-thread_db.exp: New file.
14477
14478 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14479
14480 PR breakpoints/16812
14481 * gdb.base/catch-gdb-caused-signals.c: New file.
14482 * gdb.base/catch-gdb-caused-signals.exp: New file.
14483
14484 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14485
14486 * configure: Regenerated.
14487 * configure.ac: Use GDB_AC_TRANSFORM.
14488 * aclocal.m4: sinclude ../transform.m4.
14489
14490 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14491
14492 * lib/dtrace.exp: New file.
14493 * gdb.base/dtrace-probe.exp: Likewise.
14494 * gdb.base/dtrace-probe.d: Likewise.
14495 * gdb.base/dtrace-probe.c: Likewise.
14496 * lib/pdtrace.in: Likewise.
14497 * configure.ac: Output variables with the transformed names of
14498 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14499 * configure: Regenerated.
14500
14501 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14502
14503 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14504 expected message when trying to access $_probe_* convenience
14505 variables while not on a probe.
14506
14507 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14508
14509 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14510
14511 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14512
14513 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14514 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14515
14516 2015-02-10 Doug Evans <xdje42@gmail.com>
14517
14518 * lib/gdb.exp (gdb_load): Always return a result.
14519
14520 2015-02-10 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.threads/signal-sigtrap.c: New file.
14523 * gdb.threads/signal-sigtrap.exp: New file.
14524
14525 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14526
14527 * gdb.trace/no-attach-trace.c: New file.
14528 * gdb.trace/no-attach-trace.exp: New file.
14529
14530 2015-02-09 Mark Wielaard <mjw@redhat.com>
14531
14532 * gdb.dwarf2/atomic.c: New file.
14533 * gdb.dwarf2/atomic-type.exp: Likewise.
14534
14535 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14536
14537 * gdb.btrace/buffer-size.exp: Update "info record" output.
14538 * gdb.btrace/delta.exp: Update "info record" output.
14539 * gdb.btrace/enable.exp: Update "info record" output.
14540 * gdb.btrace/finish.exp: Update "info record" output.
14541 * gdb.btrace/instruction_history.exp: Update "info record" output.
14542 * gdb.btrace/next.exp: Update "info record" output.
14543 * gdb.btrace/nexti.exp: Update "info record" output.
14544 * gdb.btrace/step.exp: Update "info record" output.
14545 * gdb.btrace/stepi.exp: Update "info record" output.
14546 * gdb.btrace/nohist.exp: Update "info record" output.
14547
14548 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * gdb.btrace/buffer-size: New.
14551
14552 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14553
14554 * gdb.btrace/delta.exp: Update "info record" output.
14555 * gdb.btrace/enable.exp: Update "info record" output.
14556 * gdb.btrace/finish.exp: Update "info record" output.
14557 * gdb.btrace/instruction_history.exp: Update "info record" output.
14558 * gdb.btrace/next.exp: Update "info record" output.
14559 * gdb.btrace/nexti.exp: Update "info record" output.
14560 * gdb.btrace/step.exp: Update "info record" output.
14561 * gdb.btrace/stepi.exp: Update "info record" output.
14562 * gdb.btrace/nohist.exp: Update "info record" output.
14563
14564 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14565
14566 PR gdb/15678
14567 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14568
14569 2015-02-06 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14572 macro.
14573 (seconds_left, again): New globals.
14574 (main): Wait seconds_left in a 1-second sleep loop instead of
14575 sleeping 180 seconds. If 'again' is set, reset the seconds
14576 counter.
14577 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14578 'again' in the inferior before detaching. Print the seconds left.
14579 (options): New global.
14580 (top level): Build program with -DTIMEOUT=$timeout.
14581
14582 2015-02-06 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14585 determine how many seconds to pass to 'alarm'.
14586 * gdb.base/gdb-sigterm.exp (top level): Build program with
14587 -DTIMEOUT=$timeout.
14588 (do_test): Return success/failure indication. Add more verbose
14589 logging. Don't fail if 200 single steps are seen. Instead, fail
14590 when the test times out.
14591 (passes): New global.
14592 (top level): Break the testing loop if testing fails on any
14593 iteration. Use gdb_assert.
14594
14595 2015-02-04 Don Breazeal <donb@codesourcery.com>
14596
14597 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14598 and initialize them.
14599 (ipc_cleanup): New function.
14600 (main): Don't declare shmid, semid, and msqid. Add a call to
14601 atexit so that we call ipc_cleanup on exit.
14602
14603 2015-02-04 Pedro Alves <palves@redhat.com>
14604
14605 * boards/native-extended-gdbserver.exp: Remove any target variant
14606 specifications from the board name before clearing the isremote
14607 flag from board_info.
14608
14609 2015-01-31 Doug Evans <xdje42@gmail.com>
14610
14611 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14612
14613 2015-01-31 Gary Benson <gbenson@redhat.com>
14614
14615 * gdb.base/completion.exp: Disable completion limiting for
14616 existing tests. Add new tests to check completion limiting.
14617 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14618
14619 2015-01-31 Doug Evans <xdje42@gmail.com>
14620
14621 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14622
14623 2015-01-31 Doug Evans <xdje42@gmail.com>
14624
14625 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14626 entries. Duplicate file section script entries.
14627 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14628 inlined entries. Add test for safe-path rejection.
14629 * gdb.python/py-section-script.c: Add duplicate inlined section script
14630 entries. Duplicate file section script entries.
14631 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14632 inlined entries. Add test for safe-path rejection.
14633
14634 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14635
14636 * gdb.ada/disc_arr_bound: New testcase.
14637
14638 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14639
14640 * gdb.ada/mi_var_array: New testcase.
14641
14642 2015-01-27 Doug Evans <dje@google.com>
14643
14644 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14645 Add test for objfile.filename, objfile.username after objfile
14646 has been unloaded.
14647
14648 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14649
14650 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14651 the second test to print the name attribute of value
14652 returned by the call to gdb.lookup_type, and adjust
14653 the expected output accordingly.
14654
14655 2015-01-25 Mark Wielaard <mjw@redhat.com>
14656
14657 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14658 * gdb.base/disp-step-fork.c: Include unistd.h.
14659 * gdb.base/siginfo-obj.c: Include stdio.h.
14660 * gdb.base/siginfo-thread.c: Likewise.
14661 * gdb.mi/non-stop.c: Include unistd.h.
14662 * gdb.mi/nsthrexec.c: Include stdio.h.
14663 * gdb.mi/pthreads.c: Include unistd.h.
14664 * gdb.modula2/unbounded1.c (main): Declare returns int.
14665 * gdb.reverse/consecutive-reverse.c: Likewise.
14666 * gdb.threads/create-fail.c: Include unistd.h.
14667 * gdb.threads/killed.c: Likewise.
14668 * gdb.threads/linux-dp.c: Likewise.
14669 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14670 * gdb.threads/non-ldr-exc-2.c: Likewise.
14671 * gdb.threads/non-ldr-exc-3.c: Likewise.
14672 * gdb.threads/non-ldr-exc-4.c: Likewise.
14673 * gdb.threads/pthreads.c: Include unistd.h.
14674 (main): Declare returns int.
14675 * gdb.threads/tls-main.c (foo): New declaration.
14676 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14677
14678 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14679
14680 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14681 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14682
14683 2015-01-15 Mark Wielaard <mjw@redhat.com>
14684
14685 * gdb.base/noreturn-return.c: New file.
14686 * gdb.base/noreturn-return.exp: New file.
14687 * gdb.base/noreturn-finish.c: New file.
14688 * gdb.base/noreturn-finish.exp: New file.
14689
14690 2015-01-23 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.threads/continue-pending-after-query.c: New file.
14693 * gdb.threads/continue-pending-after-query.exp: New file.
14694
14695 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14696 Simon Marchi <simon.marchi@ericsson.com>
14697
14698 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14699 * gdb.base/valgrind-db-attach.exp: Same.
14700 * gdb.base/valgrind-infcall.exp: Same.
14701 * lib/mi-support.exp (default_mi_gdb_start): Same.
14702 * lib/prompt.exp (default_prompt_gdb_start): Same.
14703 * lib/gdb.exp (default_gdb_spawn): Same.
14704 (gdb_interact): New.
14705
14706
14707 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14708
14709 * gdb.compile/compile.exp (pointer to jit function): New test.
14710
14711 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14712
14713 * lib/gdb.exp (supports_process_record): Return true for
14714 powerpc*-*-linux*.
14715 (supports_reverse): Likewise.
14716
14717 2015-01-15 Don Breazeal <donb@codesourcery.com>
14718
14719 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14720 instead of checking whether the target board is remote and
14721 use spawn_wait_for_attach instead of exec/sleep.
14722 * gdb.base/attach-twice.exp: Likewise.
14723
14724 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14725
14726 * gdb.ada/var_arr_attrs: New testcase.
14727
14728 2015-01-14 Pedro Alves <palves@redhat.com>
14729 Joel Brobecker <brobecker@adacore.com>
14730
14731 PR gdb/17525
14732 * gdb.base/bp-cmds-execution-x-script.c: New file.
14733 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14734 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14735
14736 2015-01-14 Pedro Alves <palves@redhat.com>
14737
14738 PR cli/17828
14739 * gdb.base/batch-preserve-term-settings.c: New file.
14740 * gdb.base/batch-preserve-term-settings.exp: New file.
14741
14742 2015-01-13 Doug Evans <dje@google.com>
14743
14744 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14745 binary.
14746
14747 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14748
14749 * Makefile.in (clean mostlyclean): Do not delete *.py.
14750
14751 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.python/py-lookup-type.exp: New file.
14754
14755 2015-01-12 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14758 restore GDBFLAGS before returning.
14759
14760 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14761
14762 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14763 is_amd64_regs_target and is_x86_like_target.
14764
14765 2015-01-11 Doug Evans <xdje42@gmail.com>
14766
14767 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14768 is given without an explicit form.
14769 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14770 attributes.
14771 * gdb.dwarf/corrupt.exp: Ditto.
14772 * gdb.dwarf2/enum-type.exp: Ditto.
14773 * gdb.trace/entry-values.exp: Ditto.
14774 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14775
14776 2015-01-11 Doug Evans <xdje42@gmail.com>
14777
14778 PR gdb/15830
14779 * gdb.base/maint.exp: Remove references to "maint demangle".
14780 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14781 Add tests for explicitly specifying language to demangle.
14782 * gdb.dlang/demangle.exp: Ditto.
14783
14784 2015-01-09 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.threads/non-stop-fair-events.c: New file.
14787 * gdb.threads/non-stop-fair-events.exp: New file.
14788
14789 2015-01-09 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14792 the global scope. Set a breakpoint after all threads are started
14793 rather than stepping over two source lines. Expect the prompt.
14794 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14795 global.
14796 (NUM): Now 15.
14797 (main): Use threads_started_barrier to wait for all threads to
14798 start. Main thread no longer calls thread_function. Exit after
14799 180 seconds.
14800 (loop): New function.
14801 (thread_function): Wait on threads_started_barrier barrier. Call
14802 'loop' at each iteration.
14803 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14804 threads have started, instead of hardcoding number of "next"
14805 steps. Use an access watchpoint instead of a write watchpoint.
14806
14807 2015-01-09 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14810 (thread_func): Wait on barrier.
14811 (main): Wait for all threads to start before stopping GDB.
14812 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14813 global.
14814 (thread1_func, thread2_func): Wait on barrier.
14815 (main): Wait for all threads to start before stopping GDB.
14816 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14817 New global.
14818 (thread1_func, thread2_func): Wait on barrier.
14819 (main): Wait for all threads to start before stopping GDB.
14820
14821 2015-01-09 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.threads/attach-many-short-lived-threads.c: New file.
14824 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14825
14826 2014-01-09 Pedro Alves <palves@redhat.com>
14827
14828 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14829 instead of to thread 2.
14830 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14831 Add barrier around each pthread_create call instead of around all
14832 calls.
14833 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14834 Set a break on thread_function and have the child threads hit it
14835 one at at a time.
14836
14837 2015-01-09 Pedro Alves <palves@redhat.com>
14838
14839 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14840 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14841 false.
14842 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14843 checking whether the target board is remote.
14844 * gdb.multi/multi-attach.exp: Likewise.
14845 * gdb.python/py-sync-interp.exp: Likewise.
14846 * gdb.server/ext-attach.exp: Likewise.
14847 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14848 tests that need to attach, instead of checking whether the target
14849 board is remote at the top of the file.
14850
14851 2015-01-08 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14854
14855 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14856
14857 Fix testcase compilation.
14858 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14859
14860 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14861
14862 * gdb.python/py-type.exp: Add a couple test about empty
14863 array creation, and negative-length array creation.
14864
14865 2015-01-02 Doug Evans <xdje42@gmail.com>
14866
14867 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14868
14869 2015-01-02 Doug Evans <dje@google.com>
14870
14871 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14872
14873 2014-12-29 Yao Qi <yao@codesourcery.com>
14874
14875 * gdb.trace/entry-values.exp: Update comments. Rename variable
14876 bar_call_foo to returned_from_foo.
14877
14878 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14879
14880 PR gdb/17394
14881 * gdb.linespec/break-asm-file.c: New file.
14882 * gdb.linespec/break-asm-file.exp: New file.
14883 * gdb.linespec/break-asm-file0.s: New file.
14884 * gdb.linespec/break-asm-file1.s: New file.
14885
14886 2014-12-18 Nigel Stephens <nigel@mips.com>
14887 Maciej W. Rozycki <macro@codesourcery.com>
14888
14889 * gdb.base/float.exp: Handle the new output from "info float" on
14890 MIPS targets.
14891
14892 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14893
14894 Fix MinGW compilation.
14895 * gdb.compile/compile-ops.exp: Update untested message if
14896 !skip_compile_feature_tests.
14897 * gdb.compile/compile-setjmp.exp: Likewise.
14898 * gdb.compile/compile-tls.exp: Likewise.
14899 * gdb.compile/compile.exp: Likewise.
14900 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14901 supported on this host".
14902
14903 2014-12-16 Doug Evans <xdje42@gmail.com>
14904
14905 * boards/stabs.exp: New file.
14906
14907 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14908
14909 * gdb.base/completion.exp: Adjust to format changes of "maint
14910 print user-registers".
14911
14912 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14913
14914 PR server/17457
14915 * gdb.arch/aarch64-fp.c: New file.
14916 * gdb.arch/aarch64-fp.exp: New file.
14917
14918 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14919
14920 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14921 r210637, r210913, r211666, r215400, r215817).
14922
14923 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14924 * dg-extract-results.py: New file.
14925 * dg-extract-results.sh: Use it if the environment seems
14926 suitable.
14927
14928 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14929
14930 * dg-extract-results.py (parse_run): Handle warnings that
14931 are printed before a test harness is run.
14932
14933 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14934
14935 * dg-extract-results.py (Named): Remove __cmp__ method.
14936 (output_variation): Use a key to sort variation.harnesses.
14937
14938 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14939
14940 * dg-extract-results.py: For Python 3, force sys.stdout to
14941 handle surrogate escape sequences.
14942 (safe_open): New function.
14943 (output_segment, main): Use it.
14944
14945 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14946
14947 * dg-extract-results.py (Prog.result_re): Include options
14948 in test name.
14949
14950 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14951
14952 * dg-extract-results.py (output_variation): Always sort if
14953 do_sum.
14954
14955 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14956
14957 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14958 as long as we get pagination notifications.
14959
14960 2014-12-15 Jason Merrill <jason@redhat.com>
14961
14962 * Makefile.in (check-gdb.%): Restore.
14963 * README: Mention it.
14964
14965 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14966
14967 * gdb.ada/str_uninit: New testcase.
14968
14969 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 PR symtab/17642
14972 * gdb.base/vla-stub-define.c: New file.
14973 * gdb.base/vla-stub.c: New file.
14974 * gdb.base/vla-stub.exp: New file.
14975
14976 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14977 Jan Kratochvil <jan.kratochvil@redhat.com>
14978 Tom Tromey <tromey@redhat.com>
14979
14980 * configure.ac: Add gdb.compile/.
14981 * configure: Regenerate.
14982 * gdb.compile/Makefile.in: New file.
14983 * gdb.compile/compile-ops.exp: New file.
14984 * gdb.compile/compile-ops.c: New file.
14985 * gdb.compile/compile-tls.c: New file.
14986 * gdb.compile/compile-tls.exp: New file.
14987 * gdb.compile/compile-constvar.S: New file.
14988 * gdb.compile/compile-constvar.c: New file.
14989 * gdb.compile/compile-mod.c: New file.
14990 * gdb.compile/compile-nodebug.c: New file.
14991 * gdb.compile/compile-setjmp-mod.c: New file.
14992 * gdb.compile/compile-setjmp.c: New file.
14993 * gdb.compile/compile-setjmp.exp: New file.
14994 * gdb.compile/compile-shlib.c: New file.
14995 * gdb.compile/compile.c: New file.
14996 * gdb.compile/compile.exp: New file.
14997 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14998
14999 2014-12-12 Tom Tromey <tromey@redhat.com>
15000
15001 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15002 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15003
15004 2014-12-12 Doug Evans <dje@google.com>
15005
15006 * lib/gdb-python.exp (get_python_valueof): New function.
15007 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15008
15009 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15010
15011 * gdb.base/completion.exp: Add test for completion of "info
15012 registers ".
15013
15014 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15015
15016 * gdb.base/func-ptrs.c: New file.
15017 * gdb.base/func-ptrs.exp: New file.
15018
15019 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15020
15021 PR breakpoints/17012
15022 * gdb.base/dprintf-detach.c: New file.
15023 * gdb.base/dprintf-detach.exp: New file.
15024
15025 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15026
15027 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15028 * lib/gdb.exp (target_is_gdbserver): New procedure.
15029
15030 2014-12-08 Doug Evans <dje@google.com>
15031
15032 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15033
15034 2014-12-05 Yao Qi <yao@codesourcery.com>
15035
15036 * gdb.guile/scm-error.exp: Remove the third argument to
15037 gdb_remote_download.
15038 * gdb.guile/scm-frame-args.exp: Likewise.
15039 * gdb.guile/scm-section-script.exp: Likewise.
15040
15041 2014-12-05 Yao Qi <yao@codesourcery.com>
15042
15043 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15044
15045 2014-12-04 Doug Evans <dje@google.com>
15046
15047 * gdb.python/py-objfile.exp: Add tests for
15048 objfile.add_separate_debug_file.
15049
15050 2014-12-04 Doug Evans <dje@google.com>
15051
15052 * lib/gdb.exp (get_build_id): New function.
15053 (build_id_debug_filename_get): Rewrite to use it.
15054 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15055
15056 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15057
15058 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15059 `method(long)', not just 0x0.
15060 * gdb.cp/nsalias.exp: Align code labels to 4.
15061 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15062 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15063 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15064 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15065 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15066 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15067
15068 2014-12-02 Doug Evans <dje@google.com>
15069
15070 PR symtab/17602
15071 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15072 * gdb.cp/anon-ns2.cc: ... here. New file.
15073 * gdb.cp/anon-ns.exp: Update.
15074
15075 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
15076
15077 * gdb.python/py-events.py (inferior_call_handler): New.
15078 (register_changed_handler, memory_changed_handler): New.
15079 (test_events.invoke): Register new handlers.
15080 * gdb.python/py-events.exp: Add tests for inferior call,
15081 memory_changed and register_changed events.
15082
15083 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15084
15085 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15086 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15087 if the linker doesn't understand this.
15088
15089 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15090
15091 * gdb.python/python.exp: Change expected reply to help().
15092
15093 2014-12-01 Yao Qi <yao@codesourcery.com>
15094
15095 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15096 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15097 * configure: Re-generated.
15098
15099 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15100
15101 * gdb.cp/chained-calls.cc: New file.
15102 * gdb.cp/chained-calls.exp: New file.
15103 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15104
15105 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15106
15107 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15108 * gdb.dwarf2/symtab-producer.exp: Same.
15109 * gdb.gdb/python-interrupts.exp: Same.
15110 * gdb.gdb/python-selftest.exp: Same.
15111 * gdb.python/py-linetable.exp: Same.
15112 * gdb.python/py-type.exp: Same.
15113 * gdb.python/py-value-cc.exp: Same.
15114 * gdb.python/py-value.exp: Same.
15115
15116 2014-11-28 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.base/break-probes.exp: Match library name prefixed with
15119 sysroot.
15120
15121 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15122
15123 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15124 test expected output. Add parentheses for the call to print.
15125 Remove L suffix from integers.
15126
15127 2014-11-26 Doug Evans <dje@google.com>
15128
15129 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15130
15131 2014-11-22 Yao Qi <yao@codesourcery.com>
15132
15133 * gdb.trace/entry-values.c: Remove asms.
15134 (foo): Add foo_label.
15135 (bar): Add bar_label.
15136 * gdb.trace/entry-values.exp: Remove code computing foo's
15137 length and bar's length.
15138 (Dwarf::assemble): Invoke function_range for bar and use
15139 MACRO_AT_func for foo.
15140
15141 2014-11-22 Yao Qi <yao@codesourcery.com>
15142
15143 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15144 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15145 Use .Lgcc43_procstart instead of gcc43.
15146
15147 2014-11-21 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/n_arr_bound: New testcase.
15150
15151 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15152
15153 PR breakpoints/10737
15154 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15155 test_catch_syscall_multi_arch.
15156 (test_catch_syscall_multi_arch): New function.
15157
15158 2014-11-20 Doug Evans <xdje42@gmail.com>
15159
15160 * gdb.base/maint.exp: Update expected output.
15161
15162 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15163
15164 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15165 4-byte instruction on S390.
15166
15167 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15168
15169 * gdb.ada/arr_arr: New testcase.
15170
15171 2014-11-19 Joel Brobecker <brobecker@adacore.com>
15172
15173 * gdb.ada/pkd_arr_elem: New Testcase.
15174
15175 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15176
15177 * gdb.reverse/break-precsave: Expect completion message for
15178 core file reads.
15179 * gdb.reverse/consecutive-precsave.exp: Likewise.
15180 * gdb.reverse/finish-precsave.exp: Likewise.
15181 * gdb.reverse/i386-precsave.exp: Likewise.
15182 * gdb.reverse/machinestate-precsave.exp: Likewise.
15183 * gdb.reverse/sigall-precsave.exp: Likewise.
15184 * gdb.reverse/solib-precsave.exp: Likewise.
15185 * gdb.reverse/step-precsave.exp: Likewise.
15186 * gdb.reverse/until-precsave.exp: Likewise.
15187 * gdb.reverse/watch-precsave.exp: Likewise.
15188
15189 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15190
15191 * gdb.base/bp-permanent.c: Include unistd.h.
15192 * gdb.python/py-framefilter-mi.c (main): Add return type.
15193 * gdb.python/py-framefilter.c (main): Likewise.
15194 * gdb.trace/actions-changed.c (main): Likewise.
15195
15196 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15197
15198 * gdb.mi/until.c: Add eye-catchers.
15199 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15200 line numbers.
15201
15202 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15203
15204 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15205 function header variants in break1.c.
15206 * gdb.base/ena-dis-br.exp: Likewise.
15207 * gdb.base/hbreak2.exp: Likewise.
15208 * gdb.reverse/until-precsave.exp: Drop references to removed
15209 non-prototype function header variants in ur1.c.
15210 * gdb.reverse/until-reverse.exp: Likewise.
15211
15212 2014-11-17 Petr Machata <pmachata@redhat.com>
15213
15214 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15215 ${_cu_offset_size} bytes abbrev offset.
15216
15217 2014-11-15 Doug Evans <xdje42@gmail.com>
15218
15219 PR symtab/17559
15220 * gdb.base/line-symtabs.exp: New file.
15221 * gdb.base/line-symtabs.c: New file.
15222 * gdb.base/line-symtabs.h: New file.
15223
15224 2014-11-14 Yao Qi <yao@codesourcery.com>
15225
15226 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15227 (func): Add label func_label.
15228 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15229 Replace low_pc and high_pc with MACRO_AT_range.
15230 Replace name, low_pc and high_pc with MACRO_AT_func.
15231
15232 2014-11-14 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
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: Use Dwarf::assemble to
15240 produce debug information.
15241 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15242
15243 2014-11-14 Yao Qi <yao@codesourcery.com>
15244
15245 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15246 object and get function length.
15247 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15248 with MACRO_AT_func.
15249 (top-level): Replace gdb_compile and clean_restart with
15250 prepare_for_testing.
15251 * gdb.dwarf2/main.c (main): Add label main_label.
15252
15253 2014-11-14 Yao Qi <yao@codesourcery.com>
15254
15255 * lib/dwarf.exp (function_range): New procedure.
15256 (Dwarf::_handle_macro_at_func): New procedure.
15257 (Dwarf::_handle_macro_at_range): New procedure.
15258 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15259
15260 2014-11-14 Yao Qi <yao@codesourcery.com>
15261
15262 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15263 (_handle_attribute): New procedure.
15264
15265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15266
15267 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15268 * gdb.base/call-sc.c (zed): Likewise.
15269 * gdb.base/checkpoint.c (main): Likewise.
15270 * gdb.base/dump.c (main): Likewise.
15271 * gdb.base/gcore.c (main): Likewise.
15272 * gdb.base/huge.c (main): Likewise.
15273 * gdb.base/multi-forks.c (main): Likewise.
15274 * gdb.base/pr10179-a.c (main): Likewise.
15275 * gdb.base/savedregs.c (main): Likewise.
15276 * gdb.base/sigaltstack.c (main): Likewise.
15277 * gdb.base/siginfo.c (main): Likewise.
15278 * gdb.base/structs.c (zed): Likewise.
15279 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15280 * gdb.mi/mi-syn-frame.c (main): Likewise.
15281 * gdb.mi/until.c (foo, main): Likewise.
15282 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15283 * gdb.base/solib-weak.c (foo): Declare.
15284 * gdb.base/attach-twice.c: Include stdio.h.
15285 * gdb.base/weaklib1.c: Likewise.
15286 * gdb.base/weaklib2.c: Likewise.
15287 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15288 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15289 unistd.h.
15290 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15291 * gdb.mi/mi-exit-code.c: Likewise.
15292 * gdb.base/break-interp-lib.c: Include string.h.
15293 * gdb.base/coremaker.c: Likewise.
15294 * gdb.base/testenv.c: Likewise.
15295 * gdb.python/py-finish-breakpoint.c: Likewise.
15296 * gdb.base/inferior-died.c: Include sys/wait.h.
15297 * gdb.base/fileio.c: Include time.h.
15298 * gdb.base/async-shell.c: Include unistd.h.
15299 * gdb.base/dprintf-non-stop.c: Likewise.
15300 * gdb.base/info-os.c: Likewise.
15301 * gdb.mi/mi-console.c: Likewise.
15302 * gdb.mi/watch-nonstop.c: Likewise.
15303 * gdb.python/py-events.c: Likewise.
15304 * gdb.base/async.c (baz): Move up before its invocation.
15305 * gdb.base/code_elim2.c (my_global_func): Likewise.
15306 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15307 * gdb.base/advance.c (func2): Likewise.
15308
15309 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15310
15311 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15312 variant.
15313 * gdb.base/annota3.c: Likewise.
15314 * gdb.base/async.c: Likewise.
15315 * gdb.base/average.c: Likewise.
15316 * gdb.base/call-ar-st.c: Likewise.
15317 * gdb.base/call-rt-st.c: Likewise.
15318 * gdb.base/call-sc.c: Likewise.
15319 * gdb.base/call-strs.c: Likewise.
15320 * gdb.base/ending-run.c: Likewise.
15321 * gdb.base/execd-prog.c: Likewise.
15322 * gdb.base/exprs.c: Likewise.
15323 * gdb.base/foll-exec.c: Likewise.
15324 * gdb.base/foll-fork.c: Likewise.
15325 * gdb.base/foll-vfork.c: Likewise.
15326 * gdb.base/funcargs.c: Likewise.
15327 * gdb.base/gcore.c: Likewise.
15328 * gdb.base/jump.c: Likewise.
15329 * gdb.base/langs0.c: Likewise.
15330 * gdb.base/langs1.c: Likewise.
15331 * gdb.base/langs2.c: Likewise.
15332 * gdb.base/mips_pro.c: Likewise.
15333 * gdb.base/nodebug.c: Likewise.
15334 * gdb.base/opaque0.c: Likewise.
15335 * gdb.base/opaque1.c: Likewise.
15336 * gdb.base/recurse.c: Likewise.
15337 * gdb.base/run.c: Likewise.
15338 * gdb.base/scope0.c: Likewise.
15339 * gdb.base/scope1.c: Likewise.
15340 * gdb.base/setshow.c: Likewise.
15341 * gdb.base/setvar.c: Likewise.
15342 * gdb.base/shmain.c: Likewise.
15343 * gdb.base/shr1.c: Likewise.
15344 * gdb.base/shr2.c: Likewise.
15345 * gdb.base/sigall.c: Likewise.
15346 * gdb.base/signals.c: Likewise.
15347 * gdb.base/so-indr-cl.c: Likewise.
15348 * gdb.base/solib2.c: Likewise.
15349 * gdb.base/structs.c: Likewise.
15350 * gdb.base/sum.c: Likewise.
15351 * gdb.base/vforked-prog.c: Likewise.
15352 * gdb.base/watchpoint.c: Likewise.
15353 * gdb.reverse/shr2.c: Likewise.
15354 * gdb.reverse/until-reverse.c: Likewise.
15355 * gdb.reverse/ur1.c: Likewise.
15356 * gdb.reverse/watch-reverse.c: Likewise.
15357
15358 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15359
15360 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15361 variant.
15362 * gdb.base/sepdebug.exp: Drop references to removed code.
15363
15364 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15367 variant. Preserve original line numbering.
15368 * gdb.base/list1.c: Likewise.
15369
15370 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15371
15372 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15373 variant.
15374 * gdb.base/break1.c: Likewise.
15375 * gdb.base/break.exp: Drop references to removed code.
15376
15377 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15378
15379 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15380 variant.
15381
15382 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15383
15384 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15385
15386 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15387
15388 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15389 logic into perform_all_tests() and invoke it with and without
15390 function header prototypes.
15391 (do_function_calls): Remove conditional XFAIL for PR 5318.
15392 (rerun_and_prepare): Remove duplicate code.
15393 (perform_all_tests): New. Main logic moved here.
15394
15395 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15396
15397 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15398 code guarded by #ifdef NO_PROTOTYPES.
15399 (t_double_many_args): Likewise.
15400 (DEF_FUNC_MANY_ARGS_1): Likewise.
15401 (DEF_FUNC_VALUES_1): Likewise.
15402 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15403 guarded by #ifdef PROTOTYPES.
15404
15405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15406
15407 * gdb.mi/mi-console.c: Add eye-catcher.
15408 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15409 instead of literal line number.
15410
15411 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15412
15413 * gdb.base/shr2.c: Add eye-catcher.
15414 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15415 line number.
15416
15417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15418
15419 * gdb.base/jump.c: Add eye-catchers.
15420 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15421 numbers.
15422
15423 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15424
15425 * gdb.base/execd-prog.c: Add eye-catchers.
15426 * gdb.base/foll-exec.c: Likewise.
15427 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15428 line numbers.
15429
15430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15431
15432 * gdb.base/ending-run.c: Add eye-catchers.
15433 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15434 literal line numbers.
15435
15436 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15437
15438 * gdb.base/call-rt-st.c: Add eye-catchers.
15439 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15440 literal line numbers.
15441
15442 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15443
15444 * gdb.base/call-ar-st.c: Add eye-catchers.
15445 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15446 literal line numbers.
15447
15448 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15449
15450 * gdb.base/average.c: Add eye-catchers.
15451 * gdb.base/sum.c: Likewise.
15452 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15453 regexps dynamically.
15454
15455 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.base/solib1.c: Add eye-catchers.
15458 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15459 literal line numbers.
15460
15461 2014-11-12 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15464 leader has exited.
15465
15466 2014-11-12 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.arch/i386-bp_permanent.c: New file.
15469 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15470 (srcfile): Set to i386-bp_permanent.c.
15471 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15472 that stepi does not execute the 'leave' instruction, instead of
15473 testing it does execute.
15474 * gdb.base/bp-permanent.c: New file.
15475 * gdb.base/bp-permanent.exp: New file.
15476
15477 2014-11-10 Doug Evans <xdje42@gmail.com>
15478
15479 PR symtab/17564
15480 * gdb.base/symtab-search-order.exp: New file.
15481 * gdb.base/symtab-search-order.c: New file.
15482 * gdb.base/symtab-search-order-1.c: New file.
15483 * gdb.base/symtab-search-order-shlib-1.c: New file.
15484
15485 2014-11-07 Pedro Alves <palves@redhat.com>
15486
15487 PR gdb/17511
15488 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15489 i?86-*-linux*.
15490
15491 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15492
15493 PR c++/17494
15494 * gdb.cp/pr17494.cc: New file.
15495 * gdb.cp/pr17494.exp: New file.
15496
15497 2014-11-02 Yao Qi <yao@codesourcery.com>
15498
15499 * gdb.python/python.exp: Get working directory and match the
15500 output of "set extended-prompt \\w " with it.
15501
15502 2014-10-30 Doug Evans <dje@google.com>
15503
15504 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15505 in objfiles.
15506 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15507 in progspaces.
15508
15509 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15510
15511 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15512 * gdb.base/realname-expand.exp: Likewise.
15513 * gdb.linespec/macro-relative.exp: Likewise.
15514
15515 2014-10-29 Pedro Alves <palves@redhat.com>
15516
15517 PR gdb/17408
15518 * gdb.threads/schedlock.c (some_function): New function.
15519 (call_function): New global.
15520 (MAYBE_CALL_SOME_FUNCTION): New macro.
15521 (thread_function): Call it.
15522 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15523 and use it instead of a global counter. Adjust all callers.
15524 (get_current_thread): Use "find current thread" for test message
15525 here rather than having all callers pass down the same string.
15526 (goto_loop): New procedure, factored out from ...
15527 (my_continue): ... this.
15528 (step_ten_loops): Change parameter from test message to command to
15529 use. Adjust.
15530 (list_count): Delete global.
15531 (check_result): New procedure, factored out from duplicate top
15532 level code.
15533 (continue tests): Wrap in with_test_prefix.
15534 (test_step): New procedure, factored out from duplicate top level
15535 code.
15536 (top level): Test "step" in combination with all scheduler-locking
15537 modes. Test "next" in combination with all scheduler-locking
15538 modes, and in combination with stepping over a function call or
15539 not.
15540 * gdb.threads/next-bp-other-thread.c: New file.
15541 * gdb.threads/next-bp-other-thread.exp: New file.
15542
15543 2014-10-29 Pedro Alves <palves@redhat.com>
15544
15545 PR python/17372
15546 * gdb.python/python.exp: Test a multi-line command that spawns
15547 interactive Python.
15548 * gdb.base/multi-line-starts-subshell.exp: New file.
15549
15550 2014-10-29 Yao Qi <yao@codesourcery.com>
15551
15552 * gdb.base/fileio.exp: Make directories on host.
15553
15554 2014-10-29 Yao Qi <yao@codesourcery.com>
15555
15556 * gdb.base/fileio.c (test_write): Close the file.
15557
15558 2014-10-28 Pedro Alves <palves@redhat.com>
15559
15560 PR gdb/12623
15561 * gdb.base/sigstep.c (no_handler): New global.
15562 (main): If 'no_handler is true, set the signal handlers to
15563 SIG_IGN.
15564 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15565 with_sw_watch and no_handler parameters. Handle them.
15566 (top level) <stepping over handler when stopped at a breakpoint
15567 test>: Add a test axis for testing with a software watchpoint, and
15568 another for testing with the signal handler set to SIG_IGN.
15569 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15570 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15571
15572 2014-10-28 Pedro Alves <palves@redhat.com>
15573
15574 PR gdb/17511
15575 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15576 * gdb.base/sigstep.exp (other_handler_location): New global.
15577 (advance): Support stepping into the signal handler, and running
15578 commands while in the handler.
15579 (in_handler_map): New global.
15580 (top level): In the advance test, add combinations for getting
15581 into the handler with stepping commands, and for running commands
15582 in the handler. Add comment descripting the advancei tests.
15583
15584 2014-10-28 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/sigstep.exp: Use build_executable instead of
15587 prepare_for_testing.
15588 (top level): Move code that starts GDB, runs to main and creates a
15589 display to ...
15590 (restart): ... this new procedure.
15591 (top level): Move backtrace from signal handler test to ...
15592 (validate_backtrace): ... this new procedure.
15593 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15594 with_test_prefix. Always restart GDB.
15595 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15596 with_test_prefix. Always restart GDB. No need to delete
15597 breakpoints after the test.
15598 (test_skip_handler): Remove prefix parameter.
15599 (skip_over_handler, breakpoint_to_handler)
15600 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15601 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15602 restart GDB. No need to delete breakpoints after the test.
15603 (top level): Use foreach to call the test procedures with
15604 different commands.
15605
15606 2014-10-28 Pedro Alves <palves@redhat.com>
15607
15608 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15609 instead of GNATS numbers.
15610 * gdb.base/sigbpt.exp: Likewise.
15611 * gdb.base/siginfo.exp: Likewise.
15612 * gdb.base/sigstep.exp: Likewise.
15613
15614 2014-10-27 Pedro Alves <palves@redhat.com>
15615
15616 * gdb.base/sigstep.c (dummy): New global.
15617 (main): Issue a couple writes to the new global.
15618 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15619 procedures.
15620 (skip_over_handler): Use test_skip_handler.
15621 (top level): Call skip_over_handler for stepi and nexti too.
15622 (breakpoint_over_handler): Use test_skip_handler.
15623 (top level): Call breakpoint_over_handler for stepi and nexti too.
15624
15625 2014-10-27 Yao Qi <yao@codesourcery.com>
15626
15627 * gdb.trace/tfile.c (adjust_function_address)
15628 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15629 function descriptor.
15630
15631 2014-10-24 Don Breazeal <donb@codesourcery.com>
15632
15633 * gdb.base/foll-fork.exp (test_follow_fork,
15634 catch_fork_child_follow): Check for updated fork messages emitted
15635 from infrun.c.
15636 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15637 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15638 vfork_and_exec_child_follow_through_step): Check for updated vfork
15639 messages emitted from infrun.c.
15640
15641 2014-10-24 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/corefile.exp: Remove references to ultrix.
15644 * gdb.base/interrupt.exp: Likewise.
15645 * gdb.base/whatis.exp: Likewise.
15646 * gdb.gdb/selftest.exp: Likewise.
15647 * gdb.threads/manythreads.exp: Likewise.
15648 * gdb.threads/print-threads.exp: Likewise.
15649 * gdb.threads/pthreads.exp:: Likewise.
15650 * gdb.threads/schedlock.exp: Likewise.
15651
15652 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15653
15654 * gdb.cp/non-trivial-retval.cc: Add a test case.
15655 * gdb.cp/non-trivial-retval.exp: Add a test.
15656
15657 2014-10-20 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15660 * gdb.python/py-objfile-script-gdb.py: New file.
15661 * gdb.python/py-objfile-script.exp: Update reference to
15662 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15663 of remote_download. Remove the dest file.
15664
15665 2014-10-20 Yao Qi <yao@codesourcery.com>
15666
15667 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15668 * gdb.base/step-line.exp: Likewise.
15669 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15670 * gdb.dwarf2/dw2-basic.exp: Likewise.
15671 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15672 * gdb.dwarf2/dw2-filename.exp: Likewise.
15673 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15674 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15675 * gdb.dwarf2/dw2-producer.exp: Likewise.
15676 * gdb.dwarf2/mac-fileno.exp: Likewise.
15677 * gdb.python/py-frame-args.exp: Likewise.
15678 * gdb.python/py-framefilter.exp: Likewise.
15679 * gdb.python/py-mi.exp: Likewise.
15680 * gdb.python/py-objfile-script.exp: Likewise
15681 * gdb.python/py-pp-integral.exp: Likewise.
15682 * gdb.python/py-pp-re-notag.exp: Likewise.
15683 * gdb.python/py-prettyprint.exp: Likewise.
15684 * gdb.python/py-section-script.exp: Likewise.
15685 * gdb.python/py-typeprint.exp: Likewise.
15686 * gdb.python/py-xmethods.exp: Likewise.
15687 * gdb.stabs/weird.exp: Likewise.
15688 * gdb.xml/tdesc-regs.exp: Likewise.
15689
15690 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15691
15692 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15693 (out_cu): Use addr_len for the size of addresses.
15694 (out_line): Likewise. Size DW_LNE_set_address instruction
15695 according to addr_len.
15696 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15697 (FUNC): Add START_INSNS to definition.
15698
15699 2014-10-18 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15702 gdb_has_argv0 return true.
15703 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15704 check [target_info exists noargs], check [gdb_has_argv0]
15705 instead.
15706 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15707 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15708 procedures.
15709
15710 2014-10-17 Doug Evans <dje@google.com>
15711
15712 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15713 event.
15714 * gdb.python/py-events.py: Add clear_objfiles event.
15715
15716 2014-10-17 Doug Evans <dje@google.com>
15717
15718 * gdb.python/py-objfile.exp: Test progspace attribute.
15719
15720 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15721
15722 * gdb.guile/scm-breakpoint.exp: Do not assume any
15723 directory separators when matching source file paths.
15724 * gdb.python/py-breakpoint.exp: Likewise.
15725 * gdb.reverse/break-precsave.exp: Likewise.
15726 * gdb.reverse/break-reverse.exp: Likewise.
15727 * gdb.reverse/consecutive-precsave.exp: Likewise.
15728 * gdb.reverse/finish-precsave.exp: Likewise.
15729 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15730 * gdb.reverse/finish-reverse.exp: Likewise.
15731 * gdb.reverse/i386-precsave.exp: Likewise.
15732 * gdb.reverse/i387-env-reverse.exp: Likewise.
15733 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15734 * gdb.reverse/machinestate-precsave.exp: Likewise.
15735 * gdb.reverse/machinestate.exp: Likewise.
15736 * gdb.reverse/sigall-precsave.exp: Likewise.
15737 * gdb.reverse/solib-precsave.exp: Likewise.
15738 * gdb.reverse/step-precsave.exp: Likewise.
15739 * gdb.reverse/until-precsave.exp: Likewise.
15740 * gdb.reverse/watch-precsave.exp: Likewise.
15741 * gdb.reverse/watch-reverse.exp: Likewise.
15742
15743 2014-10-17 Yao Qi <yao@codesourcery.com>
15744
15745 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15746 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15747
15748 2014-10-17 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/17471
15751 * gdb.base/bg-execution-repeat.c: New file.
15752 * gdb.base/bg-execution-repeat.exp: New file.
15753
15754 2014-10-17 Pedro Alves <palves@redhat.com>
15755
15756 PR gdb/17300
15757 * gdb.base/continue-all-already-running.c: New file.
15758 * gdb.base/continue-all-already-running.exp: New file.
15759
15760 2014-10-17 Pedro Alves <palves@redhat.com>
15761
15762 PR gdb/17472
15763 * gdb.base/annota-input-while-running.c: New file.
15764 * gdb.base/annota-input-while-running.exp: New file.
15765
15766 2014-10-17 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.base/callfuncs.exp: emove references to osf.
15769 * gdb.base/sigall.exp: Likewise.
15770 * gdb.gdb/selftest.exp: Likewise.
15771 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15772 * gdb.mi/non-stop.c: Likewise.
15773 * gdb.mi/pthreads.c: Likewise.
15774 * gdb.reverse/sigall-precsave.exp: Likewise.
15775 * gdb.reverse/sigall-reverse.exp: Likewise.
15776 * gdb.threads/pthreads.c: Likewise.
15777 * gdb.threads/pthreads.exp: Likewise.
15778
15779 2014-10-17 Yao Qi <yao@codesourcery.com>
15780
15781 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15782 check 'target_info exists noargs'.
15783 (test_command_prompt_position): Likewise.
15784 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15785 Remove "set args".
15786 (progvar_simple_while_test): Likewise.
15787 (progvar_complex_if_while_test): Likewise.
15788 (if_while_breakpoint_command_test): Likewise.
15789 (infrun_breakpoint_command_test): Likewise.
15790 (breakpoint_command_test): Likewise.
15791 (watchpoint_command_test): Likewise.
15792 (bp_deleted_in_command_test): Likewise.
15793 (temporary_breakpoint_commands): Likewise.
15794
15795 2014-10-16 Yao Qi <yao@codesourcery.com>
15796
15797 * gdb.base/remotetimeout.exp: Remove noargs checking.
15798
15799 2014-10-15 Pedro Alves <palves@redhat.com>
15800
15801 PR breakpoints/9649
15802 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15803 * gdb.base/breakpoint-in-ro-region.exp
15804 (probe_target_hardware_step): New procedure.
15805 (top level): Probe hardware stepping and hardware breakpoint
15806 support. Test stepping through a read-only region, with both
15807 "breakpoint auto-hw" on and off and both "always-inserted" on and
15808 off.
15809
15810 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15811
15812 * gdb.dlang/demangle.exp: Update for demangling changes.
15813
15814 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15815
15816 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15817 * gdb.cp/non-trivial-retval.exp: Add new tests.
15818
15819 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15820
15821 PR c++/13403
15822 PR c++/15154
15823 * gdb.cp/non-trivial-retval.cc: New file.
15824 * gdb.cp/non-trivial-retval.exp: New file.
15825
15826 2014-10-15 Yao Qi <yao@codesourcery.com>
15827
15828 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15829 remote host.
15830
15831 2014-10-15 Yao Qi <yao@codesourcery.com>
15832
15833 * gdb.python/py-symbol.exp: Match file base name if host is
15834 remote, otherwise match file name with dir name.
15835 * gdb.python/py-symtab.exp: Likewise.
15836 * gdb.python/python.exp: Likewise.
15837
15838 2014-10-15 Yao Qi <yao@codesourcery.com>
15839
15840 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15841 pattern.
15842 * gdb.python/py-symtab.exp: Likewise.
15843 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15844 locationn.
15845
15846 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15847
15848 * gdb.ada/addr_arith: New testcase.
15849
15850 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15851
15852 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15853 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15854 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15855 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15856
15857 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15858
15859 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15860 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15861 * gdb.arch/stap-eval-lang-ada.exp: New file.
15862
15863 2014-10-14 Yao Qi <yao@codesourcery.com>
15864
15865 * gdb.mi/mi-var-child.c (nothing1): New function.
15866 (nothing2): New function.
15867 (do_children_tests): Set function pointers by nothing1 and
15868 nothing2.
15869 * gdb.mi/mi-var-child.exp: Step over new added statements.
15870 Update test to match the new output.
15871 * gdb.mi/var-cmd.c (nothing1): New function.
15872 (nothing2): New function.
15873 (do_children_tests): Set function pointers by nothing1 and
15874 nothing2.
15875 * gdb.mi/mi-var-display.exp: Update test to match output.
15876 Step to the line specified by $line_dct_nothing.
15877 Increase the number of lines to step.
15878
15879 2014-10-14 Yao Qi <yao@codesourcery.com>
15880
15881 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15882 tests.
15883 * gdb.mi/mi2-var-child.exp: Likewise.
15884
15885 2014-10-13 Doug Evans <dje@google.com>
15886
15887 * gdb.python/py-objfile.exp: Change name of file name test.
15888
15889 2014-10-13 Doug Evans <dje@google.com>
15890
15891 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15892 from the start of the CU.
15893
15894 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15895 Yao Qi <yao@codesourcery.com>
15896
15897 Fix "save breakpoints" for "catch" command.
15898 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15899 Remove -nonewline. Match also the added "main" line.
15900
15901 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15902
15903 Fix "save breakpoints" for "disable $bpnum" command.
15904 * gdb.base/save-bp.c (main): Add label.
15905 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15906
15907 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15908
15909 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15910
15911 2014-10-11 Yao Qi <yao@codesourcery.com>
15912
15913 * gdb.server/server-kill.exp: Execute command
15914 "set remote trace-status-packet on" before "tstatus".
15915
15916 2014-10-11 Yao Qi <yao@codesourcery.com>
15917
15918 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15919 (main): Call getppid.
15920 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15921 and continue to it. Read variable "server_pid".
15922
15923 2014-10-11 Yao Qi <yao@codesourcery.com>
15924
15925 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15926
15927 2014-10-11 Yao Qi <yao@codesourcery.com>
15928
15929 * gdb.threads/thread-find.exp: Don't execute command
15930 "info threads".
15931 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15932 * gdb.threads/linux-dp.exp: Don't check the condition
15933 $threads_created equals to zero.
15934
15935 2014-10-10 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.base/bigcore.exp: Remove references to IRIX.
15938 * gdb.base/funcargs.exp: Likewise.
15939 * gdb.base/interrupt.exp: Likewise.
15940 * gdb.base/mips_pro.exp: Likewise.
15941 * gdb.base/nodebug.exp: Likewise.
15942 * gdb.base/setvar.exp: Likewise.
15943 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15944
15945 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15946 Pedro Alves <palves@redhat.com>
15947
15948 PR symtab/14466
15949 * gdb.base/vdso-warning.c: New file.
15950 * gdb.base/vdso-warning.exp: New file.
15951
15952 2014-10-02 Doug Evans <dje@google.com>
15953
15954 * gdb.base/structs.c (main): Don't run forever.
15955
15956 2014-10-02 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15959 (top level) <stop threads 1, stop threads 2>: Use it.
15960
15961 2014-10-02 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.threads/break-while-running.exp (test): Add new
15964 'update_thread_list' argument. Skip "info threads" if false.
15965 (top level): Add new 'update_thread_list' axis.
15966
15967 2014-10-02 Pedro Alves <palves@redhat.com>
15968
15969 PR breakpoints/17431
15970 * gdb.base/execl-update-breakpoints.c: New file.
15971 * gdb.base/execl-update-breakpoints.exp: New file.
15972
15973 2014-10-01 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.base/breakpoint-in-ro-region.c: New file.
15976 * gdb.base/breakpoint-in-ro-region.exp: New file.
15977
15978 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15979
15980 * gdb.mi/mi-exit-code.exp: New file.
15981 * gdb.mi/mi-exit-code.c: New file.
15982
15983 2014-09-30 Yao Qi <yao@codesourcery.com>
15984
15985 * lib/prelink-support.exp (build_executable_own_libs): Error if
15986 the target isn't native.
15987
15988 2014-09-30 Yao Qi <yao@codesourcery.com>
15989
15990 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15991 false.
15992
15993 2014-09-22 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.threads/break-while-running.exp: New file.
15996 * gdb.threads/break-while-running.c: New file.
15997
15998 2014-09-19 Yao Qi <yao@codesourcery.com>
15999
16000 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16001 Invoke test. Restart GDB with --readnow and invoke test again.
16002
16003 2014-09-19 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16006 proc set_breakpoint_on_gcd_function. Invoke
16007 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16008 invoke set_breakpoint_on_gcd_function again.
16009
16010 2014-09-18 Doug Evans <dje@google.com>
16011
16012 * gdb.dwarf2/symtab-producer.exp: New file.
16013
16014 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16015
16016 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16017 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16018 * gdb.base/global-var-nested-by-dso.c: Likewise.
16019 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16020
16021 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16022 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/watch-bitfields.exp: Pass string other than test file
16025 name to prepare_for_testing.
16026 (watch): New procedure.
16027 (expect_watchpoint): Use with_test_prefix.
16028 (top level): Factor out tests to ...
16029 (test_watch_location, test_regular_watch): ... these new
16030 procedures, and use with_test_prefix and gdb_continue_to_end.
16031
16032 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16033
16034 PR breakpoints/12526
16035 * gdb.base/watch-bitfields.exp: New file.
16036 * gdb.base/watch-bitfields.c: New file.
16037
16038 2014-09-16 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16041 software and hardware addresses, not software address against
16042 itself.
16043
16044 2014-09-16 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16047 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16048
16049 2014-09-16 Pedro Alves <palves@redhat.com>
16050
16051 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16052 files.
16053 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16054 "*-*-vxworks*" throughout.
16055 * gdb.base/break.exp: Likewise.
16056 * gdb.base/default.exp: Likewise.
16057 * gdb.base/scope.exp: Likewise.
16058 * gdb.base/sepdebug.exp: Likewise.
16059 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16060 throughout.
16061 * gdb.base/run.c: Likewise.
16062 * gdb.base/sepdebug.c: Likewise.
16063 * gdb.hp/gdb.aCC/run.c: Likewise.
16064 * gdb.reverse/until-reverse.c: Likewise.
16065 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16066
16067 2014-09-16 Yao Qi <yao@codesourcery.com>
16068
16069 * boards/local-remote-host-native.exp: New file.
16070
16071 2014-09-14 Doug Evans <xdje42@gmail.com>
16072
16073 * gdb.threads/queue-signal.c (thread_count): New variable.
16074 (thread_count_mutex, thread_count_condvar): New variables.
16075 (incr_thread_count, wait_all_threads_running): New functions.
16076 (main): Wait for all threads to be in their thread functions.
16077
16078 2014-09-13 Doug Evans <xdje42@gmail.com>
16079
16080 * gdb.threads/queue-signal.c: New file.
16081 * gdb.threads/queue-signal.exp: New file.
16082
16083 2014-09-13 Doug Evans <xdje42@gmail.com>
16084
16085 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16086 be consistent with what default_gdb_init uses.
16087 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16088 the plain text of the prompt. Add some logging printfs.
16089 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16090
16091 2014-09-12 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16094 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16095 * gdb.arch/i386-size-overlap.exp: Likewise.
16096 * gdb.arch/i386-size.exp: Likewise.
16097 * gdb.arch/i386-unwind.exp: Likewise.
16098 * gdb.base/a2-run.exp: Likewise.
16099 * gdb.base/break.exp: Likewise.
16100 * gdb.base/charset.exp: Likewise.
16101 * gdb.base/chng-syms.exp: Likewise.
16102 * gdb.base/commands.exp: Likewise.
16103 * gdb.base/dbx.exp: Likewise.
16104 * gdb.base/find.exp: Likewise.
16105 * gdb.base/funcargs.exp: Likewise.
16106 * gdb.base/jit-simple.exp: Likewise.
16107 * gdb.base/reread.exp: Likewise.
16108 * gdb.base/sepdebug.exp: Likewise.
16109 * gdb.base/step-bt.exp: Likewise.
16110 * gdb.cp/mb-inline.exp: Likewise.
16111 * gdb.cp/mb-templates.exp: Likewise.
16112 * gdb.objc/basicclass.exp: Likewise.
16113 * gdb.threads/killed.exp: Likewise.
16114
16115 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16116
16117 PR tdep/17379
16118 * gdb.arch/powerpc-stackless.S: New file.
16119 * gdb.arch/powerpc-stackless.exp: New file.
16120
16121 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 * gdb.base/attach.c: Include unistd.h.
16124 (main): Call alarm. Add label postloop.
16125 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16126 gdb_breakpoint, gdb_continue_to_breakpoint.
16127 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16128
16129 2014-09-11 Pedro Alves <palves@redhat.com>
16130
16131 PR gdb/17347
16132 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16133 * gdb.base/attach.exp (test_command_line_attach_run): New
16134 procedure.
16135 (top level): Call it.
16136
16137 2014-09-11 Pedro Alves <palves@redhat.com>
16138
16139 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16140 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16141 (do_command_attach_tests): Use spawn_wait_for_attach.
16142 * gdb.base/solib-overlap.exp: Likewise.
16143 * gdb.multi/multi-attach.exp: Likewise.
16144 * gdb.python/py-prompt.exp: Likewise.
16145 * gdb.python/py-sync-interp.exp: Likewise.
16146 * gdb.server/ext-attach.exp: Likewise.
16147
16148 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16149
16150 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16151 command in testcase. Simplify testcase.
16152
16153 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16156
16157 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16158
16159 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16160
16161 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16162
16163 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16164
16165 2014-09-10 Joel Brobecker <brobecker@adacore.com>
16166
16167 * gdb.dwarf2/dynarr-ptr.c: New file.
16168 * gdb.dwarf2/dynarr-ptr.exp: New file.
16169
16170 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16171
16172 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16173 of 30 rather than hardcoding 120 for a slow test case. Take the
16174 `gdb,timeout' target setting into account for this calculation.
16175 Don't extend the timeout for the test cases that don't need it.
16176
16177 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16178
16179 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16180 a factor of 2 for a slow test case. Take the `gdb,timeout'
16181 target setting into account for this calculation.
16182 * gdb.reverse/until-precsave.exp: Increase the timeout by
16183 a factor of 15 and 3 respectively rather than adding 120
16184 for a pair of slow test cases. Take the `gdb,timeout'
16185 target setting into account for this calculation.
16186
16187 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16188
16189 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16190 timeout, don't pass one down to gdb_expect.
16191 (gdb_expect): Rework timeout selection.
16192
16193 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16194
16195 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16196 exception on timeout.
16197 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16198 (gdbserver_start_extended): Catch any `gdbserver_start' error
16199 exceptions.
16200 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16201 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16202 `gdbserver_gdb_load' error exceptions.
16203
16204 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16205
16206 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16207 120 on waiting for the TCP socket to open.
16208
16209 2014-09-09 Doug Evans <xdje42@gmail.com>
16210
16211 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16212 _caller_matches, _any_caller_is, _any_caller_matches.
16213
16214 2014-09-09 Doug Evans <xdje42@gmail.com>
16215
16216 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16217
16218 2014-09-09 Yao Qi <yao@codesourcery.com>
16219
16220 * gdb.mi/mi-var-display.exp: Set print symbol off.
16221
16222 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16223
16224 PR gdb/17035
16225 * gdb.base/commands.exp: Add tests to verify user-defined
16226 commands with empty bodies.
16227 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16228 python commands in `show user command`.
16229 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16230 scheme commands in `show user command`.
16231
16232 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 PR python/17355
16235 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16236 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16237 * gdb.python/py-framefilter-invalidarg.exp: New file.
16238 * gdb.python/py-framefilter-invalidarg.py: New file.
16239
16240 2014-09-06 Doug Evans <xdje42@gmail.com>
16241
16242 PR 15276
16243 * gdb.python/py-caller-is.c: New file.
16244 * gdb.python/py-caller-is.exp: New file.
16245
16246 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16247
16248 PR gdb/17235
16249 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16250 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16251
16252 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16253
16254 PR fortran/17237
16255 * gdb.fortran/print-formatted.exp: New file.
16256 * gdb.fortran/print-formatted.f90: Likewise.
16257
16258 2014-09-03 Sasha Smundak <asmundak@google.com>
16259
16260 * gdb.python/py-frame.exp: Test Frame.read_register.
16261
16262 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16263
16264 PR python/16699
16265 * gdb.python/py-completion.exp: New file.
16266 * gdb.python/py-completion.py: Likewise.
16267
16268 2014-08-28 Doug Evans <dje@google.com>
16269
16270 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16271 eax,etc. are live with values set by gdb and thus the compiler can't
16272 use them.
16273 * gdb.arch/i386-pseudo.c (main): Ditto.
16274
16275 2014-08-27 Doug Evans <dje@google.com>
16276
16277 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16278
16279 2014-08-25 Doug Evans <dje@google.com>
16280
16281 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16282 (main): Ditto.
16283
16284 2014-08-25 Doug Evans <dje@google.com>
16285
16286 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16287
16288 2014-08-24 Yao Qi <yao@codesourcery.com>
16289
16290 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16291 symbol off.
16292 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16293
16294 2014-08-22 Doug Evans <dje@google.com>
16295
16296 PR 17276
16297 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16298 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16299 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16300
16301 2014-08-22 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16304 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16305 * gdb.python/python.exp: Likewise. Use .py file on the host
16306 instead of the build.
16307
16308 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16309
16310 * gdb.threads/gcore-stale-thread.c: New file.
16311 * gdb.threads/gcore-stale-thread.exp: New file.
16312
16313 2014-08-21 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16316 * gdb.base/gcore-relro-pie.exp: Likewise.
16317 * gdb.base/gcore-relro.exp: Likewise.
16318 * gdb.base/gcore.exp: Likewise.
16319 * gdb.base/print-symbol-loading.exp: Likewise.
16320 * gdb.threads/gcore-thread.exp: Likewise.
16321 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16322
16323 2014-08-20 Pedro Alves <palves@redhat.com>
16324 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16327 configure.
16328 (EXPECT): Handle READ1 being set.
16329 (all): Depend on EXTRA_RULES.
16330 (check-read1, expect-read1, read1.so, read1): New rules.
16331 * README (Testsuite Parameters): Document the READ1 make variable.
16332 (Race detection): New section.
16333 * configure: Regenerate.
16334 * configure.ac: If build==host==target, and running under a
16335 GNU/glibc system, add read1 to the extra Makefile rules.
16336 (EXTRA_RULES): AC_SUBST it.
16337 * lib/read1.c: New file.
16338
16339 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16340
16341 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16342 the handling of variables declared as a typedef to an array
16343 which a DW_AT_data_location attribute.
16344
16345 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16346 Pedro Alves <palves@redhat.com>
16347
16348 PR symtab/14604
16349 PR symtab/14605
16350 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16351 gdb_test.
16352
16353 2014-08-19 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16356
16357 2014-08-19 Yao Qi <yao@codesourcery.com>
16358
16359 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16360 right line.
16361
16362 2014-08-18 David Blaikie <dblaikie@gmail.com>
16363
16364 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16365
16366 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16367
16368 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16369 attribute in array range.
16370
16371 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16372
16373 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16374
16375 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16376
16377 PR c++/17132
16378 * gdb.cp/pr17132.cc: New file.
16379 * gdb.cp/pr17132.exp: New file.
16380
16381 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16382
16383 * gdb.python/py-xmethods.py (A_getarrayind)
16384 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16385 Use 'print' with function call syntax.
16386 (E_method_matcher.match): Fix tab vs space indentation mixup.
16387
16388 2014-08-15 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16391 false.
16392
16393 2014-08-15 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.cp/casts.exp: Set print symbol off.
16396 * gdb.cp/class2.exp: Likewise.
16397 * gdb.cp/overload.exp: Likewise.
16398 * gdb.cp/templates.exp: Likewise.
16399
16400 2014-08-11 Doug Evans <dje@google.com>
16401
16402 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16403 (test_load_shlib): Update.
16404
16405 2014-08-09 Yao Qi <yao@codesourcery.com>
16406
16407 * gdb.base/display.exp: Invoke is_address_zero_readable.
16408 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16409 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16410 * gdb.base/hbreak-unmapped.exp: Return if
16411 is_address_zero_readable returns true.
16412 * gdb.base/signest.exp: Likewise.
16413 * gdb.base/signull.exp: Likewise.
16414 * gdb.base/sigbpt.exp: Likewise.
16415 * gdb.guile/scm-disasm.exp: Do the test if
16416 is_address_zero_readable returns false.
16417 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16418 * gdb.python/py-arch.exp: Likewise.
16419 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16420 * lib/gdb.exp (is_address_zero_readable): New proc.
16421
16422 2014-08-09 Yao Qi <yao@codesourcery.com>
16423
16424 PR testsuite/13443
16425 * gdb.mi/mi-var-display.exp: Make test messages unique.
16426
16427 2014-08-04 Tom Tromey <tromey@redhat.com>
16428
16429 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16430 target 0".
16431
16432 2014-08-04 Tom Tromey <tromey@redhat.com>
16433
16434 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16435 "target_resume".
16436
16437 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16438
16439 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16440 inner_vla_struct_object_size.
16441 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16442 as xfail.
16443
16444 2014-07-30 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16447 comment.
16448
16449 2014-07-29 Yao Qi <yao@codesourcery.com>
16450
16451 PR gdb/17206
16452 * gdb.base/until-nodebug.exp: New.
16453
16454 2014-07-28 Doug Evans <xdje42@gmail.com>
16455
16456 PR guile/17203
16457 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16458 previously existing parameter, and previously ambiguously spelled
16459 parameter.
16460
16461 2014-07-28 Will Newton <will.newton@linaro.org>
16462
16463 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16464
16465 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16466 Doug Evans <xdje42@gmail.com>
16467
16468 PR guile/17146
16469 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16470
16471 2014-07-25 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.threads/signal-command-handle-nopass.c: New file.
16474 * gdb.threads/signal-command-handle-nopass.exp: New file.
16475 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16476 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16477 * gdb.threads/signal-delivered-right-thread.c: New file.
16478 * gdb.threads/signal-delivered-right-thread.exp: New file.
16479
16480 2014-07-25 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/double-prompt-target-event-error.exp
16483 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16484 match.
16485 (cancel_pagination_in_target_event): Rework double prompt
16486 detection.
16487 * gdb.base/paginate-after-ctrl-c-running.exp
16488 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16489 <return>' match.
16490 * gdb.base/paginate-bg-execution.exp
16491 (test_bg_execution_pagination_return)
16492 (test_bg_execution_pagination_cancel): Remove '-notransfer
16493 <return>' matches.
16494 * gdb.base/paginate-execution-startup.exp
16495 (test_fg_execution_pagination_return)
16496 (test_fg_execution_pagination_cancel): Remove '-notransfer
16497 <return>' matches.
16498 * gdb.base/paginate-inferior-exit.exp
16499 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16500 match.
16501 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16502 * lib/gdb.exp (pagination_prompt): Run text through
16503 string_to_regexp.
16504 (gdb_test_multiple): Match $pagination_prompt instead of
16505 "<return>".
16506 (string_to_regexp): Move to lib/gdb-utils.exp.
16507
16508 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16509
16510 * gdb.arch/amd64-entry-value-paramref.S: New file.
16511 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16512 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16513 * gdb.arch/amd64-optimout-repeat.S: New file.
16514 * gdb.arch/amd64-optimout-repeat.c: New file.
16515 * gdb.arch/amd64-optimout-repeat.exp: New file.
16516
16517 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16518
16519 PR gdb/17170
16520 * gdb.base/statistics.exp: New file.
16521
16522 2014-07-17 Doug Evans <dje@google.com>
16523
16524 PR gdb/17170
16525 * gdb.base/maint.exp: Update testing of per-command stats.
16526
16527 2014-07-16 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16530 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16531 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16532 (tfile_write_buf): New functions.
16533 (add_memory_block): Rewrite using the above.
16534 (adjust_function_address): New function.
16535 (FUNCTION_ADDRESS): New macro.
16536 (write_basic_trace_file): Remove short_x local, and use
16537 tfile_write_16. Change type of func_addr local to unsigned long
16538 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16539 here. Cast argument of add_memory_block to char pointer.
16540 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16541 (main): Remove parameters.
16542 * gdb.trace/tfile.exp: Remove nowarnings.
16543
16544 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16545
16546 * gdb.base/debug-expr.exp: Test string evaluation with
16547 "debug expression" on.
16548
16549 2014-07-15 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/reread.exp: Use clean_restart.
16552
16553 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16554
16555 * gdb.arch/avr-flash-qualifer.c: New.
16556 * gdb.arch/avr-flash-qualifer.exp: New.
16557
16558 2014-07-14 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16561 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16562
16563 2014-07-14 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/double-prompt-target-event-error.c: New file.
16566 * gdb.base/double-prompt-target-event-error.exp: New file.
16567
16568 2014-07-14 Pedro Alves <palves@redhat.com>
16569
16570 PR gdb/17072
16571 * gdb.base/paginate-inferior-exit.c: New file.
16572 * gdb.base/paginate-inferior-exit.exp: New file.
16573
16574 2014-07-14 Pedro Alves <palves@redhat.com>
16575
16576 PR gdb/17072
16577 * gdb.base/paginate-bg-execution.c: New file.
16578 * gdb.base/paginate-bg-execution.exp: New file.
16579
16580 2014-07-14 Pedro Alves <palves@redhat.com>
16581
16582 PR gdb/17072
16583 * gdb.base/paginate-execution-startup.c: New file.
16584 * gdb.base/paginate-execution-startup.exp: New file.
16585 * lib/gdb.exp (pagination_prompt): New global.
16586 (default_gdb_spawn): New procedure, factored out from
16587 default_gdb_spawn.
16588 (default_gdb_start): Adjust to call default_gdb_spawn.
16589 (gdb_spawn): New procedure.
16590
16591 2014-07-14 Pedro Alves <palves@redhat.com>
16592
16593 * lib/gdb.exp (gdb_assert): New procedure.
16594 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16595
16596 2014-07-14 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/execution-termios.c: New file.
16599 * gdb.base/execution-termios.exp: New file.
16600
16601 2014-07-14 Tom Tromey <tromey@redhat.com>
16602
16603 * gdb.cp/vla-cxx.cc: New file.
16604 * gdb.cp/vla-cxx.exp: New file.
16605
16606 2014-07-14 Tom Tromey <tromey@redhat.com>
16607
16608 * gdb.reverse/rerun-prec.c: New file.
16609 * gdb.reverse/rerun-prec.exp: New file.
16610
16611 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16612 Maciej W. Rozycki <macro@codesourcery.com>
16613
16614 * lib/gdb-utils.exp: New file.
16615 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16616 inline `gdb_init_command' processing.
16617 (gdb_start_cmd): Likewise.
16618 * lib/mi-support.exp (mi_run_cmd): Likewise.
16619 * README: Document `gdb_init_command' and `gdb_init_commands'.
16620
16621 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16622
16623 Fix false FAIL running under a very long directory name.
16624 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16625 and "set print elements 10000". Twice.
16626
16627 2014-07-11 Yao Qi <yao@codesourcery.com>
16628
16629 * gdb.base/exprs.exp: "set print symbol off".
16630
16631 2014-07-11 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.threads/kill.c: New file.
16634 * gdb.threads/kill.exp: New file.
16635
16636 2014-07-10 Yao Qi <yao@codesourcery.com>
16637
16638 * gdb.trace/tfile.c (write_basic_trace_file)
16639 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16640 address written to trace file.
16641
16642 2014-07-09 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.base/attach-wait-input.exp: New file.
16645 * gdb.base/attach-wait-input.c: New file.
16646
16647 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16648
16649 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16650 setting up test structures.
16651 (main): Call new test function.
16652 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16653 test function, continue into test function and walk test
16654 structures.
16655
16656 2014-07-02 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16659 'bar_start' at the beginning of functions 'foo' and 'bar'
16660 respectively.
16661 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16662 instead of 'foo' and 'bar'.
16663
16664 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16665
16666 * gdb.btrace/segv.exp: New.
16667 * gdb.btrace/segv.c: New.
16668
16669 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16670
16671 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16672 instruction.
16673
16674 2014-06-30 Mark Wielaard <mjw@redhat.com>
16675
16676 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16677 vulture, vilify, villar): New volatile array constants.
16678 (vindictive, vegetation): New const volatile array constants.
16679 * gdb.base/volatile.exp: Test volatile and const volatile array
16680 types.
16681
16682 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16683
16684 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16685 target lacks support for awatch, rwatch, or hbreak.
16686
16687 2014-06-27 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.multi/dummy-frame-restore.exp: New.
16690 * gdb.multi/dummy-frame-restore.c: New.
16691
16692 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16693
16694 * gdb.btrace/gcore.exp: New.
16695
16696 2014-06-23 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/watchpoint-reuse-slot.c: New file.
16699 * gdb.base/watchpoint-reuse-slot.exp: New file.
16700
16701 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16702
16703 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16704 progspace's filename in 'info', 'enable' and 'disable' command
16705 tests.
16706
16707 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16708
16709 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16710 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16711 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16712
16713 2014-06-20 Gary Benson <gbenson@redhat.com>
16714
16715 * gdb.arch/i386-avx.exp: Fix include file location.
16716 * gdb.arch/i386-sse.exp: Likewise.
16717
16718 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16719
16720 * gdb.dlang/expression.exp: New file.
16721
16722 2014-06-19 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16725 out from ...
16726 (top level): ... here. Iterate running tests under different
16727 scheduler-locking settings.
16728
16729 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16730
16731 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16732 to DW_FORM_addr and use non-zero addresses.
16733
16734 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16735
16736 PR gdb/17017
16737 * gdb.python/py-xmethods.cc: Add global function call counters and
16738 increment them in their respective functions. Remove "cout"
16739 statements.
16740 * gdb.python/py-xmethods.exp: Make tests check the global function
16741 call counters instead of depending on inferior IO.
16742
16743 2014-06-18 Don Breazeal <donb@codesourcery.com>
16744
16745 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16746 Deleted procedure.
16747 (explicit_fork_parent_follow): Deleted procedure.
16748 (explicit_fork_child_follow): Deleted procedure.
16749 (test_follow_fork): New procedure.
16750 (do_fork_tests): Replace calls to deleted procedures with
16751 calls to test_follow_fork and reset GDB for subsequent
16752 procedure calls.
16753
16754 2014-06-17 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16757 CP1252.
16758
16759 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16760
16761 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16762 Initialize ptr and S explicitly.
16763 (skip_type_update_when_not_use_rtti_test): Likewise.
16764
16765 2014-06-16 Keith Seitz <keiths@redhat.com>
16766
16767 PR mi/15863
16768 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16769 the inferior is started.
16770
16771 2014-06-16 Pedro Alves <palves@redhat.com>
16772
16773 * gdb.base/break-main-file-remove-fail.c: New file.
16774 * gdb.base/break-main-file-remove-fail.exp: New file.
16775 * gdb.base/break-unload-file.exp: Use build_executable instead of
16776 prepare_for_testing.
16777 (test_break): New parameter "initial_load". Handle it.
16778 (top level): Add initial_load cmdline/file axis.
16779
16780 2014-06-12 Tom Tromey <tromey@redhat.com>
16781
16782 * gdb.base/completion.exp: Don't use directory name in test.
16783
16784 2014-06-09 Gary Benson <gbenson@redhat.com>
16785
16786 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16787 separate the always-available ANSI-standard signals from the
16788 signals that require checking.
16789 (main): Likewise.
16790 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16791 Likewise.
16792 (main): Likewise.
16793
16794 2014-06-07 Keith Seitz <keiths@redhat.com>
16795
16796 Revert:
16797 PR c++/16253
16798 * gdb.cp/var-tag.cc: New file.
16799 * gdb.cp/var-tag.exp: New file.
16800 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16801 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16802 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16803 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16804
16805 2014-06-06 Doug Evans <xdje42@gmail.com>
16806
16807 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16808
16809 2014-06-06 Pedro Alves <palves@redhat.com>
16810
16811 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16812 in target debug output instead of looking at RSP packets,
16813 disabling the test on any target that uses hardware stepping.
16814 Update comments.
16815
16816 2014-06-06 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.base/break-unload-file.exp: Fix typo.
16819
16820 2014-06-06 Yao Qi <yao@codesourcery.com>
16821
16822 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16823 from "jit_function" to "^jit_function".
16824
16825 2014-06-06 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.base/async.c (foo): Add one statement.
16828 * gdb.base/async.exp: Get the next instruction address and
16829 match the output of "nexti" by instruction address. Match
16830 the hex address in the output of "finish".
16831
16832 2014-06-06 Gary Benson <gbenson@redhat.com>
16833
16834 * gdb.base/call-signals.c: Remove preprocessor conditionals
16835 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16836 SIGSEGV and SIGTERM.
16837 * gdb.base/sigall.c: Likewise.
16838 * gdb.base/unwindonsignal.c: Likewise.
16839 * gdb.reverse/sigall-reverse.c: Likewise.
16840
16841 2014-06-06 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16844 readable, skip the test.
16845
16846 2014-06-06 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.threads/staticthreads.c (thread_function): Move the line
16849 setting breakpoint on forward.
16850 * gdb.threads/staticthreads.exp: Update comments.
16851
16852 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16853
16854 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16855 "history-append! type error".
16856
16857 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16858
16859 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16860 erroneous dprintf expected input.
16861
16862 2014-06-04 Doug Evans <xdje42@gmail.com>
16863
16864 * gdb.guile/scm-generics.exp: Delete.
16865
16866 2014-06-04 Doug Evans <xdje42@gmail.com>
16867
16868 * gdb.guile/scm-breakpoint.exp: Update.
16869 Add tests for breakpoint registration.
16870
16871 2014-06-04 Tom Tromey <tromey@redhat.com>
16872
16873 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16874 VLA-in-union.
16875 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16876 inner_vla_struct, vla_union types. Initialize objects of those
16877 types and compute their sizes.
16878
16879 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16880 Hui Zhu <hui@codesourcery.com>
16881
16882 * gdb.base/fileio.exp: Add test for shell not available as well as
16883 available.
16884 * gdb.base/fileio.c (test_system): Check for shell twice.
16885
16886 2014-06-04 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.base/auto-connect-native-target.exp: Remove redundant
16889 space from the regexp pattern.
16890
16891 2014-06-04 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.base/default.exp: Replace "child" with "native" in
16894 regexp pattern.
16895
16896 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16897
16898 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16899 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16900 * gdb.python/py-xmethods.py: Python script supporting the
16901 new testcase and tests.
16902
16903 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16904 Pedro Alves <palves@redhat.com>
16905
16906 PR breakpoints/17000
16907 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16908 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16909
16910 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16911
16912 * gdb.base/subst.exp: Add tests to verify partial path matching
16913 output.
16914
16915 2014-06-03 Pedro Alves <palves@redhat.com>
16916
16917 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16918 target that doesn't use software single-stepping.
16919
16920 2014-06-03 Pedro Alves <palves@redhat.com>
16921
16922 PR breakpoints/17000
16923 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16924 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16925
16926 2014-06-02 Doug Evans <xdje42@gmail.com>
16927
16928 * gdb.guile/scm-parameter.exp: New file.
16929
16930 2014-06-02 Doug Evans <xdje42@gmail.com>
16931
16932 * gdb.guile/scm-cmd.c: New file.
16933 * gdb.guile/scm-cmd.exp: New file.
16934
16935 2014-06-02 Doug Evans <xdje42@gmail.com>
16936
16937 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16938 pretty-printer lookup.
16939 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16940 (make-pp_s-printer): Call it.
16941 (make-pretty-printer-from-dict): New function.
16942 (lookup-pretty-printer-maker-from-dict): New function.
16943 (*pretty-printer*): Simplify.
16944 (make-objfile-pp_s-printer): New function.
16945 (install-objfile-pretty-printers!): New function.
16946 (make-progspace-pp_s-printer): New function.
16947 (install-progspace-pretty-printers!): New function.
16948 * gdb.guile/scm-progspace.c: New file.
16949 * gdb.guile/scm-progspace.exp: New file.
16950
16951 2014-06-02 Pedro Alves <palves@redhat.com>
16952
16953 * gdb.base/dprintf-bp-same-addr.c: New file.
16954 * gdb.base/dprintf-bp-same-addr.exp: New file.
16955
16956 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16957
16958 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16959 * gdb.arch/powerpc-power.s: Likewise.
16960
16961 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16962
16963 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16964
16965 2014-06-01 Yao Qi <yao@codesourcery.com>
16966
16967 * gdb.base/watchpoint.exp (test_watch_location): Check null
16968 pointer can be dereferenced. If not, do the test, otherwise
16969 skip it.
16970
16971 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16972
16973 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16974 results.
16975 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16976
16977 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16978
16979 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16980 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16981 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16982 * gdb.arch/amd64-invalid-stack-top.c: New file.
16983 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16984
16985 2014-05-30 Pedro Alves <palves@redhat.com>
16986
16987 PR breakpoints/17000
16988 * gdb.base/sss-bp-on-user-bp.c: New file.
16989 * gdb.base/sss-bp-on-user-bp.exp: New file.
16990
16991 2014-05-30 David Blaikie <dblaikie@gmail.com>
16992
16993 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16994 gnu_inline semantics via attribute.
16995 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16996 source explicitly specifies the required semantics.
16997
16998 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16999
17000 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17001
17002 2014-05-29 Pedro Alves <palves@redhat.com>
17003 Tom Tromey <tromey@redhat.com>
17004
17005 * gdb.base/async-shell.exp: Don't enable target-async.
17006 * gdb.base/async.exp
17007 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17008 parameter. Adjust.
17009 (top level): Don't test with "target-async".
17010 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17011 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17012 * gdb.base/inferior-died.exp: Don't enable target-async.
17013 * gdb.base/interrupt-noterm.exp: Likewise.
17014 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17015 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17016 * gdb.mi/mi-nonstop.exp: Likewise.
17017 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17018 * gdb.mi/mi-nsintrall.exp: Likewise.
17019 * gdb.mi/mi-nsmoribund.exp: Likewise.
17020 * gdb.mi/mi-nsthrexec.exp: Likewise.
17021 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17022 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17023 * gdb.python/py-evsignal.exp: Don't enable target-async.
17024 * gdb.python/py-evthreads.exp: Likewise.
17025 * gdb.python/py-prompt.exp: Likewise.
17026 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17027 * gdb.server/solib-list.exp: Don't enable target-async.
17028 * gdb.threads/thread-specific-bp.exp: Likewise.
17029 * lib/mi-support.exp: Adjust to use mi-async.
17030
17031 2014-05-29 Pedro Alves <palves@redhat.com>
17032
17033 PR gdb/13860
17034 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17035 reason, even in sync mode.
17036
17037 2014-05-29 Pedro Alves <palves@redhat.com>
17038 Hui Zhu <hui@codesourcery.com>
17039
17040 PR PR15693
17041 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17042 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17043 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17044 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17045
17046 2014-05-28 Joel Brobecker <brobecker@adacore.com>
17047
17048 * config/monitor.exp (gdb_target_monitor): Replace use of
17049 "set remotebaud" by "set serial baud".
17050
17051 2014-05-26 Andy Wingo <wingo@igalia.com>
17052
17053 * gdb.guile/scm-breakpoint.exp:
17054 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17055 properties instead of gdb-object-properties.
17056
17057 2014-05-26 Yao Qi <yao@codesourcery.com>
17058
17059 * gdb.server/no-thread-db.exp: Specify source file name
17060 explicitly when setting a breakpoint.
17061
17062 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17063
17064 * gdb.btrace/vdso.c: New.
17065 * gdb.btrace/vdso.exp: New.
17066
17067 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17068
17069 * gdb.base/gcore.exp (capture_command_output): Move ...
17070 * lib/gdb.exp (capture_command_output): ... here.
17071
17072 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17073
17074 * gdb.btrace/data.exp: Test memory access during btrace replay.
17075
17076 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17077
17078 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17079
17080 2014-05-21 Pedro Alves <palves@redhat.com>
17081
17082 PR gdb/13860
17083 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17084 (top level): Test that output related to execution commands is
17085 sent to the console with CLI commands, but not with MI commands.
17086 Test that breakpoint events are always mirrored to the console.
17087 Also expect the new source line to be output after a "next" in
17088 async mode too. Make it a pass/fail test.
17089 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17090 output.
17091 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17092
17093 2014-05-21 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17096 Use them to test variations of "list" after reaching a breakpoint.
17097 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17098 Test "list" with listsize 10 after reaching a breakpoint.
17099 * gdb.python/python.exp (decode_line current location line
17100 number): Adjust expected line number.
17101
17102 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17103
17104 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17105 behavior for $args, pass it directly to "run".
17106
17107 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17108
17109 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17110 30000 to 65536.
17111
17112 2014-05-21 Pedro Alves <palves@redhat.com>
17113
17114 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17115 auto-connect-native-target off".
17116 * gdb.base/auto-connect-native-target.c: New file.
17117 * gdb.base/auto-connect-native-target.exp: New file.
17118
17119 2014-05-21 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/default.exp: Test "target native" instead of "target
17122 child".
17123
17124 2014-05-21 Mark Wielaard <mjw@redhat.com>
17125
17126 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17127
17128 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17129
17130 Fix TLS access for -static -pthread.
17131 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17132 <HAVE_TLS> (thread_function, main): Initialize it.
17133 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17134 Add clean_restart.
17135 <$have_tls != "">: Check TLSVAR.
17136
17137 2014-05-21 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/dcache-line-read-error.c: New.
17140 * gdb.base/dcache-line-read-error.exp: New.
17141
17142 2014-05-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/compare-sections.c: New file.
17145 * gdb.base/compare-sections.exp: New file.
17146
17147 2014-05-20 Pedro Alves <palves@redhat.com>
17148
17149 * gdb.base/break-idempotent.c: New file.
17150 * gdb.base/break-idempotent.exp: New file.
17151
17152 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17153
17154 * gdb.btrace/nohist.exp: New.
17155
17156 2014-05-20 Yao Qi <yao@codesourcery.com>
17157
17158 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17159 gdb.reverse directory and gdb_reverse_timeout exists in board
17160 setting.
17161 * README: Document gdb_reverse_timeout.
17162
17163 2014-05-20 Yao Qi <yao@codesourcery.com>
17164
17165 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17166 'test_file_name'. Treat args as a string instead of a list.
17167 (gdb_init): Rename argument 'args' by 'test_file_name'.
17168
17169 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * gdb.arch/powerpc-power.exp: New file.
17172 * gdb.arch/powerpc-power.s: New file.
17173
17174 2014-05-16 Doug Evans <dje@google.com>
17175
17176 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17177 * gdb.base/completion.exp: Check that all expected files exist
17178 before doing file completion.
17179
17180 2014-05-16 Doug Evans <dje@google.com>
17181
17182 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17183 Update.
17184 (do_syscall_tests_without_xml): Update.
17185
17186 2014-05-16 Pedro Alves <palves@redhat.com>
17187
17188 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17189 instead of "unknown output after running".
17190
17191 2014-05-16 Yao Qi <yao@codesourcery.com>
17192
17193 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17194 file1.txt from host at the end.
17195 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17196
17197 2014-05-15 Doug Evans <dje@google.com>
17198
17199 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17200 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17201 loading file. Add test for TU lookup.
17202
17203 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17204
17205 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17206 calling "-exec-arguments" or "set args" before running the
17207 inferior.
17208
17209 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17210
17211 * lib/mi-support.exp (mi_expect_stop): Expect message for
17212 inferiors that exit with non-zero exit code.
17213
17214 2014-05-14 Yao Qi <yao@codesourcery.com>
17215
17216 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17217 match absolute path on remote host.
17218 (test_file_list_exec_source_files): Remove "/" from the
17219 pattern.
17220
17221 2014-05-14 Yao Qi <yao@codesourcery.com>
17222
17223 * boards/local-remote-host-notty.exp (${board}_file): New
17224 proc.
17225
17226 2014-05-07 Kyle McMartin <kyle@redhat.com>
17227
17228 Pushed by Joel Brobecker <brobecker@adacore.com>.
17229 * gdb.arch/aarch64-atomic-inst.c: New file.
17230 * gdb.arch/aarch64-atomic-inst.exp: New file.
17231
17232 2014-05-07 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17235 in current context" too.
17236
17237 2014-05-05 Keith Seitz <keiths@redhat.com>
17238
17239 * gdb.linespec/ls-dollar.exp: Add test for linespec
17240 file:convenience_variable.
17241
17242 2014-05-05 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17245 traceframes into tfile and ctf trace files. Read data from
17246 trace file and test collected data.
17247 (gdb_collect_locals_test): Likewise.
17248 (gdb_unavailable_registers_test): Likewise.
17249 (gdb_unavailable_floats): Likewise.
17250 (gdb_collect_globals_test): Likewise.
17251 (top-level): Append "ctf" to trace_file_targets if GDB
17252 supports.
17253
17254 2014-05-05 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17257 code to ...
17258 (gdb_collect_args_test_1): ... it. New proc.
17259 (gdb_collect_locals_test): Move some code to ...
17260 (gdb_collect_locals_test_1): ... it. New proc.
17261 (gdb_unavailable_registers_test): Move some code to ...
17262 (gdb_unavailable_registers_test_1): ... it. New proc.
17263 (gdb_unavailable_floats): Move some code to ...
17264 (gdb_unavailable_floats_1): ... it. New proc.
17265
17266 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17267
17268 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17269 probes to test for bitness recognition.
17270 * gdb.arch/amd64-stap-optional-prefix.exp
17271 (test_probe_value_without_reg): New procedure.
17272 Add code to test for different kinds of bitness.
17273
17274 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17275
17276 PR breakpoints/16889
17277 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17278 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17279
17280 2014-05-01 Pedro Alves <palves@redhat.com>
17281
17282 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17283 gdb_file_cmd if no file is specified.
17284 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17285 last_loaded_file to set the remote exec-file.
17286
17287 2014-05-01 Pedro Alves <palves@redhat.com>
17288
17289 * boards/local-remote-host.exp: New file.
17290
17291 2014-05-01 Pedro Alves <palves@redhat.com>
17292
17293 * boards/local-remote-host.exp: Rename to ...
17294 * boards/local-remote-host-notty.exp: ... this.
17295
17296 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17297
17298 * gdb.ada/dyn_arrayidx: New testcase.
17299
17300 2014-04-26 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17303 and compute the length of function main. Save it in
17304 $main_length.
17305 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17306 (top-level): Use gdb_compile to compile objects into
17307 executable and restart GDB. Remove invocation to
17308 prepare_for_testing.
17309
17310 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17311 Pedro Alves <palves@redhat.com>
17312
17313 PR server/16255
17314 * gdb.multi/multi-attach.c: New file.
17315 * gdb.multi/multi-attach.exp: New file.
17316
17317 2014-04-25 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17320 user.
17321 (top level): Test that "set remote conditional-breakpoints-packet
17322 off" works as intended.
17323 * gdb.base/dprintf.exp: Test that "set remote
17324 breakpoint-commands-packet off" works as intended.
17325 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17326 New function.
17327 (top level): Call it.
17328 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17329 remote fast-tracepoints-packet off" works as intended.
17330 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17331 * lib/gdb.exp (gdb_is_target_remote): ... here.
17332
17333 2014-04-24 David Blaikie <dblaikie@gmail.com>
17334
17335 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17336 ensure clang would not discard them.
17337 * gdb.base/gdbvars.c: Ditto.
17338 * gdb.base/memattr.c: Ditto.
17339 * gdb.base/whatis.c: Ditto.
17340 * gdb.python/py-prettyprint.c: Ditto.
17341 * gdb.trace/actions.c: Ditto.
17342 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17343 ensure clang would not discard it.
17344
17345 2014-04-24 David Blaikie <dblaikie@gmail.com>
17346
17347 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17348 clang to emit the full definition of type required by the test
17349 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17350
17351 2014-04-24 David Blaikie <dblaikie@gmail.com>
17352
17353 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17354 coax Clang into emitting the definition of the type.
17355 * gdb.cp/pr10728-x.h (y): Ditto.
17356 * gdb.cp/pr10728-y.cc (y): Ditto.
17357
17358 2014-04-24 David Blaikie <dblaikie@gmail.com>
17359
17360 * gdb.base/label.exp: XFAIL label related tests under Clang.
17361 * gdb.cp/cplabel.exp: Ditto.
17362 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17363 under Clang those using labels.
17364
17365 2014-04-25 Yao Qi <yao@codesourcery.com>
17366
17367 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17368 double_label.
17369 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17370 partial_label and double_label.
17371
17372 2014-04-24 David Blaikie <dblaikie@gmail.com>
17373
17374 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17375
17376 2014-04-24 David Blaikie <dblaikie@gmail.com>
17377
17378 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17379 of the function to work across GCC and Clang.
17380 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17381 pointer types (const void ** const V void **).
17382
17383 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17384 Walfred Tedeschi <walfred.tedeschi@intel.com>
17385
17386 * Makefile.in (EXECUTABLES): Added i386-avx512.
17387 * gdb.arch/i386-avx512.c: New file.
17388 * gdb.arch/i386-avx512.exp: Likewise.
17389
17390 2014-04-23 Keith Seitz <keiths@redhat.com>
17391
17392 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17393 (mi_make_breakpoint_table): New procedure.
17394 (mi_create_breakpoint): Use mi_make_breakpoint
17395 and return the result.
17396 (mi_make_breakpoint): New procedure.
17397 (mi_build_kv_pairs): New procedure.
17398
17399 * gdb.mi/mi-break.exp: Remove unused globals,
17400 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17401 All callers updated.
17402 * gdb.mi/mi-dprintf.exp: Use variable to track command
17403 number.
17404 Update all callers of mi_create_breakpoint and use
17405 mi_make_breakpoint_table.
17406 Remove any unused global variables.
17407 * gdb.mi/mi-nonstop.exp: Likewise.
17408 * gdb.mi/mi-nsintrall.exp: Likewise.
17409 * gdb.mi/mi-nsmoribund.exp: Likewise.
17410 * gdb.mi/mi-nsthrexec.exp: Likewise.
17411 * gdb.mi/mi-reverse.exp: Likewise.
17412 * gdb.mi/mi-simplerun.exp: Likewise.
17413 * gdb.mi/mi-stepn.exp: Likewise.
17414 * gdb.mi/mi-syn-frame.exp: Likewise.
17415 * gdb.mi/mi-until.exp: Likewise.
17416 * gdb.mi/mi-var-cp.exp: Likewise.
17417 * gdb.mi/mi-var-display.exp: Likewise.
17418 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17419 * gdb.mi/mi2-var-child.exp: Likewise.
17420 * gdb.mi/mi-vla-c99.exp: Likewise.
17421 * lib/mi-support.exp: Likewise.
17422
17423 From Ian Lance Taylor <iant@cygnus.com>:
17424 * lib/gdb.exp (parse_args): New procedure.
17425
17426 2014-04-23 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/break-unload-file.c: New file.
17429 * gdb.base/break-unload-file.exp: New file.
17430 * gdb.base/sym-file-lib.c (baz): New function.
17431 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17432 field.
17433 (load): Store the segment's mapped size.
17434 (unload): New function.
17435 (unload_shlib): New function.
17436 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17437 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17438 set a breakpoint at baz, and call it.
17439 * gdb.base/sym-file.exp: New tests for stale breakpoint
17440 instructions.
17441
17442 2014-04-23 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17445 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17446 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17447 * gdb.base/hbreak-unmapped.c: New file.
17448 * gdb.base/hbreak-unmapped.exp: New file.
17449 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17450 * lib/gdb.exp (gdb_is_target_remote): ... here.
17451
17452 2014-04-22 Pedro Alves <palves@redhat.com>
17453
17454 * gdb.base/consecutive-step-over.c: New file.
17455 * gdb.base/consecutive-step-over.exp: New file.
17456
17457 2014-04-22 Pedro Alves <palves@redhat.com>
17458
17459 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17460 instead of send_gdb/gdb_expect.
17461
17462 2014-04-22 Yao Qi <yao@codesourcery.com>
17463
17464 * lib/trace-support.exp (generate_tracefile): New procedure.
17465 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17466 return 0.
17467 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17468 if generate_tracefile returns 1.
17469
17470 2014-04-18 Tom Tromey <palves@redhat.com>
17471 Pedro alves <tromey@redhat.com>
17472
17473 PR backtrace/15558
17474 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17475 with a backtrace limit.
17476 * gdb.python/py-frame-inline.exp: Test running to an inline
17477 function with a backtrace limit, and printing the newest frame.
17478 * gdb.python/py-frame-inline.c (main): Call f.
17479
17480 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17481
17482 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17483
17484 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17485
17486 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17487 Drop prefix from unsupported source file path.
17488
17489 2014-04-17 Yao Qi <yao@codesourcery.com>
17490
17491 * lib/gdb.exp (with_target_charset): New proc.
17492 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17493 with_target_charset.
17494 (test_print_strings): Likewise.
17495 (test_repeat_bytes): Likewise.
17496 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17497 for some tests.
17498
17499 2014-04-16 Keith Seitz <keiths@redhat.com>
17500
17501 PR gdb/15827
17502 * gdb.dwarf2/corrupt.c: New file.
17503 * gdb.dwarf2/corrupt.exp: New file.
17504
17505 2014-04-16 Keith Seitz <keiths@redhat.com>
17506
17507 PR c++/16597
17508 * gdb.cp/namelessclass.cc: New file.
17509 * gdb.cp/namelessclass.exp: New file.
17510 * gdb.cp/namelessclass.S: New file.
17511
17512 2014-04-16 Doug Evans <dje@google.com>
17513
17514 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17515 Add comment.
17516 (gdbserver_default_get_comm_port): New function.
17517 (gdbserver_start): Check if board file provided
17518 "gdbserver,get_comm_port" and use it if so.
17519 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17520 (gdb,socketport): Set to "stdio".
17521 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17522 (stdio_gdbserver_template): Delete.
17523 (${board}_get_remote_address): Update.
17524 (${board}_build_remote_cmd): Delete.
17525 (${board}_get_comm_port): New function.
17526 (${board}_spawn): Update.
17527 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17528 Delete.
17529 (${board}_get_remote_address): Update.
17530 (${board}_get_comm_port): New function.
17531
17532 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17533
17534 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17535 appearing in any order.
17536
17537 2014-04-15 Doug Evans <dje@google.com>
17538
17539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17540 uninitialized value of "description".
17541
17542 2014-04-15 Keith Seitz <keiths@redhat.com>
17543
17544 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17545 Remove unused globals.
17546 (test_running_the_program): Likewise.
17547 (test_controlled_execution): Likewise.
17548 (test_controlling_breakpoints): Likewise.
17549 (test_program_termination): Likewise.
17550
17551 2014-04-15 Keith Seitz <keiths@redhat.com>
17552
17553 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17554 unused globals.
17555 (test_rbreak_creation_and_listing): Likewise.
17556 (test_ignore_count): Likewise.
17557 (test_error): Likewise.
17558
17559 2014-04-15 Pedro Alves <palves@redhat.com>
17560
17561 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17562 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17563 sym-file-loader.c.
17564 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17565 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17566 to sym-file-loader.c.
17567 (struct library): Forward declare.
17568 (load_shlib, lookup_function): Change prototypes.
17569 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17570 (translate_offset): Remove declarations.
17571 (get_text_addr): New declaration.
17572 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17573 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17574 sym-file-loader.h.
17575 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17576 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17577 here from sym-file-loader.h.
17578 (struct library): New structure.
17579 (load_shlib, lookup_function): Change prototypes and adjust to
17580 work with a struct library.
17581 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17582 (translate_offset): Make static.
17583 (get_text_addr): New function.
17584 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17585
17586 2014-04-15 Pedro Alves <palves@redhat.com>
17587
17588 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17589
17590 2014-04-15 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/sym-file-loader.c: Include <limits.h>.
17593 (SELF_LINK): New define.
17594 (get_origin): New function.
17595 (load_shlib): Use it.
17596 * gdb.base/sym-file.exp: Don't early return if the target is
17597 remote. Use runto_main, and issue fail is that fails. Use
17598 gdb_load_shlibs.
17599 (shlib_name): Delete.
17600 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17601
17602 2014-04-15 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.base/sym-file.exp: Remove regex characters from test
17605 message. Don't refer to breakpoint numbers in test messages.
17606
17607 2014-04-14 Keith Seitz <keiths@redhat.com>
17608
17609 PR c++/16253
17610 * gdb.cp/var-tag.cc: New file.
17611 * gdb.cp/var-tag.exp: New file.
17612 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17613 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17614 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17615 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17616
17617 2014-04-14 Tom Tromey <tromey@redhat.com>
17618
17619 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17620 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17621 type.
17622 * gdb.cp/enum-class.exp: New file.
17623 * gdb.cp/enum-class.cc: New file.
17624
17625 2014-04-14 Tom Tromey <tromey@redhat.com>
17626
17627 * gdb.dwarf2/enum-type.exp: New file.
17628
17629 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17630
17631 * gdb.mi/mi-vla-c99.exp: New file.
17632 * gdb.mi/vla.c: New file.
17633
17634 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17635
17636 * gdb.base/vla-datatypes.c: New file.
17637 * gdb.base/vla-datatypes.exp: New file.
17638
17639 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17640
17641 * gdb.base/vla-ptr.c: New file.
17642 * gdb.base/vla-ptr.exp: New file.
17643
17644 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17645
17646 * gdb.dwarf2/count.exp: New file.
17647
17648 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17649
17650 * gdb.base/vla-sideeffect.c: New file.
17651 * gdb.base/vla-sideeffect.exp: New file.
17652
17653 2014-04-14 David Blaikie <dblaikie@gmail.com>
17654
17655 * gdb.mi/non-stop.c: Add return value for non-void function return
17656 statement.
17657 * gdb.threads/staticthreads.c: Ditto.
17658
17659 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17660 Doug Evans <xdje42@gmail.com>
17661
17662 * gdb.guile/scm-value.c: Improve test case.
17663 * gdb.guile/scm-value.exp: Add new test.
17664
17665 2014-04-11 David Blaikie <dblaikie@gmail.com>
17666
17667 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17668 override Clang's default.
17669
17670 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17671
17672 Revert the following changes (regressions):
17673
17674 * gdb.base/vla-sideeffect.c: New file.
17675 * gdb.base/vla-sideeffect.exp: New file.
17676
17677 * gdb.dwarf2/count.exp: New file.
17678
17679 * gdb.base/vla-multi.c: New file.
17680 * gdb.base/vla-multi.exp: New file.
17681
17682 * gdb.base/vla-ptr.c: New file.
17683 * gdb.base/vla-ptr.exp: New file.
17684
17685 * gdb.base/vla-datatypes.c: New file.
17686 * gdb.base/vla-datatypes.exp: New file.
17687
17688 * gdb.mi/mi-vla-c99.exp: New file.
17689 * gdb.mi/vla.c: New file.
17690
17691 2014-04-11 Keith Seitz <keiths@redhat.com>
17692
17693 PR c++/16675
17694 * gdb.cp/cpsizeof.exp: New file.
17695 * gdb.cp/cpsizeof.cc: New file.
17696
17697 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17698
17699 * gdb.mi/mi-vla-c99.exp: New file.
17700 * gdb.mi/vla.c: New file.
17701
17702 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17703
17704 * gdb.base/vla-datatypes.c: New file.
17705 * gdb.base/vla-datatypes.exp: New file.
17706
17707 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17708
17709 * gdb.base/vla-ptr.c: New file.
17710 * gdb.base/vla-ptr.exp: New file.
17711
17712 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17713
17714 * gdb.base/vla-multi.c: New file.
17715 * gdb.base/vla-multi.exp: New file.
17716
17717 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17718
17719 * gdb.dwarf2/count.exp: New file.
17720
17721 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17722
17723 * gdb.base/vla-sideeffect.c: New file.
17724 * gdb.base/vla-sideeffect.exp: New file.
17725
17726 2014-04-11 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.base/completion.exp: Check file exists before running tests
17729 on file completion.
17730
17731 2014-04-10 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.base/cond-eval-mode.c: New file.
17734 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17735 prepare_for_testing to build the new file. Check result of
17736 runto_main.
17737 (test_break, test_watch): New procedures.
17738 (top level): Use them.
17739
17740 2014-04-08 Pierre Muller <muller@sourceware.org>
17741
17742 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17743 Ctrl-V use for mingw hosts.
17744
17745 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 * gdb.python/py-value.c: Improve test case.
17748 * gdb.python/py-value.exp: Add new test.
17749
17750 2014-04-07 David Blaikie <dblaikie@gmail.com>
17751
17752 * lib/compiler.c: Identify the clang compiler.
17753 * lib/compiler.cc: Ditto.
17754
17755 2014-04-03 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17758
17759 2014-04-01 Anton Blanchard <anton@samba.org>
17760
17761 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17762 messages unique.
17763
17764 2014-04-01 Anton Blanchard <anton@samba.org>
17765
17766 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17767 prepare_for_testing.
17768
17769 2014-04-01 Anton Blanchard <anton@samba.org>
17770
17771 * gdb.arch/ppc64-atomic-inst.c: Remove.
17772 * gdb.arch/ppc64-atomic-inst.S: New file.
17773 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17774
17775 2014-03-31 Doug Evans <dje@google.com>
17776
17777 * gdb.base/print-symbol-loading-lib.c: New file.
17778 * gdb.base/print-symbol-loading-main.c: New file.
17779 * gdb.base/print-symbol-loading.exp: New file.
17780
17781 2014-03-31 Yao Qi <yao@codesourcery.com>
17782
17783 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17784
17785 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17786
17787 * gdb.ada/mi_dyn_arr: New testcase.
17788
17789 2014-03-27 Doug Evans <dje@google.com>
17790
17791 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17792
17793 2014-03-27 Yao Qi <yao@codesourcery.com>
17794
17795 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17796 if target is nios2-*-*.
17797
17798 2014-03-26 Yao Qi <yao@codesourcery.com>
17799
17800 * lib/gdb.exp (readline_is_used): New proc.
17801 * gdb.base/completion.exp: Move tests on command complete up.
17802 Skip the rest of tests if readline is not used.
17803 * gdb.ada/complete.exp: Skp the test if readline is not
17804 used.
17805 * gdb.base/filesym.exp: Likewise.
17806 * gdb.base/macscp.exp: Likewise.
17807 * gdb.base/readline-ask.exp: Likewise.
17808 * gdb.base/readline.exp: Likewise.
17809 * gdb.python/py-cmd.exp: Likewise.
17810 * gdb.trace/tfile.exp: Likewise.
17811
17812 2014-03-26 Yao Qi <yao@codesourcery.com>
17813
17814 * gdb.base/macscp.exp: Fix code format issues.
17815
17816 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17817
17818 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17819 * gdb.asm/powerpc64le.inc: New file.
17820
17821 2014-03-25 Pedro Alves <palves@redhat.com>
17822 Doug Evans <dje@google.com>
17823
17824 * gdb.base/source-execution.c: New file.
17825 * gdb.base/source-execution.exp: New file.
17826 * gdb.base/source-execution.gdb: New file.
17827
17828 2014-03-24 Doug Evans <dje@google.com>
17829
17830 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17831 using fission.
17832
17833 2014-03-24 Hui Zhu <hui@codesourcery.com>
17834 Pedro Alves <palves@redhat.com>
17835
17836 PR breakpoints/16101
17837 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17838 test pass/fail messages. Detect missing support for dprintf when
17839 breakpoints are actually inserted.
17840 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17841 breakpoints are actually inserted.
17842 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17843 fails.
17844
17845 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17846
17847 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17848
17849 2014-03-22 Doug Evans <xdje42@gmail.com>
17850
17851 * gdb.python/python.exp (python not supported): Verify multi-line
17852 python command issues an error.
17853 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17854 guile command issues an error.
17855
17856 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17857
17858 * gdb.threads/thread-specific.exp: Handle the lack of usable
17859 $this_breakpoint and $this_thread.
17860
17861 2014-03-21 Hui Zhu <hui@codesourcery.com>
17862
17863 * gdb.base/attach.exp (do_command_attach_tests): New.
17864
17865 2014-03-20 Tom Tromey <tromey@redhat.com>
17866 Pedro Alves <palves@redhat.com>
17867
17868 PR cli/15718
17869 * gdb.base/condbreak-call-false.c: New file.
17870 * gdb.base/condbreak-call-false.exp: New file.
17871
17872 2014-03-20 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17875 Delete.
17876 (block_signals, unblock_signals): Delete.
17877 (child_function_2, main): Remove references to deleted variable
17878 and functions.
17879
17880 2014-03-20 Pedro Alves <palves@redhat.com>
17881
17882 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17883 Use pthread_kill to signal thread 2.
17884 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17885 Adjust to make the test send itself a signal rather than using the
17886 host's "kill" command.
17887
17888 2014-03-20 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.threads/multiple-step-overs.c: New file.
17891 * gdb.threads/multiple-step-overs.exp: New file.
17892 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17893 Adjust expected infrun debug output.
17894
17895 2014-03-20 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17898 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17899
17900 2014-03-20 Pedro Alves <palves@redhat.com>
17901
17902 PR breakpoints/7143
17903 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17904 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17905 of gdb_test_multiple.
17906 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17907 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17908
17909 2014-03-20 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17912 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17913
17914 2014-03-19 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.base/async.exp: Remove early return.
17917
17918 2014-03-19 Pedro Alves <palves@redhat.com>
17919
17920 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17921
17922 2014-03-19 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/async.exp (test_background): Expect \r\n after
17925 "completed." in the fail pattern.
17926
17927 2014-03-19 Pedro Alves <palves@redhat.com>
17928
17929 * gdb.base/async.exp (test_background): New procedure.
17930 Use it for all background execution command tests.
17931
17932 2014-03-19 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/async.exp: Use prepare_for_testing.
17935
17936 2014-03-19 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17939 the same line.
17940
17941 2014-03-19 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/async.c (main): Add "jump here" and "until here" line
17944 marker comments.
17945 * gdb.base/async.exp (jump_here): New global.
17946 (jump& test): Use it.
17947 (until_here): New global.
17948 (until& test): Use it.
17949
17950 2014-03-19 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.base/async.exp: Don't frob gdb_protocol.
17953
17954 2014-03-18 Doug Evans <xdje42@gmail.com>
17955
17956 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17957 Fix spelling of exec-done-display.
17958
17959 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17960
17961 PR gdb/15358
17962 * gdb.base/gdb-sigterm.c: New file.
17963 * gdb.base/gdb-sigterm.exp: New file.
17964
17965 2014-03-18 Pedro Alves <palves@redhat.com>
17966
17967 PR gdb/13860
17968 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17969 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17970 solib-event.
17971
17972 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.ada/pckd_arr_ren: New testcase.
17975
17976 2014-03-13 Doug Evans <xdje42@gmail.com>
17977
17978 PR guile/16612
17979 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17980 collect after discarding symbols.
17981
17982 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17983 Doug Evans <xdje42@gmail.com>
17984
17985 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17986 to history survives a gc.
17987
17988 2014-03-13 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.base/default.exp: Don't test "target procfs".
17991
17992 2014-03-13 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/default.exp: Update "target child" and "target procfs"
17995 tests to not expect "Unix".
17996
17997 2014-03-12 Tom Tromey <tromey@redhat.com>
17998
17999 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18000 New procs. Add target-async tests.
18001 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18002 Add target-async tests.
18003
18004 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18005
18006 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18007 'func_start' and 'func_end' for the beginning and end of the
18008 function code, respectively.
18009 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18010 'func_end' instead of 'func' and 'main'.
18011
18012 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18013
18014 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18015 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18016 generate the debug info assembler source.
18017
18018 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18019
18020 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18021 * gdb.dwarf2/arr-subrange.exp: Likewise.
18022 * gdb.dwarf2/dwz.exp: Likewise.
18023 * gdb.dwarf2/method-ptr.exp: Likewise.
18024 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18025 * gdb.dwarf2/subrange.exp: Likewise.
18026 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18027 * gdb.dwarf2/implptrpiece.exp: Likewise.
18028 * gdb.dwarf2/nostaticblock.exp: Likewise.
18029
18030 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18031
18032 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18033 directory to absolute path name arguments.
18034
18035 2014-03-10 Joel Brobecker <brobecker@adacore.com>
18036
18037 * gdb.ada/tagged_access: New testcase.
18038
18039 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18040
18041 * gdb.btrace/data.exp: Update expected output.
18042
18043 2014-03-06 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.trace/pr16508.exp: New file.
18046
18047 2014-03-05 Pedro Alves <palves@redhat.com>
18048
18049 PR gdb/16575
18050 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18051 procedure.
18052 (top level): Adjust to use it. Add tests that exercise breakpoint
18053 interaction with the code-cache.
18054
18055 2014-02-26 Ludovic Courtès <ludo@gnu.org>
18056
18057 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18058 test for 'history-append!'.
18059
18060 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18061
18062 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18063 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18064 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18065 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18066 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18067 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18068
18069 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18070
18071 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18072 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18073 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18074
18075 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18076
18077 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18078
18079 2014-02-26 Joel Brobecker <brobecker@adacore.com>
18080
18081 * gdb.dwarf2/arr-stride.c: New file.
18082 * gdb.dwarf2/arr-stride.exp: New file.
18083
18084 2014-02-26 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18087 that won't ever trigger. Make sure that GDB reports the correct
18088 breakpoint that caused the stop.
18089
18090 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18091
18092 PR gdb/16626
18093 * gdb.base/auto-load-script: New file.
18094 * gdb.base/auto-load.c: New file.
18095 * gdb.base/auto-load.exp: New file.
18096
18097 PR gdb/16626
18098 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18099
18100 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18101
18102 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18103 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18104
18105 2014-02-24 Doug Evans <dje@google.com>
18106
18107 * lib/gdb.exp (run_on_host): Log error output if program fails.
18108
18109 2014-02-21 Pedro Alves <palves@redhat.com>
18110
18111 * gdb.threads/step-after-sr-lock.c: Rename to ...
18112 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18113 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18114 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18115 ... this.
18116
18117 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18118
18119 PR tdep/16397
18120 * gdb.arch/amd64-stap-special-operands.exp: New file.
18121 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18122 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18123 * gdb.arch/amd64-stap-triplet.S: Likewise.
18124 * gdb.arch/amd64-stap-triplet.c: Likewise.
18125
18126 2014-02-20 Joel Brobecker <brobecker@adacore.com>
18127
18128 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18129 in .section pseudo-op.
18130
18131 2014-02-20 lin zuojian <manjian2006@gmail.com>
18132 Joel Brobecker <brobecker@adacore.com>
18133 Doug Evans <xdje42@gmail.com>
18134
18135 PR symtab/16581
18136 * gdb.dwarf2/dw2-icycle.S: New file.
18137 * gdb.dwarf2/dw2-icycle.c: New file.
18138 * gdb.dwarf2/dw2-icycle.exp: New file.
18139
18140 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18141
18142 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18143 operations on gdb.Value objects.
18144 * gdb.python/py-value-cc.exp: Add new test to test operations on
18145 gdb.Value objects.
18146
18147 2014-02-18 Doug Evans <dje@google.com>
18148
18149 * Makefile.in (TESTS): New variable.
18150 (expanded_tests, expanded_tests_or_none): New variables
18151 (check-single): Pass $(expanded_tests_or_none) to runtest.
18152 (check-parallel): Only run tests in $(TESTS) if non-empty.
18153 (check/no-matching-tests-found): New rule.
18154 * README: Document TESTS makefile variable.
18155
18156 2014-02-18 Doug Evans <dje@google.com>
18157
18158 * Makefile.in (check-parallel): rm -rf outputs temp.
18159
18160 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18161
18162 Fix "ERROR: no fileid for" in the testsuite.
18163 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18164
18165 2014-02-12 Doug Evans <dje@google.com>
18166
18167 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18168 (MISCELLANEOUS): New variable.
18169 (clean): rm -rf $(MISCELLANEOUS).
18170 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18171 dwp live in the same directory as symlinks, with each symlink pointed
18172 to a differently named file in a different directory.
18173
18174 2014-02-11 Doug Evans <dje@google.com>
18175
18176 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18177 of Tcl file commands.
18178
18179 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18180
18181 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18182 "kill -SIGUSR1 -1".
18183
18184 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18185
18186 * gdb.ada/tick_length_array_enum_idx: New testcase.
18187
18188 2014-02-10 Doug Evans <xdje42@gmail.com>
18189
18190 * configure.ac (AC_OUTPUT): Add gdb.guile.
18191 * configure: Regenerate.
18192 * lib/gdb-guile.exp: New file.
18193 * lib/gdb.exp (get_target_charset): New function.
18194 * gdb.base/help.exp: Update expected output from "apropos apropos".
18195 * gdb.guile/Makefile.in: New file.
18196 * gdb.guile/guile.exp: New file.
18197 * gdb.guile/scm-arch.c: New file.
18198 * gdb.guile/scm-arch.exp: New file.
18199 * gdb.guile/scm-block.c: New file.
18200 * gdb.guile/scm-block.exp: New file.
18201 * gdb.guile/scm-breakpoint.c: New file.
18202 * gdb.guile/scm-breakpoint.exp: New file.
18203 * gdb.guile/scm-disasm.c: New file.
18204 * gdb.guile/scm-disasm.exp: New file.
18205 * gdb.guile/scm-equal.c: New file.
18206 * gdb.guile/scm-equal.exp: New file.
18207 * gdb.guile/scm-error.exp: New file.
18208 * gdb.guile/scm-error.scm: New file.
18209 * gdb.guile/scm-frame-args.c: New file.
18210 * gdb.guile/scm-frame-args.exp: New file.
18211 * gdb.guile/scm-frame-args.scm: New file.
18212 * gdb.guile/scm-frame-inline.c: New file.
18213 * gdb.guile/scm-frame-inline.exp: New file.
18214 * gdb.guile/scm-frame.c: New file.
18215 * gdb.guile/scm-frame.exp: New file.
18216 * gdb.guile/scm-generics.exp: New file.
18217 * gdb.guile/scm-gsmob.exp: New file.
18218 * gdb.guile/scm-iterator.c: New file.
18219 * gdb.guile/scm-iterator.exp: New file.
18220 * gdb.guile/scm-math.c: New file.
18221 * gdb.guile/scm-math.exp: New file.
18222 * gdb.guile/scm-objfile-script-gdb.in: New file.
18223 * gdb.guile/scm-objfile-script.c: New file.
18224 * gdb.guile/scm-objfile-script.exp: New file.
18225 * gdb.guile/scm-objfile.c: New file.
18226 * gdb.guile/scm-objfile.exp: New file.
18227 * gdb.guile/scm-ports.exp: New file.
18228 * gdb.guile/scm-pretty-print.c: New file.
18229 * gdb.guile/scm-pretty-print.exp: New file.
18230 * gdb.guile/scm-pretty-print.scm: New file.
18231 * gdb.guile/scm-section-script.c: New file.
18232 * gdb.guile/scm-section-script.exp: New file.
18233 * gdb.guile/scm-section-script.scm: New file.
18234 * gdb.guile/scm-symbol.c: New file.
18235 * gdb.guile/scm-symbol.exp: New file.
18236 * gdb.guile/scm-symtab-2.c: New file.
18237 * gdb.guile/scm-symtab.c: New file.
18238 * gdb.guile/scm-symtab.exp: New file.
18239 * gdb.guile/scm-type.c: New file.
18240 * gdb.guile/scm-type.exp: New file.
18241 * gdb.guile/scm-value-cc.cc: New file.
18242 * gdb.guile/scm-value-cc.exp: New file.
18243 * gdb.guile/scm-value.c: New file.
18244 * gdb.guile/scm-value.exp: New file.
18245 * gdb.guile/source2.scm: New file.
18246 * gdb.guile/types-module.cc: New file.
18247 * gdb.guile/types-module.exp: New file.
18248
18249 2014-02-10 Yao Qi <yao@codesourcery.com>
18250
18251 PR testsuite/16543
18252 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18253 * configure: Regenerated.
18254 * Makefile.in: New file.
18255
18256 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18257
18258 * gdb.python/py-framefilter.exp: Fix typo.
18259
18260 2014-02-08 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18263 that no =breakpoint-modified is emitted when breakpoints are
18264 modified through MI commands.
18265
18266 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18267 Pedro Alves <palves@redhat.com>
18268
18269 * gdb.threads/step-after-sr-lock.c: New file.
18270 * gdb.threads/step-after-sr-lock.exp: New file.
18271
18272 2014-02-07 Pedro Alves <palves@redhat.com>
18273
18274 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18275
18276 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18277
18278 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18279 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18280
18281 2014-02-06 Doug Evans <xdje42@gmail.com>
18282
18283 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18284 output.
18285
18286 * gdb.gdb/python-interrupts.exp: New file.
18287
18288 2014-02-05 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.trace/report.exp (use_collected_data): Test the output
18291 of "info threads" and "info inferiors".
18292
18293 2014-02-05 Yao Qi <yao@codesourcery.com>
18294
18295 Revert this patch:
18296
18297 2013-05-24 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.trace/tfile.exp: Test inferior and thread.
18300
18301 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18302
18303 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18304 on a function.
18305 * gdb.base/step-bt.c: Call hello via function pointer to make
18306 sure its first instruction is executed on powerpc64le-linux.
18307
18308 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18309
18310 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18311
18312 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18313
18314 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18315 of the test patterns for use on little-endian systems.
18316
18317 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18318
18319 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18320 (decimal_vector): Fix for little-endian.
18321
18322 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18323
18324 * gdb.arch/sparc-sysstep.exp: New file.
18325 * gdb.arch/sparc-sysstep.c: Likewise.
18326
18327 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18328
18329 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18330
18331 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18332
18333 2014-01-23 Tom Tromey <tromey@redhat.com>
18334
18335 * gdb.ada/array_char_idx: New testcase.
18336
18337 2014-01-23 Tom Tromey <tromey@redhat.com>
18338
18339 PR python/16487:
18340 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18341 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18342 classes.
18343
18344 2014-01-23 Tom Tromey <tromey@redhat.com>
18345
18346 PR python/16491:
18347 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18348 string from an inferior frame.
18349 * gdb.python/py-framefilter-mi.exp: Update.
18350
18351 2014-01-22 Doug Evans <dje@google.com>
18352
18353 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18354
18355 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18356
18357 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18358
18359 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18360
18361 * gdb.trace/entry-values.exp: Remove excess space character from
18362 regex patterns. Handle s390 call instruction.
18363
18364 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18365
18366 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18367 define "*_start" label. Make "name" static.
18368 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18369 ${name} by references to ${name}_start.
18370
18371 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18372
18373 * gdb.base/info-macros.exp: Remove "debug" from the compile
18374 options.
18375
18376 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18377
18378 * gdb.dlang/demangle.exp: New file.
18379
18380 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18381
18382 * gdb.dlang/primitive-types.exp: New file.
18383
18384 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18385
18386 * configure.ac: Create gdb.dlang/Makefile.
18387 * configure: Regenerate.
18388 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18389 * gdb.dlang/Makefile.in: New file.
18390 * lib/d-support.exp: New file.
18391 * lib/gdb.exp (skip_d_tests): New proc.
18392
18393 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18394
18395 * gdb.btrace/delta.exp: Check reverse stepi.
18396 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18397 * gdb.btrace/finish.exp: New.
18398 * gdb.btrace/next.exp: New.
18399 * gdb.btrace/nexti.exp: New.
18400 * gdb.btrace/record_goto.c: Add comments.
18401 * gdb.btrace/step.exp: New.
18402 * gdb.btrace/stepi.exp: New.
18403 * gdb.btrace/multi-thread-step.c: New.
18404 * gdb.btrace/multi-thread-step.exp: New.
18405 * gdb.btrace/rn-dl-bind.c: New.
18406 * gdb.btrace/rn-dl-bind.exp: New.
18407 * gdb.btrace/data.c: New.
18408 * gdb.btrace/data.exp: New.
18409 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18410
18411 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18412
18413 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18414 * gdb.btrace/exception.exp: Update.
18415 * gdb.btrace/instruction_history.exp: Update.
18416 * gdb.btrace/record_goto.exp: Update.
18417 * gdb.btrace/tailcall.exp: Update.
18418 * gdb.btrace/unknown_functions.exp: Update.
18419 * gdb.btrace/delta.exp: New.
18420
18421 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18422
18423 * gdb.btrace/record_goto.exp: Add backtrace test.
18424 * gdb.btrace/tailcall.exp: Add backtrace test.
18425
18426 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18427
18428 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18429 * gdb.btrace/record_goto.c: New.
18430 * gdb.btrace/record_goto.exp: New.
18431 * gdb.btrace/x86-record_goto.S: New.
18432
18433 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18434
18435 * gdb.btrace/function_call_history.exp: Update tests.
18436 * gdb.btrace/instruction_history.exp: Update tests.
18437
18438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18439
18440 * gdb.btrace/function_call_history.exp: Fix expected field
18441 order for "record function-call-history".
18442 Add new tests for "record function-call-history /c".
18443 * gdb.btrace/exception.cc: New.
18444 * gdb.btrace/exception.exp: New.
18445 * gdb.btrace/tailcall.exp: New.
18446 * gdb.btrace/x86-tailcall.S: New.
18447 * gdb.btrace/x86-tailcall.c: New.
18448 * gdb.btrace/unknown_functions.c: New.
18449 * gdb.btrace/unknown_functions.exp: New.
18450 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18451
18452 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18453
18454 * gdb.btrace/instruction_history.exp: Update.
18455 * gdb.btrace/function_call_history.exp: Update.
18456
18457 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18458
18459 * gdb.btrace/function_call_history.exp: Fix expected function
18460 trace.
18461 * gdb.btrace/instruction_history.exp: Initialize traced.
18462 Remove traced_functions.
18463
18464 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18465
18466 * gdb.btrace/function_call_history.exp: Update
18467 * gdb.btrace/instruction_history.exp: Update.
18468
18469 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18470
18471 * gdb.btrace/enable.exp: Update expected text.
18472
18473 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18474
18475 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18476 bytes.
18477
18478 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18479
18480 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18481
18482 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18483
18484 * lib/gdb.exp (supports_process_record): Return true for
18485 arm*-linux*. (supports_reverse): Likewise.
18486
18487 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18488
18489 PR python/15464
18490 PR python/16113
18491 * gdb.python/py-type.c: Enhance test case.
18492 * gdb.python/py-value-cc.cc: Likewise
18493 * gdb.python/py-type.exp: Add new tests.
18494 * gdb.python/py-value-cc.exp: Likewise
18495
18496 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18497 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18500 Make "name" extern.
18501 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18502 references to ${name}_start by references to ${name}.
18503
18504 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18505
18506 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18507
18508 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18509
18510 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18511
18512 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18513 Pedro Alves <palves@redhat.com>
18514
18515 * gdb.mi/mi-info-os.exp: Connect to the target with
18516 mi_gdb_target_load.
18517
18518 2014-01-08 Pedro Alves <palves@redhat.com>
18519
18520 * gdb.threads/reconnect-signal.c: New file.
18521 * gdb.threads/reconnect-signal.exp: New file.
18522
18523 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 * gdb.base/source-dir.exp: New file.
18526
18527 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18528
18529 * gdb.ada/mi_interface: New testcase.
18530
18531 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18532
18533 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18534 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18535 gdb.ada/pp-rec-component/pck.ads: New files.
18536
18537 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.python/py-pp-integral.c: New file.
18540 * gdb.python/py-pp-integral.py: New file.
18541 * gdb.python/py-pp-integral.exp: New file.
18542
18543 For older changes see ChangeLog-1993-2013.
18544 \f
18545 ;; Local Variables:
18546 ;; mode: change-log
18547 ;; left-margin: 8
18548 ;; fill-column: 74
18549 ;; version-control: never
18550 ;; End:
18551
18552 Copyright 2014-2020 Free Software Foundation, Inc.
18553 Copying and distribution of this file, with or without modification,
18554 are permitted provided the copyright notice and this notice are preserved.
This page took 0.483933 seconds and 4 git commands to generate.