[gdb/testsuite] Fix gnatmake_version_at_least
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-13 Tom de Vries <tdevries@suse.de>
2
3 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4 call.
5
6 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
7
8 PR tui/25126
9 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
10 * gdb.base/cached-source-file.c: New file.
11 * gdb.base/cached-source-file.exp: New file.
12
13 2020-02-11 Tom de Vries <tdevries@suse.de>
14
15 PR testsuite/25488
16 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
17
18 2020-02-10 Tom de Vries <tdevries@suse.de>
19
20 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
21
22 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
23
24 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
25 and $after_addr are both integers before making a comparison.
26
27 2020-02-09 Tom de Vries <tdevries@suse.de>
28
29 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
30 command output and paste it into gdb.log. If any, paste catch message
31 to gdb.log.
32
33 2020-02-07 Tom Tromey <tromey@adacore.com>
34
35 PR breakpoints/24915:
36 * gdb.base/annotate-symlink.exp: Use setup_xfail.
37
38 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
39
40 * gdb.tui/tui-missing-src.exp: Add the "missing source
41 file" test for the TUI.
42
43 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
46 including a port number in the output.
47
48 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
49
50 * lib/fortran.exp (fortran_int4): Handle clang.
51 (fortran_int8): Likewise.
52 (fortran_real4): Likewise.
53 (fortran_real8): Likewise.
54 (fortran_complex4): Likewise.
55 (fortran_logical4): Likewise.
56 (fortran_character1): Likewise.
57
58 2020-02-04 Tom de Vries <tdevries@suse.de>
59
60 * README (Race detection): Add note.
61
62 2020-02-04 Tom de Vries <tdevries@suse.de>
63
64 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
65
66 2020-02-04 Tom de Vries <tdevries@suse.de>
67
68 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
69
70 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
71
72 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
73 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
74 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
75 blttar, bnetarl.
76 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
77 binary for blttar, bnetarl.
78 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
79 wait instruction. Delete ldmx test.
80 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
81
82 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
83
84 * gdb.fortran/array-bounds-high.exp: New file.
85 * gdb.fortran/array-bounds-high.f90: New file.
86
87 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
88
89 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
90 Replace #include of <sys/fcntl.h> by <fcntl.h>.
91
92 2020-02-01 Tom de Vries <tdevries@suse.de>
93
94 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
95
96 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 PR tui/9765
99 * gdb.tui/tui-layout-asm-short-prog.S: New file.
100 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
101
102 2020-01-29 Luis Machado <luis.machado@linaro.org>
103
104 * gdb.arch/aarch64-brk-patterns.c: New source file.
105 * gdb.arch/aarch64-brk-patterns.exp: New test.
106
107 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
108
109 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
110 GCC/Clang version.
111 * gdb.cp/pass-by-ref.exp: Ditto.
112
113 2020-01-29 Tom de Vries <tdevries@suse.de>
114
115 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
116 * gdb.threads/watchpoint-fork-mt.c: Same.
117 * gdb.threads/watchpoint-fork-parent.c: Same.
118 * gdb.threads/watchpoint-fork-st.c: Same.
119 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
120
121 2020-01-27 Luis Machado <luis.machado@linaro.org>
122
123 * gdb.base/step-over-syscall.exp (setup): Check if we're already
124 sitting at a syscall instruction when we hit the syscall function's
125 breakpoint.
126 Check PC against one obtained with the x command.
127 Validate syscall number.
128 (step_over_syscall): Don't continue to the syscall instruction if
129 we're already there.
130
131 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
132
133 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
134
135 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
138 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
139
140 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.dwarf2/dw2-inline-stepping.c: New file.
143 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
144
145 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.base/maint.exp: Update line table parsing test.
148 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
149
150 2020-01-24 Pedro Alves <palves@redhat.com>
151
152 PR gdb/25410
153 * gdb.multi/multi-re-run-1.c: New.
154 * gdb.multi/multi-re-run-2.c: New.
155 * gdb.multi/multi-re-run.exp: New.
156
157 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 PR gdb/23718
160 * gdb.server/server-kill-python.exp: New file.
161
162 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
163
164 * gdb.server/multi-ui-errors.c: New file.
165 * gdb.server/multi-ui-errors.exp: New file.
166
167 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 PR tui/9765
170 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
171
172 2020-01-19 Tom Tromey <tom@tromey.com>
173
174 * gdb.tui/main.exp: Add check for plain "file".
175
176 2020-01-16 Christian Biesinger <cbiesinger@google.com>
177
178 * lib/gdb.exp: Fix spelling error (seperatelly).
179
180 2020-01-14 Tom Tromey <tom@tromey.com>
181
182 PR symtab/12535:
183 * gdb.python/python.exp: Test decode_line with empty string
184 argument.
185
186 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
187
188 * gdb.base/skip-inline.exp: Extend test.
189
190 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
193 * gdb.dwarf2/dw2-bad-elf.c: New file.
194 * gdb.dwarf2/dw2-bad-elf.exp: New file.
195
196 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
197
198 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
199 _line_saw_file.
200
201 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
204 border.
205
206 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
207
208 * gdb.multi/multi-target.exp (setup): Factor out "info
209 connections" and "info inferiors" tests to ...
210 (test_info_inferiors): ... this new procedure.
211 (top level): Run new "info-inferiors" tests.
212
213 2020-01-10 Pedro Alves <palves@redhat.com>
214
215 * gdb.server/bkpt-other-inferior.exp: New file.
216
217 2020-01-10 Pedro Alves <palves@redhat.com>
218
219 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
220 of "add-inferior".
221 * gdb.base/quit-live.exp: Likewise.
222 * gdb.base/remote-exec-file.exp: Likewise.
223 * gdb.guile/scm-progspace.exp: Likewise.
224 * gdb.linespec/linespec.exp: Likewise.
225 * gdb.mi/new-ui-mi-sync.exp: Likewise.
226 * gdb.mi/user-selected-context-sync.exp: Likewise.
227 * gdb.multi/multi-target.exp (setup): Add "info connection" and
228 "info inferiors" tests.
229 * gdb.multi/remove-inferiors.exp: Adjust expected output of
230 "add-inferior".
231 * gdb.multi/watchpoint-multi.exp: Likewise.
232 * gdb.python/py-inferior.exp: Likewise.
233 * gdb.server/extended-remote-restart.exp: Likewise.
234 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
235 "info inferiors".
236 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
237 * gdb.trace/report.exp: Likewise.
238
239 2020-01-10 Pedro Alves <palves@redhat.com>
240
241 * gdb.multi/multi-target.c: New file.
242 * gdb.multi/multi-target.exp: New file.
243 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
244 mode requested, but remote does not support non-stop".
245
246 2020-01-10 Pedro Alves <palves@redhat.com>
247
248 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
249 disconnect before reconnecting.
250
251 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
252 Pedro Alves <palves@redhat.com>
253
254 * gdb.server/connect-without-multi-process.exp: Also test
255 continuing to end.
256
257 2020-01-10 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/remote-exec-file.exp: New file.
260
261 2020-01-10 Pedro Alves <palves@redhat.com>
262
263 * gdb.base/fork-running-state.exp (do_test): Adjust expected
264 output.
265 * gdb.threads/async.c: New.
266 * gdb.threads/async.exp: New.
267 * gdb.multi/tids-gid-reset.c: New.
268 * gdb.multi/tids-gid-reset.exp: New.
269
270 2020-01-10 George Barrett <bob@bob131.so>
271
272 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
273 to help in finding the image relocation offset.
274 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
275 options in arguments.
276 (stap_test_no_debuginfo): Likewise.
277 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
278 test variants.
279 (stap_test): Add null semaphore relocation test.
280
281 2020-01-10 George Barrett <bob@bob131.so>
282
283 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
284 * gdb.base/stap-probe.exp: Likewise.
285 (stap_test): Pass argument as an additional flag.
286 (stap_test_no_debuginfo): Likewise.
287 (stap_test): Check `info probes stap' output for semaphore
288 addresses if the test binary is supposed to have them.
289
290 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * gdb.tui/basic.exp: Add more scrolling tests.
293
294 2020-01-09 Tom Tromey <tom@tromey.com>
295
296 PR tui/18932:
297 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
298 meangingful value.
299 (Term::command, Term::resize): Update.
300 * gdb.tui/basic.exp: Add scrolling test.
301
302 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.tui/tui-layout-asm.exp: New file.
305
306 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * lib/tuiterm.exp (Term::check_box_contents): New proc.
309
310 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
313 (Term::enter_tui): Use Term::prepare_for_tui.
314
315 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
318 called.
319
320 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.base/skip.exp: Fix race condition in test.
323
324 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
325
326 * gdb.base/backtrace.c: New file.
327 * gdb.base/backtrace.exp: New file.
328
329 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
332
333 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
334
335 * gdb.base/style.exp: Test that warnings are styled.
336
337 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
338
339 * gdb.base/line65535.exp: New file.
340 * gdb.base/line65535.c: New file.
341
342 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
343
344 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
345 * lib/gnat_debug_info_test.adb: New file.
346 * gdb.ada/ptype_tagged_param.exp: Use
347 gnat_runtime_has_debug_info, expect a different output if
348 runtime does not have debug info.
349
350 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
351
352 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
353 (another) quote in test name.
354
355 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
356
357 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
358 Add quote in test name.
359
360 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
361
362 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
363 directory instead.
364 * gdb.cp/pass-by-ref.exp: Extend with more cases.
365 * gdb.cp/pass-by-ref-2.cc: New file.
366 * gdb.cp/pass-by-ref-2.exp: New file.
367
368 2019-12-20 Tom Tromey <tom@tromey.com>
369
370 * gdb.tui/list-before.exp: New file.
371
372 2019-12-20 Tom Tromey <tom@tromey.com>
373
374 * gdb.tui/list.exp: Check for source on initial listing.
375
376 2019-12-11 Tom Tromey <tromey@adacore.com>
377
378 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
379 Add crlf test.
380
381 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
382
383 * gdb.base/default.exp: Update value of $_gdb_major.
384
385 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
386
387 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
388
389 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
390
391 * gdb.base/skip.exp: Whitespace fix.
392
393 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
394
395 * gdb.base/skip-inline.c: New file.
396 * gdb.base/skip-inline.exp: New file.
397
398 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
399
400 * gdb.base/jit-reader.exp (jit_reader_test): Rename
401 jit_function_00 to jit_function_stack_mangle.
402 * gdb.base/jithost.c (jit_function_t): Rename to...
403 (jit_function_stack_mangle_t): ... this.
404 (jit_function_add_t): New typedef.
405 (jit_function_00_code): Rename to...
406 (jit_function_stack_mangle_code): ... this, make static.
407 (jit_function_add_code): New.
408 (main): Generate "add" function and call it. Adjust to changes
409 in jithost_abi.
410 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
411 (struct jithost_abi) <begin, end>: Remove fields.
412 <object, function_stack_mangle, function_add>: New fields.
413 * gdb.base/jitreader.c (struct reader_state) <code_begin,
414 code_end>: Remove fields.
415 <func_stack_mangle>: New field.
416 (read_debug_info): Adjust to renaming, create block for "add"
417 function.
418 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
419
420 2019-12-11 Tom Tromey <tom@tromey.com>
421
422 * gdb.tui/resize.exp: Fix regexp.
423 * gdb.tui/regs.exp: Fix regexps.
424 * gdb.tui/main.exp: Fix regexp.
425
426 2019-12-11 Tom Tromey <tom@tromey.com>
427
428 * gdb.tui/resize.exp: Update.
429 * gdb.tui/empty.exp (layouts): Update.
430
431 2019-12-11 Tom Tromey <tom@tromey.com>
432
433 * gdb.tui/regs.exp: Update.
434 * gdb.tui/empty.exp (layouts): Update.
435 * gdb.tui/basic.exp: Update.
436 * lib/tuiterm.exp (_check_box): Don't check bottom border.
437
438 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.base/options.exp: Add -raw-values in the print completion list.
441 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
442
443 2019-12-10 Kevin Buettner <kevinb@redhat.com>
444
445 * gdb.threads/omp-par-scope.c: New file.
446 * gdb/threads/omp-par-scope.exp: New file.
447
448 2019-12-10 Kevin Buettner <kevinb@redhat.com>
449
450 * lib/gdb.exp (support_nested_function_tests): New proc.
451
452 2019-12-10 Kevin Buettner <kevinb@redhat.com>
453
454 * lib/gdb.exp (gdb_compile_openmp): New proc.
455 (build_executable_from_specs): Add an "openmp" option.
456 (gdb_compile_pthreads): Add non-executable case.
457
458 2019-12-10 Tom Tromey <tromey@adacore.com>
459
460 * gdb.ada/unchecked_union.exp: New file.
461 * gdb.ada/unchecked_union/pck.adb: New file.
462 * gdb.ada/unchecked_union/pck.ads: New file.
463 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
464 * gdb-utils.exp (string_to_regexp): Also quote "?".
465
466 2019-12-10 George Barrett <bob@bob131.so>
467
468 Test scripted probe breakpoints.
469 * gdb.guile/scm-breakpoint.c (main): Add probe point.
470 * gdb.python/py-breakpoint.c (main): Likewise.
471 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
472 specifier test.
473 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
474
475 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
476
477 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
478 an rvalue parameter.
479 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
480 parameter.
481
482 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
485 modules.
486
487 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
490 broken version of GCC.
491
492 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
493
494 * gdb.fortran/info-modules.exp: Rewrite to make use of new
495 sym-info-cmds library.
496 * gdb.fortran/info-types.exp: Likewise.
497 * lib/sym-info-cmds.exp: New file.
498
499 2019-12-08 Tom de Vries <tdevries@suse.de>
500
501 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
502
503 2019-12-07 Keith Seitz <keiths@redhat.com>
504
505 * gdb.base/corefile-buildid-shlib-shr.c: New file.
506 * gdb.base/corefile-buildid-shlib.c: New file.
507 * gdb.base/corefile-buildid.c: New file.
508 * gdb.base/corefile-buildid.exp: New file.
509
510 2019-12-06 Tom de Vries <tdevries@suse.de>
511
512 * gdb.dwarf2/varval.exp: Add decl before def test.
513
514 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
515
516 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
517
518 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
519
520 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
521 CV and reference conversion for overload resolution.
522 * gdb.cp/rvalue-ref-overload.exp: Test it.
523
524 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
525
526 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
527 * gdb.base/frameapply.exp: Test faas without command.
528
529 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
532 Fortran tests.
533 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
534 order.
535
536 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
539 casting to type with no kind specified.
540 (test_basic_parsing_of_type_kinds): Additional tests for types
541 with no kind specified, and add tests for single/double
542 precision/complex types.
543
544 2019-12-04 Tom Tromey <tromey@adacore.com>
545
546 * gdb.base/endianity.c (struct other) <x>: New field.
547 (main): Initialize it.
548 * gdb.base/endianity.exp: Update.
549
550 2019-12-04 Tom Tromey <tromey@adacore.com>
551
552 * gdb.ada/scalar_storage/storage.adb: New file.
553 * gdb.ada/scalar_storage/pck.adb: New file.
554 * gdb.ada/scalar_storage/pck.ads: New file.
555 * gdb.ada/scalar_storage.exp: New file.
556
557 2019-12-04 Tom Tromey <tromey@adacore.com>
558
559 * gdb.base/endianity.c (struct otherendian) <f>: New field.
560 (main): Initialize it.
561 * gdb.base/endianity.exp: Update.
562
563 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
566
567 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
570 -symbol-info-module-functions and -symbol-info-module-variables.
571
572 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
575
576 2019-12-01 Richard Bunt <richard.bunt@arm.com>
577 Andrew Burgess <andrew.burgess@embecosm.com>
578
579 * gdb.fortran/derived-type-striding.exp: New file.
580 * gdb.fortran/derived-type-striding.f90: New file.
581 * gdb.fortran/array-slices.exp: New file.
582 * gdb.fortran/array-slices.f90: New file.
583
584 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
585
586 * gdb.base/define.exp: Test . in command names.
587 * gdb.base/setshow.exp: Update test, as . is now part of
588 command name.
589
590 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
591
592 * gdb.base/define-prefix.exp: New file.
593
594 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
597 compile.
598 (skip_btrace_pt_tests): Likewise.
599
600 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.fortran/info-modules.exp: Compile source files in correct
603 order.
604
605 2019-11-27 Kevin Buettner <kevinb@redhat.com>
606
607 * gdb.dwarf2/imported-unit.exp: New file.
608 * gdb.dwarf2/imported-unit.c: New file.
609
610 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * gdb.mi/mi-fortran-modules-2.f90: New file.
613 * gdb.mi/mi-fortran-modules.exp: New file.
614 * gdb.mi/mi-fortran-modules.f90: New file.
615
616 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.mi/mi-sym-info-1.c: New file.
619 * gdb.mi/mi-sym-info-2.c: New file.
620 * gdb.mi/mi-sym-info.exp: New file.
621
622 2019-11-22 Tom Tromey <tromey@adacore.com>
623
624 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
625 * gdb.ada/tasks/foo.adb: Add another stopping location.
626
627 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
628
629 * gdb.base/endianity.c: New test.
630 * gdb.base/endianity.exp: New file.
631
632 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
633
634 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
635
636 2019-11-21 Tom de Vries <tdevries@suse.de>
637
638 PR gdb/24956
639 * gdb.base/ui-redirect.exp: Test output of user-defined command.
640
641 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
642
643 * gdb.python/py-progspace.exp: Add missing parentheses on some
644 'print' commands.
645
646 2019-11-19 Tom Tromey <tom@tromey.com>
647
648 * gdb.tui/winheight.exp: New file.
649
650 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
651
652 * gdb.base/ctf-whatis.c: Delete.
653 * gdb.base/ctf-whatis.exp: Delete.
654 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
655
656 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.base/ctf-cvexpr.exp: Delete.
659 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
660
661 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
664 the compiler. Clean up header comment a little.
665 * gdb.base/ctf-ptype.exp: Likewise.
666 * gdb.base/ctf-whatis.exp: Likewise.
667 * lib/gdb.exp (skip_ctf_tests): New proc.
668
669 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
670
671 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
672 * gdb.tui/corefile-run.exp: New file.
673
674 2019-11-14 Tom Tromey <tromey@adacore.com>
675
676 * gdb.base/gdbvars.exp (test_convenience_variables): Add
677 regression tests.
678
679 2019-11-12 Tom Tromey <tom@tromey.com>
680
681 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
682 after any command. Expect prompt after WAIT_FOR is seen.
683 (enter_tui): Enable resize messages.
684 (command): Expect command in output.
685 (get_line): Avoid error when cursor appears to be off-screen.
686 (dump_screen): Include screen size in title.
687 (_do_resize): New proc, from "resize".
688 (resize): Rewrite. Do resize in two steps.
689 * gdb.tui/empty.exp (layouts): Fix entries.
690 (check_boxes): Remove xfail.
691 (check_text): Dump screen on failure.
692
693 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.python/py-symbol.exp: Add test for
696 gdb.lookup_static_symbols.
697
698 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.python/py-symbol.c: Declare and call function from new
701 py-symbol-2.c file.
702 * gdb.python/py-symbol.exp: Compile both source files, and add new
703 tests for gdb.lookup_static_symbol.
704 * gdb.python/py-symbol-2.c: New file.
705
706 2019-11-02 Tom de Vries <tdevries@suse.de>
707
708 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
709 * gdb.base/anon.exp: Same.
710 * gdb.base/auto-connect-native-target.exp: Same.
711 * gdb.base/call-ar-st.exp: Same.
712 * gdb.base/catch-syscall.exp: Same.
713 * gdb.base/commands.exp: Same.
714 * gdb.base/default.exp: Same.
715 * gdb.base/display.exp: Same.
716 * gdb.base/float.exp: Same.
717 * gdb.base/foll-fork.exp: Same.
718 * gdb.base/help.exp: Same.
719 * gdb.base/info-macros.exp: Same.
720 * gdb.base/info-proc.exp: Same.
721 * gdb.base/info-target.exp: Same.
722 * gdb.base/long_long.exp: Same.
723 * gdb.base/macscp.exp: Same.
724 * gdb.base/memattr.exp: Same.
725 * gdb.base/nofield.exp: Same.
726 * gdb.base/pointers.exp: Same.
727 * gdb.base/printcmds.exp: Same.
728 * gdb.base/ptype.exp: Same.
729 * gdb.base/restore.exp: Same.
730 * gdb.base/return.exp: Same.
731 * gdb.base/scope.exp: Same.
732 * gdb.base/set-noassign.exp: Same.
733 * gdb.base/setshow.exp: Same.
734 * gdb.base/shlib-call.exp: Same.
735 * gdb.base/signals.exp: Same.
736 * gdb.base/sigstep.exp: Same.
737 * gdb.base/skip.exp: Same.
738 * gdb.base/solib-symbol.exp: Same.
739 * gdb.base/stap-probe.exp: Same.
740 * gdb.base/step-line.exp: Same.
741 * gdb.base/step-test.exp: Same.
742 * gdb.base/style.exp: Same.
743 * gdb.base/varargs.exp: Same.
744 * gdb.base/vla-datatypes.exp: Same.
745 * gdb.base/vla-ptr.exp: Same.
746 * gdb.base/vla-sideeffect.exp: Same.
747 * gdb.base/volatile.exp: Same.
748 * gdb.base/watch-cond-infcall.exp: Same.
749 * gdb.base/watchpoint.exp: Same.
750
751 2019-11-02 Tom de Vries <tdevries@suse.de>
752
753 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
754 * gdb.cp/cpexprs.exp: Same.
755 * gdb.cp/except-multi-location.exp: Same.
756 * gdb.cp/exceptprint.exp: Same.
757 * gdb.cp/gdb2384.exp: Same.
758 * gdb.cp/inherit.exp: Same.
759 * gdb.cp/m-static.exp: Same.
760 * gdb.cp/meth-typedefs.exp: Same.
761 * gdb.cp/misc.exp: Same.
762 * gdb.cp/namespace.exp: Same.
763 * gdb.cp/non-trivial-retval.exp: Same.
764 * gdb.cp/overload.exp: Same.
765 * gdb.cp/pr17132.exp: Same.
766 * gdb.cp/re-set-overloaded.exp: Same.
767 * gdb.cp/rvalue-ref-types.exp: Same.
768 * gdb.cp/templates.exp: Same.
769
770 2019-11-01 Luis Machado <luis.machado@linaro.org>
771
772 PR gdb/25124
773
774 * gdb.arch/pr25124.S: New file.
775 * gdb.arch/pr25124.exp: New file.
776
777 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.fortran/info-modules.exp: Update expected results, and add
780 additional tests for 'info module functinos', and 'info module
781 variables'.
782 * gdb.fortran/info-types.exp: Update expected results.
783 * gdb.fortran/info-types.f90: Extend testcase with additional
784 module variables and functions.
785
786 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.fortran/info-modules.exp: New file.
789 * gdb.fortran/info-types.exp: Build with new file.
790 * gdb.fortran/info-types.f90: Include and use new module.
791 * gdb.fortran/info-types-2.f90: New file.
792
793 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
794
795 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
796 * gdb.base/settings.exp: Test all settings types using
797 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
798 that now verifies that the value of "maint show" is the same as
799 returned by the settings functions. Test the type of the
800 maintenance settings.
801 * gdb.base/default.exp: Update show_conv_list.
802
803 2019-10-31 Tom de Vries <tdevries@suse.de>
804
805 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
806 gdb_test.
807 * gdb.arch/amd64-disp-step.exp: Same.
808 * gdb.asm/asm-source.exp: Same.
809 * gdb.btrace/buffer-size.exp: Same.
810 * gdb.btrace/cpu.exp: Same.
811 * gdb.btrace/enable.exp: Same.
812 * gdb.dwarf2/count.exp: Same.
813 * gdb.dwarf2/dw2-ranges-func.exp: Same.
814 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
815 * gdb.fortran/vla-datatypes.exp: Same.
816 * gdb.fortran/vla-history.exp: Same.
817 * gdb.fortran/vla-ptype.exp: Same.
818 * gdb.fortran/vla-value.exp: Same.
819 * gdb.fortran/whatis_type.exp: Same.
820 * gdb.guile/guile.exp: Same.
821 * gdb.multi/tids.exp: Same.
822 * gdb.python/py-finish-breakpoint.exp: Same.
823 * gdb.python/py-framefilter.exp: Same.
824 * gdb.python/py-pp-registration.exp: Same.
825 * gdb.python/py-xmethods.exp: Same.
826 * gdb.python/python.exp: Same.
827 * gdb.server/connect-with-no-symbol-file.exp: Same.
828 * gdb.server/no-thread-db.exp: Same.
829 * gdb.server/run-without-local-binary.exp: Same.
830 * gdb.stabs/weird.exp: Same.
831 * gdb.threads/attach-many-short-lived-threads.exp: Same.
832 * gdb.threads/thread-find.exp: Same.
833 * gdb.threads/tls-shared.exp: Same.
834 * gdb.threads/tls.exp: Same.
835 * gdb.threads/wp-replication.exp: Same.
836 * gdb.trace/ax.exp: Same.
837 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
838
839 2019-10-31 Tom de Vries <tdevries@suse.de>
840
841 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
842 * gdb.ada/array_subscript_addr.exp: Same.
843 * gdb.ada/arrayidx.exp: Same.
844 * gdb.ada/arrayparam.exp: Same.
845 * gdb.ada/arrayptr.exp: Same.
846 * gdb.ada/boolean_expr.exp: Same.
847 * gdb.ada/call_pn.exp: Same.
848 * gdb.ada/complete.exp: Same.
849 * gdb.ada/fixed_cmp.exp: Same.
850 * gdb.ada/fun_addr.exp: Same.
851 * gdb.ada/funcall_param.exp: Same.
852 * gdb.ada/interface.exp: Same.
853 * gdb.ada/mod_from_name.exp: Same.
854 * gdb.ada/null_array.exp: Same.
855 * gdb.ada/packed_array.exp: Same.
856 * gdb.ada/packed_tagged.exp: Same.
857 * gdb.ada/print_chars.exp: Same.
858 * gdb.ada/print_pc.exp: Same.
859 * gdb.ada/ptype_arith_binop.exp: Same.
860 * gdb.ada/ptype_field.exp: Same.
861 * gdb.ada/ptype_tagged_param.exp: Same.
862 * gdb.ada/rec_return.exp: Same.
863 * gdb.ada/ref_tick_size.exp: Same.
864 * gdb.ada/str_ref_cmp.exp: Same.
865 * gdb.ada/taft_type.exp: Same.
866 * gdb.ada/tagged.exp: Same.
867 * gdb.ada/type_coercion.exp: Same.
868 * gdb.ada/uninitialized_vars.exp: Same.
869
870 2019-10-30 Tom de Vries <tdevries@suse.de>
871
872 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
873
874 2019-10-26 Tom de Vries <tdevries@suse.de>
875
876 * gdb.base/bigcore.c: Fix typos in comments.
877 * gdb.base/ctf-ptype.c: Same.
878 * gdb.base/long_long.c: Same.
879 * gdb.dwarf2/dw2-op-out-param.S: Same.
880 * gdb.python/py-evthreads.c: Same.
881 * gdb.reverse/i387-stack-reverse.c: Same.
882 * gdb.trace/tfile.c: Same.
883 * lib/compiler.c: Same.
884 * lib/compiler.cc: Same.
885
886 2019-10-25 Tom de Vries <tdevries@suse.de>
887
888 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
889 gdb_test_multiple calls.
890 * gdb.reverse/sigall-reverse.exp: Same.
891 * gdb.reverse/solib-precsave.exp: Same.
892 * gdb.reverse/solib-reverse.exp: Same.
893 * gdb.reverse/until-precsave.exp: Same.
894 * gdb.reverse/until-reverse.exp: Same.
895
896 2019-10-24 Tom de Vries <tdevries@suse.de>
897
898 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
899 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
900 kfail using -wrap pattern flag and convenience variable
901 gdb_test_name.
902
903 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
904
905 * gdb.python/py-progspace.exp: Add tests for the
906 Progspace.block_for_pc method.
907
908 2019-10-23 Tom Tromey <tom@tromey.com>
909
910 * configure: Rebuild.
911 * aclocal.m4: Use m4_include, not sinclude.
912
913 2019-10-21 Tom de Vries <tdevries@suse.de>
914
915 * gdb.base/infcall-nested-structs.c: Add
916 __attribute__((noinline,noclone)) to all functions.
917 (call_all): Add missing variable initialization. Simplify return value.
918 (breakpt): Increment volatile variable, to prevent call from being
919 optimized out.
920 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
921
922 2019-10-17 Tom de Vries <tdevries@suse.de>
923
924 * gdb.fortran/module.exp: Allow info variables to print info for files
925 other than module.f90.
926
927 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.fortran/module.exp: Extend with 'info variables' test.
930
931 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
934 F77_FOR_TARGET.
935
936 2019-10-16 Tom de Vries <tdevries@suse.de>
937
938 PR tdep/25096
939 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
940
941 2019-10-16 Tom de Vries <tdevries@suse.de>
942
943 PR tdep/24104
944 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
945 Add KFAIL for PR tdep/25096.
946
947 2019-10-16 Tom de Vries <tdevries@suse.de>
948
949 PR testsuite/25059
950 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
951
952 2019-10-16 Tom de Vries <tdevries@suse.de>
953
954 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
955 as signed.
956
957 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
958
959 * gdb.mi/list-thread-groups-available.exp: Read entries one by
960 one instead of increasing timeout.
961
962 2019-10-13 Tom de Vries <tdevries@suse.de>
963
964 PR record/25038
965 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
966 * gdb.reverse/sigall-reverse.exp: Same.
967 * gdb.reverse/solib-precsave.exp: Same.
968 * gdb.reverse/solib-reverse.exp: Same.
969 * gdb.reverse/step-precsave.exp: Same.
970 * gdb.reverse/until-precsave.exp: Same.
971 * gdb.reverse/until-reverse.exp: Same.
972 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
973
974 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
975
976 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
977 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
978 (cmp_struct_05_01, cmp_struct_static_02_01)
979 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
980 comparisons.
981
982 2019-10-10 Tom de Vries <tdevries@suse.de>
983
984 PR testsuite/24888
985 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
986 gnatlink.
987
988 2019-10-09 Tom de Vries <tdevries@suse.de>
989
990 PR testsuite/25048
991 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
992
993 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
996 exceptions due to missing debug information.
997
998 2019-10-07 Tom de Vries <tdevries@suse.de>
999
1000 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1001
1002 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1005 * gdb.base/annota1.exp: Update to use gdb_test_name.
1006
1007 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
1008
1009 * gdb.base/ctf-whatis.exp: New file.
1010 * gdb.base/ctf-whatis.c: New file.
1011 * gdb.base/ctf-ptype.exp: New file.
1012 * gdb.base/ctf-ptype.c: New file.
1013 * gdb.base/ctf-constvars.exp: New file.
1014 * gdb.base/ctf-constvars.c: New file.
1015 * gdb.base/ctf-cvexpr.exp: New file.
1016
1017 2019-10-04 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1020 for loop.
1021
1022 2019-10-03 Tom Tromey <tom@tromey.com>
1023
1024 PR rust/24976:
1025 * gdb.rust/simple.rs (Union2): New type.
1026 (main): Use Union2.
1027 * gdb.rust/simple.exp: Add test.
1028
1029 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1032 nested function prefix.
1033
1034 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1035 Richard Bunt <richard.bunt@arm.com>
1036 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1039 nested functions.
1040 * gdb.fortran/nested-funcs.f90: Update expected results.
1041 * gdb.fortran/nested-funcs-2.exp: New file.
1042 * gdb.fortran/nested-funcs-2.f90: New file.
1043
1044 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * gdb.python/py-parameter.exp: Make test names unique.
1047 * gdb.python/py-template.exp: Likewise.
1048 * gdb.python/py-value.exp: Likewise.
1049
1050 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.base/break-interp.exp: Reduce test name duplication.
1053 * gdb.base/call-sc.exp: Likewise.
1054 * gdb.base/callfuncs.exp: Likewise.
1055 * gdb.base/charset.exp: Likewise.
1056 * gdb.base/dump.exp: Likewise.
1057 * gdb.base/ena-dis-br.exp: Likewise.
1058 * gdb.base/relational.exp: Likewise.
1059 * gdb.base/step-over-syscall.exp: Likewise.
1060 * gdb.base/structs.exp: Likewise.
1061
1062 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * gdb.linespec/explicit.exp: Make test names unique.
1065 * gdb.linespec/ls-errs.exp: Likewise.
1066
1067 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.reverse/break-precsave.exp: Make test names unique.
1070 * gdb.reverse/break-reverse.exp: Likewise.
1071 * gdb.reverse/finish-precsave.exp: Likewise.
1072 * gdb.reverse/finish-reverse.exp: Likewise.
1073 * gdb.reverse/machinestate-precsave.exp: Likewise.
1074 * gdb.reverse/machinestate.exp: Likewise.
1075 * gdb.reverse/readv-reverse.exp: Likewise.
1076 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1077 * gdb.reverse/sigall-precsave.exp: Likewise.
1078 * gdb.reverse/sigall-reverse.exp: Likewise.
1079 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1080 * gdb.reverse/watch-precsave.exp: Likewise.
1081 * gdb.reverse/watch-reverse.exp: Likewise.
1082
1083 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * gdb.threads/stop-with-handle.c: New file.
1086 * gdb.threads/stop-with-handle.exp: New file.
1087
1088 2019-10-03 Tom de Vries <tdevries@suse.de>
1089
1090 PR testsuite/25059
1091 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1092 directory" line to be missing.
1093
1094 2019-10-03 Tom de Vries <tdevries@suse.de>
1095
1096 PR testsuite/25059
1097 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1098 type optional.
1099
1100 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1101
1102 * gdb.python/py-format-string.c (string.h): New include.
1103 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1104 the same value, for endianness-independence.
1105 * gdb.python/py-format-string.exp (default_regexp_dict)
1106 (test_pretty_structs, test_format): Adjust expected output to the
1107 changed initialization.
1108
1109 2019-10-02 Tom Tromey <tromey@adacore.com>
1110
1111 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1112
1113 2019-10-02 Pedro Alves <palves@redhat.com>
1114 Andrew Burgess <andrew.burgess@embecosm.com>
1115
1116 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1117 "print-file-var.h".
1118 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1119 (get_version_1): Print this_version_id and its address.
1120 Add extern "C" wrappers around interface functions.
1121 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1122 "print-file-var.h".
1123 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1124 (get_version_2): Print this_version_id and its address.
1125 Add extern "C" wrappers around interface functions.
1126 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1127 <stddef.h> and "print-file-var.h".
1128 Add extern "C" wrappers around interface functions.
1129 [VERSION_ID_MAIN] (this_version_id): Define.
1130 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1131 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1132 up extern "C" blocks.
1133 * gdb.base/print-file-var.exp (test): New, factored out from top
1134 level.
1135 (top level): Test all combinations of attribute hidden or not,
1136 dlopen or not, and this_version_id symbol in main file or not.
1137 Compile tests as both C++ and C, make test names unique.
1138
1139 2019-10-01 Tom Tromey <tom@tromey.com>
1140
1141 * gdb.base/style.exp: Test "show logging filename".
1142
1143 2019-10-01 Tom Tromey <tom@tromey.com>
1144
1145 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1146 * gdb.base/style.exp: Add metadata style test.
1147
1148 2019-10-01 Tom Tromey <tom@tromey.com>
1149
1150 * gdb.base/style.exp: Test "pwd".
1151
1152 2019-10-01 Tom Tromey <tom@tromey.com>
1153
1154 * gdb.base/style.exp: Update tests.
1155
1156 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1157
1158 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1159 'six' to unsigned.
1160 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1161 'five'. Use an all-ones bit pattern for each.
1162 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1163 to its changed values.
1164
1165 2019-09-30 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.rust/traits.rs: Disable all warnings.
1168
1169 2019-09-29 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1172
1173 2019-09-29 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1176
1177 2019-09-27 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1180
1181 2019-09-27 Tom de Vries <tdevries@suse.de>
1182
1183 PR record/23188
1184 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1185
1186 2019-09-26 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/py_taft.exp: New file.
1189 * gdb.ada/py_taft/main.adb: New file.
1190 * gdb.ada/py_taft/pkg.adb: New file.
1191 * gdb.ada/py_taft/pkg.ads: New file.
1192
1193 2019-09-24 Tom de Vries <tdevries@suse.de>
1194
1195 PR gdb/24598
1196 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1197
1198 2019-09-22 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.base/restore.exp: Allow register variables to be optimized out at
1201 -O0.
1202
1203 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1204
1205 * gdb.arch/spu-info.exp: Remove file.
1206 * gdb.arch/spu-info.c: Remove file.
1207 * gdb.arch/spu-ls.exp: Remove file.
1208 * gdb.arch/spu-ls.c: Remove file.
1209
1210 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1211 * gdb.asm/spu.inc: Remove file.
1212
1213 * gdb.base/dump.exp: Remove support for spu*-*-*.
1214 * gdb.base/stack-checking.exp: Likewise.
1215 * gdb.base/overlays.exp: Likewise.
1216 * gdb.base/ovlymgr.c: Likewise.
1217 * gdb.base/spu.ld: Remove file.
1218
1219 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1220 * gdb.cp/cpexprs.exp: Likewise.
1221 * gdb.cp/exception.exp: Likewise.
1222 * gdb.cp/gdb2495.exp: Likewise.
1223 * gdb.cp/mb-templates.exp: Likewise.
1224 * gdb.cp/pr9167.exp: Likewise.
1225 * gdb.cp/userdef.exp: Likewise.
1226
1227 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1228
1229 * gdb.cell: Remove directory.
1230 * lib/cell.exp: Remove file.
1231
1232 2019-09-19 Tom de Vries <tdevries@suse.de>
1233
1234 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1235
1236 2019-09-19 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1239
1240 2019-09-19 Tom de Vries <tdevries@suse.de>
1241
1242 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1243 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1244 (gdb_target_cmd): ... here.
1245 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1246 value 2.
1247
1248 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.base/source-dir.exp: Avoid having directory names in test
1251 names.
1252
1253 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1256 directory.
1257
1258 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.base/list-missing-source.exp: New file.
1261
1262 2019-09-14 Tom de Vries <tdevries@suse.de>
1263
1264 PR teststuite/24599
1265 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1266 * lib/ada.exp (gnatmake_version_at_least): New proc.
1267
1268 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.base/maint.exp: Use exec_has_index_section.
1271
1272 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 * gdb.base/maint.exp: Add test for 'maint info sections'.
1275
1276 2019-09-12 Tom de Vries <tdevries@suse.de>
1277
1278 * gdb.base/store.exp: Allow register variables to be optimized out at
1279 -O0.
1280
1281 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1282
1283 * gdb.ada/rdv_wait.exp: Update to new task names.
1284 * gdb.base/task_switch_in_core.exp: Likewise.
1285 * gdb.base/info_sources_base.c: Likewise.
1286
1287 2019-09-10 Tom Tromey <tromey@adacore.com>
1288
1289 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1290
1291 2019-09-10 Tom Tromey <tromey@adacore.com>
1292
1293 * gdb.ada/dgopt.exp: New file.
1294 * gdb.ada/dgopt/x.adb: New file.
1295
1296 2019-09-08 Tom Tromey <tom@tromey.com>
1297
1298 * gdb.tui/resize.exp: Remove setup_xfail.
1299 * gdb.tui/regs.exp: Remove setup_xfail.
1300 * gdb.tui/basic.exp: Remove setup_xfail.
1301
1302 2019-09-06 David Blaikie <dblaikie@gmail.com>
1303
1304 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1305 * gdb.cp/cplabel.exp: Ditto.
1306 * gdb.linespec/ls-errs.exp: Ditto.
1307
1308 2019-09-05 Tom de Vries <tdevries@suse.de>
1309
1310 * lib/gdb.exp (cmp_file_string): New proc.
1311 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1312 runto_main. Verify save breakpoints output.
1313
1314 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1315
1316 * gdb.base/info-var.exp: Test info variables without running
1317 to main, to avoid expect's buffer overflow.
1318
1319 2019-09-03 Tom Tromey <tromey@adacore.com>
1320
1321 * gdb.ada/bias.exp: New file.
1322 * gdb.ada/bias/bias.adb: New file.
1323 * gdb.ada/print_chars.exp: Add regression test.
1324 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1325 (MC): New variable.
1326
1327 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1328
1329 * gdb.base/argv0-symlink.exp: Run only on native target
1330 and local host.
1331
1332 2019-08-29 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1335 diverse debug info.
1336 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1337
1338 2019-08-28 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.base/info-var.exp: Allow info variables to print info for files
1341 other than info-var-f1.c and info-var-f2.c.
1342
1343 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.fortran/info-types.exp: Add module.
1346 * gdb.fortran/info-types.f90: Update expected results.
1347
1348 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.fortran/info-types.exp: New file.
1351 * gdb.fortran/info-types.f90: New file.
1352 * lib/fortran.exp (fortran_character1): New proc.
1353
1354 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1357 functions'. Reindent as needed.
1358 * gdb.base/info-var-f1.c: New file.
1359 * gdb.base/info-var-f2.c: New file.
1360 * gdb.base/info-var.exp: New file.
1361 * gdb.base/info-var.h: New file.
1362
1363 2019-08-26 Tom de Vries <tdevries@suse.de>
1364
1365 PR c++/24852
1366 * gdb.cp/no-libstdcxx-probe.exp: New test.
1367
1368 2019-08-26 Tom de Vries <tdevries@suse.de>
1369
1370 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1371 * tests need to be skipped.
1372 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1373 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1374 mi_skip_libstdcxx_probe_tests.
1375
1376 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1377
1378 * gdb.python/py-xmethods.exp: Use raw strings when passing
1379 arguments to SimpleXMethodMatcher.
1380
1381 2019-08-22 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1384 more informative.
1385
1386 2019-08-21 Pedro Alves <palves@redhat.com>
1387
1388 * gdb.base/with.exp: Test "with" with no arguments.
1389
1390 2019-08-21 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.base/gdb-caching-proc.exp: Sort files.
1393
1394 2019-08-20 Tom de Vries <tdevries@suse.de>
1395
1396 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1397 compilation.
1398
1399 2019-08-16 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/compare-sections.exp ("after run to main"): Allow
1402 mismatched read-only sections for PIE executables.
1403
1404 2019-08-16 Tom Tromey <tom@tromey.com>
1405
1406 * lib/tuiterm.exp (_csi_Z): New proc.
1407 * gdb.tui/basic.exp: Update window positions.
1408 * gdb.tui/empty.exp: Update window positions.
1409
1410 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1411
1412 * gdb.base/examine-backward.exp: Correct regexp for
1413 "examine 3 bytes backward from ${address_zero}".
1414
1415 2019-08-15 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.tui/empty.exp: Enable resizing tests.
1418
1419 2019-08-15 Tom Tromey <tromey@adacore.com>
1420
1421 * gdb.ada/char_enum.exp: Add regression tests.
1422 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1423 and '0'.
1424 (Char, Gchar): Update.
1425 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1426
1427 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1428
1429 * gdb.python/python.exp: Expect a leading underscore on
1430 GdbOutput{,Error}File.
1431
1432 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1433
1434 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1435 Windows host.
1436
1437 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1438
1439 * gdb.base/batch-preserve-term-settings.exp
1440 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1441
1442 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1443
1444 * lib/gdb.exp: When running on a mingw target, replace
1445 /x/ with x:/.
1446
1447 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1448
1449 * gdb.arch/aarch64-prologue.c: New test.
1450 * gdb.arch/aarch64-prologue.exp: New file.
1451
1452 2019-08-13 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1455 Thread.
1456
1457 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1458
1459 * gdb.python/py-completion.exp: Download the .py file to the host
1460 and use its host pathname. Conditionalize tests that use
1461 tab completion and manipulate files on the build machine.
1462 * gdb.python/py-events.exp: Download the .py file to the host
1463 and use its host pathname.
1464 * gdb.python/py-evsignal.exp: Likewise.
1465 * gdb.python/py-evthreads.exp: Likewise.
1466 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1467 pathname syntax.
1468 * gdb.python/py-framefilter.exp: Download the .py file to the right
1469 place on the host. Match Windows pathname syntax.
1470 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1471 .py file to the host and use its host pathname.
1472 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1473 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1474 build pathname. Skip symlink test on Windows host. Add missing
1475 newline at end of file.
1476 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1477 and use its host pathname.
1478 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1479 * gdb.python/py-section-script.exp: Use host location of binfile
1480 on safe-path. Use correct path separator on Windows host.
1481 Reorder alternatives in gdb_test_multiple to prevent matching
1482 the wrong alternative on success.
1483 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1484
1485 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1486
1487 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1488 expect the GDB inferior to no longer immediately stop after
1489 being resumed with "signal SIGINT".
1490
1491 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1492
1493 * gdb.linespec/break-ask.exp: Generalize regexps to match
1494 Windows pathnames too.
1495
1496 2019-08-08 Tom de Vries <tdevries@suse.de>
1497
1498 PR testsuite/24862
1499 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1500
1501 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1502
1503 * gdb.base/style.exp: Update tests for help doc new invariants.
1504 * gdb.base/help.exp: Likewise.
1505
1506 2019-08-06 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.base/style.exp: Add disassemble test.
1509 * gdb.base/style.c (some_called_function): New function.
1510 (main): Use it.
1511
1512 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1513
1514 * gdb.python/py-block.exp: Test dictionary access on blocks.
1515
1516 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1517
1518 PR gdb/24863
1519 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1520 -list-thread-groups --available test when running under
1521 check-read1.
1522
1523 2019-08-05 Tom de Vries <tdevries@suse.de>
1524
1525 PR testsuite/24863
1526 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1527 * gdb.base/help.exp: Use with_read1_timeout_factor.
1528 * gdb.base/info-macros.exp: Same.
1529 * gdb.cp/nested-types.exp: Same.
1530
1531 2019-08-05 Tom de Vries <tdevries@suse.de>
1532
1533 * lib/gdb.exp (version_at_least): Factor out of ...
1534 (tcl_version_at_least): ... here.
1535 (gdb_compile): Fail if pie results in non-PIE executable.
1536 (readelf_version, readelf_prints_pie): New proc.
1537 (exec_is_pie): Return -1 if unknown.
1538
1539 2019-08-05 Tom de Vries <tdevries@suse.de>
1540
1541 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1542
1543 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1544
1545 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1546
1547 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1548
1549 * lib/completion-support.exp (test_gdb_complete_none): Skip
1550 tab completion tests if no readline support.
1551 (test_gdb_complete_unique_re): Likewise.
1552 (test_gdb_complete_multiple): Likewise.
1553
1554 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1555
1556 * gdb.base/info_sources.exp: New file.
1557 * gdb.base/info_sources.c: New file.
1558 * gdb.base/info_sources_base.c: New file.
1559
1560 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1561
1562 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1563 prefix argument.
1564 (test_exit_status): Add prefix argument.
1565
1566 2019-08-01 Tom de Vries <tdevries@suse.de>
1567
1568 PR testsuite/24863
1569 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1570 calling exp_continue for new thread and thread exited messages.
1571
1572 2019-08-01 Tom de Vries <tdevries@suse.de>
1573
1574 PR testsuite/24863
1575 * gdb.base/structs.exp: Fix check-read1 timeout using
1576 gdb_test_sequence.
1577 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1578
1579 2019-08-01 Tom de Vries <tdevries@suse.de>
1580
1581 PR testsuite/24863
1582 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1583 line.
1584
1585 2019-08-01 Tom de Vries <tdevries@suse.de>
1586
1587 PR testsuite/24863
1588 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1589
1590 2019-07-30 Tom Tromey <tromey@adacore.com>
1591
1592 * gdb.ada/display_nested.exp: New file.
1593 * gdb.ada/display_nested/foo.adb: New file.
1594 * gdb.ada/display_nested/pack.adb: New file.
1595 * gdb.ada/display_nested/pack.ads: New file.
1596
1597 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1598
1599 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1600 namespace.
1601 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1602
1603 2019-07-30 Tom de Vries <tdevries@suse.de>
1604
1605 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1606 instead.
1607
1608 2019-07-30 Tom de Vries <tdevries@suse.de>
1609
1610 PR testsuite/24834
1611 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1612 (exec_is_pie): New proc.
1613
1614 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1615
1616 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1617
1618 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1619
1620 * gdb.python/py-objfile.c: Add global and static vars.
1621 * gdb.python/py-objfile.exp: Test new functions Objfile.
1622 lookup_global_symbol and lookup_static_symbol.
1623
1624 2019-07-29 Tom Tromey <tom@tromey.com>
1625
1626 * lib/tuiterm.exp (Term::_csi_@): New proc.
1627 (Term::_csi_X): Don't move cursor.
1628
1629 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1630
1631 * gdb.base/options.exp: Update backtrace - completion to
1632 new option -frame-info.
1633 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1634 Test new 'set print frame-info'. Test backtrace -frame-info
1635 overriding 'set print frame-info'.
1636 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1637 Test new 'set print frame-info'.
1638 Verify consistency of backtrace with and without filters, with and
1639 without -no-filters.
1640 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1641 default.
1642
1643 2019-07-29 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1646 no arguments".
1647
1648 2019-07-29 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1651 is a substring of the first for "complete non-unique file name".
1652
1653 2019-07-29 Tom de Vries <tdevries@suse.de>
1654
1655 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1656 with ".*".
1657
1658 2019-07-29 Tom de Vries <tdevries@suse.de>
1659
1660 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1661 Pass prompt_regexp parameter to gdb_test_multiple calls.
1662
1663 2019-07-29 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1666 print registers" regexps.
1667
1668 2019-07-29 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1671
1672 2019-07-29 Tom de Vries <tdevries@suse.de>
1673
1674 PR gdb/24855
1675 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1676 (skip_python_tests_prompt): Add prompt_regexp argument to
1677 gdb_test_multiple calls.
1678
1679 2019-07-27 Tom Tromey <tom@tromey.com>
1680
1681 * gdb.tui/main.exp: New file.
1682
1683 2019-07-27 Tom Tromey <tom@tromey.com>
1684
1685 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1686 optional.
1687 * gdb.tui/empty.exp: New file.
1688
1689 2019-07-27 Tom Tromey <tom@tromey.com>
1690
1691 * lib/tuiterm.exp (spawn): New proc.
1692 (Term::resize): New proc.
1693 * gdb.tui/resize.exp: New file.
1694
1695 2019-07-27 Tom Tromey <tom@tromey.com>
1696
1697 * gdb.tui/list.exp: New file.
1698
1699 2019-07-27 Tom Tromey <tom@tromey.com>
1700
1701 * gdb.tui/regs.exp: New file.
1702
1703 2019-07-27 Tom Tromey <tom@tromey.com>
1704
1705 * gdb.tui/basic.exp: Add "layout split" test.
1706
1707 2019-07-27 Tom Tromey <tom@tromey.com>
1708
1709 * gdb.tui/basic.exp: Add "layout asm" test.
1710
1711 2019-07-27 Tom Tromey <tom@tromey.com>
1712
1713 * lib/tuiterm.exp: New file.
1714 * gdb.tui/basic.exp: New file.
1715
1716 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1717
1718 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1719 Enable tests associated with this flag. Adjust regex
1720 referencing "foo_low" to now refer to "foo_cold" instead.
1721
1722 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1723
1724 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1725 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1726 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1727 foo_cold. Revise comments to match.
1728 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1729 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1730 were wrapped into this proc; Call do_test in loop from outermost
1731 level.
1732 (foo_low): Rename all occurrences to "foo_cold".
1733 (backtrace from baz): New test.
1734 (x2/i foo_cold): New test.
1735 (info line *foo_cold): New test.
1736
1737 2019-07-26 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1740
1741 2019-07-25 Tom de Vries <tdevries@suse.de>
1742
1743 PR testsuite/24830
1744 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1745 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1746 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1747 (skip_libstdcxx_probe_tests): ... here.
1748 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1749
1750 2019-07-24 Tom de Vries <tdevries@suse.de>
1751
1752 PR testsuite/24807
1753 * gdb.objc/basicclass.m: Include stdio.h.
1754 * gdb.objc/nondebug.m: Same.
1755 * gdb.objc/objcdecode.m: Same.
1756
1757 2019-07-24 Tom de Vries <tdevries@suse.de>
1758
1759 PR testsuite/24612
1760 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1761 additional_flags.
1762
1763 2019-07-24 Tom de Vries <tdevries@suse.de>
1764
1765 PR testsuite/24831
1766 * gdb.multi/tids.exp: Update error messages for info threads.
1767
1768 2019-07-24 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.base/info-types.exp: Allow info types to print info for more than
1771 one file.
1772
1773 2019-07-23 Tom de Vries <tdevries@suse.de>
1774
1775 PR testsuite/24842
1776 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1777 gdb_spawn_with_cmdline_opts.
1778
1779 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1780
1781 * gdb.arch/arm-cmse-sgstubs.c: New test.
1782 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1783
1784 2019-07-23 Tom de Vries <tdevries@suse.de>
1785
1786 PR testsuite/24711
1787 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1788 issuing next command.
1789
1790 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.ada/info_auto_lang.exp: Update expected results.
1793 * gdb.base/info-types.c: Add additional types to check.
1794 * gdb.base/info-types.exp: Update expected results.
1795
1796 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.base/info-types.c: New file.
1799 * gdb.base/info-types.exp: New file.
1800
1801 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1802
1803 * gdb.arch/riscv-bp-infcall.c: New file.
1804 * gdb.arch/riscv-bp-infcall.exp: New file.
1805
1806 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 PR breakpoints/24541
1809 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1810
1811 2019-07-14 Tom de Vries <tdevries@suse.de>
1812
1813 PR testsuite/24760
1814 * gdb.objc/basicclass.exp: Fix unterminated string.
1815
1816 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1817 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1820 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1821 negative bounds.
1822 * gdb.fortran/vla-value.exp: Print elements of an array with
1823 negative bounds.
1824 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1825 testing.
1826
1827 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.base/options.exp (expect_string): Dequote strings in
1830 results.
1831 (test-string): Test strings with different quoting and reindent.
1832
1833 2019-07-10 Tom Tromey <tromey@adacore.com>
1834
1835 * gdb.ada/mi_ex_cond.exp: Update expected results.
1836 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1837 * gdb.ada/mi_catch_ex.exp: Update expected results.
1838 * gdb.ada/mi_catch_assert.exp: Update expected results.
1839 * gdb.ada/catch_ex.exp (catch_exception_info)
1840 (catch_exception_entry, catch_assert_entry)
1841 (catch_unhandled_entry): Update.
1842 * gdb.ada/catch_assert_if.exp: Update expected results.
1843
1844 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1845 Stephen Roberts <stephen.roberts@arm.com>
1846
1847 * gdb.base/define.exp: Restore original prompt.
1848
1849 2019-07-09 Pedro Alves <palves@redhat.com>
1850
1851 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1852 breakpoints" output.
1853 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1854 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1855 throw" creates breakpoint.
1856 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1857 'type="catchpoint"'.
1858
1859 2019-07-09 Pedro Alves <palves@redhat.com>
1860
1861 PR c++/15468
1862 * gdb.cp/except-multi-location-lib.cc: New.
1863 * gdb.cp/except-multi-location-main.cc: New.
1864 * gdb.cp/except-multi-location.exp: New.
1865
1866 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1867
1868 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1869 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1870 argument and update callers.
1871
1872 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * gdb.arch/amd64-break-on-asm-line.S: New file.
1875 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1876
1877 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1878
1879 * gdb.base/printcmds.exp: Test printing C string and
1880 C wide string convenience vars without transiting via the inferior.
1881 Also make test names unique.
1882
1883 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1884
1885 PR breakpoints/25011
1886 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1887
1888 2019-07-04 Pedro Alves <palves@redhat.com>
1889
1890 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1891 body returned ok(0), break(3) or continue(4).
1892 * gdb.testsuite/foreach_with_prefix.exp: New file.
1893
1894 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1895
1896 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1897
1898 2019-07-03 Pedro Alves <palves@redhat.com>
1899
1900 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1901 "return -code".
1902
1903 2019-07-03 Pedro Alves <palves@redhat.com>
1904
1905 PR cli/24732
1906 * gdb.base/shell.exp: Load completion-support.exp.
1907 Adjust expected error output. Add completion tests.
1908
1909 2019-07-03 Pedro Alves <palves@redhat.com>
1910
1911 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1912 string_to_regexp.
1913
1914 2019-07-03 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1917 (expect_integer): Adjust to expect "-string".
1918 (expect_string): New.
1919 (all_options): Expect "-string".
1920 (test-flag, test-boolean): Adjust to expect "-string".
1921 (test-string): New proc.
1922 (top level): Call it.
1923
1924 2019-07-03 Pedro Alves <palves@redhat.com>
1925
1926 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1927 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1928 the expected output in the success.
1929
1930 2019-07-03 Pedro Alves <palves@redhat.com>
1931
1932 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1933 Split one gdb_test_multiple call in two to avoid a race.
1934
1935 2019-07-03 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/with.c: New file.
1938 * gdb.base/with.exp: New file.
1939
1940 2019-07-03 Pedro Alves <palves@redhat.com>
1941
1942 * gdb.base/settings.exp: Replace all references to "maint
1943 test-settings set" with references to "maint set test-settings",
1944 and all references to "maint test-settings show" with references
1945 to "maint show test-settings".
1946
1947 2019-07-03 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.base/settings.exp (test-string): Adjust expected out when
1950 testing "maint test-settings show filename"
1951
1952 2019-07-02 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/options.exp (test-info-threads): New procedure.
1955 (top level): Call it.
1956
1957 2019-06-28 Tom Tromey <tromey@adacore.com>
1958
1959 * gdb.dwarf2/ada-linkage-name.c: New file.
1960 * gdb.dwarf2/ada-linkage-name.exp: New file.
1961
1962 2019-06-27 Tom Tromey <tromey@adacore.com>
1963
1964 PR c++/20020:
1965 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1966
1967 2019-06-26 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1970
1971 2019-06-26 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.base/index-cache.exp: Add back missing debug option.
1974
1975 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1976
1977 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1978
1979 2019-06-25 Tom de Vries <tdevries@suse.de>
1980
1981 PR testsuite/24727
1982 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1983
1984 2019-06-24 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1987
1988 2019-06-24 Tom de Vries <tdevries@suse.de>
1989
1990 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1991 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1992 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1993
1994 2019-06-24 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1997
1998 2019-06-21 Tom de Vries <tdevries@suse.de>
1999
2000 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2001
2002 2019-06-21 Tom de Vries <tdevries@suse.de>
2003
2004 PR testsuite/24518
2005 PR ada/24713
2006 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2007 index.
2008
2009 2019-06-19 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.ada/length_cond.exp: Add intro comment.
2012
2013 2019-06-19 Tom Tromey <tromey@adacore.com>
2014
2015 * gdb.ada/length_cond.exp: New file.
2016 * gdb.ada/length_cond/length_cond.adb: New file.
2017 * gdb.ada/length_cond/pck.adb: New file.
2018 * gdb.ada/length_cond/pck.ads: New file.
2019
2020 2019-06-18 Tom de Vries <tdevries@suse.de>
2021
2022 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2023
2024 2019-06-18 Tom Tromey <tromey@adacore.com>
2025
2026 * gdb.base/list0.h: Add comment explaining control character.
2027
2028 2019-06-18 Tom de Vries <tdevries@suse.de>
2029
2030 * boards/fission.exp: Break up long debug_flags line.
2031
2032 2019-06-16 Tom de Vries <tdevries@suse.de>
2033
2034 PR gdb/24445
2035 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2036 generated index.
2037
2038 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 PR gdb/24686
2041 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2042 improve detection of bug gdb/24541.
2043
2044 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2045
2046 PR gdb/24669
2047 * gdb.base/index-cache.exp (uses_readnow,
2048 expecting_index_cache_use): Define global variable.
2049 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2050 expecting_index_cache_use.
2051
2052 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2053 Andrew Burgess <andrew.burgess@embecosm.com>
2054
2055 * gdb.fortran/pointers.f90: New file.
2056 * gdb.fortran/print_type.exp: New file.
2057 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2058 * gdb.fortran/vla-type.exp: Likewise.
2059 * gdb.fortran/vla-value.exp: Likewise.
2060 * gdb.mi/mi-vla-fortran.exp: Likewise.
2061
2062 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2063
2064 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2065 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2066 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2067 as a stop reason.
2068
2069 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.base/annota1.exp: Update expected results.
2072 * gdb.cp/annota2.exp: Likewise.
2073 * gdb.cp/annota3.exp: Likewise.
2074
2075 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2076
2077 * gdb.base/style-logging.exp: Remove path from test name.
2078
2079 2019-06-14 Tom Tromey <tromey@adacore.com>
2080
2081 PR gdb/24502:
2082 * gdb.base/style-logging.exp: New file.
2083
2084 2019-06-14 Tom Tromey <tromey@adacore.com>
2085
2086 * gdb.base/symfile-warn.exp: New file.
2087 * gdb.base/symfile-warn.c: New file.
2088
2089 2019-06-14 Tom Tromey <tromey@adacore.com>
2090
2091 * gdb.base/annotate-symlink.exp: New file.
2092
2093 2019-06-14 Tom Tromey <tromey@adacore.com>
2094
2095 * gdb.ada/set_wstr.exp: Add reassignment test.
2096
2097 2019-06-14 Tom Tromey <tromey@adacore.com>
2098
2099 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2100 'unchecked_access and 'unrestricted_access as well.
2101
2102 2019-06-14 Tom Tromey <tromey@adacore.com>
2103
2104 PR ada/24539:
2105 * gdb.ada/vla.exp: Update tests.
2106 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2107 pragma.
2108
2109 2019-06-13 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/settings.exp (test-integer): Test junk after
2112 "unlimited".
2113
2114 2019-06-13 Pedro Alves <palves@redhat.com>
2115
2116 * gdb.base/options.exp (test-thread-apply): New.
2117 (top level): Call it.
2118
2119 2019-06-13 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.base/options.exp (test-frame-apply): New.
2122 (top level): Test print commands with different "frame apply"
2123 prefixes.
2124
2125 2019-06-13 Pedro Alves <palves@redhat.com>
2126
2127 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2128 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2129 'max_completions' parameter and handle it.
2130 (test_gdb_completion_offers_commands): New.
2131
2132 2019-06-13 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2135
2136 2019-06-13 Pedro Alves <palves@redhat.com>
2137
2138 * gdb.base/options.exp (test-backtrace): New.
2139 (top level): Call it.
2140
2141 2019-06-13 Pedro Alves <palves@redhat.com>
2142
2143 * gdb.guile/scm-frame-args.exp: Use "set print
2144 raw-frame-arguments" instead of "set print raw frame-arguments".
2145 * gdb.python/py-frame-args.exp: Likewise.
2146
2147 2019-06-13 Pedro Alves <palves@redhat.com>
2148
2149 * gdb.compile/compile.exp: Adjust expected output to option
2150 processing changes.
2151
2152 2019-06-13 Pedro Alves <palves@redhat.com>
2153
2154 * gdb.base/options.exp: Build executable.
2155 (test-print): New procedure.
2156 (top level): Call it, once for "print" and another for "compile
2157 print".
2158
2159 2019-06-13 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/options.c: New file.
2162 * gdb.base/options.exp: New file.
2163
2164 2019-06-13 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2167 that "o" is ambiguous.
2168
2169 2019-06-13 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/settings.c: New file.
2172 * gdb.base/settings.exp: New file.
2173
2174 2019-06-13 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/completion.exp: Fix comment typo.
2177
2178 2019-06-13 Pedro Alves <palves@redhat.com>
2179
2180 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2181 foo --1" test.
2182
2183 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2184
2185 * gdb.fortran/block-data.f: New.
2186 * gdb.fortran/block-data.exp: New.
2187
2188 2019-06-11 Tom de Vries <tdevries@suse.de>
2189
2190 PR testsuite/24521
2191 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2192 message.
2193
2194 2019-06-11 Tom de Vries <tdevries@suse.de>
2195
2196 PR testsuite/24521
2197 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2198
2199 2019-06-11 Tom de Vries <tdevries@suse.de>
2200
2201 * boards/readnow.exp: New file.
2202
2203 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.fortran/vla-sizeof.exp: Update expected results.
2206
2207 2019-06-06 Amos Bird <amosbird@gmail.com>
2208
2209 * gdb.base/annota1.exp (thread_switch): Add test for
2210 thread-exited annotation.
2211
2212 2019-06-06 Tom Tromey <tromey@adacore.com>
2213
2214 * gdb.base/maint.exp: Expect command started/finished output.
2215
2216 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2219 comment.
2220 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2221
2222 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2225 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2226 * gdb.arch/riscv-unwind-long-insn.c: New file.
2227 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2228
2229 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2230
2231 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2232
2233 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2234
2235 * lib/gdb.exp (help_list_trailer): New regexp variable
2236 factorizing the help trailer message.
2237 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2238 arg to allow to better factorize various tests.
2239 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2240 (test_prefix_command_help): Use help_list_trailer.
2241 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2242 * gdb.guile/scm-cmd.exp: Likewise.
2243 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2244 * gdb.base/help.exp: Use test_user_defined_class_help.
2245 * gdb.base/style.exp: Add tests for styling of help and apropos.
2246 * lib/gdb-utils.exp (style): Add title and highlight styles.
2247
2248 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2249
2250 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2251 $_shell_exitsignal.
2252 * gdb.base/default.exp: Update for new convenience variables.
2253
2254 2019-05-29 Tom Tromey <tromey@adacore.com>
2255
2256 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2257 to "break complete ada" test case's regexp.
2258
2259 2019-05-29 Tom Tromey <tromey@adacore.com>
2260
2261 PR c++/20020:
2262 * gdb.cp/constexpr-field.exp: New file.
2263 * gdb.cp/constexpr-field.cc: New file.
2264
2265 2019-05-29 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.base/finish.exp (finish_no_print): New proc.
2268 (finish_tests): Call it.
2269
2270 2019-05-24 Tom de Vries <tdevries@suse.de>
2271
2272 * gdb.dwarf2/gdb-add-index.exp: New file.
2273
2274 2019-05-22 Tom Tromey <tromey@adacore.com>
2275
2276 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2277 * gdb.base/style.exp: Use "style".
2278 * lib/gdb-utils.exp (style): New proc.
2279
2280 2019-05-22 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.base/align.exp: Require c++11.
2283
2284 2019-05-22 Tom de Vries <tdevries@suse.de>
2285
2286 PR testsuite/24586
2287 * gdb.python/py-mi-var-info-path-expression.exp: Call
2288 mi_skip_python_tests to check if python is supported.
2289
2290 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2291
2292 * gdb.arch/aarch64-pauth.c: New test.
2293 * gdb.arch/aarch64-pauth.exp: New file.
2294
2295 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2296
2297 * README (Re-running Tests Outside The Testsuite): New section.
2298
2299 2019-05-21 Tom de Vries <tdevries@suse.de>
2300
2301 * gdb.arch/amd64-eval.exp: Require c++11.
2302 * gdb.base/max-depth.exp: Same.
2303 * gdb.compile/compile-cplus-array-decay.exp: Same.
2304 * gdb.cp/meth-typedefs.exp: Same.
2305 * gdb.cp/subtypes.exp: Same.
2306 * gdb.cp/temargs.exp: Same.
2307
2308 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2309
2310 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2311
2312 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2313
2314 PR gdb/18644
2315 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2316 * gdb.fortran/printing-types.exp: Add new test.
2317 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2318 testing.
2319 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2320 setup_kfail call.
2321
2322 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2323
2324 * README (Running the Testsuite): Change example.
2325 (Testsuite Parameters): Remove TRANSCRIPT.
2326 * lib/gdb.exp: Remove TRANSCRIPT check.
2327
2328 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2329
2330 * README (Testsuite Parameters): Add replay logging to
2331 GDBSERVER_DEBUG.
2332 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2333 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2334 as a comma separated list.
2335 (gdb_debug_init): Override procedure.
2336
2337 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2338
2339 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2340 (gdb_write_cmd_file): New procedure.
2341 * lib/gdbserver-support.exp (gdbserver_start): Call
2342 gdbserver_write_cmd_file.
2343 (gdbserver_write_cmd_file): New procedure.
2344
2345 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2346
2347 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2348 (delete_breakpoints): Likewise.
2349 (gdb_run_cmd): Likewise.
2350 (gdb_start_cmd): Likewise.
2351 (gdb_starti_cmd): Likewise.
2352 (gdb_internal_error_resync): Likewise.
2353 (gdb_test_multiple): Likewise.
2354 (gdb_reinitialize_dir): Likewise.
2355 (default_gdb_exit): Likewise.
2356 (gdb_file_cmd): Mark kill as optional.
2357 (default_gdb_start): Call gdb_stdin_log_init.
2358 (send_gdb): Call gdb_stdin_log_write.
2359 (rerun_to_main): Mark Y as an answer.
2360 (gdb_stdin_log_init): New function.
2361 (gdb_stdin_log_write): Likewise.
2362
2363 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2364
2365 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2366 * gdb.base/debug-expr.exp: Likewise.
2367 * gdb.base/foll-fork.exp: Likewise.
2368 * gdb.base/foll-vfork.exp: Likewise.
2369 * gdb.base/fork-print-inferior-events.exp: Likewise.
2370 * gdb.base/gdb-sigterm.exp: Likewise.
2371 * gdb.base/gdbinit-history.exp: Likewise.
2372 * gdb.base/osabi.exp: Likewise.
2373 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2374 * gdb.base/ui-redirect.exp: Likewise.
2375 * gdb.gdb/unittest.exp: Likewise.
2376 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2377 * gdb.mi/mi-watch.exp: Likewise.
2378 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2379 * gdb.mi/user-selected-context-sync.exp: Likewise.
2380 * gdb.python/python.exp: Disable debug test when debugging.
2381 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2382 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2383 Likewise.
2384 * gdb.threads/stepi-random-signal.exp: Likewise.
2385
2386 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2387
2388 * Makefile.in: Pass through GDB_DEBUG.
2389 * README (Testsuite Parameters): Add GDB_DEBUG.
2390 (gdb,debug): Add board setting.
2391 * lib/gdb.exp (default_gdb_start): Start debugging.
2392 (gdb_debug_enabled): New procedure.
2393 (gdb_debug_init): Likewise.
2394
2395 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2396
2397 * Makefile.in: Pass through GDB_DEBUG.
2398 * README (Testsuite Parameters): Add GDB_DEBUG.
2399 (gdb,debug): Add board setting.
2400 * lib/gdb.exp (default_gdb_start): Start debugging.
2401 (gdb_debug_enabled): New procedure.
2402 (gdb_debug_init): Likewise.
2403
2404 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2405
2406 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2407
2408 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2409
2410 * gdb.base/ui-redirect.exp: Test redirection.
2411
2412 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2413
2414 * gdb.mi/mi-complete.exp: New file.
2415 * gdb.mi/mi-complete.cc: Likewise.
2416
2417 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2418
2419 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2420 indexed and sliced arrays, and pointers to arrays.
2421
2422 2019-05-14 Tom Tromey <tromey@adacore.com>
2423
2424 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2425 styling test.
2426
2427 2019-05-14 Tom de Vries <tdevries@suse.de>
2428
2429 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2430 selection entry encoding.
2431
2432 2019-05-10 Tom Tromey <tromey@adacore.com>
2433
2434 * gdb.ada/info_exc.exp: Add "complete" test.
2435
2436 2019-05-09 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2439 CU-relative.
2440
2441 2019-05-09 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2444 CU-relative.
2445
2446 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2447
2448 * gdb.ada/frame_arg_lang.exp: New testcase.
2449 * gdb.ada/frame_arg_lang/bla.adb: New file.
2450 * gdb.ada/frame_arg_lang/pck.ads: New file.
2451 * gdb.ada/frame_arg_lang/pck.adb: New file.
2452 * gdb.ada/frame_arg_lang/foo.c: New file.
2453
2454 2019-05-08 Tom Tromey <tromey@adacore.com>
2455
2456 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2457
2458 2019-05-08 Tom Tromey <tromey@adacore.com>
2459
2460 * gdb.base/ptype-offsets.exp: Update tests.
2461
2462 2019-05-08 Tom Tromey <tromey@adacore.com>
2463
2464 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2465 cases.
2466 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2467 "short".
2468
2469 2019-05-08 Tom Tromey <tromey@adacore.com>
2470
2471 * gdb.ada/vla.exp: New file.
2472 * gdb.ada/vla/vla.adb: New file.
2473
2474 2019-05-07 Tom de Vries <tdevries@suse.de>
2475
2476 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2477
2478 2019-05-07 Tom de Vries <tdevries@suse.de>
2479
2480 PR testsuite/24522
2481 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2482 section.
2483
2484 2019-05-07 Tom de Vries <tdevries@suse.de>
2485
2486 PR testsuite/24522
2487 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2488 .debug_aranges section.
2489
2490 2019-05-07 Tom de Vries <tdevries@suse.de>
2491
2492 PR testsuite/24159
2493 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2494
2495 2019-05-06 Tom de Vries <tdevries@suse.de>
2496
2497 * lib/gdb.exp (exec_has_index_section): New proc.
2498 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2499 section.
2500
2501 2019-05-04 Tom de Vries <tdevries@suse.de>
2502
2503 * boards/cc-with-debug-names.exp: New file.
2504
2505 2019-05-03 Tom Tromey <tromey@adacore.com>
2506
2507 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2508 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2509 * gdb.ada/char_enum.exp: Add test.
2510
2511 2019-05-03 Tom de Vries <tdevries@suse.de>
2512
2513 * boards/cc-with-gdb-index.exp: New file.
2514
2515 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.rust/simple.exp: Add new test case.
2518 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2519 (main): Initialise an instance of the new struct.
2520
2521 2019-05-01 Tom Tromey <tromey@adacore.com>
2522
2523 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2524 record.
2525 (NPR): New variable.
2526 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2527 test.
2528
2529 2019-05-01 Tom Tromey <tromey@adacore.com>
2530
2531 * gdb.ada/packed_array_assign.exp: Add packed assignment
2532 regression test.
2533
2534 2019-05-01 Tom de Vries <tdevries@suse.de>
2535
2536 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2537
2538 2019-05-01 Tom de Vries <tdevries@suse.de>
2539
2540 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2541
2542 2019-04-30 Ali Tamur <tamur@google.com>
2543
2544 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2545
2546 2019-04-30 Tom Tromey <tromey@adacore.com>
2547
2548 * lib/ada.exp (find_ada_tool): New proc.
2549 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2550 * gdb.ada/catch_ex_std.exp: New file.
2551 * gdb.ada/catch_ex_std/foo.adb: New file.
2552 * gdb.ada/catch_ex_std/some_package.adb: New file.
2553 * gdb.ada/catch_ex_std/some_package.ads: New file.
2554
2555 2019-04-30 Tom Tromey <tromey@adacore.com>
2556
2557 PR c++/24470:
2558 * gdb.cp/temargs.cc: Add test code from PR.
2559
2560 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * gdb.fortran/vla-datatypes.exp: Update expected results.
2563 * gdb.fortran/vla-ptype.exp: Likewise.
2564 * gdb.fortran/vla-type.exp: Likewise.
2565 * gdb.fortran/vla-value.exp: Likewise.
2566
2567 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.fortran/ptr-indentation.exp: Update expected results.
2570 * gdb.fortran/ptype-on-functions.exp: Likewise.
2571 * gdb.fortran/vla-ptr-info.exp: Likewise.
2572 * gdb.fortran/vla-value.exp: Likewise.
2573
2574 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.fortran/ptype-on-functions.exp: New file.
2577 * gdb.fortran/ptype-on-functions.f90: New file.
2578
2579 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2582 case void string.
2583
2584 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.fortran/complex.exp: Expand.
2587 * gdb.fortran/complex.f: Renamed to...
2588 * gdb.fortran/complex.f90: ...this, and extended to add more
2589 complex values.
2590
2591 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2594 MODULO, CMPLX.
2595
2596 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2597 Richard Bunt <richard.bunt@arm.com>
2598
2599 * gdb.base/max-depth.c: New file.
2600 * gdb.base/max-depth.exp: New file.
2601 * gdb.python/py-nested-maps.c: New file.
2602 * gdb.python/py-nested-maps.exp: New file.
2603 * gdb.python/py-nested-maps.py: New file.
2604 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2605 (test_all_common): Call test_max_depth.
2606 * gdb.fortran/max-depth.exp: New file.
2607 * gdb.fortran/max-depth.f90: New file.
2608 * gdb.go/max-depth.exp: New file.
2609 * gdb.go/max-depth.go: New file.
2610 * gdb.modula2/max-depth.exp: New file.
2611 * gdb.modula2/max-depth.c: New file.
2612 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2613
2614 2019-04-29 Tom de Vries <tdevries@suse.de>
2615
2616 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2617
2618 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2619
2620 * gdb.base/callexit.exp: Test may-call-functions off.
2621
2622 2019-04-25 Keith Seitz <keiths@redhat.com>
2623
2624 PR c++/24367
2625 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2626 (another_incomplete_struct, test_incomplete): New definitions.
2627 (main): Use new definitions.
2628 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2629 functions.
2630
2631 2019-04-25 Ali Tamur <tamur@google.com>
2632
2633 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2634
2635 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2636
2637 PR corefiles/11608
2638 PR corefiles/18187
2639 * gdb.base/coredump-filter-build-id.exp: New file.
2640
2641 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2642
2643 * Makefile.in: Pass through GDBSERVER_DEBUG.
2644 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2645 (gdbserver,debug): Add board setting.
2646 * gdb.trace/tspeed.exp: Skip when debugging.
2647 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2648 * lib/gdbserver-support.exp: Likewise
2649
2650 2019-04-24 Tom Tromey <tromey@adacore.com>
2651
2652 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2653 Rust.
2654
2655 2019-04-24 Tom Tromey <tromey@adacore.com>
2656
2657 * gdb.arch/amd64-eval.exp: Test bitfield return.
2658 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2659 (class Foo) <return_bitfields>: New method.
2660 (main): Call it.
2661
2662 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2663
2664 * gdb.cp/many-args.cc: New file.
2665 * gdb.cp/many-args.exp: New file.
2666
2667 2019-04-23 Tom de Vries <tdevries@suse.de>
2668
2669 PR gdb/24433
2670 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2671
2672 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2673
2674 * gdb.trace/backtrace.exp: Use nopie flag.
2675 * gdb.trace/circ.exp: Likewise.
2676 * gdb.trace/collection.exp: Likewise.
2677 * gdb.trace/ftrace.exp: Likewise.
2678 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2679 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2680 * gdb.trace/qtro.exp: Likewise.
2681 * gdb.trace/read-memory.exp: Likewise.
2682 * gdb.trace/report.exp: Likewise.
2683 * gdb.trace/tfile.exp: Likewise.
2684 * gdb.trace/tfind.exp: Likewise.
2685 * gdb.trace/unavailable.exp: Likewise.
2686
2687 2019-04-22 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/solib-probes-nosharedlibrary.c,
2690 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2691
2692 2019-04-19 Tom Tromey <tromey@adacore.com>
2693
2694 * gdb.ada/ptype_union.c: New file.
2695 * gdb.ada/ptype_union.exp: New file.
2696
2697 2019-04-19 Tom Tromey <tromey@adacore.com>
2698
2699 PR symtab/24423:
2700 * gdb.base/list0.h (foo): Add a control-l character.
2701
2702 2019-04-18 Tom de Vries <tdevries@suse.de>
2703
2704 PR gdb/24433
2705 * boards/local-board.exp: Set sysroot to "".
2706
2707 2019-04-18 Tom de Vries <tdevries@suse.de>
2708 Pedro Alves <palves@redhat.com>
2709
2710 PR gdb/24454
2711 * gdb.threads/vfork-follow-child-exec.c: New file.
2712 * gdb.threads/vfork-follow-child-exec.exp: New file.
2713 * gdb.threads/vfork-follow-child-exit.c: New file.
2714 * gdb.threads/vfork-follow-child-exit.exp: New file.
2715
2716 2019-04-15 Leszek Swirski <leszeks@google.com>
2717
2718 * gdb.arch/amd64-eval.cc: New file.
2719 * gdb.arch/amd64-eval.exp: New file.
2720
2721 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2722
2723 * gdb.server/sysroot.c: New test.
2724 * gdb.server/sysroot.exp: New file.
2725 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2726 matching param.
2727
2728 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.base/align.exp: Extend test to cover structures containing
2731 only static fields.
2732
2733 2019-04-11 Tom de Vries <tdevries@suse.de>
2734
2735 * boards/cc-with-dwz-m.exp: New file.
2736 * boards/cc-with-dwz.exp: New file.
2737 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2738
2739 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2740
2741 * gdb.base/start-cpp.exp: New file.
2742 * gdb.base/start-cpp.cc: New file.
2743
2744 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2745
2746 * gdb.python/py-thrhandle.exp: Adjust tests to call
2747 thread_from_handle instead of thread_from_thread_handle.
2748
2749 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2750
2751 * gdb.python/py-thrhandle.exp: Add tests for
2752 gdb.InferiorThread.handle.
2753
2754 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2755
2756 * gdb.python/py-function.exp: Check calling helper function from
2757 all languages.
2758 * lib/gdb.exp (gdb_supported_languages): New proc.
2759
2760 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.base/complex-parts.c: New file.
2763 * gdb.base/complex-parts.exp: New file.
2764
2765 2019-04-01 Tom Tromey <tromey@adacore.com>
2766
2767 PR symtab/23331:
2768 * gdb.dwarf2/dw2-ranges-main.c: New file.
2769 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2770 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2771
2772 2019-03-30 Simon Marchi <simark@simark.ca>
2773
2774 * gdb.base/default.exp: Add values for $_gdb_major and
2775 $_gdb_minor.
2776
2777 2019-03-29 Tom Tromey <tromey@adacore.com>
2778
2779 * gdb.base/help.exp: Tighten apropos regexp.
2780
2781 2019-03-29 Keith Seitz <keiths@redhat.com>
2782
2783 * gdb.fortran/array-bounds.exp: New file.
2784 * gdb.fortran/array-bounds.f90: New file.
2785
2786 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2787
2788 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2789
2790 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2791
2792 * gdb.multi/hello.c (main): Increase alarm timer.
2793
2794 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2795
2796 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2797 factor when no hardware watchpoint support.
2798
2799 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2800 Pedro Alves <palves@redhat.com>
2801
2802 * boards/local-board.exp: set sysroot to /.
2803
2804 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2805
2806 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2807 in child.
2808
2809 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2810
2811 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2812 field.
2813 (make_container): Initialise new field.
2814 * gdb.python/py-prettyprint.exp: Add new tests.
2815 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2816 <display_hint>: New method.
2817
2818 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2819
2820 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2821 gdb_continue_to_breakpoint more throughout this test.
2822 (run_lang_tests) Supply unique test names, and use
2823 gdb_test_no_output.
2824
2825 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * gdb.base/finish-pretty.exp: Update expected results.
2828 * gdb.base/pretty-print.c: New file.
2829 * gdb.base/pretty-print.exp: New file.
2830
2831 2019-03-25 Pedro Alves <palves@redhat.com>
2832
2833 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2834 move comments outside list. Append '-i "" eof' section.
2835
2836 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2837
2838 PR testsuite/25016
2839 * README: Add pie options.
2840 * gdb.base/break-interp.exp: Ensure pie is disabled.
2841 * gdb.base/dump.exp: Likewise.
2842 * lib/gdb.exp (gdb_compile): Add pie option.
2843
2844 2019-03-19 Tom Tromey <tromey@adacore.com>
2845
2846 * gdb.mi/mi2-cli-display.c: New file.
2847 * gdb.mi/mi2-cli-display.exp: New file.
2848
2849 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2850 Tom Tromey <tromey@adacore.com>
2851
2852 * gdb.ada/ptype_array/pck.adb: New file.
2853 * gdb.ada/ptype_array/pck.ads: New file.
2854 * gdb.ada/ptype_array/foo.adb: New file.
2855 * gdb.ada/ptype_array.exp: New file.
2856
2857 2019-03-14 Tom Tromey <tromey@adacore.com>
2858
2859 * gdb.base/style.exp: Add "set style sources" test.
2860
2861 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2862
2863 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2864 * mi-breakpoint-multiple-locations.exp: ... this.
2865 (make_breakpoints_pattern): New proc.
2866 (do_test): Add mi_version parameter, test -break-insert,
2867 -break-info and =breakpoint-created.
2868
2869 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * config/default.exp: Remove 'load_lib gdb.exp'.
2872 * config/monitor.exp: Likewise.
2873 * config/sid.exp: Likewise.
2874 * config/sim.exp: Likewise.
2875 * config/slite.exp: Likewise.
2876 * config/unix.exp: Likewise.
2877 * gdb.base/default.exp: Remove unhelpful comment.
2878
2879 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2882
2883 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2886
2887 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.fortran/type-kinds.exp: Update expected results.
2890
2891 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2894
2895 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2898 function.
2899 (test_basic_parsing_of_type_kinds): Expand types tested.
2900 (test_parsing_invalid_type_kinds): New function.
2901
2902 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.fortran/intrinsics.exp: New file.
2905 * gdb.fortran/intrinsics.f90: New file.
2906 * gdb.fortran/type-kinds.exp: New file.
2907
2908 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * gdb.fortran/dot-ops.exp: New file.
2911
2912 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2915 Check upper and lower case logical literals.
2916
2917 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2920 Remove duplicate tests.
2921
2922 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2923
2924 * lib/gdb.exp (builtin_cd): rename of cd.
2925 (cd): Override builtin.
2926
2927 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2928
2929 * gdb.fortran/function-calls.exp: New file.
2930 * gdb.fortran/function-calls.f90: New test.
2931
2932 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2933
2934 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2935 on user program standard output.
2936 * gdb.fortran/short-circuit-argument-list.f90: Record function
2937 calls.
2938
2939 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2940
2941 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2942 failure.
2943
2944 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2945
2946 PR gdb/8527
2947 * gdb.base/interrupt-daemon-attach.c,
2948 gdb.base/interrupt-daemon-attach.exp: New test.
2949
2950 2019-02-27 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/page.exp: Add tests for "set width/height -1".
2953
2954 2019-02-27 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/page.exp: Add tests for "set/show width/height" with
2957 "infinite" values.
2958
2959 2019-02-27 Tom Tromey <tromey@adacore.com>
2960
2961 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2962 2.4.
2963 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2964 workaround.
2965
2966 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2969 tests for structs with static members.
2970
2971 2019-02-26 Tom Tromey <tromey@adacore.com>
2972
2973 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2974 ValueError, not TypeError.
2975
2976 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2977
2978 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2979 call from main program.
2980
2981 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2982
2983 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2984 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2985 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2986 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2987 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2988
2989 2019-02-22 Keith Seitz <keiths@redhat.com>
2990
2991 PR symtab/23853
2992 * gdb.base/symlink-sourcefile.c: New file.
2993 * gdb.base/symlink-sourcefile.exp: New file.
2994
2995 2019-02-20 Tom Tromey <tom@tromey.com>
2996
2997 * gdb.base/info_qt.exp: Update.
2998
2999 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3000
3001 * gdb.base/source.exp: Move "error in sourced script" code to
3002 the end.
3003 * gdb.base/source-error.gdb: Move contents to
3004 source-error-1.gdb. Add new code to source source-error-1.gdb.
3005 * gdb.base/source-error-1.gdb: New file, from previous
3006 source-error.gdb.
3007
3008 2019-02-17 Tom Tromey <tom@tromey.com>
3009
3010 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3011 for macro styling.
3012 * gdb.base/style.c (SOME_MACRO): New macro.
3013
3014 2019-02-17 Tom Tromey <tom@tromey.com>
3015
3016 * gdb.base/style.exp: Add line-wrapping tests.
3017 * gdb.base/page.exp: Add test for quitting during pagination.
3018
3019 2019-02-17 Joel Brobecker <brobecker@adacore.com>
3020
3021 * gdb.ada/big_packed_array: New testcase.
3022 * gdb.ada/homonym.exp: Fix incorrect expected output for
3023 "break <homonym__get_value>" test.
3024
3025 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
3026
3027 PR breakpoints/21870
3028 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3029 and prepare_for_testing. Add comment.
3030 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3031 redundant cleanup call. Clean up comment.
3032
3033 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3034
3035 PR breakpoints/21870
3036 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3037 * gdb.arch/aarch64-dbreg-contents.c: New file.
3038
3039 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3040
3041 * gdb.ada/mi_ref_changeable: New testcase.
3042
3043 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3044
3045 * gdb.base/attach.exp: Add double attach test.
3046
3047 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3048
3049 * lib/gdb.exp (default_gdb_start): Don't match pagination
3050 prompt.
3051 (gdb_init): Set stty_init.
3052
3053 2019-01-27 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3056 skip_python_tests.
3057
3058 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3059
3060 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3061 New structure.
3062 (struct struct_static_02_02): Likewise.
3063 (struct struct_static_02_03): Likewise.
3064 (struct struct_static_02_04): Likewise.
3065 (struct struct_static_04_01): Likewise.
3066 (struct struct_static_04_02): Likewise.
3067 (struct struct_static_04_03): Likewise.
3068 (struct struct_static_04_04): Likewise.
3069 (struct struct_static_06_01): Likewise.
3070 (struct struct_static_06_02): Likewise.
3071 (struct struct_static_06_03): Likewise.
3072 (struct struct_static_06_04): Likewise.
3073 (cmp_struct_static_02_01): Likewise.
3074 (cmp_struct_static_02_02): Likewise.
3075 (cmp_struct_static_02_03): Likewise.
3076 (cmp_struct_static_02_04): Likewise.
3077 (cmp_struct_static_04_01): Likewise.
3078 (cmp_struct_static_04_02): Likewise.
3079 (cmp_struct_static_04_03): Likewise.
3080 (cmp_struct_static_04_04): Likewise.
3081 (cmp_struct_static_06_01): Likewise.
3082 (cmp_struct_static_06_02): Likewise.
3083 (cmp_struct_static_06_03): Likewise.
3084 (cmp_struct_static_06_04): Likewise.
3085 (call_all): Test new structs.
3086 * gdb.base/infcall-nested-structs.exp: Likewise.
3087
3088 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3089 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3090
3091 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3092 * gdb.base/stack-protector.c: New test.
3093 * gdb.base/stack-protector.exp: New file.
3094 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3095 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3096 option.
3097 (gdb_compile): Remove stack protector for GCC and prevent
3098 recursion.
3099
3100 2019-01-16 Keith Seitz <keiths@redhat.com>
3101
3102 PR gdb/23773
3103 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3104
3105 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3106
3107 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3108 aliases.
3109 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3110 tests.
3111 * gdb.arch/powerpc-vector-regs.c: New file.
3112 * gdb.arch/powerpc-vector-regs.exp: New file.
3113
3114 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3115
3116 * gdb.arch/altivec-regs.exp: Fix the list passed to
3117 gdb_expect_list when testing "info vector".
3118
3119 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.base/style.exp: Don't include path in testname.
3122
3123 2019-01-10 Keith Seitz <keiths@redhat.com>
3124
3125 PR gdb/23712
3126 PR symtab/23010
3127 * gdb.dwarf2/multidictionary.exp: New file.
3128
3129 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3130
3131 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3132 (test_gnuv3_style_demangling): ... this.
3133 (test_lucid_style_demangling): Remove.
3134 (test_arm_style_demangling): Remove.
3135 (test_hp_style_demangling): Remove.
3136 (do_tests): Remove calls to the above.
3137
3138 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3141 case.
3142
3143 2019-01-06 Tom Tromey <tom@tromey.com>
3144
3145 PR gdb/28155:
3146 * gdb.dwarf2/typedef-void-finish.exp: New file.
3147
3148 2018-12-28 Tom Tromey <tom@tromey.com>
3149 Simon Marchi <simark@simark.ca>
3150
3151 * gdb.base/jit-exec.exp: New file.
3152 * gdb.base/jit-exec.c: New file.
3153 * gdb.base/jit-execd.c: New file.
3154
3155 2018-12-28 Tom Tromey <tom@tromey.com>
3156
3157 * gdb.base/style.exp: Update test to check for address styling.
3158
3159 2018-12-28 Tom Tromey <tom@tromey.com>
3160
3161 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3162 message.
3163
3164 2018-12-28 Tom Tromey <tom@tromey.com>
3165
3166 * gdb.base/style.exp: Add test for version number styling.
3167
3168 2018-12-28 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.base/style.exp: Add test for print_address_symbolic.
3171
3172 2018-12-28 Tom Tromey <tom@tromey.com>
3173
3174 * gdb.base/style.exp: Add test for breakpoint setting.
3175
3176 2018-12-28 Tom Tromey <tom@tromey.com>
3177
3178 * gdb.base/style.exp: Add test for variable names.
3179
3180 2018-12-28 Tom Tromey <tom@tromey.com>
3181
3182 * gdb.base/style.exp: New file.
3183 * gdb.base/style.c: New file.
3184
3185 2018-12-28 Tom Tromey <tom@tromey.com>
3186
3187 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3188 "dumb".
3189 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3190 the TERM environment variable.
3191
3192 2018-12-27 Tom Tromey <tom@tromey.com>
3193
3194 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3195 pagination test.
3196
3197 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3200 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3201
3202 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3203
3204 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3205 Filename a.adb changed to bp_fun_addr.adb.
3206 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3207
3208 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3209
3210 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3211 non-PIE executables.
3212 * README: Mention the gdb,nopie_flag board setting.
3213 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3214 non-PIE executable.
3215 * gdb.arch/amd64-entry-value.exp: Likewise.
3216 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3217 * gdb.arch/i386-float.exp: Likewise.
3218 * gdb.arch/i386-signal.exp: Likewise.
3219 * gdb.mi/mi-reg-undefined.exp: Likewise.
3220
3221 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3222
3223 PR gdb/23974
3224 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3225
3226 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3227
3228 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3229 Update order of results accordingly.
3230
3231 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3232
3233 * gdb.base/annota1.exp: Update a test regexp.
3234
3235 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3236
3237 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3238
3239 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3240
3241 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3242 (reuse_time): Initialize to REUSE_TIME_CAP.
3243 (check_rc): New function.
3244 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3245 Check pthread_create rc.
3246 (spawner_thread_func): Check pthread_create and pthread_join rc.
3247
3248 2018-12-08 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/list.exp (test_forward_search): Rename to ...
3251 (test_forward_reverse_search): ... this. Also test reverse-search
3252 and the forward-search alias.
3253
3254 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3257 local timeout variable before return, and remove all local timeout
3258 variable entirely.
3259 (gdb_load): Likewise.
3260
3261 2018-12-01 Tom de Vries <tdevries@suse.de>
3262
3263 * gdb.base/gdb-caching-proc.exp: New file.
3264
3265 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3266
3267 * Makefile.in (TIMESTAMP): New variable.
3268 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3269 command.
3270 (check-single-racy): Likewise.
3271 (check/%.exp): Likewise.
3272 (check-racy/%.exp): Likewise.
3273 (workers/%.worker): Likewise.
3274 (build-perf): Likewise.
3275 (check-perf): Likewise.
3276 * README: Describe new "TS" and "TS_FORMAT" variables.
3277 * print-ts.py: New file.
3278
3279 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3280
3281 PR python/23714
3282 * gdb.python/python.exp: Test command repetition after
3283 gdb.execute.
3284
3285 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3288 is correctly aligned.
3289
3290 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3291
3292 * gdb.ada/info_auto_lang.exp: New testcase.
3293 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3294 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3295 * gdb.ada/info_auto_lang/some_c.c: New file.
3296
3297 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3298
3299 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3300 FUNC_lang language syntax.
3301
3302 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3303
3304 * gdb.base/info_minsym.c: New file.
3305 * gdb.base/info_minsym.exp: New file.
3306
3307 2018-11-19 Tom Tromey <tom@tromey.com>
3308
3309 PR rust/23625:
3310 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3311 * gdb.rust/expr.exp: Update expected output. Change one test.
3312
3313 2018-11-19 Tom Tromey <tom@tromey.com>
3314
3315 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3316
3317 2018-11-19 Pedro Alves <palves@redhat.com>
3318
3319 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3320 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3321 see the expected warning.
3322
3323 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3324
3325 PR gdb/22736:
3326 * gdb.cp/infcall-nodebug-lib.c: New test.
3327 * gdb.cp/infcall-nodebug-main.c: New test.
3328 * gdb.cp/infcall-nodebug.exp: New file.
3329
3330 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3331
3332 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3333 completer tests.
3334
3335 2018-11-09 Tom de Vries <tdevries@suse.de>
3336
3337 * gdb.base/msym-lang.c: New test.
3338 * gdb.base/msym-lang.exp: New file.
3339 * gdb.base/msym-lang-main.c: New test.
3340
3341 2018-11-08 Tom Tromey <tom@tromey.com>
3342
3343 PR gdb/23555:
3344 PR gdb/23838:
3345 * gdb.base/warning.exp: New file.
3346
3347 2018-11-08 Jan Beulich <jbeulich@suse.com>
3348
3349 * testsuite/gdb.arch/i386-avx512.c,
3350 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3351
3352 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3355 point hardware.
3356
3357 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3360 * gdb.dwarf2/missing-type-name.exp: New file.
3361
3362 2018-11-06 Tom de Vries <tdevries@suse.de>
3363
3364 * gdb.base/many-headers.c: New test.
3365 * gdb.base/many-headers.exp: New file.
3366
3367 2018-11-06 Jim Wilson <jimw@sifive.com>
3368
3369 * gdb.base/code_elim.exp: For riscv, set additional_flags
3370 to include -msmall-data-limit=0.
3371
3372 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3373
3374 * gdb.ada/watch_minus_l: New testcase.
3375
3376 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3377
3378 * gdb.arch/aix-sighandle.c: New file.
3379 * gdb.arch/aix-sighandle.exp: New file.
3380
3381 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3384 registers being unions.
3385
3386 2018-10-31 Tom de Vries <tdevries@suse.de>
3387
3388 * lib/valgrind.exp: New file.
3389 (vgdb_start, vgdb_stop): New procs, factored out of ...
3390 * gdb.base/valgrind-bt.exp: ... here, ...
3391 * gdb.base/valgrind-disp-step.exp: ... here and ...
3392 * gdb.base/valgrind-infcall.exp: ... here.
3393
3394 2018-10-31 Tom de Vries <tdevries@suse.de>
3395
3396 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3397
3398 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3399
3400 * gdb.dwarf2/void-type.c: New file.
3401 * gdb.dwarf2/void-type.exp: New file.
3402
3403 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3404
3405 * gdb.base/info_qt.c: New file.
3406 * gdb.base/info_qt.exp: New file.
3407
3408 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3409
3410 * gdb.arch/powerpc-htm-regs.c: New file.
3411 * gdb.arch/powerpc-htm-regs.exp: New file.
3412
3413 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3414
3415 * gdb.arch/powerpc-tar.c: New file.
3416 * gdb.arch/powerpc-tar.exp: New file.
3417
3418 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3419
3420 * gdb.arch/powerpc-ppr-dscr.c: New file.
3421 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3422
3423 2018-10-25 Tom de Vries <tdevries@suse.de>
3424
3425 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3426
3427 2018-10-24 Tom de Vries <tdevries@suse.de>
3428
3429 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3430 longer exists error.
3431
3432 2018-10-24 Tom de Vries <tdevries@suse.de>
3433
3434 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3435
3436 2018-10-24 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3439 --db-attach in valgrind.
3440
3441 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.arch/riscv-reg-aliases.c: New file.
3444 * gdb.arch/riscv-reg-aliases.exp: New file.
3445
3446 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3447
3448 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3449
3450 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3451
3452 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3453
3454 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3455
3456 * gdb.cp/ovldbreak.exp: Fix regexps.
3457
3458 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3459
3460 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3461
3462 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3463
3464 PR cli/23785
3465 * gdb.base/restore.exp: New test to check if "restore" with an
3466 invalid file doesn't segfault.
3467
3468 2018-10-18 Tom de Vries <tdevries@suse.de>
3469
3470 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3471 * gdb.ada/excep_handle.exp: Same.
3472 * gdb.ada/mi_string_access.exp: Same.
3473 * gdb.ada/mi_var_union.exp: Same.
3474 * gdb.arch/arc-analyze-prologue.exp: Same.
3475 * gdb.arch/arc-decode-insn.exp: Same.
3476 * gdb.base/readnever.exp: Same.
3477 * gdb.fortran/printing-types.exp: Same.
3478 * gdb.guile/scm-lazy-string.exp: Same.
3479
3480 2018-10-16 Tom de Vries <tdevries@suse.de>
3481
3482 PR gdb/23730
3483 * gdb.base/catch-follow-exec.c: Add copyright notice.
3484 * gdb.base/catch-follow-exec.exp: Rewrite to use
3485 gdb_spawn_with_cmdline_opts. Require gdb-native.
3486
3487 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3488
3489 * gdb.trace/actions-changed.exp: Check for arch support.
3490 * gdb.trace/actions.exp: Likewise.
3491 * gdb.trace/ax.exp: Likewise.
3492 * gdb.trace/backtrace.exp: Likewise.
3493 * gdb.trace/change-loc.exp: Likewise.
3494 * gdb.trace/deltrace.exp: Likewise.
3495 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3496 * gdb.trace/ftrace.exp: Likewise.
3497 * gdb.trace/infotrace.exp: Check for arch support.
3498 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3499 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3500 * gdb.trace/mi-tsv-changed.exp: Likewise.
3501 * gdb.trace/packetlen.exp: Likewise.
3502 * gdb.trace/passc-dyn.exp: Likewise.
3503 * gdb.trace/passcount.exp: Likewise.
3504 * gdb.trace/pending.exp: Likewise.
3505 * gdb.trace/range-stepping.exp: Check for shlib support.
3506 * gdb.trace/report.exp: Check for arch support.
3507 * gdb.trace/save-trace.exp: Likewise.
3508 * gdb.trace/signal.exp: Check for signal support.
3509 * gdb.trace/tfind.exp: Check for arch support.
3510 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3511 * gdb.trace/trace-common.h: Add comment.
3512 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3513 * gdb.trace/trace-enable-disable.exp: Likewise.
3514 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3515 * gdb.trace/tracecmd.exp: Check for arch support.
3516 * gdb.trace/tspeed.exp: Check for shlib and target support.
3517 * gdb.trace/tstatus.exp: Check for arch support.
3518 * gdb.trace/tsv.exp: Likewise.
3519 * gdb.trace/while-dyn.exp: Likewise.
3520 * gdb.trace/while-stepping.exp: Likewise.
3521 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3522
3523 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3524
3525 * gdb.trace/tspeed.exp: Remove nowarnings.
3526 (prepare_for_trace_test): Declare "global ipalib".
3527 * gdb.trace/tspeed.c: Include unistd.h.
3528 (main): Remove superfluous printf argument.
3529
3530 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3531
3532 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3533 directory prefix on the filename.
3534
3535 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3536
3537 * gdb.gdb/unittest.exp: Update expected message informing that
3538 selftests have been disabled.
3539 * gdb.server/unittest.exp: Likewise.
3540
3541 2018-10-09 Tom de Vries <tdevries@suse.de>
3542
3543 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3544 with runto_main.
3545
3546 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3547
3548 PR c++/16841
3549 * gdb.cp/virtbase2.cc: New file.
3550 * gdb.cp/virtbase2.exp: New file.
3551
3552 2018-10-06 Tom Tromey <tom@tromey.com>
3553
3554 PR python/19399:
3555 * gdb.python/py-inferior.exp: Add architecture test.
3556
3557 2018-10-06 Tom Tromey <tom@tromey.com>
3558
3559 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3560 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3561
3562 2018-10-06 Tom Tromey <tom@tromey.com>
3563
3564 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3565 of a "throw" catchpoint.
3566
3567 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3568
3569 * gdb.base/info-proc.exp: Update string expected from "help info
3570 proc".
3571
3572 2018-10-04 Tom Tromey <tom@tromey.com>
3573
3574 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3575 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3576 (test_initial_complaints, test_empty_complaints): Update.
3577 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3578
3579 2018-10-04 Tom Tromey <tom@tromey.com>
3580
3581 PR cli/19551:
3582 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3583 * lib/gdb.exp (gdb_file_cmd): Update.
3584 * gdb.stabs/weird.exp (print_weird_var): Update.
3585 * gdb.server/solib-list.exp: Update.
3586 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3587 * gdb.mi/mi-cli.exp: Update.
3588 * gdb.linespec/linespec.exp: Update.
3589 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3590 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3591 * gdb.cp/cp-relocate.exp: Update.
3592 * gdb.base/sym-file.exp: Update.
3593 * gdb.base/relocate.exp: Update.
3594 * gdb.base/readnever.exp: Update.
3595 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3596 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3597 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3598 * gdb.base/code_elim.exp: Update.
3599 * gdb.base/break-unload-file.exp (test_break): Update.
3600 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3601 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3602 Update.
3603 * gdb.base/attach.exp (do_attach_tests): Update.
3604 * gdb.base/sepdebug.exp: Update.
3605 * gdb.python/py-section-script.exp: Update.
3606
3607 2018-10-04 Tom Tromey <tom@tromey.com>
3608
3609 PR cli/22234:
3610 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3611 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3612 output.
3613
3614 2018-10-04 Tom Tromey <tom@tromey.com>
3615
3616 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3617 set width and height to 0.
3618 (test_command_line_attach_run): Use -quiet.
3619
3620 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3621
3622 * lib/gdb.exp (skip_ifunc_tests): New.
3623 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3624 other compile failures.
3625 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3626
3627 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3628
3629 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3630 is_amd64_regs_target.
3631
3632 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3633
3634 * gdb.arch/aarch64-sighandler-regs.c: New test.
3635 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3636 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3637
3638 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3639
3640 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3641 assembly.
3642
3643 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3644
3645 * gdb.base/frame-selection.exp: New file.
3646 * gdb.base/frame-selection.c: New file.
3647
3648 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3649
3650 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3651 pthread barrier.
3652 (main): Likewise.
3653
3654 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.base/large-frame-1.c: New file.
3657 * gdb.base/large-frame-2.c: New file.
3658 * gdb.base/large-frame.exp: New file.
3659 * gdb.base/large-frame.h: New file.
3660
3661 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3662
3663 PR gdb/20948
3664 * gdb.base/write_mem.exp: New test.
3665 * gdb.base/write_mem.c: Likewise.
3666
3667 2018-09-23 Tom Tromey <tom@tromey.com>
3668
3669 PR python/18852:
3670 * gdb.python/py-parameter.exp: Add test for parameter that throws
3671 on "set".
3672
3673 2018-09-23 Tom Tromey <tom@tromey.com>
3674
3675 PR python/17284:
3676 * gdb.python/py-template.exp (test_template_arg): Add test for
3677 negative template argument number.
3678
3679 2018-09-23 Tom Tromey <tom@tromey.com>
3680
3681 PR python/14062:
3682 * gdb.python/python.exp: Add test for post_event error.
3683
3684 2018-09-23 Tom Tromey <tom@tromey.com>
3685
3686 PR python/18170:
3687 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3688 convert pointers to int and long.
3689
3690 2018-09-23 Tom Tromey <tom@tromey.com>
3691
3692 PR python/20126:
3693 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3694 signed-ness conversion tests.
3695
3696 2018-09-23 Tom Tromey <tom@tromey.com>
3697
3698 PR python/18352;
3699 * gdb.python/py-value.exp (test_float_conversion): New proc.
3700 Use it.
3701
3702 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3703
3704 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3705
3706 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3707
3708 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3709 no readline.
3710 * gdb.base/utf8-identifiers.exp: Likewise.
3711 * gdb.cp/cpcompletion.exp: Likewise.
3712 * gdb.linespec/cpcompletion.exp: Likewise.
3713 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3714 * gdb.linespec/cpls-ops.exp: Likewise.
3715
3716 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3717 Chris January <chris.january@arm.com>
3718
3719 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3720 * gdb.fortran/short-circuit-argument-list.exp: New file.
3721 * gdb.fortran/short-circuit-argument-list.f90: New test.
3722
3723 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3724
3725 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3726 "arch=" keyword when executing "-stack-list-frames".
3727
3728 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3729
3730 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3731 "arch=" keyword when executing "-stack-list-frames".
3732
3733 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3734
3735 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3736 break ada".
3737
3738 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3739
3740 PR python/23669
3741 * gdb.python/python.exp: Test gdb.execute("show commands").
3742
3743 2018-09-16 Tom Tromey <tom@tromey.com>
3744
3745 * gdb.base/new-ui.exp (do_execution_tests): Update.
3746 * gdb.base/dbx.exp (test_breakpoints): Update.
3747
3748 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3749
3750 * lib/gdb.exp (gdb_simple_compile): Add proc.
3751 (is_elf_target): Use gdb_simple_compile.
3752 (skip_altivec_tests): Likewise.
3753 (skip_vsx_tests): Likewise.
3754 (skip_tsx_tests): Likewise.
3755 (skip_btrace_tests): Likewise.
3756 (skip_btrace_pt_tests): Likewise.
3757 (gdb_can_simple_compile): Likewise.
3758 (gdb_has_argv0): Likewise.
3759 (gdb_target_symbol_prefix): Likewise.
3760 (target_supports_scheduler_locking): Likewise.
3761
3762 2018-09-13 Tom Tromey <tom@tromey.com>
3763
3764 * Makefile.in (TAGS): Recognize proc_with_prefix and
3765 gdb_caching_proc.
3766
3767 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3768
3769 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3770 method.
3771
3772 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3773
3774 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3775 and a few other Inferior properties when the Inferior is no
3776 longer valid.
3777
3778 2018-09-13 Tom Tromey <tom@tromey.com>
3779
3780 PR rust/23650:
3781 * gdb.rust/simple.exp: Add test for enum field access error.
3782
3783 2018-09-13 Tom Tromey <tom@tromey.com>
3784
3785 PR rust/23626:
3786 * gdb.rust/simple.rs (EmptyEnum): New type.
3787 (main): Use it.
3788 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3789
3790 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3791
3792 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3793 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3794 * gdb.python/py-symtab.exp: Update test printing an objfile.
3795
3796 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3799 object.
3800
3801 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3802
3803 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3804 (support_complex_tests): Use gdb_can_simple_compile.
3805 (is_ilp32_target): Likewise.
3806 (is_lp64_target): Likewise.
3807 (is_64_target): Likewise.
3808 (is_amd64_regs_target): Likewise.
3809 (is_aarch32_target): Likewise.
3810 (gdb_int128_helper): Likewise.
3811
3812 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3813
3814 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3815
3816 2018-09-10 Jerome Guitton <guitton@adacore.com>
3817
3818 * gdb.ada/same_component_name: Add test for case of tagged record
3819 with variable-length fields.
3820
3821 2018-09-10 Xavier Roirand <roirand@adacore.com>
3822
3823 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3824 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3825 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3826 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3827
3828 2018-09-10 Xavier Roirand <roirand@adacore.com>
3829
3830 * gdb.ada/mi_string_access.exp: New testcase.
3831 * gdb.ada/mi_string_access/bar.adb: New file.
3832 * gdb.ada/mi_string_access/pck.adb: New file.
3833 * gdb.ada/mi_string_access/pck.asd: New file.
3834
3835 2018-09-10 Xavier Roirand <roirand@adacore.com>
3836
3837 * gdb.ada/mi_var_union.exp: New testcase.
3838 * gdb.ada/mi_var_union/bar.adb: New file.
3839 * gdb.ada/mi_var_union/pck.adb: New file.
3840 * gdb.ada/mi_var_union/pck.asd: New file.
3841
3842 2018-09-08 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3845
3846 2018-09-08 Tom Tromey <tom@tromey.com>
3847
3848 PR python/16047:
3849 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3850 (register_pretty_printers): Register new printer.
3851 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3852 test.
3853 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3854 (an_int_type3): New global.
3855
3856 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3857
3858 * gdb.ada/expr_with_funcall: New testcase.
3859
3860 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.ada/packed_array_assign: New testcase.
3863
3864 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3865
3866 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3867 names, and add test prefixes to make test names unique.
3868
3869 2018-09-05 Tom de Vries <tdevries@suse.de>
3870
3871 * gdb.dwarf2/varval.exp: Add test.
3872
3873 2018-09-04 Gary Benson <gbenson@redhat.com>
3874
3875 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3876 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3877
3878 2018-08-31 Tom Tromey <tom@tromey.com>
3879
3880 * gdb.rust/simple.rs: Rename second variable "v".
3881
3882 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3883
3884 * gdb.base/funcargs.c (use_a): New function.
3885 (recurse): Call use_a.
3886
3887 2018-08-29 Keith Seitz <keiths@redhat.com>
3888
3889 * gdb.compile/compile-cplus-anonymous.cc: New file.
3890 * gdb.compile/compile-cplus-anonymous.exp: New file.
3891 * gdb.compile/compile-cplus-array-decay.cc: New file.
3892 * gdb.compile/compile-cplus-array-decay.exp: New file.
3893 * gdb.compile/compile-cplus-inherit.cc: New file.
3894 * gdb.compile/compile-cplus-inherit.exp: New file.
3895 * gdb.compile/compile-cplus-member.cc: New file.
3896 * gdb.compile/compile-cplus-member.exp: New file.
3897 * gdb.compile/compile-cplus-method.cc: New file.
3898 * gdb.compile/compile-cplus-method.exp: New file.
3899 * gdb.compile/compile-cplus-mod.c: "New" file.
3900 * gdb.compile/compile-cplus-namespace.cc: New file.
3901 * gdb.compile/compile-cplus-namespace.exp: New file.
3902 * gdb.compile/compile-cplus-nested.cc: New file.
3903 * gdb.compile/compile-cplus-nested.exp: New file.
3904 * gdb.compile/compile-cplus-print.c: "New" file.
3905 * gdb.compile/compile-cplus-print.exp: "New" file.
3906 * gdb.compile/compile-cplus-virtual.cc: New file.
3907 * gdb.compile/compile-cplus-virtual.exp: New file.
3908 * gdb.compile/compile-cplus.c: "New" file.
3909 * gdb.compile/compile-cplus.exp: "New" file.
3910 * lib/compile-support.exp: New file.
3911
3912 2018-08-16 Gary Benson <gbenson@redhat.com>
3913
3914 PR gdb/13000:
3915 * gdb.base/batch-exit-status.exp: New file.
3916 * gdb.base/batch-exit-status.good-commands: Likewise.
3917 * gdb.base/batch-exit-status.bad-commands: Likewise.
3918
3919 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3920
3921 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3922 (struct struct02): Likewise.
3923 (struct struct03): Likewise.
3924 (struct struct04): Likewise.
3925 (struct struct_01_01): New struct.
3926 (struct struct_01_02): Likewise.
3927 (struct struct_01_03): Likewise.
3928 (struct struct_01_04): Likewise.
3929 (struct struct_02_01): Likewise.
3930 (struct struct_02_02): Likewise.
3931 (struct struct_02_03): Likewise.
3932 (struct struct_02_04): Likewise.
3933 (struct struct_04_01): Likewise.
3934 (struct struct_04_02): Likewise.
3935 (struct struct_04_03): Likewise.
3936 (struct struct_04_04): Likewise.
3937 (struct struct_05_01): Likewise.
3938 (struct struct_05_02): Likewise.
3939 (struct struct_05_03): Likewise.
3940 (struct struct_05_04): Likewise.
3941 (cmp_struct01): Remove function.
3942 (cmp_struct02): Likewise.
3943 (cmp_struct03): Likewise.
3944 (cmp_struct04): Likewise.
3945 (cmp_struct_01_01): Add Function.
3946 (cmp_struct_01_02): Likewise.
3947 (cmp_struct_01_03): Likewise.
3948 (cmp_struct_01_04): Likewise.
3949 (cmp_struct_02_01): Likewise.
3950 (cmp_struct_02_02): Likewise.
3951 (cmp_struct_02_03): Likewise.
3952 (cmp_struct_02_04): Likewise.
3953 (cmp_struct_04_01): Likewise.
3954 (cmp_struct_04_02): Likewise.
3955 (cmp_struct_04_03): Likewise.
3956 (cmp_struct_04_04): Likewise.
3957 (cmp_struct_05_01): Likewise.
3958 (cmp_struct_05_02): Likewise.
3959 (cmp_struct_05_03): Likewise.
3960 (cmp_struct_05_04): Likewise.
3961 (call_all): Add new structs.
3962 * gdb.base/infcall-nested-structs.exp: Likewise.
3963
3964 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3965
3966 * gdb.python/py-framefilter-mi.exp: Update regexp to
3967 check for "arch" field in frame output.
3968
3969 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3970
3971 * gdb.dwarf2/dw2-ranges-func.c: New file.
3972 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3973
3974 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3975
3976 * gdb.base/term.exp: Compare terminal settings with values from
3977 the inferior.
3978 * gdb.base/term.c: Get and set terminal settings.
3979
3980 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3981
3982 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3983 accommodate new "arch" field in frame output.
3984 * gdb.mi/mi-return.exp: Likewise.
3985 * gdb.mi/mi-stack.exp: Likewise.
3986 * gdb.mi/mi-syn-frame.exp: Likewise.
3987 * gdb.mi/user-selected-context-sync.exp: Likewise.
3988
3989 2018-08-19 Michael Spang <spang@google.com>
3990
3991 PR gdb/11786
3992 * gdb.base/gcore-tls-pie.c: New file.
3993 * gdb.base/gcore-tls-pie.exp: New file.
3994
3995 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3996
3997 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3998 * gdb.dwarf2/varval.c: New file.
3999 * gdb.dwarf2/varval.exp: New file.
4000
4001 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4002
4003 PR gdb/18931
4004 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4005
4006 2018-08-16 Keith Seitz <keiths@redhat.com>
4007
4008 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4009 tests expected to pass.
4010
4011 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4012
4013 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4014 -data-disassemble -a.
4015 (test_disassembly_bogus_args): Likewise.
4016
4017 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4020
4021 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.base/vla-optimized-out.exp: Add new test.
4024
4025 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * gdb.base/vla-optimized-out-o3.exp: Delete.
4028 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4029 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4030 deleted tests.
4031
4032 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4033
4034 PR gdb/18050:
4035 * gdb.server/extended-remote-restart.c: New file.
4036 * gdb.server/extended-remote-restart.exp: New file.
4037
4038 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4039
4040 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4041 "set variable index = 42".
4042
4043 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4044
4045 * boards/index-cache-gdb.exp: New file.
4046 * gdb.dwarf2/index-cache.exp: New file.
4047 * gdb.dwarf2/index-cache.c: New file.
4048 * gdb.base/maint.exp: Check if we are using the index cache.
4049
4050 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4051
4052 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4053 MAKEFLAGS.
4054
4055 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4056
4057 * dg-extract-results.sh: Move to toplevel contrib.
4058 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4059 * Makefile.in (check-parallel-racy): Likewise.
4060
4061 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4062
4063 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4064 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4065 tests if the target supports scheduler locking.
4066
4067 2018-08-04 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4070
4071 2018-08-02 Tom Tromey <tom@tromey.com>
4072
4073 PR symtab/16842.
4074 * gdb.cp/temargs.exp: Test "info address" of a template
4075 parameter.
4076
4077 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4078
4079 * gdb.python/py-mi-var-info-path-expression.c: New file.
4080 * gdb.python/py-mi-var-info-path-expression.py: New file.
4081 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4082
4083 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4084
4085 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4086 error after "cannot resolve name" string.
4087
4088 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4091 started.
4092 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4093
4094 2018-07-28 Tom de Vries <tdevries@suse.de>
4095
4096 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4097
4098 2018-07-26 Tom de Vries <tdevries@suse.de>
4099
4100 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4101
4102 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4105 is visible.
4106
4107 2018-07-26 Tom de Vries <tdevries@suse.de>
4108
4109 PR breakpoints/23366
4110 * gdb.base/catch-follow-exec.c: New test.
4111 * gdb.base/catch-follow-exec.exp: New file.
4112
4113 2018-07-25 Tom de Vries <tdevries@suse.de>
4114
4115 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4116 vla-optimized-out.c.
4117
4118 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4119
4120 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4121 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4122
4123 2018-07-20 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4126 NOCLONE macro.
4127 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4128
4129 2018-07-19 Tom de Vries <tdevries@suse.de>
4130
4131 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4132 regular expression.
4133
4134 2018-07-18 Tom de Vries <tdevries@suse.de>
4135
4136 * gdb.base/vla-optimized-out.c: New test.
4137 * gdb.base/vla-optimized-out.exp: New file.
4138
4139 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4140
4141 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4142 message "No address associated with hostname" when gdbserver
4143 cannot resolve the hostname.
4144
4145 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4146
4147 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4148 Add some test prefixes to make tests unique.
4149
4150 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4151
4152 * gdb.base/frameapply.c: New file.
4153 * gdb.base/frameapply.exp: New file.
4154
4155 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4156
4157 * gdb.base/skip.exp: Update expected error message.
4158
4159 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4160 Jan Kratochvil <jan.kratochvil@redhat.com>
4161 Paul Fertser <fercerpav@gmail.com>
4162 Tsutomu Seki <sekiriki@gmail.com>
4163
4164 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4165 parameter.
4166 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4167 by default.
4168 * boards/native-gdbserver.exp: Likewise.
4169 * gdb.server/run-without-local-binary.exp: Improve regexp used
4170 for detecting when a remote debugging connection succeeds.
4171 * gdb.server/server-connect.exp: New file.
4172 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4173 Do not prefix the port number with ":".
4174 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4175 support for detecting and using it. Add '$debughost_gdbserver'
4176 to the list of arguments used to start gdbserver. Handle case
4177 when gdbserver cannot resolve a network name.
4178
4179 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4180
4181 PR c++/23373
4182 * gdb.base/ptype-offsets.cc (struct static_member): New
4183 struct.
4184 (main) <stmember>: New variable.
4185 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4186 with a static member in it.
4187
4188 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4189
4190 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4191 watchpoints enabled and disabled.
4192
4193 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.base/examine-backward.exp: Still run tests around address
4196 0x0, even if address 0x0 is not readable. Update the pattern for
4197 matching address 0x0 in expected output.
4198
4199 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4200
4201 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4202 malloc/free.
4203
4204 2018-07-04 Tom de Vries <tdevries@suse.de>
4205
4206 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4207
4208 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4209
4210 PR tdep/8282
4211 * gdb.arch/mips-disassembler-options.exp: New test.
4212 * gdb.arch/mips-disassembler-options.s: New test source.
4213
4214 2018-06-29 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.threads/names.exp: Adjust expected "info threads" output.
4217
4218 2018-06-29 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.opt/inline-break.exp (line number, address): Add "info
4221 break" tests.
4222
4223 2018-06-29 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4226 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4227 number and address and running to them.
4228
4229 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4230
4231 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4232
4233 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4234
4235 * lib/compiler.c: Remove executable permission flag.
4236
4237 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4238
4239 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4240 code.
4241 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4242
4243 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4244
4245 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4246
4247 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4248
4249 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4250 address argument is omitted.
4251
4252 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4253
4254 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4255
4256 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4257
4258 PR gdb/21695
4259 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4260 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4261
4262 2018-06-26 Tom Tromey <tom@tromey.com>
4263
4264 PR rust/22574:
4265 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4266 * gdb.rust/simple.rs (struct SimpleLayout): New.
4267
4268 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4269
4270 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4271 "info registers" output.
4272
4273 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4274
4275 * gdb.base/watchpoint-hw-attach.c: New test.
4276 * gdb.base/watchpoint-hw-attach.exp: New file.
4277
4278 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4279
4280 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4281 through /bin/sh.
4282 * boards/dwarf4-gdb-index.exp: Likewise.
4283 * boards/fission-dwp.exp: Likewise.
4284
4285 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4286
4287 * gdb.base/float128.exp: Add comment and improved fail message
4288 to the failure case of "print large128" test.
4289
4290 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4291
4292 * configure.ac: Remove AC_PREREQ.
4293 * configure: Re-generate.
4294
4295 2018-06-19 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4298 (func_extern_caller): New.
4299 (main): Call func_extern_caller.
4300 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4301 logic change.
4302
4303 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4304
4305 PR gdb/16841
4306 * gdb.cp/typedef-base.cc: New file.
4307 * gdb.cp/typedef-base.exp: New file.
4308
4309 2018-06-18 Tom de Vries <tdevries@suse.de>
4310
4311 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4312
4313 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4314 Richard Bunt <Richard.Bunt@arm.com>
4315
4316 * gdb.threads/attach-slow-waitpid.c: New file.
4317 * gdb.threads/attach-slow-waitpid.exp: New file.
4318 * gdb.threads/slow-waitpid.c: New file.
4319
4320 2018-06-14 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.base/fork-running-state.c: Include <errno.h>.
4323 (exit_if_relative_exits): New.
4324 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4325 exits.
4326 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4327 child exits.
4328
4329 2018-06-14 Tom de Vries <tdevries@suse.de>
4330
4331 PR cli/22573
4332 * gdb.base/finish-pretty.c: New test.
4333 * gdb.base/finish-pretty.exp: New file.
4334
4335 2018-06-14 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4338 gdb's expected startup output.
4339
4340 2018-06-14 Pedro Alves <palves@redhat.com>
4341
4342 * lib/selftest-support.exp (selftest_setup): Remove inlined
4343 function handling.
4344
4345 2018-06-14 Tom de Vries <tdevries@suse.de>
4346
4347 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4348 matching of breakpoint printing.
4349
4350 2018-06-13 Tom de Vries <tdevries@suse.de>
4351
4352 PR testsuite/23269
4353 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4354 (fork_child): ... here, and ...
4355 (fork_parent): ... here.
4356
4357 2018-06-12 Tom de Vries <tdevries@suse.de>
4358
4359 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4360
4361 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4362 Stephen Roberts <stephen.roberts@arm.com>
4363
4364 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4365 rewrite test to describe action performed, rather than possible
4366 failure.
4367
4368 2018-06-08 Gary Benson <gbenson@redhat.com>
4369
4370 * gdb.threads/check-libthread-db.exp: New file.
4371 * gdb.threads/check-libthread-db.c: Likewise.
4372
4373 2018-06-05 Tom Tromey <tom@tromey.com>
4374
4375 * gdb.base/default.exp: Update expected "show version" output.
4376
4377 2018-06-05 Tom Tromey <tom@tromey.com>
4378
4379 PR cli/12326:
4380 * gdb.cp/static-print-quit.exp: Update.
4381 * lib/gdb.exp (pagination_prompt): Update.
4382 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4383 * gdb.python/python.exp: Update.
4384
4385 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4388
4389 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4390
4391 * gdb.ada/bp_fun_addr: New testcase.
4392
4393 2018-06-01 Tom Tromey <tom@tromey.com>
4394
4395 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4396 results.
4397 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4398 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4399 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4400 * gdb.base/maint.exp (maint_pass_if): Update.
4401
4402 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4403
4404 * gdb.base/endian.exp: New test.
4405 * gdb.base/endian.c: New test source.
4406
4407 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 PR gdb/23203
4410 * gdb.base/bt-selected-frame.c: New file.
4411 * gdb.base/bt-selected-frame.exp: New file.
4412 * lib/gdb.exp (get_current_frame_number): New function.
4413
4414 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4415 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.threads/tls-core.c: Include <stdlib.h>
4418 (thread_proc): Call `abort'.
4419 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4420 (tls_core_test): New procedure, bits factored out from ...
4421 (top level): ... here. Test both native cores and gcore cores.
4422
4423 2018-05-23 Tom Tromey <tom@tromey.com>
4424
4425 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4426
4427 2018-05-23 Tom Tromey <tom@tromey.com>
4428
4429 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4430 symfile_complaints.
4431 (test_short_complaints): Likewise.
4432 (test_empty_complaints): Likewise.
4433 (test_initial_complaints): Update.
4434
4435 2018-05-23 Tom Tromey <tom@tromey.com>
4436
4437 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4438
4439 2018-05-23 Tom Tromey <tom@tromey.com>
4440
4441 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4442 (test_short_complaints): Update.
4443
4444 2018-05-22 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/remote.exp: Only gdb_start after compiling the
4447 testcase. Issue "disconnect" before testing "set remote" command
4448 defaults. Issue clean_restart before running to main.
4449
4450 2018-05-22 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.base/remote.exp: Adjust expected output of "show remote
4453 memory-write-packet-size". Add tests for "set remote
4454 memory-write-packet-size 0" and "set remote
4455 memory-write-packet-size fixed/limit".
4456
4457 2018-05-22 Pedro Alves <palves@redhat.com>
4458
4459 PR gdb/22973
4460 * gdb.base/utf8-identifiers.c: New file.
4461 * gdb.base/utf8-identifiers.exp: New file.
4462
4463 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4464
4465 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4466
4467 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4468
4469 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4470
4471 2018-05-18 Tom Tromey <tom@tromey.com>
4472
4473 * gdb.base/ptype-offsets.exp: Update.
4474
4475 2018-05-17 Keith Seitz <keiths@redhat.com>
4476
4477 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4478 in expected breakpoint stop locations.
4479 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4480 move to proper scope to test variable values.
4481 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4482 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4483 New functions.
4484 (main): Call not_inline_func3.
4485 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4486 inline_func1, inline_func2, and inline_func3. Test that when each
4487 breakpoint is hit, GDB properly reports both the stop location
4488 and the backtrace. Repeat tests for temporary breakpoints.
4489
4490 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4491
4492 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4493 rather then trying to access it in determining whether the PID
4494 of `gdbserver' could have been retrieved.
4495
4496 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * gdb.arch/amd64-init-x87-values.S: New file.
4499 * gdb.arch/amd64-init-x87-values.exp: New file.
4500
4501 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4502
4503 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4504
4505 2018-05-04 Tom Tromey <tom@tromey.com>
4506
4507 PR python/22730:
4508 * gdb.python/python.exp: Test multi-line execute.
4509
4510 2018-05-04 Tom Tromey <tom@tromey.com>
4511
4512 PR python/22731:
4513 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4514
4515 2018-05-04 Tom Tromey <tom@tromey.com>
4516
4517 PR gdb/11750:
4518 * gdb.base/define.exp: Test defining a user command inside a user
4519 command.
4520 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4521
4522 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4523 Pedro Alves <palves@redhat.com>
4524
4525 PR breakpoints/19806 and support for PR external/20207.
4526 * gdb.base/watchpoint-unaligned.c: New file.
4527 * gdb.base/watchpoint-unaligned.exp: New file.
4528
4529 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4530
4531 * gdb.base/maint.exp: Make test names unique, use
4532 test_prefix_command_help to test 'help maint info', and remove
4533 repeated test of 'help maint'.
4534
4535 2018-05-04 Tom Tromey <tom@tromey.com>
4536
4537 PR gdb/22619:
4538 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4539 behavior.
4540
4541 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4542
4543 * gdb.base/maint.exp: Process output from 'maint print registers'
4544 line at a time.
4545
4546 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4549 timeout.
4550
4551 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4552
4553 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4554 filter pattern.
4555
4556 2018-05-02 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4559 to_log_command renames.
4560 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4561
4562 2018-05-02 Tom Tromey <tom@tromey.com>
4563
4564 * gdb.python/py-parameter.exp: Set test message.
4565
4566 2018-05-02 Tom Tromey <tom@tromey.com>
4567
4568 PR python/20084:
4569 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4570 PARAM_ZUINTEGER_UNLIMITED tests.
4571
4572 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4573
4574 PR rust/23124
4575 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4576 when casting.
4577
4578 2018-04-30 Tom Tromey <tom@tromey.com>
4579
4580 * gdb.python/py-type.exp: Check align attribute.
4581 * gdb.python/py-type.c: New "aligncheck" global.
4582
4583 2018-04-30 Tom Tromey <tom@tromey.com>
4584
4585 PR exp/17095:
4586 * gdb.dwarf2/dw2-align.exp: New file.
4587 * gdb.cp/align.exp: New file.
4588 * gdb.base/align.exp: New file.
4589 * lib/gdb.exp (gdb_int128_helper): New proc.
4590 (has_int128_c, has_int128_cxx): New caching procs.
4591
4592 2018-04-27 Tom Tromey <tom@tromey.com>
4593
4594 PR rust/22545:
4595 * gdb.rust/simple.exp: Add inclusive range tests.
4596
4597 2018-04-26 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4600 ifunc breakpoint locations correctly of ifunc breakpoints set
4601 while the program resolves the ifunc.
4602
4603 2018-04-26 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/gnu-ifunc-final.c: New file.
4606 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4607 * gdb.base/gnu-ifunc.exp (executable): Delete.
4608 (staticexecutable): Adjust.
4609 (lib_opts, exec_opts): Delete.
4610 (make_binsuffix, build, set-break): New procedures.
4611 (misc_tests): New, with tests factored out from the top level.
4612 (top level): Test different combinations of ifunc resolver name,
4613 resolver with and with debug info, and ifunc target with and
4614 without debug info. Wrap static tests with with_target_prefix.
4615
4616 2018-04-26 Pedro Alves <palves@redhat.com>
4617
4618 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4619 return type" warnings.
4620
4621 2018-04-25 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4624 killed".
4625 * gdb.base/kill-after-signal.exp: Likewise.
4626 * gdb.threads/kill.exp: Likewise.
4627
4628 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4629 Sergio Durigan Junior <sergiodj@redhat.com>
4630 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4633 regexps to expect for '[Inferior ... detached]' as well.
4634 * gdb.base/attach.exp: Likewise.
4635 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4636 "gdb_continue_to_end".
4637 (test_catch_syscall_with_wrong_args): Likewise.
4638 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4639 ']'. Don't set 'verbose' on.
4640 * gdb.base/foll-vfork.exp: Likewise.
4641 * gdb.base/fork-print-inferior-events.c: New file.
4642 * gdb.base/fork-print-inferior-events.exp: New file.
4643 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4644 '[Inferior ... has been killed]' message.
4645 * gdb.base/kill-after-signal.exp: Likewise.
4646 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4647 detach message.
4648 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4649 message.
4650 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4651 regexps to expect for '[Inferior ... detached]' as well.
4652 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4653
4654 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4655
4656 PR gdb/23104
4657 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4658
4659 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4660
4661 PR gdb/23095
4662 * gdb.base/break-probes.exp: Pass shlib_load to
4663 prepare_for_testing. Set normal_bp to r_debug_state if target is
4664 bsd.
4665
4666 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4667
4668 * gdb.threads/multiple-successive-infcall.c: New test.
4669 * gdb.threads/multiple-successive-infcall.exp: New file.
4670
4671 2018-04-17 Tom Tromey <tom@tromey.com>
4672
4673 * gdb.rust/simple.rs (Union): New type.
4674 (main): New local "u".
4675 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4676
4677 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4678
4679 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4680 number information in output of "whereis" command.
4681 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4682
4683 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4684
4685 * gdb.ada/info_types.exp: Adjust expected output to the line
4686 numbers now printed by "info var/func/type".
4687 * gdb.base/completion.exp: Likewise.
4688 * gdb.base/included.exp: Likewise.
4689 * gdb.cp/cp-relocate.exp: Likewise.
4690 * gdb.cp/cplusfuncs.exp: Likewise.
4691 * gdb.cp/namespace.exp: Likewise.
4692 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4693
4694 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4695
4696 * gdb.btrace/cpu.exp: New.
4697
4698 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4699
4700 * gdb.base/step-indirect-call-thunk.exp: New.
4701 * gdb.base/step-indirect-call-thunk.c: New.
4702 * gdb.reverse/step-indirect-call-thunk.exp: New.
4703 * gdb.reverse/step-indirect-call-thunk.c: New.
4704
4705 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4706
4707 * gdb.base/pie-fork.c: New file.
4708 * gdb.base/pie-fork.exp: New file.
4709
4710 2018-04-11 Tom Tromey <tom@tromey.com>
4711
4712 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4713
4714 2018-04-10 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4717 exits. Instead loop running forever.
4718 (fork_parent): Run forever too.
4719
4720 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4721
4722 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4723 mi_continue_to_line.
4724 * gdb.mi/mi-stack.c (callee4): Add comment.
4725
4726 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4727
4728 * gdb.mi/mi-stack.exp: Fix indentation.
4729
4730 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4731
4732 PR gdb/22979
4733 * gdb.arch/amd64-osabi.exp: New file.
4734
4735 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4736
4737 PR gdb/22980
4738 * gdb.base/osabi.exp: New file.
4739
4740 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4741
4742 * gdb.cp/static-typedef-print.exp: New file.
4743 * gdb.cp/static-typedef-print.cc: New file.
4744
4745 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdb.ada/varsize_limit: New testcase.
4748
4749 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4750
4751 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4752
4753 * gdb.ada/notcplusplus: New testcase.
4754
4755 * gdb.base/c-linkage-name.c: New file.
4756 * gdb.base/c-linkage-name.exp: New testcase.
4757
4758 2018-03-26 Tom Tromey <tom@tromey.com>
4759
4760 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4761 * gdb.python/py-framefilter.py (name_error): New global.
4762 (ErrorInName.function): Use name_error.
4763
4764 2018-03-26 Tom Tromey <tom@tromey.com>
4765
4766 PR backtrace/15582:
4767 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4768
4769 2018-03-23 Keith Seitz <keiths@redhat.com>
4770
4771 PR c++/22968
4772 * gdb.cp/subtypes.exp: New file.
4773 * gdb.cp/subtypes.h: New file.
4774 * gdb.cp/subtypes.cc: New file.
4775 * gdb.cp/subtypes-2.cc: New file.
4776
4777 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4778
4779 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4780 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4781 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4782 -nostartfiles when compiling the test. Confirm that all registers
4783 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4784
4785 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4786
4787 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4788 option, syntax was wrong anyway.
4789 * gdb.arch/arm-disp-step.exp: Likewise.
4790 * gdb.arch/sparc64-regs.exp: Likewise.
4791 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4792 option, syntax was wrong anyway, switch to use
4793 prepare_for_testing.
4794 * gdb.arch/i386-disp-step.exp: Likewise.
4795
4796 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4797
4798 * gdb.ada/exec_changed.exp: Replace "target_info exists
4799 use_gdb_stub" by "use_gdb_stub".
4800 * gdb.ada/start.exp: Likewise.
4801 * gdb.base/async-shell.exp: Likewise.
4802 * gdb.base/attach-pie-misread.exp: Likewise.
4803 * gdb.base/attach-wait-input.exp: Likewise.
4804 * gdb.base/break-entry.exp: Likewise.
4805 * gdb.base/break-interp.exp: Likewise.
4806 * gdb.base/dprintf-detach.exp: Likewise.
4807 * gdb.base/nostdlib.exp: Likewise.
4808 * gdb.base/solib-nodir.exp: Likewise.
4809 * gdb.base/statistics.exp: Likewise.
4810 * gdb.base/testenv.exp: Likewise.
4811 * gdb.mi/mi-exec-run.exp: Likewise.
4812 * gdb.mi/mi-start.exp: Likewise.
4813 * gdb.multi/dummy-frame-restore.exp: Likewise.
4814 * gdb.multi/multi-arch-exec.exp: Likewise.
4815 * gdb.multi/multi-arch.exp: Likewise.
4816 * gdb.multi/tids.exp: Likewise.
4817 * gdb.multi/watchpoint-multi.exp: Likewise.
4818 * gdb.python/py-events.exp: Likewise.
4819 * gdb.threads/attach-into-signal.exp: Likewise.
4820 * gdb.threads/attach-stopped.exp: Likewise.
4821 * gdb.threads/threadapply.exp: Likewise.
4822 * lib/selftest-support.exp: Likewise.
4823
4824 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4825
4826 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4827
4828 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4829
4830 * gdb.perf/template-breakpoints.cc: New file.
4831 * gdb.perf/template-breakpoints.exp: New file.
4832 * gdb.perf/template-breakpoints.py: New file.
4833
4834 2018-03-19 Tom Tromey <tom@tromey.com>
4835
4836 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4837 y0.
4838 * gdb.rust/simple.exp: Test bare identifier form of struct
4839 initializer.
4840
4841 2018-03-19 Tom Tromey <tom@tromey.com>
4842
4843 * gdb.gdb/observer.exp: Remove.
4844
4845 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4848 "qualified" option when setting breakpoints.
4849 * gdb.trace/backtrace.exp: Likewise.
4850 * gdb.trace/circ.exp: Likewise.
4851 * gdb.trace/collection.exp: Likewise.
4852 * gdb.trace/disconnected-tracing.exp: Likewise.
4853 * gdb.trace/ftrace-lock.exp: Likewise.
4854 * gdb.trace/ftrace.exp: Likewise.
4855 * gdb.trace/infotrace.exp: Likewise.
4856 * gdb.trace/packetlen.exp: Likewise.
4857 * gdb.trace/passc-dyn.exp: Likewise.
4858 * gdb.trace/qtro.exp: Likewise.
4859 * gdb.trace/read-memory.exp: Likewise.
4860 * gdb.trace/report.exp: Likewise.
4861 * gdb.trace/signal.exp: Likewise.
4862 * gdb.trace/status-stop.exp: Likewise.
4863 * gdb.trace/strace.exp: Likewise.
4864 * gdb.trace/tfind.exp: Likewise.
4865 * gdb.trace/trace-break.exp: Likewise.
4866 * gdb.trace/trace-condition.exp: Likewise.
4867 * gdb.trace/trace-mt.exp: Likewise.
4868 * gdb.trace/tstatus.exp: Likewise.
4869 * gdb.trace/tsv.exp: Likewise.
4870 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4871 * gdb.trace/unavailable.exp: Likewise.
4872 * gdb.trace/while-dyn.exp: Likewise.
4873
4874 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4875
4876 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4877 that libinproctrace is copied to the target.
4878
4879 2018-03-14 Tom Tromey <tom@tromey.com>
4880
4881 PR cli/14977:
4882 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4883 a null pointer.
4884 * gdb.base/wchar.exp: Likewise.
4885
4886 2018-03-14 Tom Tromey <tom@tromey.com>
4887
4888 PR cli/19918:
4889 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4890 flag.
4891
4892 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4893
4894 PR gdb/22841
4895 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4896 "target" to remote_exec.
4897
4898 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4899
4900 PR gdb/22841
4901 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4902 ${board}_upload): Remove.
4903
4904 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4905
4906 * gdb.cp/watch-cp.cc: New test.
4907 * gdb.cp/watch-cp.exp: New file.
4908
4909 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4910
4911 * gdb.base/infcall-nested-structs.exp: New file.
4912 * gdb.base/infcall-nested-structs.c: New file.
4913 * gdb.base/float.exp: Add riscv support.
4914
4915 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4916
4917 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4918 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4919
4920 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4921
4922 * gdb.server/abspath.exp: New file.
4923 * lib/gdb.exp (with_cwd): New procedure.
4924
4925 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4928 use it.
4929 (gdb_is_target_remote_prompt): New proc.
4930 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4931 (gdb_is_target_native): Pass prompt parameter to
4932 gdb_is_target_1.
4933
4934 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4935
4936 * gdb.base/load-command.c: New file.
4937 * gdb.base/load-command.exp: New file.
4938 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4939 (gdb_is_target_1): ...this, and generalize for other targets
4940 than just remote.
4941 (gdb_is_target_remote): Use gdb_is_target_1.
4942 (gdb_is_target_native): use gdb_is_target_1.
4943
4944 2018-02-26 Tom Tromey <tom@tromey.com>
4945
4946 PR python/16497:
4947 * gdb.python/py-framefilter.exp: Update test.
4948
4949 2018-02-26 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.dwarf2/variant.c: New file.
4952 * gdb.dwarf2/variant.exp: New file.
4953
4954 2018-02-26 Tom Tromey <tom@tromey.com>
4955
4956 * gdb.rust/simple.exp: Accept more possible results in enum test.
4957
4958 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4959
4960 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4961 parentheses.
4962
4963 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4964
4965 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4966 name of a variable: $actual_linejj -> $actual_line.
4967
4968 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4969
4970 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4971
4972 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4973
4974 * gdb.btrace/buffer-size.exp: Do not force BTS.
4975
4976 2018-02-14 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4979 getting a "Quit".
4980
4981 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4982
4983 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4984 Fix test name.
4985
4986 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4987
4988 * gdb.cp/m-static.exp: Check type of optimized out static
4989 member.
4990
4991 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4994 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4995
4996 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4997 Leszek Swirski <leszeks@google.com>
4998
4999 * gdb.python/py-prettyprint.c
5000 (struct to_string_returns_value_inner,
5001 struct to_string_returns_value_wrapper): New.
5002 (main): Add tsrvw variable.
5003 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5004 ToStringReturnsValueWrapper): New classes.
5005 (register_pretty_printers): Register new pretty-printers.
5006 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5007 recursive pretty printer.
5008 * gdb.python/py-mi.exp: Likewise.
5009
5010 2018-02-01 Leszek Swirski <leszeks@google.com>
5011
5012 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5013 functions with the same name as an include file are parsed
5014 correctly.
5015
5016 2018-02-01 Yao Qi <yao.qi@linaro.org>
5017
5018 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5019 "\[^\r\n\]*".
5020
5021 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5022
5023 * gdb.arch/powerpc-prologue-frame.s: New file.
5024 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5025 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5026
5027 2018-01-31 Joel Brobecker <brobecker@adacore.com>
5028
5029 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5030
5031 2018-01-30 Pedro Alves <palves@redhat.com>
5032
5033 PR gdb/13211
5034 * gdb.base/interrupt-daemon.c: New.
5035 * gdb.base/interrupt-daemon.exp: New.
5036 * gdb.multi/multi-term-settings.c: New.
5037 * gdb.multi/multi-term-settings.exp: New.
5038
5039 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.base/break.exp: Save the location where the breakpoint
5042 on break.c:47 was actually inserted when debugging the version
5043 compiled at -O2 and use it in the expected output of the "info
5044 break" test performed soon after.
5045
5046 2018-01-22 Pedro Alves <palves@redhat.com>
5047 Sergio Durigan Junior <sergiodj@redhat.com>
5048
5049 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5050 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5051
5052 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5053
5054 * gdb.base/break-include.c, gdb.base/break-include.inc,
5055 gdb.base/break-include.exp: New files.
5056 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5057 line number now being the actual line number where the breakpoint
5058 was inserted.
5059 * gdb.mi/mi-break.exp: Likewise.
5060 * gdb.mi/mi-reverse.exp: Likewise.
5061 * gdb.mi/mi-simplerun.exp: Ditto.
5062
5063 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5064
5065 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5066 varobj.
5067 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5068
5069 2018-01-21 Don Breazeal <donb@codesourcery.com>
5070 Andrew Burgess <andrew.burgess@embecosm.com>
5071
5072 * gdb.mi/basics.c: Add new global.
5073 * gdb.mi/mi-frame-regs.exp: New file.
5074 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5075 case.
5076
5077 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5078
5079 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5080 non-parameter, and on an unknown symbol.
5081
5082 2018-01-19 Tom Tromey <tom@tromey.com>
5083
5084 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5085 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5086
5087 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5088
5089 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5090 setrlimit and chdir to int.
5091
5092 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5093
5094 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5095 function.
5096 (my_tend): Likewise.
5097 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5098 rationale of avoiding FP- and vector instructions.
5099
5100 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5101
5102 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5103 "info reg" with "\[ \t\]*".
5104 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5105 "\[ \t\]+".
5106 * gdb.arch/s390-multiarch.exp: Ditto.
5107 * gdb.base/pc-fp.exp: Ditto.
5108 * gdb.reverse/i386-precsave.exp: Ditto.
5109 * gdb.reverse/i386-reverse.exp: Ditto.
5110 * gdb.reverse/i387-env-reverse.exp: Ditto.
5111 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5112
5113 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5114
5115 * lib/gdb.exp (gdb_compile): Re-enable use of
5116 universal_compile_options for languages other than Rust.
5117
5118 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5119
5120 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5121
5122 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5123
5124 PR gdb/16577
5125 * gdb.base/solib-vanish.exp: New.
5126 * gdb.base/solib-vanish-main.c: New.
5127 * gdb.base/solib-vanish-lib1.c: New.
5128 * gdb.base/solib-vanish-lib2.c: New.
5129
5130 2018-01-17 Yao Qi <yao.qi@linaro.org>
5131
5132 * gdb.compile/compile.exp: Match the address printed for
5133 frame in the output of command "bt".
5134
5135 2018-01-15 Tom Tromey <tom@tromey.com>
5136
5137 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5138 compute sp_reg.
5139
5140 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5141
5142 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5143 to prepare.
5144 (prepare): Return 0 on error, 1 on success.
5145
5146 2018-01-12 Pedro Alves <palves@redhat.com>
5147
5148 * gdb.base/continue-after-aborted-step-over.c: New.
5149 * gdb.base/continue-after-aborted-step-over.exp: New.
5150
5151 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5154 options when not creating an executable.
5155
5156 2018-01-11 Pedro Alves <palves@redhat.com>
5157
5158 PR remote/22597
5159 * gdb.server/stop-reply-no-thread.c: New file.
5160 * gdb.server/stop-reply-no-thread.exp: New file.
5161
5162 2018-01-10 Pedro Alves <palves@redhat.com>
5163
5164 PR gdb/22670
5165 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5166 functions too. Test setting breakpoints and printing C functions
5167 with no debug info too.
5168 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5169
5170 2018-01-10 Pedro Alves <palves@redhat.com>
5171
5172 PR gdb/22670
5173 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5174 a fail.
5175
5176 2018-01-10 Pedro Alves <palves@redhat.com>
5177
5178 PR gdb/22670
5179 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5180
5181 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5182
5183 * gdb.server/unittest.exp: Match the output in non-development
5184 mode.
5185
5186 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5187
5188 * gdb.gdb/unittest.exp: Match output in non-development mode.
5189
5190 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5191
5192 * gdb.ada/access_tagged_param.exp: Relax expected output
5193 for value of "ObjL" in "continue" to pck.inspect breakpoint
5194 test.
5195
5196 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5197
5198 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5199 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5200
5201 2018-01-05 Pedro Alves <palves@redhat.com>
5202
5203 PR gdb/18653
5204 * gdb.base/libsegfault.exp: New.
5205
5206 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5207
5208 PR gdb/22670
5209 * gdb.ada/access_tagged_param.exp: New file.
5210 * gdb.ada/access_tagged_param/foo.adb: New file.
5211
5212 2018-01-05 Pedro Alves <palves@redhat.com>
5213
5214 PR gdb/22670
5215 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5216 exercise lower case too, and to exercise both full matching and
5217 wild matching.
5218
5219 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.ada/rename_subscript_param: New testcase.
5222
5223 2018-01-05 Jerome Guitton <guitton@adacore.com>
5224
5225 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5226
5227 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5228
5229 * gdb.ada/convvar_comp: New testcase.
5230
5231 2018-01-05 Xavier Roirand <roirand@adacore.com>
5232
5233 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5234 (My_Table): New global variable.
5235 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5236
5237 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5238
5239 PR gdb/22670
5240 * gdb.ada/maint_with_ada: New testcase.
5241
5242 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5243
5244 PR gdb/22670
5245 * gdb.ada/bp_c_mixed_case: New testcase.
5246
5247 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5248
5249 PR gdb/22670
5250 * gdb.ada/complete.exp: Add "complete break ada" test.
5251
5252 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5253
5254 PR gdb/22670
5255 * gdb.ada/info_addr_mixed_case: New testcase.
5256
5257 2018-01-03 Xavier Roirand <roirand@adacore.com>
5258
5259 * gdb.ada/excep_handle.exp: New testcase.
5260 * gdb.ada/excep_handle/foo.adb: New file.
5261 * gdb.ada/excep_handle/pck.ads: New file.
5262
5263 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5264
5265 * gdb.base/step-line.c: Add extra empty line in copyright header.
5266 * gdb.base/step-line.inp: Likewise.
5267
5268 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5269
5270 * gdb.ada/dyn_stride.exp: Add slice test.
5271
5272 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdb.ada/dyn_stride: New testcase.
5275
5276 2017-12-27 Stafford Horne <shorne@gmail.com>
5277
5278 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5279 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5280
5281 2017-12-27 Stafford Horne <shorne@gmail.com>
5282
5283 * gdb.base/reggroups.c: New file.
5284 * gdb.base/reggroups.exp: New file.
5285
5286 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.dwarf2/ada-valprint-error.c: New file.
5289 * gdb.dwarf2/ada-valprint-error.exp: New file.
5290
5291 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5292
5293 * gdb.ada/assign_arr: New testcase.
5294
5295 2017-12-18 Xavier Roirand <roirand@adacore.com>
5296
5297 * gdb.ada/funcall_ptr: New testcase.
5298
5299 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5300
5301 PR cli/16224
5302 * gdb.base/ptype-offsets.cc: New file.
5303 * gdb.base/ptype-offsets.exp: New file.
5304
5305 2017-12-15 Yao Qi <yao.qi@linaro.org>
5306
5307 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5308 if XML is disabled.
5309
5310 2017-12-15 Xavier Roirand <roirand@adacore.com>
5311
5312 * gdb.ada/same_component_name: New testcase.
5313
5314 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5315
5316 * gdb.ada/str_binop_equal: New testcase.
5317
5318 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5319
5320 * gdb.ada/task_switch_in_core: New testcase.
5321
5322 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5325 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5326 call test_bkpt_qualified.
5327 (test_bkpt_qualified): New proc.
5328
5329 2017-12-13 Pedro Alves <palves@redhat.com>
5330
5331 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5332 Tighten regexp by matching with an anchor.
5333
5334 2017-12-13 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5337 ("expression with namespace"): New set of tests.
5338 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5339 (Nested::Test_NS::qux): New.
5340 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5341 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5342
5343 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5344
5345 * gdb.base/server-del-break.c: New file.
5346 * gdb.base/server-del-break.exp: New file.
5347
5348 2017-12-12 Stafford Horne <shorne@gmail.com>
5349
5350 * gdb.xml/tdesc-regs.exp: Add or1k support.
5351
5352 2017-12-12 Stafford Horne <shorne@gmail.com>
5353
5354 * gdb.base/bp-permanent.c: Define nop of or1k.
5355
5356 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5359 output with components being reordered.
5360
5361 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5362
5363 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5364 output with components being reordered.
5365
5366 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5367 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/maint.exp (check for .gdb_index): Check also for
5370 .debug_names.
5371 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5372 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5373 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5374 (.gdb_index used after symbol reloading): Support also .debug_names.
5375 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5376
5377 2017-12-08 Yao Qi <yao.qi@linaro.org>
5378
5379 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5380 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5381
5382 2017-12-08 Yao Qi <yao.qi@linaro.org>
5383
5384 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5385 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5386
5387 2017-12-08 Yao Qi <yao.qi@linaro.org>
5388
5389 * gdb.arch/aarch64-tagged-pointer.c: New file.
5390 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5391
5392 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5393
5394 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5395 "int".
5396
5397 2017-12-07 Keith Seitz <keiths@redhat.com>
5398
5399 PR breakpoints/22569
5400 * gdb.linespec/ls-errs.exp: Change expected result of "break
5401 -source this file has spaces.c -line 3".
5402 Check that an explicit source file followed by whitespace is
5403 identified as an invalid explicit location.
5404
5405 2017-12-07 Keith Seitz <keiths@redhat.com>
5406
5407 * gdb.cp/nested-types.cc: New file.
5408 * gdb.cp/nested-types.exp: New file.
5409 * lib/cp-support.exp: Load data-structures.exp library.
5410 (debug_cp_test_ptype_class): New global.
5411 (cp_ptype_class_verbose, next_line): New procedures.
5412 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5413 Add and document new return value.
5414 Switch the list of lines to a queue.
5415 Add support for new `type' key for nested type definitions.
5416 Add debugging/troubleshooting messages.
5417 * lib/data-structures.exp: New file.
5418
5419 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5420
5421 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5422 with proc_with_prefix, don't use with_test_prefix.
5423
5424 2017-12-07 Tom Tromey <tom@tromey.com>
5425
5426 * gdb.base/break.exp: Add test for empty "commands".
5427
5428 2017-12-07 Yao Qi <yao.qi@linaro.org>
5429
5430 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5431 malloc and catch syscall.
5432
5433 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5434
5435 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5436 tests for explicit locations.
5437
5438 2017-12-06 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5441 force-disabling XML descriptions.
5442
5443 2017-12-04 Pedro Alves <palves@redhat.com>
5444
5445 PR gdb/22499
5446 * gdb.arch/amd64-disp-step-avx.S: New file.
5447 * gdb.arch/amd64-disp-step-avx.exp: New file.
5448
5449 2017-12-03 Pedro Alves <palves@redhat.com>
5450
5451 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5452 and <string.h>.
5453 (parent_function): Print distinct messages when waitpid fails, or
5454 the child exits with a signal, or the child exits for an unhandled
5455 reason.
5456 * gdb.threads/process-dies-while-detaching.exp
5457 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5458 it. Wait for both inferior output and GDB's prompt. Use an
5459 indirect spawn id list.
5460 (do_detach): New parameter 'child_exit'. Use it to compute
5461 expected inferior output.
5462 (test_detach, test_detach_watch, test_detach_killed_outside):
5463 Adjust to pass down the expected child exit kind.
5464
5465 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5466 Sergio Durigan Junior <sergiodj@redhat.com>
5467 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5470
5471 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5472
5473 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5474 to 'symbol-file' and 'add-symbol-file' can be
5475 position-independent.
5476
5477 2017-12-01 Yao Qi <yao.qi@linaro.org>
5478
5479 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5480 the URL in copyright header.
5481 * gdb.arch/aarch64-fp.exp: Likewise.
5482 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5483 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5484 * gdb.base/expand-psymtabs.exp: Likewise.
5485 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5486 * gdb.fortran/common-block.exp: Likewise.
5487 * gdb.fortran/common-block.f90: Likewise.
5488 * gdb.fortran/logical.exp: Likewise.
5489 * gdb.fortran/vla-datatypes.f90: Likewise.
5490 * gdb.fortran/vla-sub.f90: Likewise.
5491
5492 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5493
5494 * gdb.ada/repeat_dyn: New testcase.
5495
5496 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5497
5498 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5499 Update for changed thread numbering.
5500 * gdb.cell/bt.exp: Update for changed GDB output.
5501
5502 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5503
5504 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5505 setting isremote by hand.
5506 * boards/dwarf4-gdb-index.exp: Likewise.
5507 * boards/fission.exp: Likewise.
5508 * boards/stabs.exp: Likewise.
5509
5510 2017-11-30 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.linespec/cpls-ops.exp
5513 (check_explicit_skips_function_argument): Extract the underlying
5514 type of size_t instead of hardcoding it.
5515
5516 2017-11-29 Pedro Alves <palves@redhat.com>
5517
5518 PR c++/19436
5519 * gdb.linespec/cpls-abi-tag.cc: New file.
5520 * gdb.linespec/cpls-abi-tag.exp: New file.
5521
5522 2017-11-29 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.base/langs.exp: Use -qualified.
5525 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5526 it.
5527 * gdb.cp/namespace.exp: Use -qualified.
5528 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5529 (overload-3, template-overload, template-ret-type, const-overload)
5530 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5531 procedures.
5532 (test_driver): Call them.
5533 * gdb.cp/save-bp-qualified.cc: New.
5534 * gdb.cp/save-bp-qualified.exp: New.
5535 * gdb.linespec/explicit.exp: Test -qualified.
5536 * lib/completion-support.exp (completion::explicit_opts_list): Add
5537 "-qualified".
5538 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5539
5540 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5541
5542 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5543
5544 2017-11-29 Tom Tromey <tom@tromey.com>
5545
5546 * gdb.base/relocate.exp: Update invalid argument test.
5547 Add new tests for invalid arguments.
5548
5549 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5550
5551 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5552 Return 0 as a long.
5553 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5554
5555 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5556
5557 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5558 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5559 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5560 func ().
5561 * gdb.cp/shadow.cc (B.func): Return 0.
5562
5563 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5566 expected output in gdb_expect call to allow the exception
5567 message to be present as well. Fix syntax confusion to avoid
5568 TCL thinking that exception_name is an array.
5569
5570 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdb.arch/spu-info.c: Include <unistd.h>.
5573 (do_signal_test): Fix broken calls to write.
5574 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5575 Fix checks for empty mailboxes. Update signal tests for corrected
5576 do_signal_test routine. Allow nonzero event status.
5577 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5578 * gdb.cell/arch.exp: Use standard_output_file.
5579 * gdb.cell/break.exp: Likewise.
5580 * gdb.cell/bt.exp: Likewise.
5581 * gdb.cell/core.exp: Likewise.
5582 * gdb.cell/dwarfaddr.exp: Likewise.
5583 * gdb.cell/ea-cache.exp: Likewise.
5584 * gdb.cell/ea-standalone.exp: Likewise.
5585 * gdb.cell/f-regs.exp: Likewise.
5586 * gdb.cell/fork.exp: Likewise.
5587 * gdb.cell/gcore.exp: Likewise.
5588 * gdb.cell/mem-access.exp: Likewise.
5589 * gdb.cell/ptype.exp: Likewise.
5590 * gdb.cell/registers.exp: Likewise.
5591 * gdb.cell/sizeof.exp: Likewise.
5592 * gdb.cell/solib-symbol.exp: Likewise.
5593 * gdb.cell/solib.exp: Likewise.
5594
5595 2017-11-25 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/complete-empty.exp: New file.
5598 * gdb.base/completion.exp: Adjust.
5599
5600 2017-11-25 Pedro Alves <palves@redhat.com>
5601
5602 * gdb.linespec/cpls-ops.cc: New file.
5603 * gdb.linespec/cpls-ops.exp: New file.
5604 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5605 factored out from ...
5606 (test_complete_prefix_range): ... this.
5607
5608 2017-11-24 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.linespec/cpcompletion.exp: New file.
5611 * gdb.linespec/cpls-hyphen.cc: New file.
5612 * gdb.linespec/cpls.cc: New file.
5613 * gdb.linespec/cpls2.cc: New file.
5614 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5615 test to use test_gdb_complete_unique. Add label completion,
5616 keyword completion and explicit location completion tests.
5617 * lib/completion-support.exp: New file.
5618
5619 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5622 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5623 when hitting an exception catchpoint.
5624
5625 2017-11-22 Yao Qi <yao.qi@linaro.org>
5626
5627 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5628
5629 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5630
5631 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5632 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5633 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5634
5635 2017-11-22 Yao Qi <yao.qi@linaro.org>
5636
5637 * gdb.base/info-os.exp: Pass pthreads.
5638 * gdb.multi/multi-attach.exp: Likewise.
5639
5640 2017-11-22 Yao Qi <yao.qi@linaro.org>
5641
5642 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5643 compiler.
5644
5645 2017-11-22 Yao Qi <yao.qi@linaro.org>
5646
5647 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5648 * gdb.base/break-interp.exp: Likewise.
5649 * gdb.base/jit-attach-pie.exp: Likewise.
5650
5651 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5652
5653 * gdb.base/float128.c (large128): New variable.
5654 * gdb.base/float128.exp: Add test to print largest __float128 value.
5655
5656 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5657
5658 * gdb.arch/vsx-regs.exp: Update register content checks.
5659
5660 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5661
5662 * gdb.arch/ppc-longdouble.exp: New file.
5663 * gdb.arch/ppc-longdouble.c: Likewise.
5664
5665 2017-11-21 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5668
5669 2017-11-20 Pedro Alves <palves@redhat.com>
5670
5671 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5672 (long_double_typedef): New typedefs.
5673 Use DEF on double and long double.
5674 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5675 cases.
5676 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5677 and 'long_double_ptr_same_size' locals. Use them to decide
5678 whether cast from array/function to float is valid/invalid.
5679
5680 2017-11-17 Tom Tromey <tom@tromey.com>
5681
5682 * gdb.rust/traits.rs: New file.
5683 * gdb.rust/traits.exp: New file.
5684
5685 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5686
5687 * gdb.ada/minsyms: New testcase.
5688
5689 2017-11-16 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5692 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5693
5694 2017-11-16 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5697 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5698
5699 2017-11-16 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.server/reconnect-ctrl-c.c: New file.
5702 * gdb.server/reconnect-ctrl-c.exp: New file.
5703
5704 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5705
5706 * gdb.python/py-rbreak.exp: New file.
5707 * gdb.python/py-rbreak.c: New file.
5708 * gdb.python/py-rbreak-func2.c: New file.
5709
5710 2017-11-16 Pedro Alves <palves@redhat.com>
5711
5712 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5713 pattern.
5714 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5715 GDB.
5716
5717 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5718
5719 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5720 regex.
5721
5722 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5723
5724 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5725 test names.
5726
5727 2017-11-09 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5730 factored out from ...
5731 (top level): ... here, and adjusted to avoid expecting beyond the
5732 prompt in a single gdb_test_multiple.
5733
5734 2017-11-09 Pedro Alves <palves@redhat.com>
5735
5736 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5737 output.
5738 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5739 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5740 * gdb.server/ext-run.exp ("kill" test): Likewise.
5741 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5742
5743 2017-11-09 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5746 match till end of line.
5747
5748 2017-11-09 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5751
5752 2017-11-09 Pedro Alves <palves@redhat.com>
5753
5754 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5755 New procedures, factored out from ...
5756 (top level): ... here, and adjusted to avoid expecting beyond the
5757 prompt in one go.
5758
5759 2017-11-09 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5762 output. Fix '?' match.
5763
5764 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5765
5766 * gdb.ada/scoped_watch: New testcase.
5767 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5768 which is actually correct.
5769 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5770 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5771
5772 2017-11-08 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.gdb/complaints.exp (test_initial_complaints)
5775 (test_serial_complaints, test_short_complaints): Call
5776 complaint_internal instead of complaint.
5777
5778 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5779
5780 * gdb.threads/tls-core.c: New file.
5781 * gdb.threads/tls-core.exp: Likewise.
5782
5783 2017-11-08 Pedro Alves <palves@redhat.com>
5784
5785 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5786 (p Exported_Capitalized): New test.
5787 (p exported_capitalized): New test.
5788
5789 2017-11-07 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5792
5793 2017-11-07 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5796 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5797 (disable_invalid, disable_inverted, disable_negative): New
5798 procedures.
5799 ("bad numbers"): New set of tests.
5800
5801 2017-11-07 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.cp/ena-dis-br-range.exp: Add tests.
5804
5805 2017-11-07 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5808
5809 2017-11-07 Xavier Roirand <roirand@adacore.com>
5810 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/ena-dis-br.exp: Add reference to
5813 gdb.cp/ena-dis-br-range.exp.
5814 * gdb.cp/ena-dis-br-range.exp: New file.
5815 * gdb.cp/ena-dis-br-range.cc: New file.
5816
5817 2017-11-06 Pedro Alves <palves@redhat.com>
5818
5819 * gdb.base/attach-non-pgrp-leader.c: New.
5820 * gdb.base/attach-non-pgrp-leader.exp: New.
5821
5822 2017-11-06 Pedro Alves <palves@redhat.com>
5823
5824 * configure.ac: No longer check for termio.h and sgtty.h.
5825 * configure: Regenerate.
5826 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5827 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5828 Remove termio and sgtty code.
5829
5830 2017-11-03 Yao Qi <yao.qi@linaro.org>
5831
5832 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5833 in GDB is disabled.
5834
5835 2017-11-03 Yao Qi <yao.qi@linaro.org>
5836
5837 * gdb.python/py-thrhandle.exp: Skip it if python is not
5838 enabled.
5839
5840 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5841
5842 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5843 as a breakpoint command.
5844
5845 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5846
5847 PR python/21213
5848 * gdb.python/py-infthread.exp: Test calling
5849 InferiorThread.inferior () multiple times in a row.
5850
5851 2017-10-27 Keith Seitz <keiths@redhat.com>
5852
5853 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5854 Test "info break" for every inlined function breakpoint.
5855
5856 2017-10-27 Yao Qi <yao.qi@linaro.org>
5857
5858 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5859
5860 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5861
5862 * gdb.cp/classes.exp (test_static_members): Test printing
5863 Outer::instance.
5864 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5865 (Inner::instance, Outer::instance): New.
5866
5867 2017-10-24 Pedro Alves <palves@redhat.com>
5868
5869 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5870 extra console" test in two stages.
5871
5872 2017-10-24 Pedro Alves <palves@redhat.com>
5873
5874 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5875
5876 2017-10-24 Pedro Alves <palves@redhat.com>
5877
5878 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5879 loop.
5880
5881 2017-10-24 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5884 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5885
5886 2017-10-24 Pedro Alves <palves@redhat.com>
5887
5888 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5889 parameter and handle it. Don't output read value in test name.
5890
5891 2017-10-24 Pedro Alves <palves@redhat.com>
5892
5893 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5894 custom test name.
5895
5896 2017-10-24 Pedro Alves <palves@redhat.com>
5897
5898 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5899 include the unstable output directory name in the test's name.
5900 (initial_setup_simple) <'set args'>: Use custom test name.
5901
5902 2017-10-24 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5905 with explicit test name.
5906
5907 2017-10-20 Pedro Alves <palves@redhat.com>
5908
5909 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5910 'wait -i'. Use gdb_assert and remote_close.
5911
5912 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5913
5914 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5915 number from variable rather than hard-coded.
5916
5917 2017-10-19 Pedro Alves <palves@redhat.com>
5918
5919 * gdb.base/long-inferior-output.c: New file.
5920 * gdb.base/long-inferior-output.exp: New file.
5921
5922 2017-11-18 Keith Seitz <keiths@redhat.com>
5923
5924 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5925 method.
5926 (main): Call it.
5927 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5928 Add additional user-defined conversion operator tests.
5929
5930 2017-10-17 Pedro Alves <palves@redhat.com>
5931
5932 * boards/native-stdio-gdbserver.exp: Load "local-board".
5933
5934 2017-10-17 Pedro Alves <palves@redhat.com>
5935
5936 * gdb.base/quit-live.c: New file.
5937 * gdb.base/quit-live.exp: New file.
5938
5939 2017-10-16 Keith Seitz <keiths@redhat.com>
5940
5941 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5942 (class_with_protected_typedef, class_with_private_typedef)
5943 (struct_with_public_typedef, struct_with_protected_typedef)
5944 (struct_with_private_typedef): New classes/structs.
5945 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5946 typedefs and access specifiers.
5947
5948 2017-10-16 Pedro Alves <palves@redhat.com>
5949 Simon Marchi <simon.marchi@polymtl.ca>
5950
5951 * README (Local vs Remote vs Native): New section.
5952 * boards/local-board.exp: New file, with bits factored out from
5953 ...
5954 * boards/native-extended-gdbserver.exp: ... here. Load
5955 "local-board".
5956 * boards/native-gdbserver.exp: Load "local-board".
5957 (${board}_spawn, ${board}_exec): Delete.
5958 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5959 ...
5960 * boards/stdio-gdbserver-base.exp: ... this new file.
5961 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5962 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5963 procedure.
5964 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5965 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5966 stdio_gdbserver_command.
5967 (${board}_get_remote_address, ${board}_get_comm_port)
5968 (${board}_download, ${board}_upload): Delete.
5969 (get_target_remote_pipe_cmd): New.
5970
5971 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5972
5973 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5974 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5975 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5976 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5977 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5978 remove with_test_prefix.
5979
5980 2017-10-13 Pedro Alves <palves@redhat.com>
5981
5982 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5983 * gdb.base/annota1.exp: Use it instead of is_remote.
5984 * gdb.base/annota3.exp: Use it instead of is_remote.
5985 * gdb.cp/annota2.exp: Use it instead of is_remote.
5986 * gdb.cp/annota3.exp: Use it instead of is_remote.
5987 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5988
5989 2017-10-13 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5992 (test_num_test_vars, run_and_count_vars, find_env)
5993 (test_set_unset_env, test_inherit_env_var): New procedures.
5994 (top level): Use them.
5995
5996 2017-10-13 Pedro Alves <palves@redhat.com>
5997
5998 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5999 also skip on stub-like targets.
6000
6001 2017-10-13 Pedro Alves <palves@redhat.com>
6002
6003 PR gdb/22293
6004 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6005 (top level): Move some tests to ...
6006 (test_not_found): ... this new procedure.
6007 (top level): Call it.
6008
6009 2017-10-13 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6012 expect different "info terminal" output if testing with a
6013 non-native target.
6014
6015 2017-10-13 Pedro Alves <palves@redhat.com>
6016 Simon Marchi <simon.marchi@polymtl.ca>
6017
6018 PR python/12966
6019 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6020
6021 2017-10-13 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6024 already.
6025
6026 2017-10-13 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6029 is_remote.
6030
6031 2017-10-13 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6034 is_remote.
6035
6036 2017-10-13 Pedro Alves <palves@redhat.com>
6037
6038 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6039 is set.
6040 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6041 instead of is_remote.
6042
6043 2017-10-13 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6046 (top level): Add comment.
6047
6048 2017-10-13 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.base/remote.exp (top level): Fix comment typo and add
6051 missing return.
6052
6053 2017-10-13 Pedro Alves <palves@redhat.com>
6054 Simon Marchi <simon.marchi@polymtl.ca>
6055
6056 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6057 calls and add comments. Skip test if use_gdb_stub is set.
6058 (top level): Use "set cwd" command instead of "cd" command.
6059
6060 2017-10-13 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6063 is_remote target check.
6064
6065 2017-10-13 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.base/scope.exp: Use build_executable + clean_restart +
6068 gdb_file_cmd instead of prepare_for_testing and no longer skip
6069 "before run" tests on is_remote target boards. Update comments.
6070 * boards/native-extended-gdbserver.exp
6071 (extended_gdbserver_load_last_file): New, factored out from ...
6072 (gdb_load): ... this. Move further below and add comment.
6073 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6074
6075 2017-10-12 Pedro Alves <palves@redhat.com>
6076
6077 * gdb.base/attach.exp: Remove references to gdb64.
6078 * gdb.base/dbx.exp: Remove references to gdb64.
6079
6080 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6081 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/label.exp: Remove is_remote target check.
6084
6085 2017-10-12 Pedro Alves <palves@redhat.com>
6086
6087 * gdb.base/auvx.exp (coredir): Update comment.
6088 (top level) <core_works>: Use "set cwd" command instead of "cd"
6089 command.
6090
6091 2017-10-12 Pedro Alves <palves@redhat.com>
6092 Simon Marchi <simon.marchi@polymtl.ca>
6093
6094 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6095 target boards.
6096
6097 2017-10-12 Pedro Alves <palves@redhat.com>
6098 Simon Marchi <simon.marchi@polymtl.ca>
6099
6100 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6101 Instead skip if there's any gdb_protocol set.
6102
6103 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6104 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6107
6108 2017-10-12 Pedro Alves <palves@redhat.com>
6109 Simon Marchi <simon.marchi@polymtl.ca>
6110
6111 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6112 instead of on dejagnu remote boards.
6113
6114 2017-10-12 Pedro Alves <palves@redhat.com>
6115 Simon Marchi <simon.marchi@polymtl.ca>
6116
6117 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6118 checks. Use build_executable + clean_restart instead of
6119 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6120 of enabling non-stop after starting gdb.
6121
6122 2017-10-12 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6125 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6126 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6127 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6128
6129 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6130
6131 * gdb.arch/arc-tdesc-cpu.exp: New file.
6132 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6133
6134 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6137
6138 2017-10-10 Pedro Alves <palves@redhat.com>
6139
6140 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6141 expect CLI output.
6142
6143 2017-10-10 Pedro Alves <palves@redhat.com>
6144
6145 * lib/selftest-support.exp (selftest_setup): Update for
6146 captured_command_loop's prototype change.
6147
6148 2017-10-09 Pedro Alves <palves@redhat.com>
6149
6150 Test both arch1=>arch2 and arch2=>arch1.
6151
6152 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6153 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6154 factored out to...
6155 (append_arch1_options, append_arch2_options, append_arch_options)
6156 (build_executables): New procedures.
6157 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6158 local.
6159 (top level): Add new 'first_arch' testing axis.
6160
6161 2017-10-09 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6164 (barrier): New.
6165 (thread_start, all_started): New functions.
6166 (main): Spawn new thread and wait until it is scheduled.
6167 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6168 option.
6169 (do_test): Add 'selected_thread' parameter. Run to all_started
6170 instead of main. Explicitly set the breakpoint at main. Switch
6171 to the SELECTED_THREAD thread.
6172 (top level): Test handling the exec event with either the main
6173 thread or the second thread selected.
6174
6175 2017-10-09 Pedro Alves <palves@redhat.com>
6176
6177 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6178 logic. Move STOP marker after the value checks.
6179 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6180 regexp.
6181
6182 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6183
6184 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6185
6186 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6187
6188 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6189 integer-to-dfp conversion.
6190 * gdb.base/dfp-test.exp: Likewise.
6191
6192 2017-10-04 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.multi/hangout.c: Include <unistd.h>.
6195 (hangout_loop): New function.
6196 (main): Call alarm. Call hangout_loop in a loop.
6197 * gdb.multi/hello.c: Include <unistd.h>.
6198 (hello_loop): New function.
6199 (main): Call alarm. Call hangout_loop in a loop.
6200 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6201 inferior with the other selected.
6202
6203 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6204
6205 * gdb.mi/list-thread-groups-available.exp: New file.
6206 * gdb.mi/list-thread-groups-available.c: New file.
6207
6208 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6209
6210 * gdb.base/set-cwd.exp: Make it available on
6211 native-extended-gdbserver.
6212
6213 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6214
6215 * gdb.base/set-cwd.c: New file.
6216 * gdb.base/set-cwd.exp: Likewise.
6217
6218 2017-10-02 Tom Tromey <tom@tromey.com>
6219
6220 PR rust/22236:
6221 * gdb.rust/simple.rs (main): New variable "fslice".
6222 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6223
6224 2017-10-02 Tom Tromey <tom@tromey.com>
6225
6226 * gdb.rust/simple.exp: Test ptype of a slice.
6227
6228 2017-10-02 Tom Tromey <tom@tromey.com>
6229
6230 * gdb.rust/simple.exp: Test index of slice.
6231
6232 2017-09-27 Tom Tromey <tom@tromey.com>
6233
6234 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6235
6236 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6237 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/compare-sections.exp (get value of read-only section): Read
6240 as unsigned value.
6241 (corrupt read-only section): Likewise and don't set written if patching
6242 failed.
6243
6244 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6245
6246 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6247 files.
6248
6249 2017-09-20 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6252 symbol names in gdb's output.
6253 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6254
6255 2017-09-20 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6258 Rename to ...
6259 (test_list_ambiguous_symbol): ... this and add a symbol name
6260 parameter. Adjust.
6261 (test_list_ambiguous_function): Reimplement on top of
6262 test_list_ambiguous_symbol and also test listing ambiguous
6263 variables.
6264 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6265 (ambiguous_fun): ... this.
6266 (ambiguous_var): New.
6267 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6268 (ambiguous_fun): ... this.
6269 (ambiguous_var): New.
6270
6271 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6272
6273 * gdb.base/starti.c: New file.
6274 * gdb.base/starti.exp: New file.
6275 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6276
6277 2017-09-14 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6280 (top level): Use it instead of runto.
6281
6282 2017-09-11 Tom Tromey <tom@tromey.com>
6283
6284 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6285
6286 2017-09-11 Tom Tromey <tom@tromey.com>
6287
6288 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6289 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6290
6291 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6292
6293 * gdb.fortran/printing-types.exp: New file.
6294 * gdb.fortran/printing-types.exp: New file.
6295
6296 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6297
6298 * gdb.fortran/vla-ptype.exp: Fix typos.
6299 * gdb.fortran/vla-value.exp: Same.
6300
6301 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6302
6303 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6304 * gdb.mi/mi-var-child-f.exp: Likewise.
6305 * gdb.mi/mi-vla-fortran.exp: Likewise.
6306
6307 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6308 Christoph Weinmann <christoph.t.weinmann@intel.com>
6309 Bernhard Heckel <bernhard.heckel@intel.com>
6310
6311 * gdb.fortran/ptr-indentation.f90: New file.
6312 * gdb.fortran/ptr-indentation.exp: New file.
6313
6314 2017-09-05 Tom Tromey <tom@tromey.com>
6315
6316 PR gdb/22010:
6317 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6318
6319 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6320
6321 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6322
6323 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6324
6325 * gdb.threads/tls-nodebug-pie.c: New file.
6326 * gdb.threads/tls-nodebug-pie.exp: New file.
6327
6328 2017-09-05 Tom Tromey <tom@tromey.com>
6329
6330 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6331 for rust.
6332
6333 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6334
6335 * gdb.multi/multi-arch-exec.exp: Test with different
6336 "follow-exec-mode" settings.
6337 (do_test): New procedure.
6338
6339 2017-09-04 Pedro Alves <palves@redhat.com>
6340
6341 * gdb.base/func-static.c (S::method const, S::method volatile)
6342 (S::method volatile const): New methods.
6343 (c_s, v_s, cv_s): New instances.
6344 (main): Call method() on them.
6345 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6346 (cannot_resolve): New procedure.
6347 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6348 print-quote-unquoted columns.
6349 (do_test): Test printing each scope too.
6350
6351 2017-09-04 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/local-static.exp: Also test with
6354 class::method::variable wholly quoted.
6355 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6356
6357 2017-09-04 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.base/local-static.c: New.
6360 * gdb.base/local-static.cc: New.
6361 * gdb.base/local-static.exp: New.
6362
6363 2017-09-04 Pedro Alves <palves@redhat.com>
6364
6365 * gdb.asm/asm-source.exp: Add casts to int.
6366 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6367 (dataglobal64_1, dataglobal64_2): New globals.
6368 * gdb.base/nodebug.exp: Test different expressions involving the
6369 new globals, with print, whatis and ptype. Add casts to int.
6370 * gdb.base/solib-display.exp: Add casts to int.
6371 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6372 * gdb.cp/m-static.exp: Add cast to int.
6373 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6374 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6375 tls variable with no debug info without a cast. Test with a cast
6376 to int too.
6377 * gdb.trace/entry-values.exp: Add casts.
6378
6379 2017-09-04 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/nodebug.exp: Test that ptype's error about functions
6382 with unknown return type includes the function name too.
6383
6384 2017-09-04 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6387 return type of munmap in infcall.
6388 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6389 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6390 type of ftell in infcall.
6391 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6392 type of getpid in infcall.
6393 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6394 infcall.
6395 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6396 Bail on failure to extract the pid.
6397 * gdb.base/nodebug.c: #include <stdint.h>.
6398 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6399 New functions.
6400 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6401 Change expected output of print/whatis/ptype with functions with
6402 no debug info. Test all supported languages. Call
6403 test_call_promotion.
6404 * gdb.compile/compile.exp: Adjust expected output to expect
6405 warning.
6406 * gdb.threads/siginfo-threads.exp: Likewise.
6407
6408 2017-09-04 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6411 "prototypes". Test calling float functions via prototyped and
6412 unprototyped function pointers.
6413 (perform_all_tests): New parameter "prototypes". Pass it down.
6414 (top level): Pass down "prototypes" parameter to
6415 perform_all_tests.
6416
6417 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6418
6419 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6420 Test with nested loops.
6421
6422 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6423
6424 * gdb.base/commands.exp: Call the new procedures.
6425 (loop_break_test, loop_continue_test): New procedures.
6426
6427 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6428
6429 * gdb.base/commands.exp: Call new procedure.
6430 (define_if_without_arg_test): New procedure.
6431
6432 2017-09-04 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.base/list-ambiguous.exp: New file.
6435 * gdb.base/list-ambiguous0.c: New file.
6436 * gdb.base/list-ambiguous1.c: New file.
6437 * gdb.base/list.exp (test_list_range): Adjust expected output.
6438
6439 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6440
6441 * gdb.base/share-env-with-gdbserver.c: New file.
6442 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6443
6444 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6445
6446 * gdb.base/commands.exp (gdbvar_simple_if_test,
6447 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6448 progvar_simple_if_test, progvar_simple_while_test,
6449 progvar_complex_if_while_test, user_defined_command_test,
6450 user_defined_command_args_eval,
6451 user_defined_command_args_stack_test,
6452 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6453 temporary_breakpoint_commands,
6454 gdb_test_no_prompt, redefine_hook_test,
6455 redefine_backtrace_test): Remove "global gdb_prompt".
6456
6457 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6458
6459 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6460 New proc, call it from toplevel.
6461
6462 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6463
6464 PR remote/21852
6465 * gdb.server/normal.c: New file, copied from gdb.base.
6466 * gdb.server/run-without-local-binary.exp: New file.
6467
6468 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6469
6470 * gdb.arch/sparc64-adi.exp: New file.
6471 * gdb.arch/sparc64-adi.c: New file.
6472
6473 2017-08-22 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6476 (top level): Add "list all overloads" tests.
6477
6478 2017-08-22 Tom Tromey <tom@tromey.com>
6479
6480 * gdb.gdb/xfullpath.exp: Remove.
6481
6482 2017-08-21 Pedro Alves <palves@redhat.com>
6483
6484 PR gdb/19487
6485 * gdb.base/symbol-alias.c: New.
6486 * gdb.base/symbol-alias2.c: New.
6487 * gdb.base/symbol-alias.exp: New.
6488
6489 2017-08-21 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/dfp-test.c
6492 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6493 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6494 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6495 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6496 * gdb.base/whatis-ptype-typedefs.c: New.
6497 * gdb.base/whatis-ptype-typedefs.exp: New.
6498 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6499 (an_int, an_int_type, an_int_type2): New globals.
6500 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6501 involving typedefs and cast expressions.
6502 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6503 (lookup_typedefs_function): New.
6504 (typedefs_pretty_printers_dict): New.
6505 (top level): Register lookup_typedefs_function in
6506 gdb.pretty_printers.
6507
6508 2017-08-18 Yao Qi <yao.qi@linaro.org>
6509
6510 * gdb.server/unittest.exp: New.
6511
6512 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6513
6514 PR gdb/21954
6515 * gdb.base/environ.exp: Add test to check if 'unset environment'
6516 works.
6517
6518 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6519
6520 * lib/gdb.exp (universal_compile_options): New caching proc.
6521 (gdb_compile): Suppress GCC's coloring of messages.
6522
6523 2017-08-14 Tom Tromey <tom@tromey.com>
6524
6525 PR gdb/21675:
6526 * gdb.base/printcmds.exp (test_radices): New function.
6527 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6528 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6529 * lib/gdb.exp (get_integer_valueof): Use p/d.
6530
6531 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6534 characters.
6535
6536 2017-08-05 Tom Tromey <tom@tromey.com>
6537
6538 * gdb.rust/simple.exp: Allow String to appear in a different
6539 namespace.
6540
6541 2017-07-26 Yao Qi <yao.qi@linaro.org>
6542
6543 * gdb.gdb/unittest.exp: Invoke command
6544 "maintenance check xml-descriptions".
6545
6546 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6547
6548 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6549 calling context.
6550 (hex128): Drop erroneous calculation of parameters.
6551
6552 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6553
6554 * gdb.python/py-unwind.exp: Disable stack protection when
6555 building test file.
6556
6557 2017-07-20 Pedro Alves <palves@redhat.com>
6558
6559 * gdb.base/default.exp (set language): Adjust expected output.
6560
6561 2017-07-20 Pedro Alves <palves@redhat.com>
6562
6563 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6564 (test_minsym): ... this, and make static.
6565 (get_pck__foo__bar__minsym): Rename to ...
6566 (get_test_minsym): ... this.
6567 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6568 symbol names and comments.
6569 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6570 (get_test_minsym): ... this.
6571 (pck__foo__bar__minsym__2): Rename to ...
6572 (test_minsym): ... this.
6573 (main): Adjust.
6574
6575 2017-07-17 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/completion.exp: Adjust expected output.
6578 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6579 the completer works.
6580
6581 2017-07-17 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6584
6585 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6588
6589 2017-07-14 Tom Tromey <tom@tromey.com>
6590
6591 PR rust/21764:
6592 * gdb.rust/simple.exp: Add tests.
6593
6594 2017-07-14 Tom Tromey <tom@tromey.com>
6595
6596 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6597
6598 2017-07-14 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.linespec/base/one/thefile.cc (z1): New function.
6601 * gdb.linespec/base/two/thefile.cc (z2): New function.
6602 * gdb.linespec/linespec.exp: Add tests.
6603
6604 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6607 to mi_create_breakpoint.
6608
6609 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6610
6611 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6612 mi_create_breakpoint.
6613
6614 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6615
6616 * gdb.dlang/demangle.exp: Update for demangling changes.
6617
6618 2017-07-09 Tom Tromey <tom@tromey.com>
6619
6620 * gdb.dwarf2/shortpiece.exp: New file.
6621
6622 2017-07-06 David Blaikie <dblaikie@gmail.com>
6623
6624 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6625 built from fissiont-multi-cu{1,2}.c.
6626 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6627 except putting 'main' and 'func' in separate CUs in the same DWO file.
6628 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6629 test.
6630 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6631 test.
6632
6633 2017-07-06 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.python/py-unwind.exp: Test flushregs.
6636
6637 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6638
6639 PR cli/21688
6640 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6641 tests for alias commands and trailing whitespace.
6642
6643 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6644
6645 PR cli/21688
6646 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6647 procedure. Call it.
6648
6649 2017-06-29 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.base/printcmds.exp: Add tests.
6652
6653 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6654
6655 PR gdb/21337
6656 * gdb.base/reread-readsym.exp: New file.
6657 * gdb.base/reread-readsym.c: New file.
6658
6659 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6660
6661 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6662 subpattern.
6663
6664 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6665
6666 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6667 extended mnemonic.
6668 * gdb.arch/powerpc-power9.s: Likewise.
6669
6670 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6671
6672 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6673 on 32-bit x86 targets. Exploit is_*_target macros where
6674 appropriate.
6675
6676 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6677
6678 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6679 register pieces.
6680
6681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6684 located in one or more DWARF pieces.
6685
6686 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6687
6688 * lib/gdb.exp (get_endianness): New proc.
6689 * gdb.arch/aarch64-fp.exp: Use it.
6690 * gdb.arch/altivec-regs.exp: Likewise.
6691 * gdb.arch/e500-regs.exp: Likewise.
6692 * gdb.arch/vsx-regs.exp: Likewise.
6693 * gdb.base/dump.exp: Likewise.
6694 * gdb.base/funcargs.exp: Likewise.
6695 * gdb.base/gnu_vector.exp: Likewise.
6696 * gdb.dwarf2/formdata16.exp: Likewise.
6697 * gdb.dwarf2/implptrpiece.exp: Likewise.
6698 * gdb.dwarf2/nonvar-access.exp: Likewise.
6699 * gdb.python/py-inferior.exp: Likewise.
6700 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6701
6702 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6703
6704 PR gdb/21226
6705 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6706 stack value pieces are taken from the LSB end.
6707
6708 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6709
6710 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6711 variable at nonzero offset.
6712
6713 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6714
6715 * gdb.dwarf2/var-access.c: New file.
6716 * gdb.dwarf2/var-access.exp: New test.
6717 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6718
6719 2017-06-12 Tom Tromey <tom@tromey.com>
6720
6721 * gdb.dwarf2/formdata16.exp: Add tests.
6722
6723 2017-06-12 Tom Tromey <tom@tromey.com>
6724
6725 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6726
6727 2017-06-12 Tom Tromey <tom@tromey.com>
6728
6729 PR exp/16225:
6730 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6731 * gdb.arch/vsx-regs.exp: Update tests.
6732 * gdb.arch/s390-vregs.exp (hex128): New proc.
6733 Update test.
6734 * gdb.arch/altivec-regs.exp: Update tests.
6735
6736 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6737
6738 * gdb.base/startup-with-shell.c: New file.
6739 * gdb.base/startup-with-shell.exp: Likewise.
6740
6741 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6742
6743 * gdb.server/non-existing-program.exp: Update regex in order to
6744 reflect the fact that gdbserver is now using fork_inferior (with a
6745 shell) to startup the inferior.
6746
6747 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6748
6749 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6750 support function calls from GDB.
6751
6752 2017-05-21 Tom Tromey <tom@tromey.com>
6753
6754 PR rust/21466:
6755 * gdb.rust/unsized.exp: New file.
6756 * gdb.rust/unsized.rs: New file.
6757
6758 2017-05-19 Tom Tromey <tom@tromey.com>
6759
6760 PR rust/21484:
6761 * gdb.rust/watch.exp: New file.
6762 * gdb.rust/watch.rs: New file.
6763
6764 2017-05-18 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.rust/simple.exp: Allow Box to be qualified.
6767
6768 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6769
6770 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6771
6772 2017-05-18 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/fileio.c (test_write, test_read, test_close)
6775 (test_fstat): Don't print 'ret' in the fail path.
6776
6777 2017-05-18 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6780 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6781 (test_system, test_rename, test_unlink, test_time): Change
6782 prototypes.
6783 * gdb.base/fileio.exp (stop_msg): Adjust.
6784
6785 2017-05-18 Pedro Alves <palves@redhat.com>
6786
6787 * gdb.base/fileio.c (null_str): New global.
6788 (test_stat): Use it.
6789 * gdb.base/fileio.exp: Remove nowarnings.
6790
6791 2017-05-17 Yao Qi <yao.qi@linaro.org>
6792
6793 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6794
6795 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6796
6797 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6798 argument command.
6799 (top-level): Invoke test_set_inferior_tty.
6800
6801 2017-05-04 Pedro Alves <palves@redhat.com>
6802
6803 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6804 Add parens to print call for Python 3.
6805
6806 2017-05-03 Keith Seitz <keiths@redhat.com>
6807
6808 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6809 (main): Call it.
6810
6811 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6812
6813 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6814 to prev and next.
6815
6816 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6817
6818 * gdb.python/py-record-btrace.exp: Remove test for
6819 gdb.BtraceInstruction.error.
6820
6821 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6822
6823 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6824
6825 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6826
6827 * gdb.python/py-record-btrace-threads.c: New file.
6828 * gdb.python/py-record-btrace-threads.exp: New file.
6829
6830 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6831
6832 PR testsuite/8595
6833 * gdb.base/environ.exp: Make test available in all architectures.
6834 Move bits related to "info program" testing to
6835 gdb.base/info-program.exp. Rewrite tests to use the two new
6836 procedures mentione below.
6837 (test_set_show_env_var) New procedure.
6838 (test_set_show_env_var_equal): Likewise.
6839 * gdb.base/info-program.exp: New file.
6840
6841 2017-04-27 Keith Seitz <keiths@redhat.com>
6842
6843 * gdb.cp/oranking.cc (test15): New function.
6844 (main): Call test15 and declare additional variables for testing.
6845 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6846 "p foo101('abc')" tests.
6847 Add tests for cv qualifier overloads.
6848 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6849 "lvalue reference overload" test.
6850 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6851 "print value of f1 on Child&& in f2" test.
6852
6853 2017-04-19 Pedro Alves <palves@redhat.com>
6854
6855 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6856 procedure.
6857 (top level): Call it.
6858 * lib/gdb.exp (gdb_define_cmd): New procedure.
6859
6860 2017-04-12 Pedro Alves <palves@redhat.com>
6861
6862 PR gdb/21323
6863 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6864 (wchar): New global.
6865 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6866 (do_test_wide_char, wide_char_types_no_program, top level): Add
6867 wchar_t testing.
6868
6869 2017-04-12 Pedro Alves <palves@redhat.com>
6870
6871 PR c++/21323
6872 * gdb.cp/wide_char_types.c: New file.
6873 * gdb.cp/wide_char_types.exp: New file.
6874
6875 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6876
6877 PR gdb/21352
6878 * gdb.trace/tsv.exp: Add test for "tsave -r".
6879
6880 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6881
6882 * gdb.dlang/watch-loc.c: New file.
6883 * gdb.dlang/watch-loc.exp: New file.
6884
6885 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6886
6887 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6888
6889 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6890
6891 * gdb.arch/arc-analyze-prologue.S: New file.
6892 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6893
6894 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6895
6896 * gdb.arch/arc-decode-insn.S: New file.
6897 * gdb.arch/arc-decode-insn.exp: Likewise.
6898
6899 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6900
6901 PR tdep/20928
6902 * gdb.arch/sparc64-regs.exp: New file.
6903 * gdb.arch/sparc64-regs.S: Likewise.
6904
6905 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6906
6907 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6908 and memory view on Python 3.
6909
6910 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6911 Keith Seitz <keiths@redhat.com>
6912
6913 PR gdb/14441
6914 * gdb.cp/demangle.exp: Add rvalue reference tests.
6915 * gdb.cp/rvalue-ref-casts.cc: New file.
6916 * gdb.cp/rvalue-ref-casts.exp: New file.
6917 * gdb.cp/rvalue-ref-overload.cc: New file.
6918 * gdb.cp/rvalue-ref-overload.exp: New file.
6919 * gdb.cp/rvalue-ref-params.cc: New file.
6920 * gdb.cp/rvalue-ref-params.exp: New file.
6921 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6922 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6923 * gdb.cp/rvalue-ref-types.cc: New file.
6924 * gdb.cp/rvalue-ref-types.exp: New file.
6925 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6926 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6927
6928 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6929
6930 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6931 New procedure.
6932
6933 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6934
6935 * lib/mi-support.exp (mi_gdb_test): Add additional message
6936 for unexpected output.
6937
6938 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6939
6940 * gdb.base/examine-backward.c (Barrier): New character array
6941 constant, to ensure that TestStrings is preceded by a string
6942 terminator.
6943
6944 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6945
6946 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6947 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6948 and implicit pointer into such a location.
6949
6950 2017-03-16 Doug Evans <dje@google.com>
6951
6952 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6953
6954 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6955
6956 * gdb.cp/m-static.exp: Fix expectation for prototype of
6957 test5.single_constructor and single_constructor::single_constructor.
6958
6959 2017-03-16 Doug Evans <dje@google.com>
6960
6961 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6962 * gdb.guile/scm-lazy-string.c: New file.
6963 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6964 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6965 for pointer, array, typedef lazy strings.
6966
6967 2017-03-16 Doug Evans <dje@google.com>
6968
6969 PR python/17728, python/18439, python/18779
6970 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6971 * gdb.python/py-lazy-string.c (pointer): New typedef.
6972 (main): New locals ptr, array, typedef_ptr.
6973 * gdb.python/py-value.exp: Move lazy string tests to ...
6974 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6975 array, typedef lazy strings.
6976
6977 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6978
6979 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6980 Add optional 'test' parameter.
6981
6982 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6983
6984 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6985 Skip for versions of DejaGnu < 1.5.
6986
6987 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6988
6989 * lib/gdb.exp (dejagnu_version): New proc.
6990 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6991 Use dejagnu_version.
6992
6993 2017-03-10 Keith Seitz <keiths@redhat.com>
6994
6995 PR c++/8128
6996 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6997 type from destructor regexps.
6998 Add a branch which actually passes the test.
6999 Adjust "ptype t5i" test names.
7000
7001 2017-03-08 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.base/step-over-exit.exp: Add explicit test message.
7004
7005 2017-03-08 Pedro Alves <palves@redhat.com>
7006
7007 PR gdb/18360
7008 * gdb.threads/interrupt-while-step-over.c: New file.
7009 * gdb.threads/interrupt-while-step-over.exp: New file.
7010
7011 2017-03-08 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7014 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7015
7016 2017-03-08 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7019 PKRU as not supported as a PASS.
7020
7021 2017-03-08 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7024 prefix instead of $binfile1/$binfile2.
7025 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7026 in test message.
7027 * gdb.python/py-completion.exp: Use "load python file" as test
7028 messages instead of unstable path names.
7029
7030 2017-03-08 Pedro Alves <palves@redhat.com>
7031 Jan Kratochvil <jan.kratochvil@redhat.com>
7032
7033 PR cli/21218
7034 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7035 New proc.
7036 (top level): Call it.
7037
7038 2017-03-08 Pedro Alves <palves@redhat.com>
7039
7040 PR tui/21216
7041 * gdb.tui/tui-nl-filtered-output.exp: New file.
7042
7043 2017-03-08 Pedro Alves <palves@redhat.com>
7044
7045 * gdb.base/completion.exp: Move TUI completion tests to ...
7046 * gdb.tui/completion.exp: ... this new file.
7047
7048 2017-03-08 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/tui-disasm-long-lines.c,
7051 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7052 gdb.base/tui-layout.exp: Move to ...
7053 * gdb.tui/: ... this new directory.
7054
7055 2017-03-07 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/tui-layout.c: New file.
7058 * gdb.base/tui-layout.exp: New file.
7059
7060 2017-03-07 Pedro Alves <palves@redhat.com>
7061
7062 * gdb.base/tui-layout.c: Rename to ...
7063 * gdb.base/tui-disasm-long-lines.c: ... this.
7064 * gdb.base/tui-layout.exp: Rename to ...
7065 * gdb.base/tui-disasm-long-lines.exp: ... this.
7066
7067 2017-03-07 Pedro Alves <palves@redhat.com>
7068
7069 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7070
7071 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7072
7073 * i386-mpx-call.c: New file.
7074 * i386-mpx-call.exp: New file.
7075
7076 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7077
7078 * gdb.arch/powerpc-power.exp: Delete test.
7079 * gdb.arch/powerpc-power.s: Likewise.
7080 * gdb.disasm/disassembler-options.exp: New test.
7081 * gdb.arch/powerpc-altivec.exp: Likewise.
7082 * gdb.arch/powerpc-altivec.s: Likewise.
7083 * gdb.arch/powerpc-altivec2.exp: Likewise.
7084 * gdb.arch/powerpc-altivec2.s: Likewise.
7085 * gdb.arch/powerpc-altivec3.exp: Likewise.
7086 * gdb.arch/powerpc-altivec3.s: Likewise.
7087 * gdb.arch/powerpc-power7.exp: Likewise.
7088 * gdb.arch/powerpc-power7.s: Likewise.
7089 * gdb.arch/powerpc-power8.exp: Likewise.
7090 * gdb.arch/powerpc-power8.s: Likewise.
7091 * gdb.arch/powerpc-power9.exp: Likewise.
7092 * gdb.arch/powerpc-power9.s: Likewise.
7093 * gdb.arch/powerpc-vsx.exp: Likewise.
7094 * gdb.arch/powerpc-vsx.s: Likewise.
7095 * gdb.arch/powerpc-vsx2.exp: Likewise.
7096 * gdb.arch/powerpc-vsx2.s: Likewise.
7097 * gdb.arch/powerpc-vsx3.exp: Likewise.
7098 * gdb.arch/powerpc-vsx3.s: Likewise.
7099 * gdb.arch/arm-disassembler-options.exp: Likewise.
7100 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7101 * gdb.arch/s390-disassembler-options.exp: Likewise.
7102
7103 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7104
7105 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7106 (check_supported_features): ... this. Changed return type to void.
7107 (supports_rdseed): New static global.
7108 (rdseed): Check supports_rdseed.
7109 (initialize): Call check_supported_features.
7110
7111 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7112
7113 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7114 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7115 and lqarx/stqcx.
7116 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7117 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7118
7119 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7120
7121 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7122 uppercase.
7123
7124 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7125
7126 * gdb.dwarf2/formdata16.c: New file.
7127 * gdb.dwarf2/formdata16.exp: New file.
7128 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7129
7130 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7131
7132 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7133 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7134 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7135 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7136 DW_AT_GNU_*.
7137
7138 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7139
7140 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7141
7142 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7143
7144 PR gdb/21164
7145 * gdb.base/maint.exp: Add testcases for when the commands do
7146 not have arguments.
7147
7148 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7149
7150 * gdb.cp/chained-calls.exp: Use p instead of P.
7151
7152 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7153
7154 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7155 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7156
7157 2017-02-14 Tom Tromey <tom@tromey.com>
7158
7159 PR python/13598:
7160 * gdb.python/py-events.exp: Add before_prompt event tests.
7161
7162 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7163
7164 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7165
7166 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7167
7168 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7169 (main): Call my_unique_function_name.
7170 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7171 completion of patterns with a single match.
7172 Add missing -re switches to gdb_test_multiple calls.
7173
7174 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7175
7176 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7177 return if core file is not recognized.
7178
7179 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7182 and extra UIs.
7183
7184 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7185
7186 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7187 proc_with_prefix.
7188
7189 2017-02-10 Tom Tromey <tom@tromey.com>
7190
7191 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7192
7193 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7194
7195 PR gdb/21122
7196 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7197
7198 2017-02-08 Jerome Guitton <guitton@adacore.com>
7199
7200 * gdb.base/define.exp: Add test for command abbreviations
7201 in define.
7202
7203 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7204
7205 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7206 * gdb.reverse/insn-reverse-x86.c: New file.
7207
7208 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7209
7210 PR tdep/20936
7211 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7212
7213 2017-02-03 Tom Tromey <tom@tromey.com>
7214
7215 PR rust/21097:
7216 * gdb.rust/simple.exp: Add new tests.
7217
7218 2017-02-02 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7221 tests.
7222
7223 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7224
7225 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7226 taking a 2-byte value out of a 4-byte DWARF implicit value on
7227 big-endian targets.
7228 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7229 logic. Add test cases for DW_OP_implicit.
7230
7231 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7232
7233 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7234
7235 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7236
7237 * gdb.btrace/enable.exp: Call gdb_exit before
7238 skip_gdbserver_tests.
7239
7240 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7241
7242 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7243 GDBFLAGS.
7244
7245 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7246
7247 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7248 the test is skipped.
7249 * gdb.btrace/data.exp: Likewise.
7250 * gdb.btrace/delta.exp: Likewise.
7251 * gdb.btrace/dlopen.exp: Likewise.
7252 * gdb.btrace/enable-running.exp: Likewise.
7253 * gdb.btrace/enable.exp: Likewise.
7254 * gdb.btrace/exception.exp: Likewise.
7255 * gdb.btrace/function_call_history.exp: Likewise.
7256 * gdb.btrace/gcore.exp: Likewise.
7257 * gdb.btrace/instruction_history.exp: Likewise.
7258 * gdb.btrace/multi-thread-step.exp: Likewise.
7259 * gdb.btrace/nohist.exp: Likewise.
7260 * gdb.btrace/non-stop.exp: Likewise.
7261 * gdb.btrace/reconnect.exp: Likewise.
7262 * gdb.btrace/record_goto-step.exp: Likewise.
7263 * gdb.btrace/record_goto.exp: Likewise.
7264 * gdb.btrace/rn-dl-bind.exp: Likewise.
7265 * gdb.btrace/segv.exp: Likewise.
7266 * gdb.btrace/step.exp: Likewise.
7267 * gdb.btrace/stepi.exp: Likewise.
7268 * gdb.btrace/tailcall-only.exp: Likewise.
7269 * gdb.btrace/tailcall.exp: Likewise.
7270 * gdb.btrace/tsx.exp: Likewise.
7271 * gdb.btrace/unknown_functions.exp: Likewise.
7272 * gdb.btrace/vdso.exp: Likewise.
7273
7274 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7275
7276 * gdb.btrace/enable-running.c: New.
7277 * gdb.btrace/enable-running.exp: New.
7278
7279 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7280
7281 * gdb.arch/amd64-gs_base.c: New file.
7282 * gdb.arch/amd64-gs_base.exp: New file.
7283
7284 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7285
7286 * lib/memory.exp: Remove spurious empty newlines.
7287
7288 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7289
7290 * gdb.python/py-bad-printers.exp: Load python file using "source".
7291 * gdb.python/py-events.exp: Likewise.
7292 * gdb.python/py-evsignal.exp: Likewise.
7293 * gdb.python/py-evthreads.exp: Likewise.
7294 * gdb.python/py-frame-args.exp: Likewise.
7295 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7296 * gdb.python/py-framefilter-mi.exp: Likewise.
7297 * gdb.python/py-framefilter.exp: Likewise.
7298 * gdb.python/py-mi.exp: Likewise.
7299 * gdb.python/py-pp-maint.exp: Likewise.
7300 * gdb.python/py-pp-registration.exp: Likewise.
7301 * gdb.python/py-prettyprint.exp: Likewise.
7302 (run_lang_tests): Likewise.
7303 * gdb.python/py-typeprint.exp: Likewise.
7304
7305 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7306
7307 * lib/memory.exp: New file.
7308 * lib/gdb.exp: Load memory.exp.
7309 * gdb.base/memattr.exp (delete_memory): Move proc to
7310 lib/memory.exp and rename to delete_memory_regions.
7311 Replace delete_memory with delete_memory_regions.
7312 Cleanup memory regions before tests.
7313 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7314 before tests.
7315
7316 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7317
7318 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7319 files.
7320 (initialize): New function conditionally defined.
7321 (testcases): Move within conditional block.
7322 (main): Call initialize.
7323 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7324 of gdb.reverse/insn-reverse.c.
7325 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7326 gdb.reverse/insn-reverse.c.
7327
7328 2017-01-26 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7331 disassemble on address 0.
7332
7333 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7334 Yao Qi <yao.qi@linaro.org>
7335
7336 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7337 * gdb.dwarf2/implptr-64bit.S: Remove.
7338 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7339 variables in caller's context. Add DW_OP_implicit_value.
7340
7341 2017-01-25 Yao Qi <yao.qi@linaro.org>
7342
7343 * lib/dwarf.exp (Dwarf::_location): Handle
7344 DW_OP_GNU_implicit_pointer with proper size.
7345
7346 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7347
7348 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7349 and add untested calls.
7350
7351 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7352
7353 * gdb.python/python.exp: Check line number against what GDB thinks
7354 the line number is for func1.
7355
7356 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7357
7358 * gdb.dlang/debug-expr.exp: New file.
7359
7360 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7361
7362 Fix test names for the following files:
7363
7364 * gdb.ada/exec_changed.exp
7365 * gdb.ada/info_types.exp
7366 * gdb.arch/aarch64-atomic-inst.exp
7367 * gdb.arch/aarch64-fp.exp
7368 * gdb.arch/altivec-abi.exp
7369 * gdb.arch/altivec-regs.exp
7370 * gdb.arch/amd64-byte.exp
7371 * gdb.arch/amd64-disp-step.exp
7372 * gdb.arch/amd64-dword.exp
7373 * gdb.arch/amd64-entry-value-inline.exp
7374 * gdb.arch/amd64-entry-value-param.exp
7375 * gdb.arch/amd64-entry-value-paramref.exp
7376 * gdb.arch/amd64-entry-value.exp
7377 * gdb.arch/amd64-i386-address.exp
7378 * gdb.arch/amd64-invalid-stack-middle.exp
7379 * gdb.arch/amd64-invalid-stack-top.exp
7380 * gdb.arch/amd64-optimout-repeat.exp
7381 * gdb.arch/amd64-prologue-skip.exp
7382 * gdb.arch/amd64-prologue-xmm.exp
7383 * gdb.arch/amd64-stap-special-operands.exp
7384 * gdb.arch/amd64-stap-wrong-subexp.exp
7385 * gdb.arch/amd64-tailcall-cxx.exp
7386 * gdb.arch/amd64-tailcall-noret.exp
7387 * gdb.arch/amd64-tailcall-ret.exp
7388 * gdb.arch/amd64-tailcall-self.exp
7389 * gdb.arch/amd64-word.exp
7390 * gdb.arch/arm-bl-branch-dest.exp
7391 * gdb.arch/arm-disp-step.exp
7392 * gdb.arch/arm-neon.exp
7393 * gdb.arch/arm-single-step-kernel-helper.exp
7394 * gdb.arch/avr-flash-qualifier.exp
7395 * gdb.arch/disp-step-insn-reloc.exp
7396 * gdb.arch/e500-abi.exp
7397 * gdb.arch/e500-regs.exp
7398 * gdb.arch/ftrace-insn-reloc.exp
7399 * gdb.arch/i386-avx512.exp
7400 * gdb.arch/i386-bp_permanent.exp
7401 * gdb.arch/i386-byte.exp
7402 * gdb.arch/i386-cfi-notcurrent.exp
7403 * gdb.arch/i386-disp-step.exp
7404 * gdb.arch/i386-dr3-watch.exp
7405 * gdb.arch/i386-float.exp
7406 * gdb.arch/i386-gnu-cfi.exp
7407 * gdb.arch/i386-mpx-map.exp
7408 * gdb.arch/i386-mpx-sigsegv.exp
7409 * gdb.arch/i386-mpx-simple_segv.exp
7410 * gdb.arch/i386-mpx.exp
7411 * gdb.arch/i386-permbkpt.exp
7412 * gdb.arch/i386-prologue.exp
7413 * gdb.arch/i386-signal.exp
7414 * gdb.arch/i386-size-overlap.exp
7415 * gdb.arch/i386-unwind.exp
7416 * gdb.arch/i386-word.exp
7417 * gdb.arch/mips-fcr.exp
7418 * gdb.arch/powerpc-d128-regs.exp
7419 * gdb.arch/powerpc-stackless.exp
7420 * gdb.arch/ppc64-atomic-inst.exp
7421 * gdb.arch/s390-stackless.exp
7422 * gdb.arch/s390-tdbregs.exp
7423 * gdb.arch/s390-vregs.exp
7424 * gdb.arch/sparc-sysstep.exp
7425 * gdb.arch/thumb-bx-pc.exp
7426 * gdb.arch/thumb-singlestep.exp
7427 * gdb.arch/thumb2-it.exp
7428 * gdb.arch/vsx-regs.exp
7429 * gdb.asm/asm-source.exp
7430 * gdb.base/a2-run.exp
7431 * gdb.base/advance.exp
7432 * gdb.base/all-bin.exp
7433 * gdb.base/anon.exp
7434 * gdb.base/args.exp
7435 * gdb.base/arithmet.exp
7436 * gdb.base/async-shell.exp
7437 * gdb.base/async.exp
7438 * gdb.base/attach-pie-noexec.exp
7439 * gdb.base/attach-twice.exp
7440 * gdb.base/auto-load.exp
7441 * gdb.base/bang.exp
7442 * gdb.base/bitfields.exp
7443 * gdb.base/break-always.exp
7444 * gdb.base/break-caller-line.exp
7445 * gdb.base/break-entry.exp
7446 * gdb.base/break-inline.exp
7447 * gdb.base/break-on-linker-gcd-function.exp
7448 * gdb.base/break-probes.exp
7449 * gdb.base/break.exp
7450 * gdb.base/breakpoint-shadow.exp
7451 * gdb.base/call-ar-st.exp
7452 * gdb.base/call-sc.exp
7453 * gdb.base/call-signal-resume.exp
7454 * gdb.base/call-strs.exp
7455 * gdb.base/callfuncs.exp
7456 * gdb.base/catch-fork-static.exp
7457 * gdb.base/catch-gdb-caused-signals.exp
7458 * gdb.base/catch-load.exp
7459 * gdb.base/catch-signal-fork.exp
7460 * gdb.base/catch-signal.exp
7461 * gdb.base/catch-syscall.exp
7462 * gdb.base/charset.exp
7463 * gdb.base/checkpoint.exp
7464 * gdb.base/chng-syms.exp
7465 * gdb.base/code-expr.exp
7466 * gdb.base/code_elim.exp
7467 * gdb.base/commands.exp
7468 * gdb.base/completion.exp
7469 * gdb.base/complex.exp
7470 * gdb.base/cond-expr.exp
7471 * gdb.base/condbreak.exp
7472 * gdb.base/consecutive.exp
7473 * gdb.base/continue-all-already-running.exp
7474 * gdb.base/coredump-filter.exp
7475 * gdb.base/corefile.exp
7476 * gdb.base/dbx.exp
7477 * gdb.base/debug-expr.exp
7478 * gdb.base/define.exp
7479 * gdb.base/del.exp
7480 * gdb.base/disabled-location.exp
7481 * gdb.base/disasm-end-cu.exp
7482 * gdb.base/disasm-optim.exp
7483 * gdb.base/display.exp
7484 * gdb.base/duplicate-bp.exp
7485 * gdb.base/ena-dis-br.exp
7486 * gdb.base/ending-run.exp
7487 * gdb.base/enumval.exp
7488 * gdb.base/environ.exp
7489 * gdb.base/eu-strip-infcall.exp
7490 * gdb.base/eval-avoid-side-effects.exp
7491 * gdb.base/eval-skip.exp
7492 * gdb.base/exitsignal.exp
7493 * gdb.base/expand-psymtabs.exp
7494 * gdb.base/filesym.exp
7495 * gdb.base/find-unmapped.exp
7496 * gdb.base/finish.exp
7497 * gdb.base/float.exp
7498 * gdb.base/foll-exec-mode.exp
7499 * gdb.base/foll-exec.exp
7500 * gdb.base/foll-fork.exp
7501 * gdb.base/fortran-sym-case.exp
7502 * gdb.base/freebpcmd.exp
7503 * gdb.base/func-ptr.exp
7504 * gdb.base/func-ptrs.exp
7505 * gdb.base/funcargs.exp
7506 * gdb.base/gcore-buffer-overflow.exp
7507 * gdb.base/gcore-relro-pie.exp
7508 * gdb.base/gcore-relro.exp
7509 * gdb.base/gcore.exp
7510 * gdb.base/gdb1090.exp
7511 * gdb.base/gdb11530.exp
7512 * gdb.base/gdb11531.exp
7513 * gdb.base/gdb1821.exp
7514 * gdb.base/gdbindex-stabs.exp
7515 * gdb.base/gdbvars.exp
7516 * gdb.base/hbreak.exp
7517 * gdb.base/hbreak2.exp
7518 * gdb.base/included.exp
7519 * gdb.base/infcall-input.exp
7520 * gdb.base/inferior-died.exp
7521 * gdb.base/infnan.exp
7522 * gdb.base/info-macros.exp
7523 * gdb.base/info-os.exp
7524 * gdb.base/info-proc.exp
7525 * gdb.base/info-shared.exp
7526 * gdb.base/info-target.exp
7527 * gdb.base/infoline.exp
7528 * gdb.base/interp.exp
7529 * gdb.base/interrupt.exp
7530 * gdb.base/jit-reader.exp
7531 * gdb.base/jit-simple.exp
7532 * gdb.base/kill-after-signal.exp
7533 * gdb.base/kill-detach-inferiors-cmd.exp
7534 * gdb.base/label.exp
7535 * gdb.base/langs.exp
7536 * gdb.base/ldbl_e308.exp
7537 * gdb.base/line-symtabs.exp
7538 * gdb.base/linespecs.exp
7539 * gdb.base/list.exp
7540 * gdb.base/long_long.exp
7541 * gdb.base/longest-types.exp
7542 * gdb.base/maint.exp
7543 * gdb.base/max-value-size.exp
7544 * gdb.base/memattr.exp
7545 * gdb.base/mips_pro.exp
7546 * gdb.base/morestack.exp
7547 * gdb.base/moribund-step.exp
7548 * gdb.base/multi-forks.exp
7549 * gdb.base/nested-addr.exp
7550 * gdb.base/nextoverexit.exp
7551 * gdb.base/noreturn-finish.exp
7552 * gdb.base/noreturn-return.exp
7553 * gdb.base/nostdlib.exp
7554 * gdb.base/offsets.exp
7555 * gdb.base/opaque.exp
7556 * gdb.base/pc-fp.exp
7557 * gdb.base/permissions.exp
7558 * gdb.base/print-symbol-loading.exp
7559 * gdb.base/prologue-include.exp
7560 * gdb.base/psymtab.exp
7561 * gdb.base/ptype.exp
7562 * gdb.base/random-signal.exp
7563 * gdb.base/randomize.exp
7564 * gdb.base/range-stepping.exp
7565 * gdb.base/readline-ask.exp
7566 * gdb.base/recpar.exp
7567 * gdb.base/recurse.exp
7568 * gdb.base/relational.exp
7569 * gdb.base/restore.exp
7570 * gdb.base/return-nodebug.exp
7571 * gdb.base/return.exp
7572 * gdb.base/run-after-attach.exp
7573 * gdb.base/save-bp.exp
7574 * gdb.base/scope.exp
7575 * gdb.base/sect-cmd.exp
7576 * gdb.base/set-lang-auto.exp
7577 * gdb.base/set-noassign.exp
7578 * gdb.base/setvar.exp
7579 * gdb.base/sigall.exp
7580 * gdb.base/sigbpt.exp
7581 * gdb.base/siginfo-addr.exp
7582 * gdb.base/siginfo-infcall.exp
7583 * gdb.base/siginfo-obj.exp
7584 * gdb.base/siginfo.exp
7585 * gdb.base/signals-state-child.exp
7586 * gdb.base/signest.exp
7587 * gdb.base/sigstep.exp
7588 * gdb.base/sizeof.exp
7589 * gdb.base/skip.exp
7590 * gdb.base/solib-corrupted.exp
7591 * gdb.base/solib-nodir.exp
7592 * gdb.base/solib-search.exp
7593 * gdb.base/stack-checking.exp
7594 * gdb.base/stale-infcall.exp
7595 * gdb.base/stap-probe.exp
7596 * gdb.base/start.exp
7597 * gdb.base/step-break.exp
7598 * gdb.base/step-bt.exp
7599 * gdb.base/step-line.exp
7600 * gdb.base/step-over-exit.exp
7601 * gdb.base/step-over-syscall.exp
7602 * gdb.base/step-resume-infcall.exp
7603 * gdb.base/step-test.exp
7604 * gdb.base/store.exp
7605 * gdb.base/structs3.exp
7606 * gdb.base/sym-file.exp
7607 * gdb.base/symbol-without-target_section.exp
7608 * gdb.base/term.exp
7609 * gdb.base/testenv.exp
7610 * gdb.base/ui-redirect.exp
7611 * gdb.base/until.exp
7612 * gdb.base/unwindonsignal.exp
7613 * gdb.base/value-double-free.exp
7614 * gdb.base/vla-datatypes.exp
7615 * gdb.base/vla-ptr.exp
7616 * gdb.base/vla-sideeffect.exp
7617 * gdb.base/volatile.exp
7618 * gdb.base/watch-cond-infcall.exp
7619 * gdb.base/watch-cond.exp
7620 * gdb.base/watch-non-mem.exp
7621 * gdb.base/watch-read.exp
7622 * gdb.base/watch-vfork.exp
7623 * gdb.base/watchpoint-cond-gone.exp
7624 * gdb.base/watchpoint-delete.exp
7625 * gdb.base/watchpoint-hw-hit-once.exp
7626 * gdb.base/watchpoint-hw.exp
7627 * gdb.base/watchpoint-stops-at-right-insn.exp
7628 * gdb.base/watchpoints.exp
7629 * gdb.base/wchar.exp
7630 * gdb.base/whatis-exp.exp
7631 * gdb.btrace/buffer-size.exp
7632 * gdb.btrace/data.exp
7633 * gdb.btrace/delta.exp
7634 * gdb.btrace/dlopen.exp
7635 * gdb.btrace/enable.exp
7636 * gdb.btrace/exception.exp
7637 * gdb.btrace/function_call_history.exp
7638 * gdb.btrace/gcore.exp
7639 * gdb.btrace/instruction_history.exp
7640 * gdb.btrace/nohist.exp
7641 * gdb.btrace/reconnect.exp
7642 * gdb.btrace/record_goto-step.exp
7643 * gdb.btrace/record_goto.exp
7644 * gdb.btrace/rn-dl-bind.exp
7645 * gdb.btrace/segv.exp
7646 * gdb.btrace/step.exp
7647 * gdb.btrace/stepi.exp
7648 * gdb.btrace/tailcall-only.exp
7649 * gdb.btrace/tailcall.exp
7650 * gdb.btrace/tsx.exp
7651 * gdb.btrace/unknown_functions.exp
7652 * gdb.btrace/vdso.exp
7653 * gdb.compile/compile-ifunc.exp
7654 * gdb.compile/compile-ops.exp
7655 * gdb.compile/compile-print.exp
7656 * gdb.compile/compile-setjmp.exp
7657 * gdb.cp/abstract-origin.exp
7658 * gdb.cp/ambiguous.exp
7659 * gdb.cp/annota2.exp
7660 * gdb.cp/annota3.exp
7661 * gdb.cp/anon-ns.exp
7662 * gdb.cp/anon-struct.exp
7663 * gdb.cp/anon-union.exp
7664 * gdb.cp/arg-reference.exp
7665 * gdb.cp/baseenum.exp
7666 * gdb.cp/bool.exp
7667 * gdb.cp/breakpoint.exp
7668 * gdb.cp/bs15503.exp
7669 * gdb.cp/call-c.exp
7670 * gdb.cp/casts.exp
7671 * gdb.cp/chained-calls.exp
7672 * gdb.cp/class2.exp
7673 * gdb.cp/classes.exp
7674 * gdb.cp/cmpd-minsyms.exp
7675 * gdb.cp/converts.exp
7676 * gdb.cp/cp-relocate.exp
7677 * gdb.cp/cpcompletion.exp
7678 * gdb.cp/cpexprs.exp
7679 * gdb.cp/cplabel.exp
7680 * gdb.cp/cplusfuncs.exp
7681 * gdb.cp/cpsizeof.exp
7682 * gdb.cp/ctti.exp
7683 * gdb.cp/derivation.exp
7684 * gdb.cp/destrprint.exp
7685 * gdb.cp/dispcxx.exp
7686 * gdb.cp/enum-class.exp
7687 * gdb.cp/exception.exp
7688 * gdb.cp/exceptprint.exp
7689 * gdb.cp/expand-psymtabs-cxx.exp
7690 * gdb.cp/expand-sals.exp
7691 * gdb.cp/extern-c.exp
7692 * gdb.cp/filename.exp
7693 * gdb.cp/formatted-ref.exp
7694 * gdb.cp/fpointer.exp
7695 * gdb.cp/gdb1355.exp
7696 * gdb.cp/gdb2495.exp
7697 * gdb.cp/hang.exp
7698 * gdb.cp/impl-this.exp
7699 * gdb.cp/infcall-dlopen.exp
7700 * gdb.cp/inherit.exp
7701 * gdb.cp/iostream.exp
7702 * gdb.cp/koenig.exp
7703 * gdb.cp/local.exp
7704 * gdb.cp/m-data.exp
7705 * gdb.cp/m-static.exp
7706 * gdb.cp/mb-ctor.exp
7707 * gdb.cp/mb-inline.exp
7708 * gdb.cp/mb-templates.exp
7709 * gdb.cp/member-name.exp
7710 * gdb.cp/member-ptr.exp
7711 * gdb.cp/meth-typedefs.exp
7712 * gdb.cp/method.exp
7713 * gdb.cp/method2.exp
7714 * gdb.cp/minsym-fallback.exp
7715 * gdb.cp/misc.exp
7716 * gdb.cp/namelessclass.exp
7717 * gdb.cp/namespace-enum.exp
7718 * gdb.cp/namespace-nested-import.exp
7719 * gdb.cp/namespace.exp
7720 * gdb.cp/nextoverthrow.exp
7721 * gdb.cp/no-dmgl-verbose.exp
7722 * gdb.cp/non-trivial-retval.exp
7723 * gdb.cp/noparam.exp
7724 * gdb.cp/nsdecl.exp
7725 * gdb.cp/nsimport.exp
7726 * gdb.cp/nsnested.exp
7727 * gdb.cp/nsnoimports.exp
7728 * gdb.cp/nsrecurs.exp
7729 * gdb.cp/nsstress.exp
7730 * gdb.cp/nsusing.exp
7731 * gdb.cp/operator.exp
7732 * gdb.cp/oranking.exp
7733 * gdb.cp/overload-const.exp
7734 * gdb.cp/overload.exp
7735 * gdb.cp/ovldbreak.exp
7736 * gdb.cp/ovsrch.exp
7737 * gdb.cp/paren-type.exp
7738 * gdb.cp/parse-lang.exp
7739 * gdb.cp/pass-by-ref.exp
7740 * gdb.cp/pr-1023.exp
7741 * gdb.cp/pr-1210.exp
7742 * gdb.cp/pr-574.exp
7743 * gdb.cp/pr10687.exp
7744 * gdb.cp/pr12028.exp
7745 * gdb.cp/pr17132.exp
7746 * gdb.cp/pr17494.exp
7747 * gdb.cp/pr9067.exp
7748 * gdb.cp/pr9167.exp
7749 * gdb.cp/pr9631.exp
7750 * gdb.cp/printmethod.exp
7751 * gdb.cp/psmang.exp
7752 * gdb.cp/psymtab-parameter.exp
7753 * gdb.cp/ptype-cv-cp.exp
7754 * gdb.cp/ptype-flags.exp
7755 * gdb.cp/re-set-overloaded.exp
7756 * gdb.cp/ref-types.exp
7757 * gdb.cp/rtti.exp
7758 * gdb.cp/scope-err.exp
7759 * gdb.cp/shadow.exp
7760 * gdb.cp/smartp.exp
7761 * gdb.cp/static-method.exp
7762 * gdb.cp/static-print-quit.exp
7763 * gdb.cp/temargs.exp
7764 * gdb.cp/templates.exp
7765 * gdb.cp/try_catch.exp
7766 * gdb.cp/typedef-operator.exp
7767 * gdb.cp/typeid.exp
7768 * gdb.cp/userdef.exp
7769 * gdb.cp/using-crash.exp
7770 * gdb.cp/var-tag.exp
7771 * gdb.cp/virtbase.exp
7772 * gdb.cp/virtfunc.exp
7773 * gdb.cp/virtfunc2.exp
7774 * gdb.cp/vla-cxx.exp
7775 * gdb.disasm/t01_mov.exp
7776 * gdb.disasm/t02_mova.exp
7777 * gdb.disasm/t03_add.exp
7778 * gdb.disasm/t04_sub.exp
7779 * gdb.disasm/t05_cmp.exp
7780 * gdb.disasm/t06_ari2.exp
7781 * gdb.disasm/t07_ari3.exp
7782 * gdb.disasm/t08_or.exp
7783 * gdb.disasm/t09_xor.exp
7784 * gdb.disasm/t10_and.exp
7785 * gdb.disasm/t11_logs.exp
7786 * gdb.disasm/t12_bit.exp
7787 * gdb.disasm/t13_otr.exp
7788 * gdb.dlang/circular.exp
7789 * gdb.dwarf2/arr-stride.exp
7790 * gdb.dwarf2/arr-subrange.exp
7791 * gdb.dwarf2/atomic-type.exp
7792 * gdb.dwarf2/bad-regnum.exp
7793 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7794 * gdb.dwarf2/callframecfa.exp
7795 * gdb.dwarf2/clztest.exp
7796 * gdb.dwarf2/corrupt.exp
7797 * gdb.dwarf2/data-loc.exp
7798 * gdb.dwarf2/dup-psym.exp
7799 * gdb.dwarf2/dw2-anon-mptr.exp
7800 * gdb.dwarf2/dw2-anonymous-func.exp
7801 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7802 * gdb.dwarf2/dw2-bad-unresolved.exp
7803 * gdb.dwarf2/dw2-basic.exp
7804 * gdb.dwarf2/dw2-canonicalize-type.exp
7805 * gdb.dwarf2/dw2-case-insensitive.exp
7806 * gdb.dwarf2/dw2-common-block.exp
7807 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7808 * gdb.dwarf2/dw2-compressed.exp
7809 * gdb.dwarf2/dw2-const.exp
7810 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7811 * gdb.dwarf2/dw2-cu-size.exp
7812 * gdb.dwarf2/dw2-dup-frame.exp
7813 * gdb.dwarf2/dw2-entry-value.exp
7814 * gdb.dwarf2/dw2-icycle.exp
7815 * gdb.dwarf2/dw2-ifort-parameter.exp
7816 * gdb.dwarf2/dw2-inline-break.exp
7817 * gdb.dwarf2/dw2-inline-param.exp
7818 * gdb.dwarf2/dw2-intercu.exp
7819 * gdb.dwarf2/dw2-intermix.exp
7820 * gdb.dwarf2/dw2-lexical-block-bare.exp
7821 * gdb.dwarf2/dw2-linkage-name-trust.exp
7822 * gdb.dwarf2/dw2-minsym-in-cu.exp
7823 * gdb.dwarf2/dw2-noloc.exp
7824 * gdb.dwarf2/dw2-op-call.exp
7825 * gdb.dwarf2/dw2-op-out-param.exp
7826 * gdb.dwarf2/dw2-opt-structptr.exp
7827 * gdb.dwarf2/dw2-param-error.exp
7828 * gdb.dwarf2/dw2-producer.exp
7829 * gdb.dwarf2/dw2-ranges-base.exp
7830 * gdb.dwarf2/dw2-ref-missing-frame.exp
7831 * gdb.dwarf2/dw2-reg-undefined.exp
7832 * gdb.dwarf2/dw2-regno-invalid.exp
7833 * gdb.dwarf2/dw2-restore.exp
7834 * gdb.dwarf2/dw2-restrict.exp
7835 * gdb.dwarf2/dw2-single-line-discriminators.exp
7836 * gdb.dwarf2/dw2-strp.exp
7837 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7838 * gdb.dwarf2/dw2-unresolved.exp
7839 * gdb.dwarf2/dw2-var-zero-addr.exp
7840 * gdb.dwarf2/dw4-sig-types.exp
7841 * gdb.dwarf2/dwz.exp
7842 * gdb.dwarf2/dynarr-ptr.exp
7843 * gdb.dwarf2/enum-type.exp
7844 * gdb.dwarf2/gdb-index.exp
7845 * gdb.dwarf2/implptr-64bit.exp
7846 * gdb.dwarf2/implptr-optimized-out.exp
7847 * gdb.dwarf2/implptr.exp
7848 * gdb.dwarf2/implref-array.exp
7849 * gdb.dwarf2/implref-const.exp
7850 * gdb.dwarf2/implref-global.exp
7851 * gdb.dwarf2/implref-struct.exp
7852 * gdb.dwarf2/mac-fileno.exp
7853 * gdb.dwarf2/main-subprogram.exp
7854 * gdb.dwarf2/member-ptr-forwardref.exp
7855 * gdb.dwarf2/method-ptr.exp
7856 * gdb.dwarf2/missing-sig-type.exp
7857 * gdb.dwarf2/nonvar-access.exp
7858 * gdb.dwarf2/opaque-type-lookup.exp
7859 * gdb.dwarf2/pieces-optimized-out.exp
7860 * gdb.dwarf2/pieces.exp
7861 * gdb.dwarf2/pr10770.exp
7862 * gdb.dwarf2/pr13961.exp
7863 * gdb.dwarf2/staticvirtual.exp
7864 * gdb.dwarf2/subrange.exp
7865 * gdb.dwarf2/symtab-producer.exp
7866 * gdb.dwarf2/trace-crash.exp
7867 * gdb.dwarf2/typeddwarf.exp
7868 * gdb.dwarf2/valop.exp
7869 * gdb.dwarf2/watch-notconst.exp
7870 * gdb.fortran/array-element.exp
7871 * gdb.fortran/charset.exp
7872 * gdb.fortran/common-block.exp
7873 * gdb.fortran/complex.exp
7874 * gdb.fortran/derived-type-function.exp
7875 * gdb.fortran/derived-type.exp
7876 * gdb.fortran/logical.exp
7877 * gdb.fortran/module.exp
7878 * gdb.fortran/multi-dim.exp
7879 * gdb.fortran/nested-funcs.exp
7880 * gdb.fortran/print-formatted.exp
7881 * gdb.fortran/subarray.exp
7882 * gdb.fortran/vla-alloc-assoc.exp
7883 * gdb.fortran/vla-datatypes.exp
7884 * gdb.fortran/vla-history.exp
7885 * gdb.fortran/vla-ptr-info.exp
7886 * gdb.fortran/vla-ptype-sub.exp
7887 * gdb.fortran/vla-ptype.exp
7888 * gdb.fortran/vla-sizeof.exp
7889 * gdb.fortran/vla-type.exp
7890 * gdb.fortran/vla-value-sub-arbitrary.exp
7891 * gdb.fortran/vla-value-sub-finish.exp
7892 * gdb.fortran/vla-value-sub.exp
7893 * gdb.fortran/vla-value.exp
7894 * gdb.fortran/whatis_type.exp
7895 * gdb.go/chan.exp
7896 * gdb.go/handcall.exp
7897 * gdb.go/hello.exp
7898 * gdb.go/integers.exp
7899 * gdb.go/methods.exp
7900 * gdb.go/package.exp
7901 * gdb.go/strings.exp
7902 * gdb.go/types.exp
7903 * gdb.go/unsafe.exp
7904 * gdb.guile/scm-arch.exp
7905 * gdb.guile/scm-block.exp
7906 * gdb.guile/scm-breakpoint.exp
7907 * gdb.guile/scm-cmd.exp
7908 * gdb.guile/scm-disasm.exp
7909 * gdb.guile/scm-equal.exp
7910 * gdb.guile/scm-frame-args.exp
7911 * gdb.guile/scm-frame-inline.exp
7912 * gdb.guile/scm-frame.exp
7913 * gdb.guile/scm-iterator.exp
7914 * gdb.guile/scm-math.exp
7915 * gdb.guile/scm-objfile.exp
7916 * gdb.guile/scm-ports.exp
7917 * gdb.guile/scm-symbol.exp
7918 * gdb.guile/scm-symtab.exp
7919 * gdb.guile/scm-value-cc.exp
7920 * gdb.guile/types-module.exp
7921 * gdb.linespec/break-ask.exp
7922 * gdb.linespec/cpexplicit.exp
7923 * gdb.linespec/explicit.exp
7924 * gdb.linespec/keywords.exp
7925 * gdb.linespec/linespec.exp
7926 * gdb.linespec/ls-dollar.exp
7927 * gdb.linespec/ls-errs.exp
7928 * gdb.linespec/skip-two.exp
7929 * gdb.linespec/thread.exp
7930 * gdb.mi/mi-async.exp
7931 * gdb.mi/mi-basics.exp
7932 * gdb.mi/mi-break.exp
7933 * gdb.mi/mi-catch-load.exp
7934 * gdb.mi/mi-cli.exp
7935 * gdb.mi/mi-cmd-param-changed.exp
7936 * gdb.mi/mi-console.exp
7937 * gdb.mi/mi-detach.exp
7938 * gdb.mi/mi-disassemble.exp
7939 * gdb.mi/mi-eval.exp
7940 * gdb.mi/mi-file-transfer.exp
7941 * gdb.mi/mi-file.exp
7942 * gdb.mi/mi-fill-memory.exp
7943 * gdb.mi/mi-inheritance-syntax-error.exp
7944 * gdb.mi/mi-linespec-err-cp.exp
7945 * gdb.mi/mi-logging.exp
7946 * gdb.mi/mi-memory-changed.exp
7947 * gdb.mi/mi-read-memory.exp
7948 * gdb.mi/mi-record-changed.exp
7949 * gdb.mi/mi-reg-undefined.exp
7950 * gdb.mi/mi-regs.exp
7951 * gdb.mi/mi-return.exp
7952 * gdb.mi/mi-reverse.exp
7953 * gdb.mi/mi-simplerun.exp
7954 * gdb.mi/mi-solib.exp
7955 * gdb.mi/mi-stack.exp
7956 * gdb.mi/mi-stepi.exp
7957 * gdb.mi/mi-syn-frame.exp
7958 * gdb.mi/mi-until.exp
7959 * gdb.mi/mi-var-block.exp
7960 * gdb.mi/mi-var-child.exp
7961 * gdb.mi/mi-var-cmd.exp
7962 * gdb.mi/mi-var-cp.exp
7963 * gdb.mi/mi-var-display.exp
7964 * gdb.mi/mi-var-invalidate.exp
7965 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7966 * gdb.mi/mi-vla-fortran.exp
7967 * gdb.mi/mi-watch.exp
7968 * gdb.mi/mi2-var-child.exp
7969 * gdb.mi/user-selected-context-sync.exp
7970 * gdb.modula2/unbounded-array.exp
7971 * gdb.multi/dummy-frame-restore.exp
7972 * gdb.multi/multi-arch-exec.exp
7973 * gdb.multi/multi-arch.exp
7974 * gdb.multi/tids.exp
7975 * gdb.multi/watchpoint-multi.exp
7976 * gdb.opencl/callfuncs.exp
7977 * gdb.opencl/convs_casts.exp
7978 * gdb.opencl/datatypes.exp
7979 * gdb.opencl/operators.exp
7980 * gdb.opencl/vec_comps.exp
7981 * gdb.opt/clobbered-registers-O2.exp
7982 * gdb.opt/inline-break.exp
7983 * gdb.opt/inline-bt.exp
7984 * gdb.opt/inline-cmds.exp
7985 * gdb.opt/inline-locals.exp
7986 * gdb.pascal/case-insensitive-symbols.exp
7987 * gdb.pascal/floats.exp
7988 * gdb.pascal/gdb11492.exp
7989 * gdb.python/lib-types.exp
7990 * gdb.python/py-arch.exp
7991 * gdb.python/py-as-string.exp
7992 * gdb.python/py-bad-printers.exp
7993 * gdb.python/py-block.exp
7994 * gdb.python/py-breakpoint-create-fail.exp
7995 * gdb.python/py-breakpoint.exp
7996 * gdb.python/py-caller-is.exp
7997 * gdb.python/py-cmd.exp
7998 * gdb.python/py-explore-cc.exp
7999 * gdb.python/py-explore.exp
8000 * gdb.python/py-finish-breakpoint.exp
8001 * gdb.python/py-finish-breakpoint2.exp
8002 * gdb.python/py-frame-args.exp
8003 * gdb.python/py-frame-inline.exp
8004 * gdb.python/py-frame.exp
8005 * gdb.python/py-framefilter-mi.exp
8006 * gdb.python/py-infthread.exp
8007 * gdb.python/py-lazy-string.exp
8008 * gdb.python/py-linetable.exp
8009 * gdb.python/py-mi-events.exp
8010 * gdb.python/py-mi-objfile.exp
8011 * gdb.python/py-mi.exp
8012 * gdb.python/py-objfile.exp
8013 * gdb.python/py-pp-integral.exp
8014 * gdb.python/py-pp-maint.exp
8015 * gdb.python/py-pp-re-notag.exp
8016 * gdb.python/py-pp-registration.exp
8017 * gdb.python/py-recurse-unwind.exp
8018 * gdb.python/py-strfns.exp
8019 * gdb.python/py-symbol.exp
8020 * gdb.python/py-symtab.exp
8021 * gdb.python/py-sync-interp.exp
8022 * gdb.python/py-typeprint.exp
8023 * gdb.python/py-unwind-maint.exp
8024 * gdb.python/py-unwind.exp
8025 * gdb.python/py-value-cc.exp
8026 * gdb.python/py-xmethods.exp
8027 * gdb.reverse/amd64-tailcall-reverse.exp
8028 * gdb.reverse/break-precsave.exp
8029 * gdb.reverse/break-reverse.exp
8030 * gdb.reverse/consecutive-precsave.exp
8031 * gdb.reverse/consecutive-reverse.exp
8032 * gdb.reverse/finish-precsave.exp
8033 * gdb.reverse/finish-reverse-bkpt.exp
8034 * gdb.reverse/finish-reverse.exp
8035 * gdb.reverse/fstatat-reverse.exp
8036 * gdb.reverse/getresuid-reverse.exp
8037 * gdb.reverse/i386-precsave.exp
8038 * gdb.reverse/i386-reverse.exp
8039 * gdb.reverse/i386-sse-reverse.exp
8040 * gdb.reverse/i387-env-reverse.exp
8041 * gdb.reverse/i387-stack-reverse.exp
8042 * gdb.reverse/insn-reverse.exp
8043 * gdb.reverse/machinestate-precsave.exp
8044 * gdb.reverse/machinestate.exp
8045 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8046 * gdb.reverse/pipe-reverse.exp
8047 * gdb.reverse/readv-reverse.exp
8048 * gdb.reverse/recvmsg-reverse.exp
8049 * gdb.reverse/rerun-prec.exp
8050 * gdb.reverse/s390-mvcle.exp
8051 * gdb.reverse/step-precsave.exp
8052 * gdb.reverse/step-reverse.exp
8053 * gdb.reverse/time-reverse.exp
8054 * gdb.reverse/until-precsave.exp
8055 * gdb.reverse/until-reverse.exp
8056 * gdb.reverse/waitpid-reverse.exp
8057 * gdb.reverse/watch-precsave.exp
8058 * gdb.reverse/watch-reverse.exp
8059 * gdb.rust/generics.exp
8060 * gdb.rust/methods.exp
8061 * gdb.rust/modules.exp
8062 * gdb.rust/simple.exp
8063 * gdb.server/connect-with-no-symbol-file.exp
8064 * gdb.server/ext-attach.exp
8065 * gdb.server/ext-restart.exp
8066 * gdb.server/ext-wrapper.exp
8067 * gdb.server/file-transfer.exp
8068 * gdb.server/server-exec-info.exp
8069 * gdb.server/server-kill.exp
8070 * gdb.server/server-mon.exp
8071 * gdb.server/wrapper.exp
8072 * gdb.stabs/exclfwd.exp
8073 * gdb.stabs/gdb11479.exp
8074 * gdb.threads/clone-new-thread-event.exp
8075 * gdb.threads/corethreads.exp
8076 * gdb.threads/current-lwp-dead.exp
8077 * gdb.threads/dlopen-libpthread.exp
8078 * gdb.threads/gcore-thread.exp
8079 * gdb.threads/sigstep-threads.exp
8080 * gdb.threads/watchpoint-fork.exp
8081 * gdb.trace/actions-changed.exp
8082 * gdb.trace/backtrace.exp
8083 * gdb.trace/change-loc.exp
8084 * gdb.trace/circ.exp
8085 * gdb.trace/collection.exp
8086 * gdb.trace/disconnected-tracing.exp
8087 * gdb.trace/ftrace.exp
8088 * gdb.trace/mi-trace-frame-collected.exp
8089 * gdb.trace/mi-trace-unavailable.exp
8090 * gdb.trace/mi-traceframe-changed.exp
8091 * gdb.trace/mi-tsv-changed.exp
8092 * gdb.trace/no-attach-trace.exp
8093 * gdb.trace/passc-dyn.exp
8094 * gdb.trace/qtro.exp
8095 * gdb.trace/range-stepping.exp
8096 * gdb.trace/read-memory.exp
8097 * gdb.trace/save-trace.exp
8098 * gdb.trace/signal.exp
8099 * gdb.trace/status-stop.exp
8100 * gdb.trace/tfile.exp
8101 * gdb.trace/trace-break.exp
8102 * gdb.trace/trace-buffer-size.exp
8103 * gdb.trace/trace-condition.exp
8104 * gdb.trace/tracefile-pseudo-reg.exp
8105 * gdb.trace/tstatus.exp
8106 * gdb.trace/unavailable.exp
8107 * gdb.trace/while-dyn.exp
8108 * gdb.trace/while-stepping.exp
8109
8110 2016-12-22 Doug Evans <xdje42@gmail.com>
8111
8112 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8113 and msymbols.
8114
8115 2016-12-19 Yao Qi <yao.qi@linaro.org>
8116
8117 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8118 (test_with_self): Don't call do_steps_and_nexts, and remove
8119 code about stepping into xmalloc.
8120
8121 2016-12-09 Yao Qi <yao.qi@linaro.org>
8122
8123 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8124
8125 2016-12-09 Yao Qi <yao.qi@linaro.org>
8126
8127 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8128
8129 2016-12-09 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/all-architectures-0.exp: New file.
8132 * gdb.base/all-architectures-1.exp: New file.
8133 * gdb.base/all-architectures-2.exp: New file.
8134 * gdb.base/all-architectures-3.exp: New file.
8135 * gdb.base/all-architectures-4.exp: New file.
8136 * gdb.base/all-architectures-5.exp: New file.
8137 * gdb.base/all-architectures-6.exp: New file.
8138 * gdb.base/all-architectures-7.exp: New file.
8139 * gdb.base/all-architectures.exp.in: New file.
8140
8141 2016-12-09 Yao Qi <yao.qi@linaro.org>
8142
8143 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8144
8145 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8146
8147 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8148 possible.
8149 Remove useless pattern-matching code.
8150
8151 2016-12-02 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8154 procedure.
8155 (top level): Call it.
8156
8157 2016-12-02 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8160 New procedure.
8161 (top level): Call it.
8162
8163 2016-12-02 Pedro Alves <palves@redhat.com>
8164
8165 PR cli/20559
8166 * gdb.base/commands.exp (user_defined_command_args_eval): New
8167 procedure.
8168 (top level): Call it.
8169
8170 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8171
8172 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8173 timeout handling.
8174
8175 2016-12-02 Tom Tromey <tom@tromey.com>
8176
8177 * gdb.dwarf2/main-subprogram.c: New file.
8178 * gdb.dwarf2/main-subprogram.exp: New file.
8179
8180 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8181
8182 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8183 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8184 gdb_test_no_output for a couple of cases.
8185 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8186
8187 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8188
8189 Fix test names and standardize compilation error messages throughout
8190 the following files:
8191
8192 * gdb.ada/start.exp
8193 * gdb.arch/alpha-step.exp
8194 * gdb.arch/e500-prologue.exp
8195 * gdb.arch/ftrace-insn-reloc.exp
8196 * gdb.arch/gdb1291.exp
8197 * gdb.arch/gdb1431.exp
8198 * gdb.arch/gdb1558.exp
8199 * gdb.arch/i386-dr3-watch.exp
8200 * gdb.arch/i386-sse-stack-align.exp
8201 * gdb.arch/ia64-breakpoint-shadow.exp
8202 * gdb.arch/pa-nullify.exp
8203 * gdb.arch/powerpc-aix-prologue.exp
8204 * gdb.arch/thumb-bx-pc.exp
8205 * gdb.base/annota1.exp
8206 * gdb.base/annota3.exp
8207 * gdb.base/arrayidx.exp
8208 * gdb.base/assign.exp
8209 * gdb.base/attach.exp
8210 * gdb.base/auxv.exp
8211 * gdb.base/bang.exp
8212 * gdb.base/bfp-test.exp
8213 * gdb.base/bigcore.exp
8214 * gdb.base/bitfields2.exp
8215 * gdb.base/break-fun-addr.exp
8216 * gdb.base/break-probes.exp
8217 * gdb.base/call-rt-st.exp
8218 * gdb.base/callexit.exp
8219 * gdb.base/catch-fork-kill.exp
8220 * gdb.base/charset.exp
8221 * gdb.base/checkpoint.exp
8222 * gdb.base/comprdebug.exp
8223 * gdb.base/constvars.exp
8224 * gdb.base/coredump-filter.exp
8225 * gdb.base/cursal.exp
8226 * gdb.base/cvexpr.exp
8227 * gdb.base/detach.exp
8228 * gdb.base/display.exp
8229 * gdb.base/dmsym.exp
8230 * gdb.base/dprintf-pending.exp
8231 * gdb.base/dso2dso.exp
8232 * gdb.base/dtrace-probe.exp
8233 * gdb.base/dump.exp
8234 * gdb.base/enum_cond.exp
8235 * gdb.base/exe-lock.exp
8236 * gdb.base/exec-invalid-sysroot.exp
8237 * gdb.base/execl-update-breakpoints.exp
8238 * gdb.base/exprs.exp
8239 * gdb.base/fileio.exp
8240 * gdb.base/find.exp
8241 * gdb.base/finish.exp
8242 * gdb.base/fixsection.exp
8243 * gdb.base/foll-vfork.exp
8244 * gdb.base/frame-args.exp
8245 * gdb.base/gcore.exp
8246 * gdb.base/gdb1250.exp
8247 * gdb.base/global-var-nested-by-dso.exp
8248 * gdb.base/gnu-ifunc.exp
8249 * gdb.base/hashline1.exp
8250 * gdb.base/hashline2.exp
8251 * gdb.base/hashline3.exp
8252 * gdb.base/hbreak-in-shr-unsupported.exp
8253 * gdb.base/huge.exp
8254 * gdb.base/infcall-input.exp
8255 * gdb.base/info-fun.exp
8256 * gdb.base/info-shared.exp
8257 * gdb.base/jit-simple.exp
8258 * gdb.base/jit-so.exp
8259 * gdb.base/jit.exp
8260 * gdb.base/jump.exp
8261 * gdb.base/label.exp
8262 * gdb.base/lineinc.exp
8263 * gdb.base/logical.exp
8264 * gdb.base/longjmp.exp
8265 * gdb.base/macscp.exp
8266 * gdb.base/miscexprs.exp
8267 * gdb.base/new-ui-echo.exp
8268 * gdb.base/new-ui-pending-input.exp
8269 * gdb.base/new-ui.exp
8270 * gdb.base/nodebug.exp
8271 * gdb.base/nofield.exp
8272 * gdb.base/offsets.exp
8273 * gdb.base/overlays.exp
8274 * gdb.base/pending.exp
8275 * gdb.base/pointers.exp
8276 * gdb.base/pr11022.exp
8277 * gdb.base/printcmds.exp
8278 * gdb.base/prologue.exp
8279 * gdb.base/ptr-typedef.exp
8280 * gdb.base/realname-expand.exp
8281 * gdb.base/relativedebug.exp
8282 * gdb.base/relocate.exp
8283 * gdb.base/remote.exp
8284 * gdb.base/reread.exp
8285 * gdb.base/return2.exp
8286 * gdb.base/savedregs.exp
8287 * gdb.base/sep.exp
8288 * gdb.base/sepdebug.exp
8289 * gdb.base/sepsymtab.exp
8290 * gdb.base/set-inferior-tty.exp
8291 * gdb.base/setshow.exp
8292 * gdb.base/shlib-call.exp
8293 * gdb.base/sigaltstack.exp
8294 * gdb.base/siginfo-addr.exp
8295 * gdb.base/signals.exp
8296 * gdb.base/signull.exp
8297 * gdb.base/sigrepeat.exp
8298 * gdb.base/so-impl-ld.exp
8299 * gdb.base/solib-display.exp
8300 * gdb.base/solib-overlap.exp
8301 * gdb.base/solib-search.exp
8302 * gdb.base/solib-symbol.exp
8303 * gdb.base/structs.exp
8304 * gdb.base/structs2.exp
8305 * gdb.base/symtab-search-order.exp
8306 * gdb.base/twice.exp
8307 * gdb.base/unload.exp
8308 * gdb.base/varargs.exp
8309 * gdb.base/watchpoint-solib.exp
8310 * gdb.base/watchpoint.exp
8311 * gdb.base/whatis.exp
8312 * gdb.base/wrong_frame_bt_full.exp
8313 * gdb.btrace/dlopen.exp
8314 * gdb.cell/ea-standalone.exp
8315 * gdb.cell/ea-test.exp
8316 * gdb.cp/dispcxx.exp
8317 * gdb.cp/gdb2384.exp
8318 * gdb.cp/method2.exp
8319 * gdb.cp/nextoverthrow.exp
8320 * gdb.cp/pr10728.exp
8321 * gdb.disasm/am33.exp
8322 * gdb.disasm/h8300s.exp
8323 * gdb.disasm/mn10300.exp
8324 * gdb.disasm/sh3.exp
8325 * gdb.dwarf2/dw2-dir-file-name.exp
8326 * gdb.fortran/complex.exp
8327 * gdb.fortran/library-module.exp
8328 * gdb.guile/scm-pretty-print.exp
8329 * gdb.guile/scm-symbol.exp
8330 * gdb.guile/scm-type.exp
8331 * gdb.guile/scm-value.exp
8332 * gdb.linespec/linespec.exp
8333 * gdb.mi/gdb701.exp
8334 * gdb.mi/gdb792.exp
8335 * gdb.mi/mi-breakpoint-changed.exp
8336 * gdb.mi/mi-dprintf-pending.exp
8337 * gdb.mi/mi-dprintf.exp
8338 * gdb.mi/mi-exit-code.exp
8339 * gdb.mi/mi-pending.exp
8340 * gdb.mi/mi-solib.exp
8341 * gdb.mi/new-ui-mi-sync.exp
8342 * gdb.mi/pr11022.exp
8343 * gdb.mi/user-selected-context-sync.exp
8344 * gdb.opt/solib-intra-step.exp
8345 * gdb.python/py-events.exp
8346 * gdb.python/py-finish-breakpoint.exp
8347 * gdb.python/py-mi.exp
8348 * gdb.python/py-prettyprint.exp
8349 * gdb.python/py-shared.exp
8350 * gdb.python/py-symbol.exp
8351 * gdb.python/py-template.exp
8352 * gdb.python/py-type.exp
8353 * gdb.python/py-value.exp
8354 * gdb.reverse/solib-precsave.exp
8355 * gdb.reverse/solib-reverse.exp
8356 * gdb.server/solib-list.exp
8357 * gdb.stabs/weird.exp
8358 * gdb.threads/reconnect-signal.exp
8359 * gdb.threads/stepi-random-signal.exp
8360 * gdb.trace/actions.exp
8361 * gdb.trace/ax.exp
8362 * gdb.trace/backtrace.exp
8363 * gdb.trace/change-loc.exp
8364 * gdb.trace/deltrace.exp
8365 * gdb.trace/ftrace-lock.exp
8366 * gdb.trace/ftrace.exp
8367 * gdb.trace/infotrace.exp
8368 * gdb.trace/mi-tracepoint-changed.exp
8369 * gdb.trace/packetlen.exp
8370 * gdb.trace/passcount.exp
8371 * gdb.trace/pending.exp
8372 * gdb.trace/range-stepping.exp
8373 * gdb.trace/report.exp
8374 * gdb.trace/stap-trace.exp
8375 * gdb.trace/tfind.exp
8376 * gdb.trace/trace-break.exp
8377 * gdb.trace/trace-condition.exp
8378 * gdb.trace/trace-enable-disable.exp
8379 * gdb.trace/trace-mt.exp
8380 * gdb.trace/tracecmd.exp
8381 * gdb.trace/tspeed.exp
8382 * gdb.trace/tsv.exp
8383 * lib/perftest.exp
8384
8385 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8386
8387 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8388 with gdb_test_no_output.
8389 Use command as test name.
8390
8391 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8392
8393 Fix test names starting with uppercase throughout the files.
8394
8395 * gdb.ada/assign_1.exp
8396 * gdb.ada/boolean_expr.exp
8397 * gdb.base/arrayidx.exp
8398 * gdb.base/del.exp
8399 * gdb.base/gcore-buffer-overflow.exp
8400 * gdb.base/testenv.exp
8401 * gdb.compile/compile.exp
8402 * gdb.python/py-framefilter-invalidarg.exp
8403 * gdb.python/py-framefilter.exp
8404
8405 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8406
8407 Fix test names starting with uppercase throughout the files.
8408
8409 * gdb.ada/array_return.exp
8410 * gdb.ada/expr_delims.exp
8411 * gdb.ada/mi_dyn_arr.exp
8412 * gdb.ada/mi_interface.exp
8413 * gdb.ada/mi_var_array.exp
8414 * gdb.ada/watch_arg.exp
8415 * gdb.arch/alpha-step.exp
8416 * gdb.arch/altivec-regs.exp
8417 * gdb.arch/e500-regs.exp
8418 * gdb.arch/powerpc-d128-regs.exp
8419 * gdb.base/arrayidx.exp
8420 * gdb.base/break.exp
8421 * gdb.base/checkpoint.exp
8422 * gdb.base/debug-expr.exp
8423 * gdb.base/dmsym.exp
8424 * gdb.base/radix.exp
8425 * gdb.base/sepdebug.exp
8426 * gdb.base/testenv.exp
8427 * gdb.base/watch_thread_num.exp
8428 * gdb.base/watchpoint-cond-gone.exp
8429 * gdb.cell/break.exp
8430 * gdb.cell/ea-cache.exp
8431 * gdb.compile/compile.exp
8432 * gdb.cp/gdb2495.exp
8433 * gdb.gdb/selftest.exp
8434 * gdb.gdb/xfullpath.exp
8435 * gdb.go/hello.exp
8436 * gdb.go/integers.exp
8437 * gdb.objc/basicclass.exp
8438 * gdb.pascal/hello.exp
8439 * gdb.pascal/integers.exp
8440 * gdb.python/py-breakpoint.exp
8441 * gdb.python/py-cmd.exp
8442 * gdb.python/py-linetable.exp
8443 * gdb.python/py-xmethods.exp
8444 * gdb.python/python.exp
8445 * gdb.reverse/consecutive-precsave.exp
8446 * gdb.reverse/finish-precsave.exp
8447 * gdb.reverse/i386-precsave.exp
8448 * gdb.reverse/machinestate-precsave.exp
8449 * gdb.reverse/sigall-precsave.exp
8450 * gdb.reverse/solib-precsave.exp
8451 * gdb.reverse/step-precsave.exp
8452 * gdb.reverse/until-precsave.exp
8453 * gdb.reverse/watch-precsave.exp
8454 * gdb.threads/leader-exit.exp
8455 * gdb.threads/pthreads.exp
8456 * gdb.threads/wp-replication.exp
8457 * gdb.trace/actions.exp
8458 * gdb.trace/mi-tsv-changed.exp
8459 * gdb.trace/tsv.exp
8460
8461 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8462
8463 Fix test names starting with uppercase throughout the files.
8464
8465 * gdb.arch/i386-bp_permanent.exp
8466 * gdb.arch/i386-gnu-cfi.exp
8467 * gdb.base/disasm-end-cu.exp
8468 * gdb.base/macscp.exp
8469 * gdb.base/pending.exp
8470 * gdb.base/watch_thread_num.exp
8471 * gdb.cp/exception.exp
8472 * gdb.cp/gdb2495.exp
8473 * gdb.cp/local.exp
8474 * gdb.python/py-evsignal.exp
8475 * gdb.python/python.exp
8476 * gdb.trace/tracecmd.exp
8477
8478 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8479
8480 Fix test names starting with uppercase throughout the files.
8481
8482 * gdb.base/charset.exp
8483 * gdb.base/eval.exp
8484 * gdb.base/multi-forks.exp
8485 * gdb.guile/scm-progspace.exp
8486 * gdb.opencl/datatypes.exp
8487 * gdb.python/py-block.exp
8488 * gdb.python/py-function.exp
8489 * gdb.python/py-symbol.exp
8490 * gdb.python/py-symtab.exp
8491 * gdb.python/py-xmethods.exp
8492 * gdb.reverse/break-precsave.exp
8493 * gdb.reverse/break-reverse.exp
8494 * gdb.reverse/consecutive-precsave.exp
8495 * gdb.reverse/consecutive-reverse.exp
8496 * gdb.reverse/finish-precsave.exp
8497 * gdb.reverse/finish-reverse-bkpt.exp
8498 * gdb.reverse/finish-reverse.exp
8499 * gdb.reverse/fstatat-reverse.exp
8500 * gdb.reverse/getresuid-reverse.exp
8501 * gdb.reverse/i386-precsave.exp
8502 * gdb.reverse/i386-reverse.exp
8503 * gdb.reverse/i386-sse-reverse.exp
8504 * gdb.reverse/i387-stack-reverse.exp
8505 * gdb.reverse/insn-reverse.exp
8506 * gdb.reverse/machinestate-precsave.exp
8507 * gdb.reverse/machinestate.exp
8508 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8509 * gdb.reverse/pipe-reverse.exp
8510 * gdb.reverse/readv-reverse.exp
8511 * gdb.reverse/recvmsg-reverse.exp
8512 * gdb.reverse/rerun-prec.exp
8513 * gdb.reverse/s390-mvcle.exp
8514 * gdb.reverse/sigall-precsave.exp
8515 * gdb.reverse/sigall-reverse.exp
8516 * gdb.reverse/solib-precsave.exp
8517 * gdb.reverse/solib-reverse.exp
8518 * gdb.reverse/step-precsave.exp
8519 * gdb.reverse/step-reverse.exp
8520 * gdb.reverse/time-reverse.exp
8521 * gdb.reverse/until-precsave.exp
8522 * gdb.reverse/until-reverse.exp
8523 * gdb.reverse/waitpid-reverse.exp
8524 * gdb.reverse/watch-precsave.exp
8525 * gdb.reverse/watch-reverse.exp
8526
8527 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8528
8529 Fix test names starting with uppercase throughout the files.
8530
8531 * gdb.arch/i386-mpx-simple_segv.exp
8532 * gdb.arch/i386-mpx.exp
8533 * gdb.arch/i386-permbkpt.exp
8534 * gdb.arch/pa-nullify.exp
8535 * gdb.arch/powerpc-d128-regs.exp
8536 * gdb.arch/vsx-regs.exp
8537 * gdb.base/bfp-test.exp
8538 * gdb.base/break.exp
8539 * gdb.base/breakpoint-shadow.exp
8540 * gdb.base/callfuncs.exp
8541 * gdb.base/charset.exp
8542 * gdb.base/commands.exp
8543 * gdb.base/completion.exp
8544 * gdb.base/dfp-test.exp
8545 * gdb.base/echo.exp
8546 * gdb.base/ending-run.exp
8547 * gdb.base/eval.exp
8548 * gdb.base/expand-psymtabs.exp
8549 * gdb.base/float128.exp
8550 * gdb.base/floatn.exp
8551 * gdb.base/foll-exec-mode.exp
8552 * gdb.base/gdb1056.exp
8553 * gdb.base/gdb11531.exp
8554 * gdb.base/kill-after-signal.exp
8555 * gdb.base/multi-forks.exp
8556 * gdb.base/overlays.exp
8557 * gdb.base/pending.exp
8558 * gdb.base/sepdebug.exp
8559 * gdb.base/testenv.exp
8560 * gdb.base/valgrind-db-attach.exp
8561 * gdb.base/watch_thread_num.exp
8562 * gdb.base/watchpoint-cond-gone.exp
8563 * gdb.base/watchpoint.exp
8564 * gdb.base/watchpoints.exp
8565 * gdb.cp/arg-reference.exp
8566 * gdb.cp/baseenum.exp
8567 * gdb.cp/operator.exp
8568 * gdb.cp/shadow.exp
8569 * gdb.dwarf2/dw2-op-out-param.exp
8570 * gdb.dwarf2/dw2-reg-undefined.exp
8571 * gdb.go/chan.exp
8572 * gdb.go/hello.exp
8573 * gdb.go/integers.exp
8574 * gdb.go/methods.exp
8575 * gdb.go/package.exp
8576 * gdb.guile/scm-parameter.exp
8577 * gdb.guile/scm-progspace.exp
8578 * gdb.guile/scm-value.exp
8579 * gdb.mi/mi-pending.exp
8580 * gdb.mi/user-selected-context-sync.exp
8581 * gdb.multi/multi-attach.exp
8582 * gdb.multi/tids.exp
8583 * gdb.opt/clobbered-registers-O2.exp
8584 * gdb.pascal/floats.exp
8585 * gdb.pascal/integers.exp
8586 * gdb.python/py-block.exp
8587 * gdb.python/py-events.exp
8588 * gdb.python/py-parameter.exp
8589 * gdb.python/py-symbol.exp
8590 * gdb.python/py-symtab.exp
8591 * gdb.python/py-type.exp
8592 * gdb.python/py-value.exp
8593 * gdb.python/py-xmethods.exp
8594 * gdb.python/python.exp
8595 * gdb.reverse/break-precsave.exp
8596 * gdb.reverse/consecutive-precsave.exp
8597 * gdb.reverse/finish-precsave.exp
8598 * gdb.reverse/i386-precsave.exp
8599 * gdb.reverse/machinestate-precsave.exp
8600 * gdb.reverse/sigall-precsave.exp
8601 * gdb.reverse/solib-precsave.exp
8602 * gdb.reverse/step-precsave.exp
8603 * gdb.reverse/until-precsave.exp
8604 * gdb.reverse/watch-precsave.exp
8605 * gdb.server/ext-attach.exp
8606 * gdb.server/ext-restart.exp
8607 * gdb.server/ext-run.exp
8608 * gdb.server/ext-wrapper.exp
8609 * gdb.stabs/gdb11479.exp
8610 * gdb.stabs/weird.exp
8611 * gdb.threads/attach-many-short-lived-threads.exp
8612 * gdb.threads/kill.exp
8613 * gdb.threads/watchpoint-fork.exp
8614
8615 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8616
8617 Fix test names starting with uppercase throughout all the files below.
8618
8619 * gdb.ada/array_return.exp
8620 * gdb.ada/catch_ex.exp
8621 * gdb.ada/info_exc.exp
8622 * gdb.ada/mi_catch_ex.exp
8623 * gdb.ada/mi_dyn_arr.exp
8624 * gdb.ada/mi_ex_cond.exp
8625 * gdb.ada/mi_exc_info.exp
8626 * gdb.ada/mi_interface.exp
8627 * gdb.ada/mi_task_arg.exp
8628 * gdb.ada/mi_task_info.exp
8629 * gdb.ada/mi_var_array.exp
8630 * gdb.arch/alpha-step.exp
8631 * gdb.arch/amd64-disp-step.exp
8632 * gdb.arch/arm-disp-step.exp
8633 * gdb.arch/disp-step-insn-reloc.exp
8634 * gdb.arch/e500-prologue.exp
8635 * gdb.arch/ftrace-insn-reloc.exp
8636 * gdb.arch/gdb1558.exp
8637 * gdb.arch/i386-bp_permanent.exp
8638 * gdb.arch/i386-disp-step.exp
8639 * gdb.arch/i386-float.exp
8640 * gdb.arch/i386-gnu-cfi.exp
8641 * gdb.arch/ia64-breakpoint-shadow.exp
8642 * gdb.arch/mips16-thunks.exp
8643 * gdb.arch/pa-nullify.exp
8644 * gdb.arch/powerpc-aix-prologue.exp
8645 * gdb.arch/powerpc-power.exp
8646 * gdb.arch/ppc-dfp.exp
8647 * gdb.arch/s390-tdbregs.exp
8648 * gdb.arch/spu-info.exp
8649 * gdb.arch/spu-ls.exp
8650 * gdb.arch/thumb-bx-pc.exp
8651 * gdb.base/advance.exp
8652 * gdb.base/annota-input-while-running.exp
8653 * gdb.base/arrayidx.exp
8654 * gdb.base/asmlabel.exp
8655 * gdb.base/async.exp
8656 * gdb.base/attach-wait-input.exp
8657 * gdb.base/auto-connect-native-target.exp
8658 * gdb.base/batch-preserve-term-settings.exp
8659 * gdb.base/bfp-test.exp
8660 * gdb.base/bigcore.exp
8661 * gdb.base/bp-permanent.exp
8662 * gdb.base/break-always.exp
8663 * gdb.base/break-fun-addr.exp
8664 * gdb.base/break-idempotent.exp
8665 * gdb.base/break-main-file-remove-fail.exp
8666 * gdb.base/break-probes.exp
8667 * gdb.base/break-unload-file.exp
8668 * gdb.base/break.exp
8669 * gdb.base/call-ar-st.exp
8670 * gdb.base/call-rt-st.exp
8671 * gdb.base/call-sc.exp
8672 * gdb.base/call-signal-resume.exp
8673 * gdb.base/call-strs.exp
8674 * gdb.base/callexit.exp
8675 * gdb.base/callfuncs.exp
8676 * gdb.base/catch-gdb-caused-signals.exp
8677 * gdb.base/catch-signal-siginfo-cond.exp
8678 * gdb.base/catch-syscall.exp
8679 * gdb.base/compare-sections.exp
8680 * gdb.base/cond-eval-mode.exp
8681 * gdb.base/condbreak-call-false.exp
8682 * gdb.base/consecutive-step-over.exp
8683 * gdb.base/cursal.exp
8684 * gdb.base/disabled-location.exp
8685 * gdb.base/disasm-end-cu.exp
8686 * gdb.base/display.exp
8687 * gdb.base/double-prompt-target-event-error.exp
8688 * gdb.base/dprintf-bp-same-addr.exp
8689 * gdb.base/dprintf-detach.exp
8690 * gdb.base/dprintf-next.exp
8691 * gdb.base/dprintf-non-stop.exp
8692 * gdb.base/dprintf-pending.exp
8693 * gdb.base/dso2dso.exp
8694 * gdb.base/ending-run.exp
8695 * gdb.base/enum_cond.exp
8696 * gdb.base/examine-backward.exp
8697 * gdb.base/exe-lock.exp
8698 * gdb.base/exec-invalid-sysroot.exp
8699 * gdb.base/execl-update-breakpoints.exp
8700 * gdb.base/execution-termios.exp
8701 * gdb.base/fileio.exp
8702 * gdb.base/fixsection.exp
8703 * gdb.base/foll-exec-mode.exp
8704 * gdb.base/foll-exec.exp
8705 * gdb.base/fork-running-state.exp
8706 * gdb.base/frame-args.exp
8707 * gdb.base/fullpath-expand.exp
8708 * gdb.base/func-ptr.exp
8709 * gdb.base/gcore-relro-pie.exp
8710 * gdb.base/gdb1090.exp
8711 * gdb.base/gdb1555.exp
8712 * gdb.base/global-var-nested-by-dso.exp
8713 * gdb.base/gnu-ifunc.exp
8714 * gdb.base/hbreak-in-shr-unsupported.exp
8715 * gdb.base/hbreak-unmapped.exp
8716 * gdb.base/hook-stop.exp
8717 * gdb.base/infcall-input.exp
8718 * gdb.base/info-fun.exp
8719 * gdb.base/info-shared.exp
8720 * gdb.base/interrupt-noterm.exp
8721 * gdb.base/jit-so.exp
8722 * gdb.base/jit.exp
8723 * gdb.base/line-symtabs.exp
8724 * gdb.base/list.exp
8725 * gdb.base/longjmp.exp
8726 * gdb.base/macscp.exp
8727 * gdb.base/max-value-size.exp
8728 * gdb.base/nodebug.exp
8729 * gdb.base/nofield.exp
8730 * gdb.base/overlays.exp
8731 * gdb.base/paginate-after-ctrl-c-running.exp
8732 * gdb.base/paginate-bg-execution.exp
8733 * gdb.base/paginate-inferior-exit.exp
8734 * gdb.base/pending.exp
8735 * gdb.base/pr11022.exp
8736 * gdb.base/printcmds.exp
8737 * gdb.base/ptr-typedef.exp
8738 * gdb.base/ptype.exp
8739 * gdb.base/randomize.exp
8740 * gdb.base/range-stepping.exp
8741 * gdb.base/realname-expand.exp
8742 * gdb.base/relativedebug.exp
8743 * gdb.base/remote.exp
8744 * gdb.base/savedregs.exp
8745 * gdb.base/sepdebug.exp
8746 * gdb.base/set-noassign.exp
8747 * gdb.base/shlib-call.exp
8748 * gdb.base/shreloc.exp
8749 * gdb.base/sigaltstack.exp
8750 * gdb.base/sigbpt.exp
8751 * gdb.base/siginfo-addr.exp
8752 * gdb.base/siginfo-obj.exp
8753 * gdb.base/siginfo-thread.exp
8754 * gdb.base/signest.exp
8755 * gdb.base/signull.exp
8756 * gdb.base/sigrepeat.exp
8757 * gdb.base/skip.exp
8758 * gdb.base/so-impl-ld.exp
8759 * gdb.base/solib-corrupted.exp
8760 * gdb.base/solib-disc.exp
8761 * gdb.base/solib-display.exp
8762 * gdb.base/solib-overlap.exp
8763 * gdb.base/solib-search.exp
8764 * gdb.base/solib-symbol.exp
8765 * gdb.base/source-execution.exp
8766 * gdb.base/sss-bp-on-user-bp-2.exp
8767 * gdb.base/sss-bp-on-user-bp.exp
8768 * gdb.base/stack-checking.exp
8769 * gdb.base/stale-infcall.exp
8770 * gdb.base/step-break.exp
8771 * gdb.base/step-line.exp
8772 * gdb.base/step-over-exit.exp
8773 * gdb.base/step-test.exp
8774 * gdb.base/structs.exp
8775 * gdb.base/sym-file.exp
8776 * gdb.base/symtab-search-order.exp
8777 * gdb.base/term.exp
8778 * gdb.base/type-opaque.exp
8779 * gdb.base/unload.exp
8780 * gdb.base/until-nodebug.exp
8781 * gdb.base/until.exp
8782 * gdb.base/unwindonsignal.exp
8783 * gdb.base/watch-cond.exp
8784 * gdb.base/watch-non-mem.exp
8785 * gdb.base/watch_thread_num.exp
8786 * gdb.base/watchpoint-reuse-slot.exp
8787 * gdb.base/watchpoint-solib.exp
8788 * gdb.base/watchpoint.exp
8789 * gdb.btrace/dlopen.exp
8790 * gdb.cell/arch.exp
8791 * gdb.cell/break.exp
8792 * gdb.cell/bt.exp
8793 * gdb.cell/core.exp
8794 * gdb.cell/data.exp
8795 * gdb.cell/dwarfaddr.exp
8796 * gdb.cell/ea-cache.exp
8797 * gdb.cell/ea-standalone.exp
8798 * gdb.cell/ea-test.exp
8799 * gdb.cell/f-regs.exp
8800 * gdb.cell/fork.exp
8801 * gdb.cell/gcore.exp
8802 * gdb.cell/mem-access.exp
8803 * gdb.cell/ptype.exp
8804 * gdb.cell/registers.exp
8805 * gdb.cell/sizeof.exp
8806 * gdb.cell/solib-symbol.exp
8807 * gdb.cell/solib.exp
8808 * gdb.compile/compile-tls.exp
8809 * gdb.cp/exception.exp
8810 * gdb.cp/gdb2495.exp
8811 * gdb.cp/local.exp
8812 * gdb.cp/mb-inline.exp
8813 * gdb.cp/mb-templates.exp
8814 * gdb.cp/pr10687.exp
8815 * gdb.cp/pr9167.exp
8816 * gdb.cp/scope-err.exp
8817 * gdb.cp/templates.exp
8818 * gdb.cp/virtfunc.exp
8819 * gdb.dwarf2/dw2-dir-file-name.exp
8820 * gdb.dwarf2/dw2-single-line-discriminators.exp
8821 * gdb.fortran/complex.exp
8822 * gdb.fortran/library-module.exp
8823 * gdb.guile/guile.exp
8824 * gdb.guile/scm-cmd.exp
8825 * gdb.guile/scm-frame-inline.exp
8826 * gdb.guile/scm-objfile.exp
8827 * gdb.guile/scm-pretty-print.exp
8828 * gdb.guile/scm-symbol.exp
8829 * gdb.guile/scm-type.exp
8830 * gdb.guile/scm-value.exp
8831 * gdb.linespec/keywords.exp
8832 * gdb.linespec/ls-errs.exp
8833 * gdb.linespec/macro-relative.exp
8834 * gdb.linespec/thread.exp
8835 * gdb.mi/mi-breakpoint-changed.exp
8836 * gdb.mi/mi-dprintf-pending.exp
8837 * gdb.mi/mi-fullname-deleted.exp
8838 * gdb.mi/mi-logging.exp
8839 * gdb.mi/mi-pending.exp
8840 * gdb.mi/mi-solib.exp
8841 * gdb.mi/new-ui-mi-sync.exp
8842 * gdb.mi/user-selected-context-sync.exp
8843 * gdb.multi/dummy-frame-restore.exp
8844 * gdb.multi/multi-arch-exec.exp
8845 * gdb.multi/remove-inferiors.exp
8846 * gdb.multi/watchpoint-multi-exit.exp
8847 * gdb.opt/solib-intra-step.exp
8848 * gdb.perf/backtrace.exp
8849 * gdb.perf/single-step.exp
8850 * gdb.perf/skip-command.exp
8851 * gdb.perf/skip-prologue.exp
8852 * gdb.perf/solib.exp
8853 * gdb.python/lib-types.exp
8854 * gdb.python/py-as-string.exp
8855 * gdb.python/py-bad-printers.exp
8856 * gdb.python/py-block.exp
8857 * gdb.python/py-breakpoint.exp
8858 * gdb.python/py-cmd.exp
8859 * gdb.python/py-events.exp
8860 * gdb.python/py-evthreads.exp
8861 * gdb.python/py-finish-breakpoint.exp
8862 * gdb.python/py-finish-breakpoint2.exp
8863 * gdb.python/py-frame-inline.exp
8864 * gdb.python/py-frame.exp
8865 * gdb.python/py-inferior.exp
8866 * gdb.python/py-infthread.exp
8867 * gdb.python/py-mi.exp
8868 * gdb.python/py-objfile.exp
8869 * gdb.python/py-pp-maint.exp
8870 * gdb.python/py-pp-registration.exp
8871 * gdb.python/py-prettyprint.exp
8872 * gdb.python/py-recurse-unwind.exp
8873 * gdb.python/py-shared.exp
8874 * gdb.python/py-symbol.exp
8875 * gdb.python/py-symtab.exp
8876 * gdb.python/py-template.exp
8877 * gdb.python/py-type.exp
8878 * gdb.python/py-unwind-maint.exp
8879 * gdb.python/py-unwind.exp
8880 * gdb.python/py-value.exp
8881 * gdb.python/python.exp
8882 * gdb.reverse/finish-reverse-bkpt.exp
8883 * gdb.reverse/insn-reverse.exp
8884 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8885 * gdb.reverse/solib-precsave.exp
8886 * gdb.reverse/solib-reverse.exp
8887 * gdb.stabs/gdb11479.exp
8888 * gdb.stabs/weird.exp
8889 * gdb.threads/fork-child-threads.exp
8890 * gdb.threads/fork-plus-threads.exp
8891 * gdb.threads/fork-thread-pending.exp
8892 * gdb.threads/forking-threads-plus-breakpoint.exp
8893 * gdb.threads/hand-call-in-threads.exp
8894 * gdb.threads/interrupted-hand-call.exp
8895 * gdb.threads/linux-dp.exp
8896 * gdb.threads/local-watch-wrong-thread.exp
8897 * gdb.threads/next-while-other-thread-longjmps.exp
8898 * gdb.threads/non-ldr-exit.exp
8899 * gdb.threads/pending-step.exp
8900 * gdb.threads/print-threads.exp
8901 * gdb.threads/process-dies-while-detaching.exp
8902 * gdb.threads/process-dies-while-handling-bp.exp
8903 * gdb.threads/pthreads.exp
8904 * gdb.threads/queue-signal.exp
8905 * gdb.threads/reconnect-signal.exp
8906 * gdb.threads/signal-command-handle-nopass.exp
8907 * gdb.threads/signal-command-multiple-signals-pending.exp
8908 * gdb.threads/signal-delivered-right-thread.exp
8909 * gdb.threads/signal-sigtrap.exp
8910 * gdb.threads/sigthread.exp
8911 * gdb.threads/staticthreads.exp
8912 * gdb.threads/stepi-random-signal.exp
8913 * gdb.threads/thread-unwindonsignal.exp
8914 * gdb.threads/thread_check.exp
8915 * gdb.threads/thread_events.exp
8916 * gdb.threads/tid-reuse.exp
8917 * gdb.threads/tls-nodebug.exp
8918 * gdb.threads/tls-shared.exp
8919 * gdb.threads/tls-so_extern.exp
8920 * gdb.threads/tls.exp
8921 * gdb.threads/wp-replication.exp
8922 * gdb.trace/actions-changed.exp
8923 * gdb.trace/actions.exp
8924 * gdb.trace/backtrace.exp
8925 * gdb.trace/change-loc.exp
8926 * gdb.trace/collection.exp
8927 * gdb.trace/deltrace.exp
8928 * gdb.trace/disconnected-tracing.exp
8929 * gdb.trace/entry-values.exp
8930 * gdb.trace/ftrace-lock.exp
8931 * gdb.trace/ftrace.exp
8932 * gdb.trace/infotrace.exp
8933 * gdb.trace/mi-trace-frame-collected.exp
8934 * gdb.trace/mi-trace-unavailable.exp
8935 * gdb.trace/mi-traceframe-changed.exp
8936 * gdb.trace/mi-tracepoint-changed.exp
8937 * gdb.trace/mi-tsv-changed.exp
8938 * gdb.trace/no-attach-trace.exp
8939 * gdb.trace/packetlen.exp
8940 * gdb.trace/passc-dyn.exp
8941 * gdb.trace/passcount.exp
8942 * gdb.trace/pending.exp
8943 * gdb.trace/pr16508.exp
8944 * gdb.trace/qtro.exp
8945 * gdb.trace/range-stepping.exp
8946 * gdb.trace/read-memory.exp
8947 * gdb.trace/report.exp
8948 * gdb.trace/save-trace.exp
8949 * gdb.trace/signal.exp
8950 * gdb.trace/stap-trace.exp
8951 * gdb.trace/status-stop.exp
8952 * gdb.trace/strace.exp
8953 * gdb.trace/tfile.exp
8954 * gdb.trace/tfind.exp
8955 * gdb.trace/trace-break.exp
8956 * gdb.trace/trace-condition.exp
8957 * gdb.trace/trace-enable-disable.exp
8958 * gdb.trace/trace-mt.exp
8959 * gdb.trace/tracecmd.exp
8960 * gdb.trace/tracefile-pseudo-reg.exp
8961 * gdb.trace/tspeed.exp
8962 * gdb.trace/tstatus.exp
8963 * gdb.trace/tsv.exp
8964 * gdb.trace/unavailable.exp
8965 * gdb.trace/while-dyn.exp
8966 * gdb.trace/while-stepping.exp
8967 * lib/gdb-guile.exp
8968 * lib/gdb.exp
8969 * lib/mi-support.exp
8970 * lib/pascal.exp
8971 * lib/perftest.exp
8972 * lib/prelink-support.exp
8973 * lib/selftest-support.exp
8974
8975 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8976
8977 * Makefile.in: Include disable-implicit-rules.mk.
8978
8979 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8980
8981 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8982 non-byte-aligned bit fields.
8983
8984 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8985
8986 PR gdb/12616
8987 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8988 respects the DW_AT_data_bit_offset attribute.
8989
8990 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8991
8992 * gdb.base/default.exp: Fix output of "set language".
8993
8994 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8995
8996 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8997 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8998 make.
8999 * configure.ac: Remove checks for the make program.
9000 * configure: Re-generate.
9001
9002 2016-11-16 Kevin Buettner <kevinb@redhat.com>
9003
9004 * gdb.python/py-recurse-unwind.c (main): Add loop.
9005 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9006 to read_register() and gdb.parse_and_eval(). Make each code
9007 call a separate case that can be individually tested.
9008 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9009 proc. Call cont_and_backtrace for each of the code paths that
9010 we want to test in the unwinder.
9011
9012 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9013
9014 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9015 the definition of struct S.
9016
9017 2016-11-11 Catherine Moore <clm@codesourcery.com>
9018
9019 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9020
9021 2016-11-09 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/commands.exp (runto_or_return): New procedure.
9024 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9025 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9026 (progvar_simple_while_test, progvar_complex_if_while_test)
9027 (if_while_breakpoint_command_test)
9028 (infrun_breakpoint_command_test, breakpoint_command_test)
9029 (user_defined_command_test, watchpoint_command_test)
9030 (test_command_prompt_position, redefine_hook_test)
9031 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9032 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9033 multi_line_input and multi_line. Remove gdb_expect and
9034 gdb_stop_suppressing_tests uses.
9035 * lib/gdb.exp (valnum_re): New global.
9036 (multi_line_input): New procedure.
9037
9038 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9039
9040 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9041 Remove.
9042 (test_setup): Define with proc_with_prefix.
9043 (test_cli_inferior): Likewise.
9044 (test_cli_thread): Likewise.
9045 (test_cli_frame): Likewise.
9046 (test_cli_select_frame): Likewise.
9047 (test_cli_up_down): Likewise.
9048 (test_mi_thread_select): Likewise.
9049 (test_mi_stack_select_frame): Likewise.
9050 (test_cli_in_mi_inferior): Likewise.
9051 (test_cli_in_mi_thread): Likewise.
9052 (test_cli_in_mi_frame): Likewise.
9053 (top level): Do not use with_test_prefix_procname.
9054
9055 2016-11-09 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.base/commands.exp (gdbvar_simple_if_test)
9058 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9059 (progvar_simple_if_test, progvar_simple_while_test)
9060 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9061 (infrun_breakpoint_command_test, breakpoint_command_test)
9062 (user_defined_command_test, watchpoint_command_test)
9063 (test_command_prompt_position, deprecated_command_test)
9064 (bp_deleted_in_command, temporary_breakpoint_commands)
9065 (stray_arg0_test, source_file_with_indented_comment)
9066 (recursive_source_test, if_commands_test)
9067 (error_clears_commands_left, redefine_hook_test)
9068 (redefine_backtrace_test): Use proc_with_prefix.
9069 * lib/gdb.exp (proc_with_prefix): New proc.
9070
9071 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9072
9073 * gdb.base/tui-layout.c: New file.
9074 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9075 disassembly window contains very long lines.
9076
9077 2016-11-08 Tom Tromey <tom@tromey.com>
9078
9079 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9080 depend on Python 2.
9081
9082 2016-11-08 Tom Tromey <tom@tromey.com>
9083
9084 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9085 New method.
9086
9087 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9088
9089 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9090
9091 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9092
9093 * gdb.rust/simple.rs: Add test for univariant enums without
9094 discriminants and for encoded struct-like enums.
9095
9096 2016-10-28 Pedro Alves <palves@redhat.com>
9097
9098 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9099 gdb_test_multiple, tighten regexps and match symtabs and line
9100 tables incrementally.
9101
9102 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9103
9104 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9105 general.
9106
9107 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9108
9109 * gdb.base/exec-invalid-sysroot.exp: New file.
9110
9111 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9114
9115 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9118
9119 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9120
9121 * gdb.base/killed-outside.exp: Remove $options from a call to
9122 `prepare_for_testing'.
9123
9124 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9127 Change test message.
9128
9129 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9132 Update comment.
9133
9134 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9135
9136 * gdb.trace/mi-trace-save.exp: New file.
9137
9138 2016-10-13 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.base/code_elim.exp (get_var_address): Remove.
9141 * gdb.base/relocate.exp: Likewise.
9142 * gdb.base/shreloc.exp: Likewise.
9143 * lib/gdb.exp (get_var_address): New.
9144
9145 2016-10-13 Yao Qi <yao.qi@linaro.org>
9146
9147 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9148 floating point tests if $skip_float_test is false.
9149
9150 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9151
9152 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9153 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9154 argc values.
9155 Add 1 to argc so we guarantee distinct initial/modified argc values.
9156
9157 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9158
9159 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9160
9161 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9162
9163 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9164 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9165 * gdb.arch/vsx-regs.exp: Likewise.
9166
9167 2016-10-07 Yao Qi <yao.qi@linaro.org>
9168
9169 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9170
9171 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9172
9173 * gdb.python/python.exp: Test decode_line("*0").
9174
9175 2016-10-06 Doug Evans <dje@google.com>
9176
9177 * gdb.python/py-value.exp (test_value_creation): Add test for large
9178 unsigned 64-bit value.
9179
9180 2016-10-06 Tom Tromey <tom@tromey.com>
9181
9182 * gdb.compile/compile.exp: Change java tests to rust.
9183 * gdb.base/setshow.exp: Change java tests to rust.
9184 * gdb.base/default.exp: Remove java from language list.
9185 * README (Examples): Update language example.
9186 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9187 test.
9188 * lib/gdb.exp (skip_java_tests): Remove.
9189 * lib/java.exp: Remove.
9190 * gdb.java: Remove.
9191
9192 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9193
9194 * gdb.arch/mips-fcr.exp: New test.
9195 * gdb.arch/mips-fcr.c: Source for the new test.
9196
9197 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9198
9199 * gdb.base/solib-disc.exp: Use `standard_output_file'
9200 throughout.
9201
9202 2016-10-06 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.base/jit-simple-dl.c: New file.
9205 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9206 * gdb.base/jit-simple.c: ... this.
9207 * gdb.base/jit-simple.exp (jit_run): Delete.
9208 (build_jit): New proc.
9209 (jit_test_reread): Recompile either the main program or the shared
9210 library, depending on what is being tested. Skip changing address
9211 if caller wants to. Compare before/after addresses. If testing
9212 standalone, explicitly load the binary. Test "maint info
9213 breakpoints".
9214 (top level): Add "standalone vs shared lib" and "change address"
9215 vs "same address" axes.
9216
9217 2016-10-06 Pedro Alves <palves@redhat.com>
9218
9219 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9220 call.
9221 (jit_run): Delete.
9222 (jit_test_reread): Use with_test_prefix. Reload the main binary
9223 explicitly. Compare the before/after addresses of the JIT
9224 descriptor.
9225
9226 2016-08-15 Doug Evans <dje@google.com>
9227
9228 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9229 for single bitfields is bool.
9230 * gdb.xml/tdesc-regs.exp: Ditto.
9231
9232 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9235
9236 2016-10-05 Yao Qi <yao.qi@linaro.org>
9237
9238 * lib/gdb.exp (support_complex_tests): Return zero if
9239 gdb_skip_float_test return true.
9240
9241 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9242 Simon Marchi <simon.marchi@ericsson.com>
9243
9244 PR gdb/20487
9245 * gdb.mi/user-selected-context-sync.exp: New file.
9246 * gdb.mi/user-selected-context-sync.c: New file.
9247
9248 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9249 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 PR gdb/20487
9252 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9253 =thread-select-event check.
9254
9255 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9256
9257 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9258 the compulsory L operand changes.
9259 * gdb.arch/powerpc-power.s: Likewise.
9260
9261 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9262
9263 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9264 * gdb.base/jit-attach-pie.c: New file.
9265 * gdb.base/jit-attach-pie.exp: New file.
9266
9267 2016-09-28 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/infcall-input.c: New file.
9270 * gdb.base/infcall-input.exp: New file.
9271
9272 2016-09-22 Yao Qi <yao.qi@linaro.org>
9273
9274 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9275 (gdb_exit): Rename it to ...
9276 (gdbserver_gdb_exit): ... Close GDBserver.
9277 (gdb_exit): New proc, call gdbserver_gdb_exit.
9278 (mi_gdb_exit): Likewise.
9279
9280 2016-09-22 Yao Qi <yao.qi@linaro.org>
9281
9282 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9283 path.
9284 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9285 Remove duplication.
9286
9287 2016-09-22 Yao Qi <yao.qi@linaro.org>
9288
9289 * lib/gdbserver-support.exp: Check the existence of
9290 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9291
9292 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9293
9294 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9295
9296 2016-09-21 Tom Tromey <tom@tromey.com>
9297
9298 PR gdb/20604:
9299 * gdb.base/quit.exp: New file.
9300
9301 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * .gitignore: New file.
9304
9305 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9306
9307 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9308 throughout.
9309
9310 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9311
9312 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9313
9314 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9315
9316 * gdb.cp/casts.cc (decltype): Move it ...
9317 (main): ... with its call to ...
9318 * gdb.cp/casts03.cc: ... a new file.
9319 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9320
9321 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9324
9325 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9326
9327 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9328 and sync up the test with tests in gas/testsuite/gas/ppc.
9329 * gdb.arch/powerpc-power.exp: Likewise.
9330
9331 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9334
9335 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9336 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9339 make m1's definition to be different from m2's. Use 'dummy' as an
9340 argument for probe 'two'.
9341
9342 2016-09-10 Jon Beniston <jon@beniston.com>
9343
9344 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9345 for sim target.
9346
9347 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9348
9349 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9350 variable declaration.
9351 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9352 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9353 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9354 received HWCAP as its argument.
9355
9356 2016-09-06 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.base/new-ui-pending-input.c: New file.
9359 * gdb.base/new-ui-pending-input.exp: New file.
9360 * gdb.exp (clear_gdb_spawn_id): New procedure.
9361 (with_spawn_id): Check whether gdb_spawn_id exists before
9362 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9363 on exit.
9364
9365 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9366
9367 * gdb.base/float128.c: New file.
9368 * gdb.base/float128.exp: Likewise.
9369 * gdb.base/floatn.c: Likewise.
9370 * gdb.base/floatn.exp: Likewise.
9371
9372 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9373
9374 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9375
9376 2016-09-05 Pedro Alves <palves@redhat.com>
9377
9378 PR backtrace/19927
9379 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9380 unwinders are immediately called as side effect of "source" or
9381 "disable unwinder" commands.
9382 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9383
9384 2016-09-02 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9387 is true and $type is "float" or "double".
9388
9389 2016-09-02 Yao Qi <yao.qi@linaro.org>
9390
9391 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9392 true.
9393 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9394 * gdb.base/call-rt-st.exp: Likewise.
9395 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9396 return value instead of gdb,skip_float_test.
9397 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9398 (do_function_calls): Use its return value instead of
9399 gdb,skip_float_test.
9400 * gdb.base/finish.exp: Likewise.
9401 * gdb.base/funcargs.exp: Likewise.
9402 * gdb.base/return.exp: Likewise.
9403 * gdb.base/return2.exp: Likewise.
9404 * gdb.base/varargs.exp: Likewise.
9405 * lib/gdb.exp (gdb_skip_float_test): Change it to
9406 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9407
9408 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9409
9410 * gdb.multi/tids.exp: Test "thread apply all".
9411
9412 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 * gdb.base/default.exp (tty): Remove.
9415
9416 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9417
9418 * gdb.python/py-recurse-unwind.c: New file.
9419 * gdb.python/py-recurse-unwind.py: New file.
9420 * gdb.python/py-recurse-unwind.exp: New file.
9421
9422 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9423
9424 * gdb.base/set-inferior-tty.exp: New file.
9425 * gdb.base/set-inferior-tty.c: New file.
9426
9427 2016-08-23 Pedro Alves <palves@redhat.com>
9428
9429 PR gdb/20494
9430 * gdb.base/new-ui-echo.c: New file.
9431 * gdb.base/new-ui-echo.exp: New file.
9432
9433 2016-08-23 Yao Qi <yao.qi@linaro.org>
9434
9435 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9436 gdbserver_spawn.
9437 * gdb.server/connect-without-multi-process.exp (do_test):
9438 Likewise.
9439
9440 2016-08-23 Yao Qi <yao.qi@linaro.org>
9441
9442 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9443 standalone_txt. Delete gdb_txt and standalone_txt on host
9444 and target. Spawn the binary on target. Copy files from
9445 target to host.
9446
9447 2016-08-22 Pedro Alves <palves@redhat.com>
9448
9449 PR gdb/20505
9450 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9451 with_test_prefix. Factor out bits to ...
9452 (test_no_vdso): ... this new procedure.
9453
9454 2016-08-19 Carl Love <cel@us.ibm.com>
9455
9456 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9457 maintaining separate logic for constructing the output path.
9458 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9459 * gdb.arch/ppc-dfp.exp: Likewise.
9460 * gdb.arch/ppc-fp.exp: Likewise.
9461 * gdb.arch/vsx-regs.exp: Likewise.
9462 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9463 binprefix for generating the additional binary files.
9464
9465 2016-08-19 Pedro Alves <palves@redhat.com>
9466
9467 * gdb.trace/mi-trace-frame-collected.exp
9468 (test_trace_frame_collected): On x32, expect two registers.
9469
9470 2016-08-18 Carl Love <cel@us.ibm.com>
9471
9472 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9473 and sync up the test with tests in gas/testsuite/gas/ppc.
9474 * gdb.arch/powerpc-power.exp: Likewise.
9475
9476 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9479 expected error message.
9480
9481 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9482
9483 * gdb.multi/remove-inferiors.exp: New file.
9484 * gdb.multi/remove-inferiors.c: New file.
9485
9486 2016-08-12 Yao Qi <yao.qi@linaro.org>
9487
9488 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9489 argument list.
9490
9491 2016-08-10 Pedro Alves <palves@redhat.com>
9492
9493 PR gdb/19187
9494 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9495 setup_kfails.
9496
9497 2016-08-09 Pedro Alves <palves@redhat.com>
9498 Simon Marchi <simon.marchi@ericsson.com>
9499
9500 PR gdb/20418
9501 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9502 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9503
9504 2016-08-09 Pedro Alves <palves@redhat.com>
9505
9506 PR mi/20431
9507 * gdb.mi/mi-cmd-error.exp: New file.
9508
9509 2016-08-09 Pedro Alves <palves@redhat.com>
9510
9511 PR gdb/18653
9512 * gdb.base/signals-state-child.c: New file.
9513 * gdb.base/signals-state-child.exp: New file.
9514 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9515
9516 2016-08-09 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9519
9520 2016-08-03 Tom Tromey <tom@tromey.com>
9521
9522 PR python/18565:
9523 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9524
9525 2016-08-01 Yao Qi <yao.qi@linaro.org>
9526
9527 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9528 variable mode to "multi-process" if $multi_process is 1, otherwise
9529 set it to "single-process".
9530
9531 2016-08-01 Yao Qi <yao.qi@linaro.org>
9532
9533 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9534 * gdb.cp/cpexprs.exp: Likewise.
9535 * gdb.cp/m-static.exp: Likewise.
9536
9537 2016-07-26 Tom Tromey <tom@tromey.com>
9538
9539 PR python/20190:
9540 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9541 test.
9542
9543 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9544
9545 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9546 selecting assembly source files.
9547 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9548 assembly source files.
9549 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9550 assembly source files.
9551 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9552 selecting assembly source files.
9553
9554 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9555
9556 * gdb.base/new-ui.exp (do_test_invalid_args): New
9557 procedure.
9558
9559 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9560
9561 * gdb.btrace/reconnect.c: New file.
9562 * gdb.btrace/reconnect.exp: New file.
9563
9564 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9565
9566 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9567 to test_catch_syscall_group.
9568 (test_catch_syscall_group): New.
9569
9570 2016-07-21 Tom Tromey <tom@tromey.com>
9571
9572 * gdb.rust/simple.rs (main): Use empty struct expression.
9573 * gdb.rust/simple.exp: Add tests for empty struct expression.
9574
9575 2016-07-21 Yao Qi <yao.qi@linaro.org>
9576
9577 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9578 if gdb_skip_xml_test is true on some targets.
9579
9580 2016-07-21 Yao Qi <yao.qi@linaro.org>
9581
9582 * gdb.server/solib-list.exp: Unset last_loaded_file.
9583
9584 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9587 "step into captured_main (args)".
9588
9589 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9590
9591 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9592
9593 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9594
9595 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9596
9597 2016-07-19 Pedro Alves <palves@redhat.com>
9598
9599 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9600 * gdb.opt/inline-bt.exp: Likewise.
9601 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9602 additional_flags=-Winline.
9603 * gdb.opt/inline-locals.exp: Likewise.
9604 * gdb.opt/inline-markers.c (ATTR): Define.
9605 (inlined_fn): Use it.
9606
9607 2016-07-19 Yao Qi <yao.qi@linaro.org>
9608
9609 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9610 (test_with_self): Remove some code. Remove argument executable.
9611 (top-level): Use do_self_tests.
9612
9613 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9614 Don Breazeal <donb@codesourcery.com>
9615
9616 * gdb.base/maint.exp: Escape paths used in regular expressions.
9617 * gdb.stabs/weird.exp: Likewise.
9618
9619 2016-07-13 Tom Tromey <tom@tromey.com>
9620
9621 PR python/15620, PR python/18620:
9622 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9623 (test_bkpt_events): New procs.
9624
9625 2016-07-13 Tom Tromey <tom@tromey.com>
9626
9627 PR python/17698:
9628 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9629 test.
9630 (test_watchpoints): Likewise.
9631 (test_bkpt_pending): New proc.
9632
9633 2016-07-13 Tom Tromey <tom@tromey.com>
9634
9635 PR cli/18053:
9636 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9637 completion test.
9638
9639 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9640
9641 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9642 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9643 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9644 f_label.
9645 (g): Rename g_end_lbl to g_label.
9646 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9647 low_pc and high_pc.
9648 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9649
9650 2016-07-12 Tom Tromey <tom@tromey.com>
9651
9652 PR python/19293:
9653 * gdb.python/py-unwind-maint.exp: Update tests.
9654
9655 2016-07-12 Yao Qi <yao.qi@linaro.org>
9656
9657 * lib/selftest-support.exp (selftest_setup): Match the output
9658 when captured_main is inlined.
9659
9660 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9661
9662 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9663 New variables.
9664 (print this%a, print this%b, print this): New tests.
9665 * gdb.fortran/derived-types.f90 (this): New object and
9666 initialization.
9667
9668 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9669
9670 * gdb.ada/arraydim.exp: Remove extra directory level in build
9671 directory.
9672
9673 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9674
9675 * lib/ada.exp: Remove extra directory level in build directory.
9676 * gdb.ada/cond_lang.exp: Likewise.
9677 * gdb.ada/exec_changed.exp: Likewise.
9678 * gdb.ada/lang_switch.exp: Likewise.
9679
9680 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9681
9682 * simple.rs: Add test for raw pointer subscripting.
9683 * simple.exp: Add test expectations.
9684
9685 2016-07-05 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.mi/mi-reverse.exp: Match =record-started output.
9688
9689 2016-07-01 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9692 procedure.
9693 (jit_reader_test): Test the jit reader's unwinder.
9694 * gdb.base/jithost.c (jit_function_00_code): New global.
9695 (main): Use memcpy to fill in the mmapped code, instead of poking
9696 bytes manually here.
9697 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9698 value.
9699 (read_debug_info): Save the function's range.
9700 (read_sp): New function.
9701 (unwind_frame): Use it. Also unwind RBP.
9702 (get_frame_id): Use read_sp.
9703 (gdb_init_reader): Use calloc instead of malloc.
9704 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9705 parameter. Use gdb_test_multiple.
9706
9707 2016-07-01 Pedro Alves <palves@redhat.com>
9708 Antoine Tremblay <antoine.tremblay@ericsson.com>
9709
9710 * gdb.threads/process-dies-while-detaching.c: New file.
9711 * gdb.threads/process-dies-while-detaching.exp: New file.
9712
9713 2016-07-01 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.multi/watchpoint-multi-exit.c: New file.
9716 * gdb.multi/watchpoint-multi-exit.exp: New file.
9717
9718 2016-06-30 Pedro Alves <palves@redhat.com>
9719
9720 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9721 unset inferior_spawn_id.
9722
9723 2016-06-30 Pedro Alves <palves@redhat.com>
9724
9725 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9726 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9727
9728 2016-06-29 Yao Qi <yao.qi@linaro.org>
9729
9730 * gdb.base/return.c: Add copyright header.
9731
9732 2016-06-29 Tom Tromey <tom@tromey.com>
9733
9734 PR python/20129:
9735 * gdb.python/py-framefilter.exp: Add tests for setting priority
9736 and disabling of non-existent frame filter.
9737
9738 2016-06-29 Yao Qi <yao.qi@linaro.org>
9739
9740 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9741 0x0f07ff.
9742
9743 2016-06-28 Yao Qi <yao.qi@linaro.org>
9744
9745 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9746 triplets. Start gdb, execute catch syscall, and continue. Check
9747 gdb's output to determine catch syscall is supported.
9748
9749 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9750
9751 * gdb.rust/simple.rs: Add test for returning unit in a function.
9752 * gdb.rust/simple.exp: Add expectation for functions returning
9753 unit.
9754
9755 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9756
9757 * gdb.python/py-breakpoint-create-fail.c,
9758 gdb.python/py-breakpoint-create-fail.exp,
9759 gdb.python/py-breakpoint-create-fail.py: New testcase.
9760
9761 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9762
9763 PR gdb/20239
9764 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9765 * gdb.rust/simple.exp: Add test expectations for new NonZero
9766 tests.
9767
9768 2016-06-24 David Taylor <dtaylor@emc.com>
9769
9770 * gdb.base/offsets.exp: New file.
9771 * gdb.base/offsets.c: New file.
9772
9773 2016-06-23 Tom Tromey <tom@tromey.com>
9774
9775 PR gdb/16483:
9776 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9777 before any filters are loaded.
9778
9779 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9780
9781 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9782 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9783 structs.
9784 * gdb.fortran/derived-type-function.exp: New file.
9785 * gdb.fortran/derived-type-function.f90: New file.
9786
9787
9788 2016-06-21 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.base/new-ui.exp: New file.
9791 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9792 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9793 (with_spawn_id): New procedure.
9794
9795 2016-06-21 Pedro Alves <palves@redhat.com>
9796
9797 * gdb.mi/mi-exec-run.exp: New file.
9798
9799 2016-06-21 Pedro Alves <palves@redhat.com>
9800
9801 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9802 breakpoint command's output on the main UI.
9803 (test_break): New procedure, factored out from calls in the top
9804 level.
9805 (top level): Use foreach_with_prefix to test MI as main UI and as
9806 separate UI.
9807
9808 2016-06-21 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9811 (test_awatch_creation_and_listing)
9812 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9813 Remove 'type' parameter.
9814 (test_watchpoint_all): New parameter mi_mode. Remove
9815 with_test_prefix.
9816 (top level): Use foreach_with_prefix, and add main/separate UI MI
9817 testing axis.
9818
9819 2016-06-21 Pedro Alves <palves@redhat.com>
9820
9821 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9822 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9823 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9824 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9825 (gdb_main_spawn_id, mi_spawn_id): Declare and
9826 comment.
9827 (mi_create_inferior_pty): New procedure,
9828 factored out from default_mi_gdb_start.
9829 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9830 procedures.
9831 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9832 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9833 Use mi_create_inferior_pty.
9834 (mi_gdb_start): Use eval to pass down args list.
9835
9836 2016-06-21 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9839 * gdb.opt/inline-cmds.exp: Add MI tests.
9840
9841 2016-06-21 Pedro Alves <palves@redhat.com>
9842
9843 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9844
9845 2016-06-21 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9848 (top level): Use it instead of mi_execute_to.
9849
9850 2016-06-21 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9853 (cont_handler_str): New.
9854 (signal_stop_handler): Set stop_handler_str instead of printing to
9855 stdout.
9856 (continue_handler): Set cont_handler_str instead of printing to
9857 stdout.
9858 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9859 mi_send_resuming_command. Print stop_handler_str and
9860 cont_handler_str instead of expecting the python events print
9861 directly.
9862
9863 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9864
9865 * gdb.base/jit-reader.exp: New file.
9866 * gdb.base/jithost.c: New file.
9867 * gdb.base/jithost.h: New file.
9868 * gdb.base/jitreader.c : New file.
9869 * gdb.base/jit-protocol.h: New file.
9870
9871 2016-06-17 Yao Qi <yao.qi@linaro.org>
9872
9873 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9874 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9875 and detach-on-fork. Adjust tests.
9876 (top level): Invoke break_cond_on_syscall with combinations of
9877 syscall, follow-fork-mode and detach-on-fork.
9878
9879 2016-06-17 Yao Qi <yao.qi@linaro.org>
9880
9881 * gdb.base/step-over-exit.c: New.
9882 * gdb.base/step-over-exit.exp: New.
9883
9884 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9885
9886 * gdb.base/float.exp: Add target check for nds32*-*-*.
9887 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9888
9889 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9890
9891 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9892 for unsupported target features.
9893 * gdb.base/call-rt-st.exp: Likewise.
9894 * gdb.base/call-sc.exp: Likewise.
9895 * gdb.base/call-signal-resume.exp: Likewise.
9896 * gdb.base/call-strs.exp: Likewise.
9897 * gdb.base/callexit.exp: Likewise.
9898 * gdb.base/callfuncs.exp: Likewise.
9899 * gdb.base/nodebug.exp: Likewise.
9900 * gdb.base/printcmds.exp: Likewise.
9901 * gdb.base/ptype.exp: Likewise.
9902 * gdb.base/structs.exp: Likewise.
9903 * gdb.base/unwindonsignal.exp: Likewise.
9904 * gdb.cp/gdb2495.exp: Likewise.
9905 * gdb.cp/templates.exp: Likewise.
9906 * gdb.cp/virtfunc.exp: Likewise.
9907 * gdb.threads/hand-call-in-threads.exp: Likewise.
9908 * gdb.threads/interrupted-hand-call.exp: Likewise.
9909 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9910
9911 2016-06-10 Tom Tromey <tom@tromey.com>
9912
9913 PR rust/20110:
9914 * gdb.rust/expr.exp: Add test for integer constant larger than
9915 i32.
9916
9917 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9918
9919 * gdb.fortran/nested-funcs.exp: New.
9920 * gdb.fortran/nested-funcs.f90: New.
9921
9922 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9923
9924 * gdb.base/examine-backward.c: New file.
9925 * gdb.base/examine-backward.exp: New file.
9926
9927 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9928
9929 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9930 matching.
9931
9932 2016-06-02 Tom Tromey <tom@tromey.com>
9933
9934 PR python/18984:
9935 * gdb.python/py-shared.exp: Add solib_name test.
9936
9937 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9938
9939 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9940
9941 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9942
9943 PR c++/19893
9944 * gdb.dwarf2/implref.exp: Rename to...
9945 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9946 * gdb.dwarf2/implref-array.c: New file.
9947 * gdb.dwarf2/implref-array.exp: Likewise.
9948 * gdb.dwarf2/implref-global.c: Likewise.
9949 * gdb.dwarf2/implref-global.exp: Likewise.
9950 * gdb.dwarf2/implref-struct.c: Likewise.
9951 * gdb.dwarf2/implref-struct.exp: Likewise.
9952
9953 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9954
9955 * gdb.trace/trace-condition.exp: Add 64bit tests.
9956
9957 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9958
9959 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9960 bits types.
9961 (main): Adapt to 8 to 64 bits types.
9962 * gdb.trace/trace-condition.exp: Add new tests.
9963
9964 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9965
9966 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9967
9968 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9969
9970 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9971 Move condition tests...
9972 * gdb.trace/trace-condition.exp: Here.
9973
9974 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9975
9976 * gdb.trace/trace-condition.exp: Add counter-case tests.
9977
9978 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9979
9980 PR c++/15231
9981 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9982 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9983
9984 2016-05-27 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9987 New procedure.
9988 (top level): Call it, and bail out of DejaGnu is known to be bad.
9989
9990 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9991
9992 * gdb.base/whatis.c: Extend the test case.
9993 * gdb.base/whatis.exp: Add additional tests.
9994
9995 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9996
9997 * gdb.fortran/type.f90: Add pointer variable.
9998 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9999
10000 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10001
10002 * gdb.fortran/vla-type.exp: Fix testcase name.
10003
10004 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10005
10006 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10007
10008 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10009
10010 * gdb.fortran/type.f90: Add nested structures.
10011 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10012 * gdb.fortran/derived-type.exp: Adapt expected output.
10013 * gdb.fortran/vla-type.exp: Adapt expected output.
10014
10015 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10016
10017 * gdb.fortran/whatis_type.exp: Adapt expected output.
10018
10019 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10020
10021 * gdb.fortran/print_type.exp: Fix expected output.
10022 * gdb.fortran/whatis_type.exp: Fix expected output.
10023
10024 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10025
10026 * gdb.fortran/whatis_type.exp: Use multi_line.
10027
10028 2016-05-24 Tom Tromey <tom@tromey.com>
10029
10030 PR python/17386:
10031 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10032 use value as an index.
10033
10034 2016-05-23 Tom Tromey <tom@tromey.com>
10035
10036 PR python/17981:
10037 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10038 no-breakpoint case.
10039
10040 2016-05-24 Pedro Alves <palves@redhat.com>
10041
10042 PR gdb/19828
10043 * gdb.threads/clone-attach-detach.c: New file.
10044 * gdb.threads/clone-attach-detach.exp: New file.
10045
10046 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10047
10048 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10049
10050 2016-05-23 Tom Tromey <tom@tromey.com>
10051
10052 PR python/19438, PR python/18393:
10053 * gdb.python/py-progspace.exp: Add "dir" test.
10054 * gdb.python/py-objfile.exp: Add "dir" test.
10055
10056 2016-05-23 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10059 * gdb.arch/thumb2-it.exp: Likewise.
10060
10061 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10062
10063 * gdb.mi/mi-threads-interrupt.c: New file.
10064 * gdb.mi/mi-threads-interrupt.exp: New file.
10065
10066 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10067
10068 PR gdb/18077
10069 * gdb.mi/mi-async-run.exp: New file.
10070 * gdb.mi/mi-async-run.c: New file.
10071
10072 2016-05-17 Tom Tromey <tom@tromey.com>
10073 Manish Goregaokar <manishsmail@gmail.com>
10074
10075 * lib/rust-support.exp: New file.
10076 * lib/gdb.exp (skip_rust_tests): New proc.
10077 (build_executable_from_specs): Handle rust.
10078 * lib/future.exp (gdb_find_rustc): New proc.
10079 (gdb_default_target_compile): Handle rust.
10080 * gdb.rust/expr.exp: New file.
10081 * gdb.rust/generics.exp: New file.
10082 * gdb.rust/generics.rs: New file.
10083 * gdb.rust/methods.exp: New file.
10084 * gdb.rust/methods.rs: New file.
10085 * gdb.rust/modules.exp: New file.
10086 * gdb.rust/modules.rs: New file.
10087 * gdb.rust/simple.exp: New file.
10088 * gdb.rust/simple.rs: New file.
10089
10090 2016-05-17 Tom Tromey <tom@tromey.com>
10091
10092 * gdb.base/default.exp (set language): Add rust.
10093
10094 2016-05-17 Tom Tromey <tom@tromey.com>
10095
10096 * gdb.gdb/unittest.exp: New file.
10097
10098 2016-05-16 Yao Qi <yao.qi@linaro.org>
10099
10100 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10101 shell_prompt. Update shell_prompt_re.
10102
10103 2016-05-12 Doug Evans <dje@google.com>
10104
10105 PR symtab/19999
10106 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10107 $options when building executable.
10108 * gdb.dwarf2/fission-loclists-pie.S: New file.
10109 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10110
10111 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10112
10113 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10114 of [is_remote target],
10115
10116 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10117
10118 * lib/gdb.exp (use_gdb_stub): New procedure.
10119
10120 2016-05-03 Yunlian Jiang <yunlian@google.com>
10121 Doug Evans <dje@google.com>
10122
10123 PR symtab/19914
10124 * gdb.dwarf2/dwp-sepdebug.c: New file.
10125 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10126
10127 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10128
10129 * gdb.base/detach.exp: Remove is_remote check.
10130
10131 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10132
10133 * gdb.base/annota-input-while-running.exp: Don't check for
10134 [is_remote target]. Enable annotations after running to main.
10135 Remove unused "set test..." line.
10136
10137 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * gdb.trace/trace-enable-disable.exp: New file.
10140 * gdb.trace/trace-enable-disable.c: New file.
10141
10142 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10143
10144 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10145 use it in info sharedlibrary test.
10146 * gdb.trace/ftrace-lock.exp: Likewise.
10147 * gdb.trace/ftrace.exp: Likewise.
10148 * gdb.trace/range-stepping.exp: Likewise.
10149 * gdb.trace/trace-break.exp: Likewise.
10150 * gdb.trace/trace-condition.exp: Likewise.
10151 * gdb.trace/trace-mt.exp: Likewise.
10152
10153 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10154
10155 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10156 (gdb_load_shlib): ... this.
10157 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10158 gdb_load_shlib.
10159 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10160 * gdb.base/ctxobj.exp: Likewise.
10161 * gdb.base/dprintf-pending.exp: Likewise.
10162 * gdb.base/dso2dso.exp: Likewise.
10163 * gdb.base/fixsection.exp: Likewise.
10164 * gdb.base/gcore-relro.exp: Likewise.
10165 * gdb.base/gdb1555.exp: Likewise.
10166 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10167 * gdb.base/gnu-ifunc.exp: Likewise.
10168 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10169 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10170 * gdb.base/pending.exp: Likewise.
10171 * gdb.base/print-file-var.exp: Likewise.
10172 * gdb.base/print-symbol-loading.exp: Likewise.
10173 * gdb.base/shlib-call.exp: Likewise.
10174 * gdb.base/shreloc.exp: Likewise.
10175 * gdb.base/so-impl-ld.exp: Likewise.
10176 * gdb.base/solib-disc.exp: Likewise.
10177 * gdb.base/solib-nodir.exp: Likewise.
10178 * gdb.base/solib-overlap.exp: Likewise.
10179 * gdb.base/solib-symbol.exp: Likewise.
10180 * gdb.base/solib-weak.exp (do_test): Likewise.
10181 * gdb.base/sym-file.exp: Likewise.
10182 * gdb.base/symtab-search-order.exp: Likewise.
10183 * gdb.base/type-opaque.exp: Likewise.
10184 * gdb.base/unload.exp: Likewise.
10185 * gdb.base/watchpoint-solib.exp: Likewise.
10186 * gdb.compile/compile.exp: Likewise.
10187 * gdb.cp/gdb2384.exp: Likewise.
10188 * gdb.cp/infcall-dlopen.exp: Likewise.
10189 * gdb.cp/re-set-overloaded.exp: Likewise.
10190 * gdb.fortran/library-module.exp: Likewise.
10191 * gdb.opt/solib-intra-step.exp: Likewise.
10192 * gdb.python/py-finish-breakpoint.exp: Likewise.
10193 * gdb.python/py-shared.exp: Likewise.
10194 * gdb.reverse/solib-precsave.exp: Likewise.
10195 * gdb.reverse/solib-reverse.exp: Likewise.
10196 * gdb.server/solib-list.exp: Likewise.
10197 * gdb.threads/dlopen-libpthread.exp: Likewise.
10198 * gdb.threads/tls-shared.exp: Likewise.
10199 * gdb.threads/tls-so_extern.exp: Likewise.
10200 * gdb.trace/change-loc.exp: Likewise.
10201 * gdb.trace/ftrace-lock.exp: Likewise.
10202 * gdb.trace/ftrace.exp: Likewise.
10203 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10204 * gdb.trace/pending.exp: Likewise.
10205 * gdb.trace/range-stepping.exp: Likewise.
10206 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10207 (strace_info_marker): Likewise.
10208 (strace_probe_marker): Likewise.
10209 (strace_trace_on_same_addr): Likewise.
10210 (strace_trace_on_diff_addr): Likewise.
10211 * gdb.trace/trace-break.exp: Likewise.
10212 * gdb.trace/trace-condition.exp: Likewise.
10213 * gdb.trace/trace-mt.exp: Likewise.
10214
10215 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10218 result of gdb_remote_download.
10219 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10220 * gdb.base/dso2dso.exp: Likewise.
10221 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10222 * gdb.base/print-file-var.exp: Likewise.
10223 * gdb.base/shlib-call.exp: Likewise.
10224 * gdb.base/shreloc.exp: Likewise.
10225 * gdb.base/solib-overlap.exp: Likewise.
10226 * gdb.base/solib-weak.exp (do_test): Likewise.
10227 * gdb.base/unload.exp: Likewise.
10228
10229 2016-04-27 Yao Qi <yao.qi@linaro.org>
10230
10231 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10232 exists.
10233
10234 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10235
10236 * vla-type.exp: Print structure from toplevel.
10237
10238 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10239
10240 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10241 of dynamic types.
10242 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10243 of dynamic types.
10244
10245 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10246
10247 * gdb.fortran/vla-type.f90: New file.
10248 * gdb.fortran/vla-type.exp: New file.
10249
10250 2016-04-25 Yao Qi <yao.qi@linaro.org>
10251
10252 * gdb.base/branch-to-self.c: New file.
10253 * gdb.base/branch-to-self.exp: New file.
10254
10255 2016-04-22 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10258 more after $hex.
10259
10260 2016-04-22 Yao Qi <yao.qi@linaro.org>
10261
10262 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10263 * gdb.base/annota3.exp: Likewise.
10264
10265 2016-04-22 Yao Qi <yao.qi@linaro.org>
10266
10267 * gdb.reverse/step-precsave.exp: Do one step and test program
10268 stops in "callee" and do multiple steps until program goes out
10269 of "callee".
10270 * gdb.reverse/step-reverse.exp: Likewise.
10271
10272 2016-04-22 Yao Qi <yao.qi@linaro.org>
10273
10274 * gdb.trace/signal.exp: Also pass if
10275 $tracepoint_hits($i) > $iterations.
10276
10277 2016-04-22 Yao Qi <yao.qi@linaro.org>
10278
10279 * gdb.trace/signal.c: New file.
10280 * gdb.trace/signal.exp: New file.
10281
10282 2016-04-19 Doug Evans <xdje42@gmail.com>
10283
10284 * gdb.base/bad-file.exp: New file.
10285
10286 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10287
10288 * gdb.dwarf2/implref.exp: New file.
10289
10290 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10291
10292 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10293 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10294 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10295 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10296 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10297 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10298 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10299 * lib/fortran.exp (fortran_int4): New procedure.
10300 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10301 (fortran_logical4): Likewise.
10302
10303 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10304
10305 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10306
10307 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10308
10309 * lib/compiler.c: Add Intel specific preprocessor macros.
10310 * lib/compiler.cc: Likewise.
10311
10312 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10313
10314 * gdb.server/connect-with-no-symbol-file.c: New file.
10315 * gdb.server/connect-with-no-symbol-file.exp: New file.
10316
10317 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10318
10319 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10320
10321 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10324 standard output directory.
10325
10326 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10327
10328 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10329
10330 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10331
10332 * gdb.btrace/instruction_history.c (loop): Add declaration.
10333
10334 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10335
10336 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10337
10338 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10339
10340 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10341 parentheses to print.
10342 (continue_handler): Likewise.
10343
10344 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10345
10346 * gdb.server/solib-list.exp: Remove is_remote check.
10347 Pass shlib= to gdb_compile. Don't link shared library with
10348 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10349 Run binary filename through "readlink -f" on the target.
10350
10351 2016-04-08 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10354 interpreter filename as argument to gdbserver_spawn.
10355 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10356 Return empty if $last_loaded_file does not exist.
10357
10358 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10361 * gdb.base/jit-main.c: Use exit after usage.
10362
10363 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10366 GDBHISTSIZE prior to the tests.
10367 * gdb.base/gdbinit-history.exp: Likewise.
10368
10369 2016-04-07 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10372 instead of build_executable. Use gdb_load_shlibs.
10373
10374 2016-04-07 Yao Qi <yao.qi@linaro.org>
10375
10376 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10377 Execute "si" command.
10378
10379 2016-04-07 Yao Qi <yao.qi@linaro.org>
10380
10381 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10382 number instead of the comments on some line.
10383
10384 2016-04-06 Don Breazeal <donb@codesourcery.com>
10385
10386 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10387 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10388
10389 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10390
10391 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10392 standard_output_file. Remove unused binfile variable.
10393
10394 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10395
10396 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10397 * gdb.python/py-mi-objfile.exp: Match "list main" output
10398 in console format.
10399
10400 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10401
10402 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10403 absolute.
10404
10405 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10406
10407 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10408 absolute.
10409 * gdb.trace/ftrace.exp: Likewise.
10410 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10411 targets as well.
10412 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10413 (gdb_load_shlibs): Copy libraries to test directory when testing
10414 natively. Only set solib-search-path if testing remotely.
10415 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10416
10417 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10418
10419 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10420 gdb_download. Use it even if the target is not remote.
10421 * gdb.base/jit.exp (compile_jit_test): Likewise.
10422 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10423 output directory if the destination board is local, otherwise use
10424 the standard remote_download from DejaGnu.
10425 (gdb_download): Remove.
10426 (gdb_load_shlibs): Use gdb_remote_download instead of
10427 gdb_download.
10428 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10429 Use gdb_remote_download instead of gdb_download. Use it even if
10430 the target is not remote.
10431 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10432 instead of gdb_download.
10433
10434 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10435
10436 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10437 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10438 run.
10439
10440 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10441
10442 PR gdb/19820
10443 * gdb.base/printcmds.exp: Add artificial arrays tests.
10444
10445 2016-03-31 Pedro Alves <palves@redhat.com>
10446
10447 PR gdb/19858
10448 * gdb.base/jit-main.c: Include unistd.h.
10449 (ATTACH): Define to 0 if not already defined.
10450 (wait_for_gdb, mypid): New globals.
10451 (WAIT_FOR_GDB): New macro.
10452 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10453 some breakpoint locations.
10454 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10455 New procedures.
10456 (one_jit_test): Add REATTACH parameter, and handle it. Use
10457 continue_to_test_location.
10458 (top level): Test attach, and adjusts calls to one_jit_test.
10459
10460 2016-03-31 Pedro Alves <palves@redhat.com>
10461
10462 PR gdb/19858
10463 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10464 BINSUFFIX parameter, and handle it.
10465 (top level): Adjust calls compile_jit_test.
10466
10467 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10468
10469 PR python/19743
10470 * gdb.python/py-mi-events-gdb.py: New file.
10471 * gdb.python/py-mi-events.c: New file.
10472 * gdb.python/py-mi-events.exp: New file.
10473
10474 2016-03-30 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.reverse/until-precsave.exp: Match function name only.
10477 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10478 Move malloc to a condition block.
10479 * gdb.reverse/until-reverse.exp: Match function name only.
10480
10481 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10482
10483 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10484 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10485 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10486 variable for GPR 0 instead of assuming it is register 0.
10487 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10488 * lib/trace-support.exp: Add s390 registers.
10489
10490 2016-03-29 Yao Qi <yao.qi@linaro.org>
10491
10492 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10493
10494 2016-03-24 Yao Qi <yao.qi@linaro.org>
10495
10496 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10497 test message.
10498
10499 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10500
10501 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10502 maintaining separate logic for constructing the output path.
10503
10504 2016-03-16 Don Breazeal <donb@codesourcery.com>
10505
10506 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10507 Retry fork and waitpid on interrupted system call errors.
10508 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10509 Use with_timeout_factor to increase timeout by factor of 10.
10510
10511 2016-03-15 Don Breazeal <donb@codesourcery.com>
10512
10513 * gdb.cp/scope-err.cc: New test program.
10514 * gdb.cp/scope-err.exp: New test script.
10515 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10516 lines and "set breakpoint here" comment.
10517 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10518 Fixed some whitespace and format issues.
10519 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10520 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10521
10522 2016-03-15 Doug Evans <dje@google.com>
10523
10524 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10525 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10526 All callers updated. Add tests for enums, mixed flags register.
10527
10528 2016-03-15 Doug Evans <dje@google.com>
10529
10530 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10531 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10532
10533 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 * gdb.base/default.exp: Add $_as_string to the list of expected
10536 convenience functions.
10537
10538 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10539
10540 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10541
10542 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10543
10544 * gdb.python/py-as-string.exp: New file.
10545 * gdb.python/py-as-string.c: New file.
10546
10547 2016-03-09 Pedro Alves <palves@redhat.com>
10548
10549 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10550 signal" -> "Thread NN received signal" output change.
10551 * gdb.threads/ia64-sigill.exp: Likewise.
10552 * gdb.threads/linux-dp.exp: Likewise.
10553 * gdb.threads/manythreads.exp: Likewise.
10554 * gdb.threads/pending-step.exp: Likewise.
10555 * gdb.threads/print-threads.exp: Likewise.
10556 * gdb.threads/sigstep-threads.exp: Likewise.
10557 * gdb.threads/staticthreads.exp: Likewise.
10558 * gdb.threads/tls.exp: Likewise.
10559
10560 2016-03-09 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.base/command-line-input.exp: New file.
10563
10564 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10565
10566 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10567 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10568 * gdb.trace/pending.exp: Accept leading dot before function name.
10569 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10570 * lib/trace-support.exp: Set registers for ppc.
10571
10572 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10573
10574 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10575 use it for disassembly; accept .main in addition to main in backtrace.
10576
10577 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10578 Marcin Kościelnicki <koriakin@0x04.net>
10579
10580 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10581 (gdb_recursion_test_ptr): New global variable.
10582 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10583 gdb_recursion_test.
10584 (gdb_c_test): Ditto.
10585
10586 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10587
10588 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10589 ordering.
10590
10591 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10592
10593 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10594 (bar): Add bar_start_lbl label.
10595 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10596 of foo/bar for emitting DWARF and tracing.
10597
10598 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10599
10600 * analyze-racy-logs.py: Set executable bit.
10601
10602 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10603
10604 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10605 (CHECK_TARGET_TMP): Likewise.
10606 (check-single-racy): New rule.
10607 (check-parallel-racy): Likewise.
10608 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10609 (do-check-parallel-racy): New rule.
10610 (check-racy/%.exp): Likewise.
10611 * README (Racy testcases): New section.
10612 * analyze-racy-logs.py: New file.
10613
10614 2016-03-03 Doug Evans <dje@google.com>
10615
10616 * gdb.base/skip.exp: Use with_test_prefix.
10617
10618 2016-03-03 Yao Qi <yao.qi@linaro.org>
10619
10620 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10621 Invoke step_over_syscall "clone" and break_cond_on_syscall
10622 "clone".
10623 * gdb.base/step-over-clone.c: New file.
10624
10625 2016-03-03 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10628 code format.
10629
10630 2016-03-03 Yao Qi <yao.qi@linaro.org>
10631
10632 * gdb.base/disp-step-fork.c: Rename to ...
10633 * gdb.base/step-over-fork.c: ... it. New file.
10634 * gdb.base/disp-step-vfork.c: Rename to ...
10635 * gdb.base/step-over-vfork.c: ... it. New file.
10636 * gdb.base/disp-step-syscall.exp: Rename to ...
10637 * gdb.base/step-over-syscall.exp: ... it. New file.
10638 (disp_step_cross_syscall): Rename to ...
10639 (step_over_syscall): ... it.
10640
10641 2016-03-03 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10644 If target supports condition evaluation on target, invoke
10645 break_cond_on_syscall for fork and vfork.
10646
10647 2016-03-03 Yao Qi <yao.qi@linaro.org>
10648
10649 * gdb.base/disp-step-syscall.exp: Don't invoke
10650 support_displaced_stepping.
10651 (disp_step_cross_syscall): Test with displaced stepping off and
10652 on if supported.
10653
10654 2016-03-03 Yao Qi <yao.qi@linaro.org>
10655
10656 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10657 proc.
10658 (setup): New proc.
10659 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10660 and setup.
10661
10662 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10663
10664 * gdb.fortran/vla-history.exp: Remove breakpoint.
10665
10666 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10667
10668 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10669 exceeds timeout.
10670
10671 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10672
10673 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10674 breakpoint.
10675
10676 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10677
10678 * gdb.mi/vla.f90: Nullify pointer after declaration.
10679
10680 2016-03-01 Pedro Alves <palves@redhat.com>
10681
10682 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10683
10684 2016-03-01 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10687 before anything else.
10688 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10689 _GNU_SOURCE here.
10690 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10691 before anything else.
10692 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10693
10694 2016-03-01 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10697
10698 2016-03-01 Yao Qi <yao.qi@linaro.org>
10699
10700 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10701 prepare_for_testing.
10702
10703 2016-03-01 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10706
10707 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10708
10709 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10710 manually constructing the output path.
10711
10712 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10713
10714 * gdb.arch/s390-stackless.S: New.
10715 * gdb.arch/s390-stackless.exp: New.
10716
10717 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10718
10719 * gdb.dlang/circular.c: New file.
10720 * gdb.dlang/circular.exp: New file.
10721
10722 2016-02-26 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10725 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10726 (testcases): Update.
10727
10728 2016-02-26 Yao Qi <yao.qi@linaro.org>
10729
10730 * gdb.reverse/aarch64.c: Rename to ...
10731 * gdb.reverse/insn-reverse.c: ... it.
10732 * gdb.reverse/aarch64.exp: Rename to ...
10733 * gdb.reverse/insn-reverse.exp: ... it.
10734
10735 2016-02-26 Yao Qi <yao.qi@linaro.org>
10736
10737 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10738 (testcase_ftype): New.
10739 (testcases): New array.
10740 (n_testcases): New.
10741 (main): Call each element in testcases.
10742 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10743 (read_testcase): New.
10744 Do the tests in a loop.
10745
10746 2016-02-25 Yao Qi <yao.qi@linaro.org>
10747
10748 * gdb.base/branches.c: Remove.
10749
10750 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10751
10752 PR gdb/13808
10753 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10754
10755 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10756
10757 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10758
10759 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10760
10761 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10762 change x86_64 call_insn to 'callq'.
10763
10764 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10765
10766 * gdb.trace/tfile-avx.c: Move to...
10767 * gdb.trace/tracefile-pseudo-reg.c: Here.
10768 * gdb.trace/tfile-avx.exp: Move to...
10769 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10770
10771 2016-02-24 Gary Benson <gbenson@redhat.com>
10772
10773 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10774 message on attach.
10775
10776 2016-02-23 Doug Evans <dje@google.com>
10777
10778 * gdb.base/skip.c (test_skip): New function.
10779 (end_test_skip_file_and_function): New function.
10780 (test_skip_file_and_function): New function.
10781 * gdb.base/skip1.c (test_skip): New function.
10782 (skip1_test_skip_file_and_function): New function.
10783 * gdb.base/skip.exp: Add tests for new skip options.
10784 * gdb.base/skip-solib.exp: Update expected output.
10785 * gdb.perf/skip-command.cc: New file.
10786 * gdb.perf/skip-command.exp: New file.
10787 * gdb.perf/skip-command.py: New file.
10788
10789 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10790
10791 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10792 info registers pattern.
10793
10794 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10795
10796 * lib/future.exp: Add D support.
10797 (gdb_find_gdc): New proc.
10798 (gdb_default_target_compile): Add D support.
10799
10800 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10801
10802 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10803 user+system time.
10804 (trace_speed_test): Determine the iteration count for a time
10805 between 15..30 seconds.
10806
10807 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10808
10809 * gdb.arch/i386-mpx-sigsegv.c: New file.
10810 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10811 * gdb.arch/i386-mpx-simple_segv.c: New file.
10812 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10813
10814 2016-02-18 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10817 Don't call setup_kfail.
10818
10819 2016-02-18 Yao Qi <yao.qi@linaro.org>
10820
10821 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10822 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10823
10824 2016-02-16 Doug Evans <dje@google.com>
10825
10826 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10827 * gdb.base/skip1.c: Ditto.
10828 * gdb.base/skip.exp: Whitespace cleanup.
10829
10830 2016-02-16 Don Breazeal <donb@codesourcery.com>
10831
10832 PR remote/19496
10833 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10834 Remove kfail for PR remote/19496.
10835
10836 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10837
10838 * lib/gdb.exp (standard_temp_file): Return a path specific to
10839 the runtest invocation.
10840
10841 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10842
10843 * gdb.trace/save-trace.exp: Change relative path to be in the
10844 standard output directory.
10845
10846 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 * gdb.arch/i386-prologue.c: Add missing prototypes.
10849
10850 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10853 * gdb.arch/i386-prologue.exp: Likewise.
10854 * gdb.arch/i386-size.exp: Likewise.
10855
10856 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10857
10858 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10859 define object file path.
10860 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10861 file path.
10862 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10863 standard_output_file to define binfile.
10864
10865 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 Fix compatibility with recent gfortran-5.3.1.
10868 * gdb.fortran/vla-history.exp (print vla1 allocated)
10869 (print vla2 allocated, print $2, print $3): Remove
10870 (print $4): Rename to ...
10871 (print $2): ... here.
10872 (print $9): Rename to ...
10873 (print $5): ... here.
10874 (print $10): Rename to ...
10875 (print $6): ... here.
10876 * gdb.fortran/vla.f90: Add pvla initialization.
10877
10878 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10881 New test.
10882 * gdb.fortran/vla-value-sub.exp: Likewise.
10883
10884 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10885
10886 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10887
10888 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10889
10890 * i386-biarch-core.exp: Define corefile using
10891 standard_output_file.
10892
10893 2016-02-12 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.arch/arm-single-step-kernel-helper.c: New.
10896 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10897
10898 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10899
10900 * gdb.btrace/tailcall-only.exp: New.
10901 * gdb.btrace/tailcall-only.c: New.
10902 * gdb.btrace/x86_64-tailcall-only.S: New.
10903 * gdb.btrace/i686-tailcall-only.S: New.
10904
10905 2016-02-11 Pedro Alves <palves@redhat.com>
10906
10907 * README (Parallel testing): Add missing double quotes.
10908
10909 2016-02-11 Pedro Alves <palves@redhat.com>
10910
10911 * README (Parallel testing): New section.
10912 (GDB_PARALLEL): Rewrite.
10913 (FORCE_PARALLEL): Document.
10914
10915 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10916
10917 * gdb.trace/tfile-avx.c: New test.
10918 * gdb.trace/tfile-avx.exp: New test.
10919
10920 2016-02-09 Keith Seitz <keiths@redhat.com>
10921
10922 PR breakpoints/19546
10923 * gdb.base/infcall-exec.c: New file.
10924 * gdb.base/infcall-exec2.c: New file.
10925 * gdb.base/infcall-exec.exp: New file.
10926
10927 2016-02-09 Keith Seitz <keiths@redhat.com>
10928
10929 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10930 (toplevel): Call test_bkpt_address.
10931
10932 2016-02-09 Keith Seitz <keiths@redhat.com>
10933
10934 PR python/19506
10935 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10936 (toplevel): Call test_bkpt_address.
10937
10938 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10939
10940 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10941 to AC_OUTPUT.
10942 * configure: Regenerate.
10943
10944 2016-02-09 Pedro Alves <palves@redhat.com>
10945
10946 PR breakpoints/19548
10947 * gdb.base/execl-update-breakpoints.c (some_function): New
10948 function.
10949 (main): Call it.
10950 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10951 Tighten expected GDB output.
10952
10953 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10954
10955 * Makefile.in (ALL_SUBDIRS): Remove.
10956 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10957 (distclean maintainer-clean realclean): Likewise.
10958 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10959 * configure: Regenerate.
10960 * gdb.ada/Makefile.in: Delete.
10961 * gdb.arch/Makefile.in: Likewise.
10962 * gdb.asm/Makefile.in: Likewise.
10963 * gdb.base/Makefile.in: Likewise.
10964 * gdb.btrace/Makefile.in: Likewise.
10965 * gdb.cell/Makefile.in: Likewise.
10966 * gdb.compile/Makefile.in: Likewise.
10967 * gdb.cp/Makefile.in: Likewise.
10968 * gdb.disasm/Makefile.in: Likewise.
10969 * gdb.dlang/Makefile.in: Likewise.
10970 * gdb.dwarf2/Makefile.in: Likewise.
10971 * gdb.fortran/Makefile.in: Likewise.
10972 * gdb.gdb/Makefile.in: Likewise.
10973 * gdb.go/Makefile.in: Likewise.
10974 * gdb.guile/Makefile.in: Likewise.
10975 * gdb.java/Makefile.in: Likewise.
10976 * gdb.linespec/Makefile.in: Likewise.
10977 * gdb.mi/Makefile.in: Likewise.
10978 * gdb.modula2/Makefile.in: Likewise.
10979 * gdb.multi/Makefile.in: Likewise.
10980 * gdb.objc/Makefile.in: Likewise.
10981 * gdb.opencl/Makefile.in: Likewise.
10982 * gdb.opt/Makefile.in: Likewise.
10983 * gdb.pascal/Makefile.in: Likewise.
10984 * gdb.perf/Makefile.in: Likewise.
10985 * gdb.python/Makefile.in: Likewise.
10986 * gdb.reverse/Makefile.in: Likewise.
10987 * gdb.server/Makefile.in: Likewise.
10988 * gdb.stabs/Makefile.in: Likewise.
10989 * gdb.threads/Makefile.in: Likewise.
10990 * gdb.trace/Makefile.in: Likewise.
10991 * gdb.xml/Makefile.in: Likewise.
10992 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10993 GDB_PARALLEL.
10994 (standard_output_file): Remove check for GDB_PARALLEL, always
10995 return path in outputs/$subdir/$testname.
10996
10997 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10998
10999 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11000 (site.exp): Assign abs_srcdir to tcl's srcdir.
11001
11002 2016-02-04 Yao Qi <yao.qi@linaro.org>
11003
11004 * gdb.base/foll-exec-mode.c: Include limits.h.
11005 (main): Add parameters argc and argv. Get directory from
11006 argv[0].
11007 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11008 compilation.
11009 * gdb.base/foll-exec.c: Include limits.h.
11010 (main): Add parameters argc and argv.
11011 Get directory from argv[0].
11012 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11013 Adjust tests on the number of lines as source code changed.
11014 * gdb.base/foll-vfork-exit.c: Include limits.h.
11015 (main): Add one line of statement before vfork.
11016 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11017 (main): Add parameters argc and argv. Get directory from
11018 argv[0].
11019 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11020 (setup_gdb): Set tbreak to skip some source lines.
11021 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11022 (main): Add parameters argc and argv. Get directory from
11023 argv[0].
11024 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11025 compilation.
11026 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11027 (main): Add parameters argc and argv. Get directory from
11028 argv[0].
11029 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11030 compilation.
11031
11032 2016-02-01 Doug Evans <dje@google.com>
11033
11034 * gdb.base/skip.exp: Clean up multiple references to same test name.
11035
11036 2016-02-01 Pedro Alves <palves@redhat.com>
11037
11038 PR remote/19496
11039 * gdb.threads/forking-threads-plus-breakpoint.exp
11040 (displaced_stepping_supported): New global.
11041 (probe_displaced_stepping_support): New procedure.
11042 (do_test): Add 'displaced' parameter, and use it.
11043 (top level): Check for displaced stepping support. Add displaced
11044 stepping on/off testing axis.
11045
11046 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11047
11048 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11049 pointer. Don't perform further tests on the unassociated pointer
11050 if the first test fails.
11051
11052 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11053
11054 * gdb.base/max-value-size.c: New file.
11055 * gdb.base/max-value-size.exp: New file.
11056 * gdb.base/huge.exp: Disable max-value-size for this test.
11057
11058 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11059
11060 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11061
11062 2016-01-28 Yao Qi <yao.qi@linaro.org>
11063
11064 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11065
11066 2016-01-25 Pedro Alves <palves@redhat.com>
11067
11068 PR threads/19461
11069 * gdb.base/fork-running-state.c: New file.
11070 * gdb.base/fork-running-state.exp: New file.
11071
11072 2016-01-25 Pedro Alves <palves@redhat.com>
11073
11074 PR gdb/19494
11075 * gdb.base/catch-fork-kill.c: New file.
11076 * gdb.base/catch-fork-kill.exp: New file.
11077
11078 2016-01-25 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11081 Delete, moved to lib/gdb.exp.
11082 * gdb.threads/forking-threads-plus-breakpoint.exp
11083 (foreach_with_prefix): Likewise.
11084 * gdb.threads/process-dies-while-handling-bp.exp
11085 (foreach_with_prefix): Likewise.
11086 * lib/gdb.exp (foreach_with_prefix): New procedure.
11087
11088 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11089
11090 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11091 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11092
11093 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11094
11095 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11096 endian targets.
11097
11098 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11099 Pedro Alves <palves@redhat.com>
11100
11101 Fix testsuite compatibility with Guile.
11102 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11103 number.
11104
11105 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11106
11107 Fix testsuite compatibility with Guile.
11108 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11109 (thread 1): New test for backtrace through signal handler.
11110
11111 2016-01-22 Yao Qi <yao.qi@linaro.org>
11112
11113 PR testsuite/19491
11114 * gdb.base/multi-forks.c: Include
11115 ../lib/unbuffer_output.c
11116 (main): Call gdb_unbuffer_output.
11117
11118 2016-01-21 Doug Evans <dje@google.com>
11119
11120 * lib/ada.exp (gdb_compile_ada): Fix typo.
11121
11122 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11123
11124 * gdb.base/break-fun-addr.exp: New file.
11125 * gdb.base/break-fun-addr1.c: New file.
11126 * gdb.base/break-fun-addr2.c: New file.
11127
11128 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11129
11130 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11131 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11132 enum flag values.
11133
11134 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11135
11136 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11137 when GDB can not set the vector return value. Add more comments
11138 for clarification.
11139
11140 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11141
11142 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11143 command.
11144
11145 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11146
11147 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11148
11149 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11150
11151 * Makefile.in (check-single): Pass --status to runtest.
11152 (check/%.exp): Likewise.
11153
11154 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11155
11156 * Makefile.in (check-parallel): Propagate return code from make
11157 do-check-parallel.
11158
11159 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11160
11161 * gdb.trace/ftrace.exp: Fix expected message on continue.
11162 * gdb.trace/pending.exp: Fix expected message on continue.
11163 * gdb.trace/trace-break.exp: Fix expected message on continue.
11164
11165 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11166
11167 * lib/gdb.exp (gdb_test): Remove unused global references.
11168
11169 2016-01-18 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/async-shell.exp: Adjust expected output.
11172 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11173 * gdb.base/siginfo-thread.exp: Adjust expected output.
11174 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11175 * gdb.java/jnpe.exp: Adjust expected output.
11176 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11177 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11178 * gdb.threads/leader-exit.exp: Adjust expected output.
11179 * gdb.threads/manythreads.exp: Adjust expected output.
11180 * gdb.threads/pthreads.exp: Adjust expected output.
11181 * gdb.threads/schedlock.exp: Adjust expected output.
11182 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11183 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11184 expected output.
11185 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11186 output.
11187 * gdb.threads/sigthread.exp: Adjust expected output.
11188 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11189
11190 2016-01-18 Yao Qi <yao.qi@linaro.org>
11191
11192 * gdb.guile/scm-section-script.c: Replace @progbits with
11193 %progbits.
11194 * gdb.python/py-section-script.c: Likewise.
11195
11196 2016-01-15 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.multi/tids.exp: Test star wildcard ranges.
11199
11200 2016-01-15 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11203 command from "thread apply" invocation.
11204 (thr_apply_info_thr_invalid): Default the expected output to the
11205 input tid list.
11206 (top level): Add tests that use convenience variables. Add tests
11207 for "thread apply" with a valid TID list, but missing the command.
11208
11209 2016-01-13 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/default.exp: Expect $_gthread as well.
11212 * gdb.multi/tids.exp: Test $_gthread.
11213 * gdb.threads/thread-specific.exp: Test $_gthread.
11214
11215 2016-01-13 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.multi/tids.exp: Test "info threads -gid".
11218
11219 2016-01-13 Pedro Alves <palves@redhat.com>
11220
11221 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11222 Breakpoint.thread.
11223 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11224
11225 2016-01-07 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.base/break.exp: Adjust to output changes.
11228 * gdb.base/hbreak2.exp: Likewise.
11229 * gdb.base/sepdebug.exp: Likewise.
11230 * gdb.base/watch_thread_num.exp: Likewise.
11231 * gdb.linespec/keywords.exp: Likewise.
11232 * gdb.multi/info-threads.exp: Likewise.
11233 * gdb.threads/thread-find.exp: Likewise.
11234 * gdb.multi/tids.c: New file.
11235 * gdb.multi/tids.exp: New file.
11236
11237 2016-01-13 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11240
11241 2016-01-13 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.base/default.exp: Expect $_inferior as well.
11244 * gdb.multi/base.exp: Test $_inferior.
11245
11246 2016-01-13 Pedro Alves <palves@redhat.com>
11247
11248 PR breakpoints/19388
11249 * gdb.base/catch-signal-siginfo-cond.c: New file.
11250 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11251
11252 2016-01-12 Josh Stone <jistone@redhat.com>
11253 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11254
11255 * gdb.base/catch-syscall.c (do_execve): New variable.
11256 (main): Conditionally trigger an execve.
11257 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11258 (test_catch_syscall_execve): New, check entry/return across execve.
11259 (do_syscall_tests): Call test_catch_syscall_execve.
11260
11261 2016-01-12 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.base/random-signal.exp (do_test): New procedure, with body
11264 of testcase moved in.
11265
11266 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11267 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/funcargs.exp (finish from indirectly called function):
11270 Reintroduce the case for 'First'.
11271
11272 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11273 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11276 (tcatch_vfork_then_child_follow_exec)
11277 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11278 identification.
11279
11280 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11281
11282 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11283 and repeats to unlimited.
11284 * gdb.python/py-value.exp: Likewise.
11285 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11286 and repeats to unlimited.
11287
11288 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11289
11290 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11291 and reordering the functions.
11292 * gdb.multi/hangout.c: Likewise.
11293 * gdb.multi/hello.c: Likewise.
11294
11295 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11296
11297 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11298 absolute.
11299 (SingleStatisticTestResult.report): Use dict.keys instead of
11300 dict.iterkeys.
11301
11302 2016-01-06 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11305
11306 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11307
11308 * gdb.btrace/dlopen.exp: New.
11309 * gdb.btrace/dlopen.c: New.
11310 * gdb.btrace/dlopen-dso.c: New.
11311
11312 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11313
11314 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11315 PATTERN argument is optional.
11316
11317 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11318
11319 * lib/ada.exp (target_compile_ada_from_dir): New function.
11320 (gdb_compile_ada): Reimplement avoiding the use of project files.
11321 * gdb.ada/gnat_ada.gpr: Delete.
11322 * gdb.ada/cond_lang.exp: Adjust test to make path before
11323 filename optional.
11324 * gdb.ada/small_reg_param.exp: Likewise.
11325
11326 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11327
11328 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11329
11330 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11331
11332 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11333 case.
11334
11335 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11336
11337 * gdb.base/break.exp: Remove dead code.
11338 * gdb.base/sepdebug.exp: Likewise.
11339
11340 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11341
11342 * gdb.asm/asm-source.exp: Remove HP-UX references.
11343 * gdb.base/annota1.exp: Likewise.
11344 * gdb.base/annota3.exp: Likewise.
11345 * gdb.base/attach.exp: Likewise.
11346 * gdb.base/bigcore.exp: Likewise.
11347 * gdb.base/break.exp: Likewise.
11348 * gdb.base/call-ar-st.exp: Likewise.
11349 * gdb.base/callfuncs.exp: Likewise.
11350 * gdb.base/catch-fork-static.exp: Likewise.
11351 * gdb.base/display.exp: Likewise.
11352 * gdb.base/foll-exec-mode.exp: Likewise.
11353 * gdb.base/foll-exec.exp: Likewise.
11354 * gdb.base/foll-fork.exp: Likewise.
11355 * gdb.base/foll-vfork.exp: Likewise.
11356 * gdb.base/funcargs.exp: Likewise.
11357 * gdb.base/hbreak2.exp: Likewise.
11358 * gdb.base/inferior-died.exp: Likewise.
11359 * gdb.base/interrupt.exp: Likewise.
11360 * gdb.base/multi-forks.exp: Likewise.
11361 * gdb.base/nodebug.exp: Likewise.
11362 * gdb.base/sepdebug.exp: Likewise.
11363 * gdb.base/solib1.c: Likewise.
11364 * gdb.base/step-test.exp: Likewise.
11365 * gdb.mi/non-stop.c: Likewise.
11366 * gdb.mi/pthreads.c: Likewise.
11367 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11368 * gdb.threads/pthreads.c: Likewise.
11369 * gdb.threads/staticthreads.exp: Likewise.
11370 * lib/future.exp: Likewise.
11371 * lib/gdb.exp: Likewise.
11372 * gdb.base/so-indr-cl.c: Remove.
11373 * gdb.base/so-indr-cl.exp: Likewise.
11374 * gdb.base/solib.c: Likewise.
11375 * gdb.base/solib.exp: Likewise.
11376 * gdb.base/solib2.c: Likewise.
11377
11378 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11379
11380 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11381 * gdb.base/call-ar-st.exp: Likewise.
11382 * gdb.base/callfuncs.exp: Likewise.
11383 * gdb.base/condbreak.exp: Likewise.
11384 * gdb.base/constvars.exp: Likewise.
11385 * gdb.base/hbreak2.exp: Likewise.
11386 * gdb.base/langs.exp: Likewise.
11387 * gdb.base/list.exp: Likewise.
11388 * gdb.base/long_long.exp: Likewise.
11389 * gdb.base/ptype.exp: Likewise.
11390 * gdb.base/scope.exp: Likewise.
11391 * gdb.base/signals.exp: Likewise.
11392 * gdb.base/so-impl-ld.exp: Likewise.
11393 * gdb.base/varargs.exp: Likewise.
11394 * gdb.base/volatile.exp: Likewise.
11395 * gdb.base/whatis.exp: Likewise.
11396 * gdb.cp/cplusfuncs.exp: Likewise.
11397 * gdb.cp/inherit.exp: Likewise.
11398 * gdb.cp/local.exp: Likewise.
11399 * gdb.cp/member-ptr.exp: Likewise.
11400 * gdb.cp/method.exp: Likewise.
11401 * gdb.cp/overload.exp: Likewise.
11402 * gdb.cp/templates.exp: Likewise.
11403 * gdb.stabs/weird.exp: Likewise.
11404 * lib/compiler.c: Likewise.
11405 * lib/compiler.cc: Likewise.
11406 * lib/cp-support.exp: Likewise.
11407 * lib/gdb.exp: Likewise.
11408
11409 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11410
11411 * configure.ac: Remove HP-UX case.
11412 * configure: Regenerate.
11413
11414 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11415
11416 * lib/gdb.exp (gdb_compile): Add function doc.
11417
11418 2015-12-17 Pedro Alves <palves@redhat.com>
11419
11420 PR threads/19354
11421 * gdb.multi/info-threads.exp: New file.
11422
11423 2015-12-15 Yao Qi <yao.qi@linaro.org>
11424
11425 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11426 is aarch64*-*-*.
11427
11428 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11429
11430 * gdb.base/history-duplicates.exp: Skip if no readline support.
11431
11432 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11433
11434 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11435
11436 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11437
11438 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11439
11440 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11441
11442 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11443 ctrl-C if nointerrupts target property is set.
11444 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11445 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11446 * gdb.base/paginate-bg-execution.exp: Likewise.
11447 * gdb.base/paginate-execution-startup.exp: Likewise.
11448 * gdb.base/random-signal.exp: Likewise.
11449 * gdb.base/range-stepping.exp: Likewise.
11450 * gdb.cp/annota2.exp: Likewise.
11451 * gdb.cp/annota3.exp: Likewise.
11452 * gdb.gdb/selftest.exp: Likewise.
11453 * gdb.threads/continue-pending-status.exp: Likewise.
11454 * gdb.threads/leader-exit.exp: Likewise.
11455 * gdb.threads/manythreads.exp: Likewise.
11456 * gdb.threads/pthreads.exp: Likewise.
11457 * gdb.threads/schedlock.exp: Likewise.
11458 * gdb.threads/sigthread.exp: Likewise.
11459
11460 2015-12-11 Don Breazeal <donb@codesourcery.com>
11461
11462 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11463 remote.
11464 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11465 * gdb.base/foll-exec.exp (main): Enable for target remote.
11466 * gdb.base/foll-fork.exp (main): Likewise.
11467 * gdb.base/foll-vfork.exp (main): Likewise.
11468 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11469 (proc continue_to_exit_bp_loc): Use clean_restart.
11470 * gdb.base/pie-execl.exp (main): Disable for target remote.
11471 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11472 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11473 * gdb.threads/execl.exp (main): Likewise.
11474 * gdb.threads/fork-child-threads.exp (main): Likewise.
11475 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11476 remote.
11477 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11478 remote.
11479 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11480 pid.tid style ptids, instead of just tid.
11481 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11482 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11483 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11484 ptids, instead of just tid.
11485
11486 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11487
11488 * gdb.base/list.exp (test_list_forward): Add end of file error
11489 test.
11490 (test_repeat_list_command): Add end of file error test.
11491 (test_list_backwards): Add beginning of file error test.
11492
11493 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11494
11495 * gdb.base/list.exp (test_list_invalid_args): New function,
11496 defined, and called.
11497
11498 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11499
11500 * gdb.base/list.exp (test_list): Make test names unique.
11501
11502 2015-12-11 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.base/coremaker2.c: Remove.
11505
11506 2015-12-10 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.multi/base.exp: Remove stale "spaces" references.
11509
11510 2015-12-10 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.multi/base.exp: Don't use nowarnings.
11513 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11514 * gdb.multi/hangout.c: Include stdio.h.
11515 * gdb.multi/hello.c: Include stdlib.h.
11516 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11517 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11518 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11519
11520 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11521
11522 * gdb.dwarf2/dw2-ranges-base.c: New file.
11523 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11524 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11525 support additional line table, and debug ranges generation.
11526 (Dwarf::ranges): New function, generate .debug_ranges.
11527 (Dwarf::lines): Support generating simple line table programs.
11528 (Dwarf::assemble): Initialise new namespace variables.
11529
11530 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11531
11532 * gdb.base/async.exp (proc test_background): Add case for
11533 asynchronous execution not supported.
11534
11535 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11536
11537 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11538 format and change test names to make them unique.
11539
11540 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11541 Pedro Alves <pedro@redhat.com>
11542
11543 PR gdb/18702
11544 Add checking of floatformats setup on x86_64 hosts.
11545 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11546 (smallval, bigval): New labels/constants.
11547 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11548 float" after loading bigval and smallval.
11549
11550 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11551
11552 * gdb.ada/fun_overload_menu.exp: New testcase.
11553 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11554
11555 2015-12-04 Josh Stone <jistone@redhat.com>
11556
11557 * gdb.base/catch-fork-static.exp: New.
11558
11559 2015-12-03 Yao Qi <yao.qi@linaro.org>
11560
11561 * gdb.base/sizeof.c: Don't include stdio.h and
11562 ../lib/unbuffer_output.c.
11563 (main): New variable 'size' and 'value'. Remove printf and
11564 gdb_unbuffer_output. Assign return value to size and value.
11565 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11566 at the beginning.
11567 (check_sizeof): Check the result by printing variable 'size'.
11568 (check_valueof): Check the result by printing variable 'value'.
11569
11570 2015-12-01 Yao Qi <yao.qi@linaro.org>
11571
11572 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11573 for aarch64*-*-linux* target.
11574
11575 2015-11-30 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11578
11579 2015-11-30 Pedro Alves <palves@redhat.com>
11580
11581 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11582 Handle non-stop mode vCont replies.
11583
11584 2015-11-30 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11587 prepare_for_testing. Start gdb with "set non-stop on" appended to
11588 GDBFLAGS. Lax expected stop output.
11589
11590 2015-11-27 Yao Qi <yao.qi@linaro.org>
11591
11592 * gdb.arch/arm-neon.exp: New.
11593 * gdb.arch/arm-neon.c: New.
11594
11595 2015-11-27 Yao Qi <yao.qi@linaro.org>
11596
11597 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11598
11599 2015-11-27 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11602 frames-invalid annotation.
11603
11604 2015-11-27 Yao Qi <yao.qi@linaro.org>
11605
11606 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11607
11608 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11609
11610 * gdb.threads/names.exp: New file.
11611 * gdb.threads/names.c: New file.
11612 * README: Mention gdb,no_thread_names.
11613
11614 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11615
11616 PR 19297
11617 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11618 support" error.
11619
11620 2015-11-24 Pedro Alves <palves@redhat.com>
11621
11622 PR 17539
11623 * gdb.base/display.exp: Expect displays to be sorted in ascending
11624 order. Use multi_line.
11625 * gdb.base/solib-display.exp: Likewise.
11626
11627 2015-11-24 Pedro Alves <palves@redhat.com>
11628
11629 PR 17539
11630 * gdb.base/display.exp: Expect displays to be sorted in ascending
11631 order. Use multi_line.
11632 * gdb.base/solib-display.exp: Likewise.
11633
11634 2015-11-24 Pedro Alves <palves@redhat.com>
11635
11636 PR 17539
11637 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11638 threads in ascending order.
11639 * gdb.base/foll-fork.exp: Likewise.
11640 * gdb.base/foll-vfork.exp: Likewise.
11641 * gdb.base/multi-forks.exp: Likewise.
11642 * gdb.mi/mi-nonstop.exp: Likewise.
11643 * gdb.mi/mi-nsintrall.exp: Likewise.
11644 * gdb.multi/base.exp: Likewise.
11645 * gdb.multi/multi-arch.exp: Likewise.
11646 * gdb.python/py-inferior.exp: Likewise.
11647 * gdb.threads/break-while-running.exp: Likewise.
11648 * gdb.threads/execl.exp: Likewise.
11649 * gdb.threads/gcore-thread.exp: Likewise.
11650 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11651 * gdb.threads/kill.exp: Likewise.
11652 * gdb.threads/linux-dp.exp: Likewise.
11653 * gdb.threads/multiple-step-overs.exp: Likewise.
11654 * gdb.threads/next-bp-other-thread.exp: Likewise.
11655 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11656 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11657 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11658 * gdb.threads/thread-find.exp: Likewise.
11659 * gdb.threads/tls.exp: Likewise.
11660 * lib/mi-support.exp (mi_reverse_list): Delete.
11661 (mi_check_thread_states): No longer reverse list.
11662
11663 2015-11-24 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11666 use lowercase.
11667
11668 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * gdb.trace/actions.c: Include trace-common.h.
11671 (main): Add a location for a fast tracepoint.
11672 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11673 the normal tracepoints.
11674 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11675
11676 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11677
11678 * save-trace.exp: Factor out code to these...
11679 (gdb_save_tracepoints): New.
11680 (gdb_load_tracepoints): New.
11681 (do_save_load_test): New.
11682
11683 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11684
11685 * gdb.base/asmlabel.exp: New test.
11686 * gdb.base/asmlabel.c: New test case.
11687
11688 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11689
11690 * gdb.base/wrong_frame_bt_full-main.c: New file.
11691 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11692 * gdb.base/wrong_frame_bt_full.exp: New file.
11693
11694 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11695
11696 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11697
11698 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11699
11700 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11701 pstate register when comparing registers values in
11702 sparc64-*-linux-gnu targets to avoid spurious differences.
11703
11704 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11705
11706 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11707
11708 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11709
11710 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11711 as type argument to gdb_compile.
11712 * gdb.base/nested-subp2.exp: Likewise.
11713 * gdb.base/nested-subp3.exp: Likewise.
11714
11715 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11716
11717 * lib/dwarf.exp (_note): Fix left shift of negative value.
11718 * gdb.trace/trace-condition.exp: Likewise.
11719
11720 2015-11-13 Yao Qi <yao.qi@linaro.org>
11721
11722 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11723 comments about d10v.
11724 (test_scalar_returns): Likewise.
11725 * gdb.base/d10v.ld: Remove.
11726 * gdb.base/overlays.exp: Remove the target triplet checking for
11727 d10v-*-*.
11728 * gdb.base/structs.exp (test_struct_returns): Remove the
11729 comments about d10v.
11730 (test_struct_calls): Likewise.
11731
11732 2015-11-13 Yao Qi <yao.qi@linaro.org>
11733
11734 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11735 * gdb.base/gnu_vector.c: Don't include stdio.h.
11736 (main): Don't print res and call add_some_intvecs.
11737
11738 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11739
11740 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11741 macro.
11742 (func5): Removed.
11743 (func4): Use FAST_TRACEPOINT_LABEL.
11744 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11745 macro.
11746 (func): Removed.
11747 (thread_function): Use FAST_TRACEPOINT_LABEL.
11748 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11749 (func): Remove.
11750 (marker): Use FAST_TRACEPOINT_LABEL.
11751 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11752 (pendfunc1): Remove.
11753 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11754 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11755 (foo): Remove.
11756 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11757 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11758 macro.
11759 (func): Remove.
11760 (marker): Use FAST_TRACEPOINT_LABEL.
11761 * gdb.trace/trace-common.h: New header.
11762 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11763 macro.
11764 (func): Remove.
11765 (marker): Use FAST_TRACEPOINT_LABEL.
11766 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11767 (func): Remove.
11768 (thread_function): Use FAST_TRACEPOINT_LABEL.
11769
11770 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11771
11772 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11773 in front.
11774 * gdb.trace/change-loc.exp: Use global pcreg definition.
11775 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11776 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11777 in front.
11778 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11779 * gdb.trace/pending.exp: Likewise.
11780 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11781 * gdb.trace/trace-break.exp: Likewise.
11782 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11783 in front.
11784 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11785 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11786 in front.
11787 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11788
11789 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11790
11791 * gdb.ada/fin_fun_out: New testcase.
11792
11793 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11794
11795 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11796 value associated with DW_AT_byte_size.
11797 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11798 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11799 DW_AT_upper_bound.
11800
11801 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11802
11803 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11804 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11805 version.
11806 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11807 gdb.dwarf2/dw2-canonicalize-type.exp,
11808 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11809 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11810 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11811 provided by gdb_target_symbol_prefix_flags_asm.
11812 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11813 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11814 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11815 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11816 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11817 macros where needed). Use this macro for symbols which require
11818 the prefix provided by SYMBOL_PREFIX.
11819
11820 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11821
11822 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11823 New procs.
11824 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11825 representing expressions, of more than one list element.
11826 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11827 to prepend linker symbol prefix to f.
11828 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11829 table_1 and table_2.
11830 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11831 Likewise, for f and g.
11832 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11833 for ptr.
11834 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11835 for main.
11836 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11837 table_1_ptr and table_2_ptr.
11838
11839 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11840 Joel Brobecker <brobecker@adacore.com>
11841
11842 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11843
11844 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11845
11846 * gdb.reverse/s390-mvcle.c: New test.
11847 * gdb.reverse/s390-mvcle.exp: New file.
11848 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11849
11850 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11851
11852 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11853
11854 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11855
11856 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11857 reaching marker2.
11858 * gdb.reverse/getresuid-reverse.exp: Likewise.
11859 * gdb.reverse/pipe-reverse.exp: Likewise.
11860 * gdb.reverse/readv-reverse.exp: Likewise.
11861 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11862 * gdb.reverse/time-reverse.exp: Likewise.
11863 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11864
11865 2015-10-30 Yao Qi <yao.qi@linaro.org>
11866
11867 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11868 (empty_cycle): Remove.
11869 (main): Don't call empty_cycle. Don't use watch_count_done.
11870 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11871 empty_cycle. Rewrite the code counting HW watchpoints.
11872
11873 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11874
11875 * gdb.reverse/fstatat-reverse.c: New test.
11876 * gdb.reverse/fstatat-reverse.exp: New file.
11877 * gdb.reverse/getresuid-reverse.c: New test.
11878 * gdb.reverse/getresuid-reverse.exp: New file.
11879 * gdb.reverse/pipe-reverse.c: New test.
11880 * gdb.reverse/pipe-reverse.exp: New file.
11881 * gdb.reverse/readv-reverse.c: New test.
11882 * gdb.reverse/readv-reverse.exp: New file.
11883 * gdb.reverse/recvmsg-reverse.c: New test.
11884 * gdb.reverse/recvmsg-reverse.exp: New file.
11885 * gdb.reverse/time-reverse.c: New test.
11886 * gdb.reverse/time-reverse.exp: New file.
11887 * gdb.reverse/waitpid-reverse.c: New test.
11888 * gdb.reverse/waitpid-reverse.exp: New file.
11889
11890 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11891
11892 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11893
11894 2015-10-26 Doug Evans <dje@google.com>
11895
11896 PR symtab/17391
11897 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11898 * gdb.dwarf2/bad-regnum.c: New file.
11899 * gdb.dwarf2/bad-regnum.exp: New file.
11900
11901 2015-10-26 Doug Evans <dje@google.com>
11902
11903 PR python/18938
11904 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11905 file.
11906
11907 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11908
11909 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11910 for a change by "Mention language in compile error message".
11911
11912 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11913
11914 PR python/18073
11915 * gdb.python/py-type.c (C::a_method): New.
11916 (C::a_const_method): New.
11917 (C::a_static_method): New.
11918 (a_function): New.
11919 * gdb.python/py-type.exp (test_fields): Test getting fields
11920 from function and method.
11921
11922 2015-10-21 Keven Boell <keven.boell@intel.com>
11923
11924 * gdb.fortran/vla-alloc-assoc.exp: New file.
11925 * gdb.fortran/vla-datatypes.exp: New file.
11926 * gdb.fortran/vla-datatypes.f90: New file.
11927 * gdb.fortran/vla-history.exp: New file.
11928 * gdb.fortran/vla-ptype-sub.exp: New file.
11929 * gdb.fortran/vla-ptype.exp: New file.
11930 * gdb.fortran/vla-sizeof.exp: New file.
11931 * gdb.fortran/vla-sub.f90: New file.
11932 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11933 * gdb.fortran/vla-value-sub-finish.exp: New file.
11934 * gdb.fortran/vla-value-sub.exp: New file.
11935 * gdb.fortran/vla-value.exp: New file.
11936 * gdb.fortran/vla-ptr-info.exp: New file.
11937 * gdb.mi/mi-vla-fortran.exp: New file.
11938 * gdb.mi/vla.f90: New file.
11939
11940 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11941
11942 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11943 of hardwired timeout value.
11944
11945 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11946 Pedro Alves <palves@redhat.com>
11947
11948 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11949 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11950
11951 2015-10-19 Josh Stone <jistone@redhat.com>
11952
11953 * gdb.base/catch-syscall.c: Include <sched.h>.
11954 (unknown_syscall): New variable.
11955 (main): Trigger a vfork and an unknown syscall.
11956 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11957 (unknown_syscall_number): Likewise.
11958 (check_call_to_syscall): Accept an optional syscall pattern.
11959 (check_return_from_syscall): Likewise.
11960 (check_continue): Likewise.
11961 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11962 (test_catch_syscall_skipping_return): New test toggling off 'catch
11963 syscall' to step over the syscall return, then toggling back on.
11964 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11965 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11966 (do_syscall_tests): Call test_catch_syscall_without_args and
11967 test_catch_syscall_mid_vfork.
11968 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11969 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11970
11971 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11972
11973 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11974 print g_vE): Add new pass patterns.
11975 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11976 print various symbol names for vptr fields.
11977
11978 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11979
11980 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11981 results.
11982
11983 2015-10-12 Yao Qi <yao.qi@linaro.org>
11984
11985 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11986
11987 2015-10-12 Yao Qi <yao.qi@linaro.org>
11988
11989 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11990 is aarch64*-*-linux*.
11991
11992 2015-10-12 Yao Qi <yao.qi@linaro.org>
11993
11994 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11995 (can_relocate_bcond_true): ... it.
11996 (can_relocate_bcond_false): New function.
11997 (foo): Likewise.
11998 (can_relocate_bl): Likewise.
11999 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12000 can_relocate_bl.
12001
12002 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12003
12004 * gdb.base/nested-addr.c: New file.
12005 * gdb.base/nested-addr.exp: New testcase.
12006
12007 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12008
12009 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12010 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12011 its output. Ignore the output of "record goto begin" and instead
12012 check that GDB is replaying.
12013
12014 2015-10-09 Pedro Alves <palves@redhat.com>
12015
12016 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12017 (top level): Use it in the run with no args test.
12018
12019 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12020
12021 * gdb.dlang/properties.exp: New file.
12022
12023 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12024
12025 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12026 whether or not address 0x1000 is mapped on the target.
12027
12028 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12029
12030 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12031 build.
12032
12033 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12034
12035 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12036 instruction-history test.
12037
12038 2015-09-28 Doug Evans <dje@google.com>
12039
12040 * gdb.base/gcore.c (array_func): Add reference to static_array.
12041
12042 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12043
12044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12045 source line.
12046
12047 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12048
12049 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12050 short or char as base type.
12051
12052 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12053
12054 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12055 to allow any size enum.
12056
12057 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12058
12059 * gdb.ada/array_ptr_renaming.exp: New testcase.
12060 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12061 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12062
12063 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12064
12065 * gdb.trace/ftrace-lock.c: New file.
12066 * gdb.trace/ftrace-lock.exp: New file.
12067
12068 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12069
12070 * gdb.arch/insn-reloc.c: New file.
12071 * gdb.arch/ftrace-insn-reloc.exp: New file.
12072
12073 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12074
12075 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12076 instruction.
12077 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12078 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12079 * gdb.trace/range-stepping.c: Likewise.
12080 * gdb.trace/trace-break.c: Likewise.
12081 * gdb.trace/trace-mt.c (thread_function): Likewise.
12082 * gdb.trace/ftrace.c (marker): Likewise.
12083 * gdb.trace/trace-condition.c (marker): Likewise.
12084 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12085 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12086 is_aarch64_target.
12087
12088 2015-09-18 Doug Evans <xdje42@gmail.com>
12089
12090 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12091 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12092
12093 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12094
12095 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12096 the breakpoint.
12097
12098 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12099
12100 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12101 the pending breakpoint. Remove timeout override for "Run till
12102 MI pending breakpoint on pendfunc3 on thread 2" test.
12103
12104 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12105
12106 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12107 filename pattern.
12108
12109 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12110
12111 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12112 in breakpoint filename pattern.
12113
12114 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12115
12116 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12117
12118 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12119
12120 * gdb.linespec/explicit.exp: Check for readline support for
12121 tab-completion tests. Fix obvious typo.
12122
12123 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12124
12125 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12126 and replay.
12127
12128 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12129
12130 * gdb.btrace/non-stop.c: New.
12131 * gdb.btrace/non-stop.exp: New.
12132
12133 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12134 Yao Qi <yao.qi@linaro.org>
12135
12136 * gdb.trace/trace-condition.c: New file.
12137 * gdb.trace/trace-condition.exp: New file.
12138
12139 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12140
12141 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12142 for testing bytecode compilation.
12143
12144 2015-09-16 Pedro Alves <palves@redhat.com>
12145 Sandra Loosemore <sandra@codesourcery.com>
12146
12147 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12148 (SECONDS): Redefine.
12149 (main): Call pthread_kill and alarm early.
12150 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12151 support.
12152 (test): If the target can't hardware step and doesn't support
12153 displaced stepping, increase the timeout.
12154
12155 2015-09-16 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12158 (enable_debug): New procedures.
12159 (test): Use them. Bail out if waiting for threads fails.
12160 (top level): Bail out if a test fails.
12161
12162 2015-09-16 Yao Qi <yao.qi@linaro.org>
12163
12164 * gdb.asm/asm-source.exp: Set asm-arch for
12165 aarch64*-*-* target.
12166 * gdb.asm/aarch64.inc: New file.
12167
12168 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12169
12170 * gdb.ada/array_of_variable_length.exp: New testcase.
12171 * gdb.ada/array_of_variable_length/foo.adb: New file.
12172 * gdb.ada/array_of_variable_length/pck.adb: New file.
12173 * gdb.ada/array_of_variable_length/pck.ads: New file.
12174
12175 2015-09-15 Doug Evans <dje@google.com>
12176
12177 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12178 of function static local variable.
12179
12180 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12181
12182 * gdb.threads/tls-so_extern.exp: New test file.
12183 * gdb.threads/tls-so_extern.c: New test file.
12184 * gdb.threads/tls-so_extern_main.c: New test file.
12185
12186 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12187
12188 * gdb.opt/solib-intra-step-lib.c: New file.
12189 * gdb.opt/solib-intra-step-main.c: New file.
12190 * gdb.opt/solib-intra-step.exp: New file.
12191
12192 2015-09-15 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12195 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12196
12197 2015-09-14 Pedro Alves <palves@redhat.com>
12198
12199 * gdb.base/hook-stop-continue.c: Delete.
12200 * gdb.base/hook-stop-continue.exp: Delete.
12201 * gdb.base/hook-stop-frame.c: Delete.
12202 * gdb.base/hook-stop-frame.exp: Delete.
12203 * gdb.base/hook-stop.c: New file.
12204 * gdb.base/hook-stop.exp: New file.
12205
12206 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12207
12208 * gdb.ada/access_to_packed_array.exp: New testcase.
12209 * gdb.ada/access_to_packed_array/foo.adb: New file.
12210 * gdb.ada/access_to_packed_array/pack.adb: New file.
12211 * gdb.ada/access_to_packed_array/pack.ads: New file.
12212
12213 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12214
12215 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12216 buffer size test.
12217
12218 2015-09-11 Don Breazeal <donb@codesourcery.com>
12219
12220 * gdb.base/foll-exec.c: Add copyright header. Fix
12221 formatting issues.
12222 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12223 (do_exec_tests): Use clean_restart in place of zap_session,
12224 and for test initialization. Fix formatting issues. Use
12225 fail in place of perror.
12226 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12227 an expect statement to match an expression with output from
12228 the program under debug.
12229 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12230 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12231 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12232 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12233 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12234
12235 2015-09-09 Doug Evans <dje@google.com>
12236
12237 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12238
12239 2015-09-09 Doug Evans <dje@google.com>
12240
12241 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12242
12243 2015-09-09 Doug Evans <dje@google.com>
12244
12245 * gdb.base/savedregs.exp: Fix typo.
12246
12247 2015-09-09 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12250
12251 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12252
12253 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12254 command actually switches threads. Give up on remaining
12255 tests if target fails to stop at breakpoint.
12256
12257 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12258
12259 * gdb.ada/funcall_char.exp: New testcase.
12260 * gdb.ada/funcall_char/foo.adb: New file.
12261
12262 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12263
12264 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12265 expected outputs. Add two testcases for completing ambiguous
12266 functions.
12267 * gdb.ada/complete/aux_pck.adb: New file.
12268 * gdb.ada/complete/aux_pck.ads: New file.
12269 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12270 Ambiguous_Func functions.
12271 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12272 * gdb.ada/complete/pck.adb: Likewise.
12273
12274 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12275
12276 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12277 failures to run the test program under GDB.
12278
12279 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12280
12281 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12282 to C.
12283
12284 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12285
12286 * gdb.base/run-after-attach.exp: New test file.
12287 * gdb.base/run-after-attach.c: New test file.
12288
12289 2015-08-26 Don Breazeal <donb@codesourcery.com>
12290
12291 * gdb.base/foll-exec-2.c: New test program.
12292 * gdb.base/foll-exec-2.exp: New test.
12293
12294 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12295
12296 * gdb.base/nested-subp1.exp: New file.
12297 * gdb.base/nested-subp1.c: New file.
12298 * gdb.base/nested-subp2.exp: New file.
12299 * gdb.base/nested-subp2.c: New file.
12300 * gdb.base/nested-subp3.exp: New file.
12301 * gdb.base/nested-subp3.c: New file.
12302
12303 2015-08-24 Pedro Alves <palves@redhat.com>
12304
12305 * gdb.server/connect-without-multi-process.c: New file.
12306 * gdb.server/connect-without-multi-process.exp: New file.
12307
12308 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12309
12310 * gdb.opt/inline-markers.c: Make z int.
12311
12312 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12313
12314 * gdb.opt/inline-markers.c: Make z volatile.
12315
12316 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12317
12318 * gdb.opt/inline-bt.c: New volatile global z.
12319 * gdb.opt/inline-cmds.c: Likewise.
12320 * gdb.opt/inline-locals.c: Likewise.
12321 * gdb.opt/inline-markers.c: New extern global z.
12322 (marker): Use z.
12323 (inline_fn): Likewise.
12324
12325 2015-08-24 Pedro Alves <palves@redhat.com>
12326
12327 * config/m32r-stub.exp: Remove file.
12328 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12329 * gdb.base/call-rt-st.exp: Likewise.
12330 * gdb.base/call-strs.exp: Likewise.
12331 * gdb.base/default.exp: Remove references to h8300-*-hms and
12332 *-*-udi*.
12333 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12334
12335 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12336
12337 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12338 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12339 and "return" use KFAIL when GDB can not read/write the vector
12340 return value.
12341
12342 2015-08-21 Gary Benson <gbenson@redhat.com>
12343
12344 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12345
12346 2015-08-20 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.server/solib-list.exp: No longer expect an interior stop in
12349 non-stop mode.
12350
12351 2015-08-20 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.server/connect-stopped-target.c: New file.
12354 * gdb.server/connect-stopped-target.exp: New file.
12355
12356 2015-08-20 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.dwarf2/comp-unit-lang.exp: New file.
12359 * gdb.dwarf2/comp-unit-lang.c: New file.
12360
12361 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12362
12363 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12364 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12365
12366 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12367
12368 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12369 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12370
12371 2015-08-18 Doug Evans <dje@google.com>
12372 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12373
12374 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12375 skip_python_tests. New arg prompt_regexp.
12376 (skip_python_tests): New function.
12377 * lib/mi-support.exp (mi_skip_python_tests): New function.
12378 * gdb.python/py-mi-objfile-gdb.py: New file.
12379 * gdb.python/py-mi-objfile.c: New file.
12380 * gdb.python/py-mi-objfile.exp: New file.
12381
12382 2015-08-17 Keith Seitz <keiths@redhat.com>
12383
12384 * gdb.linespec/explicit.exp: Move strace test from here ...
12385 * gdb.trace/strace.exp: ... to here.
12386
12387 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12388
12389 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12390 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12391
12392 2015-08-14 Doug Evans <xdje42@gmail.com>
12393
12394 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12395 inferior before selecting a new file.
12396
12397 2015-08-14 Doug Evans <xdje42@gmail.com>
12398
12399 * gdb.mi/mi-disassemble.exp: Update.
12400 * gdb.base/disasm-optim.S: New file.
12401 * gdb.base/disasm-optim.c: New file.
12402 * gdb.base/disasm-optim.h: New file.
12403 * gdb.base/disasm-optim.exp: New file.
12404
12405 2015-08-14 Keith Seitz <keiths@redhat.com>
12406
12407 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12408 "evaluated-by".
12409
12410 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12411
12412 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12413
12414 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12415
12416 * gdb.ada/fun_renaming.exp: New testcase.
12417 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12418 * gdb.ada/fun_renaming/pack.adb: New file.
12419 * gdb.ada/fun_renaming/pack.ads: New file.
12420
12421 2015-08-12 Keith Seitz <keiths@redhat.com>
12422
12423 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12424 gdb_get_line_number.
12425
12426 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12427
12428 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12429 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12430 gdb.base/dso2dso.exp: New files.
12431
12432 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12433 Pedro Alves <palves@redhat.com>
12434 Keith Seitz <keiths@redhat.com>
12435
12436 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12437 GDBFLAGS.
12438
12439 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12440
12441 * gdb.base/gdbhistsize-history.exp
12442 (test_histsize_history_setting): Use save_vars.
12443 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12444 Use save_vars.
12445 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12446 * gdb.base/readline.exp: Use save_vars.
12447
12448 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12449
12450 * lib/gdb.exp (save_vars): New proc.
12451
12452 2015-08-11 Keith Seitz <keiths@redhat.com>
12453
12454 * gdb.base/help.exp: Update help_breakpoint_text.
12455
12456 2015-08-11 Keith Seitz <keiths@redhat.com>
12457
12458 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12459 (at toplevel): Call test_explicit_breakpoints.
12460 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12461 breakpoints.
12462 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12463 breakpoint conditions, "-cond".
12464
12465 2015-08-11 Keith Seitz <keiths@redhat.com>
12466
12467 * gdb.linespec/3explicit.c: New file.
12468 * gdb.linespec/cpexplicit.cc: New file.
12469 * gdb.linespec/cpexplicit.exp: New file.
12470 * gdb.linespec/explicit.c: New file.
12471 * gdb.linespec/explicit.exp: New file.
12472 * gdb.linespec/explicit2.c: New file.
12473 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12474 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12475 before using in the matching pattern.
12476 Clarify that `prefix' is a regular expression.
12477
12478 2015-08-11 Keith Seitz <keiths@redhat.com>
12479
12480 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12481 test.
12482 Add tests for missing ",FMT" and ",".
12483
12484 2015-08-10 Doug Evans <dje@google.com>
12485 Keith Seitz <keiths@redhat.com>
12486
12487 PR gdb/17960
12488 * gdb.base/completion.exp: Add location completer tests.
12489
12490 2015-08-07 Pedro Alves <palves@redhat.com>
12491
12492 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12493 tests here.
12494 (top level): Run do_test with and without displaced stepping.
12495
12496 2015-08-07 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.base/valgrind-disp-step.c: New file.
12499 * gdb.base/valgrind-disp-step.exp: New file.
12500
12501 2015-08-07 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12504 Delete function.
12505 (main): Add alarm. Run an infinite loop instead of calling
12506 wait_threads.
12507 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12508 comment.
12509 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12510 Delete function.
12511 (main): Add alarm. Run an infinite loop instead of calling
12512 wait_threads.
12513 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12514 comment.
12515
12516 2015-08-07 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.base/checkpoint-ns.exp: New file.
12519 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12520 standard_testfile.
12521
12522 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12523
12524 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12525 * gdb.btrace/instruction_history.exp: Update.
12526 * gdb.btrace/tsx.exp: New.
12527 * gdb.btrace/tsx.c: New.
12528
12529 2015-08-06 Pedro Alves <palves@redhat.com>
12530
12531 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12532 increase timeout.
12533 * gdb.reverse/until-precsave.exp: Bump timeouts.
12534
12535 2015-08-06 Pedro Alves <palves@redhat.com>
12536
12537 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12538
12539 2015-08-06 Pedro Alves <palves@redhat.com>
12540
12541 PR gdb/18749
12542 * gdb.threads/process-dies-while-handling-bp.c: New file.
12543 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12544
12545 2015-08-06 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12548 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12549
12550 2015-08-05 Pedro Alves <palves@redhat.com>
12551
12552 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12553 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12554
12555 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12556
12557 * gdb.base/bp-permanent.exp: Report test as unsupported if
12558 the target cannot stop at the permanent breakpoint.
12559
12560 2015-08-03 Doug Evans <dje@google.com>
12561
12562 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12563 10000.
12564
12565 2015-08-03 Doug Evans <dje@google.com>
12566
12567 * Makefile.in (workers/%.worker, build-perf): New rule.
12568 (GDB_PERFTEST_MODE): New variable.
12569 (check-perf): Use it.
12570 (clean): Clean up gdb.perf parallel build subdirs.
12571 * lib/build-piece.exp: New file.
12572 * lib/gdb.exp (make_gdb_parallel_path): New function
12573 (standard_output_file, standard_temp_file): Call it.
12574 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12575 of $GDB_PARALLEL.
12576 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12577
12578 2015-08-03 Doug Evans <dje@google.com>
12579
12580 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12581 (LOG_FILE_NAME): New global.
12582 (TextReporter.__init__): Initialize self.txt_sum.
12583 (TextReporter.report): Add support for multiple data-points.
12584 Move report to perftest.sum, put raw data in perftest.log.
12585 (TextReporter.start): Open sum and log files.
12586 (TextReporter.end): Close sum and log files.
12587 * gdb.perf/lib/perftest/testresult.py
12588 (SingleStatisticTestResult.record): Handle multiple data-points.
12589
12590 2015-07-31 Pedro Alves <palves@redhat.com>
12591
12592 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12593 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12594 kill_wait_spawned_process instead of explicit "kill -9".
12595 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12596 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12597 kill_wait_spawned_process.
12598 * gdb.base/attach-twice.exp: Likewise.
12599 * gdb.base/attach.exp: Likewise.
12600 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12601 gdb_test_multiple.
12602 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12603 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12604 kill_wait_spawned_process.
12605 * gdb.base/valgrind-infcall.exp: Likewise.
12606 * gdb.multi/multi-attach.exp: Likewise.
12607 * gdb.python/py-prompt.exp: Likewise.
12608 * gdb.python/py-sync-interp.exp: Likewise.
12609 * gdb.server/ext-attach.exp: Likewise.
12610 * gdb.threads/attach-into-signal.exp (corefunc): Use
12611 spawn_wait_for_attach, spawn_id_get_pid and
12612 kill_wait_spawned_process.
12613 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12614 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12615 spawn_id_get_pid and kill_wait_spawned_process.
12616 * gdb.threads/attach-stopped.exp (corefunc): Use
12617 spawn_wait_for_attach, spawn_id_get_pid and
12618 kill_wait_spawned_process.
12619 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12620 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12621 kill_wait_spawned_process instead of explicit "kill -9".
12622 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12623 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12624 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12625 processes. Don't map cygwin/windows pids here. Now returns a
12626 spawn id list.
12627
12628 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12629
12630 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12631 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12632 correct patch.
12633
12634 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12635
12636 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12637
12638 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12639
12640 Reapply:
12641 2014-05-21 Mark Wielaard <mjw@redhat.com>
12642
12643 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12644
12645 2015-07-30 Pedro Alves <palves@redhat.com>
12646
12647 * linux-low.c (handle_extended_wait): Set the child's last
12648 reported status to TARGET_WAITKIND_STOPPED.
12649
12650 2015-07-30 Pedro Alves <palves@redhat.com>
12651
12652 PR threads/18600
12653 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12654 only shows inferior 1.
12655
12656 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12657 Pedro Alves <palves@redhat.com>
12658
12659 PR threads/18600
12660 * gdb.threads/fork-plus-threads.c: New file.
12661 * gdb.threads/fork-plus-threads.exp: New file.
12662
12663 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12664
12665 * gdb.base/batch-preserve-term-settings.exp
12666 (test_terminal_settings_preserved_after_cli_exit): Use
12667 send_quit_command.
12668
12669 2015-07-29 Pedro Alves <palves@redhat.com>
12670 Don Breazeal <donb@codesourcery.com>
12671
12672 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12673 output from both inferior_spawn_id and gdb_spawn_id.
12674
12675 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12676
12677 * gdb.threads/attach-into-signal.exp (corefunc): Use
12678 with_test_prefix on nested loops, uniquefying the test messages.
12679
12680 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12681
12682 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12683 commit.
12684
12685 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12686
12687 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12688 New proc.
12689 (test_terminal_settings_preserved_after_sigterm): New test.
12690
12691 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12692
12693 * gdb.base/batch-preserve-term-settings.exp
12694 (test_terminal_settings_preserved_after_cli_exit): New test.
12695
12696 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12697
12698 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12699 manipulation of saved_gdbflags.
12700 (test_terminal_settings_preserved): Remove global declaration of
12701 the unused variable pagination_prompt. Remove manipulation of
12702 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12703 GDBFLAGS.
12704
12705 2015-07-29 Pedro Alves <palves@redhat.com>
12706
12707 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12708
12709 2015-07-29 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12712 at the top.
12713
12714 2015-07-29 Pedro Alves <palves@redhat.com>
12715
12716 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12717 (main): Call gdb_unbuffer_output.
12718 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12719 (main): Call gdb_unbuffer_output.
12720 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12721 (main): Call gdb_unbuffer_output.
12722 * gdb.base/call-strs.exp: Adjust to step over the
12723 gdb_unbuffer_output call.
12724 * gdb.base/catch-gdb-caused-signals.c: Include
12725 "../lib/unbuffer_output.c".
12726 (main): Call gdb_unbuffer_output.
12727 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12728 (main): Call gdb_unbuffer_output.
12729 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12730 (main): Call gdb_unbuffer_output.
12731 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12732 (main): Call gdb_unbuffer_output.
12733 * gdb.base/shlib-call.exp: Adjust to step over the
12734 gdb_unbuffer_output call.
12735 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12736 (main): Call gdb_unbuffer_output.
12737 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12738 (main): Call gdb_unbuffer_output.
12739 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12740 (main): Rename to ...
12741 (test): ... this.
12742 (main): Reimplement.
12743 * gdb.base/varargs.exp: Run to test instead of to main.
12744 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12745 (main): Call gdb_unbuffer_output.
12746
12747 2015-07-29 Pedro Alves <palves@redhat.com>
12748
12749 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12750 factore out from mi_continue_dprintf. For call-style dprintfs,
12751 expect dprintf output out of $inferior_spawn_id.
12752 (mi_continue_dprintf): Use mi_expect_dprintf.
12753 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12754 (main): Call gdb_unbuffer_output.
12755
12756 2015-07-29 Pedro Alves <palves@redhat.com>
12757
12758 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12759 (default_mi_gdb_start): Set inferior_spawn_id instead of
12760 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12761 gdb_spawn_id.
12762 (mi_gdb_test): Always expect inferior output from both
12763 $inferior_spawn_id and $gdb_spawn_id.
12764
12765 2015-07-29 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12768 send_inferior and $inferior_spawn_id.
12769
12770 2015-07-29 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.gdb/complaints.exp (test_initial_complaints)
12773 (test_serial_complaints, test_short_complaints): Use
12774 gdb_test_stdio.
12775 (test_empty_complaint): Handle $inferior_spawn_id !=
12776 $gdb_spawn_id.
12777
12778 2015-07-29 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.base/varargs.exp: Use gdb_test_stdio.
12781
12782 2015-07-29 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12785
12786 2015-07-29 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12789
12790 2015-07-29 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12793 parameter into two new parameters, "inf_result" and "gdb_result".
12794 Expect inferior output and gdb output from $inferior_spawn_id and
12795 $gdb_spawn_id, respectively. Adjust all callers.
12796
12797 2015-07-29 Pedro Alves <palves@redhat.com>
12798
12799 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12800 of gdb_test_sequence.
12801
12802 2015-07-29 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12805 (saw_spurious_output): Expect inferior output from
12806 $inferior_spawn_id. Use gdb_test_stdio.
12807
12808 2015-07-29 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.base/dprintf.exp: Use standard_testfile. Change
12811 prepare_for_testing call.
12812 (srcfile): Don't set.
12813 (restart): New procedure.
12814 (test_dprintf): New procecure, use to continue over dprintfs.
12815 (test_call, test_agent): New procedures, tests moved here.
12816 Restart gdb and recreate dprintfs. Adjust expected output.
12817
12818 2015-07-29 Pedro Alves <palves@redhat.com>
12819
12820 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12821
12822 2015-07-29 Pedro Alves <palves@redhat.com>
12823
12824 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12825
12826 2015-07-29 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12829 gdb_test_stdio.
12830
12831 2015-07-29 Pedro Alves <palves@redhat.com>
12832
12833 * lib/gdb.exp (gdb_test_stdio): New procedure.
12834
12835 2015-07-29 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12838
12839 2015-07-29 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.base/call-signal-resume.exp: Remove check for
12842 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12843 * gdb.base/unwindonsignal.exp: Likewise.
12844 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12845 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12846
12847 2015-07-29 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.base/siginfo-addr.c (pass): New function.
12850 (handler): Call it iff si_addr is correct.
12851 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12852 Set a breakpoint at "pass" and continue to it.
12853
12854 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12855
12856 * gdb.python/py-objfile.exp: Make some tests have unique names.
12857 * gdb.python/py-pp-registration.exp: Likewise.
12858
12859 2015-07-28 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12862
12863 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12864
12865 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12866
12867 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12868
12869 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12870
12871 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12872
12873 * gdb.base/gdb-sigterm-2.exp: New test.
12874
12875 2015-07-25 Doug Evans <xdje42@gmail.com>
12876
12877 Revert:
12878 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12879 (workers/%.worker, build-perf): New rule.
12880 (GDB_PERFTEST_MODE): New variable.
12881 (check-perf): Use it.
12882 (clean): Clean up gdb.perf parallel build subdirs.
12883 * lib/build-piece.exp: New file.
12884 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12885 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12886 name.
12887 (standard_temp_file): Ditto.
12888 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12889 of $GDB_PARALLEL.
12890
12891 2015-07-24 Doug Evans <dje@google.com>
12892
12893 * gdb.perf/lib/perftest/utils.py: New file.
12894 * gdb.perf/gm-hello.cc: New file.
12895 * gdb.perf/gm-pervasive-typedef.cc: New file.
12896 * gdb.perf/gm-pervasive-typedef.h: New file.
12897 * gdb.perf/gm-std.cc: New file.
12898 * gdb.perf/gm-std.h: New file.
12899 * gdb.perf/gm-use-cerr.cc: New file.
12900 * gdb.perf/gm-utils.h: New file.
12901 * gdb.perf/gmonster-null-lookup.py: New file.
12902 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12903 * gdb.perf/gmonster-print-cerr.py: New file.
12904 * gdb.perf/gmonster-ptype-string.py: New file.
12905 * gdb.perf/gmonster-runto-main.py: New file.
12906 * gdb.perf/gmonster-select-file.py: New file.
12907 * gdb.perf/gmonster1-null-lookup.exp: New file.
12908 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12909 * gdb.perf/gmonster1-print-cerr.exp: New file.
12910 * gdb.perf/gmonster1-ptype-string.exp: New file.
12911 * gdb.perf/gmonster1-runto-main.exp: New file.
12912 * gdb.perf/gmonster1-select-file.exp: New file.
12913 * gdb.perf/gmonster1.cc: New file.
12914 * gdb.perf/gmonster1.exp: New file.
12915 * gdb.perf/gmonster2-null-lookup.exp: New file.
12916 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12917 * gdb.perf/gmonster2-print-cerr.exp: New file.
12918 * gdb.perf/gmonster2-ptype-string.exp: New file.
12919 * gdb.perf/gmonster2-runto-main.exp: New file.
12920 * gdb.perf/gmonster2-select-file.exp: New file.
12921 * gdb.perf/gmonster2.cc: New file.
12922 * gdb.perf/gmonster2.exp: New file.
12923
12924 2015-07-24 Doug Evans <dje@google.com>
12925
12926 * gdb.perf/README: New file.
12927 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12928 * lib/gen-perf-test.exp: New file.
12929
12930 2015-07-24 Doug Evans <dje@google.com>
12931
12932 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12933 (PerfTest::startup): New function.
12934 (PerfTest::run): Return result of calling body.
12935 (PerfTest::assemble): Rewrite.
12936 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12937 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12938 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12939 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12940 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12941
12942 2015-07-24 Doug Evans <dje@google.com>
12943
12944 * lib/gdb.exp (clean_restart): Make executable optional.
12945
12946 2015-07-24 Doug Evans <dje@google.com>
12947
12948 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12949 compiler_info references.
12950 * gdb.cp/temargs.exp: Ditto.
12951 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12952 (get_compiler_info): Early exit if already computed. Set compiler_info
12953 to "unknown" if there was a problem.
12954 (test_compiler_info): Add function comment. Call get_compiler_info.
12955
12956 2015-07-24 Doug Evans <dje@google.com>
12957
12958 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12959 (workers/%.worker, build-perf): New rule.
12960 (GDB_PERFTEST_MODE): New variable.
12961 (check-perf): Use it.
12962 (clean): Clean up gdb.perf parallel build subdirs.
12963 * lib/build-piece.exp: New file.
12964 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12965 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12966 name.
12967 (standard_temp_file): Ditto.
12968 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12969 of $GDB_PARALLEL.
12970
12971 2015-07-24 Doug Evans <dje@google.com>
12972
12973 * lib/future.exp (gdb_default_target_compile): New option
12974 "early_flags".
12975 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12976 --as-needed.
12977
12978 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12979
12980 * gdb.base/catch-syscall.exp: Call gdb_exit before
12981 gdb_skip_xml_test.
12982
12983 2015-07-24 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.python/py-events.exp: Accept output between the stop event
12986 and the prompt.
12987 * gdb.python/py-evsignal.exp: Likewise.
12988 * gdb.python/py-evthreads.exp: Likewise.
12989
12990 2015-07-24 Pedro Alves <palves@redhat.com>
12991
12992 PR gdb/18717
12993 * gdb.threads/non-ldr-exit.c: New file.
12994 * gdb.threads/non-ldr-exit.exp: New file.
12995
12996 2015-07-24 Yao Qi <yao.qi@linaro.org>
12997
12998 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12999 restarting process.
13000
13001 2015-07-24 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.server/ext-restart.exp: New file.
13004
13005 2015-07-24 Yao Qi <yao.qi@linaro.org>
13006
13007 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13008 argument options.
13009 * gdb.server/ext-wrapper.exp: New file.
13010
13011 2015-07-23 Doug Evans <dje@google.com>
13012
13013 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13014 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13015
13016 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13017
13018 * gdb.ada/var_arr_typedef.exp: New testcase.
13019 * gdb.ada/var_arr_typedef/pack.adb: New file.
13020 * gdb.ada/var_arr_typedef/pack.ads: New file.
13021 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13022
13023 2015-07-20 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13026
13027 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13028
13029 * gdb.arch/i386-biarch-core.exp: Replace istarget
13030 by "complete set gnutarget". Remove expectation for the "core-file"
13031 command.
13032
13033 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13034
13035 Revert the previous commit:
13036 Tests for validate symbol file using build-id.
13037
13038 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13039
13040 Tests for validate symbol file using build-id.
13041 * gdb.base/solib-mismatch-lib.c: New file.
13042 * gdb.base/solib-mismatch-libmod.c: New file.
13043 * gdb.base/solib-mismatch.c: New file.
13044 * gdb.base/solib-mismatch.exp: New file.
13045
13046 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13047
13048 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13049 nios2-*-linux*.
13050 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13051 * gdb.base/siginfo.exp: Likewise.
13052 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13053
13054 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13055
13056 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13057 Move it to ...
13058 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13059 ... here.
13060 * gdb.trace/range-stepping.exp: Check that the target supports
13061 range stepping.
13062
13063 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13064
13065 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13066
13067 2015-07-14 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/killed-outside.exp: New file.
13070 * gdb.base/killed-outside.c: New file.
13071
13072 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13073
13074 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13075 (n at main): New.
13076 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13077
13078 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13079
13080 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13081 infcall tests instead of setting up for KFAIL.
13082
13083 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13084
13085 * gdb.btrace/record_goto-step.exp: New.
13086
13087 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13088
13089 PR compile/18484
13090 * gdb.compile/compile.c (struct struct_type): Add volatile to
13091 selffield's type.
13092 * gdb.compile/compile.exp
13093 (compile code struct_object.selffield = &struct_object): Skip further
13094 struct_object tests if this one xfails.
13095
13096 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13097
13098 PR exp/18617
13099 * gdb.trace/ax.exp: Add test.
13100
13101 2015-07-07 Yao Qi <yao.qi@linaro.org>
13102
13103 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13104 instead of istarget "aarch64*-*-*".
13105 * gdb.arch/aarch64-fp.exp: Likewise.
13106 * gdb.base/float.exp: Likewise.
13107 * gdb.reverse/aarch64.exp: Likewise.
13108 * lib/gdb.exp (is_aarch64_target): New proc.
13109
13110 2015-07-07 Yao Qi <yao.qi@linaro.org>
13111
13112 * lib/gdb.exp (is_aarch32_target): New proc.
13113 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13114 instead of "istarget "arm*-*-*"".
13115 * gdb.arch/arm-disp-step.exp: Likewise.
13116 * gdb.arch/thumb-bx-pc.exp: Likewise.
13117 * gdb.arch/thumb-prologue.exp: Likewise.
13118 * gdb.arch/thumb-singlestep.exp: Likewise.
13119 * gdb.base/disp-step-syscall.exp: Likewise.
13120 * gdb.base/float.exp: Likewise.
13121
13122 2015-07-07 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13125 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13126
13127 2015-07-07 Yao Qi <yao.qi@linaro.org>
13128
13129 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13130 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13131 if it exists.
13132 * gdb.multi/multi-arch.exp: Likewise.
13133
13134 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13135
13136 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13137 print.
13138
13139 2015-07-07 Yao Qi <yao.qi@linaro.org>
13140
13141 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13142
13143 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13144
13145 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13146 '[' and ']' characters.
13147
13148 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13149
13150 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13151
13152 2015-06-29 Pedro Alves <palves@redhat.com>
13153
13154 PR threads/18127
13155 * gdb.threads/hand-call-new-thread.c: New file.
13156 * gdb.threads/hand-call-new-thread.c: New file.
13157
13158 2015-06-26 Keith Seitz <keiths@redhat.com>
13159 Doug Evans <dje@google.com>
13160
13161 PR 16253
13162 * gdb.cp/var-tag-2.cc: New file.
13163 * gdb.cp/var-tag-3.cc: New file.
13164 * gdb.cp/var-tag-4.cc: New file.
13165 * gdb.cp/var-tag.cc: New file.
13166 * gdb.cp/var-tag.exp: New file.
13167
13168 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13169
13170 * gdb.base/history-duplicates.exp: New test.
13171
13172 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13173
13174 * gdb.base/completion.exp: Test the completion of the "focus"
13175 command.
13176
13177 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13178
13179 * gdb.arch/amd64-prologue-skip.S: New file.
13180 * gdb.arch/amd64-prologue-skip.exp: New file.
13181
13182 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13183
13184 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13185 is_address_zero_readable check.
13186
13187 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13188
13189 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13190 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13191
13192 2015-06-24 Yao Qi <yao.qi@linaro.org>
13193
13194 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13195 linux targets.
13196
13197 2015-06-24 Yao Qi <yao.qi@linaro.org>
13198
13199 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13200 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13201 * gdb.base/siginfo-thread.exp: Likewise.
13202
13203 2015-06-22 Yao Qi <yao.qi@linaro.org>
13204
13205 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13206
13207 2015-06-22 Yao Qi <yao.qi@linaro.org>
13208
13209 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13210 aarch64*-*-*.
13211 (skip_hw_watchpoint_tests): Likewise.
13212
13213 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13214
13215 * gdb.base/gdbinit-history.exp: Test the interaction between
13216 setting GDBHISTSIZE and setting the history size via .gdbinit.
13217
13218 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13219
13220 PR gdb/16999
13221 * gdb.base/gdbhistsize-history.exp: New test.
13222
13223 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13224
13225 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13226 with GDBHISTSIZE.
13227 * gdb.base/readline.exp: Likewise.
13228
13229 2015-06-17 Yao Qi <yao.qi@linaro.org>
13230
13231 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13232 line.
13233
13234 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13235
13236 * gdb.base/gdbinit-history.exp: Add test case to check that
13237 an unlimited history file does not get truncated on exit.
13238
13239 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13240
13241 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13242 (VECTOR): New macro. Use it...
13243 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13244 ...for these typedefs.
13245 (int8, char1, int1, double1): New typedefs.
13246 (struct just_int2, struct two_int2): New structures.
13247 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13248 (add_structvecs, add_singlevecs): New functions.
13249 (main): Call add_some_intvecs twice.
13250 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13251 the compile and exit upon failure. Try compiling for the "native"
13252 architecture. Test inferior function calls with vector arguments
13253 and vector return value handling with "finish" and "return".
13254
13255 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13256
13257 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13258 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13259 PE file.
13260 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13261
13262 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13263
13264 PR breakpoints/16465
13265 * gdb.mi/mi-dprintf-pending.c: New file.
13266 * gdb.mi/mi-dprintf-pending.exp: New test.
13267 * gdb.mi/mi-dprintf-pendshr.c: New file.
13268
13269 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13270 Mircea Gherzan <mircea.gherzan@intel.com>
13271
13272 * gdb.arch/i386-mpx-map.c: New file.
13273 * gdb.arch/i386-mpx-map.exp: New File.
13274
13275 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13276
13277 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13278 * gdb.arch/i386-mpx.exp: Indentation fixed.
13279
13280 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13281
13282 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13283 function and improved indentation.
13284 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13285 gdb_test_multiple. Added additional tests to skip the test.
13286
13287 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13288
13289 * gdb.arch/i386-avx512.c: Change path in include file.
13290 * gdb.arch/i386-avx512.exp: Change include dir path
13291 compilation flag.
13292 * gdb.arch/i386-mpx.c: Change path in include file.
13293 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13294 flag.
13295
13296 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.compile/compile-print.exp (compile print *vararray@3)
13299 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13300
13301 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13302
13303 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13304 (do not keep jit in memory): ... this.
13305 (expect 5): Change it to ...
13306 (expect no 5): ... this.
13307
13308 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13309
13310 PR gdb/15564
13311 * gdb.mi/mi-detach.exp: New file.
13312
13313 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13314
13315 PR symtab/18392
13316 * gdb.arch/amd64-tailcall-self.S: New file.
13317 * gdb.arch/amd64-tailcall-self.c: New file.
13318 * gdb.arch/amd64-tailcall-self.exp: New file.
13319
13320 2015-05-28 Don Breazeal <donb@codesourcery.com>
13321
13322 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13323 tests for remote targets by checking is_target_gdbserver.
13324
13325 2015-05-27 Doug Evans <dje@google.com>
13326
13327 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13328 * gdb.dwarf2/opaque-type-lookup.c: New file.
13329 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13330
13331 2015-05-26 Doug Evans <dje@google.com>
13332
13333 * gdb.cp/iostream.cc: New file.
13334 * gdb.cp/iostream.exp: New file.
13335
13336 2015-05-26 Doug Evans <dje@google.com>
13337
13338 * gdb.dwarf2/dw2-op-call.exp: Update.
13339 * gdb.dwarf2/dw4-sig-types.exp: Update.
13340 * gdb.dwarf2/implptr.exp: Update.
13341 * gdb.mi/mi-cmd-param-changed.exp: Update.
13342
13343 2015-05-26 Doug Evans <dje@google.com>
13344
13345 * gdb.python/py-lazy-string.c: New file.
13346 * gdb.python/py-lazy-string.exp: New file.
13347 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13348 (main): Update. Add estring3.
13349 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13350 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13351
13352 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13353 Yao Qi <yao.qi@linaro.org>
13354
13355 * gdb.reverse/aarch64.c: New.
13356 * gdb.reverse/aarch64.exp: New.
13357
13358 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13359
13360 * lib/gdb.exp (supports_process_record): Return true for
13361 aarch64*-linux*.
13362 (supports_reverse): Likewise.
13363
13364 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13365
13366 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13367 Use with_test_prefix.
13368
13369 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13370
13371 * gdb.base/completion.exp: Add test for completion of layout
13372 names.
13373
13374 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13375
13376 * lib/gdb.exp (skip_tui_tests): New proc.
13377 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13378
13379 2015-05-19 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13382 Save the whole env array instead of just HOME. Unset HISTSIZE in
13383 the environment while testing. Restore whole environment
13384 afterwards.
13385
13386 2015-05-16 Doug Evans <xdje42@gmail.com>
13387
13388 * gdb.guile/scm-ports.c: New file.
13389 * gdb.guile/scm-ports.exp: Add memory port tests.
13390
13391 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 * gdb.compile/compile-print.c: New file.
13394 * gdb.compile/compile-print.exp: New file.
13395
13396 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13397
13398 * gdb.compile/compile-ops.exp: Cast param to void.
13399 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13400 (compile code struct_object.selffield = &struct_object): Add xfail.
13401
13402 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13403
13404 * gdb.ada/arr_enum_with_gap: New testcase.
13405
13406 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13407
13408 * gdb.ada/byte_packed_arr: New testcase.
13409
13410 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13411
13412 * gdb.ada/pckd_neg: New testcase.
13413
13414 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13415
13416 PR gdb/17820
13417 * gdb.base/gdbinit-history.exp: New test.
13418 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13419 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13420
13421 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13422
13423 * gdb.python/py-xmethods.cc: Enhance test case.
13424 * gdb.python/py-xmethods.exp: New tests.
13425 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13426 function.
13427 (B_indexoper): Likewise.
13428 (global_dm_list) : Add new xmethod worker functions.
13429
13430 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13431
13432 * gdb.base/coredump-filter.exp: Correctly unset
13433 "coredump_var_addr" array.
13434
13435 2015-05-08 Pedro Alves <palves@redhat.com>
13436
13437 * gdb.server/non-existing-program.exp: Unset spawn_id.
13438
13439 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13440
13441 PR python/18291
13442 * gdb.python/py-xmethods.exp: Add tests.
13443
13444 2015-05-08 Yao Qi <yao.qi@linaro.org>
13445
13446 PR gdb/18208
13447 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13448 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13449 function set_coredump_filter, and remove remote_exec call.
13450 Remove argument ipid. Callers update.
13451 (top level): Don't get inferior's PID.
13452
13453 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13454
13455 * gdb.base/watch_thread_num.exp: Skip test on targets without
13456 access watchpoints.
13457
13458 2015-05-06 Pedro Alves <palves@redhat.com>
13459
13460 PR server/18081
13461 * gdb.server/non-existing-program.exp: New file.
13462
13463 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13464
13465 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13466
13467 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13468
13469 * gdb.ada/out_of_line_in_inlined: New testcase.
13470
13471 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13472
13473 * gdb.ada/var_rec_arr: New testcase.
13474
13475 2015-04-30 Yao Qi <yao.qi@linaro.org>
13476
13477 * gdb.base/break-idempotent.exp: If
13478 skip_hw_watchpoint_multi_tests returns true, skip the tests
13479 on "rwatch" and "awatch".
13480
13481 2015-04-30 Yao Qi <yao.qi@linaro.org>
13482
13483 * gdb.base/relativedebug.exp: Invoke gdb command
13484 "info sharedlibrary", and if libc.so doesn't have debug info,
13485 skip the test.
13486
13487 2015-04-29 Doug Evans <dje@google.com>
13488
13489 * gdb.python/py-xmethods.exp: Add ptype tests.
13490 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13491 get_result_type method.
13492
13493 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13494
13495 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13496 the target does not support hardware watchpoints.
13497
13498 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13499
13500 * gdb.base/break-always.exp: Abort testing if writing to memory
13501 causes an error.
13502
13503 2015-04-28 Doug Evans <dje@google.com>
13504
13505 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13506 * gdb.python/py-pp-registration.exp: ... here. New file.
13507 * gdb.python/py-pp-registration.c: New file.
13508 * gdb.python/py-pp-registration.py: New file.
13509
13510 2015-04-28 Doug Evans <dje@google.com>
13511
13512 * gdb.python/py-bad-printers.c: New file.
13513 * gdb.python/py-bad-printers.py: New file.
13514 * gdb.python/py-bad-printers.exp: New file.
13515
13516 2015-04-28 Sasha Smundak <asmundak@google.com>
13517
13518 * gdb.python/py-type.exp: New test.
13519
13520 2015-04-28 Andy Wingo <wingo@igalia.com>
13521
13522 * gdb.python/py-parameter.exp:
13523 * gdb.guile/scm-parameter.exp: Escape the path that we are
13524 matching against, as it might contain characters that are special
13525 to regular expressions.
13526
13527 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13528
13529 * gdb.ada/rec_comp: New testcase.
13530
13531 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13532
13533 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13534 before using it.
13535
13536 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13537
13538 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13539 new tests for verilog output.
13540
13541 2015-04-24 Yao Qi <yao.qi@linaro.org>
13542
13543 * boards/remote-gdbserver-on-localhost.exp: New file.
13544
13545 2015-04-23 Pedro Alves <palves@redhat.com>
13546
13547 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13548 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13549 "end of file", remove $inferior_spawn_id from the indirect list.
13550
13551 2015-04-23 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13554
13555 2015-04-23 Pedro Alves <palves@redhat.com>
13556
13557 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13558 on $any_spawn_id instead of only on $gdb_spawn_id.
13559
13560 2015-04-21 Pierre Muller <muller@sourceware.org>
13561
13562 PR pascal/17815
13563 * lib/pascal.exp (gpc_compile): Add new option "class".
13564 (fpc_compile): Likewise.
13565 * gdb.pascal/case-insensitive-symbols.pas: New file.
13566 * gdb.pascal/case-insensitive-symbols.exp: New file.
13567
13568 2015-04-20 Gary Benson <gbenson@redhat.com>
13569
13570 * gdb.base/attach.exp: Fix three extended remote failures.
13571
13572 2015-04-17 Gary Benson <gbenson@redhat.com>
13573
13574 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13575 the main executable over the remote protocol.
13576
13577 2015-04-16 Pedro Alves <palves@redhat.com>
13578
13579 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13580 a new gdbserver if gdbserver_reconnect_p is set.
13581
13582 2015-04-16 Pedro Alves <palves@redhat.com>
13583
13584 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13585 is set, don't exit gdbserver.
13586
13587 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13588
13589 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13590 appropriate .insn, such that an older assembler can be used.
13591 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13592 the z/Architecture instruction set on 31-bit targets as well.
13593
13594 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13595
13596 * gdb.go/handcall.exp: Remove all logic related to the first
13597 breakpoint and rely on go_runto_main instead.
13598 * gdb.go/strings.exp: Likewise.
13599 * gdb.go/unsafe.exp: Likewise.
13600 * gdb.go/hello.exp: Likewise. Also rename the remaining
13601 breakpoint marker to "breakpoint 1".
13602 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13603 * gdb.go/strings.go: Likewise.
13604 * gdb.go/unsafe.go: Likewise.
13605 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13606 "set breakpoint 2 here" and rename the remaining breakpoint marker
13607 to "breakpoint 1".
13608
13609 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13610
13611 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13612 if itertools.imap is not present.
13613 * gdb.python/py-objfile.exp: Add parentheses.
13614 * gdb.python/py-type.exp: Same.
13615 * gdb.python/py-unwind-maint.py: Same.
13616
13617 2015-04-15 Yao Qi <yao.qi@linaro.org>
13618
13619 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13620 of ":$ptr_size" and set its form explicitly.
13621
13622 2015-04-15 Pedro Alves <palves@redhat.com>
13623 Yao Qi <yao.qi@linaro.org>
13624
13625 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13626 timeout by factor of 4.
13627 (test_regular_watch): Likewise.
13628 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13629 * gdb.reverse/sigall-reverse.exp: Likewise.
13630 * gdb.reverse/until-precsave.exp: Likewise.
13631 * lib/gdb.exp (with_timeout_factor): New proc.
13632 (gdb_expect): Move some code to ...
13633 (get_largest_timeout): ... here. New procedure.
13634
13635 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13636
13637 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13638
13639 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13640
13641 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13642 to write to the .text section.
13643
13644 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13645
13646 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13647 Handle the case of targets that do not provide PID information.
13648
13649 2015-04-13 Yao Qi <yao.qi@linaro.org>
13650
13651 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13652 and use expect instead of gdb_expect.
13653
13654 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13655
13656 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13657 "coredump_var_addr" to avoid naming conflict with other testcases.
13658
13659 2015-04-10 Pedro Alves <palves@redhat.com>
13660
13661 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13662 gdb_test_sequence and gdb_assert.
13663
13664 2015-04-10 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13667 test messages that don't include the breakpoint address.
13668
13669 2015-04-10 Yao Qi <yao.qi@linaro.org>
13670
13671 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13672 false for some offset and width combinations which aren't
13673 supported by linux kernel.
13674
13675 2015-04-10 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13678 procedure, factored out from ...
13679 (top level): ... here. Add "set displaced-stepping" testing axis.
13680 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13681 parameter "displaced". Use it.
13682 (top level): Use foreach and add "set displaced-stepping" testing
13683 axis.
13684
13685 2015-04-10 Pedro Alves <palves@redhat.com>
13686
13687 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13688 Remove comment.
13689 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13690 both the address of the instruction that triggers the watchpoint
13691 and the address of the instruction immediately after, and use
13692 those addresses for the test. Fix comment.
13693
13694 2015-04-10 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.base/sigstep.exp (breakpoint_to_handler)
13697 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13698 Test "backtrace" in handler.
13699 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13700 (top level): Add new "displaced" test axis to
13701 breakpoint_to_handler, breakpoint_to_handler_entry and
13702 breakpoint_over_handler.
13703
13704 2015-04-10 Pedro Alves <palves@redhat.com>
13705
13706 PR gdb/18216
13707 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13708
13709 2015-04-10 Yao Qi <yao.qi@linaro.org>
13710
13711 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13712 (test_add_rn_pc): New function.
13713 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13714 (top level): Invoke test_add_rn_pc.
13715
13716 2015-04-10 Pedro Alves <palves@redhat.com>
13717
13718 PR gdb/13858
13719 * gdb.base/step-over-no-symbols.exp: New file.
13720
13721 2015-04-09 Andy Wingo <wingo@igalia.com>
13722
13723 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13724 after the Python tests.
13725
13726 2015-04-08 Keith Seitz <keiths@redhat.com>
13727
13728 PR python/16699
13729 * gdb.python/py-completion.exp: New tests for completion.
13730 * gdb.python/py-completion.py (CompleteLimit1): New class.
13731 (CompleteLimit2): Likewise.
13732 (CompleteLimit3): Likewise.
13733 (CompleteLimit4): Likewise.
13734 (CompleteLimit5): Likewise.
13735 (CompleteLimit6): Likewise.
13736 (CompleteLimit7): Likewise.
13737
13738 2015-04-08 Pedro Alves <palves@redhat.com>
13739
13740 PR gdb/18214
13741 PR gdb/18216
13742 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13743 function.
13744 (main): Install it as SIGUSR1 handler.
13745 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13746 parameter. Always use "setup" as prefix. Toggle "set
13747 displaced-stepping" off/on depending on global. Don't switch to
13748 thread 1 here.
13749 (top level): Add displaced stepping "off/on" test axis. Update
13750 "setup" calls. Wrap each subtest with with_test_prefix. Test
13751 continuing with a queued signal in each thread.
13752
13753 2015-04-08 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13756 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13757 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13758 Return early if running to main fails.
13759 * gdb.trace/while-stepping.exp: Likewise.
13760
13761 2015-04-07 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13764 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13765 interact with inferior program.
13766
13767 2015-04-07 Pedro Alves <palves@redhat.com>
13768
13769 * lib/gdb.exp (inferior_spawn_id): New global.
13770 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13771 spawn id after processing the user code.
13772 (default_gdb_start): Set inferior_spawn_id.
13773 (send_inferior): New procedure.
13774 * lib/gdbserver-support.exp (gdbserver_start): Set
13775 inferior_spawn_id.
13776 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13777
13778 2015-04-07 Pedro Alves <palves@redhat.com>
13779
13780 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13781 * lib/gdbserver-support.exp (gdbserver_start): Make
13782 $server_spawn_id global.
13783 (gdbserver_start): Don't wait for gdbserver's spawn id with
13784 expect_background.
13785 (close_gdbserver): New procedure.
13786 (gdb_exit): Rename the default version and reimplement.
13787
13788 2015-04-07 Pedro Alves <palves@redhat.com>
13789
13790 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13791 append the substituted item, not the original item.
13792
13793 2015-04-07 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13796 gdb_expect.
13797
13798 2015-04-07 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13801 output appearing once only.
13802
13803 2015-04-07 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13806 that doesn't expect anything. Return early if running to main
13807 fails.
13808
13809 2015-04-07 Yao Qi <yao.qi@linaro.org>
13810
13811 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13812 (child_function): Call alarm.
13813 (main): Move call to alarm into the loop.
13814 * gdb.threads/non-stop-fair-events.exp: Build program with
13815 -DTIMEOUT=$timeout.
13816
13817 2015-04-06 Doug Evans <xdje42@gmail.com>
13818
13819 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13820 Fix dest parameter to board_info.
13821 (fpc_compile): Ditto.
13822 (gdb_compile_pascal): Rename dest arg to destfile.
13823
13824 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13825
13826 * gdb.ada/funcall_ref.exp: New file.
13827 * gdb.ada/funcall_ref/foo.adb: New file.
13828
13829 2015-04-02 Yao Qi <yao.qi@linaro.org>
13830
13831 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13832 is remote.
13833
13834 2015-04-02 Gary Benson <gbenson@redhat.com>
13835
13836 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13837
13838 2015-04-01 Sasha Smundak <asmundak@google.com>
13839
13840 * gdb.python/py-unwind-maint.c: New file.
13841 * gdb.python/py-unwind-maint.exp: New test.
13842 * gdb.python/py-unwind-maint.py: New file.
13843 * gdb.python/py-unwind.c: New file.
13844 * gdb.python/py-unwind.exp: New test.
13845 * gdb.python/py-unwind.py: New test.
13846
13847 2015-04-01 Pedro Alves <palves@redhat.com>
13848
13849 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13850 to fail instead of non-existent $test.
13851
13852 2015-04-01 Pedro Alves <palves@redhat.com>
13853
13854 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13855 GDBFLAGS if not empty.
13856
13857 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13858
13859 * gdb.ada/complete.exp: Remove "multi_line".
13860 * gdb.ada/info_exc.exp: Remove "multi_line".
13861 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13862 * gdb.ada/ptype_field.exp: Remove "multi_line".
13863 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13864 * gdb.ada/tagged.exp: Remove "multi_line".
13865 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13866 [multi_line ...]
13867 * gdb.btrace/delta.exp: Likewise.
13868 * gdb.btrace/exception.exp: Likewise.
13869 * gdb.btrace/function_call_history.exp: Likewise.
13870 * gdb.btrace/instruction_history.exp: Likewise.
13871 * gdb.btrace/nohist.exp: Likewise.
13872 * gdb.btrace/record_goto.exp: Likewise.
13873 * gdb.btrace/segv.exp: Likewise.
13874 * gdb.btrace/stepi.exp: Likewise.
13875 * gdb.btrace/tailcall.exp: Likewise.
13876 * gdb.btrace/unknown_functions.exp: Likewise.
13877 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13878 * lib/gdb.exp: Add the "multi_line" helper.
13879
13880 2015-04-01 Pedro Alves <palves@redhat.com>
13881
13882 * gdb.threads/tid-reuse.c: New file.
13883 * gdb.threads/tid-reuse.exp: New file.
13884
13885 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13886
13887 PR corefiles/16092
13888 * gdb.base/coredump-filter.c: New file.
13889 * gdb.base/coredump-filter.exp: Likewise.
13890
13891 2015-03-27 Petr Machata <pmachata@redhat.com>
13892
13893 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13894 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13895 (Dwarf::assemble): Initialize them.
13896 (Dwarf::lines): New function.
13897
13898 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13899
13900 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13901 SYMBOL_PREFIX for x86_64-*-cygwin.
13902
13903 2015-03-26 Andy Wingo <wingo@igalia.com>
13904
13905 PR symtab/18148
13906 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13907 const_value but not a location.
13908 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13909 location defined in non-main CUs are visible.
13910
13911 2015-03-26 Yao Qi <yao.qi@linaro.org>
13912
13913 PR testsuite/18139
13914 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13915 Add a line number entry for the same line.
13916 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13917 Add a line number entry for the same line.
13918
13919 2015-03-26 Yao Qi <yao.qi@linaro.org>
13920
13921 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13922 .int 0.
13923 (func): Likewise. Add .Lfunc_1 label.
13924 Use .Lfunc_1 label.
13925 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13926 .int 0.
13927 (func): Likewise.
13928 Use .Lfunc_1 label.
13929
13930 2015-03-26 Yao Qi <yao.qi@linaro.org>
13931
13932 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13933 Call gdb_compile instead to compile each .s files without debug
13934 information.
13935
13936 2015-03-26 Yao Qi <yao.qi@linaro.org>
13937
13938 * gdb.base/savedregs.exp (process_saved_regs): Make
13939 "Saved registers:" optional in the pattern.
13940
13941 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13942
13943 * gdb.btrace/next.exp: Merged into step.exp.
13944 * gdb.btrace/finish.exp: Merged into step.exp.
13945 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13946 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13947 "record goto" and checking the exact replay position.
13948 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13949 check for "Recording format" in "info record" output.
13950 * gdb.btrace/record_goto.exp: Choose test file based on target.
13951 * gdb.btrace/x86-record_goto.S: Renamed into ...
13952 * gdb.btrace/x86_64-record_goto.S: ... this.
13953 * gdb.btrace/i686-record_goto.S: New.
13954 * gdb.btrace/x86-tailcall.S: Renamed into ...
13955 * gdb.btrace/x86_64-tailcall.S: ... this.
13956 * gdb.btrace/i686-tailcall.S: New.
13957 * gdb.btrace/x86-tailcall.c: Renamed into ...
13958 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13959 separate statements. Update test.
13960 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13961 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13962 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13963 * gdb.btrace/tailcall.exp: Choose test file based on target.
13964 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13965
13966 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13967
13968 * gdb.btrace/exception.exp: Increase BTS buffer size.
13969
13970 2015-03-24 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13973
13974 2015-03-24 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.threads/schedlock.exp (test_step): No longer expect that
13977 "set scheduler-locking step" with "next" over a function call runs
13978 threads unlocked.
13979
13980 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13981
13982 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13983
13984 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13985
13986 PR breakpoints/16466
13987 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13988 * gdb.mi/mi-pending.c (thread_func): New function.
13989 (int main): Add threading support required.
13990 * gdb.mi/mi-pending.exp: Add tests for this issue.
13991 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13992 (pendfunc2): Remove stdio dependency.
13993 * gdb.mi/mi-pendshr2.c: New file.
13994
13995 2015-03-23 Keith Seitz <keiths@redhat.com>
13996
13997 * gdb.linespec/keywords.c: New file.
13998 * gdb.linespec/keywords.exp: New file.
13999
14000 2015-03-23 Keith Seitz <keiths@redhat.com>
14001
14002 PR gdb/18021
14003 * gdb.dwarf2/staticvirtual.exp: New test.
14004
14005 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14006
14007 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14008 * README: Remove HP-UX and gdb.hp.
14009 (configuration):
14010 * configure: Regenerate.
14011 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14012 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14013 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14014 gdb.hp/gdb.defects/Makefile.
14015 * gdb.hp/Makefile.in: File deleted.
14016 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14017 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14018 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14019 * gdb.hp/gdb.aCC/run.c: File deleted.
14020 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14021 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14022 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14023 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14024 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14025 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14026 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14027 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14028 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14029 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14030 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14031 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14032 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14033 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14034 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14035 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14036 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14037 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14038 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14039 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14040 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14041 * gdb.hp/gdb.compat/average.c: File deleted.
14042 * gdb.hp/gdb.compat/sum.c: File deleted.
14043 * gdb.hp/gdb.compat/xdb.c: File deleted.
14044 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14045 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14046 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14047 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14048 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14049 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14050 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14051 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14052 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14053 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14054 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14055 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14056 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14057 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14058 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14059 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14060 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14061 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14062 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14063 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14064 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14065 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14066 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14067 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14068 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14069 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14070 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14071 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14072 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14073 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14074 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14075 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14076 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14077 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14078 * gdb.hp/tools/odump: File deleted.
14079
14080 2015-03-19 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14083 (saw_thread_3): New globals.
14084 (top level): Increment them when an event for the corresponding
14085 thread is seen.
14086 (no thread starvation): New test.
14087
14088 2015-03-19 Pedro Alves <palves@redhat.com>
14089
14090 * gdb.threads/continue-pending-status.c: New file.
14091 * gdb.threads/continue-pending-status.exp: New file.
14092
14093 2015-03-18 Pedro Alves <palves@redhat.com>
14094
14095 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14096 Use gdb_is_target_remote instead of is_remote. Use
14097 gdb_test_multiple instead of gdb_expect. Exit early if
14098 gdb_test_multiple hits its internal matches. Tighten stepi tests
14099 expected output. Fail on exit with any signal, instead of just
14100 SIGILL.
14101
14102 2015-03-18 Yao Qi <yao.qi@linaro.org>
14103
14104 PR tdep/18107
14105 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14106 variable.
14107 * gdb.base/catch-syscall.exp: Don't skip it on
14108 aarch64*-*-linux* target. Remove elements in all_syscalls.
14109 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14110 target.
14111 (setup_all_syscalls): New proc.
14112
14113 2015-03-16 Yao Qi <yao.qi@linaro.org>
14114
14115 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14116 (top level): Skip tests if valid_addr_p returns false for
14117 $cmd1 or $cmd2.
14118
14119 2015-03-11 Andy Wingo <wingo@igalia.com>
14120
14121 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14122
14123 2015-03-11 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.base/catch-syscall.exp: Fix typo in comments.
14126
14127 2015-03-11 Yao Qi <yao.qi@linaro.org>
14128
14129 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14130
14131 2015-03-09 Pedro Alves <palves@redhat.com>
14132
14133 * dg-extract-results.py: Delete.
14134
14135 2015-03-09 Pedro Alves <palves@redhat.com>
14136
14137 Merge dg-extract-results.sh from GCC upstream (r218843).
14138
14139 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14140 * dg-extract-results.sh: Use --text with grep to avoid issues with
14141 binary files. Fall back to cat -v, if that doesn't work.
14142
14143 2015-03-05 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14146
14147 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14148
14149 * lib/mi-support.exp (mi_expect_interrupt): Accept
14150 alternative event for when in all-stop mode.
14151
14152 2015-03-04 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14155
14156 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14157
14158 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14159
14160 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14161
14162 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14163 regexps for GDB's current line display, accept a hex address
14164 preceding the line number.
14165
14166 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14167
14168 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14169 the 'arch1' variable for "s390*-linux*" targets.
14170
14171 2015-03-04 Pedro Alves <palves@redhat.com>
14172
14173 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14174 (main): Pass missing retval argument to pthread_join call.
14175
14176 2015-03-02 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14179 (top level): Call do_test with non-stop as well.
14180
14181 2015-03-02 Pedro Alves <palves@redhat.com>
14182
14183 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14184 -1.
14185
14186 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14187
14188 * gdb.arch/s390-vregs.exp: New test.
14189 * gdb.arch/s390-vregs.S: New file.
14190
14191 2015-02-27 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14194 call to catch_command_errors.
14195 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14196 catch_command_errors.
14197
14198 2015-02-27 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14201 "true" for boolean result.
14202 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14203 prototype of main.
14204
14205 2015-02-27 Pedro Alves <palves@redhat.com>
14206
14207 * lib/unbuffer_output.c: New file.
14208 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14209 (main): Call gdb_unbuffer_output.
14210
14211 2015-02-27 Yao Qi <yao.qi@linaro.org>
14212
14213 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14214 target.
14215
14216 2015-02-26 Doug Evans <dje@google.com>
14217
14218 * gdb.cp/class2.cc (Dbase, D): New classes.
14219 (main): New local delta.
14220 * gdb.cp/class2.exp: Test printing delta.
14221 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14222 (dynbar): New global.
14223 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14224
14225 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14226
14227 * gdb.compile/compile-ifunc.c: New file.
14228 * gdb.compile/compile-ifunc.exp: New file.
14229
14230 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14231
14232 * gdb.base/structs.exp: Check for correct struct on finish.
14233
14234 2015-02-26 Yao Qi <yao.qi@linaro.org>
14235
14236 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14237 is zero.
14238
14239 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14240
14241 * gdb.arch/cordic.ko.bz2: New file.
14242 * gdb.arch/cordic.ko.debug.bz2: New file.
14243 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14244
14245 2015-02-25 Yao Qi <yao.qi@linaro.org>
14246
14247 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14248 aarch64*-*-* target.
14249
14250 2015-02-23 Pedro Alves <palves@redhat.com>
14251
14252 * lib/gdb.exp (delete_breakpoints): Rewrite using
14253 gdb_test_multiple.
14254
14255 2015-02-23 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.base/info-os.c: Include stdlib.h.
14258
14259 2015-02-22 Doug Evans <xdje42@gmail.com>
14260
14261 PR symtab/17855
14262 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14263 is read after symbols have been re-read.
14264 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14265 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14266
14267 2015-02-21 Doug Evans <dje@google.com>
14268
14269 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14270
14271 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14272
14273 PR corefiles/17808
14274 * gdb.arch/i386-biarch-core.core.bz2: New file.
14275 * gdb.arch/i386-biarch-core.exp: New file.
14276
14277 2015-02-21 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14280 runto_main fails.
14281
14282 2015-02-20 Pedro Alves <palves@redhat.com>
14283
14284 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14285 info probes.
14286
14287 2015-02-20 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14290
14291 2015-02-20 Pedro Alves <palves@redhat.com>
14292
14293 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14294 clean_restart before gdb_target_supports_trace.
14295
14296 2015-02-20 Pedro Alves <palves@redhat.com>
14297
14298 PR threads/18006
14299 * gdb.threads/clone-thread_db.c: New file.
14300 * gdb.threads/clone-thread_db.exp: New file.
14301
14302 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14303
14304 PR breakpoints/16812
14305 * gdb.base/catch-gdb-caused-signals.c: New file.
14306 * gdb.base/catch-gdb-caused-signals.exp: New file.
14307
14308 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14309
14310 * configure: Regenerated.
14311 * configure.ac: Use GDB_AC_TRANSFORM.
14312 * aclocal.m4: sinclude ../transform.m4.
14313
14314 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14315
14316 * lib/dtrace.exp: New file.
14317 * gdb.base/dtrace-probe.exp: Likewise.
14318 * gdb.base/dtrace-probe.d: Likewise.
14319 * gdb.base/dtrace-probe.c: Likewise.
14320 * lib/pdtrace.in: Likewise.
14321 * configure.ac: Output variables with the transformed names of
14322 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14323 * configure: Regenerated.
14324
14325 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14326
14327 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14328 expected message when trying to access $_probe_* convenience
14329 variables while not on a probe.
14330
14331 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14332
14333 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14334
14335 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14336
14337 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14338 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14339
14340 2015-02-10 Doug Evans <xdje42@gmail.com>
14341
14342 * lib/gdb.exp (gdb_load): Always return a result.
14343
14344 2015-02-10 Pedro Alves <palves@redhat.com>
14345
14346 * gdb.threads/signal-sigtrap.c: New file.
14347 * gdb.threads/signal-sigtrap.exp: New file.
14348
14349 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14350
14351 * gdb.trace/no-attach-trace.c: New file.
14352 * gdb.trace/no-attach-trace.exp: New file.
14353
14354 2015-02-09 Mark Wielaard <mjw@redhat.com>
14355
14356 * gdb.dwarf2/atomic.c: New file.
14357 * gdb.dwarf2/atomic-type.exp: Likewise.
14358
14359 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14360
14361 * gdb.btrace/buffer-size.exp: Update "info record" output.
14362 * gdb.btrace/delta.exp: Update "info record" output.
14363 * gdb.btrace/enable.exp: Update "info record" output.
14364 * gdb.btrace/finish.exp: Update "info record" output.
14365 * gdb.btrace/instruction_history.exp: Update "info record" output.
14366 * gdb.btrace/next.exp: Update "info record" output.
14367 * gdb.btrace/nexti.exp: Update "info record" output.
14368 * gdb.btrace/step.exp: Update "info record" output.
14369 * gdb.btrace/stepi.exp: Update "info record" output.
14370 * gdb.btrace/nohist.exp: Update "info record" output.
14371
14372 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14373
14374 * gdb.btrace/buffer-size: New.
14375
14376 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14377
14378 * gdb.btrace/delta.exp: Update "info record" output.
14379 * gdb.btrace/enable.exp: Update "info record" output.
14380 * gdb.btrace/finish.exp: Update "info record" output.
14381 * gdb.btrace/instruction_history.exp: Update "info record" output.
14382 * gdb.btrace/next.exp: Update "info record" output.
14383 * gdb.btrace/nexti.exp: Update "info record" output.
14384 * gdb.btrace/step.exp: Update "info record" output.
14385 * gdb.btrace/stepi.exp: Update "info record" output.
14386 * gdb.btrace/nohist.exp: Update "info record" output.
14387
14388 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14389
14390 PR gdb/15678
14391 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14392
14393 2015-02-06 Pedro Alves <palves@redhat.com>
14394
14395 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14396 macro.
14397 (seconds_left, again): New globals.
14398 (main): Wait seconds_left in a 1-second sleep loop instead of
14399 sleeping 180 seconds. If 'again' is set, reset the seconds
14400 counter.
14401 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14402 'again' in the inferior before detaching. Print the seconds left.
14403 (options): New global.
14404 (top level): Build program with -DTIMEOUT=$timeout.
14405
14406 2015-02-06 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14409 determine how many seconds to pass to 'alarm'.
14410 * gdb.base/gdb-sigterm.exp (top level): Build program with
14411 -DTIMEOUT=$timeout.
14412 (do_test): Return success/failure indication. Add more verbose
14413 logging. Don't fail if 200 single steps are seen. Instead, fail
14414 when the test times out.
14415 (passes): New global.
14416 (top level): Break the testing loop if testing fails on any
14417 iteration. Use gdb_assert.
14418
14419 2015-02-04 Don Breazeal <donb@codesourcery.com>
14420
14421 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14422 and initialize them.
14423 (ipc_cleanup): New function.
14424 (main): Don't declare shmid, semid, and msqid. Add a call to
14425 atexit so that we call ipc_cleanup on exit.
14426
14427 2015-02-04 Pedro Alves <palves@redhat.com>
14428
14429 * boards/native-extended-gdbserver.exp: Remove any target variant
14430 specifications from the board name before clearing the isremote
14431 flag from board_info.
14432
14433 2015-01-31 Doug Evans <xdje42@gmail.com>
14434
14435 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14436
14437 2015-01-31 Gary Benson <gbenson@redhat.com>
14438
14439 * gdb.base/completion.exp: Disable completion limiting for
14440 existing tests. Add new tests to check completion limiting.
14441 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14442
14443 2015-01-31 Doug Evans <xdje42@gmail.com>
14444
14445 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14446
14447 2015-01-31 Doug Evans <xdje42@gmail.com>
14448
14449 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14450 entries. Duplicate file section script entries.
14451 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14452 inlined entries. Add test for safe-path rejection.
14453 * gdb.python/py-section-script.c: Add duplicate inlined section script
14454 entries. Duplicate file section script entries.
14455 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14456 inlined entries. Add test for safe-path rejection.
14457
14458 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14459
14460 * gdb.ada/disc_arr_bound: New testcase.
14461
14462 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14463
14464 * gdb.ada/mi_var_array: New testcase.
14465
14466 2015-01-27 Doug Evans <dje@google.com>
14467
14468 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14469 Add test for objfile.filename, objfile.username after objfile
14470 has been unloaded.
14471
14472 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14473
14474 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14475 the second test to print the name attribute of value
14476 returned by the call to gdb.lookup_type, and adjust
14477 the expected output accordingly.
14478
14479 2015-01-25 Mark Wielaard <mjw@redhat.com>
14480
14481 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14482 * gdb.base/disp-step-fork.c: Include unistd.h.
14483 * gdb.base/siginfo-obj.c: Include stdio.h.
14484 * gdb.base/siginfo-thread.c: Likewise.
14485 * gdb.mi/non-stop.c: Include unistd.h.
14486 * gdb.mi/nsthrexec.c: Include stdio.h.
14487 * gdb.mi/pthreads.c: Include unistd.h.
14488 * gdb.modula2/unbounded1.c (main): Declare returns int.
14489 * gdb.reverse/consecutive-reverse.c: Likewise.
14490 * gdb.threads/create-fail.c: Include unistd.h.
14491 * gdb.threads/killed.c: Likewise.
14492 * gdb.threads/linux-dp.c: Likewise.
14493 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14494 * gdb.threads/non-ldr-exc-2.c: Likewise.
14495 * gdb.threads/non-ldr-exc-3.c: Likewise.
14496 * gdb.threads/non-ldr-exc-4.c: Likewise.
14497 * gdb.threads/pthreads.c: Include unistd.h.
14498 (main): Declare returns int.
14499 * gdb.threads/tls-main.c (foo): New declaration.
14500 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14501
14502 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14503
14504 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14505 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14506
14507 2015-01-15 Mark Wielaard <mjw@redhat.com>
14508
14509 * gdb.base/noreturn-return.c: New file.
14510 * gdb.base/noreturn-return.exp: New file.
14511 * gdb.base/noreturn-finish.c: New file.
14512 * gdb.base/noreturn-finish.exp: New file.
14513
14514 2015-01-23 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.threads/continue-pending-after-query.c: New file.
14517 * gdb.threads/continue-pending-after-query.exp: New file.
14518
14519 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14520 Simon Marchi <simon.marchi@ericsson.com>
14521
14522 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14523 * gdb.base/valgrind-db-attach.exp: Same.
14524 * gdb.base/valgrind-infcall.exp: Same.
14525 * lib/mi-support.exp (default_mi_gdb_start): Same.
14526 * lib/prompt.exp (default_prompt_gdb_start): Same.
14527 * lib/gdb.exp (default_gdb_spawn): Same.
14528 (gdb_interact): New.
14529
14530
14531 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14532
14533 * gdb.compile/compile.exp (pointer to jit function): New test.
14534
14535 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14536
14537 * lib/gdb.exp (supports_process_record): Return true for
14538 powerpc*-*-linux*.
14539 (supports_reverse): Likewise.
14540
14541 2015-01-15 Don Breazeal <donb@codesourcery.com>
14542
14543 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14544 instead of checking whether the target board is remote and
14545 use spawn_wait_for_attach instead of exec/sleep.
14546 * gdb.base/attach-twice.exp: Likewise.
14547
14548 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14549
14550 * gdb.ada/var_arr_attrs: New testcase.
14551
14552 2015-01-14 Pedro Alves <palves@redhat.com>
14553 Joel Brobecker <brobecker@adacore.com>
14554
14555 PR gdb/17525
14556 * gdb.base/bp-cmds-execution-x-script.c: New file.
14557 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14558 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14559
14560 2015-01-14 Pedro Alves <palves@redhat.com>
14561
14562 PR cli/17828
14563 * gdb.base/batch-preserve-term-settings.c: New file.
14564 * gdb.base/batch-preserve-term-settings.exp: New file.
14565
14566 2015-01-13 Doug Evans <dje@google.com>
14567
14568 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14569 binary.
14570
14571 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14572
14573 * Makefile.in (clean mostlyclean): Do not delete *.py.
14574
14575 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14576
14577 * gdb.python/py-lookup-type.exp: New file.
14578
14579 2015-01-12 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14582 restore GDBFLAGS before returning.
14583
14584 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14585
14586 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14587 is_amd64_regs_target and is_x86_like_target.
14588
14589 2015-01-11 Doug Evans <xdje42@gmail.com>
14590
14591 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14592 is given without an explicit form.
14593 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14594 attributes.
14595 * gdb.dwarf/corrupt.exp: Ditto.
14596 * gdb.dwarf2/enum-type.exp: Ditto.
14597 * gdb.trace/entry-values.exp: Ditto.
14598 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14599
14600 2015-01-11 Doug Evans <xdje42@gmail.com>
14601
14602 PR gdb/15830
14603 * gdb.base/maint.exp: Remove references to "maint demangle".
14604 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14605 Add tests for explicitly specifying language to demangle.
14606 * gdb.dlang/demangle.exp: Ditto.
14607
14608 2015-01-09 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.threads/non-stop-fair-events.c: New file.
14611 * gdb.threads/non-stop-fair-events.exp: New file.
14612
14613 2015-01-09 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14616 the global scope. Set a breakpoint after all threads are started
14617 rather than stepping over two source lines. Expect the prompt.
14618 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14619 global.
14620 (NUM): Now 15.
14621 (main): Use threads_started_barrier to wait for all threads to
14622 start. Main thread no longer calls thread_function. Exit after
14623 180 seconds.
14624 (loop): New function.
14625 (thread_function): Wait on threads_started_barrier barrier. Call
14626 'loop' at each iteration.
14627 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14628 threads have started, instead of hardcoding number of "next"
14629 steps. Use an access watchpoint instead of a write watchpoint.
14630
14631 2015-01-09 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14634 (thread_func): Wait on barrier.
14635 (main): Wait for all threads to start before stopping GDB.
14636 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14637 global.
14638 (thread1_func, thread2_func): Wait on barrier.
14639 (main): Wait for all threads to start before stopping GDB.
14640 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14641 New global.
14642 (thread1_func, thread2_func): Wait on barrier.
14643 (main): Wait for all threads to start before stopping GDB.
14644
14645 2015-01-09 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.threads/attach-many-short-lived-threads.c: New file.
14648 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14649
14650 2014-01-09 Pedro Alves <palves@redhat.com>
14651
14652 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14653 instead of to thread 2.
14654 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14655 Add barrier around each pthread_create call instead of around all
14656 calls.
14657 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14658 Set a break on thread_function and have the child threads hit it
14659 one at at a time.
14660
14661 2015-01-09 Pedro Alves <palves@redhat.com>
14662
14663 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14664 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14665 false.
14666 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14667 checking whether the target board is remote.
14668 * gdb.multi/multi-attach.exp: Likewise.
14669 * gdb.python/py-sync-interp.exp: Likewise.
14670 * gdb.server/ext-attach.exp: Likewise.
14671 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14672 tests that need to attach, instead of checking whether the target
14673 board is remote at the top of the file.
14674
14675 2015-01-08 Yao Qi <yao@codesourcery.com>
14676
14677 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14678
14679 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14680
14681 Fix testcase compilation.
14682 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14683
14684 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14685
14686 * gdb.python/py-type.exp: Add a couple test about empty
14687 array creation, and negative-length array creation.
14688
14689 2015-01-02 Doug Evans <xdje42@gmail.com>
14690
14691 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14692
14693 2015-01-02 Doug Evans <dje@google.com>
14694
14695 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14696
14697 2014-12-29 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.trace/entry-values.exp: Update comments. Rename variable
14700 bar_call_foo to returned_from_foo.
14701
14702 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14703
14704 PR gdb/17394
14705 * gdb.linespec/break-asm-file.c: New file.
14706 * gdb.linespec/break-asm-file.exp: New file.
14707 * gdb.linespec/break-asm-file0.s: New file.
14708 * gdb.linespec/break-asm-file1.s: New file.
14709
14710 2014-12-18 Nigel Stephens <nigel@mips.com>
14711 Maciej W. Rozycki <macro@codesourcery.com>
14712
14713 * gdb.base/float.exp: Handle the new output from "info float" on
14714 MIPS targets.
14715
14716 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 Fix MinGW compilation.
14719 * gdb.compile/compile-ops.exp: Update untested message if
14720 !skip_compile_feature_tests.
14721 * gdb.compile/compile-setjmp.exp: Likewise.
14722 * gdb.compile/compile-tls.exp: Likewise.
14723 * gdb.compile/compile.exp: Likewise.
14724 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14725 supported on this host".
14726
14727 2014-12-16 Doug Evans <xdje42@gmail.com>
14728
14729 * boards/stabs.exp: New file.
14730
14731 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14732
14733 * gdb.base/completion.exp: Adjust to format changes of "maint
14734 print user-registers".
14735
14736 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14737
14738 PR server/17457
14739 * gdb.arch/aarch64-fp.c: New file.
14740 * gdb.arch/aarch64-fp.exp: New file.
14741
14742 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14743
14744 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14745 r210637, r210913, r211666, r215400, r215817).
14746
14747 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14748 * dg-extract-results.py: New file.
14749 * dg-extract-results.sh: Use it if the environment seems
14750 suitable.
14751
14752 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14753
14754 * dg-extract-results.py (parse_run): Handle warnings that
14755 are printed before a test harness is run.
14756
14757 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14758
14759 * dg-extract-results.py (Named): Remove __cmp__ method.
14760 (output_variation): Use a key to sort variation.harnesses.
14761
14762 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14763
14764 * dg-extract-results.py: For Python 3, force sys.stdout to
14765 handle surrogate escape sequences.
14766 (safe_open): New function.
14767 (output_segment, main): Use it.
14768
14769 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14770
14771 * dg-extract-results.py (Prog.result_re): Include options
14772 in test name.
14773
14774 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14775
14776 * dg-extract-results.py (output_variation): Always sort if
14777 do_sum.
14778
14779 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14780
14781 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14782 as long as we get pagination notifications.
14783
14784 2014-12-15 Jason Merrill <jason@redhat.com>
14785
14786 * Makefile.in (check-gdb.%): Restore.
14787 * README: Mention it.
14788
14789 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14790
14791 * gdb.ada/str_uninit: New testcase.
14792
14793 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14794
14795 PR symtab/17642
14796 * gdb.base/vla-stub-define.c: New file.
14797 * gdb.base/vla-stub.c: New file.
14798 * gdb.base/vla-stub.exp: New file.
14799
14800 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14801 Jan Kratochvil <jan.kratochvil@redhat.com>
14802 Tom Tromey <tromey@redhat.com>
14803
14804 * configure.ac: Add gdb.compile/.
14805 * configure: Regenerate.
14806 * gdb.compile/Makefile.in: New file.
14807 * gdb.compile/compile-ops.exp: New file.
14808 * gdb.compile/compile-ops.c: New file.
14809 * gdb.compile/compile-tls.c: New file.
14810 * gdb.compile/compile-tls.exp: New file.
14811 * gdb.compile/compile-constvar.S: New file.
14812 * gdb.compile/compile-constvar.c: New file.
14813 * gdb.compile/compile-mod.c: New file.
14814 * gdb.compile/compile-nodebug.c: New file.
14815 * gdb.compile/compile-setjmp-mod.c: New file.
14816 * gdb.compile/compile-setjmp.c: New file.
14817 * gdb.compile/compile-setjmp.exp: New file.
14818 * gdb.compile/compile-shlib.c: New file.
14819 * gdb.compile/compile.c: New file.
14820 * gdb.compile/compile.exp: New file.
14821 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14822
14823 2014-12-12 Tom Tromey <tromey@redhat.com>
14824
14825 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14826 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14827
14828 2014-12-12 Doug Evans <dje@google.com>
14829
14830 * lib/gdb-python.exp (get_python_valueof): New function.
14831 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14832
14833 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14834
14835 * gdb.base/completion.exp: Add test for completion of "info
14836 registers ".
14837
14838 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14839
14840 * gdb.base/func-ptrs.c: New file.
14841 * gdb.base/func-ptrs.exp: New file.
14842
14843 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14844
14845 PR breakpoints/17012
14846 * gdb.base/dprintf-detach.c: New file.
14847 * gdb.base/dprintf-detach.exp: New file.
14848
14849 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14850
14851 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14852 * lib/gdb.exp (target_is_gdbserver): New procedure.
14853
14854 2014-12-08 Doug Evans <dje@google.com>
14855
14856 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14857
14858 2014-12-05 Yao Qi <yao@codesourcery.com>
14859
14860 * gdb.guile/scm-error.exp: Remove the third argument to
14861 gdb_remote_download.
14862 * gdb.guile/scm-frame-args.exp: Likewise.
14863 * gdb.guile/scm-section-script.exp: Likewise.
14864
14865 2014-12-05 Yao Qi <yao@codesourcery.com>
14866
14867 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14868
14869 2014-12-04 Doug Evans <dje@google.com>
14870
14871 * gdb.python/py-objfile.exp: Add tests for
14872 objfile.add_separate_debug_file.
14873
14874 2014-12-04 Doug Evans <dje@google.com>
14875
14876 * lib/gdb.exp (get_build_id): New function.
14877 (build_id_debug_filename_get): Rewrite to use it.
14878 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14879
14880 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14881
14882 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14883 `method(long)', not just 0x0.
14884 * gdb.cp/nsalias.exp: Align code labels to 4.
14885 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14886 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14887 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14888 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14889 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14890 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14891
14892 2014-12-02 Doug Evans <dje@google.com>
14893
14894 PR symtab/17602
14895 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14896 * gdb.cp/anon-ns2.cc: ... here. New file.
14897 * gdb.cp/anon-ns.exp: Update.
14898
14899 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14900
14901 * gdb.python/py-events.py (inferior_call_handler): New.
14902 (register_changed_handler, memory_changed_handler): New.
14903 (test_events.invoke): Register new handlers.
14904 * gdb.python/py-events.exp: Add tests for inferior call,
14905 memory_changed and register_changed events.
14906
14907 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14908
14909 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14910 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14911 if the linker doesn't understand this.
14912
14913 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * gdb.python/python.exp: Change expected reply to help().
14916
14917 2014-12-01 Yao Qi <yao@codesourcery.com>
14918
14919 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14920 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14921 * configure: Re-generated.
14922
14923 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14924
14925 * gdb.cp/chained-calls.cc: New file.
14926 * gdb.cp/chained-calls.exp: New file.
14927 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14928
14929 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14930
14931 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14932 * gdb.dwarf2/symtab-producer.exp: Same.
14933 * gdb.gdb/python-interrupts.exp: Same.
14934 * gdb.gdb/python-selftest.exp: Same.
14935 * gdb.python/py-linetable.exp: Same.
14936 * gdb.python/py-type.exp: Same.
14937 * gdb.python/py-value-cc.exp: Same.
14938 * gdb.python/py-value.exp: Same.
14939
14940 2014-11-28 Yao Qi <yao@codesourcery.com>
14941
14942 * gdb.base/break-probes.exp: Match library name prefixed with
14943 sysroot.
14944
14945 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14946
14947 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14948 test expected output. Add parentheses for the call to print.
14949 Remove L suffix from integers.
14950
14951 2014-11-26 Doug Evans <dje@google.com>
14952
14953 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14954
14955 2014-11-22 Yao Qi <yao@codesourcery.com>
14956
14957 * gdb.trace/entry-values.c: Remove asms.
14958 (foo): Add foo_label.
14959 (bar): Add bar_label.
14960 * gdb.trace/entry-values.exp: Remove code computing foo's
14961 length and bar's length.
14962 (Dwarf::assemble): Invoke function_range for bar and use
14963 MACRO_AT_func for foo.
14964
14965 2014-11-22 Yao Qi <yao@codesourcery.com>
14966
14967 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14968 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14969 Use .Lgcc43_procstart instead of gcc43.
14970
14971 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14972
14973 * gdb.ada/n_arr_bound: New testcase.
14974
14975 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14976
14977 PR breakpoints/10737
14978 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14979 test_catch_syscall_multi_arch.
14980 (test_catch_syscall_multi_arch): New function.
14981
14982 2014-11-20 Doug Evans <xdje42@gmail.com>
14983
14984 * gdb.base/maint.exp: Update expected output.
14985
14986 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14987
14988 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14989 4-byte instruction on S390.
14990
14991 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14992
14993 * gdb.ada/arr_arr: New testcase.
14994
14995 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14996
14997 * gdb.ada/pkd_arr_elem: New Testcase.
14998
14999 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
15000
15001 * gdb.reverse/break-precsave: Expect completion message for
15002 core file reads.
15003 * gdb.reverse/consecutive-precsave.exp: Likewise.
15004 * gdb.reverse/finish-precsave.exp: Likewise.
15005 * gdb.reverse/i386-precsave.exp: Likewise.
15006 * gdb.reverse/machinestate-precsave.exp: Likewise.
15007 * gdb.reverse/sigall-precsave.exp: Likewise.
15008 * gdb.reverse/solib-precsave.exp: Likewise.
15009 * gdb.reverse/step-precsave.exp: Likewise.
15010 * gdb.reverse/until-precsave.exp: Likewise.
15011 * gdb.reverse/watch-precsave.exp: Likewise.
15012
15013 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15014
15015 * gdb.base/bp-permanent.c: Include unistd.h.
15016 * gdb.python/py-framefilter-mi.c (main): Add return type.
15017 * gdb.python/py-framefilter.c (main): Likewise.
15018 * gdb.trace/actions-changed.c (main): Likewise.
15019
15020 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15021
15022 * gdb.mi/until.c: Add eye-catchers.
15023 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15024 line numbers.
15025
15026 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15027
15028 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15029 function header variants in break1.c.
15030 * gdb.base/ena-dis-br.exp: Likewise.
15031 * gdb.base/hbreak2.exp: Likewise.
15032 * gdb.reverse/until-precsave.exp: Drop references to removed
15033 non-prototype function header variants in ur1.c.
15034 * gdb.reverse/until-reverse.exp: Likewise.
15035
15036 2014-11-17 Petr Machata <pmachata@redhat.com>
15037
15038 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15039 ${_cu_offset_size} bytes abbrev offset.
15040
15041 2014-11-15 Doug Evans <xdje42@gmail.com>
15042
15043 PR symtab/17559
15044 * gdb.base/line-symtabs.exp: New file.
15045 * gdb.base/line-symtabs.c: New file.
15046 * gdb.base/line-symtabs.h: New file.
15047
15048 2014-11-14 Yao Qi <yao@codesourcery.com>
15049
15050 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15051 (func): Add label func_label.
15052 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15053 Replace low_pc and high_pc with MACRO_AT_range.
15054 Replace name, low_pc and high_pc with MACRO_AT_func.
15055
15056 2014-11-14 Yao Qi <yao@codesourcery.com>
15057
15058 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15059 Replace name, low_pc and high_pc with MACRO_AT_func.
15060
15061 2014-11-14 Yao Qi <yao@codesourcery.com>
15062
15063 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15064 produce debug information.
15065 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15066
15067 2014-11-14 Yao Qi <yao@codesourcery.com>
15068
15069 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15070 object and get function length.
15071 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15072 with MACRO_AT_func.
15073 (top-level): Replace gdb_compile and clean_restart with
15074 prepare_for_testing.
15075 * gdb.dwarf2/main.c (main): Add label main_label.
15076
15077 2014-11-14 Yao Qi <yao@codesourcery.com>
15078
15079 * lib/dwarf.exp (function_range): New procedure.
15080 (Dwarf::_handle_macro_at_func): New procedure.
15081 (Dwarf::_handle_macro_at_range): New procedure.
15082 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15083
15084 2014-11-14 Yao Qi <yao@codesourcery.com>
15085
15086 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15087 (_handle_attribute): New procedure.
15088
15089 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15090
15091 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15092 * gdb.base/call-sc.c (zed): Likewise.
15093 * gdb.base/checkpoint.c (main): Likewise.
15094 * gdb.base/dump.c (main): Likewise.
15095 * gdb.base/gcore.c (main): Likewise.
15096 * gdb.base/huge.c (main): Likewise.
15097 * gdb.base/multi-forks.c (main): Likewise.
15098 * gdb.base/pr10179-a.c (main): Likewise.
15099 * gdb.base/savedregs.c (main): Likewise.
15100 * gdb.base/sigaltstack.c (main): Likewise.
15101 * gdb.base/siginfo.c (main): Likewise.
15102 * gdb.base/structs.c (zed): Likewise.
15103 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15104 * gdb.mi/mi-syn-frame.c (main): Likewise.
15105 * gdb.mi/until.c (foo, main): Likewise.
15106 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15107 * gdb.base/solib-weak.c (foo): Declare.
15108 * gdb.base/attach-twice.c: Include stdio.h.
15109 * gdb.base/weaklib1.c: Likewise.
15110 * gdb.base/weaklib2.c: Likewise.
15111 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15112 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15113 unistd.h.
15114 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15115 * gdb.mi/mi-exit-code.c: Likewise.
15116 * gdb.base/break-interp-lib.c: Include string.h.
15117 * gdb.base/coremaker.c: Likewise.
15118 * gdb.base/testenv.c: Likewise.
15119 * gdb.python/py-finish-breakpoint.c: Likewise.
15120 * gdb.base/inferior-died.c: Include sys/wait.h.
15121 * gdb.base/fileio.c: Include time.h.
15122 * gdb.base/async-shell.c: Include unistd.h.
15123 * gdb.base/dprintf-non-stop.c: Likewise.
15124 * gdb.base/info-os.c: Likewise.
15125 * gdb.mi/mi-console.c: Likewise.
15126 * gdb.mi/watch-nonstop.c: Likewise.
15127 * gdb.python/py-events.c: Likewise.
15128 * gdb.base/async.c (baz): Move up before its invocation.
15129 * gdb.base/code_elim2.c (my_global_func): Likewise.
15130 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15131 * gdb.base/advance.c (func2): Likewise.
15132
15133 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15134
15135 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15136 variant.
15137 * gdb.base/annota3.c: Likewise.
15138 * gdb.base/async.c: Likewise.
15139 * gdb.base/average.c: Likewise.
15140 * gdb.base/call-ar-st.c: Likewise.
15141 * gdb.base/call-rt-st.c: Likewise.
15142 * gdb.base/call-sc.c: Likewise.
15143 * gdb.base/call-strs.c: Likewise.
15144 * gdb.base/ending-run.c: Likewise.
15145 * gdb.base/execd-prog.c: Likewise.
15146 * gdb.base/exprs.c: Likewise.
15147 * gdb.base/foll-exec.c: Likewise.
15148 * gdb.base/foll-fork.c: Likewise.
15149 * gdb.base/foll-vfork.c: Likewise.
15150 * gdb.base/funcargs.c: Likewise.
15151 * gdb.base/gcore.c: Likewise.
15152 * gdb.base/jump.c: Likewise.
15153 * gdb.base/langs0.c: Likewise.
15154 * gdb.base/langs1.c: Likewise.
15155 * gdb.base/langs2.c: Likewise.
15156 * gdb.base/mips_pro.c: Likewise.
15157 * gdb.base/nodebug.c: Likewise.
15158 * gdb.base/opaque0.c: Likewise.
15159 * gdb.base/opaque1.c: Likewise.
15160 * gdb.base/recurse.c: Likewise.
15161 * gdb.base/run.c: Likewise.
15162 * gdb.base/scope0.c: Likewise.
15163 * gdb.base/scope1.c: Likewise.
15164 * gdb.base/setshow.c: Likewise.
15165 * gdb.base/setvar.c: Likewise.
15166 * gdb.base/shmain.c: Likewise.
15167 * gdb.base/shr1.c: Likewise.
15168 * gdb.base/shr2.c: Likewise.
15169 * gdb.base/sigall.c: Likewise.
15170 * gdb.base/signals.c: Likewise.
15171 * gdb.base/so-indr-cl.c: Likewise.
15172 * gdb.base/solib2.c: Likewise.
15173 * gdb.base/structs.c: Likewise.
15174 * gdb.base/sum.c: Likewise.
15175 * gdb.base/vforked-prog.c: Likewise.
15176 * gdb.base/watchpoint.c: Likewise.
15177 * gdb.reverse/shr2.c: Likewise.
15178 * gdb.reverse/until-reverse.c: Likewise.
15179 * gdb.reverse/ur1.c: Likewise.
15180 * gdb.reverse/watch-reverse.c: Likewise.
15181
15182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15183
15184 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15185 variant.
15186 * gdb.base/sepdebug.exp: Drop references to removed code.
15187
15188 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15189
15190 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15191 variant. Preserve original line numbering.
15192 * gdb.base/list1.c: Likewise.
15193
15194 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15195
15196 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15197 variant.
15198 * gdb.base/break1.c: Likewise.
15199 * gdb.base/break.exp: Drop references to removed code.
15200
15201 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15202
15203 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15204 variant.
15205
15206 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15207
15208 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15209
15210 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15211
15212 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15213 logic into perform_all_tests() and invoke it with and without
15214 function header prototypes.
15215 (do_function_calls): Remove conditional XFAIL for PR 5318.
15216 (rerun_and_prepare): Remove duplicate code.
15217 (perform_all_tests): New. Main logic moved here.
15218
15219 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15220
15221 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15222 code guarded by #ifdef NO_PROTOTYPES.
15223 (t_double_many_args): Likewise.
15224 (DEF_FUNC_MANY_ARGS_1): Likewise.
15225 (DEF_FUNC_VALUES_1): Likewise.
15226 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15227 guarded by #ifdef PROTOTYPES.
15228
15229 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15230
15231 * gdb.mi/mi-console.c: Add eye-catcher.
15232 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15233 instead of literal line number.
15234
15235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15236
15237 * gdb.base/shr2.c: Add eye-catcher.
15238 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15239 line number.
15240
15241 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15242
15243 * gdb.base/jump.c: Add eye-catchers.
15244 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15245 numbers.
15246
15247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15248
15249 * gdb.base/execd-prog.c: Add eye-catchers.
15250 * gdb.base/foll-exec.c: Likewise.
15251 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15252 line numbers.
15253
15254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15255
15256 * gdb.base/ending-run.c: Add eye-catchers.
15257 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15258 literal line numbers.
15259
15260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15261
15262 * gdb.base/call-rt-st.c: Add eye-catchers.
15263 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15264 literal line numbers.
15265
15266 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15267
15268 * gdb.base/call-ar-st.c: Add eye-catchers.
15269 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15270 literal line numbers.
15271
15272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15273
15274 * gdb.base/average.c: Add eye-catchers.
15275 * gdb.base/sum.c: Likewise.
15276 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15277 regexps dynamically.
15278
15279 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15280
15281 * gdb.base/solib1.c: Add eye-catchers.
15282 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15283 literal line numbers.
15284
15285 2014-11-12 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15288 leader has exited.
15289
15290 2014-11-12 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.arch/i386-bp_permanent.c: New file.
15293 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15294 (srcfile): Set to i386-bp_permanent.c.
15295 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15296 that stepi does not execute the 'leave' instruction, instead of
15297 testing it does execute.
15298 * gdb.base/bp-permanent.c: New file.
15299 * gdb.base/bp-permanent.exp: New file.
15300
15301 2014-11-10 Doug Evans <xdje42@gmail.com>
15302
15303 PR symtab/17564
15304 * gdb.base/symtab-search-order.exp: New file.
15305 * gdb.base/symtab-search-order.c: New file.
15306 * gdb.base/symtab-search-order-1.c: New file.
15307 * gdb.base/symtab-search-order-shlib-1.c: New file.
15308
15309 2014-11-07 Pedro Alves <palves@redhat.com>
15310
15311 PR gdb/17511
15312 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15313 i?86-*-linux*.
15314
15315 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15316
15317 PR c++/17494
15318 * gdb.cp/pr17494.cc: New file.
15319 * gdb.cp/pr17494.exp: New file.
15320
15321 2014-11-02 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.python/python.exp: Get working directory and match the
15324 output of "set extended-prompt \\w " with it.
15325
15326 2014-10-30 Doug Evans <dje@google.com>
15327
15328 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15329 in objfiles.
15330 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15331 in progspaces.
15332
15333 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15334
15335 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15336 * gdb.base/realname-expand.exp: Likewise.
15337 * gdb.linespec/macro-relative.exp: Likewise.
15338
15339 2014-10-29 Pedro Alves <palves@redhat.com>
15340
15341 PR gdb/17408
15342 * gdb.threads/schedlock.c (some_function): New function.
15343 (call_function): New global.
15344 (MAYBE_CALL_SOME_FUNCTION): New macro.
15345 (thread_function): Call it.
15346 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15347 and use it instead of a global counter. Adjust all callers.
15348 (get_current_thread): Use "find current thread" for test message
15349 here rather than having all callers pass down the same string.
15350 (goto_loop): New procedure, factored out from ...
15351 (my_continue): ... this.
15352 (step_ten_loops): Change parameter from test message to command to
15353 use. Adjust.
15354 (list_count): Delete global.
15355 (check_result): New procedure, factored out from duplicate top
15356 level code.
15357 (continue tests): Wrap in with_test_prefix.
15358 (test_step): New procedure, factored out from duplicate top level
15359 code.
15360 (top level): Test "step" in combination with all scheduler-locking
15361 modes. Test "next" in combination with all scheduler-locking
15362 modes, and in combination with stepping over a function call or
15363 not.
15364 * gdb.threads/next-bp-other-thread.c: New file.
15365 * gdb.threads/next-bp-other-thread.exp: New file.
15366
15367 2014-10-29 Pedro Alves <palves@redhat.com>
15368
15369 PR python/17372
15370 * gdb.python/python.exp: Test a multi-line command that spawns
15371 interactive Python.
15372 * gdb.base/multi-line-starts-subshell.exp: New file.
15373
15374 2014-10-29 Yao Qi <yao@codesourcery.com>
15375
15376 * gdb.base/fileio.exp: Make directories on host.
15377
15378 2014-10-29 Yao Qi <yao@codesourcery.com>
15379
15380 * gdb.base/fileio.c (test_write): Close the file.
15381
15382 2014-10-28 Pedro Alves <palves@redhat.com>
15383
15384 PR gdb/12623
15385 * gdb.base/sigstep.c (no_handler): New global.
15386 (main): If 'no_handler is true, set the signal handlers to
15387 SIG_IGN.
15388 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15389 with_sw_watch and no_handler parameters. Handle them.
15390 (top level) <stepping over handler when stopped at a breakpoint
15391 test>: Add a test axis for testing with a software watchpoint, and
15392 another for testing with the signal handler set to SIG_IGN.
15393 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15394 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15395
15396 2014-10-28 Pedro Alves <palves@redhat.com>
15397
15398 PR gdb/17511
15399 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15400 * gdb.base/sigstep.exp (other_handler_location): New global.
15401 (advance): Support stepping into the signal handler, and running
15402 commands while in the handler.
15403 (in_handler_map): New global.
15404 (top level): In the advance test, add combinations for getting
15405 into the handler with stepping commands, and for running commands
15406 in the handler. Add comment descripting the advancei tests.
15407
15408 2014-10-28 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/sigstep.exp: Use build_executable instead of
15411 prepare_for_testing.
15412 (top level): Move code that starts GDB, runs to main and creates a
15413 display to ...
15414 (restart): ... this new procedure.
15415 (top level): Move backtrace from signal handler test to ...
15416 (validate_backtrace): ... this new procedure.
15417 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15418 with_test_prefix. Always restart GDB.
15419 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15420 with_test_prefix. Always restart GDB. No need to delete
15421 breakpoints after the test.
15422 (test_skip_handler): Remove prefix parameter.
15423 (skip_over_handler, breakpoint_to_handler)
15424 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15425 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15426 restart GDB. No need to delete breakpoints after the test.
15427 (top level): Use foreach to call the test procedures with
15428 different commands.
15429
15430 2014-10-28 Pedro Alves <palves@redhat.com>
15431
15432 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15433 instead of GNATS numbers.
15434 * gdb.base/sigbpt.exp: Likewise.
15435 * gdb.base/siginfo.exp: Likewise.
15436 * gdb.base/sigstep.exp: Likewise.
15437
15438 2014-10-27 Pedro Alves <palves@redhat.com>
15439
15440 * gdb.base/sigstep.c (dummy): New global.
15441 (main): Issue a couple writes to the new global.
15442 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15443 procedures.
15444 (skip_over_handler): Use test_skip_handler.
15445 (top level): Call skip_over_handler for stepi and nexti too.
15446 (breakpoint_over_handler): Use test_skip_handler.
15447 (top level): Call breakpoint_over_handler for stepi and nexti too.
15448
15449 2014-10-27 Yao Qi <yao@codesourcery.com>
15450
15451 * gdb.trace/tfile.c (adjust_function_address)
15452 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15453 function descriptor.
15454
15455 2014-10-24 Don Breazeal <donb@codesourcery.com>
15456
15457 * gdb.base/foll-fork.exp (test_follow_fork,
15458 catch_fork_child_follow): Check for updated fork messages emitted
15459 from infrun.c.
15460 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15461 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15462 vfork_and_exec_child_follow_through_step): Check for updated vfork
15463 messages emitted from infrun.c.
15464
15465 2014-10-24 Pedro Alves <palves@redhat.com>
15466
15467 * gdb.base/corefile.exp: Remove references to ultrix.
15468 * gdb.base/interrupt.exp: Likewise.
15469 * gdb.base/whatis.exp: Likewise.
15470 * gdb.gdb/selftest.exp: Likewise.
15471 * gdb.threads/manythreads.exp: Likewise.
15472 * gdb.threads/print-threads.exp: Likewise.
15473 * gdb.threads/pthreads.exp:: Likewise.
15474 * gdb.threads/schedlock.exp: Likewise.
15475
15476 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15477
15478 * gdb.cp/non-trivial-retval.cc: Add a test case.
15479 * gdb.cp/non-trivial-retval.exp: Add a test.
15480
15481 2014-10-20 Yao Qi <yao@codesourcery.com>
15482
15483 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15484 * gdb.python/py-objfile-script-gdb.py: New file.
15485 * gdb.python/py-objfile-script.exp: Update reference to
15486 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15487 of remote_download. Remove the dest file.
15488
15489 2014-10-20 Yao Qi <yao@codesourcery.com>
15490
15491 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15492 * gdb.base/step-line.exp: Likewise.
15493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15494 * gdb.dwarf2/dw2-basic.exp: Likewise.
15495 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15496 * gdb.dwarf2/dw2-filename.exp: Likewise.
15497 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15498 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15499 * gdb.dwarf2/dw2-producer.exp: Likewise.
15500 * gdb.dwarf2/mac-fileno.exp: Likewise.
15501 * gdb.python/py-frame-args.exp: Likewise.
15502 * gdb.python/py-framefilter.exp: Likewise.
15503 * gdb.python/py-mi.exp: Likewise.
15504 * gdb.python/py-objfile-script.exp: Likewise
15505 * gdb.python/py-pp-integral.exp: Likewise.
15506 * gdb.python/py-pp-re-notag.exp: Likewise.
15507 * gdb.python/py-prettyprint.exp: Likewise.
15508 * gdb.python/py-section-script.exp: Likewise.
15509 * gdb.python/py-typeprint.exp: Likewise.
15510 * gdb.python/py-xmethods.exp: Likewise.
15511 * gdb.stabs/weird.exp: Likewise.
15512 * gdb.xml/tdesc-regs.exp: Likewise.
15513
15514 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15515
15516 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15517 (out_cu): Use addr_len for the size of addresses.
15518 (out_line): Likewise. Size DW_LNE_set_address instruction
15519 according to addr_len.
15520 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15521 (FUNC): Add START_INSNS to definition.
15522
15523 2014-10-18 Yao Qi <yao@codesourcery.com>
15524
15525 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15526 gdb_has_argv0 return true.
15527 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15528 check [target_info exists noargs], check [gdb_has_argv0]
15529 instead.
15530 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15531 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15532 procedures.
15533
15534 2014-10-17 Doug Evans <dje@google.com>
15535
15536 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15537 event.
15538 * gdb.python/py-events.py: Add clear_objfiles event.
15539
15540 2014-10-17 Doug Evans <dje@google.com>
15541
15542 * gdb.python/py-objfile.exp: Test progspace attribute.
15543
15544 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15545
15546 * gdb.guile/scm-breakpoint.exp: Do not assume any
15547 directory separators when matching source file paths.
15548 * gdb.python/py-breakpoint.exp: Likewise.
15549 * gdb.reverse/break-precsave.exp: Likewise.
15550 * gdb.reverse/break-reverse.exp: Likewise.
15551 * gdb.reverse/consecutive-precsave.exp: Likewise.
15552 * gdb.reverse/finish-precsave.exp: Likewise.
15553 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15554 * gdb.reverse/finish-reverse.exp: Likewise.
15555 * gdb.reverse/i386-precsave.exp: Likewise.
15556 * gdb.reverse/i387-env-reverse.exp: Likewise.
15557 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15558 * gdb.reverse/machinestate-precsave.exp: Likewise.
15559 * gdb.reverse/machinestate.exp: Likewise.
15560 * gdb.reverse/sigall-precsave.exp: Likewise.
15561 * gdb.reverse/solib-precsave.exp: Likewise.
15562 * gdb.reverse/step-precsave.exp: Likewise.
15563 * gdb.reverse/until-precsave.exp: Likewise.
15564 * gdb.reverse/watch-precsave.exp: Likewise.
15565 * gdb.reverse/watch-reverse.exp: Likewise.
15566
15567 2014-10-17 Yao Qi <yao@codesourcery.com>
15568
15569 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15570 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15571
15572 2014-10-17 Pedro Alves <palves@redhat.com>
15573
15574 PR gdb/17471
15575 * gdb.base/bg-execution-repeat.c: New file.
15576 * gdb.base/bg-execution-repeat.exp: New file.
15577
15578 2014-10-17 Pedro Alves <palves@redhat.com>
15579
15580 PR gdb/17300
15581 * gdb.base/continue-all-already-running.c: New file.
15582 * gdb.base/continue-all-already-running.exp: New file.
15583
15584 2014-10-17 Pedro Alves <palves@redhat.com>
15585
15586 PR gdb/17472
15587 * gdb.base/annota-input-while-running.c: New file.
15588 * gdb.base/annota-input-while-running.exp: New file.
15589
15590 2014-10-17 Pedro Alves <palves@redhat.com>
15591
15592 * gdb.base/callfuncs.exp: emove references to osf.
15593 * gdb.base/sigall.exp: Likewise.
15594 * gdb.gdb/selftest.exp: Likewise.
15595 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15596 * gdb.mi/non-stop.c: Likewise.
15597 * gdb.mi/pthreads.c: Likewise.
15598 * gdb.reverse/sigall-precsave.exp: Likewise.
15599 * gdb.reverse/sigall-reverse.exp: Likewise.
15600 * gdb.threads/pthreads.c: Likewise.
15601 * gdb.threads/pthreads.exp: Likewise.
15602
15603 2014-10-17 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15606 check 'target_info exists noargs'.
15607 (test_command_prompt_position): Likewise.
15608 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15609 Remove "set args".
15610 (progvar_simple_while_test): Likewise.
15611 (progvar_complex_if_while_test): Likewise.
15612 (if_while_breakpoint_command_test): Likewise.
15613 (infrun_breakpoint_command_test): Likewise.
15614 (breakpoint_command_test): Likewise.
15615 (watchpoint_command_test): Likewise.
15616 (bp_deleted_in_command_test): Likewise.
15617 (temporary_breakpoint_commands): Likewise.
15618
15619 2014-10-16 Yao Qi <yao@codesourcery.com>
15620
15621 * gdb.base/remotetimeout.exp: Remove noargs checking.
15622
15623 2014-10-15 Pedro Alves <palves@redhat.com>
15624
15625 PR breakpoints/9649
15626 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15627 * gdb.base/breakpoint-in-ro-region.exp
15628 (probe_target_hardware_step): New procedure.
15629 (top level): Probe hardware stepping and hardware breakpoint
15630 support. Test stepping through a read-only region, with both
15631 "breakpoint auto-hw" on and off and both "always-inserted" on and
15632 off.
15633
15634 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15635
15636 * gdb.dlang/demangle.exp: Update for demangling changes.
15637
15638 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15639
15640 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15641 * gdb.cp/non-trivial-retval.exp: Add new tests.
15642
15643 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15644
15645 PR c++/13403
15646 PR c++/15154
15647 * gdb.cp/non-trivial-retval.cc: New file.
15648 * gdb.cp/non-trivial-retval.exp: New file.
15649
15650 2014-10-15 Yao Qi <yao@codesourcery.com>
15651
15652 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15653 remote host.
15654
15655 2014-10-15 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.python/py-symbol.exp: Match file base name if host is
15658 remote, otherwise match file name with dir name.
15659 * gdb.python/py-symtab.exp: Likewise.
15660 * gdb.python/python.exp: Likewise.
15661
15662 2014-10-15 Yao Qi <yao@codesourcery.com>
15663
15664 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15665 pattern.
15666 * gdb.python/py-symtab.exp: Likewise.
15667 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15668 locationn.
15669
15670 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15671
15672 * gdb.ada/addr_arith: New testcase.
15673
15674 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15675
15676 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15677 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15678 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15679 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15680
15681 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15682
15683 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15684 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15685 * gdb.arch/stap-eval-lang-ada.exp: New file.
15686
15687 2014-10-14 Yao Qi <yao@codesourcery.com>
15688
15689 * gdb.mi/mi-var-child.c (nothing1): New function.
15690 (nothing2): New function.
15691 (do_children_tests): Set function pointers by nothing1 and
15692 nothing2.
15693 * gdb.mi/mi-var-child.exp: Step over new added statements.
15694 Update test to match the new output.
15695 * gdb.mi/var-cmd.c (nothing1): New function.
15696 (nothing2): New function.
15697 (do_children_tests): Set function pointers by nothing1 and
15698 nothing2.
15699 * gdb.mi/mi-var-display.exp: Update test to match output.
15700 Step to the line specified by $line_dct_nothing.
15701 Increase the number of lines to step.
15702
15703 2014-10-14 Yao Qi <yao@codesourcery.com>
15704
15705 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15706 tests.
15707 * gdb.mi/mi2-var-child.exp: Likewise.
15708
15709 2014-10-13 Doug Evans <dje@google.com>
15710
15711 * gdb.python/py-objfile.exp: Change name of file name test.
15712
15713 2014-10-13 Doug Evans <dje@google.com>
15714
15715 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15716 from the start of the CU.
15717
15718 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15719 Yao Qi <yao@codesourcery.com>
15720
15721 Fix "save breakpoints" for "catch" command.
15722 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15723 Remove -nonewline. Match also the added "main" line.
15724
15725 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15726
15727 Fix "save breakpoints" for "disable $bpnum" command.
15728 * gdb.base/save-bp.c (main): Add label.
15729 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15730
15731 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15732
15733 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15734
15735 2014-10-11 Yao Qi <yao@codesourcery.com>
15736
15737 * gdb.server/server-kill.exp: Execute command
15738 "set remote trace-status-packet on" before "tstatus".
15739
15740 2014-10-11 Yao Qi <yao@codesourcery.com>
15741
15742 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15743 (main): Call getppid.
15744 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15745 and continue to it. Read variable "server_pid".
15746
15747 2014-10-11 Yao Qi <yao@codesourcery.com>
15748
15749 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15750
15751 2014-10-11 Yao Qi <yao@codesourcery.com>
15752
15753 * gdb.threads/thread-find.exp: Don't execute command
15754 "info threads".
15755 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15756 * gdb.threads/linux-dp.exp: Don't check the condition
15757 $threads_created equals to zero.
15758
15759 2014-10-10 Pedro Alves <palves@redhat.com>
15760
15761 * gdb.base/bigcore.exp: Remove references to IRIX.
15762 * gdb.base/funcargs.exp: Likewise.
15763 * gdb.base/interrupt.exp: Likewise.
15764 * gdb.base/mips_pro.exp: Likewise.
15765 * gdb.base/nodebug.exp: Likewise.
15766 * gdb.base/setvar.exp: Likewise.
15767 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15768
15769 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15770 Pedro Alves <palves@redhat.com>
15771
15772 PR symtab/14466
15773 * gdb.base/vdso-warning.c: New file.
15774 * gdb.base/vdso-warning.exp: New file.
15775
15776 2014-10-02 Doug Evans <dje@google.com>
15777
15778 * gdb.base/structs.c (main): Don't run forever.
15779
15780 2014-10-02 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15783 (top level) <stop threads 1, stop threads 2>: Use it.
15784
15785 2014-10-02 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.threads/break-while-running.exp (test): Add new
15788 'update_thread_list' argument. Skip "info threads" if false.
15789 (top level): Add new 'update_thread_list' axis.
15790
15791 2014-10-02 Pedro Alves <palves@redhat.com>
15792
15793 PR breakpoints/17431
15794 * gdb.base/execl-update-breakpoints.c: New file.
15795 * gdb.base/execl-update-breakpoints.exp: New file.
15796
15797 2014-10-01 Pedro Alves <palves@redhat.com>
15798
15799 * gdb.base/breakpoint-in-ro-region.c: New file.
15800 * gdb.base/breakpoint-in-ro-region.exp: New file.
15801
15802 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15803
15804 * gdb.mi/mi-exit-code.exp: New file.
15805 * gdb.mi/mi-exit-code.c: New file.
15806
15807 2014-09-30 Yao Qi <yao@codesourcery.com>
15808
15809 * lib/prelink-support.exp (build_executable_own_libs): Error if
15810 the target isn't native.
15811
15812 2014-09-30 Yao Qi <yao@codesourcery.com>
15813
15814 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15815 false.
15816
15817 2014-09-22 Pedro Alves <palves@redhat.com>
15818
15819 * gdb.threads/break-while-running.exp: New file.
15820 * gdb.threads/break-while-running.c: New file.
15821
15822 2014-09-19 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15825 Invoke test. Restart GDB with --readnow and invoke test again.
15826
15827 2014-09-19 Yao Qi <yao@codesourcery.com>
15828
15829 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15830 proc set_breakpoint_on_gcd_function. Invoke
15831 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15832 invoke set_breakpoint_on_gcd_function again.
15833
15834 2014-09-18 Doug Evans <dje@google.com>
15835
15836 * gdb.dwarf2/symtab-producer.exp: New file.
15837
15838 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15839
15840 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15841 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15842 * gdb.base/global-var-nested-by-dso.c: Likewise.
15843 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15844
15845 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15846 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.base/watch-bitfields.exp: Pass string other than test file
15849 name to prepare_for_testing.
15850 (watch): New procedure.
15851 (expect_watchpoint): Use with_test_prefix.
15852 (top level): Factor out tests to ...
15853 (test_watch_location, test_regular_watch): ... these new
15854 procedures, and use with_test_prefix and gdb_continue_to_end.
15855
15856 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15857
15858 PR breakpoints/12526
15859 * gdb.base/watch-bitfields.exp: New file.
15860 * gdb.base/watch-bitfields.c: New file.
15861
15862 2014-09-16 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15865 software and hardware addresses, not software address against
15866 itself.
15867
15868 2014-09-16 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15871 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15872
15873 2014-09-16 Pedro Alves <palves@redhat.com>
15874
15875 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15876 files.
15877 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15878 "*-*-vxworks*" throughout.
15879 * gdb.base/break.exp: Likewise.
15880 * gdb.base/default.exp: Likewise.
15881 * gdb.base/scope.exp: Likewise.
15882 * gdb.base/sepdebug.exp: Likewise.
15883 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15884 throughout.
15885 * gdb.base/run.c: Likewise.
15886 * gdb.base/sepdebug.c: Likewise.
15887 * gdb.hp/gdb.aCC/run.c: Likewise.
15888 * gdb.reverse/until-reverse.c: Likewise.
15889 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15890
15891 2014-09-16 Yao Qi <yao@codesourcery.com>
15892
15893 * boards/local-remote-host-native.exp: New file.
15894
15895 2014-09-14 Doug Evans <xdje42@gmail.com>
15896
15897 * gdb.threads/queue-signal.c (thread_count): New variable.
15898 (thread_count_mutex, thread_count_condvar): New variables.
15899 (incr_thread_count, wait_all_threads_running): New functions.
15900 (main): Wait for all threads to be in their thread functions.
15901
15902 2014-09-13 Doug Evans <xdje42@gmail.com>
15903
15904 * gdb.threads/queue-signal.c: New file.
15905 * gdb.threads/queue-signal.exp: New file.
15906
15907 2014-09-13 Doug Evans <xdje42@gmail.com>
15908
15909 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15910 be consistent with what default_gdb_init uses.
15911 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15912 the plain text of the prompt. Add some logging printfs.
15913 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15914
15915 2014-09-12 Pedro Alves <palves@redhat.com>
15916
15917 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15918 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15919 * gdb.arch/i386-size-overlap.exp: Likewise.
15920 * gdb.arch/i386-size.exp: Likewise.
15921 * gdb.arch/i386-unwind.exp: Likewise.
15922 * gdb.base/a2-run.exp: Likewise.
15923 * gdb.base/break.exp: Likewise.
15924 * gdb.base/charset.exp: Likewise.
15925 * gdb.base/chng-syms.exp: Likewise.
15926 * gdb.base/commands.exp: Likewise.
15927 * gdb.base/dbx.exp: Likewise.
15928 * gdb.base/find.exp: Likewise.
15929 * gdb.base/funcargs.exp: Likewise.
15930 * gdb.base/jit-simple.exp: Likewise.
15931 * gdb.base/reread.exp: Likewise.
15932 * gdb.base/sepdebug.exp: Likewise.
15933 * gdb.base/step-bt.exp: Likewise.
15934 * gdb.cp/mb-inline.exp: Likewise.
15935 * gdb.cp/mb-templates.exp: Likewise.
15936 * gdb.objc/basicclass.exp: Likewise.
15937 * gdb.threads/killed.exp: Likewise.
15938
15939 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15940
15941 PR tdep/17379
15942 * gdb.arch/powerpc-stackless.S: New file.
15943 * gdb.arch/powerpc-stackless.exp: New file.
15944
15945 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15946
15947 * gdb.base/attach.c: Include unistd.h.
15948 (main): Call alarm. Add label postloop.
15949 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15950 gdb_breakpoint, gdb_continue_to_breakpoint.
15951 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15952
15953 2014-09-11 Pedro Alves <palves@redhat.com>
15954
15955 PR gdb/17347
15956 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15957 * gdb.base/attach.exp (test_command_line_attach_run): New
15958 procedure.
15959 (top level): Call it.
15960
15961 2014-09-11 Pedro Alves <palves@redhat.com>
15962
15963 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15964 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15965 (do_command_attach_tests): Use spawn_wait_for_attach.
15966 * gdb.base/solib-overlap.exp: Likewise.
15967 * gdb.multi/multi-attach.exp: Likewise.
15968 * gdb.python/py-prompt.exp: Likewise.
15969 * gdb.python/py-sync-interp.exp: Likewise.
15970 * gdb.server/ext-attach.exp: Likewise.
15971
15972 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15973
15974 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15975 command in testcase. Simplify testcase.
15976
15977 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15978
15979 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15980
15981 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15982
15983 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15984
15985 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15986
15987 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15988
15989 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15990
15991 * gdb.dwarf2/dynarr-ptr.c: New file.
15992 * gdb.dwarf2/dynarr-ptr.exp: New file.
15993
15994 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15995
15996 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15997 of 30 rather than hardcoding 120 for a slow test case. Take the
15998 `gdb,timeout' target setting into account for this calculation.
15999 Don't extend the timeout for the test cases that don't need it.
16000
16001 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16002
16003 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16004 a factor of 2 for a slow test case. Take the `gdb,timeout'
16005 target setting into account for this calculation.
16006 * gdb.reverse/until-precsave.exp: Increase the timeout by
16007 a factor of 15 and 3 respectively rather than adding 120
16008 for a pair of slow test cases. Take the `gdb,timeout'
16009 target setting into account for this calculation.
16010
16011 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16012
16013 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16014 timeout, don't pass one down to gdb_expect.
16015 (gdb_expect): Rework timeout selection.
16016
16017 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16018
16019 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16020 exception on timeout.
16021 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16022 (gdbserver_start_extended): Catch any `gdbserver_start' error
16023 exceptions.
16024 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16025 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16026 `gdbserver_gdb_load' error exceptions.
16027
16028 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16029
16030 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16031 120 on waiting for the TCP socket to open.
16032
16033 2014-09-09 Doug Evans <xdje42@gmail.com>
16034
16035 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16036 _caller_matches, _any_caller_is, _any_caller_matches.
16037
16038 2014-09-09 Doug Evans <xdje42@gmail.com>
16039
16040 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16041
16042 2014-09-09 Yao Qi <yao@codesourcery.com>
16043
16044 * gdb.mi/mi-var-display.exp: Set print symbol off.
16045
16046 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16047
16048 PR gdb/17035
16049 * gdb.base/commands.exp: Add tests to verify user-defined
16050 commands with empty bodies.
16051 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16052 python commands in `show user command`.
16053 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16054 scheme commands in `show user command`.
16055
16056 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16057
16058 PR python/17355
16059 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16060 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16061 * gdb.python/py-framefilter-invalidarg.exp: New file.
16062 * gdb.python/py-framefilter-invalidarg.py: New file.
16063
16064 2014-09-06 Doug Evans <xdje42@gmail.com>
16065
16066 PR 15276
16067 * gdb.python/py-caller-is.c: New file.
16068 * gdb.python/py-caller-is.exp: New file.
16069
16070 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16071
16072 PR gdb/17235
16073 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16074 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16075
16076 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16077
16078 PR fortran/17237
16079 * gdb.fortran/print-formatted.exp: New file.
16080 * gdb.fortran/print-formatted.f90: Likewise.
16081
16082 2014-09-03 Sasha Smundak <asmundak@google.com>
16083
16084 * gdb.python/py-frame.exp: Test Frame.read_register.
16085
16086 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16087
16088 PR python/16699
16089 * gdb.python/py-completion.exp: New file.
16090 * gdb.python/py-completion.py: Likewise.
16091
16092 2014-08-28 Doug Evans <dje@google.com>
16093
16094 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16095 eax,etc. are live with values set by gdb and thus the compiler can't
16096 use them.
16097 * gdb.arch/i386-pseudo.c (main): Ditto.
16098
16099 2014-08-27 Doug Evans <dje@google.com>
16100
16101 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16102
16103 2014-08-25 Doug Evans <dje@google.com>
16104
16105 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16106 (main): Ditto.
16107
16108 2014-08-25 Doug Evans <dje@google.com>
16109
16110 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16111
16112 2014-08-24 Yao Qi <yao@codesourcery.com>
16113
16114 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16115 symbol off.
16116 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16117
16118 2014-08-22 Doug Evans <dje@google.com>
16119
16120 PR 17276
16121 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16122 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16123 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16124
16125 2014-08-22 Yao Qi <yao@codesourcery.com>
16126
16127 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16128 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16129 * gdb.python/python.exp: Likewise. Use .py file on the host
16130 instead of the build.
16131
16132 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16133
16134 * gdb.threads/gcore-stale-thread.c: New file.
16135 * gdb.threads/gcore-stale-thread.exp: New file.
16136
16137 2014-08-21 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16140 * gdb.base/gcore-relro-pie.exp: Likewise.
16141 * gdb.base/gcore-relro.exp: Likewise.
16142 * gdb.base/gcore.exp: Likewise.
16143 * gdb.base/print-symbol-loading.exp: Likewise.
16144 * gdb.threads/gcore-thread.exp: Likewise.
16145 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16146
16147 2014-08-20 Pedro Alves <palves@redhat.com>
16148 Jan Kratochvil <jan.kratochvil@redhat.com>
16149
16150 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16151 configure.
16152 (EXPECT): Handle READ1 being set.
16153 (all): Depend on EXTRA_RULES.
16154 (check-read1, expect-read1, read1.so, read1): New rules.
16155 * README (Testsuite Parameters): Document the READ1 make variable.
16156 (Race detection): New section.
16157 * configure: Regenerate.
16158 * configure.ac: If build==host==target, and running under a
16159 GNU/glibc system, add read1 to the extra Makefile rules.
16160 (EXTRA_RULES): AC_SUBST it.
16161 * lib/read1.c: New file.
16162
16163 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16164
16165 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16166 the handling of variables declared as a typedef to an array
16167 which a DW_AT_data_location attribute.
16168
16169 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16170 Pedro Alves <palves@redhat.com>
16171
16172 PR symtab/14604
16173 PR symtab/14605
16174 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16175 gdb_test.
16176
16177 2014-08-19 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16180
16181 2014-08-19 Yao Qi <yao@codesourcery.com>
16182
16183 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16184 right line.
16185
16186 2014-08-18 David Blaikie <dblaikie@gmail.com>
16187
16188 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16189
16190 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16191
16192 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16193 attribute in array range.
16194
16195 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16196
16197 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16198
16199 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16200
16201 PR c++/17132
16202 * gdb.cp/pr17132.cc: New file.
16203 * gdb.cp/pr17132.exp: New file.
16204
16205 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16206
16207 * gdb.python/py-xmethods.py (A_getarrayind)
16208 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16209 Use 'print' with function call syntax.
16210 (E_method_matcher.match): Fix tab vs space indentation mixup.
16211
16212 2014-08-15 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16215 false.
16216
16217 2014-08-15 Yao Qi <yao@codesourcery.com>
16218
16219 * gdb.cp/casts.exp: Set print symbol off.
16220 * gdb.cp/class2.exp: Likewise.
16221 * gdb.cp/overload.exp: Likewise.
16222 * gdb.cp/templates.exp: Likewise.
16223
16224 2014-08-11 Doug Evans <dje@google.com>
16225
16226 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16227 (test_load_shlib): Update.
16228
16229 2014-08-09 Yao Qi <yao@codesourcery.com>
16230
16231 * gdb.base/display.exp: Invoke is_address_zero_readable.
16232 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16233 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16234 * gdb.base/hbreak-unmapped.exp: Return if
16235 is_address_zero_readable returns true.
16236 * gdb.base/signest.exp: Likewise.
16237 * gdb.base/signull.exp: Likewise.
16238 * gdb.base/sigbpt.exp: Likewise.
16239 * gdb.guile/scm-disasm.exp: Do the test if
16240 is_address_zero_readable returns false.
16241 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16242 * gdb.python/py-arch.exp: Likewise.
16243 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16244 * lib/gdb.exp (is_address_zero_readable): New proc.
16245
16246 2014-08-09 Yao Qi <yao@codesourcery.com>
16247
16248 PR testsuite/13443
16249 * gdb.mi/mi-var-display.exp: Make test messages unique.
16250
16251 2014-08-04 Tom Tromey <tromey@redhat.com>
16252
16253 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16254 target 0".
16255
16256 2014-08-04 Tom Tromey <tromey@redhat.com>
16257
16258 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16259 "target_resume".
16260
16261 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16262
16263 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16264 inner_vla_struct_object_size.
16265 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16266 as xfail.
16267
16268 2014-07-30 Pedro Alves <palves@redhat.com>
16269
16270 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16271 comment.
16272
16273 2014-07-29 Yao Qi <yao@codesourcery.com>
16274
16275 PR gdb/17206
16276 * gdb.base/until-nodebug.exp: New.
16277
16278 2014-07-28 Doug Evans <xdje42@gmail.com>
16279
16280 PR guile/17203
16281 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16282 previously existing parameter, and previously ambiguously spelled
16283 parameter.
16284
16285 2014-07-28 Will Newton <will.newton@linaro.org>
16286
16287 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16288
16289 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16290 Doug Evans <xdje42@gmail.com>
16291
16292 PR guile/17146
16293 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16294
16295 2014-07-25 Pedro Alves <palves@redhat.com>
16296
16297 * gdb.threads/signal-command-handle-nopass.c: New file.
16298 * gdb.threads/signal-command-handle-nopass.exp: New file.
16299 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16300 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16301 * gdb.threads/signal-delivered-right-thread.c: New file.
16302 * gdb.threads/signal-delivered-right-thread.exp: New file.
16303
16304 2014-07-25 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.base/double-prompt-target-event-error.exp
16307 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16308 match.
16309 (cancel_pagination_in_target_event): Rework double prompt
16310 detection.
16311 * gdb.base/paginate-after-ctrl-c-running.exp
16312 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16313 <return>' match.
16314 * gdb.base/paginate-bg-execution.exp
16315 (test_bg_execution_pagination_return)
16316 (test_bg_execution_pagination_cancel): Remove '-notransfer
16317 <return>' matches.
16318 * gdb.base/paginate-execution-startup.exp
16319 (test_fg_execution_pagination_return)
16320 (test_fg_execution_pagination_cancel): Remove '-notransfer
16321 <return>' matches.
16322 * gdb.base/paginate-inferior-exit.exp
16323 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16324 match.
16325 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16326 * lib/gdb.exp (pagination_prompt): Run text through
16327 string_to_regexp.
16328 (gdb_test_multiple): Match $pagination_prompt instead of
16329 "<return>".
16330 (string_to_regexp): Move to lib/gdb-utils.exp.
16331
16332 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16333
16334 * gdb.arch/amd64-entry-value-paramref.S: New file.
16335 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16336 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16337 * gdb.arch/amd64-optimout-repeat.S: New file.
16338 * gdb.arch/amd64-optimout-repeat.c: New file.
16339 * gdb.arch/amd64-optimout-repeat.exp: New file.
16340
16341 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16342
16343 PR gdb/17170
16344 * gdb.base/statistics.exp: New file.
16345
16346 2014-07-17 Doug Evans <dje@google.com>
16347
16348 PR gdb/17170
16349 * gdb.base/maint.exp: Update testing of per-command stats.
16350
16351 2014-07-16 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16354 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16355 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16356 (tfile_write_buf): New functions.
16357 (add_memory_block): Rewrite using the above.
16358 (adjust_function_address): New function.
16359 (FUNCTION_ADDRESS): New macro.
16360 (write_basic_trace_file): Remove short_x local, and use
16361 tfile_write_16. Change type of func_addr local to unsigned long
16362 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16363 here. Cast argument of add_memory_block to char pointer.
16364 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16365 (main): Remove parameters.
16366 * gdb.trace/tfile.exp: Remove nowarnings.
16367
16368 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16369
16370 * gdb.base/debug-expr.exp: Test string evaluation with
16371 "debug expression" on.
16372
16373 2014-07-15 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.base/reread.exp: Use clean_restart.
16376
16377 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16378
16379 * gdb.arch/avr-flash-qualifer.c: New.
16380 * gdb.arch/avr-flash-qualifer.exp: New.
16381
16382 2014-07-14 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16385 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16386
16387 2014-07-14 Pedro Alves <palves@redhat.com>
16388
16389 * gdb.base/double-prompt-target-event-error.c: New file.
16390 * gdb.base/double-prompt-target-event-error.exp: New file.
16391
16392 2014-07-14 Pedro Alves <palves@redhat.com>
16393
16394 PR gdb/17072
16395 * gdb.base/paginate-inferior-exit.c: New file.
16396 * gdb.base/paginate-inferior-exit.exp: New file.
16397
16398 2014-07-14 Pedro Alves <palves@redhat.com>
16399
16400 PR gdb/17072
16401 * gdb.base/paginate-bg-execution.c: New file.
16402 * gdb.base/paginate-bg-execution.exp: New file.
16403
16404 2014-07-14 Pedro Alves <palves@redhat.com>
16405
16406 PR gdb/17072
16407 * gdb.base/paginate-execution-startup.c: New file.
16408 * gdb.base/paginate-execution-startup.exp: New file.
16409 * lib/gdb.exp (pagination_prompt): New global.
16410 (default_gdb_spawn): New procedure, factored out from
16411 default_gdb_spawn.
16412 (default_gdb_start): Adjust to call default_gdb_spawn.
16413 (gdb_spawn): New procedure.
16414
16415 2014-07-14 Pedro Alves <palves@redhat.com>
16416
16417 * lib/gdb.exp (gdb_assert): New procedure.
16418 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16419
16420 2014-07-14 Pedro Alves <palves@redhat.com>
16421
16422 * gdb.base/execution-termios.c: New file.
16423 * gdb.base/execution-termios.exp: New file.
16424
16425 2014-07-14 Tom Tromey <tromey@redhat.com>
16426
16427 * gdb.cp/vla-cxx.cc: New file.
16428 * gdb.cp/vla-cxx.exp: New file.
16429
16430 2014-07-14 Tom Tromey <tromey@redhat.com>
16431
16432 * gdb.reverse/rerun-prec.c: New file.
16433 * gdb.reverse/rerun-prec.exp: New file.
16434
16435 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16436 Maciej W. Rozycki <macro@codesourcery.com>
16437
16438 * lib/gdb-utils.exp: New file.
16439 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16440 inline `gdb_init_command' processing.
16441 (gdb_start_cmd): Likewise.
16442 * lib/mi-support.exp (mi_run_cmd): Likewise.
16443 * README: Document `gdb_init_command' and `gdb_init_commands'.
16444
16445 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16446
16447 Fix false FAIL running under a very long directory name.
16448 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16449 and "set print elements 10000". Twice.
16450
16451 2014-07-11 Yao Qi <yao@codesourcery.com>
16452
16453 * gdb.base/exprs.exp: "set print symbol off".
16454
16455 2014-07-11 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.threads/kill.c: New file.
16458 * gdb.threads/kill.exp: New file.
16459
16460 2014-07-10 Yao Qi <yao@codesourcery.com>
16461
16462 * gdb.trace/tfile.c (write_basic_trace_file)
16463 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16464 address written to trace file.
16465
16466 2014-07-09 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.base/attach-wait-input.exp: New file.
16469 * gdb.base/attach-wait-input.c: New file.
16470
16471 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16472
16473 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16474 setting up test structures.
16475 (main): Call new test function.
16476 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16477 test function, continue into test function and walk test
16478 structures.
16479
16480 2014-07-02 Yao Qi <yao@codesourcery.com>
16481
16482 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16483 'bar_start' at the beginning of functions 'foo' and 'bar'
16484 respectively.
16485 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16486 instead of 'foo' and 'bar'.
16487
16488 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16489
16490 * gdb.btrace/segv.exp: New.
16491 * gdb.btrace/segv.c: New.
16492
16493 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16494
16495 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16496 instruction.
16497
16498 2014-06-30 Mark Wielaard <mjw@redhat.com>
16499
16500 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16501 vulture, vilify, villar): New volatile array constants.
16502 (vindictive, vegetation): New const volatile array constants.
16503 * gdb.base/volatile.exp: Test volatile and const volatile array
16504 types.
16505
16506 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16507
16508 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16509 target lacks support for awatch, rwatch, or hbreak.
16510
16511 2014-06-27 Yao Qi <yao@codesourcery.com>
16512
16513 * gdb.multi/dummy-frame-restore.exp: New.
16514 * gdb.multi/dummy-frame-restore.c: New.
16515
16516 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16517
16518 * gdb.btrace/gcore.exp: New.
16519
16520 2014-06-23 Pedro Alves <palves@redhat.com>
16521
16522 * gdb.base/watchpoint-reuse-slot.c: New file.
16523 * gdb.base/watchpoint-reuse-slot.exp: New file.
16524
16525 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16526
16527 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16528 progspace's filename in 'info', 'enable' and 'disable' command
16529 tests.
16530
16531 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16532
16533 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16534 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16535 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16536
16537 2014-06-20 Gary Benson <gbenson@redhat.com>
16538
16539 * gdb.arch/i386-avx.exp: Fix include file location.
16540 * gdb.arch/i386-sse.exp: Likewise.
16541
16542 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16543
16544 * gdb.dlang/expression.exp: New file.
16545
16546 2014-06-19 Pedro Alves <palves@redhat.com>
16547
16548 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16549 out from ...
16550 (top level): ... here. Iterate running tests under different
16551 scheduler-locking settings.
16552
16553 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16554
16555 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16556 to DW_FORM_addr and use non-zero addresses.
16557
16558 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16559
16560 PR gdb/17017
16561 * gdb.python/py-xmethods.cc: Add global function call counters and
16562 increment them in their respective functions. Remove "cout"
16563 statements.
16564 * gdb.python/py-xmethods.exp: Make tests check the global function
16565 call counters instead of depending on inferior IO.
16566
16567 2014-06-18 Don Breazeal <donb@codesourcery.com>
16568
16569 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16570 Deleted procedure.
16571 (explicit_fork_parent_follow): Deleted procedure.
16572 (explicit_fork_child_follow): Deleted procedure.
16573 (test_follow_fork): New procedure.
16574 (do_fork_tests): Replace calls to deleted procedures with
16575 calls to test_follow_fork and reset GDB for subsequent
16576 procedure calls.
16577
16578 2014-06-17 Yao Qi <yao@codesourcery.com>
16579
16580 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16581 CP1252.
16582
16583 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16584
16585 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16586 Initialize ptr and S explicitly.
16587 (skip_type_update_when_not_use_rtti_test): Likewise.
16588
16589 2014-06-16 Keith Seitz <keiths@redhat.com>
16590
16591 PR mi/15863
16592 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16593 the inferior is started.
16594
16595 2014-06-16 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.base/break-main-file-remove-fail.c: New file.
16598 * gdb.base/break-main-file-remove-fail.exp: New file.
16599 * gdb.base/break-unload-file.exp: Use build_executable instead of
16600 prepare_for_testing.
16601 (test_break): New parameter "initial_load". Handle it.
16602 (top level): Add initial_load cmdline/file axis.
16603
16604 2014-06-12 Tom Tromey <tromey@redhat.com>
16605
16606 * gdb.base/completion.exp: Don't use directory name in test.
16607
16608 2014-06-09 Gary Benson <gbenson@redhat.com>
16609
16610 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16611 separate the always-available ANSI-standard signals from the
16612 signals that require checking.
16613 (main): Likewise.
16614 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16615 Likewise.
16616 (main): Likewise.
16617
16618 2014-06-07 Keith Seitz <keiths@redhat.com>
16619
16620 Revert:
16621 PR c++/16253
16622 * gdb.cp/var-tag.cc: New file.
16623 * gdb.cp/var-tag.exp: New file.
16624 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16625 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16626 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16627 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16628
16629 2014-06-06 Doug Evans <xdje42@gmail.com>
16630
16631 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16632
16633 2014-06-06 Pedro Alves <palves@redhat.com>
16634
16635 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16636 in target debug output instead of looking at RSP packets,
16637 disabling the test on any target that uses hardware stepping.
16638 Update comments.
16639
16640 2014-06-06 Pedro Alves <palves@redhat.com>
16641
16642 * gdb.base/break-unload-file.exp: Fix typo.
16643
16644 2014-06-06 Yao Qi <yao@codesourcery.com>
16645
16646 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16647 from "jit_function" to "^jit_function".
16648
16649 2014-06-06 Yao Qi <yao@codesourcery.com>
16650
16651 * gdb.base/async.c (foo): Add one statement.
16652 * gdb.base/async.exp: Get the next instruction address and
16653 match the output of "nexti" by instruction address. Match
16654 the hex address in the output of "finish".
16655
16656 2014-06-06 Gary Benson <gbenson@redhat.com>
16657
16658 * gdb.base/call-signals.c: Remove preprocessor conditionals
16659 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16660 SIGSEGV and SIGTERM.
16661 * gdb.base/sigall.c: Likewise.
16662 * gdb.base/unwindonsignal.c: Likewise.
16663 * gdb.reverse/sigall-reverse.c: Likewise.
16664
16665 2014-06-06 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16668 readable, skip the test.
16669
16670 2014-06-06 Yao Qi <yao@codesourcery.com>
16671
16672 * gdb.threads/staticthreads.c (thread_function): Move the line
16673 setting breakpoint on forward.
16674 * gdb.threads/staticthreads.exp: Update comments.
16675
16676 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16677
16678 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16679 "history-append! type error".
16680
16681 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16682
16683 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16684 erroneous dprintf expected input.
16685
16686 2014-06-04 Doug Evans <xdje42@gmail.com>
16687
16688 * gdb.guile/scm-generics.exp: Delete.
16689
16690 2014-06-04 Doug Evans <xdje42@gmail.com>
16691
16692 * gdb.guile/scm-breakpoint.exp: Update.
16693 Add tests for breakpoint registration.
16694
16695 2014-06-04 Tom Tromey <tromey@redhat.com>
16696
16697 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16698 VLA-in-union.
16699 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16700 inner_vla_struct, vla_union types. Initialize objects of those
16701 types and compute their sizes.
16702
16703 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16704 Hui Zhu <hui@codesourcery.com>
16705
16706 * gdb.base/fileio.exp: Add test for shell not available as well as
16707 available.
16708 * gdb.base/fileio.c (test_system): Check for shell twice.
16709
16710 2014-06-04 Yao Qi <yao@codesourcery.com>
16711
16712 * gdb.base/auto-connect-native-target.exp: Remove redundant
16713 space from the regexp pattern.
16714
16715 2014-06-04 Yao Qi <yao@codesourcery.com>
16716
16717 * gdb.base/default.exp: Replace "child" with "native" in
16718 regexp pattern.
16719
16720 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16721
16722 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16723 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16724 * gdb.python/py-xmethods.py: Python script supporting the
16725 new testcase and tests.
16726
16727 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16728 Pedro Alves <palves@redhat.com>
16729
16730 PR breakpoints/17000
16731 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16732 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16733
16734 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16735
16736 * gdb.base/subst.exp: Add tests to verify partial path matching
16737 output.
16738
16739 2014-06-03 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16742 target that doesn't use software single-stepping.
16743
16744 2014-06-03 Pedro Alves <palves@redhat.com>
16745
16746 PR breakpoints/17000
16747 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16748 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16749
16750 2014-06-02 Doug Evans <xdje42@gmail.com>
16751
16752 * gdb.guile/scm-parameter.exp: New file.
16753
16754 2014-06-02 Doug Evans <xdje42@gmail.com>
16755
16756 * gdb.guile/scm-cmd.c: New file.
16757 * gdb.guile/scm-cmd.exp: New file.
16758
16759 2014-06-02 Doug Evans <xdje42@gmail.com>
16760
16761 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16762 pretty-printer lookup.
16763 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16764 (make-pp_s-printer): Call it.
16765 (make-pretty-printer-from-dict): New function.
16766 (lookup-pretty-printer-maker-from-dict): New function.
16767 (*pretty-printer*): Simplify.
16768 (make-objfile-pp_s-printer): New function.
16769 (install-objfile-pretty-printers!): New function.
16770 (make-progspace-pp_s-printer): New function.
16771 (install-progspace-pretty-printers!): New function.
16772 * gdb.guile/scm-progspace.c: New file.
16773 * gdb.guile/scm-progspace.exp: New file.
16774
16775 2014-06-02 Pedro Alves <palves@redhat.com>
16776
16777 * gdb.base/dprintf-bp-same-addr.c: New file.
16778 * gdb.base/dprintf-bp-same-addr.exp: New file.
16779
16780 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16781
16782 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16783 * gdb.arch/powerpc-power.s: Likewise.
16784
16785 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16786
16787 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16788
16789 2014-06-01 Yao Qi <yao@codesourcery.com>
16790
16791 * gdb.base/watchpoint.exp (test_watch_location): Check null
16792 pointer can be dereferenced. If not, do the test, otherwise
16793 skip it.
16794
16795 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16796
16797 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16798 results.
16799 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16800
16801 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16802
16803 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16804 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16805 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16806 * gdb.arch/amd64-invalid-stack-top.c: New file.
16807 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16808
16809 2014-05-30 Pedro Alves <palves@redhat.com>
16810
16811 PR breakpoints/17000
16812 * gdb.base/sss-bp-on-user-bp.c: New file.
16813 * gdb.base/sss-bp-on-user-bp.exp: New file.
16814
16815 2014-05-30 David Blaikie <dblaikie@gmail.com>
16816
16817 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16818 gnu_inline semantics via attribute.
16819 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16820 source explicitly specifies the required semantics.
16821
16822 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16823
16824 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16825
16826 2014-05-29 Pedro Alves <palves@redhat.com>
16827 Tom Tromey <tromey@redhat.com>
16828
16829 * gdb.base/async-shell.exp: Don't enable target-async.
16830 * gdb.base/async.exp
16831 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16832 parameter. Adjust.
16833 (top level): Don't test with "target-async".
16834 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16835 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16836 * gdb.base/inferior-died.exp: Don't enable target-async.
16837 * gdb.base/interrupt-noterm.exp: Likewise.
16838 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16839 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16840 * gdb.mi/mi-nonstop.exp: Likewise.
16841 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16842 * gdb.mi/mi-nsintrall.exp: Likewise.
16843 * gdb.mi/mi-nsmoribund.exp: Likewise.
16844 * gdb.mi/mi-nsthrexec.exp: Likewise.
16845 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16846 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16847 * gdb.python/py-evsignal.exp: Don't enable target-async.
16848 * gdb.python/py-evthreads.exp: Likewise.
16849 * gdb.python/py-prompt.exp: Likewise.
16850 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16851 * gdb.server/solib-list.exp: Don't enable target-async.
16852 * gdb.threads/thread-specific-bp.exp: Likewise.
16853 * lib/mi-support.exp: Adjust to use mi-async.
16854
16855 2014-05-29 Pedro Alves <palves@redhat.com>
16856
16857 PR gdb/13860
16858 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16859 reason, even in sync mode.
16860
16861 2014-05-29 Pedro Alves <palves@redhat.com>
16862 Hui Zhu <hui@codesourcery.com>
16863
16864 PR PR15693
16865 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16866 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16867 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16868 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16869
16870 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16871
16872 * config/monitor.exp (gdb_target_monitor): Replace use of
16873 "set remotebaud" by "set serial baud".
16874
16875 2014-05-26 Andy Wingo <wingo@igalia.com>
16876
16877 * gdb.guile/scm-breakpoint.exp:
16878 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16879 properties instead of gdb-object-properties.
16880
16881 2014-05-26 Yao Qi <yao@codesourcery.com>
16882
16883 * gdb.server/no-thread-db.exp: Specify source file name
16884 explicitly when setting a breakpoint.
16885
16886 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16887
16888 * gdb.btrace/vdso.c: New.
16889 * gdb.btrace/vdso.exp: New.
16890
16891 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16892
16893 * gdb.base/gcore.exp (capture_command_output): Move ...
16894 * lib/gdb.exp (capture_command_output): ... here.
16895
16896 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16897
16898 * gdb.btrace/data.exp: Test memory access during btrace replay.
16899
16900 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16901
16902 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16903
16904 2014-05-21 Pedro Alves <palves@redhat.com>
16905
16906 PR gdb/13860
16907 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16908 (top level): Test that output related to execution commands is
16909 sent to the console with CLI commands, but not with MI commands.
16910 Test that breakpoint events are always mirrored to the console.
16911 Also expect the new source line to be output after a "next" in
16912 async mode too. Make it a pass/fail test.
16913 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16914 output.
16915 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16916
16917 2014-05-21 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16920 Use them to test variations of "list" after reaching a breakpoint.
16921 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16922 Test "list" with listsize 10 after reaching a breakpoint.
16923 * gdb.python/python.exp (decode_line current location line
16924 number): Adjust expected line number.
16925
16926 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16929 behavior for $args, pass it directly to "run".
16930
16931 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16932
16933 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16934 30000 to 65536.
16935
16936 2014-05-21 Pedro Alves <palves@redhat.com>
16937
16938 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16939 auto-connect-native-target off".
16940 * gdb.base/auto-connect-native-target.c: New file.
16941 * gdb.base/auto-connect-native-target.exp: New file.
16942
16943 2014-05-21 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.base/default.exp: Test "target native" instead of "target
16946 child".
16947
16948 2014-05-21 Mark Wielaard <mjw@redhat.com>
16949
16950 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16951
16952 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16953
16954 Fix TLS access for -static -pthread.
16955 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16956 <HAVE_TLS> (thread_function, main): Initialize it.
16957 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16958 Add clean_restart.
16959 <$have_tls != "">: Check TLSVAR.
16960
16961 2014-05-21 Pedro Alves <palves@redhat.com>
16962
16963 * gdb.base/dcache-line-read-error.c: New.
16964 * gdb.base/dcache-line-read-error.exp: New.
16965
16966 2014-05-20 Pedro Alves <palves@redhat.com>
16967
16968 * gdb.base/compare-sections.c: New file.
16969 * gdb.base/compare-sections.exp: New file.
16970
16971 2014-05-20 Pedro Alves <palves@redhat.com>
16972
16973 * gdb.base/break-idempotent.c: New file.
16974 * gdb.base/break-idempotent.exp: New file.
16975
16976 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16977
16978 * gdb.btrace/nohist.exp: New.
16979
16980 2014-05-20 Yao Qi <yao@codesourcery.com>
16981
16982 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16983 gdb.reverse directory and gdb_reverse_timeout exists in board
16984 setting.
16985 * README: Document gdb_reverse_timeout.
16986
16987 2014-05-20 Yao Qi <yao@codesourcery.com>
16988
16989 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16990 'test_file_name'. Treat args as a string instead of a list.
16991 (gdb_init): Rename argument 'args' by 'test_file_name'.
16992
16993 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 * gdb.arch/powerpc-power.exp: New file.
16996 * gdb.arch/powerpc-power.s: New file.
16997
16998 2014-05-16 Doug Evans <dje@google.com>
16999
17000 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17001 * gdb.base/completion.exp: Check that all expected files exist
17002 before doing file completion.
17003
17004 2014-05-16 Doug Evans <dje@google.com>
17005
17006 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17007 Update.
17008 (do_syscall_tests_without_xml): Update.
17009
17010 2014-05-16 Pedro Alves <palves@redhat.com>
17011
17012 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17013 instead of "unknown output after running".
17014
17015 2014-05-16 Yao Qi <yao@codesourcery.com>
17016
17017 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17018 file1.txt from host at the end.
17019 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17020
17021 2014-05-15 Doug Evans <dje@google.com>
17022
17023 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17024 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17025 loading file. Add test for TU lookup.
17026
17027 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17028
17029 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17030 calling "-exec-arguments" or "set args" before running the
17031 inferior.
17032
17033 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17034
17035 * lib/mi-support.exp (mi_expect_stop): Expect message for
17036 inferiors that exit with non-zero exit code.
17037
17038 2014-05-14 Yao Qi <yao@codesourcery.com>
17039
17040 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17041 match absolute path on remote host.
17042 (test_file_list_exec_source_files): Remove "/" from the
17043 pattern.
17044
17045 2014-05-14 Yao Qi <yao@codesourcery.com>
17046
17047 * boards/local-remote-host-notty.exp (${board}_file): New
17048 proc.
17049
17050 2014-05-07 Kyle McMartin <kyle@redhat.com>
17051
17052 Pushed by Joel Brobecker <brobecker@adacore.com>.
17053 * gdb.arch/aarch64-atomic-inst.c: New file.
17054 * gdb.arch/aarch64-atomic-inst.exp: New file.
17055
17056 2014-05-07 Yao Qi <yao@codesourcery.com>
17057
17058 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17059 in current context" too.
17060
17061 2014-05-05 Keith Seitz <keiths@redhat.com>
17062
17063 * gdb.linespec/ls-dollar.exp: Add test for linespec
17064 file:convenience_variable.
17065
17066 2014-05-05 Yao Qi <yao@codesourcery.com>
17067
17068 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17069 traceframes into tfile and ctf trace files. Read data from
17070 trace file and test collected data.
17071 (gdb_collect_locals_test): Likewise.
17072 (gdb_unavailable_registers_test): Likewise.
17073 (gdb_unavailable_floats): Likewise.
17074 (gdb_collect_globals_test): Likewise.
17075 (top-level): Append "ctf" to trace_file_targets if GDB
17076 supports.
17077
17078 2014-05-05 Yao Qi <yao@codesourcery.com>
17079
17080 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17081 code to ...
17082 (gdb_collect_args_test_1): ... it. New proc.
17083 (gdb_collect_locals_test): Move some code to ...
17084 (gdb_collect_locals_test_1): ... it. New proc.
17085 (gdb_unavailable_registers_test): Move some code to ...
17086 (gdb_unavailable_registers_test_1): ... it. New proc.
17087 (gdb_unavailable_floats): Move some code to ...
17088 (gdb_unavailable_floats_1): ... it. New proc.
17089
17090 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17091
17092 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17093 probes to test for bitness recognition.
17094 * gdb.arch/amd64-stap-optional-prefix.exp
17095 (test_probe_value_without_reg): New procedure.
17096 Add code to test for different kinds of bitness.
17097
17098 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17099
17100 PR breakpoints/16889
17101 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17102 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17103
17104 2014-05-01 Pedro Alves <palves@redhat.com>
17105
17106 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17107 gdb_file_cmd if no file is specified.
17108 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17109 last_loaded_file to set the remote exec-file.
17110
17111 2014-05-01 Pedro Alves <palves@redhat.com>
17112
17113 * boards/local-remote-host.exp: New file.
17114
17115 2014-05-01 Pedro Alves <palves@redhat.com>
17116
17117 * boards/local-remote-host.exp: Rename to ...
17118 * boards/local-remote-host-notty.exp: ... this.
17119
17120 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17121
17122 * gdb.ada/dyn_arrayidx: New testcase.
17123
17124 2014-04-26 Yao Qi <yao@codesourcery.com>
17125
17126 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17127 and compute the length of function main. Save it in
17128 $main_length.
17129 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17130 (top-level): Use gdb_compile to compile objects into
17131 executable and restart GDB. Remove invocation to
17132 prepare_for_testing.
17133
17134 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17135 Pedro Alves <palves@redhat.com>
17136
17137 PR server/16255
17138 * gdb.multi/multi-attach.c: New file.
17139 * gdb.multi/multi-attach.exp: New file.
17140
17141 2014-04-25 Pedro Alves <palves@redhat.com>
17142
17143 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17144 user.
17145 (top level): Test that "set remote conditional-breakpoints-packet
17146 off" works as intended.
17147 * gdb.base/dprintf.exp: Test that "set remote
17148 breakpoint-commands-packet off" works as intended.
17149 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17150 New function.
17151 (top level): Call it.
17152 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17153 remote fast-tracepoints-packet off" works as intended.
17154 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17155 * lib/gdb.exp (gdb_is_target_remote): ... here.
17156
17157 2014-04-24 David Blaikie <dblaikie@gmail.com>
17158
17159 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17160 ensure clang would not discard them.
17161 * gdb.base/gdbvars.c: Ditto.
17162 * gdb.base/memattr.c: Ditto.
17163 * gdb.base/whatis.c: Ditto.
17164 * gdb.python/py-prettyprint.c: Ditto.
17165 * gdb.trace/actions.c: Ditto.
17166 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17167 ensure clang would not discard it.
17168
17169 2014-04-24 David Blaikie <dblaikie@gmail.com>
17170
17171 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17172 clang to emit the full definition of type required by the test
17173 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17174
17175 2014-04-24 David Blaikie <dblaikie@gmail.com>
17176
17177 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17178 coax Clang into emitting the definition of the type.
17179 * gdb.cp/pr10728-x.h (y): Ditto.
17180 * gdb.cp/pr10728-y.cc (y): Ditto.
17181
17182 2014-04-24 David Blaikie <dblaikie@gmail.com>
17183
17184 * gdb.base/label.exp: XFAIL label related tests under Clang.
17185 * gdb.cp/cplabel.exp: Ditto.
17186 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17187 under Clang those using labels.
17188
17189 2014-04-25 Yao Qi <yao@codesourcery.com>
17190
17191 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17192 double_label.
17193 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17194 partial_label and double_label.
17195
17196 2014-04-24 David Blaikie <dblaikie@gmail.com>
17197
17198 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17199
17200 2014-04-24 David Blaikie <dblaikie@gmail.com>
17201
17202 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17203 of the function to work across GCC and Clang.
17204 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17205 pointer types (const void ** const V void **).
17206
17207 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17208 Walfred Tedeschi <walfred.tedeschi@intel.com>
17209
17210 * Makefile.in (EXECUTABLES): Added i386-avx512.
17211 * gdb.arch/i386-avx512.c: New file.
17212 * gdb.arch/i386-avx512.exp: Likewise.
17213
17214 2014-04-23 Keith Seitz <keiths@redhat.com>
17215
17216 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17217 (mi_make_breakpoint_table): New procedure.
17218 (mi_create_breakpoint): Use mi_make_breakpoint
17219 and return the result.
17220 (mi_make_breakpoint): New procedure.
17221 (mi_build_kv_pairs): New procedure.
17222
17223 * gdb.mi/mi-break.exp: Remove unused globals,
17224 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17225 All callers updated.
17226 * gdb.mi/mi-dprintf.exp: Use variable to track command
17227 number.
17228 Update all callers of mi_create_breakpoint and use
17229 mi_make_breakpoint_table.
17230 Remove any unused global variables.
17231 * gdb.mi/mi-nonstop.exp: Likewise.
17232 * gdb.mi/mi-nsintrall.exp: Likewise.
17233 * gdb.mi/mi-nsmoribund.exp: Likewise.
17234 * gdb.mi/mi-nsthrexec.exp: Likewise.
17235 * gdb.mi/mi-reverse.exp: Likewise.
17236 * gdb.mi/mi-simplerun.exp: Likewise.
17237 * gdb.mi/mi-stepn.exp: Likewise.
17238 * gdb.mi/mi-syn-frame.exp: Likewise.
17239 * gdb.mi/mi-until.exp: Likewise.
17240 * gdb.mi/mi-var-cp.exp: Likewise.
17241 * gdb.mi/mi-var-display.exp: Likewise.
17242 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17243 * gdb.mi/mi2-var-child.exp: Likewise.
17244 * gdb.mi/mi-vla-c99.exp: Likewise.
17245 * lib/mi-support.exp: Likewise.
17246
17247 From Ian Lance Taylor <iant@cygnus.com>:
17248 * lib/gdb.exp (parse_args): New procedure.
17249
17250 2014-04-23 Pedro Alves <palves@redhat.com>
17251
17252 * gdb.base/break-unload-file.c: New file.
17253 * gdb.base/break-unload-file.exp: New file.
17254 * gdb.base/sym-file-lib.c (baz): New function.
17255 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17256 field.
17257 (load): Store the segment's mapped size.
17258 (unload): New function.
17259 (unload_shlib): New function.
17260 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17261 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17262 set a breakpoint at baz, and call it.
17263 * gdb.base/sym-file.exp: New tests for stale breakpoint
17264 instructions.
17265
17266 2014-04-23 Pedro Alves <palves@redhat.com>
17267
17268 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17269 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17270 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17271 * gdb.base/hbreak-unmapped.c: New file.
17272 * gdb.base/hbreak-unmapped.exp: New file.
17273 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17274 * lib/gdb.exp (gdb_is_target_remote): ... here.
17275
17276 2014-04-22 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.base/consecutive-step-over.c: New file.
17279 * gdb.base/consecutive-step-over.exp: New file.
17280
17281 2014-04-22 Pedro Alves <palves@redhat.com>
17282
17283 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17284 instead of send_gdb/gdb_expect.
17285
17286 2014-04-22 Yao Qi <yao@codesourcery.com>
17287
17288 * lib/trace-support.exp (generate_tracefile): New procedure.
17289 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17290 return 0.
17291 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17292 if generate_tracefile returns 1.
17293
17294 2014-04-18 Tom Tromey <palves@redhat.com>
17295 Pedro alves <tromey@redhat.com>
17296
17297 PR backtrace/15558
17298 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17299 with a backtrace limit.
17300 * gdb.python/py-frame-inline.exp: Test running to an inline
17301 function with a backtrace limit, and printing the newest frame.
17302 * gdb.python/py-frame-inline.c (main): Call f.
17303
17304 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17305
17306 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17307
17308 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17309
17310 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17311 Drop prefix from unsupported source file path.
17312
17313 2014-04-17 Yao Qi <yao@codesourcery.com>
17314
17315 * lib/gdb.exp (with_target_charset): New proc.
17316 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17317 with_target_charset.
17318 (test_print_strings): Likewise.
17319 (test_repeat_bytes): Likewise.
17320 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17321 for some tests.
17322
17323 2014-04-16 Keith Seitz <keiths@redhat.com>
17324
17325 PR gdb/15827
17326 * gdb.dwarf2/corrupt.c: New file.
17327 * gdb.dwarf2/corrupt.exp: New file.
17328
17329 2014-04-16 Keith Seitz <keiths@redhat.com>
17330
17331 PR c++/16597
17332 * gdb.cp/namelessclass.cc: New file.
17333 * gdb.cp/namelessclass.exp: New file.
17334 * gdb.cp/namelessclass.S: New file.
17335
17336 2014-04-16 Doug Evans <dje@google.com>
17337
17338 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17339 Add comment.
17340 (gdbserver_default_get_comm_port): New function.
17341 (gdbserver_start): Check if board file provided
17342 "gdbserver,get_comm_port" and use it if so.
17343 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17344 (gdb,socketport): Set to "stdio".
17345 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17346 (stdio_gdbserver_template): Delete.
17347 (${board}_get_remote_address): Update.
17348 (${board}_build_remote_cmd): Delete.
17349 (${board}_get_comm_port): New function.
17350 (${board}_spawn): Update.
17351 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17352 Delete.
17353 (${board}_get_remote_address): Update.
17354 (${board}_get_comm_port): New function.
17355
17356 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17357
17358 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17359 appearing in any order.
17360
17361 2014-04-15 Doug Evans <dje@google.com>
17362
17363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17364 uninitialized value of "description".
17365
17366 2014-04-15 Keith Seitz <keiths@redhat.com>
17367
17368 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17369 Remove unused globals.
17370 (test_running_the_program): Likewise.
17371 (test_controlled_execution): Likewise.
17372 (test_controlling_breakpoints): Likewise.
17373 (test_program_termination): Likewise.
17374
17375 2014-04-15 Keith Seitz <keiths@redhat.com>
17376
17377 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17378 unused globals.
17379 (test_rbreak_creation_and_listing): Likewise.
17380 (test_ignore_count): Likewise.
17381 (test_error): Likewise.
17382
17383 2014-04-15 Pedro Alves <palves@redhat.com>
17384
17385 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17386 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17387 sym-file-loader.c.
17388 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17389 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17390 to sym-file-loader.c.
17391 (struct library): Forward declare.
17392 (load_shlib, lookup_function): Change prototypes.
17393 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17394 (translate_offset): Remove declarations.
17395 (get_text_addr): New declaration.
17396 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17397 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17398 sym-file-loader.h.
17399 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17400 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17401 here from sym-file-loader.h.
17402 (struct library): New structure.
17403 (load_shlib, lookup_function): Change prototypes and adjust to
17404 work with a struct library.
17405 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17406 (translate_offset): Make static.
17407 (get_text_addr): New function.
17408 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17409
17410 2014-04-15 Pedro Alves <palves@redhat.com>
17411
17412 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17413
17414 2014-04-15 Pedro Alves <palves@redhat.com>
17415
17416 * gdb.base/sym-file-loader.c: Include <limits.h>.
17417 (SELF_LINK): New define.
17418 (get_origin): New function.
17419 (load_shlib): Use it.
17420 * gdb.base/sym-file.exp: Don't early return if the target is
17421 remote. Use runto_main, and issue fail is that fails. Use
17422 gdb_load_shlibs.
17423 (shlib_name): Delete.
17424 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17425
17426 2014-04-15 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/sym-file.exp: Remove regex characters from test
17429 message. Don't refer to breakpoint numbers in test messages.
17430
17431 2014-04-14 Keith Seitz <keiths@redhat.com>
17432
17433 PR c++/16253
17434 * gdb.cp/var-tag.cc: New file.
17435 * gdb.cp/var-tag.exp: New file.
17436 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17437 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17438 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17439 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17440
17441 2014-04-14 Tom Tromey <tromey@redhat.com>
17442
17443 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17444 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17445 type.
17446 * gdb.cp/enum-class.exp: New file.
17447 * gdb.cp/enum-class.cc: New file.
17448
17449 2014-04-14 Tom Tromey <tromey@redhat.com>
17450
17451 * gdb.dwarf2/enum-type.exp: New file.
17452
17453 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17454
17455 * gdb.mi/mi-vla-c99.exp: New file.
17456 * gdb.mi/vla.c: New file.
17457
17458 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17459
17460 * gdb.base/vla-datatypes.c: New file.
17461 * gdb.base/vla-datatypes.exp: New file.
17462
17463 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17464
17465 * gdb.base/vla-ptr.c: New file.
17466 * gdb.base/vla-ptr.exp: New file.
17467
17468 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17469
17470 * gdb.dwarf2/count.exp: New file.
17471
17472 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17473
17474 * gdb.base/vla-sideeffect.c: New file.
17475 * gdb.base/vla-sideeffect.exp: New file.
17476
17477 2014-04-14 David Blaikie <dblaikie@gmail.com>
17478
17479 * gdb.mi/non-stop.c: Add return value for non-void function return
17480 statement.
17481 * gdb.threads/staticthreads.c: Ditto.
17482
17483 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17484 Doug Evans <xdje42@gmail.com>
17485
17486 * gdb.guile/scm-value.c: Improve test case.
17487 * gdb.guile/scm-value.exp: Add new test.
17488
17489 2014-04-11 David Blaikie <dblaikie@gmail.com>
17490
17491 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17492 override Clang's default.
17493
17494 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17495
17496 Revert the following changes (regressions):
17497
17498 * gdb.base/vla-sideeffect.c: New file.
17499 * gdb.base/vla-sideeffect.exp: New file.
17500
17501 * gdb.dwarf2/count.exp: New file.
17502
17503 * gdb.base/vla-multi.c: New file.
17504 * gdb.base/vla-multi.exp: New file.
17505
17506 * gdb.base/vla-ptr.c: New file.
17507 * gdb.base/vla-ptr.exp: New file.
17508
17509 * gdb.base/vla-datatypes.c: New file.
17510 * gdb.base/vla-datatypes.exp: New file.
17511
17512 * gdb.mi/mi-vla-c99.exp: New file.
17513 * gdb.mi/vla.c: New file.
17514
17515 2014-04-11 Keith Seitz <keiths@redhat.com>
17516
17517 PR c++/16675
17518 * gdb.cp/cpsizeof.exp: New file.
17519 * gdb.cp/cpsizeof.cc: New file.
17520
17521 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17522
17523 * gdb.mi/mi-vla-c99.exp: New file.
17524 * gdb.mi/vla.c: New file.
17525
17526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17527
17528 * gdb.base/vla-datatypes.c: New file.
17529 * gdb.base/vla-datatypes.exp: New file.
17530
17531 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17532
17533 * gdb.base/vla-ptr.c: New file.
17534 * gdb.base/vla-ptr.exp: New file.
17535
17536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17537
17538 * gdb.base/vla-multi.c: New file.
17539 * gdb.base/vla-multi.exp: New file.
17540
17541 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17542
17543 * gdb.dwarf2/count.exp: New file.
17544
17545 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17546
17547 * gdb.base/vla-sideeffect.c: New file.
17548 * gdb.base/vla-sideeffect.exp: New file.
17549
17550 2014-04-11 Yao Qi <yao@codesourcery.com>
17551
17552 * gdb.base/completion.exp: Check file exists before running tests
17553 on file completion.
17554
17555 2014-04-10 Pedro Alves <palves@redhat.com>
17556
17557 * gdb.base/cond-eval-mode.c: New file.
17558 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17559 prepare_for_testing to build the new file. Check result of
17560 runto_main.
17561 (test_break, test_watch): New procedures.
17562 (top level): Use them.
17563
17564 2014-04-08 Pierre Muller <muller@sourceware.org>
17565
17566 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17567 Ctrl-V use for mingw hosts.
17568
17569 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17570
17571 * gdb.python/py-value.c: Improve test case.
17572 * gdb.python/py-value.exp: Add new test.
17573
17574 2014-04-07 David Blaikie <dblaikie@gmail.com>
17575
17576 * lib/compiler.c: Identify the clang compiler.
17577 * lib/compiler.cc: Ditto.
17578
17579 2014-04-03 Yao Qi <yao@codesourcery.com>
17580
17581 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17582
17583 2014-04-01 Anton Blanchard <anton@samba.org>
17584
17585 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17586 messages unique.
17587
17588 2014-04-01 Anton Blanchard <anton@samba.org>
17589
17590 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17591 prepare_for_testing.
17592
17593 2014-04-01 Anton Blanchard <anton@samba.org>
17594
17595 * gdb.arch/ppc64-atomic-inst.c: Remove.
17596 * gdb.arch/ppc64-atomic-inst.S: New file.
17597 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17598
17599 2014-03-31 Doug Evans <dje@google.com>
17600
17601 * gdb.base/print-symbol-loading-lib.c: New file.
17602 * gdb.base/print-symbol-loading-main.c: New file.
17603 * gdb.base/print-symbol-loading.exp: New file.
17604
17605 2014-03-31 Yao Qi <yao@codesourcery.com>
17606
17607 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17608
17609 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17610
17611 * gdb.ada/mi_dyn_arr: New testcase.
17612
17613 2014-03-27 Doug Evans <dje@google.com>
17614
17615 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17616
17617 2014-03-27 Yao Qi <yao@codesourcery.com>
17618
17619 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17620 if target is nios2-*-*.
17621
17622 2014-03-26 Yao Qi <yao@codesourcery.com>
17623
17624 * lib/gdb.exp (readline_is_used): New proc.
17625 * gdb.base/completion.exp: Move tests on command complete up.
17626 Skip the rest of tests if readline is not used.
17627 * gdb.ada/complete.exp: Skp the test if readline is not
17628 used.
17629 * gdb.base/filesym.exp: Likewise.
17630 * gdb.base/macscp.exp: Likewise.
17631 * gdb.base/readline-ask.exp: Likewise.
17632 * gdb.base/readline.exp: Likewise.
17633 * gdb.python/py-cmd.exp: Likewise.
17634 * gdb.trace/tfile.exp: Likewise.
17635
17636 2014-03-26 Yao Qi <yao@codesourcery.com>
17637
17638 * gdb.base/macscp.exp: Fix code format issues.
17639
17640 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17641
17642 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17643 * gdb.asm/powerpc64le.inc: New file.
17644
17645 2014-03-25 Pedro Alves <palves@redhat.com>
17646 Doug Evans <dje@google.com>
17647
17648 * gdb.base/source-execution.c: New file.
17649 * gdb.base/source-execution.exp: New file.
17650 * gdb.base/source-execution.gdb: New file.
17651
17652 2014-03-24 Doug Evans <dje@google.com>
17653
17654 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17655 using fission.
17656
17657 2014-03-24 Hui Zhu <hui@codesourcery.com>
17658 Pedro Alves <palves@redhat.com>
17659
17660 PR breakpoints/16101
17661 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17662 test pass/fail messages. Detect missing support for dprintf when
17663 breakpoints are actually inserted.
17664 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17665 breakpoints are actually inserted.
17666 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17667 fails.
17668
17669 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17670
17671 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17672
17673 2014-03-22 Doug Evans <xdje42@gmail.com>
17674
17675 * gdb.python/python.exp (python not supported): Verify multi-line
17676 python command issues an error.
17677 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17678 guile command issues an error.
17679
17680 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17681
17682 * gdb.threads/thread-specific.exp: Handle the lack of usable
17683 $this_breakpoint and $this_thread.
17684
17685 2014-03-21 Hui Zhu <hui@codesourcery.com>
17686
17687 * gdb.base/attach.exp (do_command_attach_tests): New.
17688
17689 2014-03-20 Tom Tromey <tromey@redhat.com>
17690 Pedro Alves <palves@redhat.com>
17691
17692 PR cli/15718
17693 * gdb.base/condbreak-call-false.c: New file.
17694 * gdb.base/condbreak-call-false.exp: New file.
17695
17696 2014-03-20 Pedro Alves <palves@redhat.com>
17697
17698 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17699 Delete.
17700 (block_signals, unblock_signals): Delete.
17701 (child_function_2, main): Remove references to deleted variable
17702 and functions.
17703
17704 2014-03-20 Pedro Alves <palves@redhat.com>
17705
17706 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17707 Use pthread_kill to signal thread 2.
17708 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17709 Adjust to make the test send itself a signal rather than using the
17710 host's "kill" command.
17711
17712 2014-03-20 Pedro Alves <palves@redhat.com>
17713
17714 * gdb.threads/multiple-step-overs.c: New file.
17715 * gdb.threads/multiple-step-overs.exp: New file.
17716 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17717 Adjust expected infrun debug output.
17718
17719 2014-03-20 Pedro Alves <palves@redhat.com>
17720
17721 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17722 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17723
17724 2014-03-20 Pedro Alves <palves@redhat.com>
17725
17726 PR breakpoints/7143
17727 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17728 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17729 of gdb_test_multiple.
17730 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17731 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17732
17733 2014-03-20 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17736 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17737
17738 2014-03-19 Pedro Alves <palves@redhat.com>
17739
17740 * gdb.base/async.exp: Remove early return.
17741
17742 2014-03-19 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17745
17746 2014-03-19 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/async.exp (test_background): Expect \r\n after
17749 "completed." in the fail pattern.
17750
17751 2014-03-19 Pedro Alves <palves@redhat.com>
17752
17753 * gdb.base/async.exp (test_background): New procedure.
17754 Use it for all background execution command tests.
17755
17756 2014-03-19 Pedro Alves <palves@redhat.com>
17757
17758 * gdb.base/async.exp: Use prepare_for_testing.
17759
17760 2014-03-19 Pedro Alves <palves@redhat.com>
17761
17762 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17763 the same line.
17764
17765 2014-03-19 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/async.c (main): Add "jump here" and "until here" line
17768 marker comments.
17769 * gdb.base/async.exp (jump_here): New global.
17770 (jump& test): Use it.
17771 (until_here): New global.
17772 (until& test): Use it.
17773
17774 2014-03-19 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/async.exp: Don't frob gdb_protocol.
17777
17778 2014-03-18 Doug Evans <xdje42@gmail.com>
17779
17780 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17781 Fix spelling of exec-done-display.
17782
17783 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17784
17785 PR gdb/15358
17786 * gdb.base/gdb-sigterm.c: New file.
17787 * gdb.base/gdb-sigterm.exp: New file.
17788
17789 2014-03-18 Pedro Alves <palves@redhat.com>
17790
17791 PR gdb/13860
17792 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17793 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17794 solib-event.
17795
17796 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17797
17798 * gdb.ada/pckd_arr_ren: New testcase.
17799
17800 2014-03-13 Doug Evans <xdje42@gmail.com>
17801
17802 PR guile/16612
17803 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17804 collect after discarding symbols.
17805
17806 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17807 Doug Evans <xdje42@gmail.com>
17808
17809 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17810 to history survives a gc.
17811
17812 2014-03-13 Pedro Alves <palves@redhat.com>
17813
17814 * gdb.base/default.exp: Don't test "target procfs".
17815
17816 2014-03-13 Pedro Alves <palves@redhat.com>
17817
17818 * gdb.base/default.exp: Update "target child" and "target procfs"
17819 tests to not expect "Unix".
17820
17821 2014-03-12 Tom Tromey <tromey@redhat.com>
17822
17823 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17824 New procs. Add target-async tests.
17825 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17826 Add target-async tests.
17827
17828 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17829
17830 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17831 'func_start' and 'func_end' for the beginning and end of the
17832 function code, respectively.
17833 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17834 'func_end' instead of 'func' and 'main'.
17835
17836 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17837
17838 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17839 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17840 generate the debug info assembler source.
17841
17842 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17843
17844 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17845 * gdb.dwarf2/arr-subrange.exp: Likewise.
17846 * gdb.dwarf2/dwz.exp: Likewise.
17847 * gdb.dwarf2/method-ptr.exp: Likewise.
17848 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17849 * gdb.dwarf2/subrange.exp: Likewise.
17850 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17851 * gdb.dwarf2/implptrpiece.exp: Likewise.
17852 * gdb.dwarf2/nostaticblock.exp: Likewise.
17853
17854 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17855
17856 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17857 directory to absolute path name arguments.
17858
17859 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17860
17861 * gdb.ada/tagged_access: New testcase.
17862
17863 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17864
17865 * gdb.btrace/data.exp: Update expected output.
17866
17867 2014-03-06 Yao Qi <yao@codesourcery.com>
17868
17869 * gdb.trace/pr16508.exp: New file.
17870
17871 2014-03-05 Pedro Alves <palves@redhat.com>
17872
17873 PR gdb/16575
17874 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17875 procedure.
17876 (top level): Adjust to use it. Add tests that exercise breakpoint
17877 interaction with the code-cache.
17878
17879 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17880
17881 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17882 test for 'history-append!'.
17883
17884 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17885
17886 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17887 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17888 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17889 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17890 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17891 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17892
17893 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17894
17895 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17896 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17897 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17898
17899 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17900
17901 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17902
17903 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17904
17905 * gdb.dwarf2/arr-stride.c: New file.
17906 * gdb.dwarf2/arr-stride.exp: New file.
17907
17908 2014-02-26 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17911 that won't ever trigger. Make sure that GDB reports the correct
17912 breakpoint that caused the stop.
17913
17914 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17915
17916 PR gdb/16626
17917 * gdb.base/auto-load-script: New file.
17918 * gdb.base/auto-load.c: New file.
17919 * gdb.base/auto-load.exp: New file.
17920
17921 PR gdb/16626
17922 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17923
17924 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17925
17926 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17927 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17928
17929 2014-02-24 Doug Evans <dje@google.com>
17930
17931 * lib/gdb.exp (run_on_host): Log error output if program fails.
17932
17933 2014-02-21 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.threads/step-after-sr-lock.c: Rename to ...
17936 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17937 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17938 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17939 ... this.
17940
17941 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17942
17943 PR tdep/16397
17944 * gdb.arch/amd64-stap-special-operands.exp: New file.
17945 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17946 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17947 * gdb.arch/amd64-stap-triplet.S: Likewise.
17948 * gdb.arch/amd64-stap-triplet.c: Likewise.
17949
17950 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17951
17952 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17953 in .section pseudo-op.
17954
17955 2014-02-20 lin zuojian <manjian2006@gmail.com>
17956 Joel Brobecker <brobecker@adacore.com>
17957 Doug Evans <xdje42@gmail.com>
17958
17959 PR symtab/16581
17960 * gdb.dwarf2/dw2-icycle.S: New file.
17961 * gdb.dwarf2/dw2-icycle.c: New file.
17962 * gdb.dwarf2/dw2-icycle.exp: New file.
17963
17964 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17965
17966 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17967 operations on gdb.Value objects.
17968 * gdb.python/py-value-cc.exp: Add new test to test operations on
17969 gdb.Value objects.
17970
17971 2014-02-18 Doug Evans <dje@google.com>
17972
17973 * Makefile.in (TESTS): New variable.
17974 (expanded_tests, expanded_tests_or_none): New variables
17975 (check-single): Pass $(expanded_tests_or_none) to runtest.
17976 (check-parallel): Only run tests in $(TESTS) if non-empty.
17977 (check/no-matching-tests-found): New rule.
17978 * README: Document TESTS makefile variable.
17979
17980 2014-02-18 Doug Evans <dje@google.com>
17981
17982 * Makefile.in (check-parallel): rm -rf outputs temp.
17983
17984 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17985
17986 Fix "ERROR: no fileid for" in the testsuite.
17987 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17988
17989 2014-02-12 Doug Evans <dje@google.com>
17990
17991 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17992 (MISCELLANEOUS): New variable.
17993 (clean): rm -rf $(MISCELLANEOUS).
17994 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17995 dwp live in the same directory as symlinks, with each symlink pointed
17996 to a differently named file in a different directory.
17997
17998 2014-02-11 Doug Evans <dje@google.com>
17999
18000 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18001 of Tcl file commands.
18002
18003 2014-02-10 Mark Kettenis <kettenis@gnu.org>
18004
18005 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18006 "kill -SIGUSR1 -1".
18007
18008 2014-02-10 Joel Brobecker <brobecker@adacore.com>
18009
18010 * gdb.ada/tick_length_array_enum_idx: New testcase.
18011
18012 2014-02-10 Doug Evans <xdje42@gmail.com>
18013
18014 * configure.ac (AC_OUTPUT): Add gdb.guile.
18015 * configure: Regenerate.
18016 * lib/gdb-guile.exp: New file.
18017 * lib/gdb.exp (get_target_charset): New function.
18018 * gdb.base/help.exp: Update expected output from "apropos apropos".
18019 * gdb.guile/Makefile.in: New file.
18020 * gdb.guile/guile.exp: New file.
18021 * gdb.guile/scm-arch.c: New file.
18022 * gdb.guile/scm-arch.exp: New file.
18023 * gdb.guile/scm-block.c: New file.
18024 * gdb.guile/scm-block.exp: New file.
18025 * gdb.guile/scm-breakpoint.c: New file.
18026 * gdb.guile/scm-breakpoint.exp: New file.
18027 * gdb.guile/scm-disasm.c: New file.
18028 * gdb.guile/scm-disasm.exp: New file.
18029 * gdb.guile/scm-equal.c: New file.
18030 * gdb.guile/scm-equal.exp: New file.
18031 * gdb.guile/scm-error.exp: New file.
18032 * gdb.guile/scm-error.scm: New file.
18033 * gdb.guile/scm-frame-args.c: New file.
18034 * gdb.guile/scm-frame-args.exp: New file.
18035 * gdb.guile/scm-frame-args.scm: New file.
18036 * gdb.guile/scm-frame-inline.c: New file.
18037 * gdb.guile/scm-frame-inline.exp: New file.
18038 * gdb.guile/scm-frame.c: New file.
18039 * gdb.guile/scm-frame.exp: New file.
18040 * gdb.guile/scm-generics.exp: New file.
18041 * gdb.guile/scm-gsmob.exp: New file.
18042 * gdb.guile/scm-iterator.c: New file.
18043 * gdb.guile/scm-iterator.exp: New file.
18044 * gdb.guile/scm-math.c: New file.
18045 * gdb.guile/scm-math.exp: New file.
18046 * gdb.guile/scm-objfile-script-gdb.in: New file.
18047 * gdb.guile/scm-objfile-script.c: New file.
18048 * gdb.guile/scm-objfile-script.exp: New file.
18049 * gdb.guile/scm-objfile.c: New file.
18050 * gdb.guile/scm-objfile.exp: New file.
18051 * gdb.guile/scm-ports.exp: New file.
18052 * gdb.guile/scm-pretty-print.c: New file.
18053 * gdb.guile/scm-pretty-print.exp: New file.
18054 * gdb.guile/scm-pretty-print.scm: New file.
18055 * gdb.guile/scm-section-script.c: New file.
18056 * gdb.guile/scm-section-script.exp: New file.
18057 * gdb.guile/scm-section-script.scm: New file.
18058 * gdb.guile/scm-symbol.c: New file.
18059 * gdb.guile/scm-symbol.exp: New file.
18060 * gdb.guile/scm-symtab-2.c: New file.
18061 * gdb.guile/scm-symtab.c: New file.
18062 * gdb.guile/scm-symtab.exp: New file.
18063 * gdb.guile/scm-type.c: New file.
18064 * gdb.guile/scm-type.exp: New file.
18065 * gdb.guile/scm-value-cc.cc: New file.
18066 * gdb.guile/scm-value-cc.exp: New file.
18067 * gdb.guile/scm-value.c: New file.
18068 * gdb.guile/scm-value.exp: New file.
18069 * gdb.guile/source2.scm: New file.
18070 * gdb.guile/types-module.cc: New file.
18071 * gdb.guile/types-module.exp: New file.
18072
18073 2014-02-10 Yao Qi <yao@codesourcery.com>
18074
18075 PR testsuite/16543
18076 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18077 * configure: Regenerated.
18078 * Makefile.in: New file.
18079
18080 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18081
18082 * gdb.python/py-framefilter.exp: Fix typo.
18083
18084 2014-02-08 Yao Qi <yao@codesourcery.com>
18085
18086 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18087 that no =breakpoint-modified is emitted when breakpoints are
18088 modified through MI commands.
18089
18090 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18091 Pedro Alves <palves@redhat.com>
18092
18093 * gdb.threads/step-after-sr-lock.c: New file.
18094 * gdb.threads/step-after-sr-lock.exp: New file.
18095
18096 2014-02-07 Pedro Alves <palves@redhat.com>
18097
18098 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18099
18100 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18101
18102 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18103 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18104
18105 2014-02-06 Doug Evans <xdje42@gmail.com>
18106
18107 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18108 output.
18109
18110 * gdb.gdb/python-interrupts.exp: New file.
18111
18112 2014-02-05 Yao Qi <yao@codesourcery.com>
18113
18114 * gdb.trace/report.exp (use_collected_data): Test the output
18115 of "info threads" and "info inferiors".
18116
18117 2014-02-05 Yao Qi <yao@codesourcery.com>
18118
18119 Revert this patch:
18120
18121 2013-05-24 Yao Qi <yao@codesourcery.com>
18122
18123 * gdb.trace/tfile.exp: Test inferior and thread.
18124
18125 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18126
18127 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18128 on a function.
18129 * gdb.base/step-bt.c: Call hello via function pointer to make
18130 sure its first instruction is executed on powerpc64le-linux.
18131
18132 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18133
18134 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18135
18136 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18137
18138 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18139 of the test patterns for use on little-endian systems.
18140
18141 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18142
18143 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18144 (decimal_vector): Fix for little-endian.
18145
18146 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18147
18148 * gdb.arch/sparc-sysstep.exp: New file.
18149 * gdb.arch/sparc-sysstep.c: Likewise.
18150
18151 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18152
18153 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18154
18155 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18156
18157 2014-01-23 Tom Tromey <tromey@redhat.com>
18158
18159 * gdb.ada/array_char_idx: New testcase.
18160
18161 2014-01-23 Tom Tromey <tromey@redhat.com>
18162
18163 PR python/16487:
18164 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18165 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18166 classes.
18167
18168 2014-01-23 Tom Tromey <tromey@redhat.com>
18169
18170 PR python/16491:
18171 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18172 string from an inferior frame.
18173 * gdb.python/py-framefilter-mi.exp: Update.
18174
18175 2014-01-22 Doug Evans <dje@google.com>
18176
18177 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18178
18179 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18180
18181 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18182
18183 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18184
18185 * gdb.trace/entry-values.exp: Remove excess space character from
18186 regex patterns. Handle s390 call instruction.
18187
18188 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18189
18190 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18191 define "*_start" label. Make "name" static.
18192 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18193 ${name} by references to ${name}_start.
18194
18195 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18196
18197 * gdb.base/info-macros.exp: Remove "debug" from the compile
18198 options.
18199
18200 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18201
18202 * gdb.dlang/demangle.exp: New file.
18203
18204 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18205
18206 * gdb.dlang/primitive-types.exp: New file.
18207
18208 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18209
18210 * configure.ac: Create gdb.dlang/Makefile.
18211 * configure: Regenerate.
18212 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18213 * gdb.dlang/Makefile.in: New file.
18214 * lib/d-support.exp: New file.
18215 * lib/gdb.exp (skip_d_tests): New proc.
18216
18217 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18218
18219 * gdb.btrace/delta.exp: Check reverse stepi.
18220 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18221 * gdb.btrace/finish.exp: New.
18222 * gdb.btrace/next.exp: New.
18223 * gdb.btrace/nexti.exp: New.
18224 * gdb.btrace/record_goto.c: Add comments.
18225 * gdb.btrace/step.exp: New.
18226 * gdb.btrace/stepi.exp: New.
18227 * gdb.btrace/multi-thread-step.c: New.
18228 * gdb.btrace/multi-thread-step.exp: New.
18229 * gdb.btrace/rn-dl-bind.c: New.
18230 * gdb.btrace/rn-dl-bind.exp: New.
18231 * gdb.btrace/data.c: New.
18232 * gdb.btrace/data.exp: New.
18233 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18234
18235 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18236
18237 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18238 * gdb.btrace/exception.exp: Update.
18239 * gdb.btrace/instruction_history.exp: Update.
18240 * gdb.btrace/record_goto.exp: Update.
18241 * gdb.btrace/tailcall.exp: Update.
18242 * gdb.btrace/unknown_functions.exp: Update.
18243 * gdb.btrace/delta.exp: New.
18244
18245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18246
18247 * gdb.btrace/record_goto.exp: Add backtrace test.
18248 * gdb.btrace/tailcall.exp: Add backtrace test.
18249
18250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18251
18252 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18253 * gdb.btrace/record_goto.c: New.
18254 * gdb.btrace/record_goto.exp: New.
18255 * gdb.btrace/x86-record_goto.S: New.
18256
18257 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18258
18259 * gdb.btrace/function_call_history.exp: Update tests.
18260 * gdb.btrace/instruction_history.exp: Update tests.
18261
18262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18263
18264 * gdb.btrace/function_call_history.exp: Fix expected field
18265 order for "record function-call-history".
18266 Add new tests for "record function-call-history /c".
18267 * gdb.btrace/exception.cc: New.
18268 * gdb.btrace/exception.exp: New.
18269 * gdb.btrace/tailcall.exp: New.
18270 * gdb.btrace/x86-tailcall.S: New.
18271 * gdb.btrace/x86-tailcall.c: New.
18272 * gdb.btrace/unknown_functions.c: New.
18273 * gdb.btrace/unknown_functions.exp: New.
18274 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18275
18276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18277
18278 * gdb.btrace/instruction_history.exp: Update.
18279 * gdb.btrace/function_call_history.exp: Update.
18280
18281 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18282
18283 * gdb.btrace/function_call_history.exp: Fix expected function
18284 trace.
18285 * gdb.btrace/instruction_history.exp: Initialize traced.
18286 Remove traced_functions.
18287
18288 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18289
18290 * gdb.btrace/function_call_history.exp: Update
18291 * gdb.btrace/instruction_history.exp: Update.
18292
18293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18294
18295 * gdb.btrace/enable.exp: Update expected text.
18296
18297 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18298
18299 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18300 bytes.
18301
18302 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18303
18304 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18305
18306 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18307
18308 * lib/gdb.exp (supports_process_record): Return true for
18309 arm*-linux*. (supports_reverse): Likewise.
18310
18311 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18312
18313 PR python/15464
18314 PR python/16113
18315 * gdb.python/py-type.c: Enhance test case.
18316 * gdb.python/py-value-cc.cc: Likewise
18317 * gdb.python/py-type.exp: Add new tests.
18318 * gdb.python/py-value-cc.exp: Likewise
18319
18320 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18321 Pedro Alves <palves@redhat.com>
18322
18323 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18324 Make "name" extern.
18325 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18326 references to ${name}_start by references to ${name}.
18327
18328 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18329
18330 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18331
18332 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18333
18334 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18335
18336 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18337 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.mi/mi-info-os.exp: Connect to the target with
18340 mi_gdb_target_load.
18341
18342 2014-01-08 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.threads/reconnect-signal.c: New file.
18345 * gdb.threads/reconnect-signal.exp: New file.
18346
18347 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18348
18349 * gdb.base/source-dir.exp: New file.
18350
18351 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18352
18353 * gdb.ada/mi_interface: New testcase.
18354
18355 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18356
18357 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18358 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18359 gdb.ada/pp-rec-component/pck.ads: New files.
18360
18361 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18362
18363 * gdb.python/py-pp-integral.c: New file.
18364 * gdb.python/py-pp-integral.py: New file.
18365 * gdb.python/py-pp-integral.exp: New file.
18366
18367 For older changes see ChangeLog-1993-2013.
18368 \f
18369 ;; Local Variables:
18370 ;; mode: change-log
18371 ;; left-margin: 8
18372 ;; fill-column: 74
18373 ;; version-control: never
18374 ;; End:
18375
18376 Copyright 2014-2020 Free Software Foundation, Inc.
18377 Copying and distribution of this file, with or without modification,
18378 are permitted provided the copyright notice and this notice are preserved.
This page took 0.452809 seconds and 4 git commands to generate.