]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
Revert basenames_may_differ patch
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-07 Tom Tromey <tromey@adacore.com>
2
3 PR breakpoints/24915:
4 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5
6 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
7
8 * gdb.tui/tui-missing-src.exp: Add the "missing source
9 file" test for the TUI.
10
11 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
14 including a port number in the output.
15
16 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
17
18 * lib/fortran.exp (fortran_int4): Handle clang.
19 (fortran_int8): Likewise.
20 (fortran_real4): Likewise.
21 (fortran_real8): Likewise.
22 (fortran_complex4): Likewise.
23 (fortran_logical4): Likewise.
24 (fortran_character1): Likewise.
25
26 2020-02-04 Tom de Vries <tdevries@suse.de>
27
28 * README (Race detection): Add note.
29
30 2020-02-04 Tom de Vries <tdevries@suse.de>
31
32 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
33
34 2020-02-04 Tom de Vries <tdevries@suse.de>
35
36 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
37
38 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
39
40 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
41 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
42 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
43 blttar, bnetarl.
44 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
45 binary for blttar, bnetarl.
46 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
47 wait instruction. Delete ldmx test.
48 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
49
50 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
51
52 * gdb.fortran/array-bounds-high.exp: New file.
53 * gdb.fortran/array-bounds-high.f90: New file.
54
55 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
56
57 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
58 Replace #include of <sys/fcntl.h> by <fcntl.h>.
59
60 2020-02-01 Tom de Vries <tdevries@suse.de>
61
62 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
63
64 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 PR tui/9765
67 * gdb.tui/tui-layout-asm-short-prog.S: New file.
68 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
69
70 2020-01-29 Luis Machado <luis.machado@linaro.org>
71
72 * gdb.arch/aarch64-brk-patterns.c: New source file.
73 * gdb.arch/aarch64-brk-patterns.exp: New test.
74
75 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
76
77 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
78 GCC/Clang version.
79 * gdb.cp/pass-by-ref.exp: Ditto.
80
81 2020-01-29 Tom de Vries <tdevries@suse.de>
82
83 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
84 * gdb.threads/watchpoint-fork-mt.c: Same.
85 * gdb.threads/watchpoint-fork-parent.c: Same.
86 * gdb.threads/watchpoint-fork-st.c: Same.
87 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
88
89 2020-01-27 Luis Machado <luis.machado@linaro.org>
90
91 * gdb.base/step-over-syscall.exp (setup): Check if we're already
92 sitting at a syscall instruction when we hit the syscall function's
93 breakpoint.
94 Check PC against one obtained with the x command.
95 Validate syscall number.
96 (step_over_syscall): Don't continue to the syscall instruction if
97 we're already there.
98
99 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
100
101 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
102
103 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
106 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
107
108 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * gdb.dwarf2/dw2-inline-stepping.c: New file.
111 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
112
113 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.base/maint.exp: Update line table parsing test.
116 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
117
118 2020-01-24 Pedro Alves <palves@redhat.com>
119
120 PR gdb/25410
121 * gdb.multi/multi-re-run-1.c: New.
122 * gdb.multi/multi-re-run-2.c: New.
123 * gdb.multi/multi-re-run.exp: New.
124
125 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 PR gdb/23718
128 * gdb.server/server-kill-python.exp: New file.
129
130 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * gdb.server/multi-ui-errors.c: New file.
133 * gdb.server/multi-ui-errors.exp: New file.
134
135 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 PR tui/9765
138 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
139
140 2020-01-19 Tom Tromey <tom@tromey.com>
141
142 * gdb.tui/main.exp: Add check for plain "file".
143
144 2020-01-16 Christian Biesinger <cbiesinger@google.com>
145
146 * lib/gdb.exp: Fix spelling error (seperatelly).
147
148 2020-01-14 Tom Tromey <tom@tromey.com>
149
150 PR symtab/12535:
151 * gdb.python/python.exp: Test decode_line with empty string
152 argument.
153
154 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
155
156 * gdb.base/skip-inline.exp: Extend test.
157
158 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
161 * gdb.dwarf2/dw2-bad-elf.c: New file.
162 * gdb.dwarf2/dw2-bad-elf.exp: New file.
163
164 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
167 _line_saw_file.
168
169 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
172 border.
173
174 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
175
176 * gdb.multi/multi-target.exp (setup): Factor out "info
177 connections" and "info inferiors" tests to ...
178 (test_info_inferiors): ... this new procedure.
179 (top level): Run new "info-inferiors" tests.
180
181 2020-01-10 Pedro Alves <palves@redhat.com>
182
183 * gdb.server/bkpt-other-inferior.exp: New file.
184
185 2020-01-10 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
188 of "add-inferior".
189 * gdb.base/quit-live.exp: Likewise.
190 * gdb.base/remote-exec-file.exp: Likewise.
191 * gdb.guile/scm-progspace.exp: Likewise.
192 * gdb.linespec/linespec.exp: Likewise.
193 * gdb.mi/new-ui-mi-sync.exp: Likewise.
194 * gdb.mi/user-selected-context-sync.exp: Likewise.
195 * gdb.multi/multi-target.exp (setup): Add "info connection" and
196 "info inferiors" tests.
197 * gdb.multi/remove-inferiors.exp: Adjust expected output of
198 "add-inferior".
199 * gdb.multi/watchpoint-multi.exp: Likewise.
200 * gdb.python/py-inferior.exp: Likewise.
201 * gdb.server/extended-remote-restart.exp: Likewise.
202 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
203 "info inferiors".
204 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
205 * gdb.trace/report.exp: Likewise.
206
207 2020-01-10 Pedro Alves <palves@redhat.com>
208
209 * gdb.multi/multi-target.c: New file.
210 * gdb.multi/multi-target.exp: New file.
211 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
212 mode requested, but remote does not support non-stop".
213
214 2020-01-10 Pedro Alves <palves@redhat.com>
215
216 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
217 disconnect before reconnecting.
218
219 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
220 Pedro Alves <palves@redhat.com>
221
222 * gdb.server/connect-without-multi-process.exp: Also test
223 continuing to end.
224
225 2020-01-10 Pedro Alves <palves@redhat.com>
226
227 * gdb.base/remote-exec-file.exp: New file.
228
229 2020-01-10 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/fork-running-state.exp (do_test): Adjust expected
232 output.
233 * gdb.threads/async.c: New.
234 * gdb.threads/async.exp: New.
235 * gdb.multi/tids-gid-reset.c: New.
236 * gdb.multi/tids-gid-reset.exp: New.
237
238 2020-01-10 George Barrett <bob@bob131.so>
239
240 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
241 to help in finding the image relocation offset.
242 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
243 options in arguments.
244 (stap_test_no_debuginfo): Likewise.
245 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
246 test variants.
247 (stap_test): Add null semaphore relocation test.
248
249 2020-01-10 George Barrett <bob@bob131.so>
250
251 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
252 * gdb.base/stap-probe.exp: Likewise.
253 (stap_test): Pass argument as an additional flag.
254 (stap_test_no_debuginfo): Likewise.
255 (stap_test): Check `info probes stap' output for semaphore
256 addresses if the test binary is supposed to have them.
257
258 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * gdb.tui/basic.exp: Add more scrolling tests.
261
262 2020-01-09 Tom Tromey <tom@tromey.com>
263
264 PR tui/18932:
265 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
266 meangingful value.
267 (Term::command, Term::resize): Update.
268 * gdb.tui/basic.exp: Add scrolling test.
269
270 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.tui/tui-layout-asm.exp: New file.
273
274 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
275
276 * lib/tuiterm.exp (Term::check_box_contents): New proc.
277
278 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
279
280 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
281 (Term::enter_tui): Use Term::prepare_for_tui.
282
283 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
286 called.
287
288 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.base/skip.exp: Fix race condition in test.
291
292 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.base/backtrace.c: New file.
295 * gdb.base/backtrace.exp: New file.
296
297 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
300
301 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
302
303 * gdb.base/style.exp: Test that warnings are styled.
304
305 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
306
307 * gdb.base/line65535.exp: New file.
308 * gdb.base/line65535.c: New file.
309
310 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
311
312 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
313 * lib/gnat_debug_info_test.adb: New file.
314 * gdb.ada/ptype_tagged_param.exp: Use
315 gnat_runtime_has_debug_info, expect a different output if
316 runtime does not have debug info.
317
318 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
319
320 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
321 (another) quote in test name.
322
323 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
324
325 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
326 Add quote in test name.
327
328 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
329
330 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
331 directory instead.
332 * gdb.cp/pass-by-ref.exp: Extend with more cases.
333 * gdb.cp/pass-by-ref-2.cc: New file.
334 * gdb.cp/pass-by-ref-2.exp: New file.
335
336 2019-12-20 Tom Tromey <tom@tromey.com>
337
338 * gdb.tui/list-before.exp: New file.
339
340 2019-12-20 Tom Tromey <tom@tromey.com>
341
342 * gdb.tui/list.exp: Check for source on initial listing.
343
344 2019-12-11 Tom Tromey <tromey@adacore.com>
345
346 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
347 Add crlf test.
348
349 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
350
351 * gdb.base/default.exp: Update value of $_gdb_major.
352
353 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
354
355 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
356
357 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
358
359 * gdb.base/skip.exp: Whitespace fix.
360
361 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
362
363 * gdb.base/skip-inline.c: New file.
364 * gdb.base/skip-inline.exp: New file.
365
366 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
367
368 * gdb.base/jit-reader.exp (jit_reader_test): Rename
369 jit_function_00 to jit_function_stack_mangle.
370 * gdb.base/jithost.c (jit_function_t): Rename to...
371 (jit_function_stack_mangle_t): ... this.
372 (jit_function_add_t): New typedef.
373 (jit_function_00_code): Rename to...
374 (jit_function_stack_mangle_code): ... this, make static.
375 (jit_function_add_code): New.
376 (main): Generate "add" function and call it. Adjust to changes
377 in jithost_abi.
378 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
379 (struct jithost_abi) <begin, end>: Remove fields.
380 <object, function_stack_mangle, function_add>: New fields.
381 * gdb.base/jitreader.c (struct reader_state) <code_begin,
382 code_end>: Remove fields.
383 <func_stack_mangle>: New field.
384 (read_debug_info): Adjust to renaming, create block for "add"
385 function.
386 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
387
388 2019-12-11 Tom Tromey <tom@tromey.com>
389
390 * gdb.tui/resize.exp: Fix regexp.
391 * gdb.tui/regs.exp: Fix regexps.
392 * gdb.tui/main.exp: Fix regexp.
393
394 2019-12-11 Tom Tromey <tom@tromey.com>
395
396 * gdb.tui/resize.exp: Update.
397 * gdb.tui/empty.exp (layouts): Update.
398
399 2019-12-11 Tom Tromey <tom@tromey.com>
400
401 * gdb.tui/regs.exp: Update.
402 * gdb.tui/empty.exp (layouts): Update.
403 * gdb.tui/basic.exp: Update.
404 * lib/tuiterm.exp (_check_box): Don't check bottom border.
405
406 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
407
408 * gdb.base/options.exp: Add -raw-values in the print completion list.
409 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
410
411 2019-12-10 Kevin Buettner <kevinb@redhat.com>
412
413 * gdb.threads/omp-par-scope.c: New file.
414 * gdb/threads/omp-par-scope.exp: New file.
415
416 2019-12-10 Kevin Buettner <kevinb@redhat.com>
417
418 * lib/gdb.exp (support_nested_function_tests): New proc.
419
420 2019-12-10 Kevin Buettner <kevinb@redhat.com>
421
422 * lib/gdb.exp (gdb_compile_openmp): New proc.
423 (build_executable_from_specs): Add an "openmp" option.
424 (gdb_compile_pthreads): Add non-executable case.
425
426 2019-12-10 Tom Tromey <tromey@adacore.com>
427
428 * gdb.ada/unchecked_union.exp: New file.
429 * gdb.ada/unchecked_union/pck.adb: New file.
430 * gdb.ada/unchecked_union/pck.ads: New file.
431 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
432 * gdb-utils.exp (string_to_regexp): Also quote "?".
433
434 2019-12-10 George Barrett <bob@bob131.so>
435
436 Test scripted probe breakpoints.
437 * gdb.guile/scm-breakpoint.c (main): Add probe point.
438 * gdb.python/py-breakpoint.c (main): Likewise.
439 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
440 specifier test.
441 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
442
443 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
444
445 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
446 an rvalue parameter.
447 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
448 parameter.
449
450 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
451
452 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
453 modules.
454
455 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
458 broken version of GCC.
459
460 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * gdb.fortran/info-modules.exp: Rewrite to make use of new
463 sym-info-cmds library.
464 * gdb.fortran/info-types.exp: Likewise.
465 * lib/sym-info-cmds.exp: New file.
466
467 2019-12-08 Tom de Vries <tdevries@suse.de>
468
469 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
470
471 2019-12-07 Keith Seitz <keiths@redhat.com>
472
473 * gdb.base/corefile-buildid-shlib-shr.c: New file.
474 * gdb.base/corefile-buildid-shlib.c: New file.
475 * gdb.base/corefile-buildid.c: New file.
476 * gdb.base/corefile-buildid.exp: New file.
477
478 2019-12-06 Tom de Vries <tdevries@suse.de>
479
480 * gdb.dwarf2/varval.exp: Add decl before def test.
481
482 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
483
484 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
485
486 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
487
488 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
489 CV and reference conversion for overload resolution.
490 * gdb.cp/rvalue-ref-overload.exp: Test it.
491
492 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
493
494 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
495 * gdb.base/frameapply.exp: Test faas without command.
496
497 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
498
499 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
500 Fortran tests.
501 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
502 order.
503
504 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
505
506 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
507 casting to type with no kind specified.
508 (test_basic_parsing_of_type_kinds): Additional tests for types
509 with no kind specified, and add tests for single/double
510 precision/complex types.
511
512 2019-12-04 Tom Tromey <tromey@adacore.com>
513
514 * gdb.base/endianity.c (struct other) <x>: New field.
515 (main): Initialize it.
516 * gdb.base/endianity.exp: Update.
517
518 2019-12-04 Tom Tromey <tromey@adacore.com>
519
520 * gdb.ada/scalar_storage/storage.adb: New file.
521 * gdb.ada/scalar_storage/pck.adb: New file.
522 * gdb.ada/scalar_storage/pck.ads: New file.
523 * gdb.ada/scalar_storage.exp: New file.
524
525 2019-12-04 Tom Tromey <tromey@adacore.com>
526
527 * gdb.base/endianity.c (struct otherendian) <f>: New field.
528 (main): Initialize it.
529 * gdb.base/endianity.exp: Update.
530
531 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
532
533 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
534
535 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
538 -symbol-info-module-functions and -symbol-info-module-variables.
539
540 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
541
542 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
543
544 2019-12-01 Richard Bunt <richard.bunt@arm.com>
545 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.fortran/derived-type-striding.exp: New file.
548 * gdb.fortran/derived-type-striding.f90: New file.
549 * gdb.fortran/array-slices.exp: New file.
550 * gdb.fortran/array-slices.f90: New file.
551
552 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
553
554 * gdb.base/define.exp: Test . in command names.
555 * gdb.base/setshow.exp: Update test, as . is now part of
556 command name.
557
558 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
559
560 * gdb.base/define-prefix.exp: New file.
561
562 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
565 compile.
566 (skip_btrace_pt_tests): Likewise.
567
568 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
569
570 * gdb.fortran/info-modules.exp: Compile source files in correct
571 order.
572
573 2019-11-27 Kevin Buettner <kevinb@redhat.com>
574
575 * gdb.dwarf2/imported-unit.exp: New file.
576 * gdb.dwarf2/imported-unit.c: New file.
577
578 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.mi/mi-fortran-modules-2.f90: New file.
581 * gdb.mi/mi-fortran-modules.exp: New file.
582 * gdb.mi/mi-fortran-modules.f90: New file.
583
584 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
585
586 * gdb.mi/mi-sym-info-1.c: New file.
587 * gdb.mi/mi-sym-info-2.c: New file.
588 * gdb.mi/mi-sym-info.exp: New file.
589
590 2019-11-22 Tom Tromey <tromey@adacore.com>
591
592 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
593 * gdb.ada/tasks/foo.adb: Add another stopping location.
594
595 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
596
597 * gdb.base/endianity.c: New test.
598 * gdb.base/endianity.exp: New file.
599
600 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
601
602 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
603
604 2019-11-21 Tom de Vries <tdevries@suse.de>
605
606 PR gdb/24956
607 * gdb.base/ui-redirect.exp: Test output of user-defined command.
608
609 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
610
611 * gdb.python/py-progspace.exp: Add missing parentheses on some
612 'print' commands.
613
614 2019-11-19 Tom Tromey <tom@tromey.com>
615
616 * gdb.tui/winheight.exp: New file.
617
618 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.base/ctf-whatis.c: Delete.
621 * gdb.base/ctf-whatis.exp: Delete.
622 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
623
624 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.base/ctf-cvexpr.exp: Delete.
627 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
628
629 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
632 the compiler. Clean up header comment a little.
633 * gdb.base/ctf-ptype.exp: Likewise.
634 * gdb.base/ctf-whatis.exp: Likewise.
635 * lib/gdb.exp (skip_ctf_tests): New proc.
636
637 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
638
639 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
640 * gdb.tui/corefile-run.exp: New file.
641
642 2019-11-14 Tom Tromey <tromey@adacore.com>
643
644 * gdb.base/gdbvars.exp (test_convenience_variables): Add
645 regression tests.
646
647 2019-11-12 Tom Tromey <tom@tromey.com>
648
649 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
650 after any command. Expect prompt after WAIT_FOR is seen.
651 (enter_tui): Enable resize messages.
652 (command): Expect command in output.
653 (get_line): Avoid error when cursor appears to be off-screen.
654 (dump_screen): Include screen size in title.
655 (_do_resize): New proc, from "resize".
656 (resize): Rewrite. Do resize in two steps.
657 * gdb.tui/empty.exp (layouts): Fix entries.
658 (check_boxes): Remove xfail.
659 (check_text): Dump screen on failure.
660
661 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.python/py-symbol.exp: Add test for
664 gdb.lookup_static_symbols.
665
666 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.python/py-symbol.c: Declare and call function from new
669 py-symbol-2.c file.
670 * gdb.python/py-symbol.exp: Compile both source files, and add new
671 tests for gdb.lookup_static_symbol.
672 * gdb.python/py-symbol-2.c: New file.
673
674 2019-11-02 Tom de Vries <tdevries@suse.de>
675
676 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
677 * gdb.base/anon.exp: Same.
678 * gdb.base/auto-connect-native-target.exp: Same.
679 * gdb.base/call-ar-st.exp: Same.
680 * gdb.base/catch-syscall.exp: Same.
681 * gdb.base/commands.exp: Same.
682 * gdb.base/default.exp: Same.
683 * gdb.base/display.exp: Same.
684 * gdb.base/float.exp: Same.
685 * gdb.base/foll-fork.exp: Same.
686 * gdb.base/help.exp: Same.
687 * gdb.base/info-macros.exp: Same.
688 * gdb.base/info-proc.exp: Same.
689 * gdb.base/info-target.exp: Same.
690 * gdb.base/long_long.exp: Same.
691 * gdb.base/macscp.exp: Same.
692 * gdb.base/memattr.exp: Same.
693 * gdb.base/nofield.exp: Same.
694 * gdb.base/pointers.exp: Same.
695 * gdb.base/printcmds.exp: Same.
696 * gdb.base/ptype.exp: Same.
697 * gdb.base/restore.exp: Same.
698 * gdb.base/return.exp: Same.
699 * gdb.base/scope.exp: Same.
700 * gdb.base/set-noassign.exp: Same.
701 * gdb.base/setshow.exp: Same.
702 * gdb.base/shlib-call.exp: Same.
703 * gdb.base/signals.exp: Same.
704 * gdb.base/sigstep.exp: Same.
705 * gdb.base/skip.exp: Same.
706 * gdb.base/solib-symbol.exp: Same.
707 * gdb.base/stap-probe.exp: Same.
708 * gdb.base/step-line.exp: Same.
709 * gdb.base/step-test.exp: Same.
710 * gdb.base/style.exp: Same.
711 * gdb.base/varargs.exp: Same.
712 * gdb.base/vla-datatypes.exp: Same.
713 * gdb.base/vla-ptr.exp: Same.
714 * gdb.base/vla-sideeffect.exp: Same.
715 * gdb.base/volatile.exp: Same.
716 * gdb.base/watch-cond-infcall.exp: Same.
717 * gdb.base/watchpoint.exp: Same.
718
719 2019-11-02 Tom de Vries <tdevries@suse.de>
720
721 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
722 * gdb.cp/cpexprs.exp: Same.
723 * gdb.cp/except-multi-location.exp: Same.
724 * gdb.cp/exceptprint.exp: Same.
725 * gdb.cp/gdb2384.exp: Same.
726 * gdb.cp/inherit.exp: Same.
727 * gdb.cp/m-static.exp: Same.
728 * gdb.cp/meth-typedefs.exp: Same.
729 * gdb.cp/misc.exp: Same.
730 * gdb.cp/namespace.exp: Same.
731 * gdb.cp/non-trivial-retval.exp: Same.
732 * gdb.cp/overload.exp: Same.
733 * gdb.cp/pr17132.exp: Same.
734 * gdb.cp/re-set-overloaded.exp: Same.
735 * gdb.cp/rvalue-ref-types.exp: Same.
736 * gdb.cp/templates.exp: Same.
737
738 2019-11-01 Luis Machado <luis.machado@linaro.org>
739
740 PR gdb/25124
741
742 * gdb.arch/pr25124.S: New file.
743 * gdb.arch/pr25124.exp: New file.
744
745 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.fortran/info-modules.exp: Update expected results, and add
748 additional tests for 'info module functinos', and 'info module
749 variables'.
750 * gdb.fortran/info-types.exp: Update expected results.
751 * gdb.fortran/info-types.f90: Extend testcase with additional
752 module variables and functions.
753
754 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.fortran/info-modules.exp: New file.
757 * gdb.fortran/info-types.exp: Build with new file.
758 * gdb.fortran/info-types.f90: Include and use new module.
759 * gdb.fortran/info-types-2.f90: New file.
760
761 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
762
763 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
764 * gdb.base/settings.exp: Test all settings types using
765 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
766 that now verifies that the value of "maint show" is the same as
767 returned by the settings functions. Test the type of the
768 maintenance settings.
769 * gdb.base/default.exp: Update show_conv_list.
770
771 2019-10-31 Tom de Vries <tdevries@suse.de>
772
773 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
774 gdb_test.
775 * gdb.arch/amd64-disp-step.exp: Same.
776 * gdb.asm/asm-source.exp: Same.
777 * gdb.btrace/buffer-size.exp: Same.
778 * gdb.btrace/cpu.exp: Same.
779 * gdb.btrace/enable.exp: Same.
780 * gdb.dwarf2/count.exp: Same.
781 * gdb.dwarf2/dw2-ranges-func.exp: Same.
782 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
783 * gdb.fortran/vla-datatypes.exp: Same.
784 * gdb.fortran/vla-history.exp: Same.
785 * gdb.fortran/vla-ptype.exp: Same.
786 * gdb.fortran/vla-value.exp: Same.
787 * gdb.fortran/whatis_type.exp: Same.
788 * gdb.guile/guile.exp: Same.
789 * gdb.multi/tids.exp: Same.
790 * gdb.python/py-finish-breakpoint.exp: Same.
791 * gdb.python/py-framefilter.exp: Same.
792 * gdb.python/py-pp-registration.exp: Same.
793 * gdb.python/py-xmethods.exp: Same.
794 * gdb.python/python.exp: Same.
795 * gdb.server/connect-with-no-symbol-file.exp: Same.
796 * gdb.server/no-thread-db.exp: Same.
797 * gdb.server/run-without-local-binary.exp: Same.
798 * gdb.stabs/weird.exp: Same.
799 * gdb.threads/attach-many-short-lived-threads.exp: Same.
800 * gdb.threads/thread-find.exp: Same.
801 * gdb.threads/tls-shared.exp: Same.
802 * gdb.threads/tls.exp: Same.
803 * gdb.threads/wp-replication.exp: Same.
804 * gdb.trace/ax.exp: Same.
805 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
806
807 2019-10-31 Tom de Vries <tdevries@suse.de>
808
809 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
810 * gdb.ada/array_subscript_addr.exp: Same.
811 * gdb.ada/arrayidx.exp: Same.
812 * gdb.ada/arrayparam.exp: Same.
813 * gdb.ada/arrayptr.exp: Same.
814 * gdb.ada/boolean_expr.exp: Same.
815 * gdb.ada/call_pn.exp: Same.
816 * gdb.ada/complete.exp: Same.
817 * gdb.ada/fixed_cmp.exp: Same.
818 * gdb.ada/fun_addr.exp: Same.
819 * gdb.ada/funcall_param.exp: Same.
820 * gdb.ada/interface.exp: Same.
821 * gdb.ada/mod_from_name.exp: Same.
822 * gdb.ada/null_array.exp: Same.
823 * gdb.ada/packed_array.exp: Same.
824 * gdb.ada/packed_tagged.exp: Same.
825 * gdb.ada/print_chars.exp: Same.
826 * gdb.ada/print_pc.exp: Same.
827 * gdb.ada/ptype_arith_binop.exp: Same.
828 * gdb.ada/ptype_field.exp: Same.
829 * gdb.ada/ptype_tagged_param.exp: Same.
830 * gdb.ada/rec_return.exp: Same.
831 * gdb.ada/ref_tick_size.exp: Same.
832 * gdb.ada/str_ref_cmp.exp: Same.
833 * gdb.ada/taft_type.exp: Same.
834 * gdb.ada/tagged.exp: Same.
835 * gdb.ada/type_coercion.exp: Same.
836 * gdb.ada/uninitialized_vars.exp: Same.
837
838 2019-10-30 Tom de Vries <tdevries@suse.de>
839
840 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
841
842 2019-10-26 Tom de Vries <tdevries@suse.de>
843
844 * gdb.base/bigcore.c: Fix typos in comments.
845 * gdb.base/ctf-ptype.c: Same.
846 * gdb.base/long_long.c: Same.
847 * gdb.dwarf2/dw2-op-out-param.S: Same.
848 * gdb.python/py-evthreads.c: Same.
849 * gdb.reverse/i387-stack-reverse.c: Same.
850 * gdb.trace/tfile.c: Same.
851 * lib/compiler.c: Same.
852 * lib/compiler.cc: Same.
853
854 2019-10-25 Tom de Vries <tdevries@suse.de>
855
856 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
857 gdb_test_multiple calls.
858 * gdb.reverse/sigall-reverse.exp: Same.
859 * gdb.reverse/solib-precsave.exp: Same.
860 * gdb.reverse/solib-reverse.exp: Same.
861 * gdb.reverse/until-precsave.exp: Same.
862 * gdb.reverse/until-reverse.exp: Same.
863
864 2019-10-24 Tom de Vries <tdevries@suse.de>
865
866 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
867 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
868 kfail using -wrap pattern flag and convenience variable
869 gdb_test_name.
870
871 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.python/py-progspace.exp: Add tests for the
874 Progspace.block_for_pc method.
875
876 2019-10-23 Tom Tromey <tom@tromey.com>
877
878 * configure: Rebuild.
879 * aclocal.m4: Use m4_include, not sinclude.
880
881 2019-10-21 Tom de Vries <tdevries@suse.de>
882
883 * gdb.base/infcall-nested-structs.c: Add
884 __attribute__((noinline,noclone)) to all functions.
885 (call_all): Add missing variable initialization. Simplify return value.
886 (breakpt): Increment volatile variable, to prevent call from being
887 optimized out.
888 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
889
890 2019-10-17 Tom de Vries <tdevries@suse.de>
891
892 * gdb.fortran/module.exp: Allow info variables to print info for files
893 other than module.f90.
894
895 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
896
897 * gdb.fortran/module.exp: Extend with 'info variables' test.
898
899 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
902 F77_FOR_TARGET.
903
904 2019-10-16 Tom de Vries <tdevries@suse.de>
905
906 PR tdep/25096
907 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
908
909 2019-10-16 Tom de Vries <tdevries@suse.de>
910
911 PR tdep/24104
912 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
913 Add KFAIL for PR tdep/25096.
914
915 2019-10-16 Tom de Vries <tdevries@suse.de>
916
917 PR testsuite/25059
918 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
919
920 2019-10-16 Tom de Vries <tdevries@suse.de>
921
922 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
923 as signed.
924
925 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
926
927 * gdb.mi/list-thread-groups-available.exp: Read entries one by
928 one instead of increasing timeout.
929
930 2019-10-13 Tom de Vries <tdevries@suse.de>
931
932 PR record/25038
933 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
934 * gdb.reverse/sigall-reverse.exp: Same.
935 * gdb.reverse/solib-precsave.exp: Same.
936 * gdb.reverse/solib-reverse.exp: Same.
937 * gdb.reverse/step-precsave.exp: Same.
938 * gdb.reverse/until-precsave.exp: Same.
939 * gdb.reverse/until-reverse.exp: Same.
940 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
941
942 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
943
944 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
945 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
946 (cmp_struct_05_01, cmp_struct_static_02_01)
947 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
948 comparisons.
949
950 2019-10-10 Tom de Vries <tdevries@suse.de>
951
952 PR testsuite/24888
953 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
954 gnatlink.
955
956 2019-10-09 Tom de Vries <tdevries@suse.de>
957
958 PR testsuite/25048
959 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
960
961 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
964 exceptions due to missing debug information.
965
966 2019-10-07 Tom de Vries <tdevries@suse.de>
967
968 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
969
970 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
973 * gdb.base/annota1.exp: Update to use gdb_test_name.
974
975 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
976
977 * gdb.base/ctf-whatis.exp: New file.
978 * gdb.base/ctf-whatis.c: New file.
979 * gdb.base/ctf-ptype.exp: New file.
980 * gdb.base/ctf-ptype.c: New file.
981 * gdb.base/ctf-constvars.exp: New file.
982 * gdb.base/ctf-constvars.c: New file.
983 * gdb.base/ctf-cvexpr.exp: New file.
984
985 2019-10-04 Tom de Vries <tdevries@suse.de>
986
987 * gdb.cp/local-static.c (main): Move declaration of int i out of the
988 for loop.
989
990 2019-10-03 Tom Tromey <tom@tromey.com>
991
992 PR rust/24976:
993 * gdb.rust/simple.rs (Union2): New type.
994 (main): Use Union2.
995 * gdb.rust/simple.exp: Add test.
996
997 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1000 nested function prefix.
1001
1002 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1003 Richard Bunt <richard.bunt@arm.com>
1004 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1007 nested functions.
1008 * gdb.fortran/nested-funcs.f90: Update expected results.
1009 * gdb.fortran/nested-funcs-2.exp: New file.
1010 * gdb.fortran/nested-funcs-2.f90: New file.
1011
1012 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.python/py-parameter.exp: Make test names unique.
1015 * gdb.python/py-template.exp: Likewise.
1016 * gdb.python/py-value.exp: Likewise.
1017
1018 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.base/break-interp.exp: Reduce test name duplication.
1021 * gdb.base/call-sc.exp: Likewise.
1022 * gdb.base/callfuncs.exp: Likewise.
1023 * gdb.base/charset.exp: Likewise.
1024 * gdb.base/dump.exp: Likewise.
1025 * gdb.base/ena-dis-br.exp: Likewise.
1026 * gdb.base/relational.exp: Likewise.
1027 * gdb.base/step-over-syscall.exp: Likewise.
1028 * gdb.base/structs.exp: Likewise.
1029
1030 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.linespec/explicit.exp: Make test names unique.
1033 * gdb.linespec/ls-errs.exp: Likewise.
1034
1035 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.reverse/break-precsave.exp: Make test names unique.
1038 * gdb.reverse/break-reverse.exp: Likewise.
1039 * gdb.reverse/finish-precsave.exp: Likewise.
1040 * gdb.reverse/finish-reverse.exp: Likewise.
1041 * gdb.reverse/machinestate-precsave.exp: Likewise.
1042 * gdb.reverse/machinestate.exp: Likewise.
1043 * gdb.reverse/readv-reverse.exp: Likewise.
1044 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1045 * gdb.reverse/sigall-precsave.exp: Likewise.
1046 * gdb.reverse/sigall-reverse.exp: Likewise.
1047 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1048 * gdb.reverse/watch-precsave.exp: Likewise.
1049 * gdb.reverse/watch-reverse.exp: Likewise.
1050
1051 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.threads/stop-with-handle.c: New file.
1054 * gdb.threads/stop-with-handle.exp: New file.
1055
1056 2019-10-03 Tom de Vries <tdevries@suse.de>
1057
1058 PR testsuite/25059
1059 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1060 directory" line to be missing.
1061
1062 2019-10-03 Tom de Vries <tdevries@suse.de>
1063
1064 PR testsuite/25059
1065 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1066 type optional.
1067
1068 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1069
1070 * gdb.python/py-format-string.c (string.h): New include.
1071 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1072 the same value, for endianness-independence.
1073 * gdb.python/py-format-string.exp (default_regexp_dict)
1074 (test_pretty_structs, test_format): Adjust expected output to the
1075 changed initialization.
1076
1077 2019-10-02 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1080
1081 2019-10-02 Pedro Alves <palves@redhat.com>
1082 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1085 "print-file-var.h".
1086 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1087 (get_version_1): Print this_version_id and its address.
1088 Add extern "C" wrappers around interface functions.
1089 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1090 "print-file-var.h".
1091 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1092 (get_version_2): Print this_version_id and its address.
1093 Add extern "C" wrappers around interface functions.
1094 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1095 <stddef.h> and "print-file-var.h".
1096 Add extern "C" wrappers around interface functions.
1097 [VERSION_ID_MAIN] (this_version_id): Define.
1098 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1099 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1100 up extern "C" blocks.
1101 * gdb.base/print-file-var.exp (test): New, factored out from top
1102 level.
1103 (top level): Test all combinations of attribute hidden or not,
1104 dlopen or not, and this_version_id symbol in main file or not.
1105 Compile tests as both C++ and C, make test names unique.
1106
1107 2019-10-01 Tom Tromey <tom@tromey.com>
1108
1109 * gdb.base/style.exp: Test "show logging filename".
1110
1111 2019-10-01 Tom Tromey <tom@tromey.com>
1112
1113 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1114 * gdb.base/style.exp: Add metadata style test.
1115
1116 2019-10-01 Tom Tromey <tom@tromey.com>
1117
1118 * gdb.base/style.exp: Test "pwd".
1119
1120 2019-10-01 Tom Tromey <tom@tromey.com>
1121
1122 * gdb.base/style.exp: Update tests.
1123
1124 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1125
1126 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1127 'six' to unsigned.
1128 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1129 'five'. Use an all-ones bit pattern for each.
1130 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1131 to its changed values.
1132
1133 2019-09-30 Tom Tromey <tromey@adacore.com>
1134
1135 * gdb.rust/traits.rs: Disable all warnings.
1136
1137 2019-09-29 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1140
1141 2019-09-29 Tom de Vries <tdevries@suse.de>
1142
1143 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1144
1145 2019-09-27 Tom de Vries <tdevries@suse.de>
1146
1147 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1148
1149 2019-09-27 Tom de Vries <tdevries@suse.de>
1150
1151 PR record/23188
1152 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1153
1154 2019-09-26 Tom Tromey <tromey@adacore.com>
1155
1156 * gdb.ada/py_taft.exp: New file.
1157 * gdb.ada/py_taft/main.adb: New file.
1158 * gdb.ada/py_taft/pkg.adb: New file.
1159 * gdb.ada/py_taft/pkg.ads: New file.
1160
1161 2019-09-24 Tom de Vries <tdevries@suse.de>
1162
1163 PR gdb/24598
1164 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1165
1166 2019-09-22 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.base/restore.exp: Allow register variables to be optimized out at
1169 -O0.
1170
1171 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1172
1173 * gdb.arch/spu-info.exp: Remove file.
1174 * gdb.arch/spu-info.c: Remove file.
1175 * gdb.arch/spu-ls.exp: Remove file.
1176 * gdb.arch/spu-ls.c: Remove file.
1177
1178 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1179 * gdb.asm/spu.inc: Remove file.
1180
1181 * gdb.base/dump.exp: Remove support for spu*-*-*.
1182 * gdb.base/stack-checking.exp: Likewise.
1183 * gdb.base/overlays.exp: Likewise.
1184 * gdb.base/ovlymgr.c: Likewise.
1185 * gdb.base/spu.ld: Remove file.
1186
1187 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1188 * gdb.cp/cpexprs.exp: Likewise.
1189 * gdb.cp/exception.exp: Likewise.
1190 * gdb.cp/gdb2495.exp: Likewise.
1191 * gdb.cp/mb-templates.exp: Likewise.
1192 * gdb.cp/pr9167.exp: Likewise.
1193 * gdb.cp/userdef.exp: Likewise.
1194
1195 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1196
1197 * gdb.cell: Remove directory.
1198 * lib/cell.exp: Remove file.
1199
1200 2019-09-19 Tom de Vries <tdevries@suse.de>
1201
1202 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1203
1204 2019-09-19 Tom de Vries <tdevries@suse.de>
1205
1206 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1207
1208 2019-09-19 Tom de Vries <tdevries@suse.de>
1209
1210 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1211 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1212 (gdb_target_cmd): ... here.
1213 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1214 value 2.
1215
1216 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.base/source-dir.exp: Avoid having directory names in test
1219 names.
1220
1221 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1224 directory.
1225
1226 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * gdb.base/list-missing-source.exp: New file.
1229
1230 2019-09-14 Tom de Vries <tdevries@suse.de>
1231
1232 PR teststuite/24599
1233 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1234 * lib/ada.exp (gnatmake_version_at_least): New proc.
1235
1236 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 * gdb.base/maint.exp: Use exec_has_index_section.
1239
1240 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.base/maint.exp: Add test for 'maint info sections'.
1243
1244 2019-09-12 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.base/store.exp: Allow register variables to be optimized out at
1247 -O0.
1248
1249 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1250
1251 * gdb.ada/rdv_wait.exp: Update to new task names.
1252 * gdb.base/task_switch_in_core.exp: Likewise.
1253 * gdb.base/info_sources_base.c: Likewise.
1254
1255 2019-09-10 Tom Tromey <tromey@adacore.com>
1256
1257 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1258
1259 2019-09-10 Tom Tromey <tromey@adacore.com>
1260
1261 * gdb.ada/dgopt.exp: New file.
1262 * gdb.ada/dgopt/x.adb: New file.
1263
1264 2019-09-08 Tom Tromey <tom@tromey.com>
1265
1266 * gdb.tui/resize.exp: Remove setup_xfail.
1267 * gdb.tui/regs.exp: Remove setup_xfail.
1268 * gdb.tui/basic.exp: Remove setup_xfail.
1269
1270 2019-09-06 David Blaikie <dblaikie@gmail.com>
1271
1272 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1273 * gdb.cp/cplabel.exp: Ditto.
1274 * gdb.linespec/ls-errs.exp: Ditto.
1275
1276 2019-09-05 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/gdb.exp (cmp_file_string): New proc.
1279 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1280 runto_main. Verify save breakpoints output.
1281
1282 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1283
1284 * gdb.base/info-var.exp: Test info variables without running
1285 to main, to avoid expect's buffer overflow.
1286
1287 2019-09-03 Tom Tromey <tromey@adacore.com>
1288
1289 * gdb.ada/bias.exp: New file.
1290 * gdb.ada/bias/bias.adb: New file.
1291 * gdb.ada/print_chars.exp: Add regression test.
1292 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1293 (MC): New variable.
1294
1295 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1296
1297 * gdb.base/argv0-symlink.exp: Run only on native target
1298 and local host.
1299
1300 2019-08-29 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1303 diverse debug info.
1304 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1305
1306 2019-08-28 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.base/info-var.exp: Allow info variables to print info for files
1309 other than info-var-f1.c and info-var-f2.c.
1310
1311 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.fortran/info-types.exp: Add module.
1314 * gdb.fortran/info-types.f90: Update expected results.
1315
1316 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * gdb.fortran/info-types.exp: New file.
1319 * gdb.fortran/info-types.f90: New file.
1320 * lib/fortran.exp (fortran_character1): New proc.
1321
1322 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1323
1324 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1325 functions'. Reindent as needed.
1326 * gdb.base/info-var-f1.c: New file.
1327 * gdb.base/info-var-f2.c: New file.
1328 * gdb.base/info-var.exp: New file.
1329 * gdb.base/info-var.h: New file.
1330
1331 2019-08-26 Tom de Vries <tdevries@suse.de>
1332
1333 PR c++/24852
1334 * gdb.cp/no-libstdcxx-probe.exp: New test.
1335
1336 2019-08-26 Tom de Vries <tdevries@suse.de>
1337
1338 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1339 * tests need to be skipped.
1340 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1341 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1342 mi_skip_libstdcxx_probe_tests.
1343
1344 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1345
1346 * gdb.python/py-xmethods.exp: Use raw strings when passing
1347 arguments to SimpleXMethodMatcher.
1348
1349 2019-08-22 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1352 more informative.
1353
1354 2019-08-21 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.base/with.exp: Test "with" with no arguments.
1357
1358 2019-08-21 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.base/gdb-caching-proc.exp: Sort files.
1361
1362 2019-08-20 Tom de Vries <tdevries@suse.de>
1363
1364 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1365 compilation.
1366
1367 2019-08-16 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.base/compare-sections.exp ("after run to main"): Allow
1370 mismatched read-only sections for PIE executables.
1371
1372 2019-08-16 Tom Tromey <tom@tromey.com>
1373
1374 * lib/tuiterm.exp (_csi_Z): New proc.
1375 * gdb.tui/basic.exp: Update window positions.
1376 * gdb.tui/empty.exp: Update window positions.
1377
1378 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1379
1380 * gdb.base/examine-backward.exp: Correct regexp for
1381 "examine 3 bytes backward from ${address_zero}".
1382
1383 2019-08-15 Tom Tromey <tom@tromey.com>
1384
1385 * gdb.tui/empty.exp: Enable resizing tests.
1386
1387 2019-08-15 Tom Tromey <tromey@adacore.com>
1388
1389 * gdb.ada/char_enum.exp: Add regression tests.
1390 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1391 and '0'.
1392 (Char, Gchar): Update.
1393 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1394
1395 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1396
1397 * gdb.python/python.exp: Expect a leading underscore on
1398 GdbOutput{,Error}File.
1399
1400 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1403 Windows host.
1404
1405 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1406
1407 * gdb.base/batch-preserve-term-settings.exp
1408 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1409
1410 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1411
1412 * lib/gdb.exp: When running on a mingw target, replace
1413 /x/ with x:/.
1414
1415 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1416
1417 * gdb.arch/aarch64-prologue.c: New test.
1418 * gdb.arch/aarch64-prologue.exp: New file.
1419
1420 2019-08-13 Tom de Vries <tdevries@suse.de>
1421
1422 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1423 Thread.
1424
1425 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1426
1427 * gdb.python/py-completion.exp: Download the .py file to the host
1428 and use its host pathname. Conditionalize tests that use
1429 tab completion and manipulate files on the build machine.
1430 * gdb.python/py-events.exp: Download the .py file to the host
1431 and use its host pathname.
1432 * gdb.python/py-evsignal.exp: Likewise.
1433 * gdb.python/py-evthreads.exp: Likewise.
1434 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1435 pathname syntax.
1436 * gdb.python/py-framefilter.exp: Download the .py file to the right
1437 place on the host. Match Windows pathname syntax.
1438 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1439 .py file to the host and use its host pathname.
1440 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1441 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1442 build pathname. Skip symlink test on Windows host. Add missing
1443 newline at end of file.
1444 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1445 and use its host pathname.
1446 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1447 * gdb.python/py-section-script.exp: Use host location of binfile
1448 on safe-path. Use correct path separator on Windows host.
1449 Reorder alternatives in gdb_test_multiple to prevent matching
1450 the wrong alternative on success.
1451 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1452
1453 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1454
1455 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1456 expect the GDB inferior to no longer immediately stop after
1457 being resumed with "signal SIGINT".
1458
1459 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1460
1461 * gdb.linespec/break-ask.exp: Generalize regexps to match
1462 Windows pathnames too.
1463
1464 2019-08-08 Tom de Vries <tdevries@suse.de>
1465
1466 PR testsuite/24862
1467 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1468
1469 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1470
1471 * gdb.base/style.exp: Update tests for help doc new invariants.
1472 * gdb.base/help.exp: Likewise.
1473
1474 2019-08-06 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.base/style.exp: Add disassemble test.
1477 * gdb.base/style.c (some_called_function): New function.
1478 (main): Use it.
1479
1480 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1481
1482 * gdb.python/py-block.exp: Test dictionary access on blocks.
1483
1484 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1485
1486 PR gdb/24863
1487 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1488 -list-thread-groups --available test when running under
1489 check-read1.
1490
1491 2019-08-05 Tom de Vries <tdevries@suse.de>
1492
1493 PR testsuite/24863
1494 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1495 * gdb.base/help.exp: Use with_read1_timeout_factor.
1496 * gdb.base/info-macros.exp: Same.
1497 * gdb.cp/nested-types.exp: Same.
1498
1499 2019-08-05 Tom de Vries <tdevries@suse.de>
1500
1501 * lib/gdb.exp (version_at_least): Factor out of ...
1502 (tcl_version_at_least): ... here.
1503 (gdb_compile): Fail if pie results in non-PIE executable.
1504 (readelf_version, readelf_prints_pie): New proc.
1505 (exec_is_pie): Return -1 if unknown.
1506
1507 2019-08-05 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1510
1511 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1512
1513 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1514
1515 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1516
1517 * lib/completion-support.exp (test_gdb_complete_none): Skip
1518 tab completion tests if no readline support.
1519 (test_gdb_complete_unique_re): Likewise.
1520 (test_gdb_complete_multiple): Likewise.
1521
1522 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1523
1524 * gdb.base/info_sources.exp: New file.
1525 * gdb.base/info_sources.c: New file.
1526 * gdb.base/info_sources_base.c: New file.
1527
1528 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1529
1530 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1531 prefix argument.
1532 (test_exit_status): Add prefix argument.
1533
1534 2019-08-01 Tom de Vries <tdevries@suse.de>
1535
1536 PR testsuite/24863
1537 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1538 calling exp_continue for new thread and thread exited messages.
1539
1540 2019-08-01 Tom de Vries <tdevries@suse.de>
1541
1542 PR testsuite/24863
1543 * gdb.base/structs.exp: Fix check-read1 timeout using
1544 gdb_test_sequence.
1545 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1546
1547 2019-08-01 Tom de Vries <tdevries@suse.de>
1548
1549 PR testsuite/24863
1550 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1551 line.
1552
1553 2019-08-01 Tom de Vries <tdevries@suse.de>
1554
1555 PR testsuite/24863
1556 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1557
1558 2019-07-30 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/display_nested.exp: New file.
1561 * gdb.ada/display_nested/foo.adb: New file.
1562 * gdb.ada/display_nested/pack.adb: New file.
1563 * gdb.ada/display_nested/pack.ads: New file.
1564
1565 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1566
1567 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1568 namespace.
1569 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1570
1571 2019-07-30 Tom de Vries <tdevries@suse.de>
1572
1573 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1574 instead.
1575
1576 2019-07-30 Tom de Vries <tdevries@suse.de>
1577
1578 PR testsuite/24834
1579 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1580 (exec_is_pie): New proc.
1581
1582 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1583
1584 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1585
1586 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1587
1588 * gdb.python/py-objfile.c: Add global and static vars.
1589 * gdb.python/py-objfile.exp: Test new functions Objfile.
1590 lookup_global_symbol and lookup_static_symbol.
1591
1592 2019-07-29 Tom Tromey <tom@tromey.com>
1593
1594 * lib/tuiterm.exp (Term::_csi_@): New proc.
1595 (Term::_csi_X): Don't move cursor.
1596
1597 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1598
1599 * gdb.base/options.exp: Update backtrace - completion to
1600 new option -frame-info.
1601 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1602 Test new 'set print frame-info'. Test backtrace -frame-info
1603 overriding 'set print frame-info'.
1604 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1605 Test new 'set print frame-info'.
1606 Verify consistency of backtrace with and without filters, with and
1607 without -no-filters.
1608 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1609 default.
1610
1611 2019-07-29 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1614 no arguments".
1615
1616 2019-07-29 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1619 is a substring of the first for "complete non-unique file name".
1620
1621 2019-07-29 Tom de Vries <tdevries@suse.de>
1622
1623 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1624 with ".*".
1625
1626 2019-07-29 Tom de Vries <tdevries@suse.de>
1627
1628 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1629 Pass prompt_regexp parameter to gdb_test_multiple calls.
1630
1631 2019-07-29 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1634 print registers" regexps.
1635
1636 2019-07-29 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1639
1640 2019-07-29 Tom de Vries <tdevries@suse.de>
1641
1642 PR gdb/24855
1643 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1644 (skip_python_tests_prompt): Add prompt_regexp argument to
1645 gdb_test_multiple calls.
1646
1647 2019-07-27 Tom Tromey <tom@tromey.com>
1648
1649 * gdb.tui/main.exp: New file.
1650
1651 2019-07-27 Tom Tromey <tom@tromey.com>
1652
1653 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1654 optional.
1655 * gdb.tui/empty.exp: New file.
1656
1657 2019-07-27 Tom Tromey <tom@tromey.com>
1658
1659 * lib/tuiterm.exp (spawn): New proc.
1660 (Term::resize): New proc.
1661 * gdb.tui/resize.exp: New file.
1662
1663 2019-07-27 Tom Tromey <tom@tromey.com>
1664
1665 * gdb.tui/list.exp: New file.
1666
1667 2019-07-27 Tom Tromey <tom@tromey.com>
1668
1669 * gdb.tui/regs.exp: New file.
1670
1671 2019-07-27 Tom Tromey <tom@tromey.com>
1672
1673 * gdb.tui/basic.exp: Add "layout split" test.
1674
1675 2019-07-27 Tom Tromey <tom@tromey.com>
1676
1677 * gdb.tui/basic.exp: Add "layout asm" test.
1678
1679 2019-07-27 Tom Tromey <tom@tromey.com>
1680
1681 * lib/tuiterm.exp: New file.
1682 * gdb.tui/basic.exp: New file.
1683
1684 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1685
1686 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1687 Enable tests associated with this flag. Adjust regex
1688 referencing "foo_low" to now refer to "foo_cold" instead.
1689
1690 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1691
1692 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1693 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1694 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1695 foo_cold. Revise comments to match.
1696 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1697 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1698 were wrapped into this proc; Call do_test in loop from outermost
1699 level.
1700 (foo_low): Rename all occurrences to "foo_cold".
1701 (backtrace from baz): New test.
1702 (x2/i foo_cold): New test.
1703 (info line *foo_cold): New test.
1704
1705 2019-07-26 Tom de Vries <tdevries@suse.de>
1706
1707 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1708
1709 2019-07-25 Tom de Vries <tdevries@suse.de>
1710
1711 PR testsuite/24830
1712 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1713 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1714 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1715 (skip_libstdcxx_probe_tests): ... here.
1716 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1717
1718 2019-07-24 Tom de Vries <tdevries@suse.de>
1719
1720 PR testsuite/24807
1721 * gdb.objc/basicclass.m: Include stdio.h.
1722 * gdb.objc/nondebug.m: Same.
1723 * gdb.objc/objcdecode.m: Same.
1724
1725 2019-07-24 Tom de Vries <tdevries@suse.de>
1726
1727 PR testsuite/24612
1728 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1729 additional_flags.
1730
1731 2019-07-24 Tom de Vries <tdevries@suse.de>
1732
1733 PR testsuite/24831
1734 * gdb.multi/tids.exp: Update error messages for info threads.
1735
1736 2019-07-24 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.base/info-types.exp: Allow info types to print info for more than
1739 one file.
1740
1741 2019-07-23 Tom de Vries <tdevries@suse.de>
1742
1743 PR testsuite/24842
1744 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1745 gdb_spawn_with_cmdline_opts.
1746
1747 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1748
1749 * gdb.arch/arm-cmse-sgstubs.c: New test.
1750 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1751
1752 2019-07-23 Tom de Vries <tdevries@suse.de>
1753
1754 PR testsuite/24711
1755 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1756 issuing next command.
1757
1758 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * gdb.ada/info_auto_lang.exp: Update expected results.
1761 * gdb.base/info-types.c: Add additional types to check.
1762 * gdb.base/info-types.exp: Update expected results.
1763
1764 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.base/info-types.c: New file.
1767 * gdb.base/info-types.exp: New file.
1768
1769 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.arch/riscv-bp-infcall.c: New file.
1772 * gdb.arch/riscv-bp-infcall.exp: New file.
1773
1774 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 PR breakpoints/24541
1777 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1778
1779 2019-07-14 Tom de Vries <tdevries@suse.de>
1780
1781 PR testsuite/24760
1782 * gdb.objc/basicclass.exp: Fix unterminated string.
1783
1784 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1785 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1788 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1789 negative bounds.
1790 * gdb.fortran/vla-value.exp: Print elements of an array with
1791 negative bounds.
1792 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1793 testing.
1794
1795 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.base/options.exp (expect_string): Dequote strings in
1798 results.
1799 (test-string): Test strings with different quoting and reindent.
1800
1801 2019-07-10 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.ada/mi_ex_cond.exp: Update expected results.
1804 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1805 * gdb.ada/mi_catch_ex.exp: Update expected results.
1806 * gdb.ada/mi_catch_assert.exp: Update expected results.
1807 * gdb.ada/catch_ex.exp (catch_exception_info)
1808 (catch_exception_entry, catch_assert_entry)
1809 (catch_unhandled_entry): Update.
1810 * gdb.ada/catch_assert_if.exp: Update expected results.
1811
1812 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1813 Stephen Roberts <stephen.roberts@arm.com>
1814
1815 * gdb.base/define.exp: Restore original prompt.
1816
1817 2019-07-09 Pedro Alves <palves@redhat.com>
1818
1819 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1820 breakpoints" output.
1821 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1822 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1823 throw" creates breakpoint.
1824 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1825 'type="catchpoint"'.
1826
1827 2019-07-09 Pedro Alves <palves@redhat.com>
1828
1829 PR c++/15468
1830 * gdb.cp/except-multi-location-lib.cc: New.
1831 * gdb.cp/except-multi-location-main.cc: New.
1832 * gdb.cp/except-multi-location.exp: New.
1833
1834 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1835
1836 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1837 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1838 argument and update callers.
1839
1840 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.arch/amd64-break-on-asm-line.S: New file.
1843 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1844
1845 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1846
1847 * gdb.base/printcmds.exp: Test printing C string and
1848 C wide string convenience vars without transiting via the inferior.
1849 Also make test names unique.
1850
1851 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1852
1853 PR breakpoints/25011
1854 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1855
1856 2019-07-04 Pedro Alves <palves@redhat.com>
1857
1858 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1859 body returned ok(0), break(3) or continue(4).
1860 * gdb.testsuite/foreach_with_prefix.exp: New file.
1861
1862 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1863
1864 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1865
1866 2019-07-03 Pedro Alves <palves@redhat.com>
1867
1868 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1869 "return -code".
1870
1871 2019-07-03 Pedro Alves <palves@redhat.com>
1872
1873 PR cli/24732
1874 * gdb.base/shell.exp: Load completion-support.exp.
1875 Adjust expected error output. Add completion tests.
1876
1877 2019-07-03 Pedro Alves <palves@redhat.com>
1878
1879 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1880 string_to_regexp.
1881
1882 2019-07-03 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1885 (expect_integer): Adjust to expect "-string".
1886 (expect_string): New.
1887 (all_options): Expect "-string".
1888 (test-flag, test-boolean): Adjust to expect "-string".
1889 (test-string): New proc.
1890 (top level): Call it.
1891
1892 2019-07-03 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1895 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1896 the expected output in the success.
1897
1898 2019-07-03 Pedro Alves <palves@redhat.com>
1899
1900 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1901 Split one gdb_test_multiple call in two to avoid a race.
1902
1903 2019-07-03 Pedro Alves <palves@redhat.com>
1904
1905 * gdb.base/with.c: New file.
1906 * gdb.base/with.exp: New file.
1907
1908 2019-07-03 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.base/settings.exp: Replace all references to "maint
1911 test-settings set" with references to "maint set test-settings",
1912 and all references to "maint test-settings show" with references
1913 to "maint show test-settings".
1914
1915 2019-07-03 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.base/settings.exp (test-string): Adjust expected out when
1918 testing "maint test-settings show filename"
1919
1920 2019-07-02 Pedro Alves <palves@redhat.com>
1921
1922 * gdb.base/options.exp (test-info-threads): New procedure.
1923 (top level): Call it.
1924
1925 2019-06-28 Tom Tromey <tromey@adacore.com>
1926
1927 * gdb.dwarf2/ada-linkage-name.c: New file.
1928 * gdb.dwarf2/ada-linkage-name.exp: New file.
1929
1930 2019-06-27 Tom Tromey <tromey@adacore.com>
1931
1932 PR c++/20020:
1933 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1934
1935 2019-06-26 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1938
1939 2019-06-26 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.base/index-cache.exp: Add back missing debug option.
1942
1943 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1944
1945 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1946
1947 2019-06-25 Tom de Vries <tdevries@suse.de>
1948
1949 PR testsuite/24727
1950 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1951
1952 2019-06-24 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1955
1956 2019-06-24 Tom de Vries <tdevries@suse.de>
1957
1958 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1959 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1960 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1961
1962 2019-06-24 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1965
1966 2019-06-21 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1969
1970 2019-06-21 Tom de Vries <tdevries@suse.de>
1971
1972 PR testsuite/24518
1973 PR ada/24713
1974 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1975 index.
1976
1977 2019-06-19 Tom Tromey <tromey@adacore.com>
1978
1979 * gdb.ada/length_cond.exp: Add intro comment.
1980
1981 2019-06-19 Tom Tromey <tromey@adacore.com>
1982
1983 * gdb.ada/length_cond.exp: New file.
1984 * gdb.ada/length_cond/length_cond.adb: New file.
1985 * gdb.ada/length_cond/pck.adb: New file.
1986 * gdb.ada/length_cond/pck.ads: New file.
1987
1988 2019-06-18 Tom de Vries <tdevries@suse.de>
1989
1990 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1991
1992 2019-06-18 Tom Tromey <tromey@adacore.com>
1993
1994 * gdb.base/list0.h: Add comment explaining control character.
1995
1996 2019-06-18 Tom de Vries <tdevries@suse.de>
1997
1998 * boards/fission.exp: Break up long debug_flags line.
1999
2000 2019-06-16 Tom de Vries <tdevries@suse.de>
2001
2002 PR gdb/24445
2003 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2004 generated index.
2005
2006 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2007
2008 PR gdb/24686
2009 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2010 improve detection of bug gdb/24541.
2011
2012 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2013
2014 PR gdb/24669
2015 * gdb.base/index-cache.exp (uses_readnow,
2016 expecting_index_cache_use): Define global variable.
2017 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2018 expecting_index_cache_use.
2019
2020 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2021 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.fortran/pointers.f90: New file.
2024 * gdb.fortran/print_type.exp: New file.
2025 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2026 * gdb.fortran/vla-type.exp: Likewise.
2027 * gdb.fortran/vla-value.exp: Likewise.
2028 * gdb.mi/mi-vla-fortran.exp: Likewise.
2029
2030 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2033 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2034 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2035 as a stop reason.
2036
2037 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.base/annota1.exp: Update expected results.
2040 * gdb.cp/annota2.exp: Likewise.
2041 * gdb.cp/annota3.exp: Likewise.
2042
2043 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2044
2045 * gdb.base/style-logging.exp: Remove path from test name.
2046
2047 2019-06-14 Tom Tromey <tromey@adacore.com>
2048
2049 PR gdb/24502:
2050 * gdb.base/style-logging.exp: New file.
2051
2052 2019-06-14 Tom Tromey <tromey@adacore.com>
2053
2054 * gdb.base/symfile-warn.exp: New file.
2055 * gdb.base/symfile-warn.c: New file.
2056
2057 2019-06-14 Tom Tromey <tromey@adacore.com>
2058
2059 * gdb.base/annotate-symlink.exp: New file.
2060
2061 2019-06-14 Tom Tromey <tromey@adacore.com>
2062
2063 * gdb.ada/set_wstr.exp: Add reassignment test.
2064
2065 2019-06-14 Tom Tromey <tromey@adacore.com>
2066
2067 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2068 'unchecked_access and 'unrestricted_access as well.
2069
2070 2019-06-14 Tom Tromey <tromey@adacore.com>
2071
2072 PR ada/24539:
2073 * gdb.ada/vla.exp: Update tests.
2074 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2075 pragma.
2076
2077 2019-06-13 Pedro Alves <palves@redhat.com>
2078
2079 * gdb.base/settings.exp (test-integer): Test junk after
2080 "unlimited".
2081
2082 2019-06-13 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.base/options.exp (test-thread-apply): New.
2085 (top level): Call it.
2086
2087 2019-06-13 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.base/options.exp (test-frame-apply): New.
2090 (top level): Test print commands with different "frame apply"
2091 prefixes.
2092
2093 2019-06-13 Pedro Alves <palves@redhat.com>
2094
2095 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2096 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2097 'max_completions' parameter and handle it.
2098 (test_gdb_completion_offers_commands): New.
2099
2100 2019-06-13 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2103
2104 2019-06-13 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/options.exp (test-backtrace): New.
2107 (top level): Call it.
2108
2109 2019-06-13 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.guile/scm-frame-args.exp: Use "set print
2112 raw-frame-arguments" instead of "set print raw frame-arguments".
2113 * gdb.python/py-frame-args.exp: Likewise.
2114
2115 2019-06-13 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.compile/compile.exp: Adjust expected output to option
2118 processing changes.
2119
2120 2019-06-13 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.base/options.exp: Build executable.
2123 (test-print): New procedure.
2124 (top level): Call it, once for "print" and another for "compile
2125 print".
2126
2127 2019-06-13 Pedro Alves <palves@redhat.com>
2128
2129 * gdb.base/options.c: New file.
2130 * gdb.base/options.exp: New file.
2131
2132 2019-06-13 Pedro Alves <palves@redhat.com>
2133
2134 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2135 that "o" is ambiguous.
2136
2137 2019-06-13 Pedro Alves <palves@redhat.com>
2138
2139 * gdb.base/settings.c: New file.
2140 * gdb.base/settings.exp: New file.
2141
2142 2019-06-13 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/completion.exp: Fix comment typo.
2145
2146 2019-06-13 Pedro Alves <palves@redhat.com>
2147
2148 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2149 foo --1" test.
2150
2151 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2152
2153 * gdb.fortran/block-data.f: New.
2154 * gdb.fortran/block-data.exp: New.
2155
2156 2019-06-11 Tom de Vries <tdevries@suse.de>
2157
2158 PR testsuite/24521
2159 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2160 message.
2161
2162 2019-06-11 Tom de Vries <tdevries@suse.de>
2163
2164 PR testsuite/24521
2165 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2166
2167 2019-06-11 Tom de Vries <tdevries@suse.de>
2168
2169 * boards/readnow.exp: New file.
2170
2171 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2172
2173 * gdb.fortran/vla-sizeof.exp: Update expected results.
2174
2175 2019-06-06 Amos Bird <amosbird@gmail.com>
2176
2177 * gdb.base/annota1.exp (thread_switch): Add test for
2178 thread-exited annotation.
2179
2180 2019-06-06 Tom Tromey <tromey@adacore.com>
2181
2182 * gdb.base/maint.exp: Expect command started/finished output.
2183
2184 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2185
2186 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2187 comment.
2188 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2189
2190 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2193 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2194 * gdb.arch/riscv-unwind-long-insn.c: New file.
2195 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2196
2197 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2198
2199 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2200
2201 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2202
2203 * lib/gdb.exp (help_list_trailer): New regexp variable
2204 factorizing the help trailer message.
2205 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2206 arg to allow to better factorize various tests.
2207 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2208 (test_prefix_command_help): Use help_list_trailer.
2209 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2210 * gdb.guile/scm-cmd.exp: Likewise.
2211 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2212 * gdb.base/help.exp: Use test_user_defined_class_help.
2213 * gdb.base/style.exp: Add tests for styling of help and apropos.
2214 * lib/gdb-utils.exp (style): Add title and highlight styles.
2215
2216 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2217
2218 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2219 $_shell_exitsignal.
2220 * gdb.base/default.exp: Update for new convenience variables.
2221
2222 2019-05-29 Tom Tromey <tromey@adacore.com>
2223
2224 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2225 to "break complete ada" test case's regexp.
2226
2227 2019-05-29 Tom Tromey <tromey@adacore.com>
2228
2229 PR c++/20020:
2230 * gdb.cp/constexpr-field.exp: New file.
2231 * gdb.cp/constexpr-field.cc: New file.
2232
2233 2019-05-29 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.base/finish.exp (finish_no_print): New proc.
2236 (finish_tests): Call it.
2237
2238 2019-05-24 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.dwarf2/gdb-add-index.exp: New file.
2241
2242 2019-05-22 Tom Tromey <tromey@adacore.com>
2243
2244 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2245 * gdb.base/style.exp: Use "style".
2246 * lib/gdb-utils.exp (style): New proc.
2247
2248 2019-05-22 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/align.exp: Require c++11.
2251
2252 2019-05-22 Tom de Vries <tdevries@suse.de>
2253
2254 PR testsuite/24586
2255 * gdb.python/py-mi-var-info-path-expression.exp: Call
2256 mi_skip_python_tests to check if python is supported.
2257
2258 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2259
2260 * gdb.arch/aarch64-pauth.c: New test.
2261 * gdb.arch/aarch64-pauth.exp: New file.
2262
2263 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2264
2265 * README (Re-running Tests Outside The Testsuite): New section.
2266
2267 2019-05-21 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.arch/amd64-eval.exp: Require c++11.
2270 * gdb.base/max-depth.exp: Same.
2271 * gdb.compile/compile-cplus-array-decay.exp: Same.
2272 * gdb.cp/meth-typedefs.exp: Same.
2273 * gdb.cp/subtypes.exp: Same.
2274 * gdb.cp/temargs.exp: Same.
2275
2276 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2277
2278 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2279
2280 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2281
2282 PR gdb/18644
2283 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2284 * gdb.fortran/printing-types.exp: Add new test.
2285 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2286 testing.
2287 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2288 setup_kfail call.
2289
2290 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2291
2292 * README (Running the Testsuite): Change example.
2293 (Testsuite Parameters): Remove TRANSCRIPT.
2294 * lib/gdb.exp: Remove TRANSCRIPT check.
2295
2296 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2297
2298 * README (Testsuite Parameters): Add replay logging to
2299 GDBSERVER_DEBUG.
2300 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2301 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2302 as a comma separated list.
2303 (gdb_debug_init): Override procedure.
2304
2305 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2306
2307 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2308 (gdb_write_cmd_file): New procedure.
2309 * lib/gdbserver-support.exp (gdbserver_start): Call
2310 gdbserver_write_cmd_file.
2311 (gdbserver_write_cmd_file): New procedure.
2312
2313 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2314
2315 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2316 (delete_breakpoints): Likewise.
2317 (gdb_run_cmd): Likewise.
2318 (gdb_start_cmd): Likewise.
2319 (gdb_starti_cmd): Likewise.
2320 (gdb_internal_error_resync): Likewise.
2321 (gdb_test_multiple): Likewise.
2322 (gdb_reinitialize_dir): Likewise.
2323 (default_gdb_exit): Likewise.
2324 (gdb_file_cmd): Mark kill as optional.
2325 (default_gdb_start): Call gdb_stdin_log_init.
2326 (send_gdb): Call gdb_stdin_log_write.
2327 (rerun_to_main): Mark Y as an answer.
2328 (gdb_stdin_log_init): New function.
2329 (gdb_stdin_log_write): Likewise.
2330
2331 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2332
2333 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2334 * gdb.base/debug-expr.exp: Likewise.
2335 * gdb.base/foll-fork.exp: Likewise.
2336 * gdb.base/foll-vfork.exp: Likewise.
2337 * gdb.base/fork-print-inferior-events.exp: Likewise.
2338 * gdb.base/gdb-sigterm.exp: Likewise.
2339 * gdb.base/gdbinit-history.exp: Likewise.
2340 * gdb.base/osabi.exp: Likewise.
2341 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2342 * gdb.base/ui-redirect.exp: Likewise.
2343 * gdb.gdb/unittest.exp: Likewise.
2344 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2345 * gdb.mi/mi-watch.exp: Likewise.
2346 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2347 * gdb.mi/user-selected-context-sync.exp: Likewise.
2348 * gdb.python/python.exp: Disable debug test when debugging.
2349 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2350 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2351 Likewise.
2352 * gdb.threads/stepi-random-signal.exp: Likewise.
2353
2354 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2355
2356 * Makefile.in: Pass through GDB_DEBUG.
2357 * README (Testsuite Parameters): Add GDB_DEBUG.
2358 (gdb,debug): Add board setting.
2359 * lib/gdb.exp (default_gdb_start): Start debugging.
2360 (gdb_debug_enabled): New procedure.
2361 (gdb_debug_init): Likewise.
2362
2363 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2364
2365 * Makefile.in: Pass through GDB_DEBUG.
2366 * README (Testsuite Parameters): Add GDB_DEBUG.
2367 (gdb,debug): Add board setting.
2368 * lib/gdb.exp (default_gdb_start): Start debugging.
2369 (gdb_debug_enabled): New procedure.
2370 (gdb_debug_init): Likewise.
2371
2372 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2373
2374 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2375
2376 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2377
2378 * gdb.base/ui-redirect.exp: Test redirection.
2379
2380 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2381
2382 * gdb.mi/mi-complete.exp: New file.
2383 * gdb.mi/mi-complete.cc: Likewise.
2384
2385 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2386
2387 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2388 indexed and sliced arrays, and pointers to arrays.
2389
2390 2019-05-14 Tom Tromey <tromey@adacore.com>
2391
2392 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2393 styling test.
2394
2395 2019-05-14 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2398 selection entry encoding.
2399
2400 2019-05-10 Tom Tromey <tromey@adacore.com>
2401
2402 * gdb.ada/info_exc.exp: Add "complete" test.
2403
2404 2019-05-09 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2407 CU-relative.
2408
2409 2019-05-09 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2412 CU-relative.
2413
2414 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2415
2416 * gdb.ada/frame_arg_lang.exp: New testcase.
2417 * gdb.ada/frame_arg_lang/bla.adb: New file.
2418 * gdb.ada/frame_arg_lang/pck.ads: New file.
2419 * gdb.ada/frame_arg_lang/pck.adb: New file.
2420 * gdb.ada/frame_arg_lang/foo.c: New file.
2421
2422 2019-05-08 Tom Tromey <tromey@adacore.com>
2423
2424 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2425
2426 2019-05-08 Tom Tromey <tromey@adacore.com>
2427
2428 * gdb.base/ptype-offsets.exp: Update tests.
2429
2430 2019-05-08 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2433 cases.
2434 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2435 "short".
2436
2437 2019-05-08 Tom Tromey <tromey@adacore.com>
2438
2439 * gdb.ada/vla.exp: New file.
2440 * gdb.ada/vla/vla.adb: New file.
2441
2442 2019-05-07 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2445
2446 2019-05-07 Tom de Vries <tdevries@suse.de>
2447
2448 PR testsuite/24522
2449 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2450 section.
2451
2452 2019-05-07 Tom de Vries <tdevries@suse.de>
2453
2454 PR testsuite/24522
2455 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2456 .debug_aranges section.
2457
2458 2019-05-07 Tom de Vries <tdevries@suse.de>
2459
2460 PR testsuite/24159
2461 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2462
2463 2019-05-06 Tom de Vries <tdevries@suse.de>
2464
2465 * lib/gdb.exp (exec_has_index_section): New proc.
2466 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2467 section.
2468
2469 2019-05-04 Tom de Vries <tdevries@suse.de>
2470
2471 * boards/cc-with-debug-names.exp: New file.
2472
2473 2019-05-03 Tom Tromey <tromey@adacore.com>
2474
2475 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2476 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2477 * gdb.ada/char_enum.exp: Add test.
2478
2479 2019-05-03 Tom de Vries <tdevries@suse.de>
2480
2481 * boards/cc-with-gdb-index.exp: New file.
2482
2483 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2484
2485 * gdb.rust/simple.exp: Add new test case.
2486 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2487 (main): Initialise an instance of the new struct.
2488
2489 2019-05-01 Tom Tromey <tromey@adacore.com>
2490
2491 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2492 record.
2493 (NPR): New variable.
2494 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2495 test.
2496
2497 2019-05-01 Tom Tromey <tromey@adacore.com>
2498
2499 * gdb.ada/packed_array_assign.exp: Add packed assignment
2500 regression test.
2501
2502 2019-05-01 Tom de Vries <tdevries@suse.de>
2503
2504 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2505
2506 2019-05-01 Tom de Vries <tdevries@suse.de>
2507
2508 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2509
2510 2019-04-30 Ali Tamur <tamur@google.com>
2511
2512 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2513
2514 2019-04-30 Tom Tromey <tromey@adacore.com>
2515
2516 * lib/ada.exp (find_ada_tool): New proc.
2517 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2518 * gdb.ada/catch_ex_std.exp: New file.
2519 * gdb.ada/catch_ex_std/foo.adb: New file.
2520 * gdb.ada/catch_ex_std/some_package.adb: New file.
2521 * gdb.ada/catch_ex_std/some_package.ads: New file.
2522
2523 2019-04-30 Tom Tromey <tromey@adacore.com>
2524
2525 PR c++/24470:
2526 * gdb.cp/temargs.cc: Add test code from PR.
2527
2528 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * gdb.fortran/vla-datatypes.exp: Update expected results.
2531 * gdb.fortran/vla-ptype.exp: Likewise.
2532 * gdb.fortran/vla-type.exp: Likewise.
2533 * gdb.fortran/vla-value.exp: Likewise.
2534
2535 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 * gdb.fortran/ptr-indentation.exp: Update expected results.
2538 * gdb.fortran/ptype-on-functions.exp: Likewise.
2539 * gdb.fortran/vla-ptr-info.exp: Likewise.
2540 * gdb.fortran/vla-value.exp: Likewise.
2541
2542 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.fortran/ptype-on-functions.exp: New file.
2545 * gdb.fortran/ptype-on-functions.f90: New file.
2546
2547 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2550 case void string.
2551
2552 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * gdb.fortran/complex.exp: Expand.
2555 * gdb.fortran/complex.f: Renamed to...
2556 * gdb.fortran/complex.f90: ...this, and extended to add more
2557 complex values.
2558
2559 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2562 MODULO, CMPLX.
2563
2564 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2565 Richard Bunt <richard.bunt@arm.com>
2566
2567 * gdb.base/max-depth.c: New file.
2568 * gdb.base/max-depth.exp: New file.
2569 * gdb.python/py-nested-maps.c: New file.
2570 * gdb.python/py-nested-maps.exp: New file.
2571 * gdb.python/py-nested-maps.py: New file.
2572 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2573 (test_all_common): Call test_max_depth.
2574 * gdb.fortran/max-depth.exp: New file.
2575 * gdb.fortran/max-depth.f90: New file.
2576 * gdb.go/max-depth.exp: New file.
2577 * gdb.go/max-depth.go: New file.
2578 * gdb.modula2/max-depth.exp: New file.
2579 * gdb.modula2/max-depth.c: New file.
2580 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2581
2582 2019-04-29 Tom de Vries <tdevries@suse.de>
2583
2584 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2585
2586 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2587
2588 * gdb.base/callexit.exp: Test may-call-functions off.
2589
2590 2019-04-25 Keith Seitz <keiths@redhat.com>
2591
2592 PR c++/24367
2593 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2594 (another_incomplete_struct, test_incomplete): New definitions.
2595 (main): Use new definitions.
2596 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2597 functions.
2598
2599 2019-04-25 Ali Tamur <tamur@google.com>
2600
2601 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2602
2603 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2604
2605 PR corefiles/11608
2606 PR corefiles/18187
2607 * gdb.base/coredump-filter-build-id.exp: New file.
2608
2609 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2610
2611 * Makefile.in: Pass through GDBSERVER_DEBUG.
2612 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2613 (gdbserver,debug): Add board setting.
2614 * gdb.trace/tspeed.exp: Skip when debugging.
2615 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2616 * lib/gdbserver-support.exp: Likewise
2617
2618 2019-04-24 Tom Tromey <tromey@adacore.com>
2619
2620 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2621 Rust.
2622
2623 2019-04-24 Tom Tromey <tromey@adacore.com>
2624
2625 * gdb.arch/amd64-eval.exp: Test bitfield return.
2626 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2627 (class Foo) <return_bitfields>: New method.
2628 (main): Call it.
2629
2630 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2631
2632 * gdb.cp/many-args.cc: New file.
2633 * gdb.cp/many-args.exp: New file.
2634
2635 2019-04-23 Tom de Vries <tdevries@suse.de>
2636
2637 PR gdb/24433
2638 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2639
2640 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2641
2642 * gdb.trace/backtrace.exp: Use nopie flag.
2643 * gdb.trace/circ.exp: Likewise.
2644 * gdb.trace/collection.exp: Likewise.
2645 * gdb.trace/ftrace.exp: Likewise.
2646 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2647 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2648 * gdb.trace/qtro.exp: Likewise.
2649 * gdb.trace/read-memory.exp: Likewise.
2650 * gdb.trace/report.exp: Likewise.
2651 * gdb.trace/tfile.exp: Likewise.
2652 * gdb.trace/tfind.exp: Likewise.
2653 * gdb.trace/unavailable.exp: Likewise.
2654
2655 2019-04-22 Pedro Alves <palves@redhat.com>
2656
2657 * gdb.base/solib-probes-nosharedlibrary.c,
2658 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2659
2660 2019-04-19 Tom Tromey <tromey@adacore.com>
2661
2662 * gdb.ada/ptype_union.c: New file.
2663 * gdb.ada/ptype_union.exp: New file.
2664
2665 2019-04-19 Tom Tromey <tromey@adacore.com>
2666
2667 PR symtab/24423:
2668 * gdb.base/list0.h (foo): Add a control-l character.
2669
2670 2019-04-18 Tom de Vries <tdevries@suse.de>
2671
2672 PR gdb/24433
2673 * boards/local-board.exp: Set sysroot to "".
2674
2675 2019-04-18 Tom de Vries <tdevries@suse.de>
2676 Pedro Alves <palves@redhat.com>
2677
2678 PR gdb/24454
2679 * gdb.threads/vfork-follow-child-exec.c: New file.
2680 * gdb.threads/vfork-follow-child-exec.exp: New file.
2681 * gdb.threads/vfork-follow-child-exit.c: New file.
2682 * gdb.threads/vfork-follow-child-exit.exp: New file.
2683
2684 2019-04-15 Leszek Swirski <leszeks@google.com>
2685
2686 * gdb.arch/amd64-eval.cc: New file.
2687 * gdb.arch/amd64-eval.exp: New file.
2688
2689 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2690
2691 * gdb.server/sysroot.c: New test.
2692 * gdb.server/sysroot.exp: New file.
2693 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2694 matching param.
2695
2696 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2697
2698 * gdb.base/align.exp: Extend test to cover structures containing
2699 only static fields.
2700
2701 2019-04-11 Tom de Vries <tdevries@suse.de>
2702
2703 * boards/cc-with-dwz-m.exp: New file.
2704 * boards/cc-with-dwz.exp: New file.
2705 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2706
2707 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2708
2709 * gdb.base/start-cpp.exp: New file.
2710 * gdb.base/start-cpp.cc: New file.
2711
2712 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2713
2714 * gdb.python/py-thrhandle.exp: Adjust tests to call
2715 thread_from_handle instead of thread_from_thread_handle.
2716
2717 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2718
2719 * gdb.python/py-thrhandle.exp: Add tests for
2720 gdb.InferiorThread.handle.
2721
2722 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * gdb.python/py-function.exp: Check calling helper function from
2725 all languages.
2726 * lib/gdb.exp (gdb_supported_languages): New proc.
2727
2728 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.base/complex-parts.c: New file.
2731 * gdb.base/complex-parts.exp: New file.
2732
2733 2019-04-01 Tom Tromey <tromey@adacore.com>
2734
2735 PR symtab/23331:
2736 * gdb.dwarf2/dw2-ranges-main.c: New file.
2737 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2738 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2739
2740 2019-03-30 Simon Marchi <simark@simark.ca>
2741
2742 * gdb.base/default.exp: Add values for $_gdb_major and
2743 $_gdb_minor.
2744
2745 2019-03-29 Tom Tromey <tromey@adacore.com>
2746
2747 * gdb.base/help.exp: Tighten apropos regexp.
2748
2749 2019-03-29 Keith Seitz <keiths@redhat.com>
2750
2751 * gdb.fortran/array-bounds.exp: New file.
2752 * gdb.fortran/array-bounds.f90: New file.
2753
2754 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2755
2756 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2757
2758 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2759
2760 * gdb.multi/hello.c (main): Increase alarm timer.
2761
2762 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2763
2764 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2765 factor when no hardware watchpoint support.
2766
2767 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2768 Pedro Alves <palves@redhat.com>
2769
2770 * boards/local-board.exp: set sysroot to /.
2771
2772 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2773
2774 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2775 in child.
2776
2777 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2778
2779 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2780 field.
2781 (make_container): Initialise new field.
2782 * gdb.python/py-prettyprint.exp: Add new tests.
2783 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2784 <display_hint>: New method.
2785
2786 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2787
2788 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2789 gdb_continue_to_breakpoint more throughout this test.
2790 (run_lang_tests) Supply unique test names, and use
2791 gdb_test_no_output.
2792
2793 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.base/finish-pretty.exp: Update expected results.
2796 * gdb.base/pretty-print.c: New file.
2797 * gdb.base/pretty-print.exp: New file.
2798
2799 2019-03-25 Pedro Alves <palves@redhat.com>
2800
2801 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2802 move comments outside list. Append '-i "" eof' section.
2803
2804 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2805
2806 PR testsuite/25016
2807 * README: Add pie options.
2808 * gdb.base/break-interp.exp: Ensure pie is disabled.
2809 * gdb.base/dump.exp: Likewise.
2810 * lib/gdb.exp (gdb_compile): Add pie option.
2811
2812 2019-03-19 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.mi/mi2-cli-display.c: New file.
2815 * gdb.mi/mi2-cli-display.exp: New file.
2816
2817 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2818 Tom Tromey <tromey@adacore.com>
2819
2820 * gdb.ada/ptype_array/pck.adb: New file.
2821 * gdb.ada/ptype_array/pck.ads: New file.
2822 * gdb.ada/ptype_array/foo.adb: New file.
2823 * gdb.ada/ptype_array.exp: New file.
2824
2825 2019-03-14 Tom Tromey <tromey@adacore.com>
2826
2827 * gdb.base/style.exp: Add "set style sources" test.
2828
2829 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2830
2831 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2832 * mi-breakpoint-multiple-locations.exp: ... this.
2833 (make_breakpoints_pattern): New proc.
2834 (do_test): Add mi_version parameter, test -break-insert,
2835 -break-info and =breakpoint-created.
2836
2837 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2838
2839 * config/default.exp: Remove 'load_lib gdb.exp'.
2840 * config/monitor.exp: Likewise.
2841 * config/sid.exp: Likewise.
2842 * config/sim.exp: Likewise.
2843 * config/slite.exp: Likewise.
2844 * config/unix.exp: Likewise.
2845 * gdb.base/default.exp: Remove unhelpful comment.
2846
2847 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2848
2849 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2850
2851 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2854
2855 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/type-kinds.exp: Update expected results.
2858
2859 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2862
2863 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2864
2865 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2866 function.
2867 (test_basic_parsing_of_type_kinds): Expand types tested.
2868 (test_parsing_invalid_type_kinds): New function.
2869
2870 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2871
2872 * gdb.fortran/intrinsics.exp: New file.
2873 * gdb.fortran/intrinsics.f90: New file.
2874 * gdb.fortran/type-kinds.exp: New file.
2875
2876 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.fortran/dot-ops.exp: New file.
2879
2880 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2881
2882 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2883 Check upper and lower case logical literals.
2884
2885 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2888 Remove duplicate tests.
2889
2890 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2891
2892 * lib/gdb.exp (builtin_cd): rename of cd.
2893 (cd): Override builtin.
2894
2895 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2896
2897 * gdb.fortran/function-calls.exp: New file.
2898 * gdb.fortran/function-calls.f90: New test.
2899
2900 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2901
2902 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2903 on user program standard output.
2904 * gdb.fortran/short-circuit-argument-list.f90: Record function
2905 calls.
2906
2907 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2908
2909 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2910 failure.
2911
2912 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2913
2914 PR gdb/8527
2915 * gdb.base/interrupt-daemon-attach.c,
2916 gdb.base/interrupt-daemon-attach.exp: New test.
2917
2918 2019-02-27 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/page.exp: Add tests for "set width/height -1".
2921
2922 2019-02-27 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.base/page.exp: Add tests for "set/show width/height" with
2925 "infinite" values.
2926
2927 2019-02-27 Tom Tromey <tromey@adacore.com>
2928
2929 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2930 2.4.
2931 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2932 workaround.
2933
2934 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2937 tests for structs with static members.
2938
2939 2019-02-26 Tom Tromey <tromey@adacore.com>
2940
2941 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2942 ValueError, not TypeError.
2943
2944 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2945
2946 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2947 call from main program.
2948
2949 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2950
2951 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2952 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2953 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2954 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2955 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2956
2957 2019-02-22 Keith Seitz <keiths@redhat.com>
2958
2959 PR symtab/23853
2960 * gdb.base/symlink-sourcefile.c: New file.
2961 * gdb.base/symlink-sourcefile.exp: New file.
2962
2963 2019-02-20 Tom Tromey <tom@tromey.com>
2964
2965 * gdb.base/info_qt.exp: Update.
2966
2967 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2968
2969 * gdb.base/source.exp: Move "error in sourced script" code to
2970 the end.
2971 * gdb.base/source-error.gdb: Move contents to
2972 source-error-1.gdb. Add new code to source source-error-1.gdb.
2973 * gdb.base/source-error-1.gdb: New file, from previous
2974 source-error.gdb.
2975
2976 2019-02-17 Tom Tromey <tom@tromey.com>
2977
2978 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2979 for macro styling.
2980 * gdb.base/style.c (SOME_MACRO): New macro.
2981
2982 2019-02-17 Tom Tromey <tom@tromey.com>
2983
2984 * gdb.base/style.exp: Add line-wrapping tests.
2985 * gdb.base/page.exp: Add test for quitting during pagination.
2986
2987 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2988
2989 * gdb.ada/big_packed_array: New testcase.
2990 * gdb.ada/homonym.exp: Fix incorrect expected output for
2991 "break <homonym__get_value>" test.
2992
2993 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2994
2995 PR breakpoints/21870
2996 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2997 and prepare_for_testing. Add comment.
2998 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2999 redundant cleanup call. Clean up comment.
3000
3001 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
3002
3003 PR breakpoints/21870
3004 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3005 * gdb.arch/aarch64-dbreg-contents.c: New file.
3006
3007 2019-02-10 Joel Brobecker <brobecker@adacore.com>
3008
3009 * gdb.ada/mi_ref_changeable: New testcase.
3010
3011 2019-02-07 Alan Hayward <alan.hayward@arm.com>
3012
3013 * gdb.base/attach.exp: Add double attach test.
3014
3015 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3016
3017 * lib/gdb.exp (default_gdb_start): Don't match pagination
3018 prompt.
3019 (gdb_init): Set stty_init.
3020
3021 2019-01-27 Tom Tromey <tom@tromey.com>
3022
3023 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3024 skip_python_tests.
3025
3026 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3027
3028 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3029 New structure.
3030 (struct struct_static_02_02): Likewise.
3031 (struct struct_static_02_03): Likewise.
3032 (struct struct_static_02_04): Likewise.
3033 (struct struct_static_04_01): Likewise.
3034 (struct struct_static_04_02): Likewise.
3035 (struct struct_static_04_03): Likewise.
3036 (struct struct_static_04_04): Likewise.
3037 (struct struct_static_06_01): Likewise.
3038 (struct struct_static_06_02): Likewise.
3039 (struct struct_static_06_03): Likewise.
3040 (struct struct_static_06_04): Likewise.
3041 (cmp_struct_static_02_01): Likewise.
3042 (cmp_struct_static_02_02): Likewise.
3043 (cmp_struct_static_02_03): Likewise.
3044 (cmp_struct_static_02_04): Likewise.
3045 (cmp_struct_static_04_01): Likewise.
3046 (cmp_struct_static_04_02): Likewise.
3047 (cmp_struct_static_04_03): Likewise.
3048 (cmp_struct_static_04_04): Likewise.
3049 (cmp_struct_static_06_01): Likewise.
3050 (cmp_struct_static_06_02): Likewise.
3051 (cmp_struct_static_06_03): Likewise.
3052 (cmp_struct_static_06_04): Likewise.
3053 (call_all): Test new structs.
3054 * gdb.base/infcall-nested-structs.exp: Likewise.
3055
3056 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3057 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3058
3059 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3060 * gdb.base/stack-protector.c: New test.
3061 * gdb.base/stack-protector.exp: New file.
3062 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3063 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3064 option.
3065 (gdb_compile): Remove stack protector for GCC and prevent
3066 recursion.
3067
3068 2019-01-16 Keith Seitz <keiths@redhat.com>
3069
3070 PR gdb/23773
3071 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3072
3073 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3074
3075 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3076 aliases.
3077 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3078 tests.
3079 * gdb.arch/powerpc-vector-regs.c: New file.
3080 * gdb.arch/powerpc-vector-regs.exp: New file.
3081
3082 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3083
3084 * gdb.arch/altivec-regs.exp: Fix the list passed to
3085 gdb_expect_list when testing "info vector".
3086
3087 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.base/style.exp: Don't include path in testname.
3090
3091 2019-01-10 Keith Seitz <keiths@redhat.com>
3092
3093 PR gdb/23712
3094 PR symtab/23010
3095 * gdb.dwarf2/multidictionary.exp: New file.
3096
3097 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3098
3099 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3100 (test_gnuv3_style_demangling): ... this.
3101 (test_lucid_style_demangling): Remove.
3102 (test_arm_style_demangling): Remove.
3103 (test_hp_style_demangling): Remove.
3104 (do_tests): Remove calls to the above.
3105
3106 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3107
3108 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3109 case.
3110
3111 2019-01-06 Tom Tromey <tom@tromey.com>
3112
3113 PR gdb/28155:
3114 * gdb.dwarf2/typedef-void-finish.exp: New file.
3115
3116 2018-12-28 Tom Tromey <tom@tromey.com>
3117 Simon Marchi <simark@simark.ca>
3118
3119 * gdb.base/jit-exec.exp: New file.
3120 * gdb.base/jit-exec.c: New file.
3121 * gdb.base/jit-execd.c: New file.
3122
3123 2018-12-28 Tom Tromey <tom@tromey.com>
3124
3125 * gdb.base/style.exp: Update test to check for address styling.
3126
3127 2018-12-28 Tom Tromey <tom@tromey.com>
3128
3129 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3130 message.
3131
3132 2018-12-28 Tom Tromey <tom@tromey.com>
3133
3134 * gdb.base/style.exp: Add test for version number styling.
3135
3136 2018-12-28 Tom Tromey <tom@tromey.com>
3137
3138 * gdb.base/style.exp: Add test for print_address_symbolic.
3139
3140 2018-12-28 Tom Tromey <tom@tromey.com>
3141
3142 * gdb.base/style.exp: Add test for breakpoint setting.
3143
3144 2018-12-28 Tom Tromey <tom@tromey.com>
3145
3146 * gdb.base/style.exp: Add test for variable names.
3147
3148 2018-12-28 Tom Tromey <tom@tromey.com>
3149
3150 * gdb.base/style.exp: New file.
3151 * gdb.base/style.c: New file.
3152
3153 2018-12-28 Tom Tromey <tom@tromey.com>
3154
3155 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3156 "dumb".
3157 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3158 the TERM environment variable.
3159
3160 2018-12-27 Tom Tromey <tom@tromey.com>
3161
3162 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3163 pagination test.
3164
3165 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3168 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3169
3170 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3173 Filename a.adb changed to bp_fun_addr.adb.
3174 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3175
3176 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3177
3178 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3179 non-PIE executables.
3180 * README: Mention the gdb,nopie_flag board setting.
3181 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3182 non-PIE executable.
3183 * gdb.arch/amd64-entry-value.exp: Likewise.
3184 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3185 * gdb.arch/i386-float.exp: Likewise.
3186 * gdb.arch/i386-signal.exp: Likewise.
3187 * gdb.mi/mi-reg-undefined.exp: Likewise.
3188
3189 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3190
3191 PR gdb/23974
3192 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3193
3194 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3195
3196 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3197 Update order of results accordingly.
3198
3199 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.base/annota1.exp: Update a test regexp.
3202
3203 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3206
3207 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3208
3209 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3210 (reuse_time): Initialize to REUSE_TIME_CAP.
3211 (check_rc): New function.
3212 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3213 Check pthread_create rc.
3214 (spawner_thread_func): Check pthread_create and pthread_join rc.
3215
3216 2018-12-08 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/list.exp (test_forward_search): Rename to ...
3219 (test_forward_reverse_search): ... this. Also test reverse-search
3220 and the forward-search alias.
3221
3222 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3225 local timeout variable before return, and remove all local timeout
3226 variable entirely.
3227 (gdb_load): Likewise.
3228
3229 2018-12-01 Tom de Vries <tdevries@suse.de>
3230
3231 * gdb.base/gdb-caching-proc.exp: New file.
3232
3233 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3234
3235 * Makefile.in (TIMESTAMP): New variable.
3236 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3237 command.
3238 (check-single-racy): Likewise.
3239 (check/%.exp): Likewise.
3240 (check-racy/%.exp): Likewise.
3241 (workers/%.worker): Likewise.
3242 (build-perf): Likewise.
3243 (check-perf): Likewise.
3244 * README: Describe new "TS" and "TS_FORMAT" variables.
3245 * print-ts.py: New file.
3246
3247 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3248
3249 PR python/23714
3250 * gdb.python/python.exp: Test command repetition after
3251 gdb.execute.
3252
3253 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3254
3255 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3256 is correctly aligned.
3257
3258 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3259
3260 * gdb.ada/info_auto_lang.exp: New testcase.
3261 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3262 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3263 * gdb.ada/info_auto_lang/some_c.c: New file.
3264
3265 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3266
3267 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3268 FUNC_lang language syntax.
3269
3270 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3271
3272 * gdb.base/info_minsym.c: New file.
3273 * gdb.base/info_minsym.exp: New file.
3274
3275 2018-11-19 Tom Tromey <tom@tromey.com>
3276
3277 PR rust/23625:
3278 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3279 * gdb.rust/expr.exp: Update expected output. Change one test.
3280
3281 2018-11-19 Tom Tromey <tom@tromey.com>
3282
3283 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3284
3285 2018-11-19 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3288 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3289 see the expected warning.
3290
3291 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3292
3293 PR gdb/22736:
3294 * gdb.cp/infcall-nodebug-lib.c: New test.
3295 * gdb.cp/infcall-nodebug-main.c: New test.
3296 * gdb.cp/infcall-nodebug.exp: New file.
3297
3298 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3299
3300 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3301 completer tests.
3302
3303 2018-11-09 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.base/msym-lang.c: New test.
3306 * gdb.base/msym-lang.exp: New file.
3307 * gdb.base/msym-lang-main.c: New test.
3308
3309 2018-11-08 Tom Tromey <tom@tromey.com>
3310
3311 PR gdb/23555:
3312 PR gdb/23838:
3313 * gdb.base/warning.exp: New file.
3314
3315 2018-11-08 Jan Beulich <jbeulich@suse.com>
3316
3317 * testsuite/gdb.arch/i386-avx512.c,
3318 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3319
3320 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3321
3322 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3323 point hardware.
3324
3325 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3326
3327 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3328 * gdb.dwarf2/missing-type-name.exp: New file.
3329
3330 2018-11-06 Tom de Vries <tdevries@suse.de>
3331
3332 * gdb.base/many-headers.c: New test.
3333 * gdb.base/many-headers.exp: New file.
3334
3335 2018-11-06 Jim Wilson <jimw@sifive.com>
3336
3337 * gdb.base/code_elim.exp: For riscv, set additional_flags
3338 to include -msmall-data-limit=0.
3339
3340 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3341
3342 * gdb.ada/watch_minus_l: New testcase.
3343
3344 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3345
3346 * gdb.arch/aix-sighandle.c: New file.
3347 * gdb.arch/aix-sighandle.exp: New file.
3348
3349 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3352 registers being unions.
3353
3354 2018-10-31 Tom de Vries <tdevries@suse.de>
3355
3356 * lib/valgrind.exp: New file.
3357 (vgdb_start, vgdb_stop): New procs, factored out of ...
3358 * gdb.base/valgrind-bt.exp: ... here, ...
3359 * gdb.base/valgrind-disp-step.exp: ... here and ...
3360 * gdb.base/valgrind-infcall.exp: ... here.
3361
3362 2018-10-31 Tom de Vries <tdevries@suse.de>
3363
3364 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3365
3366 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3367
3368 * gdb.dwarf2/void-type.c: New file.
3369 * gdb.dwarf2/void-type.exp: New file.
3370
3371 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3372
3373 * gdb.base/info_qt.c: New file.
3374 * gdb.base/info_qt.exp: New file.
3375
3376 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3377
3378 * gdb.arch/powerpc-htm-regs.c: New file.
3379 * gdb.arch/powerpc-htm-regs.exp: New file.
3380
3381 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3382
3383 * gdb.arch/powerpc-tar.c: New file.
3384 * gdb.arch/powerpc-tar.exp: New file.
3385
3386 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3387
3388 * gdb.arch/powerpc-ppr-dscr.c: New file.
3389 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3390
3391 2018-10-25 Tom de Vries <tdevries@suse.de>
3392
3393 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3394
3395 2018-10-24 Tom de Vries <tdevries@suse.de>
3396
3397 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3398 longer exists error.
3399
3400 2018-10-24 Tom de Vries <tdevries@suse.de>
3401
3402 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3403
3404 2018-10-24 Tom de Vries <tdevries@suse.de>
3405
3406 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3407 --db-attach in valgrind.
3408
3409 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3410
3411 * gdb.arch/riscv-reg-aliases.c: New file.
3412 * gdb.arch/riscv-reg-aliases.exp: New file.
3413
3414 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3415
3416 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3417
3418 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3419
3420 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3421
3422 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3423
3424 * gdb.cp/ovldbreak.exp: Fix regexps.
3425
3426 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3427
3428 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3429
3430 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3431
3432 PR cli/23785
3433 * gdb.base/restore.exp: New test to check if "restore" with an
3434 invalid file doesn't segfault.
3435
3436 2018-10-18 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3439 * gdb.ada/excep_handle.exp: Same.
3440 * gdb.ada/mi_string_access.exp: Same.
3441 * gdb.ada/mi_var_union.exp: Same.
3442 * gdb.arch/arc-analyze-prologue.exp: Same.
3443 * gdb.arch/arc-decode-insn.exp: Same.
3444 * gdb.base/readnever.exp: Same.
3445 * gdb.fortran/printing-types.exp: Same.
3446 * gdb.guile/scm-lazy-string.exp: Same.
3447
3448 2018-10-16 Tom de Vries <tdevries@suse.de>
3449
3450 PR gdb/23730
3451 * gdb.base/catch-follow-exec.c: Add copyright notice.
3452 * gdb.base/catch-follow-exec.exp: Rewrite to use
3453 gdb_spawn_with_cmdline_opts. Require gdb-native.
3454
3455 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3456
3457 * gdb.trace/actions-changed.exp: Check for arch support.
3458 * gdb.trace/actions.exp: Likewise.
3459 * gdb.trace/ax.exp: Likewise.
3460 * gdb.trace/backtrace.exp: Likewise.
3461 * gdb.trace/change-loc.exp: Likewise.
3462 * gdb.trace/deltrace.exp: Likewise.
3463 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3464 * gdb.trace/ftrace.exp: Likewise.
3465 * gdb.trace/infotrace.exp: Check for arch support.
3466 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3467 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3468 * gdb.trace/mi-tsv-changed.exp: Likewise.
3469 * gdb.trace/packetlen.exp: Likewise.
3470 * gdb.trace/passc-dyn.exp: Likewise.
3471 * gdb.trace/passcount.exp: Likewise.
3472 * gdb.trace/pending.exp: Likewise.
3473 * gdb.trace/range-stepping.exp: Check for shlib support.
3474 * gdb.trace/report.exp: Check for arch support.
3475 * gdb.trace/save-trace.exp: Likewise.
3476 * gdb.trace/signal.exp: Check for signal support.
3477 * gdb.trace/tfind.exp: Check for arch support.
3478 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3479 * gdb.trace/trace-common.h: Add comment.
3480 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3481 * gdb.trace/trace-enable-disable.exp: Likewise.
3482 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3483 * gdb.trace/tracecmd.exp: Check for arch support.
3484 * gdb.trace/tspeed.exp: Check for shlib and target support.
3485 * gdb.trace/tstatus.exp: Check for arch support.
3486 * gdb.trace/tsv.exp: Likewise.
3487 * gdb.trace/while-dyn.exp: Likewise.
3488 * gdb.trace/while-stepping.exp: Likewise.
3489 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3490
3491 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3492
3493 * gdb.trace/tspeed.exp: Remove nowarnings.
3494 (prepare_for_trace_test): Declare "global ipalib".
3495 * gdb.trace/tspeed.c: Include unistd.h.
3496 (main): Remove superfluous printf argument.
3497
3498 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3499
3500 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3501 directory prefix on the filename.
3502
3503 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3504
3505 * gdb.gdb/unittest.exp: Update expected message informing that
3506 selftests have been disabled.
3507 * gdb.server/unittest.exp: Likewise.
3508
3509 2018-10-09 Tom de Vries <tdevries@suse.de>
3510
3511 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3512 with runto_main.
3513
3514 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3515
3516 PR c++/16841
3517 * gdb.cp/virtbase2.cc: New file.
3518 * gdb.cp/virtbase2.exp: New file.
3519
3520 2018-10-06 Tom Tromey <tom@tromey.com>
3521
3522 PR python/19399:
3523 * gdb.python/py-inferior.exp: Add architecture test.
3524
3525 2018-10-06 Tom Tromey <tom@tromey.com>
3526
3527 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3528 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3529
3530 2018-10-06 Tom Tromey <tom@tromey.com>
3531
3532 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3533 of a "throw" catchpoint.
3534
3535 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3536
3537 * gdb.base/info-proc.exp: Update string expected from "help info
3538 proc".
3539
3540 2018-10-04 Tom Tromey <tom@tromey.com>
3541
3542 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3543 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3544 (test_initial_complaints, test_empty_complaints): Update.
3545 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3546
3547 2018-10-04 Tom Tromey <tom@tromey.com>
3548
3549 PR cli/19551:
3550 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3551 * lib/gdb.exp (gdb_file_cmd): Update.
3552 * gdb.stabs/weird.exp (print_weird_var): Update.
3553 * gdb.server/solib-list.exp: Update.
3554 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3555 * gdb.mi/mi-cli.exp: Update.
3556 * gdb.linespec/linespec.exp: Update.
3557 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3558 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3559 * gdb.cp/cp-relocate.exp: Update.
3560 * gdb.base/sym-file.exp: Update.
3561 * gdb.base/relocate.exp: Update.
3562 * gdb.base/readnever.exp: Update.
3563 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3564 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3565 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3566 * gdb.base/code_elim.exp: Update.
3567 * gdb.base/break-unload-file.exp (test_break): Update.
3568 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3569 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3570 Update.
3571 * gdb.base/attach.exp (do_attach_tests): Update.
3572 * gdb.base/sepdebug.exp: Update.
3573 * gdb.python/py-section-script.exp: Update.
3574
3575 2018-10-04 Tom Tromey <tom@tromey.com>
3576
3577 PR cli/22234:
3578 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3579 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3580 output.
3581
3582 2018-10-04 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3585 set width and height to 0.
3586 (test_command_line_attach_run): Use -quiet.
3587
3588 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3589
3590 * lib/gdb.exp (skip_ifunc_tests): New.
3591 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3592 other compile failures.
3593 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3594
3595 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3596
3597 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3598 is_amd64_regs_target.
3599
3600 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3601
3602 * gdb.arch/aarch64-sighandler-regs.c: New test.
3603 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3604 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3605
3606 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3607
3608 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3609 assembly.
3610
3611 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3612
3613 * gdb.base/frame-selection.exp: New file.
3614 * gdb.base/frame-selection.c: New file.
3615
3616 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3617
3618 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3619 pthread barrier.
3620 (main): Likewise.
3621
3622 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.base/large-frame-1.c: New file.
3625 * gdb.base/large-frame-2.c: New file.
3626 * gdb.base/large-frame.exp: New file.
3627 * gdb.base/large-frame.h: New file.
3628
3629 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3630
3631 PR gdb/20948
3632 * gdb.base/write_mem.exp: New test.
3633 * gdb.base/write_mem.c: Likewise.
3634
3635 2018-09-23 Tom Tromey <tom@tromey.com>
3636
3637 PR python/18852:
3638 * gdb.python/py-parameter.exp: Add test for parameter that throws
3639 on "set".
3640
3641 2018-09-23 Tom Tromey <tom@tromey.com>
3642
3643 PR python/17284:
3644 * gdb.python/py-template.exp (test_template_arg): Add test for
3645 negative template argument number.
3646
3647 2018-09-23 Tom Tromey <tom@tromey.com>
3648
3649 PR python/14062:
3650 * gdb.python/python.exp: Add test for post_event error.
3651
3652 2018-09-23 Tom Tromey <tom@tromey.com>
3653
3654 PR python/18170:
3655 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3656 convert pointers to int and long.
3657
3658 2018-09-23 Tom Tromey <tom@tromey.com>
3659
3660 PR python/20126:
3661 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3662 signed-ness conversion tests.
3663
3664 2018-09-23 Tom Tromey <tom@tromey.com>
3665
3666 PR python/18352;
3667 * gdb.python/py-value.exp (test_float_conversion): New proc.
3668 Use it.
3669
3670 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3671
3672 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3673
3674 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3675
3676 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3677 no readline.
3678 * gdb.base/utf8-identifiers.exp: Likewise.
3679 * gdb.cp/cpcompletion.exp: Likewise.
3680 * gdb.linespec/cpcompletion.exp: Likewise.
3681 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3682 * gdb.linespec/cpls-ops.exp: Likewise.
3683
3684 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3685 Chris January <chris.january@arm.com>
3686
3687 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3688 * gdb.fortran/short-circuit-argument-list.exp: New file.
3689 * gdb.fortran/short-circuit-argument-list.f90: New test.
3690
3691 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3692
3693 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3694 "arch=" keyword when executing "-stack-list-frames".
3695
3696 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3697
3698 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3699 "arch=" keyword when executing "-stack-list-frames".
3700
3701 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3702
3703 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3704 break ada".
3705
3706 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3707
3708 PR python/23669
3709 * gdb.python/python.exp: Test gdb.execute("show commands").
3710
3711 2018-09-16 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.base/new-ui.exp (do_execution_tests): Update.
3714 * gdb.base/dbx.exp (test_breakpoints): Update.
3715
3716 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3717
3718 * lib/gdb.exp (gdb_simple_compile): Add proc.
3719 (is_elf_target): Use gdb_simple_compile.
3720 (skip_altivec_tests): Likewise.
3721 (skip_vsx_tests): Likewise.
3722 (skip_tsx_tests): Likewise.
3723 (skip_btrace_tests): Likewise.
3724 (skip_btrace_pt_tests): Likewise.
3725 (gdb_can_simple_compile): Likewise.
3726 (gdb_has_argv0): Likewise.
3727 (gdb_target_symbol_prefix): Likewise.
3728 (target_supports_scheduler_locking): Likewise.
3729
3730 2018-09-13 Tom Tromey <tom@tromey.com>
3731
3732 * Makefile.in (TAGS): Recognize proc_with_prefix and
3733 gdb_caching_proc.
3734
3735 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3736
3737 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3738 method.
3739
3740 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3741
3742 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3743 and a few other Inferior properties when the Inferior is no
3744 longer valid.
3745
3746 2018-09-13 Tom Tromey <tom@tromey.com>
3747
3748 PR rust/23650:
3749 * gdb.rust/simple.exp: Add test for enum field access error.
3750
3751 2018-09-13 Tom Tromey <tom@tromey.com>
3752
3753 PR rust/23626:
3754 * gdb.rust/simple.rs (EmptyEnum): New type.
3755 (main): Use it.
3756 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3757
3758 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3759
3760 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3761 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3762 * gdb.python/py-symtab.exp: Update test printing an objfile.
3763
3764 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3765
3766 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3767 object.
3768
3769 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3770
3771 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3772 (support_complex_tests): Use gdb_can_simple_compile.
3773 (is_ilp32_target): Likewise.
3774 (is_lp64_target): Likewise.
3775 (is_64_target): Likewise.
3776 (is_amd64_regs_target): Likewise.
3777 (is_aarch32_target): Likewise.
3778 (gdb_int128_helper): Likewise.
3779
3780 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3783
3784 2018-09-10 Jerome Guitton <guitton@adacore.com>
3785
3786 * gdb.ada/same_component_name: Add test for case of tagged record
3787 with variable-length fields.
3788
3789 2018-09-10 Xavier Roirand <roirand@adacore.com>
3790
3791 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3792 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3793 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3794 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3795
3796 2018-09-10 Xavier Roirand <roirand@adacore.com>
3797
3798 * gdb.ada/mi_string_access.exp: New testcase.
3799 * gdb.ada/mi_string_access/bar.adb: New file.
3800 * gdb.ada/mi_string_access/pck.adb: New file.
3801 * gdb.ada/mi_string_access/pck.asd: New file.
3802
3803 2018-09-10 Xavier Roirand <roirand@adacore.com>
3804
3805 * gdb.ada/mi_var_union.exp: New testcase.
3806 * gdb.ada/mi_var_union/bar.adb: New file.
3807 * gdb.ada/mi_var_union/pck.adb: New file.
3808 * gdb.ada/mi_var_union/pck.asd: New file.
3809
3810 2018-09-08 Tom Tromey <tom@tromey.com>
3811
3812 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3813
3814 2018-09-08 Tom Tromey <tom@tromey.com>
3815
3816 PR python/16047:
3817 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3818 (register_pretty_printers): Register new printer.
3819 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3820 test.
3821 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3822 (an_int_type3): New global.
3823
3824 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.ada/expr_with_funcall: New testcase.
3827
3828 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3829
3830 * gdb.ada/packed_array_assign: New testcase.
3831
3832 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3833
3834 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3835 names, and add test prefixes to make test names unique.
3836
3837 2018-09-05 Tom de Vries <tdevries@suse.de>
3838
3839 * gdb.dwarf2/varval.exp: Add test.
3840
3841 2018-09-04 Gary Benson <gbenson@redhat.com>
3842
3843 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3844 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3845
3846 2018-08-31 Tom Tromey <tom@tromey.com>
3847
3848 * gdb.rust/simple.rs: Rename second variable "v".
3849
3850 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.base/funcargs.c (use_a): New function.
3853 (recurse): Call use_a.
3854
3855 2018-08-29 Keith Seitz <keiths@redhat.com>
3856
3857 * gdb.compile/compile-cplus-anonymous.cc: New file.
3858 * gdb.compile/compile-cplus-anonymous.exp: New file.
3859 * gdb.compile/compile-cplus-array-decay.cc: New file.
3860 * gdb.compile/compile-cplus-array-decay.exp: New file.
3861 * gdb.compile/compile-cplus-inherit.cc: New file.
3862 * gdb.compile/compile-cplus-inherit.exp: New file.
3863 * gdb.compile/compile-cplus-member.cc: New file.
3864 * gdb.compile/compile-cplus-member.exp: New file.
3865 * gdb.compile/compile-cplus-method.cc: New file.
3866 * gdb.compile/compile-cplus-method.exp: New file.
3867 * gdb.compile/compile-cplus-mod.c: "New" file.
3868 * gdb.compile/compile-cplus-namespace.cc: New file.
3869 * gdb.compile/compile-cplus-namespace.exp: New file.
3870 * gdb.compile/compile-cplus-nested.cc: New file.
3871 * gdb.compile/compile-cplus-nested.exp: New file.
3872 * gdb.compile/compile-cplus-print.c: "New" file.
3873 * gdb.compile/compile-cplus-print.exp: "New" file.
3874 * gdb.compile/compile-cplus-virtual.cc: New file.
3875 * gdb.compile/compile-cplus-virtual.exp: New file.
3876 * gdb.compile/compile-cplus.c: "New" file.
3877 * gdb.compile/compile-cplus.exp: "New" file.
3878 * lib/compile-support.exp: New file.
3879
3880 2018-08-16 Gary Benson <gbenson@redhat.com>
3881
3882 PR gdb/13000:
3883 * gdb.base/batch-exit-status.exp: New file.
3884 * gdb.base/batch-exit-status.good-commands: Likewise.
3885 * gdb.base/batch-exit-status.bad-commands: Likewise.
3886
3887 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3888
3889 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3890 (struct struct02): Likewise.
3891 (struct struct03): Likewise.
3892 (struct struct04): Likewise.
3893 (struct struct_01_01): New struct.
3894 (struct struct_01_02): Likewise.
3895 (struct struct_01_03): Likewise.
3896 (struct struct_01_04): Likewise.
3897 (struct struct_02_01): Likewise.
3898 (struct struct_02_02): Likewise.
3899 (struct struct_02_03): Likewise.
3900 (struct struct_02_04): Likewise.
3901 (struct struct_04_01): Likewise.
3902 (struct struct_04_02): Likewise.
3903 (struct struct_04_03): Likewise.
3904 (struct struct_04_04): Likewise.
3905 (struct struct_05_01): Likewise.
3906 (struct struct_05_02): Likewise.
3907 (struct struct_05_03): Likewise.
3908 (struct struct_05_04): Likewise.
3909 (cmp_struct01): Remove function.
3910 (cmp_struct02): Likewise.
3911 (cmp_struct03): Likewise.
3912 (cmp_struct04): Likewise.
3913 (cmp_struct_01_01): Add Function.
3914 (cmp_struct_01_02): Likewise.
3915 (cmp_struct_01_03): Likewise.
3916 (cmp_struct_01_04): Likewise.
3917 (cmp_struct_02_01): Likewise.
3918 (cmp_struct_02_02): Likewise.
3919 (cmp_struct_02_03): Likewise.
3920 (cmp_struct_02_04): Likewise.
3921 (cmp_struct_04_01): Likewise.
3922 (cmp_struct_04_02): Likewise.
3923 (cmp_struct_04_03): Likewise.
3924 (cmp_struct_04_04): Likewise.
3925 (cmp_struct_05_01): Likewise.
3926 (cmp_struct_05_02): Likewise.
3927 (cmp_struct_05_03): Likewise.
3928 (cmp_struct_05_04): Likewise.
3929 (call_all): Add new structs.
3930 * gdb.base/infcall-nested-structs.exp: Likewise.
3931
3932 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3933
3934 * gdb.python/py-framefilter-mi.exp: Update regexp to
3935 check for "arch" field in frame output.
3936
3937 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3938
3939 * gdb.dwarf2/dw2-ranges-func.c: New file.
3940 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3941
3942 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3943
3944 * gdb.base/term.exp: Compare terminal settings with values from
3945 the inferior.
3946 * gdb.base/term.c: Get and set terminal settings.
3947
3948 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3949
3950 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3951 accommodate new "arch" field in frame output.
3952 * gdb.mi/mi-return.exp: Likewise.
3953 * gdb.mi/mi-stack.exp: Likewise.
3954 * gdb.mi/mi-syn-frame.exp: Likewise.
3955 * gdb.mi/user-selected-context-sync.exp: Likewise.
3956
3957 2018-08-19 Michael Spang <spang@google.com>
3958
3959 PR gdb/11786
3960 * gdb.base/gcore-tls-pie.c: New file.
3961 * gdb.base/gcore-tls-pie.exp: New file.
3962
3963 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3964
3965 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3966 * gdb.dwarf2/varval.c: New file.
3967 * gdb.dwarf2/varval.exp: New file.
3968
3969 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3970
3971 PR gdb/18931
3972 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3973
3974 2018-08-16 Keith Seitz <keiths@redhat.com>
3975
3976 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3977 tests expected to pass.
3978
3979 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3980
3981 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3982 -data-disassemble -a.
3983 (test_disassembly_bogus_args): Likewise.
3984
3985 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3986
3987 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3988
3989 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3990
3991 * gdb.base/vla-optimized-out.exp: Add new test.
3992
3993 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3994
3995 * gdb.base/vla-optimized-out-o3.exp: Delete.
3996 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3997 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3998 deleted tests.
3999
4000 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 PR gdb/18050:
4003 * gdb.server/extended-remote-restart.c: New file.
4004 * gdb.server/extended-remote-restart.exp: New file.
4005
4006 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4007
4008 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4009 "set variable index = 42".
4010
4011 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4012
4013 * boards/index-cache-gdb.exp: New file.
4014 * gdb.dwarf2/index-cache.exp: New file.
4015 * gdb.dwarf2/index-cache.c: New file.
4016 * gdb.base/maint.exp: Check if we are using the index cache.
4017
4018 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4019
4020 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4021 MAKEFLAGS.
4022
4023 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4024
4025 * dg-extract-results.sh: Move to toplevel contrib.
4026 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4027 * Makefile.in (check-parallel-racy): Likewise.
4028
4029 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4032 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4033 tests if the target supports scheduler locking.
4034
4035 2018-08-04 Tom de Vries <tdevries@suse.de>
4036
4037 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4038
4039 2018-08-02 Tom Tromey <tom@tromey.com>
4040
4041 PR symtab/16842.
4042 * gdb.cp/temargs.exp: Test "info address" of a template
4043 parameter.
4044
4045 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4046
4047 * gdb.python/py-mi-var-info-path-expression.c: New file.
4048 * gdb.python/py-mi-var-info-path-expression.py: New file.
4049 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4050
4051 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4052
4053 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4054 error after "cannot resolve name" string.
4055
4056 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4057
4058 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4059 started.
4060 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4061
4062 2018-07-28 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4065
4066 2018-07-26 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4069
4070 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4073 is visible.
4074
4075 2018-07-26 Tom de Vries <tdevries@suse.de>
4076
4077 PR breakpoints/23366
4078 * gdb.base/catch-follow-exec.c: New test.
4079 * gdb.base/catch-follow-exec.exp: New file.
4080
4081 2018-07-25 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4084 vla-optimized-out.c.
4085
4086 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4087
4088 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4089 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4090
4091 2018-07-20 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4094 NOCLONE macro.
4095 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4096
4097 2018-07-19 Tom de Vries <tdevries@suse.de>
4098
4099 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4100 regular expression.
4101
4102 2018-07-18 Tom de Vries <tdevries@suse.de>
4103
4104 * gdb.base/vla-optimized-out.c: New test.
4105 * gdb.base/vla-optimized-out.exp: New file.
4106
4107 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4108
4109 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4110 message "No address associated with hostname" when gdbserver
4111 cannot resolve the hostname.
4112
4113 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4114
4115 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4116 Add some test prefixes to make tests unique.
4117
4118 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4119
4120 * gdb.base/frameapply.c: New file.
4121 * gdb.base/frameapply.exp: New file.
4122
4123 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4124
4125 * gdb.base/skip.exp: Update expected error message.
4126
4127 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4128 Jan Kratochvil <jan.kratochvil@redhat.com>
4129 Paul Fertser <fercerpav@gmail.com>
4130 Tsutomu Seki <sekiriki@gmail.com>
4131
4132 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4133 parameter.
4134 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4135 by default.
4136 * boards/native-gdbserver.exp: Likewise.
4137 * gdb.server/run-without-local-binary.exp: Improve regexp used
4138 for detecting when a remote debugging connection succeeds.
4139 * gdb.server/server-connect.exp: New file.
4140 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4141 Do not prefix the port number with ":".
4142 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4143 support for detecting and using it. Add '$debughost_gdbserver'
4144 to the list of arguments used to start gdbserver. Handle case
4145 when gdbserver cannot resolve a network name.
4146
4147 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4148
4149 PR c++/23373
4150 * gdb.base/ptype-offsets.cc (struct static_member): New
4151 struct.
4152 (main) <stmember>: New variable.
4153 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4154 with a static member in it.
4155
4156 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4157
4158 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4159 watchpoints enabled and disabled.
4160
4161 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4162
4163 * gdb.base/examine-backward.exp: Still run tests around address
4164 0x0, even if address 0x0 is not readable. Update the pattern for
4165 matching address 0x0 in expected output.
4166
4167 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4170 malloc/free.
4171
4172 2018-07-04 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4175
4176 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4177
4178 PR tdep/8282
4179 * gdb.arch/mips-disassembler-options.exp: New test.
4180 * gdb.arch/mips-disassembler-options.s: New test source.
4181
4182 2018-06-29 Pedro Alves <palves@redhat.com>
4183
4184 * gdb.threads/names.exp: Adjust expected "info threads" output.
4185
4186 2018-06-29 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.opt/inline-break.exp (line number, address): Add "info
4189 break" tests.
4190
4191 2018-06-29 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4194 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4195 number and address and running to them.
4196
4197 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4198
4199 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4200
4201 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4202
4203 * lib/compiler.c: Remove executable permission flag.
4204
4205 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4206
4207 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4208 code.
4209 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4210
4211 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4212
4213 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4214
4215 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4216
4217 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4218 address argument is omitted.
4219
4220 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4221
4222 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4223
4224 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4225
4226 PR gdb/21695
4227 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4228 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4229
4230 2018-06-26 Tom Tromey <tom@tromey.com>
4231
4232 PR rust/22574:
4233 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4234 * gdb.rust/simple.rs (struct SimpleLayout): New.
4235
4236 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4239 "info registers" output.
4240
4241 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4242
4243 * gdb.base/watchpoint-hw-attach.c: New test.
4244 * gdb.base/watchpoint-hw-attach.exp: New file.
4245
4246 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4247
4248 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4249 through /bin/sh.
4250 * boards/dwarf4-gdb-index.exp: Likewise.
4251 * boards/fission-dwp.exp: Likewise.
4252
4253 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4254
4255 * gdb.base/float128.exp: Add comment and improved fail message
4256 to the failure case of "print large128" test.
4257
4258 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4259
4260 * configure.ac: Remove AC_PREREQ.
4261 * configure: Re-generate.
4262
4263 2018-06-19 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4266 (func_extern_caller): New.
4267 (main): Call func_extern_caller.
4268 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4269 logic change.
4270
4271 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4272
4273 PR gdb/16841
4274 * gdb.cp/typedef-base.cc: New file.
4275 * gdb.cp/typedef-base.exp: New file.
4276
4277 2018-06-18 Tom de Vries <tdevries@suse.de>
4278
4279 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4280
4281 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4282 Richard Bunt <Richard.Bunt@arm.com>
4283
4284 * gdb.threads/attach-slow-waitpid.c: New file.
4285 * gdb.threads/attach-slow-waitpid.exp: New file.
4286 * gdb.threads/slow-waitpid.c: New file.
4287
4288 2018-06-14 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/fork-running-state.c: Include <errno.h>.
4291 (exit_if_relative_exits): New.
4292 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4293 exits.
4294 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4295 child exits.
4296
4297 2018-06-14 Tom de Vries <tdevries@suse.de>
4298
4299 PR cli/22573
4300 * gdb.base/finish-pretty.c: New test.
4301 * gdb.base/finish-pretty.exp: New file.
4302
4303 2018-06-14 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4306 gdb's expected startup output.
4307
4308 2018-06-14 Pedro Alves <palves@redhat.com>
4309
4310 * lib/selftest-support.exp (selftest_setup): Remove inlined
4311 function handling.
4312
4313 2018-06-14 Tom de Vries <tdevries@suse.de>
4314
4315 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4316 matching of breakpoint printing.
4317
4318 2018-06-13 Tom de Vries <tdevries@suse.de>
4319
4320 PR testsuite/23269
4321 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4322 (fork_child): ... here, and ...
4323 (fork_parent): ... here.
4324
4325 2018-06-12 Tom de Vries <tdevries@suse.de>
4326
4327 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4328
4329 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4330 Stephen Roberts <stephen.roberts@arm.com>
4331
4332 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4333 rewrite test to describe action performed, rather than possible
4334 failure.
4335
4336 2018-06-08 Gary Benson <gbenson@redhat.com>
4337
4338 * gdb.threads/check-libthread-db.exp: New file.
4339 * gdb.threads/check-libthread-db.c: Likewise.
4340
4341 2018-06-05 Tom Tromey <tom@tromey.com>
4342
4343 * gdb.base/default.exp: Update expected "show version" output.
4344
4345 2018-06-05 Tom Tromey <tom@tromey.com>
4346
4347 PR cli/12326:
4348 * gdb.cp/static-print-quit.exp: Update.
4349 * lib/gdb.exp (pagination_prompt): Update.
4350 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4351 * gdb.python/python.exp: Update.
4352
4353 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4356
4357 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4358
4359 * gdb.ada/bp_fun_addr: New testcase.
4360
4361 2018-06-01 Tom Tromey <tom@tromey.com>
4362
4363 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4364 results.
4365 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4366 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4367 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4368 * gdb.base/maint.exp (maint_pass_if): Update.
4369
4370 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4371
4372 * gdb.base/endian.exp: New test.
4373 * gdb.base/endian.c: New test source.
4374
4375 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 PR gdb/23203
4378 * gdb.base/bt-selected-frame.c: New file.
4379 * gdb.base/bt-selected-frame.exp: New file.
4380 * lib/gdb.exp (get_current_frame_number): New function.
4381
4382 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4383 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.threads/tls-core.c: Include <stdlib.h>
4386 (thread_proc): Call `abort'.
4387 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4388 (tls_core_test): New procedure, bits factored out from ...
4389 (top level): ... here. Test both native cores and gcore cores.
4390
4391 2018-05-23 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4394
4395 2018-05-23 Tom Tromey <tom@tromey.com>
4396
4397 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4398 symfile_complaints.
4399 (test_short_complaints): Likewise.
4400 (test_empty_complaints): Likewise.
4401 (test_initial_complaints): Update.
4402
4403 2018-05-23 Tom Tromey <tom@tromey.com>
4404
4405 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4406
4407 2018-05-23 Tom Tromey <tom@tromey.com>
4408
4409 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4410 (test_short_complaints): Update.
4411
4412 2018-05-22 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/remote.exp: Only gdb_start after compiling the
4415 testcase. Issue "disconnect" before testing "set remote" command
4416 defaults. Issue clean_restart before running to main.
4417
4418 2018-05-22 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/remote.exp: Adjust expected output of "show remote
4421 memory-write-packet-size". Add tests for "set remote
4422 memory-write-packet-size 0" and "set remote
4423 memory-write-packet-size fixed/limit".
4424
4425 2018-05-22 Pedro Alves <palves@redhat.com>
4426
4427 PR gdb/22973
4428 * gdb.base/utf8-identifiers.c: New file.
4429 * gdb.base/utf8-identifiers.exp: New file.
4430
4431 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4432
4433 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4434
4435 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4436
4437 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4438
4439 2018-05-18 Tom Tromey <tom@tromey.com>
4440
4441 * gdb.base/ptype-offsets.exp: Update.
4442
4443 2018-05-17 Keith Seitz <keiths@redhat.com>
4444
4445 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4446 in expected breakpoint stop locations.
4447 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4448 move to proper scope to test variable values.
4449 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4450 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4451 New functions.
4452 (main): Call not_inline_func3.
4453 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4454 inline_func1, inline_func2, and inline_func3. Test that when each
4455 breakpoint is hit, GDB properly reports both the stop location
4456 and the backtrace. Repeat tests for temporary breakpoints.
4457
4458 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4459
4460 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4461 rather then trying to access it in determining whether the PID
4462 of `gdbserver' could have been retrieved.
4463
4464 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.arch/amd64-init-x87-values.S: New file.
4467 * gdb.arch/amd64-init-x87-values.exp: New file.
4468
4469 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4470
4471 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4472
4473 2018-05-04 Tom Tromey <tom@tromey.com>
4474
4475 PR python/22730:
4476 * gdb.python/python.exp: Test multi-line execute.
4477
4478 2018-05-04 Tom Tromey <tom@tromey.com>
4479
4480 PR python/22731:
4481 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4482
4483 2018-05-04 Tom Tromey <tom@tromey.com>
4484
4485 PR gdb/11750:
4486 * gdb.base/define.exp: Test defining a user command inside a user
4487 command.
4488 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4489
4490 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4491 Pedro Alves <palves@redhat.com>
4492
4493 PR breakpoints/19806 and support for PR external/20207.
4494 * gdb.base/watchpoint-unaligned.c: New file.
4495 * gdb.base/watchpoint-unaligned.exp: New file.
4496
4497 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.base/maint.exp: Make test names unique, use
4500 test_prefix_command_help to test 'help maint info', and remove
4501 repeated test of 'help maint'.
4502
4503 2018-05-04 Tom Tromey <tom@tromey.com>
4504
4505 PR gdb/22619:
4506 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4507 behavior.
4508
4509 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * gdb.base/maint.exp: Process output from 'maint print registers'
4512 line at a time.
4513
4514 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4517 timeout.
4518
4519 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4520
4521 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4522 filter pattern.
4523
4524 2018-05-02 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4527 to_log_command renames.
4528 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4529
4530 2018-05-02 Tom Tromey <tom@tromey.com>
4531
4532 * gdb.python/py-parameter.exp: Set test message.
4533
4534 2018-05-02 Tom Tromey <tom@tromey.com>
4535
4536 PR python/20084:
4537 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4538 PARAM_ZUINTEGER_UNLIMITED tests.
4539
4540 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4541
4542 PR rust/23124
4543 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4544 when casting.
4545
4546 2018-04-30 Tom Tromey <tom@tromey.com>
4547
4548 * gdb.python/py-type.exp: Check align attribute.
4549 * gdb.python/py-type.c: New "aligncheck" global.
4550
4551 2018-04-30 Tom Tromey <tom@tromey.com>
4552
4553 PR exp/17095:
4554 * gdb.dwarf2/dw2-align.exp: New file.
4555 * gdb.cp/align.exp: New file.
4556 * gdb.base/align.exp: New file.
4557 * lib/gdb.exp (gdb_int128_helper): New proc.
4558 (has_int128_c, has_int128_cxx): New caching procs.
4559
4560 2018-04-27 Tom Tromey <tom@tromey.com>
4561
4562 PR rust/22545:
4563 * gdb.rust/simple.exp: Add inclusive range tests.
4564
4565 2018-04-26 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4568 ifunc breakpoint locations correctly of ifunc breakpoints set
4569 while the program resolves the ifunc.
4570
4571 2018-04-26 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/gnu-ifunc-final.c: New file.
4574 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4575 * gdb.base/gnu-ifunc.exp (executable): Delete.
4576 (staticexecutable): Adjust.
4577 (lib_opts, exec_opts): Delete.
4578 (make_binsuffix, build, set-break): New procedures.
4579 (misc_tests): New, with tests factored out from the top level.
4580 (top level): Test different combinations of ifunc resolver name,
4581 resolver with and with debug info, and ifunc target with and
4582 without debug info. Wrap static tests with with_target_prefix.
4583
4584 2018-04-26 Pedro Alves <palves@redhat.com>
4585
4586 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4587 return type" warnings.
4588
4589 2018-04-25 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4592 killed".
4593 * gdb.base/kill-after-signal.exp: Likewise.
4594 * gdb.threads/kill.exp: Likewise.
4595
4596 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4597 Sergio Durigan Junior <sergiodj@redhat.com>
4598 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4601 regexps to expect for '[Inferior ... detached]' as well.
4602 * gdb.base/attach.exp: Likewise.
4603 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4604 "gdb_continue_to_end".
4605 (test_catch_syscall_with_wrong_args): Likewise.
4606 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4607 ']'. Don't set 'verbose' on.
4608 * gdb.base/foll-vfork.exp: Likewise.
4609 * gdb.base/fork-print-inferior-events.c: New file.
4610 * gdb.base/fork-print-inferior-events.exp: New file.
4611 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4612 '[Inferior ... has been killed]' message.
4613 * gdb.base/kill-after-signal.exp: Likewise.
4614 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4615 detach message.
4616 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4617 message.
4618 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4619 regexps to expect for '[Inferior ... detached]' as well.
4620 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4621
4622 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4623
4624 PR gdb/23104
4625 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4626
4627 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4628
4629 PR gdb/23095
4630 * gdb.base/break-probes.exp: Pass shlib_load to
4631 prepare_for_testing. Set normal_bp to r_debug_state if target is
4632 bsd.
4633
4634 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4635
4636 * gdb.threads/multiple-successive-infcall.c: New test.
4637 * gdb.threads/multiple-successive-infcall.exp: New file.
4638
4639 2018-04-17 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.rust/simple.rs (Union): New type.
4642 (main): New local "u".
4643 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4644
4645 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4646
4647 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4648 number information in output of "whereis" command.
4649 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4650
4651 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4652
4653 * gdb.ada/info_types.exp: Adjust expected output to the line
4654 numbers now printed by "info var/func/type".
4655 * gdb.base/completion.exp: Likewise.
4656 * gdb.base/included.exp: Likewise.
4657 * gdb.cp/cp-relocate.exp: Likewise.
4658 * gdb.cp/cplusfuncs.exp: Likewise.
4659 * gdb.cp/namespace.exp: Likewise.
4660 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4661
4662 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4663
4664 * gdb.btrace/cpu.exp: New.
4665
4666 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4667
4668 * gdb.base/step-indirect-call-thunk.exp: New.
4669 * gdb.base/step-indirect-call-thunk.c: New.
4670 * gdb.reverse/step-indirect-call-thunk.exp: New.
4671 * gdb.reverse/step-indirect-call-thunk.c: New.
4672
4673 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 * gdb.base/pie-fork.c: New file.
4676 * gdb.base/pie-fork.exp: New file.
4677
4678 2018-04-11 Tom Tromey <tom@tromey.com>
4679
4680 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4681
4682 2018-04-10 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4685 exits. Instead loop running forever.
4686 (fork_parent): Run forever too.
4687
4688 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4689
4690 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4691 mi_continue_to_line.
4692 * gdb.mi/mi-stack.c (callee4): Add comment.
4693
4694 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4695
4696 * gdb.mi/mi-stack.exp: Fix indentation.
4697
4698 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4699
4700 PR gdb/22979
4701 * gdb.arch/amd64-osabi.exp: New file.
4702
4703 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4704
4705 PR gdb/22980
4706 * gdb.base/osabi.exp: New file.
4707
4708 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4709
4710 * gdb.cp/static-typedef-print.exp: New file.
4711 * gdb.cp/static-typedef-print.cc: New file.
4712
4713 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4714
4715 * gdb.ada/varsize_limit: New testcase.
4716
4717 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4718
4719 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4720
4721 * gdb.ada/notcplusplus: New testcase.
4722
4723 * gdb.base/c-linkage-name.c: New file.
4724 * gdb.base/c-linkage-name.exp: New testcase.
4725
4726 2018-03-26 Tom Tromey <tom@tromey.com>
4727
4728 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4729 * gdb.python/py-framefilter.py (name_error): New global.
4730 (ErrorInName.function): Use name_error.
4731
4732 2018-03-26 Tom Tromey <tom@tromey.com>
4733
4734 PR backtrace/15582:
4735 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4736
4737 2018-03-23 Keith Seitz <keiths@redhat.com>
4738
4739 PR c++/22968
4740 * gdb.cp/subtypes.exp: New file.
4741 * gdb.cp/subtypes.h: New file.
4742 * gdb.cp/subtypes.cc: New file.
4743 * gdb.cp/subtypes-2.cc: New file.
4744
4745 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4746
4747 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4748 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4749 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4750 -nostartfiles when compiling the test. Confirm that all registers
4751 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4752
4753 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4754
4755 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4756 option, syntax was wrong anyway.
4757 * gdb.arch/arm-disp-step.exp: Likewise.
4758 * gdb.arch/sparc64-regs.exp: Likewise.
4759 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4760 option, syntax was wrong anyway, switch to use
4761 prepare_for_testing.
4762 * gdb.arch/i386-disp-step.exp: Likewise.
4763
4764 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * gdb.ada/exec_changed.exp: Replace "target_info exists
4767 use_gdb_stub" by "use_gdb_stub".
4768 * gdb.ada/start.exp: Likewise.
4769 * gdb.base/async-shell.exp: Likewise.
4770 * gdb.base/attach-pie-misread.exp: Likewise.
4771 * gdb.base/attach-wait-input.exp: Likewise.
4772 * gdb.base/break-entry.exp: Likewise.
4773 * gdb.base/break-interp.exp: Likewise.
4774 * gdb.base/dprintf-detach.exp: Likewise.
4775 * gdb.base/nostdlib.exp: Likewise.
4776 * gdb.base/solib-nodir.exp: Likewise.
4777 * gdb.base/statistics.exp: Likewise.
4778 * gdb.base/testenv.exp: Likewise.
4779 * gdb.mi/mi-exec-run.exp: Likewise.
4780 * gdb.mi/mi-start.exp: Likewise.
4781 * gdb.multi/dummy-frame-restore.exp: Likewise.
4782 * gdb.multi/multi-arch-exec.exp: Likewise.
4783 * gdb.multi/multi-arch.exp: Likewise.
4784 * gdb.multi/tids.exp: Likewise.
4785 * gdb.multi/watchpoint-multi.exp: Likewise.
4786 * gdb.python/py-events.exp: Likewise.
4787 * gdb.threads/attach-into-signal.exp: Likewise.
4788 * gdb.threads/attach-stopped.exp: Likewise.
4789 * gdb.threads/threadapply.exp: Likewise.
4790 * lib/selftest-support.exp: Likewise.
4791
4792 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4793
4794 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4795
4796 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4797
4798 * gdb.perf/template-breakpoints.cc: New file.
4799 * gdb.perf/template-breakpoints.exp: New file.
4800 * gdb.perf/template-breakpoints.py: New file.
4801
4802 2018-03-19 Tom Tromey <tom@tromey.com>
4803
4804 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4805 y0.
4806 * gdb.rust/simple.exp: Test bare identifier form of struct
4807 initializer.
4808
4809 2018-03-19 Tom Tromey <tom@tromey.com>
4810
4811 * gdb.gdb/observer.exp: Remove.
4812
4813 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4814
4815 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4816 "qualified" option when setting breakpoints.
4817 * gdb.trace/backtrace.exp: Likewise.
4818 * gdb.trace/circ.exp: Likewise.
4819 * gdb.trace/collection.exp: Likewise.
4820 * gdb.trace/disconnected-tracing.exp: Likewise.
4821 * gdb.trace/ftrace-lock.exp: Likewise.
4822 * gdb.trace/ftrace.exp: Likewise.
4823 * gdb.trace/infotrace.exp: Likewise.
4824 * gdb.trace/packetlen.exp: Likewise.
4825 * gdb.trace/passc-dyn.exp: Likewise.
4826 * gdb.trace/qtro.exp: Likewise.
4827 * gdb.trace/read-memory.exp: Likewise.
4828 * gdb.trace/report.exp: Likewise.
4829 * gdb.trace/signal.exp: Likewise.
4830 * gdb.trace/status-stop.exp: Likewise.
4831 * gdb.trace/strace.exp: Likewise.
4832 * gdb.trace/tfind.exp: Likewise.
4833 * gdb.trace/trace-break.exp: Likewise.
4834 * gdb.trace/trace-condition.exp: Likewise.
4835 * gdb.trace/trace-mt.exp: Likewise.
4836 * gdb.trace/tstatus.exp: Likewise.
4837 * gdb.trace/tsv.exp: Likewise.
4838 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4839 * gdb.trace/unavailable.exp: Likewise.
4840 * gdb.trace/while-dyn.exp: Likewise.
4841
4842 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4843
4844 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4845 that libinproctrace is copied to the target.
4846
4847 2018-03-14 Tom Tromey <tom@tromey.com>
4848
4849 PR cli/14977:
4850 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4851 a null pointer.
4852 * gdb.base/wchar.exp: Likewise.
4853
4854 2018-03-14 Tom Tromey <tom@tromey.com>
4855
4856 PR cli/19918:
4857 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4858 flag.
4859
4860 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4861
4862 PR gdb/22841
4863 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4864 "target" to remote_exec.
4865
4866 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4867
4868 PR gdb/22841
4869 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4870 ${board}_upload): Remove.
4871
4872 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4873
4874 * gdb.cp/watch-cp.cc: New test.
4875 * gdb.cp/watch-cp.exp: New file.
4876
4877 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4878
4879 * gdb.base/infcall-nested-structs.exp: New file.
4880 * gdb.base/infcall-nested-structs.c: New file.
4881 * gdb.base/float.exp: Add riscv support.
4882
4883 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4884
4885 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4886 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4887
4888 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4889
4890 * gdb.server/abspath.exp: New file.
4891 * lib/gdb.exp (with_cwd): New procedure.
4892
4893 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4894
4895 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4896 use it.
4897 (gdb_is_target_remote_prompt): New proc.
4898 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4899 (gdb_is_target_native): Pass prompt parameter to
4900 gdb_is_target_1.
4901
4902 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 * gdb.base/load-command.c: New file.
4905 * gdb.base/load-command.exp: New file.
4906 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4907 (gdb_is_target_1): ...this, and generalize for other targets
4908 than just remote.
4909 (gdb_is_target_remote): Use gdb_is_target_1.
4910 (gdb_is_target_native): use gdb_is_target_1.
4911
4912 2018-02-26 Tom Tromey <tom@tromey.com>
4913
4914 PR python/16497:
4915 * gdb.python/py-framefilter.exp: Update test.
4916
4917 2018-02-26 Tom Tromey <tom@tromey.com>
4918
4919 * gdb.dwarf2/variant.c: New file.
4920 * gdb.dwarf2/variant.exp: New file.
4921
4922 2018-02-26 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.rust/simple.exp: Accept more possible results in enum test.
4925
4926 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4927
4928 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4929 parentheses.
4930
4931 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4932
4933 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4934 name of a variable: $actual_linejj -> $actual_line.
4935
4936 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4937
4938 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4939
4940 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4941
4942 * gdb.btrace/buffer-size.exp: Do not force BTS.
4943
4944 2018-02-14 Pedro Alves <palves@redhat.com>
4945
4946 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4947 getting a "Quit".
4948
4949 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4950
4951 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4952 Fix test name.
4953
4954 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4955
4956 * gdb.cp/m-static.exp: Check type of optimized out static
4957 member.
4958
4959 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4962 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4963
4964 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4965 Leszek Swirski <leszeks@google.com>
4966
4967 * gdb.python/py-prettyprint.c
4968 (struct to_string_returns_value_inner,
4969 struct to_string_returns_value_wrapper): New.
4970 (main): Add tsrvw variable.
4971 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4972 ToStringReturnsValueWrapper): New classes.
4973 (register_pretty_printers): Register new pretty-printers.
4974 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4975 recursive pretty printer.
4976 * gdb.python/py-mi.exp: Likewise.
4977
4978 2018-02-01 Leszek Swirski <leszeks@google.com>
4979
4980 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4981 functions with the same name as an include file are parsed
4982 correctly.
4983
4984 2018-02-01 Yao Qi <yao.qi@linaro.org>
4985
4986 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4987 "\[^\r\n\]*".
4988
4989 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4990
4991 * gdb.arch/powerpc-prologue-frame.s: New file.
4992 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4993 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4994
4995 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4996
4997 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4998
4999 2018-01-30 Pedro Alves <palves@redhat.com>
5000
5001 PR gdb/13211
5002 * gdb.base/interrupt-daemon.c: New.
5003 * gdb.base/interrupt-daemon.exp: New.
5004 * gdb.multi/multi-term-settings.c: New.
5005 * gdb.multi/multi-term-settings.exp: New.
5006
5007 2018-01-30 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.base/break.exp: Save the location where the breakpoint
5010 on break.c:47 was actually inserted when debugging the version
5011 compiled at -O2 and use it in the expected output of the "info
5012 break" test performed soon after.
5013
5014 2018-01-22 Pedro Alves <palves@redhat.com>
5015 Sergio Durigan Junior <sergiodj@redhat.com>
5016
5017 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5018 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5019
5020 2018-01-22 Joel Brobecker <brobecker@adacore.com>
5021
5022 * gdb.base/break-include.c, gdb.base/break-include.inc,
5023 gdb.base/break-include.exp: New files.
5024 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5025 line number now being the actual line number where the breakpoint
5026 was inserted.
5027 * gdb.mi/mi-break.exp: Likewise.
5028 * gdb.mi/mi-reverse.exp: Likewise.
5029 * gdb.mi/mi-simplerun.exp: Ditto.
5030
5031 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5032
5033 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5034 varobj.
5035 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5036
5037 2018-01-21 Don Breazeal <donb@codesourcery.com>
5038 Andrew Burgess <andrew.burgess@embecosm.com>
5039
5040 * gdb.mi/basics.c: Add new global.
5041 * gdb.mi/mi-frame-regs.exp: New file.
5042 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5043 case.
5044
5045 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5046
5047 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5048 non-parameter, and on an unknown symbol.
5049
5050 2018-01-19 Tom Tromey <tom@tromey.com>
5051
5052 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5053 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5054
5055 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5056
5057 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5058 setrlimit and chdir to int.
5059
5060 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5061
5062 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5063 function.
5064 (my_tend): Likewise.
5065 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5066 rationale of avoiding FP- and vector instructions.
5067
5068 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5069
5070 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5071 "info reg" with "\[ \t\]*".
5072 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5073 "\[ \t\]+".
5074 * gdb.arch/s390-multiarch.exp: Ditto.
5075 * gdb.base/pc-fp.exp: Ditto.
5076 * gdb.reverse/i386-precsave.exp: Ditto.
5077 * gdb.reverse/i386-reverse.exp: Ditto.
5078 * gdb.reverse/i387-env-reverse.exp: Ditto.
5079 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5080
5081 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5082
5083 * lib/gdb.exp (gdb_compile): Re-enable use of
5084 universal_compile_options for languages other than Rust.
5085
5086 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5087
5088 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5089
5090 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5091
5092 PR gdb/16577
5093 * gdb.base/solib-vanish.exp: New.
5094 * gdb.base/solib-vanish-main.c: New.
5095 * gdb.base/solib-vanish-lib1.c: New.
5096 * gdb.base/solib-vanish-lib2.c: New.
5097
5098 2018-01-17 Yao Qi <yao.qi@linaro.org>
5099
5100 * gdb.compile/compile.exp: Match the address printed for
5101 frame in the output of command "bt".
5102
5103 2018-01-15 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5106 compute sp_reg.
5107
5108 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5109
5110 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5111 to prepare.
5112 (prepare): Return 0 on error, 1 on success.
5113
5114 2018-01-12 Pedro Alves <palves@redhat.com>
5115
5116 * gdb.base/continue-after-aborted-step-over.c: New.
5117 * gdb.base/continue-after-aborted-step-over.exp: New.
5118
5119 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5122 options when not creating an executable.
5123
5124 2018-01-11 Pedro Alves <palves@redhat.com>
5125
5126 PR remote/22597
5127 * gdb.server/stop-reply-no-thread.c: New file.
5128 * gdb.server/stop-reply-no-thread.exp: New file.
5129
5130 2018-01-10 Pedro Alves <palves@redhat.com>
5131
5132 PR gdb/22670
5133 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5134 functions too. Test setting breakpoints and printing C functions
5135 with no debug info too.
5136 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5137
5138 2018-01-10 Pedro Alves <palves@redhat.com>
5139
5140 PR gdb/22670
5141 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5142 a fail.
5143
5144 2018-01-10 Pedro Alves <palves@redhat.com>
5145
5146 PR gdb/22670
5147 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5148
5149 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5150
5151 * gdb.server/unittest.exp: Match the output in non-development
5152 mode.
5153
5154 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5155
5156 * gdb.gdb/unittest.exp: Match output in non-development mode.
5157
5158 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5159
5160 * gdb.ada/access_tagged_param.exp: Relax expected output
5161 for value of "ObjL" in "continue" to pck.inspect breakpoint
5162 test.
5163
5164 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5165
5166 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5167 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5168
5169 2018-01-05 Pedro Alves <palves@redhat.com>
5170
5171 PR gdb/18653
5172 * gdb.base/libsegfault.exp: New.
5173
5174 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5175
5176 PR gdb/22670
5177 * gdb.ada/access_tagged_param.exp: New file.
5178 * gdb.ada/access_tagged_param/foo.adb: New file.
5179
5180 2018-01-05 Pedro Alves <palves@redhat.com>
5181
5182 PR gdb/22670
5183 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5184 exercise lower case too, and to exercise both full matching and
5185 wild matching.
5186
5187 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/rename_subscript_param: New testcase.
5190
5191 2018-01-05 Jerome Guitton <guitton@adacore.com>
5192
5193 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5194
5195 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5196
5197 * gdb.ada/convvar_comp: New testcase.
5198
5199 2018-01-05 Xavier Roirand <roirand@adacore.com>
5200
5201 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5202 (My_Table): New global variable.
5203 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5204
5205 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5206
5207 PR gdb/22670
5208 * gdb.ada/maint_with_ada: New testcase.
5209
5210 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5211
5212 PR gdb/22670
5213 * gdb.ada/bp_c_mixed_case: New testcase.
5214
5215 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5216
5217 PR gdb/22670
5218 * gdb.ada/complete.exp: Add "complete break ada" test.
5219
5220 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5221
5222 PR gdb/22670
5223 * gdb.ada/info_addr_mixed_case: New testcase.
5224
5225 2018-01-03 Xavier Roirand <roirand@adacore.com>
5226
5227 * gdb.ada/excep_handle.exp: New testcase.
5228 * gdb.ada/excep_handle/foo.adb: New file.
5229 * gdb.ada/excep_handle/pck.ads: New file.
5230
5231 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5232
5233 * gdb.base/step-line.c: Add extra empty line in copyright header.
5234 * gdb.base/step-line.inp: Likewise.
5235
5236 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/dyn_stride.exp: Add slice test.
5239
5240 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5241
5242 * gdb.ada/dyn_stride: New testcase.
5243
5244 2017-12-27 Stafford Horne <shorne@gmail.com>
5245
5246 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5247 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5248
5249 2017-12-27 Stafford Horne <shorne@gmail.com>
5250
5251 * gdb.base/reggroups.c: New file.
5252 * gdb.base/reggroups.exp: New file.
5253
5254 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.dwarf2/ada-valprint-error.c: New file.
5257 * gdb.dwarf2/ada-valprint-error.exp: New file.
5258
5259 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.ada/assign_arr: New testcase.
5262
5263 2017-12-18 Xavier Roirand <roirand@adacore.com>
5264
5265 * gdb.ada/funcall_ptr: New testcase.
5266
5267 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5268
5269 PR cli/16224
5270 * gdb.base/ptype-offsets.cc: New file.
5271 * gdb.base/ptype-offsets.exp: New file.
5272
5273 2017-12-15 Yao Qi <yao.qi@linaro.org>
5274
5275 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5276 if XML is disabled.
5277
5278 2017-12-15 Xavier Roirand <roirand@adacore.com>
5279
5280 * gdb.ada/same_component_name: New testcase.
5281
5282 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5283
5284 * gdb.ada/str_binop_equal: New testcase.
5285
5286 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.ada/task_switch_in_core: New testcase.
5289
5290 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5291
5292 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5293 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5294 call test_bkpt_qualified.
5295 (test_bkpt_qualified): New proc.
5296
5297 2017-12-13 Pedro Alves <palves@redhat.com>
5298
5299 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5300 Tighten regexp by matching with an anchor.
5301
5302 2017-12-13 Pedro Alves <palves@redhat.com>
5303
5304 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5305 ("expression with namespace"): New set of tests.
5306 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5307 (Nested::Test_NS::qux): New.
5308 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5309 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5310
5311 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5312
5313 * gdb.base/server-del-break.c: New file.
5314 * gdb.base/server-del-break.exp: New file.
5315
5316 2017-12-12 Stafford Horne <shorne@gmail.com>
5317
5318 * gdb.xml/tdesc-regs.exp: Add or1k support.
5319
5320 2017-12-12 Stafford Horne <shorne@gmail.com>
5321
5322 * gdb.base/bp-permanent.c: Define nop of or1k.
5323
5324 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5325
5326 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5327 output with components being reordered.
5328
5329 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5332 output with components being reordered.
5333
5334 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5335 Pedro Alves <palves@redhat.com>
5336
5337 * gdb.base/maint.exp (check for .gdb_index): Check also for
5338 .debug_names.
5339 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5340 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5341 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5342 (.gdb_index used after symbol reloading): Support also .debug_names.
5343 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5344
5345 2017-12-08 Yao Qi <yao.qi@linaro.org>
5346
5347 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5348 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5349
5350 2017-12-08 Yao Qi <yao.qi@linaro.org>
5351
5352 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5353 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5354
5355 2017-12-08 Yao Qi <yao.qi@linaro.org>
5356
5357 * gdb.arch/aarch64-tagged-pointer.c: New file.
5358 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5359
5360 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5361
5362 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5363 "int".
5364
5365 2017-12-07 Keith Seitz <keiths@redhat.com>
5366
5367 PR breakpoints/22569
5368 * gdb.linespec/ls-errs.exp: Change expected result of "break
5369 -source this file has spaces.c -line 3".
5370 Check that an explicit source file followed by whitespace is
5371 identified as an invalid explicit location.
5372
5373 2017-12-07 Keith Seitz <keiths@redhat.com>
5374
5375 * gdb.cp/nested-types.cc: New file.
5376 * gdb.cp/nested-types.exp: New file.
5377 * lib/cp-support.exp: Load data-structures.exp library.
5378 (debug_cp_test_ptype_class): New global.
5379 (cp_ptype_class_verbose, next_line): New procedures.
5380 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5381 Add and document new return value.
5382 Switch the list of lines to a queue.
5383 Add support for new `type' key for nested type definitions.
5384 Add debugging/troubleshooting messages.
5385 * lib/data-structures.exp: New file.
5386
5387 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5390 with proc_with_prefix, don't use with_test_prefix.
5391
5392 2017-12-07 Tom Tromey <tom@tromey.com>
5393
5394 * gdb.base/break.exp: Add test for empty "commands".
5395
5396 2017-12-07 Yao Qi <yao.qi@linaro.org>
5397
5398 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5399 malloc and catch syscall.
5400
5401 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5402
5403 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5404 tests for explicit locations.
5405
5406 2017-12-06 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5409 force-disabling XML descriptions.
5410
5411 2017-12-04 Pedro Alves <palves@redhat.com>
5412
5413 PR gdb/22499
5414 * gdb.arch/amd64-disp-step-avx.S: New file.
5415 * gdb.arch/amd64-disp-step-avx.exp: New file.
5416
5417 2017-12-03 Pedro Alves <palves@redhat.com>
5418
5419 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5420 and <string.h>.
5421 (parent_function): Print distinct messages when waitpid fails, or
5422 the child exits with a signal, or the child exits for an unhandled
5423 reason.
5424 * gdb.threads/process-dies-while-detaching.exp
5425 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5426 it. Wait for both inferior output and GDB's prompt. Use an
5427 indirect spawn id list.
5428 (do_detach): New parameter 'child_exit'. Use it to compute
5429 expected inferior output.
5430 (test_detach, test_detach_watch, test_detach_killed_outside):
5431 Adjust to pass down the expected child exit kind.
5432
5433 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5434 Sergio Durigan Junior <sergiodj@redhat.com>
5435 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5438
5439 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5440
5441 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5442 to 'symbol-file' and 'add-symbol-file' can be
5443 position-independent.
5444
5445 2017-12-01 Yao Qi <yao.qi@linaro.org>
5446
5447 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5448 the URL in copyright header.
5449 * gdb.arch/aarch64-fp.exp: Likewise.
5450 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5451 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5452 * gdb.base/expand-psymtabs.exp: Likewise.
5453 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5454 * gdb.fortran/common-block.exp: Likewise.
5455 * gdb.fortran/common-block.f90: Likewise.
5456 * gdb.fortran/logical.exp: Likewise.
5457 * gdb.fortran/vla-datatypes.f90: Likewise.
5458 * gdb.fortran/vla-sub.f90: Likewise.
5459
5460 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5461
5462 * gdb.ada/repeat_dyn: New testcase.
5463
5464 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5465
5466 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5467 Update for changed thread numbering.
5468 * gdb.cell/bt.exp: Update for changed GDB output.
5469
5470 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5471
5472 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5473 setting isremote by hand.
5474 * boards/dwarf4-gdb-index.exp: Likewise.
5475 * boards/fission.exp: Likewise.
5476 * boards/stabs.exp: Likewise.
5477
5478 2017-11-30 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.linespec/cpls-ops.exp
5481 (check_explicit_skips_function_argument): Extract the underlying
5482 type of size_t instead of hardcoding it.
5483
5484 2017-11-29 Pedro Alves <palves@redhat.com>
5485
5486 PR c++/19436
5487 * gdb.linespec/cpls-abi-tag.cc: New file.
5488 * gdb.linespec/cpls-abi-tag.exp: New file.
5489
5490 2017-11-29 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.base/langs.exp: Use -qualified.
5493 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5494 it.
5495 * gdb.cp/namespace.exp: Use -qualified.
5496 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5497 (overload-3, template-overload, template-ret-type, const-overload)
5498 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5499 procedures.
5500 (test_driver): Call them.
5501 * gdb.cp/save-bp-qualified.cc: New.
5502 * gdb.cp/save-bp-qualified.exp: New.
5503 * gdb.linespec/explicit.exp: Test -qualified.
5504 * lib/completion-support.exp (completion::explicit_opts_list): Add
5505 "-qualified".
5506 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5507
5508 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5509
5510 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5511
5512 2017-11-29 Tom Tromey <tom@tromey.com>
5513
5514 * gdb.base/relocate.exp: Update invalid argument test.
5515 Add new tests for invalid arguments.
5516
5517 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5518
5519 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5520 Return 0 as a long.
5521 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5522
5523 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5524
5525 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5526 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5527 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5528 func ().
5529 * gdb.cp/shadow.cc (B.func): Return 0.
5530
5531 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5532
5533 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5534 expected output in gdb_expect call to allow the exception
5535 message to be present as well. Fix syntax confusion to avoid
5536 TCL thinking that exception_name is an array.
5537
5538 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5539
5540 * gdb.arch/spu-info.c: Include <unistd.h>.
5541 (do_signal_test): Fix broken calls to write.
5542 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5543 Fix checks for empty mailboxes. Update signal tests for corrected
5544 do_signal_test routine. Allow nonzero event status.
5545 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5546 * gdb.cell/arch.exp: Use standard_output_file.
5547 * gdb.cell/break.exp: Likewise.
5548 * gdb.cell/bt.exp: Likewise.
5549 * gdb.cell/core.exp: Likewise.
5550 * gdb.cell/dwarfaddr.exp: Likewise.
5551 * gdb.cell/ea-cache.exp: Likewise.
5552 * gdb.cell/ea-standalone.exp: Likewise.
5553 * gdb.cell/f-regs.exp: Likewise.
5554 * gdb.cell/fork.exp: Likewise.
5555 * gdb.cell/gcore.exp: Likewise.
5556 * gdb.cell/mem-access.exp: Likewise.
5557 * gdb.cell/ptype.exp: Likewise.
5558 * gdb.cell/registers.exp: Likewise.
5559 * gdb.cell/sizeof.exp: Likewise.
5560 * gdb.cell/solib-symbol.exp: Likewise.
5561 * gdb.cell/solib.exp: Likewise.
5562
5563 2017-11-25 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.base/complete-empty.exp: New file.
5566 * gdb.base/completion.exp: Adjust.
5567
5568 2017-11-25 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.linespec/cpls-ops.cc: New file.
5571 * gdb.linespec/cpls-ops.exp: New file.
5572 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5573 factored out from ...
5574 (test_complete_prefix_range): ... this.
5575
5576 2017-11-24 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.linespec/cpcompletion.exp: New file.
5579 * gdb.linespec/cpls-hyphen.cc: New file.
5580 * gdb.linespec/cpls.cc: New file.
5581 * gdb.linespec/cpls2.cc: New file.
5582 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5583 test to use test_gdb_complete_unique. Add label completion,
5584 keyword completion and explicit location completion tests.
5585 * lib/completion-support.exp: New file.
5586
5587 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5588
5589 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5590 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5591 when hitting an exception catchpoint.
5592
5593 2017-11-22 Yao Qi <yao.qi@linaro.org>
5594
5595 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5596
5597 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5598
5599 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5600 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5601 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5602
5603 2017-11-22 Yao Qi <yao.qi@linaro.org>
5604
5605 * gdb.base/info-os.exp: Pass pthreads.
5606 * gdb.multi/multi-attach.exp: Likewise.
5607
5608 2017-11-22 Yao Qi <yao.qi@linaro.org>
5609
5610 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5611 compiler.
5612
5613 2017-11-22 Yao Qi <yao.qi@linaro.org>
5614
5615 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5616 * gdb.base/break-interp.exp: Likewise.
5617 * gdb.base/jit-attach-pie.exp: Likewise.
5618
5619 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5620
5621 * gdb.base/float128.c (large128): New variable.
5622 * gdb.base/float128.exp: Add test to print largest __float128 value.
5623
5624 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5625
5626 * gdb.arch/vsx-regs.exp: Update register content checks.
5627
5628 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5629
5630 * gdb.arch/ppc-longdouble.exp: New file.
5631 * gdb.arch/ppc-longdouble.c: Likewise.
5632
5633 2017-11-21 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5636
5637 2017-11-20 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5640 (long_double_typedef): New typedefs.
5641 Use DEF on double and long double.
5642 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5643 cases.
5644 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5645 and 'long_double_ptr_same_size' locals. Use them to decide
5646 whether cast from array/function to float is valid/invalid.
5647
5648 2017-11-17 Tom Tromey <tom@tromey.com>
5649
5650 * gdb.rust/traits.rs: New file.
5651 * gdb.rust/traits.exp: New file.
5652
5653 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5654
5655 * gdb.ada/minsyms: New testcase.
5656
5657 2017-11-16 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5660 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5661
5662 2017-11-16 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5665 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5666
5667 2017-11-16 Pedro Alves <palves@redhat.com>
5668
5669 * gdb.server/reconnect-ctrl-c.c: New file.
5670 * gdb.server/reconnect-ctrl-c.exp: New file.
5671
5672 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5673
5674 * gdb.python/py-rbreak.exp: New file.
5675 * gdb.python/py-rbreak.c: New file.
5676 * gdb.python/py-rbreak-func2.c: New file.
5677
5678 2017-11-16 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5681 pattern.
5682 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5683 GDB.
5684
5685 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5686
5687 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5688 regex.
5689
5690 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5691
5692 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5693 test names.
5694
5695 2017-11-09 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5698 factored out from ...
5699 (top level): ... here, and adjusted to avoid expecting beyond the
5700 prompt in a single gdb_test_multiple.
5701
5702 2017-11-09 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5705 output.
5706 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5707 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5708 * gdb.server/ext-run.exp ("kill" test): Likewise.
5709 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5710
5711 2017-11-09 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5714 match till end of line.
5715
5716 2017-11-09 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5719
5720 2017-11-09 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5723 New procedures, factored out from ...
5724 (top level): ... here, and adjusted to avoid expecting beyond the
5725 prompt in one go.
5726
5727 2017-11-09 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5730 output. Fix '?' match.
5731
5732 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdb.ada/scoped_watch: New testcase.
5735 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5736 which is actually correct.
5737 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5738 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5739
5740 2017-11-08 Pedro Alves <palves@redhat.com>
5741
5742 * gdb.gdb/complaints.exp (test_initial_complaints)
5743 (test_serial_complaints, test_short_complaints): Call
5744 complaint_internal instead of complaint.
5745
5746 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5747
5748 * gdb.threads/tls-core.c: New file.
5749 * gdb.threads/tls-core.exp: Likewise.
5750
5751 2017-11-08 Pedro Alves <palves@redhat.com>
5752
5753 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5754 (p Exported_Capitalized): New test.
5755 (p exported_capitalized): New test.
5756
5757 2017-11-07 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5760
5761 2017-11-07 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5764 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5765 (disable_invalid, disable_inverted, disable_negative): New
5766 procedures.
5767 ("bad numbers"): New set of tests.
5768
5769 2017-11-07 Pedro Alves <palves@redhat.com>
5770
5771 * gdb.cp/ena-dis-br-range.exp: Add tests.
5772
5773 2017-11-07 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5776
5777 2017-11-07 Xavier Roirand <roirand@adacore.com>
5778 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/ena-dis-br.exp: Add reference to
5781 gdb.cp/ena-dis-br-range.exp.
5782 * gdb.cp/ena-dis-br-range.exp: New file.
5783 * gdb.cp/ena-dis-br-range.cc: New file.
5784
5785 2017-11-06 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/attach-non-pgrp-leader.c: New.
5788 * gdb.base/attach-non-pgrp-leader.exp: New.
5789
5790 2017-11-06 Pedro Alves <palves@redhat.com>
5791
5792 * configure.ac: No longer check for termio.h and sgtty.h.
5793 * configure: Regenerate.
5794 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5795 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5796 Remove termio and sgtty code.
5797
5798 2017-11-03 Yao Qi <yao.qi@linaro.org>
5799
5800 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5801 in GDB is disabled.
5802
5803 2017-11-03 Yao Qi <yao.qi@linaro.org>
5804
5805 * gdb.python/py-thrhandle.exp: Skip it if python is not
5806 enabled.
5807
5808 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5809
5810 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5811 as a breakpoint command.
5812
5813 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5814
5815 PR python/21213
5816 * gdb.python/py-infthread.exp: Test calling
5817 InferiorThread.inferior () multiple times in a row.
5818
5819 2017-10-27 Keith Seitz <keiths@redhat.com>
5820
5821 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5822 Test "info break" for every inlined function breakpoint.
5823
5824 2017-10-27 Yao Qi <yao.qi@linaro.org>
5825
5826 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5827
5828 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5829
5830 * gdb.cp/classes.exp (test_static_members): Test printing
5831 Outer::instance.
5832 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5833 (Inner::instance, Outer::instance): New.
5834
5835 2017-10-24 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5838 extra console" test in two stages.
5839
5840 2017-10-24 Pedro Alves <palves@redhat.com>
5841
5842 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5843
5844 2017-10-24 Pedro Alves <palves@redhat.com>
5845
5846 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5847 loop.
5848
5849 2017-10-24 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5852 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5853
5854 2017-10-24 Pedro Alves <palves@redhat.com>
5855
5856 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5857 parameter and handle it. Don't output read value in test name.
5858
5859 2017-10-24 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5862 custom test name.
5863
5864 2017-10-24 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5867 include the unstable output directory name in the test's name.
5868 (initial_setup_simple) <'set args'>: Use custom test name.
5869
5870 2017-10-24 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5873 with explicit test name.
5874
5875 2017-10-20 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5878 'wait -i'. Use gdb_assert and remote_close.
5879
5880 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5881
5882 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5883 number from variable rather than hard-coded.
5884
5885 2017-10-19 Pedro Alves <palves@redhat.com>
5886
5887 * gdb.base/long-inferior-output.c: New file.
5888 * gdb.base/long-inferior-output.exp: New file.
5889
5890 2017-11-18 Keith Seitz <keiths@redhat.com>
5891
5892 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5893 method.
5894 (main): Call it.
5895 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5896 Add additional user-defined conversion operator tests.
5897
5898 2017-10-17 Pedro Alves <palves@redhat.com>
5899
5900 * boards/native-stdio-gdbserver.exp: Load "local-board".
5901
5902 2017-10-17 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/quit-live.c: New file.
5905 * gdb.base/quit-live.exp: New file.
5906
5907 2017-10-16 Keith Seitz <keiths@redhat.com>
5908
5909 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5910 (class_with_protected_typedef, class_with_private_typedef)
5911 (struct_with_public_typedef, struct_with_protected_typedef)
5912 (struct_with_private_typedef): New classes/structs.
5913 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5914 typedefs and access specifiers.
5915
5916 2017-10-16 Pedro Alves <palves@redhat.com>
5917 Simon Marchi <simon.marchi@polymtl.ca>
5918
5919 * README (Local vs Remote vs Native): New section.
5920 * boards/local-board.exp: New file, with bits factored out from
5921 ...
5922 * boards/native-extended-gdbserver.exp: ... here. Load
5923 "local-board".
5924 * boards/native-gdbserver.exp: Load "local-board".
5925 (${board}_spawn, ${board}_exec): Delete.
5926 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5927 ...
5928 * boards/stdio-gdbserver-base.exp: ... this new file.
5929 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5930 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5931 procedure.
5932 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5933 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5934 stdio_gdbserver_command.
5935 (${board}_get_remote_address, ${board}_get_comm_port)
5936 (${board}_download, ${board}_upload): Delete.
5937 (get_target_remote_pipe_cmd): New.
5938
5939 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5940
5941 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5942 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5943 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5944 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5945 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5946 remove with_test_prefix.
5947
5948 2017-10-13 Pedro Alves <palves@redhat.com>
5949
5950 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5951 * gdb.base/annota1.exp: Use it instead of is_remote.
5952 * gdb.base/annota3.exp: Use it instead of is_remote.
5953 * gdb.cp/annota2.exp: Use it instead of is_remote.
5954 * gdb.cp/annota3.exp: Use it instead of is_remote.
5955 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5956
5957 2017-10-13 Pedro Alves <palves@redhat.com>
5958
5959 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5960 (test_num_test_vars, run_and_count_vars, find_env)
5961 (test_set_unset_env, test_inherit_env_var): New procedures.
5962 (top level): Use them.
5963
5964 2017-10-13 Pedro Alves <palves@redhat.com>
5965
5966 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5967 also skip on stub-like targets.
5968
5969 2017-10-13 Pedro Alves <palves@redhat.com>
5970
5971 PR gdb/22293
5972 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5973 (top level): Move some tests to ...
5974 (test_not_found): ... this new procedure.
5975 (top level): Call it.
5976
5977 2017-10-13 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5980 expect different "info terminal" output if testing with a
5981 non-native target.
5982
5983 2017-10-13 Pedro Alves <palves@redhat.com>
5984 Simon Marchi <simon.marchi@polymtl.ca>
5985
5986 PR python/12966
5987 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5988
5989 2017-10-13 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5992 already.
5993
5994 2017-10-13 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5997 is_remote.
5998
5999 2017-10-13 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6002 is_remote.
6003
6004 2017-10-13 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6007 is set.
6008 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6009 instead of is_remote.
6010
6011 2017-10-13 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6014 (top level): Add comment.
6015
6016 2017-10-13 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/remote.exp (top level): Fix comment typo and add
6019 missing return.
6020
6021 2017-10-13 Pedro Alves <palves@redhat.com>
6022 Simon Marchi <simon.marchi@polymtl.ca>
6023
6024 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6025 calls and add comments. Skip test if use_gdb_stub is set.
6026 (top level): Use "set cwd" command instead of "cd" command.
6027
6028 2017-10-13 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6031 is_remote target check.
6032
6033 2017-10-13 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.base/scope.exp: Use build_executable + clean_restart +
6036 gdb_file_cmd instead of prepare_for_testing and no longer skip
6037 "before run" tests on is_remote target boards. Update comments.
6038 * boards/native-extended-gdbserver.exp
6039 (extended_gdbserver_load_last_file): New, factored out from ...
6040 (gdb_load): ... this. Move further below and add comment.
6041 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6042
6043 2017-10-12 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/attach.exp: Remove references to gdb64.
6046 * gdb.base/dbx.exp: Remove references to gdb64.
6047
6048 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6049 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/label.exp: Remove is_remote target check.
6052
6053 2017-10-12 Pedro Alves <palves@redhat.com>
6054
6055 * gdb.base/auvx.exp (coredir): Update comment.
6056 (top level) <core_works>: Use "set cwd" command instead of "cd"
6057 command.
6058
6059 2017-10-12 Pedro Alves <palves@redhat.com>
6060 Simon Marchi <simon.marchi@polymtl.ca>
6061
6062 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6063 target boards.
6064
6065 2017-10-12 Pedro Alves <palves@redhat.com>
6066 Simon Marchi <simon.marchi@polymtl.ca>
6067
6068 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6069 Instead skip if there's any gdb_protocol set.
6070
6071 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6072 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6075
6076 2017-10-12 Pedro Alves <palves@redhat.com>
6077 Simon Marchi <simon.marchi@polymtl.ca>
6078
6079 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6080 instead of on dejagnu remote boards.
6081
6082 2017-10-12 Pedro Alves <palves@redhat.com>
6083 Simon Marchi <simon.marchi@polymtl.ca>
6084
6085 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6086 checks. Use build_executable + clean_restart instead of
6087 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6088 of enabling non-stop after starting gdb.
6089
6090 2017-10-12 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6093 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6094 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6095 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6096
6097 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6098
6099 * gdb.arch/arc-tdesc-cpu.exp: New file.
6100 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6101
6102 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6105
6106 2017-10-10 Pedro Alves <palves@redhat.com>
6107
6108 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6109 expect CLI output.
6110
6111 2017-10-10 Pedro Alves <palves@redhat.com>
6112
6113 * lib/selftest-support.exp (selftest_setup): Update for
6114 captured_command_loop's prototype change.
6115
6116 2017-10-09 Pedro Alves <palves@redhat.com>
6117
6118 Test both arch1=>arch2 and arch2=>arch1.
6119
6120 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6121 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6122 factored out to...
6123 (append_arch1_options, append_arch2_options, append_arch_options)
6124 (build_executables): New procedures.
6125 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6126 local.
6127 (top level): Add new 'first_arch' testing axis.
6128
6129 2017-10-09 Pedro Alves <palves@redhat.com>
6130
6131 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6132 (barrier): New.
6133 (thread_start, all_started): New functions.
6134 (main): Spawn new thread and wait until it is scheduled.
6135 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6136 option.
6137 (do_test): Add 'selected_thread' parameter. Run to all_started
6138 instead of main. Explicitly set the breakpoint at main. Switch
6139 to the SELECTED_THREAD thread.
6140 (top level): Test handling the exec event with either the main
6141 thread or the second thread selected.
6142
6143 2017-10-09 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6146 logic. Move STOP marker after the value checks.
6147 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6148 regexp.
6149
6150 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6151
6152 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6153
6154 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6155
6156 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6157 integer-to-dfp conversion.
6158 * gdb.base/dfp-test.exp: Likewise.
6159
6160 2017-10-04 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.multi/hangout.c: Include <unistd.h>.
6163 (hangout_loop): New function.
6164 (main): Call alarm. Call hangout_loop in a loop.
6165 * gdb.multi/hello.c: Include <unistd.h>.
6166 (hello_loop): New function.
6167 (main): Call alarm. Call hangout_loop in a loop.
6168 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6169 inferior with the other selected.
6170
6171 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6172
6173 * gdb.mi/list-thread-groups-available.exp: New file.
6174 * gdb.mi/list-thread-groups-available.c: New file.
6175
6176 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6177
6178 * gdb.base/set-cwd.exp: Make it available on
6179 native-extended-gdbserver.
6180
6181 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6182
6183 * gdb.base/set-cwd.c: New file.
6184 * gdb.base/set-cwd.exp: Likewise.
6185
6186 2017-10-02 Tom Tromey <tom@tromey.com>
6187
6188 PR rust/22236:
6189 * gdb.rust/simple.rs (main): New variable "fslice".
6190 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6191
6192 2017-10-02 Tom Tromey <tom@tromey.com>
6193
6194 * gdb.rust/simple.exp: Test ptype of a slice.
6195
6196 2017-10-02 Tom Tromey <tom@tromey.com>
6197
6198 * gdb.rust/simple.exp: Test index of slice.
6199
6200 2017-09-27 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6203
6204 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6205 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/compare-sections.exp (get value of read-only section): Read
6208 as unsigned value.
6209 (corrupt read-only section): Likewise and don't set written if patching
6210 failed.
6211
6212 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6213
6214 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6215 files.
6216
6217 2017-09-20 Pedro Alves <palves@redhat.com>
6218
6219 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6220 symbol names in gdb's output.
6221 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6222
6223 2017-09-20 Pedro Alves <palves@redhat.com>
6224
6225 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6226 Rename to ...
6227 (test_list_ambiguous_symbol): ... this and add a symbol name
6228 parameter. Adjust.
6229 (test_list_ambiguous_function): Reimplement on top of
6230 test_list_ambiguous_symbol and also test listing ambiguous
6231 variables.
6232 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6233 (ambiguous_fun): ... this.
6234 (ambiguous_var): New.
6235 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6236 (ambiguous_fun): ... this.
6237 (ambiguous_var): New.
6238
6239 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6240
6241 * gdb.base/starti.c: New file.
6242 * gdb.base/starti.exp: New file.
6243 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6244
6245 2017-09-14 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6248 (top level): Use it instead of runto.
6249
6250 2017-09-11 Tom Tromey <tom@tromey.com>
6251
6252 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6253
6254 2017-09-11 Tom Tromey <tom@tromey.com>
6255
6256 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6257 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6258
6259 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6260
6261 * gdb.fortran/printing-types.exp: New file.
6262 * gdb.fortran/printing-types.exp: New file.
6263
6264 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6265
6266 * gdb.fortran/vla-ptype.exp: Fix typos.
6267 * gdb.fortran/vla-value.exp: Same.
6268
6269 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6270
6271 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6272 * gdb.mi/mi-var-child-f.exp: Likewise.
6273 * gdb.mi/mi-vla-fortran.exp: Likewise.
6274
6275 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6276 Christoph Weinmann <christoph.t.weinmann@intel.com>
6277 Bernhard Heckel <bernhard.heckel@intel.com>
6278
6279 * gdb.fortran/ptr-indentation.f90: New file.
6280 * gdb.fortran/ptr-indentation.exp: New file.
6281
6282 2017-09-05 Tom Tromey <tom@tromey.com>
6283
6284 PR gdb/22010:
6285 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6286
6287 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6288
6289 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6290
6291 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6292
6293 * gdb.threads/tls-nodebug-pie.c: New file.
6294 * gdb.threads/tls-nodebug-pie.exp: New file.
6295
6296 2017-09-05 Tom Tromey <tom@tromey.com>
6297
6298 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6299 for rust.
6300
6301 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6302
6303 * gdb.multi/multi-arch-exec.exp: Test with different
6304 "follow-exec-mode" settings.
6305 (do_test): New procedure.
6306
6307 2017-09-04 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.base/func-static.c (S::method const, S::method volatile)
6310 (S::method volatile const): New methods.
6311 (c_s, v_s, cv_s): New instances.
6312 (main): Call method() on them.
6313 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6314 (cannot_resolve): New procedure.
6315 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6316 print-quote-unquoted columns.
6317 (do_test): Test printing each scope too.
6318
6319 2017-09-04 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/local-static.exp: Also test with
6322 class::method::variable wholly quoted.
6323 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6324
6325 2017-09-04 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.base/local-static.c: New.
6328 * gdb.base/local-static.cc: New.
6329 * gdb.base/local-static.exp: New.
6330
6331 2017-09-04 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.asm/asm-source.exp: Add casts to int.
6334 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6335 (dataglobal64_1, dataglobal64_2): New globals.
6336 * gdb.base/nodebug.exp: Test different expressions involving the
6337 new globals, with print, whatis and ptype. Add casts to int.
6338 * gdb.base/solib-display.exp: Add casts to int.
6339 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6340 * gdb.cp/m-static.exp: Add cast to int.
6341 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6342 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6343 tls variable with no debug info without a cast. Test with a cast
6344 to int too.
6345 * gdb.trace/entry-values.exp: Add casts.
6346
6347 2017-09-04 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/nodebug.exp: Test that ptype's error about functions
6350 with unknown return type includes the function name too.
6351
6352 2017-09-04 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6355 return type of munmap in infcall.
6356 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6357 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6358 type of ftell in infcall.
6359 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6360 type of getpid in infcall.
6361 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6362 infcall.
6363 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6364 Bail on failure to extract the pid.
6365 * gdb.base/nodebug.c: #include <stdint.h>.
6366 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6367 New functions.
6368 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6369 Change expected output of print/whatis/ptype with functions with
6370 no debug info. Test all supported languages. Call
6371 test_call_promotion.
6372 * gdb.compile/compile.exp: Adjust expected output to expect
6373 warning.
6374 * gdb.threads/siginfo-threads.exp: Likewise.
6375
6376 2017-09-04 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6379 "prototypes". Test calling float functions via prototyped and
6380 unprototyped function pointers.
6381 (perform_all_tests): New parameter "prototypes". Pass it down.
6382 (top level): Pass down "prototypes" parameter to
6383 perform_all_tests.
6384
6385 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6386
6387 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6388 Test with nested loops.
6389
6390 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6391
6392 * gdb.base/commands.exp: Call the new procedures.
6393 (loop_break_test, loop_continue_test): New procedures.
6394
6395 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6396
6397 * gdb.base/commands.exp: Call new procedure.
6398 (define_if_without_arg_test): New procedure.
6399
6400 2017-09-04 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/list-ambiguous.exp: New file.
6403 * gdb.base/list-ambiguous0.c: New file.
6404 * gdb.base/list-ambiguous1.c: New file.
6405 * gdb.base/list.exp (test_list_range): Adjust expected output.
6406
6407 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6408
6409 * gdb.base/share-env-with-gdbserver.c: New file.
6410 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6411
6412 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6413
6414 * gdb.base/commands.exp (gdbvar_simple_if_test,
6415 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6416 progvar_simple_if_test, progvar_simple_while_test,
6417 progvar_complex_if_while_test, user_defined_command_test,
6418 user_defined_command_args_eval,
6419 user_defined_command_args_stack_test,
6420 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6421 temporary_breakpoint_commands,
6422 gdb_test_no_prompt, redefine_hook_test,
6423 redefine_backtrace_test): Remove "global gdb_prompt".
6424
6425 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6426
6427 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6428 New proc, call it from toplevel.
6429
6430 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6431
6432 PR remote/21852
6433 * gdb.server/normal.c: New file, copied from gdb.base.
6434 * gdb.server/run-without-local-binary.exp: New file.
6435
6436 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6437
6438 * gdb.arch/sparc64-adi.exp: New file.
6439 * gdb.arch/sparc64-adi.c: New file.
6440
6441 2017-08-22 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6444 (top level): Add "list all overloads" tests.
6445
6446 2017-08-22 Tom Tromey <tom@tromey.com>
6447
6448 * gdb.gdb/xfullpath.exp: Remove.
6449
6450 2017-08-21 Pedro Alves <palves@redhat.com>
6451
6452 PR gdb/19487
6453 * gdb.base/symbol-alias.c: New.
6454 * gdb.base/symbol-alias2.c: New.
6455 * gdb.base/symbol-alias.exp: New.
6456
6457 2017-08-21 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/dfp-test.c
6460 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6461 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6462 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6463 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6464 * gdb.base/whatis-ptype-typedefs.c: New.
6465 * gdb.base/whatis-ptype-typedefs.exp: New.
6466 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6467 (an_int, an_int_type, an_int_type2): New globals.
6468 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6469 involving typedefs and cast expressions.
6470 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6471 (lookup_typedefs_function): New.
6472 (typedefs_pretty_printers_dict): New.
6473 (top level): Register lookup_typedefs_function in
6474 gdb.pretty_printers.
6475
6476 2017-08-18 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.server/unittest.exp: New.
6479
6480 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6481
6482 PR gdb/21954
6483 * gdb.base/environ.exp: Add test to check if 'unset environment'
6484 works.
6485
6486 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6487
6488 * lib/gdb.exp (universal_compile_options): New caching proc.
6489 (gdb_compile): Suppress GCC's coloring of messages.
6490
6491 2017-08-14 Tom Tromey <tom@tromey.com>
6492
6493 PR gdb/21675:
6494 * gdb.base/printcmds.exp (test_radices): New function.
6495 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6496 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6497 * lib/gdb.exp (get_integer_valueof): Use p/d.
6498
6499 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6500
6501 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6502 characters.
6503
6504 2017-08-05 Tom Tromey <tom@tromey.com>
6505
6506 * gdb.rust/simple.exp: Allow String to appear in a different
6507 namespace.
6508
6509 2017-07-26 Yao Qi <yao.qi@linaro.org>
6510
6511 * gdb.gdb/unittest.exp: Invoke command
6512 "maintenance check xml-descriptions".
6513
6514 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6515
6516 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6517 calling context.
6518 (hex128): Drop erroneous calculation of parameters.
6519
6520 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6521
6522 * gdb.python/py-unwind.exp: Disable stack protection when
6523 building test file.
6524
6525 2017-07-20 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.base/default.exp (set language): Adjust expected output.
6528
6529 2017-07-20 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6532 (test_minsym): ... this, and make static.
6533 (get_pck__foo__bar__minsym): Rename to ...
6534 (get_test_minsym): ... this.
6535 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6536 symbol names and comments.
6537 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6538 (get_test_minsym): ... this.
6539 (pck__foo__bar__minsym__2): Rename to ...
6540 (test_minsym): ... this.
6541 (main): Adjust.
6542
6543 2017-07-17 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/completion.exp: Adjust expected output.
6546 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6547 the completer works.
6548
6549 2017-07-17 Pedro Alves <palves@redhat.com>
6550
6551 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6552
6553 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6554
6555 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6556
6557 2017-07-14 Tom Tromey <tom@tromey.com>
6558
6559 PR rust/21764:
6560 * gdb.rust/simple.exp: Add tests.
6561
6562 2017-07-14 Tom Tromey <tom@tromey.com>
6563
6564 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6565
6566 2017-07-14 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.linespec/base/one/thefile.cc (z1): New function.
6569 * gdb.linespec/base/two/thefile.cc (z2): New function.
6570 * gdb.linespec/linespec.exp: Add tests.
6571
6572 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6575 to mi_create_breakpoint.
6576
6577 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6580 mi_create_breakpoint.
6581
6582 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6583
6584 * gdb.dlang/demangle.exp: Update for demangling changes.
6585
6586 2017-07-09 Tom Tromey <tom@tromey.com>
6587
6588 * gdb.dwarf2/shortpiece.exp: New file.
6589
6590 2017-07-06 David Blaikie <dblaikie@gmail.com>
6591
6592 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6593 built from fissiont-multi-cu{1,2}.c.
6594 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6595 except putting 'main' and 'func' in separate CUs in the same DWO file.
6596 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6597 test.
6598 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6599 test.
6600
6601 2017-07-06 Pedro Alves <palves@redhat.com>
6602
6603 * gdb.python/py-unwind.exp: Test flushregs.
6604
6605 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6606
6607 PR cli/21688
6608 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6609 tests for alias commands and trailing whitespace.
6610
6611 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6612
6613 PR cli/21688
6614 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6615 procedure. Call it.
6616
6617 2017-06-29 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.base/printcmds.exp: Add tests.
6620
6621 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6622
6623 PR gdb/21337
6624 * gdb.base/reread-readsym.exp: New file.
6625 * gdb.base/reread-readsym.c: New file.
6626
6627 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6628
6629 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6630 subpattern.
6631
6632 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6633
6634 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6635 extended mnemonic.
6636 * gdb.arch/powerpc-power9.s: Likewise.
6637
6638 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6639
6640 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6641 on 32-bit x86 targets. Exploit is_*_target macros where
6642 appropriate.
6643
6644 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6645
6646 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6647 register pieces.
6648
6649 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6650
6651 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6652 located in one or more DWARF pieces.
6653
6654 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6655
6656 * lib/gdb.exp (get_endianness): New proc.
6657 * gdb.arch/aarch64-fp.exp: Use it.
6658 * gdb.arch/altivec-regs.exp: Likewise.
6659 * gdb.arch/e500-regs.exp: Likewise.
6660 * gdb.arch/vsx-regs.exp: Likewise.
6661 * gdb.base/dump.exp: Likewise.
6662 * gdb.base/funcargs.exp: Likewise.
6663 * gdb.base/gnu_vector.exp: Likewise.
6664 * gdb.dwarf2/formdata16.exp: Likewise.
6665 * gdb.dwarf2/implptrpiece.exp: Likewise.
6666 * gdb.dwarf2/nonvar-access.exp: Likewise.
6667 * gdb.python/py-inferior.exp: Likewise.
6668 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6669
6670 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6671
6672 PR gdb/21226
6673 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6674 stack value pieces are taken from the LSB end.
6675
6676 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6677
6678 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6679 variable at nonzero offset.
6680
6681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6682
6683 * gdb.dwarf2/var-access.c: New file.
6684 * gdb.dwarf2/var-access.exp: New test.
6685 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6686
6687 2017-06-12 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.dwarf2/formdata16.exp: Add tests.
6690
6691 2017-06-12 Tom Tromey <tom@tromey.com>
6692
6693 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6694
6695 2017-06-12 Tom Tromey <tom@tromey.com>
6696
6697 PR exp/16225:
6698 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6699 * gdb.arch/vsx-regs.exp: Update tests.
6700 * gdb.arch/s390-vregs.exp (hex128): New proc.
6701 Update test.
6702 * gdb.arch/altivec-regs.exp: Update tests.
6703
6704 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6705
6706 * gdb.base/startup-with-shell.c: New file.
6707 * gdb.base/startup-with-shell.exp: Likewise.
6708
6709 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6710
6711 * gdb.server/non-existing-program.exp: Update regex in order to
6712 reflect the fact that gdbserver is now using fork_inferior (with a
6713 shell) to startup the inferior.
6714
6715 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6716
6717 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6718 support function calls from GDB.
6719
6720 2017-05-21 Tom Tromey <tom@tromey.com>
6721
6722 PR rust/21466:
6723 * gdb.rust/unsized.exp: New file.
6724 * gdb.rust/unsized.rs: New file.
6725
6726 2017-05-19 Tom Tromey <tom@tromey.com>
6727
6728 PR rust/21484:
6729 * gdb.rust/watch.exp: New file.
6730 * gdb.rust/watch.rs: New file.
6731
6732 2017-05-18 Tom Tromey <tom@tromey.com>
6733
6734 * gdb.rust/simple.exp: Allow Box to be qualified.
6735
6736 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6737
6738 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6739
6740 2017-05-18 Pedro Alves <palves@redhat.com>
6741
6742 * gdb.base/fileio.c (test_write, test_read, test_close)
6743 (test_fstat): Don't print 'ret' in the fail path.
6744
6745 2017-05-18 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6748 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6749 (test_system, test_rename, test_unlink, test_time): Change
6750 prototypes.
6751 * gdb.base/fileio.exp (stop_msg): Adjust.
6752
6753 2017-05-18 Pedro Alves <palves@redhat.com>
6754
6755 * gdb.base/fileio.c (null_str): New global.
6756 (test_stat): Use it.
6757 * gdb.base/fileio.exp: Remove nowarnings.
6758
6759 2017-05-17 Yao Qi <yao.qi@linaro.org>
6760
6761 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6762
6763 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6764
6765 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6766 argument command.
6767 (top-level): Invoke test_set_inferior_tty.
6768
6769 2017-05-04 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6772 Add parens to print call for Python 3.
6773
6774 2017-05-03 Keith Seitz <keiths@redhat.com>
6775
6776 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6777 (main): Call it.
6778
6779 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6780
6781 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6782 to prev and next.
6783
6784 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6785
6786 * gdb.python/py-record-btrace.exp: Remove test for
6787 gdb.BtraceInstruction.error.
6788
6789 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6790
6791 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6792
6793 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6794
6795 * gdb.python/py-record-btrace-threads.c: New file.
6796 * gdb.python/py-record-btrace-threads.exp: New file.
6797
6798 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6799
6800 PR testsuite/8595
6801 * gdb.base/environ.exp: Make test available in all architectures.
6802 Move bits related to "info program" testing to
6803 gdb.base/info-program.exp. Rewrite tests to use the two new
6804 procedures mentione below.
6805 (test_set_show_env_var) New procedure.
6806 (test_set_show_env_var_equal): Likewise.
6807 * gdb.base/info-program.exp: New file.
6808
6809 2017-04-27 Keith Seitz <keiths@redhat.com>
6810
6811 * gdb.cp/oranking.cc (test15): New function.
6812 (main): Call test15 and declare additional variables for testing.
6813 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6814 "p foo101('abc')" tests.
6815 Add tests for cv qualifier overloads.
6816 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6817 "lvalue reference overload" test.
6818 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6819 "print value of f1 on Child&& in f2" test.
6820
6821 2017-04-19 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6824 procedure.
6825 (top level): Call it.
6826 * lib/gdb.exp (gdb_define_cmd): New procedure.
6827
6828 2017-04-12 Pedro Alves <palves@redhat.com>
6829
6830 PR gdb/21323
6831 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6832 (wchar): New global.
6833 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6834 (do_test_wide_char, wide_char_types_no_program, top level): Add
6835 wchar_t testing.
6836
6837 2017-04-12 Pedro Alves <palves@redhat.com>
6838
6839 PR c++/21323
6840 * gdb.cp/wide_char_types.c: New file.
6841 * gdb.cp/wide_char_types.exp: New file.
6842
6843 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6844
6845 PR gdb/21352
6846 * gdb.trace/tsv.exp: Add test for "tsave -r".
6847
6848 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6849
6850 * gdb.dlang/watch-loc.c: New file.
6851 * gdb.dlang/watch-loc.exp: New file.
6852
6853 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6854
6855 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6856
6857 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6858
6859 * gdb.arch/arc-analyze-prologue.S: New file.
6860 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6861
6862 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6863
6864 * gdb.arch/arc-decode-insn.S: New file.
6865 * gdb.arch/arc-decode-insn.exp: Likewise.
6866
6867 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6868
6869 PR tdep/20928
6870 * gdb.arch/sparc64-regs.exp: New file.
6871 * gdb.arch/sparc64-regs.S: Likewise.
6872
6873 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6874
6875 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6876 and memory view on Python 3.
6877
6878 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6879 Keith Seitz <keiths@redhat.com>
6880
6881 PR gdb/14441
6882 * gdb.cp/demangle.exp: Add rvalue reference tests.
6883 * gdb.cp/rvalue-ref-casts.cc: New file.
6884 * gdb.cp/rvalue-ref-casts.exp: New file.
6885 * gdb.cp/rvalue-ref-overload.cc: New file.
6886 * gdb.cp/rvalue-ref-overload.exp: New file.
6887 * gdb.cp/rvalue-ref-params.cc: New file.
6888 * gdb.cp/rvalue-ref-params.exp: New file.
6889 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6890 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6891 * gdb.cp/rvalue-ref-types.cc: New file.
6892 * gdb.cp/rvalue-ref-types.exp: New file.
6893 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6894 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6895
6896 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6897
6898 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6899 New procedure.
6900
6901 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6902
6903 * lib/mi-support.exp (mi_gdb_test): Add additional message
6904 for unexpected output.
6905
6906 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6907
6908 * gdb.base/examine-backward.c (Barrier): New character array
6909 constant, to ensure that TestStrings is preceded by a string
6910 terminator.
6911
6912 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6913
6914 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6915 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6916 and implicit pointer into such a location.
6917
6918 2017-03-16 Doug Evans <dje@google.com>
6919
6920 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6921
6922 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6923
6924 * gdb.cp/m-static.exp: Fix expectation for prototype of
6925 test5.single_constructor and single_constructor::single_constructor.
6926
6927 2017-03-16 Doug Evans <dje@google.com>
6928
6929 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6930 * gdb.guile/scm-lazy-string.c: New file.
6931 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6932 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6933 for pointer, array, typedef lazy strings.
6934
6935 2017-03-16 Doug Evans <dje@google.com>
6936
6937 PR python/17728, python/18439, python/18779
6938 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6939 * gdb.python/py-lazy-string.c (pointer): New typedef.
6940 (main): New locals ptr, array, typedef_ptr.
6941 * gdb.python/py-value.exp: Move lazy string tests to ...
6942 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6943 array, typedef lazy strings.
6944
6945 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6946
6947 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6948 Add optional 'test' parameter.
6949
6950 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6951
6952 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6953 Skip for versions of DejaGnu < 1.5.
6954
6955 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * lib/gdb.exp (dejagnu_version): New proc.
6958 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6959 Use dejagnu_version.
6960
6961 2017-03-10 Keith Seitz <keiths@redhat.com>
6962
6963 PR c++/8128
6964 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6965 type from destructor regexps.
6966 Add a branch which actually passes the test.
6967 Adjust "ptype t5i" test names.
6968
6969 2017-03-08 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.base/step-over-exit.exp: Add explicit test message.
6972
6973 2017-03-08 Pedro Alves <palves@redhat.com>
6974
6975 PR gdb/18360
6976 * gdb.threads/interrupt-while-step-over.c: New file.
6977 * gdb.threads/interrupt-while-step-over.exp: New file.
6978
6979 2017-03-08 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6982 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6983
6984 2017-03-08 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6987 PKRU as not supported as a PASS.
6988
6989 2017-03-08 Pedro Alves <palves@redhat.com>
6990
6991 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6992 prefix instead of $binfile1/$binfile2.
6993 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6994 in test message.
6995 * gdb.python/py-completion.exp: Use "load python file" as test
6996 messages instead of unstable path names.
6997
6998 2017-03-08 Pedro Alves <palves@redhat.com>
6999 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 PR cli/21218
7002 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7003 New proc.
7004 (top level): Call it.
7005
7006 2017-03-08 Pedro Alves <palves@redhat.com>
7007
7008 PR tui/21216
7009 * gdb.tui/tui-nl-filtered-output.exp: New file.
7010
7011 2017-03-08 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/completion.exp: Move TUI completion tests to ...
7014 * gdb.tui/completion.exp: ... this new file.
7015
7016 2017-03-08 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/tui-disasm-long-lines.c,
7019 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7020 gdb.base/tui-layout.exp: Move to ...
7021 * gdb.tui/: ... this new directory.
7022
7023 2017-03-07 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.base/tui-layout.c: New file.
7026 * gdb.base/tui-layout.exp: New file.
7027
7028 2017-03-07 Pedro Alves <palves@redhat.com>
7029
7030 * gdb.base/tui-layout.c: Rename to ...
7031 * gdb.base/tui-disasm-long-lines.c: ... this.
7032 * gdb.base/tui-layout.exp: Rename to ...
7033 * gdb.base/tui-disasm-long-lines.exp: ... this.
7034
7035 2017-03-07 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7038
7039 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7040
7041 * i386-mpx-call.c: New file.
7042 * i386-mpx-call.exp: New file.
7043
7044 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7045
7046 * gdb.arch/powerpc-power.exp: Delete test.
7047 * gdb.arch/powerpc-power.s: Likewise.
7048 * gdb.disasm/disassembler-options.exp: New test.
7049 * gdb.arch/powerpc-altivec.exp: Likewise.
7050 * gdb.arch/powerpc-altivec.s: Likewise.
7051 * gdb.arch/powerpc-altivec2.exp: Likewise.
7052 * gdb.arch/powerpc-altivec2.s: Likewise.
7053 * gdb.arch/powerpc-altivec3.exp: Likewise.
7054 * gdb.arch/powerpc-altivec3.s: Likewise.
7055 * gdb.arch/powerpc-power7.exp: Likewise.
7056 * gdb.arch/powerpc-power7.s: Likewise.
7057 * gdb.arch/powerpc-power8.exp: Likewise.
7058 * gdb.arch/powerpc-power8.s: Likewise.
7059 * gdb.arch/powerpc-power9.exp: Likewise.
7060 * gdb.arch/powerpc-power9.s: Likewise.
7061 * gdb.arch/powerpc-vsx.exp: Likewise.
7062 * gdb.arch/powerpc-vsx.s: Likewise.
7063 * gdb.arch/powerpc-vsx2.exp: Likewise.
7064 * gdb.arch/powerpc-vsx2.s: Likewise.
7065 * gdb.arch/powerpc-vsx3.exp: Likewise.
7066 * gdb.arch/powerpc-vsx3.s: Likewise.
7067 * gdb.arch/arm-disassembler-options.exp: Likewise.
7068 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7069 * gdb.arch/s390-disassembler-options.exp: Likewise.
7070
7071 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7072
7073 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7074 (check_supported_features): ... this. Changed return type to void.
7075 (supports_rdseed): New static global.
7076 (rdseed): Check supports_rdseed.
7077 (initialize): Call check_supported_features.
7078
7079 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7080
7081 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7082 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7083 and lqarx/stqcx.
7084 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7085 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7086
7087 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7088
7089 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7090 uppercase.
7091
7092 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7093
7094 * gdb.dwarf2/formdata16.c: New file.
7095 * gdb.dwarf2/formdata16.exp: New file.
7096 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7097
7098 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7099
7100 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7101 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7102 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7103 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7104 DW_AT_GNU_*.
7105
7106 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7107
7108 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7109
7110 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7111
7112 PR gdb/21164
7113 * gdb.base/maint.exp: Add testcases for when the commands do
7114 not have arguments.
7115
7116 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7117
7118 * gdb.cp/chained-calls.exp: Use p instead of P.
7119
7120 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7121
7122 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7123 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7124
7125 2017-02-14 Tom Tromey <tom@tromey.com>
7126
7127 PR python/13598:
7128 * gdb.python/py-events.exp: Add before_prompt event tests.
7129
7130 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7131
7132 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7133
7134 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7135
7136 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7137 (main): Call my_unique_function_name.
7138 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7139 completion of patterns with a single match.
7140 Add missing -re switches to gdb_test_multiple calls.
7141
7142 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7143
7144 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7145 return if core file is not recognized.
7146
7147 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7150 and extra UIs.
7151
7152 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7153
7154 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7155 proc_with_prefix.
7156
7157 2017-02-10 Tom Tromey <tom@tromey.com>
7158
7159 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7160
7161 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7162
7163 PR gdb/21122
7164 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7165
7166 2017-02-08 Jerome Guitton <guitton@adacore.com>
7167
7168 * gdb.base/define.exp: Add test for command abbreviations
7169 in define.
7170
7171 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7172
7173 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7174 * gdb.reverse/insn-reverse-x86.c: New file.
7175
7176 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7177
7178 PR tdep/20936
7179 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7180
7181 2017-02-03 Tom Tromey <tom@tromey.com>
7182
7183 PR rust/21097:
7184 * gdb.rust/simple.exp: Add new tests.
7185
7186 2017-02-02 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7189 tests.
7190
7191 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7192
7193 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7194 taking a 2-byte value out of a 4-byte DWARF implicit value on
7195 big-endian targets.
7196 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7197 logic. Add test cases for DW_OP_implicit.
7198
7199 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7200
7201 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7202
7203 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7204
7205 * gdb.btrace/enable.exp: Call gdb_exit before
7206 skip_gdbserver_tests.
7207
7208 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7209
7210 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7211 GDBFLAGS.
7212
7213 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7214
7215 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7216 the test is skipped.
7217 * gdb.btrace/data.exp: Likewise.
7218 * gdb.btrace/delta.exp: Likewise.
7219 * gdb.btrace/dlopen.exp: Likewise.
7220 * gdb.btrace/enable-running.exp: Likewise.
7221 * gdb.btrace/enable.exp: Likewise.
7222 * gdb.btrace/exception.exp: Likewise.
7223 * gdb.btrace/function_call_history.exp: Likewise.
7224 * gdb.btrace/gcore.exp: Likewise.
7225 * gdb.btrace/instruction_history.exp: Likewise.
7226 * gdb.btrace/multi-thread-step.exp: Likewise.
7227 * gdb.btrace/nohist.exp: Likewise.
7228 * gdb.btrace/non-stop.exp: Likewise.
7229 * gdb.btrace/reconnect.exp: Likewise.
7230 * gdb.btrace/record_goto-step.exp: Likewise.
7231 * gdb.btrace/record_goto.exp: Likewise.
7232 * gdb.btrace/rn-dl-bind.exp: Likewise.
7233 * gdb.btrace/segv.exp: Likewise.
7234 * gdb.btrace/step.exp: Likewise.
7235 * gdb.btrace/stepi.exp: Likewise.
7236 * gdb.btrace/tailcall-only.exp: Likewise.
7237 * gdb.btrace/tailcall.exp: Likewise.
7238 * gdb.btrace/tsx.exp: Likewise.
7239 * gdb.btrace/unknown_functions.exp: Likewise.
7240 * gdb.btrace/vdso.exp: Likewise.
7241
7242 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7243
7244 * gdb.btrace/enable-running.c: New.
7245 * gdb.btrace/enable-running.exp: New.
7246
7247 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7248
7249 * gdb.arch/amd64-gs_base.c: New file.
7250 * gdb.arch/amd64-gs_base.exp: New file.
7251
7252 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7253
7254 * lib/memory.exp: Remove spurious empty newlines.
7255
7256 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7257
7258 * gdb.python/py-bad-printers.exp: Load python file using "source".
7259 * gdb.python/py-events.exp: Likewise.
7260 * gdb.python/py-evsignal.exp: Likewise.
7261 * gdb.python/py-evthreads.exp: Likewise.
7262 * gdb.python/py-frame-args.exp: Likewise.
7263 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7264 * gdb.python/py-framefilter-mi.exp: Likewise.
7265 * gdb.python/py-framefilter.exp: Likewise.
7266 * gdb.python/py-mi.exp: Likewise.
7267 * gdb.python/py-pp-maint.exp: Likewise.
7268 * gdb.python/py-pp-registration.exp: Likewise.
7269 * gdb.python/py-prettyprint.exp: Likewise.
7270 (run_lang_tests): Likewise.
7271 * gdb.python/py-typeprint.exp: Likewise.
7272
7273 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7274
7275 * lib/memory.exp: New file.
7276 * lib/gdb.exp: Load memory.exp.
7277 * gdb.base/memattr.exp (delete_memory): Move proc to
7278 lib/memory.exp and rename to delete_memory_regions.
7279 Replace delete_memory with delete_memory_regions.
7280 Cleanup memory regions before tests.
7281 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7282 before tests.
7283
7284 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7285
7286 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7287 files.
7288 (initialize): New function conditionally defined.
7289 (testcases): Move within conditional block.
7290 (main): Call initialize.
7291 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7292 of gdb.reverse/insn-reverse.c.
7293 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7294 gdb.reverse/insn-reverse.c.
7295
7296 2017-01-26 Yao Qi <yao.qi@linaro.org>
7297
7298 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7299 disassemble on address 0.
7300
7301 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7302 Yao Qi <yao.qi@linaro.org>
7303
7304 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7305 * gdb.dwarf2/implptr-64bit.S: Remove.
7306 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7307 variables in caller's context. Add DW_OP_implicit_value.
7308
7309 2017-01-25 Yao Qi <yao.qi@linaro.org>
7310
7311 * lib/dwarf.exp (Dwarf::_location): Handle
7312 DW_OP_GNU_implicit_pointer with proper size.
7313
7314 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7315
7316 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7317 and add untested calls.
7318
7319 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7320
7321 * gdb.python/python.exp: Check line number against what GDB thinks
7322 the line number is for func1.
7323
7324 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7325
7326 * gdb.dlang/debug-expr.exp: New file.
7327
7328 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7329
7330 Fix test names for the following files:
7331
7332 * gdb.ada/exec_changed.exp
7333 * gdb.ada/info_types.exp
7334 * gdb.arch/aarch64-atomic-inst.exp
7335 * gdb.arch/aarch64-fp.exp
7336 * gdb.arch/altivec-abi.exp
7337 * gdb.arch/altivec-regs.exp
7338 * gdb.arch/amd64-byte.exp
7339 * gdb.arch/amd64-disp-step.exp
7340 * gdb.arch/amd64-dword.exp
7341 * gdb.arch/amd64-entry-value-inline.exp
7342 * gdb.arch/amd64-entry-value-param.exp
7343 * gdb.arch/amd64-entry-value-paramref.exp
7344 * gdb.arch/amd64-entry-value.exp
7345 * gdb.arch/amd64-i386-address.exp
7346 * gdb.arch/amd64-invalid-stack-middle.exp
7347 * gdb.arch/amd64-invalid-stack-top.exp
7348 * gdb.arch/amd64-optimout-repeat.exp
7349 * gdb.arch/amd64-prologue-skip.exp
7350 * gdb.arch/amd64-prologue-xmm.exp
7351 * gdb.arch/amd64-stap-special-operands.exp
7352 * gdb.arch/amd64-stap-wrong-subexp.exp
7353 * gdb.arch/amd64-tailcall-cxx.exp
7354 * gdb.arch/amd64-tailcall-noret.exp
7355 * gdb.arch/amd64-tailcall-ret.exp
7356 * gdb.arch/amd64-tailcall-self.exp
7357 * gdb.arch/amd64-word.exp
7358 * gdb.arch/arm-bl-branch-dest.exp
7359 * gdb.arch/arm-disp-step.exp
7360 * gdb.arch/arm-neon.exp
7361 * gdb.arch/arm-single-step-kernel-helper.exp
7362 * gdb.arch/avr-flash-qualifier.exp
7363 * gdb.arch/disp-step-insn-reloc.exp
7364 * gdb.arch/e500-abi.exp
7365 * gdb.arch/e500-regs.exp
7366 * gdb.arch/ftrace-insn-reloc.exp
7367 * gdb.arch/i386-avx512.exp
7368 * gdb.arch/i386-bp_permanent.exp
7369 * gdb.arch/i386-byte.exp
7370 * gdb.arch/i386-cfi-notcurrent.exp
7371 * gdb.arch/i386-disp-step.exp
7372 * gdb.arch/i386-dr3-watch.exp
7373 * gdb.arch/i386-float.exp
7374 * gdb.arch/i386-gnu-cfi.exp
7375 * gdb.arch/i386-mpx-map.exp
7376 * gdb.arch/i386-mpx-sigsegv.exp
7377 * gdb.arch/i386-mpx-simple_segv.exp
7378 * gdb.arch/i386-mpx.exp
7379 * gdb.arch/i386-permbkpt.exp
7380 * gdb.arch/i386-prologue.exp
7381 * gdb.arch/i386-signal.exp
7382 * gdb.arch/i386-size-overlap.exp
7383 * gdb.arch/i386-unwind.exp
7384 * gdb.arch/i386-word.exp
7385 * gdb.arch/mips-fcr.exp
7386 * gdb.arch/powerpc-d128-regs.exp
7387 * gdb.arch/powerpc-stackless.exp
7388 * gdb.arch/ppc64-atomic-inst.exp
7389 * gdb.arch/s390-stackless.exp
7390 * gdb.arch/s390-tdbregs.exp
7391 * gdb.arch/s390-vregs.exp
7392 * gdb.arch/sparc-sysstep.exp
7393 * gdb.arch/thumb-bx-pc.exp
7394 * gdb.arch/thumb-singlestep.exp
7395 * gdb.arch/thumb2-it.exp
7396 * gdb.arch/vsx-regs.exp
7397 * gdb.asm/asm-source.exp
7398 * gdb.base/a2-run.exp
7399 * gdb.base/advance.exp
7400 * gdb.base/all-bin.exp
7401 * gdb.base/anon.exp
7402 * gdb.base/args.exp
7403 * gdb.base/arithmet.exp
7404 * gdb.base/async-shell.exp
7405 * gdb.base/async.exp
7406 * gdb.base/attach-pie-noexec.exp
7407 * gdb.base/attach-twice.exp
7408 * gdb.base/auto-load.exp
7409 * gdb.base/bang.exp
7410 * gdb.base/bitfields.exp
7411 * gdb.base/break-always.exp
7412 * gdb.base/break-caller-line.exp
7413 * gdb.base/break-entry.exp
7414 * gdb.base/break-inline.exp
7415 * gdb.base/break-on-linker-gcd-function.exp
7416 * gdb.base/break-probes.exp
7417 * gdb.base/break.exp
7418 * gdb.base/breakpoint-shadow.exp
7419 * gdb.base/call-ar-st.exp
7420 * gdb.base/call-sc.exp
7421 * gdb.base/call-signal-resume.exp
7422 * gdb.base/call-strs.exp
7423 * gdb.base/callfuncs.exp
7424 * gdb.base/catch-fork-static.exp
7425 * gdb.base/catch-gdb-caused-signals.exp
7426 * gdb.base/catch-load.exp
7427 * gdb.base/catch-signal-fork.exp
7428 * gdb.base/catch-signal.exp
7429 * gdb.base/catch-syscall.exp
7430 * gdb.base/charset.exp
7431 * gdb.base/checkpoint.exp
7432 * gdb.base/chng-syms.exp
7433 * gdb.base/code-expr.exp
7434 * gdb.base/code_elim.exp
7435 * gdb.base/commands.exp
7436 * gdb.base/completion.exp
7437 * gdb.base/complex.exp
7438 * gdb.base/cond-expr.exp
7439 * gdb.base/condbreak.exp
7440 * gdb.base/consecutive.exp
7441 * gdb.base/continue-all-already-running.exp
7442 * gdb.base/coredump-filter.exp
7443 * gdb.base/corefile.exp
7444 * gdb.base/dbx.exp
7445 * gdb.base/debug-expr.exp
7446 * gdb.base/define.exp
7447 * gdb.base/del.exp
7448 * gdb.base/disabled-location.exp
7449 * gdb.base/disasm-end-cu.exp
7450 * gdb.base/disasm-optim.exp
7451 * gdb.base/display.exp
7452 * gdb.base/duplicate-bp.exp
7453 * gdb.base/ena-dis-br.exp
7454 * gdb.base/ending-run.exp
7455 * gdb.base/enumval.exp
7456 * gdb.base/environ.exp
7457 * gdb.base/eu-strip-infcall.exp
7458 * gdb.base/eval-avoid-side-effects.exp
7459 * gdb.base/eval-skip.exp
7460 * gdb.base/exitsignal.exp
7461 * gdb.base/expand-psymtabs.exp
7462 * gdb.base/filesym.exp
7463 * gdb.base/find-unmapped.exp
7464 * gdb.base/finish.exp
7465 * gdb.base/float.exp
7466 * gdb.base/foll-exec-mode.exp
7467 * gdb.base/foll-exec.exp
7468 * gdb.base/foll-fork.exp
7469 * gdb.base/fortran-sym-case.exp
7470 * gdb.base/freebpcmd.exp
7471 * gdb.base/func-ptr.exp
7472 * gdb.base/func-ptrs.exp
7473 * gdb.base/funcargs.exp
7474 * gdb.base/gcore-buffer-overflow.exp
7475 * gdb.base/gcore-relro-pie.exp
7476 * gdb.base/gcore-relro.exp
7477 * gdb.base/gcore.exp
7478 * gdb.base/gdb1090.exp
7479 * gdb.base/gdb11530.exp
7480 * gdb.base/gdb11531.exp
7481 * gdb.base/gdb1821.exp
7482 * gdb.base/gdbindex-stabs.exp
7483 * gdb.base/gdbvars.exp
7484 * gdb.base/hbreak.exp
7485 * gdb.base/hbreak2.exp
7486 * gdb.base/included.exp
7487 * gdb.base/infcall-input.exp
7488 * gdb.base/inferior-died.exp
7489 * gdb.base/infnan.exp
7490 * gdb.base/info-macros.exp
7491 * gdb.base/info-os.exp
7492 * gdb.base/info-proc.exp
7493 * gdb.base/info-shared.exp
7494 * gdb.base/info-target.exp
7495 * gdb.base/infoline.exp
7496 * gdb.base/interp.exp
7497 * gdb.base/interrupt.exp
7498 * gdb.base/jit-reader.exp
7499 * gdb.base/jit-simple.exp
7500 * gdb.base/kill-after-signal.exp
7501 * gdb.base/kill-detach-inferiors-cmd.exp
7502 * gdb.base/label.exp
7503 * gdb.base/langs.exp
7504 * gdb.base/ldbl_e308.exp
7505 * gdb.base/line-symtabs.exp
7506 * gdb.base/linespecs.exp
7507 * gdb.base/list.exp
7508 * gdb.base/long_long.exp
7509 * gdb.base/longest-types.exp
7510 * gdb.base/maint.exp
7511 * gdb.base/max-value-size.exp
7512 * gdb.base/memattr.exp
7513 * gdb.base/mips_pro.exp
7514 * gdb.base/morestack.exp
7515 * gdb.base/moribund-step.exp
7516 * gdb.base/multi-forks.exp
7517 * gdb.base/nested-addr.exp
7518 * gdb.base/nextoverexit.exp
7519 * gdb.base/noreturn-finish.exp
7520 * gdb.base/noreturn-return.exp
7521 * gdb.base/nostdlib.exp
7522 * gdb.base/offsets.exp
7523 * gdb.base/opaque.exp
7524 * gdb.base/pc-fp.exp
7525 * gdb.base/permissions.exp
7526 * gdb.base/print-symbol-loading.exp
7527 * gdb.base/prologue-include.exp
7528 * gdb.base/psymtab.exp
7529 * gdb.base/ptype.exp
7530 * gdb.base/random-signal.exp
7531 * gdb.base/randomize.exp
7532 * gdb.base/range-stepping.exp
7533 * gdb.base/readline-ask.exp
7534 * gdb.base/recpar.exp
7535 * gdb.base/recurse.exp
7536 * gdb.base/relational.exp
7537 * gdb.base/restore.exp
7538 * gdb.base/return-nodebug.exp
7539 * gdb.base/return.exp
7540 * gdb.base/run-after-attach.exp
7541 * gdb.base/save-bp.exp
7542 * gdb.base/scope.exp
7543 * gdb.base/sect-cmd.exp
7544 * gdb.base/set-lang-auto.exp
7545 * gdb.base/set-noassign.exp
7546 * gdb.base/setvar.exp
7547 * gdb.base/sigall.exp
7548 * gdb.base/sigbpt.exp
7549 * gdb.base/siginfo-addr.exp
7550 * gdb.base/siginfo-infcall.exp
7551 * gdb.base/siginfo-obj.exp
7552 * gdb.base/siginfo.exp
7553 * gdb.base/signals-state-child.exp
7554 * gdb.base/signest.exp
7555 * gdb.base/sigstep.exp
7556 * gdb.base/sizeof.exp
7557 * gdb.base/skip.exp
7558 * gdb.base/solib-corrupted.exp
7559 * gdb.base/solib-nodir.exp
7560 * gdb.base/solib-search.exp
7561 * gdb.base/stack-checking.exp
7562 * gdb.base/stale-infcall.exp
7563 * gdb.base/stap-probe.exp
7564 * gdb.base/start.exp
7565 * gdb.base/step-break.exp
7566 * gdb.base/step-bt.exp
7567 * gdb.base/step-line.exp
7568 * gdb.base/step-over-exit.exp
7569 * gdb.base/step-over-syscall.exp
7570 * gdb.base/step-resume-infcall.exp
7571 * gdb.base/step-test.exp
7572 * gdb.base/store.exp
7573 * gdb.base/structs3.exp
7574 * gdb.base/sym-file.exp
7575 * gdb.base/symbol-without-target_section.exp
7576 * gdb.base/term.exp
7577 * gdb.base/testenv.exp
7578 * gdb.base/ui-redirect.exp
7579 * gdb.base/until.exp
7580 * gdb.base/unwindonsignal.exp
7581 * gdb.base/value-double-free.exp
7582 * gdb.base/vla-datatypes.exp
7583 * gdb.base/vla-ptr.exp
7584 * gdb.base/vla-sideeffect.exp
7585 * gdb.base/volatile.exp
7586 * gdb.base/watch-cond-infcall.exp
7587 * gdb.base/watch-cond.exp
7588 * gdb.base/watch-non-mem.exp
7589 * gdb.base/watch-read.exp
7590 * gdb.base/watch-vfork.exp
7591 * gdb.base/watchpoint-cond-gone.exp
7592 * gdb.base/watchpoint-delete.exp
7593 * gdb.base/watchpoint-hw-hit-once.exp
7594 * gdb.base/watchpoint-hw.exp
7595 * gdb.base/watchpoint-stops-at-right-insn.exp
7596 * gdb.base/watchpoints.exp
7597 * gdb.base/wchar.exp
7598 * gdb.base/whatis-exp.exp
7599 * gdb.btrace/buffer-size.exp
7600 * gdb.btrace/data.exp
7601 * gdb.btrace/delta.exp
7602 * gdb.btrace/dlopen.exp
7603 * gdb.btrace/enable.exp
7604 * gdb.btrace/exception.exp
7605 * gdb.btrace/function_call_history.exp
7606 * gdb.btrace/gcore.exp
7607 * gdb.btrace/instruction_history.exp
7608 * gdb.btrace/nohist.exp
7609 * gdb.btrace/reconnect.exp
7610 * gdb.btrace/record_goto-step.exp
7611 * gdb.btrace/record_goto.exp
7612 * gdb.btrace/rn-dl-bind.exp
7613 * gdb.btrace/segv.exp
7614 * gdb.btrace/step.exp
7615 * gdb.btrace/stepi.exp
7616 * gdb.btrace/tailcall-only.exp
7617 * gdb.btrace/tailcall.exp
7618 * gdb.btrace/tsx.exp
7619 * gdb.btrace/unknown_functions.exp
7620 * gdb.btrace/vdso.exp
7621 * gdb.compile/compile-ifunc.exp
7622 * gdb.compile/compile-ops.exp
7623 * gdb.compile/compile-print.exp
7624 * gdb.compile/compile-setjmp.exp
7625 * gdb.cp/abstract-origin.exp
7626 * gdb.cp/ambiguous.exp
7627 * gdb.cp/annota2.exp
7628 * gdb.cp/annota3.exp
7629 * gdb.cp/anon-ns.exp
7630 * gdb.cp/anon-struct.exp
7631 * gdb.cp/anon-union.exp
7632 * gdb.cp/arg-reference.exp
7633 * gdb.cp/baseenum.exp
7634 * gdb.cp/bool.exp
7635 * gdb.cp/breakpoint.exp
7636 * gdb.cp/bs15503.exp
7637 * gdb.cp/call-c.exp
7638 * gdb.cp/casts.exp
7639 * gdb.cp/chained-calls.exp
7640 * gdb.cp/class2.exp
7641 * gdb.cp/classes.exp
7642 * gdb.cp/cmpd-minsyms.exp
7643 * gdb.cp/converts.exp
7644 * gdb.cp/cp-relocate.exp
7645 * gdb.cp/cpcompletion.exp
7646 * gdb.cp/cpexprs.exp
7647 * gdb.cp/cplabel.exp
7648 * gdb.cp/cplusfuncs.exp
7649 * gdb.cp/cpsizeof.exp
7650 * gdb.cp/ctti.exp
7651 * gdb.cp/derivation.exp
7652 * gdb.cp/destrprint.exp
7653 * gdb.cp/dispcxx.exp
7654 * gdb.cp/enum-class.exp
7655 * gdb.cp/exception.exp
7656 * gdb.cp/exceptprint.exp
7657 * gdb.cp/expand-psymtabs-cxx.exp
7658 * gdb.cp/expand-sals.exp
7659 * gdb.cp/extern-c.exp
7660 * gdb.cp/filename.exp
7661 * gdb.cp/formatted-ref.exp
7662 * gdb.cp/fpointer.exp
7663 * gdb.cp/gdb1355.exp
7664 * gdb.cp/gdb2495.exp
7665 * gdb.cp/hang.exp
7666 * gdb.cp/impl-this.exp
7667 * gdb.cp/infcall-dlopen.exp
7668 * gdb.cp/inherit.exp
7669 * gdb.cp/iostream.exp
7670 * gdb.cp/koenig.exp
7671 * gdb.cp/local.exp
7672 * gdb.cp/m-data.exp
7673 * gdb.cp/m-static.exp
7674 * gdb.cp/mb-ctor.exp
7675 * gdb.cp/mb-inline.exp
7676 * gdb.cp/mb-templates.exp
7677 * gdb.cp/member-name.exp
7678 * gdb.cp/member-ptr.exp
7679 * gdb.cp/meth-typedefs.exp
7680 * gdb.cp/method.exp
7681 * gdb.cp/method2.exp
7682 * gdb.cp/minsym-fallback.exp
7683 * gdb.cp/misc.exp
7684 * gdb.cp/namelessclass.exp
7685 * gdb.cp/namespace-enum.exp
7686 * gdb.cp/namespace-nested-import.exp
7687 * gdb.cp/namespace.exp
7688 * gdb.cp/nextoverthrow.exp
7689 * gdb.cp/no-dmgl-verbose.exp
7690 * gdb.cp/non-trivial-retval.exp
7691 * gdb.cp/noparam.exp
7692 * gdb.cp/nsdecl.exp
7693 * gdb.cp/nsimport.exp
7694 * gdb.cp/nsnested.exp
7695 * gdb.cp/nsnoimports.exp
7696 * gdb.cp/nsrecurs.exp
7697 * gdb.cp/nsstress.exp
7698 * gdb.cp/nsusing.exp
7699 * gdb.cp/operator.exp
7700 * gdb.cp/oranking.exp
7701 * gdb.cp/overload-const.exp
7702 * gdb.cp/overload.exp
7703 * gdb.cp/ovldbreak.exp
7704 * gdb.cp/ovsrch.exp
7705 * gdb.cp/paren-type.exp
7706 * gdb.cp/parse-lang.exp
7707 * gdb.cp/pass-by-ref.exp
7708 * gdb.cp/pr-1023.exp
7709 * gdb.cp/pr-1210.exp
7710 * gdb.cp/pr-574.exp
7711 * gdb.cp/pr10687.exp
7712 * gdb.cp/pr12028.exp
7713 * gdb.cp/pr17132.exp
7714 * gdb.cp/pr17494.exp
7715 * gdb.cp/pr9067.exp
7716 * gdb.cp/pr9167.exp
7717 * gdb.cp/pr9631.exp
7718 * gdb.cp/printmethod.exp
7719 * gdb.cp/psmang.exp
7720 * gdb.cp/psymtab-parameter.exp
7721 * gdb.cp/ptype-cv-cp.exp
7722 * gdb.cp/ptype-flags.exp
7723 * gdb.cp/re-set-overloaded.exp
7724 * gdb.cp/ref-types.exp
7725 * gdb.cp/rtti.exp
7726 * gdb.cp/scope-err.exp
7727 * gdb.cp/shadow.exp
7728 * gdb.cp/smartp.exp
7729 * gdb.cp/static-method.exp
7730 * gdb.cp/static-print-quit.exp
7731 * gdb.cp/temargs.exp
7732 * gdb.cp/templates.exp
7733 * gdb.cp/try_catch.exp
7734 * gdb.cp/typedef-operator.exp
7735 * gdb.cp/typeid.exp
7736 * gdb.cp/userdef.exp
7737 * gdb.cp/using-crash.exp
7738 * gdb.cp/var-tag.exp
7739 * gdb.cp/virtbase.exp
7740 * gdb.cp/virtfunc.exp
7741 * gdb.cp/virtfunc2.exp
7742 * gdb.cp/vla-cxx.exp
7743 * gdb.disasm/t01_mov.exp
7744 * gdb.disasm/t02_mova.exp
7745 * gdb.disasm/t03_add.exp
7746 * gdb.disasm/t04_sub.exp
7747 * gdb.disasm/t05_cmp.exp
7748 * gdb.disasm/t06_ari2.exp
7749 * gdb.disasm/t07_ari3.exp
7750 * gdb.disasm/t08_or.exp
7751 * gdb.disasm/t09_xor.exp
7752 * gdb.disasm/t10_and.exp
7753 * gdb.disasm/t11_logs.exp
7754 * gdb.disasm/t12_bit.exp
7755 * gdb.disasm/t13_otr.exp
7756 * gdb.dlang/circular.exp
7757 * gdb.dwarf2/arr-stride.exp
7758 * gdb.dwarf2/arr-subrange.exp
7759 * gdb.dwarf2/atomic-type.exp
7760 * gdb.dwarf2/bad-regnum.exp
7761 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7762 * gdb.dwarf2/callframecfa.exp
7763 * gdb.dwarf2/clztest.exp
7764 * gdb.dwarf2/corrupt.exp
7765 * gdb.dwarf2/data-loc.exp
7766 * gdb.dwarf2/dup-psym.exp
7767 * gdb.dwarf2/dw2-anon-mptr.exp
7768 * gdb.dwarf2/dw2-anonymous-func.exp
7769 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7770 * gdb.dwarf2/dw2-bad-unresolved.exp
7771 * gdb.dwarf2/dw2-basic.exp
7772 * gdb.dwarf2/dw2-canonicalize-type.exp
7773 * gdb.dwarf2/dw2-case-insensitive.exp
7774 * gdb.dwarf2/dw2-common-block.exp
7775 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7776 * gdb.dwarf2/dw2-compressed.exp
7777 * gdb.dwarf2/dw2-const.exp
7778 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7779 * gdb.dwarf2/dw2-cu-size.exp
7780 * gdb.dwarf2/dw2-dup-frame.exp
7781 * gdb.dwarf2/dw2-entry-value.exp
7782 * gdb.dwarf2/dw2-icycle.exp
7783 * gdb.dwarf2/dw2-ifort-parameter.exp
7784 * gdb.dwarf2/dw2-inline-break.exp
7785 * gdb.dwarf2/dw2-inline-param.exp
7786 * gdb.dwarf2/dw2-intercu.exp
7787 * gdb.dwarf2/dw2-intermix.exp
7788 * gdb.dwarf2/dw2-lexical-block-bare.exp
7789 * gdb.dwarf2/dw2-linkage-name-trust.exp
7790 * gdb.dwarf2/dw2-minsym-in-cu.exp
7791 * gdb.dwarf2/dw2-noloc.exp
7792 * gdb.dwarf2/dw2-op-call.exp
7793 * gdb.dwarf2/dw2-op-out-param.exp
7794 * gdb.dwarf2/dw2-opt-structptr.exp
7795 * gdb.dwarf2/dw2-param-error.exp
7796 * gdb.dwarf2/dw2-producer.exp
7797 * gdb.dwarf2/dw2-ranges-base.exp
7798 * gdb.dwarf2/dw2-ref-missing-frame.exp
7799 * gdb.dwarf2/dw2-reg-undefined.exp
7800 * gdb.dwarf2/dw2-regno-invalid.exp
7801 * gdb.dwarf2/dw2-restore.exp
7802 * gdb.dwarf2/dw2-restrict.exp
7803 * gdb.dwarf2/dw2-single-line-discriminators.exp
7804 * gdb.dwarf2/dw2-strp.exp
7805 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7806 * gdb.dwarf2/dw2-unresolved.exp
7807 * gdb.dwarf2/dw2-var-zero-addr.exp
7808 * gdb.dwarf2/dw4-sig-types.exp
7809 * gdb.dwarf2/dwz.exp
7810 * gdb.dwarf2/dynarr-ptr.exp
7811 * gdb.dwarf2/enum-type.exp
7812 * gdb.dwarf2/gdb-index.exp
7813 * gdb.dwarf2/implptr-64bit.exp
7814 * gdb.dwarf2/implptr-optimized-out.exp
7815 * gdb.dwarf2/implptr.exp
7816 * gdb.dwarf2/implref-array.exp
7817 * gdb.dwarf2/implref-const.exp
7818 * gdb.dwarf2/implref-global.exp
7819 * gdb.dwarf2/implref-struct.exp
7820 * gdb.dwarf2/mac-fileno.exp
7821 * gdb.dwarf2/main-subprogram.exp
7822 * gdb.dwarf2/member-ptr-forwardref.exp
7823 * gdb.dwarf2/method-ptr.exp
7824 * gdb.dwarf2/missing-sig-type.exp
7825 * gdb.dwarf2/nonvar-access.exp
7826 * gdb.dwarf2/opaque-type-lookup.exp
7827 * gdb.dwarf2/pieces-optimized-out.exp
7828 * gdb.dwarf2/pieces.exp
7829 * gdb.dwarf2/pr10770.exp
7830 * gdb.dwarf2/pr13961.exp
7831 * gdb.dwarf2/staticvirtual.exp
7832 * gdb.dwarf2/subrange.exp
7833 * gdb.dwarf2/symtab-producer.exp
7834 * gdb.dwarf2/trace-crash.exp
7835 * gdb.dwarf2/typeddwarf.exp
7836 * gdb.dwarf2/valop.exp
7837 * gdb.dwarf2/watch-notconst.exp
7838 * gdb.fortran/array-element.exp
7839 * gdb.fortran/charset.exp
7840 * gdb.fortran/common-block.exp
7841 * gdb.fortran/complex.exp
7842 * gdb.fortran/derived-type-function.exp
7843 * gdb.fortran/derived-type.exp
7844 * gdb.fortran/logical.exp
7845 * gdb.fortran/module.exp
7846 * gdb.fortran/multi-dim.exp
7847 * gdb.fortran/nested-funcs.exp
7848 * gdb.fortran/print-formatted.exp
7849 * gdb.fortran/subarray.exp
7850 * gdb.fortran/vla-alloc-assoc.exp
7851 * gdb.fortran/vla-datatypes.exp
7852 * gdb.fortran/vla-history.exp
7853 * gdb.fortran/vla-ptr-info.exp
7854 * gdb.fortran/vla-ptype-sub.exp
7855 * gdb.fortran/vla-ptype.exp
7856 * gdb.fortran/vla-sizeof.exp
7857 * gdb.fortran/vla-type.exp
7858 * gdb.fortran/vla-value-sub-arbitrary.exp
7859 * gdb.fortran/vla-value-sub-finish.exp
7860 * gdb.fortran/vla-value-sub.exp
7861 * gdb.fortran/vla-value.exp
7862 * gdb.fortran/whatis_type.exp
7863 * gdb.go/chan.exp
7864 * gdb.go/handcall.exp
7865 * gdb.go/hello.exp
7866 * gdb.go/integers.exp
7867 * gdb.go/methods.exp
7868 * gdb.go/package.exp
7869 * gdb.go/strings.exp
7870 * gdb.go/types.exp
7871 * gdb.go/unsafe.exp
7872 * gdb.guile/scm-arch.exp
7873 * gdb.guile/scm-block.exp
7874 * gdb.guile/scm-breakpoint.exp
7875 * gdb.guile/scm-cmd.exp
7876 * gdb.guile/scm-disasm.exp
7877 * gdb.guile/scm-equal.exp
7878 * gdb.guile/scm-frame-args.exp
7879 * gdb.guile/scm-frame-inline.exp
7880 * gdb.guile/scm-frame.exp
7881 * gdb.guile/scm-iterator.exp
7882 * gdb.guile/scm-math.exp
7883 * gdb.guile/scm-objfile.exp
7884 * gdb.guile/scm-ports.exp
7885 * gdb.guile/scm-symbol.exp
7886 * gdb.guile/scm-symtab.exp
7887 * gdb.guile/scm-value-cc.exp
7888 * gdb.guile/types-module.exp
7889 * gdb.linespec/break-ask.exp
7890 * gdb.linespec/cpexplicit.exp
7891 * gdb.linespec/explicit.exp
7892 * gdb.linespec/keywords.exp
7893 * gdb.linespec/linespec.exp
7894 * gdb.linespec/ls-dollar.exp
7895 * gdb.linespec/ls-errs.exp
7896 * gdb.linespec/skip-two.exp
7897 * gdb.linespec/thread.exp
7898 * gdb.mi/mi-async.exp
7899 * gdb.mi/mi-basics.exp
7900 * gdb.mi/mi-break.exp
7901 * gdb.mi/mi-catch-load.exp
7902 * gdb.mi/mi-cli.exp
7903 * gdb.mi/mi-cmd-param-changed.exp
7904 * gdb.mi/mi-console.exp
7905 * gdb.mi/mi-detach.exp
7906 * gdb.mi/mi-disassemble.exp
7907 * gdb.mi/mi-eval.exp
7908 * gdb.mi/mi-file-transfer.exp
7909 * gdb.mi/mi-file.exp
7910 * gdb.mi/mi-fill-memory.exp
7911 * gdb.mi/mi-inheritance-syntax-error.exp
7912 * gdb.mi/mi-linespec-err-cp.exp
7913 * gdb.mi/mi-logging.exp
7914 * gdb.mi/mi-memory-changed.exp
7915 * gdb.mi/mi-read-memory.exp
7916 * gdb.mi/mi-record-changed.exp
7917 * gdb.mi/mi-reg-undefined.exp
7918 * gdb.mi/mi-regs.exp
7919 * gdb.mi/mi-return.exp
7920 * gdb.mi/mi-reverse.exp
7921 * gdb.mi/mi-simplerun.exp
7922 * gdb.mi/mi-solib.exp
7923 * gdb.mi/mi-stack.exp
7924 * gdb.mi/mi-stepi.exp
7925 * gdb.mi/mi-syn-frame.exp
7926 * gdb.mi/mi-until.exp
7927 * gdb.mi/mi-var-block.exp
7928 * gdb.mi/mi-var-child.exp
7929 * gdb.mi/mi-var-cmd.exp
7930 * gdb.mi/mi-var-cp.exp
7931 * gdb.mi/mi-var-display.exp
7932 * gdb.mi/mi-var-invalidate.exp
7933 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7934 * gdb.mi/mi-vla-fortran.exp
7935 * gdb.mi/mi-watch.exp
7936 * gdb.mi/mi2-var-child.exp
7937 * gdb.mi/user-selected-context-sync.exp
7938 * gdb.modula2/unbounded-array.exp
7939 * gdb.multi/dummy-frame-restore.exp
7940 * gdb.multi/multi-arch-exec.exp
7941 * gdb.multi/multi-arch.exp
7942 * gdb.multi/tids.exp
7943 * gdb.multi/watchpoint-multi.exp
7944 * gdb.opencl/callfuncs.exp
7945 * gdb.opencl/convs_casts.exp
7946 * gdb.opencl/datatypes.exp
7947 * gdb.opencl/operators.exp
7948 * gdb.opencl/vec_comps.exp
7949 * gdb.opt/clobbered-registers-O2.exp
7950 * gdb.opt/inline-break.exp
7951 * gdb.opt/inline-bt.exp
7952 * gdb.opt/inline-cmds.exp
7953 * gdb.opt/inline-locals.exp
7954 * gdb.pascal/case-insensitive-symbols.exp
7955 * gdb.pascal/floats.exp
7956 * gdb.pascal/gdb11492.exp
7957 * gdb.python/lib-types.exp
7958 * gdb.python/py-arch.exp
7959 * gdb.python/py-as-string.exp
7960 * gdb.python/py-bad-printers.exp
7961 * gdb.python/py-block.exp
7962 * gdb.python/py-breakpoint-create-fail.exp
7963 * gdb.python/py-breakpoint.exp
7964 * gdb.python/py-caller-is.exp
7965 * gdb.python/py-cmd.exp
7966 * gdb.python/py-explore-cc.exp
7967 * gdb.python/py-explore.exp
7968 * gdb.python/py-finish-breakpoint.exp
7969 * gdb.python/py-finish-breakpoint2.exp
7970 * gdb.python/py-frame-args.exp
7971 * gdb.python/py-frame-inline.exp
7972 * gdb.python/py-frame.exp
7973 * gdb.python/py-framefilter-mi.exp
7974 * gdb.python/py-infthread.exp
7975 * gdb.python/py-lazy-string.exp
7976 * gdb.python/py-linetable.exp
7977 * gdb.python/py-mi-events.exp
7978 * gdb.python/py-mi-objfile.exp
7979 * gdb.python/py-mi.exp
7980 * gdb.python/py-objfile.exp
7981 * gdb.python/py-pp-integral.exp
7982 * gdb.python/py-pp-maint.exp
7983 * gdb.python/py-pp-re-notag.exp
7984 * gdb.python/py-pp-registration.exp
7985 * gdb.python/py-recurse-unwind.exp
7986 * gdb.python/py-strfns.exp
7987 * gdb.python/py-symbol.exp
7988 * gdb.python/py-symtab.exp
7989 * gdb.python/py-sync-interp.exp
7990 * gdb.python/py-typeprint.exp
7991 * gdb.python/py-unwind-maint.exp
7992 * gdb.python/py-unwind.exp
7993 * gdb.python/py-value-cc.exp
7994 * gdb.python/py-xmethods.exp
7995 * gdb.reverse/amd64-tailcall-reverse.exp
7996 * gdb.reverse/break-precsave.exp
7997 * gdb.reverse/break-reverse.exp
7998 * gdb.reverse/consecutive-precsave.exp
7999 * gdb.reverse/consecutive-reverse.exp
8000 * gdb.reverse/finish-precsave.exp
8001 * gdb.reverse/finish-reverse-bkpt.exp
8002 * gdb.reverse/finish-reverse.exp
8003 * gdb.reverse/fstatat-reverse.exp
8004 * gdb.reverse/getresuid-reverse.exp
8005 * gdb.reverse/i386-precsave.exp
8006 * gdb.reverse/i386-reverse.exp
8007 * gdb.reverse/i386-sse-reverse.exp
8008 * gdb.reverse/i387-env-reverse.exp
8009 * gdb.reverse/i387-stack-reverse.exp
8010 * gdb.reverse/insn-reverse.exp
8011 * gdb.reverse/machinestate-precsave.exp
8012 * gdb.reverse/machinestate.exp
8013 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8014 * gdb.reverse/pipe-reverse.exp
8015 * gdb.reverse/readv-reverse.exp
8016 * gdb.reverse/recvmsg-reverse.exp
8017 * gdb.reverse/rerun-prec.exp
8018 * gdb.reverse/s390-mvcle.exp
8019 * gdb.reverse/step-precsave.exp
8020 * gdb.reverse/step-reverse.exp
8021 * gdb.reverse/time-reverse.exp
8022 * gdb.reverse/until-precsave.exp
8023 * gdb.reverse/until-reverse.exp
8024 * gdb.reverse/waitpid-reverse.exp
8025 * gdb.reverse/watch-precsave.exp
8026 * gdb.reverse/watch-reverse.exp
8027 * gdb.rust/generics.exp
8028 * gdb.rust/methods.exp
8029 * gdb.rust/modules.exp
8030 * gdb.rust/simple.exp
8031 * gdb.server/connect-with-no-symbol-file.exp
8032 * gdb.server/ext-attach.exp
8033 * gdb.server/ext-restart.exp
8034 * gdb.server/ext-wrapper.exp
8035 * gdb.server/file-transfer.exp
8036 * gdb.server/server-exec-info.exp
8037 * gdb.server/server-kill.exp
8038 * gdb.server/server-mon.exp
8039 * gdb.server/wrapper.exp
8040 * gdb.stabs/exclfwd.exp
8041 * gdb.stabs/gdb11479.exp
8042 * gdb.threads/clone-new-thread-event.exp
8043 * gdb.threads/corethreads.exp
8044 * gdb.threads/current-lwp-dead.exp
8045 * gdb.threads/dlopen-libpthread.exp
8046 * gdb.threads/gcore-thread.exp
8047 * gdb.threads/sigstep-threads.exp
8048 * gdb.threads/watchpoint-fork.exp
8049 * gdb.trace/actions-changed.exp
8050 * gdb.trace/backtrace.exp
8051 * gdb.trace/change-loc.exp
8052 * gdb.trace/circ.exp
8053 * gdb.trace/collection.exp
8054 * gdb.trace/disconnected-tracing.exp
8055 * gdb.trace/ftrace.exp
8056 * gdb.trace/mi-trace-frame-collected.exp
8057 * gdb.trace/mi-trace-unavailable.exp
8058 * gdb.trace/mi-traceframe-changed.exp
8059 * gdb.trace/mi-tsv-changed.exp
8060 * gdb.trace/no-attach-trace.exp
8061 * gdb.trace/passc-dyn.exp
8062 * gdb.trace/qtro.exp
8063 * gdb.trace/range-stepping.exp
8064 * gdb.trace/read-memory.exp
8065 * gdb.trace/save-trace.exp
8066 * gdb.trace/signal.exp
8067 * gdb.trace/status-stop.exp
8068 * gdb.trace/tfile.exp
8069 * gdb.trace/trace-break.exp
8070 * gdb.trace/trace-buffer-size.exp
8071 * gdb.trace/trace-condition.exp
8072 * gdb.trace/tracefile-pseudo-reg.exp
8073 * gdb.trace/tstatus.exp
8074 * gdb.trace/unavailable.exp
8075 * gdb.trace/while-dyn.exp
8076 * gdb.trace/while-stepping.exp
8077
8078 2016-12-22 Doug Evans <xdje42@gmail.com>
8079
8080 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8081 and msymbols.
8082
8083 2016-12-19 Yao Qi <yao.qi@linaro.org>
8084
8085 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8086 (test_with_self): Don't call do_steps_and_nexts, and remove
8087 code about stepping into xmalloc.
8088
8089 2016-12-09 Yao Qi <yao.qi@linaro.org>
8090
8091 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8092
8093 2016-12-09 Yao Qi <yao.qi@linaro.org>
8094
8095 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8096
8097 2016-12-09 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/all-architectures-0.exp: New file.
8100 * gdb.base/all-architectures-1.exp: New file.
8101 * gdb.base/all-architectures-2.exp: New file.
8102 * gdb.base/all-architectures-3.exp: New file.
8103 * gdb.base/all-architectures-4.exp: New file.
8104 * gdb.base/all-architectures-5.exp: New file.
8105 * gdb.base/all-architectures-6.exp: New file.
8106 * gdb.base/all-architectures-7.exp: New file.
8107 * gdb.base/all-architectures.exp.in: New file.
8108
8109 2016-12-09 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8112
8113 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8114
8115 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8116 possible.
8117 Remove useless pattern-matching code.
8118
8119 2016-12-02 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8122 procedure.
8123 (top level): Call it.
8124
8125 2016-12-02 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8128 New procedure.
8129 (top level): Call it.
8130
8131 2016-12-02 Pedro Alves <palves@redhat.com>
8132
8133 PR cli/20559
8134 * gdb.base/commands.exp (user_defined_command_args_eval): New
8135 procedure.
8136 (top level): Call it.
8137
8138 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8139
8140 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8141 timeout handling.
8142
8143 2016-12-02 Tom Tromey <tom@tromey.com>
8144
8145 * gdb.dwarf2/main-subprogram.c: New file.
8146 * gdb.dwarf2/main-subprogram.exp: New file.
8147
8148 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8149
8150 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8151 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8152 gdb_test_no_output for a couple of cases.
8153 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8154
8155 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8156
8157 Fix test names and standardize compilation error messages throughout
8158 the following files:
8159
8160 * gdb.ada/start.exp
8161 * gdb.arch/alpha-step.exp
8162 * gdb.arch/e500-prologue.exp
8163 * gdb.arch/ftrace-insn-reloc.exp
8164 * gdb.arch/gdb1291.exp
8165 * gdb.arch/gdb1431.exp
8166 * gdb.arch/gdb1558.exp
8167 * gdb.arch/i386-dr3-watch.exp
8168 * gdb.arch/i386-sse-stack-align.exp
8169 * gdb.arch/ia64-breakpoint-shadow.exp
8170 * gdb.arch/pa-nullify.exp
8171 * gdb.arch/powerpc-aix-prologue.exp
8172 * gdb.arch/thumb-bx-pc.exp
8173 * gdb.base/annota1.exp
8174 * gdb.base/annota3.exp
8175 * gdb.base/arrayidx.exp
8176 * gdb.base/assign.exp
8177 * gdb.base/attach.exp
8178 * gdb.base/auxv.exp
8179 * gdb.base/bang.exp
8180 * gdb.base/bfp-test.exp
8181 * gdb.base/bigcore.exp
8182 * gdb.base/bitfields2.exp
8183 * gdb.base/break-fun-addr.exp
8184 * gdb.base/break-probes.exp
8185 * gdb.base/call-rt-st.exp
8186 * gdb.base/callexit.exp
8187 * gdb.base/catch-fork-kill.exp
8188 * gdb.base/charset.exp
8189 * gdb.base/checkpoint.exp
8190 * gdb.base/comprdebug.exp
8191 * gdb.base/constvars.exp
8192 * gdb.base/coredump-filter.exp
8193 * gdb.base/cursal.exp
8194 * gdb.base/cvexpr.exp
8195 * gdb.base/detach.exp
8196 * gdb.base/display.exp
8197 * gdb.base/dmsym.exp
8198 * gdb.base/dprintf-pending.exp
8199 * gdb.base/dso2dso.exp
8200 * gdb.base/dtrace-probe.exp
8201 * gdb.base/dump.exp
8202 * gdb.base/enum_cond.exp
8203 * gdb.base/exe-lock.exp
8204 * gdb.base/exec-invalid-sysroot.exp
8205 * gdb.base/execl-update-breakpoints.exp
8206 * gdb.base/exprs.exp
8207 * gdb.base/fileio.exp
8208 * gdb.base/find.exp
8209 * gdb.base/finish.exp
8210 * gdb.base/fixsection.exp
8211 * gdb.base/foll-vfork.exp
8212 * gdb.base/frame-args.exp
8213 * gdb.base/gcore.exp
8214 * gdb.base/gdb1250.exp
8215 * gdb.base/global-var-nested-by-dso.exp
8216 * gdb.base/gnu-ifunc.exp
8217 * gdb.base/hashline1.exp
8218 * gdb.base/hashline2.exp
8219 * gdb.base/hashline3.exp
8220 * gdb.base/hbreak-in-shr-unsupported.exp
8221 * gdb.base/huge.exp
8222 * gdb.base/infcall-input.exp
8223 * gdb.base/info-fun.exp
8224 * gdb.base/info-shared.exp
8225 * gdb.base/jit-simple.exp
8226 * gdb.base/jit-so.exp
8227 * gdb.base/jit.exp
8228 * gdb.base/jump.exp
8229 * gdb.base/label.exp
8230 * gdb.base/lineinc.exp
8231 * gdb.base/logical.exp
8232 * gdb.base/longjmp.exp
8233 * gdb.base/macscp.exp
8234 * gdb.base/miscexprs.exp
8235 * gdb.base/new-ui-echo.exp
8236 * gdb.base/new-ui-pending-input.exp
8237 * gdb.base/new-ui.exp
8238 * gdb.base/nodebug.exp
8239 * gdb.base/nofield.exp
8240 * gdb.base/offsets.exp
8241 * gdb.base/overlays.exp
8242 * gdb.base/pending.exp
8243 * gdb.base/pointers.exp
8244 * gdb.base/pr11022.exp
8245 * gdb.base/printcmds.exp
8246 * gdb.base/prologue.exp
8247 * gdb.base/ptr-typedef.exp
8248 * gdb.base/realname-expand.exp
8249 * gdb.base/relativedebug.exp
8250 * gdb.base/relocate.exp
8251 * gdb.base/remote.exp
8252 * gdb.base/reread.exp
8253 * gdb.base/return2.exp
8254 * gdb.base/savedregs.exp
8255 * gdb.base/sep.exp
8256 * gdb.base/sepdebug.exp
8257 * gdb.base/sepsymtab.exp
8258 * gdb.base/set-inferior-tty.exp
8259 * gdb.base/setshow.exp
8260 * gdb.base/shlib-call.exp
8261 * gdb.base/sigaltstack.exp
8262 * gdb.base/siginfo-addr.exp
8263 * gdb.base/signals.exp
8264 * gdb.base/signull.exp
8265 * gdb.base/sigrepeat.exp
8266 * gdb.base/so-impl-ld.exp
8267 * gdb.base/solib-display.exp
8268 * gdb.base/solib-overlap.exp
8269 * gdb.base/solib-search.exp
8270 * gdb.base/solib-symbol.exp
8271 * gdb.base/structs.exp
8272 * gdb.base/structs2.exp
8273 * gdb.base/symtab-search-order.exp
8274 * gdb.base/twice.exp
8275 * gdb.base/unload.exp
8276 * gdb.base/varargs.exp
8277 * gdb.base/watchpoint-solib.exp
8278 * gdb.base/watchpoint.exp
8279 * gdb.base/whatis.exp
8280 * gdb.base/wrong_frame_bt_full.exp
8281 * gdb.btrace/dlopen.exp
8282 * gdb.cell/ea-standalone.exp
8283 * gdb.cell/ea-test.exp
8284 * gdb.cp/dispcxx.exp
8285 * gdb.cp/gdb2384.exp
8286 * gdb.cp/method2.exp
8287 * gdb.cp/nextoverthrow.exp
8288 * gdb.cp/pr10728.exp
8289 * gdb.disasm/am33.exp
8290 * gdb.disasm/h8300s.exp
8291 * gdb.disasm/mn10300.exp
8292 * gdb.disasm/sh3.exp
8293 * gdb.dwarf2/dw2-dir-file-name.exp
8294 * gdb.fortran/complex.exp
8295 * gdb.fortran/library-module.exp
8296 * gdb.guile/scm-pretty-print.exp
8297 * gdb.guile/scm-symbol.exp
8298 * gdb.guile/scm-type.exp
8299 * gdb.guile/scm-value.exp
8300 * gdb.linespec/linespec.exp
8301 * gdb.mi/gdb701.exp
8302 * gdb.mi/gdb792.exp
8303 * gdb.mi/mi-breakpoint-changed.exp
8304 * gdb.mi/mi-dprintf-pending.exp
8305 * gdb.mi/mi-dprintf.exp
8306 * gdb.mi/mi-exit-code.exp
8307 * gdb.mi/mi-pending.exp
8308 * gdb.mi/mi-solib.exp
8309 * gdb.mi/new-ui-mi-sync.exp
8310 * gdb.mi/pr11022.exp
8311 * gdb.mi/user-selected-context-sync.exp
8312 * gdb.opt/solib-intra-step.exp
8313 * gdb.python/py-events.exp
8314 * gdb.python/py-finish-breakpoint.exp
8315 * gdb.python/py-mi.exp
8316 * gdb.python/py-prettyprint.exp
8317 * gdb.python/py-shared.exp
8318 * gdb.python/py-symbol.exp
8319 * gdb.python/py-template.exp
8320 * gdb.python/py-type.exp
8321 * gdb.python/py-value.exp
8322 * gdb.reverse/solib-precsave.exp
8323 * gdb.reverse/solib-reverse.exp
8324 * gdb.server/solib-list.exp
8325 * gdb.stabs/weird.exp
8326 * gdb.threads/reconnect-signal.exp
8327 * gdb.threads/stepi-random-signal.exp
8328 * gdb.trace/actions.exp
8329 * gdb.trace/ax.exp
8330 * gdb.trace/backtrace.exp
8331 * gdb.trace/change-loc.exp
8332 * gdb.trace/deltrace.exp
8333 * gdb.trace/ftrace-lock.exp
8334 * gdb.trace/ftrace.exp
8335 * gdb.trace/infotrace.exp
8336 * gdb.trace/mi-tracepoint-changed.exp
8337 * gdb.trace/packetlen.exp
8338 * gdb.trace/passcount.exp
8339 * gdb.trace/pending.exp
8340 * gdb.trace/range-stepping.exp
8341 * gdb.trace/report.exp
8342 * gdb.trace/stap-trace.exp
8343 * gdb.trace/tfind.exp
8344 * gdb.trace/trace-break.exp
8345 * gdb.trace/trace-condition.exp
8346 * gdb.trace/trace-enable-disable.exp
8347 * gdb.trace/trace-mt.exp
8348 * gdb.trace/tracecmd.exp
8349 * gdb.trace/tspeed.exp
8350 * gdb.trace/tsv.exp
8351 * lib/perftest.exp
8352
8353 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8354
8355 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8356 with gdb_test_no_output.
8357 Use command as test name.
8358
8359 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8360
8361 Fix test names starting with uppercase throughout the files.
8362
8363 * gdb.ada/assign_1.exp
8364 * gdb.ada/boolean_expr.exp
8365 * gdb.base/arrayidx.exp
8366 * gdb.base/del.exp
8367 * gdb.base/gcore-buffer-overflow.exp
8368 * gdb.base/testenv.exp
8369 * gdb.compile/compile.exp
8370 * gdb.python/py-framefilter-invalidarg.exp
8371 * gdb.python/py-framefilter.exp
8372
8373 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8374
8375 Fix test names starting with uppercase throughout the files.
8376
8377 * gdb.ada/array_return.exp
8378 * gdb.ada/expr_delims.exp
8379 * gdb.ada/mi_dyn_arr.exp
8380 * gdb.ada/mi_interface.exp
8381 * gdb.ada/mi_var_array.exp
8382 * gdb.ada/watch_arg.exp
8383 * gdb.arch/alpha-step.exp
8384 * gdb.arch/altivec-regs.exp
8385 * gdb.arch/e500-regs.exp
8386 * gdb.arch/powerpc-d128-regs.exp
8387 * gdb.base/arrayidx.exp
8388 * gdb.base/break.exp
8389 * gdb.base/checkpoint.exp
8390 * gdb.base/debug-expr.exp
8391 * gdb.base/dmsym.exp
8392 * gdb.base/radix.exp
8393 * gdb.base/sepdebug.exp
8394 * gdb.base/testenv.exp
8395 * gdb.base/watch_thread_num.exp
8396 * gdb.base/watchpoint-cond-gone.exp
8397 * gdb.cell/break.exp
8398 * gdb.cell/ea-cache.exp
8399 * gdb.compile/compile.exp
8400 * gdb.cp/gdb2495.exp
8401 * gdb.gdb/selftest.exp
8402 * gdb.gdb/xfullpath.exp
8403 * gdb.go/hello.exp
8404 * gdb.go/integers.exp
8405 * gdb.objc/basicclass.exp
8406 * gdb.pascal/hello.exp
8407 * gdb.pascal/integers.exp
8408 * gdb.python/py-breakpoint.exp
8409 * gdb.python/py-cmd.exp
8410 * gdb.python/py-linetable.exp
8411 * gdb.python/py-xmethods.exp
8412 * gdb.python/python.exp
8413 * gdb.reverse/consecutive-precsave.exp
8414 * gdb.reverse/finish-precsave.exp
8415 * gdb.reverse/i386-precsave.exp
8416 * gdb.reverse/machinestate-precsave.exp
8417 * gdb.reverse/sigall-precsave.exp
8418 * gdb.reverse/solib-precsave.exp
8419 * gdb.reverse/step-precsave.exp
8420 * gdb.reverse/until-precsave.exp
8421 * gdb.reverse/watch-precsave.exp
8422 * gdb.threads/leader-exit.exp
8423 * gdb.threads/pthreads.exp
8424 * gdb.threads/wp-replication.exp
8425 * gdb.trace/actions.exp
8426 * gdb.trace/mi-tsv-changed.exp
8427 * gdb.trace/tsv.exp
8428
8429 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8430
8431 Fix test names starting with uppercase throughout the files.
8432
8433 * gdb.arch/i386-bp_permanent.exp
8434 * gdb.arch/i386-gnu-cfi.exp
8435 * gdb.base/disasm-end-cu.exp
8436 * gdb.base/macscp.exp
8437 * gdb.base/pending.exp
8438 * gdb.base/watch_thread_num.exp
8439 * gdb.cp/exception.exp
8440 * gdb.cp/gdb2495.exp
8441 * gdb.cp/local.exp
8442 * gdb.python/py-evsignal.exp
8443 * gdb.python/python.exp
8444 * gdb.trace/tracecmd.exp
8445
8446 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8447
8448 Fix test names starting with uppercase throughout the files.
8449
8450 * gdb.base/charset.exp
8451 * gdb.base/eval.exp
8452 * gdb.base/multi-forks.exp
8453 * gdb.guile/scm-progspace.exp
8454 * gdb.opencl/datatypes.exp
8455 * gdb.python/py-block.exp
8456 * gdb.python/py-function.exp
8457 * gdb.python/py-symbol.exp
8458 * gdb.python/py-symtab.exp
8459 * gdb.python/py-xmethods.exp
8460 * gdb.reverse/break-precsave.exp
8461 * gdb.reverse/break-reverse.exp
8462 * gdb.reverse/consecutive-precsave.exp
8463 * gdb.reverse/consecutive-reverse.exp
8464 * gdb.reverse/finish-precsave.exp
8465 * gdb.reverse/finish-reverse-bkpt.exp
8466 * gdb.reverse/finish-reverse.exp
8467 * gdb.reverse/fstatat-reverse.exp
8468 * gdb.reverse/getresuid-reverse.exp
8469 * gdb.reverse/i386-precsave.exp
8470 * gdb.reverse/i386-reverse.exp
8471 * gdb.reverse/i386-sse-reverse.exp
8472 * gdb.reverse/i387-stack-reverse.exp
8473 * gdb.reverse/insn-reverse.exp
8474 * gdb.reverse/machinestate-precsave.exp
8475 * gdb.reverse/machinestate.exp
8476 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8477 * gdb.reverse/pipe-reverse.exp
8478 * gdb.reverse/readv-reverse.exp
8479 * gdb.reverse/recvmsg-reverse.exp
8480 * gdb.reverse/rerun-prec.exp
8481 * gdb.reverse/s390-mvcle.exp
8482 * gdb.reverse/sigall-precsave.exp
8483 * gdb.reverse/sigall-reverse.exp
8484 * gdb.reverse/solib-precsave.exp
8485 * gdb.reverse/solib-reverse.exp
8486 * gdb.reverse/step-precsave.exp
8487 * gdb.reverse/step-reverse.exp
8488 * gdb.reverse/time-reverse.exp
8489 * gdb.reverse/until-precsave.exp
8490 * gdb.reverse/until-reverse.exp
8491 * gdb.reverse/waitpid-reverse.exp
8492 * gdb.reverse/watch-precsave.exp
8493 * gdb.reverse/watch-reverse.exp
8494
8495 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8496
8497 Fix test names starting with uppercase throughout the files.
8498
8499 * gdb.arch/i386-mpx-simple_segv.exp
8500 * gdb.arch/i386-mpx.exp
8501 * gdb.arch/i386-permbkpt.exp
8502 * gdb.arch/pa-nullify.exp
8503 * gdb.arch/powerpc-d128-regs.exp
8504 * gdb.arch/vsx-regs.exp
8505 * gdb.base/bfp-test.exp
8506 * gdb.base/break.exp
8507 * gdb.base/breakpoint-shadow.exp
8508 * gdb.base/callfuncs.exp
8509 * gdb.base/charset.exp
8510 * gdb.base/commands.exp
8511 * gdb.base/completion.exp
8512 * gdb.base/dfp-test.exp
8513 * gdb.base/echo.exp
8514 * gdb.base/ending-run.exp
8515 * gdb.base/eval.exp
8516 * gdb.base/expand-psymtabs.exp
8517 * gdb.base/float128.exp
8518 * gdb.base/floatn.exp
8519 * gdb.base/foll-exec-mode.exp
8520 * gdb.base/gdb1056.exp
8521 * gdb.base/gdb11531.exp
8522 * gdb.base/kill-after-signal.exp
8523 * gdb.base/multi-forks.exp
8524 * gdb.base/overlays.exp
8525 * gdb.base/pending.exp
8526 * gdb.base/sepdebug.exp
8527 * gdb.base/testenv.exp
8528 * gdb.base/valgrind-db-attach.exp
8529 * gdb.base/watch_thread_num.exp
8530 * gdb.base/watchpoint-cond-gone.exp
8531 * gdb.base/watchpoint.exp
8532 * gdb.base/watchpoints.exp
8533 * gdb.cp/arg-reference.exp
8534 * gdb.cp/baseenum.exp
8535 * gdb.cp/operator.exp
8536 * gdb.cp/shadow.exp
8537 * gdb.dwarf2/dw2-op-out-param.exp
8538 * gdb.dwarf2/dw2-reg-undefined.exp
8539 * gdb.go/chan.exp
8540 * gdb.go/hello.exp
8541 * gdb.go/integers.exp
8542 * gdb.go/methods.exp
8543 * gdb.go/package.exp
8544 * gdb.guile/scm-parameter.exp
8545 * gdb.guile/scm-progspace.exp
8546 * gdb.guile/scm-value.exp
8547 * gdb.mi/mi-pending.exp
8548 * gdb.mi/user-selected-context-sync.exp
8549 * gdb.multi/multi-attach.exp
8550 * gdb.multi/tids.exp
8551 * gdb.opt/clobbered-registers-O2.exp
8552 * gdb.pascal/floats.exp
8553 * gdb.pascal/integers.exp
8554 * gdb.python/py-block.exp
8555 * gdb.python/py-events.exp
8556 * gdb.python/py-parameter.exp
8557 * gdb.python/py-symbol.exp
8558 * gdb.python/py-symtab.exp
8559 * gdb.python/py-type.exp
8560 * gdb.python/py-value.exp
8561 * gdb.python/py-xmethods.exp
8562 * gdb.python/python.exp
8563 * gdb.reverse/break-precsave.exp
8564 * gdb.reverse/consecutive-precsave.exp
8565 * gdb.reverse/finish-precsave.exp
8566 * gdb.reverse/i386-precsave.exp
8567 * gdb.reverse/machinestate-precsave.exp
8568 * gdb.reverse/sigall-precsave.exp
8569 * gdb.reverse/solib-precsave.exp
8570 * gdb.reverse/step-precsave.exp
8571 * gdb.reverse/until-precsave.exp
8572 * gdb.reverse/watch-precsave.exp
8573 * gdb.server/ext-attach.exp
8574 * gdb.server/ext-restart.exp
8575 * gdb.server/ext-run.exp
8576 * gdb.server/ext-wrapper.exp
8577 * gdb.stabs/gdb11479.exp
8578 * gdb.stabs/weird.exp
8579 * gdb.threads/attach-many-short-lived-threads.exp
8580 * gdb.threads/kill.exp
8581 * gdb.threads/watchpoint-fork.exp
8582
8583 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8584
8585 Fix test names starting with uppercase throughout all the files below.
8586
8587 * gdb.ada/array_return.exp
8588 * gdb.ada/catch_ex.exp
8589 * gdb.ada/info_exc.exp
8590 * gdb.ada/mi_catch_ex.exp
8591 * gdb.ada/mi_dyn_arr.exp
8592 * gdb.ada/mi_ex_cond.exp
8593 * gdb.ada/mi_exc_info.exp
8594 * gdb.ada/mi_interface.exp
8595 * gdb.ada/mi_task_arg.exp
8596 * gdb.ada/mi_task_info.exp
8597 * gdb.ada/mi_var_array.exp
8598 * gdb.arch/alpha-step.exp
8599 * gdb.arch/amd64-disp-step.exp
8600 * gdb.arch/arm-disp-step.exp
8601 * gdb.arch/disp-step-insn-reloc.exp
8602 * gdb.arch/e500-prologue.exp
8603 * gdb.arch/ftrace-insn-reloc.exp
8604 * gdb.arch/gdb1558.exp
8605 * gdb.arch/i386-bp_permanent.exp
8606 * gdb.arch/i386-disp-step.exp
8607 * gdb.arch/i386-float.exp
8608 * gdb.arch/i386-gnu-cfi.exp
8609 * gdb.arch/ia64-breakpoint-shadow.exp
8610 * gdb.arch/mips16-thunks.exp
8611 * gdb.arch/pa-nullify.exp
8612 * gdb.arch/powerpc-aix-prologue.exp
8613 * gdb.arch/powerpc-power.exp
8614 * gdb.arch/ppc-dfp.exp
8615 * gdb.arch/s390-tdbregs.exp
8616 * gdb.arch/spu-info.exp
8617 * gdb.arch/spu-ls.exp
8618 * gdb.arch/thumb-bx-pc.exp
8619 * gdb.base/advance.exp
8620 * gdb.base/annota-input-while-running.exp
8621 * gdb.base/arrayidx.exp
8622 * gdb.base/asmlabel.exp
8623 * gdb.base/async.exp
8624 * gdb.base/attach-wait-input.exp
8625 * gdb.base/auto-connect-native-target.exp
8626 * gdb.base/batch-preserve-term-settings.exp
8627 * gdb.base/bfp-test.exp
8628 * gdb.base/bigcore.exp
8629 * gdb.base/bp-permanent.exp
8630 * gdb.base/break-always.exp
8631 * gdb.base/break-fun-addr.exp
8632 * gdb.base/break-idempotent.exp
8633 * gdb.base/break-main-file-remove-fail.exp
8634 * gdb.base/break-probes.exp
8635 * gdb.base/break-unload-file.exp
8636 * gdb.base/break.exp
8637 * gdb.base/call-ar-st.exp
8638 * gdb.base/call-rt-st.exp
8639 * gdb.base/call-sc.exp
8640 * gdb.base/call-signal-resume.exp
8641 * gdb.base/call-strs.exp
8642 * gdb.base/callexit.exp
8643 * gdb.base/callfuncs.exp
8644 * gdb.base/catch-gdb-caused-signals.exp
8645 * gdb.base/catch-signal-siginfo-cond.exp
8646 * gdb.base/catch-syscall.exp
8647 * gdb.base/compare-sections.exp
8648 * gdb.base/cond-eval-mode.exp
8649 * gdb.base/condbreak-call-false.exp
8650 * gdb.base/consecutive-step-over.exp
8651 * gdb.base/cursal.exp
8652 * gdb.base/disabled-location.exp
8653 * gdb.base/disasm-end-cu.exp
8654 * gdb.base/display.exp
8655 * gdb.base/double-prompt-target-event-error.exp
8656 * gdb.base/dprintf-bp-same-addr.exp
8657 * gdb.base/dprintf-detach.exp
8658 * gdb.base/dprintf-next.exp
8659 * gdb.base/dprintf-non-stop.exp
8660 * gdb.base/dprintf-pending.exp
8661 * gdb.base/dso2dso.exp
8662 * gdb.base/ending-run.exp
8663 * gdb.base/enum_cond.exp
8664 * gdb.base/examine-backward.exp
8665 * gdb.base/exe-lock.exp
8666 * gdb.base/exec-invalid-sysroot.exp
8667 * gdb.base/execl-update-breakpoints.exp
8668 * gdb.base/execution-termios.exp
8669 * gdb.base/fileio.exp
8670 * gdb.base/fixsection.exp
8671 * gdb.base/foll-exec-mode.exp
8672 * gdb.base/foll-exec.exp
8673 * gdb.base/fork-running-state.exp
8674 * gdb.base/frame-args.exp
8675 * gdb.base/fullpath-expand.exp
8676 * gdb.base/func-ptr.exp
8677 * gdb.base/gcore-relro-pie.exp
8678 * gdb.base/gdb1090.exp
8679 * gdb.base/gdb1555.exp
8680 * gdb.base/global-var-nested-by-dso.exp
8681 * gdb.base/gnu-ifunc.exp
8682 * gdb.base/hbreak-in-shr-unsupported.exp
8683 * gdb.base/hbreak-unmapped.exp
8684 * gdb.base/hook-stop.exp
8685 * gdb.base/infcall-input.exp
8686 * gdb.base/info-fun.exp
8687 * gdb.base/info-shared.exp
8688 * gdb.base/interrupt-noterm.exp
8689 * gdb.base/jit-so.exp
8690 * gdb.base/jit.exp
8691 * gdb.base/line-symtabs.exp
8692 * gdb.base/list.exp
8693 * gdb.base/longjmp.exp
8694 * gdb.base/macscp.exp
8695 * gdb.base/max-value-size.exp
8696 * gdb.base/nodebug.exp
8697 * gdb.base/nofield.exp
8698 * gdb.base/overlays.exp
8699 * gdb.base/paginate-after-ctrl-c-running.exp
8700 * gdb.base/paginate-bg-execution.exp
8701 * gdb.base/paginate-inferior-exit.exp
8702 * gdb.base/pending.exp
8703 * gdb.base/pr11022.exp
8704 * gdb.base/printcmds.exp
8705 * gdb.base/ptr-typedef.exp
8706 * gdb.base/ptype.exp
8707 * gdb.base/randomize.exp
8708 * gdb.base/range-stepping.exp
8709 * gdb.base/realname-expand.exp
8710 * gdb.base/relativedebug.exp
8711 * gdb.base/remote.exp
8712 * gdb.base/savedregs.exp
8713 * gdb.base/sepdebug.exp
8714 * gdb.base/set-noassign.exp
8715 * gdb.base/shlib-call.exp
8716 * gdb.base/shreloc.exp
8717 * gdb.base/sigaltstack.exp
8718 * gdb.base/sigbpt.exp
8719 * gdb.base/siginfo-addr.exp
8720 * gdb.base/siginfo-obj.exp
8721 * gdb.base/siginfo-thread.exp
8722 * gdb.base/signest.exp
8723 * gdb.base/signull.exp
8724 * gdb.base/sigrepeat.exp
8725 * gdb.base/skip.exp
8726 * gdb.base/so-impl-ld.exp
8727 * gdb.base/solib-corrupted.exp
8728 * gdb.base/solib-disc.exp
8729 * gdb.base/solib-display.exp
8730 * gdb.base/solib-overlap.exp
8731 * gdb.base/solib-search.exp
8732 * gdb.base/solib-symbol.exp
8733 * gdb.base/source-execution.exp
8734 * gdb.base/sss-bp-on-user-bp-2.exp
8735 * gdb.base/sss-bp-on-user-bp.exp
8736 * gdb.base/stack-checking.exp
8737 * gdb.base/stale-infcall.exp
8738 * gdb.base/step-break.exp
8739 * gdb.base/step-line.exp
8740 * gdb.base/step-over-exit.exp
8741 * gdb.base/step-test.exp
8742 * gdb.base/structs.exp
8743 * gdb.base/sym-file.exp
8744 * gdb.base/symtab-search-order.exp
8745 * gdb.base/term.exp
8746 * gdb.base/type-opaque.exp
8747 * gdb.base/unload.exp
8748 * gdb.base/until-nodebug.exp
8749 * gdb.base/until.exp
8750 * gdb.base/unwindonsignal.exp
8751 * gdb.base/watch-cond.exp
8752 * gdb.base/watch-non-mem.exp
8753 * gdb.base/watch_thread_num.exp
8754 * gdb.base/watchpoint-reuse-slot.exp
8755 * gdb.base/watchpoint-solib.exp
8756 * gdb.base/watchpoint.exp
8757 * gdb.btrace/dlopen.exp
8758 * gdb.cell/arch.exp
8759 * gdb.cell/break.exp
8760 * gdb.cell/bt.exp
8761 * gdb.cell/core.exp
8762 * gdb.cell/data.exp
8763 * gdb.cell/dwarfaddr.exp
8764 * gdb.cell/ea-cache.exp
8765 * gdb.cell/ea-standalone.exp
8766 * gdb.cell/ea-test.exp
8767 * gdb.cell/f-regs.exp
8768 * gdb.cell/fork.exp
8769 * gdb.cell/gcore.exp
8770 * gdb.cell/mem-access.exp
8771 * gdb.cell/ptype.exp
8772 * gdb.cell/registers.exp
8773 * gdb.cell/sizeof.exp
8774 * gdb.cell/solib-symbol.exp
8775 * gdb.cell/solib.exp
8776 * gdb.compile/compile-tls.exp
8777 * gdb.cp/exception.exp
8778 * gdb.cp/gdb2495.exp
8779 * gdb.cp/local.exp
8780 * gdb.cp/mb-inline.exp
8781 * gdb.cp/mb-templates.exp
8782 * gdb.cp/pr10687.exp
8783 * gdb.cp/pr9167.exp
8784 * gdb.cp/scope-err.exp
8785 * gdb.cp/templates.exp
8786 * gdb.cp/virtfunc.exp
8787 * gdb.dwarf2/dw2-dir-file-name.exp
8788 * gdb.dwarf2/dw2-single-line-discriminators.exp
8789 * gdb.fortran/complex.exp
8790 * gdb.fortran/library-module.exp
8791 * gdb.guile/guile.exp
8792 * gdb.guile/scm-cmd.exp
8793 * gdb.guile/scm-frame-inline.exp
8794 * gdb.guile/scm-objfile.exp
8795 * gdb.guile/scm-pretty-print.exp
8796 * gdb.guile/scm-symbol.exp
8797 * gdb.guile/scm-type.exp
8798 * gdb.guile/scm-value.exp
8799 * gdb.linespec/keywords.exp
8800 * gdb.linespec/ls-errs.exp
8801 * gdb.linespec/macro-relative.exp
8802 * gdb.linespec/thread.exp
8803 * gdb.mi/mi-breakpoint-changed.exp
8804 * gdb.mi/mi-dprintf-pending.exp
8805 * gdb.mi/mi-fullname-deleted.exp
8806 * gdb.mi/mi-logging.exp
8807 * gdb.mi/mi-pending.exp
8808 * gdb.mi/mi-solib.exp
8809 * gdb.mi/new-ui-mi-sync.exp
8810 * gdb.mi/user-selected-context-sync.exp
8811 * gdb.multi/dummy-frame-restore.exp
8812 * gdb.multi/multi-arch-exec.exp
8813 * gdb.multi/remove-inferiors.exp
8814 * gdb.multi/watchpoint-multi-exit.exp
8815 * gdb.opt/solib-intra-step.exp
8816 * gdb.perf/backtrace.exp
8817 * gdb.perf/single-step.exp
8818 * gdb.perf/skip-command.exp
8819 * gdb.perf/skip-prologue.exp
8820 * gdb.perf/solib.exp
8821 * gdb.python/lib-types.exp
8822 * gdb.python/py-as-string.exp
8823 * gdb.python/py-bad-printers.exp
8824 * gdb.python/py-block.exp
8825 * gdb.python/py-breakpoint.exp
8826 * gdb.python/py-cmd.exp
8827 * gdb.python/py-events.exp
8828 * gdb.python/py-evthreads.exp
8829 * gdb.python/py-finish-breakpoint.exp
8830 * gdb.python/py-finish-breakpoint2.exp
8831 * gdb.python/py-frame-inline.exp
8832 * gdb.python/py-frame.exp
8833 * gdb.python/py-inferior.exp
8834 * gdb.python/py-infthread.exp
8835 * gdb.python/py-mi.exp
8836 * gdb.python/py-objfile.exp
8837 * gdb.python/py-pp-maint.exp
8838 * gdb.python/py-pp-registration.exp
8839 * gdb.python/py-prettyprint.exp
8840 * gdb.python/py-recurse-unwind.exp
8841 * gdb.python/py-shared.exp
8842 * gdb.python/py-symbol.exp
8843 * gdb.python/py-symtab.exp
8844 * gdb.python/py-template.exp
8845 * gdb.python/py-type.exp
8846 * gdb.python/py-unwind-maint.exp
8847 * gdb.python/py-unwind.exp
8848 * gdb.python/py-value.exp
8849 * gdb.python/python.exp
8850 * gdb.reverse/finish-reverse-bkpt.exp
8851 * gdb.reverse/insn-reverse.exp
8852 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8853 * gdb.reverse/solib-precsave.exp
8854 * gdb.reverse/solib-reverse.exp
8855 * gdb.stabs/gdb11479.exp
8856 * gdb.stabs/weird.exp
8857 * gdb.threads/fork-child-threads.exp
8858 * gdb.threads/fork-plus-threads.exp
8859 * gdb.threads/fork-thread-pending.exp
8860 * gdb.threads/forking-threads-plus-breakpoint.exp
8861 * gdb.threads/hand-call-in-threads.exp
8862 * gdb.threads/interrupted-hand-call.exp
8863 * gdb.threads/linux-dp.exp
8864 * gdb.threads/local-watch-wrong-thread.exp
8865 * gdb.threads/next-while-other-thread-longjmps.exp
8866 * gdb.threads/non-ldr-exit.exp
8867 * gdb.threads/pending-step.exp
8868 * gdb.threads/print-threads.exp
8869 * gdb.threads/process-dies-while-detaching.exp
8870 * gdb.threads/process-dies-while-handling-bp.exp
8871 * gdb.threads/pthreads.exp
8872 * gdb.threads/queue-signal.exp
8873 * gdb.threads/reconnect-signal.exp
8874 * gdb.threads/signal-command-handle-nopass.exp
8875 * gdb.threads/signal-command-multiple-signals-pending.exp
8876 * gdb.threads/signal-delivered-right-thread.exp
8877 * gdb.threads/signal-sigtrap.exp
8878 * gdb.threads/sigthread.exp
8879 * gdb.threads/staticthreads.exp
8880 * gdb.threads/stepi-random-signal.exp
8881 * gdb.threads/thread-unwindonsignal.exp
8882 * gdb.threads/thread_check.exp
8883 * gdb.threads/thread_events.exp
8884 * gdb.threads/tid-reuse.exp
8885 * gdb.threads/tls-nodebug.exp
8886 * gdb.threads/tls-shared.exp
8887 * gdb.threads/tls-so_extern.exp
8888 * gdb.threads/tls.exp
8889 * gdb.threads/wp-replication.exp
8890 * gdb.trace/actions-changed.exp
8891 * gdb.trace/actions.exp
8892 * gdb.trace/backtrace.exp
8893 * gdb.trace/change-loc.exp
8894 * gdb.trace/collection.exp
8895 * gdb.trace/deltrace.exp
8896 * gdb.trace/disconnected-tracing.exp
8897 * gdb.trace/entry-values.exp
8898 * gdb.trace/ftrace-lock.exp
8899 * gdb.trace/ftrace.exp
8900 * gdb.trace/infotrace.exp
8901 * gdb.trace/mi-trace-frame-collected.exp
8902 * gdb.trace/mi-trace-unavailable.exp
8903 * gdb.trace/mi-traceframe-changed.exp
8904 * gdb.trace/mi-tracepoint-changed.exp
8905 * gdb.trace/mi-tsv-changed.exp
8906 * gdb.trace/no-attach-trace.exp
8907 * gdb.trace/packetlen.exp
8908 * gdb.trace/passc-dyn.exp
8909 * gdb.trace/passcount.exp
8910 * gdb.trace/pending.exp
8911 * gdb.trace/pr16508.exp
8912 * gdb.trace/qtro.exp
8913 * gdb.trace/range-stepping.exp
8914 * gdb.trace/read-memory.exp
8915 * gdb.trace/report.exp
8916 * gdb.trace/save-trace.exp
8917 * gdb.trace/signal.exp
8918 * gdb.trace/stap-trace.exp
8919 * gdb.trace/status-stop.exp
8920 * gdb.trace/strace.exp
8921 * gdb.trace/tfile.exp
8922 * gdb.trace/tfind.exp
8923 * gdb.trace/trace-break.exp
8924 * gdb.trace/trace-condition.exp
8925 * gdb.trace/trace-enable-disable.exp
8926 * gdb.trace/trace-mt.exp
8927 * gdb.trace/tracecmd.exp
8928 * gdb.trace/tracefile-pseudo-reg.exp
8929 * gdb.trace/tspeed.exp
8930 * gdb.trace/tstatus.exp
8931 * gdb.trace/tsv.exp
8932 * gdb.trace/unavailable.exp
8933 * gdb.trace/while-dyn.exp
8934 * gdb.trace/while-stepping.exp
8935 * lib/gdb-guile.exp
8936 * lib/gdb.exp
8937 * lib/mi-support.exp
8938 * lib/pascal.exp
8939 * lib/perftest.exp
8940 * lib/prelink-support.exp
8941 * lib/selftest-support.exp
8942
8943 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8944
8945 * Makefile.in: Include disable-implicit-rules.mk.
8946
8947 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8948
8949 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8950 non-byte-aligned bit fields.
8951
8952 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 PR gdb/12616
8955 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8956 respects the DW_AT_data_bit_offset attribute.
8957
8958 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8959
8960 * gdb.base/default.exp: Fix output of "set language".
8961
8962 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8963
8964 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8965 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8966 make.
8967 * configure.ac: Remove checks for the make program.
8968 * configure: Re-generate.
8969
8970 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8971
8972 * gdb.python/py-recurse-unwind.c (main): Add loop.
8973 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8974 to read_register() and gdb.parse_and_eval(). Make each code
8975 call a separate case that can be individually tested.
8976 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8977 proc. Call cont_and_backtrace for each of the code paths that
8978 we want to test in the unwinder.
8979
8980 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8981
8982 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8983 the definition of struct S.
8984
8985 2016-11-11 Catherine Moore <clm@codesourcery.com>
8986
8987 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8988
8989 2016-11-09 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.base/commands.exp (runto_or_return): New procedure.
8992 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8993 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8994 (progvar_simple_while_test, progvar_complex_if_while_test)
8995 (if_while_breakpoint_command_test)
8996 (infrun_breakpoint_command_test, breakpoint_command_test)
8997 (user_defined_command_test, watchpoint_command_test)
8998 (test_command_prompt_position, redefine_hook_test)
8999 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9000 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9001 multi_line_input and multi_line. Remove gdb_expect and
9002 gdb_stop_suppressing_tests uses.
9003 * lib/gdb.exp (valnum_re): New global.
9004 (multi_line_input): New procedure.
9005
9006 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9007
9008 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9009 Remove.
9010 (test_setup): Define with proc_with_prefix.
9011 (test_cli_inferior): Likewise.
9012 (test_cli_thread): Likewise.
9013 (test_cli_frame): Likewise.
9014 (test_cli_select_frame): Likewise.
9015 (test_cli_up_down): Likewise.
9016 (test_mi_thread_select): Likewise.
9017 (test_mi_stack_select_frame): Likewise.
9018 (test_cli_in_mi_inferior): Likewise.
9019 (test_cli_in_mi_thread): Likewise.
9020 (test_cli_in_mi_frame): Likewise.
9021 (top level): Do not use with_test_prefix_procname.
9022
9023 2016-11-09 Pedro Alves <palves@redhat.com>
9024
9025 * gdb.base/commands.exp (gdbvar_simple_if_test)
9026 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9027 (progvar_simple_if_test, progvar_simple_while_test)
9028 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9029 (infrun_breakpoint_command_test, breakpoint_command_test)
9030 (user_defined_command_test, watchpoint_command_test)
9031 (test_command_prompt_position, deprecated_command_test)
9032 (bp_deleted_in_command, temporary_breakpoint_commands)
9033 (stray_arg0_test, source_file_with_indented_comment)
9034 (recursive_source_test, if_commands_test)
9035 (error_clears_commands_left, redefine_hook_test)
9036 (redefine_backtrace_test): Use proc_with_prefix.
9037 * lib/gdb.exp (proc_with_prefix): New proc.
9038
9039 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9040
9041 * gdb.base/tui-layout.c: New file.
9042 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9043 disassembly window contains very long lines.
9044
9045 2016-11-08 Tom Tromey <tom@tromey.com>
9046
9047 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9048 depend on Python 2.
9049
9050 2016-11-08 Tom Tromey <tom@tromey.com>
9051
9052 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9053 New method.
9054
9055 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9056
9057 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9058
9059 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9060
9061 * gdb.rust/simple.rs: Add test for univariant enums without
9062 discriminants and for encoded struct-like enums.
9063
9064 2016-10-28 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9067 gdb_test_multiple, tighten regexps and match symtabs and line
9068 tables incrementally.
9069
9070 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9071
9072 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9073 general.
9074
9075 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9076
9077 * gdb.base/exec-invalid-sysroot.exp: New file.
9078
9079 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9082
9083 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9084
9085 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9086
9087 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9088
9089 * gdb.base/killed-outside.exp: Remove $options from a call to
9090 `prepare_for_testing'.
9091
9092 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9095 Change test message.
9096
9097 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9098
9099 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9100 Update comment.
9101
9102 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9103
9104 * gdb.trace/mi-trace-save.exp: New file.
9105
9106 2016-10-13 Yao Qi <yao.qi@linaro.org>
9107
9108 * gdb.base/code_elim.exp (get_var_address): Remove.
9109 * gdb.base/relocate.exp: Likewise.
9110 * gdb.base/shreloc.exp: Likewise.
9111 * lib/gdb.exp (get_var_address): New.
9112
9113 2016-10-13 Yao Qi <yao.qi@linaro.org>
9114
9115 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9116 floating point tests if $skip_float_test is false.
9117
9118 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9119
9120 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9121 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9122 argc values.
9123 Add 1 to argc so we guarantee distinct initial/modified argc values.
9124
9125 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9126
9127 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9128
9129 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9130
9131 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9132 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9133 * gdb.arch/vsx-regs.exp: Likewise.
9134
9135 2016-10-07 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9138
9139 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9140
9141 * gdb.python/python.exp: Test decode_line("*0").
9142
9143 2016-10-06 Doug Evans <dje@google.com>
9144
9145 * gdb.python/py-value.exp (test_value_creation): Add test for large
9146 unsigned 64-bit value.
9147
9148 2016-10-06 Tom Tromey <tom@tromey.com>
9149
9150 * gdb.compile/compile.exp: Change java tests to rust.
9151 * gdb.base/setshow.exp: Change java tests to rust.
9152 * gdb.base/default.exp: Remove java from language list.
9153 * README (Examples): Update language example.
9154 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9155 test.
9156 * lib/gdb.exp (skip_java_tests): Remove.
9157 * lib/java.exp: Remove.
9158 * gdb.java: Remove.
9159
9160 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9161
9162 * gdb.arch/mips-fcr.exp: New test.
9163 * gdb.arch/mips-fcr.c: Source for the new test.
9164
9165 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9166
9167 * gdb.base/solib-disc.exp: Use `standard_output_file'
9168 throughout.
9169
9170 2016-10-06 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/jit-simple-dl.c: New file.
9173 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9174 * gdb.base/jit-simple.c: ... this.
9175 * gdb.base/jit-simple.exp (jit_run): Delete.
9176 (build_jit): New proc.
9177 (jit_test_reread): Recompile either the main program or the shared
9178 library, depending on what is being tested. Skip changing address
9179 if caller wants to. Compare before/after addresses. If testing
9180 standalone, explicitly load the binary. Test "maint info
9181 breakpoints".
9182 (top level): Add "standalone vs shared lib" and "change address"
9183 vs "same address" axes.
9184
9185 2016-10-06 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9188 call.
9189 (jit_run): Delete.
9190 (jit_test_reread): Use with_test_prefix. Reload the main binary
9191 explicitly. Compare the before/after addresses of the JIT
9192 descriptor.
9193
9194 2016-08-15 Doug Evans <dje@google.com>
9195
9196 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9197 for single bitfields is bool.
9198 * gdb.xml/tdesc-regs.exp: Ditto.
9199
9200 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9201
9202 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9203
9204 2016-10-05 Yao Qi <yao.qi@linaro.org>
9205
9206 * lib/gdb.exp (support_complex_tests): Return zero if
9207 gdb_skip_float_test return true.
9208
9209 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9210 Simon Marchi <simon.marchi@ericsson.com>
9211
9212 PR gdb/20487
9213 * gdb.mi/user-selected-context-sync.exp: New file.
9214 * gdb.mi/user-selected-context-sync.c: New file.
9215
9216 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9217 Simon Marchi <simon.marchi@ericsson.com>
9218
9219 PR gdb/20487
9220 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9221 =thread-select-event check.
9222
9223 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9224
9225 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9226 the compulsory L operand changes.
9227 * gdb.arch/powerpc-power.s: Likewise.
9228
9229 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9230
9231 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9232 * gdb.base/jit-attach-pie.c: New file.
9233 * gdb.base/jit-attach-pie.exp: New file.
9234
9235 2016-09-28 Pedro Alves <palves@redhat.com>
9236
9237 * gdb.base/infcall-input.c: New file.
9238 * gdb.base/infcall-input.exp: New file.
9239
9240 2016-09-22 Yao Qi <yao.qi@linaro.org>
9241
9242 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9243 (gdb_exit): Rename it to ...
9244 (gdbserver_gdb_exit): ... Close GDBserver.
9245 (gdb_exit): New proc, call gdbserver_gdb_exit.
9246 (mi_gdb_exit): Likewise.
9247
9248 2016-09-22 Yao Qi <yao.qi@linaro.org>
9249
9250 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9251 path.
9252 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9253 Remove duplication.
9254
9255 2016-09-22 Yao Qi <yao.qi@linaro.org>
9256
9257 * lib/gdbserver-support.exp: Check the existence of
9258 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9259
9260 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9261
9262 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9263
9264 2016-09-21 Tom Tromey <tom@tromey.com>
9265
9266 PR gdb/20604:
9267 * gdb.base/quit.exp: New file.
9268
9269 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * .gitignore: New file.
9272
9273 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9274
9275 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9276 throughout.
9277
9278 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9279
9280 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9281
9282 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 * gdb.cp/casts.cc (decltype): Move it ...
9285 (main): ... with its call to ...
9286 * gdb.cp/casts03.cc: ... a new file.
9287 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9288
9289 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9292
9293 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9294
9295 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9296 and sync up the test with tests in gas/testsuite/gas/ppc.
9297 * gdb.arch/powerpc-power.exp: Likewise.
9298
9299 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9300
9301 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9302
9303 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9304 Jan Kratochvil <jan.kratochvil@redhat.com>
9305
9306 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9307 make m1's definition to be different from m2's. Use 'dummy' as an
9308 argument for probe 'two'.
9309
9310 2016-09-10 Jon Beniston <jon@beniston.com>
9311
9312 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9313 for sim target.
9314
9315 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9316
9317 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9318 variable declaration.
9319 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9320 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9321 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9322 received HWCAP as its argument.
9323
9324 2016-09-06 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.base/new-ui-pending-input.c: New file.
9327 * gdb.base/new-ui-pending-input.exp: New file.
9328 * gdb.exp (clear_gdb_spawn_id): New procedure.
9329 (with_spawn_id): Check whether gdb_spawn_id exists before
9330 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9331 on exit.
9332
9333 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9334
9335 * gdb.base/float128.c: New file.
9336 * gdb.base/float128.exp: Likewise.
9337 * gdb.base/floatn.c: Likewise.
9338 * gdb.base/floatn.exp: Likewise.
9339
9340 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9341
9342 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9343
9344 2016-09-05 Pedro Alves <palves@redhat.com>
9345
9346 PR backtrace/19927
9347 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9348 unwinders are immediately called as side effect of "source" or
9349 "disable unwinder" commands.
9350 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9351
9352 2016-09-02 Yao Qi <yao.qi@linaro.org>
9353
9354 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9355 is true and $type is "float" or "double".
9356
9357 2016-09-02 Yao Qi <yao.qi@linaro.org>
9358
9359 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9360 true.
9361 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9362 * gdb.base/call-rt-st.exp: Likewise.
9363 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9364 return value instead of gdb,skip_float_test.
9365 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9366 (do_function_calls): Use its return value instead of
9367 gdb,skip_float_test.
9368 * gdb.base/finish.exp: Likewise.
9369 * gdb.base/funcargs.exp: Likewise.
9370 * gdb.base/return.exp: Likewise.
9371 * gdb.base/return2.exp: Likewise.
9372 * gdb.base/varargs.exp: Likewise.
9373 * lib/gdb.exp (gdb_skip_float_test): Change it to
9374 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9375
9376 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9377
9378 * gdb.multi/tids.exp: Test "thread apply all".
9379
9380 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9381
9382 * gdb.base/default.exp (tty): Remove.
9383
9384 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9385
9386 * gdb.python/py-recurse-unwind.c: New file.
9387 * gdb.python/py-recurse-unwind.py: New file.
9388 * gdb.python/py-recurse-unwind.exp: New file.
9389
9390 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9391
9392 * gdb.base/set-inferior-tty.exp: New file.
9393 * gdb.base/set-inferior-tty.c: New file.
9394
9395 2016-08-23 Pedro Alves <palves@redhat.com>
9396
9397 PR gdb/20494
9398 * gdb.base/new-ui-echo.c: New file.
9399 * gdb.base/new-ui-echo.exp: New file.
9400
9401 2016-08-23 Yao Qi <yao.qi@linaro.org>
9402
9403 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9404 gdbserver_spawn.
9405 * gdb.server/connect-without-multi-process.exp (do_test):
9406 Likewise.
9407
9408 2016-08-23 Yao Qi <yao.qi@linaro.org>
9409
9410 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9411 standalone_txt. Delete gdb_txt and standalone_txt on host
9412 and target. Spawn the binary on target. Copy files from
9413 target to host.
9414
9415 2016-08-22 Pedro Alves <palves@redhat.com>
9416
9417 PR gdb/20505
9418 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9419 with_test_prefix. Factor out bits to ...
9420 (test_no_vdso): ... this new procedure.
9421
9422 2016-08-19 Carl Love <cel@us.ibm.com>
9423
9424 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9425 maintaining separate logic for constructing the output path.
9426 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9427 * gdb.arch/ppc-dfp.exp: Likewise.
9428 * gdb.arch/ppc-fp.exp: Likewise.
9429 * gdb.arch/vsx-regs.exp: Likewise.
9430 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9431 binprefix for generating the additional binary files.
9432
9433 2016-08-19 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.trace/mi-trace-frame-collected.exp
9436 (test_trace_frame_collected): On x32, expect two registers.
9437
9438 2016-08-18 Carl Love <cel@us.ibm.com>
9439
9440 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9441 and sync up the test with tests in gas/testsuite/gas/ppc.
9442 * gdb.arch/powerpc-power.exp: Likewise.
9443
9444 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9447 expected error message.
9448
9449 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9450
9451 * gdb.multi/remove-inferiors.exp: New file.
9452 * gdb.multi/remove-inferiors.c: New file.
9453
9454 2016-08-12 Yao Qi <yao.qi@linaro.org>
9455
9456 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9457 argument list.
9458
9459 2016-08-10 Pedro Alves <palves@redhat.com>
9460
9461 PR gdb/19187
9462 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9463 setup_kfails.
9464
9465 2016-08-09 Pedro Alves <palves@redhat.com>
9466 Simon Marchi <simon.marchi@ericsson.com>
9467
9468 PR gdb/20418
9469 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9470 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9471
9472 2016-08-09 Pedro Alves <palves@redhat.com>
9473
9474 PR mi/20431
9475 * gdb.mi/mi-cmd-error.exp: New file.
9476
9477 2016-08-09 Pedro Alves <palves@redhat.com>
9478
9479 PR gdb/18653
9480 * gdb.base/signals-state-child.c: New file.
9481 * gdb.base/signals-state-child.exp: New file.
9482 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9483
9484 2016-08-09 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9487
9488 2016-08-03 Tom Tromey <tom@tromey.com>
9489
9490 PR python/18565:
9491 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9492
9493 2016-08-01 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9496 variable mode to "multi-process" if $multi_process is 1, otherwise
9497 set it to "single-process".
9498
9499 2016-08-01 Yao Qi <yao.qi@linaro.org>
9500
9501 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9502 * gdb.cp/cpexprs.exp: Likewise.
9503 * gdb.cp/m-static.exp: Likewise.
9504
9505 2016-07-26 Tom Tromey <tom@tromey.com>
9506
9507 PR python/20190:
9508 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9509 test.
9510
9511 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9512
9513 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9514 selecting assembly source files.
9515 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9516 assembly source files.
9517 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9518 assembly source files.
9519 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9520 selecting assembly source files.
9521
9522 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9523
9524 * gdb.base/new-ui.exp (do_test_invalid_args): New
9525 procedure.
9526
9527 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9528
9529 * gdb.btrace/reconnect.c: New file.
9530 * gdb.btrace/reconnect.exp: New file.
9531
9532 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9533
9534 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9535 to test_catch_syscall_group.
9536 (test_catch_syscall_group): New.
9537
9538 2016-07-21 Tom Tromey <tom@tromey.com>
9539
9540 * gdb.rust/simple.rs (main): Use empty struct expression.
9541 * gdb.rust/simple.exp: Add tests for empty struct expression.
9542
9543 2016-07-21 Yao Qi <yao.qi@linaro.org>
9544
9545 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9546 if gdb_skip_xml_test is true on some targets.
9547
9548 2016-07-21 Yao Qi <yao.qi@linaro.org>
9549
9550 * gdb.server/solib-list.exp: Unset last_loaded_file.
9551
9552 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9553
9554 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9555 "step into captured_main (args)".
9556
9557 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9558
9559 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9560
9561 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9562
9563 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9564
9565 2016-07-19 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9568 * gdb.opt/inline-bt.exp: Likewise.
9569 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9570 additional_flags=-Winline.
9571 * gdb.opt/inline-locals.exp: Likewise.
9572 * gdb.opt/inline-markers.c (ATTR): Define.
9573 (inlined_fn): Use it.
9574
9575 2016-07-19 Yao Qi <yao.qi@linaro.org>
9576
9577 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9578 (test_with_self): Remove some code. Remove argument executable.
9579 (top-level): Use do_self_tests.
9580
9581 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9582 Don Breazeal <donb@codesourcery.com>
9583
9584 * gdb.base/maint.exp: Escape paths used in regular expressions.
9585 * gdb.stabs/weird.exp: Likewise.
9586
9587 2016-07-13 Tom Tromey <tom@tromey.com>
9588
9589 PR python/15620, PR python/18620:
9590 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9591 (test_bkpt_events): New procs.
9592
9593 2016-07-13 Tom Tromey <tom@tromey.com>
9594
9595 PR python/17698:
9596 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9597 test.
9598 (test_watchpoints): Likewise.
9599 (test_bkpt_pending): New proc.
9600
9601 2016-07-13 Tom Tromey <tom@tromey.com>
9602
9603 PR cli/18053:
9604 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9605 completion test.
9606
9607 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9610 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9611 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9612 f_label.
9613 (g): Rename g_end_lbl to g_label.
9614 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9615 low_pc and high_pc.
9616 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9617
9618 2016-07-12 Tom Tromey <tom@tromey.com>
9619
9620 PR python/19293:
9621 * gdb.python/py-unwind-maint.exp: Update tests.
9622
9623 2016-07-12 Yao Qi <yao.qi@linaro.org>
9624
9625 * lib/selftest-support.exp (selftest_setup): Match the output
9626 when captured_main is inlined.
9627
9628 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9629
9630 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9631 New variables.
9632 (print this%a, print this%b, print this): New tests.
9633 * gdb.fortran/derived-types.f90 (this): New object and
9634 initialization.
9635
9636 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 * gdb.ada/arraydim.exp: Remove extra directory level in build
9639 directory.
9640
9641 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9642
9643 * lib/ada.exp: Remove extra directory level in build directory.
9644 * gdb.ada/cond_lang.exp: Likewise.
9645 * gdb.ada/exec_changed.exp: Likewise.
9646 * gdb.ada/lang_switch.exp: Likewise.
9647
9648 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9649
9650 * simple.rs: Add test for raw pointer subscripting.
9651 * simple.exp: Add test expectations.
9652
9653 2016-07-05 Yao Qi <yao.qi@linaro.org>
9654
9655 * gdb.mi/mi-reverse.exp: Match =record-started output.
9656
9657 2016-07-01 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9660 procedure.
9661 (jit_reader_test): Test the jit reader's unwinder.
9662 * gdb.base/jithost.c (jit_function_00_code): New global.
9663 (main): Use memcpy to fill in the mmapped code, instead of poking
9664 bytes manually here.
9665 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9666 value.
9667 (read_debug_info): Save the function's range.
9668 (read_sp): New function.
9669 (unwind_frame): Use it. Also unwind RBP.
9670 (get_frame_id): Use read_sp.
9671 (gdb_init_reader): Use calloc instead of malloc.
9672 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9673 parameter. Use gdb_test_multiple.
9674
9675 2016-07-01 Pedro Alves <palves@redhat.com>
9676 Antoine Tremblay <antoine.tremblay@ericsson.com>
9677
9678 * gdb.threads/process-dies-while-detaching.c: New file.
9679 * gdb.threads/process-dies-while-detaching.exp: New file.
9680
9681 2016-07-01 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.multi/watchpoint-multi-exit.c: New file.
9684 * gdb.multi/watchpoint-multi-exit.exp: New file.
9685
9686 2016-06-30 Pedro Alves <palves@redhat.com>
9687
9688 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9689 unset inferior_spawn_id.
9690
9691 2016-06-30 Pedro Alves <palves@redhat.com>
9692
9693 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9694 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9695
9696 2016-06-29 Yao Qi <yao.qi@linaro.org>
9697
9698 * gdb.base/return.c: Add copyright header.
9699
9700 2016-06-29 Tom Tromey <tom@tromey.com>
9701
9702 PR python/20129:
9703 * gdb.python/py-framefilter.exp: Add tests for setting priority
9704 and disabling of non-existent frame filter.
9705
9706 2016-06-29 Yao Qi <yao.qi@linaro.org>
9707
9708 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9709 0x0f07ff.
9710
9711 2016-06-28 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9714 triplets. Start gdb, execute catch syscall, and continue. Check
9715 gdb's output to determine catch syscall is supported.
9716
9717 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9718
9719 * gdb.rust/simple.rs: Add test for returning unit in a function.
9720 * gdb.rust/simple.exp: Add expectation for functions returning
9721 unit.
9722
9723 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9724
9725 * gdb.python/py-breakpoint-create-fail.c,
9726 gdb.python/py-breakpoint-create-fail.exp,
9727 gdb.python/py-breakpoint-create-fail.py: New testcase.
9728
9729 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9730
9731 PR gdb/20239
9732 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9733 * gdb.rust/simple.exp: Add test expectations for new NonZero
9734 tests.
9735
9736 2016-06-24 David Taylor <dtaylor@emc.com>
9737
9738 * gdb.base/offsets.exp: New file.
9739 * gdb.base/offsets.c: New file.
9740
9741 2016-06-23 Tom Tromey <tom@tromey.com>
9742
9743 PR gdb/16483:
9744 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9745 before any filters are loaded.
9746
9747 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9748
9749 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9750 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9751 structs.
9752 * gdb.fortran/derived-type-function.exp: New file.
9753 * gdb.fortran/derived-type-function.f90: New file.
9754
9755
9756 2016-06-21 Pedro Alves <palves@redhat.com>
9757
9758 * gdb.base/new-ui.exp: New file.
9759 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9760 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9761 (with_spawn_id): New procedure.
9762
9763 2016-06-21 Pedro Alves <palves@redhat.com>
9764
9765 * gdb.mi/mi-exec-run.exp: New file.
9766
9767 2016-06-21 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9770 breakpoint command's output on the main UI.
9771 (test_break): New procedure, factored out from calls in the top
9772 level.
9773 (top level): Use foreach_with_prefix to test MI as main UI and as
9774 separate UI.
9775
9776 2016-06-21 Pedro Alves <palves@redhat.com>
9777
9778 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9779 (test_awatch_creation_and_listing)
9780 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9781 Remove 'type' parameter.
9782 (test_watchpoint_all): New parameter mi_mode. Remove
9783 with_test_prefix.
9784 (top level): Use foreach_with_prefix, and add main/separate UI MI
9785 testing axis.
9786
9787 2016-06-21 Pedro Alves <palves@redhat.com>
9788
9789 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9790 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9791 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9792 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9793 (gdb_main_spawn_id, mi_spawn_id): Declare and
9794 comment.
9795 (mi_create_inferior_pty): New procedure,
9796 factored out from default_mi_gdb_start.
9797 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9798 procedures.
9799 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9800 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9801 Use mi_create_inferior_pty.
9802 (mi_gdb_start): Use eval to pass down args list.
9803
9804 2016-06-21 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9807 * gdb.opt/inline-cmds.exp: Add MI tests.
9808
9809 2016-06-21 Pedro Alves <palves@redhat.com>
9810
9811 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9812
9813 2016-06-21 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9816 (top level): Use it instead of mi_execute_to.
9817
9818 2016-06-21 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9821 (cont_handler_str): New.
9822 (signal_stop_handler): Set stop_handler_str instead of printing to
9823 stdout.
9824 (continue_handler): Set cont_handler_str instead of printing to
9825 stdout.
9826 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9827 mi_send_resuming_command. Print stop_handler_str and
9828 cont_handler_str instead of expecting the python events print
9829 directly.
9830
9831 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9832
9833 * gdb.base/jit-reader.exp: New file.
9834 * gdb.base/jithost.c: New file.
9835 * gdb.base/jithost.h: New file.
9836 * gdb.base/jitreader.c : New file.
9837 * gdb.base/jit-protocol.h: New file.
9838
9839 2016-06-17 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9842 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9843 and detach-on-fork. Adjust tests.
9844 (top level): Invoke break_cond_on_syscall with combinations of
9845 syscall, follow-fork-mode and detach-on-fork.
9846
9847 2016-06-17 Yao Qi <yao.qi@linaro.org>
9848
9849 * gdb.base/step-over-exit.c: New.
9850 * gdb.base/step-over-exit.exp: New.
9851
9852 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9853
9854 * gdb.base/float.exp: Add target check for nds32*-*-*.
9855 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9856
9857 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9858
9859 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9860 for unsupported target features.
9861 * gdb.base/call-rt-st.exp: Likewise.
9862 * gdb.base/call-sc.exp: Likewise.
9863 * gdb.base/call-signal-resume.exp: Likewise.
9864 * gdb.base/call-strs.exp: Likewise.
9865 * gdb.base/callexit.exp: Likewise.
9866 * gdb.base/callfuncs.exp: Likewise.
9867 * gdb.base/nodebug.exp: Likewise.
9868 * gdb.base/printcmds.exp: Likewise.
9869 * gdb.base/ptype.exp: Likewise.
9870 * gdb.base/structs.exp: Likewise.
9871 * gdb.base/unwindonsignal.exp: Likewise.
9872 * gdb.cp/gdb2495.exp: Likewise.
9873 * gdb.cp/templates.exp: Likewise.
9874 * gdb.cp/virtfunc.exp: Likewise.
9875 * gdb.threads/hand-call-in-threads.exp: Likewise.
9876 * gdb.threads/interrupted-hand-call.exp: Likewise.
9877 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9878
9879 2016-06-10 Tom Tromey <tom@tromey.com>
9880
9881 PR rust/20110:
9882 * gdb.rust/expr.exp: Add test for integer constant larger than
9883 i32.
9884
9885 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9886
9887 * gdb.fortran/nested-funcs.exp: New.
9888 * gdb.fortran/nested-funcs.f90: New.
9889
9890 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9891
9892 * gdb.base/examine-backward.c: New file.
9893 * gdb.base/examine-backward.exp: New file.
9894
9895 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9898 matching.
9899
9900 2016-06-02 Tom Tromey <tom@tromey.com>
9901
9902 PR python/18984:
9903 * gdb.python/py-shared.exp: Add solib_name test.
9904
9905 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9908
9909 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9910
9911 PR c++/19893
9912 * gdb.dwarf2/implref.exp: Rename to...
9913 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9914 * gdb.dwarf2/implref-array.c: New file.
9915 * gdb.dwarf2/implref-array.exp: Likewise.
9916 * gdb.dwarf2/implref-global.c: Likewise.
9917 * gdb.dwarf2/implref-global.exp: Likewise.
9918 * gdb.dwarf2/implref-struct.c: Likewise.
9919 * gdb.dwarf2/implref-struct.exp: Likewise.
9920
9921 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9922
9923 * gdb.trace/trace-condition.exp: Add 64bit tests.
9924
9925 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9926
9927 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9928 bits types.
9929 (main): Adapt to 8 to 64 bits types.
9930 * gdb.trace/trace-condition.exp: Add new tests.
9931
9932 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9933
9934 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9935
9936 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9937
9938 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9939 Move condition tests...
9940 * gdb.trace/trace-condition.exp: Here.
9941
9942 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9943
9944 * gdb.trace/trace-condition.exp: Add counter-case tests.
9945
9946 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 PR c++/15231
9949 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9950 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9951
9952 2016-05-27 Pedro Alves <palves@redhat.com>
9953
9954 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9955 New procedure.
9956 (top level): Call it, and bail out of DejaGnu is known to be bad.
9957
9958 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9959
9960 * gdb.base/whatis.c: Extend the test case.
9961 * gdb.base/whatis.exp: Add additional tests.
9962
9963 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9964
9965 * gdb.fortran/type.f90: Add pointer variable.
9966 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9967
9968 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9969
9970 * gdb.fortran/vla-type.exp: Fix testcase name.
9971
9972 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9973
9974 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9975
9976 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9977
9978 * gdb.fortran/type.f90: Add nested structures.
9979 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9980 * gdb.fortran/derived-type.exp: Adapt expected output.
9981 * gdb.fortran/vla-type.exp: Adapt expected output.
9982
9983 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9984
9985 * gdb.fortran/whatis_type.exp: Adapt expected output.
9986
9987 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9988
9989 * gdb.fortran/print_type.exp: Fix expected output.
9990 * gdb.fortran/whatis_type.exp: Fix expected output.
9991
9992 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9993
9994 * gdb.fortran/whatis_type.exp: Use multi_line.
9995
9996 2016-05-24 Tom Tromey <tom@tromey.com>
9997
9998 PR python/17386:
9999 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10000 use value as an index.
10001
10002 2016-05-23 Tom Tromey <tom@tromey.com>
10003
10004 PR python/17981:
10005 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10006 no-breakpoint case.
10007
10008 2016-05-24 Pedro Alves <palves@redhat.com>
10009
10010 PR gdb/19828
10011 * gdb.threads/clone-attach-detach.c: New file.
10012 * gdb.threads/clone-attach-detach.exp: New file.
10013
10014 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10015
10016 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10017
10018 2016-05-23 Tom Tromey <tom@tromey.com>
10019
10020 PR python/19438, PR python/18393:
10021 * gdb.python/py-progspace.exp: Add "dir" test.
10022 * gdb.python/py-objfile.exp: Add "dir" test.
10023
10024 2016-05-23 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10027 * gdb.arch/thumb2-it.exp: Likewise.
10028
10029 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10030
10031 * gdb.mi/mi-threads-interrupt.c: New file.
10032 * gdb.mi/mi-threads-interrupt.exp: New file.
10033
10034 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10035
10036 PR gdb/18077
10037 * gdb.mi/mi-async-run.exp: New file.
10038 * gdb.mi/mi-async-run.c: New file.
10039
10040 2016-05-17 Tom Tromey <tom@tromey.com>
10041 Manish Goregaokar <manishsmail@gmail.com>
10042
10043 * lib/rust-support.exp: New file.
10044 * lib/gdb.exp (skip_rust_tests): New proc.
10045 (build_executable_from_specs): Handle rust.
10046 * lib/future.exp (gdb_find_rustc): New proc.
10047 (gdb_default_target_compile): Handle rust.
10048 * gdb.rust/expr.exp: New file.
10049 * gdb.rust/generics.exp: New file.
10050 * gdb.rust/generics.rs: New file.
10051 * gdb.rust/methods.exp: New file.
10052 * gdb.rust/methods.rs: New file.
10053 * gdb.rust/modules.exp: New file.
10054 * gdb.rust/modules.rs: New file.
10055 * gdb.rust/simple.exp: New file.
10056 * gdb.rust/simple.rs: New file.
10057
10058 2016-05-17 Tom Tromey <tom@tromey.com>
10059
10060 * gdb.base/default.exp (set language): Add rust.
10061
10062 2016-05-17 Tom Tromey <tom@tromey.com>
10063
10064 * gdb.gdb/unittest.exp: New file.
10065
10066 2016-05-16 Yao Qi <yao.qi@linaro.org>
10067
10068 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10069 shell_prompt. Update shell_prompt_re.
10070
10071 2016-05-12 Doug Evans <dje@google.com>
10072
10073 PR symtab/19999
10074 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10075 $options when building executable.
10076 * gdb.dwarf2/fission-loclists-pie.S: New file.
10077 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10078
10079 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10080
10081 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10082 of [is_remote target],
10083
10084 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10085
10086 * lib/gdb.exp (use_gdb_stub): New procedure.
10087
10088 2016-05-03 Yunlian Jiang <yunlian@google.com>
10089 Doug Evans <dje@google.com>
10090
10091 PR symtab/19914
10092 * gdb.dwarf2/dwp-sepdebug.c: New file.
10093 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10094
10095 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10096
10097 * gdb.base/detach.exp: Remove is_remote check.
10098
10099 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10100
10101 * gdb.base/annota-input-while-running.exp: Don't check for
10102 [is_remote target]. Enable annotations after running to main.
10103 Remove unused "set test..." line.
10104
10105 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10106
10107 * gdb.trace/trace-enable-disable.exp: New file.
10108 * gdb.trace/trace-enable-disable.c: New file.
10109
10110 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10113 use it in info sharedlibrary test.
10114 * gdb.trace/ftrace-lock.exp: Likewise.
10115 * gdb.trace/ftrace.exp: Likewise.
10116 * gdb.trace/range-stepping.exp: Likewise.
10117 * gdb.trace/trace-break.exp: Likewise.
10118 * gdb.trace/trace-condition.exp: Likewise.
10119 * gdb.trace/trace-mt.exp: Likewise.
10120
10121 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10122
10123 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10124 (gdb_load_shlib): ... this.
10125 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10126 gdb_load_shlib.
10127 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10128 * gdb.base/ctxobj.exp: Likewise.
10129 * gdb.base/dprintf-pending.exp: Likewise.
10130 * gdb.base/dso2dso.exp: Likewise.
10131 * gdb.base/fixsection.exp: Likewise.
10132 * gdb.base/gcore-relro.exp: Likewise.
10133 * gdb.base/gdb1555.exp: Likewise.
10134 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10135 * gdb.base/gnu-ifunc.exp: Likewise.
10136 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10137 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10138 * gdb.base/pending.exp: Likewise.
10139 * gdb.base/print-file-var.exp: Likewise.
10140 * gdb.base/print-symbol-loading.exp: Likewise.
10141 * gdb.base/shlib-call.exp: Likewise.
10142 * gdb.base/shreloc.exp: Likewise.
10143 * gdb.base/so-impl-ld.exp: Likewise.
10144 * gdb.base/solib-disc.exp: Likewise.
10145 * gdb.base/solib-nodir.exp: Likewise.
10146 * gdb.base/solib-overlap.exp: Likewise.
10147 * gdb.base/solib-symbol.exp: Likewise.
10148 * gdb.base/solib-weak.exp (do_test): Likewise.
10149 * gdb.base/sym-file.exp: Likewise.
10150 * gdb.base/symtab-search-order.exp: Likewise.
10151 * gdb.base/type-opaque.exp: Likewise.
10152 * gdb.base/unload.exp: Likewise.
10153 * gdb.base/watchpoint-solib.exp: Likewise.
10154 * gdb.compile/compile.exp: Likewise.
10155 * gdb.cp/gdb2384.exp: Likewise.
10156 * gdb.cp/infcall-dlopen.exp: Likewise.
10157 * gdb.cp/re-set-overloaded.exp: Likewise.
10158 * gdb.fortran/library-module.exp: Likewise.
10159 * gdb.opt/solib-intra-step.exp: Likewise.
10160 * gdb.python/py-finish-breakpoint.exp: Likewise.
10161 * gdb.python/py-shared.exp: Likewise.
10162 * gdb.reverse/solib-precsave.exp: Likewise.
10163 * gdb.reverse/solib-reverse.exp: Likewise.
10164 * gdb.server/solib-list.exp: Likewise.
10165 * gdb.threads/dlopen-libpthread.exp: Likewise.
10166 * gdb.threads/tls-shared.exp: Likewise.
10167 * gdb.threads/tls-so_extern.exp: Likewise.
10168 * gdb.trace/change-loc.exp: Likewise.
10169 * gdb.trace/ftrace-lock.exp: Likewise.
10170 * gdb.trace/ftrace.exp: Likewise.
10171 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10172 * gdb.trace/pending.exp: Likewise.
10173 * gdb.trace/range-stepping.exp: Likewise.
10174 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10175 (strace_info_marker): Likewise.
10176 (strace_probe_marker): Likewise.
10177 (strace_trace_on_same_addr): Likewise.
10178 (strace_trace_on_diff_addr): Likewise.
10179 * gdb.trace/trace-break.exp: Likewise.
10180 * gdb.trace/trace-condition.exp: Likewise.
10181 * gdb.trace/trace-mt.exp: Likewise.
10182
10183 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10184
10185 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10186 result of gdb_remote_download.
10187 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10188 * gdb.base/dso2dso.exp: Likewise.
10189 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10190 * gdb.base/print-file-var.exp: Likewise.
10191 * gdb.base/shlib-call.exp: Likewise.
10192 * gdb.base/shreloc.exp: Likewise.
10193 * gdb.base/solib-overlap.exp: Likewise.
10194 * gdb.base/solib-weak.exp (do_test): Likewise.
10195 * gdb.base/unload.exp: Likewise.
10196
10197 2016-04-27 Yao Qi <yao.qi@linaro.org>
10198
10199 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10200 exists.
10201
10202 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10203
10204 * vla-type.exp: Print structure from toplevel.
10205
10206 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10207
10208 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10209 of dynamic types.
10210 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10211 of dynamic types.
10212
10213 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10214
10215 * gdb.fortran/vla-type.f90: New file.
10216 * gdb.fortran/vla-type.exp: New file.
10217
10218 2016-04-25 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/branch-to-self.c: New file.
10221 * gdb.base/branch-to-self.exp: New file.
10222
10223 2016-04-22 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10226 more after $hex.
10227
10228 2016-04-22 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10231 * gdb.base/annota3.exp: Likewise.
10232
10233 2016-04-22 Yao Qi <yao.qi@linaro.org>
10234
10235 * gdb.reverse/step-precsave.exp: Do one step and test program
10236 stops in "callee" and do multiple steps until program goes out
10237 of "callee".
10238 * gdb.reverse/step-reverse.exp: Likewise.
10239
10240 2016-04-22 Yao Qi <yao.qi@linaro.org>
10241
10242 * gdb.trace/signal.exp: Also pass if
10243 $tracepoint_hits($i) > $iterations.
10244
10245 2016-04-22 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.trace/signal.c: New file.
10248 * gdb.trace/signal.exp: New file.
10249
10250 2016-04-19 Doug Evans <xdje42@gmail.com>
10251
10252 * gdb.base/bad-file.exp: New file.
10253
10254 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10255
10256 * gdb.dwarf2/implref.exp: New file.
10257
10258 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10259
10260 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10261 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10262 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10263 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10264 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10265 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10266 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10267 * lib/fortran.exp (fortran_int4): New procedure.
10268 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10269 (fortran_logical4): Likewise.
10270
10271 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10272
10273 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10274
10275 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10276
10277 * lib/compiler.c: Add Intel specific preprocessor macros.
10278 * lib/compiler.cc: Likewise.
10279
10280 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10281
10282 * gdb.server/connect-with-no-symbol-file.c: New file.
10283 * gdb.server/connect-with-no-symbol-file.exp: New file.
10284
10285 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10286
10287 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10288
10289 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10290
10291 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10292 standard output directory.
10293
10294 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10295
10296 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10297
10298 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10299
10300 * gdb.btrace/instruction_history.c (loop): Add declaration.
10301
10302 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10303
10304 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10305
10306 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10307
10308 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10309 parentheses to print.
10310 (continue_handler): Likewise.
10311
10312 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * gdb.server/solib-list.exp: Remove is_remote check.
10315 Pass shlib= to gdb_compile. Don't link shared library with
10316 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10317 Run binary filename through "readlink -f" on the target.
10318
10319 2016-04-08 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10322 interpreter filename as argument to gdbserver_spawn.
10323 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10324 Return empty if $last_loaded_file does not exist.
10325
10326 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10329 * gdb.base/jit-main.c: Use exit after usage.
10330
10331 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10334 GDBHISTSIZE prior to the tests.
10335 * gdb.base/gdbinit-history.exp: Likewise.
10336
10337 2016-04-07 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10340 instead of build_executable. Use gdb_load_shlibs.
10341
10342 2016-04-07 Yao Qi <yao.qi@linaro.org>
10343
10344 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10345 Execute "si" command.
10346
10347 2016-04-07 Yao Qi <yao.qi@linaro.org>
10348
10349 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10350 number instead of the comments on some line.
10351
10352 2016-04-06 Don Breazeal <donb@codesourcery.com>
10353
10354 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10355 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10356
10357 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10358
10359 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10360 standard_output_file. Remove unused binfile variable.
10361
10362 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10363
10364 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10365 * gdb.python/py-mi-objfile.exp: Match "list main" output
10366 in console format.
10367
10368 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10369
10370 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10371 absolute.
10372
10373 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10374
10375 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10376 absolute.
10377 * gdb.trace/ftrace.exp: Likewise.
10378 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10379 targets as well.
10380 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10381 (gdb_load_shlibs): Copy libraries to test directory when testing
10382 natively. Only set solib-search-path if testing remotely.
10383 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10384
10385 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10386
10387 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10388 gdb_download. Use it even if the target is not remote.
10389 * gdb.base/jit.exp (compile_jit_test): Likewise.
10390 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10391 output directory if the destination board is local, otherwise use
10392 the standard remote_download from DejaGnu.
10393 (gdb_download): Remove.
10394 (gdb_load_shlibs): Use gdb_remote_download instead of
10395 gdb_download.
10396 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10397 Use gdb_remote_download instead of gdb_download. Use it even if
10398 the target is not remote.
10399 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10400 instead of gdb_download.
10401
10402 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10403
10404 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10405 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10406 run.
10407
10408 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10409
10410 PR gdb/19820
10411 * gdb.base/printcmds.exp: Add artificial arrays tests.
10412
10413 2016-03-31 Pedro Alves <palves@redhat.com>
10414
10415 PR gdb/19858
10416 * gdb.base/jit-main.c: Include unistd.h.
10417 (ATTACH): Define to 0 if not already defined.
10418 (wait_for_gdb, mypid): New globals.
10419 (WAIT_FOR_GDB): New macro.
10420 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10421 some breakpoint locations.
10422 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10423 New procedures.
10424 (one_jit_test): Add REATTACH parameter, and handle it. Use
10425 continue_to_test_location.
10426 (top level): Test attach, and adjusts calls to one_jit_test.
10427
10428 2016-03-31 Pedro Alves <palves@redhat.com>
10429
10430 PR gdb/19858
10431 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10432 BINSUFFIX parameter, and handle it.
10433 (top level): Adjust calls compile_jit_test.
10434
10435 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10436
10437 PR python/19743
10438 * gdb.python/py-mi-events-gdb.py: New file.
10439 * gdb.python/py-mi-events.c: New file.
10440 * gdb.python/py-mi-events.exp: New file.
10441
10442 2016-03-30 Yao Qi <yao.qi@linaro.org>
10443
10444 * gdb.reverse/until-precsave.exp: Match function name only.
10445 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10446 Move malloc to a condition block.
10447 * gdb.reverse/until-reverse.exp: Match function name only.
10448
10449 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10450
10451 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10452 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10453 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10454 variable for GPR 0 instead of assuming it is register 0.
10455 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10456 * lib/trace-support.exp: Add s390 registers.
10457
10458 2016-03-29 Yao Qi <yao.qi@linaro.org>
10459
10460 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10461
10462 2016-03-24 Yao Qi <yao.qi@linaro.org>
10463
10464 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10465 test message.
10466
10467 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10468
10469 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10470 maintaining separate logic for constructing the output path.
10471
10472 2016-03-16 Don Breazeal <donb@codesourcery.com>
10473
10474 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10475 Retry fork and waitpid on interrupted system call errors.
10476 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10477 Use with_timeout_factor to increase timeout by factor of 10.
10478
10479 2016-03-15 Don Breazeal <donb@codesourcery.com>
10480
10481 * gdb.cp/scope-err.cc: New test program.
10482 * gdb.cp/scope-err.exp: New test script.
10483 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10484 lines and "set breakpoint here" comment.
10485 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10486 Fixed some whitespace and format issues.
10487 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10488 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10489
10490 2016-03-15 Doug Evans <dje@google.com>
10491
10492 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10493 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10494 All callers updated. Add tests for enums, mixed flags register.
10495
10496 2016-03-15 Doug Evans <dje@google.com>
10497
10498 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10499 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10500
10501 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10502
10503 * gdb.base/default.exp: Add $_as_string to the list of expected
10504 convenience functions.
10505
10506 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10507
10508 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10509
10510 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10511
10512 * gdb.python/py-as-string.exp: New file.
10513 * gdb.python/py-as-string.c: New file.
10514
10515 2016-03-09 Pedro Alves <palves@redhat.com>
10516
10517 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10518 signal" -> "Thread NN received signal" output change.
10519 * gdb.threads/ia64-sigill.exp: Likewise.
10520 * gdb.threads/linux-dp.exp: Likewise.
10521 * gdb.threads/manythreads.exp: Likewise.
10522 * gdb.threads/pending-step.exp: Likewise.
10523 * gdb.threads/print-threads.exp: Likewise.
10524 * gdb.threads/sigstep-threads.exp: Likewise.
10525 * gdb.threads/staticthreads.exp: Likewise.
10526 * gdb.threads/tls.exp: Likewise.
10527
10528 2016-03-09 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/command-line-input.exp: New file.
10531
10532 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10533
10534 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10535 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10536 * gdb.trace/pending.exp: Accept leading dot before function name.
10537 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10538 * lib/trace-support.exp: Set registers for ppc.
10539
10540 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10541
10542 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10543 use it for disassembly; accept .main in addition to main in backtrace.
10544
10545 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10546 Marcin Kościelnicki <koriakin@0x04.net>
10547
10548 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10549 (gdb_recursion_test_ptr): New global variable.
10550 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10551 gdb_recursion_test.
10552 (gdb_c_test): Ditto.
10553
10554 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10555
10556 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10557 ordering.
10558
10559 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10560
10561 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10562 (bar): Add bar_start_lbl label.
10563 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10564 of foo/bar for emitting DWARF and tracing.
10565
10566 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10567
10568 * analyze-racy-logs.py: Set executable bit.
10569
10570 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10571
10572 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10573 (CHECK_TARGET_TMP): Likewise.
10574 (check-single-racy): New rule.
10575 (check-parallel-racy): Likewise.
10576 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10577 (do-check-parallel-racy): New rule.
10578 (check-racy/%.exp): Likewise.
10579 * README (Racy testcases): New section.
10580 * analyze-racy-logs.py: New file.
10581
10582 2016-03-03 Doug Evans <dje@google.com>
10583
10584 * gdb.base/skip.exp: Use with_test_prefix.
10585
10586 2016-03-03 Yao Qi <yao.qi@linaro.org>
10587
10588 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10589 Invoke step_over_syscall "clone" and break_cond_on_syscall
10590 "clone".
10591 * gdb.base/step-over-clone.c: New file.
10592
10593 2016-03-03 Yao Qi <yao.qi@linaro.org>
10594
10595 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10596 code format.
10597
10598 2016-03-03 Yao Qi <yao.qi@linaro.org>
10599
10600 * gdb.base/disp-step-fork.c: Rename to ...
10601 * gdb.base/step-over-fork.c: ... it. New file.
10602 * gdb.base/disp-step-vfork.c: Rename to ...
10603 * gdb.base/step-over-vfork.c: ... it. New file.
10604 * gdb.base/disp-step-syscall.exp: Rename to ...
10605 * gdb.base/step-over-syscall.exp: ... it. New file.
10606 (disp_step_cross_syscall): Rename to ...
10607 (step_over_syscall): ... it.
10608
10609 2016-03-03 Yao Qi <yao.qi@linaro.org>
10610
10611 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10612 If target supports condition evaluation on target, invoke
10613 break_cond_on_syscall for fork and vfork.
10614
10615 2016-03-03 Yao Qi <yao.qi@linaro.org>
10616
10617 * gdb.base/disp-step-syscall.exp: Don't invoke
10618 support_displaced_stepping.
10619 (disp_step_cross_syscall): Test with displaced stepping off and
10620 on if supported.
10621
10622 2016-03-03 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10625 proc.
10626 (setup): New proc.
10627 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10628 and setup.
10629
10630 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10631
10632 * gdb.fortran/vla-history.exp: Remove breakpoint.
10633
10634 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10635
10636 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10637 exceeds timeout.
10638
10639 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10640
10641 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10642 breakpoint.
10643
10644 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10645
10646 * gdb.mi/vla.f90: Nullify pointer after declaration.
10647
10648 2016-03-01 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10651
10652 2016-03-01 Pedro Alves <palves@redhat.com>
10653
10654 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10655 before anything else.
10656 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10657 _GNU_SOURCE here.
10658 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10659 before anything else.
10660 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10661
10662 2016-03-01 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10665
10666 2016-03-01 Yao Qi <yao.qi@linaro.org>
10667
10668 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10669 prepare_for_testing.
10670
10671 2016-03-01 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10674
10675 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10676
10677 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10678 manually constructing the output path.
10679
10680 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10681
10682 * gdb.arch/s390-stackless.S: New.
10683 * gdb.arch/s390-stackless.exp: New.
10684
10685 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10686
10687 * gdb.dlang/circular.c: New file.
10688 * gdb.dlang/circular.exp: New file.
10689
10690 2016-02-26 Yao Qi <yao.qi@linaro.org>
10691
10692 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10693 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10694 (testcases): Update.
10695
10696 2016-02-26 Yao Qi <yao.qi@linaro.org>
10697
10698 * gdb.reverse/aarch64.c: Rename to ...
10699 * gdb.reverse/insn-reverse.c: ... it.
10700 * gdb.reverse/aarch64.exp: Rename to ...
10701 * gdb.reverse/insn-reverse.exp: ... it.
10702
10703 2016-02-26 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10706 (testcase_ftype): New.
10707 (testcases): New array.
10708 (n_testcases): New.
10709 (main): Call each element in testcases.
10710 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10711 (read_testcase): New.
10712 Do the tests in a loop.
10713
10714 2016-02-25 Yao Qi <yao.qi@linaro.org>
10715
10716 * gdb.base/branches.c: Remove.
10717
10718 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10719
10720 PR gdb/13808
10721 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10722
10723 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10724
10725 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10726
10727 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10728
10729 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10730 change x86_64 call_insn to 'callq'.
10731
10732 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10733
10734 * gdb.trace/tfile-avx.c: Move to...
10735 * gdb.trace/tracefile-pseudo-reg.c: Here.
10736 * gdb.trace/tfile-avx.exp: Move to...
10737 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10738
10739 2016-02-24 Gary Benson <gbenson@redhat.com>
10740
10741 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10742 message on attach.
10743
10744 2016-02-23 Doug Evans <dje@google.com>
10745
10746 * gdb.base/skip.c (test_skip): New function.
10747 (end_test_skip_file_and_function): New function.
10748 (test_skip_file_and_function): New function.
10749 * gdb.base/skip1.c (test_skip): New function.
10750 (skip1_test_skip_file_and_function): New function.
10751 * gdb.base/skip.exp: Add tests for new skip options.
10752 * gdb.base/skip-solib.exp: Update expected output.
10753 * gdb.perf/skip-command.cc: New file.
10754 * gdb.perf/skip-command.exp: New file.
10755 * gdb.perf/skip-command.py: New file.
10756
10757 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10758
10759 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10760 info registers pattern.
10761
10762 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10763
10764 * lib/future.exp: Add D support.
10765 (gdb_find_gdc): New proc.
10766 (gdb_default_target_compile): Add D support.
10767
10768 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10769
10770 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10771 user+system time.
10772 (trace_speed_test): Determine the iteration count for a time
10773 between 15..30 seconds.
10774
10775 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10776
10777 * gdb.arch/i386-mpx-sigsegv.c: New file.
10778 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10779 * gdb.arch/i386-mpx-simple_segv.c: New file.
10780 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10781
10782 2016-02-18 Yao Qi <yao.qi@linaro.org>
10783
10784 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10785 Don't call setup_kfail.
10786
10787 2016-02-18 Yao Qi <yao.qi@linaro.org>
10788
10789 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10790 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10791
10792 2016-02-16 Doug Evans <dje@google.com>
10793
10794 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10795 * gdb.base/skip1.c: Ditto.
10796 * gdb.base/skip.exp: Whitespace cleanup.
10797
10798 2016-02-16 Don Breazeal <donb@codesourcery.com>
10799
10800 PR remote/19496
10801 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10802 Remove kfail for PR remote/19496.
10803
10804 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10805
10806 * lib/gdb.exp (standard_temp_file): Return a path specific to
10807 the runtest invocation.
10808
10809 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10810
10811 * gdb.trace/save-trace.exp: Change relative path to be in the
10812 standard output directory.
10813
10814 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * gdb.arch/i386-prologue.c: Add missing prototypes.
10817
10818 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10819
10820 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10821 * gdb.arch/i386-prologue.exp: Likewise.
10822 * gdb.arch/i386-size.exp: Likewise.
10823
10824 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10825
10826 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10827 define object file path.
10828 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10829 file path.
10830 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10831 standard_output_file to define binfile.
10832
10833 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 Fix compatibility with recent gfortran-5.3.1.
10836 * gdb.fortran/vla-history.exp (print vla1 allocated)
10837 (print vla2 allocated, print $2, print $3): Remove
10838 (print $4): Rename to ...
10839 (print $2): ... here.
10840 (print $9): Rename to ...
10841 (print $5): ... here.
10842 (print $10): Rename to ...
10843 (print $6): ... here.
10844 * gdb.fortran/vla.f90: Add pvla initialization.
10845
10846 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10849 New test.
10850 * gdb.fortran/vla-value-sub.exp: Likewise.
10851
10852 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10853
10854 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10855
10856 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10857
10858 * i386-biarch-core.exp: Define corefile using
10859 standard_output_file.
10860
10861 2016-02-12 Yao Qi <yao.qi@linaro.org>
10862
10863 * gdb.arch/arm-single-step-kernel-helper.c: New.
10864 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10865
10866 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10867
10868 * gdb.btrace/tailcall-only.exp: New.
10869 * gdb.btrace/tailcall-only.c: New.
10870 * gdb.btrace/x86_64-tailcall-only.S: New.
10871 * gdb.btrace/i686-tailcall-only.S: New.
10872
10873 2016-02-11 Pedro Alves <palves@redhat.com>
10874
10875 * README (Parallel testing): Add missing double quotes.
10876
10877 2016-02-11 Pedro Alves <palves@redhat.com>
10878
10879 * README (Parallel testing): New section.
10880 (GDB_PARALLEL): Rewrite.
10881 (FORCE_PARALLEL): Document.
10882
10883 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10884
10885 * gdb.trace/tfile-avx.c: New test.
10886 * gdb.trace/tfile-avx.exp: New test.
10887
10888 2016-02-09 Keith Seitz <keiths@redhat.com>
10889
10890 PR breakpoints/19546
10891 * gdb.base/infcall-exec.c: New file.
10892 * gdb.base/infcall-exec2.c: New file.
10893 * gdb.base/infcall-exec.exp: New file.
10894
10895 2016-02-09 Keith Seitz <keiths@redhat.com>
10896
10897 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10898 (toplevel): Call test_bkpt_address.
10899
10900 2016-02-09 Keith Seitz <keiths@redhat.com>
10901
10902 PR python/19506
10903 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10904 (toplevel): Call test_bkpt_address.
10905
10906 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10909 to AC_OUTPUT.
10910 * configure: Regenerate.
10911
10912 2016-02-09 Pedro Alves <palves@redhat.com>
10913
10914 PR breakpoints/19548
10915 * gdb.base/execl-update-breakpoints.c (some_function): New
10916 function.
10917 (main): Call it.
10918 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10919 Tighten expected GDB output.
10920
10921 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10922
10923 * Makefile.in (ALL_SUBDIRS): Remove.
10924 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10925 (distclean maintainer-clean realclean): Likewise.
10926 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10927 * configure: Regenerate.
10928 * gdb.ada/Makefile.in: Delete.
10929 * gdb.arch/Makefile.in: Likewise.
10930 * gdb.asm/Makefile.in: Likewise.
10931 * gdb.base/Makefile.in: Likewise.
10932 * gdb.btrace/Makefile.in: Likewise.
10933 * gdb.cell/Makefile.in: Likewise.
10934 * gdb.compile/Makefile.in: Likewise.
10935 * gdb.cp/Makefile.in: Likewise.
10936 * gdb.disasm/Makefile.in: Likewise.
10937 * gdb.dlang/Makefile.in: Likewise.
10938 * gdb.dwarf2/Makefile.in: Likewise.
10939 * gdb.fortran/Makefile.in: Likewise.
10940 * gdb.gdb/Makefile.in: Likewise.
10941 * gdb.go/Makefile.in: Likewise.
10942 * gdb.guile/Makefile.in: Likewise.
10943 * gdb.java/Makefile.in: Likewise.
10944 * gdb.linespec/Makefile.in: Likewise.
10945 * gdb.mi/Makefile.in: Likewise.
10946 * gdb.modula2/Makefile.in: Likewise.
10947 * gdb.multi/Makefile.in: Likewise.
10948 * gdb.objc/Makefile.in: Likewise.
10949 * gdb.opencl/Makefile.in: Likewise.
10950 * gdb.opt/Makefile.in: Likewise.
10951 * gdb.pascal/Makefile.in: Likewise.
10952 * gdb.perf/Makefile.in: Likewise.
10953 * gdb.python/Makefile.in: Likewise.
10954 * gdb.reverse/Makefile.in: Likewise.
10955 * gdb.server/Makefile.in: Likewise.
10956 * gdb.stabs/Makefile.in: Likewise.
10957 * gdb.threads/Makefile.in: Likewise.
10958 * gdb.trace/Makefile.in: Likewise.
10959 * gdb.xml/Makefile.in: Likewise.
10960 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10961 GDB_PARALLEL.
10962 (standard_output_file): Remove check for GDB_PARALLEL, always
10963 return path in outputs/$subdir/$testname.
10964
10965 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10966
10967 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10968 (site.exp): Assign abs_srcdir to tcl's srcdir.
10969
10970 2016-02-04 Yao Qi <yao.qi@linaro.org>
10971
10972 * gdb.base/foll-exec-mode.c: Include limits.h.
10973 (main): Add parameters argc and argv. Get directory from
10974 argv[0].
10975 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10976 compilation.
10977 * gdb.base/foll-exec.c: Include limits.h.
10978 (main): Add parameters argc and argv.
10979 Get directory from argv[0].
10980 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10981 Adjust tests on the number of lines as source code changed.
10982 * gdb.base/foll-vfork-exit.c: Include limits.h.
10983 (main): Add one line of statement before vfork.
10984 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10985 (main): Add parameters argc and argv. Get directory from
10986 argv[0].
10987 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10988 (setup_gdb): Set tbreak to skip some source lines.
10989 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10990 (main): Add parameters argc and argv. Get directory from
10991 argv[0].
10992 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10993 compilation.
10994 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10995 (main): Add parameters argc and argv. Get directory from
10996 argv[0].
10997 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10998 compilation.
10999
11000 2016-02-01 Doug Evans <dje@google.com>
11001
11002 * gdb.base/skip.exp: Clean up multiple references to same test name.
11003
11004 2016-02-01 Pedro Alves <palves@redhat.com>
11005
11006 PR remote/19496
11007 * gdb.threads/forking-threads-plus-breakpoint.exp
11008 (displaced_stepping_supported): New global.
11009 (probe_displaced_stepping_support): New procedure.
11010 (do_test): Add 'displaced' parameter, and use it.
11011 (top level): Check for displaced stepping support. Add displaced
11012 stepping on/off testing axis.
11013
11014 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11015
11016 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11017 pointer. Don't perform further tests on the unassociated pointer
11018 if the first test fails.
11019
11020 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11021
11022 * gdb.base/max-value-size.c: New file.
11023 * gdb.base/max-value-size.exp: New file.
11024 * gdb.base/huge.exp: Disable max-value-size for this test.
11025
11026 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11027
11028 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11029
11030 2016-01-28 Yao Qi <yao.qi@linaro.org>
11031
11032 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11033
11034 2016-01-25 Pedro Alves <palves@redhat.com>
11035
11036 PR threads/19461
11037 * gdb.base/fork-running-state.c: New file.
11038 * gdb.base/fork-running-state.exp: New file.
11039
11040 2016-01-25 Pedro Alves <palves@redhat.com>
11041
11042 PR gdb/19494
11043 * gdb.base/catch-fork-kill.c: New file.
11044 * gdb.base/catch-fork-kill.exp: New file.
11045
11046 2016-01-25 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11049 Delete, moved to lib/gdb.exp.
11050 * gdb.threads/forking-threads-plus-breakpoint.exp
11051 (foreach_with_prefix): Likewise.
11052 * gdb.threads/process-dies-while-handling-bp.exp
11053 (foreach_with_prefix): Likewise.
11054 * lib/gdb.exp (foreach_with_prefix): New procedure.
11055
11056 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11057
11058 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11059 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11060
11061 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11062
11063 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11064 endian targets.
11065
11066 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11067 Pedro Alves <palves@redhat.com>
11068
11069 Fix testsuite compatibility with Guile.
11070 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11071 number.
11072
11073 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11074
11075 Fix testsuite compatibility with Guile.
11076 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11077 (thread 1): New test for backtrace through signal handler.
11078
11079 2016-01-22 Yao Qi <yao.qi@linaro.org>
11080
11081 PR testsuite/19491
11082 * gdb.base/multi-forks.c: Include
11083 ../lib/unbuffer_output.c
11084 (main): Call gdb_unbuffer_output.
11085
11086 2016-01-21 Doug Evans <dje@google.com>
11087
11088 * lib/ada.exp (gdb_compile_ada): Fix typo.
11089
11090 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11091
11092 * gdb.base/break-fun-addr.exp: New file.
11093 * gdb.base/break-fun-addr1.c: New file.
11094 * gdb.base/break-fun-addr2.c: New file.
11095
11096 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11097
11098 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11099 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11100 enum flag values.
11101
11102 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11103
11104 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11105 when GDB can not set the vector return value. Add more comments
11106 for clarification.
11107
11108 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11109
11110 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11111 command.
11112
11113 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11114
11115 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11116
11117 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11118
11119 * Makefile.in (check-single): Pass --status to runtest.
11120 (check/%.exp): Likewise.
11121
11122 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11123
11124 * Makefile.in (check-parallel): Propagate return code from make
11125 do-check-parallel.
11126
11127 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11128
11129 * gdb.trace/ftrace.exp: Fix expected message on continue.
11130 * gdb.trace/pending.exp: Fix expected message on continue.
11131 * gdb.trace/trace-break.exp: Fix expected message on continue.
11132
11133 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11134
11135 * lib/gdb.exp (gdb_test): Remove unused global references.
11136
11137 2016-01-18 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/async-shell.exp: Adjust expected output.
11140 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11141 * gdb.base/siginfo-thread.exp: Adjust expected output.
11142 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11143 * gdb.java/jnpe.exp: Adjust expected output.
11144 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11145 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11146 * gdb.threads/leader-exit.exp: Adjust expected output.
11147 * gdb.threads/manythreads.exp: Adjust expected output.
11148 * gdb.threads/pthreads.exp: Adjust expected output.
11149 * gdb.threads/schedlock.exp: Adjust expected output.
11150 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11151 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11152 expected output.
11153 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11154 output.
11155 * gdb.threads/sigthread.exp: Adjust expected output.
11156 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11157
11158 2016-01-18 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.guile/scm-section-script.c: Replace @progbits with
11161 %progbits.
11162 * gdb.python/py-section-script.c: Likewise.
11163
11164 2016-01-15 Pedro Alves <palves@redhat.com>
11165
11166 * gdb.multi/tids.exp: Test star wildcard ranges.
11167
11168 2016-01-15 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11171 command from "thread apply" invocation.
11172 (thr_apply_info_thr_invalid): Default the expected output to the
11173 input tid list.
11174 (top level): Add tests that use convenience variables. Add tests
11175 for "thread apply" with a valid TID list, but missing the command.
11176
11177 2016-01-13 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.base/default.exp: Expect $_gthread as well.
11180 * gdb.multi/tids.exp: Test $_gthread.
11181 * gdb.threads/thread-specific.exp: Test $_gthread.
11182
11183 2016-01-13 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.multi/tids.exp: Test "info threads -gid".
11186
11187 2016-01-13 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11190 Breakpoint.thread.
11191 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11192
11193 2016-01-07 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/break.exp: Adjust to output changes.
11196 * gdb.base/hbreak2.exp: Likewise.
11197 * gdb.base/sepdebug.exp: Likewise.
11198 * gdb.base/watch_thread_num.exp: Likewise.
11199 * gdb.linespec/keywords.exp: Likewise.
11200 * gdb.multi/info-threads.exp: Likewise.
11201 * gdb.threads/thread-find.exp: Likewise.
11202 * gdb.multi/tids.c: New file.
11203 * gdb.multi/tids.exp: New file.
11204
11205 2016-01-13 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11208
11209 2016-01-13 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.base/default.exp: Expect $_inferior as well.
11212 * gdb.multi/base.exp: Test $_inferior.
11213
11214 2016-01-13 Pedro Alves <palves@redhat.com>
11215
11216 PR breakpoints/19388
11217 * gdb.base/catch-signal-siginfo-cond.c: New file.
11218 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11219
11220 2016-01-12 Josh Stone <jistone@redhat.com>
11221 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11222
11223 * gdb.base/catch-syscall.c (do_execve): New variable.
11224 (main): Conditionally trigger an execve.
11225 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11226 (test_catch_syscall_execve): New, check entry/return across execve.
11227 (do_syscall_tests): Call test_catch_syscall_execve.
11228
11229 2016-01-12 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.base/random-signal.exp (do_test): New procedure, with body
11232 of testcase moved in.
11233
11234 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11235 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/funcargs.exp (finish from indirectly called function):
11238 Reintroduce the case for 'First'.
11239
11240 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11241 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11244 (tcatch_vfork_then_child_follow_exec)
11245 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11246 identification.
11247
11248 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11249
11250 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11251 and repeats to unlimited.
11252 * gdb.python/py-value.exp: Likewise.
11253 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11254 and repeats to unlimited.
11255
11256 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11257
11258 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11259 and reordering the functions.
11260 * gdb.multi/hangout.c: Likewise.
11261 * gdb.multi/hello.c: Likewise.
11262
11263 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11264
11265 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11266 absolute.
11267 (SingleStatisticTestResult.report): Use dict.keys instead of
11268 dict.iterkeys.
11269
11270 2016-01-06 Pedro Alves <palves@redhat.com>
11271
11272 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11273
11274 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11275
11276 * gdb.btrace/dlopen.exp: New.
11277 * gdb.btrace/dlopen.c: New.
11278 * gdb.btrace/dlopen-dso.c: New.
11279
11280 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11281
11282 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11283 PATTERN argument is optional.
11284
11285 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11286
11287 * lib/ada.exp (target_compile_ada_from_dir): New function.
11288 (gdb_compile_ada): Reimplement avoiding the use of project files.
11289 * gdb.ada/gnat_ada.gpr: Delete.
11290 * gdb.ada/cond_lang.exp: Adjust test to make path before
11291 filename optional.
11292 * gdb.ada/small_reg_param.exp: Likewise.
11293
11294 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11297
11298 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11299
11300 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11301 case.
11302
11303 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11304
11305 * gdb.base/break.exp: Remove dead code.
11306 * gdb.base/sepdebug.exp: Likewise.
11307
11308 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11309
11310 * gdb.asm/asm-source.exp: Remove HP-UX references.
11311 * gdb.base/annota1.exp: Likewise.
11312 * gdb.base/annota3.exp: Likewise.
11313 * gdb.base/attach.exp: Likewise.
11314 * gdb.base/bigcore.exp: Likewise.
11315 * gdb.base/break.exp: Likewise.
11316 * gdb.base/call-ar-st.exp: Likewise.
11317 * gdb.base/callfuncs.exp: Likewise.
11318 * gdb.base/catch-fork-static.exp: Likewise.
11319 * gdb.base/display.exp: Likewise.
11320 * gdb.base/foll-exec-mode.exp: Likewise.
11321 * gdb.base/foll-exec.exp: Likewise.
11322 * gdb.base/foll-fork.exp: Likewise.
11323 * gdb.base/foll-vfork.exp: Likewise.
11324 * gdb.base/funcargs.exp: Likewise.
11325 * gdb.base/hbreak2.exp: Likewise.
11326 * gdb.base/inferior-died.exp: Likewise.
11327 * gdb.base/interrupt.exp: Likewise.
11328 * gdb.base/multi-forks.exp: Likewise.
11329 * gdb.base/nodebug.exp: Likewise.
11330 * gdb.base/sepdebug.exp: Likewise.
11331 * gdb.base/solib1.c: Likewise.
11332 * gdb.base/step-test.exp: Likewise.
11333 * gdb.mi/non-stop.c: Likewise.
11334 * gdb.mi/pthreads.c: Likewise.
11335 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11336 * gdb.threads/pthreads.c: Likewise.
11337 * gdb.threads/staticthreads.exp: Likewise.
11338 * lib/future.exp: Likewise.
11339 * lib/gdb.exp: Likewise.
11340 * gdb.base/so-indr-cl.c: Remove.
11341 * gdb.base/so-indr-cl.exp: Likewise.
11342 * gdb.base/solib.c: Likewise.
11343 * gdb.base/solib.exp: Likewise.
11344 * gdb.base/solib2.c: Likewise.
11345
11346 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11347
11348 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11349 * gdb.base/call-ar-st.exp: Likewise.
11350 * gdb.base/callfuncs.exp: Likewise.
11351 * gdb.base/condbreak.exp: Likewise.
11352 * gdb.base/constvars.exp: Likewise.
11353 * gdb.base/hbreak2.exp: Likewise.
11354 * gdb.base/langs.exp: Likewise.
11355 * gdb.base/list.exp: Likewise.
11356 * gdb.base/long_long.exp: Likewise.
11357 * gdb.base/ptype.exp: Likewise.
11358 * gdb.base/scope.exp: Likewise.
11359 * gdb.base/signals.exp: Likewise.
11360 * gdb.base/so-impl-ld.exp: Likewise.
11361 * gdb.base/varargs.exp: Likewise.
11362 * gdb.base/volatile.exp: Likewise.
11363 * gdb.base/whatis.exp: Likewise.
11364 * gdb.cp/cplusfuncs.exp: Likewise.
11365 * gdb.cp/inherit.exp: Likewise.
11366 * gdb.cp/local.exp: Likewise.
11367 * gdb.cp/member-ptr.exp: Likewise.
11368 * gdb.cp/method.exp: Likewise.
11369 * gdb.cp/overload.exp: Likewise.
11370 * gdb.cp/templates.exp: Likewise.
11371 * gdb.stabs/weird.exp: Likewise.
11372 * lib/compiler.c: Likewise.
11373 * lib/compiler.cc: Likewise.
11374 * lib/cp-support.exp: Likewise.
11375 * lib/gdb.exp: Likewise.
11376
11377 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11378
11379 * configure.ac: Remove HP-UX case.
11380 * configure: Regenerate.
11381
11382 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11383
11384 * lib/gdb.exp (gdb_compile): Add function doc.
11385
11386 2015-12-17 Pedro Alves <palves@redhat.com>
11387
11388 PR threads/19354
11389 * gdb.multi/info-threads.exp: New file.
11390
11391 2015-12-15 Yao Qi <yao.qi@linaro.org>
11392
11393 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11394 is aarch64*-*-*.
11395
11396 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11397
11398 * gdb.base/history-duplicates.exp: Skip if no readline support.
11399
11400 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11401
11402 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11403
11404 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11405
11406 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11407
11408 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11409
11410 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11411 ctrl-C if nointerrupts target property is set.
11412 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11413 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11414 * gdb.base/paginate-bg-execution.exp: Likewise.
11415 * gdb.base/paginate-execution-startup.exp: Likewise.
11416 * gdb.base/random-signal.exp: Likewise.
11417 * gdb.base/range-stepping.exp: Likewise.
11418 * gdb.cp/annota2.exp: Likewise.
11419 * gdb.cp/annota3.exp: Likewise.
11420 * gdb.gdb/selftest.exp: Likewise.
11421 * gdb.threads/continue-pending-status.exp: Likewise.
11422 * gdb.threads/leader-exit.exp: Likewise.
11423 * gdb.threads/manythreads.exp: Likewise.
11424 * gdb.threads/pthreads.exp: Likewise.
11425 * gdb.threads/schedlock.exp: Likewise.
11426 * gdb.threads/sigthread.exp: Likewise.
11427
11428 2015-12-11 Don Breazeal <donb@codesourcery.com>
11429
11430 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11431 remote.
11432 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11433 * gdb.base/foll-exec.exp (main): Enable for target remote.
11434 * gdb.base/foll-fork.exp (main): Likewise.
11435 * gdb.base/foll-vfork.exp (main): Likewise.
11436 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11437 (proc continue_to_exit_bp_loc): Use clean_restart.
11438 * gdb.base/pie-execl.exp (main): Disable for target remote.
11439 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11440 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11441 * gdb.threads/execl.exp (main): Likewise.
11442 * gdb.threads/fork-child-threads.exp (main): Likewise.
11443 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11444 remote.
11445 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11446 remote.
11447 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11448 pid.tid style ptids, instead of just tid.
11449 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11450 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11451 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11452 ptids, instead of just tid.
11453
11454 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11455
11456 * gdb.base/list.exp (test_list_forward): Add end of file error
11457 test.
11458 (test_repeat_list_command): Add end of file error test.
11459 (test_list_backwards): Add beginning of file error test.
11460
11461 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11462
11463 * gdb.base/list.exp (test_list_invalid_args): New function,
11464 defined, and called.
11465
11466 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11467
11468 * gdb.base/list.exp (test_list): Make test names unique.
11469
11470 2015-12-11 Yao Qi <yao.qi@linaro.org>
11471
11472 * gdb.base/coremaker2.c: Remove.
11473
11474 2015-12-10 Pedro Alves <palves@redhat.com>
11475
11476 * gdb.multi/base.exp: Remove stale "spaces" references.
11477
11478 2015-12-10 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.multi/base.exp: Don't use nowarnings.
11481 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11482 * gdb.multi/hangout.c: Include stdio.h.
11483 * gdb.multi/hello.c: Include stdlib.h.
11484 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11485 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11486 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11487
11488 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11489
11490 * gdb.dwarf2/dw2-ranges-base.c: New file.
11491 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11492 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11493 support additional line table, and debug ranges generation.
11494 (Dwarf::ranges): New function, generate .debug_ranges.
11495 (Dwarf::lines): Support generating simple line table programs.
11496 (Dwarf::assemble): Initialise new namespace variables.
11497
11498 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11499
11500 * gdb.base/async.exp (proc test_background): Add case for
11501 asynchronous execution not supported.
11502
11503 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11504
11505 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11506 format and change test names to make them unique.
11507
11508 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11509 Pedro Alves <pedro@redhat.com>
11510
11511 PR gdb/18702
11512 Add checking of floatformats setup on x86_64 hosts.
11513 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11514 (smallval, bigval): New labels/constants.
11515 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11516 float" after loading bigval and smallval.
11517
11518 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11519
11520 * gdb.ada/fun_overload_menu.exp: New testcase.
11521 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11522
11523 2015-12-04 Josh Stone <jistone@redhat.com>
11524
11525 * gdb.base/catch-fork-static.exp: New.
11526
11527 2015-12-03 Yao Qi <yao.qi@linaro.org>
11528
11529 * gdb.base/sizeof.c: Don't include stdio.h and
11530 ../lib/unbuffer_output.c.
11531 (main): New variable 'size' and 'value'. Remove printf and
11532 gdb_unbuffer_output. Assign return value to size and value.
11533 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11534 at the beginning.
11535 (check_sizeof): Check the result by printing variable 'size'.
11536 (check_valueof): Check the result by printing variable 'value'.
11537
11538 2015-12-01 Yao Qi <yao.qi@linaro.org>
11539
11540 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11541 for aarch64*-*-linux* target.
11542
11543 2015-11-30 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11546
11547 2015-11-30 Pedro Alves <palves@redhat.com>
11548
11549 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11550 Handle non-stop mode vCont replies.
11551
11552 2015-11-30 Pedro Alves <palves@redhat.com>
11553
11554 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11555 prepare_for_testing. Start gdb with "set non-stop on" appended to
11556 GDBFLAGS. Lax expected stop output.
11557
11558 2015-11-27 Yao Qi <yao.qi@linaro.org>
11559
11560 * gdb.arch/arm-neon.exp: New.
11561 * gdb.arch/arm-neon.c: New.
11562
11563 2015-11-27 Yao Qi <yao.qi@linaro.org>
11564
11565 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11566
11567 2015-11-27 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11570 frames-invalid annotation.
11571
11572 2015-11-27 Yao Qi <yao.qi@linaro.org>
11573
11574 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11575
11576 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11577
11578 * gdb.threads/names.exp: New file.
11579 * gdb.threads/names.c: New file.
11580 * README: Mention gdb,no_thread_names.
11581
11582 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 PR 19297
11585 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11586 support" error.
11587
11588 2015-11-24 Pedro Alves <palves@redhat.com>
11589
11590 PR 17539
11591 * gdb.base/display.exp: Expect displays to be sorted in ascending
11592 order. Use multi_line.
11593 * gdb.base/solib-display.exp: Likewise.
11594
11595 2015-11-24 Pedro Alves <palves@redhat.com>
11596
11597 PR 17539
11598 * gdb.base/display.exp: Expect displays to be sorted in ascending
11599 order. Use multi_line.
11600 * gdb.base/solib-display.exp: Likewise.
11601
11602 2015-11-24 Pedro Alves <palves@redhat.com>
11603
11604 PR 17539
11605 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11606 threads in ascending order.
11607 * gdb.base/foll-fork.exp: Likewise.
11608 * gdb.base/foll-vfork.exp: Likewise.
11609 * gdb.base/multi-forks.exp: Likewise.
11610 * gdb.mi/mi-nonstop.exp: Likewise.
11611 * gdb.mi/mi-nsintrall.exp: Likewise.
11612 * gdb.multi/base.exp: Likewise.
11613 * gdb.multi/multi-arch.exp: Likewise.
11614 * gdb.python/py-inferior.exp: Likewise.
11615 * gdb.threads/break-while-running.exp: Likewise.
11616 * gdb.threads/execl.exp: Likewise.
11617 * gdb.threads/gcore-thread.exp: Likewise.
11618 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11619 * gdb.threads/kill.exp: Likewise.
11620 * gdb.threads/linux-dp.exp: Likewise.
11621 * gdb.threads/multiple-step-overs.exp: Likewise.
11622 * gdb.threads/next-bp-other-thread.exp: Likewise.
11623 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11624 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11625 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11626 * gdb.threads/thread-find.exp: Likewise.
11627 * gdb.threads/tls.exp: Likewise.
11628 * lib/mi-support.exp (mi_reverse_list): Delete.
11629 (mi_check_thread_states): No longer reverse list.
11630
11631 2015-11-24 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11634 use lowercase.
11635
11636 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11637
11638 * gdb.trace/actions.c: Include trace-common.h.
11639 (main): Add a location for a fast tracepoint.
11640 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11641 the normal tracepoints.
11642 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11643
11644 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11645
11646 * save-trace.exp: Factor out code to these...
11647 (gdb_save_tracepoints): New.
11648 (gdb_load_tracepoints): New.
11649 (do_save_load_test): New.
11650
11651 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11652
11653 * gdb.base/asmlabel.exp: New test.
11654 * gdb.base/asmlabel.c: New test case.
11655
11656 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.base/wrong_frame_bt_full-main.c: New file.
11659 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11660 * gdb.base/wrong_frame_bt_full.exp: New file.
11661
11662 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11663
11664 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11665
11666 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11667
11668 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11669 pstate register when comparing registers values in
11670 sparc64-*-linux-gnu targets to avoid spurious differences.
11671
11672 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11673
11674 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11675
11676 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11677
11678 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11679 as type argument to gdb_compile.
11680 * gdb.base/nested-subp2.exp: Likewise.
11681 * gdb.base/nested-subp3.exp: Likewise.
11682
11683 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11684
11685 * lib/dwarf.exp (_note): Fix left shift of negative value.
11686 * gdb.trace/trace-condition.exp: Likewise.
11687
11688 2015-11-13 Yao Qi <yao.qi@linaro.org>
11689
11690 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11691 comments about d10v.
11692 (test_scalar_returns): Likewise.
11693 * gdb.base/d10v.ld: Remove.
11694 * gdb.base/overlays.exp: Remove the target triplet checking for
11695 d10v-*-*.
11696 * gdb.base/structs.exp (test_struct_returns): Remove the
11697 comments about d10v.
11698 (test_struct_calls): Likewise.
11699
11700 2015-11-13 Yao Qi <yao.qi@linaro.org>
11701
11702 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11703 * gdb.base/gnu_vector.c: Don't include stdio.h.
11704 (main): Don't print res and call add_some_intvecs.
11705
11706 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11707
11708 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11709 macro.
11710 (func5): Removed.
11711 (func4): Use FAST_TRACEPOINT_LABEL.
11712 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11713 macro.
11714 (func): Removed.
11715 (thread_function): Use FAST_TRACEPOINT_LABEL.
11716 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11717 (func): Remove.
11718 (marker): Use FAST_TRACEPOINT_LABEL.
11719 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11720 (pendfunc1): Remove.
11721 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11722 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11723 (foo): Remove.
11724 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11725 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11726 macro.
11727 (func): Remove.
11728 (marker): Use FAST_TRACEPOINT_LABEL.
11729 * gdb.trace/trace-common.h: New header.
11730 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11731 macro.
11732 (func): Remove.
11733 (marker): Use FAST_TRACEPOINT_LABEL.
11734 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11735 (func): Remove.
11736 (thread_function): Use FAST_TRACEPOINT_LABEL.
11737
11738 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11739
11740 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11741 in front.
11742 * gdb.trace/change-loc.exp: Use global pcreg definition.
11743 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11744 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11745 in front.
11746 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11747 * gdb.trace/pending.exp: Likewise.
11748 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11749 * gdb.trace/trace-break.exp: Likewise.
11750 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11751 in front.
11752 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11753 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11754 in front.
11755 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11756
11757 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11758
11759 * gdb.ada/fin_fun_out: New testcase.
11760
11761 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11762
11763 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11764 value associated with DW_AT_byte_size.
11765 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11766 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11767 DW_AT_upper_bound.
11768
11769 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11770
11771 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11772 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11773 version.
11774 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11775 gdb.dwarf2/dw2-canonicalize-type.exp,
11776 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11777 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11778 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11779 provided by gdb_target_symbol_prefix_flags_asm.
11780 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11781 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11782 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11783 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11784 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11785 macros where needed). Use this macro for symbols which require
11786 the prefix provided by SYMBOL_PREFIX.
11787
11788 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11789
11790 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11791 New procs.
11792 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11793 representing expressions, of more than one list element.
11794 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11795 to prepend linker symbol prefix to f.
11796 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11797 table_1 and table_2.
11798 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11799 Likewise, for f and g.
11800 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11801 for ptr.
11802 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11803 for main.
11804 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11805 table_1_ptr and table_2_ptr.
11806
11807 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11808 Joel Brobecker <brobecker@adacore.com>
11809
11810 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11811
11812 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11813
11814 * gdb.reverse/s390-mvcle.c: New test.
11815 * gdb.reverse/s390-mvcle.exp: New file.
11816 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11817
11818 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11819
11820 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11821
11822 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11823
11824 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11825 reaching marker2.
11826 * gdb.reverse/getresuid-reverse.exp: Likewise.
11827 * gdb.reverse/pipe-reverse.exp: Likewise.
11828 * gdb.reverse/readv-reverse.exp: Likewise.
11829 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11830 * gdb.reverse/time-reverse.exp: Likewise.
11831 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11832
11833 2015-10-30 Yao Qi <yao.qi@linaro.org>
11834
11835 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11836 (empty_cycle): Remove.
11837 (main): Don't call empty_cycle. Don't use watch_count_done.
11838 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11839 empty_cycle. Rewrite the code counting HW watchpoints.
11840
11841 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11842
11843 * gdb.reverse/fstatat-reverse.c: New test.
11844 * gdb.reverse/fstatat-reverse.exp: New file.
11845 * gdb.reverse/getresuid-reverse.c: New test.
11846 * gdb.reverse/getresuid-reverse.exp: New file.
11847 * gdb.reverse/pipe-reverse.c: New test.
11848 * gdb.reverse/pipe-reverse.exp: New file.
11849 * gdb.reverse/readv-reverse.c: New test.
11850 * gdb.reverse/readv-reverse.exp: New file.
11851 * gdb.reverse/recvmsg-reverse.c: New test.
11852 * gdb.reverse/recvmsg-reverse.exp: New file.
11853 * gdb.reverse/time-reverse.c: New test.
11854 * gdb.reverse/time-reverse.exp: New file.
11855 * gdb.reverse/waitpid-reverse.c: New test.
11856 * gdb.reverse/waitpid-reverse.exp: New file.
11857
11858 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11859
11860 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11861
11862 2015-10-26 Doug Evans <dje@google.com>
11863
11864 PR symtab/17391
11865 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11866 * gdb.dwarf2/bad-regnum.c: New file.
11867 * gdb.dwarf2/bad-regnum.exp: New file.
11868
11869 2015-10-26 Doug Evans <dje@google.com>
11870
11871 PR python/18938
11872 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11873 file.
11874
11875 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11876
11877 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11878 for a change by "Mention language in compile error message".
11879
11880 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11881
11882 PR python/18073
11883 * gdb.python/py-type.c (C::a_method): New.
11884 (C::a_const_method): New.
11885 (C::a_static_method): New.
11886 (a_function): New.
11887 * gdb.python/py-type.exp (test_fields): Test getting fields
11888 from function and method.
11889
11890 2015-10-21 Keven Boell <keven.boell@intel.com>
11891
11892 * gdb.fortran/vla-alloc-assoc.exp: New file.
11893 * gdb.fortran/vla-datatypes.exp: New file.
11894 * gdb.fortran/vla-datatypes.f90: New file.
11895 * gdb.fortran/vla-history.exp: New file.
11896 * gdb.fortran/vla-ptype-sub.exp: New file.
11897 * gdb.fortran/vla-ptype.exp: New file.
11898 * gdb.fortran/vla-sizeof.exp: New file.
11899 * gdb.fortran/vla-sub.f90: New file.
11900 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11901 * gdb.fortran/vla-value-sub-finish.exp: New file.
11902 * gdb.fortran/vla-value-sub.exp: New file.
11903 * gdb.fortran/vla-value.exp: New file.
11904 * gdb.fortran/vla-ptr-info.exp: New file.
11905 * gdb.mi/mi-vla-fortran.exp: New file.
11906 * gdb.mi/vla.f90: New file.
11907
11908 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11909
11910 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11911 of hardwired timeout value.
11912
11913 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11914 Pedro Alves <palves@redhat.com>
11915
11916 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11917 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11918
11919 2015-10-19 Josh Stone <jistone@redhat.com>
11920
11921 * gdb.base/catch-syscall.c: Include <sched.h>.
11922 (unknown_syscall): New variable.
11923 (main): Trigger a vfork and an unknown syscall.
11924 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11925 (unknown_syscall_number): Likewise.
11926 (check_call_to_syscall): Accept an optional syscall pattern.
11927 (check_return_from_syscall): Likewise.
11928 (check_continue): Likewise.
11929 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11930 (test_catch_syscall_skipping_return): New test toggling off 'catch
11931 syscall' to step over the syscall return, then toggling back on.
11932 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11933 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11934 (do_syscall_tests): Call test_catch_syscall_without_args and
11935 test_catch_syscall_mid_vfork.
11936 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11937 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11938
11939 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11940
11941 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11942 print g_vE): Add new pass patterns.
11943 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11944 print various symbol names for vptr fields.
11945
11946 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11947
11948 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11949 results.
11950
11951 2015-10-12 Yao Qi <yao.qi@linaro.org>
11952
11953 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11954
11955 2015-10-12 Yao Qi <yao.qi@linaro.org>
11956
11957 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11958 is aarch64*-*-linux*.
11959
11960 2015-10-12 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11963 (can_relocate_bcond_true): ... it.
11964 (can_relocate_bcond_false): New function.
11965 (foo): Likewise.
11966 (can_relocate_bl): Likewise.
11967 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11968 can_relocate_bl.
11969
11970 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11971
11972 * gdb.base/nested-addr.c: New file.
11973 * gdb.base/nested-addr.exp: New testcase.
11974
11975 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11978 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11979 its output. Ignore the output of "record goto begin" and instead
11980 check that GDB is replaying.
11981
11982 2015-10-09 Pedro Alves <palves@redhat.com>
11983
11984 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11985 (top level): Use it in the run with no args test.
11986
11987 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11988
11989 * gdb.dlang/properties.exp: New file.
11990
11991 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11992
11993 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11994 whether or not address 0x1000 is mapped on the target.
11995
11996 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11999 build.
12000
12001 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12002
12003 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12004 instruction-history test.
12005
12006 2015-09-28 Doug Evans <dje@google.com>
12007
12008 * gdb.base/gcore.c (array_func): Add reference to static_array.
12009
12010 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12011
12012 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12013 source line.
12014
12015 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12016
12017 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12018 short or char as base type.
12019
12020 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12021
12022 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12023 to allow any size enum.
12024
12025 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12026
12027 * gdb.ada/array_ptr_renaming.exp: New testcase.
12028 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12029 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12030
12031 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12032
12033 * gdb.trace/ftrace-lock.c: New file.
12034 * gdb.trace/ftrace-lock.exp: New file.
12035
12036 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12037
12038 * gdb.arch/insn-reloc.c: New file.
12039 * gdb.arch/ftrace-insn-reloc.exp: New file.
12040
12041 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12042
12043 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12044 instruction.
12045 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12046 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12047 * gdb.trace/range-stepping.c: Likewise.
12048 * gdb.trace/trace-break.c: Likewise.
12049 * gdb.trace/trace-mt.c (thread_function): Likewise.
12050 * gdb.trace/ftrace.c (marker): Likewise.
12051 * gdb.trace/trace-condition.c (marker): Likewise.
12052 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12053 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12054 is_aarch64_target.
12055
12056 2015-09-18 Doug Evans <xdje42@gmail.com>
12057
12058 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12059 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12060
12061 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12064 the breakpoint.
12065
12066 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12067
12068 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12069 the pending breakpoint. Remove timeout override for "Run till
12070 MI pending breakpoint on pendfunc3 on thread 2" test.
12071
12072 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12073
12074 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12075 filename pattern.
12076
12077 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12078
12079 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12080 in breakpoint filename pattern.
12081
12082 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12083
12084 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12085
12086 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12087
12088 * gdb.linespec/explicit.exp: Check for readline support for
12089 tab-completion tests. Fix obvious typo.
12090
12091 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12092
12093 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12094 and replay.
12095
12096 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12097
12098 * gdb.btrace/non-stop.c: New.
12099 * gdb.btrace/non-stop.exp: New.
12100
12101 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12102 Yao Qi <yao.qi@linaro.org>
12103
12104 * gdb.trace/trace-condition.c: New file.
12105 * gdb.trace/trace-condition.exp: New file.
12106
12107 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12108
12109 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12110 for testing bytecode compilation.
12111
12112 2015-09-16 Pedro Alves <palves@redhat.com>
12113 Sandra Loosemore <sandra@codesourcery.com>
12114
12115 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12116 (SECONDS): Redefine.
12117 (main): Call pthread_kill and alarm early.
12118 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12119 support.
12120 (test): If the target can't hardware step and doesn't support
12121 displaced stepping, increase the timeout.
12122
12123 2015-09-16 Pedro Alves <palves@redhat.com>
12124
12125 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12126 (enable_debug): New procedures.
12127 (test): Use them. Bail out if waiting for threads fails.
12128 (top level): Bail out if a test fails.
12129
12130 2015-09-16 Yao Qi <yao.qi@linaro.org>
12131
12132 * gdb.asm/asm-source.exp: Set asm-arch for
12133 aarch64*-*-* target.
12134 * gdb.asm/aarch64.inc: New file.
12135
12136 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12137
12138 * gdb.ada/array_of_variable_length.exp: New testcase.
12139 * gdb.ada/array_of_variable_length/foo.adb: New file.
12140 * gdb.ada/array_of_variable_length/pck.adb: New file.
12141 * gdb.ada/array_of_variable_length/pck.ads: New file.
12142
12143 2015-09-15 Doug Evans <dje@google.com>
12144
12145 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12146 of function static local variable.
12147
12148 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12149
12150 * gdb.threads/tls-so_extern.exp: New test file.
12151 * gdb.threads/tls-so_extern.c: New test file.
12152 * gdb.threads/tls-so_extern_main.c: New test file.
12153
12154 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12155
12156 * gdb.opt/solib-intra-step-lib.c: New file.
12157 * gdb.opt/solib-intra-step-main.c: New file.
12158 * gdb.opt/solib-intra-step.exp: New file.
12159
12160 2015-09-15 Pedro Alves <palves@redhat.com>
12161
12162 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12163 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12164
12165 2015-09-14 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/hook-stop-continue.c: Delete.
12168 * gdb.base/hook-stop-continue.exp: Delete.
12169 * gdb.base/hook-stop-frame.c: Delete.
12170 * gdb.base/hook-stop-frame.exp: Delete.
12171 * gdb.base/hook-stop.c: New file.
12172 * gdb.base/hook-stop.exp: New file.
12173
12174 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12175
12176 * gdb.ada/access_to_packed_array.exp: New testcase.
12177 * gdb.ada/access_to_packed_array/foo.adb: New file.
12178 * gdb.ada/access_to_packed_array/pack.adb: New file.
12179 * gdb.ada/access_to_packed_array/pack.ads: New file.
12180
12181 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12182
12183 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12184 buffer size test.
12185
12186 2015-09-11 Don Breazeal <donb@codesourcery.com>
12187
12188 * gdb.base/foll-exec.c: Add copyright header. Fix
12189 formatting issues.
12190 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12191 (do_exec_tests): Use clean_restart in place of zap_session,
12192 and for test initialization. Fix formatting issues. Use
12193 fail in place of perror.
12194 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12195 an expect statement to match an expression with output from
12196 the program under debug.
12197 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12198 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12199 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12200 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12201 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12202
12203 2015-09-09 Doug Evans <dje@google.com>
12204
12205 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12206
12207 2015-09-09 Doug Evans <dje@google.com>
12208
12209 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12210
12211 2015-09-09 Doug Evans <dje@google.com>
12212
12213 * gdb.base/savedregs.exp: Fix typo.
12214
12215 2015-09-09 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12218
12219 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12220
12221 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12222 command actually switches threads. Give up on remaining
12223 tests if target fails to stop at breakpoint.
12224
12225 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12226
12227 * gdb.ada/funcall_char.exp: New testcase.
12228 * gdb.ada/funcall_char/foo.adb: New file.
12229
12230 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12231
12232 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12233 expected outputs. Add two testcases for completing ambiguous
12234 functions.
12235 * gdb.ada/complete/aux_pck.adb: New file.
12236 * gdb.ada/complete/aux_pck.ads: New file.
12237 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12238 Ambiguous_Func functions.
12239 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12240 * gdb.ada/complete/pck.adb: Likewise.
12241
12242 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12243
12244 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12245 failures to run the test program under GDB.
12246
12247 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12248
12249 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12250 to C.
12251
12252 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12253
12254 * gdb.base/run-after-attach.exp: New test file.
12255 * gdb.base/run-after-attach.c: New test file.
12256
12257 2015-08-26 Don Breazeal <donb@codesourcery.com>
12258
12259 * gdb.base/foll-exec-2.c: New test program.
12260 * gdb.base/foll-exec-2.exp: New test.
12261
12262 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12263
12264 * gdb.base/nested-subp1.exp: New file.
12265 * gdb.base/nested-subp1.c: New file.
12266 * gdb.base/nested-subp2.exp: New file.
12267 * gdb.base/nested-subp2.c: New file.
12268 * gdb.base/nested-subp3.exp: New file.
12269 * gdb.base/nested-subp3.c: New file.
12270
12271 2015-08-24 Pedro Alves <palves@redhat.com>
12272
12273 * gdb.server/connect-without-multi-process.c: New file.
12274 * gdb.server/connect-without-multi-process.exp: New file.
12275
12276 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12277
12278 * gdb.opt/inline-markers.c: Make z int.
12279
12280 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12281
12282 * gdb.opt/inline-markers.c: Make z volatile.
12283
12284 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12285
12286 * gdb.opt/inline-bt.c: New volatile global z.
12287 * gdb.opt/inline-cmds.c: Likewise.
12288 * gdb.opt/inline-locals.c: Likewise.
12289 * gdb.opt/inline-markers.c: New extern global z.
12290 (marker): Use z.
12291 (inline_fn): Likewise.
12292
12293 2015-08-24 Pedro Alves <palves@redhat.com>
12294
12295 * config/m32r-stub.exp: Remove file.
12296 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12297 * gdb.base/call-rt-st.exp: Likewise.
12298 * gdb.base/call-strs.exp: Likewise.
12299 * gdb.base/default.exp: Remove references to h8300-*-hms and
12300 *-*-udi*.
12301 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12302
12303 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12304
12305 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12306 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12307 and "return" use KFAIL when GDB can not read/write the vector
12308 return value.
12309
12310 2015-08-21 Gary Benson <gbenson@redhat.com>
12311
12312 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12313
12314 2015-08-20 Pedro Alves <palves@redhat.com>
12315
12316 * gdb.server/solib-list.exp: No longer expect an interior stop in
12317 non-stop mode.
12318
12319 2015-08-20 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.server/connect-stopped-target.c: New file.
12322 * gdb.server/connect-stopped-target.exp: New file.
12323
12324 2015-08-20 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.dwarf2/comp-unit-lang.exp: New file.
12327 * gdb.dwarf2/comp-unit-lang.c: New file.
12328
12329 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12330
12331 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12332 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12333
12334 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12335
12336 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12337 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12338
12339 2015-08-18 Doug Evans <dje@google.com>
12340 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12341
12342 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12343 skip_python_tests. New arg prompt_regexp.
12344 (skip_python_tests): New function.
12345 * lib/mi-support.exp (mi_skip_python_tests): New function.
12346 * gdb.python/py-mi-objfile-gdb.py: New file.
12347 * gdb.python/py-mi-objfile.c: New file.
12348 * gdb.python/py-mi-objfile.exp: New file.
12349
12350 2015-08-17 Keith Seitz <keiths@redhat.com>
12351
12352 * gdb.linespec/explicit.exp: Move strace test from here ...
12353 * gdb.trace/strace.exp: ... to here.
12354
12355 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12356
12357 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12358 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12359
12360 2015-08-14 Doug Evans <xdje42@gmail.com>
12361
12362 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12363 inferior before selecting a new file.
12364
12365 2015-08-14 Doug Evans <xdje42@gmail.com>
12366
12367 * gdb.mi/mi-disassemble.exp: Update.
12368 * gdb.base/disasm-optim.S: New file.
12369 * gdb.base/disasm-optim.c: New file.
12370 * gdb.base/disasm-optim.h: New file.
12371 * gdb.base/disasm-optim.exp: New file.
12372
12373 2015-08-14 Keith Seitz <keiths@redhat.com>
12374
12375 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12376 "evaluated-by".
12377
12378 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12379
12380 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12381
12382 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12383
12384 * gdb.ada/fun_renaming.exp: New testcase.
12385 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12386 * gdb.ada/fun_renaming/pack.adb: New file.
12387 * gdb.ada/fun_renaming/pack.ads: New file.
12388
12389 2015-08-12 Keith Seitz <keiths@redhat.com>
12390
12391 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12392 gdb_get_line_number.
12393
12394 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12395
12396 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12397 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12398 gdb.base/dso2dso.exp: New files.
12399
12400 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12401 Pedro Alves <palves@redhat.com>
12402 Keith Seitz <keiths@redhat.com>
12403
12404 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12405 GDBFLAGS.
12406
12407 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12408
12409 * gdb.base/gdbhistsize-history.exp
12410 (test_histsize_history_setting): Use save_vars.
12411 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12412 Use save_vars.
12413 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12414 * gdb.base/readline.exp: Use save_vars.
12415
12416 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12417
12418 * lib/gdb.exp (save_vars): New proc.
12419
12420 2015-08-11 Keith Seitz <keiths@redhat.com>
12421
12422 * gdb.base/help.exp: Update help_breakpoint_text.
12423
12424 2015-08-11 Keith Seitz <keiths@redhat.com>
12425
12426 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12427 (at toplevel): Call test_explicit_breakpoints.
12428 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12429 breakpoints.
12430 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12431 breakpoint conditions, "-cond".
12432
12433 2015-08-11 Keith Seitz <keiths@redhat.com>
12434
12435 * gdb.linespec/3explicit.c: New file.
12436 * gdb.linespec/cpexplicit.cc: New file.
12437 * gdb.linespec/cpexplicit.exp: New file.
12438 * gdb.linespec/explicit.c: New file.
12439 * gdb.linespec/explicit.exp: New file.
12440 * gdb.linespec/explicit2.c: New file.
12441 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12442 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12443 before using in the matching pattern.
12444 Clarify that `prefix' is a regular expression.
12445
12446 2015-08-11 Keith Seitz <keiths@redhat.com>
12447
12448 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12449 test.
12450 Add tests for missing ",FMT" and ",".
12451
12452 2015-08-10 Doug Evans <dje@google.com>
12453 Keith Seitz <keiths@redhat.com>
12454
12455 PR gdb/17960
12456 * gdb.base/completion.exp: Add location completer tests.
12457
12458 2015-08-07 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12461 tests here.
12462 (top level): Run do_test with and without displaced stepping.
12463
12464 2015-08-07 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.base/valgrind-disp-step.c: New file.
12467 * gdb.base/valgrind-disp-step.exp: New file.
12468
12469 2015-08-07 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12472 Delete function.
12473 (main): Add alarm. Run an infinite loop instead of calling
12474 wait_threads.
12475 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12476 comment.
12477 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12478 Delete function.
12479 (main): Add alarm. Run an infinite loop instead of calling
12480 wait_threads.
12481 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12482 comment.
12483
12484 2015-08-07 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.base/checkpoint-ns.exp: New file.
12487 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12488 standard_testfile.
12489
12490 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12491
12492 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12493 * gdb.btrace/instruction_history.exp: Update.
12494 * gdb.btrace/tsx.exp: New.
12495 * gdb.btrace/tsx.c: New.
12496
12497 2015-08-06 Pedro Alves <palves@redhat.com>
12498
12499 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12500 increase timeout.
12501 * gdb.reverse/until-precsave.exp: Bump timeouts.
12502
12503 2015-08-06 Pedro Alves <palves@redhat.com>
12504
12505 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12506
12507 2015-08-06 Pedro Alves <palves@redhat.com>
12508
12509 PR gdb/18749
12510 * gdb.threads/process-dies-while-handling-bp.c: New file.
12511 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12512
12513 2015-08-06 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12516 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12517
12518 2015-08-05 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12521 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12522
12523 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12524
12525 * gdb.base/bp-permanent.exp: Report test as unsupported if
12526 the target cannot stop at the permanent breakpoint.
12527
12528 2015-08-03 Doug Evans <dje@google.com>
12529
12530 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12531 10000.
12532
12533 2015-08-03 Doug Evans <dje@google.com>
12534
12535 * Makefile.in (workers/%.worker, build-perf): New rule.
12536 (GDB_PERFTEST_MODE): New variable.
12537 (check-perf): Use it.
12538 (clean): Clean up gdb.perf parallel build subdirs.
12539 * lib/build-piece.exp: New file.
12540 * lib/gdb.exp (make_gdb_parallel_path): New function
12541 (standard_output_file, standard_temp_file): Call it.
12542 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12543 of $GDB_PARALLEL.
12544 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12545
12546 2015-08-03 Doug Evans <dje@google.com>
12547
12548 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12549 (LOG_FILE_NAME): New global.
12550 (TextReporter.__init__): Initialize self.txt_sum.
12551 (TextReporter.report): Add support for multiple data-points.
12552 Move report to perftest.sum, put raw data in perftest.log.
12553 (TextReporter.start): Open sum and log files.
12554 (TextReporter.end): Close sum and log files.
12555 * gdb.perf/lib/perftest/testresult.py
12556 (SingleStatisticTestResult.record): Handle multiple data-points.
12557
12558 2015-07-31 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12561 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12562 kill_wait_spawned_process instead of explicit "kill -9".
12563 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12564 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12565 kill_wait_spawned_process.
12566 * gdb.base/attach-twice.exp: Likewise.
12567 * gdb.base/attach.exp: Likewise.
12568 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12569 gdb_test_multiple.
12570 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12571 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12572 kill_wait_spawned_process.
12573 * gdb.base/valgrind-infcall.exp: Likewise.
12574 * gdb.multi/multi-attach.exp: Likewise.
12575 * gdb.python/py-prompt.exp: Likewise.
12576 * gdb.python/py-sync-interp.exp: Likewise.
12577 * gdb.server/ext-attach.exp: Likewise.
12578 * gdb.threads/attach-into-signal.exp (corefunc): Use
12579 spawn_wait_for_attach, spawn_id_get_pid and
12580 kill_wait_spawned_process.
12581 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12582 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12583 spawn_id_get_pid and kill_wait_spawned_process.
12584 * gdb.threads/attach-stopped.exp (corefunc): Use
12585 spawn_wait_for_attach, spawn_id_get_pid and
12586 kill_wait_spawned_process.
12587 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12588 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12589 kill_wait_spawned_process instead of explicit "kill -9".
12590 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12591 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12592 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12593 processes. Don't map cygwin/windows pids here. Now returns a
12594 spawn id list.
12595
12596 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12597
12598 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12599 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12600 correct patch.
12601
12602 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12603
12604 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12605
12606 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12607
12608 Reapply:
12609 2014-05-21 Mark Wielaard <mjw@redhat.com>
12610
12611 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12612
12613 2015-07-30 Pedro Alves <palves@redhat.com>
12614
12615 * linux-low.c (handle_extended_wait): Set the child's last
12616 reported status to TARGET_WAITKIND_STOPPED.
12617
12618 2015-07-30 Pedro Alves <palves@redhat.com>
12619
12620 PR threads/18600
12621 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12622 only shows inferior 1.
12623
12624 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12625 Pedro Alves <palves@redhat.com>
12626
12627 PR threads/18600
12628 * gdb.threads/fork-plus-threads.c: New file.
12629 * gdb.threads/fork-plus-threads.exp: New file.
12630
12631 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12632
12633 * gdb.base/batch-preserve-term-settings.exp
12634 (test_terminal_settings_preserved_after_cli_exit): Use
12635 send_quit_command.
12636
12637 2015-07-29 Pedro Alves <palves@redhat.com>
12638 Don Breazeal <donb@codesourcery.com>
12639
12640 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12641 output from both inferior_spawn_id and gdb_spawn_id.
12642
12643 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12644
12645 * gdb.threads/attach-into-signal.exp (corefunc): Use
12646 with_test_prefix on nested loops, uniquefying the test messages.
12647
12648 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12649
12650 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12651 commit.
12652
12653 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12654
12655 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12656 New proc.
12657 (test_terminal_settings_preserved_after_sigterm): New test.
12658
12659 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12660
12661 * gdb.base/batch-preserve-term-settings.exp
12662 (test_terminal_settings_preserved_after_cli_exit): New test.
12663
12664 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12665
12666 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12667 manipulation of saved_gdbflags.
12668 (test_terminal_settings_preserved): Remove global declaration of
12669 the unused variable pagination_prompt. Remove manipulation of
12670 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12671 GDBFLAGS.
12672
12673 2015-07-29 Pedro Alves <palves@redhat.com>
12674
12675 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12676
12677 2015-07-29 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12680 at the top.
12681
12682 2015-07-29 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12685 (main): Call gdb_unbuffer_output.
12686 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12687 (main): Call gdb_unbuffer_output.
12688 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12689 (main): Call gdb_unbuffer_output.
12690 * gdb.base/call-strs.exp: Adjust to step over the
12691 gdb_unbuffer_output call.
12692 * gdb.base/catch-gdb-caused-signals.c: Include
12693 "../lib/unbuffer_output.c".
12694 (main): Call gdb_unbuffer_output.
12695 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12696 (main): Call gdb_unbuffer_output.
12697 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12698 (main): Call gdb_unbuffer_output.
12699 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12700 (main): Call gdb_unbuffer_output.
12701 * gdb.base/shlib-call.exp: Adjust to step over the
12702 gdb_unbuffer_output call.
12703 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12704 (main): Call gdb_unbuffer_output.
12705 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12706 (main): Call gdb_unbuffer_output.
12707 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12708 (main): Rename to ...
12709 (test): ... this.
12710 (main): Reimplement.
12711 * gdb.base/varargs.exp: Run to test instead of to main.
12712 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12713 (main): Call gdb_unbuffer_output.
12714
12715 2015-07-29 Pedro Alves <palves@redhat.com>
12716
12717 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12718 factore out from mi_continue_dprintf. For call-style dprintfs,
12719 expect dprintf output out of $inferior_spawn_id.
12720 (mi_continue_dprintf): Use mi_expect_dprintf.
12721 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12722 (main): Call gdb_unbuffer_output.
12723
12724 2015-07-29 Pedro Alves <palves@redhat.com>
12725
12726 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12727 (default_mi_gdb_start): Set inferior_spawn_id instead of
12728 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12729 gdb_spawn_id.
12730 (mi_gdb_test): Always expect inferior output from both
12731 $inferior_spawn_id and $gdb_spawn_id.
12732
12733 2015-07-29 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12736 send_inferior and $inferior_spawn_id.
12737
12738 2015-07-29 Pedro Alves <palves@redhat.com>
12739
12740 * gdb.gdb/complaints.exp (test_initial_complaints)
12741 (test_serial_complaints, test_short_complaints): Use
12742 gdb_test_stdio.
12743 (test_empty_complaint): Handle $inferior_spawn_id !=
12744 $gdb_spawn_id.
12745
12746 2015-07-29 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.base/varargs.exp: Use gdb_test_stdio.
12749
12750 2015-07-29 Pedro Alves <palves@redhat.com>
12751
12752 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12753
12754 2015-07-29 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12757
12758 2015-07-29 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12761 parameter into two new parameters, "inf_result" and "gdb_result".
12762 Expect inferior output and gdb output from $inferior_spawn_id and
12763 $gdb_spawn_id, respectively. Adjust all callers.
12764
12765 2015-07-29 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12768 of gdb_test_sequence.
12769
12770 2015-07-29 Pedro Alves <palves@redhat.com>
12771
12772 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12773 (saw_spurious_output): Expect inferior output from
12774 $inferior_spawn_id. Use gdb_test_stdio.
12775
12776 2015-07-29 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/dprintf.exp: Use standard_testfile. Change
12779 prepare_for_testing call.
12780 (srcfile): Don't set.
12781 (restart): New procedure.
12782 (test_dprintf): New procecure, use to continue over dprintfs.
12783 (test_call, test_agent): New procedures, tests moved here.
12784 Restart gdb and recreate dprintfs. Adjust expected output.
12785
12786 2015-07-29 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12789
12790 2015-07-29 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12793
12794 2015-07-29 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12797 gdb_test_stdio.
12798
12799 2015-07-29 Pedro Alves <palves@redhat.com>
12800
12801 * lib/gdb.exp (gdb_test_stdio): New procedure.
12802
12803 2015-07-29 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12806
12807 2015-07-29 Pedro Alves <palves@redhat.com>
12808
12809 * gdb.base/call-signal-resume.exp: Remove check for
12810 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12811 * gdb.base/unwindonsignal.exp: Likewise.
12812 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12813 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12814
12815 2015-07-29 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/siginfo-addr.c (pass): New function.
12818 (handler): Call it iff si_addr is correct.
12819 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12820 Set a breakpoint at "pass" and continue to it.
12821
12822 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12823
12824 * gdb.python/py-objfile.exp: Make some tests have unique names.
12825 * gdb.python/py-pp-registration.exp: Likewise.
12826
12827 2015-07-28 Pedro Alves <palves@redhat.com>
12828
12829 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12830
12831 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12832
12833 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12834
12835 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12836
12837 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12838
12839 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * gdb.base/gdb-sigterm-2.exp: New test.
12842
12843 2015-07-25 Doug Evans <xdje42@gmail.com>
12844
12845 Revert:
12846 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12847 (workers/%.worker, build-perf): New rule.
12848 (GDB_PERFTEST_MODE): New variable.
12849 (check-perf): Use it.
12850 (clean): Clean up gdb.perf parallel build subdirs.
12851 * lib/build-piece.exp: New file.
12852 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12853 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12854 name.
12855 (standard_temp_file): Ditto.
12856 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12857 of $GDB_PARALLEL.
12858
12859 2015-07-24 Doug Evans <dje@google.com>
12860
12861 * gdb.perf/lib/perftest/utils.py: New file.
12862 * gdb.perf/gm-hello.cc: New file.
12863 * gdb.perf/gm-pervasive-typedef.cc: New file.
12864 * gdb.perf/gm-pervasive-typedef.h: New file.
12865 * gdb.perf/gm-std.cc: New file.
12866 * gdb.perf/gm-std.h: New file.
12867 * gdb.perf/gm-use-cerr.cc: New file.
12868 * gdb.perf/gm-utils.h: New file.
12869 * gdb.perf/gmonster-null-lookup.py: New file.
12870 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12871 * gdb.perf/gmonster-print-cerr.py: New file.
12872 * gdb.perf/gmonster-ptype-string.py: New file.
12873 * gdb.perf/gmonster-runto-main.py: New file.
12874 * gdb.perf/gmonster-select-file.py: New file.
12875 * gdb.perf/gmonster1-null-lookup.exp: New file.
12876 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12877 * gdb.perf/gmonster1-print-cerr.exp: New file.
12878 * gdb.perf/gmonster1-ptype-string.exp: New file.
12879 * gdb.perf/gmonster1-runto-main.exp: New file.
12880 * gdb.perf/gmonster1-select-file.exp: New file.
12881 * gdb.perf/gmonster1.cc: New file.
12882 * gdb.perf/gmonster1.exp: New file.
12883 * gdb.perf/gmonster2-null-lookup.exp: New file.
12884 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12885 * gdb.perf/gmonster2-print-cerr.exp: New file.
12886 * gdb.perf/gmonster2-ptype-string.exp: New file.
12887 * gdb.perf/gmonster2-runto-main.exp: New file.
12888 * gdb.perf/gmonster2-select-file.exp: New file.
12889 * gdb.perf/gmonster2.cc: New file.
12890 * gdb.perf/gmonster2.exp: New file.
12891
12892 2015-07-24 Doug Evans <dje@google.com>
12893
12894 * gdb.perf/README: New file.
12895 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12896 * lib/gen-perf-test.exp: New file.
12897
12898 2015-07-24 Doug Evans <dje@google.com>
12899
12900 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12901 (PerfTest::startup): New function.
12902 (PerfTest::run): Return result of calling body.
12903 (PerfTest::assemble): Rewrite.
12904 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12905 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12906 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12907 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12908 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12909
12910 2015-07-24 Doug Evans <dje@google.com>
12911
12912 * lib/gdb.exp (clean_restart): Make executable optional.
12913
12914 2015-07-24 Doug Evans <dje@google.com>
12915
12916 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12917 compiler_info references.
12918 * gdb.cp/temargs.exp: Ditto.
12919 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12920 (get_compiler_info): Early exit if already computed. Set compiler_info
12921 to "unknown" if there was a problem.
12922 (test_compiler_info): Add function comment. Call get_compiler_info.
12923
12924 2015-07-24 Doug Evans <dje@google.com>
12925
12926 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12927 (workers/%.worker, build-perf): New rule.
12928 (GDB_PERFTEST_MODE): New variable.
12929 (check-perf): Use it.
12930 (clean): Clean up gdb.perf parallel build subdirs.
12931 * lib/build-piece.exp: New file.
12932 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12933 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12934 name.
12935 (standard_temp_file): Ditto.
12936 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12937 of $GDB_PARALLEL.
12938
12939 2015-07-24 Doug Evans <dje@google.com>
12940
12941 * lib/future.exp (gdb_default_target_compile): New option
12942 "early_flags".
12943 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12944 --as-needed.
12945
12946 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12947
12948 * gdb.base/catch-syscall.exp: Call gdb_exit before
12949 gdb_skip_xml_test.
12950
12951 2015-07-24 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.python/py-events.exp: Accept output between the stop event
12954 and the prompt.
12955 * gdb.python/py-evsignal.exp: Likewise.
12956 * gdb.python/py-evthreads.exp: Likewise.
12957
12958 2015-07-24 Pedro Alves <palves@redhat.com>
12959
12960 PR gdb/18717
12961 * gdb.threads/non-ldr-exit.c: New file.
12962 * gdb.threads/non-ldr-exit.exp: New file.
12963
12964 2015-07-24 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12967 restarting process.
12968
12969 2015-07-24 Yao Qi <yao.qi@linaro.org>
12970
12971 * gdb.server/ext-restart.exp: New file.
12972
12973 2015-07-24 Yao Qi <yao.qi@linaro.org>
12974
12975 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12976 argument options.
12977 * gdb.server/ext-wrapper.exp: New file.
12978
12979 2015-07-23 Doug Evans <dje@google.com>
12980
12981 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12982 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12983
12984 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12985
12986 * gdb.ada/var_arr_typedef.exp: New testcase.
12987 * gdb.ada/var_arr_typedef/pack.adb: New file.
12988 * gdb.ada/var_arr_typedef/pack.ads: New file.
12989 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12990
12991 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12992
12993 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12994
12995 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12996
12997 * gdb.arch/i386-biarch-core.exp: Replace istarget
12998 by "complete set gnutarget". Remove expectation for the "core-file"
12999 command.
13000
13001 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13002
13003 Revert the previous commit:
13004 Tests for validate symbol file using build-id.
13005
13006 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13007
13008 Tests for validate symbol file using build-id.
13009 * gdb.base/solib-mismatch-lib.c: New file.
13010 * gdb.base/solib-mismatch-libmod.c: New file.
13011 * gdb.base/solib-mismatch.c: New file.
13012 * gdb.base/solib-mismatch.exp: New file.
13013
13014 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13015
13016 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13017 nios2-*-linux*.
13018 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13019 * gdb.base/siginfo.exp: Likewise.
13020 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13021
13022 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13023
13024 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13025 Move it to ...
13026 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13027 ... here.
13028 * gdb.trace/range-stepping.exp: Check that the target supports
13029 range stepping.
13030
13031 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13032
13033 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13034
13035 2015-07-14 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.base/killed-outside.exp: New file.
13038 * gdb.base/killed-outside.c: New file.
13039
13040 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13041
13042 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13043 (n at main): New.
13044 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13045
13046 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13047
13048 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13049 infcall tests instead of setting up for KFAIL.
13050
13051 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13052
13053 * gdb.btrace/record_goto-step.exp: New.
13054
13055 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13056
13057 PR compile/18484
13058 * gdb.compile/compile.c (struct struct_type): Add volatile to
13059 selffield's type.
13060 * gdb.compile/compile.exp
13061 (compile code struct_object.selffield = &struct_object): Skip further
13062 struct_object tests if this one xfails.
13063
13064 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13065
13066 PR exp/18617
13067 * gdb.trace/ax.exp: Add test.
13068
13069 2015-07-07 Yao Qi <yao.qi@linaro.org>
13070
13071 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13072 instead of istarget "aarch64*-*-*".
13073 * gdb.arch/aarch64-fp.exp: Likewise.
13074 * gdb.base/float.exp: Likewise.
13075 * gdb.reverse/aarch64.exp: Likewise.
13076 * lib/gdb.exp (is_aarch64_target): New proc.
13077
13078 2015-07-07 Yao Qi <yao.qi@linaro.org>
13079
13080 * lib/gdb.exp (is_aarch32_target): New proc.
13081 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13082 instead of "istarget "arm*-*-*"".
13083 * gdb.arch/arm-disp-step.exp: Likewise.
13084 * gdb.arch/thumb-bx-pc.exp: Likewise.
13085 * gdb.arch/thumb-prologue.exp: Likewise.
13086 * gdb.arch/thumb-singlestep.exp: Likewise.
13087 * gdb.base/disp-step-syscall.exp: Likewise.
13088 * gdb.base/float.exp: Likewise.
13089
13090 2015-07-07 Yao Qi <yao.qi@linaro.org>
13091
13092 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13093 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13094
13095 2015-07-07 Yao Qi <yao.qi@linaro.org>
13096
13097 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13098 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13099 if it exists.
13100 * gdb.multi/multi-arch.exp: Likewise.
13101
13102 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13103
13104 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13105 print.
13106
13107 2015-07-07 Yao Qi <yao.qi@linaro.org>
13108
13109 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13110
13111 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13112
13113 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13114 '[' and ']' characters.
13115
13116 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13117
13118 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13119
13120 2015-06-29 Pedro Alves <palves@redhat.com>
13121
13122 PR threads/18127
13123 * gdb.threads/hand-call-new-thread.c: New file.
13124 * gdb.threads/hand-call-new-thread.c: New file.
13125
13126 2015-06-26 Keith Seitz <keiths@redhat.com>
13127 Doug Evans <dje@google.com>
13128
13129 PR 16253
13130 * gdb.cp/var-tag-2.cc: New file.
13131 * gdb.cp/var-tag-3.cc: New file.
13132 * gdb.cp/var-tag-4.cc: New file.
13133 * gdb.cp/var-tag.cc: New file.
13134 * gdb.cp/var-tag.exp: New file.
13135
13136 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13137
13138 * gdb.base/history-duplicates.exp: New test.
13139
13140 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13141
13142 * gdb.base/completion.exp: Test the completion of the "focus"
13143 command.
13144
13145 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13146
13147 * gdb.arch/amd64-prologue-skip.S: New file.
13148 * gdb.arch/amd64-prologue-skip.exp: New file.
13149
13150 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13151
13152 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13153 is_address_zero_readable check.
13154
13155 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13156
13157 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13158 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13159
13160 2015-06-24 Yao Qi <yao.qi@linaro.org>
13161
13162 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13163 linux targets.
13164
13165 2015-06-24 Yao Qi <yao.qi@linaro.org>
13166
13167 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13168 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13169 * gdb.base/siginfo-thread.exp: Likewise.
13170
13171 2015-06-22 Yao Qi <yao.qi@linaro.org>
13172
13173 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13174
13175 2015-06-22 Yao Qi <yao.qi@linaro.org>
13176
13177 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13178 aarch64*-*-*.
13179 (skip_hw_watchpoint_tests): Likewise.
13180
13181 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13182
13183 * gdb.base/gdbinit-history.exp: Test the interaction between
13184 setting GDBHISTSIZE and setting the history size via .gdbinit.
13185
13186 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13187
13188 PR gdb/16999
13189 * gdb.base/gdbhistsize-history.exp: New test.
13190
13191 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13192
13193 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13194 with GDBHISTSIZE.
13195 * gdb.base/readline.exp: Likewise.
13196
13197 2015-06-17 Yao Qi <yao.qi@linaro.org>
13198
13199 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13200 line.
13201
13202 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13203
13204 * gdb.base/gdbinit-history.exp: Add test case to check that
13205 an unlimited history file does not get truncated on exit.
13206
13207 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13208
13209 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13210 (VECTOR): New macro. Use it...
13211 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13212 ...for these typedefs.
13213 (int8, char1, int1, double1): New typedefs.
13214 (struct just_int2, struct two_int2): New structures.
13215 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13216 (add_structvecs, add_singlevecs): New functions.
13217 (main): Call add_some_intvecs twice.
13218 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13219 the compile and exit upon failure. Try compiling for the "native"
13220 architecture. Test inferior function calls with vector arguments
13221 and vector return value handling with "finish" and "return".
13222
13223 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13224
13225 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13226 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13227 PE file.
13228 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13229
13230 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13231
13232 PR breakpoints/16465
13233 * gdb.mi/mi-dprintf-pending.c: New file.
13234 * gdb.mi/mi-dprintf-pending.exp: New test.
13235 * gdb.mi/mi-dprintf-pendshr.c: New file.
13236
13237 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13238 Mircea Gherzan <mircea.gherzan@intel.com>
13239
13240 * gdb.arch/i386-mpx-map.c: New file.
13241 * gdb.arch/i386-mpx-map.exp: New File.
13242
13243 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13244
13245 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13246 * gdb.arch/i386-mpx.exp: Indentation fixed.
13247
13248 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13249
13250 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13251 function and improved indentation.
13252 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13253 gdb_test_multiple. Added additional tests to skip the test.
13254
13255 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13256
13257 * gdb.arch/i386-avx512.c: Change path in include file.
13258 * gdb.arch/i386-avx512.exp: Change include dir path
13259 compilation flag.
13260 * gdb.arch/i386-mpx.c: Change path in include file.
13261 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13262 flag.
13263
13264 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13265
13266 * gdb.compile/compile-print.exp (compile print *vararray@3)
13267 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13268
13269 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13270
13271 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13272 (do not keep jit in memory): ... this.
13273 (expect 5): Change it to ...
13274 (expect no 5): ... this.
13275
13276 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 PR gdb/15564
13279 * gdb.mi/mi-detach.exp: New file.
13280
13281 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13282
13283 PR symtab/18392
13284 * gdb.arch/amd64-tailcall-self.S: New file.
13285 * gdb.arch/amd64-tailcall-self.c: New file.
13286 * gdb.arch/amd64-tailcall-self.exp: New file.
13287
13288 2015-05-28 Don Breazeal <donb@codesourcery.com>
13289
13290 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13291 tests for remote targets by checking is_target_gdbserver.
13292
13293 2015-05-27 Doug Evans <dje@google.com>
13294
13295 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13296 * gdb.dwarf2/opaque-type-lookup.c: New file.
13297 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13298
13299 2015-05-26 Doug Evans <dje@google.com>
13300
13301 * gdb.cp/iostream.cc: New file.
13302 * gdb.cp/iostream.exp: New file.
13303
13304 2015-05-26 Doug Evans <dje@google.com>
13305
13306 * gdb.dwarf2/dw2-op-call.exp: Update.
13307 * gdb.dwarf2/dw4-sig-types.exp: Update.
13308 * gdb.dwarf2/implptr.exp: Update.
13309 * gdb.mi/mi-cmd-param-changed.exp: Update.
13310
13311 2015-05-26 Doug Evans <dje@google.com>
13312
13313 * gdb.python/py-lazy-string.c: New file.
13314 * gdb.python/py-lazy-string.exp: New file.
13315 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13316 (main): Update. Add estring3.
13317 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13318 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13319
13320 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13321 Yao Qi <yao.qi@linaro.org>
13322
13323 * gdb.reverse/aarch64.c: New.
13324 * gdb.reverse/aarch64.exp: New.
13325
13326 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13327
13328 * lib/gdb.exp (supports_process_record): Return true for
13329 aarch64*-linux*.
13330 (supports_reverse): Likewise.
13331
13332 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13333
13334 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13335 Use with_test_prefix.
13336
13337 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13338
13339 * gdb.base/completion.exp: Add test for completion of layout
13340 names.
13341
13342 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13343
13344 * lib/gdb.exp (skip_tui_tests): New proc.
13345 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13346
13347 2015-05-19 Pedro Alves <palves@redhat.com>
13348
13349 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13350 Save the whole env array instead of just HOME. Unset HISTSIZE in
13351 the environment while testing. Restore whole environment
13352 afterwards.
13353
13354 2015-05-16 Doug Evans <xdje42@gmail.com>
13355
13356 * gdb.guile/scm-ports.c: New file.
13357 * gdb.guile/scm-ports.exp: Add memory port tests.
13358
13359 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13360
13361 * gdb.compile/compile-print.c: New file.
13362 * gdb.compile/compile-print.exp: New file.
13363
13364 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 * gdb.compile/compile-ops.exp: Cast param to void.
13367 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13368 (compile code struct_object.selffield = &struct_object): Add xfail.
13369
13370 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13371
13372 * gdb.ada/arr_enum_with_gap: New testcase.
13373
13374 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13375
13376 * gdb.ada/byte_packed_arr: New testcase.
13377
13378 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13379
13380 * gdb.ada/pckd_neg: New testcase.
13381
13382 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13383
13384 PR gdb/17820
13385 * gdb.base/gdbinit-history.exp: New test.
13386 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13387 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13388
13389 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13390
13391 * gdb.python/py-xmethods.cc: Enhance test case.
13392 * gdb.python/py-xmethods.exp: New tests.
13393 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13394 function.
13395 (B_indexoper): Likewise.
13396 (global_dm_list) : Add new xmethod worker functions.
13397
13398 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13399
13400 * gdb.base/coredump-filter.exp: Correctly unset
13401 "coredump_var_addr" array.
13402
13403 2015-05-08 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.server/non-existing-program.exp: Unset spawn_id.
13406
13407 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13408
13409 PR python/18291
13410 * gdb.python/py-xmethods.exp: Add tests.
13411
13412 2015-05-08 Yao Qi <yao.qi@linaro.org>
13413
13414 PR gdb/18208
13415 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13416 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13417 function set_coredump_filter, and remove remote_exec call.
13418 Remove argument ipid. Callers update.
13419 (top level): Don't get inferior's PID.
13420
13421 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13422
13423 * gdb.base/watch_thread_num.exp: Skip test on targets without
13424 access watchpoints.
13425
13426 2015-05-06 Pedro Alves <palves@redhat.com>
13427
13428 PR server/18081
13429 * gdb.server/non-existing-program.exp: New file.
13430
13431 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13432
13433 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13434
13435 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13436
13437 * gdb.ada/out_of_line_in_inlined: New testcase.
13438
13439 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13440
13441 * gdb.ada/var_rec_arr: New testcase.
13442
13443 2015-04-30 Yao Qi <yao.qi@linaro.org>
13444
13445 * gdb.base/break-idempotent.exp: If
13446 skip_hw_watchpoint_multi_tests returns true, skip the tests
13447 on "rwatch" and "awatch".
13448
13449 2015-04-30 Yao Qi <yao.qi@linaro.org>
13450
13451 * gdb.base/relativedebug.exp: Invoke gdb command
13452 "info sharedlibrary", and if libc.so doesn't have debug info,
13453 skip the test.
13454
13455 2015-04-29 Doug Evans <dje@google.com>
13456
13457 * gdb.python/py-xmethods.exp: Add ptype tests.
13458 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13459 get_result_type method.
13460
13461 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13462
13463 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13464 the target does not support hardware watchpoints.
13465
13466 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13467
13468 * gdb.base/break-always.exp: Abort testing if writing to memory
13469 causes an error.
13470
13471 2015-04-28 Doug Evans <dje@google.com>
13472
13473 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13474 * gdb.python/py-pp-registration.exp: ... here. New file.
13475 * gdb.python/py-pp-registration.c: New file.
13476 * gdb.python/py-pp-registration.py: New file.
13477
13478 2015-04-28 Doug Evans <dje@google.com>
13479
13480 * gdb.python/py-bad-printers.c: New file.
13481 * gdb.python/py-bad-printers.py: New file.
13482 * gdb.python/py-bad-printers.exp: New file.
13483
13484 2015-04-28 Sasha Smundak <asmundak@google.com>
13485
13486 * gdb.python/py-type.exp: New test.
13487
13488 2015-04-28 Andy Wingo <wingo@igalia.com>
13489
13490 * gdb.python/py-parameter.exp:
13491 * gdb.guile/scm-parameter.exp: Escape the path that we are
13492 matching against, as it might contain characters that are special
13493 to regular expressions.
13494
13495 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13496
13497 * gdb.ada/rec_comp: New testcase.
13498
13499 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13500
13501 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13502 before using it.
13503
13504 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13505
13506 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13507 new tests for verilog output.
13508
13509 2015-04-24 Yao Qi <yao.qi@linaro.org>
13510
13511 * boards/remote-gdbserver-on-localhost.exp: New file.
13512
13513 2015-04-23 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13516 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13517 "end of file", remove $inferior_spawn_id from the indirect list.
13518
13519 2015-04-23 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13522
13523 2015-04-23 Pedro Alves <palves@redhat.com>
13524
13525 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13526 on $any_spawn_id instead of only on $gdb_spawn_id.
13527
13528 2015-04-21 Pierre Muller <muller@sourceware.org>
13529
13530 PR pascal/17815
13531 * lib/pascal.exp (gpc_compile): Add new option "class".
13532 (fpc_compile): Likewise.
13533 * gdb.pascal/case-insensitive-symbols.pas: New file.
13534 * gdb.pascal/case-insensitive-symbols.exp: New file.
13535
13536 2015-04-20 Gary Benson <gbenson@redhat.com>
13537
13538 * gdb.base/attach.exp: Fix three extended remote failures.
13539
13540 2015-04-17 Gary Benson <gbenson@redhat.com>
13541
13542 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13543 the main executable over the remote protocol.
13544
13545 2015-04-16 Pedro Alves <palves@redhat.com>
13546
13547 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13548 a new gdbserver if gdbserver_reconnect_p is set.
13549
13550 2015-04-16 Pedro Alves <palves@redhat.com>
13551
13552 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13553 is set, don't exit gdbserver.
13554
13555 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13556
13557 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13558 appropriate .insn, such that an older assembler can be used.
13559 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13560 the z/Architecture instruction set on 31-bit targets as well.
13561
13562 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13563
13564 * gdb.go/handcall.exp: Remove all logic related to the first
13565 breakpoint and rely on go_runto_main instead.
13566 * gdb.go/strings.exp: Likewise.
13567 * gdb.go/unsafe.exp: Likewise.
13568 * gdb.go/hello.exp: Likewise. Also rename the remaining
13569 breakpoint marker to "breakpoint 1".
13570 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13571 * gdb.go/strings.go: Likewise.
13572 * gdb.go/unsafe.go: Likewise.
13573 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13574 "set breakpoint 2 here" and rename the remaining breakpoint marker
13575 to "breakpoint 1".
13576
13577 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13578
13579 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13580 if itertools.imap is not present.
13581 * gdb.python/py-objfile.exp: Add parentheses.
13582 * gdb.python/py-type.exp: Same.
13583 * gdb.python/py-unwind-maint.py: Same.
13584
13585 2015-04-15 Yao Qi <yao.qi@linaro.org>
13586
13587 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13588 of ":$ptr_size" and set its form explicitly.
13589
13590 2015-04-15 Pedro Alves <palves@redhat.com>
13591 Yao Qi <yao.qi@linaro.org>
13592
13593 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13594 timeout by factor of 4.
13595 (test_regular_watch): Likewise.
13596 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13597 * gdb.reverse/sigall-reverse.exp: Likewise.
13598 * gdb.reverse/until-precsave.exp: Likewise.
13599 * lib/gdb.exp (with_timeout_factor): New proc.
13600 (gdb_expect): Move some code to ...
13601 (get_largest_timeout): ... here. New procedure.
13602
13603 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13604
13605 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13606
13607 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13608
13609 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13610 to write to the .text section.
13611
13612 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13613
13614 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13615 Handle the case of targets that do not provide PID information.
13616
13617 2015-04-13 Yao Qi <yao.qi@linaro.org>
13618
13619 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13620 and use expect instead of gdb_expect.
13621
13622 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13623
13624 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13625 "coredump_var_addr" to avoid naming conflict with other testcases.
13626
13627 2015-04-10 Pedro Alves <palves@redhat.com>
13628
13629 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13630 gdb_test_sequence and gdb_assert.
13631
13632 2015-04-10 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13635 test messages that don't include the breakpoint address.
13636
13637 2015-04-10 Yao Qi <yao.qi@linaro.org>
13638
13639 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13640 false for some offset and width combinations which aren't
13641 supported by linux kernel.
13642
13643 2015-04-10 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13646 procedure, factored out from ...
13647 (top level): ... here. Add "set displaced-stepping" testing axis.
13648 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13649 parameter "displaced". Use it.
13650 (top level): Use foreach and add "set displaced-stepping" testing
13651 axis.
13652
13653 2015-04-10 Pedro Alves <palves@redhat.com>
13654
13655 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13656 Remove comment.
13657 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13658 both the address of the instruction that triggers the watchpoint
13659 and the address of the instruction immediately after, and use
13660 those addresses for the test. Fix comment.
13661
13662 2015-04-10 Pedro Alves <palves@redhat.com>
13663
13664 * gdb.base/sigstep.exp (breakpoint_to_handler)
13665 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13666 Test "backtrace" in handler.
13667 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13668 (top level): Add new "displaced" test axis to
13669 breakpoint_to_handler, breakpoint_to_handler_entry and
13670 breakpoint_over_handler.
13671
13672 2015-04-10 Pedro Alves <palves@redhat.com>
13673
13674 PR gdb/18216
13675 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13676
13677 2015-04-10 Yao Qi <yao.qi@linaro.org>
13678
13679 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13680 (test_add_rn_pc): New function.
13681 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13682 (top level): Invoke test_add_rn_pc.
13683
13684 2015-04-10 Pedro Alves <palves@redhat.com>
13685
13686 PR gdb/13858
13687 * gdb.base/step-over-no-symbols.exp: New file.
13688
13689 2015-04-09 Andy Wingo <wingo@igalia.com>
13690
13691 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13692 after the Python tests.
13693
13694 2015-04-08 Keith Seitz <keiths@redhat.com>
13695
13696 PR python/16699
13697 * gdb.python/py-completion.exp: New tests for completion.
13698 * gdb.python/py-completion.py (CompleteLimit1): New class.
13699 (CompleteLimit2): Likewise.
13700 (CompleteLimit3): Likewise.
13701 (CompleteLimit4): Likewise.
13702 (CompleteLimit5): Likewise.
13703 (CompleteLimit6): Likewise.
13704 (CompleteLimit7): Likewise.
13705
13706 2015-04-08 Pedro Alves <palves@redhat.com>
13707
13708 PR gdb/18214
13709 PR gdb/18216
13710 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13711 function.
13712 (main): Install it as SIGUSR1 handler.
13713 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13714 parameter. Always use "setup" as prefix. Toggle "set
13715 displaced-stepping" off/on depending on global. Don't switch to
13716 thread 1 here.
13717 (top level): Add displaced stepping "off/on" test axis. Update
13718 "setup" calls. Wrap each subtest with with_test_prefix. Test
13719 continuing with a queued signal in each thread.
13720
13721 2015-04-08 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13724 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13725 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13726 Return early if running to main fails.
13727 * gdb.trace/while-stepping.exp: Likewise.
13728
13729 2015-04-07 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13732 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13733 interact with inferior program.
13734
13735 2015-04-07 Pedro Alves <palves@redhat.com>
13736
13737 * lib/gdb.exp (inferior_spawn_id): New global.
13738 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13739 spawn id after processing the user code.
13740 (default_gdb_start): Set inferior_spawn_id.
13741 (send_inferior): New procedure.
13742 * lib/gdbserver-support.exp (gdbserver_start): Set
13743 inferior_spawn_id.
13744 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13745
13746 2015-04-07 Pedro Alves <palves@redhat.com>
13747
13748 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13749 * lib/gdbserver-support.exp (gdbserver_start): Make
13750 $server_spawn_id global.
13751 (gdbserver_start): Don't wait for gdbserver's spawn id with
13752 expect_background.
13753 (close_gdbserver): New procedure.
13754 (gdb_exit): Rename the default version and reimplement.
13755
13756 2015-04-07 Pedro Alves <palves@redhat.com>
13757
13758 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13759 append the substituted item, not the original item.
13760
13761 2015-04-07 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13764 gdb_expect.
13765
13766 2015-04-07 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13769 output appearing once only.
13770
13771 2015-04-07 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13774 that doesn't expect anything. Return early if running to main
13775 fails.
13776
13777 2015-04-07 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13780 (child_function): Call alarm.
13781 (main): Move call to alarm into the loop.
13782 * gdb.threads/non-stop-fair-events.exp: Build program with
13783 -DTIMEOUT=$timeout.
13784
13785 2015-04-06 Doug Evans <xdje42@gmail.com>
13786
13787 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13788 Fix dest parameter to board_info.
13789 (fpc_compile): Ditto.
13790 (gdb_compile_pascal): Rename dest arg to destfile.
13791
13792 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13793
13794 * gdb.ada/funcall_ref.exp: New file.
13795 * gdb.ada/funcall_ref/foo.adb: New file.
13796
13797 2015-04-02 Yao Qi <yao.qi@linaro.org>
13798
13799 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13800 is remote.
13801
13802 2015-04-02 Gary Benson <gbenson@redhat.com>
13803
13804 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13805
13806 2015-04-01 Sasha Smundak <asmundak@google.com>
13807
13808 * gdb.python/py-unwind-maint.c: New file.
13809 * gdb.python/py-unwind-maint.exp: New test.
13810 * gdb.python/py-unwind-maint.py: New file.
13811 * gdb.python/py-unwind.c: New file.
13812 * gdb.python/py-unwind.exp: New test.
13813 * gdb.python/py-unwind.py: New test.
13814
13815 2015-04-01 Pedro Alves <palves@redhat.com>
13816
13817 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13818 to fail instead of non-existent $test.
13819
13820 2015-04-01 Pedro Alves <palves@redhat.com>
13821
13822 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13823 GDBFLAGS if not empty.
13824
13825 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13826
13827 * gdb.ada/complete.exp: Remove "multi_line".
13828 * gdb.ada/info_exc.exp: Remove "multi_line".
13829 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13830 * gdb.ada/ptype_field.exp: Remove "multi_line".
13831 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13832 * gdb.ada/tagged.exp: Remove "multi_line".
13833 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13834 [multi_line ...]
13835 * gdb.btrace/delta.exp: Likewise.
13836 * gdb.btrace/exception.exp: Likewise.
13837 * gdb.btrace/function_call_history.exp: Likewise.
13838 * gdb.btrace/instruction_history.exp: Likewise.
13839 * gdb.btrace/nohist.exp: Likewise.
13840 * gdb.btrace/record_goto.exp: Likewise.
13841 * gdb.btrace/segv.exp: Likewise.
13842 * gdb.btrace/stepi.exp: Likewise.
13843 * gdb.btrace/tailcall.exp: Likewise.
13844 * gdb.btrace/unknown_functions.exp: Likewise.
13845 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13846 * lib/gdb.exp: Add the "multi_line" helper.
13847
13848 2015-04-01 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.threads/tid-reuse.c: New file.
13851 * gdb.threads/tid-reuse.exp: New file.
13852
13853 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13854
13855 PR corefiles/16092
13856 * gdb.base/coredump-filter.c: New file.
13857 * gdb.base/coredump-filter.exp: Likewise.
13858
13859 2015-03-27 Petr Machata <pmachata@redhat.com>
13860
13861 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13862 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13863 (Dwarf::assemble): Initialize them.
13864 (Dwarf::lines): New function.
13865
13866 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13867
13868 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13869 SYMBOL_PREFIX for x86_64-*-cygwin.
13870
13871 2015-03-26 Andy Wingo <wingo@igalia.com>
13872
13873 PR symtab/18148
13874 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13875 const_value but not a location.
13876 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13877 location defined in non-main CUs are visible.
13878
13879 2015-03-26 Yao Qi <yao.qi@linaro.org>
13880
13881 PR testsuite/18139
13882 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13883 Add a line number entry for the same line.
13884 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13885 Add a line number entry for the same line.
13886
13887 2015-03-26 Yao Qi <yao.qi@linaro.org>
13888
13889 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13890 .int 0.
13891 (func): Likewise. Add .Lfunc_1 label.
13892 Use .Lfunc_1 label.
13893 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13894 .int 0.
13895 (func): Likewise.
13896 Use .Lfunc_1 label.
13897
13898 2015-03-26 Yao Qi <yao.qi@linaro.org>
13899
13900 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13901 Call gdb_compile instead to compile each .s files without debug
13902 information.
13903
13904 2015-03-26 Yao Qi <yao.qi@linaro.org>
13905
13906 * gdb.base/savedregs.exp (process_saved_regs): Make
13907 "Saved registers:" optional in the pattern.
13908
13909 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13910
13911 * gdb.btrace/next.exp: Merged into step.exp.
13912 * gdb.btrace/finish.exp: Merged into step.exp.
13913 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13914 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13915 "record goto" and checking the exact replay position.
13916 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13917 check for "Recording format" in "info record" output.
13918 * gdb.btrace/record_goto.exp: Choose test file based on target.
13919 * gdb.btrace/x86-record_goto.S: Renamed into ...
13920 * gdb.btrace/x86_64-record_goto.S: ... this.
13921 * gdb.btrace/i686-record_goto.S: New.
13922 * gdb.btrace/x86-tailcall.S: Renamed into ...
13923 * gdb.btrace/x86_64-tailcall.S: ... this.
13924 * gdb.btrace/i686-tailcall.S: New.
13925 * gdb.btrace/x86-tailcall.c: Renamed into ...
13926 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13927 separate statements. Update test.
13928 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13929 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13930 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13931 * gdb.btrace/tailcall.exp: Choose test file based on target.
13932 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13933
13934 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13935
13936 * gdb.btrace/exception.exp: Increase BTS buffer size.
13937
13938 2015-03-24 Pedro Alves <palves@redhat.com>
13939
13940 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13941
13942 2015-03-24 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.threads/schedlock.exp (test_step): No longer expect that
13945 "set scheduler-locking step" with "next" over a function call runs
13946 threads unlocked.
13947
13948 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13949
13950 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13951
13952 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13953
13954 PR breakpoints/16466
13955 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13956 * gdb.mi/mi-pending.c (thread_func): New function.
13957 (int main): Add threading support required.
13958 * gdb.mi/mi-pending.exp: Add tests for this issue.
13959 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13960 (pendfunc2): Remove stdio dependency.
13961 * gdb.mi/mi-pendshr2.c: New file.
13962
13963 2015-03-23 Keith Seitz <keiths@redhat.com>
13964
13965 * gdb.linespec/keywords.c: New file.
13966 * gdb.linespec/keywords.exp: New file.
13967
13968 2015-03-23 Keith Seitz <keiths@redhat.com>
13969
13970 PR gdb/18021
13971 * gdb.dwarf2/staticvirtual.exp: New test.
13972
13973 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13974
13975 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13976 * README: Remove HP-UX and gdb.hp.
13977 (configuration):
13978 * configure: Regenerate.
13979 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13980 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13981 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13982 gdb.hp/gdb.defects/Makefile.
13983 * gdb.hp/Makefile.in: File deleted.
13984 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13985 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13986 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13987 * gdb.hp/gdb.aCC/run.c: File deleted.
13988 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13989 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13990 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13991 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13992 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13993 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13994 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13995 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13996 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13997 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13998 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13999 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14000 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14001 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14002 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14003 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14004 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14005 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14006 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14007 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14008 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14009 * gdb.hp/gdb.compat/average.c: File deleted.
14010 * gdb.hp/gdb.compat/sum.c: File deleted.
14011 * gdb.hp/gdb.compat/xdb.c: File deleted.
14012 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14013 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14014 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14015 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14016 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14017 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14018 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14019 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14020 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14021 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14022 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14023 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14024 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14025 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14026 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14027 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14028 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14029 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14030 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14031 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14032 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14033 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14034 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14035 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14036 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14037 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14038 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14039 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14040 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14041 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14042 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14043 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14044 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14045 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14046 * gdb.hp/tools/odump: File deleted.
14047
14048 2015-03-19 Pedro Alves <palves@redhat.com>
14049
14050 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14051 (saw_thread_3): New globals.
14052 (top level): Increment them when an event for the corresponding
14053 thread is seen.
14054 (no thread starvation): New test.
14055
14056 2015-03-19 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.threads/continue-pending-status.c: New file.
14059 * gdb.threads/continue-pending-status.exp: New file.
14060
14061 2015-03-18 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14064 Use gdb_is_target_remote instead of is_remote. Use
14065 gdb_test_multiple instead of gdb_expect. Exit early if
14066 gdb_test_multiple hits its internal matches. Tighten stepi tests
14067 expected output. Fail on exit with any signal, instead of just
14068 SIGILL.
14069
14070 2015-03-18 Yao Qi <yao.qi@linaro.org>
14071
14072 PR tdep/18107
14073 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14074 variable.
14075 * gdb.base/catch-syscall.exp: Don't skip it on
14076 aarch64*-*-linux* target. Remove elements in all_syscalls.
14077 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14078 target.
14079 (setup_all_syscalls): New proc.
14080
14081 2015-03-16 Yao Qi <yao.qi@linaro.org>
14082
14083 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14084 (top level): Skip tests if valid_addr_p returns false for
14085 $cmd1 or $cmd2.
14086
14087 2015-03-11 Andy Wingo <wingo@igalia.com>
14088
14089 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14090
14091 2015-03-11 Yao Qi <yao.qi@linaro.org>
14092
14093 * gdb.base/catch-syscall.exp: Fix typo in comments.
14094
14095 2015-03-11 Yao Qi <yao.qi@linaro.org>
14096
14097 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14098
14099 2015-03-09 Pedro Alves <palves@redhat.com>
14100
14101 * dg-extract-results.py: Delete.
14102
14103 2015-03-09 Pedro Alves <palves@redhat.com>
14104
14105 Merge dg-extract-results.sh from GCC upstream (r218843).
14106
14107 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14108 * dg-extract-results.sh: Use --text with grep to avoid issues with
14109 binary files. Fall back to cat -v, if that doesn't work.
14110
14111 2015-03-05 Pedro Alves <palves@redhat.com>
14112
14113 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14114
14115 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14116
14117 * lib/mi-support.exp (mi_expect_interrupt): Accept
14118 alternative event for when in all-stop mode.
14119
14120 2015-03-04 Pedro Alves <palves@redhat.com>
14121
14122 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14123
14124 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14125
14126 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14127
14128 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14131 regexps for GDB's current line display, accept a hex address
14132 preceding the line number.
14133
14134 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14135
14136 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14137 the 'arch1' variable for "s390*-linux*" targets.
14138
14139 2015-03-04 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14142 (main): Pass missing retval argument to pthread_join call.
14143
14144 2015-03-02 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14147 (top level): Call do_test with non-stop as well.
14148
14149 2015-03-02 Pedro Alves <palves@redhat.com>
14150
14151 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14152 -1.
14153
14154 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14155
14156 * gdb.arch/s390-vregs.exp: New test.
14157 * gdb.arch/s390-vregs.S: New file.
14158
14159 2015-02-27 Pedro Alves <palves@redhat.com>
14160
14161 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14162 call to catch_command_errors.
14163 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14164 catch_command_errors.
14165
14166 2015-02-27 Pedro Alves <palves@redhat.com>
14167
14168 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14169 "true" for boolean result.
14170 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14171 prototype of main.
14172
14173 2015-02-27 Pedro Alves <palves@redhat.com>
14174
14175 * lib/unbuffer_output.c: New file.
14176 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14177 (main): Call gdb_unbuffer_output.
14178
14179 2015-02-27 Yao Qi <yao.qi@linaro.org>
14180
14181 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14182 target.
14183
14184 2015-02-26 Doug Evans <dje@google.com>
14185
14186 * gdb.cp/class2.cc (Dbase, D): New classes.
14187 (main): New local delta.
14188 * gdb.cp/class2.exp: Test printing delta.
14189 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14190 (dynbar): New global.
14191 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14192
14193 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14194
14195 * gdb.compile/compile-ifunc.c: New file.
14196 * gdb.compile/compile-ifunc.exp: New file.
14197
14198 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14199
14200 * gdb.base/structs.exp: Check for correct struct on finish.
14201
14202 2015-02-26 Yao Qi <yao.qi@linaro.org>
14203
14204 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14205 is zero.
14206
14207 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14208
14209 * gdb.arch/cordic.ko.bz2: New file.
14210 * gdb.arch/cordic.ko.debug.bz2: New file.
14211 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14212
14213 2015-02-25 Yao Qi <yao.qi@linaro.org>
14214
14215 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14216 aarch64*-*-* target.
14217
14218 2015-02-23 Pedro Alves <palves@redhat.com>
14219
14220 * lib/gdb.exp (delete_breakpoints): Rewrite using
14221 gdb_test_multiple.
14222
14223 2015-02-23 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/info-os.c: Include stdlib.h.
14226
14227 2015-02-22 Doug Evans <xdje42@gmail.com>
14228
14229 PR symtab/17855
14230 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14231 is read after symbols have been re-read.
14232 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14233 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14234
14235 2015-02-21 Doug Evans <dje@google.com>
14236
14237 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14238
14239 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14240
14241 PR corefiles/17808
14242 * gdb.arch/i386-biarch-core.core.bz2: New file.
14243 * gdb.arch/i386-biarch-core.exp: New file.
14244
14245 2015-02-21 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14248 runto_main fails.
14249
14250 2015-02-20 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14253 info probes.
14254
14255 2015-02-20 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14258
14259 2015-02-20 Pedro Alves <palves@redhat.com>
14260
14261 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14262 clean_restart before gdb_target_supports_trace.
14263
14264 2015-02-20 Pedro Alves <palves@redhat.com>
14265
14266 PR threads/18006
14267 * gdb.threads/clone-thread_db.c: New file.
14268 * gdb.threads/clone-thread_db.exp: New file.
14269
14270 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14271
14272 PR breakpoints/16812
14273 * gdb.base/catch-gdb-caused-signals.c: New file.
14274 * gdb.base/catch-gdb-caused-signals.exp: New file.
14275
14276 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14277
14278 * configure: Regenerated.
14279 * configure.ac: Use GDB_AC_TRANSFORM.
14280 * aclocal.m4: sinclude ../transform.m4.
14281
14282 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14283
14284 * lib/dtrace.exp: New file.
14285 * gdb.base/dtrace-probe.exp: Likewise.
14286 * gdb.base/dtrace-probe.d: Likewise.
14287 * gdb.base/dtrace-probe.c: Likewise.
14288 * lib/pdtrace.in: Likewise.
14289 * configure.ac: Output variables with the transformed names of
14290 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14291 * configure: Regenerated.
14292
14293 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14294
14295 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14296 expected message when trying to access $_probe_* convenience
14297 variables while not on a probe.
14298
14299 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14300
14301 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14302
14303 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14304
14305 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14306 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14307
14308 2015-02-10 Doug Evans <xdje42@gmail.com>
14309
14310 * lib/gdb.exp (gdb_load): Always return a result.
14311
14312 2015-02-10 Pedro Alves <palves@redhat.com>
14313
14314 * gdb.threads/signal-sigtrap.c: New file.
14315 * gdb.threads/signal-sigtrap.exp: New file.
14316
14317 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14318
14319 * gdb.trace/no-attach-trace.c: New file.
14320 * gdb.trace/no-attach-trace.exp: New file.
14321
14322 2015-02-09 Mark Wielaard <mjw@redhat.com>
14323
14324 * gdb.dwarf2/atomic.c: New file.
14325 * gdb.dwarf2/atomic-type.exp: Likewise.
14326
14327 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14328
14329 * gdb.btrace/buffer-size.exp: Update "info record" output.
14330 * gdb.btrace/delta.exp: Update "info record" output.
14331 * gdb.btrace/enable.exp: Update "info record" output.
14332 * gdb.btrace/finish.exp: Update "info record" output.
14333 * gdb.btrace/instruction_history.exp: Update "info record" output.
14334 * gdb.btrace/next.exp: Update "info record" output.
14335 * gdb.btrace/nexti.exp: Update "info record" output.
14336 * gdb.btrace/step.exp: Update "info record" output.
14337 * gdb.btrace/stepi.exp: Update "info record" output.
14338 * gdb.btrace/nohist.exp: Update "info record" output.
14339
14340 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14341
14342 * gdb.btrace/buffer-size: New.
14343
14344 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14345
14346 * gdb.btrace/delta.exp: Update "info record" output.
14347 * gdb.btrace/enable.exp: Update "info record" output.
14348 * gdb.btrace/finish.exp: Update "info record" output.
14349 * gdb.btrace/instruction_history.exp: Update "info record" output.
14350 * gdb.btrace/next.exp: Update "info record" output.
14351 * gdb.btrace/nexti.exp: Update "info record" output.
14352 * gdb.btrace/step.exp: Update "info record" output.
14353 * gdb.btrace/stepi.exp: Update "info record" output.
14354 * gdb.btrace/nohist.exp: Update "info record" output.
14355
14356 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14357
14358 PR gdb/15678
14359 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14360
14361 2015-02-06 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14364 macro.
14365 (seconds_left, again): New globals.
14366 (main): Wait seconds_left in a 1-second sleep loop instead of
14367 sleeping 180 seconds. If 'again' is set, reset the seconds
14368 counter.
14369 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14370 'again' in the inferior before detaching. Print the seconds left.
14371 (options): New global.
14372 (top level): Build program with -DTIMEOUT=$timeout.
14373
14374 2015-02-06 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14377 determine how many seconds to pass to 'alarm'.
14378 * gdb.base/gdb-sigterm.exp (top level): Build program with
14379 -DTIMEOUT=$timeout.
14380 (do_test): Return success/failure indication. Add more verbose
14381 logging. Don't fail if 200 single steps are seen. Instead, fail
14382 when the test times out.
14383 (passes): New global.
14384 (top level): Break the testing loop if testing fails on any
14385 iteration. Use gdb_assert.
14386
14387 2015-02-04 Don Breazeal <donb@codesourcery.com>
14388
14389 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14390 and initialize them.
14391 (ipc_cleanup): New function.
14392 (main): Don't declare shmid, semid, and msqid. Add a call to
14393 atexit so that we call ipc_cleanup on exit.
14394
14395 2015-02-04 Pedro Alves <palves@redhat.com>
14396
14397 * boards/native-extended-gdbserver.exp: Remove any target variant
14398 specifications from the board name before clearing the isremote
14399 flag from board_info.
14400
14401 2015-01-31 Doug Evans <xdje42@gmail.com>
14402
14403 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14404
14405 2015-01-31 Gary Benson <gbenson@redhat.com>
14406
14407 * gdb.base/completion.exp: Disable completion limiting for
14408 existing tests. Add new tests to check completion limiting.
14409 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14410
14411 2015-01-31 Doug Evans <xdje42@gmail.com>
14412
14413 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14414
14415 2015-01-31 Doug Evans <xdje42@gmail.com>
14416
14417 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14418 entries. Duplicate file section script entries.
14419 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14420 inlined entries. Add test for safe-path rejection.
14421 * gdb.python/py-section-script.c: Add duplicate inlined section script
14422 entries. Duplicate file section script entries.
14423 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14424 inlined entries. Add test for safe-path rejection.
14425
14426 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14427
14428 * gdb.ada/disc_arr_bound: New testcase.
14429
14430 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14431
14432 * gdb.ada/mi_var_array: New testcase.
14433
14434 2015-01-27 Doug Evans <dje@google.com>
14435
14436 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14437 Add test for objfile.filename, objfile.username after objfile
14438 has been unloaded.
14439
14440 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14441
14442 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14443 the second test to print the name attribute of value
14444 returned by the call to gdb.lookup_type, and adjust
14445 the expected output accordingly.
14446
14447 2015-01-25 Mark Wielaard <mjw@redhat.com>
14448
14449 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14450 * gdb.base/disp-step-fork.c: Include unistd.h.
14451 * gdb.base/siginfo-obj.c: Include stdio.h.
14452 * gdb.base/siginfo-thread.c: Likewise.
14453 * gdb.mi/non-stop.c: Include unistd.h.
14454 * gdb.mi/nsthrexec.c: Include stdio.h.
14455 * gdb.mi/pthreads.c: Include unistd.h.
14456 * gdb.modula2/unbounded1.c (main): Declare returns int.
14457 * gdb.reverse/consecutive-reverse.c: Likewise.
14458 * gdb.threads/create-fail.c: Include unistd.h.
14459 * gdb.threads/killed.c: Likewise.
14460 * gdb.threads/linux-dp.c: Likewise.
14461 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14462 * gdb.threads/non-ldr-exc-2.c: Likewise.
14463 * gdb.threads/non-ldr-exc-3.c: Likewise.
14464 * gdb.threads/non-ldr-exc-4.c: Likewise.
14465 * gdb.threads/pthreads.c: Include unistd.h.
14466 (main): Declare returns int.
14467 * gdb.threads/tls-main.c (foo): New declaration.
14468 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14469
14470 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14471
14472 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14473 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14474
14475 2015-01-15 Mark Wielaard <mjw@redhat.com>
14476
14477 * gdb.base/noreturn-return.c: New file.
14478 * gdb.base/noreturn-return.exp: New file.
14479 * gdb.base/noreturn-finish.c: New file.
14480 * gdb.base/noreturn-finish.exp: New file.
14481
14482 2015-01-23 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.threads/continue-pending-after-query.c: New file.
14485 * gdb.threads/continue-pending-after-query.exp: New file.
14486
14487 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14488 Simon Marchi <simon.marchi@ericsson.com>
14489
14490 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14491 * gdb.base/valgrind-db-attach.exp: Same.
14492 * gdb.base/valgrind-infcall.exp: Same.
14493 * lib/mi-support.exp (default_mi_gdb_start): Same.
14494 * lib/prompt.exp (default_prompt_gdb_start): Same.
14495 * lib/gdb.exp (default_gdb_spawn): Same.
14496 (gdb_interact): New.
14497
14498
14499 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14500
14501 * gdb.compile/compile.exp (pointer to jit function): New test.
14502
14503 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14504
14505 * lib/gdb.exp (supports_process_record): Return true for
14506 powerpc*-*-linux*.
14507 (supports_reverse): Likewise.
14508
14509 2015-01-15 Don Breazeal <donb@codesourcery.com>
14510
14511 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14512 instead of checking whether the target board is remote and
14513 use spawn_wait_for_attach instead of exec/sleep.
14514 * gdb.base/attach-twice.exp: Likewise.
14515
14516 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14517
14518 * gdb.ada/var_arr_attrs: New testcase.
14519
14520 2015-01-14 Pedro Alves <palves@redhat.com>
14521 Joel Brobecker <brobecker@adacore.com>
14522
14523 PR gdb/17525
14524 * gdb.base/bp-cmds-execution-x-script.c: New file.
14525 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14526 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14527
14528 2015-01-14 Pedro Alves <palves@redhat.com>
14529
14530 PR cli/17828
14531 * gdb.base/batch-preserve-term-settings.c: New file.
14532 * gdb.base/batch-preserve-term-settings.exp: New file.
14533
14534 2015-01-13 Doug Evans <dje@google.com>
14535
14536 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14537 binary.
14538
14539 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14540
14541 * Makefile.in (clean mostlyclean): Do not delete *.py.
14542
14543 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.python/py-lookup-type.exp: New file.
14546
14547 2015-01-12 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14550 restore GDBFLAGS before returning.
14551
14552 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14553
14554 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14555 is_amd64_regs_target and is_x86_like_target.
14556
14557 2015-01-11 Doug Evans <xdje42@gmail.com>
14558
14559 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14560 is given without an explicit form.
14561 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14562 attributes.
14563 * gdb.dwarf/corrupt.exp: Ditto.
14564 * gdb.dwarf2/enum-type.exp: Ditto.
14565 * gdb.trace/entry-values.exp: Ditto.
14566 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14567
14568 2015-01-11 Doug Evans <xdje42@gmail.com>
14569
14570 PR gdb/15830
14571 * gdb.base/maint.exp: Remove references to "maint demangle".
14572 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14573 Add tests for explicitly specifying language to demangle.
14574 * gdb.dlang/demangle.exp: Ditto.
14575
14576 2015-01-09 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.threads/non-stop-fair-events.c: New file.
14579 * gdb.threads/non-stop-fair-events.exp: New file.
14580
14581 2015-01-09 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14584 the global scope. Set a breakpoint after all threads are started
14585 rather than stepping over two source lines. Expect the prompt.
14586 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14587 global.
14588 (NUM): Now 15.
14589 (main): Use threads_started_barrier to wait for all threads to
14590 start. Main thread no longer calls thread_function. Exit after
14591 180 seconds.
14592 (loop): New function.
14593 (thread_function): Wait on threads_started_barrier barrier. Call
14594 'loop' at each iteration.
14595 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14596 threads have started, instead of hardcoding number of "next"
14597 steps. Use an access watchpoint instead of a write watchpoint.
14598
14599 2015-01-09 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14602 (thread_func): Wait on barrier.
14603 (main): Wait for all threads to start before stopping GDB.
14604 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14605 global.
14606 (thread1_func, thread2_func): Wait on barrier.
14607 (main): Wait for all threads to start before stopping GDB.
14608 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14609 New global.
14610 (thread1_func, thread2_func): Wait on barrier.
14611 (main): Wait for all threads to start before stopping GDB.
14612
14613 2015-01-09 Pedro Alves <palves@redhat.com>
14614
14615 * gdb.threads/attach-many-short-lived-threads.c: New file.
14616 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14617
14618 2014-01-09 Pedro Alves <palves@redhat.com>
14619
14620 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14621 instead of to thread 2.
14622 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14623 Add barrier around each pthread_create call instead of around all
14624 calls.
14625 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14626 Set a break on thread_function and have the child threads hit it
14627 one at at a time.
14628
14629 2015-01-09 Pedro Alves <palves@redhat.com>
14630
14631 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14632 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14633 false.
14634 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14635 checking whether the target board is remote.
14636 * gdb.multi/multi-attach.exp: Likewise.
14637 * gdb.python/py-sync-interp.exp: Likewise.
14638 * gdb.server/ext-attach.exp: Likewise.
14639 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14640 tests that need to attach, instead of checking whether the target
14641 board is remote at the top of the file.
14642
14643 2015-01-08 Yao Qi <yao@codesourcery.com>
14644
14645 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14646
14647 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14648
14649 Fix testcase compilation.
14650 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14651
14652 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14653
14654 * gdb.python/py-type.exp: Add a couple test about empty
14655 array creation, and negative-length array creation.
14656
14657 2015-01-02 Doug Evans <xdje42@gmail.com>
14658
14659 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14660
14661 2015-01-02 Doug Evans <dje@google.com>
14662
14663 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14664
14665 2014-12-29 Yao Qi <yao@codesourcery.com>
14666
14667 * gdb.trace/entry-values.exp: Update comments. Rename variable
14668 bar_call_foo to returned_from_foo.
14669
14670 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14671
14672 PR gdb/17394
14673 * gdb.linespec/break-asm-file.c: New file.
14674 * gdb.linespec/break-asm-file.exp: New file.
14675 * gdb.linespec/break-asm-file0.s: New file.
14676 * gdb.linespec/break-asm-file1.s: New file.
14677
14678 2014-12-18 Nigel Stephens <nigel@mips.com>
14679 Maciej W. Rozycki <macro@codesourcery.com>
14680
14681 * gdb.base/float.exp: Handle the new output from "info float" on
14682 MIPS targets.
14683
14684 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14685
14686 Fix MinGW compilation.
14687 * gdb.compile/compile-ops.exp: Update untested message if
14688 !skip_compile_feature_tests.
14689 * gdb.compile/compile-setjmp.exp: Likewise.
14690 * gdb.compile/compile-tls.exp: Likewise.
14691 * gdb.compile/compile.exp: Likewise.
14692 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14693 supported on this host".
14694
14695 2014-12-16 Doug Evans <xdje42@gmail.com>
14696
14697 * boards/stabs.exp: New file.
14698
14699 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14700
14701 * gdb.base/completion.exp: Adjust to format changes of "maint
14702 print user-registers".
14703
14704 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14705
14706 PR server/17457
14707 * gdb.arch/aarch64-fp.c: New file.
14708 * gdb.arch/aarch64-fp.exp: New file.
14709
14710 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14711
14712 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14713 r210637, r210913, r211666, r215400, r215817).
14714
14715 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14716 * dg-extract-results.py: New file.
14717 * dg-extract-results.sh: Use it if the environment seems
14718 suitable.
14719
14720 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14721
14722 * dg-extract-results.py (parse_run): Handle warnings that
14723 are printed before a test harness is run.
14724
14725 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14726
14727 * dg-extract-results.py (Named): Remove __cmp__ method.
14728 (output_variation): Use a key to sort variation.harnesses.
14729
14730 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14731
14732 * dg-extract-results.py: For Python 3, force sys.stdout to
14733 handle surrogate escape sequences.
14734 (safe_open): New function.
14735 (output_segment, main): Use it.
14736
14737 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14738
14739 * dg-extract-results.py (Prog.result_re): Include options
14740 in test name.
14741
14742 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14743
14744 * dg-extract-results.py (output_variation): Always sort if
14745 do_sum.
14746
14747 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14748
14749 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14750 as long as we get pagination notifications.
14751
14752 2014-12-15 Jason Merrill <jason@redhat.com>
14753
14754 * Makefile.in (check-gdb.%): Restore.
14755 * README: Mention it.
14756
14757 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14758
14759 * gdb.ada/str_uninit: New testcase.
14760
14761 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14762
14763 PR symtab/17642
14764 * gdb.base/vla-stub-define.c: New file.
14765 * gdb.base/vla-stub.c: New file.
14766 * gdb.base/vla-stub.exp: New file.
14767
14768 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14769 Jan Kratochvil <jan.kratochvil@redhat.com>
14770 Tom Tromey <tromey@redhat.com>
14771
14772 * configure.ac: Add gdb.compile/.
14773 * configure: Regenerate.
14774 * gdb.compile/Makefile.in: New file.
14775 * gdb.compile/compile-ops.exp: New file.
14776 * gdb.compile/compile-ops.c: New file.
14777 * gdb.compile/compile-tls.c: New file.
14778 * gdb.compile/compile-tls.exp: New file.
14779 * gdb.compile/compile-constvar.S: New file.
14780 * gdb.compile/compile-constvar.c: New file.
14781 * gdb.compile/compile-mod.c: New file.
14782 * gdb.compile/compile-nodebug.c: New file.
14783 * gdb.compile/compile-setjmp-mod.c: New file.
14784 * gdb.compile/compile-setjmp.c: New file.
14785 * gdb.compile/compile-setjmp.exp: New file.
14786 * gdb.compile/compile-shlib.c: New file.
14787 * gdb.compile/compile.c: New file.
14788 * gdb.compile/compile.exp: New file.
14789 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14790
14791 2014-12-12 Tom Tromey <tromey@redhat.com>
14792
14793 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14794 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14795
14796 2014-12-12 Doug Evans <dje@google.com>
14797
14798 * lib/gdb-python.exp (get_python_valueof): New function.
14799 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14800
14801 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14802
14803 * gdb.base/completion.exp: Add test for completion of "info
14804 registers ".
14805
14806 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14807
14808 * gdb.base/func-ptrs.c: New file.
14809 * gdb.base/func-ptrs.exp: New file.
14810
14811 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14812
14813 PR breakpoints/17012
14814 * gdb.base/dprintf-detach.c: New file.
14815 * gdb.base/dprintf-detach.exp: New file.
14816
14817 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14818
14819 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14820 * lib/gdb.exp (target_is_gdbserver): New procedure.
14821
14822 2014-12-08 Doug Evans <dje@google.com>
14823
14824 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14825
14826 2014-12-05 Yao Qi <yao@codesourcery.com>
14827
14828 * gdb.guile/scm-error.exp: Remove the third argument to
14829 gdb_remote_download.
14830 * gdb.guile/scm-frame-args.exp: Likewise.
14831 * gdb.guile/scm-section-script.exp: Likewise.
14832
14833 2014-12-05 Yao Qi <yao@codesourcery.com>
14834
14835 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14836
14837 2014-12-04 Doug Evans <dje@google.com>
14838
14839 * gdb.python/py-objfile.exp: Add tests for
14840 objfile.add_separate_debug_file.
14841
14842 2014-12-04 Doug Evans <dje@google.com>
14843
14844 * lib/gdb.exp (get_build_id): New function.
14845 (build_id_debug_filename_get): Rewrite to use it.
14846 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14847
14848 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14849
14850 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14851 `method(long)', not just 0x0.
14852 * gdb.cp/nsalias.exp: Align code labels to 4.
14853 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14854 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14855 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14856 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14857 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14858 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14859
14860 2014-12-02 Doug Evans <dje@google.com>
14861
14862 PR symtab/17602
14863 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14864 * gdb.cp/anon-ns2.cc: ... here. New file.
14865 * gdb.cp/anon-ns.exp: Update.
14866
14867 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14868
14869 * gdb.python/py-events.py (inferior_call_handler): New.
14870 (register_changed_handler, memory_changed_handler): New.
14871 (test_events.invoke): Register new handlers.
14872 * gdb.python/py-events.exp: Add tests for inferior call,
14873 memory_changed and register_changed events.
14874
14875 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14876
14877 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14878 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14879 if the linker doesn't understand this.
14880
14881 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14882
14883 * gdb.python/python.exp: Change expected reply to help().
14884
14885 2014-12-01 Yao Qi <yao@codesourcery.com>
14886
14887 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14888 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14889 * configure: Re-generated.
14890
14891 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14892
14893 * gdb.cp/chained-calls.cc: New file.
14894 * gdb.cp/chained-calls.exp: New file.
14895 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14896
14897 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14898
14899 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14900 * gdb.dwarf2/symtab-producer.exp: Same.
14901 * gdb.gdb/python-interrupts.exp: Same.
14902 * gdb.gdb/python-selftest.exp: Same.
14903 * gdb.python/py-linetable.exp: Same.
14904 * gdb.python/py-type.exp: Same.
14905 * gdb.python/py-value-cc.exp: Same.
14906 * gdb.python/py-value.exp: Same.
14907
14908 2014-11-28 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.base/break-probes.exp: Match library name prefixed with
14911 sysroot.
14912
14913 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14914
14915 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14916 test expected output. Add parentheses for the call to print.
14917 Remove L suffix from integers.
14918
14919 2014-11-26 Doug Evans <dje@google.com>
14920
14921 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14922
14923 2014-11-22 Yao Qi <yao@codesourcery.com>
14924
14925 * gdb.trace/entry-values.c: Remove asms.
14926 (foo): Add foo_label.
14927 (bar): Add bar_label.
14928 * gdb.trace/entry-values.exp: Remove code computing foo's
14929 length and bar's length.
14930 (Dwarf::assemble): Invoke function_range for bar and use
14931 MACRO_AT_func for foo.
14932
14933 2014-11-22 Yao Qi <yao@codesourcery.com>
14934
14935 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14936 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14937 Use .Lgcc43_procstart instead of gcc43.
14938
14939 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14940
14941 * gdb.ada/n_arr_bound: New testcase.
14942
14943 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14944
14945 PR breakpoints/10737
14946 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14947 test_catch_syscall_multi_arch.
14948 (test_catch_syscall_multi_arch): New function.
14949
14950 2014-11-20 Doug Evans <xdje42@gmail.com>
14951
14952 * gdb.base/maint.exp: Update expected output.
14953
14954 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14955
14956 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14957 4-byte instruction on S390.
14958
14959 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14960
14961 * gdb.ada/arr_arr: New testcase.
14962
14963 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14964
14965 * gdb.ada/pkd_arr_elem: New Testcase.
14966
14967 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14968
14969 * gdb.reverse/break-precsave: Expect completion message for
14970 core file reads.
14971 * gdb.reverse/consecutive-precsave.exp: Likewise.
14972 * gdb.reverse/finish-precsave.exp: Likewise.
14973 * gdb.reverse/i386-precsave.exp: Likewise.
14974 * gdb.reverse/machinestate-precsave.exp: Likewise.
14975 * gdb.reverse/sigall-precsave.exp: Likewise.
14976 * gdb.reverse/solib-precsave.exp: Likewise.
14977 * gdb.reverse/step-precsave.exp: Likewise.
14978 * gdb.reverse/until-precsave.exp: Likewise.
14979 * gdb.reverse/watch-precsave.exp: Likewise.
14980
14981 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14982
14983 * gdb.base/bp-permanent.c: Include unistd.h.
14984 * gdb.python/py-framefilter-mi.c (main): Add return type.
14985 * gdb.python/py-framefilter.c (main): Likewise.
14986 * gdb.trace/actions-changed.c (main): Likewise.
14987
14988 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14989
14990 * gdb.mi/until.c: Add eye-catchers.
14991 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14992 line numbers.
14993
14994 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14995
14996 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14997 function header variants in break1.c.
14998 * gdb.base/ena-dis-br.exp: Likewise.
14999 * gdb.base/hbreak2.exp: Likewise.
15000 * gdb.reverse/until-precsave.exp: Drop references to removed
15001 non-prototype function header variants in ur1.c.
15002 * gdb.reverse/until-reverse.exp: Likewise.
15003
15004 2014-11-17 Petr Machata <pmachata@redhat.com>
15005
15006 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15007 ${_cu_offset_size} bytes abbrev offset.
15008
15009 2014-11-15 Doug Evans <xdje42@gmail.com>
15010
15011 PR symtab/17559
15012 * gdb.base/line-symtabs.exp: New file.
15013 * gdb.base/line-symtabs.c: New file.
15014 * gdb.base/line-symtabs.h: New file.
15015
15016 2014-11-14 Yao Qi <yao@codesourcery.com>
15017
15018 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15019 (func): Add label func_label.
15020 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15021 Replace low_pc and high_pc with MACRO_AT_range.
15022 Replace name, low_pc and high_pc with MACRO_AT_func.
15023
15024 2014-11-14 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15027 Replace name, low_pc and high_pc with MACRO_AT_func.
15028
15029 2014-11-14 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15032 produce debug information.
15033 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15034
15035 2014-11-14 Yao Qi <yao@codesourcery.com>
15036
15037 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15038 object and get function length.
15039 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15040 with MACRO_AT_func.
15041 (top-level): Replace gdb_compile and clean_restart with
15042 prepare_for_testing.
15043 * gdb.dwarf2/main.c (main): Add label main_label.
15044
15045 2014-11-14 Yao Qi <yao@codesourcery.com>
15046
15047 * lib/dwarf.exp (function_range): New procedure.
15048 (Dwarf::_handle_macro_at_func): New procedure.
15049 (Dwarf::_handle_macro_at_range): New procedure.
15050 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15051
15052 2014-11-14 Yao Qi <yao@codesourcery.com>
15053
15054 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15055 (_handle_attribute): New procedure.
15056
15057 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15058
15059 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15060 * gdb.base/call-sc.c (zed): Likewise.
15061 * gdb.base/checkpoint.c (main): Likewise.
15062 * gdb.base/dump.c (main): Likewise.
15063 * gdb.base/gcore.c (main): Likewise.
15064 * gdb.base/huge.c (main): Likewise.
15065 * gdb.base/multi-forks.c (main): Likewise.
15066 * gdb.base/pr10179-a.c (main): Likewise.
15067 * gdb.base/savedregs.c (main): Likewise.
15068 * gdb.base/sigaltstack.c (main): Likewise.
15069 * gdb.base/siginfo.c (main): Likewise.
15070 * gdb.base/structs.c (zed): Likewise.
15071 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15072 * gdb.mi/mi-syn-frame.c (main): Likewise.
15073 * gdb.mi/until.c (foo, main): Likewise.
15074 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15075 * gdb.base/solib-weak.c (foo): Declare.
15076 * gdb.base/attach-twice.c: Include stdio.h.
15077 * gdb.base/weaklib1.c: Likewise.
15078 * gdb.base/weaklib2.c: Likewise.
15079 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15080 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15081 unistd.h.
15082 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15083 * gdb.mi/mi-exit-code.c: Likewise.
15084 * gdb.base/break-interp-lib.c: Include string.h.
15085 * gdb.base/coremaker.c: Likewise.
15086 * gdb.base/testenv.c: Likewise.
15087 * gdb.python/py-finish-breakpoint.c: Likewise.
15088 * gdb.base/inferior-died.c: Include sys/wait.h.
15089 * gdb.base/fileio.c: Include time.h.
15090 * gdb.base/async-shell.c: Include unistd.h.
15091 * gdb.base/dprintf-non-stop.c: Likewise.
15092 * gdb.base/info-os.c: Likewise.
15093 * gdb.mi/mi-console.c: Likewise.
15094 * gdb.mi/watch-nonstop.c: Likewise.
15095 * gdb.python/py-events.c: Likewise.
15096 * gdb.base/async.c (baz): Move up before its invocation.
15097 * gdb.base/code_elim2.c (my_global_func): Likewise.
15098 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15099 * gdb.base/advance.c (func2): Likewise.
15100
15101 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15102
15103 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15104 variant.
15105 * gdb.base/annota3.c: Likewise.
15106 * gdb.base/async.c: Likewise.
15107 * gdb.base/average.c: Likewise.
15108 * gdb.base/call-ar-st.c: Likewise.
15109 * gdb.base/call-rt-st.c: Likewise.
15110 * gdb.base/call-sc.c: Likewise.
15111 * gdb.base/call-strs.c: Likewise.
15112 * gdb.base/ending-run.c: Likewise.
15113 * gdb.base/execd-prog.c: Likewise.
15114 * gdb.base/exprs.c: Likewise.
15115 * gdb.base/foll-exec.c: Likewise.
15116 * gdb.base/foll-fork.c: Likewise.
15117 * gdb.base/foll-vfork.c: Likewise.
15118 * gdb.base/funcargs.c: Likewise.
15119 * gdb.base/gcore.c: Likewise.
15120 * gdb.base/jump.c: Likewise.
15121 * gdb.base/langs0.c: Likewise.
15122 * gdb.base/langs1.c: Likewise.
15123 * gdb.base/langs2.c: Likewise.
15124 * gdb.base/mips_pro.c: Likewise.
15125 * gdb.base/nodebug.c: Likewise.
15126 * gdb.base/opaque0.c: Likewise.
15127 * gdb.base/opaque1.c: Likewise.
15128 * gdb.base/recurse.c: Likewise.
15129 * gdb.base/run.c: Likewise.
15130 * gdb.base/scope0.c: Likewise.
15131 * gdb.base/scope1.c: Likewise.
15132 * gdb.base/setshow.c: Likewise.
15133 * gdb.base/setvar.c: Likewise.
15134 * gdb.base/shmain.c: Likewise.
15135 * gdb.base/shr1.c: Likewise.
15136 * gdb.base/shr2.c: Likewise.
15137 * gdb.base/sigall.c: Likewise.
15138 * gdb.base/signals.c: Likewise.
15139 * gdb.base/so-indr-cl.c: Likewise.
15140 * gdb.base/solib2.c: Likewise.
15141 * gdb.base/structs.c: Likewise.
15142 * gdb.base/sum.c: Likewise.
15143 * gdb.base/vforked-prog.c: Likewise.
15144 * gdb.base/watchpoint.c: Likewise.
15145 * gdb.reverse/shr2.c: Likewise.
15146 * gdb.reverse/until-reverse.c: Likewise.
15147 * gdb.reverse/ur1.c: Likewise.
15148 * gdb.reverse/watch-reverse.c: Likewise.
15149
15150 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15151
15152 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15153 variant.
15154 * gdb.base/sepdebug.exp: Drop references to removed code.
15155
15156 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15157
15158 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15159 variant. Preserve original line numbering.
15160 * gdb.base/list1.c: Likewise.
15161
15162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15163
15164 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15165 variant.
15166 * gdb.base/break1.c: Likewise.
15167 * gdb.base/break.exp: Drop references to removed code.
15168
15169 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15170
15171 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15172 variant.
15173
15174 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15175
15176 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15177
15178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15179
15180 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15181 logic into perform_all_tests() and invoke it with and without
15182 function header prototypes.
15183 (do_function_calls): Remove conditional XFAIL for PR 5318.
15184 (rerun_and_prepare): Remove duplicate code.
15185 (perform_all_tests): New. Main logic moved here.
15186
15187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15188
15189 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15190 code guarded by #ifdef NO_PROTOTYPES.
15191 (t_double_many_args): Likewise.
15192 (DEF_FUNC_MANY_ARGS_1): Likewise.
15193 (DEF_FUNC_VALUES_1): Likewise.
15194 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15195 guarded by #ifdef PROTOTYPES.
15196
15197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15198
15199 * gdb.mi/mi-console.c: Add eye-catcher.
15200 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15201 instead of literal line number.
15202
15203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15204
15205 * gdb.base/shr2.c: Add eye-catcher.
15206 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15207 line number.
15208
15209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15210
15211 * gdb.base/jump.c: Add eye-catchers.
15212 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15213 numbers.
15214
15215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15216
15217 * gdb.base/execd-prog.c: Add eye-catchers.
15218 * gdb.base/foll-exec.c: Likewise.
15219 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15220 line numbers.
15221
15222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15223
15224 * gdb.base/ending-run.c: Add eye-catchers.
15225 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15226 literal line numbers.
15227
15228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15229
15230 * gdb.base/call-rt-st.c: Add eye-catchers.
15231 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15232 literal line numbers.
15233
15234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15235
15236 * gdb.base/call-ar-st.c: Add eye-catchers.
15237 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15238 literal line numbers.
15239
15240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15241
15242 * gdb.base/average.c: Add eye-catchers.
15243 * gdb.base/sum.c: Likewise.
15244 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15245 regexps dynamically.
15246
15247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15248
15249 * gdb.base/solib1.c: Add eye-catchers.
15250 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15251 literal line numbers.
15252
15253 2014-11-12 Pedro Alves <palves@redhat.com>
15254
15255 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15256 leader has exited.
15257
15258 2014-11-12 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.arch/i386-bp_permanent.c: New file.
15261 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15262 (srcfile): Set to i386-bp_permanent.c.
15263 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15264 that stepi does not execute the 'leave' instruction, instead of
15265 testing it does execute.
15266 * gdb.base/bp-permanent.c: New file.
15267 * gdb.base/bp-permanent.exp: New file.
15268
15269 2014-11-10 Doug Evans <xdje42@gmail.com>
15270
15271 PR symtab/17564
15272 * gdb.base/symtab-search-order.exp: New file.
15273 * gdb.base/symtab-search-order.c: New file.
15274 * gdb.base/symtab-search-order-1.c: New file.
15275 * gdb.base/symtab-search-order-shlib-1.c: New file.
15276
15277 2014-11-07 Pedro Alves <palves@redhat.com>
15278
15279 PR gdb/17511
15280 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15281 i?86-*-linux*.
15282
15283 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15284
15285 PR c++/17494
15286 * gdb.cp/pr17494.cc: New file.
15287 * gdb.cp/pr17494.exp: New file.
15288
15289 2014-11-02 Yao Qi <yao@codesourcery.com>
15290
15291 * gdb.python/python.exp: Get working directory and match the
15292 output of "set extended-prompt \\w " with it.
15293
15294 2014-10-30 Doug Evans <dje@google.com>
15295
15296 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15297 in objfiles.
15298 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15299 in progspaces.
15300
15301 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15302
15303 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15304 * gdb.base/realname-expand.exp: Likewise.
15305 * gdb.linespec/macro-relative.exp: Likewise.
15306
15307 2014-10-29 Pedro Alves <palves@redhat.com>
15308
15309 PR gdb/17408
15310 * gdb.threads/schedlock.c (some_function): New function.
15311 (call_function): New global.
15312 (MAYBE_CALL_SOME_FUNCTION): New macro.
15313 (thread_function): Call it.
15314 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15315 and use it instead of a global counter. Adjust all callers.
15316 (get_current_thread): Use "find current thread" for test message
15317 here rather than having all callers pass down the same string.
15318 (goto_loop): New procedure, factored out from ...
15319 (my_continue): ... this.
15320 (step_ten_loops): Change parameter from test message to command to
15321 use. Adjust.
15322 (list_count): Delete global.
15323 (check_result): New procedure, factored out from duplicate top
15324 level code.
15325 (continue tests): Wrap in with_test_prefix.
15326 (test_step): New procedure, factored out from duplicate top level
15327 code.
15328 (top level): Test "step" in combination with all scheduler-locking
15329 modes. Test "next" in combination with all scheduler-locking
15330 modes, and in combination with stepping over a function call or
15331 not.
15332 * gdb.threads/next-bp-other-thread.c: New file.
15333 * gdb.threads/next-bp-other-thread.exp: New file.
15334
15335 2014-10-29 Pedro Alves <palves@redhat.com>
15336
15337 PR python/17372
15338 * gdb.python/python.exp: Test a multi-line command that spawns
15339 interactive Python.
15340 * gdb.base/multi-line-starts-subshell.exp: New file.
15341
15342 2014-10-29 Yao Qi <yao@codesourcery.com>
15343
15344 * gdb.base/fileio.exp: Make directories on host.
15345
15346 2014-10-29 Yao Qi <yao@codesourcery.com>
15347
15348 * gdb.base/fileio.c (test_write): Close the file.
15349
15350 2014-10-28 Pedro Alves <palves@redhat.com>
15351
15352 PR gdb/12623
15353 * gdb.base/sigstep.c (no_handler): New global.
15354 (main): If 'no_handler is true, set the signal handlers to
15355 SIG_IGN.
15356 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15357 with_sw_watch and no_handler parameters. Handle them.
15358 (top level) <stepping over handler when stopped at a breakpoint
15359 test>: Add a test axis for testing with a software watchpoint, and
15360 another for testing with the signal handler set to SIG_IGN.
15361 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15362 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15363
15364 2014-10-28 Pedro Alves <palves@redhat.com>
15365
15366 PR gdb/17511
15367 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15368 * gdb.base/sigstep.exp (other_handler_location): New global.
15369 (advance): Support stepping into the signal handler, and running
15370 commands while in the handler.
15371 (in_handler_map): New global.
15372 (top level): In the advance test, add combinations for getting
15373 into the handler with stepping commands, and for running commands
15374 in the handler. Add comment descripting the advancei tests.
15375
15376 2014-10-28 Pedro Alves <palves@redhat.com>
15377
15378 * gdb.base/sigstep.exp: Use build_executable instead of
15379 prepare_for_testing.
15380 (top level): Move code that starts GDB, runs to main and creates a
15381 display to ...
15382 (restart): ... this new procedure.
15383 (top level): Move backtrace from signal handler test to ...
15384 (validate_backtrace): ... this new procedure.
15385 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15386 with_test_prefix. Always restart GDB.
15387 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15388 with_test_prefix. Always restart GDB. No need to delete
15389 breakpoints after the test.
15390 (test_skip_handler): Remove prefix parameter.
15391 (skip_over_handler, breakpoint_to_handler)
15392 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15393 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15394 restart GDB. No need to delete breakpoints after the test.
15395 (top level): Use foreach to call the test procedures with
15396 different commands.
15397
15398 2014-10-28 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15401 instead of GNATS numbers.
15402 * gdb.base/sigbpt.exp: Likewise.
15403 * gdb.base/siginfo.exp: Likewise.
15404 * gdb.base/sigstep.exp: Likewise.
15405
15406 2014-10-27 Pedro Alves <palves@redhat.com>
15407
15408 * gdb.base/sigstep.c (dummy): New global.
15409 (main): Issue a couple writes to the new global.
15410 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15411 procedures.
15412 (skip_over_handler): Use test_skip_handler.
15413 (top level): Call skip_over_handler for stepi and nexti too.
15414 (breakpoint_over_handler): Use test_skip_handler.
15415 (top level): Call breakpoint_over_handler for stepi and nexti too.
15416
15417 2014-10-27 Yao Qi <yao@codesourcery.com>
15418
15419 * gdb.trace/tfile.c (adjust_function_address)
15420 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15421 function descriptor.
15422
15423 2014-10-24 Don Breazeal <donb@codesourcery.com>
15424
15425 * gdb.base/foll-fork.exp (test_follow_fork,
15426 catch_fork_child_follow): Check for updated fork messages emitted
15427 from infrun.c.
15428 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15429 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15430 vfork_and_exec_child_follow_through_step): Check for updated vfork
15431 messages emitted from infrun.c.
15432
15433 2014-10-24 Pedro Alves <palves@redhat.com>
15434
15435 * gdb.base/corefile.exp: Remove references to ultrix.
15436 * gdb.base/interrupt.exp: Likewise.
15437 * gdb.base/whatis.exp: Likewise.
15438 * gdb.gdb/selftest.exp: Likewise.
15439 * gdb.threads/manythreads.exp: Likewise.
15440 * gdb.threads/print-threads.exp: Likewise.
15441 * gdb.threads/pthreads.exp:: Likewise.
15442 * gdb.threads/schedlock.exp: Likewise.
15443
15444 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15445
15446 * gdb.cp/non-trivial-retval.cc: Add a test case.
15447 * gdb.cp/non-trivial-retval.exp: Add a test.
15448
15449 2014-10-20 Yao Qi <yao@codesourcery.com>
15450
15451 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15452 * gdb.python/py-objfile-script-gdb.py: New file.
15453 * gdb.python/py-objfile-script.exp: Update reference to
15454 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15455 of remote_download. Remove the dest file.
15456
15457 2014-10-20 Yao Qi <yao@codesourcery.com>
15458
15459 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15460 * gdb.base/step-line.exp: Likewise.
15461 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15462 * gdb.dwarf2/dw2-basic.exp: Likewise.
15463 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15464 * gdb.dwarf2/dw2-filename.exp: Likewise.
15465 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15466 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15467 * gdb.dwarf2/dw2-producer.exp: Likewise.
15468 * gdb.dwarf2/mac-fileno.exp: Likewise.
15469 * gdb.python/py-frame-args.exp: Likewise.
15470 * gdb.python/py-framefilter.exp: Likewise.
15471 * gdb.python/py-mi.exp: Likewise.
15472 * gdb.python/py-objfile-script.exp: Likewise
15473 * gdb.python/py-pp-integral.exp: Likewise.
15474 * gdb.python/py-pp-re-notag.exp: Likewise.
15475 * gdb.python/py-prettyprint.exp: Likewise.
15476 * gdb.python/py-section-script.exp: Likewise.
15477 * gdb.python/py-typeprint.exp: Likewise.
15478 * gdb.python/py-xmethods.exp: Likewise.
15479 * gdb.stabs/weird.exp: Likewise.
15480 * gdb.xml/tdesc-regs.exp: Likewise.
15481
15482 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15483
15484 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15485 (out_cu): Use addr_len for the size of addresses.
15486 (out_line): Likewise. Size DW_LNE_set_address instruction
15487 according to addr_len.
15488 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15489 (FUNC): Add START_INSNS to definition.
15490
15491 2014-10-18 Yao Qi <yao@codesourcery.com>
15492
15493 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15494 gdb_has_argv0 return true.
15495 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15496 check [target_info exists noargs], check [gdb_has_argv0]
15497 instead.
15498 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15499 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15500 procedures.
15501
15502 2014-10-17 Doug Evans <dje@google.com>
15503
15504 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15505 event.
15506 * gdb.python/py-events.py: Add clear_objfiles event.
15507
15508 2014-10-17 Doug Evans <dje@google.com>
15509
15510 * gdb.python/py-objfile.exp: Test progspace attribute.
15511
15512 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15513
15514 * gdb.guile/scm-breakpoint.exp: Do not assume any
15515 directory separators when matching source file paths.
15516 * gdb.python/py-breakpoint.exp: Likewise.
15517 * gdb.reverse/break-precsave.exp: Likewise.
15518 * gdb.reverse/break-reverse.exp: Likewise.
15519 * gdb.reverse/consecutive-precsave.exp: Likewise.
15520 * gdb.reverse/finish-precsave.exp: Likewise.
15521 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15522 * gdb.reverse/finish-reverse.exp: Likewise.
15523 * gdb.reverse/i386-precsave.exp: Likewise.
15524 * gdb.reverse/i387-env-reverse.exp: Likewise.
15525 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15526 * gdb.reverse/machinestate-precsave.exp: Likewise.
15527 * gdb.reverse/machinestate.exp: Likewise.
15528 * gdb.reverse/sigall-precsave.exp: Likewise.
15529 * gdb.reverse/solib-precsave.exp: Likewise.
15530 * gdb.reverse/step-precsave.exp: Likewise.
15531 * gdb.reverse/until-precsave.exp: Likewise.
15532 * gdb.reverse/watch-precsave.exp: Likewise.
15533 * gdb.reverse/watch-reverse.exp: Likewise.
15534
15535 2014-10-17 Yao Qi <yao@codesourcery.com>
15536
15537 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15538 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15539
15540 2014-10-17 Pedro Alves <palves@redhat.com>
15541
15542 PR gdb/17471
15543 * gdb.base/bg-execution-repeat.c: New file.
15544 * gdb.base/bg-execution-repeat.exp: New file.
15545
15546 2014-10-17 Pedro Alves <palves@redhat.com>
15547
15548 PR gdb/17300
15549 * gdb.base/continue-all-already-running.c: New file.
15550 * gdb.base/continue-all-already-running.exp: New file.
15551
15552 2014-10-17 Pedro Alves <palves@redhat.com>
15553
15554 PR gdb/17472
15555 * gdb.base/annota-input-while-running.c: New file.
15556 * gdb.base/annota-input-while-running.exp: New file.
15557
15558 2014-10-17 Pedro Alves <palves@redhat.com>
15559
15560 * gdb.base/callfuncs.exp: emove references to osf.
15561 * gdb.base/sigall.exp: Likewise.
15562 * gdb.gdb/selftest.exp: Likewise.
15563 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15564 * gdb.mi/non-stop.c: Likewise.
15565 * gdb.mi/pthreads.c: Likewise.
15566 * gdb.reverse/sigall-precsave.exp: Likewise.
15567 * gdb.reverse/sigall-reverse.exp: Likewise.
15568 * gdb.threads/pthreads.c: Likewise.
15569 * gdb.threads/pthreads.exp: Likewise.
15570
15571 2014-10-17 Yao Qi <yao@codesourcery.com>
15572
15573 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15574 check 'target_info exists noargs'.
15575 (test_command_prompt_position): Likewise.
15576 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15577 Remove "set args".
15578 (progvar_simple_while_test): Likewise.
15579 (progvar_complex_if_while_test): Likewise.
15580 (if_while_breakpoint_command_test): Likewise.
15581 (infrun_breakpoint_command_test): Likewise.
15582 (breakpoint_command_test): Likewise.
15583 (watchpoint_command_test): Likewise.
15584 (bp_deleted_in_command_test): Likewise.
15585 (temporary_breakpoint_commands): Likewise.
15586
15587 2014-10-16 Yao Qi <yao@codesourcery.com>
15588
15589 * gdb.base/remotetimeout.exp: Remove noargs checking.
15590
15591 2014-10-15 Pedro Alves <palves@redhat.com>
15592
15593 PR breakpoints/9649
15594 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15595 * gdb.base/breakpoint-in-ro-region.exp
15596 (probe_target_hardware_step): New procedure.
15597 (top level): Probe hardware stepping and hardware breakpoint
15598 support. Test stepping through a read-only region, with both
15599 "breakpoint auto-hw" on and off and both "always-inserted" on and
15600 off.
15601
15602 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15603
15604 * gdb.dlang/demangle.exp: Update for demangling changes.
15605
15606 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15607
15608 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15609 * gdb.cp/non-trivial-retval.exp: Add new tests.
15610
15611 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15612
15613 PR c++/13403
15614 PR c++/15154
15615 * gdb.cp/non-trivial-retval.cc: New file.
15616 * gdb.cp/non-trivial-retval.exp: New file.
15617
15618 2014-10-15 Yao Qi <yao@codesourcery.com>
15619
15620 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15621 remote host.
15622
15623 2014-10-15 Yao Qi <yao@codesourcery.com>
15624
15625 * gdb.python/py-symbol.exp: Match file base name if host is
15626 remote, otherwise match file name with dir name.
15627 * gdb.python/py-symtab.exp: Likewise.
15628 * gdb.python/python.exp: Likewise.
15629
15630 2014-10-15 Yao Qi <yao@codesourcery.com>
15631
15632 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15633 pattern.
15634 * gdb.python/py-symtab.exp: Likewise.
15635 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15636 locationn.
15637
15638 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15639
15640 * gdb.ada/addr_arith: New testcase.
15641
15642 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15643
15644 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15645 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15646 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15647 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15648
15649 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15650
15651 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15652 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15653 * gdb.arch/stap-eval-lang-ada.exp: New file.
15654
15655 2014-10-14 Yao Qi <yao@codesourcery.com>
15656
15657 * gdb.mi/mi-var-child.c (nothing1): New function.
15658 (nothing2): New function.
15659 (do_children_tests): Set function pointers by nothing1 and
15660 nothing2.
15661 * gdb.mi/mi-var-child.exp: Step over new added statements.
15662 Update test to match the new output.
15663 * gdb.mi/var-cmd.c (nothing1): New function.
15664 (nothing2): New function.
15665 (do_children_tests): Set function pointers by nothing1 and
15666 nothing2.
15667 * gdb.mi/mi-var-display.exp: Update test to match output.
15668 Step to the line specified by $line_dct_nothing.
15669 Increase the number of lines to step.
15670
15671 2014-10-14 Yao Qi <yao@codesourcery.com>
15672
15673 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15674 tests.
15675 * gdb.mi/mi2-var-child.exp: Likewise.
15676
15677 2014-10-13 Doug Evans <dje@google.com>
15678
15679 * gdb.python/py-objfile.exp: Change name of file name test.
15680
15681 2014-10-13 Doug Evans <dje@google.com>
15682
15683 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15684 from the start of the CU.
15685
15686 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15687 Yao Qi <yao@codesourcery.com>
15688
15689 Fix "save breakpoints" for "catch" command.
15690 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15691 Remove -nonewline. Match also the added "main" line.
15692
15693 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15694
15695 Fix "save breakpoints" for "disable $bpnum" command.
15696 * gdb.base/save-bp.c (main): Add label.
15697 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15698
15699 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15700
15701 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15702
15703 2014-10-11 Yao Qi <yao@codesourcery.com>
15704
15705 * gdb.server/server-kill.exp: Execute command
15706 "set remote trace-status-packet on" before "tstatus".
15707
15708 2014-10-11 Yao Qi <yao@codesourcery.com>
15709
15710 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15711 (main): Call getppid.
15712 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15713 and continue to it. Read variable "server_pid".
15714
15715 2014-10-11 Yao Qi <yao@codesourcery.com>
15716
15717 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15718
15719 2014-10-11 Yao Qi <yao@codesourcery.com>
15720
15721 * gdb.threads/thread-find.exp: Don't execute command
15722 "info threads".
15723 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15724 * gdb.threads/linux-dp.exp: Don't check the condition
15725 $threads_created equals to zero.
15726
15727 2014-10-10 Pedro Alves <palves@redhat.com>
15728
15729 * gdb.base/bigcore.exp: Remove references to IRIX.
15730 * gdb.base/funcargs.exp: Likewise.
15731 * gdb.base/interrupt.exp: Likewise.
15732 * gdb.base/mips_pro.exp: Likewise.
15733 * gdb.base/nodebug.exp: Likewise.
15734 * gdb.base/setvar.exp: Likewise.
15735 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15736
15737 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15738 Pedro Alves <palves@redhat.com>
15739
15740 PR symtab/14466
15741 * gdb.base/vdso-warning.c: New file.
15742 * gdb.base/vdso-warning.exp: New file.
15743
15744 2014-10-02 Doug Evans <dje@google.com>
15745
15746 * gdb.base/structs.c (main): Don't run forever.
15747
15748 2014-10-02 Pedro Alves <palves@redhat.com>
15749
15750 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15751 (top level) <stop threads 1, stop threads 2>: Use it.
15752
15753 2014-10-02 Pedro Alves <palves@redhat.com>
15754
15755 * gdb.threads/break-while-running.exp (test): Add new
15756 'update_thread_list' argument. Skip "info threads" if false.
15757 (top level): Add new 'update_thread_list' axis.
15758
15759 2014-10-02 Pedro Alves <palves@redhat.com>
15760
15761 PR breakpoints/17431
15762 * gdb.base/execl-update-breakpoints.c: New file.
15763 * gdb.base/execl-update-breakpoints.exp: New file.
15764
15765 2014-10-01 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/breakpoint-in-ro-region.c: New file.
15768 * gdb.base/breakpoint-in-ro-region.exp: New file.
15769
15770 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15771
15772 * gdb.mi/mi-exit-code.exp: New file.
15773 * gdb.mi/mi-exit-code.c: New file.
15774
15775 2014-09-30 Yao Qi <yao@codesourcery.com>
15776
15777 * lib/prelink-support.exp (build_executable_own_libs): Error if
15778 the target isn't native.
15779
15780 2014-09-30 Yao Qi <yao@codesourcery.com>
15781
15782 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15783 false.
15784
15785 2014-09-22 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.threads/break-while-running.exp: New file.
15788 * gdb.threads/break-while-running.c: New file.
15789
15790 2014-09-19 Yao Qi <yao@codesourcery.com>
15791
15792 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15793 Invoke test. Restart GDB with --readnow and invoke test again.
15794
15795 2014-09-19 Yao Qi <yao@codesourcery.com>
15796
15797 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15798 proc set_breakpoint_on_gcd_function. Invoke
15799 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15800 invoke set_breakpoint_on_gcd_function again.
15801
15802 2014-09-18 Doug Evans <dje@google.com>
15803
15804 * gdb.dwarf2/symtab-producer.exp: New file.
15805
15806 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15807
15808 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15809 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15810 * gdb.base/global-var-nested-by-dso.c: Likewise.
15811 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15812
15813 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15814 Pedro Alves <palves@redhat.com>
15815
15816 * gdb.base/watch-bitfields.exp: Pass string other than test file
15817 name to prepare_for_testing.
15818 (watch): New procedure.
15819 (expect_watchpoint): Use with_test_prefix.
15820 (top level): Factor out tests to ...
15821 (test_watch_location, test_regular_watch): ... these new
15822 procedures, and use with_test_prefix and gdb_continue_to_end.
15823
15824 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15825
15826 PR breakpoints/12526
15827 * gdb.base/watch-bitfields.exp: New file.
15828 * gdb.base/watch-bitfields.c: New file.
15829
15830 2014-09-16 Pedro Alves <palves@redhat.com>
15831
15832 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15833 software and hardware addresses, not software address against
15834 itself.
15835
15836 2014-09-16 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15839 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15840
15841 2014-09-16 Pedro Alves <palves@redhat.com>
15842
15843 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15844 files.
15845 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15846 "*-*-vxworks*" throughout.
15847 * gdb.base/break.exp: Likewise.
15848 * gdb.base/default.exp: Likewise.
15849 * gdb.base/scope.exp: Likewise.
15850 * gdb.base/sepdebug.exp: Likewise.
15851 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15852 throughout.
15853 * gdb.base/run.c: Likewise.
15854 * gdb.base/sepdebug.c: Likewise.
15855 * gdb.hp/gdb.aCC/run.c: Likewise.
15856 * gdb.reverse/until-reverse.c: Likewise.
15857 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15858
15859 2014-09-16 Yao Qi <yao@codesourcery.com>
15860
15861 * boards/local-remote-host-native.exp: New file.
15862
15863 2014-09-14 Doug Evans <xdje42@gmail.com>
15864
15865 * gdb.threads/queue-signal.c (thread_count): New variable.
15866 (thread_count_mutex, thread_count_condvar): New variables.
15867 (incr_thread_count, wait_all_threads_running): New functions.
15868 (main): Wait for all threads to be in their thread functions.
15869
15870 2014-09-13 Doug Evans <xdje42@gmail.com>
15871
15872 * gdb.threads/queue-signal.c: New file.
15873 * gdb.threads/queue-signal.exp: New file.
15874
15875 2014-09-13 Doug Evans <xdje42@gmail.com>
15876
15877 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15878 be consistent with what default_gdb_init uses.
15879 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15880 the plain text of the prompt. Add some logging printfs.
15881 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15882
15883 2014-09-12 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15886 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15887 * gdb.arch/i386-size-overlap.exp: Likewise.
15888 * gdb.arch/i386-size.exp: Likewise.
15889 * gdb.arch/i386-unwind.exp: Likewise.
15890 * gdb.base/a2-run.exp: Likewise.
15891 * gdb.base/break.exp: Likewise.
15892 * gdb.base/charset.exp: Likewise.
15893 * gdb.base/chng-syms.exp: Likewise.
15894 * gdb.base/commands.exp: Likewise.
15895 * gdb.base/dbx.exp: Likewise.
15896 * gdb.base/find.exp: Likewise.
15897 * gdb.base/funcargs.exp: Likewise.
15898 * gdb.base/jit-simple.exp: Likewise.
15899 * gdb.base/reread.exp: Likewise.
15900 * gdb.base/sepdebug.exp: Likewise.
15901 * gdb.base/step-bt.exp: Likewise.
15902 * gdb.cp/mb-inline.exp: Likewise.
15903 * gdb.cp/mb-templates.exp: Likewise.
15904 * gdb.objc/basicclass.exp: Likewise.
15905 * gdb.threads/killed.exp: Likewise.
15906
15907 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15908
15909 PR tdep/17379
15910 * gdb.arch/powerpc-stackless.S: New file.
15911 * gdb.arch/powerpc-stackless.exp: New file.
15912
15913 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15914
15915 * gdb.base/attach.c: Include unistd.h.
15916 (main): Call alarm. Add label postloop.
15917 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15918 gdb_breakpoint, gdb_continue_to_breakpoint.
15919 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15920
15921 2014-09-11 Pedro Alves <palves@redhat.com>
15922
15923 PR gdb/17347
15924 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15925 * gdb.base/attach.exp (test_command_line_attach_run): New
15926 procedure.
15927 (top level): Call it.
15928
15929 2014-09-11 Pedro Alves <palves@redhat.com>
15930
15931 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15932 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15933 (do_command_attach_tests): Use spawn_wait_for_attach.
15934 * gdb.base/solib-overlap.exp: Likewise.
15935 * gdb.multi/multi-attach.exp: Likewise.
15936 * gdb.python/py-prompt.exp: Likewise.
15937 * gdb.python/py-sync-interp.exp: Likewise.
15938 * gdb.server/ext-attach.exp: Likewise.
15939
15940 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15941
15942 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15943 command in testcase. Simplify testcase.
15944
15945 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15948
15949 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15950
15951 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15952
15953 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15954
15955 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15956
15957 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15958
15959 * gdb.dwarf2/dynarr-ptr.c: New file.
15960 * gdb.dwarf2/dynarr-ptr.exp: New file.
15961
15962 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15963
15964 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15965 of 30 rather than hardcoding 120 for a slow test case. Take the
15966 `gdb,timeout' target setting into account for this calculation.
15967 Don't extend the timeout for the test cases that don't need it.
15968
15969 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15970
15971 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15972 a factor of 2 for a slow test case. Take the `gdb,timeout'
15973 target setting into account for this calculation.
15974 * gdb.reverse/until-precsave.exp: Increase the timeout by
15975 a factor of 15 and 3 respectively rather than adding 120
15976 for a pair of slow test cases. Take the `gdb,timeout'
15977 target setting into account for this calculation.
15978
15979 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15980
15981 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15982 timeout, don't pass one down to gdb_expect.
15983 (gdb_expect): Rework timeout selection.
15984
15985 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15986
15987 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15988 exception on timeout.
15989 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15990 (gdbserver_start_extended): Catch any `gdbserver_start' error
15991 exceptions.
15992 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15993 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15994 `gdbserver_gdb_load' error exceptions.
15995
15996 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15997
15998 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15999 120 on waiting for the TCP socket to open.
16000
16001 2014-09-09 Doug Evans <xdje42@gmail.com>
16002
16003 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16004 _caller_matches, _any_caller_is, _any_caller_matches.
16005
16006 2014-09-09 Doug Evans <xdje42@gmail.com>
16007
16008 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16009
16010 2014-09-09 Yao Qi <yao@codesourcery.com>
16011
16012 * gdb.mi/mi-var-display.exp: Set print symbol off.
16013
16014 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16015
16016 PR gdb/17035
16017 * gdb.base/commands.exp: Add tests to verify user-defined
16018 commands with empty bodies.
16019 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16020 python commands in `show user command`.
16021 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16022 scheme commands in `show user command`.
16023
16024 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16025
16026 PR python/17355
16027 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16028 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16029 * gdb.python/py-framefilter-invalidarg.exp: New file.
16030 * gdb.python/py-framefilter-invalidarg.py: New file.
16031
16032 2014-09-06 Doug Evans <xdje42@gmail.com>
16033
16034 PR 15276
16035 * gdb.python/py-caller-is.c: New file.
16036 * gdb.python/py-caller-is.exp: New file.
16037
16038 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16039
16040 PR gdb/17235
16041 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16042 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16043
16044 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16045
16046 PR fortran/17237
16047 * gdb.fortran/print-formatted.exp: New file.
16048 * gdb.fortran/print-formatted.f90: Likewise.
16049
16050 2014-09-03 Sasha Smundak <asmundak@google.com>
16051
16052 * gdb.python/py-frame.exp: Test Frame.read_register.
16053
16054 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16055
16056 PR python/16699
16057 * gdb.python/py-completion.exp: New file.
16058 * gdb.python/py-completion.py: Likewise.
16059
16060 2014-08-28 Doug Evans <dje@google.com>
16061
16062 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16063 eax,etc. are live with values set by gdb and thus the compiler can't
16064 use them.
16065 * gdb.arch/i386-pseudo.c (main): Ditto.
16066
16067 2014-08-27 Doug Evans <dje@google.com>
16068
16069 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16070
16071 2014-08-25 Doug Evans <dje@google.com>
16072
16073 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16074 (main): Ditto.
16075
16076 2014-08-25 Doug Evans <dje@google.com>
16077
16078 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16079
16080 2014-08-24 Yao Qi <yao@codesourcery.com>
16081
16082 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16083 symbol off.
16084 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16085
16086 2014-08-22 Doug Evans <dje@google.com>
16087
16088 PR 17276
16089 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16090 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16091 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16092
16093 2014-08-22 Yao Qi <yao@codesourcery.com>
16094
16095 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16096 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16097 * gdb.python/python.exp: Likewise. Use .py file on the host
16098 instead of the build.
16099
16100 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16101
16102 * gdb.threads/gcore-stale-thread.c: New file.
16103 * gdb.threads/gcore-stale-thread.exp: New file.
16104
16105 2014-08-21 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16108 * gdb.base/gcore-relro-pie.exp: Likewise.
16109 * gdb.base/gcore-relro.exp: Likewise.
16110 * gdb.base/gcore.exp: Likewise.
16111 * gdb.base/print-symbol-loading.exp: Likewise.
16112 * gdb.threads/gcore-thread.exp: Likewise.
16113 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16114
16115 2014-08-20 Pedro Alves <palves@redhat.com>
16116 Jan Kratochvil <jan.kratochvil@redhat.com>
16117
16118 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16119 configure.
16120 (EXPECT): Handle READ1 being set.
16121 (all): Depend on EXTRA_RULES.
16122 (check-read1, expect-read1, read1.so, read1): New rules.
16123 * README (Testsuite Parameters): Document the READ1 make variable.
16124 (Race detection): New section.
16125 * configure: Regenerate.
16126 * configure.ac: If build==host==target, and running under a
16127 GNU/glibc system, add read1 to the extra Makefile rules.
16128 (EXTRA_RULES): AC_SUBST it.
16129 * lib/read1.c: New file.
16130
16131 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16132
16133 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16134 the handling of variables declared as a typedef to an array
16135 which a DW_AT_data_location attribute.
16136
16137 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16138 Pedro Alves <palves@redhat.com>
16139
16140 PR symtab/14604
16141 PR symtab/14605
16142 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16143 gdb_test.
16144
16145 2014-08-19 Pedro Alves <palves@redhat.com>
16146
16147 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16148
16149 2014-08-19 Yao Qi <yao@codesourcery.com>
16150
16151 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16152 right line.
16153
16154 2014-08-18 David Blaikie <dblaikie@gmail.com>
16155
16156 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16157
16158 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16161 attribute in array range.
16162
16163 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16164
16165 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16166
16167 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16168
16169 PR c++/17132
16170 * gdb.cp/pr17132.cc: New file.
16171 * gdb.cp/pr17132.exp: New file.
16172
16173 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16174
16175 * gdb.python/py-xmethods.py (A_getarrayind)
16176 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16177 Use 'print' with function call syntax.
16178 (E_method_matcher.match): Fix tab vs space indentation mixup.
16179
16180 2014-08-15 Yao Qi <yao@codesourcery.com>
16181
16182 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16183 false.
16184
16185 2014-08-15 Yao Qi <yao@codesourcery.com>
16186
16187 * gdb.cp/casts.exp: Set print symbol off.
16188 * gdb.cp/class2.exp: Likewise.
16189 * gdb.cp/overload.exp: Likewise.
16190 * gdb.cp/templates.exp: Likewise.
16191
16192 2014-08-11 Doug Evans <dje@google.com>
16193
16194 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16195 (test_load_shlib): Update.
16196
16197 2014-08-09 Yao Qi <yao@codesourcery.com>
16198
16199 * gdb.base/display.exp: Invoke is_address_zero_readable.
16200 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16201 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16202 * gdb.base/hbreak-unmapped.exp: Return if
16203 is_address_zero_readable returns true.
16204 * gdb.base/signest.exp: Likewise.
16205 * gdb.base/signull.exp: Likewise.
16206 * gdb.base/sigbpt.exp: Likewise.
16207 * gdb.guile/scm-disasm.exp: Do the test if
16208 is_address_zero_readable returns false.
16209 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16210 * gdb.python/py-arch.exp: Likewise.
16211 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16212 * lib/gdb.exp (is_address_zero_readable): New proc.
16213
16214 2014-08-09 Yao Qi <yao@codesourcery.com>
16215
16216 PR testsuite/13443
16217 * gdb.mi/mi-var-display.exp: Make test messages unique.
16218
16219 2014-08-04 Tom Tromey <tromey@redhat.com>
16220
16221 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16222 target 0".
16223
16224 2014-08-04 Tom Tromey <tromey@redhat.com>
16225
16226 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16227 "target_resume".
16228
16229 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16230
16231 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16232 inner_vla_struct_object_size.
16233 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16234 as xfail.
16235
16236 2014-07-30 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16239 comment.
16240
16241 2014-07-29 Yao Qi <yao@codesourcery.com>
16242
16243 PR gdb/17206
16244 * gdb.base/until-nodebug.exp: New.
16245
16246 2014-07-28 Doug Evans <xdje42@gmail.com>
16247
16248 PR guile/17203
16249 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16250 previously existing parameter, and previously ambiguously spelled
16251 parameter.
16252
16253 2014-07-28 Will Newton <will.newton@linaro.org>
16254
16255 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16256
16257 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16258 Doug Evans <xdje42@gmail.com>
16259
16260 PR guile/17146
16261 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16262
16263 2014-07-25 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.threads/signal-command-handle-nopass.c: New file.
16266 * gdb.threads/signal-command-handle-nopass.exp: New file.
16267 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16268 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16269 * gdb.threads/signal-delivered-right-thread.c: New file.
16270 * gdb.threads/signal-delivered-right-thread.exp: New file.
16271
16272 2014-07-25 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.base/double-prompt-target-event-error.exp
16275 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16276 match.
16277 (cancel_pagination_in_target_event): Rework double prompt
16278 detection.
16279 * gdb.base/paginate-after-ctrl-c-running.exp
16280 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16281 <return>' match.
16282 * gdb.base/paginate-bg-execution.exp
16283 (test_bg_execution_pagination_return)
16284 (test_bg_execution_pagination_cancel): Remove '-notransfer
16285 <return>' matches.
16286 * gdb.base/paginate-execution-startup.exp
16287 (test_fg_execution_pagination_return)
16288 (test_fg_execution_pagination_cancel): Remove '-notransfer
16289 <return>' matches.
16290 * gdb.base/paginate-inferior-exit.exp
16291 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16292 match.
16293 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16294 * lib/gdb.exp (pagination_prompt): Run text through
16295 string_to_regexp.
16296 (gdb_test_multiple): Match $pagination_prompt instead of
16297 "<return>".
16298 (string_to_regexp): Move to lib/gdb-utils.exp.
16299
16300 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16301
16302 * gdb.arch/amd64-entry-value-paramref.S: New file.
16303 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16304 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16305 * gdb.arch/amd64-optimout-repeat.S: New file.
16306 * gdb.arch/amd64-optimout-repeat.c: New file.
16307 * gdb.arch/amd64-optimout-repeat.exp: New file.
16308
16309 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16310
16311 PR gdb/17170
16312 * gdb.base/statistics.exp: New file.
16313
16314 2014-07-17 Doug Evans <dje@google.com>
16315
16316 PR gdb/17170
16317 * gdb.base/maint.exp: Update testing of per-command stats.
16318
16319 2014-07-16 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16322 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16323 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16324 (tfile_write_buf): New functions.
16325 (add_memory_block): Rewrite using the above.
16326 (adjust_function_address): New function.
16327 (FUNCTION_ADDRESS): New macro.
16328 (write_basic_trace_file): Remove short_x local, and use
16329 tfile_write_16. Change type of func_addr local to unsigned long
16330 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16331 here. Cast argument of add_memory_block to char pointer.
16332 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16333 (main): Remove parameters.
16334 * gdb.trace/tfile.exp: Remove nowarnings.
16335
16336 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16337
16338 * gdb.base/debug-expr.exp: Test string evaluation with
16339 "debug expression" on.
16340
16341 2014-07-15 Pedro Alves <palves@redhat.com>
16342
16343 * gdb.base/reread.exp: Use clean_restart.
16344
16345 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16346
16347 * gdb.arch/avr-flash-qualifer.c: New.
16348 * gdb.arch/avr-flash-qualifer.exp: New.
16349
16350 2014-07-14 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16353 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16354
16355 2014-07-14 Pedro Alves <palves@redhat.com>
16356
16357 * gdb.base/double-prompt-target-event-error.c: New file.
16358 * gdb.base/double-prompt-target-event-error.exp: New file.
16359
16360 2014-07-14 Pedro Alves <palves@redhat.com>
16361
16362 PR gdb/17072
16363 * gdb.base/paginate-inferior-exit.c: New file.
16364 * gdb.base/paginate-inferior-exit.exp: New file.
16365
16366 2014-07-14 Pedro Alves <palves@redhat.com>
16367
16368 PR gdb/17072
16369 * gdb.base/paginate-bg-execution.c: New file.
16370 * gdb.base/paginate-bg-execution.exp: New file.
16371
16372 2014-07-14 Pedro Alves <palves@redhat.com>
16373
16374 PR gdb/17072
16375 * gdb.base/paginate-execution-startup.c: New file.
16376 * gdb.base/paginate-execution-startup.exp: New file.
16377 * lib/gdb.exp (pagination_prompt): New global.
16378 (default_gdb_spawn): New procedure, factored out from
16379 default_gdb_spawn.
16380 (default_gdb_start): Adjust to call default_gdb_spawn.
16381 (gdb_spawn): New procedure.
16382
16383 2014-07-14 Pedro Alves <palves@redhat.com>
16384
16385 * lib/gdb.exp (gdb_assert): New procedure.
16386 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16387
16388 2014-07-14 Pedro Alves <palves@redhat.com>
16389
16390 * gdb.base/execution-termios.c: New file.
16391 * gdb.base/execution-termios.exp: New file.
16392
16393 2014-07-14 Tom Tromey <tromey@redhat.com>
16394
16395 * gdb.cp/vla-cxx.cc: New file.
16396 * gdb.cp/vla-cxx.exp: New file.
16397
16398 2014-07-14 Tom Tromey <tromey@redhat.com>
16399
16400 * gdb.reverse/rerun-prec.c: New file.
16401 * gdb.reverse/rerun-prec.exp: New file.
16402
16403 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16404 Maciej W. Rozycki <macro@codesourcery.com>
16405
16406 * lib/gdb-utils.exp: New file.
16407 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16408 inline `gdb_init_command' processing.
16409 (gdb_start_cmd): Likewise.
16410 * lib/mi-support.exp (mi_run_cmd): Likewise.
16411 * README: Document `gdb_init_command' and `gdb_init_commands'.
16412
16413 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16414
16415 Fix false FAIL running under a very long directory name.
16416 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16417 and "set print elements 10000". Twice.
16418
16419 2014-07-11 Yao Qi <yao@codesourcery.com>
16420
16421 * gdb.base/exprs.exp: "set print symbol off".
16422
16423 2014-07-11 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.threads/kill.c: New file.
16426 * gdb.threads/kill.exp: New file.
16427
16428 2014-07-10 Yao Qi <yao@codesourcery.com>
16429
16430 * gdb.trace/tfile.c (write_basic_trace_file)
16431 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16432 address written to trace file.
16433
16434 2014-07-09 Pedro Alves <palves@redhat.com>
16435
16436 * gdb.base/attach-wait-input.exp: New file.
16437 * gdb.base/attach-wait-input.c: New file.
16438
16439 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16440
16441 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16442 setting up test structures.
16443 (main): Call new test function.
16444 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16445 test function, continue into test function and walk test
16446 structures.
16447
16448 2014-07-02 Yao Qi <yao@codesourcery.com>
16449
16450 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16451 'bar_start' at the beginning of functions 'foo' and 'bar'
16452 respectively.
16453 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16454 instead of 'foo' and 'bar'.
16455
16456 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16457
16458 * gdb.btrace/segv.exp: New.
16459 * gdb.btrace/segv.c: New.
16460
16461 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16462
16463 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16464 instruction.
16465
16466 2014-06-30 Mark Wielaard <mjw@redhat.com>
16467
16468 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16469 vulture, vilify, villar): New volatile array constants.
16470 (vindictive, vegetation): New const volatile array constants.
16471 * gdb.base/volatile.exp: Test volatile and const volatile array
16472 types.
16473
16474 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16475
16476 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16477 target lacks support for awatch, rwatch, or hbreak.
16478
16479 2014-06-27 Yao Qi <yao@codesourcery.com>
16480
16481 * gdb.multi/dummy-frame-restore.exp: New.
16482 * gdb.multi/dummy-frame-restore.c: New.
16483
16484 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16485
16486 * gdb.btrace/gcore.exp: New.
16487
16488 2014-06-23 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.base/watchpoint-reuse-slot.c: New file.
16491 * gdb.base/watchpoint-reuse-slot.exp: New file.
16492
16493 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16494
16495 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16496 progspace's filename in 'info', 'enable' and 'disable' command
16497 tests.
16498
16499 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16500
16501 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16502 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16503 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16504
16505 2014-06-20 Gary Benson <gbenson@redhat.com>
16506
16507 * gdb.arch/i386-avx.exp: Fix include file location.
16508 * gdb.arch/i386-sse.exp: Likewise.
16509
16510 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16511
16512 * gdb.dlang/expression.exp: New file.
16513
16514 2014-06-19 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16517 out from ...
16518 (top level): ... here. Iterate running tests under different
16519 scheduler-locking settings.
16520
16521 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16522
16523 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16524 to DW_FORM_addr and use non-zero addresses.
16525
16526 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16527
16528 PR gdb/17017
16529 * gdb.python/py-xmethods.cc: Add global function call counters and
16530 increment them in their respective functions. Remove "cout"
16531 statements.
16532 * gdb.python/py-xmethods.exp: Make tests check the global function
16533 call counters instead of depending on inferior IO.
16534
16535 2014-06-18 Don Breazeal <donb@codesourcery.com>
16536
16537 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16538 Deleted procedure.
16539 (explicit_fork_parent_follow): Deleted procedure.
16540 (explicit_fork_child_follow): Deleted procedure.
16541 (test_follow_fork): New procedure.
16542 (do_fork_tests): Replace calls to deleted procedures with
16543 calls to test_follow_fork and reset GDB for subsequent
16544 procedure calls.
16545
16546 2014-06-17 Yao Qi <yao@codesourcery.com>
16547
16548 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16549 CP1252.
16550
16551 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16552
16553 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16554 Initialize ptr and S explicitly.
16555 (skip_type_update_when_not_use_rtti_test): Likewise.
16556
16557 2014-06-16 Keith Seitz <keiths@redhat.com>
16558
16559 PR mi/15863
16560 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16561 the inferior is started.
16562
16563 2014-06-16 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/break-main-file-remove-fail.c: New file.
16566 * gdb.base/break-main-file-remove-fail.exp: New file.
16567 * gdb.base/break-unload-file.exp: Use build_executable instead of
16568 prepare_for_testing.
16569 (test_break): New parameter "initial_load". Handle it.
16570 (top level): Add initial_load cmdline/file axis.
16571
16572 2014-06-12 Tom Tromey <tromey@redhat.com>
16573
16574 * gdb.base/completion.exp: Don't use directory name in test.
16575
16576 2014-06-09 Gary Benson <gbenson@redhat.com>
16577
16578 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16579 separate the always-available ANSI-standard signals from the
16580 signals that require checking.
16581 (main): Likewise.
16582 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16583 Likewise.
16584 (main): Likewise.
16585
16586 2014-06-07 Keith Seitz <keiths@redhat.com>
16587
16588 Revert:
16589 PR c++/16253
16590 * gdb.cp/var-tag.cc: New file.
16591 * gdb.cp/var-tag.exp: New file.
16592 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16593 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16594 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16595 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16596
16597 2014-06-06 Doug Evans <xdje42@gmail.com>
16598
16599 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16600
16601 2014-06-06 Pedro Alves <palves@redhat.com>
16602
16603 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16604 in target debug output instead of looking at RSP packets,
16605 disabling the test on any target that uses hardware stepping.
16606 Update comments.
16607
16608 2014-06-06 Pedro Alves <palves@redhat.com>
16609
16610 * gdb.base/break-unload-file.exp: Fix typo.
16611
16612 2014-06-06 Yao Qi <yao@codesourcery.com>
16613
16614 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16615 from "jit_function" to "^jit_function".
16616
16617 2014-06-06 Yao Qi <yao@codesourcery.com>
16618
16619 * gdb.base/async.c (foo): Add one statement.
16620 * gdb.base/async.exp: Get the next instruction address and
16621 match the output of "nexti" by instruction address. Match
16622 the hex address in the output of "finish".
16623
16624 2014-06-06 Gary Benson <gbenson@redhat.com>
16625
16626 * gdb.base/call-signals.c: Remove preprocessor conditionals
16627 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16628 SIGSEGV and SIGTERM.
16629 * gdb.base/sigall.c: Likewise.
16630 * gdb.base/unwindonsignal.c: Likewise.
16631 * gdb.reverse/sigall-reverse.c: Likewise.
16632
16633 2014-06-06 Yao Qi <yao@codesourcery.com>
16634
16635 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16636 readable, skip the test.
16637
16638 2014-06-06 Yao Qi <yao@codesourcery.com>
16639
16640 * gdb.threads/staticthreads.c (thread_function): Move the line
16641 setting breakpoint on forward.
16642 * gdb.threads/staticthreads.exp: Update comments.
16643
16644 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16645
16646 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16647 "history-append! type error".
16648
16649 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16650
16651 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16652 erroneous dprintf expected input.
16653
16654 2014-06-04 Doug Evans <xdje42@gmail.com>
16655
16656 * gdb.guile/scm-generics.exp: Delete.
16657
16658 2014-06-04 Doug Evans <xdje42@gmail.com>
16659
16660 * gdb.guile/scm-breakpoint.exp: Update.
16661 Add tests for breakpoint registration.
16662
16663 2014-06-04 Tom Tromey <tromey@redhat.com>
16664
16665 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16666 VLA-in-union.
16667 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16668 inner_vla_struct, vla_union types. Initialize objects of those
16669 types and compute their sizes.
16670
16671 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16672 Hui Zhu <hui@codesourcery.com>
16673
16674 * gdb.base/fileio.exp: Add test for shell not available as well as
16675 available.
16676 * gdb.base/fileio.c (test_system): Check for shell twice.
16677
16678 2014-06-04 Yao Qi <yao@codesourcery.com>
16679
16680 * gdb.base/auto-connect-native-target.exp: Remove redundant
16681 space from the regexp pattern.
16682
16683 2014-06-04 Yao Qi <yao@codesourcery.com>
16684
16685 * gdb.base/default.exp: Replace "child" with "native" in
16686 regexp pattern.
16687
16688 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16689
16690 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16691 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16692 * gdb.python/py-xmethods.py: Python script supporting the
16693 new testcase and tests.
16694
16695 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16696 Pedro Alves <palves@redhat.com>
16697
16698 PR breakpoints/17000
16699 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16700 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16701
16702 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16703
16704 * gdb.base/subst.exp: Add tests to verify partial path matching
16705 output.
16706
16707 2014-06-03 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16710 target that doesn't use software single-stepping.
16711
16712 2014-06-03 Pedro Alves <palves@redhat.com>
16713
16714 PR breakpoints/17000
16715 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16716 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16717
16718 2014-06-02 Doug Evans <xdje42@gmail.com>
16719
16720 * gdb.guile/scm-parameter.exp: New file.
16721
16722 2014-06-02 Doug Evans <xdje42@gmail.com>
16723
16724 * gdb.guile/scm-cmd.c: New file.
16725 * gdb.guile/scm-cmd.exp: New file.
16726
16727 2014-06-02 Doug Evans <xdje42@gmail.com>
16728
16729 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16730 pretty-printer lookup.
16731 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16732 (make-pp_s-printer): Call it.
16733 (make-pretty-printer-from-dict): New function.
16734 (lookup-pretty-printer-maker-from-dict): New function.
16735 (*pretty-printer*): Simplify.
16736 (make-objfile-pp_s-printer): New function.
16737 (install-objfile-pretty-printers!): New function.
16738 (make-progspace-pp_s-printer): New function.
16739 (install-progspace-pretty-printers!): New function.
16740 * gdb.guile/scm-progspace.c: New file.
16741 * gdb.guile/scm-progspace.exp: New file.
16742
16743 2014-06-02 Pedro Alves <palves@redhat.com>
16744
16745 * gdb.base/dprintf-bp-same-addr.c: New file.
16746 * gdb.base/dprintf-bp-same-addr.exp: New file.
16747
16748 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16749
16750 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16751 * gdb.arch/powerpc-power.s: Likewise.
16752
16753 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16754
16755 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16756
16757 2014-06-01 Yao Qi <yao@codesourcery.com>
16758
16759 * gdb.base/watchpoint.exp (test_watch_location): Check null
16760 pointer can be dereferenced. If not, do the test, otherwise
16761 skip it.
16762
16763 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16764
16765 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16766 results.
16767 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16768
16769 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16770
16771 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16772 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16773 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16774 * gdb.arch/amd64-invalid-stack-top.c: New file.
16775 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16776
16777 2014-05-30 Pedro Alves <palves@redhat.com>
16778
16779 PR breakpoints/17000
16780 * gdb.base/sss-bp-on-user-bp.c: New file.
16781 * gdb.base/sss-bp-on-user-bp.exp: New file.
16782
16783 2014-05-30 David Blaikie <dblaikie@gmail.com>
16784
16785 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16786 gnu_inline semantics via attribute.
16787 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16788 source explicitly specifies the required semantics.
16789
16790 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16791
16792 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16793
16794 2014-05-29 Pedro Alves <palves@redhat.com>
16795 Tom Tromey <tromey@redhat.com>
16796
16797 * gdb.base/async-shell.exp: Don't enable target-async.
16798 * gdb.base/async.exp
16799 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16800 parameter. Adjust.
16801 (top level): Don't test with "target-async".
16802 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16803 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16804 * gdb.base/inferior-died.exp: Don't enable target-async.
16805 * gdb.base/interrupt-noterm.exp: Likewise.
16806 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16807 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16808 * gdb.mi/mi-nonstop.exp: Likewise.
16809 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16810 * gdb.mi/mi-nsintrall.exp: Likewise.
16811 * gdb.mi/mi-nsmoribund.exp: Likewise.
16812 * gdb.mi/mi-nsthrexec.exp: Likewise.
16813 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16814 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16815 * gdb.python/py-evsignal.exp: Don't enable target-async.
16816 * gdb.python/py-evthreads.exp: Likewise.
16817 * gdb.python/py-prompt.exp: Likewise.
16818 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16819 * gdb.server/solib-list.exp: Don't enable target-async.
16820 * gdb.threads/thread-specific-bp.exp: Likewise.
16821 * lib/mi-support.exp: Adjust to use mi-async.
16822
16823 2014-05-29 Pedro Alves <palves@redhat.com>
16824
16825 PR gdb/13860
16826 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16827 reason, even in sync mode.
16828
16829 2014-05-29 Pedro Alves <palves@redhat.com>
16830 Hui Zhu <hui@codesourcery.com>
16831
16832 PR PR15693
16833 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16834 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16835 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16836 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16837
16838 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16839
16840 * config/monitor.exp (gdb_target_monitor): Replace use of
16841 "set remotebaud" by "set serial baud".
16842
16843 2014-05-26 Andy Wingo <wingo@igalia.com>
16844
16845 * gdb.guile/scm-breakpoint.exp:
16846 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16847 properties instead of gdb-object-properties.
16848
16849 2014-05-26 Yao Qi <yao@codesourcery.com>
16850
16851 * gdb.server/no-thread-db.exp: Specify source file name
16852 explicitly when setting a breakpoint.
16853
16854 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16855
16856 * gdb.btrace/vdso.c: New.
16857 * gdb.btrace/vdso.exp: New.
16858
16859 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16860
16861 * gdb.base/gcore.exp (capture_command_output): Move ...
16862 * lib/gdb.exp (capture_command_output): ... here.
16863
16864 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16865
16866 * gdb.btrace/data.exp: Test memory access during btrace replay.
16867
16868 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16869
16870 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16871
16872 2014-05-21 Pedro Alves <palves@redhat.com>
16873
16874 PR gdb/13860
16875 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16876 (top level): Test that output related to execution commands is
16877 sent to the console with CLI commands, but not with MI commands.
16878 Test that breakpoint events are always mirrored to the console.
16879 Also expect the new source line to be output after a "next" in
16880 async mode too. Make it a pass/fail test.
16881 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16882 output.
16883 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16884
16885 2014-05-21 Pedro Alves <palves@redhat.com>
16886
16887 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16888 Use them to test variations of "list" after reaching a breakpoint.
16889 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16890 Test "list" with listsize 10 after reaching a breakpoint.
16891 * gdb.python/python.exp (decode_line current location line
16892 number): Adjust expected line number.
16893
16894 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16895
16896 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16897 behavior for $args, pass it directly to "run".
16898
16899 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16900
16901 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16902 30000 to 65536.
16903
16904 2014-05-21 Pedro Alves <palves@redhat.com>
16905
16906 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16907 auto-connect-native-target off".
16908 * gdb.base/auto-connect-native-target.c: New file.
16909 * gdb.base/auto-connect-native-target.exp: New file.
16910
16911 2014-05-21 Pedro Alves <palves@redhat.com>
16912
16913 * gdb.base/default.exp: Test "target native" instead of "target
16914 child".
16915
16916 2014-05-21 Mark Wielaard <mjw@redhat.com>
16917
16918 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16919
16920 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16921
16922 Fix TLS access for -static -pthread.
16923 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16924 <HAVE_TLS> (thread_function, main): Initialize it.
16925 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16926 Add clean_restart.
16927 <$have_tls != "">: Check TLSVAR.
16928
16929 2014-05-21 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.base/dcache-line-read-error.c: New.
16932 * gdb.base/dcache-line-read-error.exp: New.
16933
16934 2014-05-20 Pedro Alves <palves@redhat.com>
16935
16936 * gdb.base/compare-sections.c: New file.
16937 * gdb.base/compare-sections.exp: New file.
16938
16939 2014-05-20 Pedro Alves <palves@redhat.com>
16940
16941 * gdb.base/break-idempotent.c: New file.
16942 * gdb.base/break-idempotent.exp: New file.
16943
16944 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16945
16946 * gdb.btrace/nohist.exp: New.
16947
16948 2014-05-20 Yao Qi <yao@codesourcery.com>
16949
16950 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16951 gdb.reverse directory and gdb_reverse_timeout exists in board
16952 setting.
16953 * README: Document gdb_reverse_timeout.
16954
16955 2014-05-20 Yao Qi <yao@codesourcery.com>
16956
16957 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16958 'test_file_name'. Treat args as a string instead of a list.
16959 (gdb_init): Rename argument 'args' by 'test_file_name'.
16960
16961 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16962
16963 * gdb.arch/powerpc-power.exp: New file.
16964 * gdb.arch/powerpc-power.s: New file.
16965
16966 2014-05-16 Doug Evans <dje@google.com>
16967
16968 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16969 * gdb.base/completion.exp: Check that all expected files exist
16970 before doing file completion.
16971
16972 2014-05-16 Doug Evans <dje@google.com>
16973
16974 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16975 Update.
16976 (do_syscall_tests_without_xml): Update.
16977
16978 2014-05-16 Pedro Alves <palves@redhat.com>
16979
16980 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16981 instead of "unknown output after running".
16982
16983 2014-05-16 Yao Qi <yao@codesourcery.com>
16984
16985 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16986 file1.txt from host at the end.
16987 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16988
16989 2014-05-15 Doug Evans <dje@google.com>
16990
16991 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16992 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16993 loading file. Add test for TU lookup.
16994
16995 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16996
16997 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16998 calling "-exec-arguments" or "set args" before running the
16999 inferior.
17000
17001 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17002
17003 * lib/mi-support.exp (mi_expect_stop): Expect message for
17004 inferiors that exit with non-zero exit code.
17005
17006 2014-05-14 Yao Qi <yao@codesourcery.com>
17007
17008 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17009 match absolute path on remote host.
17010 (test_file_list_exec_source_files): Remove "/" from the
17011 pattern.
17012
17013 2014-05-14 Yao Qi <yao@codesourcery.com>
17014
17015 * boards/local-remote-host-notty.exp (${board}_file): New
17016 proc.
17017
17018 2014-05-07 Kyle McMartin <kyle@redhat.com>
17019
17020 Pushed by Joel Brobecker <brobecker@adacore.com>.
17021 * gdb.arch/aarch64-atomic-inst.c: New file.
17022 * gdb.arch/aarch64-atomic-inst.exp: New file.
17023
17024 2014-05-07 Yao Qi <yao@codesourcery.com>
17025
17026 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17027 in current context" too.
17028
17029 2014-05-05 Keith Seitz <keiths@redhat.com>
17030
17031 * gdb.linespec/ls-dollar.exp: Add test for linespec
17032 file:convenience_variable.
17033
17034 2014-05-05 Yao Qi <yao@codesourcery.com>
17035
17036 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17037 traceframes into tfile and ctf trace files. Read data from
17038 trace file and test collected data.
17039 (gdb_collect_locals_test): Likewise.
17040 (gdb_unavailable_registers_test): Likewise.
17041 (gdb_unavailable_floats): Likewise.
17042 (gdb_collect_globals_test): Likewise.
17043 (top-level): Append "ctf" to trace_file_targets if GDB
17044 supports.
17045
17046 2014-05-05 Yao Qi <yao@codesourcery.com>
17047
17048 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17049 code to ...
17050 (gdb_collect_args_test_1): ... it. New proc.
17051 (gdb_collect_locals_test): Move some code to ...
17052 (gdb_collect_locals_test_1): ... it. New proc.
17053 (gdb_unavailable_registers_test): Move some code to ...
17054 (gdb_unavailable_registers_test_1): ... it. New proc.
17055 (gdb_unavailable_floats): Move some code to ...
17056 (gdb_unavailable_floats_1): ... it. New proc.
17057
17058 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17059
17060 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17061 probes to test for bitness recognition.
17062 * gdb.arch/amd64-stap-optional-prefix.exp
17063 (test_probe_value_without_reg): New procedure.
17064 Add code to test for different kinds of bitness.
17065
17066 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17067
17068 PR breakpoints/16889
17069 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17070 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17071
17072 2014-05-01 Pedro Alves <palves@redhat.com>
17073
17074 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17075 gdb_file_cmd if no file is specified.
17076 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17077 last_loaded_file to set the remote exec-file.
17078
17079 2014-05-01 Pedro Alves <palves@redhat.com>
17080
17081 * boards/local-remote-host.exp: New file.
17082
17083 2014-05-01 Pedro Alves <palves@redhat.com>
17084
17085 * boards/local-remote-host.exp: Rename to ...
17086 * boards/local-remote-host-notty.exp: ... this.
17087
17088 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17089
17090 * gdb.ada/dyn_arrayidx: New testcase.
17091
17092 2014-04-26 Yao Qi <yao@codesourcery.com>
17093
17094 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17095 and compute the length of function main. Save it in
17096 $main_length.
17097 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17098 (top-level): Use gdb_compile to compile objects into
17099 executable and restart GDB. Remove invocation to
17100 prepare_for_testing.
17101
17102 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17103 Pedro Alves <palves@redhat.com>
17104
17105 PR server/16255
17106 * gdb.multi/multi-attach.c: New file.
17107 * gdb.multi/multi-attach.exp: New file.
17108
17109 2014-04-25 Pedro Alves <palves@redhat.com>
17110
17111 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17112 user.
17113 (top level): Test that "set remote conditional-breakpoints-packet
17114 off" works as intended.
17115 * gdb.base/dprintf.exp: Test that "set remote
17116 breakpoint-commands-packet off" works as intended.
17117 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17118 New function.
17119 (top level): Call it.
17120 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17121 remote fast-tracepoints-packet off" works as intended.
17122 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17123 * lib/gdb.exp (gdb_is_target_remote): ... here.
17124
17125 2014-04-24 David Blaikie <dblaikie@gmail.com>
17126
17127 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17128 ensure clang would not discard them.
17129 * gdb.base/gdbvars.c: Ditto.
17130 * gdb.base/memattr.c: Ditto.
17131 * gdb.base/whatis.c: Ditto.
17132 * gdb.python/py-prettyprint.c: Ditto.
17133 * gdb.trace/actions.c: Ditto.
17134 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17135 ensure clang would not discard it.
17136
17137 2014-04-24 David Blaikie <dblaikie@gmail.com>
17138
17139 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17140 clang to emit the full definition of type required by the test
17141 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17142
17143 2014-04-24 David Blaikie <dblaikie@gmail.com>
17144
17145 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17146 coax Clang into emitting the definition of the type.
17147 * gdb.cp/pr10728-x.h (y): Ditto.
17148 * gdb.cp/pr10728-y.cc (y): Ditto.
17149
17150 2014-04-24 David Blaikie <dblaikie@gmail.com>
17151
17152 * gdb.base/label.exp: XFAIL label related tests under Clang.
17153 * gdb.cp/cplabel.exp: Ditto.
17154 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17155 under Clang those using labels.
17156
17157 2014-04-25 Yao Qi <yao@codesourcery.com>
17158
17159 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17160 double_label.
17161 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17162 partial_label and double_label.
17163
17164 2014-04-24 David Blaikie <dblaikie@gmail.com>
17165
17166 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17167
17168 2014-04-24 David Blaikie <dblaikie@gmail.com>
17169
17170 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17171 of the function to work across GCC and Clang.
17172 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17173 pointer types (const void ** const V void **).
17174
17175 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17176 Walfred Tedeschi <walfred.tedeschi@intel.com>
17177
17178 * Makefile.in (EXECUTABLES): Added i386-avx512.
17179 * gdb.arch/i386-avx512.c: New file.
17180 * gdb.arch/i386-avx512.exp: Likewise.
17181
17182 2014-04-23 Keith Seitz <keiths@redhat.com>
17183
17184 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17185 (mi_make_breakpoint_table): New procedure.
17186 (mi_create_breakpoint): Use mi_make_breakpoint
17187 and return the result.
17188 (mi_make_breakpoint): New procedure.
17189 (mi_build_kv_pairs): New procedure.
17190
17191 * gdb.mi/mi-break.exp: Remove unused globals,
17192 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17193 All callers updated.
17194 * gdb.mi/mi-dprintf.exp: Use variable to track command
17195 number.
17196 Update all callers of mi_create_breakpoint and use
17197 mi_make_breakpoint_table.
17198 Remove any unused global variables.
17199 * gdb.mi/mi-nonstop.exp: Likewise.
17200 * gdb.mi/mi-nsintrall.exp: Likewise.
17201 * gdb.mi/mi-nsmoribund.exp: Likewise.
17202 * gdb.mi/mi-nsthrexec.exp: Likewise.
17203 * gdb.mi/mi-reverse.exp: Likewise.
17204 * gdb.mi/mi-simplerun.exp: Likewise.
17205 * gdb.mi/mi-stepn.exp: Likewise.
17206 * gdb.mi/mi-syn-frame.exp: Likewise.
17207 * gdb.mi/mi-until.exp: Likewise.
17208 * gdb.mi/mi-var-cp.exp: Likewise.
17209 * gdb.mi/mi-var-display.exp: Likewise.
17210 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17211 * gdb.mi/mi2-var-child.exp: Likewise.
17212 * gdb.mi/mi-vla-c99.exp: Likewise.
17213 * lib/mi-support.exp: Likewise.
17214
17215 From Ian Lance Taylor <iant@cygnus.com>:
17216 * lib/gdb.exp (parse_args): New procedure.
17217
17218 2014-04-23 Pedro Alves <palves@redhat.com>
17219
17220 * gdb.base/break-unload-file.c: New file.
17221 * gdb.base/break-unload-file.exp: New file.
17222 * gdb.base/sym-file-lib.c (baz): New function.
17223 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17224 field.
17225 (load): Store the segment's mapped size.
17226 (unload): New function.
17227 (unload_shlib): New function.
17228 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17229 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17230 set a breakpoint at baz, and call it.
17231 * gdb.base/sym-file.exp: New tests for stale breakpoint
17232 instructions.
17233
17234 2014-04-23 Pedro Alves <palves@redhat.com>
17235
17236 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17237 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17238 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17239 * gdb.base/hbreak-unmapped.c: New file.
17240 * gdb.base/hbreak-unmapped.exp: New file.
17241 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17242 * lib/gdb.exp (gdb_is_target_remote): ... here.
17243
17244 2014-04-22 Pedro Alves <palves@redhat.com>
17245
17246 * gdb.base/consecutive-step-over.c: New file.
17247 * gdb.base/consecutive-step-over.exp: New file.
17248
17249 2014-04-22 Pedro Alves <palves@redhat.com>
17250
17251 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17252 instead of send_gdb/gdb_expect.
17253
17254 2014-04-22 Yao Qi <yao@codesourcery.com>
17255
17256 * lib/trace-support.exp (generate_tracefile): New procedure.
17257 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17258 return 0.
17259 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17260 if generate_tracefile returns 1.
17261
17262 2014-04-18 Tom Tromey <palves@redhat.com>
17263 Pedro alves <tromey@redhat.com>
17264
17265 PR backtrace/15558
17266 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17267 with a backtrace limit.
17268 * gdb.python/py-frame-inline.exp: Test running to an inline
17269 function with a backtrace limit, and printing the newest frame.
17270 * gdb.python/py-frame-inline.c (main): Call f.
17271
17272 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17273
17274 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17275
17276 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17277
17278 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17279 Drop prefix from unsupported source file path.
17280
17281 2014-04-17 Yao Qi <yao@codesourcery.com>
17282
17283 * lib/gdb.exp (with_target_charset): New proc.
17284 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17285 with_target_charset.
17286 (test_print_strings): Likewise.
17287 (test_repeat_bytes): Likewise.
17288 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17289 for some tests.
17290
17291 2014-04-16 Keith Seitz <keiths@redhat.com>
17292
17293 PR gdb/15827
17294 * gdb.dwarf2/corrupt.c: New file.
17295 * gdb.dwarf2/corrupt.exp: New file.
17296
17297 2014-04-16 Keith Seitz <keiths@redhat.com>
17298
17299 PR c++/16597
17300 * gdb.cp/namelessclass.cc: New file.
17301 * gdb.cp/namelessclass.exp: New file.
17302 * gdb.cp/namelessclass.S: New file.
17303
17304 2014-04-16 Doug Evans <dje@google.com>
17305
17306 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17307 Add comment.
17308 (gdbserver_default_get_comm_port): New function.
17309 (gdbserver_start): Check if board file provided
17310 "gdbserver,get_comm_port" and use it if so.
17311 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17312 (gdb,socketport): Set to "stdio".
17313 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17314 (stdio_gdbserver_template): Delete.
17315 (${board}_get_remote_address): Update.
17316 (${board}_build_remote_cmd): Delete.
17317 (${board}_get_comm_port): New function.
17318 (${board}_spawn): Update.
17319 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17320 Delete.
17321 (${board}_get_remote_address): Update.
17322 (${board}_get_comm_port): New function.
17323
17324 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17325
17326 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17327 appearing in any order.
17328
17329 2014-04-15 Doug Evans <dje@google.com>
17330
17331 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17332 uninitialized value of "description".
17333
17334 2014-04-15 Keith Seitz <keiths@redhat.com>
17335
17336 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17337 Remove unused globals.
17338 (test_running_the_program): Likewise.
17339 (test_controlled_execution): Likewise.
17340 (test_controlling_breakpoints): Likewise.
17341 (test_program_termination): Likewise.
17342
17343 2014-04-15 Keith Seitz <keiths@redhat.com>
17344
17345 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17346 unused globals.
17347 (test_rbreak_creation_and_listing): Likewise.
17348 (test_ignore_count): Likewise.
17349 (test_error): Likewise.
17350
17351 2014-04-15 Pedro Alves <palves@redhat.com>
17352
17353 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17354 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17355 sym-file-loader.c.
17356 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17357 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17358 to sym-file-loader.c.
17359 (struct library): Forward declare.
17360 (load_shlib, lookup_function): Change prototypes.
17361 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17362 (translate_offset): Remove declarations.
17363 (get_text_addr): New declaration.
17364 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17365 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17366 sym-file-loader.h.
17367 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17368 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17369 here from sym-file-loader.h.
17370 (struct library): New structure.
17371 (load_shlib, lookup_function): Change prototypes and adjust to
17372 work with a struct library.
17373 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17374 (translate_offset): Make static.
17375 (get_text_addr): New function.
17376 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17377
17378 2014-04-15 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17381
17382 2014-04-15 Pedro Alves <palves@redhat.com>
17383
17384 * gdb.base/sym-file-loader.c: Include <limits.h>.
17385 (SELF_LINK): New define.
17386 (get_origin): New function.
17387 (load_shlib): Use it.
17388 * gdb.base/sym-file.exp: Don't early return if the target is
17389 remote. Use runto_main, and issue fail is that fails. Use
17390 gdb_load_shlibs.
17391 (shlib_name): Delete.
17392 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17393
17394 2014-04-15 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.base/sym-file.exp: Remove regex characters from test
17397 message. Don't refer to breakpoint numbers in test messages.
17398
17399 2014-04-14 Keith Seitz <keiths@redhat.com>
17400
17401 PR c++/16253
17402 * gdb.cp/var-tag.cc: New file.
17403 * gdb.cp/var-tag.exp: New file.
17404 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17405 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17406 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17407 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17408
17409 2014-04-14 Tom Tromey <tromey@redhat.com>
17410
17411 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17412 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17413 type.
17414 * gdb.cp/enum-class.exp: New file.
17415 * gdb.cp/enum-class.cc: New file.
17416
17417 2014-04-14 Tom Tromey <tromey@redhat.com>
17418
17419 * gdb.dwarf2/enum-type.exp: New file.
17420
17421 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17422
17423 * gdb.mi/mi-vla-c99.exp: New file.
17424 * gdb.mi/vla.c: New file.
17425
17426 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17427
17428 * gdb.base/vla-datatypes.c: New file.
17429 * gdb.base/vla-datatypes.exp: New file.
17430
17431 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17432
17433 * gdb.base/vla-ptr.c: New file.
17434 * gdb.base/vla-ptr.exp: New file.
17435
17436 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17437
17438 * gdb.dwarf2/count.exp: New file.
17439
17440 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17441
17442 * gdb.base/vla-sideeffect.c: New file.
17443 * gdb.base/vla-sideeffect.exp: New file.
17444
17445 2014-04-14 David Blaikie <dblaikie@gmail.com>
17446
17447 * gdb.mi/non-stop.c: Add return value for non-void function return
17448 statement.
17449 * gdb.threads/staticthreads.c: Ditto.
17450
17451 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17452 Doug Evans <xdje42@gmail.com>
17453
17454 * gdb.guile/scm-value.c: Improve test case.
17455 * gdb.guile/scm-value.exp: Add new test.
17456
17457 2014-04-11 David Blaikie <dblaikie@gmail.com>
17458
17459 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17460 override Clang's default.
17461
17462 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17463
17464 Revert the following changes (regressions):
17465
17466 * gdb.base/vla-sideeffect.c: New file.
17467 * gdb.base/vla-sideeffect.exp: New file.
17468
17469 * gdb.dwarf2/count.exp: New file.
17470
17471 * gdb.base/vla-multi.c: New file.
17472 * gdb.base/vla-multi.exp: New file.
17473
17474 * gdb.base/vla-ptr.c: New file.
17475 * gdb.base/vla-ptr.exp: New file.
17476
17477 * gdb.base/vla-datatypes.c: New file.
17478 * gdb.base/vla-datatypes.exp: New file.
17479
17480 * gdb.mi/mi-vla-c99.exp: New file.
17481 * gdb.mi/vla.c: New file.
17482
17483 2014-04-11 Keith Seitz <keiths@redhat.com>
17484
17485 PR c++/16675
17486 * gdb.cp/cpsizeof.exp: New file.
17487 * gdb.cp/cpsizeof.cc: New file.
17488
17489 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17490
17491 * gdb.mi/mi-vla-c99.exp: New file.
17492 * gdb.mi/vla.c: New file.
17493
17494 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17495
17496 * gdb.base/vla-datatypes.c: New file.
17497 * gdb.base/vla-datatypes.exp: New file.
17498
17499 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17500
17501 * gdb.base/vla-ptr.c: New file.
17502 * gdb.base/vla-ptr.exp: New file.
17503
17504 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17505
17506 * gdb.base/vla-multi.c: New file.
17507 * gdb.base/vla-multi.exp: New file.
17508
17509 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17510
17511 * gdb.dwarf2/count.exp: New file.
17512
17513 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17514
17515 * gdb.base/vla-sideeffect.c: New file.
17516 * gdb.base/vla-sideeffect.exp: New file.
17517
17518 2014-04-11 Yao Qi <yao@codesourcery.com>
17519
17520 * gdb.base/completion.exp: Check file exists before running tests
17521 on file completion.
17522
17523 2014-04-10 Pedro Alves <palves@redhat.com>
17524
17525 * gdb.base/cond-eval-mode.c: New file.
17526 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17527 prepare_for_testing to build the new file. Check result of
17528 runto_main.
17529 (test_break, test_watch): New procedures.
17530 (top level): Use them.
17531
17532 2014-04-08 Pierre Muller <muller@sourceware.org>
17533
17534 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17535 Ctrl-V use for mingw hosts.
17536
17537 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17538
17539 * gdb.python/py-value.c: Improve test case.
17540 * gdb.python/py-value.exp: Add new test.
17541
17542 2014-04-07 David Blaikie <dblaikie@gmail.com>
17543
17544 * lib/compiler.c: Identify the clang compiler.
17545 * lib/compiler.cc: Ditto.
17546
17547 2014-04-03 Yao Qi <yao@codesourcery.com>
17548
17549 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17550
17551 2014-04-01 Anton Blanchard <anton@samba.org>
17552
17553 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17554 messages unique.
17555
17556 2014-04-01 Anton Blanchard <anton@samba.org>
17557
17558 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17559 prepare_for_testing.
17560
17561 2014-04-01 Anton Blanchard <anton@samba.org>
17562
17563 * gdb.arch/ppc64-atomic-inst.c: Remove.
17564 * gdb.arch/ppc64-atomic-inst.S: New file.
17565 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17566
17567 2014-03-31 Doug Evans <dje@google.com>
17568
17569 * gdb.base/print-symbol-loading-lib.c: New file.
17570 * gdb.base/print-symbol-loading-main.c: New file.
17571 * gdb.base/print-symbol-loading.exp: New file.
17572
17573 2014-03-31 Yao Qi <yao@codesourcery.com>
17574
17575 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17576
17577 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17578
17579 * gdb.ada/mi_dyn_arr: New testcase.
17580
17581 2014-03-27 Doug Evans <dje@google.com>
17582
17583 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17584
17585 2014-03-27 Yao Qi <yao@codesourcery.com>
17586
17587 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17588 if target is nios2-*-*.
17589
17590 2014-03-26 Yao Qi <yao@codesourcery.com>
17591
17592 * lib/gdb.exp (readline_is_used): New proc.
17593 * gdb.base/completion.exp: Move tests on command complete up.
17594 Skip the rest of tests if readline is not used.
17595 * gdb.ada/complete.exp: Skp the test if readline is not
17596 used.
17597 * gdb.base/filesym.exp: Likewise.
17598 * gdb.base/macscp.exp: Likewise.
17599 * gdb.base/readline-ask.exp: Likewise.
17600 * gdb.base/readline.exp: Likewise.
17601 * gdb.python/py-cmd.exp: Likewise.
17602 * gdb.trace/tfile.exp: Likewise.
17603
17604 2014-03-26 Yao Qi <yao@codesourcery.com>
17605
17606 * gdb.base/macscp.exp: Fix code format issues.
17607
17608 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17609
17610 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17611 * gdb.asm/powerpc64le.inc: New file.
17612
17613 2014-03-25 Pedro Alves <palves@redhat.com>
17614 Doug Evans <dje@google.com>
17615
17616 * gdb.base/source-execution.c: New file.
17617 * gdb.base/source-execution.exp: New file.
17618 * gdb.base/source-execution.gdb: New file.
17619
17620 2014-03-24 Doug Evans <dje@google.com>
17621
17622 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17623 using fission.
17624
17625 2014-03-24 Hui Zhu <hui@codesourcery.com>
17626 Pedro Alves <palves@redhat.com>
17627
17628 PR breakpoints/16101
17629 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17630 test pass/fail messages. Detect missing support for dprintf when
17631 breakpoints are actually inserted.
17632 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17633 breakpoints are actually inserted.
17634 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17635 fails.
17636
17637 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17638
17639 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17640
17641 2014-03-22 Doug Evans <xdje42@gmail.com>
17642
17643 * gdb.python/python.exp (python not supported): Verify multi-line
17644 python command issues an error.
17645 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17646 guile command issues an error.
17647
17648 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17649
17650 * gdb.threads/thread-specific.exp: Handle the lack of usable
17651 $this_breakpoint and $this_thread.
17652
17653 2014-03-21 Hui Zhu <hui@codesourcery.com>
17654
17655 * gdb.base/attach.exp (do_command_attach_tests): New.
17656
17657 2014-03-20 Tom Tromey <tromey@redhat.com>
17658 Pedro Alves <palves@redhat.com>
17659
17660 PR cli/15718
17661 * gdb.base/condbreak-call-false.c: New file.
17662 * gdb.base/condbreak-call-false.exp: New file.
17663
17664 2014-03-20 Pedro Alves <palves@redhat.com>
17665
17666 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17667 Delete.
17668 (block_signals, unblock_signals): Delete.
17669 (child_function_2, main): Remove references to deleted variable
17670 and functions.
17671
17672 2014-03-20 Pedro Alves <palves@redhat.com>
17673
17674 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17675 Use pthread_kill to signal thread 2.
17676 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17677 Adjust to make the test send itself a signal rather than using the
17678 host's "kill" command.
17679
17680 2014-03-20 Pedro Alves <palves@redhat.com>
17681
17682 * gdb.threads/multiple-step-overs.c: New file.
17683 * gdb.threads/multiple-step-overs.exp: New file.
17684 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17685 Adjust expected infrun debug output.
17686
17687 2014-03-20 Pedro Alves <palves@redhat.com>
17688
17689 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17690 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17691
17692 2014-03-20 Pedro Alves <palves@redhat.com>
17693
17694 PR breakpoints/7143
17695 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17696 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17697 of gdb_test_multiple.
17698 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17699 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17700
17701 2014-03-20 Pedro Alves <palves@redhat.com>
17702
17703 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17704 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17705
17706 2014-03-19 Pedro Alves <palves@redhat.com>
17707
17708 * gdb.base/async.exp: Remove early return.
17709
17710 2014-03-19 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17713
17714 2014-03-19 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.base/async.exp (test_background): Expect \r\n after
17717 "completed." in the fail pattern.
17718
17719 2014-03-19 Pedro Alves <palves@redhat.com>
17720
17721 * gdb.base/async.exp (test_background): New procedure.
17722 Use it for all background execution command tests.
17723
17724 2014-03-19 Pedro Alves <palves@redhat.com>
17725
17726 * gdb.base/async.exp: Use prepare_for_testing.
17727
17728 2014-03-19 Pedro Alves <palves@redhat.com>
17729
17730 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17731 the same line.
17732
17733 2014-03-19 Pedro Alves <palves@redhat.com>
17734
17735 * gdb.base/async.c (main): Add "jump here" and "until here" line
17736 marker comments.
17737 * gdb.base/async.exp (jump_here): New global.
17738 (jump& test): Use it.
17739 (until_here): New global.
17740 (until& test): Use it.
17741
17742 2014-03-19 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/async.exp: Don't frob gdb_protocol.
17745
17746 2014-03-18 Doug Evans <xdje42@gmail.com>
17747
17748 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17749 Fix spelling of exec-done-display.
17750
17751 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17752
17753 PR gdb/15358
17754 * gdb.base/gdb-sigterm.c: New file.
17755 * gdb.base/gdb-sigterm.exp: New file.
17756
17757 2014-03-18 Pedro Alves <palves@redhat.com>
17758
17759 PR gdb/13860
17760 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17761 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17762 solib-event.
17763
17764 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17765
17766 * gdb.ada/pckd_arr_ren: New testcase.
17767
17768 2014-03-13 Doug Evans <xdje42@gmail.com>
17769
17770 PR guile/16612
17771 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17772 collect after discarding symbols.
17773
17774 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17775 Doug Evans <xdje42@gmail.com>
17776
17777 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17778 to history survives a gc.
17779
17780 2014-03-13 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.base/default.exp: Don't test "target procfs".
17783
17784 2014-03-13 Pedro Alves <palves@redhat.com>
17785
17786 * gdb.base/default.exp: Update "target child" and "target procfs"
17787 tests to not expect "Unix".
17788
17789 2014-03-12 Tom Tromey <tromey@redhat.com>
17790
17791 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17792 New procs. Add target-async tests.
17793 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17794 Add target-async tests.
17795
17796 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17797
17798 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17799 'func_start' and 'func_end' for the beginning and end of the
17800 function code, respectively.
17801 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17802 'func_end' instead of 'func' and 'main'.
17803
17804 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17805
17806 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17807 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17808 generate the debug info assembler source.
17809
17810 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17811
17812 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17813 * gdb.dwarf2/arr-subrange.exp: Likewise.
17814 * gdb.dwarf2/dwz.exp: Likewise.
17815 * gdb.dwarf2/method-ptr.exp: Likewise.
17816 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17817 * gdb.dwarf2/subrange.exp: Likewise.
17818 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17819 * gdb.dwarf2/implptrpiece.exp: Likewise.
17820 * gdb.dwarf2/nostaticblock.exp: Likewise.
17821
17822 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17823
17824 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17825 directory to absolute path name arguments.
17826
17827 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17828
17829 * gdb.ada/tagged_access: New testcase.
17830
17831 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17832
17833 * gdb.btrace/data.exp: Update expected output.
17834
17835 2014-03-06 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.trace/pr16508.exp: New file.
17838
17839 2014-03-05 Pedro Alves <palves@redhat.com>
17840
17841 PR gdb/16575
17842 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17843 procedure.
17844 (top level): Adjust to use it. Add tests that exercise breakpoint
17845 interaction with the code-cache.
17846
17847 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17848
17849 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17850 test for 'history-append!'.
17851
17852 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17853
17854 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17855 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17856 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17857 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17858 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17859 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17860
17861 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17862
17863 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17864 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17865 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17866
17867 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17868
17869 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17870
17871 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17872
17873 * gdb.dwarf2/arr-stride.c: New file.
17874 * gdb.dwarf2/arr-stride.exp: New file.
17875
17876 2014-02-26 Pedro Alves <palves@redhat.com>
17877
17878 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17879 that won't ever trigger. Make sure that GDB reports the correct
17880 breakpoint that caused the stop.
17881
17882 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17883
17884 PR gdb/16626
17885 * gdb.base/auto-load-script: New file.
17886 * gdb.base/auto-load.c: New file.
17887 * gdb.base/auto-load.exp: New file.
17888
17889 PR gdb/16626
17890 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17891
17892 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17893
17894 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17895 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17896
17897 2014-02-24 Doug Evans <dje@google.com>
17898
17899 * lib/gdb.exp (run_on_host): Log error output if program fails.
17900
17901 2014-02-21 Pedro Alves <palves@redhat.com>
17902
17903 * gdb.threads/step-after-sr-lock.c: Rename to ...
17904 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17905 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17906 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17907 ... this.
17908
17909 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17910
17911 PR tdep/16397
17912 * gdb.arch/amd64-stap-special-operands.exp: New file.
17913 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17914 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17915 * gdb.arch/amd64-stap-triplet.S: Likewise.
17916 * gdb.arch/amd64-stap-triplet.c: Likewise.
17917
17918 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17919
17920 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17921 in .section pseudo-op.
17922
17923 2014-02-20 lin zuojian <manjian2006@gmail.com>
17924 Joel Brobecker <brobecker@adacore.com>
17925 Doug Evans <xdje42@gmail.com>
17926
17927 PR symtab/16581
17928 * gdb.dwarf2/dw2-icycle.S: New file.
17929 * gdb.dwarf2/dw2-icycle.c: New file.
17930 * gdb.dwarf2/dw2-icycle.exp: New file.
17931
17932 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17933
17934 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17935 operations on gdb.Value objects.
17936 * gdb.python/py-value-cc.exp: Add new test to test operations on
17937 gdb.Value objects.
17938
17939 2014-02-18 Doug Evans <dje@google.com>
17940
17941 * Makefile.in (TESTS): New variable.
17942 (expanded_tests, expanded_tests_or_none): New variables
17943 (check-single): Pass $(expanded_tests_or_none) to runtest.
17944 (check-parallel): Only run tests in $(TESTS) if non-empty.
17945 (check/no-matching-tests-found): New rule.
17946 * README: Document TESTS makefile variable.
17947
17948 2014-02-18 Doug Evans <dje@google.com>
17949
17950 * Makefile.in (check-parallel): rm -rf outputs temp.
17951
17952 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17953
17954 Fix "ERROR: no fileid for" in the testsuite.
17955 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17956
17957 2014-02-12 Doug Evans <dje@google.com>
17958
17959 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17960 (MISCELLANEOUS): New variable.
17961 (clean): rm -rf $(MISCELLANEOUS).
17962 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17963 dwp live in the same directory as symlinks, with each symlink pointed
17964 to a differently named file in a different directory.
17965
17966 2014-02-11 Doug Evans <dje@google.com>
17967
17968 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17969 of Tcl file commands.
17970
17971 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17972
17973 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17974 "kill -SIGUSR1 -1".
17975
17976 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17977
17978 * gdb.ada/tick_length_array_enum_idx: New testcase.
17979
17980 2014-02-10 Doug Evans <xdje42@gmail.com>
17981
17982 * configure.ac (AC_OUTPUT): Add gdb.guile.
17983 * configure: Regenerate.
17984 * lib/gdb-guile.exp: New file.
17985 * lib/gdb.exp (get_target_charset): New function.
17986 * gdb.base/help.exp: Update expected output from "apropos apropos".
17987 * gdb.guile/Makefile.in: New file.
17988 * gdb.guile/guile.exp: New file.
17989 * gdb.guile/scm-arch.c: New file.
17990 * gdb.guile/scm-arch.exp: New file.
17991 * gdb.guile/scm-block.c: New file.
17992 * gdb.guile/scm-block.exp: New file.
17993 * gdb.guile/scm-breakpoint.c: New file.
17994 * gdb.guile/scm-breakpoint.exp: New file.
17995 * gdb.guile/scm-disasm.c: New file.
17996 * gdb.guile/scm-disasm.exp: New file.
17997 * gdb.guile/scm-equal.c: New file.
17998 * gdb.guile/scm-equal.exp: New file.
17999 * gdb.guile/scm-error.exp: New file.
18000 * gdb.guile/scm-error.scm: New file.
18001 * gdb.guile/scm-frame-args.c: New file.
18002 * gdb.guile/scm-frame-args.exp: New file.
18003 * gdb.guile/scm-frame-args.scm: New file.
18004 * gdb.guile/scm-frame-inline.c: New file.
18005 * gdb.guile/scm-frame-inline.exp: New file.
18006 * gdb.guile/scm-frame.c: New file.
18007 * gdb.guile/scm-frame.exp: New file.
18008 * gdb.guile/scm-generics.exp: New file.
18009 * gdb.guile/scm-gsmob.exp: New file.
18010 * gdb.guile/scm-iterator.c: New file.
18011 * gdb.guile/scm-iterator.exp: New file.
18012 * gdb.guile/scm-math.c: New file.
18013 * gdb.guile/scm-math.exp: New file.
18014 * gdb.guile/scm-objfile-script-gdb.in: New file.
18015 * gdb.guile/scm-objfile-script.c: New file.
18016 * gdb.guile/scm-objfile-script.exp: New file.
18017 * gdb.guile/scm-objfile.c: New file.
18018 * gdb.guile/scm-objfile.exp: New file.
18019 * gdb.guile/scm-ports.exp: New file.
18020 * gdb.guile/scm-pretty-print.c: New file.
18021 * gdb.guile/scm-pretty-print.exp: New file.
18022 * gdb.guile/scm-pretty-print.scm: New file.
18023 * gdb.guile/scm-section-script.c: New file.
18024 * gdb.guile/scm-section-script.exp: New file.
18025 * gdb.guile/scm-section-script.scm: New file.
18026 * gdb.guile/scm-symbol.c: New file.
18027 * gdb.guile/scm-symbol.exp: New file.
18028 * gdb.guile/scm-symtab-2.c: New file.
18029 * gdb.guile/scm-symtab.c: New file.
18030 * gdb.guile/scm-symtab.exp: New file.
18031 * gdb.guile/scm-type.c: New file.
18032 * gdb.guile/scm-type.exp: New file.
18033 * gdb.guile/scm-value-cc.cc: New file.
18034 * gdb.guile/scm-value-cc.exp: New file.
18035 * gdb.guile/scm-value.c: New file.
18036 * gdb.guile/scm-value.exp: New file.
18037 * gdb.guile/source2.scm: New file.
18038 * gdb.guile/types-module.cc: New file.
18039 * gdb.guile/types-module.exp: New file.
18040
18041 2014-02-10 Yao Qi <yao@codesourcery.com>
18042
18043 PR testsuite/16543
18044 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18045 * configure: Regenerated.
18046 * Makefile.in: New file.
18047
18048 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18049
18050 * gdb.python/py-framefilter.exp: Fix typo.
18051
18052 2014-02-08 Yao Qi <yao@codesourcery.com>
18053
18054 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18055 that no =breakpoint-modified is emitted when breakpoints are
18056 modified through MI commands.
18057
18058 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18059 Pedro Alves <palves@redhat.com>
18060
18061 * gdb.threads/step-after-sr-lock.c: New file.
18062 * gdb.threads/step-after-sr-lock.exp: New file.
18063
18064 2014-02-07 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18067
18068 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18069
18070 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18071 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18072
18073 2014-02-06 Doug Evans <xdje42@gmail.com>
18074
18075 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18076 output.
18077
18078 * gdb.gdb/python-interrupts.exp: New file.
18079
18080 2014-02-05 Yao Qi <yao@codesourcery.com>
18081
18082 * gdb.trace/report.exp (use_collected_data): Test the output
18083 of "info threads" and "info inferiors".
18084
18085 2014-02-05 Yao Qi <yao@codesourcery.com>
18086
18087 Revert this patch:
18088
18089 2013-05-24 Yao Qi <yao@codesourcery.com>
18090
18091 * gdb.trace/tfile.exp: Test inferior and thread.
18092
18093 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18094
18095 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18096 on a function.
18097 * gdb.base/step-bt.c: Call hello via function pointer to make
18098 sure its first instruction is executed on powerpc64le-linux.
18099
18100 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18101
18102 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18103
18104 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18105
18106 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18107 of the test patterns for use on little-endian systems.
18108
18109 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18110
18111 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18112 (decimal_vector): Fix for little-endian.
18113
18114 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18115
18116 * gdb.arch/sparc-sysstep.exp: New file.
18117 * gdb.arch/sparc-sysstep.c: Likewise.
18118
18119 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18120
18121 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18122
18123 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18124
18125 2014-01-23 Tom Tromey <tromey@redhat.com>
18126
18127 * gdb.ada/array_char_idx: New testcase.
18128
18129 2014-01-23 Tom Tromey <tromey@redhat.com>
18130
18131 PR python/16487:
18132 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18133 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18134 classes.
18135
18136 2014-01-23 Tom Tromey <tromey@redhat.com>
18137
18138 PR python/16491:
18139 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18140 string from an inferior frame.
18141 * gdb.python/py-framefilter-mi.exp: Update.
18142
18143 2014-01-22 Doug Evans <dje@google.com>
18144
18145 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18146
18147 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18148
18149 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18150
18151 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18152
18153 * gdb.trace/entry-values.exp: Remove excess space character from
18154 regex patterns. Handle s390 call instruction.
18155
18156 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18157
18158 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18159 define "*_start" label. Make "name" static.
18160 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18161 ${name} by references to ${name}_start.
18162
18163 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18164
18165 * gdb.base/info-macros.exp: Remove "debug" from the compile
18166 options.
18167
18168 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18169
18170 * gdb.dlang/demangle.exp: New file.
18171
18172 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18173
18174 * gdb.dlang/primitive-types.exp: New file.
18175
18176 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18177
18178 * configure.ac: Create gdb.dlang/Makefile.
18179 * configure: Regenerate.
18180 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18181 * gdb.dlang/Makefile.in: New file.
18182 * lib/d-support.exp: New file.
18183 * lib/gdb.exp (skip_d_tests): New proc.
18184
18185 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18186
18187 * gdb.btrace/delta.exp: Check reverse stepi.
18188 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18189 * gdb.btrace/finish.exp: New.
18190 * gdb.btrace/next.exp: New.
18191 * gdb.btrace/nexti.exp: New.
18192 * gdb.btrace/record_goto.c: Add comments.
18193 * gdb.btrace/step.exp: New.
18194 * gdb.btrace/stepi.exp: New.
18195 * gdb.btrace/multi-thread-step.c: New.
18196 * gdb.btrace/multi-thread-step.exp: New.
18197 * gdb.btrace/rn-dl-bind.c: New.
18198 * gdb.btrace/rn-dl-bind.exp: New.
18199 * gdb.btrace/data.c: New.
18200 * gdb.btrace/data.exp: New.
18201 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18202
18203 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18204
18205 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18206 * gdb.btrace/exception.exp: Update.
18207 * gdb.btrace/instruction_history.exp: Update.
18208 * gdb.btrace/record_goto.exp: Update.
18209 * gdb.btrace/tailcall.exp: Update.
18210 * gdb.btrace/unknown_functions.exp: Update.
18211 * gdb.btrace/delta.exp: New.
18212
18213 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18214
18215 * gdb.btrace/record_goto.exp: Add backtrace test.
18216 * gdb.btrace/tailcall.exp: Add backtrace test.
18217
18218 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18219
18220 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18221 * gdb.btrace/record_goto.c: New.
18222 * gdb.btrace/record_goto.exp: New.
18223 * gdb.btrace/x86-record_goto.S: New.
18224
18225 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18226
18227 * gdb.btrace/function_call_history.exp: Update tests.
18228 * gdb.btrace/instruction_history.exp: Update tests.
18229
18230 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18231
18232 * gdb.btrace/function_call_history.exp: Fix expected field
18233 order for "record function-call-history".
18234 Add new tests for "record function-call-history /c".
18235 * gdb.btrace/exception.cc: New.
18236 * gdb.btrace/exception.exp: New.
18237 * gdb.btrace/tailcall.exp: New.
18238 * gdb.btrace/x86-tailcall.S: New.
18239 * gdb.btrace/x86-tailcall.c: New.
18240 * gdb.btrace/unknown_functions.c: New.
18241 * gdb.btrace/unknown_functions.exp: New.
18242 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18243
18244 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18245
18246 * gdb.btrace/instruction_history.exp: Update.
18247 * gdb.btrace/function_call_history.exp: Update.
18248
18249 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18250
18251 * gdb.btrace/function_call_history.exp: Fix expected function
18252 trace.
18253 * gdb.btrace/instruction_history.exp: Initialize traced.
18254 Remove traced_functions.
18255
18256 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18257
18258 * gdb.btrace/function_call_history.exp: Update
18259 * gdb.btrace/instruction_history.exp: Update.
18260
18261 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18262
18263 * gdb.btrace/enable.exp: Update expected text.
18264
18265 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18266
18267 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18268 bytes.
18269
18270 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18271
18272 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18273
18274 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18275
18276 * lib/gdb.exp (supports_process_record): Return true for
18277 arm*-linux*. (supports_reverse): Likewise.
18278
18279 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18280
18281 PR python/15464
18282 PR python/16113
18283 * gdb.python/py-type.c: Enhance test case.
18284 * gdb.python/py-value-cc.cc: Likewise
18285 * gdb.python/py-type.exp: Add new tests.
18286 * gdb.python/py-value-cc.exp: Likewise
18287
18288 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18289 Pedro Alves <palves@redhat.com>
18290
18291 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18292 Make "name" extern.
18293 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18294 references to ${name}_start by references to ${name}.
18295
18296 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18297
18298 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18299
18300 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18301
18302 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18303
18304 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18305 Pedro Alves <palves@redhat.com>
18306
18307 * gdb.mi/mi-info-os.exp: Connect to the target with
18308 mi_gdb_target_load.
18309
18310 2014-01-08 Pedro Alves <palves@redhat.com>
18311
18312 * gdb.threads/reconnect-signal.c: New file.
18313 * gdb.threads/reconnect-signal.exp: New file.
18314
18315 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18316
18317 * gdb.base/source-dir.exp: New file.
18318
18319 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18320
18321 * gdb.ada/mi_interface: New testcase.
18322
18323 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18324
18325 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18326 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18327 gdb.ada/pp-rec-component/pck.ads: New files.
18328
18329 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18330
18331 * gdb.python/py-pp-integral.c: New file.
18332 * gdb.python/py-pp-integral.py: New file.
18333 * gdb.python/py-pp-integral.exp: New file.
18334
18335 For older changes see ChangeLog-1993-2013.
18336 \f
18337 ;; Local Variables:
18338 ;; mode: change-log
18339 ;; left-margin: 8
18340 ;; fill-column: 74
18341 ;; version-control: never
18342 ;; End:
18343
18344 Copyright 2014-2020 Free Software Foundation, Inc.
18345 Copying and distribution of this file, with or without modification,
18346 are permitted provided the copyright notice and this notice are preserved.