[gdb/testsuite] Add note to 'Race detection' entry in README
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-04 Tom de Vries <tdevries@suse.de>
2
3 * README (Race detection): Add note.
4
5 2020-02-04 Tom de Vries <tdevries@suse.de>
6
7 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
8
9 2020-02-04 Tom de Vries <tdevries@suse.de>
10
11 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
12
13 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
14
15 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
16 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
17 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
18 blttar, bnetarl.
19 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
20 binary for blttar, bnetarl.
21 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
22 wait instruction. Delete ldmx test.
23 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
24
25 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
26
27 * gdb.fortran/array-bounds-high.exp: New file.
28 * gdb.fortran/array-bounds-high.f90: New file.
29
30 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
31
32 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
33 Replace #include of <sys/fcntl.h> by <fcntl.h>.
34
35 2020-02-01 Tom de Vries <tdevries@suse.de>
36
37 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
38
39 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 PR tui/9765
42 * gdb.tui/tui-layout-asm-short-prog.S: New file.
43 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
44
45 2020-01-29 Luis Machado <luis.machado@linaro.org>
46
47 * gdb.arch/aarch64-brk-patterns.c: New source file.
48 * gdb.arch/aarch64-brk-patterns.exp: New test.
49
50 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
51
52 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
53 GCC/Clang version.
54 * gdb.cp/pass-by-ref.exp: Ditto.
55
56 2020-01-29 Tom de Vries <tdevries@suse.de>
57
58 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
59 * gdb.threads/watchpoint-fork-mt.c: Same.
60 * gdb.threads/watchpoint-fork-parent.c: Same.
61 * gdb.threads/watchpoint-fork-st.c: Same.
62 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
63
64 2020-01-27 Luis Machado <luis.machado@linaro.org>
65
66 * gdb.base/step-over-syscall.exp (setup): Check if we're already
67 sitting at a syscall instruction when we hit the syscall function's
68 breakpoint.
69 Check PC against one obtained with the x command.
70 Validate syscall number.
71 (step_over_syscall): Don't continue to the syscall instruction if
72 we're already there.
73
74 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
75
76 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
77
78 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
81 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
82
83 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
84
85 * gdb.dwarf2/dw2-inline-stepping.c: New file.
86 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
87
88 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.base/maint.exp: Update line table parsing test.
91 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
92
93 2020-01-24 Pedro Alves <palves@redhat.com>
94
95 PR gdb/25410
96 * gdb.multi/multi-re-run-1.c: New.
97 * gdb.multi/multi-re-run-2.c: New.
98 * gdb.multi/multi-re-run.exp: New.
99
100 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 PR gdb/23718
103 * gdb.server/server-kill-python.exp: New file.
104
105 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.server/multi-ui-errors.c: New file.
108 * gdb.server/multi-ui-errors.exp: New file.
109
110 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 PR tui/9765
113 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
114
115 2020-01-19 Tom Tromey <tom@tromey.com>
116
117 * gdb.tui/main.exp: Add check for plain "file".
118
119 2020-01-16 Christian Biesinger <cbiesinger@google.com>
120
121 * lib/gdb.exp: Fix spelling error (seperatelly).
122
123 2020-01-14 Tom Tromey <tom@tromey.com>
124
125 PR symtab/12535:
126 * gdb.python/python.exp: Test decode_line with empty string
127 argument.
128
129 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
130
131 * gdb.base/skip-inline.exp: Extend test.
132
133 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
134
135 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
136 * gdb.dwarf2/dw2-bad-elf.c: New file.
137 * gdb.dwarf2/dw2-bad-elf.exp: New file.
138
139 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
140
141 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
142 _line_saw_file.
143
144 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
147 border.
148
149 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
150
151 * gdb.multi/multi-target.exp (setup): Factor out "info
152 connections" and "info inferiors" tests to ...
153 (test_info_inferiors): ... this new procedure.
154 (top level): Run new "info-inferiors" tests.
155
156 2020-01-10 Pedro Alves <palves@redhat.com>
157
158 * gdb.server/bkpt-other-inferior.exp: New file.
159
160 2020-01-10 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
163 of "add-inferior".
164 * gdb.base/quit-live.exp: Likewise.
165 * gdb.base/remote-exec-file.exp: Likewise.
166 * gdb.guile/scm-progspace.exp: Likewise.
167 * gdb.linespec/linespec.exp: Likewise.
168 * gdb.mi/new-ui-mi-sync.exp: Likewise.
169 * gdb.mi/user-selected-context-sync.exp: Likewise.
170 * gdb.multi/multi-target.exp (setup): Add "info connection" and
171 "info inferiors" tests.
172 * gdb.multi/remove-inferiors.exp: Adjust expected output of
173 "add-inferior".
174 * gdb.multi/watchpoint-multi.exp: Likewise.
175 * gdb.python/py-inferior.exp: Likewise.
176 * gdb.server/extended-remote-restart.exp: Likewise.
177 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
178 "info inferiors".
179 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
180 * gdb.trace/report.exp: Likewise.
181
182 2020-01-10 Pedro Alves <palves@redhat.com>
183
184 * gdb.multi/multi-target.c: New file.
185 * gdb.multi/multi-target.exp: New file.
186 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
187 mode requested, but remote does not support non-stop".
188
189 2020-01-10 Pedro Alves <palves@redhat.com>
190
191 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
192 disconnect before reconnecting.
193
194 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
195 Pedro Alves <palves@redhat.com>
196
197 * gdb.server/connect-without-multi-process.exp: Also test
198 continuing to end.
199
200 2020-01-10 Pedro Alves <palves@redhat.com>
201
202 * gdb.base/remote-exec-file.exp: New file.
203
204 2020-01-10 Pedro Alves <palves@redhat.com>
205
206 * gdb.base/fork-running-state.exp (do_test): Adjust expected
207 output.
208 * gdb.threads/async.c: New.
209 * gdb.threads/async.exp: New.
210 * gdb.multi/tids-gid-reset.c: New.
211 * gdb.multi/tids-gid-reset.exp: New.
212
213 2020-01-10 George Barrett <bob@bob131.so>
214
215 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
216 to help in finding the image relocation offset.
217 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
218 options in arguments.
219 (stap_test_no_debuginfo): Likewise.
220 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
221 test variants.
222 (stap_test): Add null semaphore relocation test.
223
224 2020-01-10 George Barrett <bob@bob131.so>
225
226 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
227 * gdb.base/stap-probe.exp: Likewise.
228 (stap_test): Pass argument as an additional flag.
229 (stap_test_no_debuginfo): Likewise.
230 (stap_test): Check `info probes stap' output for semaphore
231 addresses if the test binary is supposed to have them.
232
233 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
234
235 * gdb.tui/basic.exp: Add more scrolling tests.
236
237 2020-01-09 Tom Tromey <tom@tromey.com>
238
239 PR tui/18932:
240 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
241 meangingful value.
242 (Term::command, Term::resize): Update.
243 * gdb.tui/basic.exp: Add scrolling test.
244
245 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
246
247 * gdb.tui/tui-layout-asm.exp: New file.
248
249 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * lib/tuiterm.exp (Term::check_box_contents): New proc.
252
253 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
256 (Term::enter_tui): Use Term::prepare_for_tui.
257
258 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
259
260 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
261 called.
262
263 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
264
265 * gdb.base/skip.exp: Fix race condition in test.
266
267 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.base/backtrace.c: New file.
270 * gdb.base/backtrace.exp: New file.
271
272 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
275
276 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
277
278 * gdb.base/style.exp: Test that warnings are styled.
279
280 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
281
282 * gdb.base/line65535.exp: New file.
283 * gdb.base/line65535.c: New file.
284
285 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
286
287 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
288 * lib/gnat_debug_info_test.adb: New file.
289 * gdb.ada/ptype_tagged_param.exp: Use
290 gnat_runtime_has_debug_info, expect a different output if
291 runtime does not have debug info.
292
293 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
294
295 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
296 (another) quote in test name.
297
298 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
299
300 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
301 Add quote in test name.
302
303 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
304
305 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
306 directory instead.
307 * gdb.cp/pass-by-ref.exp: Extend with more cases.
308 * gdb.cp/pass-by-ref-2.cc: New file.
309 * gdb.cp/pass-by-ref-2.exp: New file.
310
311 2019-12-20 Tom Tromey <tom@tromey.com>
312
313 * gdb.tui/list-before.exp: New file.
314
315 2019-12-20 Tom Tromey <tom@tromey.com>
316
317 * gdb.tui/list.exp: Check for source on initial listing.
318
319 2019-12-11 Tom Tromey <tromey@adacore.com>
320
321 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
322 Add crlf test.
323
324 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
325
326 * gdb.base/default.exp: Update value of $_gdb_major.
327
328 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
329
330 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
331
332 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
333
334 * gdb.base/skip.exp: Whitespace fix.
335
336 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
337
338 * gdb.base/skip-inline.c: New file.
339 * gdb.base/skip-inline.exp: New file.
340
341 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
342
343 * gdb.base/jit-reader.exp (jit_reader_test): Rename
344 jit_function_00 to jit_function_stack_mangle.
345 * gdb.base/jithost.c (jit_function_t): Rename to...
346 (jit_function_stack_mangle_t): ... this.
347 (jit_function_add_t): New typedef.
348 (jit_function_00_code): Rename to...
349 (jit_function_stack_mangle_code): ... this, make static.
350 (jit_function_add_code): New.
351 (main): Generate "add" function and call it. Adjust to changes
352 in jithost_abi.
353 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
354 (struct jithost_abi) <begin, end>: Remove fields.
355 <object, function_stack_mangle, function_add>: New fields.
356 * gdb.base/jitreader.c (struct reader_state) <code_begin,
357 code_end>: Remove fields.
358 <func_stack_mangle>: New field.
359 (read_debug_info): Adjust to renaming, create block for "add"
360 function.
361 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
362
363 2019-12-11 Tom Tromey <tom@tromey.com>
364
365 * gdb.tui/resize.exp: Fix regexp.
366 * gdb.tui/regs.exp: Fix regexps.
367 * gdb.tui/main.exp: Fix regexp.
368
369 2019-12-11 Tom Tromey <tom@tromey.com>
370
371 * gdb.tui/resize.exp: Update.
372 * gdb.tui/empty.exp (layouts): Update.
373
374 2019-12-11 Tom Tromey <tom@tromey.com>
375
376 * gdb.tui/regs.exp: Update.
377 * gdb.tui/empty.exp (layouts): Update.
378 * gdb.tui/basic.exp: Update.
379 * lib/tuiterm.exp (_check_box): Don't check bottom border.
380
381 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
382
383 * gdb.base/options.exp: Add -raw-values in the print completion list.
384 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
385
386 2019-12-10 Kevin Buettner <kevinb@redhat.com>
387
388 * gdb.threads/omp-par-scope.c: New file.
389 * gdb/threads/omp-par-scope.exp: New file.
390
391 2019-12-10 Kevin Buettner <kevinb@redhat.com>
392
393 * lib/gdb.exp (support_nested_function_tests): New proc.
394
395 2019-12-10 Kevin Buettner <kevinb@redhat.com>
396
397 * lib/gdb.exp (gdb_compile_openmp): New proc.
398 (build_executable_from_specs): Add an "openmp" option.
399 (gdb_compile_pthreads): Add non-executable case.
400
401 2019-12-10 Tom Tromey <tromey@adacore.com>
402
403 * gdb.ada/unchecked_union.exp: New file.
404 * gdb.ada/unchecked_union/pck.adb: New file.
405 * gdb.ada/unchecked_union/pck.ads: New file.
406 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
407 * gdb-utils.exp (string_to_regexp): Also quote "?".
408
409 2019-12-10 George Barrett <bob@bob131.so>
410
411 Test scripted probe breakpoints.
412 * gdb.guile/scm-breakpoint.c (main): Add probe point.
413 * gdb.python/py-breakpoint.c (main): Likewise.
414 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
415 specifier test.
416 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
417
418 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
419
420 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
421 an rvalue parameter.
422 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
423 parameter.
424
425 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
428 modules.
429
430 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
433 broken version of GCC.
434
435 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.fortran/info-modules.exp: Rewrite to make use of new
438 sym-info-cmds library.
439 * gdb.fortran/info-types.exp: Likewise.
440 * lib/sym-info-cmds.exp: New file.
441
442 2019-12-08 Tom de Vries <tdevries@suse.de>
443
444 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
445
446 2019-12-07 Keith Seitz <keiths@redhat.com>
447
448 * gdb.base/corefile-buildid-shlib-shr.c: New file.
449 * gdb.base/corefile-buildid-shlib.c: New file.
450 * gdb.base/corefile-buildid.c: New file.
451 * gdb.base/corefile-buildid.exp: New file.
452
453 2019-12-06 Tom de Vries <tdevries@suse.de>
454
455 * gdb.dwarf2/varval.exp: Add decl before def test.
456
457 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
458
459 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
460
461 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
462
463 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
464 CV and reference conversion for overload resolution.
465 * gdb.cp/rvalue-ref-overload.exp: Test it.
466
467 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
468
469 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
470 * gdb.base/frameapply.exp: Test faas without command.
471
472 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
473
474 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
475 Fortran tests.
476 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
477 order.
478
479 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
482 casting to type with no kind specified.
483 (test_basic_parsing_of_type_kinds): Additional tests for types
484 with no kind specified, and add tests for single/double
485 precision/complex types.
486
487 2019-12-04 Tom Tromey <tromey@adacore.com>
488
489 * gdb.base/endianity.c (struct other) <x>: New field.
490 (main): Initialize it.
491 * gdb.base/endianity.exp: Update.
492
493 2019-12-04 Tom Tromey <tromey@adacore.com>
494
495 * gdb.ada/scalar_storage/storage.adb: New file.
496 * gdb.ada/scalar_storage/pck.adb: New file.
497 * gdb.ada/scalar_storage/pck.ads: New file.
498 * gdb.ada/scalar_storage.exp: New file.
499
500 2019-12-04 Tom Tromey <tromey@adacore.com>
501
502 * gdb.base/endianity.c (struct otherendian) <f>: New field.
503 (main): Initialize it.
504 * gdb.base/endianity.exp: Update.
505
506 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
509
510 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
513 -symbol-info-module-functions and -symbol-info-module-variables.
514
515 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
518
519 2019-12-01 Richard Bunt <richard.bunt@arm.com>
520 Andrew Burgess <andrew.burgess@embecosm.com>
521
522 * gdb.fortran/derived-type-striding.exp: New file.
523 * gdb.fortran/derived-type-striding.f90: New file.
524 * gdb.fortran/array-slices.exp: New file.
525 * gdb.fortran/array-slices.f90: New file.
526
527 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
528
529 * gdb.base/define.exp: Test . in command names.
530 * gdb.base/setshow.exp: Update test, as . is now part of
531 command name.
532
533 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
534
535 * gdb.base/define-prefix.exp: New file.
536
537 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
540 compile.
541 (skip_btrace_pt_tests): Likewise.
542
543 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * gdb.fortran/info-modules.exp: Compile source files in correct
546 order.
547
548 2019-11-27 Kevin Buettner <kevinb@redhat.com>
549
550 * gdb.dwarf2/imported-unit.exp: New file.
551 * gdb.dwarf2/imported-unit.c: New file.
552
553 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.mi/mi-fortran-modules-2.f90: New file.
556 * gdb.mi/mi-fortran-modules.exp: New file.
557 * gdb.mi/mi-fortran-modules.f90: New file.
558
559 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * gdb.mi/mi-sym-info-1.c: New file.
562 * gdb.mi/mi-sym-info-2.c: New file.
563 * gdb.mi/mi-sym-info.exp: New file.
564
565 2019-11-22 Tom Tromey <tromey@adacore.com>
566
567 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
568 * gdb.ada/tasks/foo.adb: Add another stopping location.
569
570 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
571
572 * gdb.base/endianity.c: New test.
573 * gdb.base/endianity.exp: New file.
574
575 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
576
577 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
578
579 2019-11-21 Tom de Vries <tdevries@suse.de>
580
581 PR gdb/24956
582 * gdb.base/ui-redirect.exp: Test output of user-defined command.
583
584 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
585
586 * gdb.python/py-progspace.exp: Add missing parentheses on some
587 'print' commands.
588
589 2019-11-19 Tom Tromey <tom@tromey.com>
590
591 * gdb.tui/winheight.exp: New file.
592
593 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
594
595 * gdb.base/ctf-whatis.c: Delete.
596 * gdb.base/ctf-whatis.exp: Delete.
597 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
598
599 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.base/ctf-cvexpr.exp: Delete.
602 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
603
604 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
607 the compiler. Clean up header comment a little.
608 * gdb.base/ctf-ptype.exp: Likewise.
609 * gdb.base/ctf-whatis.exp: Likewise.
610 * lib/gdb.exp (skip_ctf_tests): New proc.
611
612 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
613
614 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
615 * gdb.tui/corefile-run.exp: New file.
616
617 2019-11-14 Tom Tromey <tromey@adacore.com>
618
619 * gdb.base/gdbvars.exp (test_convenience_variables): Add
620 regression tests.
621
622 2019-11-12 Tom Tromey <tom@tromey.com>
623
624 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
625 after any command. Expect prompt after WAIT_FOR is seen.
626 (enter_tui): Enable resize messages.
627 (command): Expect command in output.
628 (get_line): Avoid error when cursor appears to be off-screen.
629 (dump_screen): Include screen size in title.
630 (_do_resize): New proc, from "resize".
631 (resize): Rewrite. Do resize in two steps.
632 * gdb.tui/empty.exp (layouts): Fix entries.
633 (check_boxes): Remove xfail.
634 (check_text): Dump screen on failure.
635
636 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.python/py-symbol.exp: Add test for
639 gdb.lookup_static_symbols.
640
641 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.python/py-symbol.c: Declare and call function from new
644 py-symbol-2.c file.
645 * gdb.python/py-symbol.exp: Compile both source files, and add new
646 tests for gdb.lookup_static_symbol.
647 * gdb.python/py-symbol-2.c: New file.
648
649 2019-11-02 Tom de Vries <tdevries@suse.de>
650
651 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
652 * gdb.base/anon.exp: Same.
653 * gdb.base/auto-connect-native-target.exp: Same.
654 * gdb.base/call-ar-st.exp: Same.
655 * gdb.base/catch-syscall.exp: Same.
656 * gdb.base/commands.exp: Same.
657 * gdb.base/default.exp: Same.
658 * gdb.base/display.exp: Same.
659 * gdb.base/float.exp: Same.
660 * gdb.base/foll-fork.exp: Same.
661 * gdb.base/help.exp: Same.
662 * gdb.base/info-macros.exp: Same.
663 * gdb.base/info-proc.exp: Same.
664 * gdb.base/info-target.exp: Same.
665 * gdb.base/long_long.exp: Same.
666 * gdb.base/macscp.exp: Same.
667 * gdb.base/memattr.exp: Same.
668 * gdb.base/nofield.exp: Same.
669 * gdb.base/pointers.exp: Same.
670 * gdb.base/printcmds.exp: Same.
671 * gdb.base/ptype.exp: Same.
672 * gdb.base/restore.exp: Same.
673 * gdb.base/return.exp: Same.
674 * gdb.base/scope.exp: Same.
675 * gdb.base/set-noassign.exp: Same.
676 * gdb.base/setshow.exp: Same.
677 * gdb.base/shlib-call.exp: Same.
678 * gdb.base/signals.exp: Same.
679 * gdb.base/sigstep.exp: Same.
680 * gdb.base/skip.exp: Same.
681 * gdb.base/solib-symbol.exp: Same.
682 * gdb.base/stap-probe.exp: Same.
683 * gdb.base/step-line.exp: Same.
684 * gdb.base/step-test.exp: Same.
685 * gdb.base/style.exp: Same.
686 * gdb.base/varargs.exp: Same.
687 * gdb.base/vla-datatypes.exp: Same.
688 * gdb.base/vla-ptr.exp: Same.
689 * gdb.base/vla-sideeffect.exp: Same.
690 * gdb.base/volatile.exp: Same.
691 * gdb.base/watch-cond-infcall.exp: Same.
692 * gdb.base/watchpoint.exp: Same.
693
694 2019-11-02 Tom de Vries <tdevries@suse.de>
695
696 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
697 * gdb.cp/cpexprs.exp: Same.
698 * gdb.cp/except-multi-location.exp: Same.
699 * gdb.cp/exceptprint.exp: Same.
700 * gdb.cp/gdb2384.exp: Same.
701 * gdb.cp/inherit.exp: Same.
702 * gdb.cp/m-static.exp: Same.
703 * gdb.cp/meth-typedefs.exp: Same.
704 * gdb.cp/misc.exp: Same.
705 * gdb.cp/namespace.exp: Same.
706 * gdb.cp/non-trivial-retval.exp: Same.
707 * gdb.cp/overload.exp: Same.
708 * gdb.cp/pr17132.exp: Same.
709 * gdb.cp/re-set-overloaded.exp: Same.
710 * gdb.cp/rvalue-ref-types.exp: Same.
711 * gdb.cp/templates.exp: Same.
712
713 2019-11-01 Luis Machado <luis.machado@linaro.org>
714
715 PR gdb/25124
716
717 * gdb.arch/pr25124.S: New file.
718 * gdb.arch/pr25124.exp: New file.
719
720 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.fortran/info-modules.exp: Update expected results, and add
723 additional tests for 'info module functinos', and 'info module
724 variables'.
725 * gdb.fortran/info-types.exp: Update expected results.
726 * gdb.fortran/info-types.f90: Extend testcase with additional
727 module variables and functions.
728
729 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.fortran/info-modules.exp: New file.
732 * gdb.fortran/info-types.exp: Build with new file.
733 * gdb.fortran/info-types.f90: Include and use new module.
734 * gdb.fortran/info-types-2.f90: New file.
735
736 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
737
738 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
739 * gdb.base/settings.exp: Test all settings types using
740 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
741 that now verifies that the value of "maint show" is the same as
742 returned by the settings functions. Test the type of the
743 maintenance settings.
744 * gdb.base/default.exp: Update show_conv_list.
745
746 2019-10-31 Tom de Vries <tdevries@suse.de>
747
748 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
749 gdb_test.
750 * gdb.arch/amd64-disp-step.exp: Same.
751 * gdb.asm/asm-source.exp: Same.
752 * gdb.btrace/buffer-size.exp: Same.
753 * gdb.btrace/cpu.exp: Same.
754 * gdb.btrace/enable.exp: Same.
755 * gdb.dwarf2/count.exp: Same.
756 * gdb.dwarf2/dw2-ranges-func.exp: Same.
757 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
758 * gdb.fortran/vla-datatypes.exp: Same.
759 * gdb.fortran/vla-history.exp: Same.
760 * gdb.fortran/vla-ptype.exp: Same.
761 * gdb.fortran/vla-value.exp: Same.
762 * gdb.fortran/whatis_type.exp: Same.
763 * gdb.guile/guile.exp: Same.
764 * gdb.multi/tids.exp: Same.
765 * gdb.python/py-finish-breakpoint.exp: Same.
766 * gdb.python/py-framefilter.exp: Same.
767 * gdb.python/py-pp-registration.exp: Same.
768 * gdb.python/py-xmethods.exp: Same.
769 * gdb.python/python.exp: Same.
770 * gdb.server/connect-with-no-symbol-file.exp: Same.
771 * gdb.server/no-thread-db.exp: Same.
772 * gdb.server/run-without-local-binary.exp: Same.
773 * gdb.stabs/weird.exp: Same.
774 * gdb.threads/attach-many-short-lived-threads.exp: Same.
775 * gdb.threads/thread-find.exp: Same.
776 * gdb.threads/tls-shared.exp: Same.
777 * gdb.threads/tls.exp: Same.
778 * gdb.threads/wp-replication.exp: Same.
779 * gdb.trace/ax.exp: Same.
780 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
781
782 2019-10-31 Tom de Vries <tdevries@suse.de>
783
784 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
785 * gdb.ada/array_subscript_addr.exp: Same.
786 * gdb.ada/arrayidx.exp: Same.
787 * gdb.ada/arrayparam.exp: Same.
788 * gdb.ada/arrayptr.exp: Same.
789 * gdb.ada/boolean_expr.exp: Same.
790 * gdb.ada/call_pn.exp: Same.
791 * gdb.ada/complete.exp: Same.
792 * gdb.ada/fixed_cmp.exp: Same.
793 * gdb.ada/fun_addr.exp: Same.
794 * gdb.ada/funcall_param.exp: Same.
795 * gdb.ada/interface.exp: Same.
796 * gdb.ada/mod_from_name.exp: Same.
797 * gdb.ada/null_array.exp: Same.
798 * gdb.ada/packed_array.exp: Same.
799 * gdb.ada/packed_tagged.exp: Same.
800 * gdb.ada/print_chars.exp: Same.
801 * gdb.ada/print_pc.exp: Same.
802 * gdb.ada/ptype_arith_binop.exp: Same.
803 * gdb.ada/ptype_field.exp: Same.
804 * gdb.ada/ptype_tagged_param.exp: Same.
805 * gdb.ada/rec_return.exp: Same.
806 * gdb.ada/ref_tick_size.exp: Same.
807 * gdb.ada/str_ref_cmp.exp: Same.
808 * gdb.ada/taft_type.exp: Same.
809 * gdb.ada/tagged.exp: Same.
810 * gdb.ada/type_coercion.exp: Same.
811 * gdb.ada/uninitialized_vars.exp: Same.
812
813 2019-10-30 Tom de Vries <tdevries@suse.de>
814
815 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
816
817 2019-10-26 Tom de Vries <tdevries@suse.de>
818
819 * gdb.base/bigcore.c: Fix typos in comments.
820 * gdb.base/ctf-ptype.c: Same.
821 * gdb.base/long_long.c: Same.
822 * gdb.dwarf2/dw2-op-out-param.S: Same.
823 * gdb.python/py-evthreads.c: Same.
824 * gdb.reverse/i387-stack-reverse.c: Same.
825 * gdb.trace/tfile.c: Same.
826 * lib/compiler.c: Same.
827 * lib/compiler.cc: Same.
828
829 2019-10-25 Tom de Vries <tdevries@suse.de>
830
831 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
832 gdb_test_multiple calls.
833 * gdb.reverse/sigall-reverse.exp: Same.
834 * gdb.reverse/solib-precsave.exp: Same.
835 * gdb.reverse/solib-reverse.exp: Same.
836 * gdb.reverse/until-precsave.exp: Same.
837 * gdb.reverse/until-reverse.exp: Same.
838
839 2019-10-24 Tom de Vries <tdevries@suse.de>
840
841 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
842 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
843 kfail using -wrap pattern flag and convenience variable
844 gdb_test_name.
845
846 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.python/py-progspace.exp: Add tests for the
849 Progspace.block_for_pc method.
850
851 2019-10-23 Tom Tromey <tom@tromey.com>
852
853 * configure: Rebuild.
854 * aclocal.m4: Use m4_include, not sinclude.
855
856 2019-10-21 Tom de Vries <tdevries@suse.de>
857
858 * gdb.base/infcall-nested-structs.c: Add
859 __attribute__((noinline,noclone)) to all functions.
860 (call_all): Add missing variable initialization. Simplify return value.
861 (breakpt): Increment volatile variable, to prevent call from being
862 optimized out.
863 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
864
865 2019-10-17 Tom de Vries <tdevries@suse.de>
866
867 * gdb.fortran/module.exp: Allow info variables to print info for files
868 other than module.f90.
869
870 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.fortran/module.exp: Extend with 'info variables' test.
873
874 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
877 F77_FOR_TARGET.
878
879 2019-10-16 Tom de Vries <tdevries@suse.de>
880
881 PR tdep/25096
882 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
883
884 2019-10-16 Tom de Vries <tdevries@suse.de>
885
886 PR tdep/24104
887 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
888 Add KFAIL for PR tdep/25096.
889
890 2019-10-16 Tom de Vries <tdevries@suse.de>
891
892 PR testsuite/25059
893 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
894
895 2019-10-16 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
898 as signed.
899
900 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
901
902 * gdb.mi/list-thread-groups-available.exp: Read entries one by
903 one instead of increasing timeout.
904
905 2019-10-13 Tom de Vries <tdevries@suse.de>
906
907 PR record/25038
908 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
909 * gdb.reverse/sigall-reverse.exp: Same.
910 * gdb.reverse/solib-precsave.exp: Same.
911 * gdb.reverse/solib-reverse.exp: Same.
912 * gdb.reverse/step-precsave.exp: Same.
913 * gdb.reverse/until-precsave.exp: Same.
914 * gdb.reverse/until-reverse.exp: Same.
915 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
916
917 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
918
919 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
920 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
921 (cmp_struct_05_01, cmp_struct_static_02_01)
922 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
923 comparisons.
924
925 2019-10-10 Tom de Vries <tdevries@suse.de>
926
927 PR testsuite/24888
928 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
929 gnatlink.
930
931 2019-10-09 Tom de Vries <tdevries@suse.de>
932
933 PR testsuite/25048
934 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
935
936 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
939 exceptions due to missing debug information.
940
941 2019-10-07 Tom de Vries <tdevries@suse.de>
942
943 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
944
945 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
948 * gdb.base/annota1.exp: Update to use gdb_test_name.
949
950 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
951
952 * gdb.base/ctf-whatis.exp: New file.
953 * gdb.base/ctf-whatis.c: New file.
954 * gdb.base/ctf-ptype.exp: New file.
955 * gdb.base/ctf-ptype.c: New file.
956 * gdb.base/ctf-constvars.exp: New file.
957 * gdb.base/ctf-constvars.c: New file.
958 * gdb.base/ctf-cvexpr.exp: New file.
959
960 2019-10-04 Tom de Vries <tdevries@suse.de>
961
962 * gdb.cp/local-static.c (main): Move declaration of int i out of the
963 for loop.
964
965 2019-10-03 Tom Tromey <tom@tromey.com>
966
967 PR rust/24976:
968 * gdb.rust/simple.rs (Union2): New type.
969 (main): Use Union2.
970 * gdb.rust/simple.exp: Add test.
971
972 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
975 nested function prefix.
976
977 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
978 Richard Bunt <richard.bunt@arm.com>
979 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
982 nested functions.
983 * gdb.fortran/nested-funcs.f90: Update expected results.
984 * gdb.fortran/nested-funcs-2.exp: New file.
985 * gdb.fortran/nested-funcs-2.f90: New file.
986
987 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.python/py-parameter.exp: Make test names unique.
990 * gdb.python/py-template.exp: Likewise.
991 * gdb.python/py-value.exp: Likewise.
992
993 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.base/break-interp.exp: Reduce test name duplication.
996 * gdb.base/call-sc.exp: Likewise.
997 * gdb.base/callfuncs.exp: Likewise.
998 * gdb.base/charset.exp: Likewise.
999 * gdb.base/dump.exp: Likewise.
1000 * gdb.base/ena-dis-br.exp: Likewise.
1001 * gdb.base/relational.exp: Likewise.
1002 * gdb.base/step-over-syscall.exp: Likewise.
1003 * gdb.base/structs.exp: Likewise.
1004
1005 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1006
1007 * gdb.linespec/explicit.exp: Make test names unique.
1008 * gdb.linespec/ls-errs.exp: Likewise.
1009
1010 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.reverse/break-precsave.exp: Make test names unique.
1013 * gdb.reverse/break-reverse.exp: Likewise.
1014 * gdb.reverse/finish-precsave.exp: Likewise.
1015 * gdb.reverse/finish-reverse.exp: Likewise.
1016 * gdb.reverse/machinestate-precsave.exp: Likewise.
1017 * gdb.reverse/machinestate.exp: Likewise.
1018 * gdb.reverse/readv-reverse.exp: Likewise.
1019 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1020 * gdb.reverse/sigall-precsave.exp: Likewise.
1021 * gdb.reverse/sigall-reverse.exp: Likewise.
1022 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1023 * gdb.reverse/watch-precsave.exp: Likewise.
1024 * gdb.reverse/watch-reverse.exp: Likewise.
1025
1026 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.threads/stop-with-handle.c: New file.
1029 * gdb.threads/stop-with-handle.exp: New file.
1030
1031 2019-10-03 Tom de Vries <tdevries@suse.de>
1032
1033 PR testsuite/25059
1034 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1035 directory" line to be missing.
1036
1037 2019-10-03 Tom de Vries <tdevries@suse.de>
1038
1039 PR testsuite/25059
1040 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1041 type optional.
1042
1043 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1044
1045 * gdb.python/py-format-string.c (string.h): New include.
1046 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1047 the same value, for endianness-independence.
1048 * gdb.python/py-format-string.exp (default_regexp_dict)
1049 (test_pretty_structs, test_format): Adjust expected output to the
1050 changed initialization.
1051
1052 2019-10-02 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1055
1056 2019-10-02 Pedro Alves <palves@redhat.com>
1057 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1060 "print-file-var.h".
1061 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1062 (get_version_1): Print this_version_id and its address.
1063 Add extern "C" wrappers around interface functions.
1064 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1065 "print-file-var.h".
1066 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1067 (get_version_2): Print this_version_id and its address.
1068 Add extern "C" wrappers around interface functions.
1069 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1070 <stddef.h> and "print-file-var.h".
1071 Add extern "C" wrappers around interface functions.
1072 [VERSION_ID_MAIN] (this_version_id): Define.
1073 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1074 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1075 up extern "C" blocks.
1076 * gdb.base/print-file-var.exp (test): New, factored out from top
1077 level.
1078 (top level): Test all combinations of attribute hidden or not,
1079 dlopen or not, and this_version_id symbol in main file or not.
1080 Compile tests as both C++ and C, make test names unique.
1081
1082 2019-10-01 Tom Tromey <tom@tromey.com>
1083
1084 * gdb.base/style.exp: Test "show logging filename".
1085
1086 2019-10-01 Tom Tromey <tom@tromey.com>
1087
1088 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1089 * gdb.base/style.exp: Add metadata style test.
1090
1091 2019-10-01 Tom Tromey <tom@tromey.com>
1092
1093 * gdb.base/style.exp: Test "pwd".
1094
1095 2019-10-01 Tom Tromey <tom@tromey.com>
1096
1097 * gdb.base/style.exp: Update tests.
1098
1099 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1100
1101 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1102 'six' to unsigned.
1103 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1104 'five'. Use an all-ones bit pattern for each.
1105 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1106 to its changed values.
1107
1108 2019-09-30 Tom Tromey <tromey@adacore.com>
1109
1110 * gdb.rust/traits.rs: Disable all warnings.
1111
1112 2019-09-29 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1115
1116 2019-09-29 Tom de Vries <tdevries@suse.de>
1117
1118 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1119
1120 2019-09-27 Tom de Vries <tdevries@suse.de>
1121
1122 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1123
1124 2019-09-27 Tom de Vries <tdevries@suse.de>
1125
1126 PR record/23188
1127 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1128
1129 2019-09-26 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/py_taft.exp: New file.
1132 * gdb.ada/py_taft/main.adb: New file.
1133 * gdb.ada/py_taft/pkg.adb: New file.
1134 * gdb.ada/py_taft/pkg.ads: New file.
1135
1136 2019-09-24 Tom de Vries <tdevries@suse.de>
1137
1138 PR gdb/24598
1139 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1140
1141 2019-09-22 Tom de Vries <tdevries@suse.de>
1142
1143 * gdb.base/restore.exp: Allow register variables to be optimized out at
1144 -O0.
1145
1146 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1147
1148 * gdb.arch/spu-info.exp: Remove file.
1149 * gdb.arch/spu-info.c: Remove file.
1150 * gdb.arch/spu-ls.exp: Remove file.
1151 * gdb.arch/spu-ls.c: Remove file.
1152
1153 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1154 * gdb.asm/spu.inc: Remove file.
1155
1156 * gdb.base/dump.exp: Remove support for spu*-*-*.
1157 * gdb.base/stack-checking.exp: Likewise.
1158 * gdb.base/overlays.exp: Likewise.
1159 * gdb.base/ovlymgr.c: Likewise.
1160 * gdb.base/spu.ld: Remove file.
1161
1162 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1163 * gdb.cp/cpexprs.exp: Likewise.
1164 * gdb.cp/exception.exp: Likewise.
1165 * gdb.cp/gdb2495.exp: Likewise.
1166 * gdb.cp/mb-templates.exp: Likewise.
1167 * gdb.cp/pr9167.exp: Likewise.
1168 * gdb.cp/userdef.exp: Likewise.
1169
1170 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1171
1172 * gdb.cell: Remove directory.
1173 * lib/cell.exp: Remove file.
1174
1175 2019-09-19 Tom de Vries <tdevries@suse.de>
1176
1177 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1178
1179 2019-09-19 Tom de Vries <tdevries@suse.de>
1180
1181 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1182
1183 2019-09-19 Tom de Vries <tdevries@suse.de>
1184
1185 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1186 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1187 (gdb_target_cmd): ... here.
1188 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1189 value 2.
1190
1191 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.base/source-dir.exp: Avoid having directory names in test
1194 names.
1195
1196 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1197
1198 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1199 directory.
1200
1201 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.base/list-missing-source.exp: New file.
1204
1205 2019-09-14 Tom de Vries <tdevries@suse.de>
1206
1207 PR teststuite/24599
1208 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1209 * lib/ada.exp (gnatmake_version_at_least): New proc.
1210
1211 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.base/maint.exp: Use exec_has_index_section.
1214
1215 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1216
1217 * gdb.base/maint.exp: Add test for 'maint info sections'.
1218
1219 2019-09-12 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.base/store.exp: Allow register variables to be optimized out at
1222 -O0.
1223
1224 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1225
1226 * gdb.ada/rdv_wait.exp: Update to new task names.
1227 * gdb.base/task_switch_in_core.exp: Likewise.
1228 * gdb.base/info_sources_base.c: Likewise.
1229
1230 2019-09-10 Tom Tromey <tromey@adacore.com>
1231
1232 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1233
1234 2019-09-10 Tom Tromey <tromey@adacore.com>
1235
1236 * gdb.ada/dgopt.exp: New file.
1237 * gdb.ada/dgopt/x.adb: New file.
1238
1239 2019-09-08 Tom Tromey <tom@tromey.com>
1240
1241 * gdb.tui/resize.exp: Remove setup_xfail.
1242 * gdb.tui/regs.exp: Remove setup_xfail.
1243 * gdb.tui/basic.exp: Remove setup_xfail.
1244
1245 2019-09-06 David Blaikie <dblaikie@gmail.com>
1246
1247 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1248 * gdb.cp/cplabel.exp: Ditto.
1249 * gdb.linespec/ls-errs.exp: Ditto.
1250
1251 2019-09-05 Tom de Vries <tdevries@suse.de>
1252
1253 * lib/gdb.exp (cmp_file_string): New proc.
1254 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1255 runto_main. Verify save breakpoints output.
1256
1257 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1258
1259 * gdb.base/info-var.exp: Test info variables without running
1260 to main, to avoid expect's buffer overflow.
1261
1262 2019-09-03 Tom Tromey <tromey@adacore.com>
1263
1264 * gdb.ada/bias.exp: New file.
1265 * gdb.ada/bias/bias.adb: New file.
1266 * gdb.ada/print_chars.exp: Add regression test.
1267 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1268 (MC): New variable.
1269
1270 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1271
1272 * gdb.base/argv0-symlink.exp: Run only on native target
1273 and local host.
1274
1275 2019-08-29 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1278 diverse debug info.
1279 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1280
1281 2019-08-28 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.base/info-var.exp: Allow info variables to print info for files
1284 other than info-var-f1.c and info-var-f2.c.
1285
1286 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.fortran/info-types.exp: Add module.
1289 * gdb.fortran/info-types.f90: Update expected results.
1290
1291 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1292
1293 * gdb.fortran/info-types.exp: New file.
1294 * gdb.fortran/info-types.f90: New file.
1295 * lib/fortran.exp (fortran_character1): New proc.
1296
1297 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1300 functions'. Reindent as needed.
1301 * gdb.base/info-var-f1.c: New file.
1302 * gdb.base/info-var-f2.c: New file.
1303 * gdb.base/info-var.exp: New file.
1304 * gdb.base/info-var.h: New file.
1305
1306 2019-08-26 Tom de Vries <tdevries@suse.de>
1307
1308 PR c++/24852
1309 * gdb.cp/no-libstdcxx-probe.exp: New test.
1310
1311 2019-08-26 Tom de Vries <tdevries@suse.de>
1312
1313 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1314 * tests need to be skipped.
1315 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1316 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1317 mi_skip_libstdcxx_probe_tests.
1318
1319 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1320
1321 * gdb.python/py-xmethods.exp: Use raw strings when passing
1322 arguments to SimpleXMethodMatcher.
1323
1324 2019-08-22 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1327 more informative.
1328
1329 2019-08-21 Pedro Alves <palves@redhat.com>
1330
1331 * gdb.base/with.exp: Test "with" with no arguments.
1332
1333 2019-08-21 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.base/gdb-caching-proc.exp: Sort files.
1336
1337 2019-08-20 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1340 compilation.
1341
1342 2019-08-16 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.base/compare-sections.exp ("after run to main"): Allow
1345 mismatched read-only sections for PIE executables.
1346
1347 2019-08-16 Tom Tromey <tom@tromey.com>
1348
1349 * lib/tuiterm.exp (_csi_Z): New proc.
1350 * gdb.tui/basic.exp: Update window positions.
1351 * gdb.tui/empty.exp: Update window positions.
1352
1353 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1354
1355 * gdb.base/examine-backward.exp: Correct regexp for
1356 "examine 3 bytes backward from ${address_zero}".
1357
1358 2019-08-15 Tom Tromey <tom@tromey.com>
1359
1360 * gdb.tui/empty.exp: Enable resizing tests.
1361
1362 2019-08-15 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.ada/char_enum.exp: Add regression tests.
1365 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1366 and '0'.
1367 (Char, Gchar): Update.
1368 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1369
1370 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1371
1372 * gdb.python/python.exp: Expect a leading underscore on
1373 GdbOutput{,Error}File.
1374
1375 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1376
1377 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1378 Windows host.
1379
1380 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1381
1382 * gdb.base/batch-preserve-term-settings.exp
1383 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1384
1385 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1386
1387 * lib/gdb.exp: When running on a mingw target, replace
1388 /x/ with x:/.
1389
1390 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1391
1392 * gdb.arch/aarch64-prologue.c: New test.
1393 * gdb.arch/aarch64-prologue.exp: New file.
1394
1395 2019-08-13 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1398 Thread.
1399
1400 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1401
1402 * gdb.python/py-completion.exp: Download the .py file to the host
1403 and use its host pathname. Conditionalize tests that use
1404 tab completion and manipulate files on the build machine.
1405 * gdb.python/py-events.exp: Download the .py file to the host
1406 and use its host pathname.
1407 * gdb.python/py-evsignal.exp: Likewise.
1408 * gdb.python/py-evthreads.exp: Likewise.
1409 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1410 pathname syntax.
1411 * gdb.python/py-framefilter.exp: Download the .py file to the right
1412 place on the host. Match Windows pathname syntax.
1413 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1414 .py file to the host and use its host pathname.
1415 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1416 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1417 build pathname. Skip symlink test on Windows host. Add missing
1418 newline at end of file.
1419 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1420 and use its host pathname.
1421 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1422 * gdb.python/py-section-script.exp: Use host location of binfile
1423 on safe-path. Use correct path separator on Windows host.
1424 Reorder alternatives in gdb_test_multiple to prevent matching
1425 the wrong alternative on success.
1426 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1427
1428 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1429
1430 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1431 expect the GDB inferior to no longer immediately stop after
1432 being resumed with "signal SIGINT".
1433
1434 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1435
1436 * gdb.linespec/break-ask.exp: Generalize regexps to match
1437 Windows pathnames too.
1438
1439 2019-08-08 Tom de Vries <tdevries@suse.de>
1440
1441 PR testsuite/24862
1442 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1443
1444 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1445
1446 * gdb.base/style.exp: Update tests for help doc new invariants.
1447 * gdb.base/help.exp: Likewise.
1448
1449 2019-08-06 Tom Tromey <tom@tromey.com>
1450
1451 * gdb.base/style.exp: Add disassemble test.
1452 * gdb.base/style.c (some_called_function): New function.
1453 (main): Use it.
1454
1455 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1456
1457 * gdb.python/py-block.exp: Test dictionary access on blocks.
1458
1459 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1460
1461 PR gdb/24863
1462 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1463 -list-thread-groups --available test when running under
1464 check-read1.
1465
1466 2019-08-05 Tom de Vries <tdevries@suse.de>
1467
1468 PR testsuite/24863
1469 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1470 * gdb.base/help.exp: Use with_read1_timeout_factor.
1471 * gdb.base/info-macros.exp: Same.
1472 * gdb.cp/nested-types.exp: Same.
1473
1474 2019-08-05 Tom de Vries <tdevries@suse.de>
1475
1476 * lib/gdb.exp (version_at_least): Factor out of ...
1477 (tcl_version_at_least): ... here.
1478 (gdb_compile): Fail if pie results in non-PIE executable.
1479 (readelf_version, readelf_prints_pie): New proc.
1480 (exec_is_pie): Return -1 if unknown.
1481
1482 2019-08-05 Tom de Vries <tdevries@suse.de>
1483
1484 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1485
1486 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1487
1488 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1489
1490 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1491
1492 * lib/completion-support.exp (test_gdb_complete_none): Skip
1493 tab completion tests if no readline support.
1494 (test_gdb_complete_unique_re): Likewise.
1495 (test_gdb_complete_multiple): Likewise.
1496
1497 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1498
1499 * gdb.base/info_sources.exp: New file.
1500 * gdb.base/info_sources.c: New file.
1501 * gdb.base/info_sources_base.c: New file.
1502
1503 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1504
1505 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1506 prefix argument.
1507 (test_exit_status): Add prefix argument.
1508
1509 2019-08-01 Tom de Vries <tdevries@suse.de>
1510
1511 PR testsuite/24863
1512 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1513 calling exp_continue for new thread and thread exited messages.
1514
1515 2019-08-01 Tom de Vries <tdevries@suse.de>
1516
1517 PR testsuite/24863
1518 * gdb.base/structs.exp: Fix check-read1 timeout using
1519 gdb_test_sequence.
1520 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1521
1522 2019-08-01 Tom de Vries <tdevries@suse.de>
1523
1524 PR testsuite/24863
1525 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1526 line.
1527
1528 2019-08-01 Tom de Vries <tdevries@suse.de>
1529
1530 PR testsuite/24863
1531 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1532
1533 2019-07-30 Tom Tromey <tromey@adacore.com>
1534
1535 * gdb.ada/display_nested.exp: New file.
1536 * gdb.ada/display_nested/foo.adb: New file.
1537 * gdb.ada/display_nested/pack.adb: New file.
1538 * gdb.ada/display_nested/pack.ads: New file.
1539
1540 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1541
1542 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1543 namespace.
1544 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1545
1546 2019-07-30 Tom de Vries <tdevries@suse.de>
1547
1548 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1549 instead.
1550
1551 2019-07-30 Tom de Vries <tdevries@suse.de>
1552
1553 PR testsuite/24834
1554 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1555 (exec_is_pie): New proc.
1556
1557 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1558
1559 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1560
1561 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1562
1563 * gdb.python/py-objfile.c: Add global and static vars.
1564 * gdb.python/py-objfile.exp: Test new functions Objfile.
1565 lookup_global_symbol and lookup_static_symbol.
1566
1567 2019-07-29 Tom Tromey <tom@tromey.com>
1568
1569 * lib/tuiterm.exp (Term::_csi_@): New proc.
1570 (Term::_csi_X): Don't move cursor.
1571
1572 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1573
1574 * gdb.base/options.exp: Update backtrace - completion to
1575 new option -frame-info.
1576 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1577 Test new 'set print frame-info'. Test backtrace -frame-info
1578 overriding 'set print frame-info'.
1579 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1580 Test new 'set print frame-info'.
1581 Verify consistency of backtrace with and without filters, with and
1582 without -no-filters.
1583 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1584 default.
1585
1586 2019-07-29 Tom de Vries <tdevries@suse.de>
1587
1588 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1589 no arguments".
1590
1591 2019-07-29 Tom de Vries <tdevries@suse.de>
1592
1593 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1594 is a substring of the first for "complete non-unique file name".
1595
1596 2019-07-29 Tom de Vries <tdevries@suse.de>
1597
1598 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1599 with ".*".
1600
1601 2019-07-29 Tom de Vries <tdevries@suse.de>
1602
1603 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1604 Pass prompt_regexp parameter to gdb_test_multiple calls.
1605
1606 2019-07-29 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1609 print registers" regexps.
1610
1611 2019-07-29 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1614
1615 2019-07-29 Tom de Vries <tdevries@suse.de>
1616
1617 PR gdb/24855
1618 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1619 (skip_python_tests_prompt): Add prompt_regexp argument to
1620 gdb_test_multiple calls.
1621
1622 2019-07-27 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.tui/main.exp: New file.
1625
1626 2019-07-27 Tom Tromey <tom@tromey.com>
1627
1628 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1629 optional.
1630 * gdb.tui/empty.exp: New file.
1631
1632 2019-07-27 Tom Tromey <tom@tromey.com>
1633
1634 * lib/tuiterm.exp (spawn): New proc.
1635 (Term::resize): New proc.
1636 * gdb.tui/resize.exp: New file.
1637
1638 2019-07-27 Tom Tromey <tom@tromey.com>
1639
1640 * gdb.tui/list.exp: New file.
1641
1642 2019-07-27 Tom Tromey <tom@tromey.com>
1643
1644 * gdb.tui/regs.exp: New file.
1645
1646 2019-07-27 Tom Tromey <tom@tromey.com>
1647
1648 * gdb.tui/basic.exp: Add "layout split" test.
1649
1650 2019-07-27 Tom Tromey <tom@tromey.com>
1651
1652 * gdb.tui/basic.exp: Add "layout asm" test.
1653
1654 2019-07-27 Tom Tromey <tom@tromey.com>
1655
1656 * lib/tuiterm.exp: New file.
1657 * gdb.tui/basic.exp: New file.
1658
1659 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1660
1661 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1662 Enable tests associated with this flag. Adjust regex
1663 referencing "foo_low" to now refer to "foo_cold" instead.
1664
1665 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1666
1667 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1668 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1669 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1670 foo_cold. Revise comments to match.
1671 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1672 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1673 were wrapped into this proc; Call do_test in loop from outermost
1674 level.
1675 (foo_low): Rename all occurrences to "foo_cold".
1676 (backtrace from baz): New test.
1677 (x2/i foo_cold): New test.
1678 (info line *foo_cold): New test.
1679
1680 2019-07-26 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1683
1684 2019-07-25 Tom de Vries <tdevries@suse.de>
1685
1686 PR testsuite/24830
1687 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1688 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1689 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1690 (skip_libstdcxx_probe_tests): ... here.
1691 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1692
1693 2019-07-24 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/24807
1696 * gdb.objc/basicclass.m: Include stdio.h.
1697 * gdb.objc/nondebug.m: Same.
1698 * gdb.objc/objcdecode.m: Same.
1699
1700 2019-07-24 Tom de Vries <tdevries@suse.de>
1701
1702 PR testsuite/24612
1703 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1704 additional_flags.
1705
1706 2019-07-24 Tom de Vries <tdevries@suse.de>
1707
1708 PR testsuite/24831
1709 * gdb.multi/tids.exp: Update error messages for info threads.
1710
1711 2019-07-24 Tom de Vries <tdevries@suse.de>
1712
1713 * gdb.base/info-types.exp: Allow info types to print info for more than
1714 one file.
1715
1716 2019-07-23 Tom de Vries <tdevries@suse.de>
1717
1718 PR testsuite/24842
1719 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1720 gdb_spawn_with_cmdline_opts.
1721
1722 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1723
1724 * gdb.arch/arm-cmse-sgstubs.c: New test.
1725 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1726
1727 2019-07-23 Tom de Vries <tdevries@suse.de>
1728
1729 PR testsuite/24711
1730 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1731 issuing next command.
1732
1733 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.ada/info_auto_lang.exp: Update expected results.
1736 * gdb.base/info-types.c: Add additional types to check.
1737 * gdb.base/info-types.exp: Update expected results.
1738
1739 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.base/info-types.c: New file.
1742 * gdb.base/info-types.exp: New file.
1743
1744 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.arch/riscv-bp-infcall.c: New file.
1747 * gdb.arch/riscv-bp-infcall.exp: New file.
1748
1749 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 PR breakpoints/24541
1752 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1753
1754 2019-07-14 Tom de Vries <tdevries@suse.de>
1755
1756 PR testsuite/24760
1757 * gdb.objc/basicclass.exp: Fix unterminated string.
1758
1759 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1760 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1763 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1764 negative bounds.
1765 * gdb.fortran/vla-value.exp: Print elements of an array with
1766 negative bounds.
1767 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1768 testing.
1769
1770 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1771
1772 * gdb.base/options.exp (expect_string): Dequote strings in
1773 results.
1774 (test-string): Test strings with different quoting and reindent.
1775
1776 2019-07-10 Tom Tromey <tromey@adacore.com>
1777
1778 * gdb.ada/mi_ex_cond.exp: Update expected results.
1779 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1780 * gdb.ada/mi_catch_ex.exp: Update expected results.
1781 * gdb.ada/mi_catch_assert.exp: Update expected results.
1782 * gdb.ada/catch_ex.exp (catch_exception_info)
1783 (catch_exception_entry, catch_assert_entry)
1784 (catch_unhandled_entry): Update.
1785 * gdb.ada/catch_assert_if.exp: Update expected results.
1786
1787 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1788 Stephen Roberts <stephen.roberts@arm.com>
1789
1790 * gdb.base/define.exp: Restore original prompt.
1791
1792 2019-07-09 Pedro Alves <palves@redhat.com>
1793
1794 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1795 breakpoints" output.
1796 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1797 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1798 throw" creates breakpoint.
1799 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1800 'type="catchpoint"'.
1801
1802 2019-07-09 Pedro Alves <palves@redhat.com>
1803
1804 PR c++/15468
1805 * gdb.cp/except-multi-location-lib.cc: New.
1806 * gdb.cp/except-multi-location-main.cc: New.
1807 * gdb.cp/except-multi-location.exp: New.
1808
1809 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1810
1811 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1812 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1813 argument and update callers.
1814
1815 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1816
1817 * gdb.arch/amd64-break-on-asm-line.S: New file.
1818 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1819
1820 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1821
1822 * gdb.base/printcmds.exp: Test printing C string and
1823 C wide string convenience vars without transiting via the inferior.
1824 Also make test names unique.
1825
1826 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1827
1828 PR breakpoints/25011
1829 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1830
1831 2019-07-04 Pedro Alves <palves@redhat.com>
1832
1833 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1834 body returned ok(0), break(3) or continue(4).
1835 * gdb.testsuite/foreach_with_prefix.exp: New file.
1836
1837 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1838
1839 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1840
1841 2019-07-03 Pedro Alves <palves@redhat.com>
1842
1843 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1844 "return -code".
1845
1846 2019-07-03 Pedro Alves <palves@redhat.com>
1847
1848 PR cli/24732
1849 * gdb.base/shell.exp: Load completion-support.exp.
1850 Adjust expected error output. Add completion tests.
1851
1852 2019-07-03 Pedro Alves <palves@redhat.com>
1853
1854 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1855 string_to_regexp.
1856
1857 2019-07-03 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1860 (expect_integer): Adjust to expect "-string".
1861 (expect_string): New.
1862 (all_options): Expect "-string".
1863 (test-flag, test-boolean): Adjust to expect "-string".
1864 (test-string): New proc.
1865 (top level): Call it.
1866
1867 2019-07-03 Pedro Alves <palves@redhat.com>
1868
1869 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1870 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1871 the expected output in the success.
1872
1873 2019-07-03 Pedro Alves <palves@redhat.com>
1874
1875 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1876 Split one gdb_test_multiple call in two to avoid a race.
1877
1878 2019-07-03 Pedro Alves <palves@redhat.com>
1879
1880 * gdb.base/with.c: New file.
1881 * gdb.base/with.exp: New file.
1882
1883 2019-07-03 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.base/settings.exp: Replace all references to "maint
1886 test-settings set" with references to "maint set test-settings",
1887 and all references to "maint test-settings show" with references
1888 to "maint show test-settings".
1889
1890 2019-07-03 Pedro Alves <palves@redhat.com>
1891
1892 * gdb.base/settings.exp (test-string): Adjust expected out when
1893 testing "maint test-settings show filename"
1894
1895 2019-07-02 Pedro Alves <palves@redhat.com>
1896
1897 * gdb.base/options.exp (test-info-threads): New procedure.
1898 (top level): Call it.
1899
1900 2019-06-28 Tom Tromey <tromey@adacore.com>
1901
1902 * gdb.dwarf2/ada-linkage-name.c: New file.
1903 * gdb.dwarf2/ada-linkage-name.exp: New file.
1904
1905 2019-06-27 Tom Tromey <tromey@adacore.com>
1906
1907 PR c++/20020:
1908 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1909
1910 2019-06-26 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1913
1914 2019-06-26 Tom de Vries <tdevries@suse.de>
1915
1916 * gdb.base/index-cache.exp: Add back missing debug option.
1917
1918 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1919
1920 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1921
1922 2019-06-25 Tom de Vries <tdevries@suse.de>
1923
1924 PR testsuite/24727
1925 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1926
1927 2019-06-24 Tom de Vries <tdevries@suse.de>
1928
1929 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1930
1931 2019-06-24 Tom de Vries <tdevries@suse.de>
1932
1933 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1934 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1935 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1936
1937 2019-06-24 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1940
1941 2019-06-21 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1944
1945 2019-06-21 Tom de Vries <tdevries@suse.de>
1946
1947 PR testsuite/24518
1948 PR ada/24713
1949 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1950 index.
1951
1952 2019-06-19 Tom Tromey <tromey@adacore.com>
1953
1954 * gdb.ada/length_cond.exp: Add intro comment.
1955
1956 2019-06-19 Tom Tromey <tromey@adacore.com>
1957
1958 * gdb.ada/length_cond.exp: New file.
1959 * gdb.ada/length_cond/length_cond.adb: New file.
1960 * gdb.ada/length_cond/pck.adb: New file.
1961 * gdb.ada/length_cond/pck.ads: New file.
1962
1963 2019-06-18 Tom de Vries <tdevries@suse.de>
1964
1965 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1966
1967 2019-06-18 Tom Tromey <tromey@adacore.com>
1968
1969 * gdb.base/list0.h: Add comment explaining control character.
1970
1971 2019-06-18 Tom de Vries <tdevries@suse.de>
1972
1973 * boards/fission.exp: Break up long debug_flags line.
1974
1975 2019-06-16 Tom de Vries <tdevries@suse.de>
1976
1977 PR gdb/24445
1978 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1979 generated index.
1980
1981 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 PR gdb/24686
1984 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1985 improve detection of bug gdb/24541.
1986
1987 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1988
1989 PR gdb/24669
1990 * gdb.base/index-cache.exp (uses_readnow,
1991 expecting_index_cache_use): Define global variable.
1992 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1993 expecting_index_cache_use.
1994
1995 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1996 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.fortran/pointers.f90: New file.
1999 * gdb.fortran/print_type.exp: New file.
2000 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2001 * gdb.fortran/vla-type.exp: Likewise.
2002 * gdb.fortran/vla-value.exp: Likewise.
2003 * gdb.mi/mi-vla-fortran.exp: Likewise.
2004
2005 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2008 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2009 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2010 as a stop reason.
2011
2012 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2013
2014 * gdb.base/annota1.exp: Update expected results.
2015 * gdb.cp/annota2.exp: Likewise.
2016 * gdb.cp/annota3.exp: Likewise.
2017
2018 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2019
2020 * gdb.base/style-logging.exp: Remove path from test name.
2021
2022 2019-06-14 Tom Tromey <tromey@adacore.com>
2023
2024 PR gdb/24502:
2025 * gdb.base/style-logging.exp: New file.
2026
2027 2019-06-14 Tom Tromey <tromey@adacore.com>
2028
2029 * gdb.base/symfile-warn.exp: New file.
2030 * gdb.base/symfile-warn.c: New file.
2031
2032 2019-06-14 Tom Tromey <tromey@adacore.com>
2033
2034 * gdb.base/annotate-symlink.exp: New file.
2035
2036 2019-06-14 Tom Tromey <tromey@adacore.com>
2037
2038 * gdb.ada/set_wstr.exp: Add reassignment test.
2039
2040 2019-06-14 Tom Tromey <tromey@adacore.com>
2041
2042 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2043 'unchecked_access and 'unrestricted_access as well.
2044
2045 2019-06-14 Tom Tromey <tromey@adacore.com>
2046
2047 PR ada/24539:
2048 * gdb.ada/vla.exp: Update tests.
2049 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2050 pragma.
2051
2052 2019-06-13 Pedro Alves <palves@redhat.com>
2053
2054 * gdb.base/settings.exp (test-integer): Test junk after
2055 "unlimited".
2056
2057 2019-06-13 Pedro Alves <palves@redhat.com>
2058
2059 * gdb.base/options.exp (test-thread-apply): New.
2060 (top level): Call it.
2061
2062 2019-06-13 Pedro Alves <palves@redhat.com>
2063
2064 * gdb.base/options.exp (test-frame-apply): New.
2065 (top level): Test print commands with different "frame apply"
2066 prefixes.
2067
2068 2019-06-13 Pedro Alves <palves@redhat.com>
2069
2070 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2071 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2072 'max_completions' parameter and handle it.
2073 (test_gdb_completion_offers_commands): New.
2074
2075 2019-06-13 Pedro Alves <palves@redhat.com>
2076
2077 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2078
2079 2019-06-13 Pedro Alves <palves@redhat.com>
2080
2081 * gdb.base/options.exp (test-backtrace): New.
2082 (top level): Call it.
2083
2084 2019-06-13 Pedro Alves <palves@redhat.com>
2085
2086 * gdb.guile/scm-frame-args.exp: Use "set print
2087 raw-frame-arguments" instead of "set print raw frame-arguments".
2088 * gdb.python/py-frame-args.exp: Likewise.
2089
2090 2019-06-13 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.compile/compile.exp: Adjust expected output to option
2093 processing changes.
2094
2095 2019-06-13 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/options.exp: Build executable.
2098 (test-print): New procedure.
2099 (top level): Call it, once for "print" and another for "compile
2100 print".
2101
2102 2019-06-13 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.base/options.c: New file.
2105 * gdb.base/options.exp: New file.
2106
2107 2019-06-13 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2110 that "o" is ambiguous.
2111
2112 2019-06-13 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/settings.c: New file.
2115 * gdb.base/settings.exp: New file.
2116
2117 2019-06-13 Pedro Alves <palves@redhat.com>
2118
2119 * gdb.base/completion.exp: Fix comment typo.
2120
2121 2019-06-13 Pedro Alves <palves@redhat.com>
2122
2123 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2124 foo --1" test.
2125
2126 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2127
2128 * gdb.fortran/block-data.f: New.
2129 * gdb.fortran/block-data.exp: New.
2130
2131 2019-06-11 Tom de Vries <tdevries@suse.de>
2132
2133 PR testsuite/24521
2134 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2135 message.
2136
2137 2019-06-11 Tom de Vries <tdevries@suse.de>
2138
2139 PR testsuite/24521
2140 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2141
2142 2019-06-11 Tom de Vries <tdevries@suse.de>
2143
2144 * boards/readnow.exp: New file.
2145
2146 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.fortran/vla-sizeof.exp: Update expected results.
2149
2150 2019-06-06 Amos Bird <amosbird@gmail.com>
2151
2152 * gdb.base/annota1.exp (thread_switch): Add test for
2153 thread-exited annotation.
2154
2155 2019-06-06 Tom Tromey <tromey@adacore.com>
2156
2157 * gdb.base/maint.exp: Expect command started/finished output.
2158
2159 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2162 comment.
2163 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2164
2165 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2168 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2169 * gdb.arch/riscv-unwind-long-insn.c: New file.
2170 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2171
2172 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2173
2174 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2175
2176 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * lib/gdb.exp (help_list_trailer): New regexp variable
2179 factorizing the help trailer message.
2180 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2181 arg to allow to better factorize various tests.
2182 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2183 (test_prefix_command_help): Use help_list_trailer.
2184 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2185 * gdb.guile/scm-cmd.exp: Likewise.
2186 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2187 * gdb.base/help.exp: Use test_user_defined_class_help.
2188 * gdb.base/style.exp: Add tests for styling of help and apropos.
2189 * lib/gdb-utils.exp (style): Add title and highlight styles.
2190
2191 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2192
2193 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2194 $_shell_exitsignal.
2195 * gdb.base/default.exp: Update for new convenience variables.
2196
2197 2019-05-29 Tom Tromey <tromey@adacore.com>
2198
2199 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2200 to "break complete ada" test case's regexp.
2201
2202 2019-05-29 Tom Tromey <tromey@adacore.com>
2203
2204 PR c++/20020:
2205 * gdb.cp/constexpr-field.exp: New file.
2206 * gdb.cp/constexpr-field.cc: New file.
2207
2208 2019-05-29 Tom Tromey <tromey@adacore.com>
2209
2210 * gdb.base/finish.exp (finish_no_print): New proc.
2211 (finish_tests): Call it.
2212
2213 2019-05-24 Tom de Vries <tdevries@suse.de>
2214
2215 * gdb.dwarf2/gdb-add-index.exp: New file.
2216
2217 2019-05-22 Tom Tromey <tromey@adacore.com>
2218
2219 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2220 * gdb.base/style.exp: Use "style".
2221 * lib/gdb-utils.exp (style): New proc.
2222
2223 2019-05-22 Tom de Vries <tdevries@suse.de>
2224
2225 * gdb.base/align.exp: Require c++11.
2226
2227 2019-05-22 Tom de Vries <tdevries@suse.de>
2228
2229 PR testsuite/24586
2230 * gdb.python/py-mi-var-info-path-expression.exp: Call
2231 mi_skip_python_tests to check if python is supported.
2232
2233 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2234
2235 * gdb.arch/aarch64-pauth.c: New test.
2236 * gdb.arch/aarch64-pauth.exp: New file.
2237
2238 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2239
2240 * README (Re-running Tests Outside The Testsuite): New section.
2241
2242 2019-05-21 Tom de Vries <tdevries@suse.de>
2243
2244 * gdb.arch/amd64-eval.exp: Require c++11.
2245 * gdb.base/max-depth.exp: Same.
2246 * gdb.compile/compile-cplus-array-decay.exp: Same.
2247 * gdb.cp/meth-typedefs.exp: Same.
2248 * gdb.cp/subtypes.exp: Same.
2249 * gdb.cp/temargs.exp: Same.
2250
2251 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2252
2253 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2254
2255 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 PR gdb/18644
2258 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2259 * gdb.fortran/printing-types.exp: Add new test.
2260 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2261 testing.
2262 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2263 setup_kfail call.
2264
2265 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2266
2267 * README (Running the Testsuite): Change example.
2268 (Testsuite Parameters): Remove TRANSCRIPT.
2269 * lib/gdb.exp: Remove TRANSCRIPT check.
2270
2271 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2272
2273 * README (Testsuite Parameters): Add replay logging to
2274 GDBSERVER_DEBUG.
2275 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2276 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2277 as a comma separated list.
2278 (gdb_debug_init): Override procedure.
2279
2280 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2281
2282 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2283 (gdb_write_cmd_file): New procedure.
2284 * lib/gdbserver-support.exp (gdbserver_start): Call
2285 gdbserver_write_cmd_file.
2286 (gdbserver_write_cmd_file): New procedure.
2287
2288 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2289
2290 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2291 (delete_breakpoints): Likewise.
2292 (gdb_run_cmd): Likewise.
2293 (gdb_start_cmd): Likewise.
2294 (gdb_starti_cmd): Likewise.
2295 (gdb_internal_error_resync): Likewise.
2296 (gdb_test_multiple): Likewise.
2297 (gdb_reinitialize_dir): Likewise.
2298 (default_gdb_exit): Likewise.
2299 (gdb_file_cmd): Mark kill as optional.
2300 (default_gdb_start): Call gdb_stdin_log_init.
2301 (send_gdb): Call gdb_stdin_log_write.
2302 (rerun_to_main): Mark Y as an answer.
2303 (gdb_stdin_log_init): New function.
2304 (gdb_stdin_log_write): Likewise.
2305
2306 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2307
2308 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2309 * gdb.base/debug-expr.exp: Likewise.
2310 * gdb.base/foll-fork.exp: Likewise.
2311 * gdb.base/foll-vfork.exp: Likewise.
2312 * gdb.base/fork-print-inferior-events.exp: Likewise.
2313 * gdb.base/gdb-sigterm.exp: Likewise.
2314 * gdb.base/gdbinit-history.exp: Likewise.
2315 * gdb.base/osabi.exp: Likewise.
2316 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2317 * gdb.base/ui-redirect.exp: Likewise.
2318 * gdb.gdb/unittest.exp: Likewise.
2319 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2320 * gdb.mi/mi-watch.exp: Likewise.
2321 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2322 * gdb.mi/user-selected-context-sync.exp: Likewise.
2323 * gdb.python/python.exp: Disable debug test when debugging.
2324 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2325 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2326 Likewise.
2327 * gdb.threads/stepi-random-signal.exp: Likewise.
2328
2329 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2330
2331 * Makefile.in: Pass through GDB_DEBUG.
2332 * README (Testsuite Parameters): Add GDB_DEBUG.
2333 (gdb,debug): Add board setting.
2334 * lib/gdb.exp (default_gdb_start): Start debugging.
2335 (gdb_debug_enabled): New procedure.
2336 (gdb_debug_init): Likewise.
2337
2338 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2339
2340 * Makefile.in: Pass through GDB_DEBUG.
2341 * README (Testsuite Parameters): Add GDB_DEBUG.
2342 (gdb,debug): Add board setting.
2343 * lib/gdb.exp (default_gdb_start): Start debugging.
2344 (gdb_debug_enabled): New procedure.
2345 (gdb_debug_init): Likewise.
2346
2347 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2348
2349 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2350
2351 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2352
2353 * gdb.base/ui-redirect.exp: Test redirection.
2354
2355 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2356
2357 * gdb.mi/mi-complete.exp: New file.
2358 * gdb.mi/mi-complete.cc: Likewise.
2359
2360 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2361
2362 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2363 indexed and sliced arrays, and pointers to arrays.
2364
2365 2019-05-14 Tom Tromey <tromey@adacore.com>
2366
2367 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2368 styling test.
2369
2370 2019-05-14 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2373 selection entry encoding.
2374
2375 2019-05-10 Tom Tromey <tromey@adacore.com>
2376
2377 * gdb.ada/info_exc.exp: Add "complete" test.
2378
2379 2019-05-09 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2382 CU-relative.
2383
2384 2019-05-09 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2387 CU-relative.
2388
2389 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2390
2391 * gdb.ada/frame_arg_lang.exp: New testcase.
2392 * gdb.ada/frame_arg_lang/bla.adb: New file.
2393 * gdb.ada/frame_arg_lang/pck.ads: New file.
2394 * gdb.ada/frame_arg_lang/pck.adb: New file.
2395 * gdb.ada/frame_arg_lang/foo.c: New file.
2396
2397 2019-05-08 Tom Tromey <tromey@adacore.com>
2398
2399 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2400
2401 2019-05-08 Tom Tromey <tromey@adacore.com>
2402
2403 * gdb.base/ptype-offsets.exp: Update tests.
2404
2405 2019-05-08 Tom Tromey <tromey@adacore.com>
2406
2407 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2408 cases.
2409 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2410 "short".
2411
2412 2019-05-08 Tom Tromey <tromey@adacore.com>
2413
2414 * gdb.ada/vla.exp: New file.
2415 * gdb.ada/vla/vla.adb: New file.
2416
2417 2019-05-07 Tom de Vries <tdevries@suse.de>
2418
2419 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2420
2421 2019-05-07 Tom de Vries <tdevries@suse.de>
2422
2423 PR testsuite/24522
2424 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2425 section.
2426
2427 2019-05-07 Tom de Vries <tdevries@suse.de>
2428
2429 PR testsuite/24522
2430 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2431 .debug_aranges section.
2432
2433 2019-05-07 Tom de Vries <tdevries@suse.de>
2434
2435 PR testsuite/24159
2436 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2437
2438 2019-05-06 Tom de Vries <tdevries@suse.de>
2439
2440 * lib/gdb.exp (exec_has_index_section): New proc.
2441 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2442 section.
2443
2444 2019-05-04 Tom de Vries <tdevries@suse.de>
2445
2446 * boards/cc-with-debug-names.exp: New file.
2447
2448 2019-05-03 Tom Tromey <tromey@adacore.com>
2449
2450 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2451 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2452 * gdb.ada/char_enum.exp: Add test.
2453
2454 2019-05-03 Tom de Vries <tdevries@suse.de>
2455
2456 * boards/cc-with-gdb-index.exp: New file.
2457
2458 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.rust/simple.exp: Add new test case.
2461 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2462 (main): Initialise an instance of the new struct.
2463
2464 2019-05-01 Tom Tromey <tromey@adacore.com>
2465
2466 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2467 record.
2468 (NPR): New variable.
2469 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2470 test.
2471
2472 2019-05-01 Tom Tromey <tromey@adacore.com>
2473
2474 * gdb.ada/packed_array_assign.exp: Add packed assignment
2475 regression test.
2476
2477 2019-05-01 Tom de Vries <tdevries@suse.de>
2478
2479 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2480
2481 2019-05-01 Tom de Vries <tdevries@suse.de>
2482
2483 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2484
2485 2019-04-30 Ali Tamur <tamur@google.com>
2486
2487 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2488
2489 2019-04-30 Tom Tromey <tromey@adacore.com>
2490
2491 * lib/ada.exp (find_ada_tool): New proc.
2492 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2493 * gdb.ada/catch_ex_std.exp: New file.
2494 * gdb.ada/catch_ex_std/foo.adb: New file.
2495 * gdb.ada/catch_ex_std/some_package.adb: New file.
2496 * gdb.ada/catch_ex_std/some_package.ads: New file.
2497
2498 2019-04-30 Tom Tromey <tromey@adacore.com>
2499
2500 PR c++/24470:
2501 * gdb.cp/temargs.cc: Add test code from PR.
2502
2503 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.fortran/vla-datatypes.exp: Update expected results.
2506 * gdb.fortran/vla-ptype.exp: Likewise.
2507 * gdb.fortran/vla-type.exp: Likewise.
2508 * gdb.fortran/vla-value.exp: Likewise.
2509
2510 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.fortran/ptr-indentation.exp: Update expected results.
2513 * gdb.fortran/ptype-on-functions.exp: Likewise.
2514 * gdb.fortran/vla-ptr-info.exp: Likewise.
2515 * gdb.fortran/vla-value.exp: Likewise.
2516
2517 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.fortran/ptype-on-functions.exp: New file.
2520 * gdb.fortran/ptype-on-functions.f90: New file.
2521
2522 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2525 case void string.
2526
2527 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2528
2529 * gdb.fortran/complex.exp: Expand.
2530 * gdb.fortran/complex.f: Renamed to...
2531 * gdb.fortran/complex.f90: ...this, and extended to add more
2532 complex values.
2533
2534 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2537 MODULO, CMPLX.
2538
2539 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2540 Richard Bunt <richard.bunt@arm.com>
2541
2542 * gdb.base/max-depth.c: New file.
2543 * gdb.base/max-depth.exp: New file.
2544 * gdb.python/py-nested-maps.c: New file.
2545 * gdb.python/py-nested-maps.exp: New file.
2546 * gdb.python/py-nested-maps.py: New file.
2547 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2548 (test_all_common): Call test_max_depth.
2549 * gdb.fortran/max-depth.exp: New file.
2550 * gdb.fortran/max-depth.f90: New file.
2551 * gdb.go/max-depth.exp: New file.
2552 * gdb.go/max-depth.go: New file.
2553 * gdb.modula2/max-depth.exp: New file.
2554 * gdb.modula2/max-depth.c: New file.
2555 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2556
2557 2019-04-29 Tom de Vries <tdevries@suse.de>
2558
2559 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2560
2561 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2562
2563 * gdb.base/callexit.exp: Test may-call-functions off.
2564
2565 2019-04-25 Keith Seitz <keiths@redhat.com>
2566
2567 PR c++/24367
2568 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2569 (another_incomplete_struct, test_incomplete): New definitions.
2570 (main): Use new definitions.
2571 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2572 functions.
2573
2574 2019-04-25 Ali Tamur <tamur@google.com>
2575
2576 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2577
2578 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2579
2580 PR corefiles/11608
2581 PR corefiles/18187
2582 * gdb.base/coredump-filter-build-id.exp: New file.
2583
2584 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2585
2586 * Makefile.in: Pass through GDBSERVER_DEBUG.
2587 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2588 (gdbserver,debug): Add board setting.
2589 * gdb.trace/tspeed.exp: Skip when debugging.
2590 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2591 * lib/gdbserver-support.exp: Likewise
2592
2593 2019-04-24 Tom Tromey <tromey@adacore.com>
2594
2595 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2596 Rust.
2597
2598 2019-04-24 Tom Tromey <tromey@adacore.com>
2599
2600 * gdb.arch/amd64-eval.exp: Test bitfield return.
2601 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2602 (class Foo) <return_bitfields>: New method.
2603 (main): Call it.
2604
2605 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2606
2607 * gdb.cp/many-args.cc: New file.
2608 * gdb.cp/many-args.exp: New file.
2609
2610 2019-04-23 Tom de Vries <tdevries@suse.de>
2611
2612 PR gdb/24433
2613 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2614
2615 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2616
2617 * gdb.trace/backtrace.exp: Use nopie flag.
2618 * gdb.trace/circ.exp: Likewise.
2619 * gdb.trace/collection.exp: Likewise.
2620 * gdb.trace/ftrace.exp: Likewise.
2621 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2622 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2623 * gdb.trace/qtro.exp: Likewise.
2624 * gdb.trace/read-memory.exp: Likewise.
2625 * gdb.trace/report.exp: Likewise.
2626 * gdb.trace/tfile.exp: Likewise.
2627 * gdb.trace/tfind.exp: Likewise.
2628 * gdb.trace/unavailable.exp: Likewise.
2629
2630 2019-04-22 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/solib-probes-nosharedlibrary.c,
2633 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2634
2635 2019-04-19 Tom Tromey <tromey@adacore.com>
2636
2637 * gdb.ada/ptype_union.c: New file.
2638 * gdb.ada/ptype_union.exp: New file.
2639
2640 2019-04-19 Tom Tromey <tromey@adacore.com>
2641
2642 PR symtab/24423:
2643 * gdb.base/list0.h (foo): Add a control-l character.
2644
2645 2019-04-18 Tom de Vries <tdevries@suse.de>
2646
2647 PR gdb/24433
2648 * boards/local-board.exp: Set sysroot to "".
2649
2650 2019-04-18 Tom de Vries <tdevries@suse.de>
2651 Pedro Alves <palves@redhat.com>
2652
2653 PR gdb/24454
2654 * gdb.threads/vfork-follow-child-exec.c: New file.
2655 * gdb.threads/vfork-follow-child-exec.exp: New file.
2656 * gdb.threads/vfork-follow-child-exit.c: New file.
2657 * gdb.threads/vfork-follow-child-exit.exp: New file.
2658
2659 2019-04-15 Leszek Swirski <leszeks@google.com>
2660
2661 * gdb.arch/amd64-eval.cc: New file.
2662 * gdb.arch/amd64-eval.exp: New file.
2663
2664 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2665
2666 * gdb.server/sysroot.c: New test.
2667 * gdb.server/sysroot.exp: New file.
2668 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2669 matching param.
2670
2671 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2672
2673 * gdb.base/align.exp: Extend test to cover structures containing
2674 only static fields.
2675
2676 2019-04-11 Tom de Vries <tdevries@suse.de>
2677
2678 * boards/cc-with-dwz-m.exp: New file.
2679 * boards/cc-with-dwz.exp: New file.
2680 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2681
2682 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2683
2684 * gdb.base/start-cpp.exp: New file.
2685 * gdb.base/start-cpp.cc: New file.
2686
2687 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2688
2689 * gdb.python/py-thrhandle.exp: Adjust tests to call
2690 thread_from_handle instead of thread_from_thread_handle.
2691
2692 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2693
2694 * gdb.python/py-thrhandle.exp: Add tests for
2695 gdb.InferiorThread.handle.
2696
2697 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.python/py-function.exp: Check calling helper function from
2700 all languages.
2701 * lib/gdb.exp (gdb_supported_languages): New proc.
2702
2703 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2704
2705 * gdb.base/complex-parts.c: New file.
2706 * gdb.base/complex-parts.exp: New file.
2707
2708 2019-04-01 Tom Tromey <tromey@adacore.com>
2709
2710 PR symtab/23331:
2711 * gdb.dwarf2/dw2-ranges-main.c: New file.
2712 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2713 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2714
2715 2019-03-30 Simon Marchi <simark@simark.ca>
2716
2717 * gdb.base/default.exp: Add values for $_gdb_major and
2718 $_gdb_minor.
2719
2720 2019-03-29 Tom Tromey <tromey@adacore.com>
2721
2722 * gdb.base/help.exp: Tighten apropos regexp.
2723
2724 2019-03-29 Keith Seitz <keiths@redhat.com>
2725
2726 * gdb.fortran/array-bounds.exp: New file.
2727 * gdb.fortran/array-bounds.f90: New file.
2728
2729 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2730
2731 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2732
2733 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2734
2735 * gdb.multi/hello.c (main): Increase alarm timer.
2736
2737 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2738
2739 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2740 factor when no hardware watchpoint support.
2741
2742 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2743 Pedro Alves <palves@redhat.com>
2744
2745 * boards/local-board.exp: set sysroot to /.
2746
2747 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2748
2749 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2750 in child.
2751
2752 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2755 field.
2756 (make_container): Initialise new field.
2757 * gdb.python/py-prettyprint.exp: Add new tests.
2758 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2759 <display_hint>: New method.
2760
2761 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2762
2763 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2764 gdb_continue_to_breakpoint more throughout this test.
2765 (run_lang_tests) Supply unique test names, and use
2766 gdb_test_no_output.
2767
2768 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2769
2770 * gdb.base/finish-pretty.exp: Update expected results.
2771 * gdb.base/pretty-print.c: New file.
2772 * gdb.base/pretty-print.exp: New file.
2773
2774 2019-03-25 Pedro Alves <palves@redhat.com>
2775
2776 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2777 move comments outside list. Append '-i "" eof' section.
2778
2779 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2780
2781 PR testsuite/25016
2782 * README: Add pie options.
2783 * gdb.base/break-interp.exp: Ensure pie is disabled.
2784 * gdb.base/dump.exp: Likewise.
2785 * lib/gdb.exp (gdb_compile): Add pie option.
2786
2787 2019-03-19 Tom Tromey <tromey@adacore.com>
2788
2789 * gdb.mi/mi2-cli-display.c: New file.
2790 * gdb.mi/mi2-cli-display.exp: New file.
2791
2792 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2793 Tom Tromey <tromey@adacore.com>
2794
2795 * gdb.ada/ptype_array/pck.adb: New file.
2796 * gdb.ada/ptype_array/pck.ads: New file.
2797 * gdb.ada/ptype_array/foo.adb: New file.
2798 * gdb.ada/ptype_array.exp: New file.
2799
2800 2019-03-14 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.base/style.exp: Add "set style sources" test.
2803
2804 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2805
2806 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2807 * mi-breakpoint-multiple-locations.exp: ... this.
2808 (make_breakpoints_pattern): New proc.
2809 (do_test): Add mi_version parameter, test -break-insert,
2810 -break-info and =breakpoint-created.
2811
2812 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2813
2814 * config/default.exp: Remove 'load_lib gdb.exp'.
2815 * config/monitor.exp: Likewise.
2816 * config/sid.exp: Likewise.
2817 * config/sim.exp: Likewise.
2818 * config/slite.exp: Likewise.
2819 * config/unix.exp: Likewise.
2820 * gdb.base/default.exp: Remove unhelpful comment.
2821
2822 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2825
2826 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2829
2830 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * gdb.fortran/type-kinds.exp: Update expected results.
2833
2834 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2837
2838 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2841 function.
2842 (test_basic_parsing_of_type_kinds): Expand types tested.
2843 (test_parsing_invalid_type_kinds): New function.
2844
2845 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2846
2847 * gdb.fortran/intrinsics.exp: New file.
2848 * gdb.fortran/intrinsics.f90: New file.
2849 * gdb.fortran/type-kinds.exp: New file.
2850
2851 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.fortran/dot-ops.exp: New file.
2854
2855 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2856
2857 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2858 Check upper and lower case logical literals.
2859
2860 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2863 Remove duplicate tests.
2864
2865 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2866
2867 * lib/gdb.exp (builtin_cd): rename of cd.
2868 (cd): Override builtin.
2869
2870 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2871
2872 * gdb.fortran/function-calls.exp: New file.
2873 * gdb.fortran/function-calls.f90: New test.
2874
2875 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2876
2877 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2878 on user program standard output.
2879 * gdb.fortran/short-circuit-argument-list.f90: Record function
2880 calls.
2881
2882 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2883
2884 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2885 failure.
2886
2887 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2888
2889 PR gdb/8527
2890 * gdb.base/interrupt-daemon-attach.c,
2891 gdb.base/interrupt-daemon-attach.exp: New test.
2892
2893 2019-02-27 Pedro Alves <palves@redhat.com>
2894
2895 * gdb.base/page.exp: Add tests for "set width/height -1".
2896
2897 2019-02-27 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/page.exp: Add tests for "set/show width/height" with
2900 "infinite" values.
2901
2902 2019-02-27 Tom Tromey <tromey@adacore.com>
2903
2904 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2905 2.4.
2906 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2907 workaround.
2908
2909 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2912 tests for structs with static members.
2913
2914 2019-02-26 Tom Tromey <tromey@adacore.com>
2915
2916 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2917 ValueError, not TypeError.
2918
2919 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2920
2921 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2922 call from main program.
2923
2924 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2927 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2928 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2929 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2930 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2931
2932 2019-02-22 Keith Seitz <keiths@redhat.com>
2933
2934 PR symtab/23853
2935 * gdb.base/symlink-sourcefile.c: New file.
2936 * gdb.base/symlink-sourcefile.exp: New file.
2937
2938 2019-02-20 Tom Tromey <tom@tromey.com>
2939
2940 * gdb.base/info_qt.exp: Update.
2941
2942 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2943
2944 * gdb.base/source.exp: Move "error in sourced script" code to
2945 the end.
2946 * gdb.base/source-error.gdb: Move contents to
2947 source-error-1.gdb. Add new code to source source-error-1.gdb.
2948 * gdb.base/source-error-1.gdb: New file, from previous
2949 source-error.gdb.
2950
2951 2019-02-17 Tom Tromey <tom@tromey.com>
2952
2953 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2954 for macro styling.
2955 * gdb.base/style.c (SOME_MACRO): New macro.
2956
2957 2019-02-17 Tom Tromey <tom@tromey.com>
2958
2959 * gdb.base/style.exp: Add line-wrapping tests.
2960 * gdb.base/page.exp: Add test for quitting during pagination.
2961
2962 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2963
2964 * gdb.ada/big_packed_array: New testcase.
2965 * gdb.ada/homonym.exp: Fix incorrect expected output for
2966 "break <homonym__get_value>" test.
2967
2968 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2969
2970 PR breakpoints/21870
2971 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2972 and prepare_for_testing. Add comment.
2973 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2974 redundant cleanup call. Clean up comment.
2975
2976 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2977
2978 PR breakpoints/21870
2979 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2980 * gdb.arch/aarch64-dbreg-contents.c: New file.
2981
2982 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2983
2984 * gdb.ada/mi_ref_changeable: New testcase.
2985
2986 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2987
2988 * gdb.base/attach.exp: Add double attach test.
2989
2990 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2991
2992 * lib/gdb.exp (default_gdb_start): Don't match pagination
2993 prompt.
2994 (gdb_init): Set stty_init.
2995
2996 2019-01-27 Tom Tromey <tom@tromey.com>
2997
2998 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2999 skip_python_tests.
3000
3001 2019-01-24 Alan Hayward <alan.hayward@arm.com>
3002
3003 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3004 New structure.
3005 (struct struct_static_02_02): Likewise.
3006 (struct struct_static_02_03): Likewise.
3007 (struct struct_static_02_04): Likewise.
3008 (struct struct_static_04_01): Likewise.
3009 (struct struct_static_04_02): Likewise.
3010 (struct struct_static_04_03): Likewise.
3011 (struct struct_static_04_04): Likewise.
3012 (struct struct_static_06_01): Likewise.
3013 (struct struct_static_06_02): Likewise.
3014 (struct struct_static_06_03): Likewise.
3015 (struct struct_static_06_04): Likewise.
3016 (cmp_struct_static_02_01): Likewise.
3017 (cmp_struct_static_02_02): Likewise.
3018 (cmp_struct_static_02_03): Likewise.
3019 (cmp_struct_static_02_04): Likewise.
3020 (cmp_struct_static_04_01): Likewise.
3021 (cmp_struct_static_04_02): Likewise.
3022 (cmp_struct_static_04_03): Likewise.
3023 (cmp_struct_static_04_04): Likewise.
3024 (cmp_struct_static_06_01): Likewise.
3025 (cmp_struct_static_06_02): Likewise.
3026 (cmp_struct_static_06_03): Likewise.
3027 (cmp_struct_static_06_04): Likewise.
3028 (call_all): Test new structs.
3029 * gdb.base/infcall-nested-structs.exp: Likewise.
3030
3031 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3032 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3033
3034 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3035 * gdb.base/stack-protector.c: New test.
3036 * gdb.base/stack-protector.exp: New file.
3037 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3038 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3039 option.
3040 (gdb_compile): Remove stack protector for GCC and prevent
3041 recursion.
3042
3043 2019-01-16 Keith Seitz <keiths@redhat.com>
3044
3045 PR gdb/23773
3046 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3047
3048 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3049
3050 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3051 aliases.
3052 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3053 tests.
3054 * gdb.arch/powerpc-vector-regs.c: New file.
3055 * gdb.arch/powerpc-vector-regs.exp: New file.
3056
3057 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3058
3059 * gdb.arch/altivec-regs.exp: Fix the list passed to
3060 gdb_expect_list when testing "info vector".
3061
3062 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.base/style.exp: Don't include path in testname.
3065
3066 2019-01-10 Keith Seitz <keiths@redhat.com>
3067
3068 PR gdb/23712
3069 PR symtab/23010
3070 * gdb.dwarf2/multidictionary.exp: New file.
3071
3072 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3073
3074 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3075 (test_gnuv3_style_demangling): ... this.
3076 (test_lucid_style_demangling): Remove.
3077 (test_arm_style_demangling): Remove.
3078 (test_hp_style_demangling): Remove.
3079 (do_tests): Remove calls to the above.
3080
3081 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3084 case.
3085
3086 2019-01-06 Tom Tromey <tom@tromey.com>
3087
3088 PR gdb/28155:
3089 * gdb.dwarf2/typedef-void-finish.exp: New file.
3090
3091 2018-12-28 Tom Tromey <tom@tromey.com>
3092 Simon Marchi <simark@simark.ca>
3093
3094 * gdb.base/jit-exec.exp: New file.
3095 * gdb.base/jit-exec.c: New file.
3096 * gdb.base/jit-execd.c: New file.
3097
3098 2018-12-28 Tom Tromey <tom@tromey.com>
3099
3100 * gdb.base/style.exp: Update test to check for address styling.
3101
3102 2018-12-28 Tom Tromey <tom@tromey.com>
3103
3104 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3105 message.
3106
3107 2018-12-28 Tom Tromey <tom@tromey.com>
3108
3109 * gdb.base/style.exp: Add test for version number styling.
3110
3111 2018-12-28 Tom Tromey <tom@tromey.com>
3112
3113 * gdb.base/style.exp: Add test for print_address_symbolic.
3114
3115 2018-12-28 Tom Tromey <tom@tromey.com>
3116
3117 * gdb.base/style.exp: Add test for breakpoint setting.
3118
3119 2018-12-28 Tom Tromey <tom@tromey.com>
3120
3121 * gdb.base/style.exp: Add test for variable names.
3122
3123 2018-12-28 Tom Tromey <tom@tromey.com>
3124
3125 * gdb.base/style.exp: New file.
3126 * gdb.base/style.c: New file.
3127
3128 2018-12-28 Tom Tromey <tom@tromey.com>
3129
3130 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3131 "dumb".
3132 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3133 the TERM environment variable.
3134
3135 2018-12-27 Tom Tromey <tom@tromey.com>
3136
3137 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3138 pagination test.
3139
3140 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3143 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3144
3145 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3146
3147 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3148 Filename a.adb changed to bp_fun_addr.adb.
3149 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3150
3151 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3152
3153 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3154 non-PIE executables.
3155 * README: Mention the gdb,nopie_flag board setting.
3156 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3157 non-PIE executable.
3158 * gdb.arch/amd64-entry-value.exp: Likewise.
3159 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3160 * gdb.arch/i386-float.exp: Likewise.
3161 * gdb.arch/i386-signal.exp: Likewise.
3162 * gdb.mi/mi-reg-undefined.exp: Likewise.
3163
3164 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3165
3166 PR gdb/23974
3167 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3168
3169 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3170
3171 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3172 Update order of results accordingly.
3173
3174 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3175
3176 * gdb.base/annota1.exp: Update a test regexp.
3177
3178 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3179
3180 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3181
3182 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3183
3184 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3185 (reuse_time): Initialize to REUSE_TIME_CAP.
3186 (check_rc): New function.
3187 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3188 Check pthread_create rc.
3189 (spawner_thread_func): Check pthread_create and pthread_join rc.
3190
3191 2018-12-08 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/list.exp (test_forward_search): Rename to ...
3194 (test_forward_reverse_search): ... this. Also test reverse-search
3195 and the forward-search alias.
3196
3197 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3200 local timeout variable before return, and remove all local timeout
3201 variable entirely.
3202 (gdb_load): Likewise.
3203
3204 2018-12-01 Tom de Vries <tdevries@suse.de>
3205
3206 * gdb.base/gdb-caching-proc.exp: New file.
3207
3208 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3209
3210 * Makefile.in (TIMESTAMP): New variable.
3211 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3212 command.
3213 (check-single-racy): Likewise.
3214 (check/%.exp): Likewise.
3215 (check-racy/%.exp): Likewise.
3216 (workers/%.worker): Likewise.
3217 (build-perf): Likewise.
3218 (check-perf): Likewise.
3219 * README: Describe new "TS" and "TS_FORMAT" variables.
3220 * print-ts.py: New file.
3221
3222 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3223
3224 PR python/23714
3225 * gdb.python/python.exp: Test command repetition after
3226 gdb.execute.
3227
3228 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3229
3230 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3231 is correctly aligned.
3232
3233 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3234
3235 * gdb.ada/info_auto_lang.exp: New testcase.
3236 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3237 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3238 * gdb.ada/info_auto_lang/some_c.c: New file.
3239
3240 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3241
3242 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3243 FUNC_lang language syntax.
3244
3245 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3246
3247 * gdb.base/info_minsym.c: New file.
3248 * gdb.base/info_minsym.exp: New file.
3249
3250 2018-11-19 Tom Tromey <tom@tromey.com>
3251
3252 PR rust/23625:
3253 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3254 * gdb.rust/expr.exp: Update expected output. Change one test.
3255
3256 2018-11-19 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3259
3260 2018-11-19 Pedro Alves <palves@redhat.com>
3261
3262 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3263 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3264 see the expected warning.
3265
3266 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3267
3268 PR gdb/22736:
3269 * gdb.cp/infcall-nodebug-lib.c: New test.
3270 * gdb.cp/infcall-nodebug-main.c: New test.
3271 * gdb.cp/infcall-nodebug.exp: New file.
3272
3273 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3274
3275 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3276 completer tests.
3277
3278 2018-11-09 Tom de Vries <tdevries@suse.de>
3279
3280 * gdb.base/msym-lang.c: New test.
3281 * gdb.base/msym-lang.exp: New file.
3282 * gdb.base/msym-lang-main.c: New test.
3283
3284 2018-11-08 Tom Tromey <tom@tromey.com>
3285
3286 PR gdb/23555:
3287 PR gdb/23838:
3288 * gdb.base/warning.exp: New file.
3289
3290 2018-11-08 Jan Beulich <jbeulich@suse.com>
3291
3292 * testsuite/gdb.arch/i386-avx512.c,
3293 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3294
3295 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3298 point hardware.
3299
3300 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3303 * gdb.dwarf2/missing-type-name.exp: New file.
3304
3305 2018-11-06 Tom de Vries <tdevries@suse.de>
3306
3307 * gdb.base/many-headers.c: New test.
3308 * gdb.base/many-headers.exp: New file.
3309
3310 2018-11-06 Jim Wilson <jimw@sifive.com>
3311
3312 * gdb.base/code_elim.exp: For riscv, set additional_flags
3313 to include -msmall-data-limit=0.
3314
3315 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3316
3317 * gdb.ada/watch_minus_l: New testcase.
3318
3319 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3320
3321 * gdb.arch/aix-sighandle.c: New file.
3322 * gdb.arch/aix-sighandle.exp: New file.
3323
3324 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3325
3326 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3327 registers being unions.
3328
3329 2018-10-31 Tom de Vries <tdevries@suse.de>
3330
3331 * lib/valgrind.exp: New file.
3332 (vgdb_start, vgdb_stop): New procs, factored out of ...
3333 * gdb.base/valgrind-bt.exp: ... here, ...
3334 * gdb.base/valgrind-disp-step.exp: ... here and ...
3335 * gdb.base/valgrind-infcall.exp: ... here.
3336
3337 2018-10-31 Tom de Vries <tdevries@suse.de>
3338
3339 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3340
3341 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3342
3343 * gdb.dwarf2/void-type.c: New file.
3344 * gdb.dwarf2/void-type.exp: New file.
3345
3346 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3347
3348 * gdb.base/info_qt.c: New file.
3349 * gdb.base/info_qt.exp: New file.
3350
3351 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3352
3353 * gdb.arch/powerpc-htm-regs.c: New file.
3354 * gdb.arch/powerpc-htm-regs.exp: New file.
3355
3356 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3357
3358 * gdb.arch/powerpc-tar.c: New file.
3359 * gdb.arch/powerpc-tar.exp: New file.
3360
3361 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3362
3363 * gdb.arch/powerpc-ppr-dscr.c: New file.
3364 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3365
3366 2018-10-25 Tom de Vries <tdevries@suse.de>
3367
3368 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3369
3370 2018-10-24 Tom de Vries <tdevries@suse.de>
3371
3372 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3373 longer exists error.
3374
3375 2018-10-24 Tom de Vries <tdevries@suse.de>
3376
3377 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3378
3379 2018-10-24 Tom de Vries <tdevries@suse.de>
3380
3381 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3382 --db-attach in valgrind.
3383
3384 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 * gdb.arch/riscv-reg-aliases.c: New file.
3387 * gdb.arch/riscv-reg-aliases.exp: New file.
3388
3389 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3390
3391 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3392
3393 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3394
3395 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3396
3397 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3398
3399 * gdb.cp/ovldbreak.exp: Fix regexps.
3400
3401 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3402
3403 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3404
3405 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3406
3407 PR cli/23785
3408 * gdb.base/restore.exp: New test to check if "restore" with an
3409 invalid file doesn't segfault.
3410
3411 2018-10-18 Tom de Vries <tdevries@suse.de>
3412
3413 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3414 * gdb.ada/excep_handle.exp: Same.
3415 * gdb.ada/mi_string_access.exp: Same.
3416 * gdb.ada/mi_var_union.exp: Same.
3417 * gdb.arch/arc-analyze-prologue.exp: Same.
3418 * gdb.arch/arc-decode-insn.exp: Same.
3419 * gdb.base/readnever.exp: Same.
3420 * gdb.fortran/printing-types.exp: Same.
3421 * gdb.guile/scm-lazy-string.exp: Same.
3422
3423 2018-10-16 Tom de Vries <tdevries@suse.de>
3424
3425 PR gdb/23730
3426 * gdb.base/catch-follow-exec.c: Add copyright notice.
3427 * gdb.base/catch-follow-exec.exp: Rewrite to use
3428 gdb_spawn_with_cmdline_opts. Require gdb-native.
3429
3430 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3431
3432 * gdb.trace/actions-changed.exp: Check for arch support.
3433 * gdb.trace/actions.exp: Likewise.
3434 * gdb.trace/ax.exp: Likewise.
3435 * gdb.trace/backtrace.exp: Likewise.
3436 * gdb.trace/change-loc.exp: Likewise.
3437 * gdb.trace/deltrace.exp: Likewise.
3438 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3439 * gdb.trace/ftrace.exp: Likewise.
3440 * gdb.trace/infotrace.exp: Check for arch support.
3441 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3442 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3443 * gdb.trace/mi-tsv-changed.exp: Likewise.
3444 * gdb.trace/packetlen.exp: Likewise.
3445 * gdb.trace/passc-dyn.exp: Likewise.
3446 * gdb.trace/passcount.exp: Likewise.
3447 * gdb.trace/pending.exp: Likewise.
3448 * gdb.trace/range-stepping.exp: Check for shlib support.
3449 * gdb.trace/report.exp: Check for arch support.
3450 * gdb.trace/save-trace.exp: Likewise.
3451 * gdb.trace/signal.exp: Check for signal support.
3452 * gdb.trace/tfind.exp: Check for arch support.
3453 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3454 * gdb.trace/trace-common.h: Add comment.
3455 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3456 * gdb.trace/trace-enable-disable.exp: Likewise.
3457 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3458 * gdb.trace/tracecmd.exp: Check for arch support.
3459 * gdb.trace/tspeed.exp: Check for shlib and target support.
3460 * gdb.trace/tstatus.exp: Check for arch support.
3461 * gdb.trace/tsv.exp: Likewise.
3462 * gdb.trace/while-dyn.exp: Likewise.
3463 * gdb.trace/while-stepping.exp: Likewise.
3464 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3465
3466 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3467
3468 * gdb.trace/tspeed.exp: Remove nowarnings.
3469 (prepare_for_trace_test): Declare "global ipalib".
3470 * gdb.trace/tspeed.c: Include unistd.h.
3471 (main): Remove superfluous printf argument.
3472
3473 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3474
3475 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3476 directory prefix on the filename.
3477
3478 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3479
3480 * gdb.gdb/unittest.exp: Update expected message informing that
3481 selftests have been disabled.
3482 * gdb.server/unittest.exp: Likewise.
3483
3484 2018-10-09 Tom de Vries <tdevries@suse.de>
3485
3486 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3487 with runto_main.
3488
3489 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3490
3491 PR c++/16841
3492 * gdb.cp/virtbase2.cc: New file.
3493 * gdb.cp/virtbase2.exp: New file.
3494
3495 2018-10-06 Tom Tromey <tom@tromey.com>
3496
3497 PR python/19399:
3498 * gdb.python/py-inferior.exp: Add architecture test.
3499
3500 2018-10-06 Tom Tromey <tom@tromey.com>
3501
3502 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3503 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3504
3505 2018-10-06 Tom Tromey <tom@tromey.com>
3506
3507 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3508 of a "throw" catchpoint.
3509
3510 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3511
3512 * gdb.base/info-proc.exp: Update string expected from "help info
3513 proc".
3514
3515 2018-10-04 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3518 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3519 (test_initial_complaints, test_empty_complaints): Update.
3520 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3521
3522 2018-10-04 Tom Tromey <tom@tromey.com>
3523
3524 PR cli/19551:
3525 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3526 * lib/gdb.exp (gdb_file_cmd): Update.
3527 * gdb.stabs/weird.exp (print_weird_var): Update.
3528 * gdb.server/solib-list.exp: Update.
3529 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3530 * gdb.mi/mi-cli.exp: Update.
3531 * gdb.linespec/linespec.exp: Update.
3532 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3533 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3534 * gdb.cp/cp-relocate.exp: Update.
3535 * gdb.base/sym-file.exp: Update.
3536 * gdb.base/relocate.exp: Update.
3537 * gdb.base/readnever.exp: Update.
3538 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3539 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3540 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3541 * gdb.base/code_elim.exp: Update.
3542 * gdb.base/break-unload-file.exp (test_break): Update.
3543 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3544 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3545 Update.
3546 * gdb.base/attach.exp (do_attach_tests): Update.
3547 * gdb.base/sepdebug.exp: Update.
3548 * gdb.python/py-section-script.exp: Update.
3549
3550 2018-10-04 Tom Tromey <tom@tromey.com>
3551
3552 PR cli/22234:
3553 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3554 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3555 output.
3556
3557 2018-10-04 Tom Tromey <tom@tromey.com>
3558
3559 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3560 set width and height to 0.
3561 (test_command_line_attach_run): Use -quiet.
3562
3563 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3564
3565 * lib/gdb.exp (skip_ifunc_tests): New.
3566 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3567 other compile failures.
3568 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3569
3570 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3571
3572 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3573 is_amd64_regs_target.
3574
3575 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3576
3577 * gdb.arch/aarch64-sighandler-regs.c: New test.
3578 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3579 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3580
3581 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3582
3583 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3584 assembly.
3585
3586 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 * gdb.base/frame-selection.exp: New file.
3589 * gdb.base/frame-selection.c: New file.
3590
3591 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3592
3593 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3594 pthread barrier.
3595 (main): Likewise.
3596
3597 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/large-frame-1.c: New file.
3600 * gdb.base/large-frame-2.c: New file.
3601 * gdb.base/large-frame.exp: New file.
3602 * gdb.base/large-frame.h: New file.
3603
3604 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3605
3606 PR gdb/20948
3607 * gdb.base/write_mem.exp: New test.
3608 * gdb.base/write_mem.c: Likewise.
3609
3610 2018-09-23 Tom Tromey <tom@tromey.com>
3611
3612 PR python/18852:
3613 * gdb.python/py-parameter.exp: Add test for parameter that throws
3614 on "set".
3615
3616 2018-09-23 Tom Tromey <tom@tromey.com>
3617
3618 PR python/17284:
3619 * gdb.python/py-template.exp (test_template_arg): Add test for
3620 negative template argument number.
3621
3622 2018-09-23 Tom Tromey <tom@tromey.com>
3623
3624 PR python/14062:
3625 * gdb.python/python.exp: Add test for post_event error.
3626
3627 2018-09-23 Tom Tromey <tom@tromey.com>
3628
3629 PR python/18170:
3630 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3631 convert pointers to int and long.
3632
3633 2018-09-23 Tom Tromey <tom@tromey.com>
3634
3635 PR python/20126:
3636 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3637 signed-ness conversion tests.
3638
3639 2018-09-23 Tom Tromey <tom@tromey.com>
3640
3641 PR python/18352;
3642 * gdb.python/py-value.exp (test_float_conversion): New proc.
3643 Use it.
3644
3645 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3646
3647 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3648
3649 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3650
3651 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3652 no readline.
3653 * gdb.base/utf8-identifiers.exp: Likewise.
3654 * gdb.cp/cpcompletion.exp: Likewise.
3655 * gdb.linespec/cpcompletion.exp: Likewise.
3656 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3657 * gdb.linespec/cpls-ops.exp: Likewise.
3658
3659 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3660 Chris January <chris.january@arm.com>
3661
3662 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3663 * gdb.fortran/short-circuit-argument-list.exp: New file.
3664 * gdb.fortran/short-circuit-argument-list.f90: New test.
3665
3666 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3667
3668 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3669 "arch=" keyword when executing "-stack-list-frames".
3670
3671 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3674 "arch=" keyword when executing "-stack-list-frames".
3675
3676 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3677
3678 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3679 break ada".
3680
3681 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3682
3683 PR python/23669
3684 * gdb.python/python.exp: Test gdb.execute("show commands").
3685
3686 2018-09-16 Tom Tromey <tom@tromey.com>
3687
3688 * gdb.base/new-ui.exp (do_execution_tests): Update.
3689 * gdb.base/dbx.exp (test_breakpoints): Update.
3690
3691 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3692
3693 * lib/gdb.exp (gdb_simple_compile): Add proc.
3694 (is_elf_target): Use gdb_simple_compile.
3695 (skip_altivec_tests): Likewise.
3696 (skip_vsx_tests): Likewise.
3697 (skip_tsx_tests): Likewise.
3698 (skip_btrace_tests): Likewise.
3699 (skip_btrace_pt_tests): Likewise.
3700 (gdb_can_simple_compile): Likewise.
3701 (gdb_has_argv0): Likewise.
3702 (gdb_target_symbol_prefix): Likewise.
3703 (target_supports_scheduler_locking): Likewise.
3704
3705 2018-09-13 Tom Tromey <tom@tromey.com>
3706
3707 * Makefile.in (TAGS): Recognize proc_with_prefix and
3708 gdb_caching_proc.
3709
3710 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3711
3712 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3713 method.
3714
3715 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3716
3717 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3718 and a few other Inferior properties when the Inferior is no
3719 longer valid.
3720
3721 2018-09-13 Tom Tromey <tom@tromey.com>
3722
3723 PR rust/23650:
3724 * gdb.rust/simple.exp: Add test for enum field access error.
3725
3726 2018-09-13 Tom Tromey <tom@tromey.com>
3727
3728 PR rust/23626:
3729 * gdb.rust/simple.rs (EmptyEnum): New type.
3730 (main): Use it.
3731 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3732
3733 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3734
3735 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3736 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3737 * gdb.python/py-symtab.exp: Update test printing an objfile.
3738
3739 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3740
3741 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3742 object.
3743
3744 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3745
3746 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3747 (support_complex_tests): Use gdb_can_simple_compile.
3748 (is_ilp32_target): Likewise.
3749 (is_lp64_target): Likewise.
3750 (is_64_target): Likewise.
3751 (is_amd64_regs_target): Likewise.
3752 (is_aarch32_target): Likewise.
3753 (gdb_int128_helper): Likewise.
3754
3755 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3758
3759 2018-09-10 Jerome Guitton <guitton@adacore.com>
3760
3761 * gdb.ada/same_component_name: Add test for case of tagged record
3762 with variable-length fields.
3763
3764 2018-09-10 Xavier Roirand <roirand@adacore.com>
3765
3766 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3767 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3768 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3769 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3770
3771 2018-09-10 Xavier Roirand <roirand@adacore.com>
3772
3773 * gdb.ada/mi_string_access.exp: New testcase.
3774 * gdb.ada/mi_string_access/bar.adb: New file.
3775 * gdb.ada/mi_string_access/pck.adb: New file.
3776 * gdb.ada/mi_string_access/pck.asd: New file.
3777
3778 2018-09-10 Xavier Roirand <roirand@adacore.com>
3779
3780 * gdb.ada/mi_var_union.exp: New testcase.
3781 * gdb.ada/mi_var_union/bar.adb: New file.
3782 * gdb.ada/mi_var_union/pck.adb: New file.
3783 * gdb.ada/mi_var_union/pck.asd: New file.
3784
3785 2018-09-08 Tom Tromey <tom@tromey.com>
3786
3787 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3788
3789 2018-09-08 Tom Tromey <tom@tromey.com>
3790
3791 PR python/16047:
3792 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3793 (register_pretty_printers): Register new printer.
3794 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3795 test.
3796 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3797 (an_int_type3): New global.
3798
3799 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3800
3801 * gdb.ada/expr_with_funcall: New testcase.
3802
3803 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.ada/packed_array_assign: New testcase.
3806
3807 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3808
3809 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3810 names, and add test prefixes to make test names unique.
3811
3812 2018-09-05 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.dwarf2/varval.exp: Add test.
3815
3816 2018-09-04 Gary Benson <gbenson@redhat.com>
3817
3818 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3819 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3820
3821 2018-08-31 Tom Tromey <tom@tromey.com>
3822
3823 * gdb.rust/simple.rs: Rename second variable "v".
3824
3825 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb.base/funcargs.c (use_a): New function.
3828 (recurse): Call use_a.
3829
3830 2018-08-29 Keith Seitz <keiths@redhat.com>
3831
3832 * gdb.compile/compile-cplus-anonymous.cc: New file.
3833 * gdb.compile/compile-cplus-anonymous.exp: New file.
3834 * gdb.compile/compile-cplus-array-decay.cc: New file.
3835 * gdb.compile/compile-cplus-array-decay.exp: New file.
3836 * gdb.compile/compile-cplus-inherit.cc: New file.
3837 * gdb.compile/compile-cplus-inherit.exp: New file.
3838 * gdb.compile/compile-cplus-member.cc: New file.
3839 * gdb.compile/compile-cplus-member.exp: New file.
3840 * gdb.compile/compile-cplus-method.cc: New file.
3841 * gdb.compile/compile-cplus-method.exp: New file.
3842 * gdb.compile/compile-cplus-mod.c: "New" file.
3843 * gdb.compile/compile-cplus-namespace.cc: New file.
3844 * gdb.compile/compile-cplus-namespace.exp: New file.
3845 * gdb.compile/compile-cplus-nested.cc: New file.
3846 * gdb.compile/compile-cplus-nested.exp: New file.
3847 * gdb.compile/compile-cplus-print.c: "New" file.
3848 * gdb.compile/compile-cplus-print.exp: "New" file.
3849 * gdb.compile/compile-cplus-virtual.cc: New file.
3850 * gdb.compile/compile-cplus-virtual.exp: New file.
3851 * gdb.compile/compile-cplus.c: "New" file.
3852 * gdb.compile/compile-cplus.exp: "New" file.
3853 * lib/compile-support.exp: New file.
3854
3855 2018-08-16 Gary Benson <gbenson@redhat.com>
3856
3857 PR gdb/13000:
3858 * gdb.base/batch-exit-status.exp: New file.
3859 * gdb.base/batch-exit-status.good-commands: Likewise.
3860 * gdb.base/batch-exit-status.bad-commands: Likewise.
3861
3862 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3863
3864 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3865 (struct struct02): Likewise.
3866 (struct struct03): Likewise.
3867 (struct struct04): Likewise.
3868 (struct struct_01_01): New struct.
3869 (struct struct_01_02): Likewise.
3870 (struct struct_01_03): Likewise.
3871 (struct struct_01_04): Likewise.
3872 (struct struct_02_01): Likewise.
3873 (struct struct_02_02): Likewise.
3874 (struct struct_02_03): Likewise.
3875 (struct struct_02_04): Likewise.
3876 (struct struct_04_01): Likewise.
3877 (struct struct_04_02): Likewise.
3878 (struct struct_04_03): Likewise.
3879 (struct struct_04_04): Likewise.
3880 (struct struct_05_01): Likewise.
3881 (struct struct_05_02): Likewise.
3882 (struct struct_05_03): Likewise.
3883 (struct struct_05_04): Likewise.
3884 (cmp_struct01): Remove function.
3885 (cmp_struct02): Likewise.
3886 (cmp_struct03): Likewise.
3887 (cmp_struct04): Likewise.
3888 (cmp_struct_01_01): Add Function.
3889 (cmp_struct_01_02): Likewise.
3890 (cmp_struct_01_03): Likewise.
3891 (cmp_struct_01_04): Likewise.
3892 (cmp_struct_02_01): Likewise.
3893 (cmp_struct_02_02): Likewise.
3894 (cmp_struct_02_03): Likewise.
3895 (cmp_struct_02_04): Likewise.
3896 (cmp_struct_04_01): Likewise.
3897 (cmp_struct_04_02): Likewise.
3898 (cmp_struct_04_03): Likewise.
3899 (cmp_struct_04_04): Likewise.
3900 (cmp_struct_05_01): Likewise.
3901 (cmp_struct_05_02): Likewise.
3902 (cmp_struct_05_03): Likewise.
3903 (cmp_struct_05_04): Likewise.
3904 (call_all): Add new structs.
3905 * gdb.base/infcall-nested-structs.exp: Likewise.
3906
3907 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3908
3909 * gdb.python/py-framefilter-mi.exp: Update regexp to
3910 check for "arch" field in frame output.
3911
3912 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3913
3914 * gdb.dwarf2/dw2-ranges-func.c: New file.
3915 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3916
3917 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3918
3919 * gdb.base/term.exp: Compare terminal settings with values from
3920 the inferior.
3921 * gdb.base/term.c: Get and set terminal settings.
3922
3923 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3924
3925 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3926 accommodate new "arch" field in frame output.
3927 * gdb.mi/mi-return.exp: Likewise.
3928 * gdb.mi/mi-stack.exp: Likewise.
3929 * gdb.mi/mi-syn-frame.exp: Likewise.
3930 * gdb.mi/user-selected-context-sync.exp: Likewise.
3931
3932 2018-08-19 Michael Spang <spang@google.com>
3933
3934 PR gdb/11786
3935 * gdb.base/gcore-tls-pie.c: New file.
3936 * gdb.base/gcore-tls-pie.exp: New file.
3937
3938 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3939
3940 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3941 * gdb.dwarf2/varval.c: New file.
3942 * gdb.dwarf2/varval.exp: New file.
3943
3944 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3945
3946 PR gdb/18931
3947 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3948
3949 2018-08-16 Keith Seitz <keiths@redhat.com>
3950
3951 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3952 tests expected to pass.
3953
3954 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3955
3956 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3957 -data-disassemble -a.
3958 (test_disassembly_bogus_args): Likewise.
3959
3960 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3961
3962 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3963
3964 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3965
3966 * gdb.base/vla-optimized-out.exp: Add new test.
3967
3968 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3969
3970 * gdb.base/vla-optimized-out-o3.exp: Delete.
3971 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3972 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3973 deleted tests.
3974
3975 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 PR gdb/18050:
3978 * gdb.server/extended-remote-restart.c: New file.
3979 * gdb.server/extended-remote-restart.exp: New file.
3980
3981 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3982
3983 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3984 "set variable index = 42".
3985
3986 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3987
3988 * boards/index-cache-gdb.exp: New file.
3989 * gdb.dwarf2/index-cache.exp: New file.
3990 * gdb.dwarf2/index-cache.c: New file.
3991 * gdb.base/maint.exp: Check if we are using the index cache.
3992
3993 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3994
3995 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3996 MAKEFLAGS.
3997
3998 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3999
4000 * dg-extract-results.sh: Move to toplevel contrib.
4001 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4002 * Makefile.in (check-parallel-racy): Likewise.
4003
4004 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4005
4006 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4007 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4008 tests if the target supports scheduler locking.
4009
4010 2018-08-04 Tom de Vries <tdevries@suse.de>
4011
4012 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4013
4014 2018-08-02 Tom Tromey <tom@tromey.com>
4015
4016 PR symtab/16842.
4017 * gdb.cp/temargs.exp: Test "info address" of a template
4018 parameter.
4019
4020 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4021
4022 * gdb.python/py-mi-var-info-path-expression.c: New file.
4023 * gdb.python/py-mi-var-info-path-expression.py: New file.
4024 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4025
4026 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4027
4028 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4029 error after "cannot resolve name" string.
4030
4031 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4032
4033 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4034 started.
4035 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4036
4037 2018-07-28 Tom de Vries <tdevries@suse.de>
4038
4039 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4040
4041 2018-07-26 Tom de Vries <tdevries@suse.de>
4042
4043 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4044
4045 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4046
4047 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4048 is visible.
4049
4050 2018-07-26 Tom de Vries <tdevries@suse.de>
4051
4052 PR breakpoints/23366
4053 * gdb.base/catch-follow-exec.c: New test.
4054 * gdb.base/catch-follow-exec.exp: New file.
4055
4056 2018-07-25 Tom de Vries <tdevries@suse.de>
4057
4058 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4059 vla-optimized-out.c.
4060
4061 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4062
4063 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4064 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4065
4066 2018-07-20 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4069 NOCLONE macro.
4070 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4071
4072 2018-07-19 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4075 regular expression.
4076
4077 2018-07-18 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.base/vla-optimized-out.c: New test.
4080 * gdb.base/vla-optimized-out.exp: New file.
4081
4082 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4083
4084 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4085 message "No address associated with hostname" when gdbserver
4086 cannot resolve the hostname.
4087
4088 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4089
4090 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4091 Add some test prefixes to make tests unique.
4092
4093 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4094
4095 * gdb.base/frameapply.c: New file.
4096 * gdb.base/frameapply.exp: New file.
4097
4098 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4099
4100 * gdb.base/skip.exp: Update expected error message.
4101
4102 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4103 Jan Kratochvil <jan.kratochvil@redhat.com>
4104 Paul Fertser <fercerpav@gmail.com>
4105 Tsutomu Seki <sekiriki@gmail.com>
4106
4107 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4108 parameter.
4109 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4110 by default.
4111 * boards/native-gdbserver.exp: Likewise.
4112 * gdb.server/run-without-local-binary.exp: Improve regexp used
4113 for detecting when a remote debugging connection succeeds.
4114 * gdb.server/server-connect.exp: New file.
4115 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4116 Do not prefix the port number with ":".
4117 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4118 support for detecting and using it. Add '$debughost_gdbserver'
4119 to the list of arguments used to start gdbserver. Handle case
4120 when gdbserver cannot resolve a network name.
4121
4122 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4123
4124 PR c++/23373
4125 * gdb.base/ptype-offsets.cc (struct static_member): New
4126 struct.
4127 (main) <stmember>: New variable.
4128 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4129 with a static member in it.
4130
4131 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4132
4133 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4134 watchpoints enabled and disabled.
4135
4136 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4137
4138 * gdb.base/examine-backward.exp: Still run tests around address
4139 0x0, even if address 0x0 is not readable. Update the pattern for
4140 matching address 0x0 in expected output.
4141
4142 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4143
4144 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4145 malloc/free.
4146
4147 2018-07-04 Tom de Vries <tdevries@suse.de>
4148
4149 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4150
4151 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4152
4153 PR tdep/8282
4154 * gdb.arch/mips-disassembler-options.exp: New test.
4155 * gdb.arch/mips-disassembler-options.s: New test source.
4156
4157 2018-06-29 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.threads/names.exp: Adjust expected "info threads" output.
4160
4161 2018-06-29 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.opt/inline-break.exp (line number, address): Add "info
4164 break" tests.
4165
4166 2018-06-29 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4169 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4170 number and address and running to them.
4171
4172 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4173
4174 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4175
4176 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4177
4178 * lib/compiler.c: Remove executable permission flag.
4179
4180 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4181
4182 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4183 code.
4184 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4185
4186 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4187
4188 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4189
4190 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4191
4192 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4193 address argument is omitted.
4194
4195 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4196
4197 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4198
4199 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4200
4201 PR gdb/21695
4202 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4203 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4204
4205 2018-06-26 Tom Tromey <tom@tromey.com>
4206
4207 PR rust/22574:
4208 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4209 * gdb.rust/simple.rs (struct SimpleLayout): New.
4210
4211 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4212
4213 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4214 "info registers" output.
4215
4216 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4217
4218 * gdb.base/watchpoint-hw-attach.c: New test.
4219 * gdb.base/watchpoint-hw-attach.exp: New file.
4220
4221 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4224 through /bin/sh.
4225 * boards/dwarf4-gdb-index.exp: Likewise.
4226 * boards/fission-dwp.exp: Likewise.
4227
4228 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4229
4230 * gdb.base/float128.exp: Add comment and improved fail message
4231 to the failure case of "print large128" test.
4232
4233 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4234
4235 * configure.ac: Remove AC_PREREQ.
4236 * configure: Re-generate.
4237
4238 2018-06-19 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4241 (func_extern_caller): New.
4242 (main): Call func_extern_caller.
4243 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4244 logic change.
4245
4246 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4247
4248 PR gdb/16841
4249 * gdb.cp/typedef-base.cc: New file.
4250 * gdb.cp/typedef-base.exp: New file.
4251
4252 2018-06-18 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4255
4256 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4257 Richard Bunt <Richard.Bunt@arm.com>
4258
4259 * gdb.threads/attach-slow-waitpid.c: New file.
4260 * gdb.threads/attach-slow-waitpid.exp: New file.
4261 * gdb.threads/slow-waitpid.c: New file.
4262
4263 2018-06-14 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/fork-running-state.c: Include <errno.h>.
4266 (exit_if_relative_exits): New.
4267 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4268 exits.
4269 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4270 child exits.
4271
4272 2018-06-14 Tom de Vries <tdevries@suse.de>
4273
4274 PR cli/22573
4275 * gdb.base/finish-pretty.c: New test.
4276 * gdb.base/finish-pretty.exp: New file.
4277
4278 2018-06-14 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4281 gdb's expected startup output.
4282
4283 2018-06-14 Pedro Alves <palves@redhat.com>
4284
4285 * lib/selftest-support.exp (selftest_setup): Remove inlined
4286 function handling.
4287
4288 2018-06-14 Tom de Vries <tdevries@suse.de>
4289
4290 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4291 matching of breakpoint printing.
4292
4293 2018-06-13 Tom de Vries <tdevries@suse.de>
4294
4295 PR testsuite/23269
4296 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4297 (fork_child): ... here, and ...
4298 (fork_parent): ... here.
4299
4300 2018-06-12 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4303
4304 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4305 Stephen Roberts <stephen.roberts@arm.com>
4306
4307 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4308 rewrite test to describe action performed, rather than possible
4309 failure.
4310
4311 2018-06-08 Gary Benson <gbenson@redhat.com>
4312
4313 * gdb.threads/check-libthread-db.exp: New file.
4314 * gdb.threads/check-libthread-db.c: Likewise.
4315
4316 2018-06-05 Tom Tromey <tom@tromey.com>
4317
4318 * gdb.base/default.exp: Update expected "show version" output.
4319
4320 2018-06-05 Tom Tromey <tom@tromey.com>
4321
4322 PR cli/12326:
4323 * gdb.cp/static-print-quit.exp: Update.
4324 * lib/gdb.exp (pagination_prompt): Update.
4325 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4326 * gdb.python/python.exp: Update.
4327
4328 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4329
4330 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4331
4332 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4333
4334 * gdb.ada/bp_fun_addr: New testcase.
4335
4336 2018-06-01 Tom Tromey <tom@tromey.com>
4337
4338 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4339 results.
4340 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4341 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4342 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4343 * gdb.base/maint.exp (maint_pass_if): Update.
4344
4345 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4346
4347 * gdb.base/endian.exp: New test.
4348 * gdb.base/endian.c: New test source.
4349
4350 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 PR gdb/23203
4353 * gdb.base/bt-selected-frame.c: New file.
4354 * gdb.base/bt-selected-frame.exp: New file.
4355 * lib/gdb.exp (get_current_frame_number): New function.
4356
4357 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4358 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.threads/tls-core.c: Include <stdlib.h>
4361 (thread_proc): Call `abort'.
4362 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4363 (tls_core_test): New procedure, bits factored out from ...
4364 (top level): ... here. Test both native cores and gcore cores.
4365
4366 2018-05-23 Tom Tromey <tom@tromey.com>
4367
4368 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4369
4370 2018-05-23 Tom Tromey <tom@tromey.com>
4371
4372 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4373 symfile_complaints.
4374 (test_short_complaints): Likewise.
4375 (test_empty_complaints): Likewise.
4376 (test_initial_complaints): Update.
4377
4378 2018-05-23 Tom Tromey <tom@tromey.com>
4379
4380 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4381
4382 2018-05-23 Tom Tromey <tom@tromey.com>
4383
4384 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4385 (test_short_complaints): Update.
4386
4387 2018-05-22 Pedro Alves <palves@redhat.com>
4388
4389 * gdb.base/remote.exp: Only gdb_start after compiling the
4390 testcase. Issue "disconnect" before testing "set remote" command
4391 defaults. Issue clean_restart before running to main.
4392
4393 2018-05-22 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/remote.exp: Adjust expected output of "show remote
4396 memory-write-packet-size". Add tests for "set remote
4397 memory-write-packet-size 0" and "set remote
4398 memory-write-packet-size fixed/limit".
4399
4400 2018-05-22 Pedro Alves <palves@redhat.com>
4401
4402 PR gdb/22973
4403 * gdb.base/utf8-identifiers.c: New file.
4404 * gdb.base/utf8-identifiers.exp: New file.
4405
4406 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4407
4408 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4409
4410 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4411
4412 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4413
4414 2018-05-18 Tom Tromey <tom@tromey.com>
4415
4416 * gdb.base/ptype-offsets.exp: Update.
4417
4418 2018-05-17 Keith Seitz <keiths@redhat.com>
4419
4420 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4421 in expected breakpoint stop locations.
4422 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4423 move to proper scope to test variable values.
4424 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4425 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4426 New functions.
4427 (main): Call not_inline_func3.
4428 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4429 inline_func1, inline_func2, and inline_func3. Test that when each
4430 breakpoint is hit, GDB properly reports both the stop location
4431 and the backtrace. Repeat tests for temporary breakpoints.
4432
4433 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4434
4435 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4436 rather then trying to access it in determining whether the PID
4437 of `gdbserver' could have been retrieved.
4438
4439 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.arch/amd64-init-x87-values.S: New file.
4442 * gdb.arch/amd64-init-x87-values.exp: New file.
4443
4444 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4445
4446 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4447
4448 2018-05-04 Tom Tromey <tom@tromey.com>
4449
4450 PR python/22730:
4451 * gdb.python/python.exp: Test multi-line execute.
4452
4453 2018-05-04 Tom Tromey <tom@tromey.com>
4454
4455 PR python/22731:
4456 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4457
4458 2018-05-04 Tom Tromey <tom@tromey.com>
4459
4460 PR gdb/11750:
4461 * gdb.base/define.exp: Test defining a user command inside a user
4462 command.
4463 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4464
4465 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4466 Pedro Alves <palves@redhat.com>
4467
4468 PR breakpoints/19806 and support for PR external/20207.
4469 * gdb.base/watchpoint-unaligned.c: New file.
4470 * gdb.base/watchpoint-unaligned.exp: New file.
4471
4472 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4473
4474 * gdb.base/maint.exp: Make test names unique, use
4475 test_prefix_command_help to test 'help maint info', and remove
4476 repeated test of 'help maint'.
4477
4478 2018-05-04 Tom Tromey <tom@tromey.com>
4479
4480 PR gdb/22619:
4481 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4482 behavior.
4483
4484 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4485
4486 * gdb.base/maint.exp: Process output from 'maint print registers'
4487 line at a time.
4488
4489 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4492 timeout.
4493
4494 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4495
4496 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4497 filter pattern.
4498
4499 2018-05-02 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4502 to_log_command renames.
4503 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4504
4505 2018-05-02 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.python/py-parameter.exp: Set test message.
4508
4509 2018-05-02 Tom Tromey <tom@tromey.com>
4510
4511 PR python/20084:
4512 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4513 PARAM_ZUINTEGER_UNLIMITED tests.
4514
4515 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4516
4517 PR rust/23124
4518 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4519 when casting.
4520
4521 2018-04-30 Tom Tromey <tom@tromey.com>
4522
4523 * gdb.python/py-type.exp: Check align attribute.
4524 * gdb.python/py-type.c: New "aligncheck" global.
4525
4526 2018-04-30 Tom Tromey <tom@tromey.com>
4527
4528 PR exp/17095:
4529 * gdb.dwarf2/dw2-align.exp: New file.
4530 * gdb.cp/align.exp: New file.
4531 * gdb.base/align.exp: New file.
4532 * lib/gdb.exp (gdb_int128_helper): New proc.
4533 (has_int128_c, has_int128_cxx): New caching procs.
4534
4535 2018-04-27 Tom Tromey <tom@tromey.com>
4536
4537 PR rust/22545:
4538 * gdb.rust/simple.exp: Add inclusive range tests.
4539
4540 2018-04-26 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4543 ifunc breakpoint locations correctly of ifunc breakpoints set
4544 while the program resolves the ifunc.
4545
4546 2018-04-26 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/gnu-ifunc-final.c: New file.
4549 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4550 * gdb.base/gnu-ifunc.exp (executable): Delete.
4551 (staticexecutable): Adjust.
4552 (lib_opts, exec_opts): Delete.
4553 (make_binsuffix, build, set-break): New procedures.
4554 (misc_tests): New, with tests factored out from the top level.
4555 (top level): Test different combinations of ifunc resolver name,
4556 resolver with and with debug info, and ifunc target with and
4557 without debug info. Wrap static tests with with_target_prefix.
4558
4559 2018-04-26 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4562 return type" warnings.
4563
4564 2018-04-25 Pedro Alves <palves@redhat.com>
4565
4566 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4567 killed".
4568 * gdb.base/kill-after-signal.exp: Likewise.
4569 * gdb.threads/kill.exp: Likewise.
4570
4571 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4572 Sergio Durigan Junior <sergiodj@redhat.com>
4573 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4576 regexps to expect for '[Inferior ... detached]' as well.
4577 * gdb.base/attach.exp: Likewise.
4578 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4579 "gdb_continue_to_end".
4580 (test_catch_syscall_with_wrong_args): Likewise.
4581 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4582 ']'. Don't set 'verbose' on.
4583 * gdb.base/foll-vfork.exp: Likewise.
4584 * gdb.base/fork-print-inferior-events.c: New file.
4585 * gdb.base/fork-print-inferior-events.exp: New file.
4586 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4587 '[Inferior ... has been killed]' message.
4588 * gdb.base/kill-after-signal.exp: Likewise.
4589 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4590 detach message.
4591 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4592 message.
4593 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4594 regexps to expect for '[Inferior ... detached]' as well.
4595 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4596
4597 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4598
4599 PR gdb/23104
4600 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4601
4602 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4603
4604 PR gdb/23095
4605 * gdb.base/break-probes.exp: Pass shlib_load to
4606 prepare_for_testing. Set normal_bp to r_debug_state if target is
4607 bsd.
4608
4609 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4610
4611 * gdb.threads/multiple-successive-infcall.c: New test.
4612 * gdb.threads/multiple-successive-infcall.exp: New file.
4613
4614 2018-04-17 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.rust/simple.rs (Union): New type.
4617 (main): New local "u".
4618 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4619
4620 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4621
4622 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4623 number information in output of "whereis" command.
4624 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4625
4626 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4627
4628 * gdb.ada/info_types.exp: Adjust expected output to the line
4629 numbers now printed by "info var/func/type".
4630 * gdb.base/completion.exp: Likewise.
4631 * gdb.base/included.exp: Likewise.
4632 * gdb.cp/cp-relocate.exp: Likewise.
4633 * gdb.cp/cplusfuncs.exp: Likewise.
4634 * gdb.cp/namespace.exp: Likewise.
4635 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4636
4637 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4638
4639 * gdb.btrace/cpu.exp: New.
4640
4641 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4642
4643 * gdb.base/step-indirect-call-thunk.exp: New.
4644 * gdb.base/step-indirect-call-thunk.c: New.
4645 * gdb.reverse/step-indirect-call-thunk.exp: New.
4646 * gdb.reverse/step-indirect-call-thunk.c: New.
4647
4648 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4649
4650 * gdb.base/pie-fork.c: New file.
4651 * gdb.base/pie-fork.exp: New file.
4652
4653 2018-04-11 Tom Tromey <tom@tromey.com>
4654
4655 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4656
4657 2018-04-10 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4660 exits. Instead loop running forever.
4661 (fork_parent): Run forever too.
4662
4663 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4664
4665 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4666 mi_continue_to_line.
4667 * gdb.mi/mi-stack.c (callee4): Add comment.
4668
4669 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4670
4671 * gdb.mi/mi-stack.exp: Fix indentation.
4672
4673 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4674
4675 PR gdb/22979
4676 * gdb.arch/amd64-osabi.exp: New file.
4677
4678 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4679
4680 PR gdb/22980
4681 * gdb.base/osabi.exp: New file.
4682
4683 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4684
4685 * gdb.cp/static-typedef-print.exp: New file.
4686 * gdb.cp/static-typedef-print.cc: New file.
4687
4688 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4689
4690 * gdb.ada/varsize_limit: New testcase.
4691
4692 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4693
4694 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4695
4696 * gdb.ada/notcplusplus: New testcase.
4697
4698 * gdb.base/c-linkage-name.c: New file.
4699 * gdb.base/c-linkage-name.exp: New testcase.
4700
4701 2018-03-26 Tom Tromey <tom@tromey.com>
4702
4703 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4704 * gdb.python/py-framefilter.py (name_error): New global.
4705 (ErrorInName.function): Use name_error.
4706
4707 2018-03-26 Tom Tromey <tom@tromey.com>
4708
4709 PR backtrace/15582:
4710 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4711
4712 2018-03-23 Keith Seitz <keiths@redhat.com>
4713
4714 PR c++/22968
4715 * gdb.cp/subtypes.exp: New file.
4716 * gdb.cp/subtypes.h: New file.
4717 * gdb.cp/subtypes.cc: New file.
4718 * gdb.cp/subtypes-2.cc: New file.
4719
4720 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4721
4722 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4723 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4724 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4725 -nostartfiles when compiling the test. Confirm that all registers
4726 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4727
4728 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4731 option, syntax was wrong anyway.
4732 * gdb.arch/arm-disp-step.exp: Likewise.
4733 * gdb.arch/sparc64-regs.exp: Likewise.
4734 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4735 option, syntax was wrong anyway, switch to use
4736 prepare_for_testing.
4737 * gdb.arch/i386-disp-step.exp: Likewise.
4738
4739 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4740
4741 * gdb.ada/exec_changed.exp: Replace "target_info exists
4742 use_gdb_stub" by "use_gdb_stub".
4743 * gdb.ada/start.exp: Likewise.
4744 * gdb.base/async-shell.exp: Likewise.
4745 * gdb.base/attach-pie-misread.exp: Likewise.
4746 * gdb.base/attach-wait-input.exp: Likewise.
4747 * gdb.base/break-entry.exp: Likewise.
4748 * gdb.base/break-interp.exp: Likewise.
4749 * gdb.base/dprintf-detach.exp: Likewise.
4750 * gdb.base/nostdlib.exp: Likewise.
4751 * gdb.base/solib-nodir.exp: Likewise.
4752 * gdb.base/statistics.exp: Likewise.
4753 * gdb.base/testenv.exp: Likewise.
4754 * gdb.mi/mi-exec-run.exp: Likewise.
4755 * gdb.mi/mi-start.exp: Likewise.
4756 * gdb.multi/dummy-frame-restore.exp: Likewise.
4757 * gdb.multi/multi-arch-exec.exp: Likewise.
4758 * gdb.multi/multi-arch.exp: Likewise.
4759 * gdb.multi/tids.exp: Likewise.
4760 * gdb.multi/watchpoint-multi.exp: Likewise.
4761 * gdb.python/py-events.exp: Likewise.
4762 * gdb.threads/attach-into-signal.exp: Likewise.
4763 * gdb.threads/attach-stopped.exp: Likewise.
4764 * gdb.threads/threadapply.exp: Likewise.
4765 * lib/selftest-support.exp: Likewise.
4766
4767 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4768
4769 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4770
4771 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4772
4773 * gdb.perf/template-breakpoints.cc: New file.
4774 * gdb.perf/template-breakpoints.exp: New file.
4775 * gdb.perf/template-breakpoints.py: New file.
4776
4777 2018-03-19 Tom Tromey <tom@tromey.com>
4778
4779 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4780 y0.
4781 * gdb.rust/simple.exp: Test bare identifier form of struct
4782 initializer.
4783
4784 2018-03-19 Tom Tromey <tom@tromey.com>
4785
4786 * gdb.gdb/observer.exp: Remove.
4787
4788 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4789
4790 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4791 "qualified" option when setting breakpoints.
4792 * gdb.trace/backtrace.exp: Likewise.
4793 * gdb.trace/circ.exp: Likewise.
4794 * gdb.trace/collection.exp: Likewise.
4795 * gdb.trace/disconnected-tracing.exp: Likewise.
4796 * gdb.trace/ftrace-lock.exp: Likewise.
4797 * gdb.trace/ftrace.exp: Likewise.
4798 * gdb.trace/infotrace.exp: Likewise.
4799 * gdb.trace/packetlen.exp: Likewise.
4800 * gdb.trace/passc-dyn.exp: Likewise.
4801 * gdb.trace/qtro.exp: Likewise.
4802 * gdb.trace/read-memory.exp: Likewise.
4803 * gdb.trace/report.exp: Likewise.
4804 * gdb.trace/signal.exp: Likewise.
4805 * gdb.trace/status-stop.exp: Likewise.
4806 * gdb.trace/strace.exp: Likewise.
4807 * gdb.trace/tfind.exp: Likewise.
4808 * gdb.trace/trace-break.exp: Likewise.
4809 * gdb.trace/trace-condition.exp: Likewise.
4810 * gdb.trace/trace-mt.exp: Likewise.
4811 * gdb.trace/tstatus.exp: Likewise.
4812 * gdb.trace/tsv.exp: Likewise.
4813 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4814 * gdb.trace/unavailable.exp: Likewise.
4815 * gdb.trace/while-dyn.exp: Likewise.
4816
4817 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4818
4819 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4820 that libinproctrace is copied to the target.
4821
4822 2018-03-14 Tom Tromey <tom@tromey.com>
4823
4824 PR cli/14977:
4825 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4826 a null pointer.
4827 * gdb.base/wchar.exp: Likewise.
4828
4829 2018-03-14 Tom Tromey <tom@tromey.com>
4830
4831 PR cli/19918:
4832 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4833 flag.
4834
4835 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 PR gdb/22841
4838 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4839 "target" to remote_exec.
4840
4841 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4842
4843 PR gdb/22841
4844 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4845 ${board}_upload): Remove.
4846
4847 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4848
4849 * gdb.cp/watch-cp.cc: New test.
4850 * gdb.cp/watch-cp.exp: New file.
4851
4852 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4853
4854 * gdb.base/infcall-nested-structs.exp: New file.
4855 * gdb.base/infcall-nested-structs.c: New file.
4856 * gdb.base/float.exp: Add riscv support.
4857
4858 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4859
4860 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4861 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4862
4863 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4864
4865 * gdb.server/abspath.exp: New file.
4866 * lib/gdb.exp (with_cwd): New procedure.
4867
4868 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4869
4870 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4871 use it.
4872 (gdb_is_target_remote_prompt): New proc.
4873 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4874 (gdb_is_target_native): Pass prompt parameter to
4875 gdb_is_target_1.
4876
4877 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4878
4879 * gdb.base/load-command.c: New file.
4880 * gdb.base/load-command.exp: New file.
4881 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4882 (gdb_is_target_1): ...this, and generalize for other targets
4883 than just remote.
4884 (gdb_is_target_remote): Use gdb_is_target_1.
4885 (gdb_is_target_native): use gdb_is_target_1.
4886
4887 2018-02-26 Tom Tromey <tom@tromey.com>
4888
4889 PR python/16497:
4890 * gdb.python/py-framefilter.exp: Update test.
4891
4892 2018-02-26 Tom Tromey <tom@tromey.com>
4893
4894 * gdb.dwarf2/variant.c: New file.
4895 * gdb.dwarf2/variant.exp: New file.
4896
4897 2018-02-26 Tom Tromey <tom@tromey.com>
4898
4899 * gdb.rust/simple.exp: Accept more possible results in enum test.
4900
4901 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4902
4903 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4904 parentheses.
4905
4906 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4907
4908 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4909 name of a variable: $actual_linejj -> $actual_line.
4910
4911 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4912
4913 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4914
4915 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4916
4917 * gdb.btrace/buffer-size.exp: Do not force BTS.
4918
4919 2018-02-14 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4922 getting a "Quit".
4923
4924 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4925
4926 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4927 Fix test name.
4928
4929 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4930
4931 * gdb.cp/m-static.exp: Check type of optimized out static
4932 member.
4933
4934 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4935
4936 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4937 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4938
4939 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4940 Leszek Swirski <leszeks@google.com>
4941
4942 * gdb.python/py-prettyprint.c
4943 (struct to_string_returns_value_inner,
4944 struct to_string_returns_value_wrapper): New.
4945 (main): Add tsrvw variable.
4946 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4947 ToStringReturnsValueWrapper): New classes.
4948 (register_pretty_printers): Register new pretty-printers.
4949 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4950 recursive pretty printer.
4951 * gdb.python/py-mi.exp: Likewise.
4952
4953 2018-02-01 Leszek Swirski <leszeks@google.com>
4954
4955 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4956 functions with the same name as an include file are parsed
4957 correctly.
4958
4959 2018-02-01 Yao Qi <yao.qi@linaro.org>
4960
4961 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4962 "\[^\r\n\]*".
4963
4964 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4965
4966 * gdb.arch/powerpc-prologue-frame.s: New file.
4967 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4968 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4969
4970 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4971
4972 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4973
4974 2018-01-30 Pedro Alves <palves@redhat.com>
4975
4976 PR gdb/13211
4977 * gdb.base/interrupt-daemon.c: New.
4978 * gdb.base/interrupt-daemon.exp: New.
4979 * gdb.multi/multi-term-settings.c: New.
4980 * gdb.multi/multi-term-settings.exp: New.
4981
4982 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4983
4984 * gdb.base/break.exp: Save the location where the breakpoint
4985 on break.c:47 was actually inserted when debugging the version
4986 compiled at -O2 and use it in the expected output of the "info
4987 break" test performed soon after.
4988
4989 2018-01-22 Pedro Alves <palves@redhat.com>
4990 Sergio Durigan Junior <sergiodj@redhat.com>
4991
4992 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4993 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4994
4995 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4996
4997 * gdb.base/break-include.c, gdb.base/break-include.inc,
4998 gdb.base/break-include.exp: New files.
4999 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5000 line number now being the actual line number where the breakpoint
5001 was inserted.
5002 * gdb.mi/mi-break.exp: Likewise.
5003 * gdb.mi/mi-reverse.exp: Likewise.
5004 * gdb.mi/mi-simplerun.exp: Ditto.
5005
5006 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5009 varobj.
5010 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5011
5012 2018-01-21 Don Breazeal <donb@codesourcery.com>
5013 Andrew Burgess <andrew.burgess@embecosm.com>
5014
5015 * gdb.mi/basics.c: Add new global.
5016 * gdb.mi/mi-frame-regs.exp: New file.
5017 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5018 case.
5019
5020 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5021
5022 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5023 non-parameter, and on an unknown symbol.
5024
5025 2018-01-19 Tom Tromey <tom@tromey.com>
5026
5027 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5028 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5029
5030 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5031
5032 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5033 setrlimit and chdir to int.
5034
5035 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5036
5037 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5038 function.
5039 (my_tend): Likewise.
5040 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5041 rationale of avoiding FP- and vector instructions.
5042
5043 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5044
5045 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5046 "info reg" with "\[ \t\]*".
5047 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5048 "\[ \t\]+".
5049 * gdb.arch/s390-multiarch.exp: Ditto.
5050 * gdb.base/pc-fp.exp: Ditto.
5051 * gdb.reverse/i386-precsave.exp: Ditto.
5052 * gdb.reverse/i386-reverse.exp: Ditto.
5053 * gdb.reverse/i387-env-reverse.exp: Ditto.
5054 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5055
5056 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5057
5058 * lib/gdb.exp (gdb_compile): Re-enable use of
5059 universal_compile_options for languages other than Rust.
5060
5061 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5064
5065 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5066
5067 PR gdb/16577
5068 * gdb.base/solib-vanish.exp: New.
5069 * gdb.base/solib-vanish-main.c: New.
5070 * gdb.base/solib-vanish-lib1.c: New.
5071 * gdb.base/solib-vanish-lib2.c: New.
5072
5073 2018-01-17 Yao Qi <yao.qi@linaro.org>
5074
5075 * gdb.compile/compile.exp: Match the address printed for
5076 frame in the output of command "bt".
5077
5078 2018-01-15 Tom Tromey <tom@tromey.com>
5079
5080 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5081 compute sp_reg.
5082
5083 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5086 to prepare.
5087 (prepare): Return 0 on error, 1 on success.
5088
5089 2018-01-12 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/continue-after-aborted-step-over.c: New.
5092 * gdb.base/continue-after-aborted-step-over.exp: New.
5093
5094 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5095
5096 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5097 options when not creating an executable.
5098
5099 2018-01-11 Pedro Alves <palves@redhat.com>
5100
5101 PR remote/22597
5102 * gdb.server/stop-reply-no-thread.c: New file.
5103 * gdb.server/stop-reply-no-thread.exp: New file.
5104
5105 2018-01-10 Pedro Alves <palves@redhat.com>
5106
5107 PR gdb/22670
5108 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5109 functions too. Test setting breakpoints and printing C functions
5110 with no debug info too.
5111 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5112
5113 2018-01-10 Pedro Alves <palves@redhat.com>
5114
5115 PR gdb/22670
5116 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5117 a fail.
5118
5119 2018-01-10 Pedro Alves <palves@redhat.com>
5120
5121 PR gdb/22670
5122 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5123
5124 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5125
5126 * gdb.server/unittest.exp: Match the output in non-development
5127 mode.
5128
5129 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5130
5131 * gdb.gdb/unittest.exp: Match output in non-development mode.
5132
5133 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5134
5135 * gdb.ada/access_tagged_param.exp: Relax expected output
5136 for value of "ObjL" in "continue" to pck.inspect breakpoint
5137 test.
5138
5139 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5140
5141 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5142 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5143
5144 2018-01-05 Pedro Alves <palves@redhat.com>
5145
5146 PR gdb/18653
5147 * gdb.base/libsegfault.exp: New.
5148
5149 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5150
5151 PR gdb/22670
5152 * gdb.ada/access_tagged_param.exp: New file.
5153 * gdb.ada/access_tagged_param/foo.adb: New file.
5154
5155 2018-01-05 Pedro Alves <palves@redhat.com>
5156
5157 PR gdb/22670
5158 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5159 exercise lower case too, and to exercise both full matching and
5160 wild matching.
5161
5162 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5163
5164 * gdb.ada/rename_subscript_param: New testcase.
5165
5166 2018-01-05 Jerome Guitton <guitton@adacore.com>
5167
5168 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5169
5170 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.ada/convvar_comp: New testcase.
5173
5174 2018-01-05 Xavier Roirand <roirand@adacore.com>
5175
5176 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5177 (My_Table): New global variable.
5178 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5179
5180 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5181
5182 PR gdb/22670
5183 * gdb.ada/maint_with_ada: New testcase.
5184
5185 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5186
5187 PR gdb/22670
5188 * gdb.ada/bp_c_mixed_case: New testcase.
5189
5190 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5191
5192 PR gdb/22670
5193 * gdb.ada/complete.exp: Add "complete break ada" test.
5194
5195 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5196
5197 PR gdb/22670
5198 * gdb.ada/info_addr_mixed_case: New testcase.
5199
5200 2018-01-03 Xavier Roirand <roirand@adacore.com>
5201
5202 * gdb.ada/excep_handle.exp: New testcase.
5203 * gdb.ada/excep_handle/foo.adb: New file.
5204 * gdb.ada/excep_handle/pck.ads: New file.
5205
5206 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5207
5208 * gdb.base/step-line.c: Add extra empty line in copyright header.
5209 * gdb.base/step-line.inp: Likewise.
5210
5211 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5212
5213 * gdb.ada/dyn_stride.exp: Add slice test.
5214
5215 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5216
5217 * gdb.ada/dyn_stride: New testcase.
5218
5219 2017-12-27 Stafford Horne <shorne@gmail.com>
5220
5221 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5222 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5223
5224 2017-12-27 Stafford Horne <shorne@gmail.com>
5225
5226 * gdb.base/reggroups.c: New file.
5227 * gdb.base/reggroups.exp: New file.
5228
5229 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5230
5231 * gdb.dwarf2/ada-valprint-error.c: New file.
5232 * gdb.dwarf2/ada-valprint-error.exp: New file.
5233
5234 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5235
5236 * gdb.ada/assign_arr: New testcase.
5237
5238 2017-12-18 Xavier Roirand <roirand@adacore.com>
5239
5240 * gdb.ada/funcall_ptr: New testcase.
5241
5242 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5243
5244 PR cli/16224
5245 * gdb.base/ptype-offsets.cc: New file.
5246 * gdb.base/ptype-offsets.exp: New file.
5247
5248 2017-12-15 Yao Qi <yao.qi@linaro.org>
5249
5250 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5251 if XML is disabled.
5252
5253 2017-12-15 Xavier Roirand <roirand@adacore.com>
5254
5255 * gdb.ada/same_component_name: New testcase.
5256
5257 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5258
5259 * gdb.ada/str_binop_equal: New testcase.
5260
5261 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5262
5263 * gdb.ada/task_switch_in_core: New testcase.
5264
5265 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5266
5267 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5268 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5269 call test_bkpt_qualified.
5270 (test_bkpt_qualified): New proc.
5271
5272 2017-12-13 Pedro Alves <palves@redhat.com>
5273
5274 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5275 Tighten regexp by matching with an anchor.
5276
5277 2017-12-13 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5280 ("expression with namespace"): New set of tests.
5281 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5282 (Nested::Test_NS::qux): New.
5283 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5284 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5285
5286 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5287
5288 * gdb.base/server-del-break.c: New file.
5289 * gdb.base/server-del-break.exp: New file.
5290
5291 2017-12-12 Stafford Horne <shorne@gmail.com>
5292
5293 * gdb.xml/tdesc-regs.exp: Add or1k support.
5294
5295 2017-12-12 Stafford Horne <shorne@gmail.com>
5296
5297 * gdb.base/bp-permanent.c: Define nop of or1k.
5298
5299 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5300
5301 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5302 output with components being reordered.
5303
5304 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5307 output with components being reordered.
5308
5309 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5310 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/maint.exp (check for .gdb_index): Check also for
5313 .debug_names.
5314 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5315 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5316 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5317 (.gdb_index used after symbol reloading): Support also .debug_names.
5318 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5319
5320 2017-12-08 Yao Qi <yao.qi@linaro.org>
5321
5322 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5323 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5324
5325 2017-12-08 Yao Qi <yao.qi@linaro.org>
5326
5327 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5328 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5329
5330 2017-12-08 Yao Qi <yao.qi@linaro.org>
5331
5332 * gdb.arch/aarch64-tagged-pointer.c: New file.
5333 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5334
5335 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5336
5337 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5338 "int".
5339
5340 2017-12-07 Keith Seitz <keiths@redhat.com>
5341
5342 PR breakpoints/22569
5343 * gdb.linespec/ls-errs.exp: Change expected result of "break
5344 -source this file has spaces.c -line 3".
5345 Check that an explicit source file followed by whitespace is
5346 identified as an invalid explicit location.
5347
5348 2017-12-07 Keith Seitz <keiths@redhat.com>
5349
5350 * gdb.cp/nested-types.cc: New file.
5351 * gdb.cp/nested-types.exp: New file.
5352 * lib/cp-support.exp: Load data-structures.exp library.
5353 (debug_cp_test_ptype_class): New global.
5354 (cp_ptype_class_verbose, next_line): New procedures.
5355 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5356 Add and document new return value.
5357 Switch the list of lines to a queue.
5358 Add support for new `type' key for nested type definitions.
5359 Add debugging/troubleshooting messages.
5360 * lib/data-structures.exp: New file.
5361
5362 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5365 with proc_with_prefix, don't use with_test_prefix.
5366
5367 2017-12-07 Tom Tromey <tom@tromey.com>
5368
5369 * gdb.base/break.exp: Add test for empty "commands".
5370
5371 2017-12-07 Yao Qi <yao.qi@linaro.org>
5372
5373 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5374 malloc and catch syscall.
5375
5376 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5377
5378 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5379 tests for explicit locations.
5380
5381 2017-12-06 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5384 force-disabling XML descriptions.
5385
5386 2017-12-04 Pedro Alves <palves@redhat.com>
5387
5388 PR gdb/22499
5389 * gdb.arch/amd64-disp-step-avx.S: New file.
5390 * gdb.arch/amd64-disp-step-avx.exp: New file.
5391
5392 2017-12-03 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5395 and <string.h>.
5396 (parent_function): Print distinct messages when waitpid fails, or
5397 the child exits with a signal, or the child exits for an unhandled
5398 reason.
5399 * gdb.threads/process-dies-while-detaching.exp
5400 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5401 it. Wait for both inferior output and GDB's prompt. Use an
5402 indirect spawn id list.
5403 (do_detach): New parameter 'child_exit'. Use it to compute
5404 expected inferior output.
5405 (test_detach, test_detach_watch, test_detach_killed_outside):
5406 Adjust to pass down the expected child exit kind.
5407
5408 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5409 Sergio Durigan Junior <sergiodj@redhat.com>
5410 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5413
5414 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5415
5416 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5417 to 'symbol-file' and 'add-symbol-file' can be
5418 position-independent.
5419
5420 2017-12-01 Yao Qi <yao.qi@linaro.org>
5421
5422 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5423 the URL in copyright header.
5424 * gdb.arch/aarch64-fp.exp: Likewise.
5425 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5426 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5427 * gdb.base/expand-psymtabs.exp: Likewise.
5428 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5429 * gdb.fortran/common-block.exp: Likewise.
5430 * gdb.fortran/common-block.f90: Likewise.
5431 * gdb.fortran/logical.exp: Likewise.
5432 * gdb.fortran/vla-datatypes.f90: Likewise.
5433 * gdb.fortran/vla-sub.f90: Likewise.
5434
5435 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5436
5437 * gdb.ada/repeat_dyn: New testcase.
5438
5439 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5440
5441 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5442 Update for changed thread numbering.
5443 * gdb.cell/bt.exp: Update for changed GDB output.
5444
5445 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5448 setting isremote by hand.
5449 * boards/dwarf4-gdb-index.exp: Likewise.
5450 * boards/fission.exp: Likewise.
5451 * boards/stabs.exp: Likewise.
5452
5453 2017-11-30 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.linespec/cpls-ops.exp
5456 (check_explicit_skips_function_argument): Extract the underlying
5457 type of size_t instead of hardcoding it.
5458
5459 2017-11-29 Pedro Alves <palves@redhat.com>
5460
5461 PR c++/19436
5462 * gdb.linespec/cpls-abi-tag.cc: New file.
5463 * gdb.linespec/cpls-abi-tag.exp: New file.
5464
5465 2017-11-29 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/langs.exp: Use -qualified.
5468 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5469 it.
5470 * gdb.cp/namespace.exp: Use -qualified.
5471 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5472 (overload-3, template-overload, template-ret-type, const-overload)
5473 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5474 procedures.
5475 (test_driver): Call them.
5476 * gdb.cp/save-bp-qualified.cc: New.
5477 * gdb.cp/save-bp-qualified.exp: New.
5478 * gdb.linespec/explicit.exp: Test -qualified.
5479 * lib/completion-support.exp (completion::explicit_opts_list): Add
5480 "-qualified".
5481 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5482
5483 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5484
5485 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5486
5487 2017-11-29 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.base/relocate.exp: Update invalid argument test.
5490 Add new tests for invalid arguments.
5491
5492 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5493
5494 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5495 Return 0 as a long.
5496 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5497
5498 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5499
5500 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5501 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5502 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5503 func ().
5504 * gdb.cp/shadow.cc (B.func): Return 0.
5505
5506 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5507
5508 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5509 expected output in gdb_expect call to allow the exception
5510 message to be present as well. Fix syntax confusion to avoid
5511 TCL thinking that exception_name is an array.
5512
5513 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5514
5515 * gdb.arch/spu-info.c: Include <unistd.h>.
5516 (do_signal_test): Fix broken calls to write.
5517 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5518 Fix checks for empty mailboxes. Update signal tests for corrected
5519 do_signal_test routine. Allow nonzero event status.
5520 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5521 * gdb.cell/arch.exp: Use standard_output_file.
5522 * gdb.cell/break.exp: Likewise.
5523 * gdb.cell/bt.exp: Likewise.
5524 * gdb.cell/core.exp: Likewise.
5525 * gdb.cell/dwarfaddr.exp: Likewise.
5526 * gdb.cell/ea-cache.exp: Likewise.
5527 * gdb.cell/ea-standalone.exp: Likewise.
5528 * gdb.cell/f-regs.exp: Likewise.
5529 * gdb.cell/fork.exp: Likewise.
5530 * gdb.cell/gcore.exp: Likewise.
5531 * gdb.cell/mem-access.exp: Likewise.
5532 * gdb.cell/ptype.exp: Likewise.
5533 * gdb.cell/registers.exp: Likewise.
5534 * gdb.cell/sizeof.exp: Likewise.
5535 * gdb.cell/solib-symbol.exp: Likewise.
5536 * gdb.cell/solib.exp: Likewise.
5537
5538 2017-11-25 Pedro Alves <palves@redhat.com>
5539
5540 * gdb.base/complete-empty.exp: New file.
5541 * gdb.base/completion.exp: Adjust.
5542
5543 2017-11-25 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.linespec/cpls-ops.cc: New file.
5546 * gdb.linespec/cpls-ops.exp: New file.
5547 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5548 factored out from ...
5549 (test_complete_prefix_range): ... this.
5550
5551 2017-11-24 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.linespec/cpcompletion.exp: New file.
5554 * gdb.linespec/cpls-hyphen.cc: New file.
5555 * gdb.linespec/cpls.cc: New file.
5556 * gdb.linespec/cpls2.cc: New file.
5557 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5558 test to use test_gdb_complete_unique. Add label completion,
5559 keyword completion and explicit location completion tests.
5560 * lib/completion-support.exp: New file.
5561
5562 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5565 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5566 when hitting an exception catchpoint.
5567
5568 2017-11-22 Yao Qi <yao.qi@linaro.org>
5569
5570 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5571
5572 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5573
5574 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5575 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5576 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5577
5578 2017-11-22 Yao Qi <yao.qi@linaro.org>
5579
5580 * gdb.base/info-os.exp: Pass pthreads.
5581 * gdb.multi/multi-attach.exp: Likewise.
5582
5583 2017-11-22 Yao Qi <yao.qi@linaro.org>
5584
5585 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5586 compiler.
5587
5588 2017-11-22 Yao Qi <yao.qi@linaro.org>
5589
5590 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5591 * gdb.base/break-interp.exp: Likewise.
5592 * gdb.base/jit-attach-pie.exp: Likewise.
5593
5594 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5595
5596 * gdb.base/float128.c (large128): New variable.
5597 * gdb.base/float128.exp: Add test to print largest __float128 value.
5598
5599 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5600
5601 * gdb.arch/vsx-regs.exp: Update register content checks.
5602
5603 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5604
5605 * gdb.arch/ppc-longdouble.exp: New file.
5606 * gdb.arch/ppc-longdouble.c: Likewise.
5607
5608 2017-11-21 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5611
5612 2017-11-20 Pedro Alves <palves@redhat.com>
5613
5614 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5615 (long_double_typedef): New typedefs.
5616 Use DEF on double and long double.
5617 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5618 cases.
5619 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5620 and 'long_double_ptr_same_size' locals. Use them to decide
5621 whether cast from array/function to float is valid/invalid.
5622
5623 2017-11-17 Tom Tromey <tom@tromey.com>
5624
5625 * gdb.rust/traits.rs: New file.
5626 * gdb.rust/traits.exp: New file.
5627
5628 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5629
5630 * gdb.ada/minsyms: New testcase.
5631
5632 2017-11-16 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5635 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5636
5637 2017-11-16 Pedro Alves <palves@redhat.com>
5638
5639 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5640 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5641
5642 2017-11-16 Pedro Alves <palves@redhat.com>
5643
5644 * gdb.server/reconnect-ctrl-c.c: New file.
5645 * gdb.server/reconnect-ctrl-c.exp: New file.
5646
5647 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5648
5649 * gdb.python/py-rbreak.exp: New file.
5650 * gdb.python/py-rbreak.c: New file.
5651 * gdb.python/py-rbreak-func2.c: New file.
5652
5653 2017-11-16 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5656 pattern.
5657 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5658 GDB.
5659
5660 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5661
5662 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5663 regex.
5664
5665 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5666
5667 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5668 test names.
5669
5670 2017-11-09 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5673 factored out from ...
5674 (top level): ... here, and adjusted to avoid expecting beyond the
5675 prompt in a single gdb_test_multiple.
5676
5677 2017-11-09 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5680 output.
5681 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5682 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5683 * gdb.server/ext-run.exp ("kill" test): Likewise.
5684 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5685
5686 2017-11-09 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5689 match till end of line.
5690
5691 2017-11-09 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5694
5695 2017-11-09 Pedro Alves <palves@redhat.com>
5696
5697 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5698 New procedures, factored out from ...
5699 (top level): ... here, and adjusted to avoid expecting beyond the
5700 prompt in one go.
5701
5702 2017-11-09 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5705 output. Fix '?' match.
5706
5707 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5708
5709 * gdb.ada/scoped_watch: New testcase.
5710 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5711 which is actually correct.
5712 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5713 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5714
5715 2017-11-08 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.gdb/complaints.exp (test_initial_complaints)
5718 (test_serial_complaints, test_short_complaints): Call
5719 complaint_internal instead of complaint.
5720
5721 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5722
5723 * gdb.threads/tls-core.c: New file.
5724 * gdb.threads/tls-core.exp: Likewise.
5725
5726 2017-11-08 Pedro Alves <palves@redhat.com>
5727
5728 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5729 (p Exported_Capitalized): New test.
5730 (p exported_capitalized): New test.
5731
5732 2017-11-07 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5735
5736 2017-11-07 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5739 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5740 (disable_invalid, disable_inverted, disable_negative): New
5741 procedures.
5742 ("bad numbers"): New set of tests.
5743
5744 2017-11-07 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.cp/ena-dis-br-range.exp: Add tests.
5747
5748 2017-11-07 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5751
5752 2017-11-07 Xavier Roirand <roirand@adacore.com>
5753 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/ena-dis-br.exp: Add reference to
5756 gdb.cp/ena-dis-br-range.exp.
5757 * gdb.cp/ena-dis-br-range.exp: New file.
5758 * gdb.cp/ena-dis-br-range.cc: New file.
5759
5760 2017-11-06 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/attach-non-pgrp-leader.c: New.
5763 * gdb.base/attach-non-pgrp-leader.exp: New.
5764
5765 2017-11-06 Pedro Alves <palves@redhat.com>
5766
5767 * configure.ac: No longer check for termio.h and sgtty.h.
5768 * configure: Regenerate.
5769 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5770 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5771 Remove termio and sgtty code.
5772
5773 2017-11-03 Yao Qi <yao.qi@linaro.org>
5774
5775 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5776 in GDB is disabled.
5777
5778 2017-11-03 Yao Qi <yao.qi@linaro.org>
5779
5780 * gdb.python/py-thrhandle.exp: Skip it if python is not
5781 enabled.
5782
5783 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5784
5785 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5786 as a breakpoint command.
5787
5788 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5789
5790 PR python/21213
5791 * gdb.python/py-infthread.exp: Test calling
5792 InferiorThread.inferior () multiple times in a row.
5793
5794 2017-10-27 Keith Seitz <keiths@redhat.com>
5795
5796 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5797 Test "info break" for every inlined function breakpoint.
5798
5799 2017-10-27 Yao Qi <yao.qi@linaro.org>
5800
5801 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5802
5803 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5804
5805 * gdb.cp/classes.exp (test_static_members): Test printing
5806 Outer::instance.
5807 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5808 (Inner::instance, Outer::instance): New.
5809
5810 2017-10-24 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5813 extra console" test in two stages.
5814
5815 2017-10-24 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5818
5819 2017-10-24 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5822 loop.
5823
5824 2017-10-24 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5827 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5828
5829 2017-10-24 Pedro Alves <palves@redhat.com>
5830
5831 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5832 parameter and handle it. Don't output read value in test name.
5833
5834 2017-10-24 Pedro Alves <palves@redhat.com>
5835
5836 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5837 custom test name.
5838
5839 2017-10-24 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5842 include the unstable output directory name in the test's name.
5843 (initial_setup_simple) <'set args'>: Use custom test name.
5844
5845 2017-10-24 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5848 with explicit test name.
5849
5850 2017-10-20 Pedro Alves <palves@redhat.com>
5851
5852 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5853 'wait -i'. Use gdb_assert and remote_close.
5854
5855 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5856
5857 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5858 number from variable rather than hard-coded.
5859
5860 2017-10-19 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/long-inferior-output.c: New file.
5863 * gdb.base/long-inferior-output.exp: New file.
5864
5865 2017-11-18 Keith Seitz <keiths@redhat.com>
5866
5867 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5868 method.
5869 (main): Call it.
5870 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5871 Add additional user-defined conversion operator tests.
5872
5873 2017-10-17 Pedro Alves <palves@redhat.com>
5874
5875 * boards/native-stdio-gdbserver.exp: Load "local-board".
5876
5877 2017-10-17 Pedro Alves <palves@redhat.com>
5878
5879 * gdb.base/quit-live.c: New file.
5880 * gdb.base/quit-live.exp: New file.
5881
5882 2017-10-16 Keith Seitz <keiths@redhat.com>
5883
5884 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5885 (class_with_protected_typedef, class_with_private_typedef)
5886 (struct_with_public_typedef, struct_with_protected_typedef)
5887 (struct_with_private_typedef): New classes/structs.
5888 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5889 typedefs and access specifiers.
5890
5891 2017-10-16 Pedro Alves <palves@redhat.com>
5892 Simon Marchi <simon.marchi@polymtl.ca>
5893
5894 * README (Local vs Remote vs Native): New section.
5895 * boards/local-board.exp: New file, with bits factored out from
5896 ...
5897 * boards/native-extended-gdbserver.exp: ... here. Load
5898 "local-board".
5899 * boards/native-gdbserver.exp: Load "local-board".
5900 (${board}_spawn, ${board}_exec): Delete.
5901 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5902 ...
5903 * boards/stdio-gdbserver-base.exp: ... this new file.
5904 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5905 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5906 procedure.
5907 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5908 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5909 stdio_gdbserver_command.
5910 (${board}_get_remote_address, ${board}_get_comm_port)
5911 (${board}_download, ${board}_upload): Delete.
5912 (get_target_remote_pipe_cmd): New.
5913
5914 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5915
5916 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5917 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5918 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5919 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5920 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5921 remove with_test_prefix.
5922
5923 2017-10-13 Pedro Alves <palves@redhat.com>
5924
5925 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5926 * gdb.base/annota1.exp: Use it instead of is_remote.
5927 * gdb.base/annota3.exp: Use it instead of is_remote.
5928 * gdb.cp/annota2.exp: Use it instead of is_remote.
5929 * gdb.cp/annota3.exp: Use it instead of is_remote.
5930 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5931
5932 2017-10-13 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5935 (test_num_test_vars, run_and_count_vars, find_env)
5936 (test_set_unset_env, test_inherit_env_var): New procedures.
5937 (top level): Use them.
5938
5939 2017-10-13 Pedro Alves <palves@redhat.com>
5940
5941 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5942 also skip on stub-like targets.
5943
5944 2017-10-13 Pedro Alves <palves@redhat.com>
5945
5946 PR gdb/22293
5947 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5948 (top level): Move some tests to ...
5949 (test_not_found): ... this new procedure.
5950 (top level): Call it.
5951
5952 2017-10-13 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5955 expect different "info terminal" output if testing with a
5956 non-native target.
5957
5958 2017-10-13 Pedro Alves <palves@redhat.com>
5959 Simon Marchi <simon.marchi@polymtl.ca>
5960
5961 PR python/12966
5962 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5963
5964 2017-10-13 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5967 already.
5968
5969 2017-10-13 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5972 is_remote.
5973
5974 2017-10-13 Pedro Alves <palves@redhat.com>
5975
5976 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5977 is_remote.
5978
5979 2017-10-13 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5982 is set.
5983 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5984 instead of is_remote.
5985
5986 2017-10-13 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5989 (top level): Add comment.
5990
5991 2017-10-13 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/remote.exp (top level): Fix comment typo and add
5994 missing return.
5995
5996 2017-10-13 Pedro Alves <palves@redhat.com>
5997 Simon Marchi <simon.marchi@polymtl.ca>
5998
5999 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6000 calls and add comments. Skip test if use_gdb_stub is set.
6001 (top level): Use "set cwd" command instead of "cd" command.
6002
6003 2017-10-13 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6006 is_remote target check.
6007
6008 2017-10-13 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/scope.exp: Use build_executable + clean_restart +
6011 gdb_file_cmd instead of prepare_for_testing and no longer skip
6012 "before run" tests on is_remote target boards. Update comments.
6013 * boards/native-extended-gdbserver.exp
6014 (extended_gdbserver_load_last_file): New, factored out from ...
6015 (gdb_load): ... this. Move further below and add comment.
6016 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6017
6018 2017-10-12 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/attach.exp: Remove references to gdb64.
6021 * gdb.base/dbx.exp: Remove references to gdb64.
6022
6023 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6024 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.base/label.exp: Remove is_remote target check.
6027
6028 2017-10-12 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.base/auvx.exp (coredir): Update comment.
6031 (top level) <core_works>: Use "set cwd" command instead of "cd"
6032 command.
6033
6034 2017-10-12 Pedro Alves <palves@redhat.com>
6035 Simon Marchi <simon.marchi@polymtl.ca>
6036
6037 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6038 target boards.
6039
6040 2017-10-12 Pedro Alves <palves@redhat.com>
6041 Simon Marchi <simon.marchi@polymtl.ca>
6042
6043 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6044 Instead skip if there's any gdb_protocol set.
6045
6046 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6047 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6050
6051 2017-10-12 Pedro Alves <palves@redhat.com>
6052 Simon Marchi <simon.marchi@polymtl.ca>
6053
6054 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6055 instead of on dejagnu remote boards.
6056
6057 2017-10-12 Pedro Alves <palves@redhat.com>
6058 Simon Marchi <simon.marchi@polymtl.ca>
6059
6060 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6061 checks. Use build_executable + clean_restart instead of
6062 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6063 of enabling non-stop after starting gdb.
6064
6065 2017-10-12 Pedro Alves <palves@redhat.com>
6066
6067 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6068 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6069 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6070 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6071
6072 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6073
6074 * gdb.arch/arc-tdesc-cpu.exp: New file.
6075 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6076
6077 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6078
6079 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6080
6081 2017-10-10 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6084 expect CLI output.
6085
6086 2017-10-10 Pedro Alves <palves@redhat.com>
6087
6088 * lib/selftest-support.exp (selftest_setup): Update for
6089 captured_command_loop's prototype change.
6090
6091 2017-10-09 Pedro Alves <palves@redhat.com>
6092
6093 Test both arch1=>arch2 and arch2=>arch1.
6094
6095 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6096 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6097 factored out to...
6098 (append_arch1_options, append_arch2_options, append_arch_options)
6099 (build_executables): New procedures.
6100 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6101 local.
6102 (top level): Add new 'first_arch' testing axis.
6103
6104 2017-10-09 Pedro Alves <palves@redhat.com>
6105
6106 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6107 (barrier): New.
6108 (thread_start, all_started): New functions.
6109 (main): Spawn new thread and wait until it is scheduled.
6110 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6111 option.
6112 (do_test): Add 'selected_thread' parameter. Run to all_started
6113 instead of main. Explicitly set the breakpoint at main. Switch
6114 to the SELECTED_THREAD thread.
6115 (top level): Test handling the exec event with either the main
6116 thread or the second thread selected.
6117
6118 2017-10-09 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6121 logic. Move STOP marker after the value checks.
6122 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6123 regexp.
6124
6125 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6126
6127 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6128
6129 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6130
6131 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6132 integer-to-dfp conversion.
6133 * gdb.base/dfp-test.exp: Likewise.
6134
6135 2017-10-04 Pedro Alves <palves@redhat.com>
6136
6137 * gdb.multi/hangout.c: Include <unistd.h>.
6138 (hangout_loop): New function.
6139 (main): Call alarm. Call hangout_loop in a loop.
6140 * gdb.multi/hello.c: Include <unistd.h>.
6141 (hello_loop): New function.
6142 (main): Call alarm. Call hangout_loop in a loop.
6143 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6144 inferior with the other selected.
6145
6146 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6147
6148 * gdb.mi/list-thread-groups-available.exp: New file.
6149 * gdb.mi/list-thread-groups-available.c: New file.
6150
6151 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6152
6153 * gdb.base/set-cwd.exp: Make it available on
6154 native-extended-gdbserver.
6155
6156 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6157
6158 * gdb.base/set-cwd.c: New file.
6159 * gdb.base/set-cwd.exp: Likewise.
6160
6161 2017-10-02 Tom Tromey <tom@tromey.com>
6162
6163 PR rust/22236:
6164 * gdb.rust/simple.rs (main): New variable "fslice".
6165 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6166
6167 2017-10-02 Tom Tromey <tom@tromey.com>
6168
6169 * gdb.rust/simple.exp: Test ptype of a slice.
6170
6171 2017-10-02 Tom Tromey <tom@tromey.com>
6172
6173 * gdb.rust/simple.exp: Test index of slice.
6174
6175 2017-09-27 Tom Tromey <tom@tromey.com>
6176
6177 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6178
6179 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6180 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.base/compare-sections.exp (get value of read-only section): Read
6183 as unsigned value.
6184 (corrupt read-only section): Likewise and don't set written if patching
6185 failed.
6186
6187 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6188
6189 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6190 files.
6191
6192 2017-09-20 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6195 symbol names in gdb's output.
6196 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6197
6198 2017-09-20 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6201 Rename to ...
6202 (test_list_ambiguous_symbol): ... this and add a symbol name
6203 parameter. Adjust.
6204 (test_list_ambiguous_function): Reimplement on top of
6205 test_list_ambiguous_symbol and also test listing ambiguous
6206 variables.
6207 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6208 (ambiguous_fun): ... this.
6209 (ambiguous_var): New.
6210 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6211 (ambiguous_fun): ... this.
6212 (ambiguous_var): New.
6213
6214 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6215
6216 * gdb.base/starti.c: New file.
6217 * gdb.base/starti.exp: New file.
6218 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6219
6220 2017-09-14 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6223 (top level): Use it instead of runto.
6224
6225 2017-09-11 Tom Tromey <tom@tromey.com>
6226
6227 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6228
6229 2017-09-11 Tom Tromey <tom@tromey.com>
6230
6231 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6232 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6233
6234 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6235
6236 * gdb.fortran/printing-types.exp: New file.
6237 * gdb.fortran/printing-types.exp: New file.
6238
6239 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6240
6241 * gdb.fortran/vla-ptype.exp: Fix typos.
6242 * gdb.fortran/vla-value.exp: Same.
6243
6244 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6245
6246 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6247 * gdb.mi/mi-var-child-f.exp: Likewise.
6248 * gdb.mi/mi-vla-fortran.exp: Likewise.
6249
6250 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6251 Christoph Weinmann <christoph.t.weinmann@intel.com>
6252 Bernhard Heckel <bernhard.heckel@intel.com>
6253
6254 * gdb.fortran/ptr-indentation.f90: New file.
6255 * gdb.fortran/ptr-indentation.exp: New file.
6256
6257 2017-09-05 Tom Tromey <tom@tromey.com>
6258
6259 PR gdb/22010:
6260 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6261
6262 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6263
6264 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6265
6266 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * gdb.threads/tls-nodebug-pie.c: New file.
6269 * gdb.threads/tls-nodebug-pie.exp: New file.
6270
6271 2017-09-05 Tom Tromey <tom@tromey.com>
6272
6273 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6274 for rust.
6275
6276 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6277
6278 * gdb.multi/multi-arch-exec.exp: Test with different
6279 "follow-exec-mode" settings.
6280 (do_test): New procedure.
6281
6282 2017-09-04 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.base/func-static.c (S::method const, S::method volatile)
6285 (S::method volatile const): New methods.
6286 (c_s, v_s, cv_s): New instances.
6287 (main): Call method() on them.
6288 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6289 (cannot_resolve): New procedure.
6290 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6291 print-quote-unquoted columns.
6292 (do_test): Test printing each scope too.
6293
6294 2017-09-04 Pedro Alves <palves@redhat.com>
6295
6296 * gdb.base/local-static.exp: Also test with
6297 class::method::variable wholly quoted.
6298 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6299
6300 2017-09-04 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/local-static.c: New.
6303 * gdb.base/local-static.cc: New.
6304 * gdb.base/local-static.exp: New.
6305
6306 2017-09-04 Pedro Alves <palves@redhat.com>
6307
6308 * gdb.asm/asm-source.exp: Add casts to int.
6309 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6310 (dataglobal64_1, dataglobal64_2): New globals.
6311 * gdb.base/nodebug.exp: Test different expressions involving the
6312 new globals, with print, whatis and ptype. Add casts to int.
6313 * gdb.base/solib-display.exp: Add casts to int.
6314 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6315 * gdb.cp/m-static.exp: Add cast to int.
6316 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6317 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6318 tls variable with no debug info without a cast. Test with a cast
6319 to int too.
6320 * gdb.trace/entry-values.exp: Add casts.
6321
6322 2017-09-04 Pedro Alves <palves@redhat.com>
6323
6324 * gdb.base/nodebug.exp: Test that ptype's error about functions
6325 with unknown return type includes the function name too.
6326
6327 2017-09-04 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6330 return type of munmap in infcall.
6331 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6332 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6333 type of ftell in infcall.
6334 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6335 type of getpid in infcall.
6336 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6337 infcall.
6338 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6339 Bail on failure to extract the pid.
6340 * gdb.base/nodebug.c: #include <stdint.h>.
6341 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6342 New functions.
6343 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6344 Change expected output of print/whatis/ptype with functions with
6345 no debug info. Test all supported languages. Call
6346 test_call_promotion.
6347 * gdb.compile/compile.exp: Adjust expected output to expect
6348 warning.
6349 * gdb.threads/siginfo-threads.exp: Likewise.
6350
6351 2017-09-04 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6354 "prototypes". Test calling float functions via prototyped and
6355 unprototyped function pointers.
6356 (perform_all_tests): New parameter "prototypes". Pass it down.
6357 (top level): Pass down "prototypes" parameter to
6358 perform_all_tests.
6359
6360 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6361
6362 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6363 Test with nested loops.
6364
6365 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6366
6367 * gdb.base/commands.exp: Call the new procedures.
6368 (loop_break_test, loop_continue_test): New procedures.
6369
6370 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6371
6372 * gdb.base/commands.exp: Call new procedure.
6373 (define_if_without_arg_test): New procedure.
6374
6375 2017-09-04 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.base/list-ambiguous.exp: New file.
6378 * gdb.base/list-ambiguous0.c: New file.
6379 * gdb.base/list-ambiguous1.c: New file.
6380 * gdb.base/list.exp (test_list_range): Adjust expected output.
6381
6382 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6383
6384 * gdb.base/share-env-with-gdbserver.c: New file.
6385 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6386
6387 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6388
6389 * gdb.base/commands.exp (gdbvar_simple_if_test,
6390 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6391 progvar_simple_if_test, progvar_simple_while_test,
6392 progvar_complex_if_while_test, user_defined_command_test,
6393 user_defined_command_args_eval,
6394 user_defined_command_args_stack_test,
6395 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6396 temporary_breakpoint_commands,
6397 gdb_test_no_prompt, redefine_hook_test,
6398 redefine_backtrace_test): Remove "global gdb_prompt".
6399
6400 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6401
6402 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6403 New proc, call it from toplevel.
6404
6405 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6406
6407 PR remote/21852
6408 * gdb.server/normal.c: New file, copied from gdb.base.
6409 * gdb.server/run-without-local-binary.exp: New file.
6410
6411 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6412
6413 * gdb.arch/sparc64-adi.exp: New file.
6414 * gdb.arch/sparc64-adi.c: New file.
6415
6416 2017-08-22 Pedro Alves <palves@redhat.com>
6417
6418 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6419 (top level): Add "list all overloads" tests.
6420
6421 2017-08-22 Tom Tromey <tom@tromey.com>
6422
6423 * gdb.gdb/xfullpath.exp: Remove.
6424
6425 2017-08-21 Pedro Alves <palves@redhat.com>
6426
6427 PR gdb/19487
6428 * gdb.base/symbol-alias.c: New.
6429 * gdb.base/symbol-alias2.c: New.
6430 * gdb.base/symbol-alias.exp: New.
6431
6432 2017-08-21 Pedro Alves <palves@redhat.com>
6433
6434 * gdb.base/dfp-test.c
6435 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6436 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6437 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6438 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6439 * gdb.base/whatis-ptype-typedefs.c: New.
6440 * gdb.base/whatis-ptype-typedefs.exp: New.
6441 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6442 (an_int, an_int_type, an_int_type2): New globals.
6443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6444 involving typedefs and cast expressions.
6445 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6446 (lookup_typedefs_function): New.
6447 (typedefs_pretty_printers_dict): New.
6448 (top level): Register lookup_typedefs_function in
6449 gdb.pretty_printers.
6450
6451 2017-08-18 Yao Qi <yao.qi@linaro.org>
6452
6453 * gdb.server/unittest.exp: New.
6454
6455 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6456
6457 PR gdb/21954
6458 * gdb.base/environ.exp: Add test to check if 'unset environment'
6459 works.
6460
6461 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6462
6463 * lib/gdb.exp (universal_compile_options): New caching proc.
6464 (gdb_compile): Suppress GCC's coloring of messages.
6465
6466 2017-08-14 Tom Tromey <tom@tromey.com>
6467
6468 PR gdb/21675:
6469 * gdb.base/printcmds.exp (test_radices): New function.
6470 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6471 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6472 * lib/gdb.exp (get_integer_valueof): Use p/d.
6473
6474 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6475
6476 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6477 characters.
6478
6479 2017-08-05 Tom Tromey <tom@tromey.com>
6480
6481 * gdb.rust/simple.exp: Allow String to appear in a different
6482 namespace.
6483
6484 2017-07-26 Yao Qi <yao.qi@linaro.org>
6485
6486 * gdb.gdb/unittest.exp: Invoke command
6487 "maintenance check xml-descriptions".
6488
6489 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6490
6491 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6492 calling context.
6493 (hex128): Drop erroneous calculation of parameters.
6494
6495 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6496
6497 * gdb.python/py-unwind.exp: Disable stack protection when
6498 building test file.
6499
6500 2017-07-20 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/default.exp (set language): Adjust expected output.
6503
6504 2017-07-20 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6507 (test_minsym): ... this, and make static.
6508 (get_pck__foo__bar__minsym): Rename to ...
6509 (get_test_minsym): ... this.
6510 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6511 symbol names and comments.
6512 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6513 (get_test_minsym): ... this.
6514 (pck__foo__bar__minsym__2): Rename to ...
6515 (test_minsym): ... this.
6516 (main): Adjust.
6517
6518 2017-07-17 Pedro Alves <palves@redhat.com>
6519
6520 * gdb.base/completion.exp: Adjust expected output.
6521 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6522 the completer works.
6523
6524 2017-07-17 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6527
6528 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6531
6532 2017-07-14 Tom Tromey <tom@tromey.com>
6533
6534 PR rust/21764:
6535 * gdb.rust/simple.exp: Add tests.
6536
6537 2017-07-14 Tom Tromey <tom@tromey.com>
6538
6539 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6540
6541 2017-07-14 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.linespec/base/one/thefile.cc (z1): New function.
6544 * gdb.linespec/base/two/thefile.cc (z2): New function.
6545 * gdb.linespec/linespec.exp: Add tests.
6546
6547 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6548
6549 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6550 to mi_create_breakpoint.
6551
6552 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6555 mi_create_breakpoint.
6556
6557 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6558
6559 * gdb.dlang/demangle.exp: Update for demangling changes.
6560
6561 2017-07-09 Tom Tromey <tom@tromey.com>
6562
6563 * gdb.dwarf2/shortpiece.exp: New file.
6564
6565 2017-07-06 David Blaikie <dblaikie@gmail.com>
6566
6567 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6568 built from fissiont-multi-cu{1,2}.c.
6569 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6570 except putting 'main' and 'func' in separate CUs in the same DWO file.
6571 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6572 test.
6573 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6574 test.
6575
6576 2017-07-06 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.python/py-unwind.exp: Test flushregs.
6579
6580 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6581
6582 PR cli/21688
6583 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6584 tests for alias commands and trailing whitespace.
6585
6586 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6587
6588 PR cli/21688
6589 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6590 procedure. Call it.
6591
6592 2017-06-29 Pedro Alves <palves@redhat.com>
6593
6594 * gdb.base/printcmds.exp: Add tests.
6595
6596 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6597
6598 PR gdb/21337
6599 * gdb.base/reread-readsym.exp: New file.
6600 * gdb.base/reread-readsym.c: New file.
6601
6602 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6603
6604 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6605 subpattern.
6606
6607 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6608
6609 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6610 extended mnemonic.
6611 * gdb.arch/powerpc-power9.s: Likewise.
6612
6613 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6614
6615 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6616 on 32-bit x86 targets. Exploit is_*_target macros where
6617 appropriate.
6618
6619 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6620
6621 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6622 register pieces.
6623
6624 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6625
6626 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6627 located in one or more DWARF pieces.
6628
6629 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6630
6631 * lib/gdb.exp (get_endianness): New proc.
6632 * gdb.arch/aarch64-fp.exp: Use it.
6633 * gdb.arch/altivec-regs.exp: Likewise.
6634 * gdb.arch/e500-regs.exp: Likewise.
6635 * gdb.arch/vsx-regs.exp: Likewise.
6636 * gdb.base/dump.exp: Likewise.
6637 * gdb.base/funcargs.exp: Likewise.
6638 * gdb.base/gnu_vector.exp: Likewise.
6639 * gdb.dwarf2/formdata16.exp: Likewise.
6640 * gdb.dwarf2/implptrpiece.exp: Likewise.
6641 * gdb.dwarf2/nonvar-access.exp: Likewise.
6642 * gdb.python/py-inferior.exp: Likewise.
6643 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6644
6645 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6646
6647 PR gdb/21226
6648 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6649 stack value pieces are taken from the LSB end.
6650
6651 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6652
6653 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6654 variable at nonzero offset.
6655
6656 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6657
6658 * gdb.dwarf2/var-access.c: New file.
6659 * gdb.dwarf2/var-access.exp: New test.
6660 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6661
6662 2017-06-12 Tom Tromey <tom@tromey.com>
6663
6664 * gdb.dwarf2/formdata16.exp: Add tests.
6665
6666 2017-06-12 Tom Tromey <tom@tromey.com>
6667
6668 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6669
6670 2017-06-12 Tom Tromey <tom@tromey.com>
6671
6672 PR exp/16225:
6673 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6674 * gdb.arch/vsx-regs.exp: Update tests.
6675 * gdb.arch/s390-vregs.exp (hex128): New proc.
6676 Update test.
6677 * gdb.arch/altivec-regs.exp: Update tests.
6678
6679 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6680
6681 * gdb.base/startup-with-shell.c: New file.
6682 * gdb.base/startup-with-shell.exp: Likewise.
6683
6684 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6685
6686 * gdb.server/non-existing-program.exp: Update regex in order to
6687 reflect the fact that gdbserver is now using fork_inferior (with a
6688 shell) to startup the inferior.
6689
6690 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6693 support function calls from GDB.
6694
6695 2017-05-21 Tom Tromey <tom@tromey.com>
6696
6697 PR rust/21466:
6698 * gdb.rust/unsized.exp: New file.
6699 * gdb.rust/unsized.rs: New file.
6700
6701 2017-05-19 Tom Tromey <tom@tromey.com>
6702
6703 PR rust/21484:
6704 * gdb.rust/watch.exp: New file.
6705 * gdb.rust/watch.rs: New file.
6706
6707 2017-05-18 Tom Tromey <tom@tromey.com>
6708
6709 * gdb.rust/simple.exp: Allow Box to be qualified.
6710
6711 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6712
6713 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6714
6715 2017-05-18 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.base/fileio.c (test_write, test_read, test_close)
6718 (test_fstat): Don't print 'ret' in the fail path.
6719
6720 2017-05-18 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6723 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6724 (test_system, test_rename, test_unlink, test_time): Change
6725 prototypes.
6726 * gdb.base/fileio.exp (stop_msg): Adjust.
6727
6728 2017-05-18 Pedro Alves <palves@redhat.com>
6729
6730 * gdb.base/fileio.c (null_str): New global.
6731 (test_stat): Use it.
6732 * gdb.base/fileio.exp: Remove nowarnings.
6733
6734 2017-05-17 Yao Qi <yao.qi@linaro.org>
6735
6736 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6737
6738 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6739
6740 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6741 argument command.
6742 (top-level): Invoke test_set_inferior_tty.
6743
6744 2017-05-04 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6747 Add parens to print call for Python 3.
6748
6749 2017-05-03 Keith Seitz <keiths@redhat.com>
6750
6751 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6752 (main): Call it.
6753
6754 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6755
6756 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6757 to prev and next.
6758
6759 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6760
6761 * gdb.python/py-record-btrace.exp: Remove test for
6762 gdb.BtraceInstruction.error.
6763
6764 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6765
6766 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6767
6768 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6769
6770 * gdb.python/py-record-btrace-threads.c: New file.
6771 * gdb.python/py-record-btrace-threads.exp: New file.
6772
6773 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6774
6775 PR testsuite/8595
6776 * gdb.base/environ.exp: Make test available in all architectures.
6777 Move bits related to "info program" testing to
6778 gdb.base/info-program.exp. Rewrite tests to use the two new
6779 procedures mentione below.
6780 (test_set_show_env_var) New procedure.
6781 (test_set_show_env_var_equal): Likewise.
6782 * gdb.base/info-program.exp: New file.
6783
6784 2017-04-27 Keith Seitz <keiths@redhat.com>
6785
6786 * gdb.cp/oranking.cc (test15): New function.
6787 (main): Call test15 and declare additional variables for testing.
6788 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6789 "p foo101('abc')" tests.
6790 Add tests for cv qualifier overloads.
6791 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6792 "lvalue reference overload" test.
6793 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6794 "print value of f1 on Child&& in f2" test.
6795
6796 2017-04-19 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6799 procedure.
6800 (top level): Call it.
6801 * lib/gdb.exp (gdb_define_cmd): New procedure.
6802
6803 2017-04-12 Pedro Alves <palves@redhat.com>
6804
6805 PR gdb/21323
6806 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6807 (wchar): New global.
6808 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6809 (do_test_wide_char, wide_char_types_no_program, top level): Add
6810 wchar_t testing.
6811
6812 2017-04-12 Pedro Alves <palves@redhat.com>
6813
6814 PR c++/21323
6815 * gdb.cp/wide_char_types.c: New file.
6816 * gdb.cp/wide_char_types.exp: New file.
6817
6818 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 PR gdb/21352
6821 * gdb.trace/tsv.exp: Add test for "tsave -r".
6822
6823 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6824
6825 * gdb.dlang/watch-loc.c: New file.
6826 * gdb.dlang/watch-loc.exp: New file.
6827
6828 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6829
6830 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6831
6832 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6833
6834 * gdb.arch/arc-analyze-prologue.S: New file.
6835 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6836
6837 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6838
6839 * gdb.arch/arc-decode-insn.S: New file.
6840 * gdb.arch/arc-decode-insn.exp: Likewise.
6841
6842 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6843
6844 PR tdep/20928
6845 * gdb.arch/sparc64-regs.exp: New file.
6846 * gdb.arch/sparc64-regs.S: Likewise.
6847
6848 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6849
6850 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6851 and memory view on Python 3.
6852
6853 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6854 Keith Seitz <keiths@redhat.com>
6855
6856 PR gdb/14441
6857 * gdb.cp/demangle.exp: Add rvalue reference tests.
6858 * gdb.cp/rvalue-ref-casts.cc: New file.
6859 * gdb.cp/rvalue-ref-casts.exp: New file.
6860 * gdb.cp/rvalue-ref-overload.cc: New file.
6861 * gdb.cp/rvalue-ref-overload.exp: New file.
6862 * gdb.cp/rvalue-ref-params.cc: New file.
6863 * gdb.cp/rvalue-ref-params.exp: New file.
6864 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6865 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6866 * gdb.cp/rvalue-ref-types.cc: New file.
6867 * gdb.cp/rvalue-ref-types.exp: New file.
6868 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6869 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6870
6871 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6872
6873 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6874 New procedure.
6875
6876 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6877
6878 * lib/mi-support.exp (mi_gdb_test): Add additional message
6879 for unexpected output.
6880
6881 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6882
6883 * gdb.base/examine-backward.c (Barrier): New character array
6884 constant, to ensure that TestStrings is preceded by a string
6885 terminator.
6886
6887 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6888
6889 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6890 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6891 and implicit pointer into such a location.
6892
6893 2017-03-16 Doug Evans <dje@google.com>
6894
6895 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6896
6897 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6898
6899 * gdb.cp/m-static.exp: Fix expectation for prototype of
6900 test5.single_constructor and single_constructor::single_constructor.
6901
6902 2017-03-16 Doug Evans <dje@google.com>
6903
6904 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6905 * gdb.guile/scm-lazy-string.c: New file.
6906 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6907 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6908 for pointer, array, typedef lazy strings.
6909
6910 2017-03-16 Doug Evans <dje@google.com>
6911
6912 PR python/17728, python/18439, python/18779
6913 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6914 * gdb.python/py-lazy-string.c (pointer): New typedef.
6915 (main): New locals ptr, array, typedef_ptr.
6916 * gdb.python/py-value.exp: Move lazy string tests to ...
6917 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6918 array, typedef lazy strings.
6919
6920 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6921
6922 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6923 Add optional 'test' parameter.
6924
6925 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6926
6927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6928 Skip for versions of DejaGnu < 1.5.
6929
6930 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * lib/gdb.exp (dejagnu_version): New proc.
6933 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6934 Use dejagnu_version.
6935
6936 2017-03-10 Keith Seitz <keiths@redhat.com>
6937
6938 PR c++/8128
6939 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6940 type from destructor regexps.
6941 Add a branch which actually passes the test.
6942 Adjust "ptype t5i" test names.
6943
6944 2017-03-08 Pedro Alves <palves@redhat.com>
6945
6946 * gdb.base/step-over-exit.exp: Add explicit test message.
6947
6948 2017-03-08 Pedro Alves <palves@redhat.com>
6949
6950 PR gdb/18360
6951 * gdb.threads/interrupt-while-step-over.c: New file.
6952 * gdb.threads/interrupt-while-step-over.exp: New file.
6953
6954 2017-03-08 Pedro Alves <palves@redhat.com>
6955
6956 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6957 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6958
6959 2017-03-08 Pedro Alves <palves@redhat.com>
6960
6961 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6962 PKRU as not supported as a PASS.
6963
6964 2017-03-08 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6967 prefix instead of $binfile1/$binfile2.
6968 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6969 in test message.
6970 * gdb.python/py-completion.exp: Use "load python file" as test
6971 messages instead of unstable path names.
6972
6973 2017-03-08 Pedro Alves <palves@redhat.com>
6974 Jan Kratochvil <jan.kratochvil@redhat.com>
6975
6976 PR cli/21218
6977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6978 New proc.
6979 (top level): Call it.
6980
6981 2017-03-08 Pedro Alves <palves@redhat.com>
6982
6983 PR tui/21216
6984 * gdb.tui/tui-nl-filtered-output.exp: New file.
6985
6986 2017-03-08 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/completion.exp: Move TUI completion tests to ...
6989 * gdb.tui/completion.exp: ... this new file.
6990
6991 2017-03-08 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.base/tui-disasm-long-lines.c,
6994 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6995 gdb.base/tui-layout.exp: Move to ...
6996 * gdb.tui/: ... this new directory.
6997
6998 2017-03-07 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.base/tui-layout.c: New file.
7001 * gdb.base/tui-layout.exp: New file.
7002
7003 2017-03-07 Pedro Alves <palves@redhat.com>
7004
7005 * gdb.base/tui-layout.c: Rename to ...
7006 * gdb.base/tui-disasm-long-lines.c: ... this.
7007 * gdb.base/tui-layout.exp: Rename to ...
7008 * gdb.base/tui-disasm-long-lines.exp: ... this.
7009
7010 2017-03-07 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7013
7014 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7015
7016 * i386-mpx-call.c: New file.
7017 * i386-mpx-call.exp: New file.
7018
7019 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7020
7021 * gdb.arch/powerpc-power.exp: Delete test.
7022 * gdb.arch/powerpc-power.s: Likewise.
7023 * gdb.disasm/disassembler-options.exp: New test.
7024 * gdb.arch/powerpc-altivec.exp: Likewise.
7025 * gdb.arch/powerpc-altivec.s: Likewise.
7026 * gdb.arch/powerpc-altivec2.exp: Likewise.
7027 * gdb.arch/powerpc-altivec2.s: Likewise.
7028 * gdb.arch/powerpc-altivec3.exp: Likewise.
7029 * gdb.arch/powerpc-altivec3.s: Likewise.
7030 * gdb.arch/powerpc-power7.exp: Likewise.
7031 * gdb.arch/powerpc-power7.s: Likewise.
7032 * gdb.arch/powerpc-power8.exp: Likewise.
7033 * gdb.arch/powerpc-power8.s: Likewise.
7034 * gdb.arch/powerpc-power9.exp: Likewise.
7035 * gdb.arch/powerpc-power9.s: Likewise.
7036 * gdb.arch/powerpc-vsx.exp: Likewise.
7037 * gdb.arch/powerpc-vsx.s: Likewise.
7038 * gdb.arch/powerpc-vsx2.exp: Likewise.
7039 * gdb.arch/powerpc-vsx2.s: Likewise.
7040 * gdb.arch/powerpc-vsx3.exp: Likewise.
7041 * gdb.arch/powerpc-vsx3.s: Likewise.
7042 * gdb.arch/arm-disassembler-options.exp: Likewise.
7043 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7044 * gdb.arch/s390-disassembler-options.exp: Likewise.
7045
7046 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7047
7048 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7049 (check_supported_features): ... this. Changed return type to void.
7050 (supports_rdseed): New static global.
7051 (rdseed): Check supports_rdseed.
7052 (initialize): Call check_supported_features.
7053
7054 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7055
7056 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7057 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7058 and lqarx/stqcx.
7059 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7060 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7061
7062 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7063
7064 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7065 uppercase.
7066
7067 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.dwarf2/formdata16.c: New file.
7070 * gdb.dwarf2/formdata16.exp: New file.
7071 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7072
7073 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7074
7075 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7076 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7077 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7078 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7079 DW_AT_GNU_*.
7080
7081 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7084
7085 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7086
7087 PR gdb/21164
7088 * gdb.base/maint.exp: Add testcases for when the commands do
7089 not have arguments.
7090
7091 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7092
7093 * gdb.cp/chained-calls.exp: Use p instead of P.
7094
7095 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7096
7097 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7098 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7099
7100 2017-02-14 Tom Tromey <tom@tromey.com>
7101
7102 PR python/13598:
7103 * gdb.python/py-events.exp: Add before_prompt event tests.
7104
7105 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7106
7107 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7108
7109 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7110
7111 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7112 (main): Call my_unique_function_name.
7113 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7114 completion of patterns with a single match.
7115 Add missing -re switches to gdb_test_multiple calls.
7116
7117 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7118
7119 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7120 return if core file is not recognized.
7121
7122 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7123
7124 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7125 and extra UIs.
7126
7127 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7128
7129 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7130 proc_with_prefix.
7131
7132 2017-02-10 Tom Tromey <tom@tromey.com>
7133
7134 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7135
7136 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7137
7138 PR gdb/21122
7139 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7140
7141 2017-02-08 Jerome Guitton <guitton@adacore.com>
7142
7143 * gdb.base/define.exp: Add test for command abbreviations
7144 in define.
7145
7146 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7147
7148 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7149 * gdb.reverse/insn-reverse-x86.c: New file.
7150
7151 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7152
7153 PR tdep/20936
7154 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7155
7156 2017-02-03 Tom Tromey <tom@tromey.com>
7157
7158 PR rust/21097:
7159 * gdb.rust/simple.exp: Add new tests.
7160
7161 2017-02-02 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7164 tests.
7165
7166 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7167
7168 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7169 taking a 2-byte value out of a 4-byte DWARF implicit value on
7170 big-endian targets.
7171 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7172 logic. Add test cases for DW_OP_implicit.
7173
7174 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7175
7176 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7177
7178 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7179
7180 * gdb.btrace/enable.exp: Call gdb_exit before
7181 skip_gdbserver_tests.
7182
7183 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7184
7185 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7186 GDBFLAGS.
7187
7188 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7189
7190 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7191 the test is skipped.
7192 * gdb.btrace/data.exp: Likewise.
7193 * gdb.btrace/delta.exp: Likewise.
7194 * gdb.btrace/dlopen.exp: Likewise.
7195 * gdb.btrace/enable-running.exp: Likewise.
7196 * gdb.btrace/enable.exp: Likewise.
7197 * gdb.btrace/exception.exp: Likewise.
7198 * gdb.btrace/function_call_history.exp: Likewise.
7199 * gdb.btrace/gcore.exp: Likewise.
7200 * gdb.btrace/instruction_history.exp: Likewise.
7201 * gdb.btrace/multi-thread-step.exp: Likewise.
7202 * gdb.btrace/nohist.exp: Likewise.
7203 * gdb.btrace/non-stop.exp: Likewise.
7204 * gdb.btrace/reconnect.exp: Likewise.
7205 * gdb.btrace/record_goto-step.exp: Likewise.
7206 * gdb.btrace/record_goto.exp: Likewise.
7207 * gdb.btrace/rn-dl-bind.exp: Likewise.
7208 * gdb.btrace/segv.exp: Likewise.
7209 * gdb.btrace/step.exp: Likewise.
7210 * gdb.btrace/stepi.exp: Likewise.
7211 * gdb.btrace/tailcall-only.exp: Likewise.
7212 * gdb.btrace/tailcall.exp: Likewise.
7213 * gdb.btrace/tsx.exp: Likewise.
7214 * gdb.btrace/unknown_functions.exp: Likewise.
7215 * gdb.btrace/vdso.exp: Likewise.
7216
7217 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7218
7219 * gdb.btrace/enable-running.c: New.
7220 * gdb.btrace/enable-running.exp: New.
7221
7222 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7223
7224 * gdb.arch/amd64-gs_base.c: New file.
7225 * gdb.arch/amd64-gs_base.exp: New file.
7226
7227 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7228
7229 * lib/memory.exp: Remove spurious empty newlines.
7230
7231 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7232
7233 * gdb.python/py-bad-printers.exp: Load python file using "source".
7234 * gdb.python/py-events.exp: Likewise.
7235 * gdb.python/py-evsignal.exp: Likewise.
7236 * gdb.python/py-evthreads.exp: Likewise.
7237 * gdb.python/py-frame-args.exp: Likewise.
7238 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7239 * gdb.python/py-framefilter-mi.exp: Likewise.
7240 * gdb.python/py-framefilter.exp: Likewise.
7241 * gdb.python/py-mi.exp: Likewise.
7242 * gdb.python/py-pp-maint.exp: Likewise.
7243 * gdb.python/py-pp-registration.exp: Likewise.
7244 * gdb.python/py-prettyprint.exp: Likewise.
7245 (run_lang_tests): Likewise.
7246 * gdb.python/py-typeprint.exp: Likewise.
7247
7248 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7249
7250 * lib/memory.exp: New file.
7251 * lib/gdb.exp: Load memory.exp.
7252 * gdb.base/memattr.exp (delete_memory): Move proc to
7253 lib/memory.exp and rename to delete_memory_regions.
7254 Replace delete_memory with delete_memory_regions.
7255 Cleanup memory regions before tests.
7256 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7257 before tests.
7258
7259 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7260
7261 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7262 files.
7263 (initialize): New function conditionally defined.
7264 (testcases): Move within conditional block.
7265 (main): Call initialize.
7266 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7267 of gdb.reverse/insn-reverse.c.
7268 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7269 gdb.reverse/insn-reverse.c.
7270
7271 2017-01-26 Yao Qi <yao.qi@linaro.org>
7272
7273 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7274 disassemble on address 0.
7275
7276 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7277 Yao Qi <yao.qi@linaro.org>
7278
7279 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7280 * gdb.dwarf2/implptr-64bit.S: Remove.
7281 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7282 variables in caller's context. Add DW_OP_implicit_value.
7283
7284 2017-01-25 Yao Qi <yao.qi@linaro.org>
7285
7286 * lib/dwarf.exp (Dwarf::_location): Handle
7287 DW_OP_GNU_implicit_pointer with proper size.
7288
7289 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7290
7291 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7292 and add untested calls.
7293
7294 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7295
7296 * gdb.python/python.exp: Check line number against what GDB thinks
7297 the line number is for func1.
7298
7299 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7300
7301 * gdb.dlang/debug-expr.exp: New file.
7302
7303 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7304
7305 Fix test names for the following files:
7306
7307 * gdb.ada/exec_changed.exp
7308 * gdb.ada/info_types.exp
7309 * gdb.arch/aarch64-atomic-inst.exp
7310 * gdb.arch/aarch64-fp.exp
7311 * gdb.arch/altivec-abi.exp
7312 * gdb.arch/altivec-regs.exp
7313 * gdb.arch/amd64-byte.exp
7314 * gdb.arch/amd64-disp-step.exp
7315 * gdb.arch/amd64-dword.exp
7316 * gdb.arch/amd64-entry-value-inline.exp
7317 * gdb.arch/amd64-entry-value-param.exp
7318 * gdb.arch/amd64-entry-value-paramref.exp
7319 * gdb.arch/amd64-entry-value.exp
7320 * gdb.arch/amd64-i386-address.exp
7321 * gdb.arch/amd64-invalid-stack-middle.exp
7322 * gdb.arch/amd64-invalid-stack-top.exp
7323 * gdb.arch/amd64-optimout-repeat.exp
7324 * gdb.arch/amd64-prologue-skip.exp
7325 * gdb.arch/amd64-prologue-xmm.exp
7326 * gdb.arch/amd64-stap-special-operands.exp
7327 * gdb.arch/amd64-stap-wrong-subexp.exp
7328 * gdb.arch/amd64-tailcall-cxx.exp
7329 * gdb.arch/amd64-tailcall-noret.exp
7330 * gdb.arch/amd64-tailcall-ret.exp
7331 * gdb.arch/amd64-tailcall-self.exp
7332 * gdb.arch/amd64-word.exp
7333 * gdb.arch/arm-bl-branch-dest.exp
7334 * gdb.arch/arm-disp-step.exp
7335 * gdb.arch/arm-neon.exp
7336 * gdb.arch/arm-single-step-kernel-helper.exp
7337 * gdb.arch/avr-flash-qualifier.exp
7338 * gdb.arch/disp-step-insn-reloc.exp
7339 * gdb.arch/e500-abi.exp
7340 * gdb.arch/e500-regs.exp
7341 * gdb.arch/ftrace-insn-reloc.exp
7342 * gdb.arch/i386-avx512.exp
7343 * gdb.arch/i386-bp_permanent.exp
7344 * gdb.arch/i386-byte.exp
7345 * gdb.arch/i386-cfi-notcurrent.exp
7346 * gdb.arch/i386-disp-step.exp
7347 * gdb.arch/i386-dr3-watch.exp
7348 * gdb.arch/i386-float.exp
7349 * gdb.arch/i386-gnu-cfi.exp
7350 * gdb.arch/i386-mpx-map.exp
7351 * gdb.arch/i386-mpx-sigsegv.exp
7352 * gdb.arch/i386-mpx-simple_segv.exp
7353 * gdb.arch/i386-mpx.exp
7354 * gdb.arch/i386-permbkpt.exp
7355 * gdb.arch/i386-prologue.exp
7356 * gdb.arch/i386-signal.exp
7357 * gdb.arch/i386-size-overlap.exp
7358 * gdb.arch/i386-unwind.exp
7359 * gdb.arch/i386-word.exp
7360 * gdb.arch/mips-fcr.exp
7361 * gdb.arch/powerpc-d128-regs.exp
7362 * gdb.arch/powerpc-stackless.exp
7363 * gdb.arch/ppc64-atomic-inst.exp
7364 * gdb.arch/s390-stackless.exp
7365 * gdb.arch/s390-tdbregs.exp
7366 * gdb.arch/s390-vregs.exp
7367 * gdb.arch/sparc-sysstep.exp
7368 * gdb.arch/thumb-bx-pc.exp
7369 * gdb.arch/thumb-singlestep.exp
7370 * gdb.arch/thumb2-it.exp
7371 * gdb.arch/vsx-regs.exp
7372 * gdb.asm/asm-source.exp
7373 * gdb.base/a2-run.exp
7374 * gdb.base/advance.exp
7375 * gdb.base/all-bin.exp
7376 * gdb.base/anon.exp
7377 * gdb.base/args.exp
7378 * gdb.base/arithmet.exp
7379 * gdb.base/async-shell.exp
7380 * gdb.base/async.exp
7381 * gdb.base/attach-pie-noexec.exp
7382 * gdb.base/attach-twice.exp
7383 * gdb.base/auto-load.exp
7384 * gdb.base/bang.exp
7385 * gdb.base/bitfields.exp
7386 * gdb.base/break-always.exp
7387 * gdb.base/break-caller-line.exp
7388 * gdb.base/break-entry.exp
7389 * gdb.base/break-inline.exp
7390 * gdb.base/break-on-linker-gcd-function.exp
7391 * gdb.base/break-probes.exp
7392 * gdb.base/break.exp
7393 * gdb.base/breakpoint-shadow.exp
7394 * gdb.base/call-ar-st.exp
7395 * gdb.base/call-sc.exp
7396 * gdb.base/call-signal-resume.exp
7397 * gdb.base/call-strs.exp
7398 * gdb.base/callfuncs.exp
7399 * gdb.base/catch-fork-static.exp
7400 * gdb.base/catch-gdb-caused-signals.exp
7401 * gdb.base/catch-load.exp
7402 * gdb.base/catch-signal-fork.exp
7403 * gdb.base/catch-signal.exp
7404 * gdb.base/catch-syscall.exp
7405 * gdb.base/charset.exp
7406 * gdb.base/checkpoint.exp
7407 * gdb.base/chng-syms.exp
7408 * gdb.base/code-expr.exp
7409 * gdb.base/code_elim.exp
7410 * gdb.base/commands.exp
7411 * gdb.base/completion.exp
7412 * gdb.base/complex.exp
7413 * gdb.base/cond-expr.exp
7414 * gdb.base/condbreak.exp
7415 * gdb.base/consecutive.exp
7416 * gdb.base/continue-all-already-running.exp
7417 * gdb.base/coredump-filter.exp
7418 * gdb.base/corefile.exp
7419 * gdb.base/dbx.exp
7420 * gdb.base/debug-expr.exp
7421 * gdb.base/define.exp
7422 * gdb.base/del.exp
7423 * gdb.base/disabled-location.exp
7424 * gdb.base/disasm-end-cu.exp
7425 * gdb.base/disasm-optim.exp
7426 * gdb.base/display.exp
7427 * gdb.base/duplicate-bp.exp
7428 * gdb.base/ena-dis-br.exp
7429 * gdb.base/ending-run.exp
7430 * gdb.base/enumval.exp
7431 * gdb.base/environ.exp
7432 * gdb.base/eu-strip-infcall.exp
7433 * gdb.base/eval-avoid-side-effects.exp
7434 * gdb.base/eval-skip.exp
7435 * gdb.base/exitsignal.exp
7436 * gdb.base/expand-psymtabs.exp
7437 * gdb.base/filesym.exp
7438 * gdb.base/find-unmapped.exp
7439 * gdb.base/finish.exp
7440 * gdb.base/float.exp
7441 * gdb.base/foll-exec-mode.exp
7442 * gdb.base/foll-exec.exp
7443 * gdb.base/foll-fork.exp
7444 * gdb.base/fortran-sym-case.exp
7445 * gdb.base/freebpcmd.exp
7446 * gdb.base/func-ptr.exp
7447 * gdb.base/func-ptrs.exp
7448 * gdb.base/funcargs.exp
7449 * gdb.base/gcore-buffer-overflow.exp
7450 * gdb.base/gcore-relro-pie.exp
7451 * gdb.base/gcore-relro.exp
7452 * gdb.base/gcore.exp
7453 * gdb.base/gdb1090.exp
7454 * gdb.base/gdb11530.exp
7455 * gdb.base/gdb11531.exp
7456 * gdb.base/gdb1821.exp
7457 * gdb.base/gdbindex-stabs.exp
7458 * gdb.base/gdbvars.exp
7459 * gdb.base/hbreak.exp
7460 * gdb.base/hbreak2.exp
7461 * gdb.base/included.exp
7462 * gdb.base/infcall-input.exp
7463 * gdb.base/inferior-died.exp
7464 * gdb.base/infnan.exp
7465 * gdb.base/info-macros.exp
7466 * gdb.base/info-os.exp
7467 * gdb.base/info-proc.exp
7468 * gdb.base/info-shared.exp
7469 * gdb.base/info-target.exp
7470 * gdb.base/infoline.exp
7471 * gdb.base/interp.exp
7472 * gdb.base/interrupt.exp
7473 * gdb.base/jit-reader.exp
7474 * gdb.base/jit-simple.exp
7475 * gdb.base/kill-after-signal.exp
7476 * gdb.base/kill-detach-inferiors-cmd.exp
7477 * gdb.base/label.exp
7478 * gdb.base/langs.exp
7479 * gdb.base/ldbl_e308.exp
7480 * gdb.base/line-symtabs.exp
7481 * gdb.base/linespecs.exp
7482 * gdb.base/list.exp
7483 * gdb.base/long_long.exp
7484 * gdb.base/longest-types.exp
7485 * gdb.base/maint.exp
7486 * gdb.base/max-value-size.exp
7487 * gdb.base/memattr.exp
7488 * gdb.base/mips_pro.exp
7489 * gdb.base/morestack.exp
7490 * gdb.base/moribund-step.exp
7491 * gdb.base/multi-forks.exp
7492 * gdb.base/nested-addr.exp
7493 * gdb.base/nextoverexit.exp
7494 * gdb.base/noreturn-finish.exp
7495 * gdb.base/noreturn-return.exp
7496 * gdb.base/nostdlib.exp
7497 * gdb.base/offsets.exp
7498 * gdb.base/opaque.exp
7499 * gdb.base/pc-fp.exp
7500 * gdb.base/permissions.exp
7501 * gdb.base/print-symbol-loading.exp
7502 * gdb.base/prologue-include.exp
7503 * gdb.base/psymtab.exp
7504 * gdb.base/ptype.exp
7505 * gdb.base/random-signal.exp
7506 * gdb.base/randomize.exp
7507 * gdb.base/range-stepping.exp
7508 * gdb.base/readline-ask.exp
7509 * gdb.base/recpar.exp
7510 * gdb.base/recurse.exp
7511 * gdb.base/relational.exp
7512 * gdb.base/restore.exp
7513 * gdb.base/return-nodebug.exp
7514 * gdb.base/return.exp
7515 * gdb.base/run-after-attach.exp
7516 * gdb.base/save-bp.exp
7517 * gdb.base/scope.exp
7518 * gdb.base/sect-cmd.exp
7519 * gdb.base/set-lang-auto.exp
7520 * gdb.base/set-noassign.exp
7521 * gdb.base/setvar.exp
7522 * gdb.base/sigall.exp
7523 * gdb.base/sigbpt.exp
7524 * gdb.base/siginfo-addr.exp
7525 * gdb.base/siginfo-infcall.exp
7526 * gdb.base/siginfo-obj.exp
7527 * gdb.base/siginfo.exp
7528 * gdb.base/signals-state-child.exp
7529 * gdb.base/signest.exp
7530 * gdb.base/sigstep.exp
7531 * gdb.base/sizeof.exp
7532 * gdb.base/skip.exp
7533 * gdb.base/solib-corrupted.exp
7534 * gdb.base/solib-nodir.exp
7535 * gdb.base/solib-search.exp
7536 * gdb.base/stack-checking.exp
7537 * gdb.base/stale-infcall.exp
7538 * gdb.base/stap-probe.exp
7539 * gdb.base/start.exp
7540 * gdb.base/step-break.exp
7541 * gdb.base/step-bt.exp
7542 * gdb.base/step-line.exp
7543 * gdb.base/step-over-exit.exp
7544 * gdb.base/step-over-syscall.exp
7545 * gdb.base/step-resume-infcall.exp
7546 * gdb.base/step-test.exp
7547 * gdb.base/store.exp
7548 * gdb.base/structs3.exp
7549 * gdb.base/sym-file.exp
7550 * gdb.base/symbol-without-target_section.exp
7551 * gdb.base/term.exp
7552 * gdb.base/testenv.exp
7553 * gdb.base/ui-redirect.exp
7554 * gdb.base/until.exp
7555 * gdb.base/unwindonsignal.exp
7556 * gdb.base/value-double-free.exp
7557 * gdb.base/vla-datatypes.exp
7558 * gdb.base/vla-ptr.exp
7559 * gdb.base/vla-sideeffect.exp
7560 * gdb.base/volatile.exp
7561 * gdb.base/watch-cond-infcall.exp
7562 * gdb.base/watch-cond.exp
7563 * gdb.base/watch-non-mem.exp
7564 * gdb.base/watch-read.exp
7565 * gdb.base/watch-vfork.exp
7566 * gdb.base/watchpoint-cond-gone.exp
7567 * gdb.base/watchpoint-delete.exp
7568 * gdb.base/watchpoint-hw-hit-once.exp
7569 * gdb.base/watchpoint-hw.exp
7570 * gdb.base/watchpoint-stops-at-right-insn.exp
7571 * gdb.base/watchpoints.exp
7572 * gdb.base/wchar.exp
7573 * gdb.base/whatis-exp.exp
7574 * gdb.btrace/buffer-size.exp
7575 * gdb.btrace/data.exp
7576 * gdb.btrace/delta.exp
7577 * gdb.btrace/dlopen.exp
7578 * gdb.btrace/enable.exp
7579 * gdb.btrace/exception.exp
7580 * gdb.btrace/function_call_history.exp
7581 * gdb.btrace/gcore.exp
7582 * gdb.btrace/instruction_history.exp
7583 * gdb.btrace/nohist.exp
7584 * gdb.btrace/reconnect.exp
7585 * gdb.btrace/record_goto-step.exp
7586 * gdb.btrace/record_goto.exp
7587 * gdb.btrace/rn-dl-bind.exp
7588 * gdb.btrace/segv.exp
7589 * gdb.btrace/step.exp
7590 * gdb.btrace/stepi.exp
7591 * gdb.btrace/tailcall-only.exp
7592 * gdb.btrace/tailcall.exp
7593 * gdb.btrace/tsx.exp
7594 * gdb.btrace/unknown_functions.exp
7595 * gdb.btrace/vdso.exp
7596 * gdb.compile/compile-ifunc.exp
7597 * gdb.compile/compile-ops.exp
7598 * gdb.compile/compile-print.exp
7599 * gdb.compile/compile-setjmp.exp
7600 * gdb.cp/abstract-origin.exp
7601 * gdb.cp/ambiguous.exp
7602 * gdb.cp/annota2.exp
7603 * gdb.cp/annota3.exp
7604 * gdb.cp/anon-ns.exp
7605 * gdb.cp/anon-struct.exp
7606 * gdb.cp/anon-union.exp
7607 * gdb.cp/arg-reference.exp
7608 * gdb.cp/baseenum.exp
7609 * gdb.cp/bool.exp
7610 * gdb.cp/breakpoint.exp
7611 * gdb.cp/bs15503.exp
7612 * gdb.cp/call-c.exp
7613 * gdb.cp/casts.exp
7614 * gdb.cp/chained-calls.exp
7615 * gdb.cp/class2.exp
7616 * gdb.cp/classes.exp
7617 * gdb.cp/cmpd-minsyms.exp
7618 * gdb.cp/converts.exp
7619 * gdb.cp/cp-relocate.exp
7620 * gdb.cp/cpcompletion.exp
7621 * gdb.cp/cpexprs.exp
7622 * gdb.cp/cplabel.exp
7623 * gdb.cp/cplusfuncs.exp
7624 * gdb.cp/cpsizeof.exp
7625 * gdb.cp/ctti.exp
7626 * gdb.cp/derivation.exp
7627 * gdb.cp/destrprint.exp
7628 * gdb.cp/dispcxx.exp
7629 * gdb.cp/enum-class.exp
7630 * gdb.cp/exception.exp
7631 * gdb.cp/exceptprint.exp
7632 * gdb.cp/expand-psymtabs-cxx.exp
7633 * gdb.cp/expand-sals.exp
7634 * gdb.cp/extern-c.exp
7635 * gdb.cp/filename.exp
7636 * gdb.cp/formatted-ref.exp
7637 * gdb.cp/fpointer.exp
7638 * gdb.cp/gdb1355.exp
7639 * gdb.cp/gdb2495.exp
7640 * gdb.cp/hang.exp
7641 * gdb.cp/impl-this.exp
7642 * gdb.cp/infcall-dlopen.exp
7643 * gdb.cp/inherit.exp
7644 * gdb.cp/iostream.exp
7645 * gdb.cp/koenig.exp
7646 * gdb.cp/local.exp
7647 * gdb.cp/m-data.exp
7648 * gdb.cp/m-static.exp
7649 * gdb.cp/mb-ctor.exp
7650 * gdb.cp/mb-inline.exp
7651 * gdb.cp/mb-templates.exp
7652 * gdb.cp/member-name.exp
7653 * gdb.cp/member-ptr.exp
7654 * gdb.cp/meth-typedefs.exp
7655 * gdb.cp/method.exp
7656 * gdb.cp/method2.exp
7657 * gdb.cp/minsym-fallback.exp
7658 * gdb.cp/misc.exp
7659 * gdb.cp/namelessclass.exp
7660 * gdb.cp/namespace-enum.exp
7661 * gdb.cp/namespace-nested-import.exp
7662 * gdb.cp/namespace.exp
7663 * gdb.cp/nextoverthrow.exp
7664 * gdb.cp/no-dmgl-verbose.exp
7665 * gdb.cp/non-trivial-retval.exp
7666 * gdb.cp/noparam.exp
7667 * gdb.cp/nsdecl.exp
7668 * gdb.cp/nsimport.exp
7669 * gdb.cp/nsnested.exp
7670 * gdb.cp/nsnoimports.exp
7671 * gdb.cp/nsrecurs.exp
7672 * gdb.cp/nsstress.exp
7673 * gdb.cp/nsusing.exp
7674 * gdb.cp/operator.exp
7675 * gdb.cp/oranking.exp
7676 * gdb.cp/overload-const.exp
7677 * gdb.cp/overload.exp
7678 * gdb.cp/ovldbreak.exp
7679 * gdb.cp/ovsrch.exp
7680 * gdb.cp/paren-type.exp
7681 * gdb.cp/parse-lang.exp
7682 * gdb.cp/pass-by-ref.exp
7683 * gdb.cp/pr-1023.exp
7684 * gdb.cp/pr-1210.exp
7685 * gdb.cp/pr-574.exp
7686 * gdb.cp/pr10687.exp
7687 * gdb.cp/pr12028.exp
7688 * gdb.cp/pr17132.exp
7689 * gdb.cp/pr17494.exp
7690 * gdb.cp/pr9067.exp
7691 * gdb.cp/pr9167.exp
7692 * gdb.cp/pr9631.exp
7693 * gdb.cp/printmethod.exp
7694 * gdb.cp/psmang.exp
7695 * gdb.cp/psymtab-parameter.exp
7696 * gdb.cp/ptype-cv-cp.exp
7697 * gdb.cp/ptype-flags.exp
7698 * gdb.cp/re-set-overloaded.exp
7699 * gdb.cp/ref-types.exp
7700 * gdb.cp/rtti.exp
7701 * gdb.cp/scope-err.exp
7702 * gdb.cp/shadow.exp
7703 * gdb.cp/smartp.exp
7704 * gdb.cp/static-method.exp
7705 * gdb.cp/static-print-quit.exp
7706 * gdb.cp/temargs.exp
7707 * gdb.cp/templates.exp
7708 * gdb.cp/try_catch.exp
7709 * gdb.cp/typedef-operator.exp
7710 * gdb.cp/typeid.exp
7711 * gdb.cp/userdef.exp
7712 * gdb.cp/using-crash.exp
7713 * gdb.cp/var-tag.exp
7714 * gdb.cp/virtbase.exp
7715 * gdb.cp/virtfunc.exp
7716 * gdb.cp/virtfunc2.exp
7717 * gdb.cp/vla-cxx.exp
7718 * gdb.disasm/t01_mov.exp
7719 * gdb.disasm/t02_mova.exp
7720 * gdb.disasm/t03_add.exp
7721 * gdb.disasm/t04_sub.exp
7722 * gdb.disasm/t05_cmp.exp
7723 * gdb.disasm/t06_ari2.exp
7724 * gdb.disasm/t07_ari3.exp
7725 * gdb.disasm/t08_or.exp
7726 * gdb.disasm/t09_xor.exp
7727 * gdb.disasm/t10_and.exp
7728 * gdb.disasm/t11_logs.exp
7729 * gdb.disasm/t12_bit.exp
7730 * gdb.disasm/t13_otr.exp
7731 * gdb.dlang/circular.exp
7732 * gdb.dwarf2/arr-stride.exp
7733 * gdb.dwarf2/arr-subrange.exp
7734 * gdb.dwarf2/atomic-type.exp
7735 * gdb.dwarf2/bad-regnum.exp
7736 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7737 * gdb.dwarf2/callframecfa.exp
7738 * gdb.dwarf2/clztest.exp
7739 * gdb.dwarf2/corrupt.exp
7740 * gdb.dwarf2/data-loc.exp
7741 * gdb.dwarf2/dup-psym.exp
7742 * gdb.dwarf2/dw2-anon-mptr.exp
7743 * gdb.dwarf2/dw2-anonymous-func.exp
7744 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7745 * gdb.dwarf2/dw2-bad-unresolved.exp
7746 * gdb.dwarf2/dw2-basic.exp
7747 * gdb.dwarf2/dw2-canonicalize-type.exp
7748 * gdb.dwarf2/dw2-case-insensitive.exp
7749 * gdb.dwarf2/dw2-common-block.exp
7750 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7751 * gdb.dwarf2/dw2-compressed.exp
7752 * gdb.dwarf2/dw2-const.exp
7753 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7754 * gdb.dwarf2/dw2-cu-size.exp
7755 * gdb.dwarf2/dw2-dup-frame.exp
7756 * gdb.dwarf2/dw2-entry-value.exp
7757 * gdb.dwarf2/dw2-icycle.exp
7758 * gdb.dwarf2/dw2-ifort-parameter.exp
7759 * gdb.dwarf2/dw2-inline-break.exp
7760 * gdb.dwarf2/dw2-inline-param.exp
7761 * gdb.dwarf2/dw2-intercu.exp
7762 * gdb.dwarf2/dw2-intermix.exp
7763 * gdb.dwarf2/dw2-lexical-block-bare.exp
7764 * gdb.dwarf2/dw2-linkage-name-trust.exp
7765 * gdb.dwarf2/dw2-minsym-in-cu.exp
7766 * gdb.dwarf2/dw2-noloc.exp
7767 * gdb.dwarf2/dw2-op-call.exp
7768 * gdb.dwarf2/dw2-op-out-param.exp
7769 * gdb.dwarf2/dw2-opt-structptr.exp
7770 * gdb.dwarf2/dw2-param-error.exp
7771 * gdb.dwarf2/dw2-producer.exp
7772 * gdb.dwarf2/dw2-ranges-base.exp
7773 * gdb.dwarf2/dw2-ref-missing-frame.exp
7774 * gdb.dwarf2/dw2-reg-undefined.exp
7775 * gdb.dwarf2/dw2-regno-invalid.exp
7776 * gdb.dwarf2/dw2-restore.exp
7777 * gdb.dwarf2/dw2-restrict.exp
7778 * gdb.dwarf2/dw2-single-line-discriminators.exp
7779 * gdb.dwarf2/dw2-strp.exp
7780 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7781 * gdb.dwarf2/dw2-unresolved.exp
7782 * gdb.dwarf2/dw2-var-zero-addr.exp
7783 * gdb.dwarf2/dw4-sig-types.exp
7784 * gdb.dwarf2/dwz.exp
7785 * gdb.dwarf2/dynarr-ptr.exp
7786 * gdb.dwarf2/enum-type.exp
7787 * gdb.dwarf2/gdb-index.exp
7788 * gdb.dwarf2/implptr-64bit.exp
7789 * gdb.dwarf2/implptr-optimized-out.exp
7790 * gdb.dwarf2/implptr.exp
7791 * gdb.dwarf2/implref-array.exp
7792 * gdb.dwarf2/implref-const.exp
7793 * gdb.dwarf2/implref-global.exp
7794 * gdb.dwarf2/implref-struct.exp
7795 * gdb.dwarf2/mac-fileno.exp
7796 * gdb.dwarf2/main-subprogram.exp
7797 * gdb.dwarf2/member-ptr-forwardref.exp
7798 * gdb.dwarf2/method-ptr.exp
7799 * gdb.dwarf2/missing-sig-type.exp
7800 * gdb.dwarf2/nonvar-access.exp
7801 * gdb.dwarf2/opaque-type-lookup.exp
7802 * gdb.dwarf2/pieces-optimized-out.exp
7803 * gdb.dwarf2/pieces.exp
7804 * gdb.dwarf2/pr10770.exp
7805 * gdb.dwarf2/pr13961.exp
7806 * gdb.dwarf2/staticvirtual.exp
7807 * gdb.dwarf2/subrange.exp
7808 * gdb.dwarf2/symtab-producer.exp
7809 * gdb.dwarf2/trace-crash.exp
7810 * gdb.dwarf2/typeddwarf.exp
7811 * gdb.dwarf2/valop.exp
7812 * gdb.dwarf2/watch-notconst.exp
7813 * gdb.fortran/array-element.exp
7814 * gdb.fortran/charset.exp
7815 * gdb.fortran/common-block.exp
7816 * gdb.fortran/complex.exp
7817 * gdb.fortran/derived-type-function.exp
7818 * gdb.fortran/derived-type.exp
7819 * gdb.fortran/logical.exp
7820 * gdb.fortran/module.exp
7821 * gdb.fortran/multi-dim.exp
7822 * gdb.fortran/nested-funcs.exp
7823 * gdb.fortran/print-formatted.exp
7824 * gdb.fortran/subarray.exp
7825 * gdb.fortran/vla-alloc-assoc.exp
7826 * gdb.fortran/vla-datatypes.exp
7827 * gdb.fortran/vla-history.exp
7828 * gdb.fortran/vla-ptr-info.exp
7829 * gdb.fortran/vla-ptype-sub.exp
7830 * gdb.fortran/vla-ptype.exp
7831 * gdb.fortran/vla-sizeof.exp
7832 * gdb.fortran/vla-type.exp
7833 * gdb.fortran/vla-value-sub-arbitrary.exp
7834 * gdb.fortran/vla-value-sub-finish.exp
7835 * gdb.fortran/vla-value-sub.exp
7836 * gdb.fortran/vla-value.exp
7837 * gdb.fortran/whatis_type.exp
7838 * gdb.go/chan.exp
7839 * gdb.go/handcall.exp
7840 * gdb.go/hello.exp
7841 * gdb.go/integers.exp
7842 * gdb.go/methods.exp
7843 * gdb.go/package.exp
7844 * gdb.go/strings.exp
7845 * gdb.go/types.exp
7846 * gdb.go/unsafe.exp
7847 * gdb.guile/scm-arch.exp
7848 * gdb.guile/scm-block.exp
7849 * gdb.guile/scm-breakpoint.exp
7850 * gdb.guile/scm-cmd.exp
7851 * gdb.guile/scm-disasm.exp
7852 * gdb.guile/scm-equal.exp
7853 * gdb.guile/scm-frame-args.exp
7854 * gdb.guile/scm-frame-inline.exp
7855 * gdb.guile/scm-frame.exp
7856 * gdb.guile/scm-iterator.exp
7857 * gdb.guile/scm-math.exp
7858 * gdb.guile/scm-objfile.exp
7859 * gdb.guile/scm-ports.exp
7860 * gdb.guile/scm-symbol.exp
7861 * gdb.guile/scm-symtab.exp
7862 * gdb.guile/scm-value-cc.exp
7863 * gdb.guile/types-module.exp
7864 * gdb.linespec/break-ask.exp
7865 * gdb.linespec/cpexplicit.exp
7866 * gdb.linespec/explicit.exp
7867 * gdb.linespec/keywords.exp
7868 * gdb.linespec/linespec.exp
7869 * gdb.linespec/ls-dollar.exp
7870 * gdb.linespec/ls-errs.exp
7871 * gdb.linespec/skip-two.exp
7872 * gdb.linespec/thread.exp
7873 * gdb.mi/mi-async.exp
7874 * gdb.mi/mi-basics.exp
7875 * gdb.mi/mi-break.exp
7876 * gdb.mi/mi-catch-load.exp
7877 * gdb.mi/mi-cli.exp
7878 * gdb.mi/mi-cmd-param-changed.exp
7879 * gdb.mi/mi-console.exp
7880 * gdb.mi/mi-detach.exp
7881 * gdb.mi/mi-disassemble.exp
7882 * gdb.mi/mi-eval.exp
7883 * gdb.mi/mi-file-transfer.exp
7884 * gdb.mi/mi-file.exp
7885 * gdb.mi/mi-fill-memory.exp
7886 * gdb.mi/mi-inheritance-syntax-error.exp
7887 * gdb.mi/mi-linespec-err-cp.exp
7888 * gdb.mi/mi-logging.exp
7889 * gdb.mi/mi-memory-changed.exp
7890 * gdb.mi/mi-read-memory.exp
7891 * gdb.mi/mi-record-changed.exp
7892 * gdb.mi/mi-reg-undefined.exp
7893 * gdb.mi/mi-regs.exp
7894 * gdb.mi/mi-return.exp
7895 * gdb.mi/mi-reverse.exp
7896 * gdb.mi/mi-simplerun.exp
7897 * gdb.mi/mi-solib.exp
7898 * gdb.mi/mi-stack.exp
7899 * gdb.mi/mi-stepi.exp
7900 * gdb.mi/mi-syn-frame.exp
7901 * gdb.mi/mi-until.exp
7902 * gdb.mi/mi-var-block.exp
7903 * gdb.mi/mi-var-child.exp
7904 * gdb.mi/mi-var-cmd.exp
7905 * gdb.mi/mi-var-cp.exp
7906 * gdb.mi/mi-var-display.exp
7907 * gdb.mi/mi-var-invalidate.exp
7908 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7909 * gdb.mi/mi-vla-fortran.exp
7910 * gdb.mi/mi-watch.exp
7911 * gdb.mi/mi2-var-child.exp
7912 * gdb.mi/user-selected-context-sync.exp
7913 * gdb.modula2/unbounded-array.exp
7914 * gdb.multi/dummy-frame-restore.exp
7915 * gdb.multi/multi-arch-exec.exp
7916 * gdb.multi/multi-arch.exp
7917 * gdb.multi/tids.exp
7918 * gdb.multi/watchpoint-multi.exp
7919 * gdb.opencl/callfuncs.exp
7920 * gdb.opencl/convs_casts.exp
7921 * gdb.opencl/datatypes.exp
7922 * gdb.opencl/operators.exp
7923 * gdb.opencl/vec_comps.exp
7924 * gdb.opt/clobbered-registers-O2.exp
7925 * gdb.opt/inline-break.exp
7926 * gdb.opt/inline-bt.exp
7927 * gdb.opt/inline-cmds.exp
7928 * gdb.opt/inline-locals.exp
7929 * gdb.pascal/case-insensitive-symbols.exp
7930 * gdb.pascal/floats.exp
7931 * gdb.pascal/gdb11492.exp
7932 * gdb.python/lib-types.exp
7933 * gdb.python/py-arch.exp
7934 * gdb.python/py-as-string.exp
7935 * gdb.python/py-bad-printers.exp
7936 * gdb.python/py-block.exp
7937 * gdb.python/py-breakpoint-create-fail.exp
7938 * gdb.python/py-breakpoint.exp
7939 * gdb.python/py-caller-is.exp
7940 * gdb.python/py-cmd.exp
7941 * gdb.python/py-explore-cc.exp
7942 * gdb.python/py-explore.exp
7943 * gdb.python/py-finish-breakpoint.exp
7944 * gdb.python/py-finish-breakpoint2.exp
7945 * gdb.python/py-frame-args.exp
7946 * gdb.python/py-frame-inline.exp
7947 * gdb.python/py-frame.exp
7948 * gdb.python/py-framefilter-mi.exp
7949 * gdb.python/py-infthread.exp
7950 * gdb.python/py-lazy-string.exp
7951 * gdb.python/py-linetable.exp
7952 * gdb.python/py-mi-events.exp
7953 * gdb.python/py-mi-objfile.exp
7954 * gdb.python/py-mi.exp
7955 * gdb.python/py-objfile.exp
7956 * gdb.python/py-pp-integral.exp
7957 * gdb.python/py-pp-maint.exp
7958 * gdb.python/py-pp-re-notag.exp
7959 * gdb.python/py-pp-registration.exp
7960 * gdb.python/py-recurse-unwind.exp
7961 * gdb.python/py-strfns.exp
7962 * gdb.python/py-symbol.exp
7963 * gdb.python/py-symtab.exp
7964 * gdb.python/py-sync-interp.exp
7965 * gdb.python/py-typeprint.exp
7966 * gdb.python/py-unwind-maint.exp
7967 * gdb.python/py-unwind.exp
7968 * gdb.python/py-value-cc.exp
7969 * gdb.python/py-xmethods.exp
7970 * gdb.reverse/amd64-tailcall-reverse.exp
7971 * gdb.reverse/break-precsave.exp
7972 * gdb.reverse/break-reverse.exp
7973 * gdb.reverse/consecutive-precsave.exp
7974 * gdb.reverse/consecutive-reverse.exp
7975 * gdb.reverse/finish-precsave.exp
7976 * gdb.reverse/finish-reverse-bkpt.exp
7977 * gdb.reverse/finish-reverse.exp
7978 * gdb.reverse/fstatat-reverse.exp
7979 * gdb.reverse/getresuid-reverse.exp
7980 * gdb.reverse/i386-precsave.exp
7981 * gdb.reverse/i386-reverse.exp
7982 * gdb.reverse/i386-sse-reverse.exp
7983 * gdb.reverse/i387-env-reverse.exp
7984 * gdb.reverse/i387-stack-reverse.exp
7985 * gdb.reverse/insn-reverse.exp
7986 * gdb.reverse/machinestate-precsave.exp
7987 * gdb.reverse/machinestate.exp
7988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7989 * gdb.reverse/pipe-reverse.exp
7990 * gdb.reverse/readv-reverse.exp
7991 * gdb.reverse/recvmsg-reverse.exp
7992 * gdb.reverse/rerun-prec.exp
7993 * gdb.reverse/s390-mvcle.exp
7994 * gdb.reverse/step-precsave.exp
7995 * gdb.reverse/step-reverse.exp
7996 * gdb.reverse/time-reverse.exp
7997 * gdb.reverse/until-precsave.exp
7998 * gdb.reverse/until-reverse.exp
7999 * gdb.reverse/waitpid-reverse.exp
8000 * gdb.reverse/watch-precsave.exp
8001 * gdb.reverse/watch-reverse.exp
8002 * gdb.rust/generics.exp
8003 * gdb.rust/methods.exp
8004 * gdb.rust/modules.exp
8005 * gdb.rust/simple.exp
8006 * gdb.server/connect-with-no-symbol-file.exp
8007 * gdb.server/ext-attach.exp
8008 * gdb.server/ext-restart.exp
8009 * gdb.server/ext-wrapper.exp
8010 * gdb.server/file-transfer.exp
8011 * gdb.server/server-exec-info.exp
8012 * gdb.server/server-kill.exp
8013 * gdb.server/server-mon.exp
8014 * gdb.server/wrapper.exp
8015 * gdb.stabs/exclfwd.exp
8016 * gdb.stabs/gdb11479.exp
8017 * gdb.threads/clone-new-thread-event.exp
8018 * gdb.threads/corethreads.exp
8019 * gdb.threads/current-lwp-dead.exp
8020 * gdb.threads/dlopen-libpthread.exp
8021 * gdb.threads/gcore-thread.exp
8022 * gdb.threads/sigstep-threads.exp
8023 * gdb.threads/watchpoint-fork.exp
8024 * gdb.trace/actions-changed.exp
8025 * gdb.trace/backtrace.exp
8026 * gdb.trace/change-loc.exp
8027 * gdb.trace/circ.exp
8028 * gdb.trace/collection.exp
8029 * gdb.trace/disconnected-tracing.exp
8030 * gdb.trace/ftrace.exp
8031 * gdb.trace/mi-trace-frame-collected.exp
8032 * gdb.trace/mi-trace-unavailable.exp
8033 * gdb.trace/mi-traceframe-changed.exp
8034 * gdb.trace/mi-tsv-changed.exp
8035 * gdb.trace/no-attach-trace.exp
8036 * gdb.trace/passc-dyn.exp
8037 * gdb.trace/qtro.exp
8038 * gdb.trace/range-stepping.exp
8039 * gdb.trace/read-memory.exp
8040 * gdb.trace/save-trace.exp
8041 * gdb.trace/signal.exp
8042 * gdb.trace/status-stop.exp
8043 * gdb.trace/tfile.exp
8044 * gdb.trace/trace-break.exp
8045 * gdb.trace/trace-buffer-size.exp
8046 * gdb.trace/trace-condition.exp
8047 * gdb.trace/tracefile-pseudo-reg.exp
8048 * gdb.trace/tstatus.exp
8049 * gdb.trace/unavailable.exp
8050 * gdb.trace/while-dyn.exp
8051 * gdb.trace/while-stepping.exp
8052
8053 2016-12-22 Doug Evans <xdje42@gmail.com>
8054
8055 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8056 and msymbols.
8057
8058 2016-12-19 Yao Qi <yao.qi@linaro.org>
8059
8060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8061 (test_with_self): Don't call do_steps_and_nexts, and remove
8062 code about stepping into xmalloc.
8063
8064 2016-12-09 Yao Qi <yao.qi@linaro.org>
8065
8066 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8067
8068 2016-12-09 Yao Qi <yao.qi@linaro.org>
8069
8070 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8071
8072 2016-12-09 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.base/all-architectures-0.exp: New file.
8075 * gdb.base/all-architectures-1.exp: New file.
8076 * gdb.base/all-architectures-2.exp: New file.
8077 * gdb.base/all-architectures-3.exp: New file.
8078 * gdb.base/all-architectures-4.exp: New file.
8079 * gdb.base/all-architectures-5.exp: New file.
8080 * gdb.base/all-architectures-6.exp: New file.
8081 * gdb.base/all-architectures-7.exp: New file.
8082 * gdb.base/all-architectures.exp.in: New file.
8083
8084 2016-12-09 Yao Qi <yao.qi@linaro.org>
8085
8086 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8087
8088 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8089
8090 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8091 possible.
8092 Remove useless pattern-matching code.
8093
8094 2016-12-02 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8097 procedure.
8098 (top level): Call it.
8099
8100 2016-12-02 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8103 New procedure.
8104 (top level): Call it.
8105
8106 2016-12-02 Pedro Alves <palves@redhat.com>
8107
8108 PR cli/20559
8109 * gdb.base/commands.exp (user_defined_command_args_eval): New
8110 procedure.
8111 (top level): Call it.
8112
8113 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8114
8115 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8116 timeout handling.
8117
8118 2016-12-02 Tom Tromey <tom@tromey.com>
8119
8120 * gdb.dwarf2/main-subprogram.c: New file.
8121 * gdb.dwarf2/main-subprogram.exp: New file.
8122
8123 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8124
8125 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8126 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8127 gdb_test_no_output for a couple of cases.
8128 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8129
8130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8131
8132 Fix test names and standardize compilation error messages throughout
8133 the following files:
8134
8135 * gdb.ada/start.exp
8136 * gdb.arch/alpha-step.exp
8137 * gdb.arch/e500-prologue.exp
8138 * gdb.arch/ftrace-insn-reloc.exp
8139 * gdb.arch/gdb1291.exp
8140 * gdb.arch/gdb1431.exp
8141 * gdb.arch/gdb1558.exp
8142 * gdb.arch/i386-dr3-watch.exp
8143 * gdb.arch/i386-sse-stack-align.exp
8144 * gdb.arch/ia64-breakpoint-shadow.exp
8145 * gdb.arch/pa-nullify.exp
8146 * gdb.arch/powerpc-aix-prologue.exp
8147 * gdb.arch/thumb-bx-pc.exp
8148 * gdb.base/annota1.exp
8149 * gdb.base/annota3.exp
8150 * gdb.base/arrayidx.exp
8151 * gdb.base/assign.exp
8152 * gdb.base/attach.exp
8153 * gdb.base/auxv.exp
8154 * gdb.base/bang.exp
8155 * gdb.base/bfp-test.exp
8156 * gdb.base/bigcore.exp
8157 * gdb.base/bitfields2.exp
8158 * gdb.base/break-fun-addr.exp
8159 * gdb.base/break-probes.exp
8160 * gdb.base/call-rt-st.exp
8161 * gdb.base/callexit.exp
8162 * gdb.base/catch-fork-kill.exp
8163 * gdb.base/charset.exp
8164 * gdb.base/checkpoint.exp
8165 * gdb.base/comprdebug.exp
8166 * gdb.base/constvars.exp
8167 * gdb.base/coredump-filter.exp
8168 * gdb.base/cursal.exp
8169 * gdb.base/cvexpr.exp
8170 * gdb.base/detach.exp
8171 * gdb.base/display.exp
8172 * gdb.base/dmsym.exp
8173 * gdb.base/dprintf-pending.exp
8174 * gdb.base/dso2dso.exp
8175 * gdb.base/dtrace-probe.exp
8176 * gdb.base/dump.exp
8177 * gdb.base/enum_cond.exp
8178 * gdb.base/exe-lock.exp
8179 * gdb.base/exec-invalid-sysroot.exp
8180 * gdb.base/execl-update-breakpoints.exp
8181 * gdb.base/exprs.exp
8182 * gdb.base/fileio.exp
8183 * gdb.base/find.exp
8184 * gdb.base/finish.exp
8185 * gdb.base/fixsection.exp
8186 * gdb.base/foll-vfork.exp
8187 * gdb.base/frame-args.exp
8188 * gdb.base/gcore.exp
8189 * gdb.base/gdb1250.exp
8190 * gdb.base/global-var-nested-by-dso.exp
8191 * gdb.base/gnu-ifunc.exp
8192 * gdb.base/hashline1.exp
8193 * gdb.base/hashline2.exp
8194 * gdb.base/hashline3.exp
8195 * gdb.base/hbreak-in-shr-unsupported.exp
8196 * gdb.base/huge.exp
8197 * gdb.base/infcall-input.exp
8198 * gdb.base/info-fun.exp
8199 * gdb.base/info-shared.exp
8200 * gdb.base/jit-simple.exp
8201 * gdb.base/jit-so.exp
8202 * gdb.base/jit.exp
8203 * gdb.base/jump.exp
8204 * gdb.base/label.exp
8205 * gdb.base/lineinc.exp
8206 * gdb.base/logical.exp
8207 * gdb.base/longjmp.exp
8208 * gdb.base/macscp.exp
8209 * gdb.base/miscexprs.exp
8210 * gdb.base/new-ui-echo.exp
8211 * gdb.base/new-ui-pending-input.exp
8212 * gdb.base/new-ui.exp
8213 * gdb.base/nodebug.exp
8214 * gdb.base/nofield.exp
8215 * gdb.base/offsets.exp
8216 * gdb.base/overlays.exp
8217 * gdb.base/pending.exp
8218 * gdb.base/pointers.exp
8219 * gdb.base/pr11022.exp
8220 * gdb.base/printcmds.exp
8221 * gdb.base/prologue.exp
8222 * gdb.base/ptr-typedef.exp
8223 * gdb.base/realname-expand.exp
8224 * gdb.base/relativedebug.exp
8225 * gdb.base/relocate.exp
8226 * gdb.base/remote.exp
8227 * gdb.base/reread.exp
8228 * gdb.base/return2.exp
8229 * gdb.base/savedregs.exp
8230 * gdb.base/sep.exp
8231 * gdb.base/sepdebug.exp
8232 * gdb.base/sepsymtab.exp
8233 * gdb.base/set-inferior-tty.exp
8234 * gdb.base/setshow.exp
8235 * gdb.base/shlib-call.exp
8236 * gdb.base/sigaltstack.exp
8237 * gdb.base/siginfo-addr.exp
8238 * gdb.base/signals.exp
8239 * gdb.base/signull.exp
8240 * gdb.base/sigrepeat.exp
8241 * gdb.base/so-impl-ld.exp
8242 * gdb.base/solib-display.exp
8243 * gdb.base/solib-overlap.exp
8244 * gdb.base/solib-search.exp
8245 * gdb.base/solib-symbol.exp
8246 * gdb.base/structs.exp
8247 * gdb.base/structs2.exp
8248 * gdb.base/symtab-search-order.exp
8249 * gdb.base/twice.exp
8250 * gdb.base/unload.exp
8251 * gdb.base/varargs.exp
8252 * gdb.base/watchpoint-solib.exp
8253 * gdb.base/watchpoint.exp
8254 * gdb.base/whatis.exp
8255 * gdb.base/wrong_frame_bt_full.exp
8256 * gdb.btrace/dlopen.exp
8257 * gdb.cell/ea-standalone.exp
8258 * gdb.cell/ea-test.exp
8259 * gdb.cp/dispcxx.exp
8260 * gdb.cp/gdb2384.exp
8261 * gdb.cp/method2.exp
8262 * gdb.cp/nextoverthrow.exp
8263 * gdb.cp/pr10728.exp
8264 * gdb.disasm/am33.exp
8265 * gdb.disasm/h8300s.exp
8266 * gdb.disasm/mn10300.exp
8267 * gdb.disasm/sh3.exp
8268 * gdb.dwarf2/dw2-dir-file-name.exp
8269 * gdb.fortran/complex.exp
8270 * gdb.fortran/library-module.exp
8271 * gdb.guile/scm-pretty-print.exp
8272 * gdb.guile/scm-symbol.exp
8273 * gdb.guile/scm-type.exp
8274 * gdb.guile/scm-value.exp
8275 * gdb.linespec/linespec.exp
8276 * gdb.mi/gdb701.exp
8277 * gdb.mi/gdb792.exp
8278 * gdb.mi/mi-breakpoint-changed.exp
8279 * gdb.mi/mi-dprintf-pending.exp
8280 * gdb.mi/mi-dprintf.exp
8281 * gdb.mi/mi-exit-code.exp
8282 * gdb.mi/mi-pending.exp
8283 * gdb.mi/mi-solib.exp
8284 * gdb.mi/new-ui-mi-sync.exp
8285 * gdb.mi/pr11022.exp
8286 * gdb.mi/user-selected-context-sync.exp
8287 * gdb.opt/solib-intra-step.exp
8288 * gdb.python/py-events.exp
8289 * gdb.python/py-finish-breakpoint.exp
8290 * gdb.python/py-mi.exp
8291 * gdb.python/py-prettyprint.exp
8292 * gdb.python/py-shared.exp
8293 * gdb.python/py-symbol.exp
8294 * gdb.python/py-template.exp
8295 * gdb.python/py-type.exp
8296 * gdb.python/py-value.exp
8297 * gdb.reverse/solib-precsave.exp
8298 * gdb.reverse/solib-reverse.exp
8299 * gdb.server/solib-list.exp
8300 * gdb.stabs/weird.exp
8301 * gdb.threads/reconnect-signal.exp
8302 * gdb.threads/stepi-random-signal.exp
8303 * gdb.trace/actions.exp
8304 * gdb.trace/ax.exp
8305 * gdb.trace/backtrace.exp
8306 * gdb.trace/change-loc.exp
8307 * gdb.trace/deltrace.exp
8308 * gdb.trace/ftrace-lock.exp
8309 * gdb.trace/ftrace.exp
8310 * gdb.trace/infotrace.exp
8311 * gdb.trace/mi-tracepoint-changed.exp
8312 * gdb.trace/packetlen.exp
8313 * gdb.trace/passcount.exp
8314 * gdb.trace/pending.exp
8315 * gdb.trace/range-stepping.exp
8316 * gdb.trace/report.exp
8317 * gdb.trace/stap-trace.exp
8318 * gdb.trace/tfind.exp
8319 * gdb.trace/trace-break.exp
8320 * gdb.trace/trace-condition.exp
8321 * gdb.trace/trace-enable-disable.exp
8322 * gdb.trace/trace-mt.exp
8323 * gdb.trace/tracecmd.exp
8324 * gdb.trace/tspeed.exp
8325 * gdb.trace/tsv.exp
8326 * lib/perftest.exp
8327
8328 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8329
8330 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8331 with gdb_test_no_output.
8332 Use command as test name.
8333
8334 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8335
8336 Fix test names starting with uppercase throughout the files.
8337
8338 * gdb.ada/assign_1.exp
8339 * gdb.ada/boolean_expr.exp
8340 * gdb.base/arrayidx.exp
8341 * gdb.base/del.exp
8342 * gdb.base/gcore-buffer-overflow.exp
8343 * gdb.base/testenv.exp
8344 * gdb.compile/compile.exp
8345 * gdb.python/py-framefilter-invalidarg.exp
8346 * gdb.python/py-framefilter.exp
8347
8348 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8349
8350 Fix test names starting with uppercase throughout the files.
8351
8352 * gdb.ada/array_return.exp
8353 * gdb.ada/expr_delims.exp
8354 * gdb.ada/mi_dyn_arr.exp
8355 * gdb.ada/mi_interface.exp
8356 * gdb.ada/mi_var_array.exp
8357 * gdb.ada/watch_arg.exp
8358 * gdb.arch/alpha-step.exp
8359 * gdb.arch/altivec-regs.exp
8360 * gdb.arch/e500-regs.exp
8361 * gdb.arch/powerpc-d128-regs.exp
8362 * gdb.base/arrayidx.exp
8363 * gdb.base/break.exp
8364 * gdb.base/checkpoint.exp
8365 * gdb.base/debug-expr.exp
8366 * gdb.base/dmsym.exp
8367 * gdb.base/radix.exp
8368 * gdb.base/sepdebug.exp
8369 * gdb.base/testenv.exp
8370 * gdb.base/watch_thread_num.exp
8371 * gdb.base/watchpoint-cond-gone.exp
8372 * gdb.cell/break.exp
8373 * gdb.cell/ea-cache.exp
8374 * gdb.compile/compile.exp
8375 * gdb.cp/gdb2495.exp
8376 * gdb.gdb/selftest.exp
8377 * gdb.gdb/xfullpath.exp
8378 * gdb.go/hello.exp
8379 * gdb.go/integers.exp
8380 * gdb.objc/basicclass.exp
8381 * gdb.pascal/hello.exp
8382 * gdb.pascal/integers.exp
8383 * gdb.python/py-breakpoint.exp
8384 * gdb.python/py-cmd.exp
8385 * gdb.python/py-linetable.exp
8386 * gdb.python/py-xmethods.exp
8387 * gdb.python/python.exp
8388 * gdb.reverse/consecutive-precsave.exp
8389 * gdb.reverse/finish-precsave.exp
8390 * gdb.reverse/i386-precsave.exp
8391 * gdb.reverse/machinestate-precsave.exp
8392 * gdb.reverse/sigall-precsave.exp
8393 * gdb.reverse/solib-precsave.exp
8394 * gdb.reverse/step-precsave.exp
8395 * gdb.reverse/until-precsave.exp
8396 * gdb.reverse/watch-precsave.exp
8397 * gdb.threads/leader-exit.exp
8398 * gdb.threads/pthreads.exp
8399 * gdb.threads/wp-replication.exp
8400 * gdb.trace/actions.exp
8401 * gdb.trace/mi-tsv-changed.exp
8402 * gdb.trace/tsv.exp
8403
8404 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8405
8406 Fix test names starting with uppercase throughout the files.
8407
8408 * gdb.arch/i386-bp_permanent.exp
8409 * gdb.arch/i386-gnu-cfi.exp
8410 * gdb.base/disasm-end-cu.exp
8411 * gdb.base/macscp.exp
8412 * gdb.base/pending.exp
8413 * gdb.base/watch_thread_num.exp
8414 * gdb.cp/exception.exp
8415 * gdb.cp/gdb2495.exp
8416 * gdb.cp/local.exp
8417 * gdb.python/py-evsignal.exp
8418 * gdb.python/python.exp
8419 * gdb.trace/tracecmd.exp
8420
8421 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8422
8423 Fix test names starting with uppercase throughout the files.
8424
8425 * gdb.base/charset.exp
8426 * gdb.base/eval.exp
8427 * gdb.base/multi-forks.exp
8428 * gdb.guile/scm-progspace.exp
8429 * gdb.opencl/datatypes.exp
8430 * gdb.python/py-block.exp
8431 * gdb.python/py-function.exp
8432 * gdb.python/py-symbol.exp
8433 * gdb.python/py-symtab.exp
8434 * gdb.python/py-xmethods.exp
8435 * gdb.reverse/break-precsave.exp
8436 * gdb.reverse/break-reverse.exp
8437 * gdb.reverse/consecutive-precsave.exp
8438 * gdb.reverse/consecutive-reverse.exp
8439 * gdb.reverse/finish-precsave.exp
8440 * gdb.reverse/finish-reverse-bkpt.exp
8441 * gdb.reverse/finish-reverse.exp
8442 * gdb.reverse/fstatat-reverse.exp
8443 * gdb.reverse/getresuid-reverse.exp
8444 * gdb.reverse/i386-precsave.exp
8445 * gdb.reverse/i386-reverse.exp
8446 * gdb.reverse/i386-sse-reverse.exp
8447 * gdb.reverse/i387-stack-reverse.exp
8448 * gdb.reverse/insn-reverse.exp
8449 * gdb.reverse/machinestate-precsave.exp
8450 * gdb.reverse/machinestate.exp
8451 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8452 * gdb.reverse/pipe-reverse.exp
8453 * gdb.reverse/readv-reverse.exp
8454 * gdb.reverse/recvmsg-reverse.exp
8455 * gdb.reverse/rerun-prec.exp
8456 * gdb.reverse/s390-mvcle.exp
8457 * gdb.reverse/sigall-precsave.exp
8458 * gdb.reverse/sigall-reverse.exp
8459 * gdb.reverse/solib-precsave.exp
8460 * gdb.reverse/solib-reverse.exp
8461 * gdb.reverse/step-precsave.exp
8462 * gdb.reverse/step-reverse.exp
8463 * gdb.reverse/time-reverse.exp
8464 * gdb.reverse/until-precsave.exp
8465 * gdb.reverse/until-reverse.exp
8466 * gdb.reverse/waitpid-reverse.exp
8467 * gdb.reverse/watch-precsave.exp
8468 * gdb.reverse/watch-reverse.exp
8469
8470 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8471
8472 Fix test names starting with uppercase throughout the files.
8473
8474 * gdb.arch/i386-mpx-simple_segv.exp
8475 * gdb.arch/i386-mpx.exp
8476 * gdb.arch/i386-permbkpt.exp
8477 * gdb.arch/pa-nullify.exp
8478 * gdb.arch/powerpc-d128-regs.exp
8479 * gdb.arch/vsx-regs.exp
8480 * gdb.base/bfp-test.exp
8481 * gdb.base/break.exp
8482 * gdb.base/breakpoint-shadow.exp
8483 * gdb.base/callfuncs.exp
8484 * gdb.base/charset.exp
8485 * gdb.base/commands.exp
8486 * gdb.base/completion.exp
8487 * gdb.base/dfp-test.exp
8488 * gdb.base/echo.exp
8489 * gdb.base/ending-run.exp
8490 * gdb.base/eval.exp
8491 * gdb.base/expand-psymtabs.exp
8492 * gdb.base/float128.exp
8493 * gdb.base/floatn.exp
8494 * gdb.base/foll-exec-mode.exp
8495 * gdb.base/gdb1056.exp
8496 * gdb.base/gdb11531.exp
8497 * gdb.base/kill-after-signal.exp
8498 * gdb.base/multi-forks.exp
8499 * gdb.base/overlays.exp
8500 * gdb.base/pending.exp
8501 * gdb.base/sepdebug.exp
8502 * gdb.base/testenv.exp
8503 * gdb.base/valgrind-db-attach.exp
8504 * gdb.base/watch_thread_num.exp
8505 * gdb.base/watchpoint-cond-gone.exp
8506 * gdb.base/watchpoint.exp
8507 * gdb.base/watchpoints.exp
8508 * gdb.cp/arg-reference.exp
8509 * gdb.cp/baseenum.exp
8510 * gdb.cp/operator.exp
8511 * gdb.cp/shadow.exp
8512 * gdb.dwarf2/dw2-op-out-param.exp
8513 * gdb.dwarf2/dw2-reg-undefined.exp
8514 * gdb.go/chan.exp
8515 * gdb.go/hello.exp
8516 * gdb.go/integers.exp
8517 * gdb.go/methods.exp
8518 * gdb.go/package.exp
8519 * gdb.guile/scm-parameter.exp
8520 * gdb.guile/scm-progspace.exp
8521 * gdb.guile/scm-value.exp
8522 * gdb.mi/mi-pending.exp
8523 * gdb.mi/user-selected-context-sync.exp
8524 * gdb.multi/multi-attach.exp
8525 * gdb.multi/tids.exp
8526 * gdb.opt/clobbered-registers-O2.exp
8527 * gdb.pascal/floats.exp
8528 * gdb.pascal/integers.exp
8529 * gdb.python/py-block.exp
8530 * gdb.python/py-events.exp
8531 * gdb.python/py-parameter.exp
8532 * gdb.python/py-symbol.exp
8533 * gdb.python/py-symtab.exp
8534 * gdb.python/py-type.exp
8535 * gdb.python/py-value.exp
8536 * gdb.python/py-xmethods.exp
8537 * gdb.python/python.exp
8538 * gdb.reverse/break-precsave.exp
8539 * gdb.reverse/consecutive-precsave.exp
8540 * gdb.reverse/finish-precsave.exp
8541 * gdb.reverse/i386-precsave.exp
8542 * gdb.reverse/machinestate-precsave.exp
8543 * gdb.reverse/sigall-precsave.exp
8544 * gdb.reverse/solib-precsave.exp
8545 * gdb.reverse/step-precsave.exp
8546 * gdb.reverse/until-precsave.exp
8547 * gdb.reverse/watch-precsave.exp
8548 * gdb.server/ext-attach.exp
8549 * gdb.server/ext-restart.exp
8550 * gdb.server/ext-run.exp
8551 * gdb.server/ext-wrapper.exp
8552 * gdb.stabs/gdb11479.exp
8553 * gdb.stabs/weird.exp
8554 * gdb.threads/attach-many-short-lived-threads.exp
8555 * gdb.threads/kill.exp
8556 * gdb.threads/watchpoint-fork.exp
8557
8558 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8559
8560 Fix test names starting with uppercase throughout all the files below.
8561
8562 * gdb.ada/array_return.exp
8563 * gdb.ada/catch_ex.exp
8564 * gdb.ada/info_exc.exp
8565 * gdb.ada/mi_catch_ex.exp
8566 * gdb.ada/mi_dyn_arr.exp
8567 * gdb.ada/mi_ex_cond.exp
8568 * gdb.ada/mi_exc_info.exp
8569 * gdb.ada/mi_interface.exp
8570 * gdb.ada/mi_task_arg.exp
8571 * gdb.ada/mi_task_info.exp
8572 * gdb.ada/mi_var_array.exp
8573 * gdb.arch/alpha-step.exp
8574 * gdb.arch/amd64-disp-step.exp
8575 * gdb.arch/arm-disp-step.exp
8576 * gdb.arch/disp-step-insn-reloc.exp
8577 * gdb.arch/e500-prologue.exp
8578 * gdb.arch/ftrace-insn-reloc.exp
8579 * gdb.arch/gdb1558.exp
8580 * gdb.arch/i386-bp_permanent.exp
8581 * gdb.arch/i386-disp-step.exp
8582 * gdb.arch/i386-float.exp
8583 * gdb.arch/i386-gnu-cfi.exp
8584 * gdb.arch/ia64-breakpoint-shadow.exp
8585 * gdb.arch/mips16-thunks.exp
8586 * gdb.arch/pa-nullify.exp
8587 * gdb.arch/powerpc-aix-prologue.exp
8588 * gdb.arch/powerpc-power.exp
8589 * gdb.arch/ppc-dfp.exp
8590 * gdb.arch/s390-tdbregs.exp
8591 * gdb.arch/spu-info.exp
8592 * gdb.arch/spu-ls.exp
8593 * gdb.arch/thumb-bx-pc.exp
8594 * gdb.base/advance.exp
8595 * gdb.base/annota-input-while-running.exp
8596 * gdb.base/arrayidx.exp
8597 * gdb.base/asmlabel.exp
8598 * gdb.base/async.exp
8599 * gdb.base/attach-wait-input.exp
8600 * gdb.base/auto-connect-native-target.exp
8601 * gdb.base/batch-preserve-term-settings.exp
8602 * gdb.base/bfp-test.exp
8603 * gdb.base/bigcore.exp
8604 * gdb.base/bp-permanent.exp
8605 * gdb.base/break-always.exp
8606 * gdb.base/break-fun-addr.exp
8607 * gdb.base/break-idempotent.exp
8608 * gdb.base/break-main-file-remove-fail.exp
8609 * gdb.base/break-probes.exp
8610 * gdb.base/break-unload-file.exp
8611 * gdb.base/break.exp
8612 * gdb.base/call-ar-st.exp
8613 * gdb.base/call-rt-st.exp
8614 * gdb.base/call-sc.exp
8615 * gdb.base/call-signal-resume.exp
8616 * gdb.base/call-strs.exp
8617 * gdb.base/callexit.exp
8618 * gdb.base/callfuncs.exp
8619 * gdb.base/catch-gdb-caused-signals.exp
8620 * gdb.base/catch-signal-siginfo-cond.exp
8621 * gdb.base/catch-syscall.exp
8622 * gdb.base/compare-sections.exp
8623 * gdb.base/cond-eval-mode.exp
8624 * gdb.base/condbreak-call-false.exp
8625 * gdb.base/consecutive-step-over.exp
8626 * gdb.base/cursal.exp
8627 * gdb.base/disabled-location.exp
8628 * gdb.base/disasm-end-cu.exp
8629 * gdb.base/display.exp
8630 * gdb.base/double-prompt-target-event-error.exp
8631 * gdb.base/dprintf-bp-same-addr.exp
8632 * gdb.base/dprintf-detach.exp
8633 * gdb.base/dprintf-next.exp
8634 * gdb.base/dprintf-non-stop.exp
8635 * gdb.base/dprintf-pending.exp
8636 * gdb.base/dso2dso.exp
8637 * gdb.base/ending-run.exp
8638 * gdb.base/enum_cond.exp
8639 * gdb.base/examine-backward.exp
8640 * gdb.base/exe-lock.exp
8641 * gdb.base/exec-invalid-sysroot.exp
8642 * gdb.base/execl-update-breakpoints.exp
8643 * gdb.base/execution-termios.exp
8644 * gdb.base/fileio.exp
8645 * gdb.base/fixsection.exp
8646 * gdb.base/foll-exec-mode.exp
8647 * gdb.base/foll-exec.exp
8648 * gdb.base/fork-running-state.exp
8649 * gdb.base/frame-args.exp
8650 * gdb.base/fullpath-expand.exp
8651 * gdb.base/func-ptr.exp
8652 * gdb.base/gcore-relro-pie.exp
8653 * gdb.base/gdb1090.exp
8654 * gdb.base/gdb1555.exp
8655 * gdb.base/global-var-nested-by-dso.exp
8656 * gdb.base/gnu-ifunc.exp
8657 * gdb.base/hbreak-in-shr-unsupported.exp
8658 * gdb.base/hbreak-unmapped.exp
8659 * gdb.base/hook-stop.exp
8660 * gdb.base/infcall-input.exp
8661 * gdb.base/info-fun.exp
8662 * gdb.base/info-shared.exp
8663 * gdb.base/interrupt-noterm.exp
8664 * gdb.base/jit-so.exp
8665 * gdb.base/jit.exp
8666 * gdb.base/line-symtabs.exp
8667 * gdb.base/list.exp
8668 * gdb.base/longjmp.exp
8669 * gdb.base/macscp.exp
8670 * gdb.base/max-value-size.exp
8671 * gdb.base/nodebug.exp
8672 * gdb.base/nofield.exp
8673 * gdb.base/overlays.exp
8674 * gdb.base/paginate-after-ctrl-c-running.exp
8675 * gdb.base/paginate-bg-execution.exp
8676 * gdb.base/paginate-inferior-exit.exp
8677 * gdb.base/pending.exp
8678 * gdb.base/pr11022.exp
8679 * gdb.base/printcmds.exp
8680 * gdb.base/ptr-typedef.exp
8681 * gdb.base/ptype.exp
8682 * gdb.base/randomize.exp
8683 * gdb.base/range-stepping.exp
8684 * gdb.base/realname-expand.exp
8685 * gdb.base/relativedebug.exp
8686 * gdb.base/remote.exp
8687 * gdb.base/savedregs.exp
8688 * gdb.base/sepdebug.exp
8689 * gdb.base/set-noassign.exp
8690 * gdb.base/shlib-call.exp
8691 * gdb.base/shreloc.exp
8692 * gdb.base/sigaltstack.exp
8693 * gdb.base/sigbpt.exp
8694 * gdb.base/siginfo-addr.exp
8695 * gdb.base/siginfo-obj.exp
8696 * gdb.base/siginfo-thread.exp
8697 * gdb.base/signest.exp
8698 * gdb.base/signull.exp
8699 * gdb.base/sigrepeat.exp
8700 * gdb.base/skip.exp
8701 * gdb.base/so-impl-ld.exp
8702 * gdb.base/solib-corrupted.exp
8703 * gdb.base/solib-disc.exp
8704 * gdb.base/solib-display.exp
8705 * gdb.base/solib-overlap.exp
8706 * gdb.base/solib-search.exp
8707 * gdb.base/solib-symbol.exp
8708 * gdb.base/source-execution.exp
8709 * gdb.base/sss-bp-on-user-bp-2.exp
8710 * gdb.base/sss-bp-on-user-bp.exp
8711 * gdb.base/stack-checking.exp
8712 * gdb.base/stale-infcall.exp
8713 * gdb.base/step-break.exp
8714 * gdb.base/step-line.exp
8715 * gdb.base/step-over-exit.exp
8716 * gdb.base/step-test.exp
8717 * gdb.base/structs.exp
8718 * gdb.base/sym-file.exp
8719 * gdb.base/symtab-search-order.exp
8720 * gdb.base/term.exp
8721 * gdb.base/type-opaque.exp
8722 * gdb.base/unload.exp
8723 * gdb.base/until-nodebug.exp
8724 * gdb.base/until.exp
8725 * gdb.base/unwindonsignal.exp
8726 * gdb.base/watch-cond.exp
8727 * gdb.base/watch-non-mem.exp
8728 * gdb.base/watch_thread_num.exp
8729 * gdb.base/watchpoint-reuse-slot.exp
8730 * gdb.base/watchpoint-solib.exp
8731 * gdb.base/watchpoint.exp
8732 * gdb.btrace/dlopen.exp
8733 * gdb.cell/arch.exp
8734 * gdb.cell/break.exp
8735 * gdb.cell/bt.exp
8736 * gdb.cell/core.exp
8737 * gdb.cell/data.exp
8738 * gdb.cell/dwarfaddr.exp
8739 * gdb.cell/ea-cache.exp
8740 * gdb.cell/ea-standalone.exp
8741 * gdb.cell/ea-test.exp
8742 * gdb.cell/f-regs.exp
8743 * gdb.cell/fork.exp
8744 * gdb.cell/gcore.exp
8745 * gdb.cell/mem-access.exp
8746 * gdb.cell/ptype.exp
8747 * gdb.cell/registers.exp
8748 * gdb.cell/sizeof.exp
8749 * gdb.cell/solib-symbol.exp
8750 * gdb.cell/solib.exp
8751 * gdb.compile/compile-tls.exp
8752 * gdb.cp/exception.exp
8753 * gdb.cp/gdb2495.exp
8754 * gdb.cp/local.exp
8755 * gdb.cp/mb-inline.exp
8756 * gdb.cp/mb-templates.exp
8757 * gdb.cp/pr10687.exp
8758 * gdb.cp/pr9167.exp
8759 * gdb.cp/scope-err.exp
8760 * gdb.cp/templates.exp
8761 * gdb.cp/virtfunc.exp
8762 * gdb.dwarf2/dw2-dir-file-name.exp
8763 * gdb.dwarf2/dw2-single-line-discriminators.exp
8764 * gdb.fortran/complex.exp
8765 * gdb.fortran/library-module.exp
8766 * gdb.guile/guile.exp
8767 * gdb.guile/scm-cmd.exp
8768 * gdb.guile/scm-frame-inline.exp
8769 * gdb.guile/scm-objfile.exp
8770 * gdb.guile/scm-pretty-print.exp
8771 * gdb.guile/scm-symbol.exp
8772 * gdb.guile/scm-type.exp
8773 * gdb.guile/scm-value.exp
8774 * gdb.linespec/keywords.exp
8775 * gdb.linespec/ls-errs.exp
8776 * gdb.linespec/macro-relative.exp
8777 * gdb.linespec/thread.exp
8778 * gdb.mi/mi-breakpoint-changed.exp
8779 * gdb.mi/mi-dprintf-pending.exp
8780 * gdb.mi/mi-fullname-deleted.exp
8781 * gdb.mi/mi-logging.exp
8782 * gdb.mi/mi-pending.exp
8783 * gdb.mi/mi-solib.exp
8784 * gdb.mi/new-ui-mi-sync.exp
8785 * gdb.mi/user-selected-context-sync.exp
8786 * gdb.multi/dummy-frame-restore.exp
8787 * gdb.multi/multi-arch-exec.exp
8788 * gdb.multi/remove-inferiors.exp
8789 * gdb.multi/watchpoint-multi-exit.exp
8790 * gdb.opt/solib-intra-step.exp
8791 * gdb.perf/backtrace.exp
8792 * gdb.perf/single-step.exp
8793 * gdb.perf/skip-command.exp
8794 * gdb.perf/skip-prologue.exp
8795 * gdb.perf/solib.exp
8796 * gdb.python/lib-types.exp
8797 * gdb.python/py-as-string.exp
8798 * gdb.python/py-bad-printers.exp
8799 * gdb.python/py-block.exp
8800 * gdb.python/py-breakpoint.exp
8801 * gdb.python/py-cmd.exp
8802 * gdb.python/py-events.exp
8803 * gdb.python/py-evthreads.exp
8804 * gdb.python/py-finish-breakpoint.exp
8805 * gdb.python/py-finish-breakpoint2.exp
8806 * gdb.python/py-frame-inline.exp
8807 * gdb.python/py-frame.exp
8808 * gdb.python/py-inferior.exp
8809 * gdb.python/py-infthread.exp
8810 * gdb.python/py-mi.exp
8811 * gdb.python/py-objfile.exp
8812 * gdb.python/py-pp-maint.exp
8813 * gdb.python/py-pp-registration.exp
8814 * gdb.python/py-prettyprint.exp
8815 * gdb.python/py-recurse-unwind.exp
8816 * gdb.python/py-shared.exp
8817 * gdb.python/py-symbol.exp
8818 * gdb.python/py-symtab.exp
8819 * gdb.python/py-template.exp
8820 * gdb.python/py-type.exp
8821 * gdb.python/py-unwind-maint.exp
8822 * gdb.python/py-unwind.exp
8823 * gdb.python/py-value.exp
8824 * gdb.python/python.exp
8825 * gdb.reverse/finish-reverse-bkpt.exp
8826 * gdb.reverse/insn-reverse.exp
8827 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8828 * gdb.reverse/solib-precsave.exp
8829 * gdb.reverse/solib-reverse.exp
8830 * gdb.stabs/gdb11479.exp
8831 * gdb.stabs/weird.exp
8832 * gdb.threads/fork-child-threads.exp
8833 * gdb.threads/fork-plus-threads.exp
8834 * gdb.threads/fork-thread-pending.exp
8835 * gdb.threads/forking-threads-plus-breakpoint.exp
8836 * gdb.threads/hand-call-in-threads.exp
8837 * gdb.threads/interrupted-hand-call.exp
8838 * gdb.threads/linux-dp.exp
8839 * gdb.threads/local-watch-wrong-thread.exp
8840 * gdb.threads/next-while-other-thread-longjmps.exp
8841 * gdb.threads/non-ldr-exit.exp
8842 * gdb.threads/pending-step.exp
8843 * gdb.threads/print-threads.exp
8844 * gdb.threads/process-dies-while-detaching.exp
8845 * gdb.threads/process-dies-while-handling-bp.exp
8846 * gdb.threads/pthreads.exp
8847 * gdb.threads/queue-signal.exp
8848 * gdb.threads/reconnect-signal.exp
8849 * gdb.threads/signal-command-handle-nopass.exp
8850 * gdb.threads/signal-command-multiple-signals-pending.exp
8851 * gdb.threads/signal-delivered-right-thread.exp
8852 * gdb.threads/signal-sigtrap.exp
8853 * gdb.threads/sigthread.exp
8854 * gdb.threads/staticthreads.exp
8855 * gdb.threads/stepi-random-signal.exp
8856 * gdb.threads/thread-unwindonsignal.exp
8857 * gdb.threads/thread_check.exp
8858 * gdb.threads/thread_events.exp
8859 * gdb.threads/tid-reuse.exp
8860 * gdb.threads/tls-nodebug.exp
8861 * gdb.threads/tls-shared.exp
8862 * gdb.threads/tls-so_extern.exp
8863 * gdb.threads/tls.exp
8864 * gdb.threads/wp-replication.exp
8865 * gdb.trace/actions-changed.exp
8866 * gdb.trace/actions.exp
8867 * gdb.trace/backtrace.exp
8868 * gdb.trace/change-loc.exp
8869 * gdb.trace/collection.exp
8870 * gdb.trace/deltrace.exp
8871 * gdb.trace/disconnected-tracing.exp
8872 * gdb.trace/entry-values.exp
8873 * gdb.trace/ftrace-lock.exp
8874 * gdb.trace/ftrace.exp
8875 * gdb.trace/infotrace.exp
8876 * gdb.trace/mi-trace-frame-collected.exp
8877 * gdb.trace/mi-trace-unavailable.exp
8878 * gdb.trace/mi-traceframe-changed.exp
8879 * gdb.trace/mi-tracepoint-changed.exp
8880 * gdb.trace/mi-tsv-changed.exp
8881 * gdb.trace/no-attach-trace.exp
8882 * gdb.trace/packetlen.exp
8883 * gdb.trace/passc-dyn.exp
8884 * gdb.trace/passcount.exp
8885 * gdb.trace/pending.exp
8886 * gdb.trace/pr16508.exp
8887 * gdb.trace/qtro.exp
8888 * gdb.trace/range-stepping.exp
8889 * gdb.trace/read-memory.exp
8890 * gdb.trace/report.exp
8891 * gdb.trace/save-trace.exp
8892 * gdb.trace/signal.exp
8893 * gdb.trace/stap-trace.exp
8894 * gdb.trace/status-stop.exp
8895 * gdb.trace/strace.exp
8896 * gdb.trace/tfile.exp
8897 * gdb.trace/tfind.exp
8898 * gdb.trace/trace-break.exp
8899 * gdb.trace/trace-condition.exp
8900 * gdb.trace/trace-enable-disable.exp
8901 * gdb.trace/trace-mt.exp
8902 * gdb.trace/tracecmd.exp
8903 * gdb.trace/tracefile-pseudo-reg.exp
8904 * gdb.trace/tspeed.exp
8905 * gdb.trace/tstatus.exp
8906 * gdb.trace/tsv.exp
8907 * gdb.trace/unavailable.exp
8908 * gdb.trace/while-dyn.exp
8909 * gdb.trace/while-stepping.exp
8910 * lib/gdb-guile.exp
8911 * lib/gdb.exp
8912 * lib/mi-support.exp
8913 * lib/pascal.exp
8914 * lib/perftest.exp
8915 * lib/prelink-support.exp
8916 * lib/selftest-support.exp
8917
8918 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8919
8920 * Makefile.in: Include disable-implicit-rules.mk.
8921
8922 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8923
8924 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8925 non-byte-aligned bit fields.
8926
8927 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8928
8929 PR gdb/12616
8930 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8931 respects the DW_AT_data_bit_offset attribute.
8932
8933 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8934
8935 * gdb.base/default.exp: Fix output of "set language".
8936
8937 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8938
8939 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8940 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8941 make.
8942 * configure.ac: Remove checks for the make program.
8943 * configure: Re-generate.
8944
8945 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8946
8947 * gdb.python/py-recurse-unwind.c (main): Add loop.
8948 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8949 to read_register() and gdb.parse_and_eval(). Make each code
8950 call a separate case that can be individually tested.
8951 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8952 proc. Call cont_and_backtrace for each of the code paths that
8953 we want to test in the unwinder.
8954
8955 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8956
8957 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8958 the definition of struct S.
8959
8960 2016-11-11 Catherine Moore <clm@codesourcery.com>
8961
8962 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8963
8964 2016-11-09 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/commands.exp (runto_or_return): New procedure.
8967 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8968 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8969 (progvar_simple_while_test, progvar_complex_if_while_test)
8970 (if_while_breakpoint_command_test)
8971 (infrun_breakpoint_command_test, breakpoint_command_test)
8972 (user_defined_command_test, watchpoint_command_test)
8973 (test_command_prompt_position, redefine_hook_test)
8974 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8975 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8976 multi_line_input and multi_line. Remove gdb_expect and
8977 gdb_stop_suppressing_tests uses.
8978 * lib/gdb.exp (valnum_re): New global.
8979 (multi_line_input): New procedure.
8980
8981 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8982
8983 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8984 Remove.
8985 (test_setup): Define with proc_with_prefix.
8986 (test_cli_inferior): Likewise.
8987 (test_cli_thread): Likewise.
8988 (test_cli_frame): Likewise.
8989 (test_cli_select_frame): Likewise.
8990 (test_cli_up_down): Likewise.
8991 (test_mi_thread_select): Likewise.
8992 (test_mi_stack_select_frame): Likewise.
8993 (test_cli_in_mi_inferior): Likewise.
8994 (test_cli_in_mi_thread): Likewise.
8995 (test_cli_in_mi_frame): Likewise.
8996 (top level): Do not use with_test_prefix_procname.
8997
8998 2016-11-09 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/commands.exp (gdbvar_simple_if_test)
9001 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9002 (progvar_simple_if_test, progvar_simple_while_test)
9003 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9004 (infrun_breakpoint_command_test, breakpoint_command_test)
9005 (user_defined_command_test, watchpoint_command_test)
9006 (test_command_prompt_position, deprecated_command_test)
9007 (bp_deleted_in_command, temporary_breakpoint_commands)
9008 (stray_arg0_test, source_file_with_indented_comment)
9009 (recursive_source_test, if_commands_test)
9010 (error_clears_commands_left, redefine_hook_test)
9011 (redefine_backtrace_test): Use proc_with_prefix.
9012 * lib/gdb.exp (proc_with_prefix): New proc.
9013
9014 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.base/tui-layout.c: New file.
9017 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9018 disassembly window contains very long lines.
9019
9020 2016-11-08 Tom Tromey <tom@tromey.com>
9021
9022 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9023 depend on Python 2.
9024
9025 2016-11-08 Tom Tromey <tom@tromey.com>
9026
9027 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9028 New method.
9029
9030 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9031
9032 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9033
9034 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9035
9036 * gdb.rust/simple.rs: Add test for univariant enums without
9037 discriminants and for encoded struct-like enums.
9038
9039 2016-10-28 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9042 gdb_test_multiple, tighten regexps and match symtabs and line
9043 tables incrementally.
9044
9045 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9046
9047 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9048 general.
9049
9050 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9051
9052 * gdb.base/exec-invalid-sysroot.exp: New file.
9053
9054 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9057
9058 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9059
9060 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9061
9062 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9063
9064 * gdb.base/killed-outside.exp: Remove $options from a call to
9065 `prepare_for_testing'.
9066
9067 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9068
9069 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9070 Change test message.
9071
9072 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9073
9074 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9075 Update comment.
9076
9077 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9078
9079 * gdb.trace/mi-trace-save.exp: New file.
9080
9081 2016-10-13 Yao Qi <yao.qi@linaro.org>
9082
9083 * gdb.base/code_elim.exp (get_var_address): Remove.
9084 * gdb.base/relocate.exp: Likewise.
9085 * gdb.base/shreloc.exp: Likewise.
9086 * lib/gdb.exp (get_var_address): New.
9087
9088 2016-10-13 Yao Qi <yao.qi@linaro.org>
9089
9090 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9091 floating point tests if $skip_float_test is false.
9092
9093 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9094
9095 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9096 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9097 argc values.
9098 Add 1 to argc so we guarantee distinct initial/modified argc values.
9099
9100 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9103
9104 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9105
9106 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9107 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9108 * gdb.arch/vsx-regs.exp: Likewise.
9109
9110 2016-10-07 Yao Qi <yao.qi@linaro.org>
9111
9112 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9113
9114 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9115
9116 * gdb.python/python.exp: Test decode_line("*0").
9117
9118 2016-10-06 Doug Evans <dje@google.com>
9119
9120 * gdb.python/py-value.exp (test_value_creation): Add test for large
9121 unsigned 64-bit value.
9122
9123 2016-10-06 Tom Tromey <tom@tromey.com>
9124
9125 * gdb.compile/compile.exp: Change java tests to rust.
9126 * gdb.base/setshow.exp: Change java tests to rust.
9127 * gdb.base/default.exp: Remove java from language list.
9128 * README (Examples): Update language example.
9129 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9130 test.
9131 * lib/gdb.exp (skip_java_tests): Remove.
9132 * lib/java.exp: Remove.
9133 * gdb.java: Remove.
9134
9135 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9136
9137 * gdb.arch/mips-fcr.exp: New test.
9138 * gdb.arch/mips-fcr.c: Source for the new test.
9139
9140 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9141
9142 * gdb.base/solib-disc.exp: Use `standard_output_file'
9143 throughout.
9144
9145 2016-10-06 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.base/jit-simple-dl.c: New file.
9148 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9149 * gdb.base/jit-simple.c: ... this.
9150 * gdb.base/jit-simple.exp (jit_run): Delete.
9151 (build_jit): New proc.
9152 (jit_test_reread): Recompile either the main program or the shared
9153 library, depending on what is being tested. Skip changing address
9154 if caller wants to. Compare before/after addresses. If testing
9155 standalone, explicitly load the binary. Test "maint info
9156 breakpoints".
9157 (top level): Add "standalone vs shared lib" and "change address"
9158 vs "same address" axes.
9159
9160 2016-10-06 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9163 call.
9164 (jit_run): Delete.
9165 (jit_test_reread): Use with_test_prefix. Reload the main binary
9166 explicitly. Compare the before/after addresses of the JIT
9167 descriptor.
9168
9169 2016-08-15 Doug Evans <dje@google.com>
9170
9171 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9172 for single bitfields is bool.
9173 * gdb.xml/tdesc-regs.exp: Ditto.
9174
9175 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9176
9177 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9178
9179 2016-10-05 Yao Qi <yao.qi@linaro.org>
9180
9181 * lib/gdb.exp (support_complex_tests): Return zero if
9182 gdb_skip_float_test return true.
9183
9184 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9185 Simon Marchi <simon.marchi@ericsson.com>
9186
9187 PR gdb/20487
9188 * gdb.mi/user-selected-context-sync.exp: New file.
9189 * gdb.mi/user-selected-context-sync.c: New file.
9190
9191 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9192 Simon Marchi <simon.marchi@ericsson.com>
9193
9194 PR gdb/20487
9195 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9196 =thread-select-event check.
9197
9198 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9199
9200 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9201 the compulsory L operand changes.
9202 * gdb.arch/powerpc-power.s: Likewise.
9203
9204 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9205
9206 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9207 * gdb.base/jit-attach-pie.c: New file.
9208 * gdb.base/jit-attach-pie.exp: New file.
9209
9210 2016-09-28 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.base/infcall-input.c: New file.
9213 * gdb.base/infcall-input.exp: New file.
9214
9215 2016-09-22 Yao Qi <yao.qi@linaro.org>
9216
9217 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9218 (gdb_exit): Rename it to ...
9219 (gdbserver_gdb_exit): ... Close GDBserver.
9220 (gdb_exit): New proc, call gdbserver_gdb_exit.
9221 (mi_gdb_exit): Likewise.
9222
9223 2016-09-22 Yao Qi <yao.qi@linaro.org>
9224
9225 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9226 path.
9227 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9228 Remove duplication.
9229
9230 2016-09-22 Yao Qi <yao.qi@linaro.org>
9231
9232 * lib/gdbserver-support.exp: Check the existence of
9233 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9234
9235 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9236
9237 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9238
9239 2016-09-21 Tom Tromey <tom@tromey.com>
9240
9241 PR gdb/20604:
9242 * gdb.base/quit.exp: New file.
9243
9244 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9245
9246 * .gitignore: New file.
9247
9248 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9249
9250 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9251 throughout.
9252
9253 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9254
9255 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9256
9257 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9258
9259 * gdb.cp/casts.cc (decltype): Move it ...
9260 (main): ... with its call to ...
9261 * gdb.cp/casts03.cc: ... a new file.
9262 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9263
9264 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9265
9266 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9267
9268 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9269
9270 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9271 and sync up the test with tests in gas/testsuite/gas/ppc.
9272 * gdb.arch/powerpc-power.exp: Likewise.
9273
9274 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9275
9276 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9277
9278 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9279 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9282 make m1's definition to be different from m2's. Use 'dummy' as an
9283 argument for probe 'two'.
9284
9285 2016-09-10 Jon Beniston <jon@beniston.com>
9286
9287 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9288 for sim target.
9289
9290 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9291
9292 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9293 variable declaration.
9294 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9295 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9296 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9297 received HWCAP as its argument.
9298
9299 2016-09-06 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.base/new-ui-pending-input.c: New file.
9302 * gdb.base/new-ui-pending-input.exp: New file.
9303 * gdb.exp (clear_gdb_spawn_id): New procedure.
9304 (with_spawn_id): Check whether gdb_spawn_id exists before
9305 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9306 on exit.
9307
9308 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9309
9310 * gdb.base/float128.c: New file.
9311 * gdb.base/float128.exp: Likewise.
9312 * gdb.base/floatn.c: Likewise.
9313 * gdb.base/floatn.exp: Likewise.
9314
9315 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9316
9317 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9318
9319 2016-09-05 Pedro Alves <palves@redhat.com>
9320
9321 PR backtrace/19927
9322 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9323 unwinders are immediately called as side effect of "source" or
9324 "disable unwinder" commands.
9325 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9326
9327 2016-09-02 Yao Qi <yao.qi@linaro.org>
9328
9329 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9330 is true and $type is "float" or "double".
9331
9332 2016-09-02 Yao Qi <yao.qi@linaro.org>
9333
9334 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9335 true.
9336 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9337 * gdb.base/call-rt-st.exp: Likewise.
9338 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9339 return value instead of gdb,skip_float_test.
9340 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9341 (do_function_calls): Use its return value instead of
9342 gdb,skip_float_test.
9343 * gdb.base/finish.exp: Likewise.
9344 * gdb.base/funcargs.exp: Likewise.
9345 * gdb.base/return.exp: Likewise.
9346 * gdb.base/return2.exp: Likewise.
9347 * gdb.base/varargs.exp: Likewise.
9348 * lib/gdb.exp (gdb_skip_float_test): Change it to
9349 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9350
9351 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * gdb.multi/tids.exp: Test "thread apply all".
9354
9355 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 * gdb.base/default.exp (tty): Remove.
9358
9359 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9360
9361 * gdb.python/py-recurse-unwind.c: New file.
9362 * gdb.python/py-recurse-unwind.py: New file.
9363 * gdb.python/py-recurse-unwind.exp: New file.
9364
9365 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9366
9367 * gdb.base/set-inferior-tty.exp: New file.
9368 * gdb.base/set-inferior-tty.c: New file.
9369
9370 2016-08-23 Pedro Alves <palves@redhat.com>
9371
9372 PR gdb/20494
9373 * gdb.base/new-ui-echo.c: New file.
9374 * gdb.base/new-ui-echo.exp: New file.
9375
9376 2016-08-23 Yao Qi <yao.qi@linaro.org>
9377
9378 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9379 gdbserver_spawn.
9380 * gdb.server/connect-without-multi-process.exp (do_test):
9381 Likewise.
9382
9383 2016-08-23 Yao Qi <yao.qi@linaro.org>
9384
9385 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9386 standalone_txt. Delete gdb_txt and standalone_txt on host
9387 and target. Spawn the binary on target. Copy files from
9388 target to host.
9389
9390 2016-08-22 Pedro Alves <palves@redhat.com>
9391
9392 PR gdb/20505
9393 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9394 with_test_prefix. Factor out bits to ...
9395 (test_no_vdso): ... this new procedure.
9396
9397 2016-08-19 Carl Love <cel@us.ibm.com>
9398
9399 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9400 maintaining separate logic for constructing the output path.
9401 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9402 * gdb.arch/ppc-dfp.exp: Likewise.
9403 * gdb.arch/ppc-fp.exp: Likewise.
9404 * gdb.arch/vsx-regs.exp: Likewise.
9405 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9406 binprefix for generating the additional binary files.
9407
9408 2016-08-19 Pedro Alves <palves@redhat.com>
9409
9410 * gdb.trace/mi-trace-frame-collected.exp
9411 (test_trace_frame_collected): On x32, expect two registers.
9412
9413 2016-08-18 Carl Love <cel@us.ibm.com>
9414
9415 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9416 and sync up the test with tests in gas/testsuite/gas/ppc.
9417 * gdb.arch/powerpc-power.exp: Likewise.
9418
9419 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9420
9421 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9422 expected error message.
9423
9424 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * gdb.multi/remove-inferiors.exp: New file.
9427 * gdb.multi/remove-inferiors.c: New file.
9428
9429 2016-08-12 Yao Qi <yao.qi@linaro.org>
9430
9431 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9432 argument list.
9433
9434 2016-08-10 Pedro Alves <palves@redhat.com>
9435
9436 PR gdb/19187
9437 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9438 setup_kfails.
9439
9440 2016-08-09 Pedro Alves <palves@redhat.com>
9441 Simon Marchi <simon.marchi@ericsson.com>
9442
9443 PR gdb/20418
9444 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9445 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9446
9447 2016-08-09 Pedro Alves <palves@redhat.com>
9448
9449 PR mi/20431
9450 * gdb.mi/mi-cmd-error.exp: New file.
9451
9452 2016-08-09 Pedro Alves <palves@redhat.com>
9453
9454 PR gdb/18653
9455 * gdb.base/signals-state-child.c: New file.
9456 * gdb.base/signals-state-child.exp: New file.
9457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9458
9459 2016-08-09 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9462
9463 2016-08-03 Tom Tromey <tom@tromey.com>
9464
9465 PR python/18565:
9466 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9467
9468 2016-08-01 Yao Qi <yao.qi@linaro.org>
9469
9470 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9471 variable mode to "multi-process" if $multi_process is 1, otherwise
9472 set it to "single-process".
9473
9474 2016-08-01 Yao Qi <yao.qi@linaro.org>
9475
9476 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9477 * gdb.cp/cpexprs.exp: Likewise.
9478 * gdb.cp/m-static.exp: Likewise.
9479
9480 2016-07-26 Tom Tromey <tom@tromey.com>
9481
9482 PR python/20190:
9483 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9484 test.
9485
9486 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9487
9488 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9489 selecting assembly source files.
9490 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9491 assembly source files.
9492 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9493 assembly source files.
9494 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9495 selecting assembly source files.
9496
9497 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9498
9499 * gdb.base/new-ui.exp (do_test_invalid_args): New
9500 procedure.
9501
9502 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9503
9504 * gdb.btrace/reconnect.c: New file.
9505 * gdb.btrace/reconnect.exp: New file.
9506
9507 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9508
9509 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9510 to test_catch_syscall_group.
9511 (test_catch_syscall_group): New.
9512
9513 2016-07-21 Tom Tromey <tom@tromey.com>
9514
9515 * gdb.rust/simple.rs (main): Use empty struct expression.
9516 * gdb.rust/simple.exp: Add tests for empty struct expression.
9517
9518 2016-07-21 Yao Qi <yao.qi@linaro.org>
9519
9520 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9521 if gdb_skip_xml_test is true on some targets.
9522
9523 2016-07-21 Yao Qi <yao.qi@linaro.org>
9524
9525 * gdb.server/solib-list.exp: Unset last_loaded_file.
9526
9527 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9530 "step into captured_main (args)".
9531
9532 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9533
9534 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9535
9536 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9539
9540 2016-07-19 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9543 * gdb.opt/inline-bt.exp: Likewise.
9544 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9545 additional_flags=-Winline.
9546 * gdb.opt/inline-locals.exp: Likewise.
9547 * gdb.opt/inline-markers.c (ATTR): Define.
9548 (inlined_fn): Use it.
9549
9550 2016-07-19 Yao Qi <yao.qi@linaro.org>
9551
9552 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9553 (test_with_self): Remove some code. Remove argument executable.
9554 (top-level): Use do_self_tests.
9555
9556 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9557 Don Breazeal <donb@codesourcery.com>
9558
9559 * gdb.base/maint.exp: Escape paths used in regular expressions.
9560 * gdb.stabs/weird.exp: Likewise.
9561
9562 2016-07-13 Tom Tromey <tom@tromey.com>
9563
9564 PR python/15620, PR python/18620:
9565 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9566 (test_bkpt_events): New procs.
9567
9568 2016-07-13 Tom Tromey <tom@tromey.com>
9569
9570 PR python/17698:
9571 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9572 test.
9573 (test_watchpoints): Likewise.
9574 (test_bkpt_pending): New proc.
9575
9576 2016-07-13 Tom Tromey <tom@tromey.com>
9577
9578 PR cli/18053:
9579 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9580 completion test.
9581
9582 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9583
9584 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9585 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9586 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9587 f_label.
9588 (g): Rename g_end_lbl to g_label.
9589 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9590 low_pc and high_pc.
9591 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9592
9593 2016-07-12 Tom Tromey <tom@tromey.com>
9594
9595 PR python/19293:
9596 * gdb.python/py-unwind-maint.exp: Update tests.
9597
9598 2016-07-12 Yao Qi <yao.qi@linaro.org>
9599
9600 * lib/selftest-support.exp (selftest_setup): Match the output
9601 when captured_main is inlined.
9602
9603 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9604
9605 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9606 New variables.
9607 (print this%a, print this%b, print this): New tests.
9608 * gdb.fortran/derived-types.f90 (this): New object and
9609 initialization.
9610
9611 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9612
9613 * gdb.ada/arraydim.exp: Remove extra directory level in build
9614 directory.
9615
9616 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9617
9618 * lib/ada.exp: Remove extra directory level in build directory.
9619 * gdb.ada/cond_lang.exp: Likewise.
9620 * gdb.ada/exec_changed.exp: Likewise.
9621 * gdb.ada/lang_switch.exp: Likewise.
9622
9623 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9624
9625 * simple.rs: Add test for raw pointer subscripting.
9626 * simple.exp: Add test expectations.
9627
9628 2016-07-05 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.mi/mi-reverse.exp: Match =record-started output.
9631
9632 2016-07-01 Pedro Alves <palves@redhat.com>
9633
9634 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9635 procedure.
9636 (jit_reader_test): Test the jit reader's unwinder.
9637 * gdb.base/jithost.c (jit_function_00_code): New global.
9638 (main): Use memcpy to fill in the mmapped code, instead of poking
9639 bytes manually here.
9640 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9641 value.
9642 (read_debug_info): Save the function's range.
9643 (read_sp): New function.
9644 (unwind_frame): Use it. Also unwind RBP.
9645 (get_frame_id): Use read_sp.
9646 (gdb_init_reader): Use calloc instead of malloc.
9647 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9648 parameter. Use gdb_test_multiple.
9649
9650 2016-07-01 Pedro Alves <palves@redhat.com>
9651 Antoine Tremblay <antoine.tremblay@ericsson.com>
9652
9653 * gdb.threads/process-dies-while-detaching.c: New file.
9654 * gdb.threads/process-dies-while-detaching.exp: New file.
9655
9656 2016-07-01 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.multi/watchpoint-multi-exit.c: New file.
9659 * gdb.multi/watchpoint-multi-exit.exp: New file.
9660
9661 2016-06-30 Pedro Alves <palves@redhat.com>
9662
9663 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9664 unset inferior_spawn_id.
9665
9666 2016-06-30 Pedro Alves <palves@redhat.com>
9667
9668 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9669 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9670
9671 2016-06-29 Yao Qi <yao.qi@linaro.org>
9672
9673 * gdb.base/return.c: Add copyright header.
9674
9675 2016-06-29 Tom Tromey <tom@tromey.com>
9676
9677 PR python/20129:
9678 * gdb.python/py-framefilter.exp: Add tests for setting priority
9679 and disabling of non-existent frame filter.
9680
9681 2016-06-29 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9684 0x0f07ff.
9685
9686 2016-06-28 Yao Qi <yao.qi@linaro.org>
9687
9688 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9689 triplets. Start gdb, execute catch syscall, and continue. Check
9690 gdb's output to determine catch syscall is supported.
9691
9692 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9693
9694 * gdb.rust/simple.rs: Add test for returning unit in a function.
9695 * gdb.rust/simple.exp: Add expectation for functions returning
9696 unit.
9697
9698 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9699
9700 * gdb.python/py-breakpoint-create-fail.c,
9701 gdb.python/py-breakpoint-create-fail.exp,
9702 gdb.python/py-breakpoint-create-fail.py: New testcase.
9703
9704 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9705
9706 PR gdb/20239
9707 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9708 * gdb.rust/simple.exp: Add test expectations for new NonZero
9709 tests.
9710
9711 2016-06-24 David Taylor <dtaylor@emc.com>
9712
9713 * gdb.base/offsets.exp: New file.
9714 * gdb.base/offsets.c: New file.
9715
9716 2016-06-23 Tom Tromey <tom@tromey.com>
9717
9718 PR gdb/16483:
9719 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9720 before any filters are loaded.
9721
9722 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9723
9724 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9725 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9726 structs.
9727 * gdb.fortran/derived-type-function.exp: New file.
9728 * gdb.fortran/derived-type-function.f90: New file.
9729
9730
9731 2016-06-21 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.base/new-ui.exp: New file.
9734 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9735 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9736 (with_spawn_id): New procedure.
9737
9738 2016-06-21 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.mi/mi-exec-run.exp: New file.
9741
9742 2016-06-21 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9745 breakpoint command's output on the main UI.
9746 (test_break): New procedure, factored out from calls in the top
9747 level.
9748 (top level): Use foreach_with_prefix to test MI as main UI and as
9749 separate UI.
9750
9751 2016-06-21 Pedro Alves <palves@redhat.com>
9752
9753 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9754 (test_awatch_creation_and_listing)
9755 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9756 Remove 'type' parameter.
9757 (test_watchpoint_all): New parameter mi_mode. Remove
9758 with_test_prefix.
9759 (top level): Use foreach_with_prefix, and add main/separate UI MI
9760 testing axis.
9761
9762 2016-06-21 Pedro Alves <palves@redhat.com>
9763
9764 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9765 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9766 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9767 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9768 (gdb_main_spawn_id, mi_spawn_id): Declare and
9769 comment.
9770 (mi_create_inferior_pty): New procedure,
9771 factored out from default_mi_gdb_start.
9772 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9773 procedures.
9774 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9775 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9776 Use mi_create_inferior_pty.
9777 (mi_gdb_start): Use eval to pass down args list.
9778
9779 2016-06-21 Pedro Alves <palves@redhat.com>
9780
9781 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9782 * gdb.opt/inline-cmds.exp: Add MI tests.
9783
9784 2016-06-21 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9787
9788 2016-06-21 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9791 (top level): Use it instead of mi_execute_to.
9792
9793 2016-06-21 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9796 (cont_handler_str): New.
9797 (signal_stop_handler): Set stop_handler_str instead of printing to
9798 stdout.
9799 (continue_handler): Set cont_handler_str instead of printing to
9800 stdout.
9801 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9802 mi_send_resuming_command. Print stop_handler_str and
9803 cont_handler_str instead of expecting the python events print
9804 directly.
9805
9806 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9807
9808 * gdb.base/jit-reader.exp: New file.
9809 * gdb.base/jithost.c: New file.
9810 * gdb.base/jithost.h: New file.
9811 * gdb.base/jitreader.c : New file.
9812 * gdb.base/jit-protocol.h: New file.
9813
9814 2016-06-17 Yao Qi <yao.qi@linaro.org>
9815
9816 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9817 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9818 and detach-on-fork. Adjust tests.
9819 (top level): Invoke break_cond_on_syscall with combinations of
9820 syscall, follow-fork-mode and detach-on-fork.
9821
9822 2016-06-17 Yao Qi <yao.qi@linaro.org>
9823
9824 * gdb.base/step-over-exit.c: New.
9825 * gdb.base/step-over-exit.exp: New.
9826
9827 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9828
9829 * gdb.base/float.exp: Add target check for nds32*-*-*.
9830 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9831
9832 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9833
9834 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9835 for unsupported target features.
9836 * gdb.base/call-rt-st.exp: Likewise.
9837 * gdb.base/call-sc.exp: Likewise.
9838 * gdb.base/call-signal-resume.exp: Likewise.
9839 * gdb.base/call-strs.exp: Likewise.
9840 * gdb.base/callexit.exp: Likewise.
9841 * gdb.base/callfuncs.exp: Likewise.
9842 * gdb.base/nodebug.exp: Likewise.
9843 * gdb.base/printcmds.exp: Likewise.
9844 * gdb.base/ptype.exp: Likewise.
9845 * gdb.base/structs.exp: Likewise.
9846 * gdb.base/unwindonsignal.exp: Likewise.
9847 * gdb.cp/gdb2495.exp: Likewise.
9848 * gdb.cp/templates.exp: Likewise.
9849 * gdb.cp/virtfunc.exp: Likewise.
9850 * gdb.threads/hand-call-in-threads.exp: Likewise.
9851 * gdb.threads/interrupted-hand-call.exp: Likewise.
9852 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9853
9854 2016-06-10 Tom Tromey <tom@tromey.com>
9855
9856 PR rust/20110:
9857 * gdb.rust/expr.exp: Add test for integer constant larger than
9858 i32.
9859
9860 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9861
9862 * gdb.fortran/nested-funcs.exp: New.
9863 * gdb.fortran/nested-funcs.f90: New.
9864
9865 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9866
9867 * gdb.base/examine-backward.c: New file.
9868 * gdb.base/examine-backward.exp: New file.
9869
9870 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9871
9872 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9873 matching.
9874
9875 2016-06-02 Tom Tromey <tom@tromey.com>
9876
9877 PR python/18984:
9878 * gdb.python/py-shared.exp: Add solib_name test.
9879
9880 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9881
9882 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9883
9884 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9885
9886 PR c++/19893
9887 * gdb.dwarf2/implref.exp: Rename to...
9888 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9889 * gdb.dwarf2/implref-array.c: New file.
9890 * gdb.dwarf2/implref-array.exp: Likewise.
9891 * gdb.dwarf2/implref-global.c: Likewise.
9892 * gdb.dwarf2/implref-global.exp: Likewise.
9893 * gdb.dwarf2/implref-struct.c: Likewise.
9894 * gdb.dwarf2/implref-struct.exp: Likewise.
9895
9896 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9897
9898 * gdb.trace/trace-condition.exp: Add 64bit tests.
9899
9900 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9901
9902 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9903 bits types.
9904 (main): Adapt to 8 to 64 bits types.
9905 * gdb.trace/trace-condition.exp: Add new tests.
9906
9907 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9908
9909 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9910
9911 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9912
9913 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9914 Move condition tests...
9915 * gdb.trace/trace-condition.exp: Here.
9916
9917 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9918
9919 * gdb.trace/trace-condition.exp: Add counter-case tests.
9920
9921 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 PR c++/15231
9924 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9925 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9926
9927 2016-05-27 Pedro Alves <palves@redhat.com>
9928
9929 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9930 New procedure.
9931 (top level): Call it, and bail out of DejaGnu is known to be bad.
9932
9933 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9934
9935 * gdb.base/whatis.c: Extend the test case.
9936 * gdb.base/whatis.exp: Add additional tests.
9937
9938 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9939
9940 * gdb.fortran/type.f90: Add pointer variable.
9941 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9942
9943 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9944
9945 * gdb.fortran/vla-type.exp: Fix testcase name.
9946
9947 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9948
9949 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9950
9951 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9952
9953 * gdb.fortran/type.f90: Add nested structures.
9954 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9955 * gdb.fortran/derived-type.exp: Adapt expected output.
9956 * gdb.fortran/vla-type.exp: Adapt expected output.
9957
9958 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9959
9960 * gdb.fortran/whatis_type.exp: Adapt expected output.
9961
9962 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9963
9964 * gdb.fortran/print_type.exp: Fix expected output.
9965 * gdb.fortran/whatis_type.exp: Fix expected output.
9966
9967 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9968
9969 * gdb.fortran/whatis_type.exp: Use multi_line.
9970
9971 2016-05-24 Tom Tromey <tom@tromey.com>
9972
9973 PR python/17386:
9974 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9975 use value as an index.
9976
9977 2016-05-23 Tom Tromey <tom@tromey.com>
9978
9979 PR python/17981:
9980 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9981 no-breakpoint case.
9982
9983 2016-05-24 Pedro Alves <palves@redhat.com>
9984
9985 PR gdb/19828
9986 * gdb.threads/clone-attach-detach.c: New file.
9987 * gdb.threads/clone-attach-detach.exp: New file.
9988
9989 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9990
9991 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9992
9993 2016-05-23 Tom Tromey <tom@tromey.com>
9994
9995 PR python/19438, PR python/18393:
9996 * gdb.python/py-progspace.exp: Add "dir" test.
9997 * gdb.python/py-objfile.exp: Add "dir" test.
9998
9999 2016-05-23 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10002 * gdb.arch/thumb2-it.exp: Likewise.
10003
10004 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10005
10006 * gdb.mi/mi-threads-interrupt.c: New file.
10007 * gdb.mi/mi-threads-interrupt.exp: New file.
10008
10009 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10010
10011 PR gdb/18077
10012 * gdb.mi/mi-async-run.exp: New file.
10013 * gdb.mi/mi-async-run.c: New file.
10014
10015 2016-05-17 Tom Tromey <tom@tromey.com>
10016 Manish Goregaokar <manishsmail@gmail.com>
10017
10018 * lib/rust-support.exp: New file.
10019 * lib/gdb.exp (skip_rust_tests): New proc.
10020 (build_executable_from_specs): Handle rust.
10021 * lib/future.exp (gdb_find_rustc): New proc.
10022 (gdb_default_target_compile): Handle rust.
10023 * gdb.rust/expr.exp: New file.
10024 * gdb.rust/generics.exp: New file.
10025 * gdb.rust/generics.rs: New file.
10026 * gdb.rust/methods.exp: New file.
10027 * gdb.rust/methods.rs: New file.
10028 * gdb.rust/modules.exp: New file.
10029 * gdb.rust/modules.rs: New file.
10030 * gdb.rust/simple.exp: New file.
10031 * gdb.rust/simple.rs: New file.
10032
10033 2016-05-17 Tom Tromey <tom@tromey.com>
10034
10035 * gdb.base/default.exp (set language): Add rust.
10036
10037 2016-05-17 Tom Tromey <tom@tromey.com>
10038
10039 * gdb.gdb/unittest.exp: New file.
10040
10041 2016-05-16 Yao Qi <yao.qi@linaro.org>
10042
10043 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10044 shell_prompt. Update shell_prompt_re.
10045
10046 2016-05-12 Doug Evans <dje@google.com>
10047
10048 PR symtab/19999
10049 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10050 $options when building executable.
10051 * gdb.dwarf2/fission-loclists-pie.S: New file.
10052 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10053
10054 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10055
10056 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10057 of [is_remote target],
10058
10059 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10060
10061 * lib/gdb.exp (use_gdb_stub): New procedure.
10062
10063 2016-05-03 Yunlian Jiang <yunlian@google.com>
10064 Doug Evans <dje@google.com>
10065
10066 PR symtab/19914
10067 * gdb.dwarf2/dwp-sepdebug.c: New file.
10068 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10069
10070 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10071
10072 * gdb.base/detach.exp: Remove is_remote check.
10073
10074 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10075
10076 * gdb.base/annota-input-while-running.exp: Don't check for
10077 [is_remote target]. Enable annotations after running to main.
10078 Remove unused "set test..." line.
10079
10080 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.trace/trace-enable-disable.exp: New file.
10083 * gdb.trace/trace-enable-disable.c: New file.
10084
10085 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10086
10087 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10088 use it in info sharedlibrary test.
10089 * gdb.trace/ftrace-lock.exp: Likewise.
10090 * gdb.trace/ftrace.exp: Likewise.
10091 * gdb.trace/range-stepping.exp: Likewise.
10092 * gdb.trace/trace-break.exp: Likewise.
10093 * gdb.trace/trace-condition.exp: Likewise.
10094 * gdb.trace/trace-mt.exp: Likewise.
10095
10096 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10097
10098 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10099 (gdb_load_shlib): ... this.
10100 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10101 gdb_load_shlib.
10102 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10103 * gdb.base/ctxobj.exp: Likewise.
10104 * gdb.base/dprintf-pending.exp: Likewise.
10105 * gdb.base/dso2dso.exp: Likewise.
10106 * gdb.base/fixsection.exp: Likewise.
10107 * gdb.base/gcore-relro.exp: Likewise.
10108 * gdb.base/gdb1555.exp: Likewise.
10109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10110 * gdb.base/gnu-ifunc.exp: Likewise.
10111 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10112 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10113 * gdb.base/pending.exp: Likewise.
10114 * gdb.base/print-file-var.exp: Likewise.
10115 * gdb.base/print-symbol-loading.exp: Likewise.
10116 * gdb.base/shlib-call.exp: Likewise.
10117 * gdb.base/shreloc.exp: Likewise.
10118 * gdb.base/so-impl-ld.exp: Likewise.
10119 * gdb.base/solib-disc.exp: Likewise.
10120 * gdb.base/solib-nodir.exp: Likewise.
10121 * gdb.base/solib-overlap.exp: Likewise.
10122 * gdb.base/solib-symbol.exp: Likewise.
10123 * gdb.base/solib-weak.exp (do_test): Likewise.
10124 * gdb.base/sym-file.exp: Likewise.
10125 * gdb.base/symtab-search-order.exp: Likewise.
10126 * gdb.base/type-opaque.exp: Likewise.
10127 * gdb.base/unload.exp: Likewise.
10128 * gdb.base/watchpoint-solib.exp: Likewise.
10129 * gdb.compile/compile.exp: Likewise.
10130 * gdb.cp/gdb2384.exp: Likewise.
10131 * gdb.cp/infcall-dlopen.exp: Likewise.
10132 * gdb.cp/re-set-overloaded.exp: Likewise.
10133 * gdb.fortran/library-module.exp: Likewise.
10134 * gdb.opt/solib-intra-step.exp: Likewise.
10135 * gdb.python/py-finish-breakpoint.exp: Likewise.
10136 * gdb.python/py-shared.exp: Likewise.
10137 * gdb.reverse/solib-precsave.exp: Likewise.
10138 * gdb.reverse/solib-reverse.exp: Likewise.
10139 * gdb.server/solib-list.exp: Likewise.
10140 * gdb.threads/dlopen-libpthread.exp: Likewise.
10141 * gdb.threads/tls-shared.exp: Likewise.
10142 * gdb.threads/tls-so_extern.exp: Likewise.
10143 * gdb.trace/change-loc.exp: Likewise.
10144 * gdb.trace/ftrace-lock.exp: Likewise.
10145 * gdb.trace/ftrace.exp: Likewise.
10146 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10147 * gdb.trace/pending.exp: Likewise.
10148 * gdb.trace/range-stepping.exp: Likewise.
10149 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10150 (strace_info_marker): Likewise.
10151 (strace_probe_marker): Likewise.
10152 (strace_trace_on_same_addr): Likewise.
10153 (strace_trace_on_diff_addr): Likewise.
10154 * gdb.trace/trace-break.exp: Likewise.
10155 * gdb.trace/trace-condition.exp: Likewise.
10156 * gdb.trace/trace-mt.exp: Likewise.
10157
10158 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10159
10160 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10161 result of gdb_remote_download.
10162 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10163 * gdb.base/dso2dso.exp: Likewise.
10164 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10165 * gdb.base/print-file-var.exp: Likewise.
10166 * gdb.base/shlib-call.exp: Likewise.
10167 * gdb.base/shreloc.exp: Likewise.
10168 * gdb.base/solib-overlap.exp: Likewise.
10169 * gdb.base/solib-weak.exp (do_test): Likewise.
10170 * gdb.base/unload.exp: Likewise.
10171
10172 2016-04-27 Yao Qi <yao.qi@linaro.org>
10173
10174 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10175 exists.
10176
10177 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10178
10179 * vla-type.exp: Print structure from toplevel.
10180
10181 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10182
10183 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10184 of dynamic types.
10185 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10186 of dynamic types.
10187
10188 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10189
10190 * gdb.fortran/vla-type.f90: New file.
10191 * gdb.fortran/vla-type.exp: New file.
10192
10193 2016-04-25 Yao Qi <yao.qi@linaro.org>
10194
10195 * gdb.base/branch-to-self.c: New file.
10196 * gdb.base/branch-to-self.exp: New file.
10197
10198 2016-04-22 Yao Qi <yao.qi@linaro.org>
10199
10200 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10201 more after $hex.
10202
10203 2016-04-22 Yao Qi <yao.qi@linaro.org>
10204
10205 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10206 * gdb.base/annota3.exp: Likewise.
10207
10208 2016-04-22 Yao Qi <yao.qi@linaro.org>
10209
10210 * gdb.reverse/step-precsave.exp: Do one step and test program
10211 stops in "callee" and do multiple steps until program goes out
10212 of "callee".
10213 * gdb.reverse/step-reverse.exp: Likewise.
10214
10215 2016-04-22 Yao Qi <yao.qi@linaro.org>
10216
10217 * gdb.trace/signal.exp: Also pass if
10218 $tracepoint_hits($i) > $iterations.
10219
10220 2016-04-22 Yao Qi <yao.qi@linaro.org>
10221
10222 * gdb.trace/signal.c: New file.
10223 * gdb.trace/signal.exp: New file.
10224
10225 2016-04-19 Doug Evans <xdje42@gmail.com>
10226
10227 * gdb.base/bad-file.exp: New file.
10228
10229 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10230
10231 * gdb.dwarf2/implref.exp: New file.
10232
10233 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10234
10235 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10236 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10237 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10238 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10239 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10240 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10241 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10242 * lib/fortran.exp (fortran_int4): New procedure.
10243 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10244 (fortran_logical4): Likewise.
10245
10246 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10247
10248 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10249
10250 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10251
10252 * lib/compiler.c: Add Intel specific preprocessor macros.
10253 * lib/compiler.cc: Likewise.
10254
10255 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10256
10257 * gdb.server/connect-with-no-symbol-file.c: New file.
10258 * gdb.server/connect-with-no-symbol-file.exp: New file.
10259
10260 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10261
10262 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10263
10264 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10267 standard output directory.
10268
10269 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10270
10271 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10272
10273 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10274
10275 * gdb.btrace/instruction_history.c (loop): Add declaration.
10276
10277 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10278
10279 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10280
10281 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10282
10283 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10284 parentheses to print.
10285 (continue_handler): Likewise.
10286
10287 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * gdb.server/solib-list.exp: Remove is_remote check.
10290 Pass shlib= to gdb_compile. Don't link shared library with
10291 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10292 Run binary filename through "readlink -f" on the target.
10293
10294 2016-04-08 Pedro Alves <palves@redhat.com>
10295
10296 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10297 interpreter filename as argument to gdbserver_spawn.
10298 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10299 Return empty if $last_loaded_file does not exist.
10300
10301 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10304 * gdb.base/jit-main.c: Use exit after usage.
10305
10306 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10307
10308 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10309 GDBHISTSIZE prior to the tests.
10310 * gdb.base/gdbinit-history.exp: Likewise.
10311
10312 2016-04-07 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10315 instead of build_executable. Use gdb_load_shlibs.
10316
10317 2016-04-07 Yao Qi <yao.qi@linaro.org>
10318
10319 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10320 Execute "si" command.
10321
10322 2016-04-07 Yao Qi <yao.qi@linaro.org>
10323
10324 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10325 number instead of the comments on some line.
10326
10327 2016-04-06 Don Breazeal <donb@codesourcery.com>
10328
10329 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10330 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10331
10332 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10333
10334 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10335 standard_output_file. Remove unused binfile variable.
10336
10337 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10338
10339 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10340 * gdb.python/py-mi-objfile.exp: Match "list main" output
10341 in console format.
10342
10343 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10344
10345 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10346 absolute.
10347
10348 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10351 absolute.
10352 * gdb.trace/ftrace.exp: Likewise.
10353 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10354 targets as well.
10355 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10356 (gdb_load_shlibs): Copy libraries to test directory when testing
10357 natively. Only set solib-search-path if testing remotely.
10358 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10359
10360 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10361
10362 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10363 gdb_download. Use it even if the target is not remote.
10364 * gdb.base/jit.exp (compile_jit_test): Likewise.
10365 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10366 output directory if the destination board is local, otherwise use
10367 the standard remote_download from DejaGnu.
10368 (gdb_download): Remove.
10369 (gdb_load_shlibs): Use gdb_remote_download instead of
10370 gdb_download.
10371 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10372 Use gdb_remote_download instead of gdb_download. Use it even if
10373 the target is not remote.
10374 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10375 instead of gdb_download.
10376
10377 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10378
10379 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10380 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10381 run.
10382
10383 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10384
10385 PR gdb/19820
10386 * gdb.base/printcmds.exp: Add artificial arrays tests.
10387
10388 2016-03-31 Pedro Alves <palves@redhat.com>
10389
10390 PR gdb/19858
10391 * gdb.base/jit-main.c: Include unistd.h.
10392 (ATTACH): Define to 0 if not already defined.
10393 (wait_for_gdb, mypid): New globals.
10394 (WAIT_FOR_GDB): New macro.
10395 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10396 some breakpoint locations.
10397 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10398 New procedures.
10399 (one_jit_test): Add REATTACH parameter, and handle it. Use
10400 continue_to_test_location.
10401 (top level): Test attach, and adjusts calls to one_jit_test.
10402
10403 2016-03-31 Pedro Alves <palves@redhat.com>
10404
10405 PR gdb/19858
10406 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10407 BINSUFFIX parameter, and handle it.
10408 (top level): Adjust calls compile_jit_test.
10409
10410 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10411
10412 PR python/19743
10413 * gdb.python/py-mi-events-gdb.py: New file.
10414 * gdb.python/py-mi-events.c: New file.
10415 * gdb.python/py-mi-events.exp: New file.
10416
10417 2016-03-30 Yao Qi <yao.qi@linaro.org>
10418
10419 * gdb.reverse/until-precsave.exp: Match function name only.
10420 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10421 Move malloc to a condition block.
10422 * gdb.reverse/until-reverse.exp: Match function name only.
10423
10424 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10425
10426 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10427 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10428 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10429 variable for GPR 0 instead of assuming it is register 0.
10430 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10431 * lib/trace-support.exp: Add s390 registers.
10432
10433 2016-03-29 Yao Qi <yao.qi@linaro.org>
10434
10435 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10436
10437 2016-03-24 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10440 test message.
10441
10442 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10443
10444 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10445 maintaining separate logic for constructing the output path.
10446
10447 2016-03-16 Don Breazeal <donb@codesourcery.com>
10448
10449 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10450 Retry fork and waitpid on interrupted system call errors.
10451 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10452 Use with_timeout_factor to increase timeout by factor of 10.
10453
10454 2016-03-15 Don Breazeal <donb@codesourcery.com>
10455
10456 * gdb.cp/scope-err.cc: New test program.
10457 * gdb.cp/scope-err.exp: New test script.
10458 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10459 lines and "set breakpoint here" comment.
10460 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10461 Fixed some whitespace and format issues.
10462 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10463 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10464
10465 2016-03-15 Doug Evans <dje@google.com>
10466
10467 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10468 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10469 All callers updated. Add tests for enums, mixed flags register.
10470
10471 2016-03-15 Doug Evans <dje@google.com>
10472
10473 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10474 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10475
10476 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10477
10478 * gdb.base/default.exp: Add $_as_string to the list of expected
10479 convenience functions.
10480
10481 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10482
10483 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10484
10485 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10486
10487 * gdb.python/py-as-string.exp: New file.
10488 * gdb.python/py-as-string.c: New file.
10489
10490 2016-03-09 Pedro Alves <palves@redhat.com>
10491
10492 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10493 signal" -> "Thread NN received signal" output change.
10494 * gdb.threads/ia64-sigill.exp: Likewise.
10495 * gdb.threads/linux-dp.exp: Likewise.
10496 * gdb.threads/manythreads.exp: Likewise.
10497 * gdb.threads/pending-step.exp: Likewise.
10498 * gdb.threads/print-threads.exp: Likewise.
10499 * gdb.threads/sigstep-threads.exp: Likewise.
10500 * gdb.threads/staticthreads.exp: Likewise.
10501 * gdb.threads/tls.exp: Likewise.
10502
10503 2016-03-09 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.base/command-line-input.exp: New file.
10506
10507 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10508
10509 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10510 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10511 * gdb.trace/pending.exp: Accept leading dot before function name.
10512 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10513 * lib/trace-support.exp: Set registers for ppc.
10514
10515 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10516
10517 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10518 use it for disassembly; accept .main in addition to main in backtrace.
10519
10520 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10521 Marcin Kościelnicki <koriakin@0x04.net>
10522
10523 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10524 (gdb_recursion_test_ptr): New global variable.
10525 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10526 gdb_recursion_test.
10527 (gdb_c_test): Ditto.
10528
10529 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10530
10531 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10532 ordering.
10533
10534 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10535
10536 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10537 (bar): Add bar_start_lbl label.
10538 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10539 of foo/bar for emitting DWARF and tracing.
10540
10541 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10542
10543 * analyze-racy-logs.py: Set executable bit.
10544
10545 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10546
10547 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10548 (CHECK_TARGET_TMP): Likewise.
10549 (check-single-racy): New rule.
10550 (check-parallel-racy): Likewise.
10551 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10552 (do-check-parallel-racy): New rule.
10553 (check-racy/%.exp): Likewise.
10554 * README (Racy testcases): New section.
10555 * analyze-racy-logs.py: New file.
10556
10557 2016-03-03 Doug Evans <dje@google.com>
10558
10559 * gdb.base/skip.exp: Use with_test_prefix.
10560
10561 2016-03-03 Yao Qi <yao.qi@linaro.org>
10562
10563 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10564 Invoke step_over_syscall "clone" and break_cond_on_syscall
10565 "clone".
10566 * gdb.base/step-over-clone.c: New file.
10567
10568 2016-03-03 Yao Qi <yao.qi@linaro.org>
10569
10570 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10571 code format.
10572
10573 2016-03-03 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.base/disp-step-fork.c: Rename to ...
10576 * gdb.base/step-over-fork.c: ... it. New file.
10577 * gdb.base/disp-step-vfork.c: Rename to ...
10578 * gdb.base/step-over-vfork.c: ... it. New file.
10579 * gdb.base/disp-step-syscall.exp: Rename to ...
10580 * gdb.base/step-over-syscall.exp: ... it. New file.
10581 (disp_step_cross_syscall): Rename to ...
10582 (step_over_syscall): ... it.
10583
10584 2016-03-03 Yao Qi <yao.qi@linaro.org>
10585
10586 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10587 If target supports condition evaluation on target, invoke
10588 break_cond_on_syscall for fork and vfork.
10589
10590 2016-03-03 Yao Qi <yao.qi@linaro.org>
10591
10592 * gdb.base/disp-step-syscall.exp: Don't invoke
10593 support_displaced_stepping.
10594 (disp_step_cross_syscall): Test with displaced stepping off and
10595 on if supported.
10596
10597 2016-03-03 Yao Qi <yao.qi@linaro.org>
10598
10599 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10600 proc.
10601 (setup): New proc.
10602 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10603 and setup.
10604
10605 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10606
10607 * gdb.fortran/vla-history.exp: Remove breakpoint.
10608
10609 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10610
10611 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10612 exceeds timeout.
10613
10614 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10615
10616 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10617 breakpoint.
10618
10619 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10620
10621 * gdb.mi/vla.f90: Nullify pointer after declaration.
10622
10623 2016-03-01 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10626
10627 2016-03-01 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10630 before anything else.
10631 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10632 _GNU_SOURCE here.
10633 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10634 before anything else.
10635 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10636
10637 2016-03-01 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10640
10641 2016-03-01 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10644 prepare_for_testing.
10645
10646 2016-03-01 Yao Qi <yao.qi@linaro.org>
10647
10648 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10649
10650 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10651
10652 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10653 manually constructing the output path.
10654
10655 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10656
10657 * gdb.arch/s390-stackless.S: New.
10658 * gdb.arch/s390-stackless.exp: New.
10659
10660 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10661
10662 * gdb.dlang/circular.c: New file.
10663 * gdb.dlang/circular.exp: New file.
10664
10665 2016-02-26 Yao Qi <yao.qi@linaro.org>
10666
10667 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10668 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10669 (testcases): Update.
10670
10671 2016-02-26 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.reverse/aarch64.c: Rename to ...
10674 * gdb.reverse/insn-reverse.c: ... it.
10675 * gdb.reverse/aarch64.exp: Rename to ...
10676 * gdb.reverse/insn-reverse.exp: ... it.
10677
10678 2016-02-26 Yao Qi <yao.qi@linaro.org>
10679
10680 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10681 (testcase_ftype): New.
10682 (testcases): New array.
10683 (n_testcases): New.
10684 (main): Call each element in testcases.
10685 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10686 (read_testcase): New.
10687 Do the tests in a loop.
10688
10689 2016-02-25 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.base/branches.c: Remove.
10692
10693 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10694
10695 PR gdb/13808
10696 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10697
10698 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10699
10700 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10701
10702 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10703
10704 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10705 change x86_64 call_insn to 'callq'.
10706
10707 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10708
10709 * gdb.trace/tfile-avx.c: Move to...
10710 * gdb.trace/tracefile-pseudo-reg.c: Here.
10711 * gdb.trace/tfile-avx.exp: Move to...
10712 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10713
10714 2016-02-24 Gary Benson <gbenson@redhat.com>
10715
10716 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10717 message on attach.
10718
10719 2016-02-23 Doug Evans <dje@google.com>
10720
10721 * gdb.base/skip.c (test_skip): New function.
10722 (end_test_skip_file_and_function): New function.
10723 (test_skip_file_and_function): New function.
10724 * gdb.base/skip1.c (test_skip): New function.
10725 (skip1_test_skip_file_and_function): New function.
10726 * gdb.base/skip.exp: Add tests for new skip options.
10727 * gdb.base/skip-solib.exp: Update expected output.
10728 * gdb.perf/skip-command.cc: New file.
10729 * gdb.perf/skip-command.exp: New file.
10730 * gdb.perf/skip-command.py: New file.
10731
10732 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10733
10734 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10735 info registers pattern.
10736
10737 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10738
10739 * lib/future.exp: Add D support.
10740 (gdb_find_gdc): New proc.
10741 (gdb_default_target_compile): Add D support.
10742
10743 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10744
10745 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10746 user+system time.
10747 (trace_speed_test): Determine the iteration count for a time
10748 between 15..30 seconds.
10749
10750 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10751
10752 * gdb.arch/i386-mpx-sigsegv.c: New file.
10753 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10754 * gdb.arch/i386-mpx-simple_segv.c: New file.
10755 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10756
10757 2016-02-18 Yao Qi <yao.qi@linaro.org>
10758
10759 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10760 Don't call setup_kfail.
10761
10762 2016-02-18 Yao Qi <yao.qi@linaro.org>
10763
10764 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10765 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10766
10767 2016-02-16 Doug Evans <dje@google.com>
10768
10769 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10770 * gdb.base/skip1.c: Ditto.
10771 * gdb.base/skip.exp: Whitespace cleanup.
10772
10773 2016-02-16 Don Breazeal <donb@codesourcery.com>
10774
10775 PR remote/19496
10776 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10777 Remove kfail for PR remote/19496.
10778
10779 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10780
10781 * lib/gdb.exp (standard_temp_file): Return a path specific to
10782 the runtest invocation.
10783
10784 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10785
10786 * gdb.trace/save-trace.exp: Change relative path to be in the
10787 standard output directory.
10788
10789 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10790
10791 * gdb.arch/i386-prologue.c: Add missing prototypes.
10792
10793 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10794
10795 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10796 * gdb.arch/i386-prologue.exp: Likewise.
10797 * gdb.arch/i386-size.exp: Likewise.
10798
10799 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10800
10801 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10802 define object file path.
10803 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10804 file path.
10805 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10806 standard_output_file to define binfile.
10807
10808 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10809
10810 Fix compatibility with recent gfortran-5.3.1.
10811 * gdb.fortran/vla-history.exp (print vla1 allocated)
10812 (print vla2 allocated, print $2, print $3): Remove
10813 (print $4): Rename to ...
10814 (print $2): ... here.
10815 (print $9): Rename to ...
10816 (print $5): ... here.
10817 (print $10): Rename to ...
10818 (print $6): ... here.
10819 * gdb.fortran/vla.f90: Add pvla initialization.
10820
10821 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10822
10823 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10824 New test.
10825 * gdb.fortran/vla-value-sub.exp: Likewise.
10826
10827 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10828
10829 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10830
10831 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10832
10833 * i386-biarch-core.exp: Define corefile using
10834 standard_output_file.
10835
10836 2016-02-12 Yao Qi <yao.qi@linaro.org>
10837
10838 * gdb.arch/arm-single-step-kernel-helper.c: New.
10839 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10840
10841 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10842
10843 * gdb.btrace/tailcall-only.exp: New.
10844 * gdb.btrace/tailcall-only.c: New.
10845 * gdb.btrace/x86_64-tailcall-only.S: New.
10846 * gdb.btrace/i686-tailcall-only.S: New.
10847
10848 2016-02-11 Pedro Alves <palves@redhat.com>
10849
10850 * README (Parallel testing): Add missing double quotes.
10851
10852 2016-02-11 Pedro Alves <palves@redhat.com>
10853
10854 * README (Parallel testing): New section.
10855 (GDB_PARALLEL): Rewrite.
10856 (FORCE_PARALLEL): Document.
10857
10858 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10859
10860 * gdb.trace/tfile-avx.c: New test.
10861 * gdb.trace/tfile-avx.exp: New test.
10862
10863 2016-02-09 Keith Seitz <keiths@redhat.com>
10864
10865 PR breakpoints/19546
10866 * gdb.base/infcall-exec.c: New file.
10867 * gdb.base/infcall-exec2.c: New file.
10868 * gdb.base/infcall-exec.exp: New file.
10869
10870 2016-02-09 Keith Seitz <keiths@redhat.com>
10871
10872 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10873 (toplevel): Call test_bkpt_address.
10874
10875 2016-02-09 Keith Seitz <keiths@redhat.com>
10876
10877 PR python/19506
10878 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10879 (toplevel): Call test_bkpt_address.
10880
10881 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10882
10883 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10884 to AC_OUTPUT.
10885 * configure: Regenerate.
10886
10887 2016-02-09 Pedro Alves <palves@redhat.com>
10888
10889 PR breakpoints/19548
10890 * gdb.base/execl-update-breakpoints.c (some_function): New
10891 function.
10892 (main): Call it.
10893 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10894 Tighten expected GDB output.
10895
10896 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10897
10898 * Makefile.in (ALL_SUBDIRS): Remove.
10899 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10900 (distclean maintainer-clean realclean): Likewise.
10901 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10902 * configure: Regenerate.
10903 * gdb.ada/Makefile.in: Delete.
10904 * gdb.arch/Makefile.in: Likewise.
10905 * gdb.asm/Makefile.in: Likewise.
10906 * gdb.base/Makefile.in: Likewise.
10907 * gdb.btrace/Makefile.in: Likewise.
10908 * gdb.cell/Makefile.in: Likewise.
10909 * gdb.compile/Makefile.in: Likewise.
10910 * gdb.cp/Makefile.in: Likewise.
10911 * gdb.disasm/Makefile.in: Likewise.
10912 * gdb.dlang/Makefile.in: Likewise.
10913 * gdb.dwarf2/Makefile.in: Likewise.
10914 * gdb.fortran/Makefile.in: Likewise.
10915 * gdb.gdb/Makefile.in: Likewise.
10916 * gdb.go/Makefile.in: Likewise.
10917 * gdb.guile/Makefile.in: Likewise.
10918 * gdb.java/Makefile.in: Likewise.
10919 * gdb.linespec/Makefile.in: Likewise.
10920 * gdb.mi/Makefile.in: Likewise.
10921 * gdb.modula2/Makefile.in: Likewise.
10922 * gdb.multi/Makefile.in: Likewise.
10923 * gdb.objc/Makefile.in: Likewise.
10924 * gdb.opencl/Makefile.in: Likewise.
10925 * gdb.opt/Makefile.in: Likewise.
10926 * gdb.pascal/Makefile.in: Likewise.
10927 * gdb.perf/Makefile.in: Likewise.
10928 * gdb.python/Makefile.in: Likewise.
10929 * gdb.reverse/Makefile.in: Likewise.
10930 * gdb.server/Makefile.in: Likewise.
10931 * gdb.stabs/Makefile.in: Likewise.
10932 * gdb.threads/Makefile.in: Likewise.
10933 * gdb.trace/Makefile.in: Likewise.
10934 * gdb.xml/Makefile.in: Likewise.
10935 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10936 GDB_PARALLEL.
10937 (standard_output_file): Remove check for GDB_PARALLEL, always
10938 return path in outputs/$subdir/$testname.
10939
10940 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10941
10942 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10943 (site.exp): Assign abs_srcdir to tcl's srcdir.
10944
10945 2016-02-04 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.base/foll-exec-mode.c: Include limits.h.
10948 (main): Add parameters argc and argv. Get directory from
10949 argv[0].
10950 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10951 compilation.
10952 * gdb.base/foll-exec.c: Include limits.h.
10953 (main): Add parameters argc and argv.
10954 Get directory from argv[0].
10955 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10956 Adjust tests on the number of lines as source code changed.
10957 * gdb.base/foll-vfork-exit.c: Include limits.h.
10958 (main): Add one line of statement before vfork.
10959 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10960 (main): Add parameters argc and argv. Get directory from
10961 argv[0].
10962 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10963 (setup_gdb): Set tbreak to skip some source lines.
10964 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10965 (main): Add parameters argc and argv. Get directory from
10966 argv[0].
10967 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10968 compilation.
10969 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10970 (main): Add parameters argc and argv. Get directory from
10971 argv[0].
10972 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10973 compilation.
10974
10975 2016-02-01 Doug Evans <dje@google.com>
10976
10977 * gdb.base/skip.exp: Clean up multiple references to same test name.
10978
10979 2016-02-01 Pedro Alves <palves@redhat.com>
10980
10981 PR remote/19496
10982 * gdb.threads/forking-threads-plus-breakpoint.exp
10983 (displaced_stepping_supported): New global.
10984 (probe_displaced_stepping_support): New procedure.
10985 (do_test): Add 'displaced' parameter, and use it.
10986 (top level): Check for displaced stepping support. Add displaced
10987 stepping on/off testing axis.
10988
10989 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10990
10991 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10992 pointer. Don't perform further tests on the unassociated pointer
10993 if the first test fails.
10994
10995 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10996
10997 * gdb.base/max-value-size.c: New file.
10998 * gdb.base/max-value-size.exp: New file.
10999 * gdb.base/huge.exp: Disable max-value-size for this test.
11000
11001 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11002
11003 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11004
11005 2016-01-28 Yao Qi <yao.qi@linaro.org>
11006
11007 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11008
11009 2016-01-25 Pedro Alves <palves@redhat.com>
11010
11011 PR threads/19461
11012 * gdb.base/fork-running-state.c: New file.
11013 * gdb.base/fork-running-state.exp: New file.
11014
11015 2016-01-25 Pedro Alves <palves@redhat.com>
11016
11017 PR gdb/19494
11018 * gdb.base/catch-fork-kill.c: New file.
11019 * gdb.base/catch-fork-kill.exp: New file.
11020
11021 2016-01-25 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11024 Delete, moved to lib/gdb.exp.
11025 * gdb.threads/forking-threads-plus-breakpoint.exp
11026 (foreach_with_prefix): Likewise.
11027 * gdb.threads/process-dies-while-handling-bp.exp
11028 (foreach_with_prefix): Likewise.
11029 * lib/gdb.exp (foreach_with_prefix): New procedure.
11030
11031 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11032
11033 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11034 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11035
11036 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11037
11038 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11039 endian targets.
11040
11041 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11042 Pedro Alves <palves@redhat.com>
11043
11044 Fix testsuite compatibility with Guile.
11045 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11046 number.
11047
11048 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11049
11050 Fix testsuite compatibility with Guile.
11051 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11052 (thread 1): New test for backtrace through signal handler.
11053
11054 2016-01-22 Yao Qi <yao.qi@linaro.org>
11055
11056 PR testsuite/19491
11057 * gdb.base/multi-forks.c: Include
11058 ../lib/unbuffer_output.c
11059 (main): Call gdb_unbuffer_output.
11060
11061 2016-01-21 Doug Evans <dje@google.com>
11062
11063 * lib/ada.exp (gdb_compile_ada): Fix typo.
11064
11065 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11066
11067 * gdb.base/break-fun-addr.exp: New file.
11068 * gdb.base/break-fun-addr1.c: New file.
11069 * gdb.base/break-fun-addr2.c: New file.
11070
11071 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11072
11073 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11074 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11075 enum flag values.
11076
11077 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11078
11079 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11080 when GDB can not set the vector return value. Add more comments
11081 for clarification.
11082
11083 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11084
11085 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11086 command.
11087
11088 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11089
11090 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11091
11092 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 * Makefile.in (check-single): Pass --status to runtest.
11095 (check/%.exp): Likewise.
11096
11097 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11098
11099 * Makefile.in (check-parallel): Propagate return code from make
11100 do-check-parallel.
11101
11102 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11103
11104 * gdb.trace/ftrace.exp: Fix expected message on continue.
11105 * gdb.trace/pending.exp: Fix expected message on continue.
11106 * gdb.trace/trace-break.exp: Fix expected message on continue.
11107
11108 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11109
11110 * lib/gdb.exp (gdb_test): Remove unused global references.
11111
11112 2016-01-18 Pedro Alves <palves@redhat.com>
11113
11114 * gdb.base/async-shell.exp: Adjust expected output.
11115 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11116 * gdb.base/siginfo-thread.exp: Adjust expected output.
11117 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11118 * gdb.java/jnpe.exp: Adjust expected output.
11119 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11120 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11121 * gdb.threads/leader-exit.exp: Adjust expected output.
11122 * gdb.threads/manythreads.exp: Adjust expected output.
11123 * gdb.threads/pthreads.exp: Adjust expected output.
11124 * gdb.threads/schedlock.exp: Adjust expected output.
11125 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11126 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11127 expected output.
11128 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11129 output.
11130 * gdb.threads/sigthread.exp: Adjust expected output.
11131 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11132
11133 2016-01-18 Yao Qi <yao.qi@linaro.org>
11134
11135 * gdb.guile/scm-section-script.c: Replace @progbits with
11136 %progbits.
11137 * gdb.python/py-section-script.c: Likewise.
11138
11139 2016-01-15 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.multi/tids.exp: Test star wildcard ranges.
11142
11143 2016-01-15 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11146 command from "thread apply" invocation.
11147 (thr_apply_info_thr_invalid): Default the expected output to the
11148 input tid list.
11149 (top level): Add tests that use convenience variables. Add tests
11150 for "thread apply" with a valid TID list, but missing the command.
11151
11152 2016-01-13 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/default.exp: Expect $_gthread as well.
11155 * gdb.multi/tids.exp: Test $_gthread.
11156 * gdb.threads/thread-specific.exp: Test $_gthread.
11157
11158 2016-01-13 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.multi/tids.exp: Test "info threads -gid".
11161
11162 2016-01-13 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11165 Breakpoint.thread.
11166 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11167
11168 2016-01-07 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/break.exp: Adjust to output changes.
11171 * gdb.base/hbreak2.exp: Likewise.
11172 * gdb.base/sepdebug.exp: Likewise.
11173 * gdb.base/watch_thread_num.exp: Likewise.
11174 * gdb.linespec/keywords.exp: Likewise.
11175 * gdb.multi/info-threads.exp: Likewise.
11176 * gdb.threads/thread-find.exp: Likewise.
11177 * gdb.multi/tids.c: New file.
11178 * gdb.multi/tids.exp: New file.
11179
11180 2016-01-13 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11183
11184 2016-01-13 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.base/default.exp: Expect $_inferior as well.
11187 * gdb.multi/base.exp: Test $_inferior.
11188
11189 2016-01-13 Pedro Alves <palves@redhat.com>
11190
11191 PR breakpoints/19388
11192 * gdb.base/catch-signal-siginfo-cond.c: New file.
11193 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11194
11195 2016-01-12 Josh Stone <jistone@redhat.com>
11196 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11197
11198 * gdb.base/catch-syscall.c (do_execve): New variable.
11199 (main): Conditionally trigger an execve.
11200 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11201 (test_catch_syscall_execve): New, check entry/return across execve.
11202 (do_syscall_tests): Call test_catch_syscall_execve.
11203
11204 2016-01-12 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/random-signal.exp (do_test): New procedure, with body
11207 of testcase moved in.
11208
11209 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11210 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/funcargs.exp (finish from indirectly called function):
11213 Reintroduce the case for 'First'.
11214
11215 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11216 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11219 (tcatch_vfork_then_child_follow_exec)
11220 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11221 identification.
11222
11223 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11224
11225 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11226 and repeats to unlimited.
11227 * gdb.python/py-value.exp: Likewise.
11228 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11229 and repeats to unlimited.
11230
11231 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11232
11233 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11234 and reordering the functions.
11235 * gdb.multi/hangout.c: Likewise.
11236 * gdb.multi/hello.c: Likewise.
11237
11238 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11241 absolute.
11242 (SingleStatisticTestResult.report): Use dict.keys instead of
11243 dict.iterkeys.
11244
11245 2016-01-06 Pedro Alves <palves@redhat.com>
11246
11247 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11248
11249 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11250
11251 * gdb.btrace/dlopen.exp: New.
11252 * gdb.btrace/dlopen.c: New.
11253 * gdb.btrace/dlopen-dso.c: New.
11254
11255 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11256
11257 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11258 PATTERN argument is optional.
11259
11260 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11261
11262 * lib/ada.exp (target_compile_ada_from_dir): New function.
11263 (gdb_compile_ada): Reimplement avoiding the use of project files.
11264 * gdb.ada/gnat_ada.gpr: Delete.
11265 * gdb.ada/cond_lang.exp: Adjust test to make path before
11266 filename optional.
11267 * gdb.ada/small_reg_param.exp: Likewise.
11268
11269 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11270
11271 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11272
11273 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11274
11275 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11276 case.
11277
11278 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11279
11280 * gdb.base/break.exp: Remove dead code.
11281 * gdb.base/sepdebug.exp: Likewise.
11282
11283 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11284
11285 * gdb.asm/asm-source.exp: Remove HP-UX references.
11286 * gdb.base/annota1.exp: Likewise.
11287 * gdb.base/annota3.exp: Likewise.
11288 * gdb.base/attach.exp: Likewise.
11289 * gdb.base/bigcore.exp: Likewise.
11290 * gdb.base/break.exp: Likewise.
11291 * gdb.base/call-ar-st.exp: Likewise.
11292 * gdb.base/callfuncs.exp: Likewise.
11293 * gdb.base/catch-fork-static.exp: Likewise.
11294 * gdb.base/display.exp: Likewise.
11295 * gdb.base/foll-exec-mode.exp: Likewise.
11296 * gdb.base/foll-exec.exp: Likewise.
11297 * gdb.base/foll-fork.exp: Likewise.
11298 * gdb.base/foll-vfork.exp: Likewise.
11299 * gdb.base/funcargs.exp: Likewise.
11300 * gdb.base/hbreak2.exp: Likewise.
11301 * gdb.base/inferior-died.exp: Likewise.
11302 * gdb.base/interrupt.exp: Likewise.
11303 * gdb.base/multi-forks.exp: Likewise.
11304 * gdb.base/nodebug.exp: Likewise.
11305 * gdb.base/sepdebug.exp: Likewise.
11306 * gdb.base/solib1.c: Likewise.
11307 * gdb.base/step-test.exp: Likewise.
11308 * gdb.mi/non-stop.c: Likewise.
11309 * gdb.mi/pthreads.c: Likewise.
11310 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11311 * gdb.threads/pthreads.c: Likewise.
11312 * gdb.threads/staticthreads.exp: Likewise.
11313 * lib/future.exp: Likewise.
11314 * lib/gdb.exp: Likewise.
11315 * gdb.base/so-indr-cl.c: Remove.
11316 * gdb.base/so-indr-cl.exp: Likewise.
11317 * gdb.base/solib.c: Likewise.
11318 * gdb.base/solib.exp: Likewise.
11319 * gdb.base/solib2.c: Likewise.
11320
11321 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11322
11323 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11324 * gdb.base/call-ar-st.exp: Likewise.
11325 * gdb.base/callfuncs.exp: Likewise.
11326 * gdb.base/condbreak.exp: Likewise.
11327 * gdb.base/constvars.exp: Likewise.
11328 * gdb.base/hbreak2.exp: Likewise.
11329 * gdb.base/langs.exp: Likewise.
11330 * gdb.base/list.exp: Likewise.
11331 * gdb.base/long_long.exp: Likewise.
11332 * gdb.base/ptype.exp: Likewise.
11333 * gdb.base/scope.exp: Likewise.
11334 * gdb.base/signals.exp: Likewise.
11335 * gdb.base/so-impl-ld.exp: Likewise.
11336 * gdb.base/varargs.exp: Likewise.
11337 * gdb.base/volatile.exp: Likewise.
11338 * gdb.base/whatis.exp: Likewise.
11339 * gdb.cp/cplusfuncs.exp: Likewise.
11340 * gdb.cp/inherit.exp: Likewise.
11341 * gdb.cp/local.exp: Likewise.
11342 * gdb.cp/member-ptr.exp: Likewise.
11343 * gdb.cp/method.exp: Likewise.
11344 * gdb.cp/overload.exp: Likewise.
11345 * gdb.cp/templates.exp: Likewise.
11346 * gdb.stabs/weird.exp: Likewise.
11347 * lib/compiler.c: Likewise.
11348 * lib/compiler.cc: Likewise.
11349 * lib/cp-support.exp: Likewise.
11350 * lib/gdb.exp: Likewise.
11351
11352 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11353
11354 * configure.ac: Remove HP-UX case.
11355 * configure: Regenerate.
11356
11357 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11358
11359 * lib/gdb.exp (gdb_compile): Add function doc.
11360
11361 2015-12-17 Pedro Alves <palves@redhat.com>
11362
11363 PR threads/19354
11364 * gdb.multi/info-threads.exp: New file.
11365
11366 2015-12-15 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11369 is aarch64*-*-*.
11370
11371 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11372
11373 * gdb.base/history-duplicates.exp: Skip if no readline support.
11374
11375 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11376
11377 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11378
11379 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11380
11381 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11382
11383 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11384
11385 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11386 ctrl-C if nointerrupts target property is set.
11387 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11388 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11389 * gdb.base/paginate-bg-execution.exp: Likewise.
11390 * gdb.base/paginate-execution-startup.exp: Likewise.
11391 * gdb.base/random-signal.exp: Likewise.
11392 * gdb.base/range-stepping.exp: Likewise.
11393 * gdb.cp/annota2.exp: Likewise.
11394 * gdb.cp/annota3.exp: Likewise.
11395 * gdb.gdb/selftest.exp: Likewise.
11396 * gdb.threads/continue-pending-status.exp: Likewise.
11397 * gdb.threads/leader-exit.exp: Likewise.
11398 * gdb.threads/manythreads.exp: Likewise.
11399 * gdb.threads/pthreads.exp: Likewise.
11400 * gdb.threads/schedlock.exp: Likewise.
11401 * gdb.threads/sigthread.exp: Likewise.
11402
11403 2015-12-11 Don Breazeal <donb@codesourcery.com>
11404
11405 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11406 remote.
11407 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11408 * gdb.base/foll-exec.exp (main): Enable for target remote.
11409 * gdb.base/foll-fork.exp (main): Likewise.
11410 * gdb.base/foll-vfork.exp (main): Likewise.
11411 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11412 (proc continue_to_exit_bp_loc): Use clean_restart.
11413 * gdb.base/pie-execl.exp (main): Disable for target remote.
11414 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11415 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11416 * gdb.threads/execl.exp (main): Likewise.
11417 * gdb.threads/fork-child-threads.exp (main): Likewise.
11418 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11419 remote.
11420 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11421 remote.
11422 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11423 pid.tid style ptids, instead of just tid.
11424 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11425 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11426 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11427 ptids, instead of just tid.
11428
11429 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11430
11431 * gdb.base/list.exp (test_list_forward): Add end of file error
11432 test.
11433 (test_repeat_list_command): Add end of file error test.
11434 (test_list_backwards): Add beginning of file error test.
11435
11436 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11437
11438 * gdb.base/list.exp (test_list_invalid_args): New function,
11439 defined, and called.
11440
11441 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11442
11443 * gdb.base/list.exp (test_list): Make test names unique.
11444
11445 2015-12-11 Yao Qi <yao.qi@linaro.org>
11446
11447 * gdb.base/coremaker2.c: Remove.
11448
11449 2015-12-10 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.multi/base.exp: Remove stale "spaces" references.
11452
11453 2015-12-10 Pedro Alves <palves@redhat.com>
11454
11455 * gdb.multi/base.exp: Don't use nowarnings.
11456 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11457 * gdb.multi/hangout.c: Include stdio.h.
11458 * gdb.multi/hello.c: Include stdlib.h.
11459 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11460 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11461 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11462
11463 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11464
11465 * gdb.dwarf2/dw2-ranges-base.c: New file.
11466 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11467 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11468 support additional line table, and debug ranges generation.
11469 (Dwarf::ranges): New function, generate .debug_ranges.
11470 (Dwarf::lines): Support generating simple line table programs.
11471 (Dwarf::assemble): Initialise new namespace variables.
11472
11473 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11474
11475 * gdb.base/async.exp (proc test_background): Add case for
11476 asynchronous execution not supported.
11477
11478 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11479
11480 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11481 format and change test names to make them unique.
11482
11483 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11484 Pedro Alves <pedro@redhat.com>
11485
11486 PR gdb/18702
11487 Add checking of floatformats setup on x86_64 hosts.
11488 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11489 (smallval, bigval): New labels/constants.
11490 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11491 float" after loading bigval and smallval.
11492
11493 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11494
11495 * gdb.ada/fun_overload_menu.exp: New testcase.
11496 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11497
11498 2015-12-04 Josh Stone <jistone@redhat.com>
11499
11500 * gdb.base/catch-fork-static.exp: New.
11501
11502 2015-12-03 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.base/sizeof.c: Don't include stdio.h and
11505 ../lib/unbuffer_output.c.
11506 (main): New variable 'size' and 'value'. Remove printf and
11507 gdb_unbuffer_output. Assign return value to size and value.
11508 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11509 at the beginning.
11510 (check_sizeof): Check the result by printing variable 'size'.
11511 (check_valueof): Check the result by printing variable 'value'.
11512
11513 2015-12-01 Yao Qi <yao.qi@linaro.org>
11514
11515 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11516 for aarch64*-*-linux* target.
11517
11518 2015-11-30 Pedro Alves <palves@redhat.com>
11519
11520 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11521
11522 2015-11-30 Pedro Alves <palves@redhat.com>
11523
11524 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11525 Handle non-stop mode vCont replies.
11526
11527 2015-11-30 Pedro Alves <palves@redhat.com>
11528
11529 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11530 prepare_for_testing. Start gdb with "set non-stop on" appended to
11531 GDBFLAGS. Lax expected stop output.
11532
11533 2015-11-27 Yao Qi <yao.qi@linaro.org>
11534
11535 * gdb.arch/arm-neon.exp: New.
11536 * gdb.arch/arm-neon.c: New.
11537
11538 2015-11-27 Yao Qi <yao.qi@linaro.org>
11539
11540 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11541
11542 2015-11-27 Yao Qi <yao.qi@linaro.org>
11543
11544 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11545 frames-invalid annotation.
11546
11547 2015-11-27 Yao Qi <yao.qi@linaro.org>
11548
11549 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11550
11551 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11552
11553 * gdb.threads/names.exp: New file.
11554 * gdb.threads/names.c: New file.
11555 * README: Mention gdb,no_thread_names.
11556
11557 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11558
11559 PR 19297
11560 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11561 support" error.
11562
11563 2015-11-24 Pedro Alves <palves@redhat.com>
11564
11565 PR 17539
11566 * gdb.base/display.exp: Expect displays to be sorted in ascending
11567 order. Use multi_line.
11568 * gdb.base/solib-display.exp: Likewise.
11569
11570 2015-11-24 Pedro Alves <palves@redhat.com>
11571
11572 PR 17539
11573 * gdb.base/display.exp: Expect displays to be sorted in ascending
11574 order. Use multi_line.
11575 * gdb.base/solib-display.exp: Likewise.
11576
11577 2015-11-24 Pedro Alves <palves@redhat.com>
11578
11579 PR 17539
11580 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11581 threads in ascending order.
11582 * gdb.base/foll-fork.exp: Likewise.
11583 * gdb.base/foll-vfork.exp: Likewise.
11584 * gdb.base/multi-forks.exp: Likewise.
11585 * gdb.mi/mi-nonstop.exp: Likewise.
11586 * gdb.mi/mi-nsintrall.exp: Likewise.
11587 * gdb.multi/base.exp: Likewise.
11588 * gdb.multi/multi-arch.exp: Likewise.
11589 * gdb.python/py-inferior.exp: Likewise.
11590 * gdb.threads/break-while-running.exp: Likewise.
11591 * gdb.threads/execl.exp: Likewise.
11592 * gdb.threads/gcore-thread.exp: Likewise.
11593 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11594 * gdb.threads/kill.exp: Likewise.
11595 * gdb.threads/linux-dp.exp: Likewise.
11596 * gdb.threads/multiple-step-overs.exp: Likewise.
11597 * gdb.threads/next-bp-other-thread.exp: Likewise.
11598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11599 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11600 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11601 * gdb.threads/thread-find.exp: Likewise.
11602 * gdb.threads/tls.exp: Likewise.
11603 * lib/mi-support.exp (mi_reverse_list): Delete.
11604 (mi_check_thread_states): No longer reverse list.
11605
11606 2015-11-24 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11609 use lowercase.
11610
11611 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11612
11613 * gdb.trace/actions.c: Include trace-common.h.
11614 (main): Add a location for a fast tracepoint.
11615 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11616 the normal tracepoints.
11617 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11618
11619 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 * save-trace.exp: Factor out code to these...
11622 (gdb_save_tracepoints): New.
11623 (gdb_load_tracepoints): New.
11624 (do_save_load_test): New.
11625
11626 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11627
11628 * gdb.base/asmlabel.exp: New test.
11629 * gdb.base/asmlabel.c: New test case.
11630
11631 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11632
11633 * gdb.base/wrong_frame_bt_full-main.c: New file.
11634 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11635 * gdb.base/wrong_frame_bt_full.exp: New file.
11636
11637 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11638
11639 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11640
11641 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11642
11643 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11644 pstate register when comparing registers values in
11645 sparc64-*-linux-gnu targets to avoid spurious differences.
11646
11647 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11648
11649 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11650
11651 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11652
11653 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11654 as type argument to gdb_compile.
11655 * gdb.base/nested-subp2.exp: Likewise.
11656 * gdb.base/nested-subp3.exp: Likewise.
11657
11658 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11659
11660 * lib/dwarf.exp (_note): Fix left shift of negative value.
11661 * gdb.trace/trace-condition.exp: Likewise.
11662
11663 2015-11-13 Yao Qi <yao.qi@linaro.org>
11664
11665 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11666 comments about d10v.
11667 (test_scalar_returns): Likewise.
11668 * gdb.base/d10v.ld: Remove.
11669 * gdb.base/overlays.exp: Remove the target triplet checking for
11670 d10v-*-*.
11671 * gdb.base/structs.exp (test_struct_returns): Remove the
11672 comments about d10v.
11673 (test_struct_calls): Likewise.
11674
11675 2015-11-13 Yao Qi <yao.qi@linaro.org>
11676
11677 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11678 * gdb.base/gnu_vector.c: Don't include stdio.h.
11679 (main): Don't print res and call add_some_intvecs.
11680
11681 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11682
11683 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11684 macro.
11685 (func5): Removed.
11686 (func4): Use FAST_TRACEPOINT_LABEL.
11687 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11688 macro.
11689 (func): Removed.
11690 (thread_function): Use FAST_TRACEPOINT_LABEL.
11691 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11692 (func): Remove.
11693 (marker): Use FAST_TRACEPOINT_LABEL.
11694 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11695 (pendfunc1): Remove.
11696 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11697 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11698 (foo): Remove.
11699 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11700 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11701 macro.
11702 (func): Remove.
11703 (marker): Use FAST_TRACEPOINT_LABEL.
11704 * gdb.trace/trace-common.h: New header.
11705 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11706 macro.
11707 (func): Remove.
11708 (marker): Use FAST_TRACEPOINT_LABEL.
11709 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11710 (func): Remove.
11711 (thread_function): Use FAST_TRACEPOINT_LABEL.
11712
11713 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11714
11715 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11716 in front.
11717 * gdb.trace/change-loc.exp: Use global pcreg definition.
11718 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11719 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11720 in front.
11721 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11722 * gdb.trace/pending.exp: Likewise.
11723 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11724 * gdb.trace/trace-break.exp: Likewise.
11725 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11726 in front.
11727 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11728 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11729 in front.
11730 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11731
11732 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11733
11734 * gdb.ada/fin_fun_out: New testcase.
11735
11736 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11737
11738 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11739 value associated with DW_AT_byte_size.
11740 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11741 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11742 DW_AT_upper_bound.
11743
11744 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11745
11746 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11747 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11748 version.
11749 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11750 gdb.dwarf2/dw2-canonicalize-type.exp,
11751 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11752 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11753 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11754 provided by gdb_target_symbol_prefix_flags_asm.
11755 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11756 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11757 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11758 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11759 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11760 macros where needed). Use this macro for symbols which require
11761 the prefix provided by SYMBOL_PREFIX.
11762
11763 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11764
11765 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11766 New procs.
11767 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11768 representing expressions, of more than one list element.
11769 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11770 to prepend linker symbol prefix to f.
11771 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11772 table_1 and table_2.
11773 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11774 Likewise, for f and g.
11775 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11776 for ptr.
11777 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11778 for main.
11779 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11780 table_1_ptr and table_2_ptr.
11781
11782 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11783 Joel Brobecker <brobecker@adacore.com>
11784
11785 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11786
11787 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11788
11789 * gdb.reverse/s390-mvcle.c: New test.
11790 * gdb.reverse/s390-mvcle.exp: New file.
11791 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11792
11793 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11794
11795 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11796
11797 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11798
11799 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11800 reaching marker2.
11801 * gdb.reverse/getresuid-reverse.exp: Likewise.
11802 * gdb.reverse/pipe-reverse.exp: Likewise.
11803 * gdb.reverse/readv-reverse.exp: Likewise.
11804 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11805 * gdb.reverse/time-reverse.exp: Likewise.
11806 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11807
11808 2015-10-30 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11811 (empty_cycle): Remove.
11812 (main): Don't call empty_cycle. Don't use watch_count_done.
11813 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11814 empty_cycle. Rewrite the code counting HW watchpoints.
11815
11816 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11817
11818 * gdb.reverse/fstatat-reverse.c: New test.
11819 * gdb.reverse/fstatat-reverse.exp: New file.
11820 * gdb.reverse/getresuid-reverse.c: New test.
11821 * gdb.reverse/getresuid-reverse.exp: New file.
11822 * gdb.reverse/pipe-reverse.c: New test.
11823 * gdb.reverse/pipe-reverse.exp: New file.
11824 * gdb.reverse/readv-reverse.c: New test.
11825 * gdb.reverse/readv-reverse.exp: New file.
11826 * gdb.reverse/recvmsg-reverse.c: New test.
11827 * gdb.reverse/recvmsg-reverse.exp: New file.
11828 * gdb.reverse/time-reverse.c: New test.
11829 * gdb.reverse/time-reverse.exp: New file.
11830 * gdb.reverse/waitpid-reverse.c: New test.
11831 * gdb.reverse/waitpid-reverse.exp: New file.
11832
11833 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11834
11835 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11836
11837 2015-10-26 Doug Evans <dje@google.com>
11838
11839 PR symtab/17391
11840 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11841 * gdb.dwarf2/bad-regnum.c: New file.
11842 * gdb.dwarf2/bad-regnum.exp: New file.
11843
11844 2015-10-26 Doug Evans <dje@google.com>
11845
11846 PR python/18938
11847 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11848 file.
11849
11850 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11851
11852 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11853 for a change by "Mention language in compile error message".
11854
11855 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11856
11857 PR python/18073
11858 * gdb.python/py-type.c (C::a_method): New.
11859 (C::a_const_method): New.
11860 (C::a_static_method): New.
11861 (a_function): New.
11862 * gdb.python/py-type.exp (test_fields): Test getting fields
11863 from function and method.
11864
11865 2015-10-21 Keven Boell <keven.boell@intel.com>
11866
11867 * gdb.fortran/vla-alloc-assoc.exp: New file.
11868 * gdb.fortran/vla-datatypes.exp: New file.
11869 * gdb.fortran/vla-datatypes.f90: New file.
11870 * gdb.fortran/vla-history.exp: New file.
11871 * gdb.fortran/vla-ptype-sub.exp: New file.
11872 * gdb.fortran/vla-ptype.exp: New file.
11873 * gdb.fortran/vla-sizeof.exp: New file.
11874 * gdb.fortran/vla-sub.f90: New file.
11875 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11876 * gdb.fortran/vla-value-sub-finish.exp: New file.
11877 * gdb.fortran/vla-value-sub.exp: New file.
11878 * gdb.fortran/vla-value.exp: New file.
11879 * gdb.fortran/vla-ptr-info.exp: New file.
11880 * gdb.mi/mi-vla-fortran.exp: New file.
11881 * gdb.mi/vla.f90: New file.
11882
11883 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11884
11885 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11886 of hardwired timeout value.
11887
11888 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11889 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11892 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11893
11894 2015-10-19 Josh Stone <jistone@redhat.com>
11895
11896 * gdb.base/catch-syscall.c: Include <sched.h>.
11897 (unknown_syscall): New variable.
11898 (main): Trigger a vfork and an unknown syscall.
11899 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11900 (unknown_syscall_number): Likewise.
11901 (check_call_to_syscall): Accept an optional syscall pattern.
11902 (check_return_from_syscall): Likewise.
11903 (check_continue): Likewise.
11904 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11905 (test_catch_syscall_skipping_return): New test toggling off 'catch
11906 syscall' to step over the syscall return, then toggling back on.
11907 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11908 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11909 (do_syscall_tests): Call test_catch_syscall_without_args and
11910 test_catch_syscall_mid_vfork.
11911 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11912 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11913
11914 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11915
11916 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11917 print g_vE): Add new pass patterns.
11918 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11919 print various symbol names for vptr fields.
11920
11921 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11922
11923 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11924 results.
11925
11926 2015-10-12 Yao Qi <yao.qi@linaro.org>
11927
11928 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11929
11930 2015-10-12 Yao Qi <yao.qi@linaro.org>
11931
11932 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11933 is aarch64*-*-linux*.
11934
11935 2015-10-12 Yao Qi <yao.qi@linaro.org>
11936
11937 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11938 (can_relocate_bcond_true): ... it.
11939 (can_relocate_bcond_false): New function.
11940 (foo): Likewise.
11941 (can_relocate_bl): Likewise.
11942 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11943 can_relocate_bl.
11944
11945 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11946
11947 * gdb.base/nested-addr.c: New file.
11948 * gdb.base/nested-addr.exp: New testcase.
11949
11950 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11951
11952 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11953 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11954 its output. Ignore the output of "record goto begin" and instead
11955 check that GDB is replaying.
11956
11957 2015-10-09 Pedro Alves <palves@redhat.com>
11958
11959 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11960 (top level): Use it in the run with no args test.
11961
11962 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11963
11964 * gdb.dlang/properties.exp: New file.
11965
11966 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11967
11968 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11969 whether or not address 0x1000 is mapped on the target.
11970
11971 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11972
11973 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11974 build.
11975
11976 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11977
11978 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11979 instruction-history test.
11980
11981 2015-09-28 Doug Evans <dje@google.com>
11982
11983 * gdb.base/gcore.c (array_func): Add reference to static_array.
11984
11985 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11986
11987 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11988 source line.
11989
11990 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11991
11992 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11993 short or char as base type.
11994
11995 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11996
11997 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11998 to allow any size enum.
11999
12000 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12001
12002 * gdb.ada/array_ptr_renaming.exp: New testcase.
12003 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12004 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12005
12006 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12007
12008 * gdb.trace/ftrace-lock.c: New file.
12009 * gdb.trace/ftrace-lock.exp: New file.
12010
12011 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12012
12013 * gdb.arch/insn-reloc.c: New file.
12014 * gdb.arch/ftrace-insn-reloc.exp: New file.
12015
12016 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12017
12018 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12019 instruction.
12020 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12021 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12022 * gdb.trace/range-stepping.c: Likewise.
12023 * gdb.trace/trace-break.c: Likewise.
12024 * gdb.trace/trace-mt.c (thread_function): Likewise.
12025 * gdb.trace/ftrace.c (marker): Likewise.
12026 * gdb.trace/trace-condition.c (marker): Likewise.
12027 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12028 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12029 is_aarch64_target.
12030
12031 2015-09-18 Doug Evans <xdje42@gmail.com>
12032
12033 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12034 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12035
12036 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12037
12038 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12039 the breakpoint.
12040
12041 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12042
12043 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12044 the pending breakpoint. Remove timeout override for "Run till
12045 MI pending breakpoint on pendfunc3 on thread 2" test.
12046
12047 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12048
12049 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12050 filename pattern.
12051
12052 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12053
12054 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12055 in breakpoint filename pattern.
12056
12057 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12058
12059 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12060
12061 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12062
12063 * gdb.linespec/explicit.exp: Check for readline support for
12064 tab-completion tests. Fix obvious typo.
12065
12066 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12067
12068 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12069 and replay.
12070
12071 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12072
12073 * gdb.btrace/non-stop.c: New.
12074 * gdb.btrace/non-stop.exp: New.
12075
12076 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12077 Yao Qi <yao.qi@linaro.org>
12078
12079 * gdb.trace/trace-condition.c: New file.
12080 * gdb.trace/trace-condition.exp: New file.
12081
12082 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12083
12084 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12085 for testing bytecode compilation.
12086
12087 2015-09-16 Pedro Alves <palves@redhat.com>
12088 Sandra Loosemore <sandra@codesourcery.com>
12089
12090 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12091 (SECONDS): Redefine.
12092 (main): Call pthread_kill and alarm early.
12093 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12094 support.
12095 (test): If the target can't hardware step and doesn't support
12096 displaced stepping, increase the timeout.
12097
12098 2015-09-16 Pedro Alves <palves@redhat.com>
12099
12100 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12101 (enable_debug): New procedures.
12102 (test): Use them. Bail out if waiting for threads fails.
12103 (top level): Bail out if a test fails.
12104
12105 2015-09-16 Yao Qi <yao.qi@linaro.org>
12106
12107 * gdb.asm/asm-source.exp: Set asm-arch for
12108 aarch64*-*-* target.
12109 * gdb.asm/aarch64.inc: New file.
12110
12111 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12112
12113 * gdb.ada/array_of_variable_length.exp: New testcase.
12114 * gdb.ada/array_of_variable_length/foo.adb: New file.
12115 * gdb.ada/array_of_variable_length/pck.adb: New file.
12116 * gdb.ada/array_of_variable_length/pck.ads: New file.
12117
12118 2015-09-15 Doug Evans <dje@google.com>
12119
12120 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12121 of function static local variable.
12122
12123 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12124
12125 * gdb.threads/tls-so_extern.exp: New test file.
12126 * gdb.threads/tls-so_extern.c: New test file.
12127 * gdb.threads/tls-so_extern_main.c: New test file.
12128
12129 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12130
12131 * gdb.opt/solib-intra-step-lib.c: New file.
12132 * gdb.opt/solib-intra-step-main.c: New file.
12133 * gdb.opt/solib-intra-step.exp: New file.
12134
12135 2015-09-15 Pedro Alves <palves@redhat.com>
12136
12137 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12138 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12139
12140 2015-09-14 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.base/hook-stop-continue.c: Delete.
12143 * gdb.base/hook-stop-continue.exp: Delete.
12144 * gdb.base/hook-stop-frame.c: Delete.
12145 * gdb.base/hook-stop-frame.exp: Delete.
12146 * gdb.base/hook-stop.c: New file.
12147 * gdb.base/hook-stop.exp: New file.
12148
12149 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12150
12151 * gdb.ada/access_to_packed_array.exp: New testcase.
12152 * gdb.ada/access_to_packed_array/foo.adb: New file.
12153 * gdb.ada/access_to_packed_array/pack.adb: New file.
12154 * gdb.ada/access_to_packed_array/pack.ads: New file.
12155
12156 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12157
12158 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12159 buffer size test.
12160
12161 2015-09-11 Don Breazeal <donb@codesourcery.com>
12162
12163 * gdb.base/foll-exec.c: Add copyright header. Fix
12164 formatting issues.
12165 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12166 (do_exec_tests): Use clean_restart in place of zap_session,
12167 and for test initialization. Fix formatting issues. Use
12168 fail in place of perror.
12169 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12170 an expect statement to match an expression with output from
12171 the program under debug.
12172 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12173 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12174 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12175 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12176 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12177
12178 2015-09-09 Doug Evans <dje@google.com>
12179
12180 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12181
12182 2015-09-09 Doug Evans <dje@google.com>
12183
12184 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12185
12186 2015-09-09 Doug Evans <dje@google.com>
12187
12188 * gdb.base/savedregs.exp: Fix typo.
12189
12190 2015-09-09 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12193
12194 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12195
12196 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12197 command actually switches threads. Give up on remaining
12198 tests if target fails to stop at breakpoint.
12199
12200 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12201
12202 * gdb.ada/funcall_char.exp: New testcase.
12203 * gdb.ada/funcall_char/foo.adb: New file.
12204
12205 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12206
12207 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12208 expected outputs. Add two testcases for completing ambiguous
12209 functions.
12210 * gdb.ada/complete/aux_pck.adb: New file.
12211 * gdb.ada/complete/aux_pck.ads: New file.
12212 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12213 Ambiguous_Func functions.
12214 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12215 * gdb.ada/complete/pck.adb: Likewise.
12216
12217 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12218
12219 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12220 failures to run the test program under GDB.
12221
12222 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12223
12224 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12225 to C.
12226
12227 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12228
12229 * gdb.base/run-after-attach.exp: New test file.
12230 * gdb.base/run-after-attach.c: New test file.
12231
12232 2015-08-26 Don Breazeal <donb@codesourcery.com>
12233
12234 * gdb.base/foll-exec-2.c: New test program.
12235 * gdb.base/foll-exec-2.exp: New test.
12236
12237 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12238
12239 * gdb.base/nested-subp1.exp: New file.
12240 * gdb.base/nested-subp1.c: New file.
12241 * gdb.base/nested-subp2.exp: New file.
12242 * gdb.base/nested-subp2.c: New file.
12243 * gdb.base/nested-subp3.exp: New file.
12244 * gdb.base/nested-subp3.c: New file.
12245
12246 2015-08-24 Pedro Alves <palves@redhat.com>
12247
12248 * gdb.server/connect-without-multi-process.c: New file.
12249 * gdb.server/connect-without-multi-process.exp: New file.
12250
12251 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12252
12253 * gdb.opt/inline-markers.c: Make z int.
12254
12255 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12256
12257 * gdb.opt/inline-markers.c: Make z volatile.
12258
12259 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12260
12261 * gdb.opt/inline-bt.c: New volatile global z.
12262 * gdb.opt/inline-cmds.c: Likewise.
12263 * gdb.opt/inline-locals.c: Likewise.
12264 * gdb.opt/inline-markers.c: New extern global z.
12265 (marker): Use z.
12266 (inline_fn): Likewise.
12267
12268 2015-08-24 Pedro Alves <palves@redhat.com>
12269
12270 * config/m32r-stub.exp: Remove file.
12271 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12272 * gdb.base/call-rt-st.exp: Likewise.
12273 * gdb.base/call-strs.exp: Likewise.
12274 * gdb.base/default.exp: Remove references to h8300-*-hms and
12275 *-*-udi*.
12276 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12277
12278 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12279
12280 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12281 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12282 and "return" use KFAIL when GDB can not read/write the vector
12283 return value.
12284
12285 2015-08-21 Gary Benson <gbenson@redhat.com>
12286
12287 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12288
12289 2015-08-20 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.server/solib-list.exp: No longer expect an interior stop in
12292 non-stop mode.
12293
12294 2015-08-20 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.server/connect-stopped-target.c: New file.
12297 * gdb.server/connect-stopped-target.exp: New file.
12298
12299 2015-08-20 Pedro Alves <palves@redhat.com>
12300
12301 * gdb.dwarf2/comp-unit-lang.exp: New file.
12302 * gdb.dwarf2/comp-unit-lang.c: New file.
12303
12304 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12305
12306 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12307 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12308
12309 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12310
12311 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12312 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12313
12314 2015-08-18 Doug Evans <dje@google.com>
12315 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12316
12317 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12318 skip_python_tests. New arg prompt_regexp.
12319 (skip_python_tests): New function.
12320 * lib/mi-support.exp (mi_skip_python_tests): New function.
12321 * gdb.python/py-mi-objfile-gdb.py: New file.
12322 * gdb.python/py-mi-objfile.c: New file.
12323 * gdb.python/py-mi-objfile.exp: New file.
12324
12325 2015-08-17 Keith Seitz <keiths@redhat.com>
12326
12327 * gdb.linespec/explicit.exp: Move strace test from here ...
12328 * gdb.trace/strace.exp: ... to here.
12329
12330 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12331
12332 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12333 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12334
12335 2015-08-14 Doug Evans <xdje42@gmail.com>
12336
12337 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12338 inferior before selecting a new file.
12339
12340 2015-08-14 Doug Evans <xdje42@gmail.com>
12341
12342 * gdb.mi/mi-disassemble.exp: Update.
12343 * gdb.base/disasm-optim.S: New file.
12344 * gdb.base/disasm-optim.c: New file.
12345 * gdb.base/disasm-optim.h: New file.
12346 * gdb.base/disasm-optim.exp: New file.
12347
12348 2015-08-14 Keith Seitz <keiths@redhat.com>
12349
12350 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12351 "evaluated-by".
12352
12353 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12354
12355 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12356
12357 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12358
12359 * gdb.ada/fun_renaming.exp: New testcase.
12360 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12361 * gdb.ada/fun_renaming/pack.adb: New file.
12362 * gdb.ada/fun_renaming/pack.ads: New file.
12363
12364 2015-08-12 Keith Seitz <keiths@redhat.com>
12365
12366 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12367 gdb_get_line_number.
12368
12369 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12370
12371 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12372 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12373 gdb.base/dso2dso.exp: New files.
12374
12375 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12376 Pedro Alves <palves@redhat.com>
12377 Keith Seitz <keiths@redhat.com>
12378
12379 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12380 GDBFLAGS.
12381
12382 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12383
12384 * gdb.base/gdbhistsize-history.exp
12385 (test_histsize_history_setting): Use save_vars.
12386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12387 Use save_vars.
12388 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12389 * gdb.base/readline.exp: Use save_vars.
12390
12391 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12392
12393 * lib/gdb.exp (save_vars): New proc.
12394
12395 2015-08-11 Keith Seitz <keiths@redhat.com>
12396
12397 * gdb.base/help.exp: Update help_breakpoint_text.
12398
12399 2015-08-11 Keith Seitz <keiths@redhat.com>
12400
12401 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12402 (at toplevel): Call test_explicit_breakpoints.
12403 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12404 breakpoints.
12405 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12406 breakpoint conditions, "-cond".
12407
12408 2015-08-11 Keith Seitz <keiths@redhat.com>
12409
12410 * gdb.linespec/3explicit.c: New file.
12411 * gdb.linespec/cpexplicit.cc: New file.
12412 * gdb.linespec/cpexplicit.exp: New file.
12413 * gdb.linespec/explicit.c: New file.
12414 * gdb.linespec/explicit.exp: New file.
12415 * gdb.linespec/explicit2.c: New file.
12416 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12417 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12418 before using in the matching pattern.
12419 Clarify that `prefix' is a regular expression.
12420
12421 2015-08-11 Keith Seitz <keiths@redhat.com>
12422
12423 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12424 test.
12425 Add tests for missing ",FMT" and ",".
12426
12427 2015-08-10 Doug Evans <dje@google.com>
12428 Keith Seitz <keiths@redhat.com>
12429
12430 PR gdb/17960
12431 * gdb.base/completion.exp: Add location completer tests.
12432
12433 2015-08-07 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12436 tests here.
12437 (top level): Run do_test with and without displaced stepping.
12438
12439 2015-08-07 Pedro Alves <palves@redhat.com>
12440
12441 * gdb.base/valgrind-disp-step.c: New file.
12442 * gdb.base/valgrind-disp-step.exp: New file.
12443
12444 2015-08-07 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12447 Delete function.
12448 (main): Add alarm. Run an infinite loop instead of calling
12449 wait_threads.
12450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12451 comment.
12452 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12453 Delete function.
12454 (main): Add alarm. Run an infinite loop instead of calling
12455 wait_threads.
12456 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12457 comment.
12458
12459 2015-08-07 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.base/checkpoint-ns.exp: New file.
12462 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12463 standard_testfile.
12464
12465 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12466
12467 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12468 * gdb.btrace/instruction_history.exp: Update.
12469 * gdb.btrace/tsx.exp: New.
12470 * gdb.btrace/tsx.c: New.
12471
12472 2015-08-06 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12475 increase timeout.
12476 * gdb.reverse/until-precsave.exp: Bump timeouts.
12477
12478 2015-08-06 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12481
12482 2015-08-06 Pedro Alves <palves@redhat.com>
12483
12484 PR gdb/18749
12485 * gdb.threads/process-dies-while-handling-bp.c: New file.
12486 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12487
12488 2015-08-06 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12491 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12492
12493 2015-08-05 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12496 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12497
12498 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12499
12500 * gdb.base/bp-permanent.exp: Report test as unsupported if
12501 the target cannot stop at the permanent breakpoint.
12502
12503 2015-08-03 Doug Evans <dje@google.com>
12504
12505 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12506 10000.
12507
12508 2015-08-03 Doug Evans <dje@google.com>
12509
12510 * Makefile.in (workers/%.worker, build-perf): New rule.
12511 (GDB_PERFTEST_MODE): New variable.
12512 (check-perf): Use it.
12513 (clean): Clean up gdb.perf parallel build subdirs.
12514 * lib/build-piece.exp: New file.
12515 * lib/gdb.exp (make_gdb_parallel_path): New function
12516 (standard_output_file, standard_temp_file): Call it.
12517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12518 of $GDB_PARALLEL.
12519 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12520
12521 2015-08-03 Doug Evans <dje@google.com>
12522
12523 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12524 (LOG_FILE_NAME): New global.
12525 (TextReporter.__init__): Initialize self.txt_sum.
12526 (TextReporter.report): Add support for multiple data-points.
12527 Move report to perftest.sum, put raw data in perftest.log.
12528 (TextReporter.start): Open sum and log files.
12529 (TextReporter.end): Close sum and log files.
12530 * gdb.perf/lib/perftest/testresult.py
12531 (SingleStatisticTestResult.record): Handle multiple data-points.
12532
12533 2015-07-31 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12536 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12537 kill_wait_spawned_process instead of explicit "kill -9".
12538 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12539 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12540 kill_wait_spawned_process.
12541 * gdb.base/attach-twice.exp: Likewise.
12542 * gdb.base/attach.exp: Likewise.
12543 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12544 gdb_test_multiple.
12545 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12546 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12547 kill_wait_spawned_process.
12548 * gdb.base/valgrind-infcall.exp: Likewise.
12549 * gdb.multi/multi-attach.exp: Likewise.
12550 * gdb.python/py-prompt.exp: Likewise.
12551 * gdb.python/py-sync-interp.exp: Likewise.
12552 * gdb.server/ext-attach.exp: Likewise.
12553 * gdb.threads/attach-into-signal.exp (corefunc): Use
12554 spawn_wait_for_attach, spawn_id_get_pid and
12555 kill_wait_spawned_process.
12556 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12557 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12558 spawn_id_get_pid and kill_wait_spawned_process.
12559 * gdb.threads/attach-stopped.exp (corefunc): Use
12560 spawn_wait_for_attach, spawn_id_get_pid and
12561 kill_wait_spawned_process.
12562 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12563 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12564 kill_wait_spawned_process instead of explicit "kill -9".
12565 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12566 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12567 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12568 processes. Don't map cygwin/windows pids here. Now returns a
12569 spawn id list.
12570
12571 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12572
12573 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12574 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12575 correct patch.
12576
12577 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12578
12579 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12580
12581 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12582
12583 Reapply:
12584 2014-05-21 Mark Wielaard <mjw@redhat.com>
12585
12586 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12587
12588 2015-07-30 Pedro Alves <palves@redhat.com>
12589
12590 * linux-low.c (handle_extended_wait): Set the child's last
12591 reported status to TARGET_WAITKIND_STOPPED.
12592
12593 2015-07-30 Pedro Alves <palves@redhat.com>
12594
12595 PR threads/18600
12596 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12597 only shows inferior 1.
12598
12599 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12600 Pedro Alves <palves@redhat.com>
12601
12602 PR threads/18600
12603 * gdb.threads/fork-plus-threads.c: New file.
12604 * gdb.threads/fork-plus-threads.exp: New file.
12605
12606 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12607
12608 * gdb.base/batch-preserve-term-settings.exp
12609 (test_terminal_settings_preserved_after_cli_exit): Use
12610 send_quit_command.
12611
12612 2015-07-29 Pedro Alves <palves@redhat.com>
12613 Don Breazeal <donb@codesourcery.com>
12614
12615 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12616 output from both inferior_spawn_id and gdb_spawn_id.
12617
12618 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12619
12620 * gdb.threads/attach-into-signal.exp (corefunc): Use
12621 with_test_prefix on nested loops, uniquefying the test messages.
12622
12623 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12624
12625 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12626 commit.
12627
12628 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12629
12630 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12631 New proc.
12632 (test_terminal_settings_preserved_after_sigterm): New test.
12633
12634 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12635
12636 * gdb.base/batch-preserve-term-settings.exp
12637 (test_terminal_settings_preserved_after_cli_exit): New test.
12638
12639 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12640
12641 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12642 manipulation of saved_gdbflags.
12643 (test_terminal_settings_preserved): Remove global declaration of
12644 the unused variable pagination_prompt. Remove manipulation of
12645 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12646 GDBFLAGS.
12647
12648 2015-07-29 Pedro Alves <palves@redhat.com>
12649
12650 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12651
12652 2015-07-29 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12655 at the top.
12656
12657 2015-07-29 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12660 (main): Call gdb_unbuffer_output.
12661 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12662 (main): Call gdb_unbuffer_output.
12663 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12664 (main): Call gdb_unbuffer_output.
12665 * gdb.base/call-strs.exp: Adjust to step over the
12666 gdb_unbuffer_output call.
12667 * gdb.base/catch-gdb-caused-signals.c: Include
12668 "../lib/unbuffer_output.c".
12669 (main): Call gdb_unbuffer_output.
12670 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12671 (main): Call gdb_unbuffer_output.
12672 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12673 (main): Call gdb_unbuffer_output.
12674 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12675 (main): Call gdb_unbuffer_output.
12676 * gdb.base/shlib-call.exp: Adjust to step over the
12677 gdb_unbuffer_output call.
12678 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12679 (main): Call gdb_unbuffer_output.
12680 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12681 (main): Call gdb_unbuffer_output.
12682 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12683 (main): Rename to ...
12684 (test): ... this.
12685 (main): Reimplement.
12686 * gdb.base/varargs.exp: Run to test instead of to main.
12687 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12688 (main): Call gdb_unbuffer_output.
12689
12690 2015-07-29 Pedro Alves <palves@redhat.com>
12691
12692 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12693 factore out from mi_continue_dprintf. For call-style dprintfs,
12694 expect dprintf output out of $inferior_spawn_id.
12695 (mi_continue_dprintf): Use mi_expect_dprintf.
12696 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12697 (main): Call gdb_unbuffer_output.
12698
12699 2015-07-29 Pedro Alves <palves@redhat.com>
12700
12701 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12702 (default_mi_gdb_start): Set inferior_spawn_id instead of
12703 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12704 gdb_spawn_id.
12705 (mi_gdb_test): Always expect inferior output from both
12706 $inferior_spawn_id and $gdb_spawn_id.
12707
12708 2015-07-29 Pedro Alves <palves@redhat.com>
12709
12710 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12711 send_inferior and $inferior_spawn_id.
12712
12713 2015-07-29 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.gdb/complaints.exp (test_initial_complaints)
12716 (test_serial_complaints, test_short_complaints): Use
12717 gdb_test_stdio.
12718 (test_empty_complaint): Handle $inferior_spawn_id !=
12719 $gdb_spawn_id.
12720
12721 2015-07-29 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.base/varargs.exp: Use gdb_test_stdio.
12724
12725 2015-07-29 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12728
12729 2015-07-29 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12732
12733 2015-07-29 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12736 parameter into two new parameters, "inf_result" and "gdb_result".
12737 Expect inferior output and gdb output from $inferior_spawn_id and
12738 $gdb_spawn_id, respectively. Adjust all callers.
12739
12740 2015-07-29 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12743 of gdb_test_sequence.
12744
12745 2015-07-29 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12748 (saw_spurious_output): Expect inferior output from
12749 $inferior_spawn_id. Use gdb_test_stdio.
12750
12751 2015-07-29 Pedro Alves <palves@redhat.com>
12752
12753 * gdb.base/dprintf.exp: Use standard_testfile. Change
12754 prepare_for_testing call.
12755 (srcfile): Don't set.
12756 (restart): New procedure.
12757 (test_dprintf): New procecure, use to continue over dprintfs.
12758 (test_call, test_agent): New procedures, tests moved here.
12759 Restart gdb and recreate dprintfs. Adjust expected output.
12760
12761 2015-07-29 Pedro Alves <palves@redhat.com>
12762
12763 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12764
12765 2015-07-29 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12768
12769 2015-07-29 Pedro Alves <palves@redhat.com>
12770
12771 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12772 gdb_test_stdio.
12773
12774 2015-07-29 Pedro Alves <palves@redhat.com>
12775
12776 * lib/gdb.exp (gdb_test_stdio): New procedure.
12777
12778 2015-07-29 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12781
12782 2015-07-29 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.base/call-signal-resume.exp: Remove check for
12785 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12786 * gdb.base/unwindonsignal.exp: Likewise.
12787 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12788 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12789
12790 2015-07-29 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/siginfo-addr.c (pass): New function.
12793 (handler): Call it iff si_addr is correct.
12794 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12795 Set a breakpoint at "pass" and continue to it.
12796
12797 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12798
12799 * gdb.python/py-objfile.exp: Make some tests have unique names.
12800 * gdb.python/py-pp-registration.exp: Likewise.
12801
12802 2015-07-28 Pedro Alves <palves@redhat.com>
12803
12804 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12805
12806 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12807
12808 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12809
12810 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12811
12812 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12813
12814 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12815
12816 * gdb.base/gdb-sigterm-2.exp: New test.
12817
12818 2015-07-25 Doug Evans <xdje42@gmail.com>
12819
12820 Revert:
12821 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12822 (workers/%.worker, build-perf): New rule.
12823 (GDB_PERFTEST_MODE): New variable.
12824 (check-perf): Use it.
12825 (clean): Clean up gdb.perf parallel build subdirs.
12826 * lib/build-piece.exp: New file.
12827 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12828 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12829 name.
12830 (standard_temp_file): Ditto.
12831 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12832 of $GDB_PARALLEL.
12833
12834 2015-07-24 Doug Evans <dje@google.com>
12835
12836 * gdb.perf/lib/perftest/utils.py: New file.
12837 * gdb.perf/gm-hello.cc: New file.
12838 * gdb.perf/gm-pervasive-typedef.cc: New file.
12839 * gdb.perf/gm-pervasive-typedef.h: New file.
12840 * gdb.perf/gm-std.cc: New file.
12841 * gdb.perf/gm-std.h: New file.
12842 * gdb.perf/gm-use-cerr.cc: New file.
12843 * gdb.perf/gm-utils.h: New file.
12844 * gdb.perf/gmonster-null-lookup.py: New file.
12845 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12846 * gdb.perf/gmonster-print-cerr.py: New file.
12847 * gdb.perf/gmonster-ptype-string.py: New file.
12848 * gdb.perf/gmonster-runto-main.py: New file.
12849 * gdb.perf/gmonster-select-file.py: New file.
12850 * gdb.perf/gmonster1-null-lookup.exp: New file.
12851 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12852 * gdb.perf/gmonster1-print-cerr.exp: New file.
12853 * gdb.perf/gmonster1-ptype-string.exp: New file.
12854 * gdb.perf/gmonster1-runto-main.exp: New file.
12855 * gdb.perf/gmonster1-select-file.exp: New file.
12856 * gdb.perf/gmonster1.cc: New file.
12857 * gdb.perf/gmonster1.exp: New file.
12858 * gdb.perf/gmonster2-null-lookup.exp: New file.
12859 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12860 * gdb.perf/gmonster2-print-cerr.exp: New file.
12861 * gdb.perf/gmonster2-ptype-string.exp: New file.
12862 * gdb.perf/gmonster2-runto-main.exp: New file.
12863 * gdb.perf/gmonster2-select-file.exp: New file.
12864 * gdb.perf/gmonster2.cc: New file.
12865 * gdb.perf/gmonster2.exp: New file.
12866
12867 2015-07-24 Doug Evans <dje@google.com>
12868
12869 * gdb.perf/README: New file.
12870 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12871 * lib/gen-perf-test.exp: New file.
12872
12873 2015-07-24 Doug Evans <dje@google.com>
12874
12875 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12876 (PerfTest::startup): New function.
12877 (PerfTest::run): Return result of calling body.
12878 (PerfTest::assemble): Rewrite.
12879 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12880 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12881 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12882 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12883 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12884
12885 2015-07-24 Doug Evans <dje@google.com>
12886
12887 * lib/gdb.exp (clean_restart): Make executable optional.
12888
12889 2015-07-24 Doug Evans <dje@google.com>
12890
12891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12892 compiler_info references.
12893 * gdb.cp/temargs.exp: Ditto.
12894 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12895 (get_compiler_info): Early exit if already computed. Set compiler_info
12896 to "unknown" if there was a problem.
12897 (test_compiler_info): Add function comment. Call get_compiler_info.
12898
12899 2015-07-24 Doug Evans <dje@google.com>
12900
12901 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12902 (workers/%.worker, build-perf): New rule.
12903 (GDB_PERFTEST_MODE): New variable.
12904 (check-perf): Use it.
12905 (clean): Clean up gdb.perf parallel build subdirs.
12906 * lib/build-piece.exp: New file.
12907 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12908 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12909 name.
12910 (standard_temp_file): Ditto.
12911 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12912 of $GDB_PARALLEL.
12913
12914 2015-07-24 Doug Evans <dje@google.com>
12915
12916 * lib/future.exp (gdb_default_target_compile): New option
12917 "early_flags".
12918 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12919 --as-needed.
12920
12921 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12922
12923 * gdb.base/catch-syscall.exp: Call gdb_exit before
12924 gdb_skip_xml_test.
12925
12926 2015-07-24 Pedro Alves <palves@redhat.com>
12927
12928 * gdb.python/py-events.exp: Accept output between the stop event
12929 and the prompt.
12930 * gdb.python/py-evsignal.exp: Likewise.
12931 * gdb.python/py-evthreads.exp: Likewise.
12932
12933 2015-07-24 Pedro Alves <palves@redhat.com>
12934
12935 PR gdb/18717
12936 * gdb.threads/non-ldr-exit.c: New file.
12937 * gdb.threads/non-ldr-exit.exp: New file.
12938
12939 2015-07-24 Yao Qi <yao.qi@linaro.org>
12940
12941 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12942 restarting process.
12943
12944 2015-07-24 Yao Qi <yao.qi@linaro.org>
12945
12946 * gdb.server/ext-restart.exp: New file.
12947
12948 2015-07-24 Yao Qi <yao.qi@linaro.org>
12949
12950 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12951 argument options.
12952 * gdb.server/ext-wrapper.exp: New file.
12953
12954 2015-07-23 Doug Evans <dje@google.com>
12955
12956 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12957 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12958
12959 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12960
12961 * gdb.ada/var_arr_typedef.exp: New testcase.
12962 * gdb.ada/var_arr_typedef/pack.adb: New file.
12963 * gdb.ada/var_arr_typedef/pack.ads: New file.
12964 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12965
12966 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12967
12968 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12969
12970 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12971
12972 * gdb.arch/i386-biarch-core.exp: Replace istarget
12973 by "complete set gnutarget". Remove expectation for the "core-file"
12974 command.
12975
12976 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12977
12978 Revert the previous commit:
12979 Tests for validate symbol file using build-id.
12980
12981 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12982
12983 Tests for validate symbol file using build-id.
12984 * gdb.base/solib-mismatch-lib.c: New file.
12985 * gdb.base/solib-mismatch-libmod.c: New file.
12986 * gdb.base/solib-mismatch.c: New file.
12987 * gdb.base/solib-mismatch.exp: New file.
12988
12989 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12990
12991 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12992 nios2-*-linux*.
12993 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12994 * gdb.base/siginfo.exp: Likewise.
12995 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12996
12997 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12998
12999 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13000 Move it to ...
13001 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13002 ... here.
13003 * gdb.trace/range-stepping.exp: Check that the target supports
13004 range stepping.
13005
13006 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13007
13008 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13009
13010 2015-07-14 Pedro Alves <palves@redhat.com>
13011
13012 * gdb.base/killed-outside.exp: New file.
13013 * gdb.base/killed-outside.c: New file.
13014
13015 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13018 (n at main): New.
13019 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13020
13021 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13022
13023 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13024 infcall tests instead of setting up for KFAIL.
13025
13026 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13027
13028 * gdb.btrace/record_goto-step.exp: New.
13029
13030 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13031
13032 PR compile/18484
13033 * gdb.compile/compile.c (struct struct_type): Add volatile to
13034 selffield's type.
13035 * gdb.compile/compile.exp
13036 (compile code struct_object.selffield = &struct_object): Skip further
13037 struct_object tests if this one xfails.
13038
13039 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13040
13041 PR exp/18617
13042 * gdb.trace/ax.exp: Add test.
13043
13044 2015-07-07 Yao Qi <yao.qi@linaro.org>
13045
13046 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13047 instead of istarget "aarch64*-*-*".
13048 * gdb.arch/aarch64-fp.exp: Likewise.
13049 * gdb.base/float.exp: Likewise.
13050 * gdb.reverse/aarch64.exp: Likewise.
13051 * lib/gdb.exp (is_aarch64_target): New proc.
13052
13053 2015-07-07 Yao Qi <yao.qi@linaro.org>
13054
13055 * lib/gdb.exp (is_aarch32_target): New proc.
13056 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13057 instead of "istarget "arm*-*-*"".
13058 * gdb.arch/arm-disp-step.exp: Likewise.
13059 * gdb.arch/thumb-bx-pc.exp: Likewise.
13060 * gdb.arch/thumb-prologue.exp: Likewise.
13061 * gdb.arch/thumb-singlestep.exp: Likewise.
13062 * gdb.base/disp-step-syscall.exp: Likewise.
13063 * gdb.base/float.exp: Likewise.
13064
13065 2015-07-07 Yao Qi <yao.qi@linaro.org>
13066
13067 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13068 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13069
13070 2015-07-07 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13073 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13074 if it exists.
13075 * gdb.multi/multi-arch.exp: Likewise.
13076
13077 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13078
13079 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13080 print.
13081
13082 2015-07-07 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13085
13086 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13087
13088 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13089 '[' and ']' characters.
13090
13091 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13092
13093 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13094
13095 2015-06-29 Pedro Alves <palves@redhat.com>
13096
13097 PR threads/18127
13098 * gdb.threads/hand-call-new-thread.c: New file.
13099 * gdb.threads/hand-call-new-thread.c: New file.
13100
13101 2015-06-26 Keith Seitz <keiths@redhat.com>
13102 Doug Evans <dje@google.com>
13103
13104 PR 16253
13105 * gdb.cp/var-tag-2.cc: New file.
13106 * gdb.cp/var-tag-3.cc: New file.
13107 * gdb.cp/var-tag-4.cc: New file.
13108 * gdb.cp/var-tag.cc: New file.
13109 * gdb.cp/var-tag.exp: New file.
13110
13111 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13112
13113 * gdb.base/history-duplicates.exp: New test.
13114
13115 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13116
13117 * gdb.base/completion.exp: Test the completion of the "focus"
13118 command.
13119
13120 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13121
13122 * gdb.arch/amd64-prologue-skip.S: New file.
13123 * gdb.arch/amd64-prologue-skip.exp: New file.
13124
13125 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13126
13127 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13128 is_address_zero_readable check.
13129
13130 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13131
13132 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13133 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13134
13135 2015-06-24 Yao Qi <yao.qi@linaro.org>
13136
13137 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13138 linux targets.
13139
13140 2015-06-24 Yao Qi <yao.qi@linaro.org>
13141
13142 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13143 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13144 * gdb.base/siginfo-thread.exp: Likewise.
13145
13146 2015-06-22 Yao Qi <yao.qi@linaro.org>
13147
13148 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13149
13150 2015-06-22 Yao Qi <yao.qi@linaro.org>
13151
13152 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13153 aarch64*-*-*.
13154 (skip_hw_watchpoint_tests): Likewise.
13155
13156 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13157
13158 * gdb.base/gdbinit-history.exp: Test the interaction between
13159 setting GDBHISTSIZE and setting the history size via .gdbinit.
13160
13161 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13162
13163 PR gdb/16999
13164 * gdb.base/gdbhistsize-history.exp: New test.
13165
13166 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13167
13168 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13169 with GDBHISTSIZE.
13170 * gdb.base/readline.exp: Likewise.
13171
13172 2015-06-17 Yao Qi <yao.qi@linaro.org>
13173
13174 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13175 line.
13176
13177 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13178
13179 * gdb.base/gdbinit-history.exp: Add test case to check that
13180 an unlimited history file does not get truncated on exit.
13181
13182 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13183
13184 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13185 (VECTOR): New macro. Use it...
13186 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13187 ...for these typedefs.
13188 (int8, char1, int1, double1): New typedefs.
13189 (struct just_int2, struct two_int2): New structures.
13190 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13191 (add_structvecs, add_singlevecs): New functions.
13192 (main): Call add_some_intvecs twice.
13193 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13194 the compile and exit upon failure. Try compiling for the "native"
13195 architecture. Test inferior function calls with vector arguments
13196 and vector return value handling with "finish" and "return".
13197
13198 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13199
13200 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13201 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13202 PE file.
13203 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13204
13205 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13206
13207 PR breakpoints/16465
13208 * gdb.mi/mi-dprintf-pending.c: New file.
13209 * gdb.mi/mi-dprintf-pending.exp: New test.
13210 * gdb.mi/mi-dprintf-pendshr.c: New file.
13211
13212 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13213 Mircea Gherzan <mircea.gherzan@intel.com>
13214
13215 * gdb.arch/i386-mpx-map.c: New file.
13216 * gdb.arch/i386-mpx-map.exp: New File.
13217
13218 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13219
13220 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13221 * gdb.arch/i386-mpx.exp: Indentation fixed.
13222
13223 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13224
13225 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13226 function and improved indentation.
13227 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13228 gdb_test_multiple. Added additional tests to skip the test.
13229
13230 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13231
13232 * gdb.arch/i386-avx512.c: Change path in include file.
13233 * gdb.arch/i386-avx512.exp: Change include dir path
13234 compilation flag.
13235 * gdb.arch/i386-mpx.c: Change path in include file.
13236 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13237 flag.
13238
13239 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13240
13241 * gdb.compile/compile-print.exp (compile print *vararray@3)
13242 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13243
13244 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13245
13246 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13247 (do not keep jit in memory): ... this.
13248 (expect 5): Change it to ...
13249 (expect no 5): ... this.
13250
13251 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 PR gdb/15564
13254 * gdb.mi/mi-detach.exp: New file.
13255
13256 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13257
13258 PR symtab/18392
13259 * gdb.arch/amd64-tailcall-self.S: New file.
13260 * gdb.arch/amd64-tailcall-self.c: New file.
13261 * gdb.arch/amd64-tailcall-self.exp: New file.
13262
13263 2015-05-28 Don Breazeal <donb@codesourcery.com>
13264
13265 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13266 tests for remote targets by checking is_target_gdbserver.
13267
13268 2015-05-27 Doug Evans <dje@google.com>
13269
13270 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13271 * gdb.dwarf2/opaque-type-lookup.c: New file.
13272 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13273
13274 2015-05-26 Doug Evans <dje@google.com>
13275
13276 * gdb.cp/iostream.cc: New file.
13277 * gdb.cp/iostream.exp: New file.
13278
13279 2015-05-26 Doug Evans <dje@google.com>
13280
13281 * gdb.dwarf2/dw2-op-call.exp: Update.
13282 * gdb.dwarf2/dw4-sig-types.exp: Update.
13283 * gdb.dwarf2/implptr.exp: Update.
13284 * gdb.mi/mi-cmd-param-changed.exp: Update.
13285
13286 2015-05-26 Doug Evans <dje@google.com>
13287
13288 * gdb.python/py-lazy-string.c: New file.
13289 * gdb.python/py-lazy-string.exp: New file.
13290 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13291 (main): Update. Add estring3.
13292 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13293 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13294
13295 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13296 Yao Qi <yao.qi@linaro.org>
13297
13298 * gdb.reverse/aarch64.c: New.
13299 * gdb.reverse/aarch64.exp: New.
13300
13301 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13302
13303 * lib/gdb.exp (supports_process_record): Return true for
13304 aarch64*-linux*.
13305 (supports_reverse): Likewise.
13306
13307 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13308
13309 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13310 Use with_test_prefix.
13311
13312 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13313
13314 * gdb.base/completion.exp: Add test for completion of layout
13315 names.
13316
13317 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13318
13319 * lib/gdb.exp (skip_tui_tests): New proc.
13320 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13321
13322 2015-05-19 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13325 Save the whole env array instead of just HOME. Unset HISTSIZE in
13326 the environment while testing. Restore whole environment
13327 afterwards.
13328
13329 2015-05-16 Doug Evans <xdje42@gmail.com>
13330
13331 * gdb.guile/scm-ports.c: New file.
13332 * gdb.guile/scm-ports.exp: Add memory port tests.
13333
13334 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13335
13336 * gdb.compile/compile-print.c: New file.
13337 * gdb.compile/compile-print.exp: New file.
13338
13339 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13340
13341 * gdb.compile/compile-ops.exp: Cast param to void.
13342 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13343 (compile code struct_object.selffield = &struct_object): Add xfail.
13344
13345 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13346
13347 * gdb.ada/arr_enum_with_gap: New testcase.
13348
13349 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13350
13351 * gdb.ada/byte_packed_arr: New testcase.
13352
13353 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13354
13355 * gdb.ada/pckd_neg: New testcase.
13356
13357 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13358
13359 PR gdb/17820
13360 * gdb.base/gdbinit-history.exp: New test.
13361 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13362 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13363
13364 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13365
13366 * gdb.python/py-xmethods.cc: Enhance test case.
13367 * gdb.python/py-xmethods.exp: New tests.
13368 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13369 function.
13370 (B_indexoper): Likewise.
13371 (global_dm_list) : Add new xmethod worker functions.
13372
13373 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13374
13375 * gdb.base/coredump-filter.exp: Correctly unset
13376 "coredump_var_addr" array.
13377
13378 2015-05-08 Pedro Alves <palves@redhat.com>
13379
13380 * gdb.server/non-existing-program.exp: Unset spawn_id.
13381
13382 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13383
13384 PR python/18291
13385 * gdb.python/py-xmethods.exp: Add tests.
13386
13387 2015-05-08 Yao Qi <yao.qi@linaro.org>
13388
13389 PR gdb/18208
13390 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13391 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13392 function set_coredump_filter, and remove remote_exec call.
13393 Remove argument ipid. Callers update.
13394 (top level): Don't get inferior's PID.
13395
13396 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13397
13398 * gdb.base/watch_thread_num.exp: Skip test on targets without
13399 access watchpoints.
13400
13401 2015-05-06 Pedro Alves <palves@redhat.com>
13402
13403 PR server/18081
13404 * gdb.server/non-existing-program.exp: New file.
13405
13406 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13407
13408 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13409
13410 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13411
13412 * gdb.ada/out_of_line_in_inlined: New testcase.
13413
13414 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13415
13416 * gdb.ada/var_rec_arr: New testcase.
13417
13418 2015-04-30 Yao Qi <yao.qi@linaro.org>
13419
13420 * gdb.base/break-idempotent.exp: If
13421 skip_hw_watchpoint_multi_tests returns true, skip the tests
13422 on "rwatch" and "awatch".
13423
13424 2015-04-30 Yao Qi <yao.qi@linaro.org>
13425
13426 * gdb.base/relativedebug.exp: Invoke gdb command
13427 "info sharedlibrary", and if libc.so doesn't have debug info,
13428 skip the test.
13429
13430 2015-04-29 Doug Evans <dje@google.com>
13431
13432 * gdb.python/py-xmethods.exp: Add ptype tests.
13433 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13434 get_result_type method.
13435
13436 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13437
13438 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13439 the target does not support hardware watchpoints.
13440
13441 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13442
13443 * gdb.base/break-always.exp: Abort testing if writing to memory
13444 causes an error.
13445
13446 2015-04-28 Doug Evans <dje@google.com>
13447
13448 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13449 * gdb.python/py-pp-registration.exp: ... here. New file.
13450 * gdb.python/py-pp-registration.c: New file.
13451 * gdb.python/py-pp-registration.py: New file.
13452
13453 2015-04-28 Doug Evans <dje@google.com>
13454
13455 * gdb.python/py-bad-printers.c: New file.
13456 * gdb.python/py-bad-printers.py: New file.
13457 * gdb.python/py-bad-printers.exp: New file.
13458
13459 2015-04-28 Sasha Smundak <asmundak@google.com>
13460
13461 * gdb.python/py-type.exp: New test.
13462
13463 2015-04-28 Andy Wingo <wingo@igalia.com>
13464
13465 * gdb.python/py-parameter.exp:
13466 * gdb.guile/scm-parameter.exp: Escape the path that we are
13467 matching against, as it might contain characters that are special
13468 to regular expressions.
13469
13470 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13471
13472 * gdb.ada/rec_comp: New testcase.
13473
13474 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13475
13476 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13477 before using it.
13478
13479 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13480
13481 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13482 new tests for verilog output.
13483
13484 2015-04-24 Yao Qi <yao.qi@linaro.org>
13485
13486 * boards/remote-gdbserver-on-localhost.exp: New file.
13487
13488 2015-04-23 Pedro Alves <palves@redhat.com>
13489
13490 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13491 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13492 "end of file", remove $inferior_spawn_id from the indirect list.
13493
13494 2015-04-23 Pedro Alves <palves@redhat.com>
13495
13496 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13497
13498 2015-04-23 Pedro Alves <palves@redhat.com>
13499
13500 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13501 on $any_spawn_id instead of only on $gdb_spawn_id.
13502
13503 2015-04-21 Pierre Muller <muller@sourceware.org>
13504
13505 PR pascal/17815
13506 * lib/pascal.exp (gpc_compile): Add new option "class".
13507 (fpc_compile): Likewise.
13508 * gdb.pascal/case-insensitive-symbols.pas: New file.
13509 * gdb.pascal/case-insensitive-symbols.exp: New file.
13510
13511 2015-04-20 Gary Benson <gbenson@redhat.com>
13512
13513 * gdb.base/attach.exp: Fix three extended remote failures.
13514
13515 2015-04-17 Gary Benson <gbenson@redhat.com>
13516
13517 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13518 the main executable over the remote protocol.
13519
13520 2015-04-16 Pedro Alves <palves@redhat.com>
13521
13522 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13523 a new gdbserver if gdbserver_reconnect_p is set.
13524
13525 2015-04-16 Pedro Alves <palves@redhat.com>
13526
13527 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13528 is set, don't exit gdbserver.
13529
13530 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13531
13532 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13533 appropriate .insn, such that an older assembler can be used.
13534 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13535 the z/Architecture instruction set on 31-bit targets as well.
13536
13537 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13538
13539 * gdb.go/handcall.exp: Remove all logic related to the first
13540 breakpoint and rely on go_runto_main instead.
13541 * gdb.go/strings.exp: Likewise.
13542 * gdb.go/unsafe.exp: Likewise.
13543 * gdb.go/hello.exp: Likewise. Also rename the remaining
13544 breakpoint marker to "breakpoint 1".
13545 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13546 * gdb.go/strings.go: Likewise.
13547 * gdb.go/unsafe.go: Likewise.
13548 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13549 "set breakpoint 2 here" and rename the remaining breakpoint marker
13550 to "breakpoint 1".
13551
13552 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13553
13554 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13555 if itertools.imap is not present.
13556 * gdb.python/py-objfile.exp: Add parentheses.
13557 * gdb.python/py-type.exp: Same.
13558 * gdb.python/py-unwind-maint.py: Same.
13559
13560 2015-04-15 Yao Qi <yao.qi@linaro.org>
13561
13562 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13563 of ":$ptr_size" and set its form explicitly.
13564
13565 2015-04-15 Pedro Alves <palves@redhat.com>
13566 Yao Qi <yao.qi@linaro.org>
13567
13568 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13569 timeout by factor of 4.
13570 (test_regular_watch): Likewise.
13571 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13572 * gdb.reverse/sigall-reverse.exp: Likewise.
13573 * gdb.reverse/until-precsave.exp: Likewise.
13574 * lib/gdb.exp (with_timeout_factor): New proc.
13575 (gdb_expect): Move some code to ...
13576 (get_largest_timeout): ... here. New procedure.
13577
13578 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13579
13580 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13581
13582 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13583
13584 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13585 to write to the .text section.
13586
13587 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13588
13589 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13590 Handle the case of targets that do not provide PID information.
13591
13592 2015-04-13 Yao Qi <yao.qi@linaro.org>
13593
13594 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13595 and use expect instead of gdb_expect.
13596
13597 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13598
13599 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13600 "coredump_var_addr" to avoid naming conflict with other testcases.
13601
13602 2015-04-10 Pedro Alves <palves@redhat.com>
13603
13604 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13605 gdb_test_sequence and gdb_assert.
13606
13607 2015-04-10 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13610 test messages that don't include the breakpoint address.
13611
13612 2015-04-10 Yao Qi <yao.qi@linaro.org>
13613
13614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13615 false for some offset and width combinations which aren't
13616 supported by linux kernel.
13617
13618 2015-04-10 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13621 procedure, factored out from ...
13622 (top level): ... here. Add "set displaced-stepping" testing axis.
13623 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13624 parameter "displaced". Use it.
13625 (top level): Use foreach and add "set displaced-stepping" testing
13626 axis.
13627
13628 2015-04-10 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13631 Remove comment.
13632 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13633 both the address of the instruction that triggers the watchpoint
13634 and the address of the instruction immediately after, and use
13635 those addresses for the test. Fix comment.
13636
13637 2015-04-10 Pedro Alves <palves@redhat.com>
13638
13639 * gdb.base/sigstep.exp (breakpoint_to_handler)
13640 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13641 Test "backtrace" in handler.
13642 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13643 (top level): Add new "displaced" test axis to
13644 breakpoint_to_handler, breakpoint_to_handler_entry and
13645 breakpoint_over_handler.
13646
13647 2015-04-10 Pedro Alves <palves@redhat.com>
13648
13649 PR gdb/18216
13650 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13651
13652 2015-04-10 Yao Qi <yao.qi@linaro.org>
13653
13654 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13655 (test_add_rn_pc): New function.
13656 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13657 (top level): Invoke test_add_rn_pc.
13658
13659 2015-04-10 Pedro Alves <palves@redhat.com>
13660
13661 PR gdb/13858
13662 * gdb.base/step-over-no-symbols.exp: New file.
13663
13664 2015-04-09 Andy Wingo <wingo@igalia.com>
13665
13666 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13667 after the Python tests.
13668
13669 2015-04-08 Keith Seitz <keiths@redhat.com>
13670
13671 PR python/16699
13672 * gdb.python/py-completion.exp: New tests for completion.
13673 * gdb.python/py-completion.py (CompleteLimit1): New class.
13674 (CompleteLimit2): Likewise.
13675 (CompleteLimit3): Likewise.
13676 (CompleteLimit4): Likewise.
13677 (CompleteLimit5): Likewise.
13678 (CompleteLimit6): Likewise.
13679 (CompleteLimit7): Likewise.
13680
13681 2015-04-08 Pedro Alves <palves@redhat.com>
13682
13683 PR gdb/18214
13684 PR gdb/18216
13685 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13686 function.
13687 (main): Install it as SIGUSR1 handler.
13688 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13689 parameter. Always use "setup" as prefix. Toggle "set
13690 displaced-stepping" off/on depending on global. Don't switch to
13691 thread 1 here.
13692 (top level): Add displaced stepping "off/on" test axis. Update
13693 "setup" calls. Wrap each subtest with with_test_prefix. Test
13694 continuing with a queued signal in each thread.
13695
13696 2015-04-08 Pedro Alves <palves@redhat.com>
13697
13698 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13699 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13700 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13701 Return early if running to main fails.
13702 * gdb.trace/while-stepping.exp: Likewise.
13703
13704 2015-04-07 Pedro Alves <palves@redhat.com>
13705
13706 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13707 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13708 interact with inferior program.
13709
13710 2015-04-07 Pedro Alves <palves@redhat.com>
13711
13712 * lib/gdb.exp (inferior_spawn_id): New global.
13713 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13714 spawn id after processing the user code.
13715 (default_gdb_start): Set inferior_spawn_id.
13716 (send_inferior): New procedure.
13717 * lib/gdbserver-support.exp (gdbserver_start): Set
13718 inferior_spawn_id.
13719 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13720
13721 2015-04-07 Pedro Alves <palves@redhat.com>
13722
13723 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13724 * lib/gdbserver-support.exp (gdbserver_start): Make
13725 $server_spawn_id global.
13726 (gdbserver_start): Don't wait for gdbserver's spawn id with
13727 expect_background.
13728 (close_gdbserver): New procedure.
13729 (gdb_exit): Rename the default version and reimplement.
13730
13731 2015-04-07 Pedro Alves <palves@redhat.com>
13732
13733 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13734 append the substituted item, not the original item.
13735
13736 2015-04-07 Pedro Alves <palves@redhat.com>
13737
13738 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13739 gdb_expect.
13740
13741 2015-04-07 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13744 output appearing once only.
13745
13746 2015-04-07 Pedro Alves <palves@redhat.com>
13747
13748 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13749 that doesn't expect anything. Return early if running to main
13750 fails.
13751
13752 2015-04-07 Yao Qi <yao.qi@linaro.org>
13753
13754 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13755 (child_function): Call alarm.
13756 (main): Move call to alarm into the loop.
13757 * gdb.threads/non-stop-fair-events.exp: Build program with
13758 -DTIMEOUT=$timeout.
13759
13760 2015-04-06 Doug Evans <xdje42@gmail.com>
13761
13762 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13763 Fix dest parameter to board_info.
13764 (fpc_compile): Ditto.
13765 (gdb_compile_pascal): Rename dest arg to destfile.
13766
13767 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13768
13769 * gdb.ada/funcall_ref.exp: New file.
13770 * gdb.ada/funcall_ref/foo.adb: New file.
13771
13772 2015-04-02 Yao Qi <yao.qi@linaro.org>
13773
13774 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13775 is remote.
13776
13777 2015-04-02 Gary Benson <gbenson@redhat.com>
13778
13779 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13780
13781 2015-04-01 Sasha Smundak <asmundak@google.com>
13782
13783 * gdb.python/py-unwind-maint.c: New file.
13784 * gdb.python/py-unwind-maint.exp: New test.
13785 * gdb.python/py-unwind-maint.py: New file.
13786 * gdb.python/py-unwind.c: New file.
13787 * gdb.python/py-unwind.exp: New test.
13788 * gdb.python/py-unwind.py: New test.
13789
13790 2015-04-01 Pedro Alves <palves@redhat.com>
13791
13792 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13793 to fail instead of non-existent $test.
13794
13795 2015-04-01 Pedro Alves <palves@redhat.com>
13796
13797 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13798 GDBFLAGS if not empty.
13799
13800 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13801
13802 * gdb.ada/complete.exp: Remove "multi_line".
13803 * gdb.ada/info_exc.exp: Remove "multi_line".
13804 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13805 * gdb.ada/ptype_field.exp: Remove "multi_line".
13806 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13807 * gdb.ada/tagged.exp: Remove "multi_line".
13808 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13809 [multi_line ...]
13810 * gdb.btrace/delta.exp: Likewise.
13811 * gdb.btrace/exception.exp: Likewise.
13812 * gdb.btrace/function_call_history.exp: Likewise.
13813 * gdb.btrace/instruction_history.exp: Likewise.
13814 * gdb.btrace/nohist.exp: Likewise.
13815 * gdb.btrace/record_goto.exp: Likewise.
13816 * gdb.btrace/segv.exp: Likewise.
13817 * gdb.btrace/stepi.exp: Likewise.
13818 * gdb.btrace/tailcall.exp: Likewise.
13819 * gdb.btrace/unknown_functions.exp: Likewise.
13820 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13821 * lib/gdb.exp: Add the "multi_line" helper.
13822
13823 2015-04-01 Pedro Alves <palves@redhat.com>
13824
13825 * gdb.threads/tid-reuse.c: New file.
13826 * gdb.threads/tid-reuse.exp: New file.
13827
13828 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13829
13830 PR corefiles/16092
13831 * gdb.base/coredump-filter.c: New file.
13832 * gdb.base/coredump-filter.exp: Likewise.
13833
13834 2015-03-27 Petr Machata <pmachata@redhat.com>
13835
13836 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13837 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13838 (Dwarf::assemble): Initialize them.
13839 (Dwarf::lines): New function.
13840
13841 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13842
13843 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13844 SYMBOL_PREFIX for x86_64-*-cygwin.
13845
13846 2015-03-26 Andy Wingo <wingo@igalia.com>
13847
13848 PR symtab/18148
13849 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13850 const_value but not a location.
13851 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13852 location defined in non-main CUs are visible.
13853
13854 2015-03-26 Yao Qi <yao.qi@linaro.org>
13855
13856 PR testsuite/18139
13857 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13858 Add a line number entry for the same line.
13859 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13860 Add a line number entry for the same line.
13861
13862 2015-03-26 Yao Qi <yao.qi@linaro.org>
13863
13864 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13865 .int 0.
13866 (func): Likewise. Add .Lfunc_1 label.
13867 Use .Lfunc_1 label.
13868 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13869 .int 0.
13870 (func): Likewise.
13871 Use .Lfunc_1 label.
13872
13873 2015-03-26 Yao Qi <yao.qi@linaro.org>
13874
13875 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13876 Call gdb_compile instead to compile each .s files without debug
13877 information.
13878
13879 2015-03-26 Yao Qi <yao.qi@linaro.org>
13880
13881 * gdb.base/savedregs.exp (process_saved_regs): Make
13882 "Saved registers:" optional in the pattern.
13883
13884 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13885
13886 * gdb.btrace/next.exp: Merged into step.exp.
13887 * gdb.btrace/finish.exp: Merged into step.exp.
13888 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13889 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13890 "record goto" and checking the exact replay position.
13891 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13892 check for "Recording format" in "info record" output.
13893 * gdb.btrace/record_goto.exp: Choose test file based on target.
13894 * gdb.btrace/x86-record_goto.S: Renamed into ...
13895 * gdb.btrace/x86_64-record_goto.S: ... this.
13896 * gdb.btrace/i686-record_goto.S: New.
13897 * gdb.btrace/x86-tailcall.S: Renamed into ...
13898 * gdb.btrace/x86_64-tailcall.S: ... this.
13899 * gdb.btrace/i686-tailcall.S: New.
13900 * gdb.btrace/x86-tailcall.c: Renamed into ...
13901 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13902 separate statements. Update test.
13903 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13904 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13905 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13906 * gdb.btrace/tailcall.exp: Choose test file based on target.
13907 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13908
13909 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13910
13911 * gdb.btrace/exception.exp: Increase BTS buffer size.
13912
13913 2015-03-24 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13916
13917 2015-03-24 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.threads/schedlock.exp (test_step): No longer expect that
13920 "set scheduler-locking step" with "next" over a function call runs
13921 threads unlocked.
13922
13923 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13924
13925 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13926
13927 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13928
13929 PR breakpoints/16466
13930 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13931 * gdb.mi/mi-pending.c (thread_func): New function.
13932 (int main): Add threading support required.
13933 * gdb.mi/mi-pending.exp: Add tests for this issue.
13934 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13935 (pendfunc2): Remove stdio dependency.
13936 * gdb.mi/mi-pendshr2.c: New file.
13937
13938 2015-03-23 Keith Seitz <keiths@redhat.com>
13939
13940 * gdb.linespec/keywords.c: New file.
13941 * gdb.linespec/keywords.exp: New file.
13942
13943 2015-03-23 Keith Seitz <keiths@redhat.com>
13944
13945 PR gdb/18021
13946 * gdb.dwarf2/staticvirtual.exp: New test.
13947
13948 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13949
13950 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13951 * README: Remove HP-UX and gdb.hp.
13952 (configuration):
13953 * configure: Regenerate.
13954 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13955 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13956 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13957 gdb.hp/gdb.defects/Makefile.
13958 * gdb.hp/Makefile.in: File deleted.
13959 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13960 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13961 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13962 * gdb.hp/gdb.aCC/run.c: File deleted.
13963 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13964 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13965 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13966 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13967 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13968 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13969 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13970 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13971 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13972 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13973 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13974 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13975 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13976 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13977 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13978 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13979 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13980 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13981 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13982 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13983 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13984 * gdb.hp/gdb.compat/average.c: File deleted.
13985 * gdb.hp/gdb.compat/sum.c: File deleted.
13986 * gdb.hp/gdb.compat/xdb.c: File deleted.
13987 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13988 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13989 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13990 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13991 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13992 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13993 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13994 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13995 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13996 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13997 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13998 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13999 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14000 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14001 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14002 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14003 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14004 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14005 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14006 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14007 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14008 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14009 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14010 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14011 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14012 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14013 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14014 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14015 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14016 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14017 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14018 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14019 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14020 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14021 * gdb.hp/tools/odump: File deleted.
14022
14023 2015-03-19 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14026 (saw_thread_3): New globals.
14027 (top level): Increment them when an event for the corresponding
14028 thread is seen.
14029 (no thread starvation): New test.
14030
14031 2015-03-19 Pedro Alves <palves@redhat.com>
14032
14033 * gdb.threads/continue-pending-status.c: New file.
14034 * gdb.threads/continue-pending-status.exp: New file.
14035
14036 2015-03-18 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14039 Use gdb_is_target_remote instead of is_remote. Use
14040 gdb_test_multiple instead of gdb_expect. Exit early if
14041 gdb_test_multiple hits its internal matches. Tighten stepi tests
14042 expected output. Fail on exit with any signal, instead of just
14043 SIGILL.
14044
14045 2015-03-18 Yao Qi <yao.qi@linaro.org>
14046
14047 PR tdep/18107
14048 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14049 variable.
14050 * gdb.base/catch-syscall.exp: Don't skip it on
14051 aarch64*-*-linux* target. Remove elements in all_syscalls.
14052 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14053 target.
14054 (setup_all_syscalls): New proc.
14055
14056 2015-03-16 Yao Qi <yao.qi@linaro.org>
14057
14058 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14059 (top level): Skip tests if valid_addr_p returns false for
14060 $cmd1 or $cmd2.
14061
14062 2015-03-11 Andy Wingo <wingo@igalia.com>
14063
14064 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14065
14066 2015-03-11 Yao Qi <yao.qi@linaro.org>
14067
14068 * gdb.base/catch-syscall.exp: Fix typo in comments.
14069
14070 2015-03-11 Yao Qi <yao.qi@linaro.org>
14071
14072 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14073
14074 2015-03-09 Pedro Alves <palves@redhat.com>
14075
14076 * dg-extract-results.py: Delete.
14077
14078 2015-03-09 Pedro Alves <palves@redhat.com>
14079
14080 Merge dg-extract-results.sh from GCC upstream (r218843).
14081
14082 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14083 * dg-extract-results.sh: Use --text with grep to avoid issues with
14084 binary files. Fall back to cat -v, if that doesn't work.
14085
14086 2015-03-05 Pedro Alves <palves@redhat.com>
14087
14088 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14089
14090 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14091
14092 * lib/mi-support.exp (mi_expect_interrupt): Accept
14093 alternative event for when in all-stop mode.
14094
14095 2015-03-04 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14098
14099 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14100
14101 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14102
14103 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14104
14105 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14106 regexps for GDB's current line display, accept a hex address
14107 preceding the line number.
14108
14109 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14110
14111 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14112 the 'arch1' variable for "s390*-linux*" targets.
14113
14114 2015-03-04 Pedro Alves <palves@redhat.com>
14115
14116 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14117 (main): Pass missing retval argument to pthread_join call.
14118
14119 2015-03-02 Pedro Alves <palves@redhat.com>
14120
14121 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14122 (top level): Call do_test with non-stop as well.
14123
14124 2015-03-02 Pedro Alves <palves@redhat.com>
14125
14126 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14127 -1.
14128
14129 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14130
14131 * gdb.arch/s390-vregs.exp: New test.
14132 * gdb.arch/s390-vregs.S: New file.
14133
14134 2015-02-27 Pedro Alves <palves@redhat.com>
14135
14136 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14137 call to catch_command_errors.
14138 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14139 catch_command_errors.
14140
14141 2015-02-27 Pedro Alves <palves@redhat.com>
14142
14143 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14144 "true" for boolean result.
14145 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14146 prototype of main.
14147
14148 2015-02-27 Pedro Alves <palves@redhat.com>
14149
14150 * lib/unbuffer_output.c: New file.
14151 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14152 (main): Call gdb_unbuffer_output.
14153
14154 2015-02-27 Yao Qi <yao.qi@linaro.org>
14155
14156 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14157 target.
14158
14159 2015-02-26 Doug Evans <dje@google.com>
14160
14161 * gdb.cp/class2.cc (Dbase, D): New classes.
14162 (main): New local delta.
14163 * gdb.cp/class2.exp: Test printing delta.
14164 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14165 (dynbar): New global.
14166 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14167
14168 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 * gdb.compile/compile-ifunc.c: New file.
14171 * gdb.compile/compile-ifunc.exp: New file.
14172
14173 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14174
14175 * gdb.base/structs.exp: Check for correct struct on finish.
14176
14177 2015-02-26 Yao Qi <yao.qi@linaro.org>
14178
14179 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14180 is zero.
14181
14182 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14183
14184 * gdb.arch/cordic.ko.bz2: New file.
14185 * gdb.arch/cordic.ko.debug.bz2: New file.
14186 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14187
14188 2015-02-25 Yao Qi <yao.qi@linaro.org>
14189
14190 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14191 aarch64*-*-* target.
14192
14193 2015-02-23 Pedro Alves <palves@redhat.com>
14194
14195 * lib/gdb.exp (delete_breakpoints): Rewrite using
14196 gdb_test_multiple.
14197
14198 2015-02-23 Pedro Alves <palves@redhat.com>
14199
14200 * gdb.base/info-os.c: Include stdlib.h.
14201
14202 2015-02-22 Doug Evans <xdje42@gmail.com>
14203
14204 PR symtab/17855
14205 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14206 is read after symbols have been re-read.
14207 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14208 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14209
14210 2015-02-21 Doug Evans <dje@google.com>
14211
14212 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14213
14214 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 PR corefiles/17808
14217 * gdb.arch/i386-biarch-core.core.bz2: New file.
14218 * gdb.arch/i386-biarch-core.exp: New file.
14219
14220 2015-02-21 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14223 runto_main fails.
14224
14225 2015-02-20 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14228 info probes.
14229
14230 2015-02-20 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14233
14234 2015-02-20 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14237 clean_restart before gdb_target_supports_trace.
14238
14239 2015-02-20 Pedro Alves <palves@redhat.com>
14240
14241 PR threads/18006
14242 * gdb.threads/clone-thread_db.c: New file.
14243 * gdb.threads/clone-thread_db.exp: New file.
14244
14245 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14246
14247 PR breakpoints/16812
14248 * gdb.base/catch-gdb-caused-signals.c: New file.
14249 * gdb.base/catch-gdb-caused-signals.exp: New file.
14250
14251 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14252
14253 * configure: Regenerated.
14254 * configure.ac: Use GDB_AC_TRANSFORM.
14255 * aclocal.m4: sinclude ../transform.m4.
14256
14257 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14258
14259 * lib/dtrace.exp: New file.
14260 * gdb.base/dtrace-probe.exp: Likewise.
14261 * gdb.base/dtrace-probe.d: Likewise.
14262 * gdb.base/dtrace-probe.c: Likewise.
14263 * lib/pdtrace.in: Likewise.
14264 * configure.ac: Output variables with the transformed names of
14265 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14266 * configure: Regenerated.
14267
14268 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14269
14270 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14271 expected message when trying to access $_probe_* convenience
14272 variables while not on a probe.
14273
14274 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14275
14276 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14277
14278 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14279
14280 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14281 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14282
14283 2015-02-10 Doug Evans <xdje42@gmail.com>
14284
14285 * lib/gdb.exp (gdb_load): Always return a result.
14286
14287 2015-02-10 Pedro Alves <palves@redhat.com>
14288
14289 * gdb.threads/signal-sigtrap.c: New file.
14290 * gdb.threads/signal-sigtrap.exp: New file.
14291
14292 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14293
14294 * gdb.trace/no-attach-trace.c: New file.
14295 * gdb.trace/no-attach-trace.exp: New file.
14296
14297 2015-02-09 Mark Wielaard <mjw@redhat.com>
14298
14299 * gdb.dwarf2/atomic.c: New file.
14300 * gdb.dwarf2/atomic-type.exp: Likewise.
14301
14302 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14303
14304 * gdb.btrace/buffer-size.exp: Update "info record" output.
14305 * gdb.btrace/delta.exp: Update "info record" output.
14306 * gdb.btrace/enable.exp: Update "info record" output.
14307 * gdb.btrace/finish.exp: Update "info record" output.
14308 * gdb.btrace/instruction_history.exp: Update "info record" output.
14309 * gdb.btrace/next.exp: Update "info record" output.
14310 * gdb.btrace/nexti.exp: Update "info record" output.
14311 * gdb.btrace/step.exp: Update "info record" output.
14312 * gdb.btrace/stepi.exp: Update "info record" output.
14313 * gdb.btrace/nohist.exp: Update "info record" output.
14314
14315 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14316
14317 * gdb.btrace/buffer-size: New.
14318
14319 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14320
14321 * gdb.btrace/delta.exp: Update "info record" output.
14322 * gdb.btrace/enable.exp: Update "info record" output.
14323 * gdb.btrace/finish.exp: Update "info record" output.
14324 * gdb.btrace/instruction_history.exp: Update "info record" output.
14325 * gdb.btrace/next.exp: Update "info record" output.
14326 * gdb.btrace/nexti.exp: Update "info record" output.
14327 * gdb.btrace/step.exp: Update "info record" output.
14328 * gdb.btrace/stepi.exp: Update "info record" output.
14329 * gdb.btrace/nohist.exp: Update "info record" output.
14330
14331 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14332
14333 PR gdb/15678
14334 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14335
14336 2015-02-06 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14339 macro.
14340 (seconds_left, again): New globals.
14341 (main): Wait seconds_left in a 1-second sleep loop instead of
14342 sleeping 180 seconds. If 'again' is set, reset the seconds
14343 counter.
14344 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14345 'again' in the inferior before detaching. Print the seconds left.
14346 (options): New global.
14347 (top level): Build program with -DTIMEOUT=$timeout.
14348
14349 2015-02-06 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14352 determine how many seconds to pass to 'alarm'.
14353 * gdb.base/gdb-sigterm.exp (top level): Build program with
14354 -DTIMEOUT=$timeout.
14355 (do_test): Return success/failure indication. Add more verbose
14356 logging. Don't fail if 200 single steps are seen. Instead, fail
14357 when the test times out.
14358 (passes): New global.
14359 (top level): Break the testing loop if testing fails on any
14360 iteration. Use gdb_assert.
14361
14362 2015-02-04 Don Breazeal <donb@codesourcery.com>
14363
14364 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14365 and initialize them.
14366 (ipc_cleanup): New function.
14367 (main): Don't declare shmid, semid, and msqid. Add a call to
14368 atexit so that we call ipc_cleanup on exit.
14369
14370 2015-02-04 Pedro Alves <palves@redhat.com>
14371
14372 * boards/native-extended-gdbserver.exp: Remove any target variant
14373 specifications from the board name before clearing the isremote
14374 flag from board_info.
14375
14376 2015-01-31 Doug Evans <xdje42@gmail.com>
14377
14378 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14379
14380 2015-01-31 Gary Benson <gbenson@redhat.com>
14381
14382 * gdb.base/completion.exp: Disable completion limiting for
14383 existing tests. Add new tests to check completion limiting.
14384 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14385
14386 2015-01-31 Doug Evans <xdje42@gmail.com>
14387
14388 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14389
14390 2015-01-31 Doug Evans <xdje42@gmail.com>
14391
14392 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14393 entries. Duplicate file section script entries.
14394 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14395 inlined entries. Add test for safe-path rejection.
14396 * gdb.python/py-section-script.c: Add duplicate inlined section script
14397 entries. Duplicate file section script entries.
14398 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14399 inlined entries. Add test for safe-path rejection.
14400
14401 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14402
14403 * gdb.ada/disc_arr_bound: New testcase.
14404
14405 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14406
14407 * gdb.ada/mi_var_array: New testcase.
14408
14409 2015-01-27 Doug Evans <dje@google.com>
14410
14411 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14412 Add test for objfile.filename, objfile.username after objfile
14413 has been unloaded.
14414
14415 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14416
14417 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14418 the second test to print the name attribute of value
14419 returned by the call to gdb.lookup_type, and adjust
14420 the expected output accordingly.
14421
14422 2015-01-25 Mark Wielaard <mjw@redhat.com>
14423
14424 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14425 * gdb.base/disp-step-fork.c: Include unistd.h.
14426 * gdb.base/siginfo-obj.c: Include stdio.h.
14427 * gdb.base/siginfo-thread.c: Likewise.
14428 * gdb.mi/non-stop.c: Include unistd.h.
14429 * gdb.mi/nsthrexec.c: Include stdio.h.
14430 * gdb.mi/pthreads.c: Include unistd.h.
14431 * gdb.modula2/unbounded1.c (main): Declare returns int.
14432 * gdb.reverse/consecutive-reverse.c: Likewise.
14433 * gdb.threads/create-fail.c: Include unistd.h.
14434 * gdb.threads/killed.c: Likewise.
14435 * gdb.threads/linux-dp.c: Likewise.
14436 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14437 * gdb.threads/non-ldr-exc-2.c: Likewise.
14438 * gdb.threads/non-ldr-exc-3.c: Likewise.
14439 * gdb.threads/non-ldr-exc-4.c: Likewise.
14440 * gdb.threads/pthreads.c: Include unistd.h.
14441 (main): Declare returns int.
14442 * gdb.threads/tls-main.c (foo): New declaration.
14443 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14444
14445 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14446
14447 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14448 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14449
14450 2015-01-15 Mark Wielaard <mjw@redhat.com>
14451
14452 * gdb.base/noreturn-return.c: New file.
14453 * gdb.base/noreturn-return.exp: New file.
14454 * gdb.base/noreturn-finish.c: New file.
14455 * gdb.base/noreturn-finish.exp: New file.
14456
14457 2015-01-23 Pedro Alves <palves@redhat.com>
14458
14459 * gdb.threads/continue-pending-after-query.c: New file.
14460 * gdb.threads/continue-pending-after-query.exp: New file.
14461
14462 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14463 Simon Marchi <simon.marchi@ericsson.com>
14464
14465 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14466 * gdb.base/valgrind-db-attach.exp: Same.
14467 * gdb.base/valgrind-infcall.exp: Same.
14468 * lib/mi-support.exp (default_mi_gdb_start): Same.
14469 * lib/prompt.exp (default_prompt_gdb_start): Same.
14470 * lib/gdb.exp (default_gdb_spawn): Same.
14471 (gdb_interact): New.
14472
14473
14474 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14475
14476 * gdb.compile/compile.exp (pointer to jit function): New test.
14477
14478 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14479
14480 * lib/gdb.exp (supports_process_record): Return true for
14481 powerpc*-*-linux*.
14482 (supports_reverse): Likewise.
14483
14484 2015-01-15 Don Breazeal <donb@codesourcery.com>
14485
14486 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14487 instead of checking whether the target board is remote and
14488 use spawn_wait_for_attach instead of exec/sleep.
14489 * gdb.base/attach-twice.exp: Likewise.
14490
14491 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14492
14493 * gdb.ada/var_arr_attrs: New testcase.
14494
14495 2015-01-14 Pedro Alves <palves@redhat.com>
14496 Joel Brobecker <brobecker@adacore.com>
14497
14498 PR gdb/17525
14499 * gdb.base/bp-cmds-execution-x-script.c: New file.
14500 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14501 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14502
14503 2015-01-14 Pedro Alves <palves@redhat.com>
14504
14505 PR cli/17828
14506 * gdb.base/batch-preserve-term-settings.c: New file.
14507 * gdb.base/batch-preserve-term-settings.exp: New file.
14508
14509 2015-01-13 Doug Evans <dje@google.com>
14510
14511 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14512 binary.
14513
14514 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14515
14516 * Makefile.in (clean mostlyclean): Do not delete *.py.
14517
14518 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14519
14520 * gdb.python/py-lookup-type.exp: New file.
14521
14522 2015-01-12 Pedro Alves <palves@redhat.com>
14523
14524 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14525 restore GDBFLAGS before returning.
14526
14527 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14528
14529 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14530 is_amd64_regs_target and is_x86_like_target.
14531
14532 2015-01-11 Doug Evans <xdje42@gmail.com>
14533
14534 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14535 is given without an explicit form.
14536 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14537 attributes.
14538 * gdb.dwarf/corrupt.exp: Ditto.
14539 * gdb.dwarf2/enum-type.exp: Ditto.
14540 * gdb.trace/entry-values.exp: Ditto.
14541 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14542
14543 2015-01-11 Doug Evans <xdje42@gmail.com>
14544
14545 PR gdb/15830
14546 * gdb.base/maint.exp: Remove references to "maint demangle".
14547 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14548 Add tests for explicitly specifying language to demangle.
14549 * gdb.dlang/demangle.exp: Ditto.
14550
14551 2015-01-09 Pedro Alves <palves@redhat.com>
14552
14553 * gdb.threads/non-stop-fair-events.c: New file.
14554 * gdb.threads/non-stop-fair-events.exp: New file.
14555
14556 2015-01-09 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14559 the global scope. Set a breakpoint after all threads are started
14560 rather than stepping over two source lines. Expect the prompt.
14561 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14562 global.
14563 (NUM): Now 15.
14564 (main): Use threads_started_barrier to wait for all threads to
14565 start. Main thread no longer calls thread_function. Exit after
14566 180 seconds.
14567 (loop): New function.
14568 (thread_function): Wait on threads_started_barrier barrier. Call
14569 'loop' at each iteration.
14570 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14571 threads have started, instead of hardcoding number of "next"
14572 steps. Use an access watchpoint instead of a write watchpoint.
14573
14574 2015-01-09 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14577 (thread_func): Wait on barrier.
14578 (main): Wait for all threads to start before stopping GDB.
14579 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14580 global.
14581 (thread1_func, thread2_func): Wait on barrier.
14582 (main): Wait for all threads to start before stopping GDB.
14583 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14584 New global.
14585 (thread1_func, thread2_func): Wait on barrier.
14586 (main): Wait for all threads to start before stopping GDB.
14587
14588 2015-01-09 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.threads/attach-many-short-lived-threads.c: New file.
14591 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14592
14593 2014-01-09 Pedro Alves <palves@redhat.com>
14594
14595 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14596 instead of to thread 2.
14597 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14598 Add barrier around each pthread_create call instead of around all
14599 calls.
14600 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14601 Set a break on thread_function and have the child threads hit it
14602 one at at a time.
14603
14604 2015-01-09 Pedro Alves <palves@redhat.com>
14605
14606 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14607 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14608 false.
14609 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14610 checking whether the target board is remote.
14611 * gdb.multi/multi-attach.exp: Likewise.
14612 * gdb.python/py-sync-interp.exp: Likewise.
14613 * gdb.server/ext-attach.exp: Likewise.
14614 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14615 tests that need to attach, instead of checking whether the target
14616 board is remote at the top of the file.
14617
14618 2015-01-08 Yao Qi <yao@codesourcery.com>
14619
14620 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14621
14622 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14623
14624 Fix testcase compilation.
14625 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14626
14627 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14628
14629 * gdb.python/py-type.exp: Add a couple test about empty
14630 array creation, and negative-length array creation.
14631
14632 2015-01-02 Doug Evans <xdje42@gmail.com>
14633
14634 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14635
14636 2015-01-02 Doug Evans <dje@google.com>
14637
14638 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14639
14640 2014-12-29 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.trace/entry-values.exp: Update comments. Rename variable
14643 bar_call_foo to returned_from_foo.
14644
14645 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14646
14647 PR gdb/17394
14648 * gdb.linespec/break-asm-file.c: New file.
14649 * gdb.linespec/break-asm-file.exp: New file.
14650 * gdb.linespec/break-asm-file0.s: New file.
14651 * gdb.linespec/break-asm-file1.s: New file.
14652
14653 2014-12-18 Nigel Stephens <nigel@mips.com>
14654 Maciej W. Rozycki <macro@codesourcery.com>
14655
14656 * gdb.base/float.exp: Handle the new output from "info float" on
14657 MIPS targets.
14658
14659 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14660
14661 Fix MinGW compilation.
14662 * gdb.compile/compile-ops.exp: Update untested message if
14663 !skip_compile_feature_tests.
14664 * gdb.compile/compile-setjmp.exp: Likewise.
14665 * gdb.compile/compile-tls.exp: Likewise.
14666 * gdb.compile/compile.exp: Likewise.
14667 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14668 supported on this host".
14669
14670 2014-12-16 Doug Evans <xdje42@gmail.com>
14671
14672 * boards/stabs.exp: New file.
14673
14674 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14675
14676 * gdb.base/completion.exp: Adjust to format changes of "maint
14677 print user-registers".
14678
14679 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14680
14681 PR server/17457
14682 * gdb.arch/aarch64-fp.c: New file.
14683 * gdb.arch/aarch64-fp.exp: New file.
14684
14685 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14686
14687 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14688 r210637, r210913, r211666, r215400, r215817).
14689
14690 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14691 * dg-extract-results.py: New file.
14692 * dg-extract-results.sh: Use it if the environment seems
14693 suitable.
14694
14695 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14696
14697 * dg-extract-results.py (parse_run): Handle warnings that
14698 are printed before a test harness is run.
14699
14700 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14701
14702 * dg-extract-results.py (Named): Remove __cmp__ method.
14703 (output_variation): Use a key to sort variation.harnesses.
14704
14705 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14706
14707 * dg-extract-results.py: For Python 3, force sys.stdout to
14708 handle surrogate escape sequences.
14709 (safe_open): New function.
14710 (output_segment, main): Use it.
14711
14712 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14713
14714 * dg-extract-results.py (Prog.result_re): Include options
14715 in test name.
14716
14717 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14718
14719 * dg-extract-results.py (output_variation): Always sort if
14720 do_sum.
14721
14722 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14723
14724 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14725 as long as we get pagination notifications.
14726
14727 2014-12-15 Jason Merrill <jason@redhat.com>
14728
14729 * Makefile.in (check-gdb.%): Restore.
14730 * README: Mention it.
14731
14732 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14733
14734 * gdb.ada/str_uninit: New testcase.
14735
14736 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14737
14738 PR symtab/17642
14739 * gdb.base/vla-stub-define.c: New file.
14740 * gdb.base/vla-stub.c: New file.
14741 * gdb.base/vla-stub.exp: New file.
14742
14743 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14744 Jan Kratochvil <jan.kratochvil@redhat.com>
14745 Tom Tromey <tromey@redhat.com>
14746
14747 * configure.ac: Add gdb.compile/.
14748 * configure: Regenerate.
14749 * gdb.compile/Makefile.in: New file.
14750 * gdb.compile/compile-ops.exp: New file.
14751 * gdb.compile/compile-ops.c: New file.
14752 * gdb.compile/compile-tls.c: New file.
14753 * gdb.compile/compile-tls.exp: New file.
14754 * gdb.compile/compile-constvar.S: New file.
14755 * gdb.compile/compile-constvar.c: New file.
14756 * gdb.compile/compile-mod.c: New file.
14757 * gdb.compile/compile-nodebug.c: New file.
14758 * gdb.compile/compile-setjmp-mod.c: New file.
14759 * gdb.compile/compile-setjmp.c: New file.
14760 * gdb.compile/compile-setjmp.exp: New file.
14761 * gdb.compile/compile-shlib.c: New file.
14762 * gdb.compile/compile.c: New file.
14763 * gdb.compile/compile.exp: New file.
14764 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14765
14766 2014-12-12 Tom Tromey <tromey@redhat.com>
14767
14768 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14769 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14770
14771 2014-12-12 Doug Evans <dje@google.com>
14772
14773 * lib/gdb-python.exp (get_python_valueof): New function.
14774 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14775
14776 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14777
14778 * gdb.base/completion.exp: Add test for completion of "info
14779 registers ".
14780
14781 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14782
14783 * gdb.base/func-ptrs.c: New file.
14784 * gdb.base/func-ptrs.exp: New file.
14785
14786 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14787
14788 PR breakpoints/17012
14789 * gdb.base/dprintf-detach.c: New file.
14790 * gdb.base/dprintf-detach.exp: New file.
14791
14792 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14793
14794 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14795 * lib/gdb.exp (target_is_gdbserver): New procedure.
14796
14797 2014-12-08 Doug Evans <dje@google.com>
14798
14799 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14800
14801 2014-12-05 Yao Qi <yao@codesourcery.com>
14802
14803 * gdb.guile/scm-error.exp: Remove the third argument to
14804 gdb_remote_download.
14805 * gdb.guile/scm-frame-args.exp: Likewise.
14806 * gdb.guile/scm-section-script.exp: Likewise.
14807
14808 2014-12-05 Yao Qi <yao@codesourcery.com>
14809
14810 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14811
14812 2014-12-04 Doug Evans <dje@google.com>
14813
14814 * gdb.python/py-objfile.exp: Add tests for
14815 objfile.add_separate_debug_file.
14816
14817 2014-12-04 Doug Evans <dje@google.com>
14818
14819 * lib/gdb.exp (get_build_id): New function.
14820 (build_id_debug_filename_get): Rewrite to use it.
14821 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14822
14823 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14824
14825 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14826 `method(long)', not just 0x0.
14827 * gdb.cp/nsalias.exp: Align code labels to 4.
14828 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14829 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14830 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14831 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14832 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14833 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14834
14835 2014-12-02 Doug Evans <dje@google.com>
14836
14837 PR symtab/17602
14838 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14839 * gdb.cp/anon-ns2.cc: ... here. New file.
14840 * gdb.cp/anon-ns.exp: Update.
14841
14842 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14843
14844 * gdb.python/py-events.py (inferior_call_handler): New.
14845 (register_changed_handler, memory_changed_handler): New.
14846 (test_events.invoke): Register new handlers.
14847 * gdb.python/py-events.exp: Add tests for inferior call,
14848 memory_changed and register_changed events.
14849
14850 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14851
14852 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14853 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14854 if the linker doesn't understand this.
14855
14856 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14857
14858 * gdb.python/python.exp: Change expected reply to help().
14859
14860 2014-12-01 Yao Qi <yao@codesourcery.com>
14861
14862 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14863 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14864 * configure: Re-generated.
14865
14866 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14867
14868 * gdb.cp/chained-calls.cc: New file.
14869 * gdb.cp/chained-calls.exp: New file.
14870 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14871
14872 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14873
14874 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14875 * gdb.dwarf2/symtab-producer.exp: Same.
14876 * gdb.gdb/python-interrupts.exp: Same.
14877 * gdb.gdb/python-selftest.exp: Same.
14878 * gdb.python/py-linetable.exp: Same.
14879 * gdb.python/py-type.exp: Same.
14880 * gdb.python/py-value-cc.exp: Same.
14881 * gdb.python/py-value.exp: Same.
14882
14883 2014-11-28 Yao Qi <yao@codesourcery.com>
14884
14885 * gdb.base/break-probes.exp: Match library name prefixed with
14886 sysroot.
14887
14888 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14889
14890 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14891 test expected output. Add parentheses for the call to print.
14892 Remove L suffix from integers.
14893
14894 2014-11-26 Doug Evans <dje@google.com>
14895
14896 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14897
14898 2014-11-22 Yao Qi <yao@codesourcery.com>
14899
14900 * gdb.trace/entry-values.c: Remove asms.
14901 (foo): Add foo_label.
14902 (bar): Add bar_label.
14903 * gdb.trace/entry-values.exp: Remove code computing foo's
14904 length and bar's length.
14905 (Dwarf::assemble): Invoke function_range for bar and use
14906 MACRO_AT_func for foo.
14907
14908 2014-11-22 Yao Qi <yao@codesourcery.com>
14909
14910 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14911 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14912 Use .Lgcc43_procstart instead of gcc43.
14913
14914 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14915
14916 * gdb.ada/n_arr_bound: New testcase.
14917
14918 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14919
14920 PR breakpoints/10737
14921 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14922 test_catch_syscall_multi_arch.
14923 (test_catch_syscall_multi_arch): New function.
14924
14925 2014-11-20 Doug Evans <xdje42@gmail.com>
14926
14927 * gdb.base/maint.exp: Update expected output.
14928
14929 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14930
14931 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14932 4-byte instruction on S390.
14933
14934 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.ada/arr_arr: New testcase.
14937
14938 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14939
14940 * gdb.ada/pkd_arr_elem: New Testcase.
14941
14942 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14943
14944 * gdb.reverse/break-precsave: Expect completion message for
14945 core file reads.
14946 * gdb.reverse/consecutive-precsave.exp: Likewise.
14947 * gdb.reverse/finish-precsave.exp: Likewise.
14948 * gdb.reverse/i386-precsave.exp: Likewise.
14949 * gdb.reverse/machinestate-precsave.exp: Likewise.
14950 * gdb.reverse/sigall-precsave.exp: Likewise.
14951 * gdb.reverse/solib-precsave.exp: Likewise.
14952 * gdb.reverse/step-precsave.exp: Likewise.
14953 * gdb.reverse/until-precsave.exp: Likewise.
14954 * gdb.reverse/watch-precsave.exp: Likewise.
14955
14956 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14957
14958 * gdb.base/bp-permanent.c: Include unistd.h.
14959 * gdb.python/py-framefilter-mi.c (main): Add return type.
14960 * gdb.python/py-framefilter.c (main): Likewise.
14961 * gdb.trace/actions-changed.c (main): Likewise.
14962
14963 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14964
14965 * gdb.mi/until.c: Add eye-catchers.
14966 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14967 line numbers.
14968
14969 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14970
14971 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14972 function header variants in break1.c.
14973 * gdb.base/ena-dis-br.exp: Likewise.
14974 * gdb.base/hbreak2.exp: Likewise.
14975 * gdb.reverse/until-precsave.exp: Drop references to removed
14976 non-prototype function header variants in ur1.c.
14977 * gdb.reverse/until-reverse.exp: Likewise.
14978
14979 2014-11-17 Petr Machata <pmachata@redhat.com>
14980
14981 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14982 ${_cu_offset_size} bytes abbrev offset.
14983
14984 2014-11-15 Doug Evans <xdje42@gmail.com>
14985
14986 PR symtab/17559
14987 * gdb.base/line-symtabs.exp: New file.
14988 * gdb.base/line-symtabs.c: New file.
14989 * gdb.base/line-symtabs.h: New file.
14990
14991 2014-11-14 Yao Qi <yao@codesourcery.com>
14992
14993 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14994 (func): Add label func_label.
14995 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14996 Replace low_pc and high_pc with MACRO_AT_range.
14997 Replace name, low_pc and high_pc with MACRO_AT_func.
14998
14999 2014-11-14 Yao Qi <yao@codesourcery.com>
15000
15001 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15002 Replace name, low_pc and high_pc with MACRO_AT_func.
15003
15004 2014-11-14 Yao Qi <yao@codesourcery.com>
15005
15006 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15007 produce debug information.
15008 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15009
15010 2014-11-14 Yao Qi <yao@codesourcery.com>
15011
15012 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15013 object and get function length.
15014 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15015 with MACRO_AT_func.
15016 (top-level): Replace gdb_compile and clean_restart with
15017 prepare_for_testing.
15018 * gdb.dwarf2/main.c (main): Add label main_label.
15019
15020 2014-11-14 Yao Qi <yao@codesourcery.com>
15021
15022 * lib/dwarf.exp (function_range): New procedure.
15023 (Dwarf::_handle_macro_at_func): New procedure.
15024 (Dwarf::_handle_macro_at_range): New procedure.
15025 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15026
15027 2014-11-14 Yao Qi <yao@codesourcery.com>
15028
15029 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15030 (_handle_attribute): New procedure.
15031
15032 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15033
15034 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15035 * gdb.base/call-sc.c (zed): Likewise.
15036 * gdb.base/checkpoint.c (main): Likewise.
15037 * gdb.base/dump.c (main): Likewise.
15038 * gdb.base/gcore.c (main): Likewise.
15039 * gdb.base/huge.c (main): Likewise.
15040 * gdb.base/multi-forks.c (main): Likewise.
15041 * gdb.base/pr10179-a.c (main): Likewise.
15042 * gdb.base/savedregs.c (main): Likewise.
15043 * gdb.base/sigaltstack.c (main): Likewise.
15044 * gdb.base/siginfo.c (main): Likewise.
15045 * gdb.base/structs.c (zed): Likewise.
15046 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15047 * gdb.mi/mi-syn-frame.c (main): Likewise.
15048 * gdb.mi/until.c (foo, main): Likewise.
15049 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15050 * gdb.base/solib-weak.c (foo): Declare.
15051 * gdb.base/attach-twice.c: Include stdio.h.
15052 * gdb.base/weaklib1.c: Likewise.
15053 * gdb.base/weaklib2.c: Likewise.
15054 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15055 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15056 unistd.h.
15057 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15058 * gdb.mi/mi-exit-code.c: Likewise.
15059 * gdb.base/break-interp-lib.c: Include string.h.
15060 * gdb.base/coremaker.c: Likewise.
15061 * gdb.base/testenv.c: Likewise.
15062 * gdb.python/py-finish-breakpoint.c: Likewise.
15063 * gdb.base/inferior-died.c: Include sys/wait.h.
15064 * gdb.base/fileio.c: Include time.h.
15065 * gdb.base/async-shell.c: Include unistd.h.
15066 * gdb.base/dprintf-non-stop.c: Likewise.
15067 * gdb.base/info-os.c: Likewise.
15068 * gdb.mi/mi-console.c: Likewise.
15069 * gdb.mi/watch-nonstop.c: Likewise.
15070 * gdb.python/py-events.c: Likewise.
15071 * gdb.base/async.c (baz): Move up before its invocation.
15072 * gdb.base/code_elim2.c (my_global_func): Likewise.
15073 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15074 * gdb.base/advance.c (func2): Likewise.
15075
15076 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15077
15078 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15079 variant.
15080 * gdb.base/annota3.c: Likewise.
15081 * gdb.base/async.c: Likewise.
15082 * gdb.base/average.c: Likewise.
15083 * gdb.base/call-ar-st.c: Likewise.
15084 * gdb.base/call-rt-st.c: Likewise.
15085 * gdb.base/call-sc.c: Likewise.
15086 * gdb.base/call-strs.c: Likewise.
15087 * gdb.base/ending-run.c: Likewise.
15088 * gdb.base/execd-prog.c: Likewise.
15089 * gdb.base/exprs.c: Likewise.
15090 * gdb.base/foll-exec.c: Likewise.
15091 * gdb.base/foll-fork.c: Likewise.
15092 * gdb.base/foll-vfork.c: Likewise.
15093 * gdb.base/funcargs.c: Likewise.
15094 * gdb.base/gcore.c: Likewise.
15095 * gdb.base/jump.c: Likewise.
15096 * gdb.base/langs0.c: Likewise.
15097 * gdb.base/langs1.c: Likewise.
15098 * gdb.base/langs2.c: Likewise.
15099 * gdb.base/mips_pro.c: Likewise.
15100 * gdb.base/nodebug.c: Likewise.
15101 * gdb.base/opaque0.c: Likewise.
15102 * gdb.base/opaque1.c: Likewise.
15103 * gdb.base/recurse.c: Likewise.
15104 * gdb.base/run.c: Likewise.
15105 * gdb.base/scope0.c: Likewise.
15106 * gdb.base/scope1.c: Likewise.
15107 * gdb.base/setshow.c: Likewise.
15108 * gdb.base/setvar.c: Likewise.
15109 * gdb.base/shmain.c: Likewise.
15110 * gdb.base/shr1.c: Likewise.
15111 * gdb.base/shr2.c: Likewise.
15112 * gdb.base/sigall.c: Likewise.
15113 * gdb.base/signals.c: Likewise.
15114 * gdb.base/so-indr-cl.c: Likewise.
15115 * gdb.base/solib2.c: Likewise.
15116 * gdb.base/structs.c: Likewise.
15117 * gdb.base/sum.c: Likewise.
15118 * gdb.base/vforked-prog.c: Likewise.
15119 * gdb.base/watchpoint.c: Likewise.
15120 * gdb.reverse/shr2.c: Likewise.
15121 * gdb.reverse/until-reverse.c: Likewise.
15122 * gdb.reverse/ur1.c: Likewise.
15123 * gdb.reverse/watch-reverse.c: Likewise.
15124
15125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15126
15127 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15128 variant.
15129 * gdb.base/sepdebug.exp: Drop references to removed code.
15130
15131 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15132
15133 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15134 variant. Preserve original line numbering.
15135 * gdb.base/list1.c: Likewise.
15136
15137 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15138
15139 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15140 variant.
15141 * gdb.base/break1.c: Likewise.
15142 * gdb.base/break.exp: Drop references to removed code.
15143
15144 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15145
15146 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15147 variant.
15148
15149 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15150
15151 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15152
15153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15154
15155 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15156 logic into perform_all_tests() and invoke it with and without
15157 function header prototypes.
15158 (do_function_calls): Remove conditional XFAIL for PR 5318.
15159 (rerun_and_prepare): Remove duplicate code.
15160 (perform_all_tests): New. Main logic moved here.
15161
15162 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15163
15164 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15165 code guarded by #ifdef NO_PROTOTYPES.
15166 (t_double_many_args): Likewise.
15167 (DEF_FUNC_MANY_ARGS_1): Likewise.
15168 (DEF_FUNC_VALUES_1): Likewise.
15169 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15170 guarded by #ifdef PROTOTYPES.
15171
15172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15173
15174 * gdb.mi/mi-console.c: Add eye-catcher.
15175 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15176 instead of literal line number.
15177
15178 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15179
15180 * gdb.base/shr2.c: Add eye-catcher.
15181 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15182 line number.
15183
15184 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15185
15186 * gdb.base/jump.c: Add eye-catchers.
15187 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15188 numbers.
15189
15190 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15191
15192 * gdb.base/execd-prog.c: Add eye-catchers.
15193 * gdb.base/foll-exec.c: Likewise.
15194 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15195 line numbers.
15196
15197 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15198
15199 * gdb.base/ending-run.c: Add eye-catchers.
15200 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15201 literal line numbers.
15202
15203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15204
15205 * gdb.base/call-rt-st.c: Add eye-catchers.
15206 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15207 literal line numbers.
15208
15209 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15210
15211 * gdb.base/call-ar-st.c: Add eye-catchers.
15212 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15213 literal line numbers.
15214
15215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15216
15217 * gdb.base/average.c: Add eye-catchers.
15218 * gdb.base/sum.c: Likewise.
15219 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15220 regexps dynamically.
15221
15222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15223
15224 * gdb.base/solib1.c: Add eye-catchers.
15225 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15226 literal line numbers.
15227
15228 2014-11-12 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15231 leader has exited.
15232
15233 2014-11-12 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.arch/i386-bp_permanent.c: New file.
15236 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15237 (srcfile): Set to i386-bp_permanent.c.
15238 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15239 that stepi does not execute the 'leave' instruction, instead of
15240 testing it does execute.
15241 * gdb.base/bp-permanent.c: New file.
15242 * gdb.base/bp-permanent.exp: New file.
15243
15244 2014-11-10 Doug Evans <xdje42@gmail.com>
15245
15246 PR symtab/17564
15247 * gdb.base/symtab-search-order.exp: New file.
15248 * gdb.base/symtab-search-order.c: New file.
15249 * gdb.base/symtab-search-order-1.c: New file.
15250 * gdb.base/symtab-search-order-shlib-1.c: New file.
15251
15252 2014-11-07 Pedro Alves <palves@redhat.com>
15253
15254 PR gdb/17511
15255 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15256 i?86-*-linux*.
15257
15258 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15259
15260 PR c++/17494
15261 * gdb.cp/pr17494.cc: New file.
15262 * gdb.cp/pr17494.exp: New file.
15263
15264 2014-11-02 Yao Qi <yao@codesourcery.com>
15265
15266 * gdb.python/python.exp: Get working directory and match the
15267 output of "set extended-prompt \\w " with it.
15268
15269 2014-10-30 Doug Evans <dje@google.com>
15270
15271 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15272 in objfiles.
15273 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15274 in progspaces.
15275
15276 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15277
15278 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15279 * gdb.base/realname-expand.exp: Likewise.
15280 * gdb.linespec/macro-relative.exp: Likewise.
15281
15282 2014-10-29 Pedro Alves <palves@redhat.com>
15283
15284 PR gdb/17408
15285 * gdb.threads/schedlock.c (some_function): New function.
15286 (call_function): New global.
15287 (MAYBE_CALL_SOME_FUNCTION): New macro.
15288 (thread_function): Call it.
15289 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15290 and use it instead of a global counter. Adjust all callers.
15291 (get_current_thread): Use "find current thread" for test message
15292 here rather than having all callers pass down the same string.
15293 (goto_loop): New procedure, factored out from ...
15294 (my_continue): ... this.
15295 (step_ten_loops): Change parameter from test message to command to
15296 use. Adjust.
15297 (list_count): Delete global.
15298 (check_result): New procedure, factored out from duplicate top
15299 level code.
15300 (continue tests): Wrap in with_test_prefix.
15301 (test_step): New procedure, factored out from duplicate top level
15302 code.
15303 (top level): Test "step" in combination with all scheduler-locking
15304 modes. Test "next" in combination with all scheduler-locking
15305 modes, and in combination with stepping over a function call or
15306 not.
15307 * gdb.threads/next-bp-other-thread.c: New file.
15308 * gdb.threads/next-bp-other-thread.exp: New file.
15309
15310 2014-10-29 Pedro Alves <palves@redhat.com>
15311
15312 PR python/17372
15313 * gdb.python/python.exp: Test a multi-line command that spawns
15314 interactive Python.
15315 * gdb.base/multi-line-starts-subshell.exp: New file.
15316
15317 2014-10-29 Yao Qi <yao@codesourcery.com>
15318
15319 * gdb.base/fileio.exp: Make directories on host.
15320
15321 2014-10-29 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.base/fileio.c (test_write): Close the file.
15324
15325 2014-10-28 Pedro Alves <palves@redhat.com>
15326
15327 PR gdb/12623
15328 * gdb.base/sigstep.c (no_handler): New global.
15329 (main): If 'no_handler is true, set the signal handlers to
15330 SIG_IGN.
15331 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15332 with_sw_watch and no_handler parameters. Handle them.
15333 (top level) <stepping over handler when stopped at a breakpoint
15334 test>: Add a test axis for testing with a software watchpoint, and
15335 another for testing with the signal handler set to SIG_IGN.
15336 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15337 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15338
15339 2014-10-28 Pedro Alves <palves@redhat.com>
15340
15341 PR gdb/17511
15342 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15343 * gdb.base/sigstep.exp (other_handler_location): New global.
15344 (advance): Support stepping into the signal handler, and running
15345 commands while in the handler.
15346 (in_handler_map): New global.
15347 (top level): In the advance test, add combinations for getting
15348 into the handler with stepping commands, and for running commands
15349 in the handler. Add comment descripting the advancei tests.
15350
15351 2014-10-28 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.base/sigstep.exp: Use build_executable instead of
15354 prepare_for_testing.
15355 (top level): Move code that starts GDB, runs to main and creates a
15356 display to ...
15357 (restart): ... this new procedure.
15358 (top level): Move backtrace from signal handler test to ...
15359 (validate_backtrace): ... this new procedure.
15360 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15361 with_test_prefix. Always restart GDB.
15362 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15363 with_test_prefix. Always restart GDB. No need to delete
15364 breakpoints after the test.
15365 (test_skip_handler): Remove prefix parameter.
15366 (skip_over_handler, breakpoint_to_handler)
15367 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15368 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15369 restart GDB. No need to delete breakpoints after the test.
15370 (top level): Use foreach to call the test procedures with
15371 different commands.
15372
15373 2014-10-28 Pedro Alves <palves@redhat.com>
15374
15375 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15376 instead of GNATS numbers.
15377 * gdb.base/sigbpt.exp: Likewise.
15378 * gdb.base/siginfo.exp: Likewise.
15379 * gdb.base/sigstep.exp: Likewise.
15380
15381 2014-10-27 Pedro Alves <palves@redhat.com>
15382
15383 * gdb.base/sigstep.c (dummy): New global.
15384 (main): Issue a couple writes to the new global.
15385 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15386 procedures.
15387 (skip_over_handler): Use test_skip_handler.
15388 (top level): Call skip_over_handler for stepi and nexti too.
15389 (breakpoint_over_handler): Use test_skip_handler.
15390 (top level): Call breakpoint_over_handler for stepi and nexti too.
15391
15392 2014-10-27 Yao Qi <yao@codesourcery.com>
15393
15394 * gdb.trace/tfile.c (adjust_function_address)
15395 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15396 function descriptor.
15397
15398 2014-10-24 Don Breazeal <donb@codesourcery.com>
15399
15400 * gdb.base/foll-fork.exp (test_follow_fork,
15401 catch_fork_child_follow): Check for updated fork messages emitted
15402 from infrun.c.
15403 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15404 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15405 vfork_and_exec_child_follow_through_step): Check for updated vfork
15406 messages emitted from infrun.c.
15407
15408 2014-10-24 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/corefile.exp: Remove references to ultrix.
15411 * gdb.base/interrupt.exp: Likewise.
15412 * gdb.base/whatis.exp: Likewise.
15413 * gdb.gdb/selftest.exp: Likewise.
15414 * gdb.threads/manythreads.exp: Likewise.
15415 * gdb.threads/print-threads.exp: Likewise.
15416 * gdb.threads/pthreads.exp:: Likewise.
15417 * gdb.threads/schedlock.exp: Likewise.
15418
15419 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15420
15421 * gdb.cp/non-trivial-retval.cc: Add a test case.
15422 * gdb.cp/non-trivial-retval.exp: Add a test.
15423
15424 2014-10-20 Yao Qi <yao@codesourcery.com>
15425
15426 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15427 * gdb.python/py-objfile-script-gdb.py: New file.
15428 * gdb.python/py-objfile-script.exp: Update reference to
15429 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15430 of remote_download. Remove the dest file.
15431
15432 2014-10-20 Yao Qi <yao@codesourcery.com>
15433
15434 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15435 * gdb.base/step-line.exp: Likewise.
15436 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15437 * gdb.dwarf2/dw2-basic.exp: Likewise.
15438 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15439 * gdb.dwarf2/dw2-filename.exp: Likewise.
15440 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15441 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15442 * gdb.dwarf2/dw2-producer.exp: Likewise.
15443 * gdb.dwarf2/mac-fileno.exp: Likewise.
15444 * gdb.python/py-frame-args.exp: Likewise.
15445 * gdb.python/py-framefilter.exp: Likewise.
15446 * gdb.python/py-mi.exp: Likewise.
15447 * gdb.python/py-objfile-script.exp: Likewise
15448 * gdb.python/py-pp-integral.exp: Likewise.
15449 * gdb.python/py-pp-re-notag.exp: Likewise.
15450 * gdb.python/py-prettyprint.exp: Likewise.
15451 * gdb.python/py-section-script.exp: Likewise.
15452 * gdb.python/py-typeprint.exp: Likewise.
15453 * gdb.python/py-xmethods.exp: Likewise.
15454 * gdb.stabs/weird.exp: Likewise.
15455 * gdb.xml/tdesc-regs.exp: Likewise.
15456
15457 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15458
15459 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15460 (out_cu): Use addr_len for the size of addresses.
15461 (out_line): Likewise. Size DW_LNE_set_address instruction
15462 according to addr_len.
15463 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15464 (FUNC): Add START_INSNS to definition.
15465
15466 2014-10-18 Yao Qi <yao@codesourcery.com>
15467
15468 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15469 gdb_has_argv0 return true.
15470 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15471 check [target_info exists noargs], check [gdb_has_argv0]
15472 instead.
15473 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15474 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15475 procedures.
15476
15477 2014-10-17 Doug Evans <dje@google.com>
15478
15479 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15480 event.
15481 * gdb.python/py-events.py: Add clear_objfiles event.
15482
15483 2014-10-17 Doug Evans <dje@google.com>
15484
15485 * gdb.python/py-objfile.exp: Test progspace attribute.
15486
15487 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15488
15489 * gdb.guile/scm-breakpoint.exp: Do not assume any
15490 directory separators when matching source file paths.
15491 * gdb.python/py-breakpoint.exp: Likewise.
15492 * gdb.reverse/break-precsave.exp: Likewise.
15493 * gdb.reverse/break-reverse.exp: Likewise.
15494 * gdb.reverse/consecutive-precsave.exp: Likewise.
15495 * gdb.reverse/finish-precsave.exp: Likewise.
15496 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15497 * gdb.reverse/finish-reverse.exp: Likewise.
15498 * gdb.reverse/i386-precsave.exp: Likewise.
15499 * gdb.reverse/i387-env-reverse.exp: Likewise.
15500 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15501 * gdb.reverse/machinestate-precsave.exp: Likewise.
15502 * gdb.reverse/machinestate.exp: Likewise.
15503 * gdb.reverse/sigall-precsave.exp: Likewise.
15504 * gdb.reverse/solib-precsave.exp: Likewise.
15505 * gdb.reverse/step-precsave.exp: Likewise.
15506 * gdb.reverse/until-precsave.exp: Likewise.
15507 * gdb.reverse/watch-precsave.exp: Likewise.
15508 * gdb.reverse/watch-reverse.exp: Likewise.
15509
15510 2014-10-17 Yao Qi <yao@codesourcery.com>
15511
15512 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15513 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15514
15515 2014-10-17 Pedro Alves <palves@redhat.com>
15516
15517 PR gdb/17471
15518 * gdb.base/bg-execution-repeat.c: New file.
15519 * gdb.base/bg-execution-repeat.exp: New file.
15520
15521 2014-10-17 Pedro Alves <palves@redhat.com>
15522
15523 PR gdb/17300
15524 * gdb.base/continue-all-already-running.c: New file.
15525 * gdb.base/continue-all-already-running.exp: New file.
15526
15527 2014-10-17 Pedro Alves <palves@redhat.com>
15528
15529 PR gdb/17472
15530 * gdb.base/annota-input-while-running.c: New file.
15531 * gdb.base/annota-input-while-running.exp: New file.
15532
15533 2014-10-17 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/callfuncs.exp: emove references to osf.
15536 * gdb.base/sigall.exp: Likewise.
15537 * gdb.gdb/selftest.exp: Likewise.
15538 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15539 * gdb.mi/non-stop.c: Likewise.
15540 * gdb.mi/pthreads.c: Likewise.
15541 * gdb.reverse/sigall-precsave.exp: Likewise.
15542 * gdb.reverse/sigall-reverse.exp: Likewise.
15543 * gdb.threads/pthreads.c: Likewise.
15544 * gdb.threads/pthreads.exp: Likewise.
15545
15546 2014-10-17 Yao Qi <yao@codesourcery.com>
15547
15548 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15549 check 'target_info exists noargs'.
15550 (test_command_prompt_position): Likewise.
15551 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15552 Remove "set args".
15553 (progvar_simple_while_test): Likewise.
15554 (progvar_complex_if_while_test): Likewise.
15555 (if_while_breakpoint_command_test): Likewise.
15556 (infrun_breakpoint_command_test): Likewise.
15557 (breakpoint_command_test): Likewise.
15558 (watchpoint_command_test): Likewise.
15559 (bp_deleted_in_command_test): Likewise.
15560 (temporary_breakpoint_commands): Likewise.
15561
15562 2014-10-16 Yao Qi <yao@codesourcery.com>
15563
15564 * gdb.base/remotetimeout.exp: Remove noargs checking.
15565
15566 2014-10-15 Pedro Alves <palves@redhat.com>
15567
15568 PR breakpoints/9649
15569 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15570 * gdb.base/breakpoint-in-ro-region.exp
15571 (probe_target_hardware_step): New procedure.
15572 (top level): Probe hardware stepping and hardware breakpoint
15573 support. Test stepping through a read-only region, with both
15574 "breakpoint auto-hw" on and off and both "always-inserted" on and
15575 off.
15576
15577 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15578
15579 * gdb.dlang/demangle.exp: Update for demangling changes.
15580
15581 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15582
15583 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15584 * gdb.cp/non-trivial-retval.exp: Add new tests.
15585
15586 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15587
15588 PR c++/13403
15589 PR c++/15154
15590 * gdb.cp/non-trivial-retval.cc: New file.
15591 * gdb.cp/non-trivial-retval.exp: New file.
15592
15593 2014-10-15 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15596 remote host.
15597
15598 2014-10-15 Yao Qi <yao@codesourcery.com>
15599
15600 * gdb.python/py-symbol.exp: Match file base name if host is
15601 remote, otherwise match file name with dir name.
15602 * gdb.python/py-symtab.exp: Likewise.
15603 * gdb.python/python.exp: Likewise.
15604
15605 2014-10-15 Yao Qi <yao@codesourcery.com>
15606
15607 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15608 pattern.
15609 * gdb.python/py-symtab.exp: Likewise.
15610 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15611 locationn.
15612
15613 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15614
15615 * gdb.ada/addr_arith: New testcase.
15616
15617 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15618
15619 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15620 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15621 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15622 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15623
15624 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15625
15626 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15627 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15628 * gdb.arch/stap-eval-lang-ada.exp: New file.
15629
15630 2014-10-14 Yao Qi <yao@codesourcery.com>
15631
15632 * gdb.mi/mi-var-child.c (nothing1): New function.
15633 (nothing2): New function.
15634 (do_children_tests): Set function pointers by nothing1 and
15635 nothing2.
15636 * gdb.mi/mi-var-child.exp: Step over new added statements.
15637 Update test to match the new output.
15638 * gdb.mi/var-cmd.c (nothing1): New function.
15639 (nothing2): New function.
15640 (do_children_tests): Set function pointers by nothing1 and
15641 nothing2.
15642 * gdb.mi/mi-var-display.exp: Update test to match output.
15643 Step to the line specified by $line_dct_nothing.
15644 Increase the number of lines to step.
15645
15646 2014-10-14 Yao Qi <yao@codesourcery.com>
15647
15648 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15649 tests.
15650 * gdb.mi/mi2-var-child.exp: Likewise.
15651
15652 2014-10-13 Doug Evans <dje@google.com>
15653
15654 * gdb.python/py-objfile.exp: Change name of file name test.
15655
15656 2014-10-13 Doug Evans <dje@google.com>
15657
15658 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15659 from the start of the CU.
15660
15661 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15662 Yao Qi <yao@codesourcery.com>
15663
15664 Fix "save breakpoints" for "catch" command.
15665 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15666 Remove -nonewline. Match also the added "main" line.
15667
15668 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15669
15670 Fix "save breakpoints" for "disable $bpnum" command.
15671 * gdb.base/save-bp.c (main): Add label.
15672 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15673
15674 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15675
15676 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15677
15678 2014-10-11 Yao Qi <yao@codesourcery.com>
15679
15680 * gdb.server/server-kill.exp: Execute command
15681 "set remote trace-status-packet on" before "tstatus".
15682
15683 2014-10-11 Yao Qi <yao@codesourcery.com>
15684
15685 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15686 (main): Call getppid.
15687 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15688 and continue to it. Read variable "server_pid".
15689
15690 2014-10-11 Yao Qi <yao@codesourcery.com>
15691
15692 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15693
15694 2014-10-11 Yao Qi <yao@codesourcery.com>
15695
15696 * gdb.threads/thread-find.exp: Don't execute command
15697 "info threads".
15698 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15699 * gdb.threads/linux-dp.exp: Don't check the condition
15700 $threads_created equals to zero.
15701
15702 2014-10-10 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/bigcore.exp: Remove references to IRIX.
15705 * gdb.base/funcargs.exp: Likewise.
15706 * gdb.base/interrupt.exp: Likewise.
15707 * gdb.base/mips_pro.exp: Likewise.
15708 * gdb.base/nodebug.exp: Likewise.
15709 * gdb.base/setvar.exp: Likewise.
15710 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15711
15712 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15713 Pedro Alves <palves@redhat.com>
15714
15715 PR symtab/14466
15716 * gdb.base/vdso-warning.c: New file.
15717 * gdb.base/vdso-warning.exp: New file.
15718
15719 2014-10-02 Doug Evans <dje@google.com>
15720
15721 * gdb.base/structs.c (main): Don't run forever.
15722
15723 2014-10-02 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15726 (top level) <stop threads 1, stop threads 2>: Use it.
15727
15728 2014-10-02 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.threads/break-while-running.exp (test): Add new
15731 'update_thread_list' argument. Skip "info threads" if false.
15732 (top level): Add new 'update_thread_list' axis.
15733
15734 2014-10-02 Pedro Alves <palves@redhat.com>
15735
15736 PR breakpoints/17431
15737 * gdb.base/execl-update-breakpoints.c: New file.
15738 * gdb.base/execl-update-breakpoints.exp: New file.
15739
15740 2014-10-01 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.base/breakpoint-in-ro-region.c: New file.
15743 * gdb.base/breakpoint-in-ro-region.exp: New file.
15744
15745 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15746
15747 * gdb.mi/mi-exit-code.exp: New file.
15748 * gdb.mi/mi-exit-code.c: New file.
15749
15750 2014-09-30 Yao Qi <yao@codesourcery.com>
15751
15752 * lib/prelink-support.exp (build_executable_own_libs): Error if
15753 the target isn't native.
15754
15755 2014-09-30 Yao Qi <yao@codesourcery.com>
15756
15757 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15758 false.
15759
15760 2014-09-22 Pedro Alves <palves@redhat.com>
15761
15762 * gdb.threads/break-while-running.exp: New file.
15763 * gdb.threads/break-while-running.c: New file.
15764
15765 2014-09-19 Yao Qi <yao@codesourcery.com>
15766
15767 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15768 Invoke test. Restart GDB with --readnow and invoke test again.
15769
15770 2014-09-19 Yao Qi <yao@codesourcery.com>
15771
15772 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15773 proc set_breakpoint_on_gcd_function. Invoke
15774 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15775 invoke set_breakpoint_on_gcd_function again.
15776
15777 2014-09-18 Doug Evans <dje@google.com>
15778
15779 * gdb.dwarf2/symtab-producer.exp: New file.
15780
15781 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15782
15783 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15784 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15785 * gdb.base/global-var-nested-by-dso.c: Likewise.
15786 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15787
15788 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15789 Pedro Alves <palves@redhat.com>
15790
15791 * gdb.base/watch-bitfields.exp: Pass string other than test file
15792 name to prepare_for_testing.
15793 (watch): New procedure.
15794 (expect_watchpoint): Use with_test_prefix.
15795 (top level): Factor out tests to ...
15796 (test_watch_location, test_regular_watch): ... these new
15797 procedures, and use with_test_prefix and gdb_continue_to_end.
15798
15799 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15800
15801 PR breakpoints/12526
15802 * gdb.base/watch-bitfields.exp: New file.
15803 * gdb.base/watch-bitfields.c: New file.
15804
15805 2014-09-16 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15808 software and hardware addresses, not software address against
15809 itself.
15810
15811 2014-09-16 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15814 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15815
15816 2014-09-16 Pedro Alves <palves@redhat.com>
15817
15818 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15819 files.
15820 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15821 "*-*-vxworks*" throughout.
15822 * gdb.base/break.exp: Likewise.
15823 * gdb.base/default.exp: Likewise.
15824 * gdb.base/scope.exp: Likewise.
15825 * gdb.base/sepdebug.exp: Likewise.
15826 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15827 throughout.
15828 * gdb.base/run.c: Likewise.
15829 * gdb.base/sepdebug.c: Likewise.
15830 * gdb.hp/gdb.aCC/run.c: Likewise.
15831 * gdb.reverse/until-reverse.c: Likewise.
15832 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15833
15834 2014-09-16 Yao Qi <yao@codesourcery.com>
15835
15836 * boards/local-remote-host-native.exp: New file.
15837
15838 2014-09-14 Doug Evans <xdje42@gmail.com>
15839
15840 * gdb.threads/queue-signal.c (thread_count): New variable.
15841 (thread_count_mutex, thread_count_condvar): New variables.
15842 (incr_thread_count, wait_all_threads_running): New functions.
15843 (main): Wait for all threads to be in their thread functions.
15844
15845 2014-09-13 Doug Evans <xdje42@gmail.com>
15846
15847 * gdb.threads/queue-signal.c: New file.
15848 * gdb.threads/queue-signal.exp: New file.
15849
15850 2014-09-13 Doug Evans <xdje42@gmail.com>
15851
15852 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15853 be consistent with what default_gdb_init uses.
15854 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15855 the plain text of the prompt. Add some logging printfs.
15856 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15857
15858 2014-09-12 Pedro Alves <palves@redhat.com>
15859
15860 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15861 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15862 * gdb.arch/i386-size-overlap.exp: Likewise.
15863 * gdb.arch/i386-size.exp: Likewise.
15864 * gdb.arch/i386-unwind.exp: Likewise.
15865 * gdb.base/a2-run.exp: Likewise.
15866 * gdb.base/break.exp: Likewise.
15867 * gdb.base/charset.exp: Likewise.
15868 * gdb.base/chng-syms.exp: Likewise.
15869 * gdb.base/commands.exp: Likewise.
15870 * gdb.base/dbx.exp: Likewise.
15871 * gdb.base/find.exp: Likewise.
15872 * gdb.base/funcargs.exp: Likewise.
15873 * gdb.base/jit-simple.exp: Likewise.
15874 * gdb.base/reread.exp: Likewise.
15875 * gdb.base/sepdebug.exp: Likewise.
15876 * gdb.base/step-bt.exp: Likewise.
15877 * gdb.cp/mb-inline.exp: Likewise.
15878 * gdb.cp/mb-templates.exp: Likewise.
15879 * gdb.objc/basicclass.exp: Likewise.
15880 * gdb.threads/killed.exp: Likewise.
15881
15882 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15883
15884 PR tdep/17379
15885 * gdb.arch/powerpc-stackless.S: New file.
15886 * gdb.arch/powerpc-stackless.exp: New file.
15887
15888 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15889
15890 * gdb.base/attach.c: Include unistd.h.
15891 (main): Call alarm. Add label postloop.
15892 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15893 gdb_breakpoint, gdb_continue_to_breakpoint.
15894 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15895
15896 2014-09-11 Pedro Alves <palves@redhat.com>
15897
15898 PR gdb/17347
15899 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15900 * gdb.base/attach.exp (test_command_line_attach_run): New
15901 procedure.
15902 (top level): Call it.
15903
15904 2014-09-11 Pedro Alves <palves@redhat.com>
15905
15906 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15907 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15908 (do_command_attach_tests): Use spawn_wait_for_attach.
15909 * gdb.base/solib-overlap.exp: Likewise.
15910 * gdb.multi/multi-attach.exp: Likewise.
15911 * gdb.python/py-prompt.exp: Likewise.
15912 * gdb.python/py-sync-interp.exp: Likewise.
15913 * gdb.server/ext-attach.exp: Likewise.
15914
15915 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15916
15917 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15918 command in testcase. Simplify testcase.
15919
15920 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15921
15922 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15923
15924 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15925
15926 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15927
15928 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15929
15930 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15931
15932 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15933
15934 * gdb.dwarf2/dynarr-ptr.c: New file.
15935 * gdb.dwarf2/dynarr-ptr.exp: New file.
15936
15937 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15938
15939 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15940 of 30 rather than hardcoding 120 for a slow test case. Take the
15941 `gdb,timeout' target setting into account for this calculation.
15942 Don't extend the timeout for the test cases that don't need it.
15943
15944 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15945
15946 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15947 a factor of 2 for a slow test case. Take the `gdb,timeout'
15948 target setting into account for this calculation.
15949 * gdb.reverse/until-precsave.exp: Increase the timeout by
15950 a factor of 15 and 3 respectively rather than adding 120
15951 for a pair of slow test cases. Take the `gdb,timeout'
15952 target setting into account for this calculation.
15953
15954 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15955
15956 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15957 timeout, don't pass one down to gdb_expect.
15958 (gdb_expect): Rework timeout selection.
15959
15960 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15961
15962 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15963 exception on timeout.
15964 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15965 (gdbserver_start_extended): Catch any `gdbserver_start' error
15966 exceptions.
15967 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15968 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15969 `gdbserver_gdb_load' error exceptions.
15970
15971 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15972
15973 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15974 120 on waiting for the TCP socket to open.
15975
15976 2014-09-09 Doug Evans <xdje42@gmail.com>
15977
15978 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15979 _caller_matches, _any_caller_is, _any_caller_matches.
15980
15981 2014-09-09 Doug Evans <xdje42@gmail.com>
15982
15983 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15984
15985 2014-09-09 Yao Qi <yao@codesourcery.com>
15986
15987 * gdb.mi/mi-var-display.exp: Set print symbol off.
15988
15989 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15990
15991 PR gdb/17035
15992 * gdb.base/commands.exp: Add tests to verify user-defined
15993 commands with empty bodies.
15994 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15995 python commands in `show user command`.
15996 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15997 scheme commands in `show user command`.
15998
15999 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16000
16001 PR python/17355
16002 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16003 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16004 * gdb.python/py-framefilter-invalidarg.exp: New file.
16005 * gdb.python/py-framefilter-invalidarg.py: New file.
16006
16007 2014-09-06 Doug Evans <xdje42@gmail.com>
16008
16009 PR 15276
16010 * gdb.python/py-caller-is.c: New file.
16011 * gdb.python/py-caller-is.exp: New file.
16012
16013 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16014
16015 PR gdb/17235
16016 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16017 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16018
16019 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16020
16021 PR fortran/17237
16022 * gdb.fortran/print-formatted.exp: New file.
16023 * gdb.fortran/print-formatted.f90: Likewise.
16024
16025 2014-09-03 Sasha Smundak <asmundak@google.com>
16026
16027 * gdb.python/py-frame.exp: Test Frame.read_register.
16028
16029 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16030
16031 PR python/16699
16032 * gdb.python/py-completion.exp: New file.
16033 * gdb.python/py-completion.py: Likewise.
16034
16035 2014-08-28 Doug Evans <dje@google.com>
16036
16037 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16038 eax,etc. are live with values set by gdb and thus the compiler can't
16039 use them.
16040 * gdb.arch/i386-pseudo.c (main): Ditto.
16041
16042 2014-08-27 Doug Evans <dje@google.com>
16043
16044 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16045
16046 2014-08-25 Doug Evans <dje@google.com>
16047
16048 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16049 (main): Ditto.
16050
16051 2014-08-25 Doug Evans <dje@google.com>
16052
16053 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16054
16055 2014-08-24 Yao Qi <yao@codesourcery.com>
16056
16057 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16058 symbol off.
16059 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16060
16061 2014-08-22 Doug Evans <dje@google.com>
16062
16063 PR 17276
16064 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16065 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16066 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16067
16068 2014-08-22 Yao Qi <yao@codesourcery.com>
16069
16070 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16071 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16072 * gdb.python/python.exp: Likewise. Use .py file on the host
16073 instead of the build.
16074
16075 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16076
16077 * gdb.threads/gcore-stale-thread.c: New file.
16078 * gdb.threads/gcore-stale-thread.exp: New file.
16079
16080 2014-08-21 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16083 * gdb.base/gcore-relro-pie.exp: Likewise.
16084 * gdb.base/gcore-relro.exp: Likewise.
16085 * gdb.base/gcore.exp: Likewise.
16086 * gdb.base/print-symbol-loading.exp: Likewise.
16087 * gdb.threads/gcore-thread.exp: Likewise.
16088 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16089
16090 2014-08-20 Pedro Alves <palves@redhat.com>
16091 Jan Kratochvil <jan.kratochvil@redhat.com>
16092
16093 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16094 configure.
16095 (EXPECT): Handle READ1 being set.
16096 (all): Depend on EXTRA_RULES.
16097 (check-read1, expect-read1, read1.so, read1): New rules.
16098 * README (Testsuite Parameters): Document the READ1 make variable.
16099 (Race detection): New section.
16100 * configure: Regenerate.
16101 * configure.ac: If build==host==target, and running under a
16102 GNU/glibc system, add read1 to the extra Makefile rules.
16103 (EXTRA_RULES): AC_SUBST it.
16104 * lib/read1.c: New file.
16105
16106 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16107
16108 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16109 the handling of variables declared as a typedef to an array
16110 which a DW_AT_data_location attribute.
16111
16112 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16113 Pedro Alves <palves@redhat.com>
16114
16115 PR symtab/14604
16116 PR symtab/14605
16117 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16118 gdb_test.
16119
16120 2014-08-19 Pedro Alves <palves@redhat.com>
16121
16122 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16123
16124 2014-08-19 Yao Qi <yao@codesourcery.com>
16125
16126 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16127 right line.
16128
16129 2014-08-18 David Blaikie <dblaikie@gmail.com>
16130
16131 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16132
16133 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16134
16135 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16136 attribute in array range.
16137
16138 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16139
16140 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16141
16142 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16143
16144 PR c++/17132
16145 * gdb.cp/pr17132.cc: New file.
16146 * gdb.cp/pr17132.exp: New file.
16147
16148 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16149
16150 * gdb.python/py-xmethods.py (A_getarrayind)
16151 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16152 Use 'print' with function call syntax.
16153 (E_method_matcher.match): Fix tab vs space indentation mixup.
16154
16155 2014-08-15 Yao Qi <yao@codesourcery.com>
16156
16157 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16158 false.
16159
16160 2014-08-15 Yao Qi <yao@codesourcery.com>
16161
16162 * gdb.cp/casts.exp: Set print symbol off.
16163 * gdb.cp/class2.exp: Likewise.
16164 * gdb.cp/overload.exp: Likewise.
16165 * gdb.cp/templates.exp: Likewise.
16166
16167 2014-08-11 Doug Evans <dje@google.com>
16168
16169 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16170 (test_load_shlib): Update.
16171
16172 2014-08-09 Yao Qi <yao@codesourcery.com>
16173
16174 * gdb.base/display.exp: Invoke is_address_zero_readable.
16175 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16176 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16177 * gdb.base/hbreak-unmapped.exp: Return if
16178 is_address_zero_readable returns true.
16179 * gdb.base/signest.exp: Likewise.
16180 * gdb.base/signull.exp: Likewise.
16181 * gdb.base/sigbpt.exp: Likewise.
16182 * gdb.guile/scm-disasm.exp: Do the test if
16183 is_address_zero_readable returns false.
16184 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16185 * gdb.python/py-arch.exp: Likewise.
16186 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16187 * lib/gdb.exp (is_address_zero_readable): New proc.
16188
16189 2014-08-09 Yao Qi <yao@codesourcery.com>
16190
16191 PR testsuite/13443
16192 * gdb.mi/mi-var-display.exp: Make test messages unique.
16193
16194 2014-08-04 Tom Tromey <tromey@redhat.com>
16195
16196 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16197 target 0".
16198
16199 2014-08-04 Tom Tromey <tromey@redhat.com>
16200
16201 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16202 "target_resume".
16203
16204 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16205
16206 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16207 inner_vla_struct_object_size.
16208 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16209 as xfail.
16210
16211 2014-07-30 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16214 comment.
16215
16216 2014-07-29 Yao Qi <yao@codesourcery.com>
16217
16218 PR gdb/17206
16219 * gdb.base/until-nodebug.exp: New.
16220
16221 2014-07-28 Doug Evans <xdje42@gmail.com>
16222
16223 PR guile/17203
16224 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16225 previously existing parameter, and previously ambiguously spelled
16226 parameter.
16227
16228 2014-07-28 Will Newton <will.newton@linaro.org>
16229
16230 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16231
16232 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16233 Doug Evans <xdje42@gmail.com>
16234
16235 PR guile/17146
16236 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16237
16238 2014-07-25 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.threads/signal-command-handle-nopass.c: New file.
16241 * gdb.threads/signal-command-handle-nopass.exp: New file.
16242 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16243 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16244 * gdb.threads/signal-delivered-right-thread.c: New file.
16245 * gdb.threads/signal-delivered-right-thread.exp: New file.
16246
16247 2014-07-25 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.base/double-prompt-target-event-error.exp
16250 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16251 match.
16252 (cancel_pagination_in_target_event): Rework double prompt
16253 detection.
16254 * gdb.base/paginate-after-ctrl-c-running.exp
16255 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16256 <return>' match.
16257 * gdb.base/paginate-bg-execution.exp
16258 (test_bg_execution_pagination_return)
16259 (test_bg_execution_pagination_cancel): Remove '-notransfer
16260 <return>' matches.
16261 * gdb.base/paginate-execution-startup.exp
16262 (test_fg_execution_pagination_return)
16263 (test_fg_execution_pagination_cancel): Remove '-notransfer
16264 <return>' matches.
16265 * gdb.base/paginate-inferior-exit.exp
16266 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16267 match.
16268 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16269 * lib/gdb.exp (pagination_prompt): Run text through
16270 string_to_regexp.
16271 (gdb_test_multiple): Match $pagination_prompt instead of
16272 "<return>".
16273 (string_to_regexp): Move to lib/gdb-utils.exp.
16274
16275 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16276
16277 * gdb.arch/amd64-entry-value-paramref.S: New file.
16278 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16279 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16280 * gdb.arch/amd64-optimout-repeat.S: New file.
16281 * gdb.arch/amd64-optimout-repeat.c: New file.
16282 * gdb.arch/amd64-optimout-repeat.exp: New file.
16283
16284 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16285
16286 PR gdb/17170
16287 * gdb.base/statistics.exp: New file.
16288
16289 2014-07-17 Doug Evans <dje@google.com>
16290
16291 PR gdb/17170
16292 * gdb.base/maint.exp: Update testing of per-command stats.
16293
16294 2014-07-16 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16297 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16298 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16299 (tfile_write_buf): New functions.
16300 (add_memory_block): Rewrite using the above.
16301 (adjust_function_address): New function.
16302 (FUNCTION_ADDRESS): New macro.
16303 (write_basic_trace_file): Remove short_x local, and use
16304 tfile_write_16. Change type of func_addr local to unsigned long
16305 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16306 here. Cast argument of add_memory_block to char pointer.
16307 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16308 (main): Remove parameters.
16309 * gdb.trace/tfile.exp: Remove nowarnings.
16310
16311 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16312
16313 * gdb.base/debug-expr.exp: Test string evaluation with
16314 "debug expression" on.
16315
16316 2014-07-15 Pedro Alves <palves@redhat.com>
16317
16318 * gdb.base/reread.exp: Use clean_restart.
16319
16320 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16321
16322 * gdb.arch/avr-flash-qualifer.c: New.
16323 * gdb.arch/avr-flash-qualifer.exp: New.
16324
16325 2014-07-14 Pedro Alves <palves@redhat.com>
16326
16327 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16328 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16329
16330 2014-07-14 Pedro Alves <palves@redhat.com>
16331
16332 * gdb.base/double-prompt-target-event-error.c: New file.
16333 * gdb.base/double-prompt-target-event-error.exp: New file.
16334
16335 2014-07-14 Pedro Alves <palves@redhat.com>
16336
16337 PR gdb/17072
16338 * gdb.base/paginate-inferior-exit.c: New file.
16339 * gdb.base/paginate-inferior-exit.exp: New file.
16340
16341 2014-07-14 Pedro Alves <palves@redhat.com>
16342
16343 PR gdb/17072
16344 * gdb.base/paginate-bg-execution.c: New file.
16345 * gdb.base/paginate-bg-execution.exp: New file.
16346
16347 2014-07-14 Pedro Alves <palves@redhat.com>
16348
16349 PR gdb/17072
16350 * gdb.base/paginate-execution-startup.c: New file.
16351 * gdb.base/paginate-execution-startup.exp: New file.
16352 * lib/gdb.exp (pagination_prompt): New global.
16353 (default_gdb_spawn): New procedure, factored out from
16354 default_gdb_spawn.
16355 (default_gdb_start): Adjust to call default_gdb_spawn.
16356 (gdb_spawn): New procedure.
16357
16358 2014-07-14 Pedro Alves <palves@redhat.com>
16359
16360 * lib/gdb.exp (gdb_assert): New procedure.
16361 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16362
16363 2014-07-14 Pedro Alves <palves@redhat.com>
16364
16365 * gdb.base/execution-termios.c: New file.
16366 * gdb.base/execution-termios.exp: New file.
16367
16368 2014-07-14 Tom Tromey <tromey@redhat.com>
16369
16370 * gdb.cp/vla-cxx.cc: New file.
16371 * gdb.cp/vla-cxx.exp: New file.
16372
16373 2014-07-14 Tom Tromey <tromey@redhat.com>
16374
16375 * gdb.reverse/rerun-prec.c: New file.
16376 * gdb.reverse/rerun-prec.exp: New file.
16377
16378 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16379 Maciej W. Rozycki <macro@codesourcery.com>
16380
16381 * lib/gdb-utils.exp: New file.
16382 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16383 inline `gdb_init_command' processing.
16384 (gdb_start_cmd): Likewise.
16385 * lib/mi-support.exp (mi_run_cmd): Likewise.
16386 * README: Document `gdb_init_command' and `gdb_init_commands'.
16387
16388 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16389
16390 Fix false FAIL running under a very long directory name.
16391 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16392 and "set print elements 10000". Twice.
16393
16394 2014-07-11 Yao Qi <yao@codesourcery.com>
16395
16396 * gdb.base/exprs.exp: "set print symbol off".
16397
16398 2014-07-11 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.threads/kill.c: New file.
16401 * gdb.threads/kill.exp: New file.
16402
16403 2014-07-10 Yao Qi <yao@codesourcery.com>
16404
16405 * gdb.trace/tfile.c (write_basic_trace_file)
16406 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16407 address written to trace file.
16408
16409 2014-07-09 Pedro Alves <palves@redhat.com>
16410
16411 * gdb.base/attach-wait-input.exp: New file.
16412 * gdb.base/attach-wait-input.c: New file.
16413
16414 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16415
16416 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16417 setting up test structures.
16418 (main): Call new test function.
16419 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16420 test function, continue into test function and walk test
16421 structures.
16422
16423 2014-07-02 Yao Qi <yao@codesourcery.com>
16424
16425 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16426 'bar_start' at the beginning of functions 'foo' and 'bar'
16427 respectively.
16428 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16429 instead of 'foo' and 'bar'.
16430
16431 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16432
16433 * gdb.btrace/segv.exp: New.
16434 * gdb.btrace/segv.c: New.
16435
16436 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16437
16438 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16439 instruction.
16440
16441 2014-06-30 Mark Wielaard <mjw@redhat.com>
16442
16443 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16444 vulture, vilify, villar): New volatile array constants.
16445 (vindictive, vegetation): New const volatile array constants.
16446 * gdb.base/volatile.exp: Test volatile and const volatile array
16447 types.
16448
16449 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16450
16451 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16452 target lacks support for awatch, rwatch, or hbreak.
16453
16454 2014-06-27 Yao Qi <yao@codesourcery.com>
16455
16456 * gdb.multi/dummy-frame-restore.exp: New.
16457 * gdb.multi/dummy-frame-restore.c: New.
16458
16459 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16460
16461 * gdb.btrace/gcore.exp: New.
16462
16463 2014-06-23 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.base/watchpoint-reuse-slot.c: New file.
16466 * gdb.base/watchpoint-reuse-slot.exp: New file.
16467
16468 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16469
16470 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16471 progspace's filename in 'info', 'enable' and 'disable' command
16472 tests.
16473
16474 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16475
16476 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16477 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16478 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16479
16480 2014-06-20 Gary Benson <gbenson@redhat.com>
16481
16482 * gdb.arch/i386-avx.exp: Fix include file location.
16483 * gdb.arch/i386-sse.exp: Likewise.
16484
16485 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16486
16487 * gdb.dlang/expression.exp: New file.
16488
16489 2014-06-19 Pedro Alves <palves@redhat.com>
16490
16491 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16492 out from ...
16493 (top level): ... here. Iterate running tests under different
16494 scheduler-locking settings.
16495
16496 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16497
16498 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16499 to DW_FORM_addr and use non-zero addresses.
16500
16501 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16502
16503 PR gdb/17017
16504 * gdb.python/py-xmethods.cc: Add global function call counters and
16505 increment them in their respective functions. Remove "cout"
16506 statements.
16507 * gdb.python/py-xmethods.exp: Make tests check the global function
16508 call counters instead of depending on inferior IO.
16509
16510 2014-06-18 Don Breazeal <donb@codesourcery.com>
16511
16512 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16513 Deleted procedure.
16514 (explicit_fork_parent_follow): Deleted procedure.
16515 (explicit_fork_child_follow): Deleted procedure.
16516 (test_follow_fork): New procedure.
16517 (do_fork_tests): Replace calls to deleted procedures with
16518 calls to test_follow_fork and reset GDB for subsequent
16519 procedure calls.
16520
16521 2014-06-17 Yao Qi <yao@codesourcery.com>
16522
16523 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16524 CP1252.
16525
16526 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16527
16528 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16529 Initialize ptr and S explicitly.
16530 (skip_type_update_when_not_use_rtti_test): Likewise.
16531
16532 2014-06-16 Keith Seitz <keiths@redhat.com>
16533
16534 PR mi/15863
16535 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16536 the inferior is started.
16537
16538 2014-06-16 Pedro Alves <palves@redhat.com>
16539
16540 * gdb.base/break-main-file-remove-fail.c: New file.
16541 * gdb.base/break-main-file-remove-fail.exp: New file.
16542 * gdb.base/break-unload-file.exp: Use build_executable instead of
16543 prepare_for_testing.
16544 (test_break): New parameter "initial_load". Handle it.
16545 (top level): Add initial_load cmdline/file axis.
16546
16547 2014-06-12 Tom Tromey <tromey@redhat.com>
16548
16549 * gdb.base/completion.exp: Don't use directory name in test.
16550
16551 2014-06-09 Gary Benson <gbenson@redhat.com>
16552
16553 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16554 separate the always-available ANSI-standard signals from the
16555 signals that require checking.
16556 (main): Likewise.
16557 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16558 Likewise.
16559 (main): Likewise.
16560
16561 2014-06-07 Keith Seitz <keiths@redhat.com>
16562
16563 Revert:
16564 PR c++/16253
16565 * gdb.cp/var-tag.cc: New file.
16566 * gdb.cp/var-tag.exp: New file.
16567 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16568 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16569 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16570 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16571
16572 2014-06-06 Doug Evans <xdje42@gmail.com>
16573
16574 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16575
16576 2014-06-06 Pedro Alves <palves@redhat.com>
16577
16578 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16579 in target debug output instead of looking at RSP packets,
16580 disabling the test on any target that uses hardware stepping.
16581 Update comments.
16582
16583 2014-06-06 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.base/break-unload-file.exp: Fix typo.
16586
16587 2014-06-06 Yao Qi <yao@codesourcery.com>
16588
16589 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16590 from "jit_function" to "^jit_function".
16591
16592 2014-06-06 Yao Qi <yao@codesourcery.com>
16593
16594 * gdb.base/async.c (foo): Add one statement.
16595 * gdb.base/async.exp: Get the next instruction address and
16596 match the output of "nexti" by instruction address. Match
16597 the hex address in the output of "finish".
16598
16599 2014-06-06 Gary Benson <gbenson@redhat.com>
16600
16601 * gdb.base/call-signals.c: Remove preprocessor conditionals
16602 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16603 SIGSEGV and SIGTERM.
16604 * gdb.base/sigall.c: Likewise.
16605 * gdb.base/unwindonsignal.c: Likewise.
16606 * gdb.reverse/sigall-reverse.c: Likewise.
16607
16608 2014-06-06 Yao Qi <yao@codesourcery.com>
16609
16610 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16611 readable, skip the test.
16612
16613 2014-06-06 Yao Qi <yao@codesourcery.com>
16614
16615 * gdb.threads/staticthreads.c (thread_function): Move the line
16616 setting breakpoint on forward.
16617 * gdb.threads/staticthreads.exp: Update comments.
16618
16619 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16620
16621 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16622 "history-append! type error".
16623
16624 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16625
16626 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16627 erroneous dprintf expected input.
16628
16629 2014-06-04 Doug Evans <xdje42@gmail.com>
16630
16631 * gdb.guile/scm-generics.exp: Delete.
16632
16633 2014-06-04 Doug Evans <xdje42@gmail.com>
16634
16635 * gdb.guile/scm-breakpoint.exp: Update.
16636 Add tests for breakpoint registration.
16637
16638 2014-06-04 Tom Tromey <tromey@redhat.com>
16639
16640 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16641 VLA-in-union.
16642 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16643 inner_vla_struct, vla_union types. Initialize objects of those
16644 types and compute their sizes.
16645
16646 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16647 Hui Zhu <hui@codesourcery.com>
16648
16649 * gdb.base/fileio.exp: Add test for shell not available as well as
16650 available.
16651 * gdb.base/fileio.c (test_system): Check for shell twice.
16652
16653 2014-06-04 Yao Qi <yao@codesourcery.com>
16654
16655 * gdb.base/auto-connect-native-target.exp: Remove redundant
16656 space from the regexp pattern.
16657
16658 2014-06-04 Yao Qi <yao@codesourcery.com>
16659
16660 * gdb.base/default.exp: Replace "child" with "native" in
16661 regexp pattern.
16662
16663 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16664
16665 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16666 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16667 * gdb.python/py-xmethods.py: Python script supporting the
16668 new testcase and tests.
16669
16670 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16671 Pedro Alves <palves@redhat.com>
16672
16673 PR breakpoints/17000
16674 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16675 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16676
16677 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16678
16679 * gdb.base/subst.exp: Add tests to verify partial path matching
16680 output.
16681
16682 2014-06-03 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16685 target that doesn't use software single-stepping.
16686
16687 2014-06-03 Pedro Alves <palves@redhat.com>
16688
16689 PR breakpoints/17000
16690 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16691 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16692
16693 2014-06-02 Doug Evans <xdje42@gmail.com>
16694
16695 * gdb.guile/scm-parameter.exp: New file.
16696
16697 2014-06-02 Doug Evans <xdje42@gmail.com>
16698
16699 * gdb.guile/scm-cmd.c: New file.
16700 * gdb.guile/scm-cmd.exp: New file.
16701
16702 2014-06-02 Doug Evans <xdje42@gmail.com>
16703
16704 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16705 pretty-printer lookup.
16706 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16707 (make-pp_s-printer): Call it.
16708 (make-pretty-printer-from-dict): New function.
16709 (lookup-pretty-printer-maker-from-dict): New function.
16710 (*pretty-printer*): Simplify.
16711 (make-objfile-pp_s-printer): New function.
16712 (install-objfile-pretty-printers!): New function.
16713 (make-progspace-pp_s-printer): New function.
16714 (install-progspace-pretty-printers!): New function.
16715 * gdb.guile/scm-progspace.c: New file.
16716 * gdb.guile/scm-progspace.exp: New file.
16717
16718 2014-06-02 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.base/dprintf-bp-same-addr.c: New file.
16721 * gdb.base/dprintf-bp-same-addr.exp: New file.
16722
16723 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16724
16725 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16726 * gdb.arch/powerpc-power.s: Likewise.
16727
16728 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16729
16730 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16731
16732 2014-06-01 Yao Qi <yao@codesourcery.com>
16733
16734 * gdb.base/watchpoint.exp (test_watch_location): Check null
16735 pointer can be dereferenced. If not, do the test, otherwise
16736 skip it.
16737
16738 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16739
16740 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16741 results.
16742 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16743
16744 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16745
16746 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16747 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16748 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16749 * gdb.arch/amd64-invalid-stack-top.c: New file.
16750 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16751
16752 2014-05-30 Pedro Alves <palves@redhat.com>
16753
16754 PR breakpoints/17000
16755 * gdb.base/sss-bp-on-user-bp.c: New file.
16756 * gdb.base/sss-bp-on-user-bp.exp: New file.
16757
16758 2014-05-30 David Blaikie <dblaikie@gmail.com>
16759
16760 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16761 gnu_inline semantics via attribute.
16762 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16763 source explicitly specifies the required semantics.
16764
16765 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16766
16767 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16768
16769 2014-05-29 Pedro Alves <palves@redhat.com>
16770 Tom Tromey <tromey@redhat.com>
16771
16772 * gdb.base/async-shell.exp: Don't enable target-async.
16773 * gdb.base/async.exp
16774 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16775 parameter. Adjust.
16776 (top level): Don't test with "target-async".
16777 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16778 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16779 * gdb.base/inferior-died.exp: Don't enable target-async.
16780 * gdb.base/interrupt-noterm.exp: Likewise.
16781 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16782 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16783 * gdb.mi/mi-nonstop.exp: Likewise.
16784 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16785 * gdb.mi/mi-nsintrall.exp: Likewise.
16786 * gdb.mi/mi-nsmoribund.exp: Likewise.
16787 * gdb.mi/mi-nsthrexec.exp: Likewise.
16788 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16789 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16790 * gdb.python/py-evsignal.exp: Don't enable target-async.
16791 * gdb.python/py-evthreads.exp: Likewise.
16792 * gdb.python/py-prompt.exp: Likewise.
16793 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16794 * gdb.server/solib-list.exp: Don't enable target-async.
16795 * gdb.threads/thread-specific-bp.exp: Likewise.
16796 * lib/mi-support.exp: Adjust to use mi-async.
16797
16798 2014-05-29 Pedro Alves <palves@redhat.com>
16799
16800 PR gdb/13860
16801 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16802 reason, even in sync mode.
16803
16804 2014-05-29 Pedro Alves <palves@redhat.com>
16805 Hui Zhu <hui@codesourcery.com>
16806
16807 PR PR15693
16808 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16809 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16810 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16811 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16812
16813 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16814
16815 * config/monitor.exp (gdb_target_monitor): Replace use of
16816 "set remotebaud" by "set serial baud".
16817
16818 2014-05-26 Andy Wingo <wingo@igalia.com>
16819
16820 * gdb.guile/scm-breakpoint.exp:
16821 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16822 properties instead of gdb-object-properties.
16823
16824 2014-05-26 Yao Qi <yao@codesourcery.com>
16825
16826 * gdb.server/no-thread-db.exp: Specify source file name
16827 explicitly when setting a breakpoint.
16828
16829 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16830
16831 * gdb.btrace/vdso.c: New.
16832 * gdb.btrace/vdso.exp: New.
16833
16834 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16835
16836 * gdb.base/gcore.exp (capture_command_output): Move ...
16837 * lib/gdb.exp (capture_command_output): ... here.
16838
16839 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16840
16841 * gdb.btrace/data.exp: Test memory access during btrace replay.
16842
16843 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16844
16845 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16846
16847 2014-05-21 Pedro Alves <palves@redhat.com>
16848
16849 PR gdb/13860
16850 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16851 (top level): Test that output related to execution commands is
16852 sent to the console with CLI commands, but not with MI commands.
16853 Test that breakpoint events are always mirrored to the console.
16854 Also expect the new source line to be output after a "next" in
16855 async mode too. Make it a pass/fail test.
16856 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16857 output.
16858 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16859
16860 2014-05-21 Pedro Alves <palves@redhat.com>
16861
16862 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16863 Use them to test variations of "list" after reaching a breakpoint.
16864 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16865 Test "list" with listsize 10 after reaching a breakpoint.
16866 * gdb.python/python.exp (decode_line current location line
16867 number): Adjust expected line number.
16868
16869 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16870
16871 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16872 behavior for $args, pass it directly to "run".
16873
16874 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16875
16876 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16877 30000 to 65536.
16878
16879 2014-05-21 Pedro Alves <palves@redhat.com>
16880
16881 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16882 auto-connect-native-target off".
16883 * gdb.base/auto-connect-native-target.c: New file.
16884 * gdb.base/auto-connect-native-target.exp: New file.
16885
16886 2014-05-21 Pedro Alves <palves@redhat.com>
16887
16888 * gdb.base/default.exp: Test "target native" instead of "target
16889 child".
16890
16891 2014-05-21 Mark Wielaard <mjw@redhat.com>
16892
16893 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16894
16895 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16896
16897 Fix TLS access for -static -pthread.
16898 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16899 <HAVE_TLS> (thread_function, main): Initialize it.
16900 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16901 Add clean_restart.
16902 <$have_tls != "">: Check TLSVAR.
16903
16904 2014-05-21 Pedro Alves <palves@redhat.com>
16905
16906 * gdb.base/dcache-line-read-error.c: New.
16907 * gdb.base/dcache-line-read-error.exp: New.
16908
16909 2014-05-20 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.base/compare-sections.c: New file.
16912 * gdb.base/compare-sections.exp: New file.
16913
16914 2014-05-20 Pedro Alves <palves@redhat.com>
16915
16916 * gdb.base/break-idempotent.c: New file.
16917 * gdb.base/break-idempotent.exp: New file.
16918
16919 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16920
16921 * gdb.btrace/nohist.exp: New.
16922
16923 2014-05-20 Yao Qi <yao@codesourcery.com>
16924
16925 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16926 gdb.reverse directory and gdb_reverse_timeout exists in board
16927 setting.
16928 * README: Document gdb_reverse_timeout.
16929
16930 2014-05-20 Yao Qi <yao@codesourcery.com>
16931
16932 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16933 'test_file_name'. Treat args as a string instead of a list.
16934 (gdb_init): Rename argument 'args' by 'test_file_name'.
16935
16936 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16937
16938 * gdb.arch/powerpc-power.exp: New file.
16939 * gdb.arch/powerpc-power.s: New file.
16940
16941 2014-05-16 Doug Evans <dje@google.com>
16942
16943 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16944 * gdb.base/completion.exp: Check that all expected files exist
16945 before doing file completion.
16946
16947 2014-05-16 Doug Evans <dje@google.com>
16948
16949 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16950 Update.
16951 (do_syscall_tests_without_xml): Update.
16952
16953 2014-05-16 Pedro Alves <palves@redhat.com>
16954
16955 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16956 instead of "unknown output after running".
16957
16958 2014-05-16 Yao Qi <yao@codesourcery.com>
16959
16960 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16961 file1.txt from host at the end.
16962 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16963
16964 2014-05-15 Doug Evans <dje@google.com>
16965
16966 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16967 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16968 loading file. Add test for TU lookup.
16969
16970 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16971
16972 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16973 calling "-exec-arguments" or "set args" before running the
16974 inferior.
16975
16976 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16977
16978 * lib/mi-support.exp (mi_expect_stop): Expect message for
16979 inferiors that exit with non-zero exit code.
16980
16981 2014-05-14 Yao Qi <yao@codesourcery.com>
16982
16983 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16984 match absolute path on remote host.
16985 (test_file_list_exec_source_files): Remove "/" from the
16986 pattern.
16987
16988 2014-05-14 Yao Qi <yao@codesourcery.com>
16989
16990 * boards/local-remote-host-notty.exp (${board}_file): New
16991 proc.
16992
16993 2014-05-07 Kyle McMartin <kyle@redhat.com>
16994
16995 Pushed by Joel Brobecker <brobecker@adacore.com>.
16996 * gdb.arch/aarch64-atomic-inst.c: New file.
16997 * gdb.arch/aarch64-atomic-inst.exp: New file.
16998
16999 2014-05-07 Yao Qi <yao@codesourcery.com>
17000
17001 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17002 in current context" too.
17003
17004 2014-05-05 Keith Seitz <keiths@redhat.com>
17005
17006 * gdb.linespec/ls-dollar.exp: Add test for linespec
17007 file:convenience_variable.
17008
17009 2014-05-05 Yao Qi <yao@codesourcery.com>
17010
17011 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17012 traceframes into tfile and ctf trace files. Read data from
17013 trace file and test collected data.
17014 (gdb_collect_locals_test): Likewise.
17015 (gdb_unavailable_registers_test): Likewise.
17016 (gdb_unavailable_floats): Likewise.
17017 (gdb_collect_globals_test): Likewise.
17018 (top-level): Append "ctf" to trace_file_targets if GDB
17019 supports.
17020
17021 2014-05-05 Yao Qi <yao@codesourcery.com>
17022
17023 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17024 code to ...
17025 (gdb_collect_args_test_1): ... it. New proc.
17026 (gdb_collect_locals_test): Move some code to ...
17027 (gdb_collect_locals_test_1): ... it. New proc.
17028 (gdb_unavailable_registers_test): Move some code to ...
17029 (gdb_unavailable_registers_test_1): ... it. New proc.
17030 (gdb_unavailable_floats): Move some code to ...
17031 (gdb_unavailable_floats_1): ... it. New proc.
17032
17033 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17034
17035 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17036 probes to test for bitness recognition.
17037 * gdb.arch/amd64-stap-optional-prefix.exp
17038 (test_probe_value_without_reg): New procedure.
17039 Add code to test for different kinds of bitness.
17040
17041 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17042
17043 PR breakpoints/16889
17044 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17045 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17046
17047 2014-05-01 Pedro Alves <palves@redhat.com>
17048
17049 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17050 gdb_file_cmd if no file is specified.
17051 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17052 last_loaded_file to set the remote exec-file.
17053
17054 2014-05-01 Pedro Alves <palves@redhat.com>
17055
17056 * boards/local-remote-host.exp: New file.
17057
17058 2014-05-01 Pedro Alves <palves@redhat.com>
17059
17060 * boards/local-remote-host.exp: Rename to ...
17061 * boards/local-remote-host-notty.exp: ... this.
17062
17063 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17064
17065 * gdb.ada/dyn_arrayidx: New testcase.
17066
17067 2014-04-26 Yao Qi <yao@codesourcery.com>
17068
17069 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17070 and compute the length of function main. Save it in
17071 $main_length.
17072 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17073 (top-level): Use gdb_compile to compile objects into
17074 executable and restart GDB. Remove invocation to
17075 prepare_for_testing.
17076
17077 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17078 Pedro Alves <palves@redhat.com>
17079
17080 PR server/16255
17081 * gdb.multi/multi-attach.c: New file.
17082 * gdb.multi/multi-attach.exp: New file.
17083
17084 2014-04-25 Pedro Alves <palves@redhat.com>
17085
17086 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17087 user.
17088 (top level): Test that "set remote conditional-breakpoints-packet
17089 off" works as intended.
17090 * gdb.base/dprintf.exp: Test that "set remote
17091 breakpoint-commands-packet off" works as intended.
17092 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17093 New function.
17094 (top level): Call it.
17095 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17096 remote fast-tracepoints-packet off" works as intended.
17097 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17098 * lib/gdb.exp (gdb_is_target_remote): ... here.
17099
17100 2014-04-24 David Blaikie <dblaikie@gmail.com>
17101
17102 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17103 ensure clang would not discard them.
17104 * gdb.base/gdbvars.c: Ditto.
17105 * gdb.base/memattr.c: Ditto.
17106 * gdb.base/whatis.c: Ditto.
17107 * gdb.python/py-prettyprint.c: Ditto.
17108 * gdb.trace/actions.c: Ditto.
17109 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17110 ensure clang would not discard it.
17111
17112 2014-04-24 David Blaikie <dblaikie@gmail.com>
17113
17114 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17115 clang to emit the full definition of type required by the test
17116 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17117
17118 2014-04-24 David Blaikie <dblaikie@gmail.com>
17119
17120 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17121 coax Clang into emitting the definition of the type.
17122 * gdb.cp/pr10728-x.h (y): Ditto.
17123 * gdb.cp/pr10728-y.cc (y): Ditto.
17124
17125 2014-04-24 David Blaikie <dblaikie@gmail.com>
17126
17127 * gdb.base/label.exp: XFAIL label related tests under Clang.
17128 * gdb.cp/cplabel.exp: Ditto.
17129 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17130 under Clang those using labels.
17131
17132 2014-04-25 Yao Qi <yao@codesourcery.com>
17133
17134 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17135 double_label.
17136 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17137 partial_label and double_label.
17138
17139 2014-04-24 David Blaikie <dblaikie@gmail.com>
17140
17141 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17142
17143 2014-04-24 David Blaikie <dblaikie@gmail.com>
17144
17145 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17146 of the function to work across GCC and Clang.
17147 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17148 pointer types (const void ** const V void **).
17149
17150 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17151 Walfred Tedeschi <walfred.tedeschi@intel.com>
17152
17153 * Makefile.in (EXECUTABLES): Added i386-avx512.
17154 * gdb.arch/i386-avx512.c: New file.
17155 * gdb.arch/i386-avx512.exp: Likewise.
17156
17157 2014-04-23 Keith Seitz <keiths@redhat.com>
17158
17159 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17160 (mi_make_breakpoint_table): New procedure.
17161 (mi_create_breakpoint): Use mi_make_breakpoint
17162 and return the result.
17163 (mi_make_breakpoint): New procedure.
17164 (mi_build_kv_pairs): New procedure.
17165
17166 * gdb.mi/mi-break.exp: Remove unused globals,
17167 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17168 All callers updated.
17169 * gdb.mi/mi-dprintf.exp: Use variable to track command
17170 number.
17171 Update all callers of mi_create_breakpoint and use
17172 mi_make_breakpoint_table.
17173 Remove any unused global variables.
17174 * gdb.mi/mi-nonstop.exp: Likewise.
17175 * gdb.mi/mi-nsintrall.exp: Likewise.
17176 * gdb.mi/mi-nsmoribund.exp: Likewise.
17177 * gdb.mi/mi-nsthrexec.exp: Likewise.
17178 * gdb.mi/mi-reverse.exp: Likewise.
17179 * gdb.mi/mi-simplerun.exp: Likewise.
17180 * gdb.mi/mi-stepn.exp: Likewise.
17181 * gdb.mi/mi-syn-frame.exp: Likewise.
17182 * gdb.mi/mi-until.exp: Likewise.
17183 * gdb.mi/mi-var-cp.exp: Likewise.
17184 * gdb.mi/mi-var-display.exp: Likewise.
17185 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17186 * gdb.mi/mi2-var-child.exp: Likewise.
17187 * gdb.mi/mi-vla-c99.exp: Likewise.
17188 * lib/mi-support.exp: Likewise.
17189
17190 From Ian Lance Taylor <iant@cygnus.com>:
17191 * lib/gdb.exp (parse_args): New procedure.
17192
17193 2014-04-23 Pedro Alves <palves@redhat.com>
17194
17195 * gdb.base/break-unload-file.c: New file.
17196 * gdb.base/break-unload-file.exp: New file.
17197 * gdb.base/sym-file-lib.c (baz): New function.
17198 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17199 field.
17200 (load): Store the segment's mapped size.
17201 (unload): New function.
17202 (unload_shlib): New function.
17203 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17204 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17205 set a breakpoint at baz, and call it.
17206 * gdb.base/sym-file.exp: New tests for stale breakpoint
17207 instructions.
17208
17209 2014-04-23 Pedro Alves <palves@redhat.com>
17210
17211 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17212 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17213 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17214 * gdb.base/hbreak-unmapped.c: New file.
17215 * gdb.base/hbreak-unmapped.exp: New file.
17216 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17217 * lib/gdb.exp (gdb_is_target_remote): ... here.
17218
17219 2014-04-22 Pedro Alves <palves@redhat.com>
17220
17221 * gdb.base/consecutive-step-over.c: New file.
17222 * gdb.base/consecutive-step-over.exp: New file.
17223
17224 2014-04-22 Pedro Alves <palves@redhat.com>
17225
17226 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17227 instead of send_gdb/gdb_expect.
17228
17229 2014-04-22 Yao Qi <yao@codesourcery.com>
17230
17231 * lib/trace-support.exp (generate_tracefile): New procedure.
17232 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17233 return 0.
17234 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17235 if generate_tracefile returns 1.
17236
17237 2014-04-18 Tom Tromey <palves@redhat.com>
17238 Pedro alves <tromey@redhat.com>
17239
17240 PR backtrace/15558
17241 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17242 with a backtrace limit.
17243 * gdb.python/py-frame-inline.exp: Test running to an inline
17244 function with a backtrace limit, and printing the newest frame.
17245 * gdb.python/py-frame-inline.c (main): Call f.
17246
17247 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17248
17249 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17250
17251 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17252
17253 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17254 Drop prefix from unsupported source file path.
17255
17256 2014-04-17 Yao Qi <yao@codesourcery.com>
17257
17258 * lib/gdb.exp (with_target_charset): New proc.
17259 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17260 with_target_charset.
17261 (test_print_strings): Likewise.
17262 (test_repeat_bytes): Likewise.
17263 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17264 for some tests.
17265
17266 2014-04-16 Keith Seitz <keiths@redhat.com>
17267
17268 PR gdb/15827
17269 * gdb.dwarf2/corrupt.c: New file.
17270 * gdb.dwarf2/corrupt.exp: New file.
17271
17272 2014-04-16 Keith Seitz <keiths@redhat.com>
17273
17274 PR c++/16597
17275 * gdb.cp/namelessclass.cc: New file.
17276 * gdb.cp/namelessclass.exp: New file.
17277 * gdb.cp/namelessclass.S: New file.
17278
17279 2014-04-16 Doug Evans <dje@google.com>
17280
17281 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17282 Add comment.
17283 (gdbserver_default_get_comm_port): New function.
17284 (gdbserver_start): Check if board file provided
17285 "gdbserver,get_comm_port" and use it if so.
17286 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17287 (gdb,socketport): Set to "stdio".
17288 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17289 (stdio_gdbserver_template): Delete.
17290 (${board}_get_remote_address): Update.
17291 (${board}_build_remote_cmd): Delete.
17292 (${board}_get_comm_port): New function.
17293 (${board}_spawn): Update.
17294 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17295 Delete.
17296 (${board}_get_remote_address): Update.
17297 (${board}_get_comm_port): New function.
17298
17299 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17300
17301 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17302 appearing in any order.
17303
17304 2014-04-15 Doug Evans <dje@google.com>
17305
17306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17307 uninitialized value of "description".
17308
17309 2014-04-15 Keith Seitz <keiths@redhat.com>
17310
17311 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17312 Remove unused globals.
17313 (test_running_the_program): Likewise.
17314 (test_controlled_execution): Likewise.
17315 (test_controlling_breakpoints): Likewise.
17316 (test_program_termination): Likewise.
17317
17318 2014-04-15 Keith Seitz <keiths@redhat.com>
17319
17320 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17321 unused globals.
17322 (test_rbreak_creation_and_listing): Likewise.
17323 (test_ignore_count): Likewise.
17324 (test_error): Likewise.
17325
17326 2014-04-15 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17329 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17330 sym-file-loader.c.
17331 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17332 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17333 to sym-file-loader.c.
17334 (struct library): Forward declare.
17335 (load_shlib, lookup_function): Change prototypes.
17336 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17337 (translate_offset): Remove declarations.
17338 (get_text_addr): New declaration.
17339 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17340 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17341 sym-file-loader.h.
17342 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17343 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17344 here from sym-file-loader.h.
17345 (struct library): New structure.
17346 (load_shlib, lookup_function): Change prototypes and adjust to
17347 work with a struct library.
17348 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17349 (translate_offset): Make static.
17350 (get_text_addr): New function.
17351 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17352
17353 2014-04-15 Pedro Alves <palves@redhat.com>
17354
17355 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17356
17357 2014-04-15 Pedro Alves <palves@redhat.com>
17358
17359 * gdb.base/sym-file-loader.c: Include <limits.h>.
17360 (SELF_LINK): New define.
17361 (get_origin): New function.
17362 (load_shlib): Use it.
17363 * gdb.base/sym-file.exp: Don't early return if the target is
17364 remote. Use runto_main, and issue fail is that fails. Use
17365 gdb_load_shlibs.
17366 (shlib_name): Delete.
17367 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17368
17369 2014-04-15 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.base/sym-file.exp: Remove regex characters from test
17372 message. Don't refer to breakpoint numbers in test messages.
17373
17374 2014-04-14 Keith Seitz <keiths@redhat.com>
17375
17376 PR c++/16253
17377 * gdb.cp/var-tag.cc: New file.
17378 * gdb.cp/var-tag.exp: New file.
17379 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17380 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17381 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17382 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17383
17384 2014-04-14 Tom Tromey <tromey@redhat.com>
17385
17386 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17387 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17388 type.
17389 * gdb.cp/enum-class.exp: New file.
17390 * gdb.cp/enum-class.cc: New file.
17391
17392 2014-04-14 Tom Tromey <tromey@redhat.com>
17393
17394 * gdb.dwarf2/enum-type.exp: New file.
17395
17396 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17397
17398 * gdb.mi/mi-vla-c99.exp: New file.
17399 * gdb.mi/vla.c: New file.
17400
17401 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17402
17403 * gdb.base/vla-datatypes.c: New file.
17404 * gdb.base/vla-datatypes.exp: New file.
17405
17406 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17407
17408 * gdb.base/vla-ptr.c: New file.
17409 * gdb.base/vla-ptr.exp: New file.
17410
17411 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17412
17413 * gdb.dwarf2/count.exp: New file.
17414
17415 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17416
17417 * gdb.base/vla-sideeffect.c: New file.
17418 * gdb.base/vla-sideeffect.exp: New file.
17419
17420 2014-04-14 David Blaikie <dblaikie@gmail.com>
17421
17422 * gdb.mi/non-stop.c: Add return value for non-void function return
17423 statement.
17424 * gdb.threads/staticthreads.c: Ditto.
17425
17426 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17427 Doug Evans <xdje42@gmail.com>
17428
17429 * gdb.guile/scm-value.c: Improve test case.
17430 * gdb.guile/scm-value.exp: Add new test.
17431
17432 2014-04-11 David Blaikie <dblaikie@gmail.com>
17433
17434 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17435 override Clang's default.
17436
17437 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17438
17439 Revert the following changes (regressions):
17440
17441 * gdb.base/vla-sideeffect.c: New file.
17442 * gdb.base/vla-sideeffect.exp: New file.
17443
17444 * gdb.dwarf2/count.exp: New file.
17445
17446 * gdb.base/vla-multi.c: New file.
17447 * gdb.base/vla-multi.exp: New file.
17448
17449 * gdb.base/vla-ptr.c: New file.
17450 * gdb.base/vla-ptr.exp: New file.
17451
17452 * gdb.base/vla-datatypes.c: New file.
17453 * gdb.base/vla-datatypes.exp: New file.
17454
17455 * gdb.mi/mi-vla-c99.exp: New file.
17456 * gdb.mi/vla.c: New file.
17457
17458 2014-04-11 Keith Seitz <keiths@redhat.com>
17459
17460 PR c++/16675
17461 * gdb.cp/cpsizeof.exp: New file.
17462 * gdb.cp/cpsizeof.cc: New file.
17463
17464 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17465
17466 * gdb.mi/mi-vla-c99.exp: New file.
17467 * gdb.mi/vla.c: New file.
17468
17469 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17470
17471 * gdb.base/vla-datatypes.c: New file.
17472 * gdb.base/vla-datatypes.exp: New file.
17473
17474 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17475
17476 * gdb.base/vla-ptr.c: New file.
17477 * gdb.base/vla-ptr.exp: New file.
17478
17479 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17480
17481 * gdb.base/vla-multi.c: New file.
17482 * gdb.base/vla-multi.exp: New file.
17483
17484 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17485
17486 * gdb.dwarf2/count.exp: New file.
17487
17488 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17489
17490 * gdb.base/vla-sideeffect.c: New file.
17491 * gdb.base/vla-sideeffect.exp: New file.
17492
17493 2014-04-11 Yao Qi <yao@codesourcery.com>
17494
17495 * gdb.base/completion.exp: Check file exists before running tests
17496 on file completion.
17497
17498 2014-04-10 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.base/cond-eval-mode.c: New file.
17501 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17502 prepare_for_testing to build the new file. Check result of
17503 runto_main.
17504 (test_break, test_watch): New procedures.
17505 (top level): Use them.
17506
17507 2014-04-08 Pierre Muller <muller@sourceware.org>
17508
17509 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17510 Ctrl-V use for mingw hosts.
17511
17512 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17513
17514 * gdb.python/py-value.c: Improve test case.
17515 * gdb.python/py-value.exp: Add new test.
17516
17517 2014-04-07 David Blaikie <dblaikie@gmail.com>
17518
17519 * lib/compiler.c: Identify the clang compiler.
17520 * lib/compiler.cc: Ditto.
17521
17522 2014-04-03 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17525
17526 2014-04-01 Anton Blanchard <anton@samba.org>
17527
17528 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17529 messages unique.
17530
17531 2014-04-01 Anton Blanchard <anton@samba.org>
17532
17533 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17534 prepare_for_testing.
17535
17536 2014-04-01 Anton Blanchard <anton@samba.org>
17537
17538 * gdb.arch/ppc64-atomic-inst.c: Remove.
17539 * gdb.arch/ppc64-atomic-inst.S: New file.
17540 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17541
17542 2014-03-31 Doug Evans <dje@google.com>
17543
17544 * gdb.base/print-symbol-loading-lib.c: New file.
17545 * gdb.base/print-symbol-loading-main.c: New file.
17546 * gdb.base/print-symbol-loading.exp: New file.
17547
17548 2014-03-31 Yao Qi <yao@codesourcery.com>
17549
17550 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17551
17552 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17553
17554 * gdb.ada/mi_dyn_arr: New testcase.
17555
17556 2014-03-27 Doug Evans <dje@google.com>
17557
17558 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17559
17560 2014-03-27 Yao Qi <yao@codesourcery.com>
17561
17562 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17563 if target is nios2-*-*.
17564
17565 2014-03-26 Yao Qi <yao@codesourcery.com>
17566
17567 * lib/gdb.exp (readline_is_used): New proc.
17568 * gdb.base/completion.exp: Move tests on command complete up.
17569 Skip the rest of tests if readline is not used.
17570 * gdb.ada/complete.exp: Skp the test if readline is not
17571 used.
17572 * gdb.base/filesym.exp: Likewise.
17573 * gdb.base/macscp.exp: Likewise.
17574 * gdb.base/readline-ask.exp: Likewise.
17575 * gdb.base/readline.exp: Likewise.
17576 * gdb.python/py-cmd.exp: Likewise.
17577 * gdb.trace/tfile.exp: Likewise.
17578
17579 2014-03-26 Yao Qi <yao@codesourcery.com>
17580
17581 * gdb.base/macscp.exp: Fix code format issues.
17582
17583 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17584
17585 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17586 * gdb.asm/powerpc64le.inc: New file.
17587
17588 2014-03-25 Pedro Alves <palves@redhat.com>
17589 Doug Evans <dje@google.com>
17590
17591 * gdb.base/source-execution.c: New file.
17592 * gdb.base/source-execution.exp: New file.
17593 * gdb.base/source-execution.gdb: New file.
17594
17595 2014-03-24 Doug Evans <dje@google.com>
17596
17597 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17598 using fission.
17599
17600 2014-03-24 Hui Zhu <hui@codesourcery.com>
17601 Pedro Alves <palves@redhat.com>
17602
17603 PR breakpoints/16101
17604 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17605 test pass/fail messages. Detect missing support for dprintf when
17606 breakpoints are actually inserted.
17607 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17608 breakpoints are actually inserted.
17609 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17610 fails.
17611
17612 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17613
17614 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17615
17616 2014-03-22 Doug Evans <xdje42@gmail.com>
17617
17618 * gdb.python/python.exp (python not supported): Verify multi-line
17619 python command issues an error.
17620 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17621 guile command issues an error.
17622
17623 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17624
17625 * gdb.threads/thread-specific.exp: Handle the lack of usable
17626 $this_breakpoint and $this_thread.
17627
17628 2014-03-21 Hui Zhu <hui@codesourcery.com>
17629
17630 * gdb.base/attach.exp (do_command_attach_tests): New.
17631
17632 2014-03-20 Tom Tromey <tromey@redhat.com>
17633 Pedro Alves <palves@redhat.com>
17634
17635 PR cli/15718
17636 * gdb.base/condbreak-call-false.c: New file.
17637 * gdb.base/condbreak-call-false.exp: New file.
17638
17639 2014-03-20 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17642 Delete.
17643 (block_signals, unblock_signals): Delete.
17644 (child_function_2, main): Remove references to deleted variable
17645 and functions.
17646
17647 2014-03-20 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17650 Use pthread_kill to signal thread 2.
17651 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17652 Adjust to make the test send itself a signal rather than using the
17653 host's "kill" command.
17654
17655 2014-03-20 Pedro Alves <palves@redhat.com>
17656
17657 * gdb.threads/multiple-step-overs.c: New file.
17658 * gdb.threads/multiple-step-overs.exp: New file.
17659 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17660 Adjust expected infrun debug output.
17661
17662 2014-03-20 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17665 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17666
17667 2014-03-20 Pedro Alves <palves@redhat.com>
17668
17669 PR breakpoints/7143
17670 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17671 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17672 of gdb_test_multiple.
17673 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17674 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17675
17676 2014-03-20 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17679 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17680
17681 2014-03-19 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.base/async.exp: Remove early return.
17684
17685 2014-03-19 Pedro Alves <palves@redhat.com>
17686
17687 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17688
17689 2014-03-19 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.base/async.exp (test_background): Expect \r\n after
17692 "completed." in the fail pattern.
17693
17694 2014-03-19 Pedro Alves <palves@redhat.com>
17695
17696 * gdb.base/async.exp (test_background): New procedure.
17697 Use it for all background execution command tests.
17698
17699 2014-03-19 Pedro Alves <palves@redhat.com>
17700
17701 * gdb.base/async.exp: Use prepare_for_testing.
17702
17703 2014-03-19 Pedro Alves <palves@redhat.com>
17704
17705 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17706 the same line.
17707
17708 2014-03-19 Pedro Alves <palves@redhat.com>
17709
17710 * gdb.base/async.c (main): Add "jump here" and "until here" line
17711 marker comments.
17712 * gdb.base/async.exp (jump_here): New global.
17713 (jump& test): Use it.
17714 (until_here): New global.
17715 (until& test): Use it.
17716
17717 2014-03-19 Pedro Alves <palves@redhat.com>
17718
17719 * gdb.base/async.exp: Don't frob gdb_protocol.
17720
17721 2014-03-18 Doug Evans <xdje42@gmail.com>
17722
17723 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17724 Fix spelling of exec-done-display.
17725
17726 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17727
17728 PR gdb/15358
17729 * gdb.base/gdb-sigterm.c: New file.
17730 * gdb.base/gdb-sigterm.exp: New file.
17731
17732 2014-03-18 Pedro Alves <palves@redhat.com>
17733
17734 PR gdb/13860
17735 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17736 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17737 solib-event.
17738
17739 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17740
17741 * gdb.ada/pckd_arr_ren: New testcase.
17742
17743 2014-03-13 Doug Evans <xdje42@gmail.com>
17744
17745 PR guile/16612
17746 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17747 collect after discarding symbols.
17748
17749 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17750 Doug Evans <xdje42@gmail.com>
17751
17752 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17753 to history survives a gc.
17754
17755 2014-03-13 Pedro Alves <palves@redhat.com>
17756
17757 * gdb.base/default.exp: Don't test "target procfs".
17758
17759 2014-03-13 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.base/default.exp: Update "target child" and "target procfs"
17762 tests to not expect "Unix".
17763
17764 2014-03-12 Tom Tromey <tromey@redhat.com>
17765
17766 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17767 New procs. Add target-async tests.
17768 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17769 Add target-async tests.
17770
17771 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17772
17773 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17774 'func_start' and 'func_end' for the beginning and end of the
17775 function code, respectively.
17776 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17777 'func_end' instead of 'func' and 'main'.
17778
17779 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17780
17781 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17782 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17783 generate the debug info assembler source.
17784
17785 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17786
17787 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17788 * gdb.dwarf2/arr-subrange.exp: Likewise.
17789 * gdb.dwarf2/dwz.exp: Likewise.
17790 * gdb.dwarf2/method-ptr.exp: Likewise.
17791 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17792 * gdb.dwarf2/subrange.exp: Likewise.
17793 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17794 * gdb.dwarf2/implptrpiece.exp: Likewise.
17795 * gdb.dwarf2/nostaticblock.exp: Likewise.
17796
17797 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17798
17799 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17800 directory to absolute path name arguments.
17801
17802 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17803
17804 * gdb.ada/tagged_access: New testcase.
17805
17806 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17807
17808 * gdb.btrace/data.exp: Update expected output.
17809
17810 2014-03-06 Yao Qi <yao@codesourcery.com>
17811
17812 * gdb.trace/pr16508.exp: New file.
17813
17814 2014-03-05 Pedro Alves <palves@redhat.com>
17815
17816 PR gdb/16575
17817 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17818 procedure.
17819 (top level): Adjust to use it. Add tests that exercise breakpoint
17820 interaction with the code-cache.
17821
17822 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17823
17824 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17825 test for 'history-append!'.
17826
17827 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17828
17829 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17830 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17831 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17832 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17833 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17834 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17835
17836 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17837
17838 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17839 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17840 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17841
17842 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17843
17844 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17845
17846 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17847
17848 * gdb.dwarf2/arr-stride.c: New file.
17849 * gdb.dwarf2/arr-stride.exp: New file.
17850
17851 2014-02-26 Pedro Alves <palves@redhat.com>
17852
17853 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17854 that won't ever trigger. Make sure that GDB reports the correct
17855 breakpoint that caused the stop.
17856
17857 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17858
17859 PR gdb/16626
17860 * gdb.base/auto-load-script: New file.
17861 * gdb.base/auto-load.c: New file.
17862 * gdb.base/auto-load.exp: New file.
17863
17864 PR gdb/16626
17865 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17866
17867 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17868
17869 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17870 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17871
17872 2014-02-24 Doug Evans <dje@google.com>
17873
17874 * lib/gdb.exp (run_on_host): Log error output if program fails.
17875
17876 2014-02-21 Pedro Alves <palves@redhat.com>
17877
17878 * gdb.threads/step-after-sr-lock.c: Rename to ...
17879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17880 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17882 ... this.
17883
17884 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17885
17886 PR tdep/16397
17887 * gdb.arch/amd64-stap-special-operands.exp: New file.
17888 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17889 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17890 * gdb.arch/amd64-stap-triplet.S: Likewise.
17891 * gdb.arch/amd64-stap-triplet.c: Likewise.
17892
17893 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17894
17895 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17896 in .section pseudo-op.
17897
17898 2014-02-20 lin zuojian <manjian2006@gmail.com>
17899 Joel Brobecker <brobecker@adacore.com>
17900 Doug Evans <xdje42@gmail.com>
17901
17902 PR symtab/16581
17903 * gdb.dwarf2/dw2-icycle.S: New file.
17904 * gdb.dwarf2/dw2-icycle.c: New file.
17905 * gdb.dwarf2/dw2-icycle.exp: New file.
17906
17907 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17908
17909 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17910 operations on gdb.Value objects.
17911 * gdb.python/py-value-cc.exp: Add new test to test operations on
17912 gdb.Value objects.
17913
17914 2014-02-18 Doug Evans <dje@google.com>
17915
17916 * Makefile.in (TESTS): New variable.
17917 (expanded_tests, expanded_tests_or_none): New variables
17918 (check-single): Pass $(expanded_tests_or_none) to runtest.
17919 (check-parallel): Only run tests in $(TESTS) if non-empty.
17920 (check/no-matching-tests-found): New rule.
17921 * README: Document TESTS makefile variable.
17922
17923 2014-02-18 Doug Evans <dje@google.com>
17924
17925 * Makefile.in (check-parallel): rm -rf outputs temp.
17926
17927 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17928
17929 Fix "ERROR: no fileid for" in the testsuite.
17930 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17931
17932 2014-02-12 Doug Evans <dje@google.com>
17933
17934 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17935 (MISCELLANEOUS): New variable.
17936 (clean): rm -rf $(MISCELLANEOUS).
17937 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17938 dwp live in the same directory as symlinks, with each symlink pointed
17939 to a differently named file in a different directory.
17940
17941 2014-02-11 Doug Evans <dje@google.com>
17942
17943 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17944 of Tcl file commands.
17945
17946 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17947
17948 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17949 "kill -SIGUSR1 -1".
17950
17951 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17952
17953 * gdb.ada/tick_length_array_enum_idx: New testcase.
17954
17955 2014-02-10 Doug Evans <xdje42@gmail.com>
17956
17957 * configure.ac (AC_OUTPUT): Add gdb.guile.
17958 * configure: Regenerate.
17959 * lib/gdb-guile.exp: New file.
17960 * lib/gdb.exp (get_target_charset): New function.
17961 * gdb.base/help.exp: Update expected output from "apropos apropos".
17962 * gdb.guile/Makefile.in: New file.
17963 * gdb.guile/guile.exp: New file.
17964 * gdb.guile/scm-arch.c: New file.
17965 * gdb.guile/scm-arch.exp: New file.
17966 * gdb.guile/scm-block.c: New file.
17967 * gdb.guile/scm-block.exp: New file.
17968 * gdb.guile/scm-breakpoint.c: New file.
17969 * gdb.guile/scm-breakpoint.exp: New file.
17970 * gdb.guile/scm-disasm.c: New file.
17971 * gdb.guile/scm-disasm.exp: New file.
17972 * gdb.guile/scm-equal.c: New file.
17973 * gdb.guile/scm-equal.exp: New file.
17974 * gdb.guile/scm-error.exp: New file.
17975 * gdb.guile/scm-error.scm: New file.
17976 * gdb.guile/scm-frame-args.c: New file.
17977 * gdb.guile/scm-frame-args.exp: New file.
17978 * gdb.guile/scm-frame-args.scm: New file.
17979 * gdb.guile/scm-frame-inline.c: New file.
17980 * gdb.guile/scm-frame-inline.exp: New file.
17981 * gdb.guile/scm-frame.c: New file.
17982 * gdb.guile/scm-frame.exp: New file.
17983 * gdb.guile/scm-generics.exp: New file.
17984 * gdb.guile/scm-gsmob.exp: New file.
17985 * gdb.guile/scm-iterator.c: New file.
17986 * gdb.guile/scm-iterator.exp: New file.
17987 * gdb.guile/scm-math.c: New file.
17988 * gdb.guile/scm-math.exp: New file.
17989 * gdb.guile/scm-objfile-script-gdb.in: New file.
17990 * gdb.guile/scm-objfile-script.c: New file.
17991 * gdb.guile/scm-objfile-script.exp: New file.
17992 * gdb.guile/scm-objfile.c: New file.
17993 * gdb.guile/scm-objfile.exp: New file.
17994 * gdb.guile/scm-ports.exp: New file.
17995 * gdb.guile/scm-pretty-print.c: New file.
17996 * gdb.guile/scm-pretty-print.exp: New file.
17997 * gdb.guile/scm-pretty-print.scm: New file.
17998 * gdb.guile/scm-section-script.c: New file.
17999 * gdb.guile/scm-section-script.exp: New file.
18000 * gdb.guile/scm-section-script.scm: New file.
18001 * gdb.guile/scm-symbol.c: New file.
18002 * gdb.guile/scm-symbol.exp: New file.
18003 * gdb.guile/scm-symtab-2.c: New file.
18004 * gdb.guile/scm-symtab.c: New file.
18005 * gdb.guile/scm-symtab.exp: New file.
18006 * gdb.guile/scm-type.c: New file.
18007 * gdb.guile/scm-type.exp: New file.
18008 * gdb.guile/scm-value-cc.cc: New file.
18009 * gdb.guile/scm-value-cc.exp: New file.
18010 * gdb.guile/scm-value.c: New file.
18011 * gdb.guile/scm-value.exp: New file.
18012 * gdb.guile/source2.scm: New file.
18013 * gdb.guile/types-module.cc: New file.
18014 * gdb.guile/types-module.exp: New file.
18015
18016 2014-02-10 Yao Qi <yao@codesourcery.com>
18017
18018 PR testsuite/16543
18019 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18020 * configure: Regenerated.
18021 * Makefile.in: New file.
18022
18023 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18024
18025 * gdb.python/py-framefilter.exp: Fix typo.
18026
18027 2014-02-08 Yao Qi <yao@codesourcery.com>
18028
18029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18030 that no =breakpoint-modified is emitted when breakpoints are
18031 modified through MI commands.
18032
18033 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18034 Pedro Alves <palves@redhat.com>
18035
18036 * gdb.threads/step-after-sr-lock.c: New file.
18037 * gdb.threads/step-after-sr-lock.exp: New file.
18038
18039 2014-02-07 Pedro Alves <palves@redhat.com>
18040
18041 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18042
18043 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18044
18045 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18046 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18047
18048 2014-02-06 Doug Evans <xdje42@gmail.com>
18049
18050 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18051 output.
18052
18053 * gdb.gdb/python-interrupts.exp: New file.
18054
18055 2014-02-05 Yao Qi <yao@codesourcery.com>
18056
18057 * gdb.trace/report.exp (use_collected_data): Test the output
18058 of "info threads" and "info inferiors".
18059
18060 2014-02-05 Yao Qi <yao@codesourcery.com>
18061
18062 Revert this patch:
18063
18064 2013-05-24 Yao Qi <yao@codesourcery.com>
18065
18066 * gdb.trace/tfile.exp: Test inferior and thread.
18067
18068 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18069
18070 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18071 on a function.
18072 * gdb.base/step-bt.c: Call hello via function pointer to make
18073 sure its first instruction is executed on powerpc64le-linux.
18074
18075 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18076
18077 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18078
18079 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18080
18081 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18082 of the test patterns for use on little-endian systems.
18083
18084 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18085
18086 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18087 (decimal_vector): Fix for little-endian.
18088
18089 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18090
18091 * gdb.arch/sparc-sysstep.exp: New file.
18092 * gdb.arch/sparc-sysstep.c: Likewise.
18093
18094 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18095
18096 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18097
18098 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18099
18100 2014-01-23 Tom Tromey <tromey@redhat.com>
18101
18102 * gdb.ada/array_char_idx: New testcase.
18103
18104 2014-01-23 Tom Tromey <tromey@redhat.com>
18105
18106 PR python/16487:
18107 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18108 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18109 classes.
18110
18111 2014-01-23 Tom Tromey <tromey@redhat.com>
18112
18113 PR python/16491:
18114 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18115 string from an inferior frame.
18116 * gdb.python/py-framefilter-mi.exp: Update.
18117
18118 2014-01-22 Doug Evans <dje@google.com>
18119
18120 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18121
18122 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18123
18124 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18125
18126 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18127
18128 * gdb.trace/entry-values.exp: Remove excess space character from
18129 regex patterns. Handle s390 call instruction.
18130
18131 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18132
18133 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18134 define "*_start" label. Make "name" static.
18135 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18136 ${name} by references to ${name}_start.
18137
18138 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18139
18140 * gdb.base/info-macros.exp: Remove "debug" from the compile
18141 options.
18142
18143 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18144
18145 * gdb.dlang/demangle.exp: New file.
18146
18147 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18148
18149 * gdb.dlang/primitive-types.exp: New file.
18150
18151 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18152
18153 * configure.ac: Create gdb.dlang/Makefile.
18154 * configure: Regenerate.
18155 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18156 * gdb.dlang/Makefile.in: New file.
18157 * lib/d-support.exp: New file.
18158 * lib/gdb.exp (skip_d_tests): New proc.
18159
18160 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18161
18162 * gdb.btrace/delta.exp: Check reverse stepi.
18163 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18164 * gdb.btrace/finish.exp: New.
18165 * gdb.btrace/next.exp: New.
18166 * gdb.btrace/nexti.exp: New.
18167 * gdb.btrace/record_goto.c: Add comments.
18168 * gdb.btrace/step.exp: New.
18169 * gdb.btrace/stepi.exp: New.
18170 * gdb.btrace/multi-thread-step.c: New.
18171 * gdb.btrace/multi-thread-step.exp: New.
18172 * gdb.btrace/rn-dl-bind.c: New.
18173 * gdb.btrace/rn-dl-bind.exp: New.
18174 * gdb.btrace/data.c: New.
18175 * gdb.btrace/data.exp: New.
18176 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18177
18178 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18179
18180 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18181 * gdb.btrace/exception.exp: Update.
18182 * gdb.btrace/instruction_history.exp: Update.
18183 * gdb.btrace/record_goto.exp: Update.
18184 * gdb.btrace/tailcall.exp: Update.
18185 * gdb.btrace/unknown_functions.exp: Update.
18186 * gdb.btrace/delta.exp: New.
18187
18188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18189
18190 * gdb.btrace/record_goto.exp: Add backtrace test.
18191 * gdb.btrace/tailcall.exp: Add backtrace test.
18192
18193 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18194
18195 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18196 * gdb.btrace/record_goto.c: New.
18197 * gdb.btrace/record_goto.exp: New.
18198 * gdb.btrace/x86-record_goto.S: New.
18199
18200 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18201
18202 * gdb.btrace/function_call_history.exp: Update tests.
18203 * gdb.btrace/instruction_history.exp: Update tests.
18204
18205 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18206
18207 * gdb.btrace/function_call_history.exp: Fix expected field
18208 order for "record function-call-history".
18209 Add new tests for "record function-call-history /c".
18210 * gdb.btrace/exception.cc: New.
18211 * gdb.btrace/exception.exp: New.
18212 * gdb.btrace/tailcall.exp: New.
18213 * gdb.btrace/x86-tailcall.S: New.
18214 * gdb.btrace/x86-tailcall.c: New.
18215 * gdb.btrace/unknown_functions.c: New.
18216 * gdb.btrace/unknown_functions.exp: New.
18217 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18218
18219 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18220
18221 * gdb.btrace/instruction_history.exp: Update.
18222 * gdb.btrace/function_call_history.exp: Update.
18223
18224 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18225
18226 * gdb.btrace/function_call_history.exp: Fix expected function
18227 trace.
18228 * gdb.btrace/instruction_history.exp: Initialize traced.
18229 Remove traced_functions.
18230
18231 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18232
18233 * gdb.btrace/function_call_history.exp: Update
18234 * gdb.btrace/instruction_history.exp: Update.
18235
18236 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18237
18238 * gdb.btrace/enable.exp: Update expected text.
18239
18240 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18241
18242 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18243 bytes.
18244
18245 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18246
18247 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18248
18249 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18250
18251 * lib/gdb.exp (supports_process_record): Return true for
18252 arm*-linux*. (supports_reverse): Likewise.
18253
18254 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18255
18256 PR python/15464
18257 PR python/16113
18258 * gdb.python/py-type.c: Enhance test case.
18259 * gdb.python/py-value-cc.cc: Likewise
18260 * gdb.python/py-type.exp: Add new tests.
18261 * gdb.python/py-value-cc.exp: Likewise
18262
18263 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18264 Pedro Alves <palves@redhat.com>
18265
18266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18267 Make "name" extern.
18268 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18269 references to ${name}_start by references to ${name}.
18270
18271 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18274
18275 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18276
18277 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18278
18279 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18280 Pedro Alves <palves@redhat.com>
18281
18282 * gdb.mi/mi-info-os.exp: Connect to the target with
18283 mi_gdb_target_load.
18284
18285 2014-01-08 Pedro Alves <palves@redhat.com>
18286
18287 * gdb.threads/reconnect-signal.c: New file.
18288 * gdb.threads/reconnect-signal.exp: New file.
18289
18290 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18291
18292 * gdb.base/source-dir.exp: New file.
18293
18294 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18295
18296 * gdb.ada/mi_interface: New testcase.
18297
18298 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18299
18300 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18301 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18302 gdb.ada/pp-rec-component/pck.ads: New files.
18303
18304 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.python/py-pp-integral.c: New file.
18307 * gdb.python/py-pp-integral.py: New file.
18308 * gdb.python/py-pp-integral.exp: New file.
18309
18310 For older changes see ChangeLog-1993-2013.
18311 \f
18312 ;; Local Variables:
18313 ;; mode: change-log
18314 ;; left-margin: 8
18315 ;; fill-column: 74
18316 ;; version-control: never
18317 ;; End:
18318
18319 Copyright 2014-2020 Free Software Foundation, Inc.
18320 Copying and distribution of this file, with or without modification,
18321 are permitted provided the copyright notice and this notice are preserved.
This page took 0.400176 seconds and 5 git commands to generate.