Fixed gdb to print arrays with very high indexes
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2
3 * gdb.fortran/array-bounds-high.exp: New file.
4 * gdb.fortran/array-bounds-high.f90: New file.
5
6 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
7
8 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
9 Replace #include of <sys/fcntl.h> by <fcntl.h>.
10
11 2020-02-01 Tom de Vries <tdevries@suse.de>
12
13 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
14
15 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 PR tui/9765
18 * gdb.tui/tui-layout-asm-short-prog.S: New file.
19 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
20
21 2020-01-29 Luis Machado <luis.machado@linaro.org>
22
23 * gdb.arch/aarch64-brk-patterns.c: New source file.
24 * gdb.arch/aarch64-brk-patterns.exp: New test.
25
26 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
27
28 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
29 GCC/Clang version.
30 * gdb.cp/pass-by-ref.exp: Ditto.
31
32 2020-01-29 Tom de Vries <tdevries@suse.de>
33
34 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
35 * gdb.threads/watchpoint-fork-mt.c: Same.
36 * gdb.threads/watchpoint-fork-parent.c: Same.
37 * gdb.threads/watchpoint-fork-st.c: Same.
38 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
39
40 2020-01-27 Luis Machado <luis.machado@linaro.org>
41
42 * gdb.base/step-over-syscall.exp (setup): Check if we're already
43 sitting at a syscall instruction when we hit the syscall function's
44 breakpoint.
45 Check PC against one obtained with the x command.
46 Validate syscall number.
47 (step_over_syscall): Don't continue to the syscall instruction if
48 we're already there.
49
50 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
51
52 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
53
54 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
57 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
58
59 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.dwarf2/dw2-inline-stepping.c: New file.
62 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
63
64 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.base/maint.exp: Update line table parsing test.
67 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
68
69 2020-01-24 Pedro Alves <palves@redhat.com>
70
71 PR gdb/25410
72 * gdb.multi/multi-re-run-1.c: New.
73 * gdb.multi/multi-re-run-2.c: New.
74 * gdb.multi/multi-re-run.exp: New.
75
76 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 PR gdb/23718
79 * gdb.server/server-kill-python.exp: New file.
80
81 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
82
83 * gdb.server/multi-ui-errors.c: New file.
84 * gdb.server/multi-ui-errors.exp: New file.
85
86 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 PR tui/9765
89 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
90
91 2020-01-19 Tom Tromey <tom@tromey.com>
92
93 * gdb.tui/main.exp: Add check for plain "file".
94
95 2020-01-16 Christian Biesinger <cbiesinger@google.com>
96
97 * lib/gdb.exp: Fix spelling error (seperatelly).
98
99 2020-01-14 Tom Tromey <tom@tromey.com>
100
101 PR symtab/12535:
102 * gdb.python/python.exp: Test decode_line with empty string
103 argument.
104
105 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
106
107 * gdb.base/skip-inline.exp: Extend test.
108
109 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
112 * gdb.dwarf2/dw2-bad-elf.c: New file.
113 * gdb.dwarf2/dw2-bad-elf.exp: New file.
114
115 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
118 _line_saw_file.
119
120 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
123 border.
124
125 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
126
127 * gdb.multi/multi-target.exp (setup): Factor out "info
128 connections" and "info inferiors" tests to ...
129 (test_info_inferiors): ... this new procedure.
130 (top level): Run new "info-inferiors" tests.
131
132 2020-01-10 Pedro Alves <palves@redhat.com>
133
134 * gdb.server/bkpt-other-inferior.exp: New file.
135
136 2020-01-10 Pedro Alves <palves@redhat.com>
137
138 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
139 of "add-inferior".
140 * gdb.base/quit-live.exp: Likewise.
141 * gdb.base/remote-exec-file.exp: Likewise.
142 * gdb.guile/scm-progspace.exp: Likewise.
143 * gdb.linespec/linespec.exp: Likewise.
144 * gdb.mi/new-ui-mi-sync.exp: Likewise.
145 * gdb.mi/user-selected-context-sync.exp: Likewise.
146 * gdb.multi/multi-target.exp (setup): Add "info connection" and
147 "info inferiors" tests.
148 * gdb.multi/remove-inferiors.exp: Adjust expected output of
149 "add-inferior".
150 * gdb.multi/watchpoint-multi.exp: Likewise.
151 * gdb.python/py-inferior.exp: Likewise.
152 * gdb.server/extended-remote-restart.exp: Likewise.
153 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
154 "info inferiors".
155 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
156 * gdb.trace/report.exp: Likewise.
157
158 2020-01-10 Pedro Alves <palves@redhat.com>
159
160 * gdb.multi/multi-target.c: New file.
161 * gdb.multi/multi-target.exp: New file.
162 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
163 mode requested, but remote does not support non-stop".
164
165 2020-01-10 Pedro Alves <palves@redhat.com>
166
167 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
168 disconnect before reconnecting.
169
170 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
171 Pedro Alves <palves@redhat.com>
172
173 * gdb.server/connect-without-multi-process.exp: Also test
174 continuing to end.
175
176 2020-01-10 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/remote-exec-file.exp: New file.
179
180 2020-01-10 Pedro Alves <palves@redhat.com>
181
182 * gdb.base/fork-running-state.exp (do_test): Adjust expected
183 output.
184 * gdb.threads/async.c: New.
185 * gdb.threads/async.exp: New.
186 * gdb.multi/tids-gid-reset.c: New.
187 * gdb.multi/tids-gid-reset.exp: New.
188
189 2020-01-10 George Barrett <bob@bob131.so>
190
191 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
192 to help in finding the image relocation offset.
193 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
194 options in arguments.
195 (stap_test_no_debuginfo): Likewise.
196 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
197 test variants.
198 (stap_test): Add null semaphore relocation test.
199
200 2020-01-10 George Barrett <bob@bob131.so>
201
202 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
203 * gdb.base/stap-probe.exp: Likewise.
204 (stap_test): Pass argument as an additional flag.
205 (stap_test_no_debuginfo): Likewise.
206 (stap_test): Check `info probes stap' output for semaphore
207 addresses if the test binary is supposed to have them.
208
209 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.tui/basic.exp: Add more scrolling tests.
212
213 2020-01-09 Tom Tromey <tom@tromey.com>
214
215 PR tui/18932:
216 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
217 meangingful value.
218 (Term::command, Term::resize): Update.
219 * gdb.tui/basic.exp: Add scrolling test.
220
221 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.tui/tui-layout-asm.exp: New file.
224
225 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * lib/tuiterm.exp (Term::check_box_contents): New proc.
228
229 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
232 (Term::enter_tui): Use Term::prepare_for_tui.
233
234 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
237 called.
238
239 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.base/skip.exp: Fix race condition in test.
242
243 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.base/backtrace.c: New file.
246 * gdb.base/backtrace.exp: New file.
247
248 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
251
252 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
253
254 * gdb.base/style.exp: Test that warnings are styled.
255
256 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
257
258 * gdb.base/line65535.exp: New file.
259 * gdb.base/line65535.c: New file.
260
261 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
262
263 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
264 * lib/gnat_debug_info_test.adb: New file.
265 * gdb.ada/ptype_tagged_param.exp: Use
266 gnat_runtime_has_debug_info, expect a different output if
267 runtime does not have debug info.
268
269 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
270
271 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
272 (another) quote in test name.
273
274 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
275
276 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
277 Add quote in test name.
278
279 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
280
281 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
282 directory instead.
283 * gdb.cp/pass-by-ref.exp: Extend with more cases.
284 * gdb.cp/pass-by-ref-2.cc: New file.
285 * gdb.cp/pass-by-ref-2.exp: New file.
286
287 2019-12-20 Tom Tromey <tom@tromey.com>
288
289 * gdb.tui/list-before.exp: New file.
290
291 2019-12-20 Tom Tromey <tom@tromey.com>
292
293 * gdb.tui/list.exp: Check for source on initial listing.
294
295 2019-12-11 Tom Tromey <tromey@adacore.com>
296
297 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
298 Add crlf test.
299
300 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
301
302 * gdb.base/default.exp: Update value of $_gdb_major.
303
304 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
305
306 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
307
308 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
309
310 * gdb.base/skip.exp: Whitespace fix.
311
312 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
313
314 * gdb.base/skip-inline.c: New file.
315 * gdb.base/skip-inline.exp: New file.
316
317 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
318
319 * gdb.base/jit-reader.exp (jit_reader_test): Rename
320 jit_function_00 to jit_function_stack_mangle.
321 * gdb.base/jithost.c (jit_function_t): Rename to...
322 (jit_function_stack_mangle_t): ... this.
323 (jit_function_add_t): New typedef.
324 (jit_function_00_code): Rename to...
325 (jit_function_stack_mangle_code): ... this, make static.
326 (jit_function_add_code): New.
327 (main): Generate "add" function and call it. Adjust to changes
328 in jithost_abi.
329 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
330 (struct jithost_abi) <begin, end>: Remove fields.
331 <object, function_stack_mangle, function_add>: New fields.
332 * gdb.base/jitreader.c (struct reader_state) <code_begin,
333 code_end>: Remove fields.
334 <func_stack_mangle>: New field.
335 (read_debug_info): Adjust to renaming, create block for "add"
336 function.
337 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
338
339 2019-12-11 Tom Tromey <tom@tromey.com>
340
341 * gdb.tui/resize.exp: Fix regexp.
342 * gdb.tui/regs.exp: Fix regexps.
343 * gdb.tui/main.exp: Fix regexp.
344
345 2019-12-11 Tom Tromey <tom@tromey.com>
346
347 * gdb.tui/resize.exp: Update.
348 * gdb.tui/empty.exp (layouts): Update.
349
350 2019-12-11 Tom Tromey <tom@tromey.com>
351
352 * gdb.tui/regs.exp: Update.
353 * gdb.tui/empty.exp (layouts): Update.
354 * gdb.tui/basic.exp: Update.
355 * lib/tuiterm.exp (_check_box): Don't check bottom border.
356
357 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
358
359 * gdb.base/options.exp: Add -raw-values in the print completion list.
360 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
361
362 2019-12-10 Kevin Buettner <kevinb@redhat.com>
363
364 * gdb.threads/omp-par-scope.c: New file.
365 * gdb/threads/omp-par-scope.exp: New file.
366
367 2019-12-10 Kevin Buettner <kevinb@redhat.com>
368
369 * lib/gdb.exp (support_nested_function_tests): New proc.
370
371 2019-12-10 Kevin Buettner <kevinb@redhat.com>
372
373 * lib/gdb.exp (gdb_compile_openmp): New proc.
374 (build_executable_from_specs): Add an "openmp" option.
375 (gdb_compile_pthreads): Add non-executable case.
376
377 2019-12-10 Tom Tromey <tromey@adacore.com>
378
379 * gdb.ada/unchecked_union.exp: New file.
380 * gdb.ada/unchecked_union/pck.adb: New file.
381 * gdb.ada/unchecked_union/pck.ads: New file.
382 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
383 * gdb-utils.exp (string_to_regexp): Also quote "?".
384
385 2019-12-10 George Barrett <bob@bob131.so>
386
387 Test scripted probe breakpoints.
388 * gdb.guile/scm-breakpoint.c (main): Add probe point.
389 * gdb.python/py-breakpoint.c (main): Likewise.
390 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
391 specifier test.
392 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
393
394 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
395
396 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
397 an rvalue parameter.
398 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
399 parameter.
400
401 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
404 modules.
405
406 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
409 broken version of GCC.
410
411 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.fortran/info-modules.exp: Rewrite to make use of new
414 sym-info-cmds library.
415 * gdb.fortran/info-types.exp: Likewise.
416 * lib/sym-info-cmds.exp: New file.
417
418 2019-12-08 Tom de Vries <tdevries@suse.de>
419
420 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
421
422 2019-12-07 Keith Seitz <keiths@redhat.com>
423
424 * gdb.base/corefile-buildid-shlib-shr.c: New file.
425 * gdb.base/corefile-buildid-shlib.c: New file.
426 * gdb.base/corefile-buildid.c: New file.
427 * gdb.base/corefile-buildid.exp: New file.
428
429 2019-12-06 Tom de Vries <tdevries@suse.de>
430
431 * gdb.dwarf2/varval.exp: Add decl before def test.
432
433 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
434
435 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
436
437 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
438
439 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
440 CV and reference conversion for overload resolution.
441 * gdb.cp/rvalue-ref-overload.exp: Test it.
442
443 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
444
445 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
446 * gdb.base/frameapply.exp: Test faas without command.
447
448 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
451 Fortran tests.
452 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
453 order.
454
455 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
458 casting to type with no kind specified.
459 (test_basic_parsing_of_type_kinds): Additional tests for types
460 with no kind specified, and add tests for single/double
461 precision/complex types.
462
463 2019-12-04 Tom Tromey <tromey@adacore.com>
464
465 * gdb.base/endianity.c (struct other) <x>: New field.
466 (main): Initialize it.
467 * gdb.base/endianity.exp: Update.
468
469 2019-12-04 Tom Tromey <tromey@adacore.com>
470
471 * gdb.ada/scalar_storage/storage.adb: New file.
472 * gdb.ada/scalar_storage/pck.adb: New file.
473 * gdb.ada/scalar_storage/pck.ads: New file.
474 * gdb.ada/scalar_storage.exp: New file.
475
476 2019-12-04 Tom Tromey <tromey@adacore.com>
477
478 * gdb.base/endianity.c (struct otherendian) <f>: New field.
479 (main): Initialize it.
480 * gdb.base/endianity.exp: Update.
481
482 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
485
486 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
489 -symbol-info-module-functions and -symbol-info-module-variables.
490
491 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
494
495 2019-12-01 Richard Bunt <richard.bunt@arm.com>
496 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.fortran/derived-type-striding.exp: New file.
499 * gdb.fortran/derived-type-striding.f90: New file.
500 * gdb.fortran/array-slices.exp: New file.
501 * gdb.fortran/array-slices.f90: New file.
502
503 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
504
505 * gdb.base/define.exp: Test . in command names.
506 * gdb.base/setshow.exp: Update test, as . is now part of
507 command name.
508
509 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/define-prefix.exp: New file.
512
513 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
514
515 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
516 compile.
517 (skip_btrace_pt_tests): Likewise.
518
519 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.fortran/info-modules.exp: Compile source files in correct
522 order.
523
524 2019-11-27 Kevin Buettner <kevinb@redhat.com>
525
526 * gdb.dwarf2/imported-unit.exp: New file.
527 * gdb.dwarf2/imported-unit.c: New file.
528
529 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
530
531 * gdb.mi/mi-fortran-modules-2.f90: New file.
532 * gdb.mi/mi-fortran-modules.exp: New file.
533 * gdb.mi/mi-fortran-modules.f90: New file.
534
535 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.mi/mi-sym-info-1.c: New file.
538 * gdb.mi/mi-sym-info-2.c: New file.
539 * gdb.mi/mi-sym-info.exp: New file.
540
541 2019-11-22 Tom Tromey <tromey@adacore.com>
542
543 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
544 * gdb.ada/tasks/foo.adb: Add another stopping location.
545
546 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
547
548 * gdb.base/endianity.c: New test.
549 * gdb.base/endianity.exp: New file.
550
551 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
552
553 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
554
555 2019-11-21 Tom de Vries <tdevries@suse.de>
556
557 PR gdb/24956
558 * gdb.base/ui-redirect.exp: Test output of user-defined command.
559
560 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
561
562 * gdb.python/py-progspace.exp: Add missing parentheses on some
563 'print' commands.
564
565 2019-11-19 Tom Tromey <tom@tromey.com>
566
567 * gdb.tui/winheight.exp: New file.
568
569 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.base/ctf-whatis.c: Delete.
572 * gdb.base/ctf-whatis.exp: Delete.
573 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
574
575 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
576
577 * gdb.base/ctf-cvexpr.exp: Delete.
578 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
579
580 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
583 the compiler. Clean up header comment a little.
584 * gdb.base/ctf-ptype.exp: Likewise.
585 * gdb.base/ctf-whatis.exp: Likewise.
586 * lib/gdb.exp (skip_ctf_tests): New proc.
587
588 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
589
590 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
591 * gdb.tui/corefile-run.exp: New file.
592
593 2019-11-14 Tom Tromey <tromey@adacore.com>
594
595 * gdb.base/gdbvars.exp (test_convenience_variables): Add
596 regression tests.
597
598 2019-11-12 Tom Tromey <tom@tromey.com>
599
600 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
601 after any command. Expect prompt after WAIT_FOR is seen.
602 (enter_tui): Enable resize messages.
603 (command): Expect command in output.
604 (get_line): Avoid error when cursor appears to be off-screen.
605 (dump_screen): Include screen size in title.
606 (_do_resize): New proc, from "resize".
607 (resize): Rewrite. Do resize in two steps.
608 * gdb.tui/empty.exp (layouts): Fix entries.
609 (check_boxes): Remove xfail.
610 (check_text): Dump screen on failure.
611
612 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.python/py-symbol.exp: Add test for
615 gdb.lookup_static_symbols.
616
617 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.python/py-symbol.c: Declare and call function from new
620 py-symbol-2.c file.
621 * gdb.python/py-symbol.exp: Compile both source files, and add new
622 tests for gdb.lookup_static_symbol.
623 * gdb.python/py-symbol-2.c: New file.
624
625 2019-11-02 Tom de Vries <tdevries@suse.de>
626
627 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
628 * gdb.base/anon.exp: Same.
629 * gdb.base/auto-connect-native-target.exp: Same.
630 * gdb.base/call-ar-st.exp: Same.
631 * gdb.base/catch-syscall.exp: Same.
632 * gdb.base/commands.exp: Same.
633 * gdb.base/default.exp: Same.
634 * gdb.base/display.exp: Same.
635 * gdb.base/float.exp: Same.
636 * gdb.base/foll-fork.exp: Same.
637 * gdb.base/help.exp: Same.
638 * gdb.base/info-macros.exp: Same.
639 * gdb.base/info-proc.exp: Same.
640 * gdb.base/info-target.exp: Same.
641 * gdb.base/long_long.exp: Same.
642 * gdb.base/macscp.exp: Same.
643 * gdb.base/memattr.exp: Same.
644 * gdb.base/nofield.exp: Same.
645 * gdb.base/pointers.exp: Same.
646 * gdb.base/printcmds.exp: Same.
647 * gdb.base/ptype.exp: Same.
648 * gdb.base/restore.exp: Same.
649 * gdb.base/return.exp: Same.
650 * gdb.base/scope.exp: Same.
651 * gdb.base/set-noassign.exp: Same.
652 * gdb.base/setshow.exp: Same.
653 * gdb.base/shlib-call.exp: Same.
654 * gdb.base/signals.exp: Same.
655 * gdb.base/sigstep.exp: Same.
656 * gdb.base/skip.exp: Same.
657 * gdb.base/solib-symbol.exp: Same.
658 * gdb.base/stap-probe.exp: Same.
659 * gdb.base/step-line.exp: Same.
660 * gdb.base/step-test.exp: Same.
661 * gdb.base/style.exp: Same.
662 * gdb.base/varargs.exp: Same.
663 * gdb.base/vla-datatypes.exp: Same.
664 * gdb.base/vla-ptr.exp: Same.
665 * gdb.base/vla-sideeffect.exp: Same.
666 * gdb.base/volatile.exp: Same.
667 * gdb.base/watch-cond-infcall.exp: Same.
668 * gdb.base/watchpoint.exp: Same.
669
670 2019-11-02 Tom de Vries <tdevries@suse.de>
671
672 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
673 * gdb.cp/cpexprs.exp: Same.
674 * gdb.cp/except-multi-location.exp: Same.
675 * gdb.cp/exceptprint.exp: Same.
676 * gdb.cp/gdb2384.exp: Same.
677 * gdb.cp/inherit.exp: Same.
678 * gdb.cp/m-static.exp: Same.
679 * gdb.cp/meth-typedefs.exp: Same.
680 * gdb.cp/misc.exp: Same.
681 * gdb.cp/namespace.exp: Same.
682 * gdb.cp/non-trivial-retval.exp: Same.
683 * gdb.cp/overload.exp: Same.
684 * gdb.cp/pr17132.exp: Same.
685 * gdb.cp/re-set-overloaded.exp: Same.
686 * gdb.cp/rvalue-ref-types.exp: Same.
687 * gdb.cp/templates.exp: Same.
688
689 2019-11-01 Luis Machado <luis.machado@linaro.org>
690
691 PR gdb/25124
692
693 * gdb.arch/pr25124.S: New file.
694 * gdb.arch/pr25124.exp: New file.
695
696 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.fortran/info-modules.exp: Update expected results, and add
699 additional tests for 'info module functinos', and 'info module
700 variables'.
701 * gdb.fortran/info-types.exp: Update expected results.
702 * gdb.fortran/info-types.f90: Extend testcase with additional
703 module variables and functions.
704
705 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * gdb.fortran/info-modules.exp: New file.
708 * gdb.fortran/info-types.exp: Build with new file.
709 * gdb.fortran/info-types.f90: Include and use new module.
710 * gdb.fortran/info-types-2.f90: New file.
711
712 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
713
714 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
715 * gdb.base/settings.exp: Test all settings types using
716 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
717 that now verifies that the value of "maint show" is the same as
718 returned by the settings functions. Test the type of the
719 maintenance settings.
720 * gdb.base/default.exp: Update show_conv_list.
721
722 2019-10-31 Tom de Vries <tdevries@suse.de>
723
724 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
725 gdb_test.
726 * gdb.arch/amd64-disp-step.exp: Same.
727 * gdb.asm/asm-source.exp: Same.
728 * gdb.btrace/buffer-size.exp: Same.
729 * gdb.btrace/cpu.exp: Same.
730 * gdb.btrace/enable.exp: Same.
731 * gdb.dwarf2/count.exp: Same.
732 * gdb.dwarf2/dw2-ranges-func.exp: Same.
733 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
734 * gdb.fortran/vla-datatypes.exp: Same.
735 * gdb.fortran/vla-history.exp: Same.
736 * gdb.fortran/vla-ptype.exp: Same.
737 * gdb.fortran/vla-value.exp: Same.
738 * gdb.fortran/whatis_type.exp: Same.
739 * gdb.guile/guile.exp: Same.
740 * gdb.multi/tids.exp: Same.
741 * gdb.python/py-finish-breakpoint.exp: Same.
742 * gdb.python/py-framefilter.exp: Same.
743 * gdb.python/py-pp-registration.exp: Same.
744 * gdb.python/py-xmethods.exp: Same.
745 * gdb.python/python.exp: Same.
746 * gdb.server/connect-with-no-symbol-file.exp: Same.
747 * gdb.server/no-thread-db.exp: Same.
748 * gdb.server/run-without-local-binary.exp: Same.
749 * gdb.stabs/weird.exp: Same.
750 * gdb.threads/attach-many-short-lived-threads.exp: Same.
751 * gdb.threads/thread-find.exp: Same.
752 * gdb.threads/tls-shared.exp: Same.
753 * gdb.threads/tls.exp: Same.
754 * gdb.threads/wp-replication.exp: Same.
755 * gdb.trace/ax.exp: Same.
756 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
757
758 2019-10-31 Tom de Vries <tdevries@suse.de>
759
760 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
761 * gdb.ada/array_subscript_addr.exp: Same.
762 * gdb.ada/arrayidx.exp: Same.
763 * gdb.ada/arrayparam.exp: Same.
764 * gdb.ada/arrayptr.exp: Same.
765 * gdb.ada/boolean_expr.exp: Same.
766 * gdb.ada/call_pn.exp: Same.
767 * gdb.ada/complete.exp: Same.
768 * gdb.ada/fixed_cmp.exp: Same.
769 * gdb.ada/fun_addr.exp: Same.
770 * gdb.ada/funcall_param.exp: Same.
771 * gdb.ada/interface.exp: Same.
772 * gdb.ada/mod_from_name.exp: Same.
773 * gdb.ada/null_array.exp: Same.
774 * gdb.ada/packed_array.exp: Same.
775 * gdb.ada/packed_tagged.exp: Same.
776 * gdb.ada/print_chars.exp: Same.
777 * gdb.ada/print_pc.exp: Same.
778 * gdb.ada/ptype_arith_binop.exp: Same.
779 * gdb.ada/ptype_field.exp: Same.
780 * gdb.ada/ptype_tagged_param.exp: Same.
781 * gdb.ada/rec_return.exp: Same.
782 * gdb.ada/ref_tick_size.exp: Same.
783 * gdb.ada/str_ref_cmp.exp: Same.
784 * gdb.ada/taft_type.exp: Same.
785 * gdb.ada/tagged.exp: Same.
786 * gdb.ada/type_coercion.exp: Same.
787 * gdb.ada/uninitialized_vars.exp: Same.
788
789 2019-10-30 Tom de Vries <tdevries@suse.de>
790
791 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
792
793 2019-10-26 Tom de Vries <tdevries@suse.de>
794
795 * gdb.base/bigcore.c: Fix typos in comments.
796 * gdb.base/ctf-ptype.c: Same.
797 * gdb.base/long_long.c: Same.
798 * gdb.dwarf2/dw2-op-out-param.S: Same.
799 * gdb.python/py-evthreads.c: Same.
800 * gdb.reverse/i387-stack-reverse.c: Same.
801 * gdb.trace/tfile.c: Same.
802 * lib/compiler.c: Same.
803 * lib/compiler.cc: Same.
804
805 2019-10-25 Tom de Vries <tdevries@suse.de>
806
807 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
808 gdb_test_multiple calls.
809 * gdb.reverse/sigall-reverse.exp: Same.
810 * gdb.reverse/solib-precsave.exp: Same.
811 * gdb.reverse/solib-reverse.exp: Same.
812 * gdb.reverse/until-precsave.exp: Same.
813 * gdb.reverse/until-reverse.exp: Same.
814
815 2019-10-24 Tom de Vries <tdevries@suse.de>
816
817 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
818 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
819 kfail using -wrap pattern flag and convenience variable
820 gdb_test_name.
821
822 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.python/py-progspace.exp: Add tests for the
825 Progspace.block_for_pc method.
826
827 2019-10-23 Tom Tromey <tom@tromey.com>
828
829 * configure: Rebuild.
830 * aclocal.m4: Use m4_include, not sinclude.
831
832 2019-10-21 Tom de Vries <tdevries@suse.de>
833
834 * gdb.base/infcall-nested-structs.c: Add
835 __attribute__((noinline,noclone)) to all functions.
836 (call_all): Add missing variable initialization. Simplify return value.
837 (breakpt): Increment volatile variable, to prevent call from being
838 optimized out.
839 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
840
841 2019-10-17 Tom de Vries <tdevries@suse.de>
842
843 * gdb.fortran/module.exp: Allow info variables to print info for files
844 other than module.f90.
845
846 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.fortran/module.exp: Extend with 'info variables' test.
849
850 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
853 F77_FOR_TARGET.
854
855 2019-10-16 Tom de Vries <tdevries@suse.de>
856
857 PR tdep/25096
858 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
859
860 2019-10-16 Tom de Vries <tdevries@suse.de>
861
862 PR tdep/24104
863 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
864 Add KFAIL for PR tdep/25096.
865
866 2019-10-16 Tom de Vries <tdevries@suse.de>
867
868 PR testsuite/25059
869 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
870
871 2019-10-16 Tom de Vries <tdevries@suse.de>
872
873 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
874 as signed.
875
876 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
877
878 * gdb.mi/list-thread-groups-available.exp: Read entries one by
879 one instead of increasing timeout.
880
881 2019-10-13 Tom de Vries <tdevries@suse.de>
882
883 PR record/25038
884 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
885 * gdb.reverse/sigall-reverse.exp: Same.
886 * gdb.reverse/solib-precsave.exp: Same.
887 * gdb.reverse/solib-reverse.exp: Same.
888 * gdb.reverse/step-precsave.exp: Same.
889 * gdb.reverse/until-precsave.exp: Same.
890 * gdb.reverse/until-reverse.exp: Same.
891 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
892
893 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
894
895 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
896 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
897 (cmp_struct_05_01, cmp_struct_static_02_01)
898 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
899 comparisons.
900
901 2019-10-10 Tom de Vries <tdevries@suse.de>
902
903 PR testsuite/24888
904 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
905 gnatlink.
906
907 2019-10-09 Tom de Vries <tdevries@suse.de>
908
909 PR testsuite/25048
910 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
911
912 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
915 exceptions due to missing debug information.
916
917 2019-10-07 Tom de Vries <tdevries@suse.de>
918
919 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
920
921 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
924 * gdb.base/annota1.exp: Update to use gdb_test_name.
925
926 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
927
928 * gdb.base/ctf-whatis.exp: New file.
929 * gdb.base/ctf-whatis.c: New file.
930 * gdb.base/ctf-ptype.exp: New file.
931 * gdb.base/ctf-ptype.c: New file.
932 * gdb.base/ctf-constvars.exp: New file.
933 * gdb.base/ctf-constvars.c: New file.
934 * gdb.base/ctf-cvexpr.exp: New file.
935
936 2019-10-04 Tom de Vries <tdevries@suse.de>
937
938 * gdb.cp/local-static.c (main): Move declaration of int i out of the
939 for loop.
940
941 2019-10-03 Tom Tromey <tom@tromey.com>
942
943 PR rust/24976:
944 * gdb.rust/simple.rs (Union2): New type.
945 (main): Use Union2.
946 * gdb.rust/simple.exp: Add test.
947
948 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
949
950 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
951 nested function prefix.
952
953 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
954 Richard Bunt <richard.bunt@arm.com>
955 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
958 nested functions.
959 * gdb.fortran/nested-funcs.f90: Update expected results.
960 * gdb.fortran/nested-funcs-2.exp: New file.
961 * gdb.fortran/nested-funcs-2.f90: New file.
962
963 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.python/py-parameter.exp: Make test names unique.
966 * gdb.python/py-template.exp: Likewise.
967 * gdb.python/py-value.exp: Likewise.
968
969 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.base/break-interp.exp: Reduce test name duplication.
972 * gdb.base/call-sc.exp: Likewise.
973 * gdb.base/callfuncs.exp: Likewise.
974 * gdb.base/charset.exp: Likewise.
975 * gdb.base/dump.exp: Likewise.
976 * gdb.base/ena-dis-br.exp: Likewise.
977 * gdb.base/relational.exp: Likewise.
978 * gdb.base/step-over-syscall.exp: Likewise.
979 * gdb.base/structs.exp: Likewise.
980
981 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.linespec/explicit.exp: Make test names unique.
984 * gdb.linespec/ls-errs.exp: Likewise.
985
986 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 * gdb.reverse/break-precsave.exp: Make test names unique.
989 * gdb.reverse/break-reverse.exp: Likewise.
990 * gdb.reverse/finish-precsave.exp: Likewise.
991 * gdb.reverse/finish-reverse.exp: Likewise.
992 * gdb.reverse/machinestate-precsave.exp: Likewise.
993 * gdb.reverse/machinestate.exp: Likewise.
994 * gdb.reverse/readv-reverse.exp: Likewise.
995 * gdb.reverse/recvmsg-reverse.exp: Likewise.
996 * gdb.reverse/sigall-precsave.exp: Likewise.
997 * gdb.reverse/sigall-reverse.exp: Likewise.
998 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
999 * gdb.reverse/watch-precsave.exp: Likewise.
1000 * gdb.reverse/watch-reverse.exp: Likewise.
1001
1002 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.threads/stop-with-handle.c: New file.
1005 * gdb.threads/stop-with-handle.exp: New file.
1006
1007 2019-10-03 Tom de Vries <tdevries@suse.de>
1008
1009 PR testsuite/25059
1010 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1011 directory" line to be missing.
1012
1013 2019-10-03 Tom de Vries <tdevries@suse.de>
1014
1015 PR testsuite/25059
1016 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1017 type optional.
1018
1019 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1020
1021 * gdb.python/py-format-string.c (string.h): New include.
1022 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1023 the same value, for endianness-independence.
1024 * gdb.python/py-format-string.exp (default_regexp_dict)
1025 (test_pretty_structs, test_format): Adjust expected output to the
1026 changed initialization.
1027
1028 2019-10-02 Tom Tromey <tromey@adacore.com>
1029
1030 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1031
1032 2019-10-02 Pedro Alves <palves@redhat.com>
1033 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1036 "print-file-var.h".
1037 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1038 (get_version_1): Print this_version_id and its address.
1039 Add extern "C" wrappers around interface functions.
1040 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1041 "print-file-var.h".
1042 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1043 (get_version_2): Print this_version_id and its address.
1044 Add extern "C" wrappers around interface functions.
1045 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1046 <stddef.h> and "print-file-var.h".
1047 Add extern "C" wrappers around interface functions.
1048 [VERSION_ID_MAIN] (this_version_id): Define.
1049 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1050 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1051 up extern "C" blocks.
1052 * gdb.base/print-file-var.exp (test): New, factored out from top
1053 level.
1054 (top level): Test all combinations of attribute hidden or not,
1055 dlopen or not, and this_version_id symbol in main file or not.
1056 Compile tests as both C++ and C, make test names unique.
1057
1058 2019-10-01 Tom Tromey <tom@tromey.com>
1059
1060 * gdb.base/style.exp: Test "show logging filename".
1061
1062 2019-10-01 Tom Tromey <tom@tromey.com>
1063
1064 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1065 * gdb.base/style.exp: Add metadata style test.
1066
1067 2019-10-01 Tom Tromey <tom@tromey.com>
1068
1069 * gdb.base/style.exp: Test "pwd".
1070
1071 2019-10-01 Tom Tromey <tom@tromey.com>
1072
1073 * gdb.base/style.exp: Update tests.
1074
1075 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1076
1077 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1078 'six' to unsigned.
1079 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1080 'five'. Use an all-ones bit pattern for each.
1081 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1082 to its changed values.
1083
1084 2019-09-30 Tom Tromey <tromey@adacore.com>
1085
1086 * gdb.rust/traits.rs: Disable all warnings.
1087
1088 2019-09-29 Tom de Vries <tdevries@suse.de>
1089
1090 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1091
1092 2019-09-29 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1095
1096 2019-09-27 Tom de Vries <tdevries@suse.de>
1097
1098 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1099
1100 2019-09-27 Tom de Vries <tdevries@suse.de>
1101
1102 PR record/23188
1103 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1104
1105 2019-09-26 Tom Tromey <tromey@adacore.com>
1106
1107 * gdb.ada/py_taft.exp: New file.
1108 * gdb.ada/py_taft/main.adb: New file.
1109 * gdb.ada/py_taft/pkg.adb: New file.
1110 * gdb.ada/py_taft/pkg.ads: New file.
1111
1112 2019-09-24 Tom de Vries <tdevries@suse.de>
1113
1114 PR gdb/24598
1115 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1116
1117 2019-09-22 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.base/restore.exp: Allow register variables to be optimized out at
1120 -O0.
1121
1122 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1123
1124 * gdb.arch/spu-info.exp: Remove file.
1125 * gdb.arch/spu-info.c: Remove file.
1126 * gdb.arch/spu-ls.exp: Remove file.
1127 * gdb.arch/spu-ls.c: Remove file.
1128
1129 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1130 * gdb.asm/spu.inc: Remove file.
1131
1132 * gdb.base/dump.exp: Remove support for spu*-*-*.
1133 * gdb.base/stack-checking.exp: Likewise.
1134 * gdb.base/overlays.exp: Likewise.
1135 * gdb.base/ovlymgr.c: Likewise.
1136 * gdb.base/spu.ld: Remove file.
1137
1138 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1139 * gdb.cp/cpexprs.exp: Likewise.
1140 * gdb.cp/exception.exp: Likewise.
1141 * gdb.cp/gdb2495.exp: Likewise.
1142 * gdb.cp/mb-templates.exp: Likewise.
1143 * gdb.cp/pr9167.exp: Likewise.
1144 * gdb.cp/userdef.exp: Likewise.
1145
1146 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1147
1148 * gdb.cell: Remove directory.
1149 * lib/cell.exp: Remove file.
1150
1151 2019-09-19 Tom de Vries <tdevries@suse.de>
1152
1153 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1154
1155 2019-09-19 Tom de Vries <tdevries@suse.de>
1156
1157 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1158
1159 2019-09-19 Tom de Vries <tdevries@suse.de>
1160
1161 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1162 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1163 (gdb_target_cmd): ... here.
1164 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1165 value 2.
1166
1167 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.base/source-dir.exp: Avoid having directory names in test
1170 names.
1171
1172 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1175 directory.
1176
1177 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.base/list-missing-source.exp: New file.
1180
1181 2019-09-14 Tom de Vries <tdevries@suse.de>
1182
1183 PR teststuite/24599
1184 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1185 * lib/ada.exp (gnatmake_version_at_least): New proc.
1186
1187 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 * gdb.base/maint.exp: Use exec_has_index_section.
1190
1191 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.base/maint.exp: Add test for 'maint info sections'.
1194
1195 2019-09-12 Tom de Vries <tdevries@suse.de>
1196
1197 * gdb.base/store.exp: Allow register variables to be optimized out at
1198 -O0.
1199
1200 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1201
1202 * gdb.ada/rdv_wait.exp: Update to new task names.
1203 * gdb.base/task_switch_in_core.exp: Likewise.
1204 * gdb.base/info_sources_base.c: Likewise.
1205
1206 2019-09-10 Tom Tromey <tromey@adacore.com>
1207
1208 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1209
1210 2019-09-10 Tom Tromey <tromey@adacore.com>
1211
1212 * gdb.ada/dgopt.exp: New file.
1213 * gdb.ada/dgopt/x.adb: New file.
1214
1215 2019-09-08 Tom Tromey <tom@tromey.com>
1216
1217 * gdb.tui/resize.exp: Remove setup_xfail.
1218 * gdb.tui/regs.exp: Remove setup_xfail.
1219 * gdb.tui/basic.exp: Remove setup_xfail.
1220
1221 2019-09-06 David Blaikie <dblaikie@gmail.com>
1222
1223 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1224 * gdb.cp/cplabel.exp: Ditto.
1225 * gdb.linespec/ls-errs.exp: Ditto.
1226
1227 2019-09-05 Tom de Vries <tdevries@suse.de>
1228
1229 * lib/gdb.exp (cmp_file_string): New proc.
1230 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1231 runto_main. Verify save breakpoints output.
1232
1233 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1234
1235 * gdb.base/info-var.exp: Test info variables without running
1236 to main, to avoid expect's buffer overflow.
1237
1238 2019-09-03 Tom Tromey <tromey@adacore.com>
1239
1240 * gdb.ada/bias.exp: New file.
1241 * gdb.ada/bias/bias.adb: New file.
1242 * gdb.ada/print_chars.exp: Add regression test.
1243 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1244 (MC): New variable.
1245
1246 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1247
1248 * gdb.base/argv0-symlink.exp: Run only on native target
1249 and local host.
1250
1251 2019-08-29 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1254 diverse debug info.
1255 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1256
1257 2019-08-28 Tom de Vries <tdevries@suse.de>
1258
1259 * gdb.base/info-var.exp: Allow info variables to print info for files
1260 other than info-var-f1.c and info-var-f2.c.
1261
1262 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1263
1264 * gdb.fortran/info-types.exp: Add module.
1265 * gdb.fortran/info-types.f90: Update expected results.
1266
1267 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.fortran/info-types.exp: New file.
1270 * gdb.fortran/info-types.f90: New file.
1271 * lib/fortran.exp (fortran_character1): New proc.
1272
1273 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1276 functions'. Reindent as needed.
1277 * gdb.base/info-var-f1.c: New file.
1278 * gdb.base/info-var-f2.c: New file.
1279 * gdb.base/info-var.exp: New file.
1280 * gdb.base/info-var.h: New file.
1281
1282 2019-08-26 Tom de Vries <tdevries@suse.de>
1283
1284 PR c++/24852
1285 * gdb.cp/no-libstdcxx-probe.exp: New test.
1286
1287 2019-08-26 Tom de Vries <tdevries@suse.de>
1288
1289 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1290 * tests need to be skipped.
1291 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1292 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1293 mi_skip_libstdcxx_probe_tests.
1294
1295 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1296
1297 * gdb.python/py-xmethods.exp: Use raw strings when passing
1298 arguments to SimpleXMethodMatcher.
1299
1300 2019-08-22 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1303 more informative.
1304
1305 2019-08-21 Pedro Alves <palves@redhat.com>
1306
1307 * gdb.base/with.exp: Test "with" with no arguments.
1308
1309 2019-08-21 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.base/gdb-caching-proc.exp: Sort files.
1312
1313 2019-08-20 Tom de Vries <tdevries@suse.de>
1314
1315 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1316 compilation.
1317
1318 2019-08-16 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/compare-sections.exp ("after run to main"): Allow
1321 mismatched read-only sections for PIE executables.
1322
1323 2019-08-16 Tom Tromey <tom@tromey.com>
1324
1325 * lib/tuiterm.exp (_csi_Z): New proc.
1326 * gdb.tui/basic.exp: Update window positions.
1327 * gdb.tui/empty.exp: Update window positions.
1328
1329 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1330
1331 * gdb.base/examine-backward.exp: Correct regexp for
1332 "examine 3 bytes backward from ${address_zero}".
1333
1334 2019-08-15 Tom Tromey <tom@tromey.com>
1335
1336 * gdb.tui/empty.exp: Enable resizing tests.
1337
1338 2019-08-15 Tom Tromey <tromey@adacore.com>
1339
1340 * gdb.ada/char_enum.exp: Add regression tests.
1341 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1342 and '0'.
1343 (Char, Gchar): Update.
1344 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1345
1346 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1347
1348 * gdb.python/python.exp: Expect a leading underscore on
1349 GdbOutput{,Error}File.
1350
1351 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1352
1353 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1354 Windows host.
1355
1356 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1357
1358 * gdb.base/batch-preserve-term-settings.exp
1359 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1360
1361 2019-08-15 Christian Biesinger <cbiesinger@google.com>
1362
1363 * lib/gdb.exp: When running on a mingw target, replace
1364 /x/ with x:/.
1365
1366 2019-08-14 Alan Hayward <alan.hayward@arm.com>
1367
1368 * gdb.arch/aarch64-prologue.c: New test.
1369 * gdb.arch/aarch64-prologue.exp: New file.
1370
1371 2019-08-13 Tom de Vries <tdevries@suse.de>
1372
1373 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1374 Thread.
1375
1376 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1377
1378 * gdb.python/py-completion.exp: Download the .py file to the host
1379 and use its host pathname. Conditionalize tests that use
1380 tab completion and manipulate files on the build machine.
1381 * gdb.python/py-events.exp: Download the .py file to the host
1382 and use its host pathname.
1383 * gdb.python/py-evsignal.exp: Likewise.
1384 * gdb.python/py-evthreads.exp: Likewise.
1385 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1386 pathname syntax.
1387 * gdb.python/py-framefilter.exp: Download the .py file to the right
1388 place on the host. Match Windows pathname syntax.
1389 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1390 .py file to the host and use its host pathname.
1391 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1392 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1393 build pathname. Skip symlink test on Windows host. Add missing
1394 newline at end of file.
1395 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1396 and use its host pathname.
1397 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1398 * gdb.python/py-section-script.exp: Use host location of binfile
1399 on safe-path. Use correct path separator on Windows host.
1400 Reorder alternatives in gdb_test_multiple to prevent matching
1401 the wrong alternative on success.
1402 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1403
1404 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1405
1406 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1407 expect the GDB inferior to no longer immediately stop after
1408 being resumed with "signal SIGINT".
1409
1410 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1411
1412 * gdb.linespec/break-ask.exp: Generalize regexps to match
1413 Windows pathnames too.
1414
1415 2019-08-08 Tom de Vries <tdevries@suse.de>
1416
1417 PR testsuite/24862
1418 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1419
1420 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1421
1422 * gdb.base/style.exp: Update tests for help doc new invariants.
1423 * gdb.base/help.exp: Likewise.
1424
1425 2019-08-06 Tom Tromey <tom@tromey.com>
1426
1427 * gdb.base/style.exp: Add disassemble test.
1428 * gdb.base/style.c (some_called_function): New function.
1429 (main): Use it.
1430
1431 2019-08-05 Christian Biesinger <cbiesinger@google.com>
1432
1433 * gdb.python/py-block.exp: Test dictionary access on blocks.
1434
1435 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
1436
1437 PR gdb/24863
1438 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1439 -list-thread-groups --available test when running under
1440 check-read1.
1441
1442 2019-08-05 Tom de Vries <tdevries@suse.de>
1443
1444 PR testsuite/24863
1445 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1446 * gdb.base/help.exp: Use with_read1_timeout_factor.
1447 * gdb.base/info-macros.exp: Same.
1448 * gdb.cp/nested-types.exp: Same.
1449
1450 2019-08-05 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (version_at_least): Factor out of ...
1453 (tcl_version_at_least): ... here.
1454 (gdb_compile): Fail if pie results in non-PIE executable.
1455 (readelf_version, readelf_prints_pie): New proc.
1456 (exec_is_pie): Return -1 if unknown.
1457
1458 2019-08-05 Tom de Vries <tdevries@suse.de>
1459
1460 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1461
1462 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1463
1464 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1465
1466 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1467
1468 * lib/completion-support.exp (test_gdb_complete_none): Skip
1469 tab completion tests if no readline support.
1470 (test_gdb_complete_unique_re): Likewise.
1471 (test_gdb_complete_multiple): Likewise.
1472
1473 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1474
1475 * gdb.base/info_sources.exp: New file.
1476 * gdb.base/info_sources.c: New file.
1477 * gdb.base/info_sources_base.c: New file.
1478
1479 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1480
1481 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1482 prefix argument.
1483 (test_exit_status): Add prefix argument.
1484
1485 2019-08-01 Tom de Vries <tdevries@suse.de>
1486
1487 PR testsuite/24863
1488 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1489 calling exp_continue for new thread and thread exited messages.
1490
1491 2019-08-01 Tom de Vries <tdevries@suse.de>
1492
1493 PR testsuite/24863
1494 * gdb.base/structs.exp: Fix check-read1 timeout using
1495 gdb_test_sequence.
1496 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1497
1498 2019-08-01 Tom de Vries <tdevries@suse.de>
1499
1500 PR testsuite/24863
1501 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1502 line.
1503
1504 2019-08-01 Tom de Vries <tdevries@suse.de>
1505
1506 PR testsuite/24863
1507 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1508
1509 2019-07-30 Tom Tromey <tromey@adacore.com>
1510
1511 * gdb.ada/display_nested.exp: New file.
1512 * gdb.ada/display_nested/foo.adb: New file.
1513 * gdb.ada/display_nested/pack.adb: New file.
1514 * gdb.ada/display_nested/pack.ads: New file.
1515
1516 2019-07-30 Christian Biesinger <cbiesinger@google.com>
1517
1518 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1519 namespace.
1520 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1521
1522 2019-07-30 Tom de Vries <tdevries@suse.de>
1523
1524 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1525 instead.
1526
1527 2019-07-30 Tom de Vries <tdevries@suse.de>
1528
1529 PR testsuite/24834
1530 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1531 (exec_is_pie): New proc.
1532
1533 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1534
1535 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1536
1537 2019-07-29 Christian Biesinger <cbiesinger@google.com>
1538
1539 * gdb.python/py-objfile.c: Add global and static vars.
1540 * gdb.python/py-objfile.exp: Test new functions Objfile.
1541 lookup_global_symbol and lookup_static_symbol.
1542
1543 2019-07-29 Tom Tromey <tom@tromey.com>
1544
1545 * lib/tuiterm.exp (Term::_csi_@): New proc.
1546 (Term::_csi_X): Don't move cursor.
1547
1548 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1549
1550 * gdb.base/options.exp: Update backtrace - completion to
1551 new option -frame-info.
1552 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1553 Test new 'set print frame-info'. Test backtrace -frame-info
1554 overriding 'set print frame-info'.
1555 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1556 Test new 'set print frame-info'.
1557 Verify consistency of backtrace with and without filters, with and
1558 without -no-filters.
1559 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1560 default.
1561
1562 2019-07-29 Tom de Vries <tdevries@suse.de>
1563
1564 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1565 no arguments".
1566
1567 2019-07-29 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1570 is a substring of the first for "complete non-unique file name".
1571
1572 2019-07-29 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1575 with ".*".
1576
1577 2019-07-29 Tom de Vries <tdevries@suse.de>
1578
1579 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1580 Pass prompt_regexp parameter to gdb_test_multiple calls.
1581
1582 2019-07-29 Tom de Vries <tdevries@suse.de>
1583
1584 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1585 print registers" regexps.
1586
1587 2019-07-29 Tom de Vries <tdevries@suse.de>
1588
1589 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1590
1591 2019-07-29 Tom de Vries <tdevries@suse.de>
1592
1593 PR gdb/24855
1594 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1595 (skip_python_tests_prompt): Add prompt_regexp argument to
1596 gdb_test_multiple calls.
1597
1598 2019-07-27 Tom Tromey <tom@tromey.com>
1599
1600 * gdb.tui/main.exp: New file.
1601
1602 2019-07-27 Tom Tromey <tom@tromey.com>
1603
1604 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1605 optional.
1606 * gdb.tui/empty.exp: New file.
1607
1608 2019-07-27 Tom Tromey <tom@tromey.com>
1609
1610 * lib/tuiterm.exp (spawn): New proc.
1611 (Term::resize): New proc.
1612 * gdb.tui/resize.exp: New file.
1613
1614 2019-07-27 Tom Tromey <tom@tromey.com>
1615
1616 * gdb.tui/list.exp: New file.
1617
1618 2019-07-27 Tom Tromey <tom@tromey.com>
1619
1620 * gdb.tui/regs.exp: New file.
1621
1622 2019-07-27 Tom Tromey <tom@tromey.com>
1623
1624 * gdb.tui/basic.exp: Add "layout split" test.
1625
1626 2019-07-27 Tom Tromey <tom@tromey.com>
1627
1628 * gdb.tui/basic.exp: Add "layout asm" test.
1629
1630 2019-07-27 Tom Tromey <tom@tromey.com>
1631
1632 * lib/tuiterm.exp: New file.
1633 * gdb.tui/basic.exp: New file.
1634
1635 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1636
1637 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1638 Enable tests associated with this flag. Adjust regex
1639 referencing "foo_low" to now refer to "foo_cold" instead.
1640
1641 2019-07-27 Kevin Buettner <kevinb@redhat.com>
1642
1643 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1644 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1645 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1646 foo_cold. Revise comments to match.
1647 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1648 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1649 were wrapped into this proc; Call do_test in loop from outermost
1650 level.
1651 (foo_low): Rename all occurrences to "foo_cold".
1652 (backtrace from baz): New test.
1653 (x2/i foo_cold): New test.
1654 (info line *foo_cold): New test.
1655
1656 2019-07-26 Tom de Vries <tdevries@suse.de>
1657
1658 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1659
1660 2019-07-25 Tom de Vries <tdevries@suse.de>
1661
1662 PR testsuite/24830
1663 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1664 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1665 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1666 (skip_libstdcxx_probe_tests): ... here.
1667 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1668
1669 2019-07-24 Tom de Vries <tdevries@suse.de>
1670
1671 PR testsuite/24807
1672 * gdb.objc/basicclass.m: Include stdio.h.
1673 * gdb.objc/nondebug.m: Same.
1674 * gdb.objc/objcdecode.m: Same.
1675
1676 2019-07-24 Tom de Vries <tdevries@suse.de>
1677
1678 PR testsuite/24612
1679 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1680 additional_flags.
1681
1682 2019-07-24 Tom de Vries <tdevries@suse.de>
1683
1684 PR testsuite/24831
1685 * gdb.multi/tids.exp: Update error messages for info threads.
1686
1687 2019-07-24 Tom de Vries <tdevries@suse.de>
1688
1689 * gdb.base/info-types.exp: Allow info types to print info for more than
1690 one file.
1691
1692 2019-07-23 Tom de Vries <tdevries@suse.de>
1693
1694 PR testsuite/24842
1695 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1696 gdb_spawn_with_cmdline_opts.
1697
1698 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1699
1700 * gdb.arch/arm-cmse-sgstubs.c: New test.
1701 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1702
1703 2019-07-23 Tom de Vries <tdevries@suse.de>
1704
1705 PR testsuite/24711
1706 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1707 issuing next command.
1708
1709 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1710
1711 * gdb.ada/info_auto_lang.exp: Update expected results.
1712 * gdb.base/info-types.c: Add additional types to check.
1713 * gdb.base/info-types.exp: Update expected results.
1714
1715 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1716
1717 * gdb.base/info-types.c: New file.
1718 * gdb.base/info-types.exp: New file.
1719
1720 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * gdb.arch/riscv-bp-infcall.c: New file.
1723 * gdb.arch/riscv-bp-infcall.exp: New file.
1724
1725 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1726
1727 PR breakpoints/24541
1728 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1729
1730 2019-07-14 Tom de Vries <tdevries@suse.de>
1731
1732 PR testsuite/24760
1733 * gdb.objc/basicclass.exp: Fix unterminated string.
1734
1735 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1736 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1739 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1740 negative bounds.
1741 * gdb.fortran/vla-value.exp: Print elements of an array with
1742 negative bounds.
1743 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1744 testing.
1745
1746 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.base/options.exp (expect_string): Dequote strings in
1749 results.
1750 (test-string): Test strings with different quoting and reindent.
1751
1752 2019-07-10 Tom Tromey <tromey@adacore.com>
1753
1754 * gdb.ada/mi_ex_cond.exp: Update expected results.
1755 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1756 * gdb.ada/mi_catch_ex.exp: Update expected results.
1757 * gdb.ada/mi_catch_assert.exp: Update expected results.
1758 * gdb.ada/catch_ex.exp (catch_exception_info)
1759 (catch_exception_entry, catch_assert_entry)
1760 (catch_unhandled_entry): Update.
1761 * gdb.ada/catch_assert_if.exp: Update expected results.
1762
1763 2019-07-10 Richard Bunt <richard.bunt@arm.com>
1764 Stephen Roberts <stephen.roberts@arm.com>
1765
1766 * gdb.base/define.exp: Restore original prompt.
1767
1768 2019-07-09 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
1771 breakpoints" output.
1772 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
1773 * gdb.python/py-breakpoint.exp: No longer expect that "catch
1774 throw" creates breakpoint.
1775 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
1776 'type="catchpoint"'.
1777
1778 2019-07-09 Pedro Alves <palves@redhat.com>
1779
1780 PR c++/15468
1781 * gdb.cp/except-multi-location-lib.cc: New.
1782 * gdb.cp/except-multi-location-main.cc: New.
1783 * gdb.cp/except-multi-location.exp: New.
1784
1785 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
1786
1787 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
1788 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
1789 argument and update callers.
1790
1791 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.arch/amd64-break-on-asm-line.S: New file.
1794 * gdb.arch/amd64-break-on-asm-line.exp: New file.
1795
1796 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1797
1798 * gdb.base/printcmds.exp: Test printing C string and
1799 C wide string convenience vars without transiting via the inferior.
1800 Also make test names unique.
1801
1802 2019-07-08 Alan Hayward <alan.hayward@arm.com>
1803
1804 PR breakpoints/25011
1805 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
1806
1807 2019-07-04 Pedro Alves <palves@redhat.com>
1808
1809 * lib/gdb.exp (foreach_with_prefix): Don't return early if
1810 body returned ok(0), break(3) or continue(4).
1811 * gdb.testsuite/foreach_with_prefix.exp: New file.
1812
1813 2019-07-04 Alan Hayward <alan.hayward@arm.com>
1814
1815 * gdb.server/unittest.exp: Allow 0 unit tests to run.
1816
1817 2019-07-03 Pedro Alves <palves@redhat.com>
1818
1819 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
1820 "return -code".
1821
1822 2019-07-03 Pedro Alves <palves@redhat.com>
1823
1824 PR cli/24732
1825 * gdb.base/shell.exp: Load completion-support.exp.
1826 Adjust expected error output. Add completion tests.
1827
1828 2019-07-03 Pedro Alves <palves@redhat.com>
1829
1830 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
1831 string_to_regexp.
1832
1833 2019-07-03 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
1836 (expect_integer): Adjust to expect "-string".
1837 (expect_string): New.
1838 (all_options): Expect "-string".
1839 (test-flag, test-boolean): Adjust to expect "-string".
1840 (test-string): New proc.
1841 (top level): Call it.
1842
1843 2019-07-03 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
1846 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
1847 the expected output in the success.
1848
1849 2019-07-03 Pedro Alves <palves@redhat.com>
1850
1851 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1852 Split one gdb_test_multiple call in two to avoid a race.
1853
1854 2019-07-03 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/with.c: New file.
1857 * gdb.base/with.exp: New file.
1858
1859 2019-07-03 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.base/settings.exp: Replace all references to "maint
1862 test-settings set" with references to "maint set test-settings",
1863 and all references to "maint test-settings show" with references
1864 to "maint show test-settings".
1865
1866 2019-07-03 Pedro Alves <palves@redhat.com>
1867
1868 * gdb.base/settings.exp (test-string): Adjust expected out when
1869 testing "maint test-settings show filename"
1870
1871 2019-07-02 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/options.exp (test-info-threads): New procedure.
1874 (top level): Call it.
1875
1876 2019-06-28 Tom Tromey <tromey@adacore.com>
1877
1878 * gdb.dwarf2/ada-linkage-name.c: New file.
1879 * gdb.dwarf2/ada-linkage-name.exp: New file.
1880
1881 2019-06-27 Tom Tromey <tromey@adacore.com>
1882
1883 PR c++/20020:
1884 * gdb.cp/constexpr-field.exp: Use setup_xfail.
1885
1886 2019-06-26 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
1889
1890 2019-06-26 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.base/index-cache.exp: Add back missing debug option.
1893
1894 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1895
1896 * gdb.base/alias.exp: Test non matching/non existing prefixes.
1897
1898 2019-06-25 Tom de Vries <tdevries@suse.de>
1899
1900 PR testsuite/24727
1901 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
1902
1903 2019-06-24 Tom de Vries <tdevries@suse.de>
1904
1905 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
1906
1907 2019-06-24 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
1910 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
1911 * gdb.trace/unavailable-dwarf-piece.exp: Same.
1912
1913 2019-06-24 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
1916
1917 2019-06-21 Tom de Vries <tdevries@suse.de>
1918
1919 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
1920
1921 2019-06-21 Tom de Vries <tdevries@suse.de>
1922
1923 PR testsuite/24518
1924 PR ada/24713
1925 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
1926 index.
1927
1928 2019-06-19 Tom Tromey <tromey@adacore.com>
1929
1930 * gdb.ada/length_cond.exp: Add intro comment.
1931
1932 2019-06-19 Tom Tromey <tromey@adacore.com>
1933
1934 * gdb.ada/length_cond.exp: New file.
1935 * gdb.ada/length_cond/length_cond.adb: New file.
1936 * gdb.ada/length_cond/pck.adb: New file.
1937 * gdb.ada/length_cond/pck.ads: New file.
1938
1939 2019-06-18 Tom de Vries <tdevries@suse.de>
1940
1941 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1942
1943 2019-06-18 Tom Tromey <tromey@adacore.com>
1944
1945 * gdb.base/list0.h: Add comment explaining control character.
1946
1947 2019-06-18 Tom de Vries <tdevries@suse.de>
1948
1949 * boards/fission.exp: Break up long debug_flags line.
1950
1951 2019-06-16 Tom de Vries <tdevries@suse.de>
1952
1953 PR gdb/24445
1954 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1955 generated index.
1956
1957 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 PR gdb/24686
1960 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1961 improve detection of bug gdb/24541.
1962
1963 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1964
1965 PR gdb/24669
1966 * gdb.base/index-cache.exp (uses_readnow,
1967 expecting_index_cache_use): Define global variable.
1968 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1969 expecting_index_cache_use.
1970
1971 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1972 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.fortran/pointers.f90: New file.
1975 * gdb.fortran/print_type.exp: New file.
1976 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1977 * gdb.fortran/vla-type.exp: Likewise.
1978 * gdb.fortran/vla-value.exp: Likewise.
1979 * gdb.mi/mi-vla-fortran.exp: Likewise.
1980
1981 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1984 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1985 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1986 as a stop reason.
1987
1988 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.base/annota1.exp: Update expected results.
1991 * gdb.cp/annota2.exp: Likewise.
1992 * gdb.cp/annota3.exp: Likewise.
1993
1994 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1995
1996 * gdb.base/style-logging.exp: Remove path from test name.
1997
1998 2019-06-14 Tom Tromey <tromey@adacore.com>
1999
2000 PR gdb/24502:
2001 * gdb.base/style-logging.exp: New file.
2002
2003 2019-06-14 Tom Tromey <tromey@adacore.com>
2004
2005 * gdb.base/symfile-warn.exp: New file.
2006 * gdb.base/symfile-warn.c: New file.
2007
2008 2019-06-14 Tom Tromey <tromey@adacore.com>
2009
2010 * gdb.base/annotate-symlink.exp: New file.
2011
2012 2019-06-14 Tom Tromey <tromey@adacore.com>
2013
2014 * gdb.ada/set_wstr.exp: Add reassignment test.
2015
2016 2019-06-14 Tom Tromey <tromey@adacore.com>
2017
2018 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2019 'unchecked_access and 'unrestricted_access as well.
2020
2021 2019-06-14 Tom Tromey <tromey@adacore.com>
2022
2023 PR ada/24539:
2024 * gdb.ada/vla.exp: Update tests.
2025 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2026 pragma.
2027
2028 2019-06-13 Pedro Alves <palves@redhat.com>
2029
2030 * gdb.base/settings.exp (test-integer): Test junk after
2031 "unlimited".
2032
2033 2019-06-13 Pedro Alves <palves@redhat.com>
2034
2035 * gdb.base/options.exp (test-thread-apply): New.
2036 (top level): Call it.
2037
2038 2019-06-13 Pedro Alves <palves@redhat.com>
2039
2040 * gdb.base/options.exp (test-frame-apply): New.
2041 (top level): Test print commands with different "frame apply"
2042 prefixes.
2043
2044 2019-06-13 Pedro Alves <palves@redhat.com>
2045
2046 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2047 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2048 'max_completions' parameter and handle it.
2049 (test_gdb_completion_offers_commands): New.
2050
2051 2019-06-13 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2054
2055 2019-06-13 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/options.exp (test-backtrace): New.
2058 (top level): Call it.
2059
2060 2019-06-13 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.guile/scm-frame-args.exp: Use "set print
2063 raw-frame-arguments" instead of "set print raw frame-arguments".
2064 * gdb.python/py-frame-args.exp: Likewise.
2065
2066 2019-06-13 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.compile/compile.exp: Adjust expected output to option
2069 processing changes.
2070
2071 2019-06-13 Pedro Alves <palves@redhat.com>
2072
2073 * gdb.base/options.exp: Build executable.
2074 (test-print): New procedure.
2075 (top level): Call it, once for "print" and another for "compile
2076 print".
2077
2078 2019-06-13 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/options.c: New file.
2081 * gdb.base/options.exp: New file.
2082
2083 2019-06-13 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2086 that "o" is ambiguous.
2087
2088 2019-06-13 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.base/settings.c: New file.
2091 * gdb.base/settings.exp: New file.
2092
2093 2019-06-13 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/completion.exp: Fix comment typo.
2096
2097 2019-06-13 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2100 foo --1" test.
2101
2102 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2103
2104 * gdb.fortran/block-data.f: New.
2105 * gdb.fortran/block-data.exp: New.
2106
2107 2019-06-11 Tom de Vries <tdevries@suse.de>
2108
2109 PR testsuite/24521
2110 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2111 message.
2112
2113 2019-06-11 Tom de Vries <tdevries@suse.de>
2114
2115 PR testsuite/24521
2116 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2117
2118 2019-06-11 Tom de Vries <tdevries@suse.de>
2119
2120 * boards/readnow.exp: New file.
2121
2122 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.fortran/vla-sizeof.exp: Update expected results.
2125
2126 2019-06-06 Amos Bird <amosbird@gmail.com>
2127
2128 * gdb.base/annota1.exp (thread_switch): Add test for
2129 thread-exited annotation.
2130
2131 2019-06-06 Tom Tromey <tromey@adacore.com>
2132
2133 * gdb.base/maint.exp: Expect command started/finished output.
2134
2135 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2138 comment.
2139 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2140
2141 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2144 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2145 * gdb.arch/riscv-unwind-long-insn.c: New file.
2146 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2147
2148 2019-06-04 Christian Biesinger <cbiesinger@google.com>
2149
2150 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2151
2152 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * lib/gdb.exp (help_list_trailer): New regexp variable
2155 factorizing the help trailer message.
2156 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2157 arg to allow to better factorize various tests.
2158 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2159 (test_prefix_command_help): Use help_list_trailer.
2160 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2161 * gdb.guile/scm-cmd.exp: Likewise.
2162 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2163 * gdb.base/help.exp: Use test_user_defined_class_help.
2164 * gdb.base/style.exp: Add tests for styling of help and apropos.
2165 * lib/gdb-utils.exp (style): Add title and highlight styles.
2166
2167 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2168
2169 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2170 $_shell_exitsignal.
2171 * gdb.base/default.exp: Update for new convenience variables.
2172
2173 2019-05-29 Tom Tromey <tromey@adacore.com>
2174
2175 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2176 to "break complete ada" test case's regexp.
2177
2178 2019-05-29 Tom Tromey <tromey@adacore.com>
2179
2180 PR c++/20020:
2181 * gdb.cp/constexpr-field.exp: New file.
2182 * gdb.cp/constexpr-field.cc: New file.
2183
2184 2019-05-29 Tom Tromey <tromey@adacore.com>
2185
2186 * gdb.base/finish.exp (finish_no_print): New proc.
2187 (finish_tests): Call it.
2188
2189 2019-05-24 Tom de Vries <tdevries@suse.de>
2190
2191 * gdb.dwarf2/gdb-add-index.exp: New file.
2192
2193 2019-05-22 Tom Tromey <tromey@adacore.com>
2194
2195 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2196 * gdb.base/style.exp: Use "style".
2197 * lib/gdb-utils.exp (style): New proc.
2198
2199 2019-05-22 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.base/align.exp: Require c++11.
2202
2203 2019-05-22 Tom de Vries <tdevries@suse.de>
2204
2205 PR testsuite/24586
2206 * gdb.python/py-mi-var-info-path-expression.exp: Call
2207 mi_skip_python_tests to check if python is supported.
2208
2209 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2210
2211 * gdb.arch/aarch64-pauth.c: New test.
2212 * gdb.arch/aarch64-pauth.exp: New file.
2213
2214 2019-05-22 Alan Hayward <alan.hayward@arm.com>
2215
2216 * README (Re-running Tests Outside The Testsuite): New section.
2217
2218 2019-05-21 Tom de Vries <tdevries@suse.de>
2219
2220 * gdb.arch/amd64-eval.exp: Require c++11.
2221 * gdb.base/max-depth.exp: Same.
2222 * gdb.compile/compile-cplus-array-decay.exp: Same.
2223 * gdb.cp/meth-typedefs.exp: Same.
2224 * gdb.cp/subtypes.exp: Same.
2225 * gdb.cp/temargs.exp: Same.
2226
2227 2019-05-21 Alan Hayward <alan.hayward@arm.com>
2228
2229 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2230
2231 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 PR gdb/18644
2234 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2235 * gdb.fortran/printing-types.exp: Add new test.
2236 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2237 testing.
2238 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2239 setup_kfail call.
2240
2241 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2242
2243 * README (Running the Testsuite): Change example.
2244 (Testsuite Parameters): Remove TRANSCRIPT.
2245 * lib/gdb.exp: Remove TRANSCRIPT check.
2246
2247 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2248
2249 * README (Testsuite Parameters): Add replay logging to
2250 GDBSERVER_DEBUG.
2251 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2252 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2253 as a comma separated list.
2254 (gdb_debug_init): Override procedure.
2255
2256 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2257
2258 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2259 (gdb_write_cmd_file): New procedure.
2260 * lib/gdbserver-support.exp (gdbserver_start): Call
2261 gdbserver_write_cmd_file.
2262 (gdbserver_write_cmd_file): New procedure.
2263
2264 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2265
2266 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2267 (delete_breakpoints): Likewise.
2268 (gdb_run_cmd): Likewise.
2269 (gdb_start_cmd): Likewise.
2270 (gdb_starti_cmd): Likewise.
2271 (gdb_internal_error_resync): Likewise.
2272 (gdb_test_multiple): Likewise.
2273 (gdb_reinitialize_dir): Likewise.
2274 (default_gdb_exit): Likewise.
2275 (gdb_file_cmd): Mark kill as optional.
2276 (default_gdb_start): Call gdb_stdin_log_init.
2277 (send_gdb): Call gdb_stdin_log_write.
2278 (rerun_to_main): Mark Y as an answer.
2279 (gdb_stdin_log_init): New function.
2280 (gdb_stdin_log_write): Likewise.
2281
2282 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2283
2284 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2285 * gdb.base/debug-expr.exp: Likewise.
2286 * gdb.base/foll-fork.exp: Likewise.
2287 * gdb.base/foll-vfork.exp: Likewise.
2288 * gdb.base/fork-print-inferior-events.exp: Likewise.
2289 * gdb.base/gdb-sigterm.exp: Likewise.
2290 * gdb.base/gdbinit-history.exp: Likewise.
2291 * gdb.base/osabi.exp: Likewise.
2292 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2293 * gdb.base/ui-redirect.exp: Likewise.
2294 * gdb.gdb/unittest.exp: Likewise.
2295 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2296 * gdb.mi/mi-watch.exp: Likewise.
2297 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2298 * gdb.mi/user-selected-context-sync.exp: Likewise.
2299 * gdb.python/python.exp: Disable debug test when debugging.
2300 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2301 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2302 Likewise.
2303 * gdb.threads/stepi-random-signal.exp: Likewise.
2304
2305 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2306
2307 * Makefile.in: Pass through GDB_DEBUG.
2308 * README (Testsuite Parameters): Add GDB_DEBUG.
2309 (gdb,debug): Add board setting.
2310 * lib/gdb.exp (default_gdb_start): Start debugging.
2311 (gdb_debug_enabled): New procedure.
2312 (gdb_debug_init): Likewise.
2313
2314 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2315
2316 * Makefile.in: Pass through GDB_DEBUG.
2317 * README (Testsuite Parameters): Add GDB_DEBUG.
2318 (gdb,debug): Add board setting.
2319 * lib/gdb.exp (default_gdb_start): Start debugging.
2320 (gdb_debug_enabled): New procedure.
2321 (gdb_debug_init): Likewise.
2322
2323 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2324
2325 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2326
2327 2019-05-17 Alan Hayward <alan.hayward@arm.com>
2328
2329 * gdb.base/ui-redirect.exp: Test redirection.
2330
2331 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2332
2333 * gdb.mi/mi-complete.exp: New file.
2334 * gdb.mi/mi-complete.cc: Likewise.
2335
2336 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2337
2338 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2339 indexed and sliced arrays, and pointers to arrays.
2340
2341 2019-05-14 Tom Tromey <tromey@adacore.com>
2342
2343 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2344 styling test.
2345
2346 2019-05-14 Tom de Vries <tdevries@suse.de>
2347
2348 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2349 selection entry encoding.
2350
2351 2019-05-10 Tom Tromey <tromey@adacore.com>
2352
2353 * gdb.ada/info_exc.exp: Add "complete" test.
2354
2355 2019-05-09 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2358 CU-relative.
2359
2360 2019-05-09 Tom de Vries <tdevries@suse.de>
2361
2362 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2363 CU-relative.
2364
2365 2019-05-08 Joel Brobecker <brobecker@adacore.com>
2366
2367 * gdb.ada/frame_arg_lang.exp: New testcase.
2368 * gdb.ada/frame_arg_lang/bla.adb: New file.
2369 * gdb.ada/frame_arg_lang/pck.ads: New file.
2370 * gdb.ada/frame_arg_lang/pck.adb: New file.
2371 * gdb.ada/frame_arg_lang/foo.c: New file.
2372
2373 2019-05-08 Tom Tromey <tromey@adacore.com>
2374
2375 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2376
2377 2019-05-08 Tom Tromey <tromey@adacore.com>
2378
2379 * gdb.base/ptype-offsets.exp: Update tests.
2380
2381 2019-05-08 Tom Tromey <tromey@adacore.com>
2382
2383 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2384 cases.
2385 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2386 "short".
2387
2388 2019-05-08 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.ada/vla.exp: New file.
2391 * gdb.ada/vla/vla.adb: New file.
2392
2393 2019-05-07 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2396
2397 2019-05-07 Tom de Vries <tdevries@suse.de>
2398
2399 PR testsuite/24522
2400 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2401 section.
2402
2403 2019-05-07 Tom de Vries <tdevries@suse.de>
2404
2405 PR testsuite/24522
2406 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2407 .debug_aranges section.
2408
2409 2019-05-07 Tom de Vries <tdevries@suse.de>
2410
2411 PR testsuite/24159
2412 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2413
2414 2019-05-06 Tom de Vries <tdevries@suse.de>
2415
2416 * lib/gdb.exp (exec_has_index_section): New proc.
2417 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2418 section.
2419
2420 2019-05-04 Tom de Vries <tdevries@suse.de>
2421
2422 * boards/cc-with-debug-names.exp: New file.
2423
2424 2019-05-03 Tom Tromey <tromey@adacore.com>
2425
2426 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2427 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2428 * gdb.ada/char_enum.exp: Add test.
2429
2430 2019-05-03 Tom de Vries <tdevries@suse.de>
2431
2432 * boards/cc-with-gdb-index.exp: New file.
2433
2434 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.rust/simple.exp: Add new test case.
2437 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2438 (main): Initialise an instance of the new struct.
2439
2440 2019-05-01 Tom Tromey <tromey@adacore.com>
2441
2442 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2443 record.
2444 (NPR): New variable.
2445 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2446 test.
2447
2448 2019-05-01 Tom Tromey <tromey@adacore.com>
2449
2450 * gdb.ada/packed_array_assign.exp: Add packed assignment
2451 regression test.
2452
2453 2019-05-01 Tom de Vries <tdevries@suse.de>
2454
2455 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2456
2457 2019-05-01 Tom de Vries <tdevries@suse.de>
2458
2459 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2460
2461 2019-04-30 Ali Tamur <tamur@google.com>
2462
2463 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2464
2465 2019-04-30 Tom Tromey <tromey@adacore.com>
2466
2467 * lib/ada.exp (find_ada_tool): New proc.
2468 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2469 * gdb.ada/catch_ex_std.exp: New file.
2470 * gdb.ada/catch_ex_std/foo.adb: New file.
2471 * gdb.ada/catch_ex_std/some_package.adb: New file.
2472 * gdb.ada/catch_ex_std/some_package.ads: New file.
2473
2474 2019-04-30 Tom Tromey <tromey@adacore.com>
2475
2476 PR c++/24470:
2477 * gdb.cp/temargs.cc: Add test code from PR.
2478
2479 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.fortran/vla-datatypes.exp: Update expected results.
2482 * gdb.fortran/vla-ptype.exp: Likewise.
2483 * gdb.fortran/vla-type.exp: Likewise.
2484 * gdb.fortran/vla-value.exp: Likewise.
2485
2486 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2487
2488 * gdb.fortran/ptr-indentation.exp: Update expected results.
2489 * gdb.fortran/ptype-on-functions.exp: Likewise.
2490 * gdb.fortran/vla-ptr-info.exp: Likewise.
2491 * gdb.fortran/vla-value.exp: Likewise.
2492
2493 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.fortran/ptype-on-functions.exp: New file.
2496 * gdb.fortran/ptype-on-functions.f90: New file.
2497
2498 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2501 case void string.
2502
2503 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * gdb.fortran/complex.exp: Expand.
2506 * gdb.fortran/complex.f: Renamed to...
2507 * gdb.fortran/complex.f90: ...this, and extended to add more
2508 complex values.
2509
2510 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2513 MODULO, CMPLX.
2514
2515 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2516 Richard Bunt <richard.bunt@arm.com>
2517
2518 * gdb.base/max-depth.c: New file.
2519 * gdb.base/max-depth.exp: New file.
2520 * gdb.python/py-nested-maps.c: New file.
2521 * gdb.python/py-nested-maps.exp: New file.
2522 * gdb.python/py-nested-maps.py: New file.
2523 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2524 (test_all_common): Call test_max_depth.
2525 * gdb.fortran/max-depth.exp: New file.
2526 * gdb.fortran/max-depth.f90: New file.
2527 * gdb.go/max-depth.exp: New file.
2528 * gdb.go/max-depth.go: New file.
2529 * gdb.modula2/max-depth.exp: New file.
2530 * gdb.modula2/max-depth.c: New file.
2531 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2532
2533 2019-04-29 Tom de Vries <tdevries@suse.de>
2534
2535 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2536
2537 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2538
2539 * gdb.base/callexit.exp: Test may-call-functions off.
2540
2541 2019-04-25 Keith Seitz <keiths@redhat.com>
2542
2543 PR c++/24367
2544 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2545 (another_incomplete_struct, test_incomplete): New definitions.
2546 (main): Use new definitions.
2547 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2548 functions.
2549
2550 2019-04-25 Ali Tamur <tamur@google.com>
2551
2552 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2553
2554 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2555
2556 PR corefiles/11608
2557 PR corefiles/18187
2558 * gdb.base/coredump-filter-build-id.exp: New file.
2559
2560 2019-04-25 Alan Hayward <alan.hayward@arm.com>
2561
2562 * Makefile.in: Pass through GDBSERVER_DEBUG.
2563 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2564 (gdbserver,debug): Add board setting.
2565 * gdb.trace/tspeed.exp: Skip when debugging.
2566 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2567 * lib/gdbserver-support.exp: Likewise
2568
2569 2019-04-24 Tom Tromey <tromey@adacore.com>
2570
2571 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2572 Rust.
2573
2574 2019-04-24 Tom Tromey <tromey@adacore.com>
2575
2576 * gdb.arch/amd64-eval.exp: Test bitfield return.
2577 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2578 (class Foo) <return_bitfields>: New method.
2579 (main): Call it.
2580
2581 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.cp/many-args.cc: New file.
2584 * gdb.cp/many-args.exp: New file.
2585
2586 2019-04-23 Tom de Vries <tdevries@suse.de>
2587
2588 PR gdb/24433
2589 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2590
2591 2019-04-23 Alan Hayward <alan.hayward@arm.com>
2592
2593 * gdb.trace/backtrace.exp: Use nopie flag.
2594 * gdb.trace/circ.exp: Likewise.
2595 * gdb.trace/collection.exp: Likewise.
2596 * gdb.trace/ftrace.exp: Likewise.
2597 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2598 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2599 * gdb.trace/qtro.exp: Likewise.
2600 * gdb.trace/read-memory.exp: Likewise.
2601 * gdb.trace/report.exp: Likewise.
2602 * gdb.trace/tfile.exp: Likewise.
2603 * gdb.trace/tfind.exp: Likewise.
2604 * gdb.trace/unavailable.exp: Likewise.
2605
2606 2019-04-22 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.base/solib-probes-nosharedlibrary.c,
2609 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2610
2611 2019-04-19 Tom Tromey <tromey@adacore.com>
2612
2613 * gdb.ada/ptype_union.c: New file.
2614 * gdb.ada/ptype_union.exp: New file.
2615
2616 2019-04-19 Tom Tromey <tromey@adacore.com>
2617
2618 PR symtab/24423:
2619 * gdb.base/list0.h (foo): Add a control-l character.
2620
2621 2019-04-18 Tom de Vries <tdevries@suse.de>
2622
2623 PR gdb/24433
2624 * boards/local-board.exp: Set sysroot to "".
2625
2626 2019-04-18 Tom de Vries <tdevries@suse.de>
2627 Pedro Alves <palves@redhat.com>
2628
2629 PR gdb/24454
2630 * gdb.threads/vfork-follow-child-exec.c: New file.
2631 * gdb.threads/vfork-follow-child-exec.exp: New file.
2632 * gdb.threads/vfork-follow-child-exit.c: New file.
2633 * gdb.threads/vfork-follow-child-exit.exp: New file.
2634
2635 2019-04-15 Leszek Swirski <leszeks@google.com>
2636
2637 * gdb.arch/amd64-eval.cc: New file.
2638 * gdb.arch/amd64-eval.exp: New file.
2639
2640 2019-04-11 Alan Hayward <alan.hayward@arm.com>
2641
2642 * gdb.server/sysroot.c: New test.
2643 * gdb.server/sysroot.exp: New file.
2644 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2645 matching param.
2646
2647 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.base/align.exp: Extend test to cover structures containing
2650 only static fields.
2651
2652 2019-04-11 Tom de Vries <tdevries@suse.de>
2653
2654 * boards/cc-with-dwz-m.exp: New file.
2655 * boards/cc-with-dwz.exp: New file.
2656 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2657
2658 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
2659
2660 * gdb.base/start-cpp.exp: New file.
2661 * gdb.base/start-cpp.cc: New file.
2662
2663 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2664
2665 * gdb.python/py-thrhandle.exp: Adjust tests to call
2666 thread_from_handle instead of thread_from_thread_handle.
2667
2668 2019-04-08 Kevin Buettner <kevinb@redhat.com>
2669
2670 * gdb.python/py-thrhandle.exp: Add tests for
2671 gdb.InferiorThread.handle.
2672
2673 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 * gdb.python/py-function.exp: Check calling helper function from
2676 all languages.
2677 * lib/gdb.exp (gdb_supported_languages): New proc.
2678
2679 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.base/complex-parts.c: New file.
2682 * gdb.base/complex-parts.exp: New file.
2683
2684 2019-04-01 Tom Tromey <tromey@adacore.com>
2685
2686 PR symtab/23331:
2687 * gdb.dwarf2/dw2-ranges-main.c: New file.
2688 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2689 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2690
2691 2019-03-30 Simon Marchi <simark@simark.ca>
2692
2693 * gdb.base/default.exp: Add values for $_gdb_major and
2694 $_gdb_minor.
2695
2696 2019-03-29 Tom Tromey <tromey@adacore.com>
2697
2698 * gdb.base/help.exp: Tighten apropos regexp.
2699
2700 2019-03-29 Keith Seitz <keiths@redhat.com>
2701
2702 * gdb.fortran/array-bounds.exp: New file.
2703 * gdb.fortran/array-bounds.f90: New file.
2704
2705 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2706
2707 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2708
2709 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2710
2711 * gdb.multi/hello.c (main): Increase alarm timer.
2712
2713 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2714
2715 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2716 factor when no hardware watchpoint support.
2717
2718 2019-03-28 Alan Hayward <alan.hayward@arm.com>
2719 Pedro Alves <palves@redhat.com>
2720
2721 * boards/local-board.exp: set sysroot to /.
2722
2723 2019-03-27 Alan Hayward <alan.hayward@arm.com>
2724
2725 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2726 in child.
2727
2728 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2731 field.
2732 (make_container): Initialise new field.
2733 * gdb.python/py-prettyprint.exp: Add new tests.
2734 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2735 <display_hint>: New method.
2736
2737 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2738
2739 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2740 gdb_continue_to_breakpoint more throughout this test.
2741 (run_lang_tests) Supply unique test names, and use
2742 gdb_test_no_output.
2743
2744 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2745
2746 * gdb.base/finish-pretty.exp: Update expected results.
2747 * gdb.base/pretty-print.c: New file.
2748 * gdb.base/pretty-print.exp: New file.
2749
2750 2019-03-25 Pedro Alves <palves@redhat.com>
2751
2752 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2753 move comments outside list. Append '-i "" eof' section.
2754
2755 2019-03-22 Alan Hayward <alan.hayward@arm.com>
2756
2757 PR testsuite/25016
2758 * README: Add pie options.
2759 * gdb.base/break-interp.exp: Ensure pie is disabled.
2760 * gdb.base/dump.exp: Likewise.
2761 * lib/gdb.exp (gdb_compile): Add pie option.
2762
2763 2019-03-19 Tom Tromey <tromey@adacore.com>
2764
2765 * gdb.mi/mi2-cli-display.c: New file.
2766 * gdb.mi/mi2-cli-display.exp: New file.
2767
2768 2019-03-18 Joel Brobecker <brobecker@adacore.com>
2769 Tom Tromey <tromey@adacore.com>
2770
2771 * gdb.ada/ptype_array/pck.adb: New file.
2772 * gdb.ada/ptype_array/pck.ads: New file.
2773 * gdb.ada/ptype_array/foo.adb: New file.
2774 * gdb.ada/ptype_array.exp: New file.
2775
2776 2019-03-14 Tom Tromey <tromey@adacore.com>
2777
2778 * gdb.base/style.exp: Add "set style sources" test.
2779
2780 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2781
2782 * mi-breakpoint-location-ena-dis.exp: Rename to ...
2783 * mi-breakpoint-multiple-locations.exp: ... this.
2784 (make_breakpoints_pattern): New proc.
2785 (do_test): Add mi_version parameter, test -break-insert,
2786 -break-info and =breakpoint-created.
2787
2788 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * config/default.exp: Remove 'load_lib gdb.exp'.
2791 * config/monitor.exp: Likewise.
2792 * config/sid.exp: Likewise.
2793 * config/sim.exp: Likewise.
2794 * config/slite.exp: Likewise.
2795 * config/unix.exp: Likewise.
2796 * gdb.base/default.exp: Remove unhelpful comment.
2797
2798 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
2801
2802 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2803
2804 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
2805
2806 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2807
2808 * gdb.fortran/type-kinds.exp: Update expected results.
2809
2810 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.fortran/type-kinds.exp: Test new integer type kind.
2813
2814 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
2817 function.
2818 (test_basic_parsing_of_type_kinds): Expand types tested.
2819 (test_parsing_invalid_type_kinds): New function.
2820
2821 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2822
2823 * gdb.fortran/intrinsics.exp: New file.
2824 * gdb.fortran/intrinsics.f90: New file.
2825 * gdb.fortran/type-kinds.exp: New file.
2826
2827 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 * gdb.fortran/dot-ops.exp: New file.
2830
2831 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
2834 Check upper and lower case logical literals.
2835
2836 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/types.exp (test_float_literal_types_accepted):
2839 Remove duplicate tests.
2840
2841 2019-03-06 Alan Hayward <alan.hayward@arm.com>
2842
2843 * lib/gdb.exp (builtin_cd): rename of cd.
2844 (cd): Override builtin.
2845
2846 2019-03-06 Richard Bunt <richard.bunt@arm.com>
2847
2848 * gdb.fortran/function-calls.exp: New file.
2849 * gdb.fortran/function-calls.f90: New test.
2850
2851 2019-03-04 Richard Bunt <richard.bunt@arm.com>
2852
2853 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
2854 on user program standard output.
2855 * gdb.fortran/short-circuit-argument-list.f90: Record function
2856 calls.
2857
2858 2019-02-28 Alan Hayward <alan.hayward@arm.com>
2859
2860 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
2861 failure.
2862
2863 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2864
2865 PR gdb/8527
2866 * gdb.base/interrupt-daemon-attach.c,
2867 gdb.base/interrupt-daemon-attach.exp: New test.
2868
2869 2019-02-27 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.base/page.exp: Add tests for "set width/height -1".
2872
2873 2019-02-27 Pedro Alves <palves@redhat.com>
2874
2875 * gdb.base/page.exp: Add tests for "set/show width/height" with
2876 "infinite" values.
2877
2878 2019-02-27 Tom Tromey <tromey@adacore.com>
2879
2880 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
2881 2.4.
2882 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
2883 workaround.
2884
2885 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * gdb.base/align.exp: Extend to compile in both C and C++, and add
2888 tests for structs with static members.
2889
2890 2019-02-26 Tom Tromey <tromey@adacore.com>
2891
2892 * gdb.python/py-value.exp (test_value_from_buffer): Check for
2893 ValueError, not TypeError.
2894
2895 2019-02-26 Kevin Buettner <kevinb@redhat.com>
2896
2897 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
2898 call from main program.
2899
2900 2019-02-23 Joel Brobecker <brobecker@adacore.com>
2901
2902 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
2903 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
2904 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
2905 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
2906 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
2907
2908 2019-02-22 Keith Seitz <keiths@redhat.com>
2909
2910 PR symtab/23853
2911 * gdb.base/symlink-sourcefile.c: New file.
2912 * gdb.base/symlink-sourcefile.exp: New file.
2913
2914 2019-02-20 Tom Tromey <tom@tromey.com>
2915
2916 * gdb.base/info_qt.exp: Update.
2917
2918 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
2919
2920 * gdb.base/source.exp: Move "error in sourced script" code to
2921 the end.
2922 * gdb.base/source-error.gdb: Move contents to
2923 source-error-1.gdb. Add new code to source source-error-1.gdb.
2924 * gdb.base/source-error-1.gdb: New file, from previous
2925 source-error.gdb.
2926
2927 2019-02-17 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
2930 for macro styling.
2931 * gdb.base/style.c (SOME_MACRO): New macro.
2932
2933 2019-02-17 Tom Tromey <tom@tromey.com>
2934
2935 * gdb.base/style.exp: Add line-wrapping tests.
2936 * gdb.base/page.exp: Add test for quitting during pagination.
2937
2938 2019-02-17 Joel Brobecker <brobecker@adacore.com>
2939
2940 * gdb.ada/big_packed_array: New testcase.
2941 * gdb.ada/homonym.exp: Fix incorrect expected output for
2942 "break <homonym__get_value>" test.
2943
2944 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
2945
2946 PR breakpoints/21870
2947 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2948 and prepare_for_testing. Add comment.
2949 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2950 redundant cleanup call. Clean up comment.
2951
2952 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
2953
2954 PR breakpoints/21870
2955 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2956 * gdb.arch/aarch64-dbreg-contents.c: New file.
2957
2958 2019-02-10 Joel Brobecker <brobecker@adacore.com>
2959
2960 * gdb.ada/mi_ref_changeable: New testcase.
2961
2962 2019-02-07 Alan Hayward <alan.hayward@arm.com>
2963
2964 * gdb.base/attach.exp: Add double attach test.
2965
2966 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2967
2968 * lib/gdb.exp (default_gdb_start): Don't match pagination
2969 prompt.
2970 (gdb_init): Set stty_init.
2971
2972 2019-01-27 Tom Tromey <tom@tromey.com>
2973
2974 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2975 skip_python_tests.
2976
2977 2019-01-24 Alan Hayward <alan.hayward@arm.com>
2978
2979 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2980 New structure.
2981 (struct struct_static_02_02): Likewise.
2982 (struct struct_static_02_03): Likewise.
2983 (struct struct_static_02_04): Likewise.
2984 (struct struct_static_04_01): Likewise.
2985 (struct struct_static_04_02): Likewise.
2986 (struct struct_static_04_03): Likewise.
2987 (struct struct_static_04_04): Likewise.
2988 (struct struct_static_06_01): Likewise.
2989 (struct struct_static_06_02): Likewise.
2990 (struct struct_static_06_03): Likewise.
2991 (struct struct_static_06_04): Likewise.
2992 (cmp_struct_static_02_01): Likewise.
2993 (cmp_struct_static_02_02): Likewise.
2994 (cmp_struct_static_02_03): Likewise.
2995 (cmp_struct_static_02_04): Likewise.
2996 (cmp_struct_static_04_01): Likewise.
2997 (cmp_struct_static_04_02): Likewise.
2998 (cmp_struct_static_04_03): Likewise.
2999 (cmp_struct_static_04_04): Likewise.
3000 (cmp_struct_static_06_01): Likewise.
3001 (cmp_struct_static_06_02): Likewise.
3002 (cmp_struct_static_06_03): Likewise.
3003 (cmp_struct_static_06_04): Likewise.
3004 (call_all): Test new structs.
3005 * gdb.base/infcall-nested-structs.exp: Likewise.
3006
3007 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3008 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3009
3010 2019-01-21 Alan Hayward <alan.hayward@arm.com>
3011 * gdb.base/stack-protector.c: New test.
3012 * gdb.base/stack-protector.exp: New file.
3013 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3014 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3015 option.
3016 (gdb_compile): Remove stack protector for GCC and prevent
3017 recursion.
3018
3019 2019-01-16 Keith Seitz <keiths@redhat.com>
3020
3021 PR gdb/23773
3022 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3023
3024 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3025
3026 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3027 aliases.
3028 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3029 tests.
3030 * gdb.arch/powerpc-vector-regs.c: New file.
3031 * gdb.arch/powerpc-vector-regs.exp: New file.
3032
3033 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3034
3035 * gdb.arch/altivec-regs.exp: Fix the list passed to
3036 gdb_expect_list when testing "info vector".
3037
3038 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.base/style.exp: Don't include path in testname.
3041
3042 2019-01-10 Keith Seitz <keiths@redhat.com>
3043
3044 PR gdb/23712
3045 PR symtab/23010
3046 * gdb.dwarf2/multidictionary.exp: New file.
3047
3048 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3049
3050 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3051 (test_gnuv3_style_demangling): ... this.
3052 (test_lucid_style_demangling): Remove.
3053 (test_arm_style_demangling): Remove.
3054 (test_hp_style_demangling): Remove.
3055 (do_tests): Remove calls to the above.
3056
3057 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3060 case.
3061
3062 2019-01-06 Tom Tromey <tom@tromey.com>
3063
3064 PR gdb/28155:
3065 * gdb.dwarf2/typedef-void-finish.exp: New file.
3066
3067 2018-12-28 Tom Tromey <tom@tromey.com>
3068 Simon Marchi <simark@simark.ca>
3069
3070 * gdb.base/jit-exec.exp: New file.
3071 * gdb.base/jit-exec.c: New file.
3072 * gdb.base/jit-execd.c: New file.
3073
3074 2018-12-28 Tom Tromey <tom@tromey.com>
3075
3076 * gdb.base/style.exp: Update test to check for address styling.
3077
3078 2018-12-28 Tom Tromey <tom@tromey.com>
3079
3080 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3081 message.
3082
3083 2018-12-28 Tom Tromey <tom@tromey.com>
3084
3085 * gdb.base/style.exp: Add test for version number styling.
3086
3087 2018-12-28 Tom Tromey <tom@tromey.com>
3088
3089 * gdb.base/style.exp: Add test for print_address_symbolic.
3090
3091 2018-12-28 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.base/style.exp: Add test for breakpoint setting.
3094
3095 2018-12-28 Tom Tromey <tom@tromey.com>
3096
3097 * gdb.base/style.exp: Add test for variable names.
3098
3099 2018-12-28 Tom Tromey <tom@tromey.com>
3100
3101 * gdb.base/style.exp: New file.
3102 * gdb.base/style.c: New file.
3103
3104 2018-12-28 Tom Tromey <tom@tromey.com>
3105
3106 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3107 "dumb".
3108 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3109 the TERM environment variable.
3110
3111 2018-12-27 Tom Tromey <tom@tromey.com>
3112
3113 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3114 pagination test.
3115
3116 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3117
3118 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3119 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3120
3121 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3122
3123 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3124 Filename a.adb changed to bp_fun_addr.adb.
3125 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3126
3127 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3128
3129 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3130 non-PIE executables.
3131 * README: Mention the gdb,nopie_flag board setting.
3132 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3133 non-PIE executable.
3134 * gdb.arch/amd64-entry-value.exp: Likewise.
3135 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3136 * gdb.arch/i386-float.exp: Likewise.
3137 * gdb.arch/i386-signal.exp: Likewise.
3138 * gdb.mi/mi-reg-undefined.exp: Likewise.
3139
3140 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3141
3142 PR gdb/23974
3143 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3144
3145 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3146
3147 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3148 Update order of results accordingly.
3149
3150 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3151
3152 * gdb.base/annota1.exp: Update a test regexp.
3153
3154 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3157
3158 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3159
3160 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3161 (reuse_time): Initialize to REUSE_TIME_CAP.
3162 (check_rc): New function.
3163 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3164 Check pthread_create rc.
3165 (spawner_thread_func): Check pthread_create and pthread_join rc.
3166
3167 2018-12-08 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/list.exp (test_forward_search): Rename to ...
3170 (test_forward_reverse_search): ... this. Also test reverse-search
3171 and the forward-search alias.
3172
3173 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3176 local timeout variable before return, and remove all local timeout
3177 variable entirely.
3178 (gdb_load): Likewise.
3179
3180 2018-12-01 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.base/gdb-caching-proc.exp: New file.
3183
3184 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3185
3186 * Makefile.in (TIMESTAMP): New variable.
3187 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3188 command.
3189 (check-single-racy): Likewise.
3190 (check/%.exp): Likewise.
3191 (check-racy/%.exp): Likewise.
3192 (workers/%.worker): Likewise.
3193 (build-perf): Likewise.
3194 (check-perf): Likewise.
3195 * README: Describe new "TS" and "TS_FORMAT" variables.
3196 * print-ts.py: New file.
3197
3198 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3199
3200 PR python/23714
3201 * gdb.python/python.exp: Test command repetition after
3202 gdb.execute.
3203
3204 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3205
3206 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3207 is correctly aligned.
3208
3209 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3210
3211 * gdb.ada/info_auto_lang.exp: New testcase.
3212 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3213 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3214 * gdb.ada/info_auto_lang/some_c.c: New file.
3215
3216 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3217
3218 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3219 FUNC_lang language syntax.
3220
3221 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3222
3223 * gdb.base/info_minsym.c: New file.
3224 * gdb.base/info_minsym.exp: New file.
3225
3226 2018-11-19 Tom Tromey <tom@tromey.com>
3227
3228 PR rust/23625:
3229 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3230 * gdb.rust/expr.exp: Update expected output. Change one test.
3231
3232 2018-11-19 Tom Tromey <tom@tromey.com>
3233
3234 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3235
3236 2018-11-19 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3239 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3240 see the expected warning.
3241
3242 2018-11-16 Alan Hayward <alan.hayward@arm.com>
3243
3244 PR gdb/22736:
3245 * gdb.cp/infcall-nodebug-lib.c: New test.
3246 * gdb.cp/infcall-nodebug-main.c: New test.
3247 * gdb.cp/infcall-nodebug.exp: New file.
3248
3249 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3250
3251 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3252 completer tests.
3253
3254 2018-11-09 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.base/msym-lang.c: New test.
3257 * gdb.base/msym-lang.exp: New file.
3258 * gdb.base/msym-lang-main.c: New test.
3259
3260 2018-11-08 Tom Tromey <tom@tromey.com>
3261
3262 PR gdb/23555:
3263 PR gdb/23838:
3264 * gdb.base/warning.exp: New file.
3265
3266 2018-11-08 Jan Beulich <jbeulich@suse.com>
3267
3268 * testsuite/gdb.arch/i386-avx512.c,
3269 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3270
3271 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3274 point hardware.
3275
3276 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3279 * gdb.dwarf2/missing-type-name.exp: New file.
3280
3281 2018-11-06 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.base/many-headers.c: New test.
3284 * gdb.base/many-headers.exp: New file.
3285
3286 2018-11-06 Jim Wilson <jimw@sifive.com>
3287
3288 * gdb.base/code_elim.exp: For riscv, set additional_flags
3289 to include -msmall-data-limit=0.
3290
3291 2018-11-01 Joel Brobecker <brobecker@adacore.com>
3292
3293 * gdb.ada/watch_minus_l: New testcase.
3294
3295 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3296
3297 * gdb.arch/aix-sighandle.c: New file.
3298 * gdb.arch/aix-sighandle.exp: New file.
3299
3300 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3301
3302 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3303 registers being unions.
3304
3305 2018-10-31 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/valgrind.exp: New file.
3308 (vgdb_start, vgdb_stop): New procs, factored out of ...
3309 * gdb.base/valgrind-bt.exp: ... here, ...
3310 * gdb.base/valgrind-disp-step.exp: ... here and ...
3311 * gdb.base/valgrind-infcall.exp: ... here.
3312
3313 2018-10-31 Tom de Vries <tdevries@suse.de>
3314
3315 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3316
3317 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3318
3319 * gdb.dwarf2/void-type.c: New file.
3320 * gdb.dwarf2/void-type.exp: New file.
3321
3322 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3323
3324 * gdb.base/info_qt.c: New file.
3325 * gdb.base/info_qt.exp: New file.
3326
3327 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3328
3329 * gdb.arch/powerpc-htm-regs.c: New file.
3330 * gdb.arch/powerpc-htm-regs.exp: New file.
3331
3332 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3333
3334 * gdb.arch/powerpc-tar.c: New file.
3335 * gdb.arch/powerpc-tar.exp: New file.
3336
3337 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3338
3339 * gdb.arch/powerpc-ppr-dscr.c: New file.
3340 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3341
3342 2018-10-25 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3345
3346 2018-10-24 Tom de Vries <tdevries@suse.de>
3347
3348 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3349 longer exists error.
3350
3351 2018-10-24 Tom de Vries <tdevries@suse.de>
3352
3353 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3354
3355 2018-10-24 Tom de Vries <tdevries@suse.de>
3356
3357 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3358 --db-attach in valgrind.
3359
3360 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3361
3362 * gdb.arch/riscv-reg-aliases.c: New file.
3363 * gdb.arch/riscv-reg-aliases.exp: New file.
3364
3365 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3366
3367 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3368
3369 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3370
3371 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3372
3373 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3374
3375 * gdb.cp/ovldbreak.exp: Fix regexps.
3376
3377 2018-10-19 Alan Hayward <alan.hayward@arm.com>
3378
3379 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3380
3381 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3382
3383 PR cli/23785
3384 * gdb.base/restore.exp: New test to check if "restore" with an
3385 invalid file doesn't segfault.
3386
3387 2018-10-18 Tom de Vries <tdevries@suse.de>
3388
3389 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3390 * gdb.ada/excep_handle.exp: Same.
3391 * gdb.ada/mi_string_access.exp: Same.
3392 * gdb.ada/mi_var_union.exp: Same.
3393 * gdb.arch/arc-analyze-prologue.exp: Same.
3394 * gdb.arch/arc-decode-insn.exp: Same.
3395 * gdb.base/readnever.exp: Same.
3396 * gdb.fortran/printing-types.exp: Same.
3397 * gdb.guile/scm-lazy-string.exp: Same.
3398
3399 2018-10-16 Tom de Vries <tdevries@suse.de>
3400
3401 PR gdb/23730
3402 * gdb.base/catch-follow-exec.c: Add copyright notice.
3403 * gdb.base/catch-follow-exec.exp: Rewrite to use
3404 gdb_spawn_with_cmdline_opts. Require gdb-native.
3405
3406 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3407
3408 * gdb.trace/actions-changed.exp: Check for arch support.
3409 * gdb.trace/actions.exp: Likewise.
3410 * gdb.trace/ax.exp: Likewise.
3411 * gdb.trace/backtrace.exp: Likewise.
3412 * gdb.trace/change-loc.exp: Likewise.
3413 * gdb.trace/deltrace.exp: Likewise.
3414 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3415 * gdb.trace/ftrace.exp: Likewise.
3416 * gdb.trace/infotrace.exp: Check for arch support.
3417 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3418 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3419 * gdb.trace/mi-tsv-changed.exp: Likewise.
3420 * gdb.trace/packetlen.exp: Likewise.
3421 * gdb.trace/passc-dyn.exp: Likewise.
3422 * gdb.trace/passcount.exp: Likewise.
3423 * gdb.trace/pending.exp: Likewise.
3424 * gdb.trace/range-stepping.exp: Check for shlib support.
3425 * gdb.trace/report.exp: Check for arch support.
3426 * gdb.trace/save-trace.exp: Likewise.
3427 * gdb.trace/signal.exp: Check for signal support.
3428 * gdb.trace/tfind.exp: Check for arch support.
3429 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3430 * gdb.trace/trace-common.h: Add comment.
3431 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3432 * gdb.trace/trace-enable-disable.exp: Likewise.
3433 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3434 * gdb.trace/tracecmd.exp: Check for arch support.
3435 * gdb.trace/tspeed.exp: Check for shlib and target support.
3436 * gdb.trace/tstatus.exp: Check for arch support.
3437 * gdb.trace/tsv.exp: Likewise.
3438 * gdb.trace/while-dyn.exp: Likewise.
3439 * gdb.trace/while-stepping.exp: Likewise.
3440 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3441
3442 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3443
3444 * gdb.trace/tspeed.exp: Remove nowarnings.
3445 (prepare_for_trace_test): Declare "global ipalib".
3446 * gdb.trace/tspeed.c: Include unistd.h.
3447 (main): Remove superfluous printf argument.
3448
3449 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3450
3451 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3452 directory prefix on the filename.
3453
3454 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3455
3456 * gdb.gdb/unittest.exp: Update expected message informing that
3457 selftests have been disabled.
3458 * gdb.server/unittest.exp: Likewise.
3459
3460 2018-10-09 Tom de Vries <tdevries@suse.de>
3461
3462 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3463 with runto_main.
3464
3465 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
3466
3467 PR c++/16841
3468 * gdb.cp/virtbase2.cc: New file.
3469 * gdb.cp/virtbase2.exp: New file.
3470
3471 2018-10-06 Tom Tromey <tom@tromey.com>
3472
3473 PR python/19399:
3474 * gdb.python/py-inferior.exp: Add architecture test.
3475
3476 2018-10-06 Tom Tromey <tom@tromey.com>
3477
3478 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3479 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3480
3481 2018-10-06 Tom Tromey <tom@tromey.com>
3482
3483 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3484 of a "throw" catchpoint.
3485
3486 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3487
3488 * gdb.base/info-proc.exp: Update string expected from "help info
3489 proc".
3490
3491 2018-10-04 Tom Tromey <tom@tromey.com>
3492
3493 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3494 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3495 (test_initial_complaints, test_empty_complaints): Update.
3496 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3497
3498 2018-10-04 Tom Tromey <tom@tromey.com>
3499
3500 PR cli/19551:
3501 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3502 * lib/gdb.exp (gdb_file_cmd): Update.
3503 * gdb.stabs/weird.exp (print_weird_var): Update.
3504 * gdb.server/solib-list.exp: Update.
3505 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3506 * gdb.mi/mi-cli.exp: Update.
3507 * gdb.linespec/linespec.exp: Update.
3508 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3509 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3510 * gdb.cp/cp-relocate.exp: Update.
3511 * gdb.base/sym-file.exp: Update.
3512 * gdb.base/relocate.exp: Update.
3513 * gdb.base/readnever.exp: Update.
3514 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3515 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3516 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3517 * gdb.base/code_elim.exp: Update.
3518 * gdb.base/break-unload-file.exp (test_break): Update.
3519 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3520 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3521 Update.
3522 * gdb.base/attach.exp (do_attach_tests): Update.
3523 * gdb.base/sepdebug.exp: Update.
3524 * gdb.python/py-section-script.exp: Update.
3525
3526 2018-10-04 Tom Tromey <tom@tromey.com>
3527
3528 PR cli/22234:
3529 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3530 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3531 output.
3532
3533 2018-10-04 Tom Tromey <tom@tromey.com>
3534
3535 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3536 set width and height to 0.
3537 (test_command_line_attach_run): Use -quiet.
3538
3539 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3540
3541 * lib/gdb.exp (skip_ifunc_tests): New.
3542 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3543 other compile failures.
3544 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3545
3546 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3547
3548 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3549 is_amd64_regs_target.
3550
3551 2018-10-01 Alan Hayward <alan.hayward@arm.com>
3552
3553 * gdb.arch/aarch64-sighandler-regs.c: New test.
3554 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3555 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3556
3557 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3558
3559 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3560 assembly.
3561
3562 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3563
3564 * gdb.base/frame-selection.exp: New file.
3565 * gdb.base/frame-selection.c: New file.
3566
3567 2018-09-27 Alan Hayward <alan.hayward@arm.com>
3568
3569 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3570 pthread barrier.
3571 (main): Likewise.
3572
3573 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3574
3575 * gdb.base/large-frame-1.c: New file.
3576 * gdb.base/large-frame-2.c: New file.
3577 * gdb.base/large-frame.exp: New file.
3578 * gdb.base/large-frame.h: New file.
3579
3580 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3581
3582 PR gdb/20948
3583 * gdb.base/write_mem.exp: New test.
3584 * gdb.base/write_mem.c: Likewise.
3585
3586 2018-09-23 Tom Tromey <tom@tromey.com>
3587
3588 PR python/18852:
3589 * gdb.python/py-parameter.exp: Add test for parameter that throws
3590 on "set".
3591
3592 2018-09-23 Tom Tromey <tom@tromey.com>
3593
3594 PR python/17284:
3595 * gdb.python/py-template.exp (test_template_arg): Add test for
3596 negative template argument number.
3597
3598 2018-09-23 Tom Tromey <tom@tromey.com>
3599
3600 PR python/14062:
3601 * gdb.python/python.exp: Add test for post_event error.
3602
3603 2018-09-23 Tom Tromey <tom@tromey.com>
3604
3605 PR python/18170:
3606 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3607 convert pointers to int and long.
3608
3609 2018-09-23 Tom Tromey <tom@tromey.com>
3610
3611 PR python/20126:
3612 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3613 signed-ness conversion tests.
3614
3615 2018-09-23 Tom Tromey <tom@tromey.com>
3616
3617 PR python/18352;
3618 * gdb.python/py-value.exp (test_float_conversion): New proc.
3619 Use it.
3620
3621 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3622
3623 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3624
3625 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3626
3627 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3628 no readline.
3629 * gdb.base/utf8-identifiers.exp: Likewise.
3630 * gdb.cp/cpcompletion.exp: Likewise.
3631 * gdb.linespec/cpcompletion.exp: Likewise.
3632 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3633 * gdb.linespec/cpls-ops.exp: Likewise.
3634
3635 2018-09-19 Richard Bunt <richard.bunt@arm.com>
3636 Chris January <chris.january@arm.com>
3637
3638 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3639 * gdb.fortran/short-circuit-argument-list.exp: New file.
3640 * gdb.fortran/short-circuit-argument-list.f90: New test.
3641
3642 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3643
3644 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3645 "arch=" keyword when executing "-stack-list-frames".
3646
3647 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3648
3649 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3650 "arch=" keyword when executing "-stack-list-frames".
3651
3652 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3653
3654 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3655 break ada".
3656
3657 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3658
3659 PR python/23669
3660 * gdb.python/python.exp: Test gdb.execute("show commands").
3661
3662 2018-09-16 Tom Tromey <tom@tromey.com>
3663
3664 * gdb.base/new-ui.exp (do_execution_tests): Update.
3665 * gdb.base/dbx.exp (test_breakpoints): Update.
3666
3667 2018-09-14 Alan Hayward <alan.hayward@arm.com>
3668
3669 * lib/gdb.exp (gdb_simple_compile): Add proc.
3670 (is_elf_target): Use gdb_simple_compile.
3671 (skip_altivec_tests): Likewise.
3672 (skip_vsx_tests): Likewise.
3673 (skip_tsx_tests): Likewise.
3674 (skip_btrace_tests): Likewise.
3675 (skip_btrace_pt_tests): Likewise.
3676 (gdb_can_simple_compile): Likewise.
3677 (gdb_has_argv0): Likewise.
3678 (gdb_target_symbol_prefix): Likewise.
3679 (target_supports_scheduler_locking): Likewise.
3680
3681 2018-09-13 Tom Tromey <tom@tromey.com>
3682
3683 * Makefile.in (TAGS): Recognize proc_with_prefix and
3684 gdb_caching_proc.
3685
3686 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3687
3688 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3689 method.
3690
3691 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3692
3693 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3694 and a few other Inferior properties when the Inferior is no
3695 longer valid.
3696
3697 2018-09-13 Tom Tromey <tom@tromey.com>
3698
3699 PR rust/23650:
3700 * gdb.rust/simple.exp: Add test for enum field access error.
3701
3702 2018-09-13 Tom Tromey <tom@tromey.com>
3703
3704 PR rust/23626:
3705 * gdb.rust/simple.rs (EmptyEnum): New type.
3706 (main): Use it.
3707 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3708
3709 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3710
3711 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3712 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3713 * gdb.python/py-symtab.exp: Update test printing an objfile.
3714
3715 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3716
3717 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3718 object.
3719
3720 2018-09-12 Alan Hayward <alan.hayward@arm.com>
3721
3722 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3723 (support_complex_tests): Use gdb_can_simple_compile.
3724 (is_ilp32_target): Likewise.
3725 (is_lp64_target): Likewise.
3726 (is_64_target): Likewise.
3727 (is_amd64_regs_target): Likewise.
3728 (is_aarch32_target): Likewise.
3729 (gdb_int128_helper): Likewise.
3730
3731 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3732
3733 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3734
3735 2018-09-10 Jerome Guitton <guitton@adacore.com>
3736
3737 * gdb.ada/same_component_name: Add test for case of tagged record
3738 with variable-length fields.
3739
3740 2018-09-10 Xavier Roirand <roirand@adacore.com>
3741
3742 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3743 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3744 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3745 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3746
3747 2018-09-10 Xavier Roirand <roirand@adacore.com>
3748
3749 * gdb.ada/mi_string_access.exp: New testcase.
3750 * gdb.ada/mi_string_access/bar.adb: New file.
3751 * gdb.ada/mi_string_access/pck.adb: New file.
3752 * gdb.ada/mi_string_access/pck.asd: New file.
3753
3754 2018-09-10 Xavier Roirand <roirand@adacore.com>
3755
3756 * gdb.ada/mi_var_union.exp: New testcase.
3757 * gdb.ada/mi_var_union/bar.adb: New file.
3758 * gdb.ada/mi_var_union/pck.adb: New file.
3759 * gdb.ada/mi_var_union/pck.asd: New file.
3760
3761 2018-09-08 Tom Tromey <tom@tromey.com>
3762
3763 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3764
3765 2018-09-08 Tom Tromey <tom@tromey.com>
3766
3767 PR python/16047:
3768 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
3769 (register_pretty_printers): Register new printer.
3770 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
3771 test.
3772 * gdb.python/py-prettyprint.c (int_type3): New typedef.
3773 (an_int_type3): New global.
3774
3775 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3776
3777 * gdb.ada/expr_with_funcall: New testcase.
3778
3779 2018-09-08 Joel Brobecker <brobecker@adacore.com>
3780
3781 * gdb.ada/packed_array_assign: New testcase.
3782
3783 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
3784
3785 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
3786 names, and add test prefixes to make test names unique.
3787
3788 2018-09-05 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.dwarf2/varval.exp: Add test.
3791
3792 2018-09-04 Gary Benson <gbenson@redhat.com>
3793
3794 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
3795 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
3796
3797 2018-08-31 Tom Tromey <tom@tromey.com>
3798
3799 * gdb.rust/simple.rs: Rename second variable "v".
3800
3801 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
3802
3803 * gdb.base/funcargs.c (use_a): New function.
3804 (recurse): Call use_a.
3805
3806 2018-08-29 Keith Seitz <keiths@redhat.com>
3807
3808 * gdb.compile/compile-cplus-anonymous.cc: New file.
3809 * gdb.compile/compile-cplus-anonymous.exp: New file.
3810 * gdb.compile/compile-cplus-array-decay.cc: New file.
3811 * gdb.compile/compile-cplus-array-decay.exp: New file.
3812 * gdb.compile/compile-cplus-inherit.cc: New file.
3813 * gdb.compile/compile-cplus-inherit.exp: New file.
3814 * gdb.compile/compile-cplus-member.cc: New file.
3815 * gdb.compile/compile-cplus-member.exp: New file.
3816 * gdb.compile/compile-cplus-method.cc: New file.
3817 * gdb.compile/compile-cplus-method.exp: New file.
3818 * gdb.compile/compile-cplus-mod.c: "New" file.
3819 * gdb.compile/compile-cplus-namespace.cc: New file.
3820 * gdb.compile/compile-cplus-namespace.exp: New file.
3821 * gdb.compile/compile-cplus-nested.cc: New file.
3822 * gdb.compile/compile-cplus-nested.exp: New file.
3823 * gdb.compile/compile-cplus-print.c: "New" file.
3824 * gdb.compile/compile-cplus-print.exp: "New" file.
3825 * gdb.compile/compile-cplus-virtual.cc: New file.
3826 * gdb.compile/compile-cplus-virtual.exp: New file.
3827 * gdb.compile/compile-cplus.c: "New" file.
3828 * gdb.compile/compile-cplus.exp: "New" file.
3829 * lib/compile-support.exp: New file.
3830
3831 2018-08-16 Gary Benson <gbenson@redhat.com>
3832
3833 PR gdb/13000:
3834 * gdb.base/batch-exit-status.exp: New file.
3835 * gdb.base/batch-exit-status.good-commands: Likewise.
3836 * gdb.base/batch-exit-status.bad-commands: Likewise.
3837
3838 2018-08-29 Alan Hayward <alan.hayward@arm.com>
3839
3840 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
3841 (struct struct02): Likewise.
3842 (struct struct03): Likewise.
3843 (struct struct04): Likewise.
3844 (struct struct_01_01): New struct.
3845 (struct struct_01_02): Likewise.
3846 (struct struct_01_03): Likewise.
3847 (struct struct_01_04): Likewise.
3848 (struct struct_02_01): Likewise.
3849 (struct struct_02_02): Likewise.
3850 (struct struct_02_03): Likewise.
3851 (struct struct_02_04): Likewise.
3852 (struct struct_04_01): Likewise.
3853 (struct struct_04_02): Likewise.
3854 (struct struct_04_03): Likewise.
3855 (struct struct_04_04): Likewise.
3856 (struct struct_05_01): Likewise.
3857 (struct struct_05_02): Likewise.
3858 (struct struct_05_03): Likewise.
3859 (struct struct_05_04): Likewise.
3860 (cmp_struct01): Remove function.
3861 (cmp_struct02): Likewise.
3862 (cmp_struct03): Likewise.
3863 (cmp_struct04): Likewise.
3864 (cmp_struct_01_01): Add Function.
3865 (cmp_struct_01_02): Likewise.
3866 (cmp_struct_01_03): Likewise.
3867 (cmp_struct_01_04): Likewise.
3868 (cmp_struct_02_01): Likewise.
3869 (cmp_struct_02_02): Likewise.
3870 (cmp_struct_02_03): Likewise.
3871 (cmp_struct_02_04): Likewise.
3872 (cmp_struct_04_01): Likewise.
3873 (cmp_struct_04_02): Likewise.
3874 (cmp_struct_04_03): Likewise.
3875 (cmp_struct_04_04): Likewise.
3876 (cmp_struct_05_01): Likewise.
3877 (cmp_struct_05_02): Likewise.
3878 (cmp_struct_05_03): Likewise.
3879 (cmp_struct_05_04): Likewise.
3880 (call_all): Add new structs.
3881 * gdb.base/infcall-nested-structs.exp: Likewise.
3882
3883 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
3884
3885 * gdb.python/py-framefilter-mi.exp: Update regexp to
3886 check for "arch" field in frame output.
3887
3888 2018-08-23 Kevin Buettner <kevinb@redhat.com>
3889
3890 * gdb.dwarf2/dw2-ranges-func.c: New file.
3891 * gdb.dwarf2/dw2-ranges-func.exp: New file.
3892
3893 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
3894
3895 * gdb.base/term.exp: Compare terminal settings with values from
3896 the inferior.
3897 * gdb.base/term.c: Get and set terminal settings.
3898
3899 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
3900
3901 * lib/mi-support.exp (mi_expect_stop): Update regexp to
3902 accommodate new "arch" field in frame output.
3903 * gdb.mi/mi-return.exp: Likewise.
3904 * gdb.mi/mi-stack.exp: Likewise.
3905 * gdb.mi/mi-syn-frame.exp: Likewise.
3906 * gdb.mi/user-selected-context-sync.exp: Likewise.
3907
3908 2018-08-19 Michael Spang <spang@google.com>
3909
3910 PR gdb/11786
3911 * gdb.base/gcore-tls-pie.c: New file.
3912 * gdb.base/gcore-tls-pie.exp: New file.
3913
3914 2018-08-18 Kevin Buettner <kevinb@redhat.com>
3915
3916 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
3917 * gdb.dwarf2/varval.c: New file.
3918 * gdb.dwarf2/varval.exp: New file.
3919
3920 2018-08-17 Alan Hayward <alan.hayward@arm.com>
3921
3922 PR gdb/18931
3923 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
3924
3925 2018-08-16 Keith Seitz <keiths@redhat.com>
3926
3927 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
3928 tests expected to pass.
3929
3930 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
3931
3932 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
3933 -data-disassemble -a.
3934 (test_disassembly_bogus_args): Likewise.
3935
3936 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
3937
3938 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
3939
3940 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3941
3942 * gdb.base/vla-optimized-out.exp: Add new test.
3943
3944 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3945
3946 * gdb.base/vla-optimized-out-o3.exp: Delete.
3947 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3948 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3949 deleted tests.
3950
3951 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3952
3953 PR gdb/18050:
3954 * gdb.server/extended-remote-restart.c: New file.
3955 * gdb.server/extended-remote-restart.exp: New file.
3956
3957 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3958
3959 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3960 "set variable index = 42".
3961
3962 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3963
3964 * boards/index-cache-gdb.exp: New file.
3965 * gdb.dwarf2/index-cache.exp: New file.
3966 * gdb.dwarf2/index-cache.c: New file.
3967 * gdb.base/maint.exp: Check if we are using the index cache.
3968
3969 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3970
3971 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3972 MAKEFLAGS.
3973
3974 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3975
3976 * dg-extract-results.sh: Move to toplevel contrib.
3977 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3978 * Makefile.in (check-parallel-racy): Likewise.
3979
3980 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3981
3982 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3983 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3984 tests if the target supports scheduler locking.
3985
3986 2018-08-04 Tom de Vries <tdevries@suse.de>
3987
3988 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3989
3990 2018-08-02 Tom Tromey <tom@tromey.com>
3991
3992 PR symtab/16842.
3993 * gdb.cp/temargs.exp: Test "info address" of a template
3994 parameter.
3995
3996 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3997
3998 * gdb.python/py-mi-var-info-path-expression.c: New file.
3999 * gdb.python/py-mi-var-info-path-expression.py: New file.
4000 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4001
4002 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4003
4004 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4005 error after "cannot resolve name" string.
4006
4007 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4008
4009 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4010 started.
4011 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4012
4013 2018-07-28 Tom de Vries <tdevries@suse.de>
4014
4015 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4016
4017 2018-07-26 Tom de Vries <tdevries@suse.de>
4018
4019 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4020
4021 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4024 is visible.
4025
4026 2018-07-26 Tom de Vries <tdevries@suse.de>
4027
4028 PR breakpoints/23366
4029 * gdb.base/catch-follow-exec.c: New test.
4030 * gdb.base/catch-follow-exec.exp: New file.
4031
4032 2018-07-25 Tom de Vries <tdevries@suse.de>
4033
4034 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4035 vla-optimized-out.c.
4036
4037 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4038
4039 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4040 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4041
4042 2018-07-20 Tom de Vries <tdevries@suse.de>
4043
4044 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4045 NOCLONE macro.
4046 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4047
4048 2018-07-19 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4051 regular expression.
4052
4053 2018-07-18 Tom de Vries <tdevries@suse.de>
4054
4055 * gdb.base/vla-optimized-out.c: New test.
4056 * gdb.base/vla-optimized-out.exp: New file.
4057
4058 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4059
4060 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4061 message "No address associated with hostname" when gdbserver
4062 cannot resolve the hostname.
4063
4064 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4065
4066 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4067 Add some test prefixes to make tests unique.
4068
4069 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4070
4071 * gdb.base/frameapply.c: New file.
4072 * gdb.base/frameapply.exp: New file.
4073
4074 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4075
4076 * gdb.base/skip.exp: Update expected error message.
4077
4078 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4079 Jan Kratochvil <jan.kratochvil@redhat.com>
4080 Paul Fertser <fercerpav@gmail.com>
4081 Tsutomu Seki <sekiriki@gmail.com>
4082
4083 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4084 parameter.
4085 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4086 by default.
4087 * boards/native-gdbserver.exp: Likewise.
4088 * gdb.server/run-without-local-binary.exp: Improve regexp used
4089 for detecting when a remote debugging connection succeeds.
4090 * gdb.server/server-connect.exp: New file.
4091 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4092 Do not prefix the port number with ":".
4093 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4094 support for detecting and using it. Add '$debughost_gdbserver'
4095 to the list of arguments used to start gdbserver. Handle case
4096 when gdbserver cannot resolve a network name.
4097
4098 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4099
4100 PR c++/23373
4101 * gdb.base/ptype-offsets.cc (struct static_member): New
4102 struct.
4103 (main) <stmember>: New variable.
4104 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4105 with a static member in it.
4106
4107 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4108
4109 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4110 watchpoints enabled and disabled.
4111
4112 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4113
4114 * gdb.base/examine-backward.exp: Still run tests around address
4115 0x0, even if address 0x0 is not readable. Update the pattern for
4116 matching address 0x0 in expected output.
4117
4118 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4121 malloc/free.
4122
4123 2018-07-04 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4126
4127 2018-07-02 Maciej W. Rozycki <macro@mips.com>
4128
4129 PR tdep/8282
4130 * gdb.arch/mips-disassembler-options.exp: New test.
4131 * gdb.arch/mips-disassembler-options.s: New test source.
4132
4133 2018-06-29 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.threads/names.exp: Adjust expected "info threads" output.
4136
4137 2018-06-29 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.opt/inline-break.exp (line number, address): Add "info
4140 break" tests.
4141
4142 2018-06-29 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4145 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4146 number and address and running to them.
4147
4148 2018-06-29 Richard Bunt <richard.bunt@arm.com>
4149
4150 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4151
4152 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4153
4154 * lib/compiler.c: Remove executable permission flag.
4155
4156 2018-06-28 Richard Bunt <richard.bunt@arm.com>
4157
4158 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4159 code.
4160 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4161
4162 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4163
4164 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4165
4166 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4167
4168 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4169 address argument is omitted.
4170
4171 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
4172
4173 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4174
4175 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
4176
4177 PR gdb/21695
4178 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4179 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4180
4181 2018-06-26 Tom Tromey <tom@tromey.com>
4182
4183 PR rust/22574:
4184 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4185 * gdb.rust/simple.rs (struct SimpleLayout): New.
4186
4187 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4188
4189 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4190 "info registers" output.
4191
4192 2018-06-21 Richard Bunt <richard.bunt@arm.com>
4193
4194 * gdb.base/watchpoint-hw-attach.c: New test.
4195 * gdb.base/watchpoint-hw-attach.exp: New file.
4196
4197 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4198
4199 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4200 through /bin/sh.
4201 * boards/dwarf4-gdb-index.exp: Likewise.
4202 * boards/fission-dwp.exp: Likewise.
4203
4204 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4205
4206 * gdb.base/float128.exp: Add comment and improved fail message
4207 to the failure case of "print large128" test.
4208
4209 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4210
4211 * configure.ac: Remove AC_PREREQ.
4212 * configure: Re-generate.
4213
4214 2018-06-19 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4217 (func_extern_caller): New.
4218 (main): Call func_extern_caller.
4219 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4220 logic change.
4221
4222 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
4223
4224 PR gdb/16841
4225 * gdb.cp/typedef-base.cc: New file.
4226 * gdb.cp/typedef-base.exp: New file.
4227
4228 2018-06-18 Tom de Vries <tdevries@suse.de>
4229
4230 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4231
4232 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4233 Richard Bunt <Richard.Bunt@arm.com>
4234
4235 * gdb.threads/attach-slow-waitpid.c: New file.
4236 * gdb.threads/attach-slow-waitpid.exp: New file.
4237 * gdb.threads/slow-waitpid.c: New file.
4238
4239 2018-06-14 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/fork-running-state.c: Include <errno.h>.
4242 (exit_if_relative_exits): New.
4243 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4244 exits.
4245 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4246 child exits.
4247
4248 2018-06-14 Tom de Vries <tdevries@suse.de>
4249
4250 PR cli/22573
4251 * gdb.base/finish-pretty.c: New test.
4252 * gdb.base/finish-pretty.exp: New file.
4253
4254 2018-06-14 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4257 gdb's expected startup output.
4258
4259 2018-06-14 Pedro Alves <palves@redhat.com>
4260
4261 * lib/selftest-support.exp (selftest_setup): Remove inlined
4262 function handling.
4263
4264 2018-06-14 Tom de Vries <tdevries@suse.de>
4265
4266 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4267 matching of breakpoint printing.
4268
4269 2018-06-13 Tom de Vries <tdevries@suse.de>
4270
4271 PR testsuite/23269
4272 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4273 (fork_child): ... here, and ...
4274 (fork_parent): ... here.
4275
4276 2018-06-12 Tom de Vries <tdevries@suse.de>
4277
4278 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4279
4280 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4281 Stephen Roberts <stephen.roberts@arm.com>
4282
4283 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4284 rewrite test to describe action performed, rather than possible
4285 failure.
4286
4287 2018-06-08 Gary Benson <gbenson@redhat.com>
4288
4289 * gdb.threads/check-libthread-db.exp: New file.
4290 * gdb.threads/check-libthread-db.c: Likewise.
4291
4292 2018-06-05 Tom Tromey <tom@tromey.com>
4293
4294 * gdb.base/default.exp: Update expected "show version" output.
4295
4296 2018-06-05 Tom Tromey <tom@tromey.com>
4297
4298 PR cli/12326:
4299 * gdb.cp/static-print-quit.exp: Update.
4300 * lib/gdb.exp (pagination_prompt): Update.
4301 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4302 * gdb.python/python.exp: Update.
4303
4304 2018-06-04 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4307
4308 2018-06-01 Joel Brobecker <brobecker@adacore.com>
4309
4310 * gdb.ada/bp_fun_addr: New testcase.
4311
4312 2018-06-01 Tom Tromey <tom@tromey.com>
4313
4314 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4315 results.
4316 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4317 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4318 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4319 * gdb.base/maint.exp (maint_pass_if): Update.
4320
4321 2018-05-31 Maciej W. Rozycki <macro@mips.com>
4322
4323 * gdb.base/endian.exp: New test.
4324 * gdb.base/endian.c: New test source.
4325
4326 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 PR gdb/23203
4329 * gdb.base/bt-selected-frame.c: New file.
4330 * gdb.base/bt-selected-frame.exp: New file.
4331 * lib/gdb.exp (get_current_frame_number): New function.
4332
4333 2018-05-24 Maciej W. Rozycki <macro@mips.com>
4334 Pedro Alves <palves@redhat.com>
4335
4336 * gdb.threads/tls-core.c: Include <stdlib.h>
4337 (thread_proc): Call `abort'.
4338 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4339 (tls_core_test): New procedure, bits factored out from ...
4340 (top level): ... here. Test both native cores and gcore cores.
4341
4342 2018-05-23 Tom Tromey <tom@tromey.com>
4343
4344 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4345
4346 2018-05-23 Tom Tromey <tom@tromey.com>
4347
4348 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4349 symfile_complaints.
4350 (test_short_complaints): Likewise.
4351 (test_empty_complaints): Likewise.
4352 (test_initial_complaints): Update.
4353
4354 2018-05-23 Tom Tromey <tom@tromey.com>
4355
4356 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4357
4358 2018-05-23 Tom Tromey <tom@tromey.com>
4359
4360 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4361 (test_short_complaints): Update.
4362
4363 2018-05-22 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/remote.exp: Only gdb_start after compiling the
4366 testcase. Issue "disconnect" before testing "set remote" command
4367 defaults. Issue clean_restart before running to main.
4368
4369 2018-05-22 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/remote.exp: Adjust expected output of "show remote
4372 memory-write-packet-size". Add tests for "set remote
4373 memory-write-packet-size 0" and "set remote
4374 memory-write-packet-size fixed/limit".
4375
4376 2018-05-22 Pedro Alves <palves@redhat.com>
4377
4378 PR gdb/22973
4379 * gdb.base/utf8-identifiers.c: New file.
4380 * gdb.base/utf8-identifiers.exp: New file.
4381
4382 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4383
4384 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4385
4386 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4387
4388 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4389
4390 2018-05-18 Tom Tromey <tom@tromey.com>
4391
4392 * gdb.base/ptype-offsets.exp: Update.
4393
4394 2018-05-17 Keith Seitz <keiths@redhat.com>
4395
4396 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4397 in expected breakpoint stop locations.
4398 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4399 move to proper scope to test variable values.
4400 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4401 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4402 New functions.
4403 (main): Call not_inline_func3.
4404 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4405 inline_func1, inline_func2, and inline_func3. Test that when each
4406 breakpoint is hit, GDB properly reports both the stop location
4407 and the backtrace. Repeat tests for temporary breakpoints.
4408
4409 2018-05-15 Maciej W. Rozycki <macro@mips.com>
4410
4411 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4412 rather then trying to access it in determining whether the PID
4413 of `gdbserver' could have been retrieved.
4414
4415 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 * gdb.arch/amd64-init-x87-values.S: New file.
4418 * gdb.arch/amd64-init-x87-values.exp: New file.
4419
4420 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4423
4424 2018-05-04 Tom Tromey <tom@tromey.com>
4425
4426 PR python/22730:
4427 * gdb.python/python.exp: Test multi-line execute.
4428
4429 2018-05-04 Tom Tromey <tom@tromey.com>
4430
4431 PR python/22731:
4432 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4433
4434 2018-05-04 Tom Tromey <tom@tromey.com>
4435
4436 PR gdb/11750:
4437 * gdb.base/define.exp: Test defining a user command inside a user
4438 command.
4439 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4440
4441 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4442 Pedro Alves <palves@redhat.com>
4443
4444 PR breakpoints/19806 and support for PR external/20207.
4445 * gdb.base/watchpoint-unaligned.c: New file.
4446 * gdb.base/watchpoint-unaligned.exp: New file.
4447
4448 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 * gdb.base/maint.exp: Make test names unique, use
4451 test_prefix_command_help to test 'help maint info', and remove
4452 repeated test of 'help maint'.
4453
4454 2018-05-04 Tom Tromey <tom@tromey.com>
4455
4456 PR gdb/22619:
4457 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4458 behavior.
4459
4460 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/maint.exp: Process output from 'maint print registers'
4463 line at a time.
4464
4465 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4466
4467 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4468 timeout.
4469
4470 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4471
4472 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4473 filter pattern.
4474
4475 2018-05-02 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4478 to_log_command renames.
4479 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4480
4481 2018-05-02 Tom Tromey <tom@tromey.com>
4482
4483 * gdb.python/py-parameter.exp: Set test message.
4484
4485 2018-05-02 Tom Tromey <tom@tromey.com>
4486
4487 PR python/20084:
4488 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4489 PARAM_ZUINTEGER_UNLIMITED tests.
4490
4491 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4492
4493 PR rust/23124
4494 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4495 when casting.
4496
4497 2018-04-30 Tom Tromey <tom@tromey.com>
4498
4499 * gdb.python/py-type.exp: Check align attribute.
4500 * gdb.python/py-type.c: New "aligncheck" global.
4501
4502 2018-04-30 Tom Tromey <tom@tromey.com>
4503
4504 PR exp/17095:
4505 * gdb.dwarf2/dw2-align.exp: New file.
4506 * gdb.cp/align.exp: New file.
4507 * gdb.base/align.exp: New file.
4508 * lib/gdb.exp (gdb_int128_helper): New proc.
4509 (has_int128_c, has_int128_cxx): New caching procs.
4510
4511 2018-04-27 Tom Tromey <tom@tromey.com>
4512
4513 PR rust/22545:
4514 * gdb.rust/simple.exp: Add inclusive range tests.
4515
4516 2018-04-26 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4519 ifunc breakpoint locations correctly of ifunc breakpoints set
4520 while the program resolves the ifunc.
4521
4522 2018-04-26 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/gnu-ifunc-final.c: New file.
4525 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4526 * gdb.base/gnu-ifunc.exp (executable): Delete.
4527 (staticexecutable): Adjust.
4528 (lib_opts, exec_opts): Delete.
4529 (make_binsuffix, build, set-break): New procedures.
4530 (misc_tests): New, with tests factored out from the top level.
4531 (top level): Test different combinations of ifunc resolver name,
4532 resolver with and with debug info, and ifunc target with and
4533 without debug info. Wrap static tests with with_target_prefix.
4534
4535 2018-04-26 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4538 return type" warnings.
4539
4540 2018-04-25 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4543 killed".
4544 * gdb.base/kill-after-signal.exp: Likewise.
4545 * gdb.threads/kill.exp: Likewise.
4546
4547 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4548 Sergio Durigan Junior <sergiodj@redhat.com>
4549 Pedro Alves <palves@redhat.com>
4550
4551 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4552 regexps to expect for '[Inferior ... detached]' as well.
4553 * gdb.base/attach.exp: Likewise.
4554 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4555 "gdb_continue_to_end".
4556 (test_catch_syscall_with_wrong_args): Likewise.
4557 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4558 ']'. Don't set 'verbose' on.
4559 * gdb.base/foll-vfork.exp: Likewise.
4560 * gdb.base/fork-print-inferior-events.c: New file.
4561 * gdb.base/fork-print-inferior-events.exp: New file.
4562 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4563 '[Inferior ... has been killed]' message.
4564 * gdb.base/kill-after-signal.exp: Likewise.
4565 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4566 detach message.
4567 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4568 message.
4569 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4570 regexps to expect for '[Inferior ... detached]' as well.
4571 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4572
4573 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4574
4575 PR gdb/23104
4576 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4577
4578 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4579
4580 PR gdb/23095
4581 * gdb.base/break-probes.exp: Pass shlib_load to
4582 prepare_for_testing. Set normal_bp to r_debug_state if target is
4583 bsd.
4584
4585 2018-04-19 Richard Bunt <richard.bunt@arm.com>
4586
4587 * gdb.threads/multiple-successive-infcall.c: New test.
4588 * gdb.threads/multiple-successive-infcall.exp: New file.
4589
4590 2018-04-17 Tom Tromey <tom@tromey.com>
4591
4592 * gdb.rust/simple.rs (Union): New type.
4593 (main): New local "u".
4594 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4595
4596 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4597
4598 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4599 number information in output of "whereis" command.
4600 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4601
4602 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4603
4604 * gdb.ada/info_types.exp: Adjust expected output to the line
4605 numbers now printed by "info var/func/type".
4606 * gdb.base/completion.exp: Likewise.
4607 * gdb.base/included.exp: Likewise.
4608 * gdb.cp/cp-relocate.exp: Likewise.
4609 * gdb.cp/cplusfuncs.exp: Likewise.
4610 * gdb.cp/namespace.exp: Likewise.
4611 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4612
4613 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4614
4615 * gdb.btrace/cpu.exp: New.
4616
4617 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4618
4619 * gdb.base/step-indirect-call-thunk.exp: New.
4620 * gdb.base/step-indirect-call-thunk.c: New.
4621 * gdb.reverse/step-indirect-call-thunk.exp: New.
4622 * gdb.reverse/step-indirect-call-thunk.c: New.
4623
4624 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4625
4626 * gdb.base/pie-fork.c: New file.
4627 * gdb.base/pie-fork.exp: New file.
4628
4629 2018-04-11 Tom Tromey <tom@tromey.com>
4630
4631 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4632
4633 2018-04-10 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4636 exits. Instead loop running forever.
4637 (fork_parent): Run forever too.
4638
4639 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4640
4641 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4642 mi_continue_to_line.
4643 * gdb.mi/mi-stack.c (callee4): Add comment.
4644
4645 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4646
4647 * gdb.mi/mi-stack.exp: Fix indentation.
4648
4649 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4650
4651 PR gdb/22979
4652 * gdb.arch/amd64-osabi.exp: New file.
4653
4654 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4655
4656 PR gdb/22980
4657 * gdb.base/osabi.exp: New file.
4658
4659 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
4660
4661 * gdb.cp/static-typedef-print.exp: New file.
4662 * gdb.cp/static-typedef-print.cc: New file.
4663
4664 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4665
4666 * gdb.ada/varsize_limit: New testcase.
4667
4668 2018-03-27 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4671
4672 * gdb.ada/notcplusplus: New testcase.
4673
4674 * gdb.base/c-linkage-name.c: New file.
4675 * gdb.base/c-linkage-name.exp: New testcase.
4676
4677 2018-03-26 Tom Tromey <tom@tromey.com>
4678
4679 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4680 * gdb.python/py-framefilter.py (name_error): New global.
4681 (ErrorInName.function): Use name_error.
4682
4683 2018-03-26 Tom Tromey <tom@tromey.com>
4684
4685 PR backtrace/15582:
4686 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4687
4688 2018-03-23 Keith Seitz <keiths@redhat.com>
4689
4690 PR c++/22968
4691 * gdb.cp/subtypes.exp: New file.
4692 * gdb.cp/subtypes.h: New file.
4693 * gdb.cp/subtypes.cc: New file.
4694 * gdb.cp/subtypes-2.cc: New file.
4695
4696 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4699 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4700 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4701 -nostartfiles when compiling the test. Confirm that all registers
4702 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4703
4704 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4705
4706 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4707 option, syntax was wrong anyway.
4708 * gdb.arch/arm-disp-step.exp: Likewise.
4709 * gdb.arch/sparc64-regs.exp: Likewise.
4710 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4711 option, syntax was wrong anyway, switch to use
4712 prepare_for_testing.
4713 * gdb.arch/i386-disp-step.exp: Likewise.
4714
4715 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4716
4717 * gdb.ada/exec_changed.exp: Replace "target_info exists
4718 use_gdb_stub" by "use_gdb_stub".
4719 * gdb.ada/start.exp: Likewise.
4720 * gdb.base/async-shell.exp: Likewise.
4721 * gdb.base/attach-pie-misread.exp: Likewise.
4722 * gdb.base/attach-wait-input.exp: Likewise.
4723 * gdb.base/break-entry.exp: Likewise.
4724 * gdb.base/break-interp.exp: Likewise.
4725 * gdb.base/dprintf-detach.exp: Likewise.
4726 * gdb.base/nostdlib.exp: Likewise.
4727 * gdb.base/solib-nodir.exp: Likewise.
4728 * gdb.base/statistics.exp: Likewise.
4729 * gdb.base/testenv.exp: Likewise.
4730 * gdb.mi/mi-exec-run.exp: Likewise.
4731 * gdb.mi/mi-start.exp: Likewise.
4732 * gdb.multi/dummy-frame-restore.exp: Likewise.
4733 * gdb.multi/multi-arch-exec.exp: Likewise.
4734 * gdb.multi/multi-arch.exp: Likewise.
4735 * gdb.multi/tids.exp: Likewise.
4736 * gdb.multi/watchpoint-multi.exp: Likewise.
4737 * gdb.python/py-events.exp: Likewise.
4738 * gdb.threads/attach-into-signal.exp: Likewise.
4739 * gdb.threads/attach-stopped.exp: Likewise.
4740 * gdb.threads/threadapply.exp: Likewise.
4741 * lib/selftest-support.exp: Likewise.
4742
4743 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4744
4745 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4746
4747 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4748
4749 * gdb.perf/template-breakpoints.cc: New file.
4750 * gdb.perf/template-breakpoints.exp: New file.
4751 * gdb.perf/template-breakpoints.py: New file.
4752
4753 2018-03-19 Tom Tromey <tom@tromey.com>
4754
4755 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4756 y0.
4757 * gdb.rust/simple.exp: Test bare identifier form of struct
4758 initializer.
4759
4760 2018-03-19 Tom Tromey <tom@tromey.com>
4761
4762 * gdb.gdb/observer.exp: Remove.
4763
4764 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4765
4766 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
4767 "qualified" option when setting breakpoints.
4768 * gdb.trace/backtrace.exp: Likewise.
4769 * gdb.trace/circ.exp: Likewise.
4770 * gdb.trace/collection.exp: Likewise.
4771 * gdb.trace/disconnected-tracing.exp: Likewise.
4772 * gdb.trace/ftrace-lock.exp: Likewise.
4773 * gdb.trace/ftrace.exp: Likewise.
4774 * gdb.trace/infotrace.exp: Likewise.
4775 * gdb.trace/packetlen.exp: Likewise.
4776 * gdb.trace/passc-dyn.exp: Likewise.
4777 * gdb.trace/qtro.exp: Likewise.
4778 * gdb.trace/read-memory.exp: Likewise.
4779 * gdb.trace/report.exp: Likewise.
4780 * gdb.trace/signal.exp: Likewise.
4781 * gdb.trace/status-stop.exp: Likewise.
4782 * gdb.trace/strace.exp: Likewise.
4783 * gdb.trace/tfind.exp: Likewise.
4784 * gdb.trace/trace-break.exp: Likewise.
4785 * gdb.trace/trace-condition.exp: Likewise.
4786 * gdb.trace/trace-mt.exp: Likewise.
4787 * gdb.trace/tstatus.exp: Likewise.
4788 * gdb.trace/tsv.exp: Likewise.
4789 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4790 * gdb.trace/unavailable.exp: Likewise.
4791 * gdb.trace/while-dyn.exp: Likewise.
4792
4793 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4794
4795 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
4796 that libinproctrace is copied to the target.
4797
4798 2018-03-14 Tom Tromey <tom@tromey.com>
4799
4800 PR cli/14977:
4801 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
4802 a null pointer.
4803 * gdb.base/wchar.exp: Likewise.
4804
4805 2018-03-14 Tom Tromey <tom@tromey.com>
4806
4807 PR cli/19918:
4808 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
4809 flag.
4810
4811 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 PR gdb/22841
4814 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
4815 "target" to remote_exec.
4816
4817 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
4818
4819 PR gdb/22841
4820 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
4821 ${board}_upload): Remove.
4822
4823 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
4824
4825 * gdb.cp/watch-cp.cc: New test.
4826 * gdb.cp/watch-cp.exp: New file.
4827
4828 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
4829
4830 * gdb.base/infcall-nested-structs.exp: New file.
4831 * gdb.base/infcall-nested-structs.c: New file.
4832 * gdb.base/float.exp: Add riscv support.
4833
4834 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
4835
4836 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
4837 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
4838
4839 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
4840
4841 * gdb.server/abspath.exp: New file.
4842 * lib/gdb.exp (with_cwd): New procedure.
4843
4844 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
4845
4846 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
4847 use it.
4848 (gdb_is_target_remote_prompt): New proc.
4849 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
4850 (gdb_is_target_native): Pass prompt parameter to
4851 gdb_is_target_1.
4852
4853 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 * gdb.base/load-command.c: New file.
4856 * gdb.base/load-command.exp: New file.
4857 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
4858 (gdb_is_target_1): ...this, and generalize for other targets
4859 than just remote.
4860 (gdb_is_target_remote): Use gdb_is_target_1.
4861 (gdb_is_target_native): use gdb_is_target_1.
4862
4863 2018-02-26 Tom Tromey <tom@tromey.com>
4864
4865 PR python/16497:
4866 * gdb.python/py-framefilter.exp: Update test.
4867
4868 2018-02-26 Tom Tromey <tom@tromey.com>
4869
4870 * gdb.dwarf2/variant.c: New file.
4871 * gdb.dwarf2/variant.exp: New file.
4872
4873 2018-02-26 Tom Tromey <tom@tromey.com>
4874
4875 * gdb.rust/simple.exp: Accept more possible results in enum test.
4876
4877 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
4878
4879 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
4880 parentheses.
4881
4882 2018-02-23 Maciej W. Rozycki <macro@mips.com>
4883
4884 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
4885 name of a variable: $actual_linejj -> $actual_line.
4886
4887 2018-02-21 John Baldwin <jhb@FreeBSD.org>
4888
4889 * gdb.arch/amd64-i386-address.exp: Fix a typo.
4890
4891 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
4892
4893 * gdb.btrace/buffer-size.exp: Do not force BTS.
4894
4895 2018-02-14 Pedro Alves <palves@redhat.com>
4896
4897 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
4898 getting a "Quit".
4899
4900 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
4901
4902 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
4903 Fix test name.
4904
4905 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
4906
4907 * gdb.cp/m-static.exp: Check type of optimized out static
4908 member.
4909
4910 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
4911
4912 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
4913 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
4914
4915 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
4916 Leszek Swirski <leszeks@google.com>
4917
4918 * gdb.python/py-prettyprint.c
4919 (struct to_string_returns_value_inner,
4920 struct to_string_returns_value_wrapper): New.
4921 (main): Add tsrvw variable.
4922 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
4923 ToStringReturnsValueWrapper): New classes.
4924 (register_pretty_printers): Register new pretty-printers.
4925 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
4926 recursive pretty printer.
4927 * gdb.python/py-mi.exp: Likewise.
4928
4929 2018-02-01 Leszek Swirski <leszeks@google.com>
4930
4931 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
4932 functions with the same name as an include file are parsed
4933 correctly.
4934
4935 2018-02-01 Yao Qi <yao.qi@linaro.org>
4936
4937 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
4938 "\[^\r\n\]*".
4939
4940 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
4941
4942 * gdb.arch/powerpc-prologue-frame.s: New file.
4943 * gdb.arch/powerpc-prologue-frame.c: Likewise.
4944 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
4945
4946 2018-01-31 Joel Brobecker <brobecker@adacore.com>
4947
4948 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4949
4950 2018-01-30 Pedro Alves <palves@redhat.com>
4951
4952 PR gdb/13211
4953 * gdb.base/interrupt-daemon.c: New.
4954 * gdb.base/interrupt-daemon.exp: New.
4955 * gdb.multi/multi-term-settings.c: New.
4956 * gdb.multi/multi-term-settings.exp: New.
4957
4958 2018-01-30 Joel Brobecker <brobecker@adacore.com>
4959
4960 * gdb.base/break.exp: Save the location where the breakpoint
4961 on break.c:47 was actually inserted when debugging the version
4962 compiled at -O2 and use it in the expected output of the "info
4963 break" test performed soon after.
4964
4965 2018-01-22 Pedro Alves <palves@redhat.com>
4966 Sergio Durigan Junior <sergiodj@redhat.com>
4967
4968 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4969 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4970
4971 2018-01-22 Joel Brobecker <brobecker@adacore.com>
4972
4973 * gdb.base/break-include.c, gdb.base/break-include.inc,
4974 gdb.base/break-include.exp: New files.
4975 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4976 line number now being the actual line number where the breakpoint
4977 was inserted.
4978 * gdb.mi/mi-break.exp: Likewise.
4979 * gdb.mi/mi-reverse.exp: Likewise.
4980 * gdb.mi/mi-simplerun.exp: Ditto.
4981
4982 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4985 varobj.
4986 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4987
4988 2018-01-21 Don Breazeal <donb@codesourcery.com>
4989 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.mi/basics.c: Add new global.
4992 * gdb.mi/mi-frame-regs.exp: New file.
4993 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4994 case.
4995
4996 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4997
4998 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4999 non-parameter, and on an unknown symbol.
5000
5001 2018-01-19 Tom Tromey <tom@tromey.com>
5002
5003 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5004 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5005
5006 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5007
5008 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5009 setrlimit and chdir to int.
5010
5011 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5012
5013 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5014 function.
5015 (my_tend): Likewise.
5016 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5017 rationale of avoiding FP- and vector instructions.
5018
5019 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5020
5021 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5022 "info reg" with "\[ \t\]*".
5023 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5024 "\[ \t\]+".
5025 * gdb.arch/s390-multiarch.exp: Ditto.
5026 * gdb.base/pc-fp.exp: Ditto.
5027 * gdb.reverse/i386-precsave.exp: Ditto.
5028 * gdb.reverse/i386-reverse.exp: Ditto.
5029 * gdb.reverse/i387-env-reverse.exp: Ditto.
5030 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5031
5032 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * lib/gdb.exp (gdb_compile): Re-enable use of
5035 universal_compile_options for languages other than Rust.
5036
5037 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5038
5039 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5040
5041 2018-01-17 Mike Gulick <mgulick@mathworks.com>
5042
5043 PR gdb/16577
5044 * gdb.base/solib-vanish.exp: New.
5045 * gdb.base/solib-vanish-main.c: New.
5046 * gdb.base/solib-vanish-lib1.c: New.
5047 * gdb.base/solib-vanish-lib2.c: New.
5048
5049 2018-01-17 Yao Qi <yao.qi@linaro.org>
5050
5051 * gdb.compile/compile.exp: Match the address printed for
5052 frame in the output of command "bt".
5053
5054 2018-01-15 Tom Tromey <tom@tromey.com>
5055
5056 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5057 compute sp_reg.
5058
5059 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5060
5061 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5062 to prepare.
5063 (prepare): Return 0 on error, 1 on success.
5064
5065 2018-01-12 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/continue-after-aborted-step-over.c: New.
5068 * gdb.base/continue-after-aborted-step-over.exp: New.
5069
5070 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5071
5072 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5073 options when not creating an executable.
5074
5075 2018-01-11 Pedro Alves <palves@redhat.com>
5076
5077 PR remote/22597
5078 * gdb.server/stop-reply-no-thread.c: New file.
5079 * gdb.server/stop-reply-no-thread.exp: New file.
5080
5081 2018-01-10 Pedro Alves <palves@redhat.com>
5082
5083 PR gdb/22670
5084 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5085 functions too. Test setting breakpoints and printing C functions
5086 with no debug info too.
5087 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5088
5089 2018-01-10 Pedro Alves <palves@redhat.com>
5090
5091 PR gdb/22670
5092 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5093 a fail.
5094
5095 2018-01-10 Pedro Alves <palves@redhat.com>
5096
5097 PR gdb/22670
5098 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5099
5100 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5101
5102 * gdb.server/unittest.exp: Match the output in non-development
5103 mode.
5104
5105 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5106
5107 * gdb.gdb/unittest.exp: Match output in non-development mode.
5108
5109 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5110
5111 * gdb.ada/access_tagged_param.exp: Relax expected output
5112 for value of "ObjL" in "continue" to pck.inspect breakpoint
5113 test.
5114
5115 2018-01-08 Joel Brobecker <brobecker@adacore.com>
5116
5117 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5118 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5119
5120 2018-01-05 Pedro Alves <palves@redhat.com>
5121
5122 PR gdb/18653
5123 * gdb.base/libsegfault.exp: New.
5124
5125 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5126
5127 PR gdb/22670
5128 * gdb.ada/access_tagged_param.exp: New file.
5129 * gdb.ada/access_tagged_param/foo.adb: New file.
5130
5131 2018-01-05 Pedro Alves <palves@redhat.com>
5132
5133 PR gdb/22670
5134 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5135 exercise lower case too, and to exercise both full matching and
5136 wild matching.
5137
5138 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdb.ada/rename_subscript_param: New testcase.
5141
5142 2018-01-05 Jerome Guitton <guitton@adacore.com>
5143
5144 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5145
5146 2018-01-05 Joel Brobecker <brobecker@adacore.com>
5147
5148 * gdb.ada/convvar_comp: New testcase.
5149
5150 2018-01-05 Xavier Roirand <roirand@adacore.com>
5151
5152 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5153 (My_Table): New global variable.
5154 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5155
5156 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5157
5158 PR gdb/22670
5159 * gdb.ada/maint_with_ada: New testcase.
5160
5161 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5162
5163 PR gdb/22670
5164 * gdb.ada/bp_c_mixed_case: New testcase.
5165
5166 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5167
5168 PR gdb/22670
5169 * gdb.ada/complete.exp: Add "complete break ada" test.
5170
5171 2018-01-04 Joel Brobecker <brobecker@adacore.com>
5172
5173 PR gdb/22670
5174 * gdb.ada/info_addr_mixed_case: New testcase.
5175
5176 2018-01-03 Xavier Roirand <roirand@adacore.com>
5177
5178 * gdb.ada/excep_handle.exp: New testcase.
5179 * gdb.ada/excep_handle/foo.adb: New file.
5180 * gdb.ada/excep_handle/pck.ads: New file.
5181
5182 2018-01-03 Joel Brobecker <brobecker@adacore.com>
5183
5184 * gdb.base/step-line.c: Add extra empty line in copyright header.
5185 * gdb.base/step-line.inp: Likewise.
5186
5187 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/dyn_stride.exp: Add slice test.
5190
5191 2018-01-02 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/dyn_stride: New testcase.
5194
5195 2017-12-27 Stafford Horne <shorne@gmail.com>
5196
5197 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5198 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5199
5200 2017-12-27 Stafford Horne <shorne@gmail.com>
5201
5202 * gdb.base/reggroups.c: New file.
5203 * gdb.base/reggroups.exp: New file.
5204
5205 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5206
5207 * gdb.dwarf2/ada-valprint-error.c: New file.
5208 * gdb.dwarf2/ada-valprint-error.exp: New file.
5209
5210 2017-12-18 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdb.ada/assign_arr: New testcase.
5213
5214 2017-12-18 Xavier Roirand <roirand@adacore.com>
5215
5216 * gdb.ada/funcall_ptr: New testcase.
5217
5218 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5219
5220 PR cli/16224
5221 * gdb.base/ptype-offsets.cc: New file.
5222 * gdb.base/ptype-offsets.exp: New file.
5223
5224 2017-12-15 Yao Qi <yao.qi@linaro.org>
5225
5226 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5227 if XML is disabled.
5228
5229 2017-12-15 Xavier Roirand <roirand@adacore.com>
5230
5231 * gdb.ada/same_component_name: New testcase.
5232
5233 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5234
5235 * gdb.ada/str_binop_equal: New testcase.
5236
5237 2017-12-14 Joel Brobecker <brobecker@adacore.com>
5238
5239 * gdb.ada/task_switch_in_core: New testcase.
5240
5241 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5242
5243 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5244 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5245 call test_bkpt_qualified.
5246 (test_bkpt_qualified): New proc.
5247
5248 2017-12-13 Pedro Alves <palves@redhat.com>
5249
5250 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5251 Tighten regexp by matching with an anchor.
5252
5253 2017-12-13 Pedro Alves <palves@redhat.com>
5254
5255 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5256 ("expression with namespace"): New set of tests.
5257 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5258 (Nested::Test_NS::qux): New.
5259 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5260 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5261
5262 2017-12-13 Joel Brobecker <brobecker@adacore.com>
5263
5264 * gdb.base/server-del-break.c: New file.
5265 * gdb.base/server-del-break.exp: New file.
5266
5267 2017-12-12 Stafford Horne <shorne@gmail.com>
5268
5269 * gdb.xml/tdesc-regs.exp: Add or1k support.
5270
5271 2017-12-12 Stafford Horne <shorne@gmail.com>
5272
5273 * gdb.base/bp-permanent.c: Define nop of or1k.
5274
5275 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5276
5277 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5278 output with components being reordered.
5279
5280 2017-12-11 Joel Brobecker <brobecker@adacore.com>
5281
5282 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5283 output with components being reordered.
5284
5285 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5286 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.base/maint.exp (check for .gdb_index): Check also for
5289 .debug_names.
5290 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5291 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5292 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5293 (.gdb_index used after symbol reloading): Support also .debug_names.
5294 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5295
5296 2017-12-08 Yao Qi <yao.qi@linaro.org>
5297
5298 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5299 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5300
5301 2017-12-08 Yao Qi <yao.qi@linaro.org>
5302
5303 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5304 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5305
5306 2017-12-08 Yao Qi <yao.qi@linaro.org>
5307
5308 * gdb.arch/aarch64-tagged-pointer.c: New file.
5309 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5310
5311 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5312
5313 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5314 "int".
5315
5316 2017-12-07 Keith Seitz <keiths@redhat.com>
5317
5318 PR breakpoints/22569
5319 * gdb.linespec/ls-errs.exp: Change expected result of "break
5320 -source this file has spaces.c -line 3".
5321 Check that an explicit source file followed by whitespace is
5322 identified as an invalid explicit location.
5323
5324 2017-12-07 Keith Seitz <keiths@redhat.com>
5325
5326 * gdb.cp/nested-types.cc: New file.
5327 * gdb.cp/nested-types.exp: New file.
5328 * lib/cp-support.exp: Load data-structures.exp library.
5329 (debug_cp_test_ptype_class): New global.
5330 (cp_ptype_class_verbose, next_line): New procedures.
5331 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5332 Add and document new return value.
5333 Switch the list of lines to a queue.
5334 Add support for new `type' key for nested type definitions.
5335 Add debugging/troubleshooting messages.
5336 * lib/data-structures.exp: New file.
5337
5338 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5339
5340 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5341 with proc_with_prefix, don't use with_test_prefix.
5342
5343 2017-12-07 Tom Tromey <tom@tromey.com>
5344
5345 * gdb.base/break.exp: Add test for empty "commands".
5346
5347 2017-12-07 Yao Qi <yao.qi@linaro.org>
5348
5349 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5350 malloc and catch syscall.
5351
5352 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5353
5354 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5355 tests for explicit locations.
5356
5357 2017-12-06 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5360 force-disabling XML descriptions.
5361
5362 2017-12-04 Pedro Alves <palves@redhat.com>
5363
5364 PR gdb/22499
5365 * gdb.arch/amd64-disp-step-avx.S: New file.
5366 * gdb.arch/amd64-disp-step-avx.exp: New file.
5367
5368 2017-12-03 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5371 and <string.h>.
5372 (parent_function): Print distinct messages when waitpid fails, or
5373 the child exits with a signal, or the child exits for an unhandled
5374 reason.
5375 * gdb.threads/process-dies-while-detaching.exp
5376 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5377 it. Wait for both inferior output and GDB's prompt. Use an
5378 indirect spawn id list.
5379 (do_detach): New parameter 'child_exit'. Use it to compute
5380 expected inferior output.
5381 (test_detach, test_detach_watch, test_detach_killed_outside):
5382 Adjust to pass down the expected child exit kind.
5383
5384 2017-12-01 Joel Brobecker <brobecker@adacore.com>
5385 Sergio Durigan Junior <sergiodj@redhat.com>
5386 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5389
5390 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5391
5392 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5393 to 'symbol-file' and 'add-symbol-file' can be
5394 position-independent.
5395
5396 2017-12-01 Yao Qi <yao.qi@linaro.org>
5397
5398 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5399 the URL in copyright header.
5400 * gdb.arch/aarch64-fp.exp: Likewise.
5401 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5402 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5403 * gdb.base/expand-psymtabs.exp: Likewise.
5404 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5405 * gdb.fortran/common-block.exp: Likewise.
5406 * gdb.fortran/common-block.f90: Likewise.
5407 * gdb.fortran/logical.exp: Likewise.
5408 * gdb.fortran/vla-datatypes.f90: Likewise.
5409 * gdb.fortran/vla-sub.f90: Likewise.
5410
5411 2017-11-30 Joel Brobecker <brobecker@adacore.com>
5412
5413 * gdb.ada/repeat_dyn: New testcase.
5414
5415 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5416
5417 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5418 Update for changed thread numbering.
5419 * gdb.cell/bt.exp: Update for changed GDB output.
5420
5421 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5422
5423 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5424 setting isremote by hand.
5425 * boards/dwarf4-gdb-index.exp: Likewise.
5426 * boards/fission.exp: Likewise.
5427 * boards/stabs.exp: Likewise.
5428
5429 2017-11-30 Pedro Alves <palves@redhat.com>
5430
5431 * gdb.linespec/cpls-ops.exp
5432 (check_explicit_skips_function_argument): Extract the underlying
5433 type of size_t instead of hardcoding it.
5434
5435 2017-11-29 Pedro Alves <palves@redhat.com>
5436
5437 PR c++/19436
5438 * gdb.linespec/cpls-abi-tag.cc: New file.
5439 * gdb.linespec/cpls-abi-tag.exp: New file.
5440
5441 2017-11-29 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/langs.exp: Use -qualified.
5444 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5445 it.
5446 * gdb.cp/namespace.exp: Use -qualified.
5447 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5448 (overload-3, template-overload, template-ret-type, const-overload)
5449 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5450 procedures.
5451 (test_driver): Call them.
5452 * gdb.cp/save-bp-qualified.cc: New.
5453 * gdb.cp/save-bp-qualified.exp: New.
5454 * gdb.linespec/explicit.exp: Test -qualified.
5455 * lib/completion-support.exp (completion::explicit_opts_list): Add
5456 "-qualified".
5457 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5458
5459 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5460
5461 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5462
5463 2017-11-29 Tom Tromey <tom@tromey.com>
5464
5465 * gdb.base/relocate.exp: Update invalid argument test.
5466 Add new tests for invalid arguments.
5467
5468 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5469
5470 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5471 Return 0 as a long.
5472 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5473
5474 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5475
5476 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5477 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5478 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5479 func ().
5480 * gdb.cp/shadow.cc (B.func): Return 0.
5481
5482 2017-11-27 Joel Brobecker <brobecker@adacore.com>
5483
5484 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5485 expected output in gdb_expect call to allow the exception
5486 message to be present as well. Fix syntax confusion to avoid
5487 TCL thinking that exception_name is an array.
5488
5489 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5490
5491 * gdb.arch/spu-info.c: Include <unistd.h>.
5492 (do_signal_test): Fix broken calls to write.
5493 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5494 Fix checks for empty mailboxes. Update signal tests for corrected
5495 do_signal_test routine. Allow nonzero event status.
5496 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5497 * gdb.cell/arch.exp: Use standard_output_file.
5498 * gdb.cell/break.exp: Likewise.
5499 * gdb.cell/bt.exp: Likewise.
5500 * gdb.cell/core.exp: Likewise.
5501 * gdb.cell/dwarfaddr.exp: Likewise.
5502 * gdb.cell/ea-cache.exp: Likewise.
5503 * gdb.cell/ea-standalone.exp: Likewise.
5504 * gdb.cell/f-regs.exp: Likewise.
5505 * gdb.cell/fork.exp: Likewise.
5506 * gdb.cell/gcore.exp: Likewise.
5507 * gdb.cell/mem-access.exp: Likewise.
5508 * gdb.cell/ptype.exp: Likewise.
5509 * gdb.cell/registers.exp: Likewise.
5510 * gdb.cell/sizeof.exp: Likewise.
5511 * gdb.cell/solib-symbol.exp: Likewise.
5512 * gdb.cell/solib.exp: Likewise.
5513
5514 2017-11-25 Pedro Alves <palves@redhat.com>
5515
5516 * gdb.base/complete-empty.exp: New file.
5517 * gdb.base/completion.exp: Adjust.
5518
5519 2017-11-25 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.linespec/cpls-ops.cc: New file.
5522 * gdb.linespec/cpls-ops.exp: New file.
5523 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5524 factored out from ...
5525 (test_complete_prefix_range): ... this.
5526
5527 2017-11-24 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.linespec/cpcompletion.exp: New file.
5530 * gdb.linespec/cpls-hyphen.cc: New file.
5531 * gdb.linespec/cpls.cc: New file.
5532 * gdb.linespec/cpls2.cc: New file.
5533 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5534 test to use test_gdb_complete_unique. Add label completion,
5535 keyword completion and explicit location completion tests.
5536 * lib/completion-support.exp: New file.
5537
5538 2017-11-24 Joel Brobecker <brobecker@adacore.com>
5539
5540 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5541 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5542 when hitting an exception catchpoint.
5543
5544 2017-11-22 Yao Qi <yao.qi@linaro.org>
5545
5546 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5547
5548 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5549
5550 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5551 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5552 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5553
5554 2017-11-22 Yao Qi <yao.qi@linaro.org>
5555
5556 * gdb.base/info-os.exp: Pass pthreads.
5557 * gdb.multi/multi-attach.exp: Likewise.
5558
5559 2017-11-22 Yao Qi <yao.qi@linaro.org>
5560
5561 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5562 compiler.
5563
5564 2017-11-22 Yao Qi <yao.qi@linaro.org>
5565
5566 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5567 * gdb.base/break-interp.exp: Likewise.
5568 * gdb.base/jit-attach-pie.exp: Likewise.
5569
5570 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5571
5572 * gdb.base/float128.c (large128): New variable.
5573 * gdb.base/float128.exp: Add test to print largest __float128 value.
5574
5575 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * gdb.arch/vsx-regs.exp: Update register content checks.
5578
5579 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5580
5581 * gdb.arch/ppc-longdouble.exp: New file.
5582 * gdb.arch/ppc-longdouble.c: Likewise.
5583
5584 2017-11-21 Pedro Alves <palves@redhat.com>
5585
5586 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5587
5588 2017-11-20 Pedro Alves <palves@redhat.com>
5589
5590 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5591 (long_double_typedef): New typedefs.
5592 Use DEF on double and long double.
5593 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5594 cases.
5595 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5596 and 'long_double_ptr_same_size' locals. Use them to decide
5597 whether cast from array/function to float is valid/invalid.
5598
5599 2017-11-17 Tom Tromey <tom@tromey.com>
5600
5601 * gdb.rust/traits.rs: New file.
5602 * gdb.rust/traits.exp: New file.
5603
5604 2017-11-17 Joel Brobecker <brobecker@adacore.com>
5605
5606 * gdb.ada/minsyms: New testcase.
5607
5608 2017-11-16 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5611 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5612
5613 2017-11-16 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5616 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5617
5618 2017-11-16 Pedro Alves <palves@redhat.com>
5619
5620 * gdb.server/reconnect-ctrl-c.c: New file.
5621 * gdb.server/reconnect-ctrl-c.exp: New file.
5622
5623 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5624
5625 * gdb.python/py-rbreak.exp: New file.
5626 * gdb.python/py-rbreak.c: New file.
5627 * gdb.python/py-rbreak-func2.c: New file.
5628
5629 2017-11-16 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5632 pattern.
5633 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5634 GDB.
5635
5636 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5637
5638 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5639 regex.
5640
5641 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5642
5643 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5644 test names.
5645
5646 2017-11-09 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5649 factored out from ...
5650 (top level): ... here, and adjusted to avoid expecting beyond the
5651 prompt in a single gdb_test_multiple.
5652
5653 2017-11-09 Pedro Alves <palves@redhat.com>
5654
5655 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5656 output.
5657 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5658 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5659 * gdb.server/ext-run.exp ("kill" test): Likewise.
5660 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5661
5662 2017-11-09 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5665 match till end of line.
5666
5667 2017-11-09 Pedro Alves <palves@redhat.com>
5668
5669 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5670
5671 2017-11-09 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5674 New procedures, factored out from ...
5675 (top level): ... here, and adjusted to avoid expecting beyond the
5676 prompt in one go.
5677
5678 2017-11-09 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5681 output. Fix '?' match.
5682
5683 2017-11-08 Joel Brobecker <brobecker@adacore.com>
5684
5685 * gdb.ada/scoped_watch: New testcase.
5686 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5687 which is actually correct.
5688 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5689 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5690
5691 2017-11-08 Pedro Alves <palves@redhat.com>
5692
5693 * gdb.gdb/complaints.exp (test_initial_complaints)
5694 (test_serial_complaints, test_short_complaints): Call
5695 complaint_internal instead of complaint.
5696
5697 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5698
5699 * gdb.threads/tls-core.c: New file.
5700 * gdb.threads/tls-core.exp: Likewise.
5701
5702 2017-11-08 Pedro Alves <palves@redhat.com>
5703
5704 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5705 (p Exported_Capitalized): New test.
5706 (p exported_capitalized): New test.
5707
5708 2017-11-07 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5711
5712 2017-11-07 Pedro Alves <palves@redhat.com>
5713
5714 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5715 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5716 (disable_invalid, disable_inverted, disable_negative): New
5717 procedures.
5718 ("bad numbers"): New set of tests.
5719
5720 2017-11-07 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.cp/ena-dis-br-range.exp: Add tests.
5723
5724 2017-11-07 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5727
5728 2017-11-07 Xavier Roirand <roirand@adacore.com>
5729 Pedro Alves <palves@redhat.com>
5730
5731 * gdb.base/ena-dis-br.exp: Add reference to
5732 gdb.cp/ena-dis-br-range.exp.
5733 * gdb.cp/ena-dis-br-range.exp: New file.
5734 * gdb.cp/ena-dis-br-range.cc: New file.
5735
5736 2017-11-06 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.base/attach-non-pgrp-leader.c: New.
5739 * gdb.base/attach-non-pgrp-leader.exp: New.
5740
5741 2017-11-06 Pedro Alves <palves@redhat.com>
5742
5743 * configure.ac: No longer check for termio.h and sgtty.h.
5744 * configure: Regenerate.
5745 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5746 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5747 Remove termio and sgtty code.
5748
5749 2017-11-03 Yao Qi <yao.qi@linaro.org>
5750
5751 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5752 in GDB is disabled.
5753
5754 2017-11-03 Yao Qi <yao.qi@linaro.org>
5755
5756 * gdb.python/py-thrhandle.exp: Skip it if python is not
5757 enabled.
5758
5759 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5760
5761 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5762 as a breakpoint command.
5763
5764 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
5765
5766 PR python/21213
5767 * gdb.python/py-infthread.exp: Test calling
5768 InferiorThread.inferior () multiple times in a row.
5769
5770 2017-10-27 Keith Seitz <keiths@redhat.com>
5771
5772 * gdb.opt/inline-break.exp (break_info_1): New procedure.
5773 Test "info break" for every inlined function breakpoint.
5774
5775 2017-10-27 Yao Qi <yao.qi@linaro.org>
5776
5777 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
5778
5779 2017-10-26 Patrick Frants <osscontribute@gmail.com>
5780
5781 * gdb.cp/classes.exp (test_static_members): Test printing
5782 Outer::instance.
5783 * gdb.cp/classes.c (struct Inner, struct Outer): New.
5784 (Inner::instance, Outer::instance): New.
5785
5786 2017-10-24 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
5789 extra console" test in two stages.
5790
5791 2017-10-24 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
5794
5795 2017-10-24 Pedro Alves <palves@redhat.com>
5796
5797 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
5798 loop.
5799
5800 2017-10-24 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
5803 $attempt" and "stoppedtry $stoppedtry" test prefixes.
5804
5805 2017-10-24 Pedro Alves <palves@redhat.com>
5806
5807 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
5808 parameter and handle it. Don't output read value in test name.
5809
5810 2017-10-24 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
5813 custom test name.
5814
5815 2017-10-24 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
5818 include the unstable output directory name in the test's name.
5819 (initial_setup_simple) <'set args'>: Use custom test name.
5820
5821 2017-10-24 Pedro Alves <palves@redhat.com>
5822
5823 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
5824 with explicit test name.
5825
5826 2017-10-20 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
5829 'wait -i'. Use gdb_assert and remote_close.
5830
5831 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
5834 number from variable rather than hard-coded.
5835
5836 2017-10-19 Pedro Alves <palves@redhat.com>
5837
5838 * gdb.base/long-inferior-output.c: New file.
5839 * gdb.base/long-inferior-output.exp: New file.
5840
5841 2017-11-18 Keith Seitz <keiths@redhat.com>
5842
5843 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
5844 method.
5845 (main): Call it.
5846 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
5847 Add additional user-defined conversion operator tests.
5848
5849 2017-10-17 Pedro Alves <palves@redhat.com>
5850
5851 * boards/native-stdio-gdbserver.exp: Load "local-board".
5852
5853 2017-10-17 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.base/quit-live.c: New file.
5856 * gdb.base/quit-live.exp: New file.
5857
5858 2017-10-16 Keith Seitz <keiths@redhat.com>
5859
5860 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
5861 (class_with_protected_typedef, class_with_private_typedef)
5862 (struct_with_public_typedef, struct_with_protected_typedef)
5863 (struct_with_private_typedef): New classes/structs.
5864 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
5865 typedefs and access specifiers.
5866
5867 2017-10-16 Pedro Alves <palves@redhat.com>
5868 Simon Marchi <simon.marchi@polymtl.ca>
5869
5870 * README (Local vs Remote vs Native): New section.
5871 * boards/local-board.exp: New file, with bits factored out from
5872 ...
5873 * boards/native-extended-gdbserver.exp: ... here. Load
5874 "local-board".
5875 * boards/native-gdbserver.exp: Load "local-board".
5876 (${board}_spawn, ${board}_exec): Delete.
5877 * boards/native-stdio-gdbserver.exp: Most contents factored out to
5878 ...
5879 * boards/stdio-gdbserver-base.exp: ... this new file.
5880 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
5881 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
5882 procedure.
5883 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
5884 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
5885 stdio_gdbserver_command.
5886 (${board}_get_remote_address, ${board}_get_comm_port)
5887 (${board}_download, ${board}_upload): Delete.
5888 (get_target_remote_pipe_cmd): New.
5889
5890 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
5891
5892 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
5893 test_bkpt_deletion, test_bkpt_cond_and_cmds,
5894 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
5895 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
5896 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
5897 remove with_test_prefix.
5898
5899 2017-10-13 Pedro Alves <palves@redhat.com>
5900
5901 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
5902 * gdb.base/annota1.exp: Use it instead of is_remote.
5903 * gdb.base/annota3.exp: Use it instead of is_remote.
5904 * gdb.cp/annota2.exp: Use it instead of is_remote.
5905 * gdb.cp/annota3.exp: Use it instead of is_remote.
5906 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
5907
5908 2017-10-13 Pedro Alves <palves@redhat.com>
5909
5910 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
5911 (test_num_test_vars, run_and_count_vars, find_env)
5912 (test_set_unset_env, test_inherit_env_var): New procedures.
5913 (top level): Use them.
5914
5915 2017-10-13 Pedro Alves <palves@redhat.com>
5916
5917 * lib/selftest-support.exp (selftest_setup): Extend comments, and
5918 also skip on stub-like targets.
5919
5920 2017-10-13 Pedro Alves <palves@redhat.com>
5921
5922 PR gdb/22293
5923 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
5924 (top level): Move some tests to ...
5925 (test_not_found): ... this new procedure.
5926 (top level): Call it.
5927
5928 2017-10-13 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
5931 expect different "info terminal" output if testing with a
5932 non-native target.
5933
5934 2017-10-13 Pedro Alves <palves@redhat.com>
5935 Simon Marchi <simon.marchi@polymtl.ca>
5936
5937 PR python/12966
5938 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
5939
5940 2017-10-13 Pedro Alves <palves@redhat.com>
5941
5942 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
5943 already.
5944
5945 2017-10-13 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
5948 is_remote.
5949
5950 2017-10-13 Pedro Alves <palves@redhat.com>
5951
5952 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5953 is_remote.
5954
5955 2017-10-13 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5958 is set.
5959 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5960 instead of is_remote.
5961
5962 2017-10-13 Pedro Alves <palves@redhat.com>
5963
5964 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5965 (top level): Add comment.
5966
5967 2017-10-13 Pedro Alves <palves@redhat.com>
5968
5969 * gdb.base/remote.exp (top level): Fix comment typo and add
5970 missing return.
5971
5972 2017-10-13 Pedro Alves <palves@redhat.com>
5973 Simon Marchi <simon.marchi@polymtl.ca>
5974
5975 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5976 calls and add comments. Skip test if use_gdb_stub is set.
5977 (top level): Use "set cwd" command instead of "cd" command.
5978
5979 2017-10-13 Pedro Alves <palves@redhat.com>
5980
5981 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5982 is_remote target check.
5983
5984 2017-10-13 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.base/scope.exp: Use build_executable + clean_restart +
5987 gdb_file_cmd instead of prepare_for_testing and no longer skip
5988 "before run" tests on is_remote target boards. Update comments.
5989 * boards/native-extended-gdbserver.exp
5990 (extended_gdbserver_load_last_file): New, factored out from ...
5991 (gdb_load): ... this. Move further below and add comment.
5992 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5993
5994 2017-10-12 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/attach.exp: Remove references to gdb64.
5997 * gdb.base/dbx.exp: Remove references to gdb64.
5998
5999 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6000 Pedro Alves <palves@redhat.com>
6001
6002 * gdb.base/label.exp: Remove is_remote target check.
6003
6004 2017-10-12 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/auvx.exp (coredir): Update comment.
6007 (top level) <core_works>: Use "set cwd" command instead of "cd"
6008 command.
6009
6010 2017-10-12 Pedro Alves <palves@redhat.com>
6011 Simon Marchi <simon.marchi@polymtl.ca>
6012
6013 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6014 target boards.
6015
6016 2017-10-12 Pedro Alves <palves@redhat.com>
6017 Simon Marchi <simon.marchi@polymtl.ca>
6018
6019 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6020 Instead skip if there's any gdb_protocol set.
6021
6022 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6023 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6026
6027 2017-10-12 Pedro Alves <palves@redhat.com>
6028 Simon Marchi <simon.marchi@polymtl.ca>
6029
6030 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6031 instead of on dejagnu remote boards.
6032
6033 2017-10-12 Pedro Alves <palves@redhat.com>
6034 Simon Marchi <simon.marchi@polymtl.ca>
6035
6036 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6037 checks. Use build_executable + clean_restart instead of
6038 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6039 of enabling non-stop after starting gdb.
6040
6041 2017-10-12 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6044 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6045 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6046 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6047
6048 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6049
6050 * gdb.arch/arc-tdesc-cpu.exp: New file.
6051 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6052
6053 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6054
6055 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6056
6057 2017-10-10 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6060 expect CLI output.
6061
6062 2017-10-10 Pedro Alves <palves@redhat.com>
6063
6064 * lib/selftest-support.exp (selftest_setup): Update for
6065 captured_command_loop's prototype change.
6066
6067 2017-10-09 Pedro Alves <palves@redhat.com>
6068
6069 Test both arch1=>arch2 and arch2=>arch1.
6070
6071 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6072 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6073 factored out to...
6074 (append_arch1_options, append_arch2_options, append_arch_options)
6075 (build_executables): New procedures.
6076 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6077 local.
6078 (top level): Add new 'first_arch' testing axis.
6079
6080 2017-10-09 Pedro Alves <palves@redhat.com>
6081
6082 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6083 (barrier): New.
6084 (thread_start, all_started): New functions.
6085 (main): Spawn new thread and wait until it is scheduled.
6086 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6087 option.
6088 (do_test): Add 'selected_thread' parameter. Run to all_started
6089 instead of main. Explicitly set the breakpoint at main. Switch
6090 to the SELECTED_THREAD thread.
6091 (top level): Test handling the exec event with either the main
6092 thread or the second thread selected.
6093
6094 2017-10-09 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6097 logic. Move STOP marker after the value checks.
6098 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6099 regexp.
6100
6101 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6102
6103 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6104
6105 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6106
6107 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6108 integer-to-dfp conversion.
6109 * gdb.base/dfp-test.exp: Likewise.
6110
6111 2017-10-04 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.multi/hangout.c: Include <unistd.h>.
6114 (hangout_loop): New function.
6115 (main): Call alarm. Call hangout_loop in a loop.
6116 * gdb.multi/hello.c: Include <unistd.h>.
6117 (hello_loop): New function.
6118 (main): Call alarm. Call hangout_loop in a loop.
6119 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6120 inferior with the other selected.
6121
6122 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * gdb.mi/list-thread-groups-available.exp: New file.
6125 * gdb.mi/list-thread-groups-available.c: New file.
6126
6127 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6128
6129 * gdb.base/set-cwd.exp: Make it available on
6130 native-extended-gdbserver.
6131
6132 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6133
6134 * gdb.base/set-cwd.c: New file.
6135 * gdb.base/set-cwd.exp: Likewise.
6136
6137 2017-10-02 Tom Tromey <tom@tromey.com>
6138
6139 PR rust/22236:
6140 * gdb.rust/simple.rs (main): New variable "fslice".
6141 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6142
6143 2017-10-02 Tom Tromey <tom@tromey.com>
6144
6145 * gdb.rust/simple.exp: Test ptype of a slice.
6146
6147 2017-10-02 Tom Tromey <tom@tromey.com>
6148
6149 * gdb.rust/simple.exp: Test index of slice.
6150
6151 2017-09-27 Tom Tromey <tom@tromey.com>
6152
6153 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6154
6155 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6156 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/compare-sections.exp (get value of read-only section): Read
6159 as unsigned value.
6160 (corrupt read-only section): Likewise and don't set written if patching
6161 failed.
6162
6163 2017-09-21 Kevin Buettner <kevinb@redhat.com>
6164
6165 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6166 files.
6167
6168 2017-09-20 Pedro Alves <palves@redhat.com>
6169
6170 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6171 symbol names in gdb's output.
6172 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6173
6174 2017-09-20 Pedro Alves <palves@redhat.com>
6175
6176 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6177 Rename to ...
6178 (test_list_ambiguous_symbol): ... this and add a symbol name
6179 parameter. Adjust.
6180 (test_list_ambiguous_function): Reimplement on top of
6181 test_list_ambiguous_symbol and also test listing ambiguous
6182 variables.
6183 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6184 (ambiguous_fun): ... this.
6185 (ambiguous_var): New.
6186 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6187 (ambiguous_fun): ... this.
6188 (ambiguous_var): New.
6189
6190 2017-09-19 John Baldwin <jhb@FreeBSD.org>
6191
6192 * gdb.base/starti.c: New file.
6193 * gdb.base/starti.exp: New file.
6194 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6195
6196 2017-09-14 Pedro Alves <palves@redhat.com>
6197
6198 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6199 (top level): Use it instead of runto.
6200
6201 2017-09-11 Tom Tromey <tom@tromey.com>
6202
6203 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6204
6205 2017-09-11 Tom Tromey <tom@tromey.com>
6206
6207 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6208 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6209
6210 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6211
6212 * gdb.fortran/printing-types.exp: New file.
6213 * gdb.fortran/printing-types.exp: New file.
6214
6215 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6216
6217 * gdb.fortran/vla-ptype.exp: Fix typos.
6218 * gdb.fortran/vla-value.exp: Same.
6219
6220 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6221
6222 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6223 * gdb.mi/mi-var-child-f.exp: Likewise.
6224 * gdb.mi/mi-vla-fortran.exp: Likewise.
6225
6226 2017-09-08 Frank Penczek <frank.penczek@intel.com>
6227 Christoph Weinmann <christoph.t.weinmann@intel.com>
6228 Bernhard Heckel <bernhard.heckel@intel.com>
6229
6230 * gdb.fortran/ptr-indentation.f90: New file.
6231 * gdb.fortran/ptr-indentation.exp: New file.
6232
6233 2017-09-05 Tom Tromey <tom@tromey.com>
6234
6235 PR gdb/22010:
6236 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6237
6238 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6239
6240 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6241
6242 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.threads/tls-nodebug-pie.c: New file.
6245 * gdb.threads/tls-nodebug-pie.exp: New file.
6246
6247 2017-09-05 Tom Tromey <tom@tromey.com>
6248
6249 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6250 for rust.
6251
6252 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6253
6254 * gdb.multi/multi-arch-exec.exp: Test with different
6255 "follow-exec-mode" settings.
6256 (do_test): New procedure.
6257
6258 2017-09-04 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/func-static.c (S::method const, S::method volatile)
6261 (S::method volatile const): New methods.
6262 (c_s, v_s, cv_s): New instances.
6263 (main): Call method() on them.
6264 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6265 (cannot_resolve): New procedure.
6266 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6267 print-quote-unquoted columns.
6268 (do_test): Test printing each scope too.
6269
6270 2017-09-04 Pedro Alves <palves@redhat.com>
6271
6272 * gdb.base/local-static.exp: Also test with
6273 class::method::variable wholly quoted.
6274 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6275
6276 2017-09-04 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/local-static.c: New.
6279 * gdb.base/local-static.cc: New.
6280 * gdb.base/local-static.exp: New.
6281
6282 2017-09-04 Pedro Alves <palves@redhat.com>
6283
6284 * gdb.asm/asm-source.exp: Add casts to int.
6285 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6286 (dataglobal64_1, dataglobal64_2): New globals.
6287 * gdb.base/nodebug.exp: Test different expressions involving the
6288 new globals, with print, whatis and ptype. Add casts to int.
6289 * gdb.base/solib-display.exp: Add casts to int.
6290 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6291 * gdb.cp/m-static.exp: Add cast to int.
6292 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6293 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6294 tls variable with no debug info without a cast. Test with a cast
6295 to int too.
6296 * gdb.trace/entry-values.exp: Add casts.
6297
6298 2017-09-04 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.base/nodebug.exp: Test that ptype's error about functions
6301 with unknown return type includes the function name too.
6302
6303 2017-09-04 Pedro Alves <palves@redhat.com>
6304
6305 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6306 return type of munmap in infcall.
6307 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6308 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6309 type of ftell in infcall.
6310 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6311 type of getpid in infcall.
6312 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6313 infcall.
6314 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6315 Bail on failure to extract the pid.
6316 * gdb.base/nodebug.c: #include <stdint.h>.
6317 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6318 New functions.
6319 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6320 Change expected output of print/whatis/ptype with functions with
6321 no debug info. Test all supported languages. Call
6322 test_call_promotion.
6323 * gdb.compile/compile.exp: Adjust expected output to expect
6324 warning.
6325 * gdb.threads/siginfo-threads.exp: Likewise.
6326
6327 2017-09-04 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6330 "prototypes". Test calling float functions via prototyped and
6331 unprototyped function pointers.
6332 (perform_all_tests): New parameter "prototypes". Pass it down.
6333 (top level): Pass down "prototypes" parameter to
6334 perform_all_tests.
6335
6336 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6337
6338 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6339 Test with nested loops.
6340
6341 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6342
6343 * gdb.base/commands.exp: Call the new procedures.
6344 (loop_break_test, loop_continue_test): New procedures.
6345
6346 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 * gdb.base/commands.exp: Call new procedure.
6349 (define_if_without_arg_test): New procedure.
6350
6351 2017-09-04 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/list-ambiguous.exp: New file.
6354 * gdb.base/list-ambiguous0.c: New file.
6355 * gdb.base/list-ambiguous1.c: New file.
6356 * gdb.base/list.exp (test_list_range): Adjust expected output.
6357
6358 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6359
6360 * gdb.base/share-env-with-gdbserver.c: New file.
6361 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6362
6363 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 * gdb.base/commands.exp (gdbvar_simple_if_test,
6366 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6367 progvar_simple_if_test, progvar_simple_while_test,
6368 progvar_complex_if_while_test, user_defined_command_test,
6369 user_defined_command_args_eval,
6370 user_defined_command_args_stack_test,
6371 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6372 temporary_breakpoint_commands,
6373 gdb_test_no_prompt, redefine_hook_test,
6374 redefine_backtrace_test): Remove "global gdb_prompt".
6375
6376 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6377
6378 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6379 New proc, call it from toplevel.
6380
6381 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6382
6383 PR remote/21852
6384 * gdb.server/normal.c: New file, copied from gdb.base.
6385 * gdb.server/run-without-local-binary.exp: New file.
6386
6387 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
6388
6389 * gdb.arch/sparc64-adi.exp: New file.
6390 * gdb.arch/sparc64-adi.c: New file.
6391
6392 2017-08-22 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6395 (top level): Add "list all overloads" tests.
6396
6397 2017-08-22 Tom Tromey <tom@tromey.com>
6398
6399 * gdb.gdb/xfullpath.exp: Remove.
6400
6401 2017-08-21 Pedro Alves <palves@redhat.com>
6402
6403 PR gdb/19487
6404 * gdb.base/symbol-alias.c: New.
6405 * gdb.base/symbol-alias2.c: New.
6406 * gdb.base/symbol-alias.exp: New.
6407
6408 2017-08-21 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/dfp-test.c
6411 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6412 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6413 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6414 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6415 * gdb.base/whatis-ptype-typedefs.c: New.
6416 * gdb.base/whatis-ptype-typedefs.exp: New.
6417 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6418 (an_int, an_int_type, an_int_type2): New globals.
6419 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6420 involving typedefs and cast expressions.
6421 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6422 (lookup_typedefs_function): New.
6423 (typedefs_pretty_printers_dict): New.
6424 (top level): Register lookup_typedefs_function in
6425 gdb.pretty_printers.
6426
6427 2017-08-18 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.server/unittest.exp: New.
6430
6431 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6432
6433 PR gdb/21954
6434 * gdb.base/environ.exp: Add test to check if 'unset environment'
6435 works.
6436
6437 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6438
6439 * lib/gdb.exp (universal_compile_options): New caching proc.
6440 (gdb_compile): Suppress GCC's coloring of messages.
6441
6442 2017-08-14 Tom Tromey <tom@tromey.com>
6443
6444 PR gdb/21675:
6445 * gdb.base/printcmds.exp (test_radices): New function.
6446 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6447 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6448 * lib/gdb.exp (get_integer_valueof): Use p/d.
6449
6450 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6451
6452 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6453 characters.
6454
6455 2017-08-05 Tom Tromey <tom@tromey.com>
6456
6457 * gdb.rust/simple.exp: Allow String to appear in a different
6458 namespace.
6459
6460 2017-07-26 Yao Qi <yao.qi@linaro.org>
6461
6462 * gdb.gdb/unittest.exp: Invoke command
6463 "maintenance check xml-descriptions".
6464
6465 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6466
6467 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6468 calling context.
6469 (hex128): Drop erroneous calculation of parameters.
6470
6471 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6472
6473 * gdb.python/py-unwind.exp: Disable stack protection when
6474 building test file.
6475
6476 2017-07-20 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/default.exp (set language): Adjust expected output.
6479
6480 2017-07-20 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6483 (test_minsym): ... this, and make static.
6484 (get_pck__foo__bar__minsym): Rename to ...
6485 (get_test_minsym): ... this.
6486 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6487 symbol names and comments.
6488 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6489 (get_test_minsym): ... this.
6490 (pck__foo__bar__minsym__2): Rename to ...
6491 (test_minsym): ... this.
6492 (main): Adjust.
6493
6494 2017-07-17 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/completion.exp: Adjust expected output.
6497 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6498 the completer works.
6499
6500 2017-07-17 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6503
6504 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6505
6506 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6507
6508 2017-07-14 Tom Tromey <tom@tromey.com>
6509
6510 PR rust/21764:
6511 * gdb.rust/simple.exp: Add tests.
6512
6513 2017-07-14 Tom Tromey <tom@tromey.com>
6514
6515 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6516
6517 2017-07-14 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.linespec/base/one/thefile.cc (z1): New function.
6520 * gdb.linespec/base/two/thefile.cc (z2): New function.
6521 * gdb.linespec/linespec.exp: Add tests.
6522
6523 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6524
6525 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6526 to mi_create_breakpoint.
6527
6528 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6531 mi_create_breakpoint.
6532
6533 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6534
6535 * gdb.dlang/demangle.exp: Update for demangling changes.
6536
6537 2017-07-09 Tom Tromey <tom@tromey.com>
6538
6539 * gdb.dwarf2/shortpiece.exp: New file.
6540
6541 2017-07-06 David Blaikie <dblaikie@gmail.com>
6542
6543 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6544 built from fissiont-multi-cu{1,2}.c.
6545 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6546 except putting 'main' and 'func' in separate CUs in the same DWO file.
6547 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6548 test.
6549 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6550 test.
6551
6552 2017-07-06 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.python/py-unwind.exp: Test flushregs.
6555
6556 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6557
6558 PR cli/21688
6559 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6560 tests for alias commands and trailing whitespace.
6561
6562 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6563
6564 PR cli/21688
6565 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6566 procedure. Call it.
6567
6568 2017-06-29 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.base/printcmds.exp: Add tests.
6571
6572 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6573
6574 PR gdb/21337
6575 * gdb.base/reread-readsym.exp: New file.
6576 * gdb.base/reread-readsym.c: New file.
6577
6578 2017-06-21 Kevin Buettner <kevinb@redhat.com>
6579
6580 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6581 subpattern.
6582
6583 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6584
6585 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6586 extended mnemonic.
6587 * gdb.arch/powerpc-power9.s: Likewise.
6588
6589 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6590
6591 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6592 on 32-bit x86 targets. Exploit is_*_target macros where
6593 appropriate.
6594
6595 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6596
6597 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6598 register pieces.
6599
6600 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6601
6602 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6603 located in one or more DWARF pieces.
6604
6605 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6606
6607 * lib/gdb.exp (get_endianness): New proc.
6608 * gdb.arch/aarch64-fp.exp: Use it.
6609 * gdb.arch/altivec-regs.exp: Likewise.
6610 * gdb.arch/e500-regs.exp: Likewise.
6611 * gdb.arch/vsx-regs.exp: Likewise.
6612 * gdb.base/dump.exp: Likewise.
6613 * gdb.base/funcargs.exp: Likewise.
6614 * gdb.base/gnu_vector.exp: Likewise.
6615 * gdb.dwarf2/formdata16.exp: Likewise.
6616 * gdb.dwarf2/implptrpiece.exp: Likewise.
6617 * gdb.dwarf2/nonvar-access.exp: Likewise.
6618 * gdb.python/py-inferior.exp: Likewise.
6619 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6620
6621 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6622
6623 PR gdb/21226
6624 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6625 stack value pieces are taken from the LSB end.
6626
6627 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6628
6629 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6630 variable at nonzero offset.
6631
6632 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6633
6634 * gdb.dwarf2/var-access.c: New file.
6635 * gdb.dwarf2/var-access.exp: New test.
6636 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6637
6638 2017-06-12 Tom Tromey <tom@tromey.com>
6639
6640 * gdb.dwarf2/formdata16.exp: Add tests.
6641
6642 2017-06-12 Tom Tromey <tom@tromey.com>
6643
6644 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6645
6646 2017-06-12 Tom Tromey <tom@tromey.com>
6647
6648 PR exp/16225:
6649 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6650 * gdb.arch/vsx-regs.exp: Update tests.
6651 * gdb.arch/s390-vregs.exp (hex128): New proc.
6652 Update test.
6653 * gdb.arch/altivec-regs.exp: Update tests.
6654
6655 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6656
6657 * gdb.base/startup-with-shell.c: New file.
6658 * gdb.base/startup-with-shell.exp: Likewise.
6659
6660 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6661
6662 * gdb.server/non-existing-program.exp: Update regex in order to
6663 reflect the fact that gdbserver is now using fork_inferior (with a
6664 shell) to startup the inferior.
6665
6666 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6667
6668 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6669 support function calls from GDB.
6670
6671 2017-05-21 Tom Tromey <tom@tromey.com>
6672
6673 PR rust/21466:
6674 * gdb.rust/unsized.exp: New file.
6675 * gdb.rust/unsized.rs: New file.
6676
6677 2017-05-19 Tom Tromey <tom@tromey.com>
6678
6679 PR rust/21484:
6680 * gdb.rust/watch.exp: New file.
6681 * gdb.rust/watch.rs: New file.
6682
6683 2017-05-18 Tom Tromey <tom@tromey.com>
6684
6685 * gdb.rust/simple.exp: Allow Box to be qualified.
6686
6687 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6688
6689 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6690
6691 2017-05-18 Pedro Alves <palves@redhat.com>
6692
6693 * gdb.base/fileio.c (test_write, test_read, test_close)
6694 (test_fstat): Don't print 'ret' in the fail path.
6695
6696 2017-05-18 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6699 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6700 (test_system, test_rename, test_unlink, test_time): Change
6701 prototypes.
6702 * gdb.base/fileio.exp (stop_msg): Adjust.
6703
6704 2017-05-18 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/fileio.c (null_str): New global.
6707 (test_stat): Use it.
6708 * gdb.base/fileio.exp: Remove nowarnings.
6709
6710 2017-05-17 Yao Qi <yao.qi@linaro.org>
6711
6712 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6713
6714 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6717 argument command.
6718 (top-level): Invoke test_set_inferior_tty.
6719
6720 2017-05-04 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6723 Add parens to print call for Python 3.
6724
6725 2017-05-03 Keith Seitz <keiths@redhat.com>
6726
6727 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6728 (main): Call it.
6729
6730 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6731
6732 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6733 to prev and next.
6734
6735 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6736
6737 * gdb.python/py-record-btrace.exp: Remove test for
6738 gdb.BtraceInstruction.error.
6739
6740 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6741
6742 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6743
6744 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6745
6746 * gdb.python/py-record-btrace-threads.c: New file.
6747 * gdb.python/py-record-btrace-threads.exp: New file.
6748
6749 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6750
6751 PR testsuite/8595
6752 * gdb.base/environ.exp: Make test available in all architectures.
6753 Move bits related to "info program" testing to
6754 gdb.base/info-program.exp. Rewrite tests to use the two new
6755 procedures mentione below.
6756 (test_set_show_env_var) New procedure.
6757 (test_set_show_env_var_equal): Likewise.
6758 * gdb.base/info-program.exp: New file.
6759
6760 2017-04-27 Keith Seitz <keiths@redhat.com>
6761
6762 * gdb.cp/oranking.cc (test15): New function.
6763 (main): Call test15 and declare additional variables for testing.
6764 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
6765 "p foo101('abc')" tests.
6766 Add tests for cv qualifier overloads.
6767 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
6768 "lvalue reference overload" test.
6769 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
6770 "print value of f1 on Child&& in f2" test.
6771
6772 2017-04-19 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
6775 procedure.
6776 (top level): Call it.
6777 * lib/gdb.exp (gdb_define_cmd): New procedure.
6778
6779 2017-04-12 Pedro Alves <palves@redhat.com>
6780
6781 PR gdb/21323
6782 * gdb.cp/wide_char_types.c: Include <wchar.h>.
6783 (wchar): New global.
6784 * gdb.cp/wide_char_types.exp (wide_char_types_program)
6785 (do_test_wide_char, wide_char_types_no_program, top level): Add
6786 wchar_t testing.
6787
6788 2017-04-12 Pedro Alves <palves@redhat.com>
6789
6790 PR c++/21323
6791 * gdb.cp/wide_char_types.c: New file.
6792 * gdb.cp/wide_char_types.exp: New file.
6793
6794 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
6795
6796 PR gdb/21352
6797 * gdb.trace/tsv.exp: Add test for "tsave -r".
6798
6799 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
6800
6801 * gdb.dlang/watch-loc.c: New file.
6802 * gdb.dlang/watch-loc.exp: New file.
6803
6804 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6805
6806 * gdb.python/py-section-script.exp (sepdebug): New testcases.
6807
6808 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6809
6810 * gdb.arch/arc-analyze-prologue.S: New file.
6811 * gdb.arch/arc-analyze-prologue.exp: Likewise.
6812
6813 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
6814
6815 * gdb.arch/arc-decode-insn.S: New file.
6816 * gdb.arch/arc-decode-insn.exp: Likewise.
6817
6818 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
6819
6820 PR tdep/20928
6821 * gdb.arch/sparc64-regs.exp: New file.
6822 * gdb.arch/sparc64-regs.S: Likewise.
6823
6824 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
6825
6826 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
6827 and memory view on Python 3.
6828
6829 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
6830 Keith Seitz <keiths@redhat.com>
6831
6832 PR gdb/14441
6833 * gdb.cp/demangle.exp: Add rvalue reference tests.
6834 * gdb.cp/rvalue-ref-casts.cc: New file.
6835 * gdb.cp/rvalue-ref-casts.exp: New file.
6836 * gdb.cp/rvalue-ref-overload.cc: New file.
6837 * gdb.cp/rvalue-ref-overload.exp: New file.
6838 * gdb.cp/rvalue-ref-params.cc: New file.
6839 * gdb.cp/rvalue-ref-params.exp: New file.
6840 * gdb.cp/rvalue-ref-sizeof.cc: New file.
6841 * gdb.cp/rvalue-ref-sizeof.exp: New file.
6842 * gdb.cp/rvalue-ref-types.cc: New file.
6843 * gdb.cp/rvalue-ref-types.exp: New file.
6844 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
6845 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
6846
6847 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6848
6849 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
6850 New procedure.
6851
6852 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
6853
6854 * lib/mi-support.exp (mi_gdb_test): Add additional message
6855 for unexpected output.
6856
6857 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * gdb.base/examine-backward.c (Barrier): New character array
6860 constant, to ensure that TestStrings is preceded by a string
6861 terminator.
6862
6863 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6864
6865 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
6866 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
6867 and implicit pointer into such a location.
6868
6869 2017-03-16 Doug Evans <dje@google.com>
6870
6871 * gdb.python/py-lazy-string (pointer): Really add new typedef.
6872
6873 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
6874
6875 * gdb.cp/m-static.exp: Fix expectation for prototype of
6876 test5.single_constructor and single_constructor::single_constructor.
6877
6878 2017-03-16 Doug Evans <dje@google.com>
6879
6880 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
6881 * gdb.guile/scm-lazy-string.c: New file.
6882 * gdb.guile/scm-value.exp: Move lazy string tests to ...
6883 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
6884 for pointer, array, typedef lazy strings.
6885
6886 2017-03-16 Doug Evans <dje@google.com>
6887
6888 PR python/17728, python/18439, python/18779
6889 * gdb.python/py-value.c (main) Delete locals sptr, sn.
6890 * gdb.python/py-lazy-string.c (pointer): New typedef.
6891 (main): New locals ptr, array, typedef_ptr.
6892 * gdb.python/py-value.exp: Move lazy string tests to ...
6893 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
6894 array, typedef lazy strings.
6895
6896 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
6897
6898 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
6899 Add optional 'test' parameter.
6900
6901 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6902
6903 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6904 Skip for versions of DejaGnu < 1.5.
6905
6906 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
6907
6908 * lib/gdb.exp (dejagnu_version): New proc.
6909 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6910 Use dejagnu_version.
6911
6912 2017-03-10 Keith Seitz <keiths@redhat.com>
6913
6914 PR c++/8128
6915 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
6916 type from destructor regexps.
6917 Add a branch which actually passes the test.
6918 Adjust "ptype t5i" test names.
6919
6920 2017-03-08 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.base/step-over-exit.exp: Add explicit test message.
6923
6924 2017-03-08 Pedro Alves <palves@redhat.com>
6925
6926 PR gdb/18360
6927 * gdb.threads/interrupt-while-step-over.c: New file.
6928 * gdb.threads/interrupt-while-step-over.exp: New file.
6929
6930 2017-03-08 Pedro Alves <palves@redhat.com>
6931
6932 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
6933 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
6934
6935 2017-03-08 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
6938 PKRU as not supported as a PASS.
6939
6940 2017-03-08 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
6943 prefix instead of $binfile1/$binfile2.
6944 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
6945 in test message.
6946 * gdb.python/py-completion.exp: Use "load python file" as test
6947 messages instead of unstable path names.
6948
6949 2017-03-08 Pedro Alves <palves@redhat.com>
6950 Jan Kratochvil <jan.kratochvil@redhat.com>
6951
6952 PR cli/21218
6953 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6954 New proc.
6955 (top level): Call it.
6956
6957 2017-03-08 Pedro Alves <palves@redhat.com>
6958
6959 PR tui/21216
6960 * gdb.tui/tui-nl-filtered-output.exp: New file.
6961
6962 2017-03-08 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.base/completion.exp: Move TUI completion tests to ...
6965 * gdb.tui/completion.exp: ... this new file.
6966
6967 2017-03-08 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/tui-disasm-long-lines.c,
6970 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6971 gdb.base/tui-layout.exp: Move to ...
6972 * gdb.tui/: ... this new directory.
6973
6974 2017-03-07 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/tui-layout.c: New file.
6977 * gdb.base/tui-layout.exp: New file.
6978
6979 2017-03-07 Pedro Alves <palves@redhat.com>
6980
6981 * gdb.base/tui-layout.c: Rename to ...
6982 * gdb.base/tui-disasm-long-lines.c: ... this.
6983 * gdb.base/tui-layout.exp: Rename to ...
6984 * gdb.base/tui-disasm-long-lines.exp: ... this.
6985
6986 2017-03-07 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6989
6990 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6991
6992 * i386-mpx-call.c: New file.
6993 * i386-mpx-call.exp: New file.
6994
6995 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6996
6997 * gdb.arch/powerpc-power.exp: Delete test.
6998 * gdb.arch/powerpc-power.s: Likewise.
6999 * gdb.disasm/disassembler-options.exp: New test.
7000 * gdb.arch/powerpc-altivec.exp: Likewise.
7001 * gdb.arch/powerpc-altivec.s: Likewise.
7002 * gdb.arch/powerpc-altivec2.exp: Likewise.
7003 * gdb.arch/powerpc-altivec2.s: Likewise.
7004 * gdb.arch/powerpc-altivec3.exp: Likewise.
7005 * gdb.arch/powerpc-altivec3.s: Likewise.
7006 * gdb.arch/powerpc-power7.exp: Likewise.
7007 * gdb.arch/powerpc-power7.s: Likewise.
7008 * gdb.arch/powerpc-power8.exp: Likewise.
7009 * gdb.arch/powerpc-power8.s: Likewise.
7010 * gdb.arch/powerpc-power9.exp: Likewise.
7011 * gdb.arch/powerpc-power9.s: Likewise.
7012 * gdb.arch/powerpc-vsx.exp: Likewise.
7013 * gdb.arch/powerpc-vsx.s: Likewise.
7014 * gdb.arch/powerpc-vsx2.exp: Likewise.
7015 * gdb.arch/powerpc-vsx2.s: Likewise.
7016 * gdb.arch/powerpc-vsx3.exp: Likewise.
7017 * gdb.arch/powerpc-vsx3.s: Likewise.
7018 * gdb.arch/arm-disassembler-options.exp: Likewise.
7019 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7020 * gdb.arch/s390-disassembler-options.exp: Likewise.
7021
7022 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
7023
7024 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7025 (check_supported_features): ... this. Changed return type to void.
7026 (supports_rdseed): New static global.
7027 (rdseed): Check supports_rdseed.
7028 (initialize): Call check_supported_features.
7029
7030 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7031
7032 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7033 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7034 and lqarx/stqcx.
7035 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7036 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7037
7038 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7039
7040 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7041 uppercase.
7042
7043 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7044
7045 * gdb.dwarf2/formdata16.c: New file.
7046 * gdb.dwarf2/formdata16.exp: New file.
7047 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7048
7049 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7052 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7053 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7054 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7055 DW_AT_GNU_*.
7056
7057 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7058
7059 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7060
7061 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7062
7063 PR gdb/21164
7064 * gdb.base/maint.exp: Add testcases for when the commands do
7065 not have arguments.
7066
7067 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7068
7069 * gdb.cp/chained-calls.exp: Use p instead of P.
7070
7071 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7072
7073 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7074 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7075
7076 2017-02-14 Tom Tromey <tom@tromey.com>
7077
7078 PR python/13598:
7079 * gdb.python/py-events.exp: Add before_prompt event tests.
7080
7081 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7082
7083 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7084
7085 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7086
7087 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7088 (main): Call my_unique_function_name.
7089 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7090 completion of patterns with a single match.
7091 Add missing -re switches to gdb_test_multiple calls.
7092
7093 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
7094
7095 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7096 return if core file is not recognized.
7097
7098 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7099
7100 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7101 and extra UIs.
7102
7103 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7104
7105 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7106 proc_with_prefix.
7107
7108 2017-02-10 Tom Tromey <tom@tromey.com>
7109
7110 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7111
7112 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
7113
7114 PR gdb/21122
7115 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7116
7117 2017-02-08 Jerome Guitton <guitton@adacore.com>
7118
7119 * gdb.base/define.exp: Add test for command abbreviations
7120 in define.
7121
7122 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
7123
7124 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7125 * gdb.reverse/insn-reverse-x86.c: New file.
7126
7127 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7128
7129 PR tdep/20936
7130 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7131
7132 2017-02-03 Tom Tromey <tom@tromey.com>
7133
7134 PR rust/21097:
7135 * gdb.rust/simple.exp: Add new tests.
7136
7137 2017-02-02 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7140 tests.
7141
7142 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7143
7144 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7145 taking a 2-byte value out of a 4-byte DWARF implicit value on
7146 big-endian targets.
7147 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7148 logic. Add test cases for DW_OP_implicit.
7149
7150 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7151
7152 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7153
7154 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7155
7156 * gdb.btrace/enable.exp: Call gdb_exit before
7157 skip_gdbserver_tests.
7158
7159 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7160
7161 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7162 GDBFLAGS.
7163
7164 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7165
7166 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7167 the test is skipped.
7168 * gdb.btrace/data.exp: Likewise.
7169 * gdb.btrace/delta.exp: Likewise.
7170 * gdb.btrace/dlopen.exp: Likewise.
7171 * gdb.btrace/enable-running.exp: Likewise.
7172 * gdb.btrace/enable.exp: Likewise.
7173 * gdb.btrace/exception.exp: Likewise.
7174 * gdb.btrace/function_call_history.exp: Likewise.
7175 * gdb.btrace/gcore.exp: Likewise.
7176 * gdb.btrace/instruction_history.exp: Likewise.
7177 * gdb.btrace/multi-thread-step.exp: Likewise.
7178 * gdb.btrace/nohist.exp: Likewise.
7179 * gdb.btrace/non-stop.exp: Likewise.
7180 * gdb.btrace/reconnect.exp: Likewise.
7181 * gdb.btrace/record_goto-step.exp: Likewise.
7182 * gdb.btrace/record_goto.exp: Likewise.
7183 * gdb.btrace/rn-dl-bind.exp: Likewise.
7184 * gdb.btrace/segv.exp: Likewise.
7185 * gdb.btrace/step.exp: Likewise.
7186 * gdb.btrace/stepi.exp: Likewise.
7187 * gdb.btrace/tailcall-only.exp: Likewise.
7188 * gdb.btrace/tailcall.exp: Likewise.
7189 * gdb.btrace/tsx.exp: Likewise.
7190 * gdb.btrace/unknown_functions.exp: Likewise.
7191 * gdb.btrace/vdso.exp: Likewise.
7192
7193 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7194
7195 * gdb.btrace/enable-running.c: New.
7196 * gdb.btrace/enable-running.exp: New.
7197
7198 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7199
7200 * gdb.arch/amd64-gs_base.c: New file.
7201 * gdb.arch/amd64-gs_base.exp: New file.
7202
7203 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7204
7205 * lib/memory.exp: Remove spurious empty newlines.
7206
7207 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7208
7209 * gdb.python/py-bad-printers.exp: Load python file using "source".
7210 * gdb.python/py-events.exp: Likewise.
7211 * gdb.python/py-evsignal.exp: Likewise.
7212 * gdb.python/py-evthreads.exp: Likewise.
7213 * gdb.python/py-frame-args.exp: Likewise.
7214 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7215 * gdb.python/py-framefilter-mi.exp: Likewise.
7216 * gdb.python/py-framefilter.exp: Likewise.
7217 * gdb.python/py-mi.exp: Likewise.
7218 * gdb.python/py-pp-maint.exp: Likewise.
7219 * gdb.python/py-pp-registration.exp: Likewise.
7220 * gdb.python/py-prettyprint.exp: Likewise.
7221 (run_lang_tests): Likewise.
7222 * gdb.python/py-typeprint.exp: Likewise.
7223
7224 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7225
7226 * lib/memory.exp: New file.
7227 * lib/gdb.exp: Load memory.exp.
7228 * gdb.base/memattr.exp (delete_memory): Move proc to
7229 lib/memory.exp and rename to delete_memory_regions.
7230 Replace delete_memory with delete_memory_regions.
7231 Cleanup memory regions before tests.
7232 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7233 before tests.
7234
7235 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
7236
7237 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7238 files.
7239 (initialize): New function conditionally defined.
7240 (testcases): Move within conditional block.
7241 (main): Call initialize.
7242 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7243 of gdb.reverse/insn-reverse.c.
7244 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7245 gdb.reverse/insn-reverse.c.
7246
7247 2017-01-26 Yao Qi <yao.qi@linaro.org>
7248
7249 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7250 disassemble on address 0.
7251
7252 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7253 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7256 * gdb.dwarf2/implptr-64bit.S: Remove.
7257 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7258 variables in caller's context. Add DW_OP_implicit_value.
7259
7260 2017-01-25 Yao Qi <yao.qi@linaro.org>
7261
7262 * lib/dwarf.exp (Dwarf::_location): Handle
7263 DW_OP_GNU_implicit_pointer with proper size.
7264
7265 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7266
7267 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7268 and add untested calls.
7269
7270 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
7271
7272 * gdb.python/python.exp: Check line number against what GDB thinks
7273 the line number is for func1.
7274
7275 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7276
7277 * gdb.dlang/debug-expr.exp: New file.
7278
7279 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
7280
7281 Fix test names for the following files:
7282
7283 * gdb.ada/exec_changed.exp
7284 * gdb.ada/info_types.exp
7285 * gdb.arch/aarch64-atomic-inst.exp
7286 * gdb.arch/aarch64-fp.exp
7287 * gdb.arch/altivec-abi.exp
7288 * gdb.arch/altivec-regs.exp
7289 * gdb.arch/amd64-byte.exp
7290 * gdb.arch/amd64-disp-step.exp
7291 * gdb.arch/amd64-dword.exp
7292 * gdb.arch/amd64-entry-value-inline.exp
7293 * gdb.arch/amd64-entry-value-param.exp
7294 * gdb.arch/amd64-entry-value-paramref.exp
7295 * gdb.arch/amd64-entry-value.exp
7296 * gdb.arch/amd64-i386-address.exp
7297 * gdb.arch/amd64-invalid-stack-middle.exp
7298 * gdb.arch/amd64-invalid-stack-top.exp
7299 * gdb.arch/amd64-optimout-repeat.exp
7300 * gdb.arch/amd64-prologue-skip.exp
7301 * gdb.arch/amd64-prologue-xmm.exp
7302 * gdb.arch/amd64-stap-special-operands.exp
7303 * gdb.arch/amd64-stap-wrong-subexp.exp
7304 * gdb.arch/amd64-tailcall-cxx.exp
7305 * gdb.arch/amd64-tailcall-noret.exp
7306 * gdb.arch/amd64-tailcall-ret.exp
7307 * gdb.arch/amd64-tailcall-self.exp
7308 * gdb.arch/amd64-word.exp
7309 * gdb.arch/arm-bl-branch-dest.exp
7310 * gdb.arch/arm-disp-step.exp
7311 * gdb.arch/arm-neon.exp
7312 * gdb.arch/arm-single-step-kernel-helper.exp
7313 * gdb.arch/avr-flash-qualifier.exp
7314 * gdb.arch/disp-step-insn-reloc.exp
7315 * gdb.arch/e500-abi.exp
7316 * gdb.arch/e500-regs.exp
7317 * gdb.arch/ftrace-insn-reloc.exp
7318 * gdb.arch/i386-avx512.exp
7319 * gdb.arch/i386-bp_permanent.exp
7320 * gdb.arch/i386-byte.exp
7321 * gdb.arch/i386-cfi-notcurrent.exp
7322 * gdb.arch/i386-disp-step.exp
7323 * gdb.arch/i386-dr3-watch.exp
7324 * gdb.arch/i386-float.exp
7325 * gdb.arch/i386-gnu-cfi.exp
7326 * gdb.arch/i386-mpx-map.exp
7327 * gdb.arch/i386-mpx-sigsegv.exp
7328 * gdb.arch/i386-mpx-simple_segv.exp
7329 * gdb.arch/i386-mpx.exp
7330 * gdb.arch/i386-permbkpt.exp
7331 * gdb.arch/i386-prologue.exp
7332 * gdb.arch/i386-signal.exp
7333 * gdb.arch/i386-size-overlap.exp
7334 * gdb.arch/i386-unwind.exp
7335 * gdb.arch/i386-word.exp
7336 * gdb.arch/mips-fcr.exp
7337 * gdb.arch/powerpc-d128-regs.exp
7338 * gdb.arch/powerpc-stackless.exp
7339 * gdb.arch/ppc64-atomic-inst.exp
7340 * gdb.arch/s390-stackless.exp
7341 * gdb.arch/s390-tdbregs.exp
7342 * gdb.arch/s390-vregs.exp
7343 * gdb.arch/sparc-sysstep.exp
7344 * gdb.arch/thumb-bx-pc.exp
7345 * gdb.arch/thumb-singlestep.exp
7346 * gdb.arch/thumb2-it.exp
7347 * gdb.arch/vsx-regs.exp
7348 * gdb.asm/asm-source.exp
7349 * gdb.base/a2-run.exp
7350 * gdb.base/advance.exp
7351 * gdb.base/all-bin.exp
7352 * gdb.base/anon.exp
7353 * gdb.base/args.exp
7354 * gdb.base/arithmet.exp
7355 * gdb.base/async-shell.exp
7356 * gdb.base/async.exp
7357 * gdb.base/attach-pie-noexec.exp
7358 * gdb.base/attach-twice.exp
7359 * gdb.base/auto-load.exp
7360 * gdb.base/bang.exp
7361 * gdb.base/bitfields.exp
7362 * gdb.base/break-always.exp
7363 * gdb.base/break-caller-line.exp
7364 * gdb.base/break-entry.exp
7365 * gdb.base/break-inline.exp
7366 * gdb.base/break-on-linker-gcd-function.exp
7367 * gdb.base/break-probes.exp
7368 * gdb.base/break.exp
7369 * gdb.base/breakpoint-shadow.exp
7370 * gdb.base/call-ar-st.exp
7371 * gdb.base/call-sc.exp
7372 * gdb.base/call-signal-resume.exp
7373 * gdb.base/call-strs.exp
7374 * gdb.base/callfuncs.exp
7375 * gdb.base/catch-fork-static.exp
7376 * gdb.base/catch-gdb-caused-signals.exp
7377 * gdb.base/catch-load.exp
7378 * gdb.base/catch-signal-fork.exp
7379 * gdb.base/catch-signal.exp
7380 * gdb.base/catch-syscall.exp
7381 * gdb.base/charset.exp
7382 * gdb.base/checkpoint.exp
7383 * gdb.base/chng-syms.exp
7384 * gdb.base/code-expr.exp
7385 * gdb.base/code_elim.exp
7386 * gdb.base/commands.exp
7387 * gdb.base/completion.exp
7388 * gdb.base/complex.exp
7389 * gdb.base/cond-expr.exp
7390 * gdb.base/condbreak.exp
7391 * gdb.base/consecutive.exp
7392 * gdb.base/continue-all-already-running.exp
7393 * gdb.base/coredump-filter.exp
7394 * gdb.base/corefile.exp
7395 * gdb.base/dbx.exp
7396 * gdb.base/debug-expr.exp
7397 * gdb.base/define.exp
7398 * gdb.base/del.exp
7399 * gdb.base/disabled-location.exp
7400 * gdb.base/disasm-end-cu.exp
7401 * gdb.base/disasm-optim.exp
7402 * gdb.base/display.exp
7403 * gdb.base/duplicate-bp.exp
7404 * gdb.base/ena-dis-br.exp
7405 * gdb.base/ending-run.exp
7406 * gdb.base/enumval.exp
7407 * gdb.base/environ.exp
7408 * gdb.base/eu-strip-infcall.exp
7409 * gdb.base/eval-avoid-side-effects.exp
7410 * gdb.base/eval-skip.exp
7411 * gdb.base/exitsignal.exp
7412 * gdb.base/expand-psymtabs.exp
7413 * gdb.base/filesym.exp
7414 * gdb.base/find-unmapped.exp
7415 * gdb.base/finish.exp
7416 * gdb.base/float.exp
7417 * gdb.base/foll-exec-mode.exp
7418 * gdb.base/foll-exec.exp
7419 * gdb.base/foll-fork.exp
7420 * gdb.base/fortran-sym-case.exp
7421 * gdb.base/freebpcmd.exp
7422 * gdb.base/func-ptr.exp
7423 * gdb.base/func-ptrs.exp
7424 * gdb.base/funcargs.exp
7425 * gdb.base/gcore-buffer-overflow.exp
7426 * gdb.base/gcore-relro-pie.exp
7427 * gdb.base/gcore-relro.exp
7428 * gdb.base/gcore.exp
7429 * gdb.base/gdb1090.exp
7430 * gdb.base/gdb11530.exp
7431 * gdb.base/gdb11531.exp
7432 * gdb.base/gdb1821.exp
7433 * gdb.base/gdbindex-stabs.exp
7434 * gdb.base/gdbvars.exp
7435 * gdb.base/hbreak.exp
7436 * gdb.base/hbreak2.exp
7437 * gdb.base/included.exp
7438 * gdb.base/infcall-input.exp
7439 * gdb.base/inferior-died.exp
7440 * gdb.base/infnan.exp
7441 * gdb.base/info-macros.exp
7442 * gdb.base/info-os.exp
7443 * gdb.base/info-proc.exp
7444 * gdb.base/info-shared.exp
7445 * gdb.base/info-target.exp
7446 * gdb.base/infoline.exp
7447 * gdb.base/interp.exp
7448 * gdb.base/interrupt.exp
7449 * gdb.base/jit-reader.exp
7450 * gdb.base/jit-simple.exp
7451 * gdb.base/kill-after-signal.exp
7452 * gdb.base/kill-detach-inferiors-cmd.exp
7453 * gdb.base/label.exp
7454 * gdb.base/langs.exp
7455 * gdb.base/ldbl_e308.exp
7456 * gdb.base/line-symtabs.exp
7457 * gdb.base/linespecs.exp
7458 * gdb.base/list.exp
7459 * gdb.base/long_long.exp
7460 * gdb.base/longest-types.exp
7461 * gdb.base/maint.exp
7462 * gdb.base/max-value-size.exp
7463 * gdb.base/memattr.exp
7464 * gdb.base/mips_pro.exp
7465 * gdb.base/morestack.exp
7466 * gdb.base/moribund-step.exp
7467 * gdb.base/multi-forks.exp
7468 * gdb.base/nested-addr.exp
7469 * gdb.base/nextoverexit.exp
7470 * gdb.base/noreturn-finish.exp
7471 * gdb.base/noreturn-return.exp
7472 * gdb.base/nostdlib.exp
7473 * gdb.base/offsets.exp
7474 * gdb.base/opaque.exp
7475 * gdb.base/pc-fp.exp
7476 * gdb.base/permissions.exp
7477 * gdb.base/print-symbol-loading.exp
7478 * gdb.base/prologue-include.exp
7479 * gdb.base/psymtab.exp
7480 * gdb.base/ptype.exp
7481 * gdb.base/random-signal.exp
7482 * gdb.base/randomize.exp
7483 * gdb.base/range-stepping.exp
7484 * gdb.base/readline-ask.exp
7485 * gdb.base/recpar.exp
7486 * gdb.base/recurse.exp
7487 * gdb.base/relational.exp
7488 * gdb.base/restore.exp
7489 * gdb.base/return-nodebug.exp
7490 * gdb.base/return.exp
7491 * gdb.base/run-after-attach.exp
7492 * gdb.base/save-bp.exp
7493 * gdb.base/scope.exp
7494 * gdb.base/sect-cmd.exp
7495 * gdb.base/set-lang-auto.exp
7496 * gdb.base/set-noassign.exp
7497 * gdb.base/setvar.exp
7498 * gdb.base/sigall.exp
7499 * gdb.base/sigbpt.exp
7500 * gdb.base/siginfo-addr.exp
7501 * gdb.base/siginfo-infcall.exp
7502 * gdb.base/siginfo-obj.exp
7503 * gdb.base/siginfo.exp
7504 * gdb.base/signals-state-child.exp
7505 * gdb.base/signest.exp
7506 * gdb.base/sigstep.exp
7507 * gdb.base/sizeof.exp
7508 * gdb.base/skip.exp
7509 * gdb.base/solib-corrupted.exp
7510 * gdb.base/solib-nodir.exp
7511 * gdb.base/solib-search.exp
7512 * gdb.base/stack-checking.exp
7513 * gdb.base/stale-infcall.exp
7514 * gdb.base/stap-probe.exp
7515 * gdb.base/start.exp
7516 * gdb.base/step-break.exp
7517 * gdb.base/step-bt.exp
7518 * gdb.base/step-line.exp
7519 * gdb.base/step-over-exit.exp
7520 * gdb.base/step-over-syscall.exp
7521 * gdb.base/step-resume-infcall.exp
7522 * gdb.base/step-test.exp
7523 * gdb.base/store.exp
7524 * gdb.base/structs3.exp
7525 * gdb.base/sym-file.exp
7526 * gdb.base/symbol-without-target_section.exp
7527 * gdb.base/term.exp
7528 * gdb.base/testenv.exp
7529 * gdb.base/ui-redirect.exp
7530 * gdb.base/until.exp
7531 * gdb.base/unwindonsignal.exp
7532 * gdb.base/value-double-free.exp
7533 * gdb.base/vla-datatypes.exp
7534 * gdb.base/vla-ptr.exp
7535 * gdb.base/vla-sideeffect.exp
7536 * gdb.base/volatile.exp
7537 * gdb.base/watch-cond-infcall.exp
7538 * gdb.base/watch-cond.exp
7539 * gdb.base/watch-non-mem.exp
7540 * gdb.base/watch-read.exp
7541 * gdb.base/watch-vfork.exp
7542 * gdb.base/watchpoint-cond-gone.exp
7543 * gdb.base/watchpoint-delete.exp
7544 * gdb.base/watchpoint-hw-hit-once.exp
7545 * gdb.base/watchpoint-hw.exp
7546 * gdb.base/watchpoint-stops-at-right-insn.exp
7547 * gdb.base/watchpoints.exp
7548 * gdb.base/wchar.exp
7549 * gdb.base/whatis-exp.exp
7550 * gdb.btrace/buffer-size.exp
7551 * gdb.btrace/data.exp
7552 * gdb.btrace/delta.exp
7553 * gdb.btrace/dlopen.exp
7554 * gdb.btrace/enable.exp
7555 * gdb.btrace/exception.exp
7556 * gdb.btrace/function_call_history.exp
7557 * gdb.btrace/gcore.exp
7558 * gdb.btrace/instruction_history.exp
7559 * gdb.btrace/nohist.exp
7560 * gdb.btrace/reconnect.exp
7561 * gdb.btrace/record_goto-step.exp
7562 * gdb.btrace/record_goto.exp
7563 * gdb.btrace/rn-dl-bind.exp
7564 * gdb.btrace/segv.exp
7565 * gdb.btrace/step.exp
7566 * gdb.btrace/stepi.exp
7567 * gdb.btrace/tailcall-only.exp
7568 * gdb.btrace/tailcall.exp
7569 * gdb.btrace/tsx.exp
7570 * gdb.btrace/unknown_functions.exp
7571 * gdb.btrace/vdso.exp
7572 * gdb.compile/compile-ifunc.exp
7573 * gdb.compile/compile-ops.exp
7574 * gdb.compile/compile-print.exp
7575 * gdb.compile/compile-setjmp.exp
7576 * gdb.cp/abstract-origin.exp
7577 * gdb.cp/ambiguous.exp
7578 * gdb.cp/annota2.exp
7579 * gdb.cp/annota3.exp
7580 * gdb.cp/anon-ns.exp
7581 * gdb.cp/anon-struct.exp
7582 * gdb.cp/anon-union.exp
7583 * gdb.cp/arg-reference.exp
7584 * gdb.cp/baseenum.exp
7585 * gdb.cp/bool.exp
7586 * gdb.cp/breakpoint.exp
7587 * gdb.cp/bs15503.exp
7588 * gdb.cp/call-c.exp
7589 * gdb.cp/casts.exp
7590 * gdb.cp/chained-calls.exp
7591 * gdb.cp/class2.exp
7592 * gdb.cp/classes.exp
7593 * gdb.cp/cmpd-minsyms.exp
7594 * gdb.cp/converts.exp
7595 * gdb.cp/cp-relocate.exp
7596 * gdb.cp/cpcompletion.exp
7597 * gdb.cp/cpexprs.exp
7598 * gdb.cp/cplabel.exp
7599 * gdb.cp/cplusfuncs.exp
7600 * gdb.cp/cpsizeof.exp
7601 * gdb.cp/ctti.exp
7602 * gdb.cp/derivation.exp
7603 * gdb.cp/destrprint.exp
7604 * gdb.cp/dispcxx.exp
7605 * gdb.cp/enum-class.exp
7606 * gdb.cp/exception.exp
7607 * gdb.cp/exceptprint.exp
7608 * gdb.cp/expand-psymtabs-cxx.exp
7609 * gdb.cp/expand-sals.exp
7610 * gdb.cp/extern-c.exp
7611 * gdb.cp/filename.exp
7612 * gdb.cp/formatted-ref.exp
7613 * gdb.cp/fpointer.exp
7614 * gdb.cp/gdb1355.exp
7615 * gdb.cp/gdb2495.exp
7616 * gdb.cp/hang.exp
7617 * gdb.cp/impl-this.exp
7618 * gdb.cp/infcall-dlopen.exp
7619 * gdb.cp/inherit.exp
7620 * gdb.cp/iostream.exp
7621 * gdb.cp/koenig.exp
7622 * gdb.cp/local.exp
7623 * gdb.cp/m-data.exp
7624 * gdb.cp/m-static.exp
7625 * gdb.cp/mb-ctor.exp
7626 * gdb.cp/mb-inline.exp
7627 * gdb.cp/mb-templates.exp
7628 * gdb.cp/member-name.exp
7629 * gdb.cp/member-ptr.exp
7630 * gdb.cp/meth-typedefs.exp
7631 * gdb.cp/method.exp
7632 * gdb.cp/method2.exp
7633 * gdb.cp/minsym-fallback.exp
7634 * gdb.cp/misc.exp
7635 * gdb.cp/namelessclass.exp
7636 * gdb.cp/namespace-enum.exp
7637 * gdb.cp/namespace-nested-import.exp
7638 * gdb.cp/namespace.exp
7639 * gdb.cp/nextoverthrow.exp
7640 * gdb.cp/no-dmgl-verbose.exp
7641 * gdb.cp/non-trivial-retval.exp
7642 * gdb.cp/noparam.exp
7643 * gdb.cp/nsdecl.exp
7644 * gdb.cp/nsimport.exp
7645 * gdb.cp/nsnested.exp
7646 * gdb.cp/nsnoimports.exp
7647 * gdb.cp/nsrecurs.exp
7648 * gdb.cp/nsstress.exp
7649 * gdb.cp/nsusing.exp
7650 * gdb.cp/operator.exp
7651 * gdb.cp/oranking.exp
7652 * gdb.cp/overload-const.exp
7653 * gdb.cp/overload.exp
7654 * gdb.cp/ovldbreak.exp
7655 * gdb.cp/ovsrch.exp
7656 * gdb.cp/paren-type.exp
7657 * gdb.cp/parse-lang.exp
7658 * gdb.cp/pass-by-ref.exp
7659 * gdb.cp/pr-1023.exp
7660 * gdb.cp/pr-1210.exp
7661 * gdb.cp/pr-574.exp
7662 * gdb.cp/pr10687.exp
7663 * gdb.cp/pr12028.exp
7664 * gdb.cp/pr17132.exp
7665 * gdb.cp/pr17494.exp
7666 * gdb.cp/pr9067.exp
7667 * gdb.cp/pr9167.exp
7668 * gdb.cp/pr9631.exp
7669 * gdb.cp/printmethod.exp
7670 * gdb.cp/psmang.exp
7671 * gdb.cp/psymtab-parameter.exp
7672 * gdb.cp/ptype-cv-cp.exp
7673 * gdb.cp/ptype-flags.exp
7674 * gdb.cp/re-set-overloaded.exp
7675 * gdb.cp/ref-types.exp
7676 * gdb.cp/rtti.exp
7677 * gdb.cp/scope-err.exp
7678 * gdb.cp/shadow.exp
7679 * gdb.cp/smartp.exp
7680 * gdb.cp/static-method.exp
7681 * gdb.cp/static-print-quit.exp
7682 * gdb.cp/temargs.exp
7683 * gdb.cp/templates.exp
7684 * gdb.cp/try_catch.exp
7685 * gdb.cp/typedef-operator.exp
7686 * gdb.cp/typeid.exp
7687 * gdb.cp/userdef.exp
7688 * gdb.cp/using-crash.exp
7689 * gdb.cp/var-tag.exp
7690 * gdb.cp/virtbase.exp
7691 * gdb.cp/virtfunc.exp
7692 * gdb.cp/virtfunc2.exp
7693 * gdb.cp/vla-cxx.exp
7694 * gdb.disasm/t01_mov.exp
7695 * gdb.disasm/t02_mova.exp
7696 * gdb.disasm/t03_add.exp
7697 * gdb.disasm/t04_sub.exp
7698 * gdb.disasm/t05_cmp.exp
7699 * gdb.disasm/t06_ari2.exp
7700 * gdb.disasm/t07_ari3.exp
7701 * gdb.disasm/t08_or.exp
7702 * gdb.disasm/t09_xor.exp
7703 * gdb.disasm/t10_and.exp
7704 * gdb.disasm/t11_logs.exp
7705 * gdb.disasm/t12_bit.exp
7706 * gdb.disasm/t13_otr.exp
7707 * gdb.dlang/circular.exp
7708 * gdb.dwarf2/arr-stride.exp
7709 * gdb.dwarf2/arr-subrange.exp
7710 * gdb.dwarf2/atomic-type.exp
7711 * gdb.dwarf2/bad-regnum.exp
7712 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7713 * gdb.dwarf2/callframecfa.exp
7714 * gdb.dwarf2/clztest.exp
7715 * gdb.dwarf2/corrupt.exp
7716 * gdb.dwarf2/data-loc.exp
7717 * gdb.dwarf2/dup-psym.exp
7718 * gdb.dwarf2/dw2-anon-mptr.exp
7719 * gdb.dwarf2/dw2-anonymous-func.exp
7720 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7721 * gdb.dwarf2/dw2-bad-unresolved.exp
7722 * gdb.dwarf2/dw2-basic.exp
7723 * gdb.dwarf2/dw2-canonicalize-type.exp
7724 * gdb.dwarf2/dw2-case-insensitive.exp
7725 * gdb.dwarf2/dw2-common-block.exp
7726 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7727 * gdb.dwarf2/dw2-compressed.exp
7728 * gdb.dwarf2/dw2-const.exp
7729 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7730 * gdb.dwarf2/dw2-cu-size.exp
7731 * gdb.dwarf2/dw2-dup-frame.exp
7732 * gdb.dwarf2/dw2-entry-value.exp
7733 * gdb.dwarf2/dw2-icycle.exp
7734 * gdb.dwarf2/dw2-ifort-parameter.exp
7735 * gdb.dwarf2/dw2-inline-break.exp
7736 * gdb.dwarf2/dw2-inline-param.exp
7737 * gdb.dwarf2/dw2-intercu.exp
7738 * gdb.dwarf2/dw2-intermix.exp
7739 * gdb.dwarf2/dw2-lexical-block-bare.exp
7740 * gdb.dwarf2/dw2-linkage-name-trust.exp
7741 * gdb.dwarf2/dw2-minsym-in-cu.exp
7742 * gdb.dwarf2/dw2-noloc.exp
7743 * gdb.dwarf2/dw2-op-call.exp
7744 * gdb.dwarf2/dw2-op-out-param.exp
7745 * gdb.dwarf2/dw2-opt-structptr.exp
7746 * gdb.dwarf2/dw2-param-error.exp
7747 * gdb.dwarf2/dw2-producer.exp
7748 * gdb.dwarf2/dw2-ranges-base.exp
7749 * gdb.dwarf2/dw2-ref-missing-frame.exp
7750 * gdb.dwarf2/dw2-reg-undefined.exp
7751 * gdb.dwarf2/dw2-regno-invalid.exp
7752 * gdb.dwarf2/dw2-restore.exp
7753 * gdb.dwarf2/dw2-restrict.exp
7754 * gdb.dwarf2/dw2-single-line-discriminators.exp
7755 * gdb.dwarf2/dw2-strp.exp
7756 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7757 * gdb.dwarf2/dw2-unresolved.exp
7758 * gdb.dwarf2/dw2-var-zero-addr.exp
7759 * gdb.dwarf2/dw4-sig-types.exp
7760 * gdb.dwarf2/dwz.exp
7761 * gdb.dwarf2/dynarr-ptr.exp
7762 * gdb.dwarf2/enum-type.exp
7763 * gdb.dwarf2/gdb-index.exp
7764 * gdb.dwarf2/implptr-64bit.exp
7765 * gdb.dwarf2/implptr-optimized-out.exp
7766 * gdb.dwarf2/implptr.exp
7767 * gdb.dwarf2/implref-array.exp
7768 * gdb.dwarf2/implref-const.exp
7769 * gdb.dwarf2/implref-global.exp
7770 * gdb.dwarf2/implref-struct.exp
7771 * gdb.dwarf2/mac-fileno.exp
7772 * gdb.dwarf2/main-subprogram.exp
7773 * gdb.dwarf2/member-ptr-forwardref.exp
7774 * gdb.dwarf2/method-ptr.exp
7775 * gdb.dwarf2/missing-sig-type.exp
7776 * gdb.dwarf2/nonvar-access.exp
7777 * gdb.dwarf2/opaque-type-lookup.exp
7778 * gdb.dwarf2/pieces-optimized-out.exp
7779 * gdb.dwarf2/pieces.exp
7780 * gdb.dwarf2/pr10770.exp
7781 * gdb.dwarf2/pr13961.exp
7782 * gdb.dwarf2/staticvirtual.exp
7783 * gdb.dwarf2/subrange.exp
7784 * gdb.dwarf2/symtab-producer.exp
7785 * gdb.dwarf2/trace-crash.exp
7786 * gdb.dwarf2/typeddwarf.exp
7787 * gdb.dwarf2/valop.exp
7788 * gdb.dwarf2/watch-notconst.exp
7789 * gdb.fortran/array-element.exp
7790 * gdb.fortran/charset.exp
7791 * gdb.fortran/common-block.exp
7792 * gdb.fortran/complex.exp
7793 * gdb.fortran/derived-type-function.exp
7794 * gdb.fortran/derived-type.exp
7795 * gdb.fortran/logical.exp
7796 * gdb.fortran/module.exp
7797 * gdb.fortran/multi-dim.exp
7798 * gdb.fortran/nested-funcs.exp
7799 * gdb.fortran/print-formatted.exp
7800 * gdb.fortran/subarray.exp
7801 * gdb.fortran/vla-alloc-assoc.exp
7802 * gdb.fortran/vla-datatypes.exp
7803 * gdb.fortran/vla-history.exp
7804 * gdb.fortran/vla-ptr-info.exp
7805 * gdb.fortran/vla-ptype-sub.exp
7806 * gdb.fortran/vla-ptype.exp
7807 * gdb.fortran/vla-sizeof.exp
7808 * gdb.fortran/vla-type.exp
7809 * gdb.fortran/vla-value-sub-arbitrary.exp
7810 * gdb.fortran/vla-value-sub-finish.exp
7811 * gdb.fortran/vla-value-sub.exp
7812 * gdb.fortran/vla-value.exp
7813 * gdb.fortran/whatis_type.exp
7814 * gdb.go/chan.exp
7815 * gdb.go/handcall.exp
7816 * gdb.go/hello.exp
7817 * gdb.go/integers.exp
7818 * gdb.go/methods.exp
7819 * gdb.go/package.exp
7820 * gdb.go/strings.exp
7821 * gdb.go/types.exp
7822 * gdb.go/unsafe.exp
7823 * gdb.guile/scm-arch.exp
7824 * gdb.guile/scm-block.exp
7825 * gdb.guile/scm-breakpoint.exp
7826 * gdb.guile/scm-cmd.exp
7827 * gdb.guile/scm-disasm.exp
7828 * gdb.guile/scm-equal.exp
7829 * gdb.guile/scm-frame-args.exp
7830 * gdb.guile/scm-frame-inline.exp
7831 * gdb.guile/scm-frame.exp
7832 * gdb.guile/scm-iterator.exp
7833 * gdb.guile/scm-math.exp
7834 * gdb.guile/scm-objfile.exp
7835 * gdb.guile/scm-ports.exp
7836 * gdb.guile/scm-symbol.exp
7837 * gdb.guile/scm-symtab.exp
7838 * gdb.guile/scm-value-cc.exp
7839 * gdb.guile/types-module.exp
7840 * gdb.linespec/break-ask.exp
7841 * gdb.linespec/cpexplicit.exp
7842 * gdb.linespec/explicit.exp
7843 * gdb.linespec/keywords.exp
7844 * gdb.linespec/linespec.exp
7845 * gdb.linespec/ls-dollar.exp
7846 * gdb.linespec/ls-errs.exp
7847 * gdb.linespec/skip-two.exp
7848 * gdb.linespec/thread.exp
7849 * gdb.mi/mi-async.exp
7850 * gdb.mi/mi-basics.exp
7851 * gdb.mi/mi-break.exp
7852 * gdb.mi/mi-catch-load.exp
7853 * gdb.mi/mi-cli.exp
7854 * gdb.mi/mi-cmd-param-changed.exp
7855 * gdb.mi/mi-console.exp
7856 * gdb.mi/mi-detach.exp
7857 * gdb.mi/mi-disassemble.exp
7858 * gdb.mi/mi-eval.exp
7859 * gdb.mi/mi-file-transfer.exp
7860 * gdb.mi/mi-file.exp
7861 * gdb.mi/mi-fill-memory.exp
7862 * gdb.mi/mi-inheritance-syntax-error.exp
7863 * gdb.mi/mi-linespec-err-cp.exp
7864 * gdb.mi/mi-logging.exp
7865 * gdb.mi/mi-memory-changed.exp
7866 * gdb.mi/mi-read-memory.exp
7867 * gdb.mi/mi-record-changed.exp
7868 * gdb.mi/mi-reg-undefined.exp
7869 * gdb.mi/mi-regs.exp
7870 * gdb.mi/mi-return.exp
7871 * gdb.mi/mi-reverse.exp
7872 * gdb.mi/mi-simplerun.exp
7873 * gdb.mi/mi-solib.exp
7874 * gdb.mi/mi-stack.exp
7875 * gdb.mi/mi-stepi.exp
7876 * gdb.mi/mi-syn-frame.exp
7877 * gdb.mi/mi-until.exp
7878 * gdb.mi/mi-var-block.exp
7879 * gdb.mi/mi-var-child.exp
7880 * gdb.mi/mi-var-cmd.exp
7881 * gdb.mi/mi-var-cp.exp
7882 * gdb.mi/mi-var-display.exp
7883 * gdb.mi/mi-var-invalidate.exp
7884 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
7885 * gdb.mi/mi-vla-fortran.exp
7886 * gdb.mi/mi-watch.exp
7887 * gdb.mi/mi2-var-child.exp
7888 * gdb.mi/user-selected-context-sync.exp
7889 * gdb.modula2/unbounded-array.exp
7890 * gdb.multi/dummy-frame-restore.exp
7891 * gdb.multi/multi-arch-exec.exp
7892 * gdb.multi/multi-arch.exp
7893 * gdb.multi/tids.exp
7894 * gdb.multi/watchpoint-multi.exp
7895 * gdb.opencl/callfuncs.exp
7896 * gdb.opencl/convs_casts.exp
7897 * gdb.opencl/datatypes.exp
7898 * gdb.opencl/operators.exp
7899 * gdb.opencl/vec_comps.exp
7900 * gdb.opt/clobbered-registers-O2.exp
7901 * gdb.opt/inline-break.exp
7902 * gdb.opt/inline-bt.exp
7903 * gdb.opt/inline-cmds.exp
7904 * gdb.opt/inline-locals.exp
7905 * gdb.pascal/case-insensitive-symbols.exp
7906 * gdb.pascal/floats.exp
7907 * gdb.pascal/gdb11492.exp
7908 * gdb.python/lib-types.exp
7909 * gdb.python/py-arch.exp
7910 * gdb.python/py-as-string.exp
7911 * gdb.python/py-bad-printers.exp
7912 * gdb.python/py-block.exp
7913 * gdb.python/py-breakpoint-create-fail.exp
7914 * gdb.python/py-breakpoint.exp
7915 * gdb.python/py-caller-is.exp
7916 * gdb.python/py-cmd.exp
7917 * gdb.python/py-explore-cc.exp
7918 * gdb.python/py-explore.exp
7919 * gdb.python/py-finish-breakpoint.exp
7920 * gdb.python/py-finish-breakpoint2.exp
7921 * gdb.python/py-frame-args.exp
7922 * gdb.python/py-frame-inline.exp
7923 * gdb.python/py-frame.exp
7924 * gdb.python/py-framefilter-mi.exp
7925 * gdb.python/py-infthread.exp
7926 * gdb.python/py-lazy-string.exp
7927 * gdb.python/py-linetable.exp
7928 * gdb.python/py-mi-events.exp
7929 * gdb.python/py-mi-objfile.exp
7930 * gdb.python/py-mi.exp
7931 * gdb.python/py-objfile.exp
7932 * gdb.python/py-pp-integral.exp
7933 * gdb.python/py-pp-maint.exp
7934 * gdb.python/py-pp-re-notag.exp
7935 * gdb.python/py-pp-registration.exp
7936 * gdb.python/py-recurse-unwind.exp
7937 * gdb.python/py-strfns.exp
7938 * gdb.python/py-symbol.exp
7939 * gdb.python/py-symtab.exp
7940 * gdb.python/py-sync-interp.exp
7941 * gdb.python/py-typeprint.exp
7942 * gdb.python/py-unwind-maint.exp
7943 * gdb.python/py-unwind.exp
7944 * gdb.python/py-value-cc.exp
7945 * gdb.python/py-xmethods.exp
7946 * gdb.reverse/amd64-tailcall-reverse.exp
7947 * gdb.reverse/break-precsave.exp
7948 * gdb.reverse/break-reverse.exp
7949 * gdb.reverse/consecutive-precsave.exp
7950 * gdb.reverse/consecutive-reverse.exp
7951 * gdb.reverse/finish-precsave.exp
7952 * gdb.reverse/finish-reverse-bkpt.exp
7953 * gdb.reverse/finish-reverse.exp
7954 * gdb.reverse/fstatat-reverse.exp
7955 * gdb.reverse/getresuid-reverse.exp
7956 * gdb.reverse/i386-precsave.exp
7957 * gdb.reverse/i386-reverse.exp
7958 * gdb.reverse/i386-sse-reverse.exp
7959 * gdb.reverse/i387-env-reverse.exp
7960 * gdb.reverse/i387-stack-reverse.exp
7961 * gdb.reverse/insn-reverse.exp
7962 * gdb.reverse/machinestate-precsave.exp
7963 * gdb.reverse/machinestate.exp
7964 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7965 * gdb.reverse/pipe-reverse.exp
7966 * gdb.reverse/readv-reverse.exp
7967 * gdb.reverse/recvmsg-reverse.exp
7968 * gdb.reverse/rerun-prec.exp
7969 * gdb.reverse/s390-mvcle.exp
7970 * gdb.reverse/step-precsave.exp
7971 * gdb.reverse/step-reverse.exp
7972 * gdb.reverse/time-reverse.exp
7973 * gdb.reverse/until-precsave.exp
7974 * gdb.reverse/until-reverse.exp
7975 * gdb.reverse/waitpid-reverse.exp
7976 * gdb.reverse/watch-precsave.exp
7977 * gdb.reverse/watch-reverse.exp
7978 * gdb.rust/generics.exp
7979 * gdb.rust/methods.exp
7980 * gdb.rust/modules.exp
7981 * gdb.rust/simple.exp
7982 * gdb.server/connect-with-no-symbol-file.exp
7983 * gdb.server/ext-attach.exp
7984 * gdb.server/ext-restart.exp
7985 * gdb.server/ext-wrapper.exp
7986 * gdb.server/file-transfer.exp
7987 * gdb.server/server-exec-info.exp
7988 * gdb.server/server-kill.exp
7989 * gdb.server/server-mon.exp
7990 * gdb.server/wrapper.exp
7991 * gdb.stabs/exclfwd.exp
7992 * gdb.stabs/gdb11479.exp
7993 * gdb.threads/clone-new-thread-event.exp
7994 * gdb.threads/corethreads.exp
7995 * gdb.threads/current-lwp-dead.exp
7996 * gdb.threads/dlopen-libpthread.exp
7997 * gdb.threads/gcore-thread.exp
7998 * gdb.threads/sigstep-threads.exp
7999 * gdb.threads/watchpoint-fork.exp
8000 * gdb.trace/actions-changed.exp
8001 * gdb.trace/backtrace.exp
8002 * gdb.trace/change-loc.exp
8003 * gdb.trace/circ.exp
8004 * gdb.trace/collection.exp
8005 * gdb.trace/disconnected-tracing.exp
8006 * gdb.trace/ftrace.exp
8007 * gdb.trace/mi-trace-frame-collected.exp
8008 * gdb.trace/mi-trace-unavailable.exp
8009 * gdb.trace/mi-traceframe-changed.exp
8010 * gdb.trace/mi-tsv-changed.exp
8011 * gdb.trace/no-attach-trace.exp
8012 * gdb.trace/passc-dyn.exp
8013 * gdb.trace/qtro.exp
8014 * gdb.trace/range-stepping.exp
8015 * gdb.trace/read-memory.exp
8016 * gdb.trace/save-trace.exp
8017 * gdb.trace/signal.exp
8018 * gdb.trace/status-stop.exp
8019 * gdb.trace/tfile.exp
8020 * gdb.trace/trace-break.exp
8021 * gdb.trace/trace-buffer-size.exp
8022 * gdb.trace/trace-condition.exp
8023 * gdb.trace/tracefile-pseudo-reg.exp
8024 * gdb.trace/tstatus.exp
8025 * gdb.trace/unavailable.exp
8026 * gdb.trace/while-dyn.exp
8027 * gdb.trace/while-stepping.exp
8028
8029 2016-12-22 Doug Evans <xdje42@gmail.com>
8030
8031 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8032 and msymbols.
8033
8034 2016-12-19 Yao Qi <yao.qi@linaro.org>
8035
8036 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8037 (test_with_self): Don't call do_steps_and_nexts, and remove
8038 code about stepping into xmalloc.
8039
8040 2016-12-09 Yao Qi <yao.qi@linaro.org>
8041
8042 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8043
8044 2016-12-09 Yao Qi <yao.qi@linaro.org>
8045
8046 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8047
8048 2016-12-09 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/all-architectures-0.exp: New file.
8051 * gdb.base/all-architectures-1.exp: New file.
8052 * gdb.base/all-architectures-2.exp: New file.
8053 * gdb.base/all-architectures-3.exp: New file.
8054 * gdb.base/all-architectures-4.exp: New file.
8055 * gdb.base/all-architectures-5.exp: New file.
8056 * gdb.base/all-architectures-6.exp: New file.
8057 * gdb.base/all-architectures-7.exp: New file.
8058 * gdb.base/all-architectures.exp.in: New file.
8059
8060 2016-12-09 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8063
8064 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8065
8066 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8067 possible.
8068 Remove useless pattern-matching code.
8069
8070 2016-12-02 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8073 procedure.
8074 (top level): Call it.
8075
8076 2016-12-02 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8079 New procedure.
8080 (top level): Call it.
8081
8082 2016-12-02 Pedro Alves <palves@redhat.com>
8083
8084 PR cli/20559
8085 * gdb.base/commands.exp (user_defined_command_args_eval): New
8086 procedure.
8087 (top level): Call it.
8088
8089 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
8090
8091 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8092 timeout handling.
8093
8094 2016-12-02 Tom Tromey <tom@tromey.com>
8095
8096 * gdb.dwarf2/main-subprogram.c: New file.
8097 * gdb.dwarf2/main-subprogram.exp: New file.
8098
8099 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8100
8101 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8102 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8103 gdb_test_no_output for a couple of cases.
8104 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8105
8106 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8107
8108 Fix test names and standardize compilation error messages throughout
8109 the following files:
8110
8111 * gdb.ada/start.exp
8112 * gdb.arch/alpha-step.exp
8113 * gdb.arch/e500-prologue.exp
8114 * gdb.arch/ftrace-insn-reloc.exp
8115 * gdb.arch/gdb1291.exp
8116 * gdb.arch/gdb1431.exp
8117 * gdb.arch/gdb1558.exp
8118 * gdb.arch/i386-dr3-watch.exp
8119 * gdb.arch/i386-sse-stack-align.exp
8120 * gdb.arch/ia64-breakpoint-shadow.exp
8121 * gdb.arch/pa-nullify.exp
8122 * gdb.arch/powerpc-aix-prologue.exp
8123 * gdb.arch/thumb-bx-pc.exp
8124 * gdb.base/annota1.exp
8125 * gdb.base/annota3.exp
8126 * gdb.base/arrayidx.exp
8127 * gdb.base/assign.exp
8128 * gdb.base/attach.exp
8129 * gdb.base/auxv.exp
8130 * gdb.base/bang.exp
8131 * gdb.base/bfp-test.exp
8132 * gdb.base/bigcore.exp
8133 * gdb.base/bitfields2.exp
8134 * gdb.base/break-fun-addr.exp
8135 * gdb.base/break-probes.exp
8136 * gdb.base/call-rt-st.exp
8137 * gdb.base/callexit.exp
8138 * gdb.base/catch-fork-kill.exp
8139 * gdb.base/charset.exp
8140 * gdb.base/checkpoint.exp
8141 * gdb.base/comprdebug.exp
8142 * gdb.base/constvars.exp
8143 * gdb.base/coredump-filter.exp
8144 * gdb.base/cursal.exp
8145 * gdb.base/cvexpr.exp
8146 * gdb.base/detach.exp
8147 * gdb.base/display.exp
8148 * gdb.base/dmsym.exp
8149 * gdb.base/dprintf-pending.exp
8150 * gdb.base/dso2dso.exp
8151 * gdb.base/dtrace-probe.exp
8152 * gdb.base/dump.exp
8153 * gdb.base/enum_cond.exp
8154 * gdb.base/exe-lock.exp
8155 * gdb.base/exec-invalid-sysroot.exp
8156 * gdb.base/execl-update-breakpoints.exp
8157 * gdb.base/exprs.exp
8158 * gdb.base/fileio.exp
8159 * gdb.base/find.exp
8160 * gdb.base/finish.exp
8161 * gdb.base/fixsection.exp
8162 * gdb.base/foll-vfork.exp
8163 * gdb.base/frame-args.exp
8164 * gdb.base/gcore.exp
8165 * gdb.base/gdb1250.exp
8166 * gdb.base/global-var-nested-by-dso.exp
8167 * gdb.base/gnu-ifunc.exp
8168 * gdb.base/hashline1.exp
8169 * gdb.base/hashline2.exp
8170 * gdb.base/hashline3.exp
8171 * gdb.base/hbreak-in-shr-unsupported.exp
8172 * gdb.base/huge.exp
8173 * gdb.base/infcall-input.exp
8174 * gdb.base/info-fun.exp
8175 * gdb.base/info-shared.exp
8176 * gdb.base/jit-simple.exp
8177 * gdb.base/jit-so.exp
8178 * gdb.base/jit.exp
8179 * gdb.base/jump.exp
8180 * gdb.base/label.exp
8181 * gdb.base/lineinc.exp
8182 * gdb.base/logical.exp
8183 * gdb.base/longjmp.exp
8184 * gdb.base/macscp.exp
8185 * gdb.base/miscexprs.exp
8186 * gdb.base/new-ui-echo.exp
8187 * gdb.base/new-ui-pending-input.exp
8188 * gdb.base/new-ui.exp
8189 * gdb.base/nodebug.exp
8190 * gdb.base/nofield.exp
8191 * gdb.base/offsets.exp
8192 * gdb.base/overlays.exp
8193 * gdb.base/pending.exp
8194 * gdb.base/pointers.exp
8195 * gdb.base/pr11022.exp
8196 * gdb.base/printcmds.exp
8197 * gdb.base/prologue.exp
8198 * gdb.base/ptr-typedef.exp
8199 * gdb.base/realname-expand.exp
8200 * gdb.base/relativedebug.exp
8201 * gdb.base/relocate.exp
8202 * gdb.base/remote.exp
8203 * gdb.base/reread.exp
8204 * gdb.base/return2.exp
8205 * gdb.base/savedregs.exp
8206 * gdb.base/sep.exp
8207 * gdb.base/sepdebug.exp
8208 * gdb.base/sepsymtab.exp
8209 * gdb.base/set-inferior-tty.exp
8210 * gdb.base/setshow.exp
8211 * gdb.base/shlib-call.exp
8212 * gdb.base/sigaltstack.exp
8213 * gdb.base/siginfo-addr.exp
8214 * gdb.base/signals.exp
8215 * gdb.base/signull.exp
8216 * gdb.base/sigrepeat.exp
8217 * gdb.base/so-impl-ld.exp
8218 * gdb.base/solib-display.exp
8219 * gdb.base/solib-overlap.exp
8220 * gdb.base/solib-search.exp
8221 * gdb.base/solib-symbol.exp
8222 * gdb.base/structs.exp
8223 * gdb.base/structs2.exp
8224 * gdb.base/symtab-search-order.exp
8225 * gdb.base/twice.exp
8226 * gdb.base/unload.exp
8227 * gdb.base/varargs.exp
8228 * gdb.base/watchpoint-solib.exp
8229 * gdb.base/watchpoint.exp
8230 * gdb.base/whatis.exp
8231 * gdb.base/wrong_frame_bt_full.exp
8232 * gdb.btrace/dlopen.exp
8233 * gdb.cell/ea-standalone.exp
8234 * gdb.cell/ea-test.exp
8235 * gdb.cp/dispcxx.exp
8236 * gdb.cp/gdb2384.exp
8237 * gdb.cp/method2.exp
8238 * gdb.cp/nextoverthrow.exp
8239 * gdb.cp/pr10728.exp
8240 * gdb.disasm/am33.exp
8241 * gdb.disasm/h8300s.exp
8242 * gdb.disasm/mn10300.exp
8243 * gdb.disasm/sh3.exp
8244 * gdb.dwarf2/dw2-dir-file-name.exp
8245 * gdb.fortran/complex.exp
8246 * gdb.fortran/library-module.exp
8247 * gdb.guile/scm-pretty-print.exp
8248 * gdb.guile/scm-symbol.exp
8249 * gdb.guile/scm-type.exp
8250 * gdb.guile/scm-value.exp
8251 * gdb.linespec/linespec.exp
8252 * gdb.mi/gdb701.exp
8253 * gdb.mi/gdb792.exp
8254 * gdb.mi/mi-breakpoint-changed.exp
8255 * gdb.mi/mi-dprintf-pending.exp
8256 * gdb.mi/mi-dprintf.exp
8257 * gdb.mi/mi-exit-code.exp
8258 * gdb.mi/mi-pending.exp
8259 * gdb.mi/mi-solib.exp
8260 * gdb.mi/new-ui-mi-sync.exp
8261 * gdb.mi/pr11022.exp
8262 * gdb.mi/user-selected-context-sync.exp
8263 * gdb.opt/solib-intra-step.exp
8264 * gdb.python/py-events.exp
8265 * gdb.python/py-finish-breakpoint.exp
8266 * gdb.python/py-mi.exp
8267 * gdb.python/py-prettyprint.exp
8268 * gdb.python/py-shared.exp
8269 * gdb.python/py-symbol.exp
8270 * gdb.python/py-template.exp
8271 * gdb.python/py-type.exp
8272 * gdb.python/py-value.exp
8273 * gdb.reverse/solib-precsave.exp
8274 * gdb.reverse/solib-reverse.exp
8275 * gdb.server/solib-list.exp
8276 * gdb.stabs/weird.exp
8277 * gdb.threads/reconnect-signal.exp
8278 * gdb.threads/stepi-random-signal.exp
8279 * gdb.trace/actions.exp
8280 * gdb.trace/ax.exp
8281 * gdb.trace/backtrace.exp
8282 * gdb.trace/change-loc.exp
8283 * gdb.trace/deltrace.exp
8284 * gdb.trace/ftrace-lock.exp
8285 * gdb.trace/ftrace.exp
8286 * gdb.trace/infotrace.exp
8287 * gdb.trace/mi-tracepoint-changed.exp
8288 * gdb.trace/packetlen.exp
8289 * gdb.trace/passcount.exp
8290 * gdb.trace/pending.exp
8291 * gdb.trace/range-stepping.exp
8292 * gdb.trace/report.exp
8293 * gdb.trace/stap-trace.exp
8294 * gdb.trace/tfind.exp
8295 * gdb.trace/trace-break.exp
8296 * gdb.trace/trace-condition.exp
8297 * gdb.trace/trace-enable-disable.exp
8298 * gdb.trace/trace-mt.exp
8299 * gdb.trace/tracecmd.exp
8300 * gdb.trace/tspeed.exp
8301 * gdb.trace/tsv.exp
8302 * lib/perftest.exp
8303
8304 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8305
8306 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8307 with gdb_test_no_output.
8308 Use command as test name.
8309
8310 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8311
8312 Fix test names starting with uppercase throughout the files.
8313
8314 * gdb.ada/assign_1.exp
8315 * gdb.ada/boolean_expr.exp
8316 * gdb.base/arrayidx.exp
8317 * gdb.base/del.exp
8318 * gdb.base/gcore-buffer-overflow.exp
8319 * gdb.base/testenv.exp
8320 * gdb.compile/compile.exp
8321 * gdb.python/py-framefilter-invalidarg.exp
8322 * gdb.python/py-framefilter.exp
8323
8324 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8325
8326 Fix test names starting with uppercase throughout the files.
8327
8328 * gdb.ada/array_return.exp
8329 * gdb.ada/expr_delims.exp
8330 * gdb.ada/mi_dyn_arr.exp
8331 * gdb.ada/mi_interface.exp
8332 * gdb.ada/mi_var_array.exp
8333 * gdb.ada/watch_arg.exp
8334 * gdb.arch/alpha-step.exp
8335 * gdb.arch/altivec-regs.exp
8336 * gdb.arch/e500-regs.exp
8337 * gdb.arch/powerpc-d128-regs.exp
8338 * gdb.base/arrayidx.exp
8339 * gdb.base/break.exp
8340 * gdb.base/checkpoint.exp
8341 * gdb.base/debug-expr.exp
8342 * gdb.base/dmsym.exp
8343 * gdb.base/radix.exp
8344 * gdb.base/sepdebug.exp
8345 * gdb.base/testenv.exp
8346 * gdb.base/watch_thread_num.exp
8347 * gdb.base/watchpoint-cond-gone.exp
8348 * gdb.cell/break.exp
8349 * gdb.cell/ea-cache.exp
8350 * gdb.compile/compile.exp
8351 * gdb.cp/gdb2495.exp
8352 * gdb.gdb/selftest.exp
8353 * gdb.gdb/xfullpath.exp
8354 * gdb.go/hello.exp
8355 * gdb.go/integers.exp
8356 * gdb.objc/basicclass.exp
8357 * gdb.pascal/hello.exp
8358 * gdb.pascal/integers.exp
8359 * gdb.python/py-breakpoint.exp
8360 * gdb.python/py-cmd.exp
8361 * gdb.python/py-linetable.exp
8362 * gdb.python/py-xmethods.exp
8363 * gdb.python/python.exp
8364 * gdb.reverse/consecutive-precsave.exp
8365 * gdb.reverse/finish-precsave.exp
8366 * gdb.reverse/i386-precsave.exp
8367 * gdb.reverse/machinestate-precsave.exp
8368 * gdb.reverse/sigall-precsave.exp
8369 * gdb.reverse/solib-precsave.exp
8370 * gdb.reverse/step-precsave.exp
8371 * gdb.reverse/until-precsave.exp
8372 * gdb.reverse/watch-precsave.exp
8373 * gdb.threads/leader-exit.exp
8374 * gdb.threads/pthreads.exp
8375 * gdb.threads/wp-replication.exp
8376 * gdb.trace/actions.exp
8377 * gdb.trace/mi-tsv-changed.exp
8378 * gdb.trace/tsv.exp
8379
8380 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8381
8382 Fix test names starting with uppercase throughout the files.
8383
8384 * gdb.arch/i386-bp_permanent.exp
8385 * gdb.arch/i386-gnu-cfi.exp
8386 * gdb.base/disasm-end-cu.exp
8387 * gdb.base/macscp.exp
8388 * gdb.base/pending.exp
8389 * gdb.base/watch_thread_num.exp
8390 * gdb.cp/exception.exp
8391 * gdb.cp/gdb2495.exp
8392 * gdb.cp/local.exp
8393 * gdb.python/py-evsignal.exp
8394 * gdb.python/python.exp
8395 * gdb.trace/tracecmd.exp
8396
8397 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8398
8399 Fix test names starting with uppercase throughout the files.
8400
8401 * gdb.base/charset.exp
8402 * gdb.base/eval.exp
8403 * gdb.base/multi-forks.exp
8404 * gdb.guile/scm-progspace.exp
8405 * gdb.opencl/datatypes.exp
8406 * gdb.python/py-block.exp
8407 * gdb.python/py-function.exp
8408 * gdb.python/py-symbol.exp
8409 * gdb.python/py-symtab.exp
8410 * gdb.python/py-xmethods.exp
8411 * gdb.reverse/break-precsave.exp
8412 * gdb.reverse/break-reverse.exp
8413 * gdb.reverse/consecutive-precsave.exp
8414 * gdb.reverse/consecutive-reverse.exp
8415 * gdb.reverse/finish-precsave.exp
8416 * gdb.reverse/finish-reverse-bkpt.exp
8417 * gdb.reverse/finish-reverse.exp
8418 * gdb.reverse/fstatat-reverse.exp
8419 * gdb.reverse/getresuid-reverse.exp
8420 * gdb.reverse/i386-precsave.exp
8421 * gdb.reverse/i386-reverse.exp
8422 * gdb.reverse/i386-sse-reverse.exp
8423 * gdb.reverse/i387-stack-reverse.exp
8424 * gdb.reverse/insn-reverse.exp
8425 * gdb.reverse/machinestate-precsave.exp
8426 * gdb.reverse/machinestate.exp
8427 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8428 * gdb.reverse/pipe-reverse.exp
8429 * gdb.reverse/readv-reverse.exp
8430 * gdb.reverse/recvmsg-reverse.exp
8431 * gdb.reverse/rerun-prec.exp
8432 * gdb.reverse/s390-mvcle.exp
8433 * gdb.reverse/sigall-precsave.exp
8434 * gdb.reverse/sigall-reverse.exp
8435 * gdb.reverse/solib-precsave.exp
8436 * gdb.reverse/solib-reverse.exp
8437 * gdb.reverse/step-precsave.exp
8438 * gdb.reverse/step-reverse.exp
8439 * gdb.reverse/time-reverse.exp
8440 * gdb.reverse/until-precsave.exp
8441 * gdb.reverse/until-reverse.exp
8442 * gdb.reverse/waitpid-reverse.exp
8443 * gdb.reverse/watch-precsave.exp
8444 * gdb.reverse/watch-reverse.exp
8445
8446 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8447
8448 Fix test names starting with uppercase throughout the files.
8449
8450 * gdb.arch/i386-mpx-simple_segv.exp
8451 * gdb.arch/i386-mpx.exp
8452 * gdb.arch/i386-permbkpt.exp
8453 * gdb.arch/pa-nullify.exp
8454 * gdb.arch/powerpc-d128-regs.exp
8455 * gdb.arch/vsx-regs.exp
8456 * gdb.base/bfp-test.exp
8457 * gdb.base/break.exp
8458 * gdb.base/breakpoint-shadow.exp
8459 * gdb.base/callfuncs.exp
8460 * gdb.base/charset.exp
8461 * gdb.base/commands.exp
8462 * gdb.base/completion.exp
8463 * gdb.base/dfp-test.exp
8464 * gdb.base/echo.exp
8465 * gdb.base/ending-run.exp
8466 * gdb.base/eval.exp
8467 * gdb.base/expand-psymtabs.exp
8468 * gdb.base/float128.exp
8469 * gdb.base/floatn.exp
8470 * gdb.base/foll-exec-mode.exp
8471 * gdb.base/gdb1056.exp
8472 * gdb.base/gdb11531.exp
8473 * gdb.base/kill-after-signal.exp
8474 * gdb.base/multi-forks.exp
8475 * gdb.base/overlays.exp
8476 * gdb.base/pending.exp
8477 * gdb.base/sepdebug.exp
8478 * gdb.base/testenv.exp
8479 * gdb.base/valgrind-db-attach.exp
8480 * gdb.base/watch_thread_num.exp
8481 * gdb.base/watchpoint-cond-gone.exp
8482 * gdb.base/watchpoint.exp
8483 * gdb.base/watchpoints.exp
8484 * gdb.cp/arg-reference.exp
8485 * gdb.cp/baseenum.exp
8486 * gdb.cp/operator.exp
8487 * gdb.cp/shadow.exp
8488 * gdb.dwarf2/dw2-op-out-param.exp
8489 * gdb.dwarf2/dw2-reg-undefined.exp
8490 * gdb.go/chan.exp
8491 * gdb.go/hello.exp
8492 * gdb.go/integers.exp
8493 * gdb.go/methods.exp
8494 * gdb.go/package.exp
8495 * gdb.guile/scm-parameter.exp
8496 * gdb.guile/scm-progspace.exp
8497 * gdb.guile/scm-value.exp
8498 * gdb.mi/mi-pending.exp
8499 * gdb.mi/user-selected-context-sync.exp
8500 * gdb.multi/multi-attach.exp
8501 * gdb.multi/tids.exp
8502 * gdb.opt/clobbered-registers-O2.exp
8503 * gdb.pascal/floats.exp
8504 * gdb.pascal/integers.exp
8505 * gdb.python/py-block.exp
8506 * gdb.python/py-events.exp
8507 * gdb.python/py-parameter.exp
8508 * gdb.python/py-symbol.exp
8509 * gdb.python/py-symtab.exp
8510 * gdb.python/py-type.exp
8511 * gdb.python/py-value.exp
8512 * gdb.python/py-xmethods.exp
8513 * gdb.python/python.exp
8514 * gdb.reverse/break-precsave.exp
8515 * gdb.reverse/consecutive-precsave.exp
8516 * gdb.reverse/finish-precsave.exp
8517 * gdb.reverse/i386-precsave.exp
8518 * gdb.reverse/machinestate-precsave.exp
8519 * gdb.reverse/sigall-precsave.exp
8520 * gdb.reverse/solib-precsave.exp
8521 * gdb.reverse/step-precsave.exp
8522 * gdb.reverse/until-precsave.exp
8523 * gdb.reverse/watch-precsave.exp
8524 * gdb.server/ext-attach.exp
8525 * gdb.server/ext-restart.exp
8526 * gdb.server/ext-run.exp
8527 * gdb.server/ext-wrapper.exp
8528 * gdb.stabs/gdb11479.exp
8529 * gdb.stabs/weird.exp
8530 * gdb.threads/attach-many-short-lived-threads.exp
8531 * gdb.threads/kill.exp
8532 * gdb.threads/watchpoint-fork.exp
8533
8534 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
8535
8536 Fix test names starting with uppercase throughout all the files below.
8537
8538 * gdb.ada/array_return.exp
8539 * gdb.ada/catch_ex.exp
8540 * gdb.ada/info_exc.exp
8541 * gdb.ada/mi_catch_ex.exp
8542 * gdb.ada/mi_dyn_arr.exp
8543 * gdb.ada/mi_ex_cond.exp
8544 * gdb.ada/mi_exc_info.exp
8545 * gdb.ada/mi_interface.exp
8546 * gdb.ada/mi_task_arg.exp
8547 * gdb.ada/mi_task_info.exp
8548 * gdb.ada/mi_var_array.exp
8549 * gdb.arch/alpha-step.exp
8550 * gdb.arch/amd64-disp-step.exp
8551 * gdb.arch/arm-disp-step.exp
8552 * gdb.arch/disp-step-insn-reloc.exp
8553 * gdb.arch/e500-prologue.exp
8554 * gdb.arch/ftrace-insn-reloc.exp
8555 * gdb.arch/gdb1558.exp
8556 * gdb.arch/i386-bp_permanent.exp
8557 * gdb.arch/i386-disp-step.exp
8558 * gdb.arch/i386-float.exp
8559 * gdb.arch/i386-gnu-cfi.exp
8560 * gdb.arch/ia64-breakpoint-shadow.exp
8561 * gdb.arch/mips16-thunks.exp
8562 * gdb.arch/pa-nullify.exp
8563 * gdb.arch/powerpc-aix-prologue.exp
8564 * gdb.arch/powerpc-power.exp
8565 * gdb.arch/ppc-dfp.exp
8566 * gdb.arch/s390-tdbregs.exp
8567 * gdb.arch/spu-info.exp
8568 * gdb.arch/spu-ls.exp
8569 * gdb.arch/thumb-bx-pc.exp
8570 * gdb.base/advance.exp
8571 * gdb.base/annota-input-while-running.exp
8572 * gdb.base/arrayidx.exp
8573 * gdb.base/asmlabel.exp
8574 * gdb.base/async.exp
8575 * gdb.base/attach-wait-input.exp
8576 * gdb.base/auto-connect-native-target.exp
8577 * gdb.base/batch-preserve-term-settings.exp
8578 * gdb.base/bfp-test.exp
8579 * gdb.base/bigcore.exp
8580 * gdb.base/bp-permanent.exp
8581 * gdb.base/break-always.exp
8582 * gdb.base/break-fun-addr.exp
8583 * gdb.base/break-idempotent.exp
8584 * gdb.base/break-main-file-remove-fail.exp
8585 * gdb.base/break-probes.exp
8586 * gdb.base/break-unload-file.exp
8587 * gdb.base/break.exp
8588 * gdb.base/call-ar-st.exp
8589 * gdb.base/call-rt-st.exp
8590 * gdb.base/call-sc.exp
8591 * gdb.base/call-signal-resume.exp
8592 * gdb.base/call-strs.exp
8593 * gdb.base/callexit.exp
8594 * gdb.base/callfuncs.exp
8595 * gdb.base/catch-gdb-caused-signals.exp
8596 * gdb.base/catch-signal-siginfo-cond.exp
8597 * gdb.base/catch-syscall.exp
8598 * gdb.base/compare-sections.exp
8599 * gdb.base/cond-eval-mode.exp
8600 * gdb.base/condbreak-call-false.exp
8601 * gdb.base/consecutive-step-over.exp
8602 * gdb.base/cursal.exp
8603 * gdb.base/disabled-location.exp
8604 * gdb.base/disasm-end-cu.exp
8605 * gdb.base/display.exp
8606 * gdb.base/double-prompt-target-event-error.exp
8607 * gdb.base/dprintf-bp-same-addr.exp
8608 * gdb.base/dprintf-detach.exp
8609 * gdb.base/dprintf-next.exp
8610 * gdb.base/dprintf-non-stop.exp
8611 * gdb.base/dprintf-pending.exp
8612 * gdb.base/dso2dso.exp
8613 * gdb.base/ending-run.exp
8614 * gdb.base/enum_cond.exp
8615 * gdb.base/examine-backward.exp
8616 * gdb.base/exe-lock.exp
8617 * gdb.base/exec-invalid-sysroot.exp
8618 * gdb.base/execl-update-breakpoints.exp
8619 * gdb.base/execution-termios.exp
8620 * gdb.base/fileio.exp
8621 * gdb.base/fixsection.exp
8622 * gdb.base/foll-exec-mode.exp
8623 * gdb.base/foll-exec.exp
8624 * gdb.base/fork-running-state.exp
8625 * gdb.base/frame-args.exp
8626 * gdb.base/fullpath-expand.exp
8627 * gdb.base/func-ptr.exp
8628 * gdb.base/gcore-relro-pie.exp
8629 * gdb.base/gdb1090.exp
8630 * gdb.base/gdb1555.exp
8631 * gdb.base/global-var-nested-by-dso.exp
8632 * gdb.base/gnu-ifunc.exp
8633 * gdb.base/hbreak-in-shr-unsupported.exp
8634 * gdb.base/hbreak-unmapped.exp
8635 * gdb.base/hook-stop.exp
8636 * gdb.base/infcall-input.exp
8637 * gdb.base/info-fun.exp
8638 * gdb.base/info-shared.exp
8639 * gdb.base/interrupt-noterm.exp
8640 * gdb.base/jit-so.exp
8641 * gdb.base/jit.exp
8642 * gdb.base/line-symtabs.exp
8643 * gdb.base/list.exp
8644 * gdb.base/longjmp.exp
8645 * gdb.base/macscp.exp
8646 * gdb.base/max-value-size.exp
8647 * gdb.base/nodebug.exp
8648 * gdb.base/nofield.exp
8649 * gdb.base/overlays.exp
8650 * gdb.base/paginate-after-ctrl-c-running.exp
8651 * gdb.base/paginate-bg-execution.exp
8652 * gdb.base/paginate-inferior-exit.exp
8653 * gdb.base/pending.exp
8654 * gdb.base/pr11022.exp
8655 * gdb.base/printcmds.exp
8656 * gdb.base/ptr-typedef.exp
8657 * gdb.base/ptype.exp
8658 * gdb.base/randomize.exp
8659 * gdb.base/range-stepping.exp
8660 * gdb.base/realname-expand.exp
8661 * gdb.base/relativedebug.exp
8662 * gdb.base/remote.exp
8663 * gdb.base/savedregs.exp
8664 * gdb.base/sepdebug.exp
8665 * gdb.base/set-noassign.exp
8666 * gdb.base/shlib-call.exp
8667 * gdb.base/shreloc.exp
8668 * gdb.base/sigaltstack.exp
8669 * gdb.base/sigbpt.exp
8670 * gdb.base/siginfo-addr.exp
8671 * gdb.base/siginfo-obj.exp
8672 * gdb.base/siginfo-thread.exp
8673 * gdb.base/signest.exp
8674 * gdb.base/signull.exp
8675 * gdb.base/sigrepeat.exp
8676 * gdb.base/skip.exp
8677 * gdb.base/so-impl-ld.exp
8678 * gdb.base/solib-corrupted.exp
8679 * gdb.base/solib-disc.exp
8680 * gdb.base/solib-display.exp
8681 * gdb.base/solib-overlap.exp
8682 * gdb.base/solib-search.exp
8683 * gdb.base/solib-symbol.exp
8684 * gdb.base/source-execution.exp
8685 * gdb.base/sss-bp-on-user-bp-2.exp
8686 * gdb.base/sss-bp-on-user-bp.exp
8687 * gdb.base/stack-checking.exp
8688 * gdb.base/stale-infcall.exp
8689 * gdb.base/step-break.exp
8690 * gdb.base/step-line.exp
8691 * gdb.base/step-over-exit.exp
8692 * gdb.base/step-test.exp
8693 * gdb.base/structs.exp
8694 * gdb.base/sym-file.exp
8695 * gdb.base/symtab-search-order.exp
8696 * gdb.base/term.exp
8697 * gdb.base/type-opaque.exp
8698 * gdb.base/unload.exp
8699 * gdb.base/until-nodebug.exp
8700 * gdb.base/until.exp
8701 * gdb.base/unwindonsignal.exp
8702 * gdb.base/watch-cond.exp
8703 * gdb.base/watch-non-mem.exp
8704 * gdb.base/watch_thread_num.exp
8705 * gdb.base/watchpoint-reuse-slot.exp
8706 * gdb.base/watchpoint-solib.exp
8707 * gdb.base/watchpoint.exp
8708 * gdb.btrace/dlopen.exp
8709 * gdb.cell/arch.exp
8710 * gdb.cell/break.exp
8711 * gdb.cell/bt.exp
8712 * gdb.cell/core.exp
8713 * gdb.cell/data.exp
8714 * gdb.cell/dwarfaddr.exp
8715 * gdb.cell/ea-cache.exp
8716 * gdb.cell/ea-standalone.exp
8717 * gdb.cell/ea-test.exp
8718 * gdb.cell/f-regs.exp
8719 * gdb.cell/fork.exp
8720 * gdb.cell/gcore.exp
8721 * gdb.cell/mem-access.exp
8722 * gdb.cell/ptype.exp
8723 * gdb.cell/registers.exp
8724 * gdb.cell/sizeof.exp
8725 * gdb.cell/solib-symbol.exp
8726 * gdb.cell/solib.exp
8727 * gdb.compile/compile-tls.exp
8728 * gdb.cp/exception.exp
8729 * gdb.cp/gdb2495.exp
8730 * gdb.cp/local.exp
8731 * gdb.cp/mb-inline.exp
8732 * gdb.cp/mb-templates.exp
8733 * gdb.cp/pr10687.exp
8734 * gdb.cp/pr9167.exp
8735 * gdb.cp/scope-err.exp
8736 * gdb.cp/templates.exp
8737 * gdb.cp/virtfunc.exp
8738 * gdb.dwarf2/dw2-dir-file-name.exp
8739 * gdb.dwarf2/dw2-single-line-discriminators.exp
8740 * gdb.fortran/complex.exp
8741 * gdb.fortran/library-module.exp
8742 * gdb.guile/guile.exp
8743 * gdb.guile/scm-cmd.exp
8744 * gdb.guile/scm-frame-inline.exp
8745 * gdb.guile/scm-objfile.exp
8746 * gdb.guile/scm-pretty-print.exp
8747 * gdb.guile/scm-symbol.exp
8748 * gdb.guile/scm-type.exp
8749 * gdb.guile/scm-value.exp
8750 * gdb.linespec/keywords.exp
8751 * gdb.linespec/ls-errs.exp
8752 * gdb.linespec/macro-relative.exp
8753 * gdb.linespec/thread.exp
8754 * gdb.mi/mi-breakpoint-changed.exp
8755 * gdb.mi/mi-dprintf-pending.exp
8756 * gdb.mi/mi-fullname-deleted.exp
8757 * gdb.mi/mi-logging.exp
8758 * gdb.mi/mi-pending.exp
8759 * gdb.mi/mi-solib.exp
8760 * gdb.mi/new-ui-mi-sync.exp
8761 * gdb.mi/user-selected-context-sync.exp
8762 * gdb.multi/dummy-frame-restore.exp
8763 * gdb.multi/multi-arch-exec.exp
8764 * gdb.multi/remove-inferiors.exp
8765 * gdb.multi/watchpoint-multi-exit.exp
8766 * gdb.opt/solib-intra-step.exp
8767 * gdb.perf/backtrace.exp
8768 * gdb.perf/single-step.exp
8769 * gdb.perf/skip-command.exp
8770 * gdb.perf/skip-prologue.exp
8771 * gdb.perf/solib.exp
8772 * gdb.python/lib-types.exp
8773 * gdb.python/py-as-string.exp
8774 * gdb.python/py-bad-printers.exp
8775 * gdb.python/py-block.exp
8776 * gdb.python/py-breakpoint.exp
8777 * gdb.python/py-cmd.exp
8778 * gdb.python/py-events.exp
8779 * gdb.python/py-evthreads.exp
8780 * gdb.python/py-finish-breakpoint.exp
8781 * gdb.python/py-finish-breakpoint2.exp
8782 * gdb.python/py-frame-inline.exp
8783 * gdb.python/py-frame.exp
8784 * gdb.python/py-inferior.exp
8785 * gdb.python/py-infthread.exp
8786 * gdb.python/py-mi.exp
8787 * gdb.python/py-objfile.exp
8788 * gdb.python/py-pp-maint.exp
8789 * gdb.python/py-pp-registration.exp
8790 * gdb.python/py-prettyprint.exp
8791 * gdb.python/py-recurse-unwind.exp
8792 * gdb.python/py-shared.exp
8793 * gdb.python/py-symbol.exp
8794 * gdb.python/py-symtab.exp
8795 * gdb.python/py-template.exp
8796 * gdb.python/py-type.exp
8797 * gdb.python/py-unwind-maint.exp
8798 * gdb.python/py-unwind.exp
8799 * gdb.python/py-value.exp
8800 * gdb.python/python.exp
8801 * gdb.reverse/finish-reverse-bkpt.exp
8802 * gdb.reverse/insn-reverse.exp
8803 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8804 * gdb.reverse/solib-precsave.exp
8805 * gdb.reverse/solib-reverse.exp
8806 * gdb.stabs/gdb11479.exp
8807 * gdb.stabs/weird.exp
8808 * gdb.threads/fork-child-threads.exp
8809 * gdb.threads/fork-plus-threads.exp
8810 * gdb.threads/fork-thread-pending.exp
8811 * gdb.threads/forking-threads-plus-breakpoint.exp
8812 * gdb.threads/hand-call-in-threads.exp
8813 * gdb.threads/interrupted-hand-call.exp
8814 * gdb.threads/linux-dp.exp
8815 * gdb.threads/local-watch-wrong-thread.exp
8816 * gdb.threads/next-while-other-thread-longjmps.exp
8817 * gdb.threads/non-ldr-exit.exp
8818 * gdb.threads/pending-step.exp
8819 * gdb.threads/print-threads.exp
8820 * gdb.threads/process-dies-while-detaching.exp
8821 * gdb.threads/process-dies-while-handling-bp.exp
8822 * gdb.threads/pthreads.exp
8823 * gdb.threads/queue-signal.exp
8824 * gdb.threads/reconnect-signal.exp
8825 * gdb.threads/signal-command-handle-nopass.exp
8826 * gdb.threads/signal-command-multiple-signals-pending.exp
8827 * gdb.threads/signal-delivered-right-thread.exp
8828 * gdb.threads/signal-sigtrap.exp
8829 * gdb.threads/sigthread.exp
8830 * gdb.threads/staticthreads.exp
8831 * gdb.threads/stepi-random-signal.exp
8832 * gdb.threads/thread-unwindonsignal.exp
8833 * gdb.threads/thread_check.exp
8834 * gdb.threads/thread_events.exp
8835 * gdb.threads/tid-reuse.exp
8836 * gdb.threads/tls-nodebug.exp
8837 * gdb.threads/tls-shared.exp
8838 * gdb.threads/tls-so_extern.exp
8839 * gdb.threads/tls.exp
8840 * gdb.threads/wp-replication.exp
8841 * gdb.trace/actions-changed.exp
8842 * gdb.trace/actions.exp
8843 * gdb.trace/backtrace.exp
8844 * gdb.trace/change-loc.exp
8845 * gdb.trace/collection.exp
8846 * gdb.trace/deltrace.exp
8847 * gdb.trace/disconnected-tracing.exp
8848 * gdb.trace/entry-values.exp
8849 * gdb.trace/ftrace-lock.exp
8850 * gdb.trace/ftrace.exp
8851 * gdb.trace/infotrace.exp
8852 * gdb.trace/mi-trace-frame-collected.exp
8853 * gdb.trace/mi-trace-unavailable.exp
8854 * gdb.trace/mi-traceframe-changed.exp
8855 * gdb.trace/mi-tracepoint-changed.exp
8856 * gdb.trace/mi-tsv-changed.exp
8857 * gdb.trace/no-attach-trace.exp
8858 * gdb.trace/packetlen.exp
8859 * gdb.trace/passc-dyn.exp
8860 * gdb.trace/passcount.exp
8861 * gdb.trace/pending.exp
8862 * gdb.trace/pr16508.exp
8863 * gdb.trace/qtro.exp
8864 * gdb.trace/range-stepping.exp
8865 * gdb.trace/read-memory.exp
8866 * gdb.trace/report.exp
8867 * gdb.trace/save-trace.exp
8868 * gdb.trace/signal.exp
8869 * gdb.trace/stap-trace.exp
8870 * gdb.trace/status-stop.exp
8871 * gdb.trace/strace.exp
8872 * gdb.trace/tfile.exp
8873 * gdb.trace/tfind.exp
8874 * gdb.trace/trace-break.exp
8875 * gdb.trace/trace-condition.exp
8876 * gdb.trace/trace-enable-disable.exp
8877 * gdb.trace/trace-mt.exp
8878 * gdb.trace/tracecmd.exp
8879 * gdb.trace/tracefile-pseudo-reg.exp
8880 * gdb.trace/tspeed.exp
8881 * gdb.trace/tstatus.exp
8882 * gdb.trace/tsv.exp
8883 * gdb.trace/unavailable.exp
8884 * gdb.trace/while-dyn.exp
8885 * gdb.trace/while-stepping.exp
8886 * lib/gdb-guile.exp
8887 * lib/gdb.exp
8888 * lib/mi-support.exp
8889 * lib/pascal.exp
8890 * lib/perftest.exp
8891 * lib/prelink-support.exp
8892 * lib/selftest-support.exp
8893
8894 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
8895
8896 * Makefile.in: Include disable-implicit-rules.mk.
8897
8898 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8899
8900 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
8901 non-byte-aligned bit fields.
8902
8903 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8904
8905 PR gdb/12616
8906 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
8907 respects the DW_AT_data_bit_offset attribute.
8908
8909 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
8910
8911 * gdb.base/default.exp: Fix output of "set language".
8912
8913 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
8914
8915 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
8916 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
8917 make.
8918 * configure.ac: Remove checks for the make program.
8919 * configure: Re-generate.
8920
8921 2016-11-16 Kevin Buettner <kevinb@redhat.com>
8922
8923 * gdb.python/py-recurse-unwind.c (main): Add loop.
8924 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
8925 to read_register() and gdb.parse_and_eval(). Make each code
8926 call a separate case that can be individually tested.
8927 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
8928 proc. Call cont_and_backtrace for each of the code paths that
8929 we want to test in the unwinder.
8930
8931 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
8932
8933 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
8934 the definition of struct S.
8935
8936 2016-11-11 Catherine Moore <clm@codesourcery.com>
8937
8938 * gdb.base/dump.exp: Identify verilog format dump tests as such.
8939
8940 2016-11-09 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.base/commands.exp (runto_or_return): New procedure.
8943 (gdbvar_simple_if_test, gdbvar_simple_while_test)
8944 (gdbvar_complex_if_while_test, progvar_simple_if_test)
8945 (progvar_simple_while_test, progvar_complex_if_while_test)
8946 (if_while_breakpoint_command_test)
8947 (infrun_breakpoint_command_test, breakpoint_command_test)
8948 (user_defined_command_test, watchpoint_command_test)
8949 (test_command_prompt_position, redefine_hook_test)
8950 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8951 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8952 multi_line_input and multi_line. Remove gdb_expect and
8953 gdb_stop_suppressing_tests uses.
8954 * lib/gdb.exp (valnum_re): New global.
8955 (multi_line_input): New procedure.
8956
8957 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8958
8959 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8960 Remove.
8961 (test_setup): Define with proc_with_prefix.
8962 (test_cli_inferior): Likewise.
8963 (test_cli_thread): Likewise.
8964 (test_cli_frame): Likewise.
8965 (test_cli_select_frame): Likewise.
8966 (test_cli_up_down): Likewise.
8967 (test_mi_thread_select): Likewise.
8968 (test_mi_stack_select_frame): Likewise.
8969 (test_cli_in_mi_inferior): Likewise.
8970 (test_cli_in_mi_thread): Likewise.
8971 (test_cli_in_mi_frame): Likewise.
8972 (top level): Do not use with_test_prefix_procname.
8973
8974 2016-11-09 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.base/commands.exp (gdbvar_simple_if_test)
8977 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8978 (progvar_simple_if_test, progvar_simple_while_test)
8979 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8980 (infrun_breakpoint_command_test, breakpoint_command_test)
8981 (user_defined_command_test, watchpoint_command_test)
8982 (test_command_prompt_position, deprecated_command_test)
8983 (bp_deleted_in_command, temporary_breakpoint_commands)
8984 (stray_arg0_test, source_file_with_indented_comment)
8985 (recursive_source_test, if_commands_test)
8986 (error_clears_commands_left, redefine_hook_test)
8987 (redefine_backtrace_test): Use proc_with_prefix.
8988 * lib/gdb.exp (proc_with_prefix): New proc.
8989
8990 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8991
8992 * gdb.base/tui-layout.c: New file.
8993 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8994 disassembly window contains very long lines.
8995
8996 2016-11-08 Tom Tromey <tom@tromey.com>
8997
8998 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8999 depend on Python 2.
9000
9001 2016-11-08 Tom Tromey <tom@tromey.com>
9002
9003 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9004 New method.
9005
9006 2016-10-29 Manish Goregaokar <manish@mozilla.com>
9007
9008 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9009
9010 2016-10-27 Manish Goregaokar <manish@mozilla.com>
9011
9012 * gdb.rust/simple.rs: Add test for univariant enums without
9013 discriminants and for encoded struct-like enums.
9014
9015 2016-10-28 Pedro Alves <palves@redhat.com>
9016
9017 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9018 gdb_test_multiple, tighten regexps and match symtabs and line
9019 tables incrementally.
9020
9021 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
9022
9023 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9024 general.
9025
9026 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
9027
9028 * gdb.base/exec-invalid-sysroot.exp: New file.
9029
9030 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9033
9034 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9035
9036 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9037
9038 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9039
9040 * gdb.base/killed-outside.exp: Remove $options from a call to
9041 `prepare_for_testing'.
9042
9043 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9044
9045 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9046 Change test message.
9047
9048 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9049
9050 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9051 Update comment.
9052
9053 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9054
9055 * gdb.trace/mi-trace-save.exp: New file.
9056
9057 2016-10-13 Yao Qi <yao.qi@linaro.org>
9058
9059 * gdb.base/code_elim.exp (get_var_address): Remove.
9060 * gdb.base/relocate.exp: Likewise.
9061 * gdb.base/shreloc.exp: Likewise.
9062 * lib/gdb.exp (get_var_address): New.
9063
9064 2016-10-13 Yao Qi <yao.qi@linaro.org>
9065
9066 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9067 floating point tests if $skip_float_test is false.
9068
9069 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
9070
9071 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9072 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9073 argc values.
9074 Add 1 to argc so we guarantee distinct initial/modified argc values.
9075
9076 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9079
9080 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9081
9082 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9083 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9084 * gdb.arch/vsx-regs.exp: Likewise.
9085
9086 2016-10-07 Yao Qi <yao.qi@linaro.org>
9087
9088 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9089
9090 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9091
9092 * gdb.python/python.exp: Test decode_line("*0").
9093
9094 2016-10-06 Doug Evans <dje@google.com>
9095
9096 * gdb.python/py-value.exp (test_value_creation): Add test for large
9097 unsigned 64-bit value.
9098
9099 2016-10-06 Tom Tromey <tom@tromey.com>
9100
9101 * gdb.compile/compile.exp: Change java tests to rust.
9102 * gdb.base/setshow.exp: Change java tests to rust.
9103 * gdb.base/default.exp: Remove java from language list.
9104 * README (Examples): Update language example.
9105 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9106 test.
9107 * lib/gdb.exp (skip_java_tests): Remove.
9108 * lib/java.exp: Remove.
9109 * gdb.java: Remove.
9110
9111 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9112
9113 * gdb.arch/mips-fcr.exp: New test.
9114 * gdb.arch/mips-fcr.c: Source for the new test.
9115
9116 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9117
9118 * gdb.base/solib-disc.exp: Use `standard_output_file'
9119 throughout.
9120
9121 2016-10-06 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.base/jit-simple-dl.c: New file.
9124 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9125 * gdb.base/jit-simple.c: ... this.
9126 * gdb.base/jit-simple.exp (jit_run): Delete.
9127 (build_jit): New proc.
9128 (jit_test_reread): Recompile either the main program or the shared
9129 library, depending on what is being tested. Skip changing address
9130 if caller wants to. Compare before/after addresses. If testing
9131 standalone, explicitly load the binary. Test "maint info
9132 breakpoints".
9133 (top level): Add "standalone vs shared lib" and "change address"
9134 vs "same address" axes.
9135
9136 2016-10-06 Pedro Alves <palves@redhat.com>
9137
9138 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9139 call.
9140 (jit_run): Delete.
9141 (jit_test_reread): Use with_test_prefix. Reload the main binary
9142 explicitly. Compare the before/after addresses of the JIT
9143 descriptor.
9144
9145 2016-08-15 Doug Evans <dje@google.com>
9146
9147 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9148 for single bitfields is bool.
9149 * gdb.xml/tdesc-regs.exp: Ditto.
9150
9151 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9152
9153 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9154
9155 2016-10-05 Yao Qi <yao.qi@linaro.org>
9156
9157 * lib/gdb.exp (support_complex_tests): Return zero if
9158 gdb_skip_float_test return true.
9159
9160 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9161 Simon Marchi <simon.marchi@ericsson.com>
9162
9163 PR gdb/20487
9164 * gdb.mi/user-selected-context-sync.exp: New file.
9165 * gdb.mi/user-selected-context-sync.c: New file.
9166
9167 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9168 Simon Marchi <simon.marchi@ericsson.com>
9169
9170 PR gdb/20487
9171 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9172 =thread-select-event check.
9173
9174 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9175
9176 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9177 the compulsory L operand changes.
9178 * gdb.arch/powerpc-power.s: Likewise.
9179
9180 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9181
9182 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9183 * gdb.base/jit-attach-pie.c: New file.
9184 * gdb.base/jit-attach-pie.exp: New file.
9185
9186 2016-09-28 Pedro Alves <palves@redhat.com>
9187
9188 * gdb.base/infcall-input.c: New file.
9189 * gdb.base/infcall-input.exp: New file.
9190
9191 2016-09-22 Yao Qi <yao.qi@linaro.org>
9192
9193 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9194 (gdb_exit): Rename it to ...
9195 (gdbserver_gdb_exit): ... Close GDBserver.
9196 (gdb_exit): New proc, call gdbserver_gdb_exit.
9197 (mi_gdb_exit): Likewise.
9198
9199 2016-09-22 Yao Qi <yao.qi@linaro.org>
9200
9201 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9202 path.
9203 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9204 Remove duplication.
9205
9206 2016-09-22 Yao Qi <yao.qi@linaro.org>
9207
9208 * lib/gdbserver-support.exp: Check the existence of
9209 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9210
9211 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9212
9213 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9214
9215 2016-09-21 Tom Tromey <tom@tromey.com>
9216
9217 PR gdb/20604:
9218 * gdb.base/quit.exp: New file.
9219
9220 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9221
9222 * .gitignore: New file.
9223
9224 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9225
9226 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9227 throughout.
9228
9229 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9230
9231 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9232
9233 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 * gdb.cp/casts.cc (decltype): Move it ...
9236 (main): ... with its call to ...
9237 * gdb.cp/casts03.cc: ... a new file.
9238 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9239
9240 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9243
9244 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9245
9246 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9247 and sync up the test with tests in gas/testsuite/gas/ppc.
9248 * gdb.arch/powerpc-power.exp: Likewise.
9249
9250 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9253
9254 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9255 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9258 make m1's definition to be different from m2's. Use 'dummy' as an
9259 argument for probe 'two'.
9260
9261 2016-09-10 Jon Beniston <jon@beniston.com>
9262
9263 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9264 for sim target.
9265
9266 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9267
9268 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9269 variable declaration.
9270 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9271 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9272 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9273 received HWCAP as its argument.
9274
9275 2016-09-06 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/new-ui-pending-input.c: New file.
9278 * gdb.base/new-ui-pending-input.exp: New file.
9279 * gdb.exp (clear_gdb_spawn_id): New procedure.
9280 (with_spawn_id): Check whether gdb_spawn_id exists before
9281 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9282 on exit.
9283
9284 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9285
9286 * gdb.base/float128.c: New file.
9287 * gdb.base/float128.exp: Likewise.
9288 * gdb.base/floatn.c: Likewise.
9289 * gdb.base/floatn.exp: Likewise.
9290
9291 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9292
9293 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9294
9295 2016-09-05 Pedro Alves <palves@redhat.com>
9296
9297 PR backtrace/19927
9298 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9299 unwinders are immediately called as side effect of "source" or
9300 "disable unwinder" commands.
9301 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9302
9303 2016-09-02 Yao Qi <yao.qi@linaro.org>
9304
9305 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9306 is true and $type is "float" or "double".
9307
9308 2016-09-02 Yao Qi <yao.qi@linaro.org>
9309
9310 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9311 true.
9312 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9313 * gdb.base/call-rt-st.exp: Likewise.
9314 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9315 return value instead of gdb,skip_float_test.
9316 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9317 (do_function_calls): Use its return value instead of
9318 gdb,skip_float_test.
9319 * gdb.base/finish.exp: Likewise.
9320 * gdb.base/funcargs.exp: Likewise.
9321 * gdb.base/return.exp: Likewise.
9322 * gdb.base/return2.exp: Likewise.
9323 * gdb.base/varargs.exp: Likewise.
9324 * lib/gdb.exp (gdb_skip_float_test): Change it to
9325 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9326
9327 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9328
9329 * gdb.multi/tids.exp: Test "thread apply all".
9330
9331 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.base/default.exp (tty): Remove.
9334
9335 2016-08-24 Kevin Buettner <kevinb@redhat.com>
9336
9337 * gdb.python/py-recurse-unwind.c: New file.
9338 * gdb.python/py-recurse-unwind.py: New file.
9339 * gdb.python/py-recurse-unwind.exp: New file.
9340
9341 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9342
9343 * gdb.base/set-inferior-tty.exp: New file.
9344 * gdb.base/set-inferior-tty.c: New file.
9345
9346 2016-08-23 Pedro Alves <palves@redhat.com>
9347
9348 PR gdb/20494
9349 * gdb.base/new-ui-echo.c: New file.
9350 * gdb.base/new-ui-echo.exp: New file.
9351
9352 2016-08-23 Yao Qi <yao.qi@linaro.org>
9353
9354 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9355 gdbserver_spawn.
9356 * gdb.server/connect-without-multi-process.exp (do_test):
9357 Likewise.
9358
9359 2016-08-23 Yao Qi <yao.qi@linaro.org>
9360
9361 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9362 standalone_txt. Delete gdb_txt and standalone_txt on host
9363 and target. Spawn the binary on target. Copy files from
9364 target to host.
9365
9366 2016-08-22 Pedro Alves <palves@redhat.com>
9367
9368 PR gdb/20505
9369 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9370 with_test_prefix. Factor out bits to ...
9371 (test_no_vdso): ... this new procedure.
9372
9373 2016-08-19 Carl Love <cel@us.ibm.com>
9374
9375 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9376 maintaining separate logic for constructing the output path.
9377 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9378 * gdb.arch/ppc-dfp.exp: Likewise.
9379 * gdb.arch/ppc-fp.exp: Likewise.
9380 * gdb.arch/vsx-regs.exp: Likewise.
9381 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9382 binprefix for generating the additional binary files.
9383
9384 2016-08-19 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.trace/mi-trace-frame-collected.exp
9387 (test_trace_frame_collected): On x32, expect two registers.
9388
9389 2016-08-18 Carl Love <cel@us.ibm.com>
9390
9391 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9392 and sync up the test with tests in gas/testsuite/gas/ppc.
9393 * gdb.arch/powerpc-power.exp: Likewise.
9394
9395 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9396
9397 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9398 expected error message.
9399
9400 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9401
9402 * gdb.multi/remove-inferiors.exp: New file.
9403 * gdb.multi/remove-inferiors.c: New file.
9404
9405 2016-08-12 Yao Qi <yao.qi@linaro.org>
9406
9407 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9408 argument list.
9409
9410 2016-08-10 Pedro Alves <palves@redhat.com>
9411
9412 PR gdb/19187
9413 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9414 setup_kfails.
9415
9416 2016-08-09 Pedro Alves <palves@redhat.com>
9417 Simon Marchi <simon.marchi@ericsson.com>
9418
9419 PR gdb/20418
9420 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9421 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9422
9423 2016-08-09 Pedro Alves <palves@redhat.com>
9424
9425 PR mi/20431
9426 * gdb.mi/mi-cmd-error.exp: New file.
9427
9428 2016-08-09 Pedro Alves <palves@redhat.com>
9429
9430 PR gdb/18653
9431 * gdb.base/signals-state-child.c: New file.
9432 * gdb.base/signals-state-child.exp: New file.
9433 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9434
9435 2016-08-09 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9438
9439 2016-08-03 Tom Tromey <tom@tromey.com>
9440
9441 PR python/18565:
9442 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9443
9444 2016-08-01 Yao Qi <yao.qi@linaro.org>
9445
9446 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9447 variable mode to "multi-process" if $multi_process is 1, otherwise
9448 set it to "single-process".
9449
9450 2016-08-01 Yao Qi <yao.qi@linaro.org>
9451
9452 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9453 * gdb.cp/cpexprs.exp: Likewise.
9454 * gdb.cp/m-static.exp: Likewise.
9455
9456 2016-07-26 Tom Tromey <tom@tromey.com>
9457
9458 PR python/20190:
9459 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9460 test.
9461
9462 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9463
9464 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9465 selecting assembly source files.
9466 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9467 assembly source files.
9468 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9469 assembly source files.
9470 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9471 selecting assembly source files.
9472
9473 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9474
9475 * gdb.base/new-ui.exp (do_test_invalid_args): New
9476 procedure.
9477
9478 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9479
9480 * gdb.btrace/reconnect.c: New file.
9481 * gdb.btrace/reconnect.exp: New file.
9482
9483 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9484
9485 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9486 to test_catch_syscall_group.
9487 (test_catch_syscall_group): New.
9488
9489 2016-07-21 Tom Tromey <tom@tromey.com>
9490
9491 * gdb.rust/simple.rs (main): Use empty struct expression.
9492 * gdb.rust/simple.exp: Add tests for empty struct expression.
9493
9494 2016-07-21 Yao Qi <yao.qi@linaro.org>
9495
9496 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9497 if gdb_skip_xml_test is true on some targets.
9498
9499 2016-07-21 Yao Qi <yao.qi@linaro.org>
9500
9501 * gdb.server/solib-list.exp: Unset last_loaded_file.
9502
9503 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9504
9505 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9506 "step into captured_main (args)".
9507
9508 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9511
9512 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9515
9516 2016-07-19 Pedro Alves <palves@redhat.com>
9517
9518 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9519 * gdb.opt/inline-bt.exp: Likewise.
9520 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9521 additional_flags=-Winline.
9522 * gdb.opt/inline-locals.exp: Likewise.
9523 * gdb.opt/inline-markers.c (ATTR): Define.
9524 (inlined_fn): Use it.
9525
9526 2016-07-19 Yao Qi <yao.qi@linaro.org>
9527
9528 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9529 (test_with_self): Remove some code. Remove argument executable.
9530 (top-level): Use do_self_tests.
9531
9532 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
9533 Don Breazeal <donb@codesourcery.com>
9534
9535 * gdb.base/maint.exp: Escape paths used in regular expressions.
9536 * gdb.stabs/weird.exp: Likewise.
9537
9538 2016-07-13 Tom Tromey <tom@tromey.com>
9539
9540 PR python/15620, PR python/18620:
9541 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9542 (test_bkpt_events): New procs.
9543
9544 2016-07-13 Tom Tromey <tom@tromey.com>
9545
9546 PR python/17698:
9547 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9548 test.
9549 (test_watchpoints): Likewise.
9550 (test_bkpt_pending): New proc.
9551
9552 2016-07-13 Tom Tromey <tom@tromey.com>
9553
9554 PR cli/18053:
9555 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9556 completion test.
9557
9558 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9559
9560 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9561 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9562 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9563 f_label.
9564 (g): Rename g_end_lbl to g_label.
9565 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9566 low_pc and high_pc.
9567 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9568
9569 2016-07-12 Tom Tromey <tom@tromey.com>
9570
9571 PR python/19293:
9572 * gdb.python/py-unwind-maint.exp: Update tests.
9573
9574 2016-07-12 Yao Qi <yao.qi@linaro.org>
9575
9576 * lib/selftest-support.exp (selftest_setup): Match the output
9577 when captured_main is inlined.
9578
9579 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9580
9581 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9582 New variables.
9583 (print this%a, print this%b, print this): New tests.
9584 * gdb.fortran/derived-types.f90 (this): New object and
9585 initialization.
9586
9587 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9588
9589 * gdb.ada/arraydim.exp: Remove extra directory level in build
9590 directory.
9591
9592 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9593
9594 * lib/ada.exp: Remove extra directory level in build directory.
9595 * gdb.ada/cond_lang.exp: Likewise.
9596 * gdb.ada/exec_changed.exp: Likewise.
9597 * gdb.ada/lang_switch.exp: Likewise.
9598
9599 2016-07-06 Manish Goregaokar <manish@mozilla.com>
9600
9601 * simple.rs: Add test for raw pointer subscripting.
9602 * simple.exp: Add test expectations.
9603
9604 2016-07-05 Yao Qi <yao.qi@linaro.org>
9605
9606 * gdb.mi/mi-reverse.exp: Match =record-started output.
9607
9608 2016-07-01 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9611 procedure.
9612 (jit_reader_test): Test the jit reader's unwinder.
9613 * gdb.base/jithost.c (jit_function_00_code): New global.
9614 (main): Use memcpy to fill in the mmapped code, instead of poking
9615 bytes manually here.
9616 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9617 value.
9618 (read_debug_info): Save the function's range.
9619 (read_sp): New function.
9620 (unwind_frame): Use it. Also unwind RBP.
9621 (get_frame_id): Use read_sp.
9622 (gdb_init_reader): Use calloc instead of malloc.
9623 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9624 parameter. Use gdb_test_multiple.
9625
9626 2016-07-01 Pedro Alves <palves@redhat.com>
9627 Antoine Tremblay <antoine.tremblay@ericsson.com>
9628
9629 * gdb.threads/process-dies-while-detaching.c: New file.
9630 * gdb.threads/process-dies-while-detaching.exp: New file.
9631
9632 2016-07-01 Pedro Alves <palves@redhat.com>
9633
9634 * gdb.multi/watchpoint-multi-exit.c: New file.
9635 * gdb.multi/watchpoint-multi-exit.exp: New file.
9636
9637 2016-06-30 Pedro Alves <palves@redhat.com>
9638
9639 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9640 unset inferior_spawn_id.
9641
9642 2016-06-30 Pedro Alves <palves@redhat.com>
9643
9644 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9645 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9646
9647 2016-06-29 Yao Qi <yao.qi@linaro.org>
9648
9649 * gdb.base/return.c: Add copyright header.
9650
9651 2016-06-29 Tom Tromey <tom@tromey.com>
9652
9653 PR python/20129:
9654 * gdb.python/py-framefilter.exp: Add tests for setting priority
9655 and disabling of non-existent frame filter.
9656
9657 2016-06-29 Yao Qi <yao.qi@linaro.org>
9658
9659 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9660 0x0f07ff.
9661
9662 2016-06-28 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9665 triplets. Start gdb, execute catch syscall, and continue. Check
9666 gdb's output to determine catch syscall is supported.
9667
9668 2016-06-27 Manish Goregaokar <manish@mozilla.com>
9669
9670 * gdb.rust/simple.rs: Add test for returning unit in a function.
9671 * gdb.rust/simple.exp: Add expectation for functions returning
9672 unit.
9673
9674 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9675
9676 * gdb.python/py-breakpoint-create-fail.c,
9677 gdb.python/py-breakpoint-create-fail.exp,
9678 gdb.python/py-breakpoint-create-fail.py: New testcase.
9679
9680 2016-06-25 Manish Goregaokar <manish@mozilla.com>
9681
9682 PR gdb/20239
9683 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
9684 * gdb.rust/simple.exp: Add test expectations for new NonZero
9685 tests.
9686
9687 2016-06-24 David Taylor <dtaylor@emc.com>
9688
9689 * gdb.base/offsets.exp: New file.
9690 * gdb.base/offsets.c: New file.
9691
9692 2016-06-23 Tom Tromey <tom@tromey.com>
9693
9694 PR gdb/16483:
9695 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9696 before any filters are loaded.
9697
9698 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9699
9700 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9701 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9702 structs.
9703 * gdb.fortran/derived-type-function.exp: New file.
9704 * gdb.fortran/derived-type-function.f90: New file.
9705
9706
9707 2016-06-21 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.base/new-ui.exp: New file.
9710 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9711 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9712 (with_spawn_id): New procedure.
9713
9714 2016-06-21 Pedro Alves <palves@redhat.com>
9715
9716 * gdb.mi/mi-exec-run.exp: New file.
9717
9718 2016-06-21 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9721 breakpoint command's output on the main UI.
9722 (test_break): New procedure, factored out from calls in the top
9723 level.
9724 (top level): Use foreach_with_prefix to test MI as main UI and as
9725 separate UI.
9726
9727 2016-06-21 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9730 (test_awatch_creation_and_listing)
9731 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9732 Remove 'type' parameter.
9733 (test_watchpoint_all): New parameter mi_mode. Remove
9734 with_test_prefix.
9735 (top level): Use foreach_with_prefix, and add main/separate UI MI
9736 testing axis.
9737
9738 2016-06-21 Pedro Alves <palves@redhat.com>
9739
9740 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9741 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9742 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9743 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9744 (gdb_main_spawn_id, mi_spawn_id): Declare and
9745 comment.
9746 (mi_create_inferior_pty): New procedure,
9747 factored out from default_mi_gdb_start.
9748 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9749 procedures.
9750 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9751 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9752 Use mi_create_inferior_pty.
9753 (mi_gdb_start): Use eval to pass down args list.
9754
9755 2016-06-21 Pedro Alves <palves@redhat.com>
9756
9757 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9758 * gdb.opt/inline-cmds.exp: Add MI tests.
9759
9760 2016-06-21 Pedro Alves <palves@redhat.com>
9761
9762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9763
9764 2016-06-21 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
9767 (top level): Use it instead of mi_execute_to.
9768
9769 2016-06-21 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
9772 (cont_handler_str): New.
9773 (signal_stop_handler): Set stop_handler_str instead of printing to
9774 stdout.
9775 (continue_handler): Set cont_handler_str instead of printing to
9776 stdout.
9777 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
9778 mi_send_resuming_command. Print stop_handler_str and
9779 cont_handler_str instead of expecting the python events print
9780 directly.
9781
9782 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
9783
9784 * gdb.base/jit-reader.exp: New file.
9785 * gdb.base/jithost.c: New file.
9786 * gdb.base/jithost.h: New file.
9787 * gdb.base/jitreader.c : New file.
9788 * gdb.base/jit-protocol.h: New file.
9789
9790 2016-06-17 Yao Qi <yao.qi@linaro.org>
9791
9792 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
9793 parameters follow_fork and detach_on_fork. Set follow-fork-mode
9794 and detach-on-fork. Adjust tests.
9795 (top level): Invoke break_cond_on_syscall with combinations of
9796 syscall, follow-fork-mode and detach-on-fork.
9797
9798 2016-06-17 Yao Qi <yao.qi@linaro.org>
9799
9800 * gdb.base/step-over-exit.c: New.
9801 * gdb.base/step-over-exit.exp: New.
9802
9803 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
9804
9805 * gdb.base/float.exp: Add target check for nds32*-*-*.
9806 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
9807
9808 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
9809
9810 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
9811 for unsupported target features.
9812 * gdb.base/call-rt-st.exp: Likewise.
9813 * gdb.base/call-sc.exp: Likewise.
9814 * gdb.base/call-signal-resume.exp: Likewise.
9815 * gdb.base/call-strs.exp: Likewise.
9816 * gdb.base/callexit.exp: Likewise.
9817 * gdb.base/callfuncs.exp: Likewise.
9818 * gdb.base/nodebug.exp: Likewise.
9819 * gdb.base/printcmds.exp: Likewise.
9820 * gdb.base/ptype.exp: Likewise.
9821 * gdb.base/structs.exp: Likewise.
9822 * gdb.base/unwindonsignal.exp: Likewise.
9823 * gdb.cp/gdb2495.exp: Likewise.
9824 * gdb.cp/templates.exp: Likewise.
9825 * gdb.cp/virtfunc.exp: Likewise.
9826 * gdb.threads/hand-call-in-threads.exp: Likewise.
9827 * gdb.threads/interrupted-hand-call.exp: Likewise.
9828 * gdb.threads/thread-unwindonsignal.exp: Likewise.
9829
9830 2016-06-10 Tom Tromey <tom@tromey.com>
9831
9832 PR rust/20110:
9833 * gdb.rust/expr.exp: Add test for integer constant larger than
9834 i32.
9835
9836 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
9837
9838 * gdb.fortran/nested-funcs.exp: New.
9839 * gdb.fortran/nested-funcs.f90: New.
9840
9841 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
9842
9843 * gdb.base/examine-backward.c: New file.
9844 * gdb.base/examine-backward.exp: New file.
9845
9846 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
9849 matching.
9850
9851 2016-06-02 Tom Tromey <tom@tromey.com>
9852
9853 PR python/18984:
9854 * gdb.python/py-shared.exp: Add solib_name test.
9855
9856 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
9857
9858 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
9859
9860 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
9861
9862 PR c++/19893
9863 * gdb.dwarf2/implref.exp: Rename to...
9864 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
9865 * gdb.dwarf2/implref-array.c: New file.
9866 * gdb.dwarf2/implref-array.exp: Likewise.
9867 * gdb.dwarf2/implref-global.c: Likewise.
9868 * gdb.dwarf2/implref-global.exp: Likewise.
9869 * gdb.dwarf2/implref-struct.c: Likewise.
9870 * gdb.dwarf2/implref-struct.exp: Likewise.
9871
9872 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9873
9874 * gdb.trace/trace-condition.exp: Add 64bit tests.
9875
9876 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9877
9878 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
9879 bits types.
9880 (main): Adapt to 8 to 64 bits types.
9881 * gdb.trace/trace-condition.exp: Add new tests.
9882
9883 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9884
9885 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
9886
9887 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9888
9889 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
9890 Move condition tests...
9891 * gdb.trace/trace-condition.exp: Here.
9892
9893 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
9894
9895 * gdb.trace/trace-condition.exp: Add counter-case tests.
9896
9897 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 PR c++/15231
9900 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
9901 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
9902
9903 2016-05-27 Pedro Alves <palves@redhat.com>
9904
9905 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9906 New procedure.
9907 (top level): Call it, and bail out of DejaGnu is known to be bad.
9908
9909 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
9910
9911 * gdb.base/whatis.c: Extend the test case.
9912 * gdb.base/whatis.exp: Add additional tests.
9913
9914 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9915
9916 * gdb.fortran/type.f90: Add pointer variable.
9917 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
9918
9919 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9920
9921 * gdb.fortran/vla-type.exp: Fix testcase name.
9922
9923 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9924
9925 * gdb.fortran/vla-type.exp: Access elements in nested structs.
9926
9927 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9928
9929 * gdb.fortran/type.f90: Add nested structures.
9930 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
9931 * gdb.fortran/derived-type.exp: Adapt expected output.
9932 * gdb.fortran/vla-type.exp: Adapt expected output.
9933
9934 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9935
9936 * gdb.fortran/whatis_type.exp: Adapt expected output.
9937
9938 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9939
9940 * gdb.fortran/print_type.exp: Fix expected output.
9941 * gdb.fortran/whatis_type.exp: Fix expected output.
9942
9943 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
9944
9945 * gdb.fortran/whatis_type.exp: Use multi_line.
9946
9947 2016-05-24 Tom Tromey <tom@tromey.com>
9948
9949 PR python/17386:
9950 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9951 use value as an index.
9952
9953 2016-05-23 Tom Tromey <tom@tromey.com>
9954
9955 PR python/17981:
9956 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9957 no-breakpoint case.
9958
9959 2016-05-24 Pedro Alves <palves@redhat.com>
9960
9961 PR gdb/19828
9962 * gdb.threads/clone-attach-detach.c: New file.
9963 * gdb.threads/clone-attach-detach.exp: New file.
9964
9965 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9966
9967 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9968
9969 2016-05-23 Tom Tromey <tom@tromey.com>
9970
9971 PR python/19438, PR python/18393:
9972 * gdb.python/py-progspace.exp: Add "dir" test.
9973 * gdb.python/py-objfile.exp: Add "dir" test.
9974
9975 2016-05-23 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9978 * gdb.arch/thumb2-it.exp: Likewise.
9979
9980 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9981
9982 * gdb.mi/mi-threads-interrupt.c: New file.
9983 * gdb.mi/mi-threads-interrupt.exp: New file.
9984
9985 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9986
9987 PR gdb/18077
9988 * gdb.mi/mi-async-run.exp: New file.
9989 * gdb.mi/mi-async-run.c: New file.
9990
9991 2016-05-17 Tom Tromey <tom@tromey.com>
9992 Manish Goregaokar <manishsmail@gmail.com>
9993
9994 * lib/rust-support.exp: New file.
9995 * lib/gdb.exp (skip_rust_tests): New proc.
9996 (build_executable_from_specs): Handle rust.
9997 * lib/future.exp (gdb_find_rustc): New proc.
9998 (gdb_default_target_compile): Handle rust.
9999 * gdb.rust/expr.exp: New file.
10000 * gdb.rust/generics.exp: New file.
10001 * gdb.rust/generics.rs: New file.
10002 * gdb.rust/methods.exp: New file.
10003 * gdb.rust/methods.rs: New file.
10004 * gdb.rust/modules.exp: New file.
10005 * gdb.rust/modules.rs: New file.
10006 * gdb.rust/simple.exp: New file.
10007 * gdb.rust/simple.rs: New file.
10008
10009 2016-05-17 Tom Tromey <tom@tromey.com>
10010
10011 * gdb.base/default.exp (set language): Add rust.
10012
10013 2016-05-17 Tom Tromey <tom@tromey.com>
10014
10015 * gdb.gdb/unittest.exp: New file.
10016
10017 2016-05-16 Yao Qi <yao.qi@linaro.org>
10018
10019 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10020 shell_prompt. Update shell_prompt_re.
10021
10022 2016-05-12 Doug Evans <dje@google.com>
10023
10024 PR symtab/19999
10025 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10026 $options when building executable.
10027 * gdb.dwarf2/fission-loclists-pie.S: New file.
10028 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10029
10030 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10031
10032 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10033 of [is_remote target],
10034
10035 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10036
10037 * lib/gdb.exp (use_gdb_stub): New procedure.
10038
10039 2016-05-03 Yunlian Jiang <yunlian@google.com>
10040 Doug Evans <dje@google.com>
10041
10042 PR symtab/19914
10043 * gdb.dwarf2/dwp-sepdebug.c: New file.
10044 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10045
10046 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10047
10048 * gdb.base/detach.exp: Remove is_remote check.
10049
10050 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10051
10052 * gdb.base/annota-input-while-running.exp: Don't check for
10053 [is_remote target]. Enable annotations after running to main.
10054 Remove unused "set test..." line.
10055
10056 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * gdb.trace/trace-enable-disable.exp: New file.
10059 * gdb.trace/trace-enable-disable.c: New file.
10060
10061 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10062
10063 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10064 use it in info sharedlibrary test.
10065 * gdb.trace/ftrace-lock.exp: Likewise.
10066 * gdb.trace/ftrace.exp: Likewise.
10067 * gdb.trace/range-stepping.exp: Likewise.
10068 * gdb.trace/trace-break.exp: Likewise.
10069 * gdb.trace/trace-condition.exp: Likewise.
10070 * gdb.trace/trace-mt.exp: Likewise.
10071
10072 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10073
10074 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10075 (gdb_load_shlib): ... this.
10076 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10077 gdb_load_shlib.
10078 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10079 * gdb.base/ctxobj.exp: Likewise.
10080 * gdb.base/dprintf-pending.exp: Likewise.
10081 * gdb.base/dso2dso.exp: Likewise.
10082 * gdb.base/fixsection.exp: Likewise.
10083 * gdb.base/gcore-relro.exp: Likewise.
10084 * gdb.base/gdb1555.exp: Likewise.
10085 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10086 * gdb.base/gnu-ifunc.exp: Likewise.
10087 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10088 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10089 * gdb.base/pending.exp: Likewise.
10090 * gdb.base/print-file-var.exp: Likewise.
10091 * gdb.base/print-symbol-loading.exp: Likewise.
10092 * gdb.base/shlib-call.exp: Likewise.
10093 * gdb.base/shreloc.exp: Likewise.
10094 * gdb.base/so-impl-ld.exp: Likewise.
10095 * gdb.base/solib-disc.exp: Likewise.
10096 * gdb.base/solib-nodir.exp: Likewise.
10097 * gdb.base/solib-overlap.exp: Likewise.
10098 * gdb.base/solib-symbol.exp: Likewise.
10099 * gdb.base/solib-weak.exp (do_test): Likewise.
10100 * gdb.base/sym-file.exp: Likewise.
10101 * gdb.base/symtab-search-order.exp: Likewise.
10102 * gdb.base/type-opaque.exp: Likewise.
10103 * gdb.base/unload.exp: Likewise.
10104 * gdb.base/watchpoint-solib.exp: Likewise.
10105 * gdb.compile/compile.exp: Likewise.
10106 * gdb.cp/gdb2384.exp: Likewise.
10107 * gdb.cp/infcall-dlopen.exp: Likewise.
10108 * gdb.cp/re-set-overloaded.exp: Likewise.
10109 * gdb.fortran/library-module.exp: Likewise.
10110 * gdb.opt/solib-intra-step.exp: Likewise.
10111 * gdb.python/py-finish-breakpoint.exp: Likewise.
10112 * gdb.python/py-shared.exp: Likewise.
10113 * gdb.reverse/solib-precsave.exp: Likewise.
10114 * gdb.reverse/solib-reverse.exp: Likewise.
10115 * gdb.server/solib-list.exp: Likewise.
10116 * gdb.threads/dlopen-libpthread.exp: Likewise.
10117 * gdb.threads/tls-shared.exp: Likewise.
10118 * gdb.threads/tls-so_extern.exp: Likewise.
10119 * gdb.trace/change-loc.exp: Likewise.
10120 * gdb.trace/ftrace-lock.exp: Likewise.
10121 * gdb.trace/ftrace.exp: Likewise.
10122 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10123 * gdb.trace/pending.exp: Likewise.
10124 * gdb.trace/range-stepping.exp: Likewise.
10125 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10126 (strace_info_marker): Likewise.
10127 (strace_probe_marker): Likewise.
10128 (strace_trace_on_same_addr): Likewise.
10129 (strace_trace_on_diff_addr): Likewise.
10130 * gdb.trace/trace-break.exp: Likewise.
10131 * gdb.trace/trace-condition.exp: Likewise.
10132 * gdb.trace/trace-mt.exp: Likewise.
10133
10134 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10135
10136 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10137 result of gdb_remote_download.
10138 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10139 * gdb.base/dso2dso.exp: Likewise.
10140 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10141 * gdb.base/print-file-var.exp: Likewise.
10142 * gdb.base/shlib-call.exp: Likewise.
10143 * gdb.base/shreloc.exp: Likewise.
10144 * gdb.base/solib-overlap.exp: Likewise.
10145 * gdb.base/solib-weak.exp (do_test): Likewise.
10146 * gdb.base/unload.exp: Likewise.
10147
10148 2016-04-27 Yao Qi <yao.qi@linaro.org>
10149
10150 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10151 exists.
10152
10153 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10154
10155 * vla-type.exp: Print structure from toplevel.
10156
10157 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10158
10159 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10160 of dynamic types.
10161 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10162 of dynamic types.
10163
10164 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10165
10166 * gdb.fortran/vla-type.f90: New file.
10167 * gdb.fortran/vla-type.exp: New file.
10168
10169 2016-04-25 Yao Qi <yao.qi@linaro.org>
10170
10171 * gdb.base/branch-to-self.c: New file.
10172 * gdb.base/branch-to-self.exp: New file.
10173
10174 2016-04-22 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10177 more after $hex.
10178
10179 2016-04-22 Yao Qi <yao.qi@linaro.org>
10180
10181 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10182 * gdb.base/annota3.exp: Likewise.
10183
10184 2016-04-22 Yao Qi <yao.qi@linaro.org>
10185
10186 * gdb.reverse/step-precsave.exp: Do one step and test program
10187 stops in "callee" and do multiple steps until program goes out
10188 of "callee".
10189 * gdb.reverse/step-reverse.exp: Likewise.
10190
10191 2016-04-22 Yao Qi <yao.qi@linaro.org>
10192
10193 * gdb.trace/signal.exp: Also pass if
10194 $tracepoint_hits($i) > $iterations.
10195
10196 2016-04-22 Yao Qi <yao.qi@linaro.org>
10197
10198 * gdb.trace/signal.c: New file.
10199 * gdb.trace/signal.exp: New file.
10200
10201 2016-04-19 Doug Evans <xdje42@gmail.com>
10202
10203 * gdb.base/bad-file.exp: New file.
10204
10205 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10206
10207 * gdb.dwarf2/implref.exp: New file.
10208
10209 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10210
10211 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10212 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10213 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10214 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10215 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10216 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10217 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10218 * lib/fortran.exp (fortran_int4): New procedure.
10219 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10220 (fortran_logical4): Likewise.
10221
10222 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10223
10224 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10225
10226 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10227
10228 * lib/compiler.c: Add Intel specific preprocessor macros.
10229 * lib/compiler.cc: Likewise.
10230
10231 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
10232
10233 * gdb.server/connect-with-no-symbol-file.c: New file.
10234 * gdb.server/connect-with-no-symbol-file.exp: New file.
10235
10236 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10237
10238 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10239
10240 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10241
10242 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10243 standard output directory.
10244
10245 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10246
10247 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10248
10249 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10250
10251 * gdb.btrace/instruction_history.c (loop): Add declaration.
10252
10253 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10254
10255 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10256
10257 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10258
10259 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10260 parentheses to print.
10261 (continue_handler): Likewise.
10262
10263 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10264
10265 * gdb.server/solib-list.exp: Remove is_remote check.
10266 Pass shlib= to gdb_compile. Don't link shared library with
10267 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10268 Run binary filename through "readlink -f" on the target.
10269
10270 2016-04-08 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10273 interpreter filename as argument to gdbserver_spawn.
10274 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10275 Return empty if $last_loaded_file does not exist.
10276
10277 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10278
10279 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10280 * gdb.base/jit-main.c: Use exit after usage.
10281
10282 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10283
10284 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10285 GDBHISTSIZE prior to the tests.
10286 * gdb.base/gdbinit-history.exp: Likewise.
10287
10288 2016-04-07 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10291 instead of build_executable. Use gdb_load_shlibs.
10292
10293 2016-04-07 Yao Qi <yao.qi@linaro.org>
10294
10295 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10296 Execute "si" command.
10297
10298 2016-04-07 Yao Qi <yao.qi@linaro.org>
10299
10300 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10301 number instead of the comments on some line.
10302
10303 2016-04-06 Don Breazeal <donb@codesourcery.com>
10304
10305 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10306 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10307
10308 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10309
10310 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10311 standard_output_file. Remove unused binfile variable.
10312
10313 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
10314
10315 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10316 * gdb.python/py-mi-objfile.exp: Match "list main" output
10317 in console format.
10318
10319 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10320
10321 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10322 absolute.
10323
10324 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10325
10326 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10327 absolute.
10328 * gdb.trace/ftrace.exp: Likewise.
10329 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10330 targets as well.
10331 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10332 (gdb_load_shlibs): Copy libraries to test directory when testing
10333 natively. Only set solib-search-path if testing remotely.
10334 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10335
10336 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10337
10338 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10339 gdb_download. Use it even if the target is not remote.
10340 * gdb.base/jit.exp (compile_jit_test): Likewise.
10341 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10342 output directory if the destination board is local, otherwise use
10343 the standard remote_download from DejaGnu.
10344 (gdb_download): Remove.
10345 (gdb_load_shlibs): Use gdb_remote_download instead of
10346 gdb_download.
10347 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10348 Use gdb_remote_download instead of gdb_download. Use it even if
10349 the target is not remote.
10350 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10351 instead of gdb_download.
10352
10353 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10354
10355 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10356 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10357 run.
10358
10359 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
10360
10361 PR gdb/19820
10362 * gdb.base/printcmds.exp: Add artificial arrays tests.
10363
10364 2016-03-31 Pedro Alves <palves@redhat.com>
10365
10366 PR gdb/19858
10367 * gdb.base/jit-main.c: Include unistd.h.
10368 (ATTACH): Define to 0 if not already defined.
10369 (wait_for_gdb, mypid): New globals.
10370 (WAIT_FOR_GDB): New macro.
10371 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10372 some breakpoint locations.
10373 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10374 New procedures.
10375 (one_jit_test): Add REATTACH parameter, and handle it. Use
10376 continue_to_test_location.
10377 (top level): Test attach, and adjusts calls to one_jit_test.
10378
10379 2016-03-31 Pedro Alves <palves@redhat.com>
10380
10381 PR gdb/19858
10382 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10383 BINSUFFIX parameter, and handle it.
10384 (top level): Adjust calls compile_jit_test.
10385
10386 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
10387
10388 PR python/19743
10389 * gdb.python/py-mi-events-gdb.py: New file.
10390 * gdb.python/py-mi-events.c: New file.
10391 * gdb.python/py-mi-events.exp: New file.
10392
10393 2016-03-30 Yao Qi <yao.qi@linaro.org>
10394
10395 * gdb.reverse/until-precsave.exp: Match function name only.
10396 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10397 Move malloc to a condition block.
10398 * gdb.reverse/until-reverse.exp: Match function name only.
10399
10400 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10401
10402 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10403 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10404 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10405 variable for GPR 0 instead of assuming it is register 0.
10406 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10407 * lib/trace-support.exp: Add s390 registers.
10408
10409 2016-03-29 Yao Qi <yao.qi@linaro.org>
10410
10411 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10412
10413 2016-03-24 Yao Qi <yao.qi@linaro.org>
10414
10415 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10416 test message.
10417
10418 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10419
10420 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10421 maintaining separate logic for constructing the output path.
10422
10423 2016-03-16 Don Breazeal <donb@codesourcery.com>
10424
10425 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10426 Retry fork and waitpid on interrupted system call errors.
10427 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10428 Use with_timeout_factor to increase timeout by factor of 10.
10429
10430 2016-03-15 Don Breazeal <donb@codesourcery.com>
10431
10432 * gdb.cp/scope-err.cc: New test program.
10433 * gdb.cp/scope-err.exp: New test script.
10434 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10435 lines and "set breakpoint here" comment.
10436 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10437 Fixed some whitespace and format issues.
10438 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10439 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10440
10441 2016-03-15 Doug Evans <dje@google.com>
10442
10443 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10444 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10445 All callers updated. Add tests for enums, mixed flags register.
10446
10447 2016-03-15 Doug Evans <dje@google.com>
10448
10449 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10450 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10451
10452 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10453
10454 * gdb.base/default.exp: Add $_as_string to the list of expected
10455 convenience functions.
10456
10457 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10458
10459 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10460
10461 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10462
10463 * gdb.python/py-as-string.exp: New file.
10464 * gdb.python/py-as-string.c: New file.
10465
10466 2016-03-09 Pedro Alves <palves@redhat.com>
10467
10468 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10469 signal" -> "Thread NN received signal" output change.
10470 * gdb.threads/ia64-sigill.exp: Likewise.
10471 * gdb.threads/linux-dp.exp: Likewise.
10472 * gdb.threads/manythreads.exp: Likewise.
10473 * gdb.threads/pending-step.exp: Likewise.
10474 * gdb.threads/print-threads.exp: Likewise.
10475 * gdb.threads/sigstep-threads.exp: Likewise.
10476 * gdb.threads/staticthreads.exp: Likewise.
10477 * gdb.threads/tls.exp: Likewise.
10478
10479 2016-03-09 Pedro Alves <palves@redhat.com>
10480
10481 * gdb.base/command-line-input.exp: New file.
10482
10483 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10484
10485 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10486 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10487 * gdb.trace/pending.exp: Accept leading dot before function name.
10488 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10489 * lib/trace-support.exp: Set registers for ppc.
10490
10491 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10492
10493 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10494 use it for disassembly; accept .main in addition to main in backtrace.
10495
10496 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
10497 Marcin Kościelnicki <koriakin@0x04.net>
10498
10499 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10500 (gdb_recursion_test_ptr): New global variable.
10501 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10502 gdb_recursion_test.
10503 (gdb_c_test): Ditto.
10504
10505 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10506
10507 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10508 ordering.
10509
10510 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10511
10512 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10513 (bar): Add bar_start_lbl label.
10514 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10515 of foo/bar for emitting DWARF and tracing.
10516
10517 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10518
10519 * analyze-racy-logs.py: Set executable bit.
10520
10521 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10522
10523 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10524 (CHECK_TARGET_TMP): Likewise.
10525 (check-single-racy): New rule.
10526 (check-parallel-racy): Likewise.
10527 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10528 (do-check-parallel-racy): New rule.
10529 (check-racy/%.exp): Likewise.
10530 * README (Racy testcases): New section.
10531 * analyze-racy-logs.py: New file.
10532
10533 2016-03-03 Doug Evans <dje@google.com>
10534
10535 * gdb.base/skip.exp: Use with_test_prefix.
10536
10537 2016-03-03 Yao Qi <yao.qi@linaro.org>
10538
10539 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10540 Invoke step_over_syscall "clone" and break_cond_on_syscall
10541 "clone".
10542 * gdb.base/step-over-clone.c: New file.
10543
10544 2016-03-03 Yao Qi <yao.qi@linaro.org>
10545
10546 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10547 code format.
10548
10549 2016-03-03 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.base/disp-step-fork.c: Rename to ...
10552 * gdb.base/step-over-fork.c: ... it. New file.
10553 * gdb.base/disp-step-vfork.c: Rename to ...
10554 * gdb.base/step-over-vfork.c: ... it. New file.
10555 * gdb.base/disp-step-syscall.exp: Rename to ...
10556 * gdb.base/step-over-syscall.exp: ... it. New file.
10557 (disp_step_cross_syscall): Rename to ...
10558 (step_over_syscall): ... it.
10559
10560 2016-03-03 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10563 If target supports condition evaluation on target, invoke
10564 break_cond_on_syscall for fork and vfork.
10565
10566 2016-03-03 Yao Qi <yao.qi@linaro.org>
10567
10568 * gdb.base/disp-step-syscall.exp: Don't invoke
10569 support_displaced_stepping.
10570 (disp_step_cross_syscall): Test with displaced stepping off and
10571 on if supported.
10572
10573 2016-03-03 Yao Qi <yao.qi@linaro.org>
10574
10575 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10576 proc.
10577 (setup): New proc.
10578 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10579 and setup.
10580
10581 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10582
10583 * gdb.fortran/vla-history.exp: Remove breakpoint.
10584
10585 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10586
10587 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10588 exceeds timeout.
10589
10590 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10591
10592 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10593 breakpoint.
10594
10595 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10596
10597 * gdb.mi/vla.f90: Nullify pointer after declaration.
10598
10599 2016-03-01 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10602
10603 2016-03-01 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10606 before anything else.
10607 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10608 _GNU_SOURCE here.
10609 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10610 before anything else.
10611 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10612
10613 2016-03-01 Pedro Alves <palves@redhat.com>
10614
10615 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10616
10617 2016-03-01 Yao Qi <yao.qi@linaro.org>
10618
10619 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10620 prepare_for_testing.
10621
10622 2016-03-01 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10625
10626 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10627
10628 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10629 manually constructing the output path.
10630
10631 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10632
10633 * gdb.arch/s390-stackless.S: New.
10634 * gdb.arch/s390-stackless.exp: New.
10635
10636 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10637
10638 * gdb.dlang/circular.c: New file.
10639 * gdb.dlang/circular.exp: New file.
10640
10641 2016-02-26 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10644 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10645 (testcases): Update.
10646
10647 2016-02-26 Yao Qi <yao.qi@linaro.org>
10648
10649 * gdb.reverse/aarch64.c: Rename to ...
10650 * gdb.reverse/insn-reverse.c: ... it.
10651 * gdb.reverse/aarch64.exp: Rename to ...
10652 * gdb.reverse/insn-reverse.exp: ... it.
10653
10654 2016-02-26 Yao Qi <yao.qi@linaro.org>
10655
10656 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10657 (testcase_ftype): New.
10658 (testcases): New array.
10659 (n_testcases): New.
10660 (main): Call each element in testcases.
10661 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10662 (read_testcase): New.
10663 Do the tests in a loop.
10664
10665 2016-02-25 Yao Qi <yao.qi@linaro.org>
10666
10667 * gdb.base/branches.c: Remove.
10668
10669 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10670
10671 PR gdb/13808
10672 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10673
10674 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10675
10676 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10677
10678 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10679
10680 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10681 change x86_64 call_insn to 'callq'.
10682
10683 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10684
10685 * gdb.trace/tfile-avx.c: Move to...
10686 * gdb.trace/tracefile-pseudo-reg.c: Here.
10687 * gdb.trace/tfile-avx.exp: Move to...
10688 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10689
10690 2016-02-24 Gary Benson <gbenson@redhat.com>
10691
10692 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10693 message on attach.
10694
10695 2016-02-23 Doug Evans <dje@google.com>
10696
10697 * gdb.base/skip.c (test_skip): New function.
10698 (end_test_skip_file_and_function): New function.
10699 (test_skip_file_and_function): New function.
10700 * gdb.base/skip1.c (test_skip): New function.
10701 (skip1_test_skip_file_and_function): New function.
10702 * gdb.base/skip.exp: Add tests for new skip options.
10703 * gdb.base/skip-solib.exp: Update expected output.
10704 * gdb.perf/skip-command.cc: New file.
10705 * gdb.perf/skip-command.exp: New file.
10706 * gdb.perf/skip-command.py: New file.
10707
10708 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10709
10710 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10711 info registers pattern.
10712
10713 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10714
10715 * lib/future.exp: Add D support.
10716 (gdb_find_gdc): New proc.
10717 (gdb_default_target_compile): Add D support.
10718
10719 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
10720
10721 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10722 user+system time.
10723 (trace_speed_test): Determine the iteration count for a time
10724 between 15..30 seconds.
10725
10726 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10727
10728 * gdb.arch/i386-mpx-sigsegv.c: New file.
10729 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10730 * gdb.arch/i386-mpx-simple_segv.c: New file.
10731 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10732
10733 2016-02-18 Yao Qi <yao.qi@linaro.org>
10734
10735 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10736 Don't call setup_kfail.
10737
10738 2016-02-18 Yao Qi <yao.qi@linaro.org>
10739
10740 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10741 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10742
10743 2016-02-16 Doug Evans <dje@google.com>
10744
10745 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10746 * gdb.base/skip1.c: Ditto.
10747 * gdb.base/skip.exp: Whitespace cleanup.
10748
10749 2016-02-16 Don Breazeal <donb@codesourcery.com>
10750
10751 PR remote/19496
10752 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10753 Remove kfail for PR remote/19496.
10754
10755 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10756
10757 * lib/gdb.exp (standard_temp_file): Return a path specific to
10758 the runtest invocation.
10759
10760 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10761
10762 * gdb.trace/save-trace.exp: Change relative path to be in the
10763 standard output directory.
10764
10765 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10766
10767 * gdb.arch/i386-prologue.c: Add missing prototypes.
10768
10769 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10770
10771 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
10772 * gdb.arch/i386-prologue.exp: Likewise.
10773 * gdb.arch/i386-size.exp: Likewise.
10774
10775 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
10776
10777 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
10778 define object file path.
10779 * gdb.btrace/gcore.exp: Use standard_output_file to define core
10780 file path.
10781 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
10782 standard_output_file to define binfile.
10783
10784 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10785
10786 Fix compatibility with recent gfortran-5.3.1.
10787 * gdb.fortran/vla-history.exp (print vla1 allocated)
10788 (print vla2 allocated, print $2, print $3): Remove
10789 (print $4): Rename to ...
10790 (print $2): ... here.
10791 (print $9): Rename to ...
10792 (print $5): ... here.
10793 (print $10): Rename to ...
10794 (print $6): ... here.
10795 * gdb.fortran/vla.f90: Add pvla initialization.
10796
10797 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
10800 New test.
10801 * gdb.fortran/vla-value-sub.exp: Likewise.
10802
10803 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
10804
10805 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
10806
10807 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
10808
10809 * i386-biarch-core.exp: Define corefile using
10810 standard_output_file.
10811
10812 2016-02-12 Yao Qi <yao.qi@linaro.org>
10813
10814 * gdb.arch/arm-single-step-kernel-helper.c: New.
10815 * gdb.arch/arm-single-step-kernel-helper.exp: New.
10816
10817 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
10818
10819 * gdb.btrace/tailcall-only.exp: New.
10820 * gdb.btrace/tailcall-only.c: New.
10821 * gdb.btrace/x86_64-tailcall-only.S: New.
10822 * gdb.btrace/i686-tailcall-only.S: New.
10823
10824 2016-02-11 Pedro Alves <palves@redhat.com>
10825
10826 * README (Parallel testing): Add missing double quotes.
10827
10828 2016-02-11 Pedro Alves <palves@redhat.com>
10829
10830 * README (Parallel testing): New section.
10831 (GDB_PARALLEL): Rewrite.
10832 (FORCE_PARALLEL): Document.
10833
10834 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
10835
10836 * gdb.trace/tfile-avx.c: New test.
10837 * gdb.trace/tfile-avx.exp: New test.
10838
10839 2016-02-09 Keith Seitz <keiths@redhat.com>
10840
10841 PR breakpoints/19546
10842 * gdb.base/infcall-exec.c: New file.
10843 * gdb.base/infcall-exec2.c: New file.
10844 * gdb.base/infcall-exec.exp: New file.
10845
10846 2016-02-09 Keith Seitz <keiths@redhat.com>
10847
10848 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
10849 (toplevel): Call test_bkpt_address.
10850
10851 2016-02-09 Keith Seitz <keiths@redhat.com>
10852
10853 PR python/19506
10854 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
10855 (toplevel): Call test_bkpt_address.
10856
10857 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
10858
10859 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
10860 to AC_OUTPUT.
10861 * configure: Regenerate.
10862
10863 2016-02-09 Pedro Alves <palves@redhat.com>
10864
10865 PR breakpoints/19548
10866 * gdb.base/execl-update-breakpoints.c (some_function): New
10867 function.
10868 (main): Call it.
10869 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
10870 Tighten expected GDB output.
10871
10872 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10873
10874 * Makefile.in (ALL_SUBDIRS): Remove.
10875 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
10876 (distclean maintainer-clean realclean): Likewise.
10877 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
10878 * configure: Regenerate.
10879 * gdb.ada/Makefile.in: Delete.
10880 * gdb.arch/Makefile.in: Likewise.
10881 * gdb.asm/Makefile.in: Likewise.
10882 * gdb.base/Makefile.in: Likewise.
10883 * gdb.btrace/Makefile.in: Likewise.
10884 * gdb.cell/Makefile.in: Likewise.
10885 * gdb.compile/Makefile.in: Likewise.
10886 * gdb.cp/Makefile.in: Likewise.
10887 * gdb.disasm/Makefile.in: Likewise.
10888 * gdb.dlang/Makefile.in: Likewise.
10889 * gdb.dwarf2/Makefile.in: Likewise.
10890 * gdb.fortran/Makefile.in: Likewise.
10891 * gdb.gdb/Makefile.in: Likewise.
10892 * gdb.go/Makefile.in: Likewise.
10893 * gdb.guile/Makefile.in: Likewise.
10894 * gdb.java/Makefile.in: Likewise.
10895 * gdb.linespec/Makefile.in: Likewise.
10896 * gdb.mi/Makefile.in: Likewise.
10897 * gdb.modula2/Makefile.in: Likewise.
10898 * gdb.multi/Makefile.in: Likewise.
10899 * gdb.objc/Makefile.in: Likewise.
10900 * gdb.opencl/Makefile.in: Likewise.
10901 * gdb.opt/Makefile.in: Likewise.
10902 * gdb.pascal/Makefile.in: Likewise.
10903 * gdb.perf/Makefile.in: Likewise.
10904 * gdb.python/Makefile.in: Likewise.
10905 * gdb.reverse/Makefile.in: Likewise.
10906 * gdb.server/Makefile.in: Likewise.
10907 * gdb.stabs/Makefile.in: Likewise.
10908 * gdb.threads/Makefile.in: Likewise.
10909 * gdb.trace/Makefile.in: Likewise.
10910 * gdb.xml/Makefile.in: Likewise.
10911 * lib/gdb.exp (make_gdb_parallel_path): Add check for
10912 GDB_PARALLEL.
10913 (standard_output_file): Remove check for GDB_PARALLEL, always
10914 return path in outputs/$subdir/$testname.
10915
10916 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
10917
10918 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
10919 (site.exp): Assign abs_srcdir to tcl's srcdir.
10920
10921 2016-02-04 Yao Qi <yao.qi@linaro.org>
10922
10923 * gdb.base/foll-exec-mode.c: Include limits.h.
10924 (main): Add parameters argc and argv. Get directory from
10925 argv[0].
10926 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
10927 compilation.
10928 * gdb.base/foll-exec.c: Include limits.h.
10929 (main): Add parameters argc and argv.
10930 Get directory from argv[0].
10931 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
10932 Adjust tests on the number of lines as source code changed.
10933 * gdb.base/foll-vfork-exit.c: Include limits.h.
10934 (main): Add one line of statement before vfork.
10935 * gdb.base/foll-vfork.c: Include limits.h and string.h.
10936 (main): Add parameters argc and argv. Get directory from
10937 argv[0].
10938 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
10939 (setup_gdb): Set tbreak to skip some source lines.
10940 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
10941 (main): Add parameters argc and argv. Get directory from
10942 argv[0].
10943 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
10944 compilation.
10945 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
10946 (main): Add parameters argc and argv. Get directory from
10947 argv[0].
10948 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10949 compilation.
10950
10951 2016-02-01 Doug Evans <dje@google.com>
10952
10953 * gdb.base/skip.exp: Clean up multiple references to same test name.
10954
10955 2016-02-01 Pedro Alves <palves@redhat.com>
10956
10957 PR remote/19496
10958 * gdb.threads/forking-threads-plus-breakpoint.exp
10959 (displaced_stepping_supported): New global.
10960 (probe_displaced_stepping_support): New procedure.
10961 (do_test): Add 'displaced' parameter, and use it.
10962 (top level): Check for displaced stepping support. Add displaced
10963 stepping on/off testing axis.
10964
10965 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10966
10967 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10968 pointer. Don't perform further tests on the unassociated pointer
10969 if the first test fails.
10970
10971 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10972
10973 * gdb.base/max-value-size.c: New file.
10974 * gdb.base/max-value-size.exp: New file.
10975 * gdb.base/huge.exp: Disable max-value-size for this test.
10976
10977 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10978
10979 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10980
10981 2016-01-28 Yao Qi <yao.qi@linaro.org>
10982
10983 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10984
10985 2016-01-25 Pedro Alves <palves@redhat.com>
10986
10987 PR threads/19461
10988 * gdb.base/fork-running-state.c: New file.
10989 * gdb.base/fork-running-state.exp: New file.
10990
10991 2016-01-25 Pedro Alves <palves@redhat.com>
10992
10993 PR gdb/19494
10994 * gdb.base/catch-fork-kill.c: New file.
10995 * gdb.base/catch-fork-kill.exp: New file.
10996
10997 2016-01-25 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11000 Delete, moved to lib/gdb.exp.
11001 * gdb.threads/forking-threads-plus-breakpoint.exp
11002 (foreach_with_prefix): Likewise.
11003 * gdb.threads/process-dies-while-handling-bp.exp
11004 (foreach_with_prefix): Likewise.
11005 * lib/gdb.exp (foreach_with_prefix): New procedure.
11006
11007 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11008
11009 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11010 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11011
11012 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11013
11014 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11015 endian targets.
11016
11017 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11018 Pedro Alves <palves@redhat.com>
11019
11020 Fix testsuite compatibility with Guile.
11021 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11022 number.
11023
11024 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11025
11026 Fix testsuite compatibility with Guile.
11027 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11028 (thread 1): New test for backtrace through signal handler.
11029
11030 2016-01-22 Yao Qi <yao.qi@linaro.org>
11031
11032 PR testsuite/19491
11033 * gdb.base/multi-forks.c: Include
11034 ../lib/unbuffer_output.c
11035 (main): Call gdb_unbuffer_output.
11036
11037 2016-01-21 Doug Evans <dje@google.com>
11038
11039 * lib/ada.exp (gdb_compile_ada): Fix typo.
11040
11041 2016-01-21 Joel Brobecker <brobecker@adacore.com>
11042
11043 * gdb.base/break-fun-addr.exp: New file.
11044 * gdb.base/break-fun-addr1.c: New file.
11045 * gdb.base/break-fun-addr2.c: New file.
11046
11047 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11048
11049 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11050 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11051 enum flag values.
11052
11053 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11054
11055 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11056 when GDB can not set the vector return value. Add more comments
11057 for clarification.
11058
11059 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11060
11061 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11062 command.
11063
11064 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11067
11068 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11069
11070 * Makefile.in (check-single): Pass --status to runtest.
11071 (check/%.exp): Likewise.
11072
11073 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11074
11075 * Makefile.in (check-parallel): Propagate return code from make
11076 do-check-parallel.
11077
11078 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11079
11080 * gdb.trace/ftrace.exp: Fix expected message on continue.
11081 * gdb.trace/pending.exp: Fix expected message on continue.
11082 * gdb.trace/trace-break.exp: Fix expected message on continue.
11083
11084 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11085
11086 * lib/gdb.exp (gdb_test): Remove unused global references.
11087
11088 2016-01-18 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.base/async-shell.exp: Adjust expected output.
11091 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11092 * gdb.base/siginfo-thread.exp: Adjust expected output.
11093 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11094 * gdb.java/jnpe.exp: Adjust expected output.
11095 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11096 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11097 * gdb.threads/leader-exit.exp: Adjust expected output.
11098 * gdb.threads/manythreads.exp: Adjust expected output.
11099 * gdb.threads/pthreads.exp: Adjust expected output.
11100 * gdb.threads/schedlock.exp: Adjust expected output.
11101 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11102 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11103 expected output.
11104 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11105 output.
11106 * gdb.threads/sigthread.exp: Adjust expected output.
11107 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11108
11109 2016-01-18 Yao Qi <yao.qi@linaro.org>
11110
11111 * gdb.guile/scm-section-script.c: Replace @progbits with
11112 %progbits.
11113 * gdb.python/py-section-script.c: Likewise.
11114
11115 2016-01-15 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.multi/tids.exp: Test star wildcard ranges.
11118
11119 2016-01-15 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11122 command from "thread apply" invocation.
11123 (thr_apply_info_thr_invalid): Default the expected output to the
11124 input tid list.
11125 (top level): Add tests that use convenience variables. Add tests
11126 for "thread apply" with a valid TID list, but missing the command.
11127
11128 2016-01-13 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.base/default.exp: Expect $_gthread as well.
11131 * gdb.multi/tids.exp: Test $_gthread.
11132 * gdb.threads/thread-specific.exp: Test $_gthread.
11133
11134 2016-01-13 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.multi/tids.exp: Test "info threads -gid".
11137
11138 2016-01-13 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11141 Breakpoint.thread.
11142 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11143
11144 2016-01-07 Pedro Alves <palves@redhat.com>
11145
11146 * gdb.base/break.exp: Adjust to output changes.
11147 * gdb.base/hbreak2.exp: Likewise.
11148 * gdb.base/sepdebug.exp: Likewise.
11149 * gdb.base/watch_thread_num.exp: Likewise.
11150 * gdb.linespec/keywords.exp: Likewise.
11151 * gdb.multi/info-threads.exp: Likewise.
11152 * gdb.threads/thread-find.exp: Likewise.
11153 * gdb.multi/tids.c: New file.
11154 * gdb.multi/tids.exp: New file.
11155
11156 2016-01-13 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11159
11160 2016-01-13 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.base/default.exp: Expect $_inferior as well.
11163 * gdb.multi/base.exp: Test $_inferior.
11164
11165 2016-01-13 Pedro Alves <palves@redhat.com>
11166
11167 PR breakpoints/19388
11168 * gdb.base/catch-signal-siginfo-cond.c: New file.
11169 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11170
11171 2016-01-12 Josh Stone <jistone@redhat.com>
11172 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11173
11174 * gdb.base/catch-syscall.c (do_execve): New variable.
11175 (main): Conditionally trigger an execve.
11176 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11177 (test_catch_syscall_execve): New, check entry/return across execve.
11178 (do_syscall_tests): Call test_catch_syscall_execve.
11179
11180 2016-01-12 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.base/random-signal.exp (do_test): New procedure, with body
11183 of testcase moved in.
11184
11185 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11186 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.base/funcargs.exp (finish from indirectly called function):
11189 Reintroduce the case for 'First'.
11190
11191 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11192 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11195 (tcatch_vfork_then_child_follow_exec)
11196 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11197 identification.
11198
11199 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11202 and repeats to unlimited.
11203 * gdb.python/py-value.exp: Likewise.
11204 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11205 and repeats to unlimited.
11206
11207 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11208
11209 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11210 and reordering the functions.
11211 * gdb.multi/hangout.c: Likewise.
11212 * gdb.multi/hello.c: Likewise.
11213
11214 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11215
11216 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11217 absolute.
11218 (SingleStatisticTestResult.report): Use dict.keys instead of
11219 dict.iterkeys.
11220
11221 2016-01-06 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11224
11225 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11226
11227 * gdb.btrace/dlopen.exp: New.
11228 * gdb.btrace/dlopen.c: New.
11229 * gdb.btrace/dlopen-dso.c: New.
11230
11231 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11232
11233 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11234 PATTERN argument is optional.
11235
11236 2015-12-24 Joel Brobecker <brobecker@adacore.com>
11237
11238 * lib/ada.exp (target_compile_ada_from_dir): New function.
11239 (gdb_compile_ada): Reimplement avoiding the use of project files.
11240 * gdb.ada/gnat_ada.gpr: Delete.
11241 * gdb.ada/cond_lang.exp: Adjust test to make path before
11242 filename optional.
11243 * gdb.ada/small_reg_param.exp: Likewise.
11244
11245 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11246
11247 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11248
11249 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11250
11251 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11252 case.
11253
11254 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11255
11256 * gdb.base/break.exp: Remove dead code.
11257 * gdb.base/sepdebug.exp: Likewise.
11258
11259 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11260
11261 * gdb.asm/asm-source.exp: Remove HP-UX references.
11262 * gdb.base/annota1.exp: Likewise.
11263 * gdb.base/annota3.exp: Likewise.
11264 * gdb.base/attach.exp: Likewise.
11265 * gdb.base/bigcore.exp: Likewise.
11266 * gdb.base/break.exp: Likewise.
11267 * gdb.base/call-ar-st.exp: Likewise.
11268 * gdb.base/callfuncs.exp: Likewise.
11269 * gdb.base/catch-fork-static.exp: Likewise.
11270 * gdb.base/display.exp: Likewise.
11271 * gdb.base/foll-exec-mode.exp: Likewise.
11272 * gdb.base/foll-exec.exp: Likewise.
11273 * gdb.base/foll-fork.exp: Likewise.
11274 * gdb.base/foll-vfork.exp: Likewise.
11275 * gdb.base/funcargs.exp: Likewise.
11276 * gdb.base/hbreak2.exp: Likewise.
11277 * gdb.base/inferior-died.exp: Likewise.
11278 * gdb.base/interrupt.exp: Likewise.
11279 * gdb.base/multi-forks.exp: Likewise.
11280 * gdb.base/nodebug.exp: Likewise.
11281 * gdb.base/sepdebug.exp: Likewise.
11282 * gdb.base/solib1.c: Likewise.
11283 * gdb.base/step-test.exp: Likewise.
11284 * gdb.mi/non-stop.c: Likewise.
11285 * gdb.mi/pthreads.c: Likewise.
11286 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11287 * gdb.threads/pthreads.c: Likewise.
11288 * gdb.threads/staticthreads.exp: Likewise.
11289 * lib/future.exp: Likewise.
11290 * lib/gdb.exp: Likewise.
11291 * gdb.base/so-indr-cl.c: Remove.
11292 * gdb.base/so-indr-cl.exp: Likewise.
11293 * gdb.base/solib.c: Likewise.
11294 * gdb.base/solib.exp: Likewise.
11295 * gdb.base/solib2.c: Likewise.
11296
11297 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11298
11299 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11300 * gdb.base/call-ar-st.exp: Likewise.
11301 * gdb.base/callfuncs.exp: Likewise.
11302 * gdb.base/condbreak.exp: Likewise.
11303 * gdb.base/constvars.exp: Likewise.
11304 * gdb.base/hbreak2.exp: Likewise.
11305 * gdb.base/langs.exp: Likewise.
11306 * gdb.base/list.exp: Likewise.
11307 * gdb.base/long_long.exp: Likewise.
11308 * gdb.base/ptype.exp: Likewise.
11309 * gdb.base/scope.exp: Likewise.
11310 * gdb.base/signals.exp: Likewise.
11311 * gdb.base/so-impl-ld.exp: Likewise.
11312 * gdb.base/varargs.exp: Likewise.
11313 * gdb.base/volatile.exp: Likewise.
11314 * gdb.base/whatis.exp: Likewise.
11315 * gdb.cp/cplusfuncs.exp: Likewise.
11316 * gdb.cp/inherit.exp: Likewise.
11317 * gdb.cp/local.exp: Likewise.
11318 * gdb.cp/member-ptr.exp: Likewise.
11319 * gdb.cp/method.exp: Likewise.
11320 * gdb.cp/overload.exp: Likewise.
11321 * gdb.cp/templates.exp: Likewise.
11322 * gdb.stabs/weird.exp: Likewise.
11323 * lib/compiler.c: Likewise.
11324 * lib/compiler.cc: Likewise.
11325 * lib/cp-support.exp: Likewise.
11326 * lib/gdb.exp: Likewise.
11327
11328 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11329
11330 * configure.ac: Remove HP-UX case.
11331 * configure: Regenerate.
11332
11333 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11334
11335 * lib/gdb.exp (gdb_compile): Add function doc.
11336
11337 2015-12-17 Pedro Alves <palves@redhat.com>
11338
11339 PR threads/19354
11340 * gdb.multi/info-threads.exp: New file.
11341
11342 2015-12-15 Yao Qi <yao.qi@linaro.org>
11343
11344 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11345 is aarch64*-*-*.
11346
11347 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11348
11349 * gdb.base/history-duplicates.exp: Skip if no readline support.
11350
11351 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11352
11353 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11354
11355 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11356
11357 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11358
11359 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11360
11361 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11362 ctrl-C if nointerrupts target property is set.
11363 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11364 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11365 * gdb.base/paginate-bg-execution.exp: Likewise.
11366 * gdb.base/paginate-execution-startup.exp: Likewise.
11367 * gdb.base/random-signal.exp: Likewise.
11368 * gdb.base/range-stepping.exp: Likewise.
11369 * gdb.cp/annota2.exp: Likewise.
11370 * gdb.cp/annota3.exp: Likewise.
11371 * gdb.gdb/selftest.exp: Likewise.
11372 * gdb.threads/continue-pending-status.exp: Likewise.
11373 * gdb.threads/leader-exit.exp: Likewise.
11374 * gdb.threads/manythreads.exp: Likewise.
11375 * gdb.threads/pthreads.exp: Likewise.
11376 * gdb.threads/schedlock.exp: Likewise.
11377 * gdb.threads/sigthread.exp: Likewise.
11378
11379 2015-12-11 Don Breazeal <donb@codesourcery.com>
11380
11381 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11382 remote.
11383 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11384 * gdb.base/foll-exec.exp (main): Enable for target remote.
11385 * gdb.base/foll-fork.exp (main): Likewise.
11386 * gdb.base/foll-vfork.exp (main): Likewise.
11387 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11388 (proc continue_to_exit_bp_loc): Use clean_restart.
11389 * gdb.base/pie-execl.exp (main): Disable for target remote.
11390 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11391 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11392 * gdb.threads/execl.exp (main): Likewise.
11393 * gdb.threads/fork-child-threads.exp (main): Likewise.
11394 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11395 remote.
11396 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11397 remote.
11398 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11399 pid.tid style ptids, instead of just tid.
11400 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11401 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11402 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11403 ptids, instead of just tid.
11404
11405 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11406
11407 * gdb.base/list.exp (test_list_forward): Add end of file error
11408 test.
11409 (test_repeat_list_command): Add end of file error test.
11410 (test_list_backwards): Add beginning of file error test.
11411
11412 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11413
11414 * gdb.base/list.exp (test_list_invalid_args): New function,
11415 defined, and called.
11416
11417 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11418
11419 * gdb.base/list.exp (test_list): Make test names unique.
11420
11421 2015-12-11 Yao Qi <yao.qi@linaro.org>
11422
11423 * gdb.base/coremaker2.c: Remove.
11424
11425 2015-12-10 Pedro Alves <palves@redhat.com>
11426
11427 * gdb.multi/base.exp: Remove stale "spaces" references.
11428
11429 2015-12-10 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.multi/base.exp: Don't use nowarnings.
11432 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11433 * gdb.multi/hangout.c: Include stdio.h.
11434 * gdb.multi/hello.c: Include stdlib.h.
11435 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11436 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11437 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11438
11439 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11440
11441 * gdb.dwarf2/dw2-ranges-base.c: New file.
11442 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11443 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11444 support additional line table, and debug ranges generation.
11445 (Dwarf::ranges): New function, generate .debug_ranges.
11446 (Dwarf::lines): Support generating simple line table programs.
11447 (Dwarf::assemble): Initialise new namespace variables.
11448
11449 2015-12-09 Kevin Buettner <kevinb@redhat.com>
11450
11451 * gdb.base/async.exp (proc test_background): Add case for
11452 asynchronous execution not supported.
11453
11454 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
11455
11456 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11457 format and change test names to make them unique.
11458
11459 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11460 Pedro Alves <pedro@redhat.com>
11461
11462 PR gdb/18702
11463 Add checking of floatformats setup on x86_64 hosts.
11464 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11465 (smallval, bigval): New labels/constants.
11466 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11467 float" after loading bigval and smallval.
11468
11469 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11470
11471 * gdb.ada/fun_overload_menu.exp: New testcase.
11472 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11473
11474 2015-12-04 Josh Stone <jistone@redhat.com>
11475
11476 * gdb.base/catch-fork-static.exp: New.
11477
11478 2015-12-03 Yao Qi <yao.qi@linaro.org>
11479
11480 * gdb.base/sizeof.c: Don't include stdio.h and
11481 ../lib/unbuffer_output.c.
11482 (main): New variable 'size' and 'value'. Remove printf and
11483 gdb_unbuffer_output. Assign return value to size and value.
11484 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11485 at the beginning.
11486 (check_sizeof): Check the result by printing variable 'size'.
11487 (check_valueof): Check the result by printing variable 'value'.
11488
11489 2015-12-01 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11492 for aarch64*-*-linux* target.
11493
11494 2015-11-30 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11497
11498 2015-11-30 Pedro Alves <palves@redhat.com>
11499
11500 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11501 Handle non-stop mode vCont replies.
11502
11503 2015-11-30 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11506 prepare_for_testing. Start gdb with "set non-stop on" appended to
11507 GDBFLAGS. Lax expected stop output.
11508
11509 2015-11-27 Yao Qi <yao.qi@linaro.org>
11510
11511 * gdb.arch/arm-neon.exp: New.
11512 * gdb.arch/arm-neon.c: New.
11513
11514 2015-11-27 Yao Qi <yao.qi@linaro.org>
11515
11516 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11517
11518 2015-11-27 Yao Qi <yao.qi@linaro.org>
11519
11520 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11521 frames-invalid annotation.
11522
11523 2015-11-27 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11526
11527 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * gdb.threads/names.exp: New file.
11530 * gdb.threads/names.c: New file.
11531 * README: Mention gdb,no_thread_names.
11532
11533 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11534
11535 PR 19297
11536 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11537 support" error.
11538
11539 2015-11-24 Pedro Alves <palves@redhat.com>
11540
11541 PR 17539
11542 * gdb.base/display.exp: Expect displays to be sorted in ascending
11543 order. Use multi_line.
11544 * gdb.base/solib-display.exp: Likewise.
11545
11546 2015-11-24 Pedro Alves <palves@redhat.com>
11547
11548 PR 17539
11549 * gdb.base/display.exp: Expect displays to be sorted in ascending
11550 order. Use multi_line.
11551 * gdb.base/solib-display.exp: Likewise.
11552
11553 2015-11-24 Pedro Alves <palves@redhat.com>
11554
11555 PR 17539
11556 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11557 threads in ascending order.
11558 * gdb.base/foll-fork.exp: Likewise.
11559 * gdb.base/foll-vfork.exp: Likewise.
11560 * gdb.base/multi-forks.exp: Likewise.
11561 * gdb.mi/mi-nonstop.exp: Likewise.
11562 * gdb.mi/mi-nsintrall.exp: Likewise.
11563 * gdb.multi/base.exp: Likewise.
11564 * gdb.multi/multi-arch.exp: Likewise.
11565 * gdb.python/py-inferior.exp: Likewise.
11566 * gdb.threads/break-while-running.exp: Likewise.
11567 * gdb.threads/execl.exp: Likewise.
11568 * gdb.threads/gcore-thread.exp: Likewise.
11569 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11570 * gdb.threads/kill.exp: Likewise.
11571 * gdb.threads/linux-dp.exp: Likewise.
11572 * gdb.threads/multiple-step-overs.exp: Likewise.
11573 * gdb.threads/next-bp-other-thread.exp: Likewise.
11574 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11575 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11576 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11577 * gdb.threads/thread-find.exp: Likewise.
11578 * gdb.threads/tls.exp: Likewise.
11579 * lib/mi-support.exp (mi_reverse_list): Delete.
11580 (mi_check_thread_states): No longer reverse list.
11581
11582 2015-11-24 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11585 use lowercase.
11586
11587 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11588
11589 * gdb.trace/actions.c: Include trace-common.h.
11590 (main): Add a location for a fast tracepoint.
11591 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11592 the normal tracepoints.
11593 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11594
11595 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11596
11597 * save-trace.exp: Factor out code to these...
11598 (gdb_save_tracepoints): New.
11599 (gdb_load_tracepoints): New.
11600 (do_save_load_test): New.
11601
11602 2015-11-23 Kevin Buettner <kevinb@redhat.com>
11603
11604 * gdb.base/asmlabel.exp: New test.
11605 * gdb.base/asmlabel.c: New test case.
11606
11607 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11608
11609 * gdb.base/wrong_frame_bt_full-main.c: New file.
11610 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11611 * gdb.base/wrong_frame_bt_full.exp: New file.
11612
11613 2015-11-23 Joel Brobecker <brobecker@adacore.com>
11614
11615 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11616
11617 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11618
11619 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
11620 pstate register when comparing registers values in
11621 sparc64-*-linux-gnu targets to avoid spurious differences.
11622
11623 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11624
11625 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
11626
11627 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11628
11629 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11630 as type argument to gdb_compile.
11631 * gdb.base/nested-subp2.exp: Likewise.
11632 * gdb.base/nested-subp3.exp: Likewise.
11633
11634 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11635
11636 * lib/dwarf.exp (_note): Fix left shift of negative value.
11637 * gdb.trace/trace-condition.exp: Likewise.
11638
11639 2015-11-13 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11642 comments about d10v.
11643 (test_scalar_returns): Likewise.
11644 * gdb.base/d10v.ld: Remove.
11645 * gdb.base/overlays.exp: Remove the target triplet checking for
11646 d10v-*-*.
11647 * gdb.base/structs.exp (test_struct_returns): Remove the
11648 comments about d10v.
11649 (test_struct_calls): Likewise.
11650
11651 2015-11-13 Yao Qi <yao.qi@linaro.org>
11652
11653 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11654 * gdb.base/gnu_vector.c: Don't include stdio.h.
11655 (main): Don't print res and call add_some_intvecs.
11656
11657 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11658
11659 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11660 macro.
11661 (func5): Removed.
11662 (func4): Use FAST_TRACEPOINT_LABEL.
11663 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11664 macro.
11665 (func): Removed.
11666 (thread_function): Use FAST_TRACEPOINT_LABEL.
11667 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11668 (func): Remove.
11669 (marker): Use FAST_TRACEPOINT_LABEL.
11670 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11671 (pendfunc1): Remove.
11672 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11673 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11674 (foo): Remove.
11675 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11676 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11677 macro.
11678 (func): Remove.
11679 (marker): Use FAST_TRACEPOINT_LABEL.
11680 * gdb.trace/trace-common.h: New header.
11681 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11682 macro.
11683 (func): Remove.
11684 (marker): Use FAST_TRACEPOINT_LABEL.
11685 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11686 (func): Remove.
11687 (thread_function): Use FAST_TRACEPOINT_LABEL.
11688
11689 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11690
11691 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11692 in front.
11693 * gdb.trace/change-loc.exp: Use global pcreg definition.
11694 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11695 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11696 in front.
11697 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11698 * gdb.trace/pending.exp: Likewise.
11699 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11700 * gdb.trace/trace-break.exp: Likewise.
11701 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11702 in front.
11703 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11704 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11705 in front.
11706 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11707
11708 2015-11-09 Joel Brobecker <brobecker@adacore.com>
11709
11710 * gdb.ada/fin_fun_out: New testcase.
11711
11712 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11713
11714 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11715 value associated with DW_AT_byte_size.
11716 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11717 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11718 DW_AT_upper_bound.
11719
11720 2015-11-07 Kevin Buettner <kevinb@redhat.com>
11721
11722 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11723 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11724 version.
11725 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11726 gdb.dwarf2/dw2-canonicalize-type.exp,
11727 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11728 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11729 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11730 provided by gdb_target_symbol_prefix_flags_asm.
11731 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11732 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11733 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11734 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11735 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11736 macros where needed). Use this macro for symbols which require
11737 the prefix provided by SYMBOL_PREFIX.
11738
11739 2015-11-05 Kevin Buettner <kevinb@redhat.com>
11740
11741 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11742 New procs.
11743 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11744 representing expressions, of more than one list element.
11745 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11746 to prepend linker symbol prefix to f.
11747 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11748 table_1 and table_2.
11749 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11750 Likewise, for f and g.
11751 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11752 for ptr.
11753 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11754 for main.
11755 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11756 table_1_ptr and table_2_ptr.
11757
11758 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11759 Joel Brobecker <brobecker@adacore.com>
11760
11761 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11762
11763 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11764
11765 * gdb.reverse/s390-mvcle.c: New test.
11766 * gdb.reverse/s390-mvcle.exp: New file.
11767 * lib/gdb.exp: Enable reverse tests on s390*-linux.
11768
11769 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11770
11771 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
11772
11773 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
11774
11775 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
11776 reaching marker2.
11777 * gdb.reverse/getresuid-reverse.exp: Likewise.
11778 * gdb.reverse/pipe-reverse.exp: Likewise.
11779 * gdb.reverse/readv-reverse.exp: Likewise.
11780 * gdb.reverse/recvmsg-reverse.exp: Likewise.
11781 * gdb.reverse/time-reverse.exp: Likewise.
11782 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
11783
11784 2015-10-30 Yao Qi <yao.qi@linaro.org>
11785
11786 * gdb.threads/wp-replication.c (watch_count_done): Remove.
11787 (empty_cycle): Remove.
11788 (main): Don't call empty_cycle. Don't use watch_count_done.
11789 * gdb.threads/wp-replication.exp: Don't set breakpoint on
11790 empty_cycle. Rewrite the code counting HW watchpoints.
11791
11792 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
11793
11794 * gdb.reverse/fstatat-reverse.c: New test.
11795 * gdb.reverse/fstatat-reverse.exp: New file.
11796 * gdb.reverse/getresuid-reverse.c: New test.
11797 * gdb.reverse/getresuid-reverse.exp: New file.
11798 * gdb.reverse/pipe-reverse.c: New test.
11799 * gdb.reverse/pipe-reverse.exp: New file.
11800 * gdb.reverse/readv-reverse.c: New test.
11801 * gdb.reverse/readv-reverse.exp: New file.
11802 * gdb.reverse/recvmsg-reverse.c: New test.
11803 * gdb.reverse/recvmsg-reverse.exp: New file.
11804 * gdb.reverse/time-reverse.c: New test.
11805 * gdb.reverse/time-reverse.exp: New file.
11806 * gdb.reverse/waitpid-reverse.c: New test.
11807 * gdb.reverse/waitpid-reverse.exp: New file.
11808
11809 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11810
11811 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
11812
11813 2015-10-26 Doug Evans <dje@google.com>
11814
11815 PR symtab/17391
11816 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
11817 * gdb.dwarf2/bad-regnum.c: New file.
11818 * gdb.dwarf2/bad-regnum.exp: New file.
11819
11820 2015-10-26 Doug Evans <dje@google.com>
11821
11822 PR python/18938
11823 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
11824 file.
11825
11826 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 * gdb.compile/compile.exp (compile code globalvar): Update expectation
11829 for a change by "Mention language in compile error message".
11830
11831 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
11832
11833 PR python/18073
11834 * gdb.python/py-type.c (C::a_method): New.
11835 (C::a_const_method): New.
11836 (C::a_static_method): New.
11837 (a_function): New.
11838 * gdb.python/py-type.exp (test_fields): Test getting fields
11839 from function and method.
11840
11841 2015-10-21 Keven Boell <keven.boell@intel.com>
11842
11843 * gdb.fortran/vla-alloc-assoc.exp: New file.
11844 * gdb.fortran/vla-datatypes.exp: New file.
11845 * gdb.fortran/vla-datatypes.f90: New file.
11846 * gdb.fortran/vla-history.exp: New file.
11847 * gdb.fortran/vla-ptype-sub.exp: New file.
11848 * gdb.fortran/vla-ptype.exp: New file.
11849 * gdb.fortran/vla-sizeof.exp: New file.
11850 * gdb.fortran/vla-sub.f90: New file.
11851 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
11852 * gdb.fortran/vla-value-sub-finish.exp: New file.
11853 * gdb.fortran/vla-value-sub.exp: New file.
11854 * gdb.fortran/vla-value.exp: New file.
11855 * gdb.fortran/vla-ptr-info.exp: New file.
11856 * gdb.mi/mi-vla-fortran.exp: New file.
11857 * gdb.mi/vla.f90: New file.
11858
11859 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
11860
11861 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
11862 of hardwired timeout value.
11863
11864 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11865 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
11868 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
11869
11870 2015-10-19 Josh Stone <jistone@redhat.com>
11871
11872 * gdb.base/catch-syscall.c: Include <sched.h>.
11873 (unknown_syscall): New variable.
11874 (main): Trigger a vfork and an unknown syscall.
11875 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
11876 (unknown_syscall_number): Likewise.
11877 (check_call_to_syscall): Accept an optional syscall pattern.
11878 (check_return_from_syscall): Likewise.
11879 (check_continue): Likewise.
11880 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
11881 (test_catch_syscall_skipping_return): New test toggling off 'catch
11882 syscall' to step over the syscall return, then toggling back on.
11883 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
11884 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
11885 (do_syscall_tests): Call test_catch_syscall_without_args and
11886 test_catch_syscall_mid_vfork.
11887 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
11888 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
11889
11890 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
11891
11892 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
11893 print g_vE): Add new pass patterns.
11894 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
11895 print various symbol names for vptr fields.
11896
11897 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
11898
11899 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
11900 results.
11901
11902 2015-10-12 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.arch/disp-step-insn-reloc.exp: New test case.
11905
11906 2015-10-12 Yao Qi <yao.qi@linaro.org>
11907
11908 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
11909 is aarch64*-*-linux*.
11910
11911 2015-10-12 Yao Qi <yao.qi@linaro.org>
11912
11913 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
11914 (can_relocate_bcond_true): ... it.
11915 (can_relocate_bcond_false): New function.
11916 (foo): Likewise.
11917 (can_relocate_bl): Likewise.
11918 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
11919 can_relocate_bl.
11920
11921 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
11922
11923 * gdb.base/nested-addr.c: New file.
11924 * gdb.base/nested-addr.exp: New testcase.
11925
11926 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
11927
11928 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
11929 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
11930 its output. Ignore the output of "record goto begin" and instead
11931 check that GDB is replaying.
11932
11933 2015-10-09 Pedro Alves <palves@redhat.com>
11934
11935 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
11936 (top level): Use it in the run with no args test.
11937
11938 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
11939
11940 * gdb.dlang/properties.exp: New file.
11941
11942 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
11943
11944 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
11945 whether or not address 0x1000 is mapped on the target.
11946
11947 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11950 build.
11951
11952 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11953
11954 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11955 instruction-history test.
11956
11957 2015-09-28 Doug Evans <dje@google.com>
11958
11959 * gdb.base/gcore.c (array_func): Add reference to static_array.
11960
11961 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11962
11963 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11964 source line.
11965
11966 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11967
11968 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11969 short or char as base type.
11970
11971 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11972
11973 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11974 to allow any size enum.
11975
11976 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11977
11978 * gdb.ada/array_ptr_renaming.exp: New testcase.
11979 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11980 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11981
11982 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11983
11984 * gdb.trace/ftrace-lock.c: New file.
11985 * gdb.trace/ftrace-lock.exp: New file.
11986
11987 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11988
11989 * gdb.arch/insn-reloc.c: New file.
11990 * gdb.arch/ftrace-insn-reloc.exp: New file.
11991
11992 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11993
11994 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11995 instruction.
11996 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11997 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11998 * gdb.trace/range-stepping.c: Likewise.
11999 * gdb.trace/trace-break.c: Likewise.
12000 * gdb.trace/trace-mt.c (thread_function): Likewise.
12001 * gdb.trace/ftrace.c (marker): Likewise.
12002 * gdb.trace/trace-condition.c (marker): Likewise.
12003 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12004 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12005 is_aarch64_target.
12006
12007 2015-09-18 Doug Evans <xdje42@gmail.com>
12008
12009 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12010 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12011
12012 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12013
12014 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12015 the breakpoint.
12016
12017 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12018
12019 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12020 the pending breakpoint. Remove timeout override for "Run till
12021 MI pending breakpoint on pendfunc3 on thread 2" test.
12022
12023 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12024
12025 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12026 filename pattern.
12027
12028 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12029
12030 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12031 in breakpoint filename pattern.
12032
12033 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12034
12035 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12036
12037 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12038
12039 * gdb.linespec/explicit.exp: Check for readline support for
12040 tab-completion tests. Fix obvious typo.
12041
12042 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12043
12044 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12045 and replay.
12046
12047 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12048
12049 * gdb.btrace/non-stop.c: New.
12050 * gdb.btrace/non-stop.exp: New.
12051
12052 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12053 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.trace/trace-condition.c: New file.
12056 * gdb.trace/trace-condition.exp: New file.
12057
12058 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
12059
12060 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12061 for testing bytecode compilation.
12062
12063 2015-09-16 Pedro Alves <palves@redhat.com>
12064 Sandra Loosemore <sandra@codesourcery.com>
12065
12066 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12067 (SECONDS): Redefine.
12068 (main): Call pthread_kill and alarm early.
12069 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12070 support.
12071 (test): If the target can't hardware step and doesn't support
12072 displaced stepping, increase the timeout.
12073
12074 2015-09-16 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12077 (enable_debug): New procedures.
12078 (test): Use them. Bail out if waiting for threads fails.
12079 (top level): Bail out if a test fails.
12080
12081 2015-09-16 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.asm/asm-source.exp: Set asm-arch for
12084 aarch64*-*-* target.
12085 * gdb.asm/aarch64.inc: New file.
12086
12087 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12088
12089 * gdb.ada/array_of_variable_length.exp: New testcase.
12090 * gdb.ada/array_of_variable_length/foo.adb: New file.
12091 * gdb.ada/array_of_variable_length/pck.adb: New file.
12092 * gdb.ada/array_of_variable_length/pck.ads: New file.
12093
12094 2015-09-15 Doug Evans <dje@google.com>
12095
12096 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12097 of function static local variable.
12098
12099 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12100
12101 * gdb.threads/tls-so_extern.exp: New test file.
12102 * gdb.threads/tls-so_extern.c: New test file.
12103 * gdb.threads/tls-so_extern_main.c: New test file.
12104
12105 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12106
12107 * gdb.opt/solib-intra-step-lib.c: New file.
12108 * gdb.opt/solib-intra-step-main.c: New file.
12109 * gdb.opt/solib-intra-step.exp: New file.
12110
12111 2015-09-15 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12114 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12115
12116 2015-09-14 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.base/hook-stop-continue.c: Delete.
12119 * gdb.base/hook-stop-continue.exp: Delete.
12120 * gdb.base/hook-stop-frame.c: Delete.
12121 * gdb.base/hook-stop-frame.exp: Delete.
12122 * gdb.base/hook-stop.c: New file.
12123 * gdb.base/hook-stop.exp: New file.
12124
12125 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12126
12127 * gdb.ada/access_to_packed_array.exp: New testcase.
12128 * gdb.ada/access_to_packed_array/foo.adb: New file.
12129 * gdb.ada/access_to_packed_array/pack.adb: New file.
12130 * gdb.ada/access_to_packed_array/pack.ads: New file.
12131
12132 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12133
12134 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12135 buffer size test.
12136
12137 2015-09-11 Don Breazeal <donb@codesourcery.com>
12138
12139 * gdb.base/foll-exec.c: Add copyright header. Fix
12140 formatting issues.
12141 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12142 (do_exec_tests): Use clean_restart in place of zap_session,
12143 and for test initialization. Fix formatting issues. Use
12144 fail in place of perror.
12145 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12146 an expect statement to match an expression with output from
12147 the program under debug.
12148 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12149 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12150 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12151 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12152 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12153
12154 2015-09-09 Doug Evans <dje@google.com>
12155
12156 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12157
12158 2015-09-09 Doug Evans <dje@google.com>
12159
12160 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12161
12162 2015-09-09 Doug Evans <dje@google.com>
12163
12164 * gdb.base/savedregs.exp: Fix typo.
12165
12166 2015-09-09 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12169
12170 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12171
12172 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12173 command actually switches threads. Give up on remaining
12174 tests if target fails to stop at breakpoint.
12175
12176 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12177
12178 * gdb.ada/funcall_char.exp: New testcase.
12179 * gdb.ada/funcall_char/foo.adb: New file.
12180
12181 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12182
12183 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12184 expected outputs. Add two testcases for completing ambiguous
12185 functions.
12186 * gdb.ada/complete/aux_pck.adb: New file.
12187 * gdb.ada/complete/aux_pck.ads: New file.
12188 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12189 Ambiguous_Func functions.
12190 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12191 * gdb.ada/complete/pck.adb: Likewise.
12192
12193 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12194
12195 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12196 failures to run the test program under GDB.
12197
12198 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
12199
12200 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12201 to C.
12202
12203 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12204
12205 * gdb.base/run-after-attach.exp: New test file.
12206 * gdb.base/run-after-attach.c: New test file.
12207
12208 2015-08-26 Don Breazeal <donb@codesourcery.com>
12209
12210 * gdb.base/foll-exec-2.c: New test program.
12211 * gdb.base/foll-exec-2.exp: New test.
12212
12213 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12214
12215 * gdb.base/nested-subp1.exp: New file.
12216 * gdb.base/nested-subp1.c: New file.
12217 * gdb.base/nested-subp2.exp: New file.
12218 * gdb.base/nested-subp2.c: New file.
12219 * gdb.base/nested-subp3.exp: New file.
12220 * gdb.base/nested-subp3.c: New file.
12221
12222 2015-08-24 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.server/connect-without-multi-process.c: New file.
12225 * gdb.server/connect-without-multi-process.exp: New file.
12226
12227 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.opt/inline-markers.c: Make z int.
12230
12231 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12232
12233 * gdb.opt/inline-markers.c: Make z volatile.
12234
12235 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
12236
12237 * gdb.opt/inline-bt.c: New volatile global z.
12238 * gdb.opt/inline-cmds.c: Likewise.
12239 * gdb.opt/inline-locals.c: Likewise.
12240 * gdb.opt/inline-markers.c: New extern global z.
12241 (marker): Use z.
12242 (inline_fn): Likewise.
12243
12244 2015-08-24 Pedro Alves <palves@redhat.com>
12245
12246 * config/m32r-stub.exp: Remove file.
12247 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12248 * gdb.base/call-rt-st.exp: Likewise.
12249 * gdb.base/call-strs.exp: Likewise.
12250 * gdb.base/default.exp: Remove references to h8300-*-hms and
12251 *-*-udi*.
12252 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12253
12254 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12255
12256 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12257 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12258 and "return" use KFAIL when GDB can not read/write the vector
12259 return value.
12260
12261 2015-08-21 Gary Benson <gbenson@redhat.com>
12262
12263 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12264
12265 2015-08-20 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.server/solib-list.exp: No longer expect an interior stop in
12268 non-stop mode.
12269
12270 2015-08-20 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.server/connect-stopped-target.c: New file.
12273 * gdb.server/connect-stopped-target.exp: New file.
12274
12275 2015-08-20 Pedro Alves <palves@redhat.com>
12276
12277 * gdb.dwarf2/comp-unit-lang.exp: New file.
12278 * gdb.dwarf2/comp-unit-lang.c: New file.
12279
12280 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12281
12282 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12283 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12284
12285 2015-08-19 Kevin Buettner <kevinb@redhat.com>
12286
12287 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12288 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12289
12290 2015-08-18 Doug Evans <dje@google.com>
12291 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12292
12293 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12294 skip_python_tests. New arg prompt_regexp.
12295 (skip_python_tests): New function.
12296 * lib/mi-support.exp (mi_skip_python_tests): New function.
12297 * gdb.python/py-mi-objfile-gdb.py: New file.
12298 * gdb.python/py-mi-objfile.c: New file.
12299 * gdb.python/py-mi-objfile.exp: New file.
12300
12301 2015-08-17 Keith Seitz <keiths@redhat.com>
12302
12303 * gdb.linespec/explicit.exp: Move strace test from here ...
12304 * gdb.trace/strace.exp: ... to here.
12305
12306 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12307
12308 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12309 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12310
12311 2015-08-14 Doug Evans <xdje42@gmail.com>
12312
12313 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12314 inferior before selecting a new file.
12315
12316 2015-08-14 Doug Evans <xdje42@gmail.com>
12317
12318 * gdb.mi/mi-disassemble.exp: Update.
12319 * gdb.base/disasm-optim.S: New file.
12320 * gdb.base/disasm-optim.c: New file.
12321 * gdb.base/disasm-optim.h: New file.
12322 * gdb.base/disasm-optim.exp: New file.
12323
12324 2015-08-14 Keith Seitz <keiths@redhat.com>
12325
12326 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12327 "evaluated-by".
12328
12329 2015-08-13 Joel Brobecker <brobecker@adacore.com>
12330
12331 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12332
12333 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12334
12335 * gdb.ada/fun_renaming.exp: New testcase.
12336 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12337 * gdb.ada/fun_renaming/pack.adb: New file.
12338 * gdb.ada/fun_renaming/pack.ads: New file.
12339
12340 2015-08-12 Keith Seitz <keiths@redhat.com>
12341
12342 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12343 gdb_get_line_number.
12344
12345 2015-08-12 Joel Brobecker <brobecker@adacore.com>
12346
12347 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12348 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12349 gdb.base/dso2dso.exp: New files.
12350
12351 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12352 Pedro Alves <palves@redhat.com>
12353 Keith Seitz <keiths@redhat.com>
12354
12355 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12356 GDBFLAGS.
12357
12358 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12359
12360 * gdb.base/gdbhistsize-history.exp
12361 (test_histsize_history_setting): Use save_vars.
12362 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12363 Use save_vars.
12364 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12365 * gdb.base/readline.exp: Use save_vars.
12366
12367 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12368
12369 * lib/gdb.exp (save_vars): New proc.
12370
12371 2015-08-11 Keith Seitz <keiths@redhat.com>
12372
12373 * gdb.base/help.exp: Update help_breakpoint_text.
12374
12375 2015-08-11 Keith Seitz <keiths@redhat.com>
12376
12377 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12378 (at toplevel): Call test_explicit_breakpoints.
12379 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12380 breakpoints.
12381 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12382 breakpoint conditions, "-cond".
12383
12384 2015-08-11 Keith Seitz <keiths@redhat.com>
12385
12386 * gdb.linespec/3explicit.c: New file.
12387 * gdb.linespec/cpexplicit.cc: New file.
12388 * gdb.linespec/cpexplicit.exp: New file.
12389 * gdb.linespec/explicit.c: New file.
12390 * gdb.linespec/explicit.exp: New file.
12391 * gdb.linespec/explicit2.c: New file.
12392 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12393 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12394 before using in the matching pattern.
12395 Clarify that `prefix' is a regular expression.
12396
12397 2015-08-11 Keith Seitz <keiths@redhat.com>
12398
12399 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12400 test.
12401 Add tests for missing ",FMT" and ",".
12402
12403 2015-08-10 Doug Evans <dje@google.com>
12404 Keith Seitz <keiths@redhat.com>
12405
12406 PR gdb/17960
12407 * gdb.base/completion.exp: Add location completer tests.
12408
12409 2015-08-07 Pedro Alves <palves@redhat.com>
12410
12411 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12412 tests here.
12413 (top level): Run do_test with and without displaced stepping.
12414
12415 2015-08-07 Pedro Alves <palves@redhat.com>
12416
12417 * gdb.base/valgrind-disp-step.c: New file.
12418 * gdb.base/valgrind-disp-step.exp: New file.
12419
12420 2015-08-07 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12423 Delete function.
12424 (main): Add alarm. Run an infinite loop instead of calling
12425 wait_threads.
12426 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12427 comment.
12428 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12429 Delete function.
12430 (main): Add alarm. Run an infinite loop instead of calling
12431 wait_threads.
12432 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12433 comment.
12434
12435 2015-08-07 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.base/checkpoint-ns.exp: New file.
12438 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12439 standard_testfile.
12440
12441 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12442
12443 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12444 * gdb.btrace/instruction_history.exp: Update.
12445 * gdb.btrace/tsx.exp: New.
12446 * gdb.btrace/tsx.c: New.
12447
12448 2015-08-06 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12451 increase timeout.
12452 * gdb.reverse/until-precsave.exp: Bump timeouts.
12453
12454 2015-08-06 Pedro Alves <palves@redhat.com>
12455
12456 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12457
12458 2015-08-06 Pedro Alves <palves@redhat.com>
12459
12460 PR gdb/18749
12461 * gdb.threads/process-dies-while-handling-bp.c: New file.
12462 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12463
12464 2015-08-06 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12467 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12468
12469 2015-08-05 Pedro Alves <palves@redhat.com>
12470
12471 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12472 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12473
12474 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12475
12476 * gdb.base/bp-permanent.exp: Report test as unsupported if
12477 the target cannot stop at the permanent breakpoint.
12478
12479 2015-08-03 Doug Evans <dje@google.com>
12480
12481 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12482 10000.
12483
12484 2015-08-03 Doug Evans <dje@google.com>
12485
12486 * Makefile.in (workers/%.worker, build-perf): New rule.
12487 (GDB_PERFTEST_MODE): New variable.
12488 (check-perf): Use it.
12489 (clean): Clean up gdb.perf parallel build subdirs.
12490 * lib/build-piece.exp: New file.
12491 * lib/gdb.exp (make_gdb_parallel_path): New function
12492 (standard_output_file, standard_temp_file): Call it.
12493 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12494 of $GDB_PARALLEL.
12495 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12496
12497 2015-08-03 Doug Evans <dje@google.com>
12498
12499 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12500 (LOG_FILE_NAME): New global.
12501 (TextReporter.__init__): Initialize self.txt_sum.
12502 (TextReporter.report): Add support for multiple data-points.
12503 Move report to perftest.sum, put raw data in perftest.log.
12504 (TextReporter.start): Open sum and log files.
12505 (TextReporter.end): Close sum and log files.
12506 * gdb.perf/lib/perftest/testresult.py
12507 (SingleStatisticTestResult.record): Handle multiple data-points.
12508
12509 2015-07-31 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12512 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12513 kill_wait_spawned_process instead of explicit "kill -9".
12514 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12515 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12516 kill_wait_spawned_process.
12517 * gdb.base/attach-twice.exp: Likewise.
12518 * gdb.base/attach.exp: Likewise.
12519 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12520 gdb_test_multiple.
12521 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12522 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12523 kill_wait_spawned_process.
12524 * gdb.base/valgrind-infcall.exp: Likewise.
12525 * gdb.multi/multi-attach.exp: Likewise.
12526 * gdb.python/py-prompt.exp: Likewise.
12527 * gdb.python/py-sync-interp.exp: Likewise.
12528 * gdb.server/ext-attach.exp: Likewise.
12529 * gdb.threads/attach-into-signal.exp (corefunc): Use
12530 spawn_wait_for_attach, spawn_id_get_pid and
12531 kill_wait_spawned_process.
12532 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12533 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12534 spawn_id_get_pid and kill_wait_spawned_process.
12535 * gdb.threads/attach-stopped.exp (corefunc): Use
12536 spawn_wait_for_attach, spawn_id_get_pid and
12537 kill_wait_spawned_process.
12538 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12539 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12540 kill_wait_spawned_process instead of explicit "kill -9".
12541 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12542 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12543 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12544 processes. Don't map cygwin/windows pids here. Now returns a
12545 spawn id list.
12546
12547 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12548
12549 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12550 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12551 correct patch.
12552
12553 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12554
12555 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12556
12557 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12558
12559 Reapply:
12560 2014-05-21 Mark Wielaard <mjw@redhat.com>
12561
12562 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12563
12564 2015-07-30 Pedro Alves <palves@redhat.com>
12565
12566 * linux-low.c (handle_extended_wait): Set the child's last
12567 reported status to TARGET_WAITKIND_STOPPED.
12568
12569 2015-07-30 Pedro Alves <palves@redhat.com>
12570
12571 PR threads/18600
12572 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12573 only shows inferior 1.
12574
12575 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12576 Pedro Alves <palves@redhat.com>
12577
12578 PR threads/18600
12579 * gdb.threads/fork-plus-threads.c: New file.
12580 * gdb.threads/fork-plus-threads.exp: New file.
12581
12582 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12583
12584 * gdb.base/batch-preserve-term-settings.exp
12585 (test_terminal_settings_preserved_after_cli_exit): Use
12586 send_quit_command.
12587
12588 2015-07-29 Pedro Alves <palves@redhat.com>
12589 Don Breazeal <donb@codesourcery.com>
12590
12591 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12592 output from both inferior_spawn_id and gdb_spawn_id.
12593
12594 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12595
12596 * gdb.threads/attach-into-signal.exp (corefunc): Use
12597 with_test_prefix on nested loops, uniquefying the test messages.
12598
12599 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12600
12601 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12602 commit.
12603
12604 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12605
12606 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12607 New proc.
12608 (test_terminal_settings_preserved_after_sigterm): New test.
12609
12610 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12611
12612 * gdb.base/batch-preserve-term-settings.exp
12613 (test_terminal_settings_preserved_after_cli_exit): New test.
12614
12615 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12616
12617 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12618 manipulation of saved_gdbflags.
12619 (test_terminal_settings_preserved): Remove global declaration of
12620 the unused variable pagination_prompt. Remove manipulation of
12621 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12622 GDBFLAGS.
12623
12624 2015-07-29 Pedro Alves <palves@redhat.com>
12625
12626 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12627
12628 2015-07-29 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12631 at the top.
12632
12633 2015-07-29 Pedro Alves <palves@redhat.com>
12634
12635 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12636 (main): Call gdb_unbuffer_output.
12637 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12638 (main): Call gdb_unbuffer_output.
12639 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12640 (main): Call gdb_unbuffer_output.
12641 * gdb.base/call-strs.exp: Adjust to step over the
12642 gdb_unbuffer_output call.
12643 * gdb.base/catch-gdb-caused-signals.c: Include
12644 "../lib/unbuffer_output.c".
12645 (main): Call gdb_unbuffer_output.
12646 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12647 (main): Call gdb_unbuffer_output.
12648 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12649 (main): Call gdb_unbuffer_output.
12650 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12651 (main): Call gdb_unbuffer_output.
12652 * gdb.base/shlib-call.exp: Adjust to step over the
12653 gdb_unbuffer_output call.
12654 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12655 (main): Call gdb_unbuffer_output.
12656 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12657 (main): Call gdb_unbuffer_output.
12658 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12659 (main): Rename to ...
12660 (test): ... this.
12661 (main): Reimplement.
12662 * gdb.base/varargs.exp: Run to test instead of to main.
12663 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12664 (main): Call gdb_unbuffer_output.
12665
12666 2015-07-29 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12669 factore out from mi_continue_dprintf. For call-style dprintfs,
12670 expect dprintf output out of $inferior_spawn_id.
12671 (mi_continue_dprintf): Use mi_expect_dprintf.
12672 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12673 (main): Call gdb_unbuffer_output.
12674
12675 2015-07-29 Pedro Alves <palves@redhat.com>
12676
12677 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12678 (default_mi_gdb_start): Set inferior_spawn_id instead of
12679 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12680 gdb_spawn_id.
12681 (mi_gdb_test): Always expect inferior output from both
12682 $inferior_spawn_id and $gdb_spawn_id.
12683
12684 2015-07-29 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12687 send_inferior and $inferior_spawn_id.
12688
12689 2015-07-29 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.gdb/complaints.exp (test_initial_complaints)
12692 (test_serial_complaints, test_short_complaints): Use
12693 gdb_test_stdio.
12694 (test_empty_complaint): Handle $inferior_spawn_id !=
12695 $gdb_spawn_id.
12696
12697 2015-07-29 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/varargs.exp: Use gdb_test_stdio.
12700
12701 2015-07-29 Pedro Alves <palves@redhat.com>
12702
12703 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12704
12705 2015-07-29 Pedro Alves <palves@redhat.com>
12706
12707 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12708
12709 2015-07-29 Pedro Alves <palves@redhat.com>
12710
12711 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12712 parameter into two new parameters, "inf_result" and "gdb_result".
12713 Expect inferior output and gdb output from $inferior_spawn_id and
12714 $gdb_spawn_id, respectively. Adjust all callers.
12715
12716 2015-07-29 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12719 of gdb_test_sequence.
12720
12721 2015-07-29 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12724 (saw_spurious_output): Expect inferior output from
12725 $inferior_spawn_id. Use gdb_test_stdio.
12726
12727 2015-07-29 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/dprintf.exp: Use standard_testfile. Change
12730 prepare_for_testing call.
12731 (srcfile): Don't set.
12732 (restart): New procedure.
12733 (test_dprintf): New procecure, use to continue over dprintfs.
12734 (test_call, test_agent): New procedures, tests moved here.
12735 Restart gdb and recreate dprintfs. Adjust expected output.
12736
12737 2015-07-29 Pedro Alves <palves@redhat.com>
12738
12739 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12740
12741 2015-07-29 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12744
12745 2015-07-29 Pedro Alves <palves@redhat.com>
12746
12747 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12748 gdb_test_stdio.
12749
12750 2015-07-29 Pedro Alves <palves@redhat.com>
12751
12752 * lib/gdb.exp (gdb_test_stdio): New procedure.
12753
12754 2015-07-29 Pedro Alves <palves@redhat.com>
12755
12756 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12757
12758 2015-07-29 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/call-signal-resume.exp: Remove check for
12761 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12762 * gdb.base/unwindonsignal.exp: Likewise.
12763 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12764 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
12765
12766 2015-07-29 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/siginfo-addr.c (pass): New function.
12769 (handler): Call it iff si_addr is correct.
12770 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
12771 Set a breakpoint at "pass" and continue to it.
12772
12773 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
12774
12775 * gdb.python/py-objfile.exp: Make some tests have unique names.
12776 * gdb.python/py-pp-registration.exp: Likewise.
12777
12778 2015-07-28 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.server/server-exec-info.exp: Issue a "disconnect".
12781
12782 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12783
12784 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
12785
12786 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
12787
12788 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
12789
12790 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
12791
12792 * gdb.base/gdb-sigterm-2.exp: New test.
12793
12794 2015-07-25 Doug Evans <xdje42@gmail.com>
12795
12796 Revert:
12797 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12798 (workers/%.worker, build-perf): New rule.
12799 (GDB_PERFTEST_MODE): New variable.
12800 (check-perf): Use it.
12801 (clean): Clean up gdb.perf parallel build subdirs.
12802 * lib/build-piece.exp: New file.
12803 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12804 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12805 name.
12806 (standard_temp_file): Ditto.
12807 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12808 of $GDB_PARALLEL.
12809
12810 2015-07-24 Doug Evans <dje@google.com>
12811
12812 * gdb.perf/lib/perftest/utils.py: New file.
12813 * gdb.perf/gm-hello.cc: New file.
12814 * gdb.perf/gm-pervasive-typedef.cc: New file.
12815 * gdb.perf/gm-pervasive-typedef.h: New file.
12816 * gdb.perf/gm-std.cc: New file.
12817 * gdb.perf/gm-std.h: New file.
12818 * gdb.perf/gm-use-cerr.cc: New file.
12819 * gdb.perf/gm-utils.h: New file.
12820 * gdb.perf/gmonster-null-lookup.py: New file.
12821 * gdb.perf/gmonster-pervasive-typedef.py: New file.
12822 * gdb.perf/gmonster-print-cerr.py: New file.
12823 * gdb.perf/gmonster-ptype-string.py: New file.
12824 * gdb.perf/gmonster-runto-main.py: New file.
12825 * gdb.perf/gmonster-select-file.py: New file.
12826 * gdb.perf/gmonster1-null-lookup.exp: New file.
12827 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
12828 * gdb.perf/gmonster1-print-cerr.exp: New file.
12829 * gdb.perf/gmonster1-ptype-string.exp: New file.
12830 * gdb.perf/gmonster1-runto-main.exp: New file.
12831 * gdb.perf/gmonster1-select-file.exp: New file.
12832 * gdb.perf/gmonster1.cc: New file.
12833 * gdb.perf/gmonster1.exp: New file.
12834 * gdb.perf/gmonster2-null-lookup.exp: New file.
12835 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
12836 * gdb.perf/gmonster2-print-cerr.exp: New file.
12837 * gdb.perf/gmonster2-ptype-string.exp: New file.
12838 * gdb.perf/gmonster2-runto-main.exp: New file.
12839 * gdb.perf/gmonster2-select-file.exp: New file.
12840 * gdb.perf/gmonster2.cc: New file.
12841 * gdb.perf/gmonster2.exp: New file.
12842
12843 2015-07-24 Doug Evans <dje@google.com>
12844
12845 * gdb.perf/README: New file.
12846 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
12847 * lib/gen-perf-test.exp: New file.
12848
12849 2015-07-24 Doug Evans <dje@google.com>
12850
12851 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
12852 (PerfTest::startup): New function.
12853 (PerfTest::run): Return result of calling body.
12854 (PerfTest::assemble): Rewrite.
12855 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
12856 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
12857 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
12858 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
12859 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
12860
12861 2015-07-24 Doug Evans <dje@google.com>
12862
12863 * lib/gdb.exp (clean_restart): Make executable optional.
12864
12865 2015-07-24 Doug Evans <dje@google.com>
12866
12867 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
12868 compiler_info references.
12869 * gdb.cp/temargs.exp: Ditto.
12870 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
12871 (get_compiler_info): Early exit if already computed. Set compiler_info
12872 to "unknown" if there was a problem.
12873 (test_compiler_info): Add function comment. Call get_compiler_info.
12874
12875 2015-07-24 Doug Evans <dje@google.com>
12876
12877 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
12878 (workers/%.worker, build-perf): New rule.
12879 (GDB_PERFTEST_MODE): New variable.
12880 (check-perf): Use it.
12881 (clean): Clean up gdb.perf parallel build subdirs.
12882 * lib/build-piece.exp: New file.
12883 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
12884 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
12885 name.
12886 (standard_temp_file): Ditto.
12887 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12888 of $GDB_PARALLEL.
12889
12890 2015-07-24 Doug Evans <dje@google.com>
12891
12892 * lib/future.exp (gdb_default_target_compile): New option
12893 "early_flags".
12894 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
12895 --as-needed.
12896
12897 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
12898
12899 * gdb.base/catch-syscall.exp: Call gdb_exit before
12900 gdb_skip_xml_test.
12901
12902 2015-07-24 Pedro Alves <palves@redhat.com>
12903
12904 * gdb.python/py-events.exp: Accept output between the stop event
12905 and the prompt.
12906 * gdb.python/py-evsignal.exp: Likewise.
12907 * gdb.python/py-evthreads.exp: Likewise.
12908
12909 2015-07-24 Pedro Alves <palves@redhat.com>
12910
12911 PR gdb/18717
12912 * gdb.threads/non-ldr-exit.c: New file.
12913 * gdb.threads/non-ldr-exit.exp: New file.
12914
12915 2015-07-24 Yao Qi <yao.qi@linaro.org>
12916
12917 * gdb.server/ext-wrapper.exp: Test --wrapper option when
12918 restarting process.
12919
12920 2015-07-24 Yao Qi <yao.qi@linaro.org>
12921
12922 * gdb.server/ext-restart.exp: New file.
12923
12924 2015-07-24 Yao Qi <yao.qi@linaro.org>
12925
12926 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
12927 argument options.
12928 * gdb.server/ext-wrapper.exp: New file.
12929
12930 2015-07-23 Doug Evans <dje@google.com>
12931
12932 * gdb.dwarf2/dw2-dummy-cu.S: New file.
12933 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
12934
12935 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
12936
12937 * gdb.ada/var_arr_typedef.exp: New testcase.
12938 * gdb.ada/var_arr_typedef/pack.adb: New file.
12939 * gdb.ada/var_arr_typedef/pack.ads: New file.
12940 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
12941
12942 2015-07-20 Joel Brobecker <brobecker@adacore.com>
12943
12944 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
12945
12946 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12947
12948 * gdb.arch/i386-biarch-core.exp: Replace istarget
12949 by "complete set gnutarget". Remove expectation for the "core-file"
12950 command.
12951
12952 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12953
12954 Revert the previous commit:
12955 Tests for validate symbol file using build-id.
12956
12957 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12958
12959 Tests for validate symbol file using build-id.
12960 * gdb.base/solib-mismatch-lib.c: New file.
12961 * gdb.base/solib-mismatch-libmod.c: New file.
12962 * gdb.base/solib-mismatch.c: New file.
12963 * gdb.base/solib-mismatch.exp: New file.
12964
12965 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12966
12967 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12968 nios2-*-linux*.
12969 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12970 * gdb.base/siginfo.exp: Likewise.
12971 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12972
12973 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12974
12975 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12976 Move it to ...
12977 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12978 ... here.
12979 * gdb.trace/range-stepping.exp: Check that the target supports
12980 range stepping.
12981
12982 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12983
12984 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12985
12986 2015-07-14 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/killed-outside.exp: New file.
12989 * gdb.base/killed-outside.c: New file.
12990
12991 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12992
12993 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12994 (n at main): New.
12995 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12996
12997 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12998
12999 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13000 infcall tests instead of setting up for KFAIL.
13001
13002 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13003
13004 * gdb.btrace/record_goto-step.exp: New.
13005
13006 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13007
13008 PR compile/18484
13009 * gdb.compile/compile.c (struct struct_type): Add volatile to
13010 selffield's type.
13011 * gdb.compile/compile.exp
13012 (compile code struct_object.selffield = &struct_object): Skip further
13013 struct_object tests if this one xfails.
13014
13015 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
13016
13017 PR exp/18617
13018 * gdb.trace/ax.exp: Add test.
13019
13020 2015-07-07 Yao Qi <yao.qi@linaro.org>
13021
13022 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13023 instead of istarget "aarch64*-*-*".
13024 * gdb.arch/aarch64-fp.exp: Likewise.
13025 * gdb.base/float.exp: Likewise.
13026 * gdb.reverse/aarch64.exp: Likewise.
13027 * lib/gdb.exp (is_aarch64_target): New proc.
13028
13029 2015-07-07 Yao Qi <yao.qi@linaro.org>
13030
13031 * lib/gdb.exp (is_aarch32_target): New proc.
13032 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13033 instead of "istarget "arm*-*-*"".
13034 * gdb.arch/arm-disp-step.exp: Likewise.
13035 * gdb.arch/thumb-bx-pc.exp: Likewise.
13036 * gdb.arch/thumb-prologue.exp: Likewise.
13037 * gdb.arch/thumb-singlestep.exp: Likewise.
13038 * gdb.base/disp-step-syscall.exp: Likewise.
13039 * gdb.base/float.exp: Likewise.
13040
13041 2015-07-07 Yao Qi <yao.qi@linaro.org>
13042
13043 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13044 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13045
13046 2015-07-07 Yao Qi <yao.qi@linaro.org>
13047
13048 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13049 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13050 if it exists.
13051 * gdb.multi/multi-arch.exp: Likewise.
13052
13053 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13054
13055 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13056 print.
13057
13058 2015-07-07 Yao Qi <yao.qi@linaro.org>
13059
13060 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13061
13062 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13063
13064 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13065 '[' and ']' characters.
13066
13067 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13068
13069 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13070
13071 2015-06-29 Pedro Alves <palves@redhat.com>
13072
13073 PR threads/18127
13074 * gdb.threads/hand-call-new-thread.c: New file.
13075 * gdb.threads/hand-call-new-thread.c: New file.
13076
13077 2015-06-26 Keith Seitz <keiths@redhat.com>
13078 Doug Evans <dje@google.com>
13079
13080 PR 16253
13081 * gdb.cp/var-tag-2.cc: New file.
13082 * gdb.cp/var-tag-3.cc: New file.
13083 * gdb.cp/var-tag-4.cc: New file.
13084 * gdb.cp/var-tag.cc: New file.
13085 * gdb.cp/var-tag.exp: New file.
13086
13087 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13088
13089 * gdb.base/history-duplicates.exp: New test.
13090
13091 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13092
13093 * gdb.base/completion.exp: Test the completion of the "focus"
13094 command.
13095
13096 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13097
13098 * gdb.arch/amd64-prologue-skip.S: New file.
13099 * gdb.arch/amd64-prologue-skip.exp: New file.
13100
13101 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13102
13103 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13104 is_address_zero_readable check.
13105
13106 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13107
13108 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13109 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13110
13111 2015-06-24 Yao Qi <yao.qi@linaro.org>
13112
13113 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13114 linux targets.
13115
13116 2015-06-24 Yao Qi <yao.qi@linaro.org>
13117
13118 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13119 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13120 * gdb.base/siginfo-thread.exp: Likewise.
13121
13122 2015-06-22 Yao Qi <yao.qi@linaro.org>
13123
13124 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13125
13126 2015-06-22 Yao Qi <yao.qi@linaro.org>
13127
13128 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13129 aarch64*-*-*.
13130 (skip_hw_watchpoint_tests): Likewise.
13131
13132 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13133
13134 * gdb.base/gdbinit-history.exp: Test the interaction between
13135 setting GDBHISTSIZE and setting the history size via .gdbinit.
13136
13137 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13138
13139 PR gdb/16999
13140 * gdb.base/gdbhistsize-history.exp: New test.
13141
13142 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13143
13144 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13145 with GDBHISTSIZE.
13146 * gdb.base/readline.exp: Likewise.
13147
13148 2015-06-17 Yao Qi <yao.qi@linaro.org>
13149
13150 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13151 line.
13152
13153 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13154
13155 * gdb.base/gdbinit-history.exp: Add test case to check that
13156 an unlimited history file does not get truncated on exit.
13157
13158 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13159
13160 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13161 (VECTOR): New macro. Use it...
13162 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13163 ...for these typedefs.
13164 (int8, char1, int1, double1): New typedefs.
13165 (struct just_int2, struct two_int2): New structures.
13166 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13167 (add_structvecs, add_singlevecs): New functions.
13168 (main): Call add_some_intvecs twice.
13169 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13170 the compile and exit upon failure. Try compiling for the "native"
13171 architecture. Test inferior function calls with vector arguments
13172 and vector return value handling with "finish" and "return".
13173
13174 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13175
13176 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13177 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13178 PE file.
13179 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13180
13181 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13182
13183 PR breakpoints/16465
13184 * gdb.mi/mi-dprintf-pending.c: New file.
13185 * gdb.mi/mi-dprintf-pending.exp: New test.
13186 * gdb.mi/mi-dprintf-pendshr.c: New file.
13187
13188 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13189 Mircea Gherzan <mircea.gherzan@intel.com>
13190
13191 * gdb.arch/i386-mpx-map.c: New file.
13192 * gdb.arch/i386-mpx-map.exp: New File.
13193
13194 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13195
13196 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13197 * gdb.arch/i386-mpx.exp: Indentation fixed.
13198
13199 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13200
13201 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13202 function and improved indentation.
13203 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13204 gdb_test_multiple. Added additional tests to skip the test.
13205
13206 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13207
13208 * gdb.arch/i386-avx512.c: Change path in include file.
13209 * gdb.arch/i386-avx512.exp: Change include dir path
13210 compilation flag.
13211 * gdb.arch/i386-mpx.c: Change path in include file.
13212 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13213 flag.
13214
13215 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13216
13217 * gdb.compile/compile-print.exp (compile print *vararray@3)
13218 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13219
13220 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13221
13222 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13223 (do not keep jit in memory): ... this.
13224 (expect 5): Change it to ...
13225 (expect no 5): ... this.
13226
13227 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13228
13229 PR gdb/15564
13230 * gdb.mi/mi-detach.exp: New file.
13231
13232 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13233
13234 PR symtab/18392
13235 * gdb.arch/amd64-tailcall-self.S: New file.
13236 * gdb.arch/amd64-tailcall-self.c: New file.
13237 * gdb.arch/amd64-tailcall-self.exp: New file.
13238
13239 2015-05-28 Don Breazeal <donb@codesourcery.com>
13240
13241 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13242 tests for remote targets by checking is_target_gdbserver.
13243
13244 2015-05-27 Doug Evans <dje@google.com>
13245
13246 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13247 * gdb.dwarf2/opaque-type-lookup.c: New file.
13248 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13249
13250 2015-05-26 Doug Evans <dje@google.com>
13251
13252 * gdb.cp/iostream.cc: New file.
13253 * gdb.cp/iostream.exp: New file.
13254
13255 2015-05-26 Doug Evans <dje@google.com>
13256
13257 * gdb.dwarf2/dw2-op-call.exp: Update.
13258 * gdb.dwarf2/dw4-sig-types.exp: Update.
13259 * gdb.dwarf2/implptr.exp: Update.
13260 * gdb.mi/mi-cmd-param-changed.exp: Update.
13261
13262 2015-05-26 Doug Evans <dje@google.com>
13263
13264 * gdb.python/py-lazy-string.c: New file.
13265 * gdb.python/py-lazy-string.exp: New file.
13266 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13267 (main): Update. Add estring3.
13268 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13269 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13270
13271 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13272 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.reverse/aarch64.c: New.
13275 * gdb.reverse/aarch64.exp: New.
13276
13277 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
13278
13279 * lib/gdb.exp (supports_process_record): Return true for
13280 aarch64*-linux*.
13281 (supports_reverse): Likewise.
13282
13283 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13284
13285 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13286 Use with_test_prefix.
13287
13288 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13289
13290 * gdb.base/completion.exp: Add test for completion of layout
13291 names.
13292
13293 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13294
13295 * lib/gdb.exp (skip_tui_tests): New proc.
13296 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13297
13298 2015-05-19 Pedro Alves <palves@redhat.com>
13299
13300 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13301 Save the whole env array instead of just HOME. Unset HISTSIZE in
13302 the environment while testing. Restore whole environment
13303 afterwards.
13304
13305 2015-05-16 Doug Evans <xdje42@gmail.com>
13306
13307 * gdb.guile/scm-ports.c: New file.
13308 * gdb.guile/scm-ports.exp: Add memory port tests.
13309
13310 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13311
13312 * gdb.compile/compile-print.c: New file.
13313 * gdb.compile/compile-print.exp: New file.
13314
13315 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13316
13317 * gdb.compile/compile-ops.exp: Cast param to void.
13318 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13319 (compile code struct_object.selffield = &struct_object): Add xfail.
13320
13321 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13322
13323 * gdb.ada/arr_enum_with_gap: New testcase.
13324
13325 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13326
13327 * gdb.ada/byte_packed_arr: New testcase.
13328
13329 2015-05-15 Joel Brobecker <brobecker@adacore.com>
13330
13331 * gdb.ada/pckd_neg: New testcase.
13332
13333 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13334
13335 PR gdb/17820
13336 * gdb.base/gdbinit-history.exp: New test.
13337 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13338 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13339
13340 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13341
13342 * gdb.python/py-xmethods.cc: Enhance test case.
13343 * gdb.python/py-xmethods.exp: New tests.
13344 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13345 function.
13346 (B_indexoper): Likewise.
13347 (global_dm_list) : Add new xmethod worker functions.
13348
13349 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13350
13351 * gdb.base/coredump-filter.exp: Correctly unset
13352 "coredump_var_addr" array.
13353
13354 2015-05-08 Pedro Alves <palves@redhat.com>
13355
13356 * gdb.server/non-existing-program.exp: Unset spawn_id.
13357
13358 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13359
13360 PR python/18291
13361 * gdb.python/py-xmethods.exp: Add tests.
13362
13363 2015-05-08 Yao Qi <yao.qi@linaro.org>
13364
13365 PR gdb/18208
13366 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13367 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13368 function set_coredump_filter, and remove remote_exec call.
13369 Remove argument ipid. Callers update.
13370 (top level): Don't get inferior's PID.
13371
13372 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13373
13374 * gdb.base/watch_thread_num.exp: Skip test on targets without
13375 access watchpoints.
13376
13377 2015-05-06 Pedro Alves <palves@redhat.com>
13378
13379 PR server/18081
13380 * gdb.server/non-existing-program.exp: New file.
13381
13382 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13383
13384 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13385
13386 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13387
13388 * gdb.ada/out_of_line_in_inlined: New testcase.
13389
13390 2015-05-05 Joel Brobecker <brobecker@adacore.com>
13391
13392 * gdb.ada/var_rec_arr: New testcase.
13393
13394 2015-04-30 Yao Qi <yao.qi@linaro.org>
13395
13396 * gdb.base/break-idempotent.exp: If
13397 skip_hw_watchpoint_multi_tests returns true, skip the tests
13398 on "rwatch" and "awatch".
13399
13400 2015-04-30 Yao Qi <yao.qi@linaro.org>
13401
13402 * gdb.base/relativedebug.exp: Invoke gdb command
13403 "info sharedlibrary", and if libc.so doesn't have debug info,
13404 skip the test.
13405
13406 2015-04-29 Doug Evans <dje@google.com>
13407
13408 * gdb.python/py-xmethods.exp: Add ptype tests.
13409 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13410 get_result_type method.
13411
13412 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13413
13414 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13415 the target does not support hardware watchpoints.
13416
13417 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
13418
13419 * gdb.base/break-always.exp: Abort testing if writing to memory
13420 causes an error.
13421
13422 2015-04-28 Doug Evans <dje@google.com>
13423
13424 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13425 * gdb.python/py-pp-registration.exp: ... here. New file.
13426 * gdb.python/py-pp-registration.c: New file.
13427 * gdb.python/py-pp-registration.py: New file.
13428
13429 2015-04-28 Doug Evans <dje@google.com>
13430
13431 * gdb.python/py-bad-printers.c: New file.
13432 * gdb.python/py-bad-printers.py: New file.
13433 * gdb.python/py-bad-printers.exp: New file.
13434
13435 2015-04-28 Sasha Smundak <asmundak@google.com>
13436
13437 * gdb.python/py-type.exp: New test.
13438
13439 2015-04-28 Andy Wingo <wingo@igalia.com>
13440
13441 * gdb.python/py-parameter.exp:
13442 * gdb.guile/scm-parameter.exp: Escape the path that we are
13443 matching against, as it might contain characters that are special
13444 to regular expressions.
13445
13446 2015-04-27 Joel Brobecker <brobecker@adacore.com>
13447
13448 * gdb.ada/rec_comp: New testcase.
13449
13450 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13451
13452 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13453 before using it.
13454
13455 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13456
13457 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13458 new tests for verilog output.
13459
13460 2015-04-24 Yao Qi <yao.qi@linaro.org>
13461
13462 * boards/remote-gdbserver-on-localhost.exp: New file.
13463
13464 2015-04-23 Pedro Alves <palves@redhat.com>
13465
13466 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13467 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13468 "end of file", remove $inferior_spawn_id from the indirect list.
13469
13470 2015-04-23 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13473
13474 2015-04-23 Pedro Alves <palves@redhat.com>
13475
13476 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13477 on $any_spawn_id instead of only on $gdb_spawn_id.
13478
13479 2015-04-21 Pierre Muller <muller@sourceware.org>
13480
13481 PR pascal/17815
13482 * lib/pascal.exp (gpc_compile): Add new option "class".
13483 (fpc_compile): Likewise.
13484 * gdb.pascal/case-insensitive-symbols.pas: New file.
13485 * gdb.pascal/case-insensitive-symbols.exp: New file.
13486
13487 2015-04-20 Gary Benson <gbenson@redhat.com>
13488
13489 * gdb.base/attach.exp: Fix three extended remote failures.
13490
13491 2015-04-17 Gary Benson <gbenson@redhat.com>
13492
13493 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13494 the main executable over the remote protocol.
13495
13496 2015-04-16 Pedro Alves <palves@redhat.com>
13497
13498 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13499 a new gdbserver if gdbserver_reconnect_p is set.
13500
13501 2015-04-16 Pedro Alves <palves@redhat.com>
13502
13503 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13504 is set, don't exit gdbserver.
13505
13506 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13507
13508 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13509 appropriate .insn, such that an older assembler can be used.
13510 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13511 the z/Architecture instruction set on 31-bit targets as well.
13512
13513 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13514
13515 * gdb.go/handcall.exp: Remove all logic related to the first
13516 breakpoint and rely on go_runto_main instead.
13517 * gdb.go/strings.exp: Likewise.
13518 * gdb.go/unsafe.exp: Likewise.
13519 * gdb.go/hello.exp: Likewise. Also rename the remaining
13520 breakpoint marker to "breakpoint 1".
13521 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13522 * gdb.go/strings.go: Likewise.
13523 * gdb.go/unsafe.go: Likewise.
13524 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13525 "set breakpoint 2 here" and rename the remaining breakpoint marker
13526 to "breakpoint 1".
13527
13528 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13529
13530 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13531 if itertools.imap is not present.
13532 * gdb.python/py-objfile.exp: Add parentheses.
13533 * gdb.python/py-type.exp: Same.
13534 * gdb.python/py-unwind-maint.py: Same.
13535
13536 2015-04-15 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13539 of ":$ptr_size" and set its form explicitly.
13540
13541 2015-04-15 Pedro Alves <palves@redhat.com>
13542 Yao Qi <yao.qi@linaro.org>
13543
13544 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13545 timeout by factor of 4.
13546 (test_regular_watch): Likewise.
13547 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13548 * gdb.reverse/sigall-reverse.exp: Likewise.
13549 * gdb.reverse/until-precsave.exp: Likewise.
13550 * lib/gdb.exp (with_timeout_factor): New proc.
13551 (gdb_expect): Move some code to ...
13552 (get_largest_timeout): ... here. New procedure.
13553
13554 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
13555
13556 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13557
13558 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13559
13560 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13561 to write to the .text section.
13562
13563 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
13564
13565 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13566 Handle the case of targets that do not provide PID information.
13567
13568 2015-04-13 Yao Qi <yao.qi@linaro.org>
13569
13570 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13571 and use expect instead of gdb_expect.
13572
13573 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13574
13575 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13576 "coredump_var_addr" to avoid naming conflict with other testcases.
13577
13578 2015-04-10 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13581 gdb_test_sequence and gdb_assert.
13582
13583 2015-04-10 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13586 test messages that don't include the breakpoint address.
13587
13588 2015-04-10 Yao Qi <yao.qi@linaro.org>
13589
13590 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13591 false for some offset and width combinations which aren't
13592 supported by linux kernel.
13593
13594 2015-04-10 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13597 procedure, factored out from ...
13598 (top level): ... here. Add "set displaced-stepping" testing axis.
13599 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13600 parameter "displaced". Use it.
13601 (top level): Use foreach and add "set displaced-stepping" testing
13602 axis.
13603
13604 2015-04-10 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13607 Remove comment.
13608 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13609 both the address of the instruction that triggers the watchpoint
13610 and the address of the instruction immediately after, and use
13611 those addresses for the test. Fix comment.
13612
13613 2015-04-10 Pedro Alves <palves@redhat.com>
13614
13615 * gdb.base/sigstep.exp (breakpoint_to_handler)
13616 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13617 Test "backtrace" in handler.
13618 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13619 (top level): Add new "displaced" test axis to
13620 breakpoint_to_handler, breakpoint_to_handler_entry and
13621 breakpoint_over_handler.
13622
13623 2015-04-10 Pedro Alves <palves@redhat.com>
13624
13625 PR gdb/18216
13626 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13627
13628 2015-04-10 Yao Qi <yao.qi@linaro.org>
13629
13630 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13631 (test_add_rn_pc): New function.
13632 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13633 (top level): Invoke test_add_rn_pc.
13634
13635 2015-04-10 Pedro Alves <palves@redhat.com>
13636
13637 PR gdb/13858
13638 * gdb.base/step-over-no-symbols.exp: New file.
13639
13640 2015-04-09 Andy Wingo <wingo@igalia.com>
13641
13642 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13643 after the Python tests.
13644
13645 2015-04-08 Keith Seitz <keiths@redhat.com>
13646
13647 PR python/16699
13648 * gdb.python/py-completion.exp: New tests for completion.
13649 * gdb.python/py-completion.py (CompleteLimit1): New class.
13650 (CompleteLimit2): Likewise.
13651 (CompleteLimit3): Likewise.
13652 (CompleteLimit4): Likewise.
13653 (CompleteLimit5): Likewise.
13654 (CompleteLimit6): Likewise.
13655 (CompleteLimit7): Likewise.
13656
13657 2015-04-08 Pedro Alves <palves@redhat.com>
13658
13659 PR gdb/18214
13660 PR gdb/18216
13661 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13662 function.
13663 (main): Install it as SIGUSR1 handler.
13664 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13665 parameter. Always use "setup" as prefix. Toggle "set
13666 displaced-stepping" off/on depending on global. Don't switch to
13667 thread 1 here.
13668 (top level): Add displaced stepping "off/on" test axis. Update
13669 "setup" calls. Wrap each subtest with with_test_prefix. Test
13670 continuing with a queued signal in each thread.
13671
13672 2015-04-08 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13675 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13676 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13677 Return early if running to main fails.
13678 * gdb.trace/while-stepping.exp: Likewise.
13679
13680 2015-04-07 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13683 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13684 interact with inferior program.
13685
13686 2015-04-07 Pedro Alves <palves@redhat.com>
13687
13688 * lib/gdb.exp (inferior_spawn_id): New global.
13689 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13690 spawn id after processing the user code.
13691 (default_gdb_start): Set inferior_spawn_id.
13692 (send_inferior): New procedure.
13693 * lib/gdbserver-support.exp (gdbserver_start): Set
13694 inferior_spawn_id.
13695 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13696
13697 2015-04-07 Pedro Alves <palves@redhat.com>
13698
13699 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13700 * lib/gdbserver-support.exp (gdbserver_start): Make
13701 $server_spawn_id global.
13702 (gdbserver_start): Don't wait for gdbserver's spawn id with
13703 expect_background.
13704 (close_gdbserver): New procedure.
13705 (gdb_exit): Rename the default version and reimplement.
13706
13707 2015-04-07 Pedro Alves <palves@redhat.com>
13708
13709 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
13710 append the substituted item, not the original item.
13711
13712 2015-04-07 Pedro Alves <palves@redhat.com>
13713
13714 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13715 gdb_expect.
13716
13717 2015-04-07 Pedro Alves <palves@redhat.com>
13718
13719 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13720 output appearing once only.
13721
13722 2015-04-07 Pedro Alves <palves@redhat.com>
13723
13724 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13725 that doesn't expect anything. Return early if running to main
13726 fails.
13727
13728 2015-04-07 Yao Qi <yao.qi@linaro.org>
13729
13730 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13731 (child_function): Call alarm.
13732 (main): Move call to alarm into the loop.
13733 * gdb.threads/non-stop-fair-events.exp: Build program with
13734 -DTIMEOUT=$timeout.
13735
13736 2015-04-06 Doug Evans <xdje42@gmail.com>
13737
13738 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13739 Fix dest parameter to board_info.
13740 (fpc_compile): Ditto.
13741 (gdb_compile_pascal): Rename dest arg to destfile.
13742
13743 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13744
13745 * gdb.ada/funcall_ref.exp: New file.
13746 * gdb.ada/funcall_ref/foo.adb: New file.
13747
13748 2015-04-02 Yao Qi <yao.qi@linaro.org>
13749
13750 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13751 is remote.
13752
13753 2015-04-02 Gary Benson <gbenson@redhat.com>
13754
13755 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13756
13757 2015-04-01 Sasha Smundak <asmundak@google.com>
13758
13759 * gdb.python/py-unwind-maint.c: New file.
13760 * gdb.python/py-unwind-maint.exp: New test.
13761 * gdb.python/py-unwind-maint.py: New file.
13762 * gdb.python/py-unwind.c: New file.
13763 * gdb.python/py-unwind.exp: New test.
13764 * gdb.python/py-unwind.py: New test.
13765
13766 2015-04-01 Pedro Alves <palves@redhat.com>
13767
13768 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
13769 to fail instead of non-existent $test.
13770
13771 2015-04-01 Pedro Alves <palves@redhat.com>
13772
13773 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
13774 GDBFLAGS if not empty.
13775
13776 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
13777
13778 * gdb.ada/complete.exp: Remove "multi_line".
13779 * gdb.ada/info_exc.exp: Remove "multi_line".
13780 * gdb.ada/packed_tagged.exp: Remove "multi_line".
13781 * gdb.ada/ptype_field.exp: Remove "multi_line".
13782 * gdb.ada/sym_print_name.exp: Remove "multi_line".
13783 * gdb.ada/tagged.exp: Remove "multi_line".
13784 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
13785 [multi_line ...]
13786 * gdb.btrace/delta.exp: Likewise.
13787 * gdb.btrace/exception.exp: Likewise.
13788 * gdb.btrace/function_call_history.exp: Likewise.
13789 * gdb.btrace/instruction_history.exp: Likewise.
13790 * gdb.btrace/nohist.exp: Likewise.
13791 * gdb.btrace/record_goto.exp: Likewise.
13792 * gdb.btrace/segv.exp: Likewise.
13793 * gdb.btrace/stepi.exp: Likewise.
13794 * gdb.btrace/tailcall.exp: Likewise.
13795 * gdb.btrace/unknown_functions.exp: Likewise.
13796 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
13797 * lib/gdb.exp: Add the "multi_line" helper.
13798
13799 2015-04-01 Pedro Alves <palves@redhat.com>
13800
13801 * gdb.threads/tid-reuse.c: New file.
13802 * gdb.threads/tid-reuse.exp: New file.
13803
13804 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
13805
13806 PR corefiles/16092
13807 * gdb.base/coredump-filter.c: New file.
13808 * gdb.base/coredump-filter.exp: Likewise.
13809
13810 2015-03-27 Petr Machata <pmachata@redhat.com>
13811
13812 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
13813 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
13814 (Dwarf::assemble): Initialize them.
13815 (Dwarf::lines): New function.
13816
13817 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
13818
13819 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
13820 SYMBOL_PREFIX for x86_64-*-cygwin.
13821
13822 2015-03-26 Andy Wingo <wingo@igalia.com>
13823
13824 PR symtab/18148
13825 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
13826 const_value but not a location.
13827 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
13828 location defined in non-main CUs are visible.
13829
13830 2015-03-26 Yao Qi <yao.qi@linaro.org>
13831
13832 PR testsuite/18139
13833 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
13834 Add a line number entry for the same line.
13835 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
13836 Add a line number entry for the same line.
13837
13838 2015-03-26 Yao Qi <yao.qi@linaro.org>
13839
13840 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
13841 .int 0.
13842 (func): Likewise. Add .Lfunc_1 label.
13843 Use .Lfunc_1 label.
13844 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
13845 .int 0.
13846 (func): Likewise.
13847 Use .Lfunc_1 label.
13848
13849 2015-03-26 Yao Qi <yao.qi@linaro.org>
13850
13851 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
13852 Call gdb_compile instead to compile each .s files without debug
13853 information.
13854
13855 2015-03-26 Yao Qi <yao.qi@linaro.org>
13856
13857 * gdb.base/savedregs.exp (process_saved_regs): Make
13858 "Saved registers:" optional in the pattern.
13859
13860 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13861
13862 * gdb.btrace/next.exp: Merged into step.exp.
13863 * gdb.btrace/finish.exp: Merged into step.exp.
13864 * gdb.btrace/nexti.exp: Merged into stepi.exp.
13865 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
13866 "record goto" and checking the exact replay position.
13867 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
13868 check for "Recording format" in "info record" output.
13869 * gdb.btrace/record_goto.exp: Choose test file based on target.
13870 * gdb.btrace/x86-record_goto.S: Renamed into ...
13871 * gdb.btrace/x86_64-record_goto.S: ... this.
13872 * gdb.btrace/i686-record_goto.S: New.
13873 * gdb.btrace/x86-tailcall.S: Renamed into ...
13874 * gdb.btrace/x86_64-tailcall.S: ... this.
13875 * gdb.btrace/i686-tailcall.S: New.
13876 * gdb.btrace/x86-tailcall.c: Renamed into ...
13877 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
13878 separate statements. Update test.
13879 * gdb.btrace/delta.exp: Use record_goto.c as test file.
13880 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
13881 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
13882 * gdb.btrace/tailcall.exp: Choose test file based on target.
13883 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
13884
13885 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
13886
13887 * gdb.btrace/exception.exp: Increase BTS buffer size.
13888
13889 2015-03-24 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
13892
13893 2015-03-24 Pedro Alves <palves@redhat.com>
13894
13895 * gdb.threads/schedlock.exp (test_step): No longer expect that
13896 "set scheduler-locking step" with "next" over a function call runs
13897 threads unlocked.
13898
13899 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13900
13901 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
13902
13903 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13904
13905 PR breakpoints/16466
13906 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
13907 * gdb.mi/mi-pending.c (thread_func): New function.
13908 (int main): Add threading support required.
13909 * gdb.mi/mi-pending.exp: Add tests for this issue.
13910 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
13911 (pendfunc2): Remove stdio dependency.
13912 * gdb.mi/mi-pendshr2.c: New file.
13913
13914 2015-03-23 Keith Seitz <keiths@redhat.com>
13915
13916 * gdb.linespec/keywords.c: New file.
13917 * gdb.linespec/keywords.exp: New file.
13918
13919 2015-03-23 Keith Seitz <keiths@redhat.com>
13920
13921 PR gdb/18021
13922 * gdb.dwarf2/staticvirtual.exp: New test.
13923
13924 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13925
13926 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
13927 * README: Remove HP-UX and gdb.hp.
13928 (configuration):
13929 * configure: Regenerate.
13930 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
13931 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
13932 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
13933 gdb.hp/gdb.defects/Makefile.
13934 * gdb.hp/Makefile.in: File deleted.
13935 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
13936 * gdb.hp/gdb.aCC/optimize.c: File deleted.
13937 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
13938 * gdb.hp/gdb.aCC/run.c: File deleted.
13939 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
13940 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
13941 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
13942 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
13943 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
13944 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
13945 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
13946 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
13947 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
13948 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13949 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13950 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13951 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13952 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13953 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13954 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13955 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13956 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13957 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13958 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13959 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13960 * gdb.hp/gdb.compat/average.c: File deleted.
13961 * gdb.hp/gdb.compat/sum.c: File deleted.
13962 * gdb.hp/gdb.compat/xdb.c: File deleted.
13963 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13964 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13965 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13966 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13967 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13968 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13969 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13970 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13971 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13972 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13973 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13974 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13975 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13976 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13977 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13978 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13979 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13980 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13981 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13982 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13983 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13984 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13985 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13986 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13987 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13988 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13989 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13990 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13991 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13992 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13993 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13994 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13995 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13996 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13997 * gdb.hp/tools/odump: File deleted.
13998
13999 2015-03-19 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14002 (saw_thread_3): New globals.
14003 (top level): Increment them when an event for the corresponding
14004 thread is seen.
14005 (no thread starvation): New test.
14006
14007 2015-03-19 Pedro Alves <palves@redhat.com>
14008
14009 * gdb.threads/continue-pending-status.c: New file.
14010 * gdb.threads/continue-pending-status.exp: New file.
14011
14012 2015-03-18 Pedro Alves <palves@redhat.com>
14013
14014 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14015 Use gdb_is_target_remote instead of is_remote. Use
14016 gdb_test_multiple instead of gdb_expect. Exit early if
14017 gdb_test_multiple hits its internal matches. Tighten stepi tests
14018 expected output. Fail on exit with any signal, instead of just
14019 SIGILL.
14020
14021 2015-03-18 Yao Qi <yao.qi@linaro.org>
14022
14023 PR tdep/18107
14024 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14025 variable.
14026 * gdb.base/catch-syscall.exp: Don't skip it on
14027 aarch64*-*-linux* target. Remove elements in all_syscalls.
14028 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14029 target.
14030 (setup_all_syscalls): New proc.
14031
14032 2015-03-16 Yao Qi <yao.qi@linaro.org>
14033
14034 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14035 (top level): Skip tests if valid_addr_p returns false for
14036 $cmd1 or $cmd2.
14037
14038 2015-03-11 Andy Wingo <wingo@igalia.com>
14039
14040 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14041
14042 2015-03-11 Yao Qi <yao.qi@linaro.org>
14043
14044 * gdb.base/catch-syscall.exp: Fix typo in comments.
14045
14046 2015-03-11 Yao Qi <yao.qi@linaro.org>
14047
14048 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14049
14050 2015-03-09 Pedro Alves <palves@redhat.com>
14051
14052 * dg-extract-results.py: Delete.
14053
14054 2015-03-09 Pedro Alves <palves@redhat.com>
14055
14056 Merge dg-extract-results.sh from GCC upstream (r218843).
14057
14058 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14059 * dg-extract-results.sh: Use --text with grep to avoid issues with
14060 binary files. Fall back to cat -v, if that doesn't work.
14061
14062 2015-03-05 Pedro Alves <palves@redhat.com>
14063
14064 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14065
14066 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14067
14068 * lib/mi-support.exp (mi_expect_interrupt): Accept
14069 alternative event for when in all-stop mode.
14070
14071 2015-03-04 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14074
14075 2015-03-04 Mark Kettenis <kettenis@gnu.org>
14076
14077 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14078
14079 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14080
14081 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14082 regexps for GDB's current line display, accept a hex address
14083 preceding the line number.
14084
14085 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14086
14087 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14088 the 'arch1' variable for "s390*-linux*" targets.
14089
14090 2015-03-04 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14093 (main): Pass missing retval argument to pthread_join call.
14094
14095 2015-03-02 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14098 (top level): Call do_test with non-stop as well.
14099
14100 2015-03-02 Pedro Alves <palves@redhat.com>
14101
14102 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14103 -1.
14104
14105 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14106
14107 * gdb.arch/s390-vregs.exp: New test.
14108 * gdb.arch/s390-vregs.S: New file.
14109
14110 2015-02-27 Pedro Alves <palves@redhat.com>
14111
14112 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14113 call to catch_command_errors.
14114 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14115 catch_command_errors.
14116
14117 2015-02-27 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14120 "true" for boolean result.
14121 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14122 prototype of main.
14123
14124 2015-02-27 Pedro Alves <palves@redhat.com>
14125
14126 * lib/unbuffer_output.c: New file.
14127 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14128 (main): Call gdb_unbuffer_output.
14129
14130 2015-02-27 Yao Qi <yao.qi@linaro.org>
14131
14132 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14133 target.
14134
14135 2015-02-26 Doug Evans <dje@google.com>
14136
14137 * gdb.cp/class2.cc (Dbase, D): New classes.
14138 (main): New local delta.
14139 * gdb.cp/class2.exp: Test printing delta.
14140 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14141 (dynbar): New global.
14142 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14143
14144 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14145
14146 * gdb.compile/compile-ifunc.c: New file.
14147 * gdb.compile/compile-ifunc.exp: New file.
14148
14149 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14150
14151 * gdb.base/structs.exp: Check for correct struct on finish.
14152
14153 2015-02-26 Yao Qi <yao.qi@linaro.org>
14154
14155 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14156 is zero.
14157
14158 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14159
14160 * gdb.arch/cordic.ko.bz2: New file.
14161 * gdb.arch/cordic.ko.debug.bz2: New file.
14162 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14163
14164 2015-02-25 Yao Qi <yao.qi@linaro.org>
14165
14166 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14167 aarch64*-*-* target.
14168
14169 2015-02-23 Pedro Alves <palves@redhat.com>
14170
14171 * lib/gdb.exp (delete_breakpoints): Rewrite using
14172 gdb_test_multiple.
14173
14174 2015-02-23 Pedro Alves <palves@redhat.com>
14175
14176 * gdb.base/info-os.c: Include stdlib.h.
14177
14178 2015-02-22 Doug Evans <xdje42@gmail.com>
14179
14180 PR symtab/17855
14181 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14182 is read after symbols have been re-read.
14183 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14184 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14185
14186 2015-02-21 Doug Evans <dje@google.com>
14187
14188 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14189
14190 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14191
14192 PR corefiles/17808
14193 * gdb.arch/i386-biarch-core.core.bz2: New file.
14194 * gdb.arch/i386-biarch-core.exp: New file.
14195
14196 2015-02-21 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14199 runto_main fails.
14200
14201 2015-02-20 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14204 info probes.
14205
14206 2015-02-20 Pedro Alves <palves@redhat.com>
14207
14208 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14209
14210 2015-02-20 Pedro Alves <palves@redhat.com>
14211
14212 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14213 clean_restart before gdb_target_supports_trace.
14214
14215 2015-02-20 Pedro Alves <palves@redhat.com>
14216
14217 PR threads/18006
14218 * gdb.threads/clone-thread_db.c: New file.
14219 * gdb.threads/clone-thread_db.exp: New file.
14220
14221 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14222
14223 PR breakpoints/16812
14224 * gdb.base/catch-gdb-caused-signals.c: New file.
14225 * gdb.base/catch-gdb-caused-signals.exp: New file.
14226
14227 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14228
14229 * configure: Regenerated.
14230 * configure.ac: Use GDB_AC_TRANSFORM.
14231 * aclocal.m4: sinclude ../transform.m4.
14232
14233 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14234
14235 * lib/dtrace.exp: New file.
14236 * gdb.base/dtrace-probe.exp: Likewise.
14237 * gdb.base/dtrace-probe.d: Likewise.
14238 * gdb.base/dtrace-probe.c: Likewise.
14239 * lib/pdtrace.in: Likewise.
14240 * configure.ac: Output variables with the transformed names of
14241 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14242 * configure: Regenerated.
14243
14244 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14245
14246 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14247 expected message when trying to access $_probe_* convenience
14248 variables while not on a probe.
14249
14250 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14251
14252 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14253
14254 2015-02-11 Pedro Alves <pedro@codesourcery.com>
14255
14256 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14257 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14258
14259 2015-02-10 Doug Evans <xdje42@gmail.com>
14260
14261 * lib/gdb.exp (gdb_load): Always return a result.
14262
14263 2015-02-10 Pedro Alves <palves@redhat.com>
14264
14265 * gdb.threads/signal-sigtrap.c: New file.
14266 * gdb.threads/signal-sigtrap.exp: New file.
14267
14268 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14269
14270 * gdb.trace/no-attach-trace.c: New file.
14271 * gdb.trace/no-attach-trace.exp: New file.
14272
14273 2015-02-09 Mark Wielaard <mjw@redhat.com>
14274
14275 * gdb.dwarf2/atomic.c: New file.
14276 * gdb.dwarf2/atomic-type.exp: Likewise.
14277
14278 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14279
14280 * gdb.btrace/buffer-size.exp: Update "info record" output.
14281 * gdb.btrace/delta.exp: Update "info record" output.
14282 * gdb.btrace/enable.exp: Update "info record" output.
14283 * gdb.btrace/finish.exp: Update "info record" output.
14284 * gdb.btrace/instruction_history.exp: Update "info record" output.
14285 * gdb.btrace/next.exp: Update "info record" output.
14286 * gdb.btrace/nexti.exp: Update "info record" output.
14287 * gdb.btrace/step.exp: Update "info record" output.
14288 * gdb.btrace/stepi.exp: Update "info record" output.
14289 * gdb.btrace/nohist.exp: Update "info record" output.
14290
14291 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14292
14293 * gdb.btrace/buffer-size: New.
14294
14295 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14296
14297 * gdb.btrace/delta.exp: Update "info record" output.
14298 * gdb.btrace/enable.exp: Update "info record" output.
14299 * gdb.btrace/finish.exp: Update "info record" output.
14300 * gdb.btrace/instruction_history.exp: Update "info record" output.
14301 * gdb.btrace/next.exp: Update "info record" output.
14302 * gdb.btrace/nexti.exp: Update "info record" output.
14303 * gdb.btrace/step.exp: Update "info record" output.
14304 * gdb.btrace/stepi.exp: Update "info record" output.
14305 * gdb.btrace/nohist.exp: Update "info record" output.
14306
14307 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14308
14309 PR gdb/15678
14310 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14311
14312 2015-02-06 Pedro Alves <palves@redhat.com>
14313
14314 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14315 macro.
14316 (seconds_left, again): New globals.
14317 (main): Wait seconds_left in a 1-second sleep loop instead of
14318 sleeping 180 seconds. If 'again' is set, reset the seconds
14319 counter.
14320 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14321 'again' in the inferior before detaching. Print the seconds left.
14322 (options): New global.
14323 (top level): Build program with -DTIMEOUT=$timeout.
14324
14325 2015-02-06 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14328 determine how many seconds to pass to 'alarm'.
14329 * gdb.base/gdb-sigterm.exp (top level): Build program with
14330 -DTIMEOUT=$timeout.
14331 (do_test): Return success/failure indication. Add more verbose
14332 logging. Don't fail if 200 single steps are seen. Instead, fail
14333 when the test times out.
14334 (passes): New global.
14335 (top level): Break the testing loop if testing fails on any
14336 iteration. Use gdb_assert.
14337
14338 2015-02-04 Don Breazeal <donb@codesourcery.com>
14339
14340 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14341 and initialize them.
14342 (ipc_cleanup): New function.
14343 (main): Don't declare shmid, semid, and msqid. Add a call to
14344 atexit so that we call ipc_cleanup on exit.
14345
14346 2015-02-04 Pedro Alves <palves@redhat.com>
14347
14348 * boards/native-extended-gdbserver.exp: Remove any target variant
14349 specifications from the board name before clearing the isremote
14350 flag from board_info.
14351
14352 2015-01-31 Doug Evans <xdje42@gmail.com>
14353
14354 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14355
14356 2015-01-31 Gary Benson <gbenson@redhat.com>
14357
14358 * gdb.base/completion.exp: Disable completion limiting for
14359 existing tests. Add new tests to check completion limiting.
14360 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14361
14362 2015-01-31 Doug Evans <xdje42@gmail.com>
14363
14364 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14365
14366 2015-01-31 Doug Evans <xdje42@gmail.com>
14367
14368 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14369 entries. Duplicate file section script entries.
14370 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14371 inlined entries. Add test for safe-path rejection.
14372 * gdb.python/py-section-script.c: Add duplicate inlined section script
14373 entries. Duplicate file section script entries.
14374 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14375 inlined entries. Add test for safe-path rejection.
14376
14377 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14378
14379 * gdb.ada/disc_arr_bound: New testcase.
14380
14381 2015-01-29 Joel Brobecker <brobecker@adacore.com>
14382
14383 * gdb.ada/mi_var_array: New testcase.
14384
14385 2015-01-27 Doug Evans <dje@google.com>
14386
14387 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14388 Add test for objfile.filename, objfile.username after objfile
14389 has been unloaded.
14390
14391 2015-01-26 Joel Brobecker <brobecker@adacore.com>
14392
14393 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14394 the second test to print the name attribute of value
14395 returned by the call to gdb.lookup_type, and adjust
14396 the expected output accordingly.
14397
14398 2015-01-25 Mark Wielaard <mjw@redhat.com>
14399
14400 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14401 * gdb.base/disp-step-fork.c: Include unistd.h.
14402 * gdb.base/siginfo-obj.c: Include stdio.h.
14403 * gdb.base/siginfo-thread.c: Likewise.
14404 * gdb.mi/non-stop.c: Include unistd.h.
14405 * gdb.mi/nsthrexec.c: Include stdio.h.
14406 * gdb.mi/pthreads.c: Include unistd.h.
14407 * gdb.modula2/unbounded1.c (main): Declare returns int.
14408 * gdb.reverse/consecutive-reverse.c: Likewise.
14409 * gdb.threads/create-fail.c: Include unistd.h.
14410 * gdb.threads/killed.c: Likewise.
14411 * gdb.threads/linux-dp.c: Likewise.
14412 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14413 * gdb.threads/non-ldr-exc-2.c: Likewise.
14414 * gdb.threads/non-ldr-exc-3.c: Likewise.
14415 * gdb.threads/non-ldr-exc-4.c: Likewise.
14416 * gdb.threads/pthreads.c: Include unistd.h.
14417 (main): Declare returns int.
14418 * gdb.threads/tls-main.c (foo): New declaration.
14419 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14420
14421 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14422
14423 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14424 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14425
14426 2015-01-15 Mark Wielaard <mjw@redhat.com>
14427
14428 * gdb.base/noreturn-return.c: New file.
14429 * gdb.base/noreturn-return.exp: New file.
14430 * gdb.base/noreturn-finish.c: New file.
14431 * gdb.base/noreturn-finish.exp: New file.
14432
14433 2015-01-23 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.threads/continue-pending-after-query.c: New file.
14436 * gdb.threads/continue-pending-after-query.exp: New file.
14437
14438 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14439 Simon Marchi <simon.marchi@ericsson.com>
14440
14441 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14442 * gdb.base/valgrind-db-attach.exp: Same.
14443 * gdb.base/valgrind-infcall.exp: Same.
14444 * lib/mi-support.exp (default_mi_gdb_start): Same.
14445 * lib/prompt.exp (default_prompt_gdb_start): Same.
14446 * lib/gdb.exp (default_gdb_spawn): Same.
14447 (gdb_interact): New.
14448
14449
14450 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14451
14452 * gdb.compile/compile.exp (pointer to jit function): New test.
14453
14454 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
14455
14456 * lib/gdb.exp (supports_process_record): Return true for
14457 powerpc*-*-linux*.
14458 (supports_reverse): Likewise.
14459
14460 2015-01-15 Don Breazeal <donb@codesourcery.com>
14461
14462 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14463 instead of checking whether the target board is remote and
14464 use spawn_wait_for_attach instead of exec/sleep.
14465 * gdb.base/attach-twice.exp: Likewise.
14466
14467 2015-01-15 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.ada/var_arr_attrs: New testcase.
14470
14471 2015-01-14 Pedro Alves <palves@redhat.com>
14472 Joel Brobecker <brobecker@adacore.com>
14473
14474 PR gdb/17525
14475 * gdb.base/bp-cmds-execution-x-script.c: New file.
14476 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14477 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14478
14479 2015-01-14 Pedro Alves <palves@redhat.com>
14480
14481 PR cli/17828
14482 * gdb.base/batch-preserve-term-settings.c: New file.
14483 * gdb.base/batch-preserve-term-settings.exp: New file.
14484
14485 2015-01-13 Doug Evans <dje@google.com>
14486
14487 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14488 binary.
14489
14490 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14491
14492 * Makefile.in (clean mostlyclean): Do not delete *.py.
14493
14494 2015-01-13 Joel Brobecker <brobecker@adacore.com>
14495
14496 * gdb.python/py-lookup-type.exp: New file.
14497
14498 2015-01-12 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14501 restore GDBFLAGS before returning.
14502
14503 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14504
14505 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14506 is_amd64_regs_target and is_x86_like_target.
14507
14508 2015-01-11 Doug Evans <xdje42@gmail.com>
14509
14510 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14511 is given without an explicit form.
14512 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14513 attributes.
14514 * gdb.dwarf/corrupt.exp: Ditto.
14515 * gdb.dwarf2/enum-type.exp: Ditto.
14516 * gdb.trace/entry-values.exp: Ditto.
14517 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14518
14519 2015-01-11 Doug Evans <xdje42@gmail.com>
14520
14521 PR gdb/15830
14522 * gdb.base/maint.exp: Remove references to "maint demangle".
14523 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14524 Add tests for explicitly specifying language to demangle.
14525 * gdb.dlang/demangle.exp: Ditto.
14526
14527 2015-01-09 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.threads/non-stop-fair-events.c: New file.
14530 * gdb.threads/non-stop-fair-events.exp: New file.
14531
14532 2015-01-09 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14535 the global scope. Set a breakpoint after all threads are started
14536 rather than stepping over two source lines. Expect the prompt.
14537 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14538 global.
14539 (NUM): Now 15.
14540 (main): Use threads_started_barrier to wait for all threads to
14541 start. Main thread no longer calls thread_function. Exit after
14542 180 seconds.
14543 (loop): New function.
14544 (thread_function): Wait on threads_started_barrier barrier. Call
14545 'loop' at each iteration.
14546 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14547 threads have started, instead of hardcoding number of "next"
14548 steps. Use an access watchpoint instead of a write watchpoint.
14549
14550 2015-01-09 Pedro Alves <palves@redhat.com>
14551
14552 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14553 (thread_func): Wait on barrier.
14554 (main): Wait for all threads to start before stopping GDB.
14555 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14556 global.
14557 (thread1_func, thread2_func): Wait on barrier.
14558 (main): Wait for all threads to start before stopping GDB.
14559 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14560 New global.
14561 (thread1_func, thread2_func): Wait on barrier.
14562 (main): Wait for all threads to start before stopping GDB.
14563
14564 2015-01-09 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.threads/attach-many-short-lived-threads.c: New file.
14567 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14568
14569 2014-01-09 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14572 instead of to thread 2.
14573 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14574 Add barrier around each pthread_create call instead of around all
14575 calls.
14576 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14577 Set a break on thread_function and have the child threads hit it
14578 one at at a time.
14579
14580 2015-01-09 Pedro Alves <palves@redhat.com>
14581
14582 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14583 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14584 false.
14585 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14586 checking whether the target board is remote.
14587 * gdb.multi/multi-attach.exp: Likewise.
14588 * gdb.python/py-sync-interp.exp: Likewise.
14589 * gdb.server/ext-attach.exp: Likewise.
14590 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14591 tests that need to attach, instead of checking whether the target
14592 board is remote at the top of the file.
14593
14594 2015-01-08 Yao Qi <yao@codesourcery.com>
14595
14596 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14597
14598 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14599
14600 Fix testcase compilation.
14601 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14602
14603 2015-01-06 Joel Brobecker <brobecker@adacore.com>
14604
14605 * gdb.python/py-type.exp: Add a couple test about empty
14606 array creation, and negative-length array creation.
14607
14608 2015-01-02 Doug Evans <xdje42@gmail.com>
14609
14610 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14611
14612 2015-01-02 Doug Evans <dje@google.com>
14613
14614 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14615
14616 2014-12-29 Yao Qi <yao@codesourcery.com>
14617
14618 * gdb.trace/entry-values.exp: Update comments. Rename variable
14619 bar_call_foo to returned_from_foo.
14620
14621 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14622
14623 PR gdb/17394
14624 * gdb.linespec/break-asm-file.c: New file.
14625 * gdb.linespec/break-asm-file.exp: New file.
14626 * gdb.linespec/break-asm-file0.s: New file.
14627 * gdb.linespec/break-asm-file1.s: New file.
14628
14629 2014-12-18 Nigel Stephens <nigel@mips.com>
14630 Maciej W. Rozycki <macro@codesourcery.com>
14631
14632 * gdb.base/float.exp: Handle the new output from "info float" on
14633 MIPS targets.
14634
14635 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 Fix MinGW compilation.
14638 * gdb.compile/compile-ops.exp: Update untested message if
14639 !skip_compile_feature_tests.
14640 * gdb.compile/compile-setjmp.exp: Likewise.
14641 * gdb.compile/compile-tls.exp: Likewise.
14642 * gdb.compile/compile.exp: Likewise.
14643 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14644 supported on this host".
14645
14646 2014-12-16 Doug Evans <xdje42@gmail.com>
14647
14648 * boards/stabs.exp: New file.
14649
14650 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14651
14652 * gdb.base/completion.exp: Adjust to format changes of "maint
14653 print user-registers".
14654
14655 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
14656
14657 PR server/17457
14658 * gdb.arch/aarch64-fp.c: New file.
14659 * gdb.arch/aarch64-fp.exp: New file.
14660
14661 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14662
14663 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14664 r210637, r210913, r211666, r215400, r215817).
14665
14666 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14667 * dg-extract-results.py: New file.
14668 * dg-extract-results.sh: Use it if the environment seems
14669 suitable.
14670
14671 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14672
14673 * dg-extract-results.py (parse_run): Handle warnings that
14674 are printed before a test harness is run.
14675
14676 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14677
14678 * dg-extract-results.py (Named): Remove __cmp__ method.
14679 (output_variation): Use a key to sort variation.harnesses.
14680
14681 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14682
14683 * dg-extract-results.py: For Python 3, force sys.stdout to
14684 handle surrogate escape sequences.
14685 (safe_open): New function.
14686 (output_segment, main): Use it.
14687
14688 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14689
14690 * dg-extract-results.py (Prog.result_re): Include options
14691 in test name.
14692
14693 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14694
14695 * dg-extract-results.py (output_variation): Always sort if
14696 do_sum.
14697
14698 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14699
14700 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14701 as long as we get pagination notifications.
14702
14703 2014-12-15 Jason Merrill <jason@redhat.com>
14704
14705 * Makefile.in (check-gdb.%): Restore.
14706 * README: Mention it.
14707
14708 2014-12-13 Joel Brobecker <brobecker@adacore.com>
14709
14710 * gdb.ada/str_uninit: New testcase.
14711
14712 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14713
14714 PR symtab/17642
14715 * gdb.base/vla-stub-define.c: New file.
14716 * gdb.base/vla-stub.c: New file.
14717 * gdb.base/vla-stub.exp: New file.
14718
14719 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14720 Jan Kratochvil <jan.kratochvil@redhat.com>
14721 Tom Tromey <tromey@redhat.com>
14722
14723 * configure.ac: Add gdb.compile/.
14724 * configure: Regenerate.
14725 * gdb.compile/Makefile.in: New file.
14726 * gdb.compile/compile-ops.exp: New file.
14727 * gdb.compile/compile-ops.c: New file.
14728 * gdb.compile/compile-tls.c: New file.
14729 * gdb.compile/compile-tls.exp: New file.
14730 * gdb.compile/compile-constvar.S: New file.
14731 * gdb.compile/compile-constvar.c: New file.
14732 * gdb.compile/compile-mod.c: New file.
14733 * gdb.compile/compile-nodebug.c: New file.
14734 * gdb.compile/compile-setjmp-mod.c: New file.
14735 * gdb.compile/compile-setjmp.c: New file.
14736 * gdb.compile/compile-setjmp.exp: New file.
14737 * gdb.compile/compile-shlib.c: New file.
14738 * gdb.compile/compile.c: New file.
14739 * gdb.compile/compile.exp: New file.
14740 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14741
14742 2014-12-12 Tom Tromey <tromey@redhat.com>
14743
14744 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14745 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14746
14747 2014-12-12 Doug Evans <dje@google.com>
14748
14749 * lib/gdb-python.exp (get_python_valueof): New function.
14750 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14751
14752 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14753
14754 * gdb.base/completion.exp: Add test for completion of "info
14755 registers ".
14756
14757 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14758
14759 * gdb.base/func-ptrs.c: New file.
14760 * gdb.base/func-ptrs.exp: New file.
14761
14762 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14763
14764 PR breakpoints/17012
14765 * gdb.base/dprintf-detach.c: New file.
14766 * gdb.base/dprintf-detach.exp: New file.
14767
14768 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14769
14770 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
14771 * lib/gdb.exp (target_is_gdbserver): New procedure.
14772
14773 2014-12-08 Doug Evans <dje@google.com>
14774
14775 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
14776
14777 2014-12-05 Yao Qi <yao@codesourcery.com>
14778
14779 * gdb.guile/scm-error.exp: Remove the third argument to
14780 gdb_remote_download.
14781 * gdb.guile/scm-frame-args.exp: Likewise.
14782 * gdb.guile/scm-section-script.exp: Likewise.
14783
14784 2014-12-05 Yao Qi <yao@codesourcery.com>
14785
14786 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
14787
14788 2014-12-04 Doug Evans <dje@google.com>
14789
14790 * gdb.python/py-objfile.exp: Add tests for
14791 objfile.add_separate_debug_file.
14792
14793 2014-12-04 Doug Evans <dje@google.com>
14794
14795 * lib/gdb.exp (get_build_id): New function.
14796 (build_id_debug_filename_get): Rewrite to use it.
14797 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
14798
14799 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
14800
14801 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
14802 `method(long)', not just 0x0.
14803 * gdb.cp/nsalias.exp: Align code labels to 4.
14804 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
14805 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
14806 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
14807 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
14808 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
14809 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
14810
14811 2014-12-02 Doug Evans <dje@google.com>
14812
14813 PR symtab/17602
14814 * gdb.cp/anon-ns.cc: Move guts of this file to ...
14815 * gdb.cp/anon-ns2.cc: ... here. New file.
14816 * gdb.cp/anon-ns.exp: Update.
14817
14818 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
14819
14820 * gdb.python/py-events.py (inferior_call_handler): New.
14821 (register_changed_handler, memory_changed_handler): New.
14822 (test_events.invoke): Register new handlers.
14823 * gdb.python/py-events.exp: Add tests for inferior call,
14824 memory_changed and register_changed events.
14825
14826 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14827
14828 * gdb.base/execl-update-breakpoints.exp: Specify the link address
14829 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
14830 if the linker doesn't understand this.
14831
14832 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
14833
14834 * gdb.python/python.exp: Change expected reply to help().
14835
14836 2014-12-01 Yao Qi <yao@codesourcery.com>
14837
14838 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
14839 AC_CONFIG_SUBDIRS(gdb.gdbtk).
14840 * configure: Re-generated.
14841
14842 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
14843
14844 * gdb.cp/chained-calls.cc: New file.
14845 * gdb.cp/chained-calls.exp: New file.
14846 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
14847
14848 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
14849
14850 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
14851 * gdb.dwarf2/symtab-producer.exp: Same.
14852 * gdb.gdb/python-interrupts.exp: Same.
14853 * gdb.gdb/python-selftest.exp: Same.
14854 * gdb.python/py-linetable.exp: Same.
14855 * gdb.python/py-type.exp: Same.
14856 * gdb.python/py-value-cc.exp: Same.
14857 * gdb.python/py-value.exp: Same.
14858
14859 2014-11-28 Yao Qi <yao@codesourcery.com>
14860
14861 * gdb.base/break-probes.exp: Match library name prefixed with
14862 sysroot.
14863
14864 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
14865
14866 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
14867 test expected output. Add parentheses for the call to print.
14868 Remove L suffix from integers.
14869
14870 2014-11-26 Doug Evans <dje@google.com>
14871
14872 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
14873
14874 2014-11-22 Yao Qi <yao@codesourcery.com>
14875
14876 * gdb.trace/entry-values.c: Remove asms.
14877 (foo): Add foo_label.
14878 (bar): Add bar_label.
14879 * gdb.trace/entry-values.exp: Remove code computing foo's
14880 length and bar's length.
14881 (Dwarf::assemble): Invoke function_range for bar and use
14882 MACRO_AT_func for foo.
14883
14884 2014-11-22 Yao Qi <yao@codesourcery.com>
14885
14886 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
14887 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
14888 Use .Lgcc43_procstart instead of gcc43.
14889
14890 2014-11-21 Joel Brobecker <brobecker@adacore.com>
14891
14892 * gdb.ada/n_arr_bound: New testcase.
14893
14894 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
14895
14896 PR breakpoints/10737
14897 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
14898 test_catch_syscall_multi_arch.
14899 (test_catch_syscall_multi_arch): New function.
14900
14901 2014-11-20 Doug Evans <xdje42@gmail.com>
14902
14903 * gdb.base/maint.exp: Update expected output.
14904
14905 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
14906
14907 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
14908 4-byte instruction on S390.
14909
14910 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14911
14912 * gdb.ada/arr_arr: New testcase.
14913
14914 2014-11-19 Joel Brobecker <brobecker@adacore.com>
14915
14916 * gdb.ada/pkd_arr_elem: New Testcase.
14917
14918 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
14919
14920 * gdb.reverse/break-precsave: Expect completion message for
14921 core file reads.
14922 * gdb.reverse/consecutive-precsave.exp: Likewise.
14923 * gdb.reverse/finish-precsave.exp: Likewise.
14924 * gdb.reverse/i386-precsave.exp: Likewise.
14925 * gdb.reverse/machinestate-precsave.exp: Likewise.
14926 * gdb.reverse/sigall-precsave.exp: Likewise.
14927 * gdb.reverse/solib-precsave.exp: Likewise.
14928 * gdb.reverse/step-precsave.exp: Likewise.
14929 * gdb.reverse/until-precsave.exp: Likewise.
14930 * gdb.reverse/watch-precsave.exp: Likewise.
14931
14932 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14933
14934 * gdb.base/bp-permanent.c: Include unistd.h.
14935 * gdb.python/py-framefilter-mi.c (main): Add return type.
14936 * gdb.python/py-framefilter.c (main): Likewise.
14937 * gdb.trace/actions-changed.c (main): Likewise.
14938
14939 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14940
14941 * gdb.mi/until.c: Add eye-catchers.
14942 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
14943 line numbers.
14944
14945 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14946
14947 * gdb.base/condbreak.exp: Drop references to removed non-prototype
14948 function header variants in break1.c.
14949 * gdb.base/ena-dis-br.exp: Likewise.
14950 * gdb.base/hbreak2.exp: Likewise.
14951 * gdb.reverse/until-precsave.exp: Drop references to removed
14952 non-prototype function header variants in ur1.c.
14953 * gdb.reverse/until-reverse.exp: Likewise.
14954
14955 2014-11-17 Petr Machata <pmachata@redhat.com>
14956
14957 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14958 ${_cu_offset_size} bytes abbrev offset.
14959
14960 2014-11-15 Doug Evans <xdje42@gmail.com>
14961
14962 PR symtab/17559
14963 * gdb.base/line-symtabs.exp: New file.
14964 * gdb.base/line-symtabs.c: New file.
14965 * gdb.base/line-symtabs.h: New file.
14966
14967 2014-11-14 Yao Qi <yao@codesourcery.com>
14968
14969 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14970 (func): Add label func_label.
14971 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14972 Replace low_pc and high_pc with MACRO_AT_range.
14973 Replace name, low_pc and high_pc with MACRO_AT_func.
14974
14975 2014-11-14 Yao Qi <yao@codesourcery.com>
14976
14977 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14978 Replace name, low_pc and high_pc with MACRO_AT_func.
14979
14980 2014-11-14 Yao Qi <yao@codesourcery.com>
14981
14982 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14983 produce debug information.
14984 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14985
14986 2014-11-14 Yao Qi <yao@codesourcery.com>
14987
14988 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14989 object and get function length.
14990 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14991 with MACRO_AT_func.
14992 (top-level): Replace gdb_compile and clean_restart with
14993 prepare_for_testing.
14994 * gdb.dwarf2/main.c (main): Add label main_label.
14995
14996 2014-11-14 Yao Qi <yao@codesourcery.com>
14997
14998 * lib/dwarf.exp (function_range): New procedure.
14999 (Dwarf::_handle_macro_at_func): New procedure.
15000 (Dwarf::_handle_macro_at_range): New procedure.
15001 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15002
15003 2014-11-14 Yao Qi <yao@codesourcery.com>
15004
15005 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15006 (_handle_attribute): New procedure.
15007
15008 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15009
15010 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15011 * gdb.base/call-sc.c (zed): Likewise.
15012 * gdb.base/checkpoint.c (main): Likewise.
15013 * gdb.base/dump.c (main): Likewise.
15014 * gdb.base/gcore.c (main): Likewise.
15015 * gdb.base/huge.c (main): Likewise.
15016 * gdb.base/multi-forks.c (main): Likewise.
15017 * gdb.base/pr10179-a.c (main): Likewise.
15018 * gdb.base/savedregs.c (main): Likewise.
15019 * gdb.base/sigaltstack.c (main): Likewise.
15020 * gdb.base/siginfo.c (main): Likewise.
15021 * gdb.base/structs.c (zed): Likewise.
15022 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15023 * gdb.mi/mi-syn-frame.c (main): Likewise.
15024 * gdb.mi/until.c (foo, main): Likewise.
15025 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15026 * gdb.base/solib-weak.c (foo): Declare.
15027 * gdb.base/attach-twice.c: Include stdio.h.
15028 * gdb.base/weaklib1.c: Likewise.
15029 * gdb.base/weaklib2.c: Likewise.
15030 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15031 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15032 unistd.h.
15033 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15034 * gdb.mi/mi-exit-code.c: Likewise.
15035 * gdb.base/break-interp-lib.c: Include string.h.
15036 * gdb.base/coremaker.c: Likewise.
15037 * gdb.base/testenv.c: Likewise.
15038 * gdb.python/py-finish-breakpoint.c: Likewise.
15039 * gdb.base/inferior-died.c: Include sys/wait.h.
15040 * gdb.base/fileio.c: Include time.h.
15041 * gdb.base/async-shell.c: Include unistd.h.
15042 * gdb.base/dprintf-non-stop.c: Likewise.
15043 * gdb.base/info-os.c: Likewise.
15044 * gdb.mi/mi-console.c: Likewise.
15045 * gdb.mi/watch-nonstop.c: Likewise.
15046 * gdb.python/py-events.c: Likewise.
15047 * gdb.base/async.c (baz): Move up before its invocation.
15048 * gdb.base/code_elim2.c (my_global_func): Likewise.
15049 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15050 * gdb.base/advance.c (func2): Likewise.
15051
15052 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15053
15054 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15055 variant.
15056 * gdb.base/annota3.c: Likewise.
15057 * gdb.base/async.c: Likewise.
15058 * gdb.base/average.c: Likewise.
15059 * gdb.base/call-ar-st.c: Likewise.
15060 * gdb.base/call-rt-st.c: Likewise.
15061 * gdb.base/call-sc.c: Likewise.
15062 * gdb.base/call-strs.c: Likewise.
15063 * gdb.base/ending-run.c: Likewise.
15064 * gdb.base/execd-prog.c: Likewise.
15065 * gdb.base/exprs.c: Likewise.
15066 * gdb.base/foll-exec.c: Likewise.
15067 * gdb.base/foll-fork.c: Likewise.
15068 * gdb.base/foll-vfork.c: Likewise.
15069 * gdb.base/funcargs.c: Likewise.
15070 * gdb.base/gcore.c: Likewise.
15071 * gdb.base/jump.c: Likewise.
15072 * gdb.base/langs0.c: Likewise.
15073 * gdb.base/langs1.c: Likewise.
15074 * gdb.base/langs2.c: Likewise.
15075 * gdb.base/mips_pro.c: Likewise.
15076 * gdb.base/nodebug.c: Likewise.
15077 * gdb.base/opaque0.c: Likewise.
15078 * gdb.base/opaque1.c: Likewise.
15079 * gdb.base/recurse.c: Likewise.
15080 * gdb.base/run.c: Likewise.
15081 * gdb.base/scope0.c: Likewise.
15082 * gdb.base/scope1.c: Likewise.
15083 * gdb.base/setshow.c: Likewise.
15084 * gdb.base/setvar.c: Likewise.
15085 * gdb.base/shmain.c: Likewise.
15086 * gdb.base/shr1.c: Likewise.
15087 * gdb.base/shr2.c: Likewise.
15088 * gdb.base/sigall.c: Likewise.
15089 * gdb.base/signals.c: Likewise.
15090 * gdb.base/so-indr-cl.c: Likewise.
15091 * gdb.base/solib2.c: Likewise.
15092 * gdb.base/structs.c: Likewise.
15093 * gdb.base/sum.c: Likewise.
15094 * gdb.base/vforked-prog.c: Likewise.
15095 * gdb.base/watchpoint.c: Likewise.
15096 * gdb.reverse/shr2.c: Likewise.
15097 * gdb.reverse/until-reverse.c: Likewise.
15098 * gdb.reverse/ur1.c: Likewise.
15099 * gdb.reverse/watch-reverse.c: Likewise.
15100
15101 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15102
15103 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15104 variant.
15105 * gdb.base/sepdebug.exp: Drop references to removed code.
15106
15107 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15108
15109 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15110 variant. Preserve original line numbering.
15111 * gdb.base/list1.c: Likewise.
15112
15113 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15114
15115 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15116 variant.
15117 * gdb.base/break1.c: Likewise.
15118 * gdb.base/break.exp: Drop references to removed code.
15119
15120 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15121
15122 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15123 variant.
15124
15125 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15126
15127 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15128
15129 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15130
15131 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15132 logic into perform_all_tests() and invoke it with and without
15133 function header prototypes.
15134 (do_function_calls): Remove conditional XFAIL for PR 5318.
15135 (rerun_and_prepare): Remove duplicate code.
15136 (perform_all_tests): New. Main logic moved here.
15137
15138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15139
15140 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15141 code guarded by #ifdef NO_PROTOTYPES.
15142 (t_double_many_args): Likewise.
15143 (DEF_FUNC_MANY_ARGS_1): Likewise.
15144 (DEF_FUNC_VALUES_1): Likewise.
15145 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15146 guarded by #ifdef PROTOTYPES.
15147
15148 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15149
15150 * gdb.mi/mi-console.c: Add eye-catcher.
15151 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15152 instead of literal line number.
15153
15154 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15155
15156 * gdb.base/shr2.c: Add eye-catcher.
15157 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15158 line number.
15159
15160 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15161
15162 * gdb.base/jump.c: Add eye-catchers.
15163 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15164 numbers.
15165
15166 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15167
15168 * gdb.base/execd-prog.c: Add eye-catchers.
15169 * gdb.base/foll-exec.c: Likewise.
15170 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15171 line numbers.
15172
15173 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15174
15175 * gdb.base/ending-run.c: Add eye-catchers.
15176 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15177 literal line numbers.
15178
15179 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15180
15181 * gdb.base/call-rt-st.c: Add eye-catchers.
15182 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15183 literal line numbers.
15184
15185 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186
15187 * gdb.base/call-ar-st.c: Add eye-catchers.
15188 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15189 literal line numbers.
15190
15191 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15192
15193 * gdb.base/average.c: Add eye-catchers.
15194 * gdb.base/sum.c: Likewise.
15195 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15196 regexps dynamically.
15197
15198 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15199
15200 * gdb.base/solib1.c: Add eye-catchers.
15201 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15202 literal line numbers.
15203
15204 2014-11-12 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15207 leader has exited.
15208
15209 2014-11-12 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.arch/i386-bp_permanent.c: New file.
15212 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15213 (srcfile): Set to i386-bp_permanent.c.
15214 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15215 that stepi does not execute the 'leave' instruction, instead of
15216 testing it does execute.
15217 * gdb.base/bp-permanent.c: New file.
15218 * gdb.base/bp-permanent.exp: New file.
15219
15220 2014-11-10 Doug Evans <xdje42@gmail.com>
15221
15222 PR symtab/17564
15223 * gdb.base/symtab-search-order.exp: New file.
15224 * gdb.base/symtab-search-order.c: New file.
15225 * gdb.base/symtab-search-order-1.c: New file.
15226 * gdb.base/symtab-search-order-shlib-1.c: New file.
15227
15228 2014-11-07 Pedro Alves <palves@redhat.com>
15229
15230 PR gdb/17511
15231 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15232 i?86-*-linux*.
15233
15234 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15235
15236 PR c++/17494
15237 * gdb.cp/pr17494.cc: New file.
15238 * gdb.cp/pr17494.exp: New file.
15239
15240 2014-11-02 Yao Qi <yao@codesourcery.com>
15241
15242 * gdb.python/python.exp: Get working directory and match the
15243 output of "set extended-prompt \\w " with it.
15244
15245 2014-10-30 Doug Evans <dje@google.com>
15246
15247 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15248 in objfiles.
15249 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15250 in progspaces.
15251
15252 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
15253
15254 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15255 * gdb.base/realname-expand.exp: Likewise.
15256 * gdb.linespec/macro-relative.exp: Likewise.
15257
15258 2014-10-29 Pedro Alves <palves@redhat.com>
15259
15260 PR gdb/17408
15261 * gdb.threads/schedlock.c (some_function): New function.
15262 (call_function): New global.
15263 (MAYBE_CALL_SOME_FUNCTION): New macro.
15264 (thread_function): Call it.
15265 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15266 and use it instead of a global counter. Adjust all callers.
15267 (get_current_thread): Use "find current thread" for test message
15268 here rather than having all callers pass down the same string.
15269 (goto_loop): New procedure, factored out from ...
15270 (my_continue): ... this.
15271 (step_ten_loops): Change parameter from test message to command to
15272 use. Adjust.
15273 (list_count): Delete global.
15274 (check_result): New procedure, factored out from duplicate top
15275 level code.
15276 (continue tests): Wrap in with_test_prefix.
15277 (test_step): New procedure, factored out from duplicate top level
15278 code.
15279 (top level): Test "step" in combination with all scheduler-locking
15280 modes. Test "next" in combination with all scheduler-locking
15281 modes, and in combination with stepping over a function call or
15282 not.
15283 * gdb.threads/next-bp-other-thread.c: New file.
15284 * gdb.threads/next-bp-other-thread.exp: New file.
15285
15286 2014-10-29 Pedro Alves <palves@redhat.com>
15287
15288 PR python/17372
15289 * gdb.python/python.exp: Test a multi-line command that spawns
15290 interactive Python.
15291 * gdb.base/multi-line-starts-subshell.exp: New file.
15292
15293 2014-10-29 Yao Qi <yao@codesourcery.com>
15294
15295 * gdb.base/fileio.exp: Make directories on host.
15296
15297 2014-10-29 Yao Qi <yao@codesourcery.com>
15298
15299 * gdb.base/fileio.c (test_write): Close the file.
15300
15301 2014-10-28 Pedro Alves <palves@redhat.com>
15302
15303 PR gdb/12623
15304 * gdb.base/sigstep.c (no_handler): New global.
15305 (main): If 'no_handler is true, set the signal handlers to
15306 SIG_IGN.
15307 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15308 with_sw_watch and no_handler parameters. Handle them.
15309 (top level) <stepping over handler when stopped at a breakpoint
15310 test>: Add a test axis for testing with a software watchpoint, and
15311 another for testing with the signal handler set to SIG_IGN.
15312 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15313 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15314
15315 2014-10-28 Pedro Alves <palves@redhat.com>
15316
15317 PR gdb/17511
15318 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15319 * gdb.base/sigstep.exp (other_handler_location): New global.
15320 (advance): Support stepping into the signal handler, and running
15321 commands while in the handler.
15322 (in_handler_map): New global.
15323 (top level): In the advance test, add combinations for getting
15324 into the handler with stepping commands, and for running commands
15325 in the handler. Add comment descripting the advancei tests.
15326
15327 2014-10-28 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/sigstep.exp: Use build_executable instead of
15330 prepare_for_testing.
15331 (top level): Move code that starts GDB, runs to main and creates a
15332 display to ...
15333 (restart): ... this new procedure.
15334 (top level): Move backtrace from signal handler test to ...
15335 (validate_backtrace): ... this new procedure.
15336 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15337 with_test_prefix. Always restart GDB.
15338 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15339 with_test_prefix. Always restart GDB. No need to delete
15340 breakpoints after the test.
15341 (test_skip_handler): Remove prefix parameter.
15342 (skip_over_handler, breakpoint_to_handler)
15343 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15344 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15345 restart GDB. No need to delete breakpoints after the test.
15346 (top level): Use foreach to call the test procedures with
15347 different commands.
15348
15349 2014-10-28 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15352 instead of GNATS numbers.
15353 * gdb.base/sigbpt.exp: Likewise.
15354 * gdb.base/siginfo.exp: Likewise.
15355 * gdb.base/sigstep.exp: Likewise.
15356
15357 2014-10-27 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.base/sigstep.c (dummy): New global.
15360 (main): Issue a couple writes to the new global.
15361 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15362 procedures.
15363 (skip_over_handler): Use test_skip_handler.
15364 (top level): Call skip_over_handler for stepi and nexti too.
15365 (breakpoint_over_handler): Use test_skip_handler.
15366 (top level): Call breakpoint_over_handler for stepi and nexti too.
15367
15368 2014-10-27 Yao Qi <yao@codesourcery.com>
15369
15370 * gdb.trace/tfile.c (adjust_function_address)
15371 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15372 function descriptor.
15373
15374 2014-10-24 Don Breazeal <donb@codesourcery.com>
15375
15376 * gdb.base/foll-fork.exp (test_follow_fork,
15377 catch_fork_child_follow): Check for updated fork messages emitted
15378 from infrun.c.
15379 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15380 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15381 vfork_and_exec_child_follow_through_step): Check for updated vfork
15382 messages emitted from infrun.c.
15383
15384 2014-10-24 Pedro Alves <palves@redhat.com>
15385
15386 * gdb.base/corefile.exp: Remove references to ultrix.
15387 * gdb.base/interrupt.exp: Likewise.
15388 * gdb.base/whatis.exp: Likewise.
15389 * gdb.gdb/selftest.exp: Likewise.
15390 * gdb.threads/manythreads.exp: Likewise.
15391 * gdb.threads/print-threads.exp: Likewise.
15392 * gdb.threads/pthreads.exp:: Likewise.
15393 * gdb.threads/schedlock.exp: Likewise.
15394
15395 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15396
15397 * gdb.cp/non-trivial-retval.cc: Add a test case.
15398 * gdb.cp/non-trivial-retval.exp: Add a test.
15399
15400 2014-10-20 Yao Qi <yao@codesourcery.com>
15401
15402 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15403 * gdb.python/py-objfile-script-gdb.py: New file.
15404 * gdb.python/py-objfile-script.exp: Update reference to
15405 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15406 of remote_download. Remove the dest file.
15407
15408 2014-10-20 Yao Qi <yao@codesourcery.com>
15409
15410 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15411 * gdb.base/step-line.exp: Likewise.
15412 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15413 * gdb.dwarf2/dw2-basic.exp: Likewise.
15414 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15415 * gdb.dwarf2/dw2-filename.exp: Likewise.
15416 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15417 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15418 * gdb.dwarf2/dw2-producer.exp: Likewise.
15419 * gdb.dwarf2/mac-fileno.exp: Likewise.
15420 * gdb.python/py-frame-args.exp: Likewise.
15421 * gdb.python/py-framefilter.exp: Likewise.
15422 * gdb.python/py-mi.exp: Likewise.
15423 * gdb.python/py-objfile-script.exp: Likewise
15424 * gdb.python/py-pp-integral.exp: Likewise.
15425 * gdb.python/py-pp-re-notag.exp: Likewise.
15426 * gdb.python/py-prettyprint.exp: Likewise.
15427 * gdb.python/py-section-script.exp: Likewise.
15428 * gdb.python/py-typeprint.exp: Likewise.
15429 * gdb.python/py-xmethods.exp: Likewise.
15430 * gdb.stabs/weird.exp: Likewise.
15431 * gdb.xml/tdesc-regs.exp: Likewise.
15432
15433 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15434
15435 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15436 (out_cu): Use addr_len for the size of addresses.
15437 (out_line): Likewise. Size DW_LNE_set_address instruction
15438 according to addr_len.
15439 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15440 (FUNC): Add START_INSNS to definition.
15441
15442 2014-10-18 Yao Qi <yao@codesourcery.com>
15443
15444 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15445 gdb_has_argv0 return true.
15446 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15447 check [target_info exists noargs], check [gdb_has_argv0]
15448 instead.
15449 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15450 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15451 procedures.
15452
15453 2014-10-17 Doug Evans <dje@google.com>
15454
15455 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15456 event.
15457 * gdb.python/py-events.py: Add clear_objfiles event.
15458
15459 2014-10-17 Doug Evans <dje@google.com>
15460
15461 * gdb.python/py-objfile.exp: Test progspace attribute.
15462
15463 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
15464
15465 * gdb.guile/scm-breakpoint.exp: Do not assume any
15466 directory separators when matching source file paths.
15467 * gdb.python/py-breakpoint.exp: Likewise.
15468 * gdb.reverse/break-precsave.exp: Likewise.
15469 * gdb.reverse/break-reverse.exp: Likewise.
15470 * gdb.reverse/consecutive-precsave.exp: Likewise.
15471 * gdb.reverse/finish-precsave.exp: Likewise.
15472 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15473 * gdb.reverse/finish-reverse.exp: Likewise.
15474 * gdb.reverse/i386-precsave.exp: Likewise.
15475 * gdb.reverse/i387-env-reverse.exp: Likewise.
15476 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15477 * gdb.reverse/machinestate-precsave.exp: Likewise.
15478 * gdb.reverse/machinestate.exp: Likewise.
15479 * gdb.reverse/sigall-precsave.exp: Likewise.
15480 * gdb.reverse/solib-precsave.exp: Likewise.
15481 * gdb.reverse/step-precsave.exp: Likewise.
15482 * gdb.reverse/until-precsave.exp: Likewise.
15483 * gdb.reverse/watch-precsave.exp: Likewise.
15484 * gdb.reverse/watch-reverse.exp: Likewise.
15485
15486 2014-10-17 Yao Qi <yao@codesourcery.com>
15487
15488 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15489 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15490
15491 2014-10-17 Pedro Alves <palves@redhat.com>
15492
15493 PR gdb/17471
15494 * gdb.base/bg-execution-repeat.c: New file.
15495 * gdb.base/bg-execution-repeat.exp: New file.
15496
15497 2014-10-17 Pedro Alves <palves@redhat.com>
15498
15499 PR gdb/17300
15500 * gdb.base/continue-all-already-running.c: New file.
15501 * gdb.base/continue-all-already-running.exp: New file.
15502
15503 2014-10-17 Pedro Alves <palves@redhat.com>
15504
15505 PR gdb/17472
15506 * gdb.base/annota-input-while-running.c: New file.
15507 * gdb.base/annota-input-while-running.exp: New file.
15508
15509 2014-10-17 Pedro Alves <palves@redhat.com>
15510
15511 * gdb.base/callfuncs.exp: emove references to osf.
15512 * gdb.base/sigall.exp: Likewise.
15513 * gdb.gdb/selftest.exp: Likewise.
15514 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15515 * gdb.mi/non-stop.c: Likewise.
15516 * gdb.mi/pthreads.c: Likewise.
15517 * gdb.reverse/sigall-precsave.exp: Likewise.
15518 * gdb.reverse/sigall-reverse.exp: Likewise.
15519 * gdb.threads/pthreads.c: Likewise.
15520 * gdb.threads/pthreads.exp: Likewise.
15521
15522 2014-10-17 Yao Qi <yao@codesourcery.com>
15523
15524 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15525 check 'target_info exists noargs'.
15526 (test_command_prompt_position): Likewise.
15527 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15528 Remove "set args".
15529 (progvar_simple_while_test): Likewise.
15530 (progvar_complex_if_while_test): Likewise.
15531 (if_while_breakpoint_command_test): Likewise.
15532 (infrun_breakpoint_command_test): Likewise.
15533 (breakpoint_command_test): Likewise.
15534 (watchpoint_command_test): Likewise.
15535 (bp_deleted_in_command_test): Likewise.
15536 (temporary_breakpoint_commands): Likewise.
15537
15538 2014-10-16 Yao Qi <yao@codesourcery.com>
15539
15540 * gdb.base/remotetimeout.exp: Remove noargs checking.
15541
15542 2014-10-15 Pedro Alves <palves@redhat.com>
15543
15544 PR breakpoints/9649
15545 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15546 * gdb.base/breakpoint-in-ro-region.exp
15547 (probe_target_hardware_step): New procedure.
15548 (top level): Probe hardware stepping and hardware breakpoint
15549 support. Test stepping through a read-only region, with both
15550 "breakpoint auto-hw" on and off and both "always-inserted" on and
15551 off.
15552
15553 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15554
15555 * gdb.dlang/demangle.exp: Update for demangling changes.
15556
15557 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15558
15559 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15560 * gdb.cp/non-trivial-retval.exp: Add new tests.
15561
15562 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15563
15564 PR c++/13403
15565 PR c++/15154
15566 * gdb.cp/non-trivial-retval.cc: New file.
15567 * gdb.cp/non-trivial-retval.exp: New file.
15568
15569 2014-10-15 Yao Qi <yao@codesourcery.com>
15570
15571 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15572 remote host.
15573
15574 2014-10-15 Yao Qi <yao@codesourcery.com>
15575
15576 * gdb.python/py-symbol.exp: Match file base name if host is
15577 remote, otherwise match file name with dir name.
15578 * gdb.python/py-symtab.exp: Likewise.
15579 * gdb.python/python.exp: Likewise.
15580
15581 2014-10-15 Yao Qi <yao@codesourcery.com>
15582
15583 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15584 pattern.
15585 * gdb.python/py-symtab.exp: Likewise.
15586 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15587 locationn.
15588
15589 2014-10-14 Joel Brobecker <brobecker@adacore.com>
15590
15591 * gdb.ada/addr_arith: New testcase.
15592
15593 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15594
15595 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15596 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15597 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15598 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15599
15600 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15601
15602 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15603 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15604 * gdb.arch/stap-eval-lang-ada.exp: New file.
15605
15606 2014-10-14 Yao Qi <yao@codesourcery.com>
15607
15608 * gdb.mi/mi-var-child.c (nothing1): New function.
15609 (nothing2): New function.
15610 (do_children_tests): Set function pointers by nothing1 and
15611 nothing2.
15612 * gdb.mi/mi-var-child.exp: Step over new added statements.
15613 Update test to match the new output.
15614 * gdb.mi/var-cmd.c (nothing1): New function.
15615 (nothing2): New function.
15616 (do_children_tests): Set function pointers by nothing1 and
15617 nothing2.
15618 * gdb.mi/mi-var-display.exp: Update test to match output.
15619 Step to the line specified by $line_dct_nothing.
15620 Increase the number of lines to step.
15621
15622 2014-10-14 Yao Qi <yao@codesourcery.com>
15623
15624 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15625 tests.
15626 * gdb.mi/mi2-var-child.exp: Likewise.
15627
15628 2014-10-13 Doug Evans <dje@google.com>
15629
15630 * gdb.python/py-objfile.exp: Change name of file name test.
15631
15632 2014-10-13 Doug Evans <dje@google.com>
15633
15634 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15635 from the start of the CU.
15636
15637 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15638 Yao Qi <yao@codesourcery.com>
15639
15640 Fix "save breakpoints" for "catch" command.
15641 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15642 Remove -nonewline. Match also the added "main" line.
15643
15644 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15645
15646 Fix "save breakpoints" for "disable $bpnum" command.
15647 * gdb.base/save-bp.c (main): Add label.
15648 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15649
15650 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15651
15652 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15653
15654 2014-10-11 Yao Qi <yao@codesourcery.com>
15655
15656 * gdb.server/server-kill.exp: Execute command
15657 "set remote trace-status-packet on" before "tstatus".
15658
15659 2014-10-11 Yao Qi <yao@codesourcery.com>
15660
15661 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15662 (main): Call getppid.
15663 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15664 and continue to it. Read variable "server_pid".
15665
15666 2014-10-11 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15669
15670 2014-10-11 Yao Qi <yao@codesourcery.com>
15671
15672 * gdb.threads/thread-find.exp: Don't execute command
15673 "info threads".
15674 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15675 * gdb.threads/linux-dp.exp: Don't check the condition
15676 $threads_created equals to zero.
15677
15678 2014-10-10 Pedro Alves <palves@redhat.com>
15679
15680 * gdb.base/bigcore.exp: Remove references to IRIX.
15681 * gdb.base/funcargs.exp: Likewise.
15682 * gdb.base/interrupt.exp: Likewise.
15683 * gdb.base/mips_pro.exp: Likewise.
15684 * gdb.base/nodebug.exp: Likewise.
15685 * gdb.base/setvar.exp: Likewise.
15686 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15687
15688 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15689 Pedro Alves <palves@redhat.com>
15690
15691 PR symtab/14466
15692 * gdb.base/vdso-warning.c: New file.
15693 * gdb.base/vdso-warning.exp: New file.
15694
15695 2014-10-02 Doug Evans <dje@google.com>
15696
15697 * gdb.base/structs.c (main): Don't run forever.
15698
15699 2014-10-02 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15702 (top level) <stop threads 1, stop threads 2>: Use it.
15703
15704 2014-10-02 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.threads/break-while-running.exp (test): Add new
15707 'update_thread_list' argument. Skip "info threads" if false.
15708 (top level): Add new 'update_thread_list' axis.
15709
15710 2014-10-02 Pedro Alves <palves@redhat.com>
15711
15712 PR breakpoints/17431
15713 * gdb.base/execl-update-breakpoints.c: New file.
15714 * gdb.base/execl-update-breakpoints.exp: New file.
15715
15716 2014-10-01 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.base/breakpoint-in-ro-region.c: New file.
15719 * gdb.base/breakpoint-in-ro-region.exp: New file.
15720
15721 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15722
15723 * gdb.mi/mi-exit-code.exp: New file.
15724 * gdb.mi/mi-exit-code.c: New file.
15725
15726 2014-09-30 Yao Qi <yao@codesourcery.com>
15727
15728 * lib/prelink-support.exp (build_executable_own_libs): Error if
15729 the target isn't native.
15730
15731 2014-09-30 Yao Qi <yao@codesourcery.com>
15732
15733 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15734 false.
15735
15736 2014-09-22 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.threads/break-while-running.exp: New file.
15739 * gdb.threads/break-while-running.c: New file.
15740
15741 2014-09-19 Yao Qi <yao@codesourcery.com>
15742
15743 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15744 Invoke test. Restart GDB with --readnow and invoke test again.
15745
15746 2014-09-19 Yao Qi <yao@codesourcery.com>
15747
15748 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15749 proc set_breakpoint_on_gcd_function. Invoke
15750 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15751 invoke set_breakpoint_on_gcd_function again.
15752
15753 2014-09-18 Doug Evans <dje@google.com>
15754
15755 * gdb.dwarf2/symtab-producer.exp: New file.
15756
15757 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15758
15759 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15760 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15761 * gdb.base/global-var-nested-by-dso.c: Likewise.
15762 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15763
15764 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15765 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/watch-bitfields.exp: Pass string other than test file
15768 name to prepare_for_testing.
15769 (watch): New procedure.
15770 (expect_watchpoint): Use with_test_prefix.
15771 (top level): Factor out tests to ...
15772 (test_watch_location, test_regular_watch): ... these new
15773 procedures, and use with_test_prefix and gdb_continue_to_end.
15774
15775 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
15776
15777 PR breakpoints/12526
15778 * gdb.base/watch-bitfields.exp: New file.
15779 * gdb.base/watch-bitfields.c: New file.
15780
15781 2014-09-16 Pedro Alves <palves@redhat.com>
15782
15783 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
15784 software and hardware addresses, not software address against
15785 itself.
15786
15787 2014-09-16 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
15790 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
15791
15792 2014-09-16 Pedro Alves <palves@redhat.com>
15793
15794 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
15795 files.
15796 * gdb.base/a2-run.exp: Remove all code guarded by istarget
15797 "*-*-vxworks*" throughout.
15798 * gdb.base/break.exp: Likewise.
15799 * gdb.base/default.exp: Likewise.
15800 * gdb.base/scope.exp: Likewise.
15801 * gdb.base/sepdebug.exp: Likewise.
15802 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
15803 throughout.
15804 * gdb.base/run.c: Likewise.
15805 * gdb.base/sepdebug.c: Likewise.
15806 * gdb.hp/gdb.aCC/run.c: Likewise.
15807 * gdb.reverse/until-reverse.c: Likewise.
15808 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
15809
15810 2014-09-16 Yao Qi <yao@codesourcery.com>
15811
15812 * boards/local-remote-host-native.exp: New file.
15813
15814 2014-09-14 Doug Evans <xdje42@gmail.com>
15815
15816 * gdb.threads/queue-signal.c (thread_count): New variable.
15817 (thread_count_mutex, thread_count_condvar): New variables.
15818 (incr_thread_count, wait_all_threads_running): New functions.
15819 (main): Wait for all threads to be in their thread functions.
15820
15821 2014-09-13 Doug Evans <xdje42@gmail.com>
15822
15823 * gdb.threads/queue-signal.c: New file.
15824 * gdb.threads/queue-signal.exp: New file.
15825
15826 2014-09-13 Doug Evans <xdje42@gmail.com>
15827
15828 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
15829 be consistent with what default_gdb_init uses.
15830 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
15831 the plain text of the prompt. Add some logging printfs.
15832 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
15833
15834 2014-09-12 Pedro Alves <palves@redhat.com>
15835
15836 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
15837 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
15838 * gdb.arch/i386-size-overlap.exp: Likewise.
15839 * gdb.arch/i386-size.exp: Likewise.
15840 * gdb.arch/i386-unwind.exp: Likewise.
15841 * gdb.base/a2-run.exp: Likewise.
15842 * gdb.base/break.exp: Likewise.
15843 * gdb.base/charset.exp: Likewise.
15844 * gdb.base/chng-syms.exp: Likewise.
15845 * gdb.base/commands.exp: Likewise.
15846 * gdb.base/dbx.exp: Likewise.
15847 * gdb.base/find.exp: Likewise.
15848 * gdb.base/funcargs.exp: Likewise.
15849 * gdb.base/jit-simple.exp: Likewise.
15850 * gdb.base/reread.exp: Likewise.
15851 * gdb.base/sepdebug.exp: Likewise.
15852 * gdb.base/step-bt.exp: Likewise.
15853 * gdb.cp/mb-inline.exp: Likewise.
15854 * gdb.cp/mb-templates.exp: Likewise.
15855 * gdb.objc/basicclass.exp: Likewise.
15856 * gdb.threads/killed.exp: Likewise.
15857
15858 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15859
15860 PR tdep/17379
15861 * gdb.arch/powerpc-stackless.S: New file.
15862 * gdb.arch/powerpc-stackless.exp: New file.
15863
15864 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15865
15866 * gdb.base/attach.c: Include unistd.h.
15867 (main): Call alarm. Add label postloop.
15868 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
15869 gdb_breakpoint, gdb_continue_to_breakpoint.
15870 (test_command_line_attach_run): Kill ${testpid} in one exit path.
15871
15872 2014-09-11 Pedro Alves <palves@redhat.com>
15873
15874 PR gdb/17347
15875 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
15876 * gdb.base/attach.exp (test_command_line_attach_run): New
15877 procedure.
15878 (top level): Call it.
15879
15880 2014-09-11 Pedro Alves <palves@redhat.com>
15881
15882 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
15883 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
15884 (do_command_attach_tests): Use spawn_wait_for_attach.
15885 * gdb.base/solib-overlap.exp: Likewise.
15886 * gdb.multi/multi-attach.exp: Likewise.
15887 * gdb.python/py-prompt.exp: Likewise.
15888 * gdb.python/py-sync-interp.exp: Likewise.
15889 * gdb.server/ext-attach.exp: Likewise.
15890
15891 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
15892
15893 * gdb.fortran/array-element.exp: Remove unexpected "continue"
15894 command in testcase. Simplify testcase.
15895
15896 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15897
15898 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
15899
15900 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15901
15902 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
15903
15904 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
15907
15908 2014-09-10 Joel Brobecker <brobecker@adacore.com>
15909
15910 * gdb.dwarf2/dynarr-ptr.c: New file.
15911 * gdb.dwarf2/dynarr-ptr.exp: New file.
15912
15913 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15914
15915 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
15916 of 30 rather than hardcoding 120 for a slow test case. Take the
15917 `gdb,timeout' target setting into account for this calculation.
15918 Don't extend the timeout for the test cases that don't need it.
15919
15920 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15921
15922 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
15923 a factor of 2 for a slow test case. Take the `gdb,timeout'
15924 target setting into account for this calculation.
15925 * gdb.reverse/until-precsave.exp: Increase the timeout by
15926 a factor of 15 and 3 respectively rather than adding 120
15927 for a pair of slow test cases. Take the `gdb,timeout'
15928 target setting into account for this calculation.
15929
15930 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15931
15932 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
15933 timeout, don't pass one down to gdb_expect.
15934 (gdb_expect): Rework timeout selection.
15935
15936 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15937
15938 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
15939 exception on timeout.
15940 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
15941 (gdbserver_start_extended): Catch any `gdbserver_start' error
15942 exceptions.
15943 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
15944 * lib/mi-support.exp (mi_gdb_target_load): Catch any
15945 `gdbserver_gdb_load' error exceptions.
15946
15947 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
15948
15949 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15950 120 on waiting for the TCP socket to open.
15951
15952 2014-09-09 Doug Evans <xdje42@gmail.com>
15953
15954 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15955 _caller_matches, _any_caller_is, _any_caller_matches.
15956
15957 2014-09-09 Doug Evans <xdje42@gmail.com>
15958
15959 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15960
15961 2014-09-09 Yao Qi <yao@codesourcery.com>
15962
15963 * gdb.mi/mi-var-display.exp: Set print symbol off.
15964
15965 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15966
15967 PR gdb/17035
15968 * gdb.base/commands.exp: Add tests to verify user-defined
15969 commands with empty bodies.
15970 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15971 python commands in `show user command`.
15972 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15973 scheme commands in `show user command`.
15974
15975 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15976
15977 PR python/17355
15978 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15979 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15980 * gdb.python/py-framefilter-invalidarg.exp: New file.
15981 * gdb.python/py-framefilter-invalidarg.py: New file.
15982
15983 2014-09-06 Doug Evans <xdje42@gmail.com>
15984
15985 PR 15276
15986 * gdb.python/py-caller-is.c: New file.
15987 * gdb.python/py-caller-is.exp: New file.
15988
15989 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15990
15991 PR gdb/17235
15992 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15993 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15994
15995 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15996
15997 PR fortran/17237
15998 * gdb.fortran/print-formatted.exp: New file.
15999 * gdb.fortran/print-formatted.f90: Likewise.
16000
16001 2014-09-03 Sasha Smundak <asmundak@google.com>
16002
16003 * gdb.python/py-frame.exp: Test Frame.read_register.
16004
16005 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16006
16007 PR python/16699
16008 * gdb.python/py-completion.exp: New file.
16009 * gdb.python/py-completion.py: Likewise.
16010
16011 2014-08-28 Doug Evans <dje@google.com>
16012
16013 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16014 eax,etc. are live with values set by gdb and thus the compiler can't
16015 use them.
16016 * gdb.arch/i386-pseudo.c (main): Ditto.
16017
16018 2014-08-27 Doug Evans <dje@google.com>
16019
16020 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16021
16022 2014-08-25 Doug Evans <dje@google.com>
16023
16024 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16025 (main): Ditto.
16026
16027 2014-08-25 Doug Evans <dje@google.com>
16028
16029 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16030
16031 2014-08-24 Yao Qi <yao@codesourcery.com>
16032
16033 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16034 symbol off.
16035 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16036
16037 2014-08-22 Doug Evans <dje@google.com>
16038
16039 PR 17276
16040 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16041 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16042 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16043
16044 2014-08-22 Yao Qi <yao@codesourcery.com>
16045
16046 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16047 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16048 * gdb.python/python.exp: Likewise. Use .py file on the host
16049 instead of the build.
16050
16051 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16052
16053 * gdb.threads/gcore-stale-thread.c: New file.
16054 * gdb.threads/gcore-stale-thread.exp: New file.
16055
16056 2014-08-21 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16059 * gdb.base/gcore-relro-pie.exp: Likewise.
16060 * gdb.base/gcore-relro.exp: Likewise.
16061 * gdb.base/gcore.exp: Likewise.
16062 * gdb.base/print-symbol-loading.exp: Likewise.
16063 * gdb.threads/gcore-thread.exp: Likewise.
16064 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16065
16066 2014-08-20 Pedro Alves <palves@redhat.com>
16067 Jan Kratochvil <jan.kratochvil@redhat.com>
16068
16069 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16070 configure.
16071 (EXPECT): Handle READ1 being set.
16072 (all): Depend on EXTRA_RULES.
16073 (check-read1, expect-read1, read1.so, read1): New rules.
16074 * README (Testsuite Parameters): Document the READ1 make variable.
16075 (Race detection): New section.
16076 * configure: Regenerate.
16077 * configure.ac: If build==host==target, and running under a
16078 GNU/glibc system, add read1 to the extra Makefile rules.
16079 (EXTRA_RULES): AC_SUBST it.
16080 * lib/read1.c: New file.
16081
16082 2014-08-20 Joel Brobecker <brobecker@adacore.com>
16083
16084 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16085 the handling of variables declared as a typedef to an array
16086 which a DW_AT_data_location attribute.
16087
16088 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
16089 Pedro Alves <palves@redhat.com>
16090
16091 PR symtab/14604
16092 PR symtab/14605
16093 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16094 gdb_test.
16095
16096 2014-08-19 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16099
16100 2014-08-19 Yao Qi <yao@codesourcery.com>
16101
16102 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16103 right line.
16104
16105 2014-08-18 David Blaikie <dblaikie@gmail.com>
16106
16107 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16108
16109 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16112 attribute in array range.
16113
16114 2014-08-18 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16117
16118 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16119
16120 PR c++/17132
16121 * gdb.cp/pr17132.cc: New file.
16122 * gdb.cp/pr17132.exp: New file.
16123
16124 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16125
16126 * gdb.python/py-xmethods.py (A_getarrayind)
16127 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16128 Use 'print' with function call syntax.
16129 (E_method_matcher.match): Fix tab vs space indentation mixup.
16130
16131 2014-08-15 Yao Qi <yao@codesourcery.com>
16132
16133 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16134 false.
16135
16136 2014-08-15 Yao Qi <yao@codesourcery.com>
16137
16138 * gdb.cp/casts.exp: Set print symbol off.
16139 * gdb.cp/class2.exp: Likewise.
16140 * gdb.cp/overload.exp: Likewise.
16141 * gdb.cp/templates.exp: Likewise.
16142
16143 2014-08-11 Doug Evans <dje@google.com>
16144
16145 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16146 (test_load_shlib): Update.
16147
16148 2014-08-09 Yao Qi <yao@codesourcery.com>
16149
16150 * gdb.base/display.exp: Invoke is_address_zero_readable.
16151 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16152 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16153 * gdb.base/hbreak-unmapped.exp: Return if
16154 is_address_zero_readable returns true.
16155 * gdb.base/signest.exp: Likewise.
16156 * gdb.base/signull.exp: Likewise.
16157 * gdb.base/sigbpt.exp: Likewise.
16158 * gdb.guile/scm-disasm.exp: Do the test if
16159 is_address_zero_readable returns false.
16160 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16161 * gdb.python/py-arch.exp: Likewise.
16162 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16163 * lib/gdb.exp (is_address_zero_readable): New proc.
16164
16165 2014-08-09 Yao Qi <yao@codesourcery.com>
16166
16167 PR testsuite/13443
16168 * gdb.mi/mi-var-display.exp: Make test messages unique.
16169
16170 2014-08-04 Tom Tromey <tromey@redhat.com>
16171
16172 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16173 target 0".
16174
16175 2014-08-04 Tom Tromey <tromey@redhat.com>
16176
16177 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16178 "target_resume".
16179
16180 2014-08-01 Joel Brobecker <brobecker@adacore.com>
16181
16182 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16183 inner_vla_struct_object_size.
16184 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16185 as xfail.
16186
16187 2014-07-30 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16190 comment.
16191
16192 2014-07-29 Yao Qi <yao@codesourcery.com>
16193
16194 PR gdb/17206
16195 * gdb.base/until-nodebug.exp: New.
16196
16197 2014-07-28 Doug Evans <xdje42@gmail.com>
16198
16199 PR guile/17203
16200 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16201 previously existing parameter, and previously ambiguously spelled
16202 parameter.
16203
16204 2014-07-28 Will Newton <will.newton@linaro.org>
16205
16206 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16207
16208 2014-07-26 Ludovic Courtès <ludo@gnu.org>
16209 Doug Evans <xdje42@gmail.com>
16210
16211 PR guile/17146
16212 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16213
16214 2014-07-25 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.threads/signal-command-handle-nopass.c: New file.
16217 * gdb.threads/signal-command-handle-nopass.exp: New file.
16218 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16219 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16220 * gdb.threads/signal-delivered-right-thread.c: New file.
16221 * gdb.threads/signal-delivered-right-thread.exp: New file.
16222
16223 2014-07-25 Pedro Alves <palves@redhat.com>
16224
16225 * gdb.base/double-prompt-target-event-error.exp
16226 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16227 match.
16228 (cancel_pagination_in_target_event): Rework double prompt
16229 detection.
16230 * gdb.base/paginate-after-ctrl-c-running.exp
16231 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16232 <return>' match.
16233 * gdb.base/paginate-bg-execution.exp
16234 (test_bg_execution_pagination_return)
16235 (test_bg_execution_pagination_cancel): Remove '-notransfer
16236 <return>' matches.
16237 * gdb.base/paginate-execution-startup.exp
16238 (test_fg_execution_pagination_return)
16239 (test_fg_execution_pagination_cancel): Remove '-notransfer
16240 <return>' matches.
16241 * gdb.base/paginate-inferior-exit.exp
16242 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16243 match.
16244 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16245 * lib/gdb.exp (pagination_prompt): Run text through
16246 string_to_regexp.
16247 (gdb_test_multiple): Match $pagination_prompt instead of
16248 "<return>".
16249 (string_to_regexp): Move to lib/gdb-utils.exp.
16250
16251 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16252
16253 * gdb.arch/amd64-entry-value-paramref.S: New file.
16254 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16255 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16256 * gdb.arch/amd64-optimout-repeat.S: New file.
16257 * gdb.arch/amd64-optimout-repeat.c: New file.
16258 * gdb.arch/amd64-optimout-repeat.exp: New file.
16259
16260 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16261
16262 PR gdb/17170
16263 * gdb.base/statistics.exp: New file.
16264
16265 2014-07-17 Doug Evans <dje@google.com>
16266
16267 PR gdb/17170
16268 * gdb.base/maint.exp: Update testing of per-command stats.
16269
16270 2014-07-16 Pedro Alves <palves@redhat.com>
16271
16272 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16273 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16274 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16275 (tfile_write_buf): New functions.
16276 (add_memory_block): Rewrite using the above.
16277 (adjust_function_address): New function.
16278 (FUNCTION_ADDRESS): New macro.
16279 (write_basic_trace_file): Remove short_x local, and use
16280 tfile_write_16. Change type of func_addr local to unsigned long
16281 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16282 here. Cast argument of add_memory_block to char pointer.
16283 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16284 (main): Remove parameters.
16285 * gdb.trace/tfile.exp: Remove nowarnings.
16286
16287 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16288
16289 * gdb.base/debug-expr.exp: Test string evaluation with
16290 "debug expression" on.
16291
16292 2014-07-15 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.base/reread.exp: Use clean_restart.
16295
16296 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16297
16298 * gdb.arch/avr-flash-qualifer.c: New.
16299 * gdb.arch/avr-flash-qualifer.exp: New.
16300
16301 2014-07-14 Pedro Alves <palves@redhat.com>
16302
16303 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16304 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16305
16306 2014-07-14 Pedro Alves <palves@redhat.com>
16307
16308 * gdb.base/double-prompt-target-event-error.c: New file.
16309 * gdb.base/double-prompt-target-event-error.exp: New file.
16310
16311 2014-07-14 Pedro Alves <palves@redhat.com>
16312
16313 PR gdb/17072
16314 * gdb.base/paginate-inferior-exit.c: New file.
16315 * gdb.base/paginate-inferior-exit.exp: New file.
16316
16317 2014-07-14 Pedro Alves <palves@redhat.com>
16318
16319 PR gdb/17072
16320 * gdb.base/paginate-bg-execution.c: New file.
16321 * gdb.base/paginate-bg-execution.exp: New file.
16322
16323 2014-07-14 Pedro Alves <palves@redhat.com>
16324
16325 PR gdb/17072
16326 * gdb.base/paginate-execution-startup.c: New file.
16327 * gdb.base/paginate-execution-startup.exp: New file.
16328 * lib/gdb.exp (pagination_prompt): New global.
16329 (default_gdb_spawn): New procedure, factored out from
16330 default_gdb_spawn.
16331 (default_gdb_start): Adjust to call default_gdb_spawn.
16332 (gdb_spawn): New procedure.
16333
16334 2014-07-14 Pedro Alves <palves@redhat.com>
16335
16336 * lib/gdb.exp (gdb_assert): New procedure.
16337 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16338
16339 2014-07-14 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/execution-termios.c: New file.
16342 * gdb.base/execution-termios.exp: New file.
16343
16344 2014-07-14 Tom Tromey <tromey@redhat.com>
16345
16346 * gdb.cp/vla-cxx.cc: New file.
16347 * gdb.cp/vla-cxx.exp: New file.
16348
16349 2014-07-14 Tom Tromey <tromey@redhat.com>
16350
16351 * gdb.reverse/rerun-prec.c: New file.
16352 * gdb.reverse/rerun-prec.exp: New file.
16353
16354 2014-07-12 Maciej W. Rozycki <macro@mips.com>
16355 Maciej W. Rozycki <macro@codesourcery.com>
16356
16357 * lib/gdb-utils.exp: New file.
16358 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16359 inline `gdb_init_command' processing.
16360 (gdb_start_cmd): Likewise.
16361 * lib/mi-support.exp (mi_run_cmd): Likewise.
16362 * README: Document `gdb_init_command' and `gdb_init_commands'.
16363
16364 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16365
16366 Fix false FAIL running under a very long directory name.
16367 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16368 and "set print elements 10000". Twice.
16369
16370 2014-07-11 Yao Qi <yao@codesourcery.com>
16371
16372 * gdb.base/exprs.exp: "set print symbol off".
16373
16374 2014-07-11 Pedro Alves <palves@redhat.com>
16375
16376 * gdb.threads/kill.c: New file.
16377 * gdb.threads/kill.exp: New file.
16378
16379 2014-07-10 Yao Qi <yao@codesourcery.com>
16380
16381 * gdb.trace/tfile.c (write_basic_trace_file)
16382 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16383 address written to trace file.
16384
16385 2014-07-09 Pedro Alves <palves@redhat.com>
16386
16387 * gdb.base/attach-wait-input.exp: New file.
16388 * gdb.base/attach-wait-input.c: New file.
16389
16390 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16391
16392 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16393 setting up test structures.
16394 (main): Call new test function.
16395 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16396 test function, continue into test function and walk test
16397 structures.
16398
16399 2014-07-02 Yao Qi <yao@codesourcery.com>
16400
16401 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16402 'bar_start' at the beginning of functions 'foo' and 'bar'
16403 respectively.
16404 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16405 instead of 'foo' and 'bar'.
16406
16407 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16408
16409 * gdb.btrace/segv.exp: New.
16410 * gdb.btrace/segv.c: New.
16411
16412 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
16413
16414 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16415 instruction.
16416
16417 2014-06-30 Mark Wielaard <mjw@redhat.com>
16418
16419 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16420 vulture, vilify, villar): New volatile array constants.
16421 (vindictive, vegetation): New const volatile array constants.
16422 * gdb.base/volatile.exp: Test volatile and const volatile array
16423 types.
16424
16425 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16426
16427 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16428 target lacks support for awatch, rwatch, or hbreak.
16429
16430 2014-06-27 Yao Qi <yao@codesourcery.com>
16431
16432 * gdb.multi/dummy-frame-restore.exp: New.
16433 * gdb.multi/dummy-frame-restore.c: New.
16434
16435 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16436
16437 * gdb.btrace/gcore.exp: New.
16438
16439 2014-06-23 Pedro Alves <palves@redhat.com>
16440
16441 * gdb.base/watchpoint-reuse-slot.c: New file.
16442 * gdb.base/watchpoint-reuse-slot.exp: New file.
16443
16444 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16445
16446 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16447 progspace's filename in 'info', 'enable' and 'disable' command
16448 tests.
16449
16450 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16451
16452 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16453 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16454 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16455
16456 2014-06-20 Gary Benson <gbenson@redhat.com>
16457
16458 * gdb.arch/i386-avx.exp: Fix include file location.
16459 * gdb.arch/i386-sse.exp: Likewise.
16460
16461 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16462
16463 * gdb.dlang/expression.exp: New file.
16464
16465 2014-06-19 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16468 out from ...
16469 (top level): ... here. Iterate running tests under different
16470 scheduler-locking settings.
16471
16472 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
16473
16474 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16475 to DW_FORM_addr and use non-zero addresses.
16476
16477 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16478
16479 PR gdb/17017
16480 * gdb.python/py-xmethods.cc: Add global function call counters and
16481 increment them in their respective functions. Remove "cout"
16482 statements.
16483 * gdb.python/py-xmethods.exp: Make tests check the global function
16484 call counters instead of depending on inferior IO.
16485
16486 2014-06-18 Don Breazeal <donb@codesourcery.com>
16487
16488 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16489 Deleted procedure.
16490 (explicit_fork_parent_follow): Deleted procedure.
16491 (explicit_fork_child_follow): Deleted procedure.
16492 (test_follow_fork): New procedure.
16493 (do_fork_tests): Replace calls to deleted procedures with
16494 calls to test_follow_fork and reset GDB for subsequent
16495 procedure calls.
16496
16497 2014-06-17 Yao Qi <yao@codesourcery.com>
16498
16499 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16500 CP1252.
16501
16502 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
16503
16504 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16505 Initialize ptr and S explicitly.
16506 (skip_type_update_when_not_use_rtti_test): Likewise.
16507
16508 2014-06-16 Keith Seitz <keiths@redhat.com>
16509
16510 PR mi/15863
16511 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16512 the inferior is started.
16513
16514 2014-06-16 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.base/break-main-file-remove-fail.c: New file.
16517 * gdb.base/break-main-file-remove-fail.exp: New file.
16518 * gdb.base/break-unload-file.exp: Use build_executable instead of
16519 prepare_for_testing.
16520 (test_break): New parameter "initial_load". Handle it.
16521 (top level): Add initial_load cmdline/file axis.
16522
16523 2014-06-12 Tom Tromey <tromey@redhat.com>
16524
16525 * gdb.base/completion.exp: Don't use directory name in test.
16526
16527 2014-06-09 Gary Benson <gbenson@redhat.com>
16528
16529 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16530 separate the always-available ANSI-standard signals from the
16531 signals that require checking.
16532 (main): Likewise.
16533 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16534 Likewise.
16535 (main): Likewise.
16536
16537 2014-06-07 Keith Seitz <keiths@redhat.com>
16538
16539 Revert:
16540 PR c++/16253
16541 * gdb.cp/var-tag.cc: New file.
16542 * gdb.cp/var-tag.exp: New file.
16543 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16544 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16545 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16546 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16547
16548 2014-06-06 Doug Evans <xdje42@gmail.com>
16549
16550 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16551
16552 2014-06-06 Pedro Alves <palves@redhat.com>
16553
16554 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16555 in target debug output instead of looking at RSP packets,
16556 disabling the test on any target that uses hardware stepping.
16557 Update comments.
16558
16559 2014-06-06 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.base/break-unload-file.exp: Fix typo.
16562
16563 2014-06-06 Yao Qi <yao@codesourcery.com>
16564
16565 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16566 from "jit_function" to "^jit_function".
16567
16568 2014-06-06 Yao Qi <yao@codesourcery.com>
16569
16570 * gdb.base/async.c (foo): Add one statement.
16571 * gdb.base/async.exp: Get the next instruction address and
16572 match the output of "nexti" by instruction address. Match
16573 the hex address in the output of "finish".
16574
16575 2014-06-06 Gary Benson <gbenson@redhat.com>
16576
16577 * gdb.base/call-signals.c: Remove preprocessor conditionals
16578 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16579 SIGSEGV and SIGTERM.
16580 * gdb.base/sigall.c: Likewise.
16581 * gdb.base/unwindonsignal.c: Likewise.
16582 * gdb.reverse/sigall-reverse.c: Likewise.
16583
16584 2014-06-06 Yao Qi <yao@codesourcery.com>
16585
16586 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16587 readable, skip the test.
16588
16589 2014-06-06 Yao Qi <yao@codesourcery.com>
16590
16591 * gdb.threads/staticthreads.c (thread_function): Move the line
16592 setting breakpoint on forward.
16593 * gdb.threads/staticthreads.exp: Update comments.
16594
16595 2014-06-05 Ludovic Courtès <ludo@gnu.org>
16596
16597 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16598 "history-append! type error".
16599
16600 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16601
16602 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16603 erroneous dprintf expected input.
16604
16605 2014-06-04 Doug Evans <xdje42@gmail.com>
16606
16607 * gdb.guile/scm-generics.exp: Delete.
16608
16609 2014-06-04 Doug Evans <xdje42@gmail.com>
16610
16611 * gdb.guile/scm-breakpoint.exp: Update.
16612 Add tests for breakpoint registration.
16613
16614 2014-06-04 Tom Tromey <tromey@redhat.com>
16615
16616 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16617 VLA-in-union.
16618 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16619 inner_vla_struct, vla_union types. Initialize objects of those
16620 types and compute their sizes.
16621
16622 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16623 Hui Zhu <hui@codesourcery.com>
16624
16625 * gdb.base/fileio.exp: Add test for shell not available as well as
16626 available.
16627 * gdb.base/fileio.c (test_system): Check for shell twice.
16628
16629 2014-06-04 Yao Qi <yao@codesourcery.com>
16630
16631 * gdb.base/auto-connect-native-target.exp: Remove redundant
16632 space from the regexp pattern.
16633
16634 2014-06-04 Yao Qi <yao@codesourcery.com>
16635
16636 * gdb.base/default.exp: Replace "child" with "native" in
16637 regexp pattern.
16638
16639 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16640
16641 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16642 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16643 * gdb.python/py-xmethods.py: Python script supporting the
16644 new testcase and tests.
16645
16646 2014-06-03 Joel Brobecker <brobecker@adacore.com>
16647 Pedro Alves <palves@redhat.com>
16648
16649 PR breakpoints/17000
16650 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16651 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16652
16653 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16654
16655 * gdb.base/subst.exp: Add tests to verify partial path matching
16656 output.
16657
16658 2014-06-03 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16661 target that doesn't use software single-stepping.
16662
16663 2014-06-03 Pedro Alves <palves@redhat.com>
16664
16665 PR breakpoints/17000
16666 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16667 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16668
16669 2014-06-02 Doug Evans <xdje42@gmail.com>
16670
16671 * gdb.guile/scm-parameter.exp: New file.
16672
16673 2014-06-02 Doug Evans <xdje42@gmail.com>
16674
16675 * gdb.guile/scm-cmd.c: New file.
16676 * gdb.guile/scm-cmd.exp: New file.
16677
16678 2014-06-02 Doug Evans <xdje42@gmail.com>
16679
16680 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16681 pretty-printer lookup.
16682 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16683 (make-pp_s-printer): Call it.
16684 (make-pretty-printer-from-dict): New function.
16685 (lookup-pretty-printer-maker-from-dict): New function.
16686 (*pretty-printer*): Simplify.
16687 (make-objfile-pp_s-printer): New function.
16688 (install-objfile-pretty-printers!): New function.
16689 (make-progspace-pp_s-printer): New function.
16690 (install-progspace-pretty-printers!): New function.
16691 * gdb.guile/scm-progspace.c: New file.
16692 * gdb.guile/scm-progspace.exp: New file.
16693
16694 2014-06-02 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/dprintf-bp-same-addr.c: New file.
16697 * gdb.base/dprintf-bp-same-addr.exp: New file.
16698
16699 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16700
16701 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16702 * gdb.arch/powerpc-power.s: Likewise.
16703
16704 2014-06-02 Joel Brobecker <brobecker@adacore.com>
16705
16706 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16707
16708 2014-06-01 Yao Qi <yao@codesourcery.com>
16709
16710 * gdb.base/watchpoint.exp (test_watch_location): Check null
16711 pointer can be dereferenced. If not, do the test, otherwise
16712 skip it.
16713
16714 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16715
16716 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16717 results.
16718 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16719
16720 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
16721
16722 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16723 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16724 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16725 * gdb.arch/amd64-invalid-stack-top.c: New file.
16726 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16727
16728 2014-05-30 Pedro Alves <palves@redhat.com>
16729
16730 PR breakpoints/17000
16731 * gdb.base/sss-bp-on-user-bp.c: New file.
16732 * gdb.base/sss-bp-on-user-bp.exp: New file.
16733
16734 2014-05-30 David Blaikie <dblaikie@gmail.com>
16735
16736 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16737 gnu_inline semantics via attribute.
16738 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16739 source explicitly specifies the required semantics.
16740
16741 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16742
16743 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16744
16745 2014-05-29 Pedro Alves <palves@redhat.com>
16746 Tom Tromey <tromey@redhat.com>
16747
16748 * gdb.base/async-shell.exp: Don't enable target-async.
16749 * gdb.base/async.exp
16750 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16751 parameter. Adjust.
16752 (top level): Don't test with "target-async".
16753 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16754 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16755 * gdb.base/inferior-died.exp: Don't enable target-async.
16756 * gdb.base/interrupt-noterm.exp: Likewise.
16757 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16758 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16759 * gdb.mi/mi-nonstop.exp: Likewise.
16760 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16761 * gdb.mi/mi-nsintrall.exp: Likewise.
16762 * gdb.mi/mi-nsmoribund.exp: Likewise.
16763 * gdb.mi/mi-nsthrexec.exp: Likewise.
16764 * gdb.mi/mi-watch-nonstop.exp: Likewise.
16765 * gdb.multi/watchpoint-multi.exp: Adjust comment.
16766 * gdb.python/py-evsignal.exp: Don't enable target-async.
16767 * gdb.python/py-evthreads.exp: Likewise.
16768 * gdb.python/py-prompt.exp: Likewise.
16769 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
16770 * gdb.server/solib-list.exp: Don't enable target-async.
16771 * gdb.threads/thread-specific-bp.exp: Likewise.
16772 * lib/mi-support.exp: Adjust to use mi-async.
16773
16774 2014-05-29 Pedro Alves <palves@redhat.com>
16775
16776 PR gdb/13860
16777 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
16778 reason, even in sync mode.
16779
16780 2014-05-29 Pedro Alves <palves@redhat.com>
16781 Hui Zhu <hui@codesourcery.com>
16782
16783 PR PR15693
16784 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
16785 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
16786 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
16787 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
16788
16789 2014-05-28 Joel Brobecker <brobecker@adacore.com>
16790
16791 * config/monitor.exp (gdb_target_monitor): Replace use of
16792 "set remotebaud" by "set serial baud".
16793
16794 2014-05-26 Andy Wingo <wingo@igalia.com>
16795
16796 * gdb.guile/scm-breakpoint.exp:
16797 * gdb.guile/scm-gsmob.exp: Update to use plain old object
16798 properties instead of gdb-object-properties.
16799
16800 2014-05-26 Yao Qi <yao@codesourcery.com>
16801
16802 * gdb.server/no-thread-db.exp: Specify source file name
16803 explicitly when setting a breakpoint.
16804
16805 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16806
16807 * gdb.btrace/vdso.c: New.
16808 * gdb.btrace/vdso.exp: New.
16809
16810 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16811
16812 * gdb.base/gcore.exp (capture_command_output): Move ...
16813 * lib/gdb.exp (capture_command_output): ... here.
16814
16815 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
16816
16817 * gdb.btrace/data.exp: Test memory access during btrace replay.
16818
16819 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
16820
16821 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
16822
16823 2014-05-21 Pedro Alves <palves@redhat.com>
16824
16825 PR gdb/13860
16826 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
16827 (top level): Test that output related to execution commands is
16828 sent to the console with CLI commands, but not with MI commands.
16829 Test that breakpoint events are always mirrored to the console.
16830 Also expect the new source line to be output after a "next" in
16831 async mode too. Make it a pass/fail test.
16832 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
16833 output.
16834 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
16835
16836 2014-05-21 Pedro Alves <palves@redhat.com>
16837
16838 * gdb.base/list.exp (build_pattern, test_list): New procedures.
16839 Use them to test variations of "list" after reaching a breakpoint.
16840 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
16841 Test "list" with listsize 10 after reaching a breakpoint.
16842 * gdb.python/python.exp (decode_line current location line
16843 number): Adjust expected line number.
16844
16845 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
16846
16847 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
16848 behavior for $args, pass it directly to "run".
16849
16850 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
16851
16852 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
16853 30000 to 65536.
16854
16855 2014-05-21 Pedro Alves <palves@redhat.com>
16856
16857 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
16858 auto-connect-native-target off".
16859 * gdb.base/auto-connect-native-target.c: New file.
16860 * gdb.base/auto-connect-native-target.exp: New file.
16861
16862 2014-05-21 Pedro Alves <palves@redhat.com>
16863
16864 * gdb.base/default.exp: Test "target native" instead of "target
16865 child".
16866
16867 2014-05-21 Mark Wielaard <mjw@redhat.com>
16868
16869 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16870
16871 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16872
16873 Fix TLS access for -static -pthread.
16874 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
16875 <HAVE_TLS> (thread_function, main): Initialize it.
16876 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
16877 Add clean_restart.
16878 <$have_tls != "">: Check TLSVAR.
16879
16880 2014-05-21 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/dcache-line-read-error.c: New.
16883 * gdb.base/dcache-line-read-error.exp: New.
16884
16885 2014-05-20 Pedro Alves <palves@redhat.com>
16886
16887 * gdb.base/compare-sections.c: New file.
16888 * gdb.base/compare-sections.exp: New file.
16889
16890 2014-05-20 Pedro Alves <palves@redhat.com>
16891
16892 * gdb.base/break-idempotent.c: New file.
16893 * gdb.base/break-idempotent.exp: New file.
16894
16895 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
16896
16897 * gdb.btrace/nohist.exp: New.
16898
16899 2014-05-20 Yao Qi <yao@codesourcery.com>
16900
16901 * lib/gdb.exp (gdb_init): Set timeout if test file is under
16902 gdb.reverse directory and gdb_reverse_timeout exists in board
16903 setting.
16904 * README: Document gdb_reverse_timeout.
16905
16906 2014-05-20 Yao Qi <yao@codesourcery.com>
16907
16908 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
16909 'test_file_name'. Treat args as a string instead of a list.
16910 (gdb_init): Rename argument 'args' by 'test_file_name'.
16911
16912 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
16913
16914 * gdb.arch/powerpc-power.exp: New file.
16915 * gdb.arch/powerpc-power.s: New file.
16916
16917 2014-05-16 Doug Evans <dje@google.com>
16918
16919 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
16920 * gdb.base/completion.exp: Check that all expected files exist
16921 before doing file completion.
16922
16923 2014-05-16 Doug Evans <dje@google.com>
16924
16925 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
16926 Update.
16927 (do_syscall_tests_without_xml): Update.
16928
16929 2014-05-16 Pedro Alves <palves@redhat.com>
16930
16931 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
16932 instead of "unknown output after running".
16933
16934 2014-05-16 Yao Qi <yao@codesourcery.com>
16935
16936 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
16937 file1.txt from host at the end.
16938 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
16939
16940 2014-05-15 Doug Evans <dje@google.com>
16941
16942 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
16943 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
16944 loading file. Add test for TU lookup.
16945
16946 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16947
16948 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16949 calling "-exec-arguments" or "set args" before running the
16950 inferior.
16951
16952 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16953
16954 * lib/mi-support.exp (mi_expect_stop): Expect message for
16955 inferiors that exit with non-zero exit code.
16956
16957 2014-05-14 Yao Qi <yao@codesourcery.com>
16958
16959 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16960 match absolute path on remote host.
16961 (test_file_list_exec_source_files): Remove "/" from the
16962 pattern.
16963
16964 2014-05-14 Yao Qi <yao@codesourcery.com>
16965
16966 * boards/local-remote-host-notty.exp (${board}_file): New
16967 proc.
16968
16969 2014-05-07 Kyle McMartin <kyle@redhat.com>
16970
16971 Pushed by Joel Brobecker <brobecker@adacore.com>.
16972 * gdb.arch/aarch64-atomic-inst.c: New file.
16973 * gdb.arch/aarch64-atomic-inst.exp: New file.
16974
16975 2014-05-07 Yao Qi <yao@codesourcery.com>
16976
16977 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16978 in current context" too.
16979
16980 2014-05-05 Keith Seitz <keiths@redhat.com>
16981
16982 * gdb.linespec/ls-dollar.exp: Add test for linespec
16983 file:convenience_variable.
16984
16985 2014-05-05 Yao Qi <yao@codesourcery.com>
16986
16987 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16988 traceframes into tfile and ctf trace files. Read data from
16989 trace file and test collected data.
16990 (gdb_collect_locals_test): Likewise.
16991 (gdb_unavailable_registers_test): Likewise.
16992 (gdb_unavailable_floats): Likewise.
16993 (gdb_collect_globals_test): Likewise.
16994 (top-level): Append "ctf" to trace_file_targets if GDB
16995 supports.
16996
16997 2014-05-05 Yao Qi <yao@codesourcery.com>
16998
16999 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17000 code to ...
17001 (gdb_collect_args_test_1): ... it. New proc.
17002 (gdb_collect_locals_test): Move some code to ...
17003 (gdb_collect_locals_test_1): ... it. New proc.
17004 (gdb_unavailable_registers_test): Move some code to ...
17005 (gdb_unavailable_registers_test_1): ... it. New proc.
17006 (gdb_unavailable_floats): Move some code to ...
17007 (gdb_unavailable_floats_1): ... it. New proc.
17008
17009 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17010
17011 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17012 probes to test for bitness recognition.
17013 * gdb.arch/amd64-stap-optional-prefix.exp
17014 (test_probe_value_without_reg): New procedure.
17015 Add code to test for different kinds of bitness.
17016
17017 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17018
17019 PR breakpoints/16889
17020 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17021 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17022
17023 2014-05-01 Pedro Alves <palves@redhat.com>
17024
17025 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17026 gdb_file_cmd if no file is specified.
17027 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17028 last_loaded_file to set the remote exec-file.
17029
17030 2014-05-01 Pedro Alves <palves@redhat.com>
17031
17032 * boards/local-remote-host.exp: New file.
17033
17034 2014-05-01 Pedro Alves <palves@redhat.com>
17035
17036 * boards/local-remote-host.exp: Rename to ...
17037 * boards/local-remote-host-notty.exp: ... this.
17038
17039 2014-04-28 Joel Brobecker <brobecker@adacore.com>
17040
17041 * gdb.ada/dyn_arrayidx: New testcase.
17042
17043 2014-04-26 Yao Qi <yao@codesourcery.com>
17044
17045 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17046 and compute the length of function main. Save it in
17047 $main_length.
17048 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17049 (top-level): Use gdb_compile to compile objects into
17050 executable and restart GDB. Remove invocation to
17051 prepare_for_testing.
17052
17053 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17054 Pedro Alves <palves@redhat.com>
17055
17056 PR server/16255
17057 * gdb.multi/multi-attach.c: New file.
17058 * gdb.multi/multi-attach.exp: New file.
17059
17060 2014-04-25 Pedro Alves <palves@redhat.com>
17061
17062 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17063 user.
17064 (top level): Test that "set remote conditional-breakpoints-packet
17065 off" works as intended.
17066 * gdb.base/dprintf.exp: Test that "set remote
17067 breakpoint-commands-packet off" works as intended.
17068 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17069 New function.
17070 (top level): Call it.
17071 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17072 remote fast-tracepoints-packet off" works as intended.
17073 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17074 * lib/gdb.exp (gdb_is_target_remote): ... here.
17075
17076 2014-04-24 David Blaikie <dblaikie@gmail.com>
17077
17078 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17079 ensure clang would not discard them.
17080 * gdb.base/gdbvars.c: Ditto.
17081 * gdb.base/memattr.c: Ditto.
17082 * gdb.base/whatis.c: Ditto.
17083 * gdb.python/py-prettyprint.c: Ditto.
17084 * gdb.trace/actions.c: Ditto.
17085 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17086 ensure clang would not discard it.
17087
17088 2014-04-24 David Blaikie <dblaikie@gmail.com>
17089
17090 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17091 clang to emit the full definition of type required by the test
17092 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17093
17094 2014-04-24 David Blaikie <dblaikie@gmail.com>
17095
17096 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17097 coax Clang into emitting the definition of the type.
17098 * gdb.cp/pr10728-x.h (y): Ditto.
17099 * gdb.cp/pr10728-y.cc (y): Ditto.
17100
17101 2014-04-24 David Blaikie <dblaikie@gmail.com>
17102
17103 * gdb.base/label.exp: XFAIL label related tests under Clang.
17104 * gdb.cp/cplabel.exp: Ditto.
17105 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17106 under Clang those using labels.
17107
17108 2014-04-25 Yao Qi <yao@codesourcery.com>
17109
17110 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17111 double_label.
17112 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17113 partial_label and double_label.
17114
17115 2014-04-24 David Blaikie <dblaikie@gmail.com>
17116
17117 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17118
17119 2014-04-24 David Blaikie <dblaikie@gmail.com>
17120
17121 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17122 of the function to work across GCC and Clang.
17123 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17124 pointer types (const void ** const V void **).
17125
17126 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
17127 Walfred Tedeschi <walfred.tedeschi@intel.com>
17128
17129 * Makefile.in (EXECUTABLES): Added i386-avx512.
17130 * gdb.arch/i386-avx512.c: New file.
17131 * gdb.arch/i386-avx512.exp: Likewise.
17132
17133 2014-04-23 Keith Seitz <keiths@redhat.com>
17134
17135 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17136 (mi_make_breakpoint_table): New procedure.
17137 (mi_create_breakpoint): Use mi_make_breakpoint
17138 and return the result.
17139 (mi_make_breakpoint): New procedure.
17140 (mi_build_kv_pairs): New procedure.
17141
17142 * gdb.mi/mi-break.exp: Remove unused globals,
17143 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17144 All callers updated.
17145 * gdb.mi/mi-dprintf.exp: Use variable to track command
17146 number.
17147 Update all callers of mi_create_breakpoint and use
17148 mi_make_breakpoint_table.
17149 Remove any unused global variables.
17150 * gdb.mi/mi-nonstop.exp: Likewise.
17151 * gdb.mi/mi-nsintrall.exp: Likewise.
17152 * gdb.mi/mi-nsmoribund.exp: Likewise.
17153 * gdb.mi/mi-nsthrexec.exp: Likewise.
17154 * gdb.mi/mi-reverse.exp: Likewise.
17155 * gdb.mi/mi-simplerun.exp: Likewise.
17156 * gdb.mi/mi-stepn.exp: Likewise.
17157 * gdb.mi/mi-syn-frame.exp: Likewise.
17158 * gdb.mi/mi-until.exp: Likewise.
17159 * gdb.mi/mi-var-cp.exp: Likewise.
17160 * gdb.mi/mi-var-display.exp: Likewise.
17161 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17162 * gdb.mi/mi2-var-child.exp: Likewise.
17163 * gdb.mi/mi-vla-c99.exp: Likewise.
17164 * lib/mi-support.exp: Likewise.
17165
17166 From Ian Lance Taylor <iant@cygnus.com>:
17167 * lib/gdb.exp (parse_args): New procedure.
17168
17169 2014-04-23 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.base/break-unload-file.c: New file.
17172 * gdb.base/break-unload-file.exp: New file.
17173 * gdb.base/sym-file-lib.c (baz): New function.
17174 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17175 field.
17176 (load): Store the segment's mapped size.
17177 (unload): New function.
17178 (unload_shlib): New function.
17179 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17180 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17181 set a breakpoint at baz, and call it.
17182 * gdb.base/sym-file.exp: New tests for stale breakpoint
17183 instructions.
17184
17185 2014-04-23 Pedro Alves <palves@redhat.com>
17186
17187 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17188 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17189 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17190 * gdb.base/hbreak-unmapped.c: New file.
17191 * gdb.base/hbreak-unmapped.exp: New file.
17192 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17193 * lib/gdb.exp (gdb_is_target_remote): ... here.
17194
17195 2014-04-22 Pedro Alves <palves@redhat.com>
17196
17197 * gdb.base/consecutive-step-over.c: New file.
17198 * gdb.base/consecutive-step-over.exp: New file.
17199
17200 2014-04-22 Pedro Alves <palves@redhat.com>
17201
17202 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17203 instead of send_gdb/gdb_expect.
17204
17205 2014-04-22 Yao Qi <yao@codesourcery.com>
17206
17207 * lib/trace-support.exp (generate_tracefile): New procedure.
17208 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17209 return 0.
17210 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17211 if generate_tracefile returns 1.
17212
17213 2014-04-18 Tom Tromey <palves@redhat.com>
17214 Pedro alves <tromey@redhat.com>
17215
17216 PR backtrace/15558
17217 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17218 with a backtrace limit.
17219 * gdb.python/py-frame-inline.exp: Test running to an inline
17220 function with a backtrace limit, and printing the newest frame.
17221 * gdb.python/py-frame-inline.c (main): Call f.
17222
17223 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17224
17225 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17226
17227 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17228
17229 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17230 Drop prefix from unsupported source file path.
17231
17232 2014-04-17 Yao Qi <yao@codesourcery.com>
17233
17234 * lib/gdb.exp (with_target_charset): New proc.
17235 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17236 with_target_charset.
17237 (test_print_strings): Likewise.
17238 (test_repeat_bytes): Likewise.
17239 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17240 for some tests.
17241
17242 2014-04-16 Keith Seitz <keiths@redhat.com>
17243
17244 PR gdb/15827
17245 * gdb.dwarf2/corrupt.c: New file.
17246 * gdb.dwarf2/corrupt.exp: New file.
17247
17248 2014-04-16 Keith Seitz <keiths@redhat.com>
17249
17250 PR c++/16597
17251 * gdb.cp/namelessclass.cc: New file.
17252 * gdb.cp/namelessclass.exp: New file.
17253 * gdb.cp/namelessclass.S: New file.
17254
17255 2014-04-16 Doug Evans <dje@google.com>
17256
17257 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17258 Add comment.
17259 (gdbserver_default_get_comm_port): New function.
17260 (gdbserver_start): Check if board file provided
17261 "gdbserver,get_comm_port" and use it if so.
17262 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17263 (gdb,socketport): Set to "stdio".
17264 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17265 (stdio_gdbserver_template): Delete.
17266 (${board}_get_remote_address): Update.
17267 (${board}_build_remote_cmd): Delete.
17268 (${board}_get_comm_port): New function.
17269 (${board}_spawn): Update.
17270 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17271 Delete.
17272 (${board}_get_remote_address): Update.
17273 (${board}_get_comm_port): New function.
17274
17275 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
17276
17277 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17278 appearing in any order.
17279
17280 2014-04-15 Doug Evans <dje@google.com>
17281
17282 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17283 uninitialized value of "description".
17284
17285 2014-04-15 Keith Seitz <keiths@redhat.com>
17286
17287 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17288 Remove unused globals.
17289 (test_running_the_program): Likewise.
17290 (test_controlled_execution): Likewise.
17291 (test_controlling_breakpoints): Likewise.
17292 (test_program_termination): Likewise.
17293
17294 2014-04-15 Keith Seitz <keiths@redhat.com>
17295
17296 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17297 unused globals.
17298 (test_rbreak_creation_and_listing): Likewise.
17299 (test_ignore_count): Likewise.
17300 (test_error): Likewise.
17301
17302 2014-04-15 Pedro Alves <palves@redhat.com>
17303
17304 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17305 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17306 sym-file-loader.c.
17307 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17308 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17309 to sym-file-loader.c.
17310 (struct library): Forward declare.
17311 (load_shlib, lookup_function): Change prototypes.
17312 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17313 (translate_offset): Remove declarations.
17314 (get_text_addr): New declaration.
17315 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17316 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17317 sym-file-loader.h.
17318 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17319 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17320 here from sym-file-loader.h.
17321 (struct library): New structure.
17322 (load_shlib, lookup_function): Change prototypes and adjust to
17323 work with a struct library.
17324 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17325 (translate_offset): Make static.
17326 (get_text_addr): New function.
17327 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17328
17329 2014-04-15 Pedro Alves <palves@redhat.com>
17330
17331 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17332
17333 2014-04-15 Pedro Alves <palves@redhat.com>
17334
17335 * gdb.base/sym-file-loader.c: Include <limits.h>.
17336 (SELF_LINK): New define.
17337 (get_origin): New function.
17338 (load_shlib): Use it.
17339 * gdb.base/sym-file.exp: Don't early return if the target is
17340 remote. Use runto_main, and issue fail is that fails. Use
17341 gdb_load_shlibs.
17342 (shlib_name): Delete.
17343 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17344
17345 2014-04-15 Pedro Alves <palves@redhat.com>
17346
17347 * gdb.base/sym-file.exp: Remove regex characters from test
17348 message. Don't refer to breakpoint numbers in test messages.
17349
17350 2014-04-14 Keith Seitz <keiths@redhat.com>
17351
17352 PR c++/16253
17353 * gdb.cp/var-tag.cc: New file.
17354 * gdb.cp/var-tag.exp: New file.
17355 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17356 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17357 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17358 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17359
17360 2014-04-14 Tom Tromey <tromey@redhat.com>
17361
17362 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17363 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17364 type.
17365 * gdb.cp/enum-class.exp: New file.
17366 * gdb.cp/enum-class.cc: New file.
17367
17368 2014-04-14 Tom Tromey <tromey@redhat.com>
17369
17370 * gdb.dwarf2/enum-type.exp: New file.
17371
17372 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17373
17374 * gdb.mi/mi-vla-c99.exp: New file.
17375 * gdb.mi/vla.c: New file.
17376
17377 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17378
17379 * gdb.base/vla-datatypes.c: New file.
17380 * gdb.base/vla-datatypes.exp: New file.
17381
17382 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17383
17384 * gdb.base/vla-ptr.c: New file.
17385 * gdb.base/vla-ptr.exp: New file.
17386
17387 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17388
17389 * gdb.dwarf2/count.exp: New file.
17390
17391 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17392
17393 * gdb.base/vla-sideeffect.c: New file.
17394 * gdb.base/vla-sideeffect.exp: New file.
17395
17396 2014-04-14 David Blaikie <dblaikie@gmail.com>
17397
17398 * gdb.mi/non-stop.c: Add return value for non-void function return
17399 statement.
17400 * gdb.threads/staticthreads.c: Ditto.
17401
17402 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17403 Doug Evans <xdje42@gmail.com>
17404
17405 * gdb.guile/scm-value.c: Improve test case.
17406 * gdb.guile/scm-value.exp: Add new test.
17407
17408 2014-04-11 David Blaikie <dblaikie@gmail.com>
17409
17410 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17411 override Clang's default.
17412
17413 2014-04-11 Joel Brobecker <brobecker@adacore.com>
17414
17415 Revert the following changes (regressions):
17416
17417 * gdb.base/vla-sideeffect.c: New file.
17418 * gdb.base/vla-sideeffect.exp: New file.
17419
17420 * gdb.dwarf2/count.exp: New file.
17421
17422 * gdb.base/vla-multi.c: New file.
17423 * gdb.base/vla-multi.exp: New file.
17424
17425 * gdb.base/vla-ptr.c: New file.
17426 * gdb.base/vla-ptr.exp: New file.
17427
17428 * gdb.base/vla-datatypes.c: New file.
17429 * gdb.base/vla-datatypes.exp: New file.
17430
17431 * gdb.mi/mi-vla-c99.exp: New file.
17432 * gdb.mi/vla.c: New file.
17433
17434 2014-04-11 Keith Seitz <keiths@redhat.com>
17435
17436 PR c++/16675
17437 * gdb.cp/cpsizeof.exp: New file.
17438 * gdb.cp/cpsizeof.cc: New file.
17439
17440 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17441
17442 * gdb.mi/mi-vla-c99.exp: New file.
17443 * gdb.mi/vla.c: New file.
17444
17445 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17446
17447 * gdb.base/vla-datatypes.c: New file.
17448 * gdb.base/vla-datatypes.exp: New file.
17449
17450 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17451
17452 * gdb.base/vla-ptr.c: New file.
17453 * gdb.base/vla-ptr.exp: New file.
17454
17455 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17456
17457 * gdb.base/vla-multi.c: New file.
17458 * gdb.base/vla-multi.exp: New file.
17459
17460 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17461
17462 * gdb.dwarf2/count.exp: New file.
17463
17464 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17465
17466 * gdb.base/vla-sideeffect.c: New file.
17467 * gdb.base/vla-sideeffect.exp: New file.
17468
17469 2014-04-11 Yao Qi <yao@codesourcery.com>
17470
17471 * gdb.base/completion.exp: Check file exists before running tests
17472 on file completion.
17473
17474 2014-04-10 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.base/cond-eval-mode.c: New file.
17477 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17478 prepare_for_testing to build the new file. Check result of
17479 runto_main.
17480 (test_break, test_watch): New procedures.
17481 (top level): Use them.
17482
17483 2014-04-08 Pierre Muller <muller@sourceware.org>
17484
17485 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17486 Ctrl-V use for mingw hosts.
17487
17488 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17489
17490 * gdb.python/py-value.c: Improve test case.
17491 * gdb.python/py-value.exp: Add new test.
17492
17493 2014-04-07 David Blaikie <dblaikie@gmail.com>
17494
17495 * lib/compiler.c: Identify the clang compiler.
17496 * lib/compiler.cc: Ditto.
17497
17498 2014-04-03 Yao Qi <yao@codesourcery.com>
17499
17500 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17501
17502 2014-04-01 Anton Blanchard <anton@samba.org>
17503
17504 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17505 messages unique.
17506
17507 2014-04-01 Anton Blanchard <anton@samba.org>
17508
17509 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17510 prepare_for_testing.
17511
17512 2014-04-01 Anton Blanchard <anton@samba.org>
17513
17514 * gdb.arch/ppc64-atomic-inst.c: Remove.
17515 * gdb.arch/ppc64-atomic-inst.S: New file.
17516 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17517
17518 2014-03-31 Doug Evans <dje@google.com>
17519
17520 * gdb.base/print-symbol-loading-lib.c: New file.
17521 * gdb.base/print-symbol-loading-main.c: New file.
17522 * gdb.base/print-symbol-loading.exp: New file.
17523
17524 2014-03-31 Yao Qi <yao@codesourcery.com>
17525
17526 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17527
17528 2014-03-28 Joel Brobecker <brobecker@adacore.com>
17529
17530 * gdb.ada/mi_dyn_arr: New testcase.
17531
17532 2014-03-27 Doug Evans <dje@google.com>
17533
17534 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17535
17536 2014-03-27 Yao Qi <yao@codesourcery.com>
17537
17538 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17539 if target is nios2-*-*.
17540
17541 2014-03-26 Yao Qi <yao@codesourcery.com>
17542
17543 * lib/gdb.exp (readline_is_used): New proc.
17544 * gdb.base/completion.exp: Move tests on command complete up.
17545 Skip the rest of tests if readline is not used.
17546 * gdb.ada/complete.exp: Skp the test if readline is not
17547 used.
17548 * gdb.base/filesym.exp: Likewise.
17549 * gdb.base/macscp.exp: Likewise.
17550 * gdb.base/readline-ask.exp: Likewise.
17551 * gdb.base/readline.exp: Likewise.
17552 * gdb.python/py-cmd.exp: Likewise.
17553 * gdb.trace/tfile.exp: Likewise.
17554
17555 2014-03-26 Yao Qi <yao@codesourcery.com>
17556
17557 * gdb.base/macscp.exp: Fix code format issues.
17558
17559 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17560
17561 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17562 * gdb.asm/powerpc64le.inc: New file.
17563
17564 2014-03-25 Pedro Alves <palves@redhat.com>
17565 Doug Evans <dje@google.com>
17566
17567 * gdb.base/source-execution.c: New file.
17568 * gdb.base/source-execution.exp: New file.
17569 * gdb.base/source-execution.gdb: New file.
17570
17571 2014-03-24 Doug Evans <dje@google.com>
17572
17573 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17574 using fission.
17575
17576 2014-03-24 Hui Zhu <hui@codesourcery.com>
17577 Pedro Alves <palves@redhat.com>
17578
17579 PR breakpoints/16101
17580 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17581 test pass/fail messages. Detect missing support for dprintf when
17582 breakpoints are actually inserted.
17583 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17584 breakpoints are actually inserted.
17585 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17586 fails.
17587
17588 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17589
17590 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17591
17592 2014-03-22 Doug Evans <xdje42@gmail.com>
17593
17594 * gdb.python/python.exp (python not supported): Verify multi-line
17595 python command issues an error.
17596 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17597 guile command issues an error.
17598
17599 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17600
17601 * gdb.threads/thread-specific.exp: Handle the lack of usable
17602 $this_breakpoint and $this_thread.
17603
17604 2014-03-21 Hui Zhu <hui@codesourcery.com>
17605
17606 * gdb.base/attach.exp (do_command_attach_tests): New.
17607
17608 2014-03-20 Tom Tromey <tromey@redhat.com>
17609 Pedro Alves <palves@redhat.com>
17610
17611 PR cli/15718
17612 * gdb.base/condbreak-call-false.c: New file.
17613 * gdb.base/condbreak-call-false.exp: New file.
17614
17615 2014-03-20 Pedro Alves <palves@redhat.com>
17616
17617 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17618 Delete.
17619 (block_signals, unblock_signals): Delete.
17620 (child_function_2, main): Remove references to deleted variable
17621 and functions.
17622
17623 2014-03-20 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17626 Use pthread_kill to signal thread 2.
17627 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17628 Adjust to make the test send itself a signal rather than using the
17629 host's "kill" command.
17630
17631 2014-03-20 Pedro Alves <palves@redhat.com>
17632
17633 * gdb.threads/multiple-step-overs.c: New file.
17634 * gdb.threads/multiple-step-overs.exp: New file.
17635 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17636 Adjust expected infrun debug output.
17637
17638 2014-03-20 Pedro Alves <palves@redhat.com>
17639
17640 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17641 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17642
17643 2014-03-20 Pedro Alves <palves@redhat.com>
17644
17645 PR breakpoints/7143
17646 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17647 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17648 of gdb_test_multiple.
17649 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17650 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17651
17652 2014-03-20 Pedro Alves <palves@redhat.com>
17653
17654 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17655 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17656
17657 2014-03-19 Pedro Alves <palves@redhat.com>
17658
17659 * gdb.base/async.exp: Remove early return.
17660
17661 2014-03-19 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17664
17665 2014-03-19 Pedro Alves <palves@redhat.com>
17666
17667 * gdb.base/async.exp (test_background): Expect \r\n after
17668 "completed." in the fail pattern.
17669
17670 2014-03-19 Pedro Alves <palves@redhat.com>
17671
17672 * gdb.base/async.exp (test_background): New procedure.
17673 Use it for all background execution command tests.
17674
17675 2014-03-19 Pedro Alves <palves@redhat.com>
17676
17677 * gdb.base/async.exp: Use prepare_for_testing.
17678
17679 2014-03-19 Pedro Alves <palves@redhat.com>
17680
17681 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17682 the same line.
17683
17684 2014-03-19 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/async.c (main): Add "jump here" and "until here" line
17687 marker comments.
17688 * gdb.base/async.exp (jump_here): New global.
17689 (jump& test): Use it.
17690 (until_here): New global.
17691 (until& test): Use it.
17692
17693 2014-03-19 Pedro Alves <palves@redhat.com>
17694
17695 * gdb.base/async.exp: Don't frob gdb_protocol.
17696
17697 2014-03-18 Doug Evans <xdje42@gmail.com>
17698
17699 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17700 Fix spelling of exec-done-display.
17701
17702 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17703
17704 PR gdb/15358
17705 * gdb.base/gdb-sigterm.c: New file.
17706 * gdb.base/gdb-sigterm.exp: New file.
17707
17708 2014-03-18 Pedro Alves <palves@redhat.com>
17709
17710 PR gdb/13860
17711 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17712 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17713 solib-event.
17714
17715 2014-03-17 Joel Brobecker <brobecker@adacore.com>
17716
17717 * gdb.ada/pckd_arr_ren: New testcase.
17718
17719 2014-03-13 Doug Evans <xdje42@gmail.com>
17720
17721 PR guile/16612
17722 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17723 collect after discarding symbols.
17724
17725 2014-03-13 Ludovic Courtès <ludo@gnu.org>
17726 Doug Evans <xdje42@gmail.com>
17727
17728 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17729 to history survives a gc.
17730
17731 2014-03-13 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.base/default.exp: Don't test "target procfs".
17734
17735 2014-03-13 Pedro Alves <palves@redhat.com>
17736
17737 * gdb.base/default.exp: Update "target child" and "target procfs"
17738 tests to not expect "Unix".
17739
17740 2014-03-12 Tom Tromey <tromey@redhat.com>
17741
17742 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17743 New procs. Add target-async tests.
17744 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17745 Add target-async tests.
17746
17747 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17748
17749 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17750 'func_start' and 'func_end' for the beginning and end of the
17751 function code, respectively.
17752 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17753 'func_end' instead of 'func' and 'main'.
17754
17755 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17756
17757 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17758 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17759 generate the debug info assembler source.
17760
17761 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17762
17763 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17764 * gdb.dwarf2/arr-subrange.exp: Likewise.
17765 * gdb.dwarf2/dwz.exp: Likewise.
17766 * gdb.dwarf2/method-ptr.exp: Likewise.
17767 * gdb.dwarf2/missing-sig-type.exp: Likewise.
17768 * gdb.dwarf2/subrange.exp: Likewise.
17769 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
17770 * gdb.dwarf2/implptrpiece.exp: Likewise.
17771 * gdb.dwarf2/nostaticblock.exp: Likewise.
17772
17773 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17774
17775 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
17776 directory to absolute path name arguments.
17777
17778 2014-03-10 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.ada/tagged_access: New testcase.
17781
17782 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
17783
17784 * gdb.btrace/data.exp: Update expected output.
17785
17786 2014-03-06 Yao Qi <yao@codesourcery.com>
17787
17788 * gdb.trace/pr16508.exp: New file.
17789
17790 2014-03-05 Pedro Alves <palves@redhat.com>
17791
17792 PR gdb/16575
17793 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
17794 procedure.
17795 (top level): Adjust to use it. Add tests that exercise breakpoint
17796 interaction with the code-cache.
17797
17798 2014-02-26 Ludovic Courtès <ludo@gnu.org>
17799
17800 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
17801 test for 'history-append!'.
17802
17803 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17804
17805 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
17806 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
17807 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
17808 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
17809 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
17810 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
17811
17812 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17813
17814 * testsuite/gdb.python/py-pp-re-notag.c: New file.
17815 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
17816 * testsuite/gdb.python/py-pp-re-notag.p: New file.
17817
17818 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17819
17820 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
17821
17822 2014-02-26 Joel Brobecker <brobecker@adacore.com>
17823
17824 * gdb.dwarf2/arr-stride.c: New file.
17825 * gdb.dwarf2/arr-stride.exp: New file.
17826
17827 2014-02-26 Pedro Alves <palves@redhat.com>
17828
17829 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
17830 that won't ever trigger. Make sure that GDB reports the correct
17831 breakpoint that caused the stop.
17832
17833 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17834
17835 PR gdb/16626
17836 * gdb.base/auto-load-script: New file.
17837 * gdb.base/auto-load.c: New file.
17838 * gdb.base/auto-load.exp: New file.
17839
17840 PR gdb/16626
17841 * gdb.base/auto-load.exp: Fix out-of-srctree run.
17842
17843 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17844
17845 Fix dw2-icycle.exp -fsanitize=address GDB crash.
17846 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
17847
17848 2014-02-24 Doug Evans <dje@google.com>
17849
17850 * lib/gdb.exp (run_on_host): Log error output if program fails.
17851
17852 2014-02-21 Pedro Alves <palves@redhat.com>
17853
17854 * gdb.threads/step-after-sr-lock.c: Rename to ...
17855 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
17856 * gdb.threads/step-after-sr-lock.exp: Rename to ...
17857 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17858 ... this.
17859
17860 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
17861
17862 PR tdep/16397
17863 * gdb.arch/amd64-stap-special-operands.exp: New file.
17864 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
17865 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
17866 * gdb.arch/amd64-stap-triplet.S: Likewise.
17867 * gdb.arch/amd64-stap-triplet.c: Likewise.
17868
17869 2014-02-20 Joel Brobecker <brobecker@adacore.com>
17870
17871 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
17872 in .section pseudo-op.
17873
17874 2014-02-20 lin zuojian <manjian2006@gmail.com>
17875 Joel Brobecker <brobecker@adacore.com>
17876 Doug Evans <xdje42@gmail.com>
17877
17878 PR symtab/16581
17879 * gdb.dwarf2/dw2-icycle.S: New file.
17880 * gdb.dwarf2/dw2-icycle.c: New file.
17881 * gdb.dwarf2/dw2-icycle.exp: New file.
17882
17883 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
17884
17885 * gdb.python/py-value-cc.cc: Improve test case to enable testing
17886 operations on gdb.Value objects.
17887 * gdb.python/py-value-cc.exp: Add new test to test operations on
17888 gdb.Value objects.
17889
17890 2014-02-18 Doug Evans <dje@google.com>
17891
17892 * Makefile.in (TESTS): New variable.
17893 (expanded_tests, expanded_tests_or_none): New variables
17894 (check-single): Pass $(expanded_tests_or_none) to runtest.
17895 (check-parallel): Only run tests in $(TESTS) if non-empty.
17896 (check/no-matching-tests-found): New rule.
17897 * README: Document TESTS makefile variable.
17898
17899 2014-02-18 Doug Evans <dje@google.com>
17900
17901 * Makefile.in (check-parallel): rm -rf outputs temp.
17902
17903 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17904
17905 Fix "ERROR: no fileid for" in the testsuite.
17906 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
17907
17908 2014-02-12 Doug Evans <dje@google.com>
17909
17910 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
17911 (MISCELLANEOUS): New variable.
17912 (clean): rm -rf $(MISCELLANEOUS).
17913 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
17914 dwp live in the same directory as symlinks, with each symlink pointed
17915 to a differently named file in a different directory.
17916
17917 2014-02-11 Doug Evans <dje@google.com>
17918
17919 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
17920 of Tcl file commands.
17921
17922 2014-02-10 Mark Kettenis <kettenis@gnu.org>
17923
17924 * gdb.threads/step-after-sr-lock.exp: Avoid executing
17925 "kill -SIGUSR1 -1".
17926
17927 2014-02-10 Joel Brobecker <brobecker@adacore.com>
17928
17929 * gdb.ada/tick_length_array_enum_idx: New testcase.
17930
17931 2014-02-10 Doug Evans <xdje42@gmail.com>
17932
17933 * configure.ac (AC_OUTPUT): Add gdb.guile.
17934 * configure: Regenerate.
17935 * lib/gdb-guile.exp: New file.
17936 * lib/gdb.exp (get_target_charset): New function.
17937 * gdb.base/help.exp: Update expected output from "apropos apropos".
17938 * gdb.guile/Makefile.in: New file.
17939 * gdb.guile/guile.exp: New file.
17940 * gdb.guile/scm-arch.c: New file.
17941 * gdb.guile/scm-arch.exp: New file.
17942 * gdb.guile/scm-block.c: New file.
17943 * gdb.guile/scm-block.exp: New file.
17944 * gdb.guile/scm-breakpoint.c: New file.
17945 * gdb.guile/scm-breakpoint.exp: New file.
17946 * gdb.guile/scm-disasm.c: New file.
17947 * gdb.guile/scm-disasm.exp: New file.
17948 * gdb.guile/scm-equal.c: New file.
17949 * gdb.guile/scm-equal.exp: New file.
17950 * gdb.guile/scm-error.exp: New file.
17951 * gdb.guile/scm-error.scm: New file.
17952 * gdb.guile/scm-frame-args.c: New file.
17953 * gdb.guile/scm-frame-args.exp: New file.
17954 * gdb.guile/scm-frame-args.scm: New file.
17955 * gdb.guile/scm-frame-inline.c: New file.
17956 * gdb.guile/scm-frame-inline.exp: New file.
17957 * gdb.guile/scm-frame.c: New file.
17958 * gdb.guile/scm-frame.exp: New file.
17959 * gdb.guile/scm-generics.exp: New file.
17960 * gdb.guile/scm-gsmob.exp: New file.
17961 * gdb.guile/scm-iterator.c: New file.
17962 * gdb.guile/scm-iterator.exp: New file.
17963 * gdb.guile/scm-math.c: New file.
17964 * gdb.guile/scm-math.exp: New file.
17965 * gdb.guile/scm-objfile-script-gdb.in: New file.
17966 * gdb.guile/scm-objfile-script.c: New file.
17967 * gdb.guile/scm-objfile-script.exp: New file.
17968 * gdb.guile/scm-objfile.c: New file.
17969 * gdb.guile/scm-objfile.exp: New file.
17970 * gdb.guile/scm-ports.exp: New file.
17971 * gdb.guile/scm-pretty-print.c: New file.
17972 * gdb.guile/scm-pretty-print.exp: New file.
17973 * gdb.guile/scm-pretty-print.scm: New file.
17974 * gdb.guile/scm-section-script.c: New file.
17975 * gdb.guile/scm-section-script.exp: New file.
17976 * gdb.guile/scm-section-script.scm: New file.
17977 * gdb.guile/scm-symbol.c: New file.
17978 * gdb.guile/scm-symbol.exp: New file.
17979 * gdb.guile/scm-symtab-2.c: New file.
17980 * gdb.guile/scm-symtab.c: New file.
17981 * gdb.guile/scm-symtab.exp: New file.
17982 * gdb.guile/scm-type.c: New file.
17983 * gdb.guile/scm-type.exp: New file.
17984 * gdb.guile/scm-value-cc.cc: New file.
17985 * gdb.guile/scm-value-cc.exp: New file.
17986 * gdb.guile/scm-value.c: New file.
17987 * gdb.guile/scm-value.exp: New file.
17988 * gdb.guile/source2.scm: New file.
17989 * gdb.guile/types-module.cc: New file.
17990 * gdb.guile/types-module.exp: New file.
17991
17992 2014-02-10 Yao Qi <yao@codesourcery.com>
17993
17994 PR testsuite/16543
17995 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17996 * configure: Regenerated.
17997 * Makefile.in: New file.
17998
17999 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18000
18001 * gdb.python/py-framefilter.exp: Fix typo.
18002
18003 2014-02-08 Yao Qi <yao@codesourcery.com>
18004
18005 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18006 that no =breakpoint-modified is emitted when breakpoints are
18007 modified through MI commands.
18008
18009 2014-02-07 Pedro Alves <pedro@codesourcery.com>
18010 Pedro Alves <palves@redhat.com>
18011
18012 * gdb.threads/step-after-sr-lock.c: New file.
18013 * gdb.threads/step-after-sr-lock.exp: New file.
18014
18015 2014-02-07 Pedro Alves <palves@redhat.com>
18016
18017 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18018
18019 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18020
18021 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18022 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18023
18024 2014-02-06 Doug Evans <xdje42@gmail.com>
18025
18026 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18027 output.
18028
18029 * gdb.gdb/python-interrupts.exp: New file.
18030
18031 2014-02-05 Yao Qi <yao@codesourcery.com>
18032
18033 * gdb.trace/report.exp (use_collected_data): Test the output
18034 of "info threads" and "info inferiors".
18035
18036 2014-02-05 Yao Qi <yao@codesourcery.com>
18037
18038 Revert this patch:
18039
18040 2013-05-24 Yao Qi <yao@codesourcery.com>
18041
18042 * gdb.trace/tfile.exp: Test inferior and thread.
18043
18044 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18045
18046 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18047 on a function.
18048 * gdb.base/step-bt.c: Call hello via function pointer to make
18049 sure its first instruction is executed on powerpc64le-linux.
18050
18051 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18052
18053 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18054
18055 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18056
18057 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18058 of the test patterns for use on little-endian systems.
18059
18060 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18061
18062 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18063 (decimal_vector): Fix for little-endian.
18064
18065 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18066
18067 * gdb.arch/sparc-sysstep.exp: New file.
18068 * gdb.arch/sparc-sysstep.c: Likewise.
18069
18070 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18071
18072 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18073
18074 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18075
18076 2014-01-23 Tom Tromey <tromey@redhat.com>
18077
18078 * gdb.ada/array_char_idx: New testcase.
18079
18080 2014-01-23 Tom Tromey <tromey@redhat.com>
18081
18082 PR python/16487:
18083 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18084 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18085 classes.
18086
18087 2014-01-23 Tom Tromey <tromey@redhat.com>
18088
18089 PR python/16491:
18090 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18091 string from an inferior frame.
18092 * gdb.python/py-framefilter-mi.exp: Update.
18093
18094 2014-01-22 Doug Evans <dje@google.com>
18095
18096 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18097
18098 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18099
18100 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18101
18102 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18103
18104 * gdb.trace/entry-values.exp: Remove excess space character from
18105 regex patterns. Handle s390 call instruction.
18106
18107 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18108
18109 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18110 define "*_start" label. Make "name" static.
18111 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18112 ${name} by references to ${name}_start.
18113
18114 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18115
18116 * gdb.base/info-macros.exp: Remove "debug" from the compile
18117 options.
18118
18119 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18120
18121 * gdb.dlang/demangle.exp: New file.
18122
18123 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18124
18125 * gdb.dlang/primitive-types.exp: New file.
18126
18127 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18128
18129 * configure.ac: Create gdb.dlang/Makefile.
18130 * configure: Regenerate.
18131 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18132 * gdb.dlang/Makefile.in: New file.
18133 * lib/d-support.exp: New file.
18134 * lib/gdb.exp (skip_d_tests): New proc.
18135
18136 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18137
18138 * gdb.btrace/delta.exp: Check reverse stepi.
18139 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18140 * gdb.btrace/finish.exp: New.
18141 * gdb.btrace/next.exp: New.
18142 * gdb.btrace/nexti.exp: New.
18143 * gdb.btrace/record_goto.c: Add comments.
18144 * gdb.btrace/step.exp: New.
18145 * gdb.btrace/stepi.exp: New.
18146 * gdb.btrace/multi-thread-step.c: New.
18147 * gdb.btrace/multi-thread-step.exp: New.
18148 * gdb.btrace/rn-dl-bind.c: New.
18149 * gdb.btrace/rn-dl-bind.exp: New.
18150 * gdb.btrace/data.c: New.
18151 * gdb.btrace/data.exp: New.
18152 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18153
18154 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18155
18156 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18157 * gdb.btrace/exception.exp: Update.
18158 * gdb.btrace/instruction_history.exp: Update.
18159 * gdb.btrace/record_goto.exp: Update.
18160 * gdb.btrace/tailcall.exp: Update.
18161 * gdb.btrace/unknown_functions.exp: Update.
18162 * gdb.btrace/delta.exp: New.
18163
18164 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18165
18166 * gdb.btrace/record_goto.exp: Add backtrace test.
18167 * gdb.btrace/tailcall.exp: Add backtrace test.
18168
18169 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18170
18171 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18172 * gdb.btrace/record_goto.c: New.
18173 * gdb.btrace/record_goto.exp: New.
18174 * gdb.btrace/x86-record_goto.S: New.
18175
18176 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18177
18178 * gdb.btrace/function_call_history.exp: Update tests.
18179 * gdb.btrace/instruction_history.exp: Update tests.
18180
18181 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18182
18183 * gdb.btrace/function_call_history.exp: Fix expected field
18184 order for "record function-call-history".
18185 Add new tests for "record function-call-history /c".
18186 * gdb.btrace/exception.cc: New.
18187 * gdb.btrace/exception.exp: New.
18188 * gdb.btrace/tailcall.exp: New.
18189 * gdb.btrace/x86-tailcall.S: New.
18190 * gdb.btrace/x86-tailcall.c: New.
18191 * gdb.btrace/unknown_functions.c: New.
18192 * gdb.btrace/unknown_functions.exp: New.
18193 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18194
18195 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18196
18197 * gdb.btrace/instruction_history.exp: Update.
18198 * gdb.btrace/function_call_history.exp: Update.
18199
18200 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18201
18202 * gdb.btrace/function_call_history.exp: Fix expected function
18203 trace.
18204 * gdb.btrace/instruction_history.exp: Initialize traced.
18205 Remove traced_functions.
18206
18207 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18208
18209 * gdb.btrace/function_call_history.exp: Update
18210 * gdb.btrace/instruction_history.exp: Update.
18211
18212 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18213
18214 * gdb.btrace/enable.exp: Update expected text.
18215
18216 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18217
18218 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18219 bytes.
18220
18221 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18222
18223 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18224
18225 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
18226
18227 * lib/gdb.exp (supports_process_record): Return true for
18228 arm*-linux*. (supports_reverse): Likewise.
18229
18230 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18231
18232 PR python/15464
18233 PR python/16113
18234 * gdb.python/py-type.c: Enhance test case.
18235 * gdb.python/py-value-cc.cc: Likewise
18236 * gdb.python/py-type.exp: Add new tests.
18237 * gdb.python/py-value-cc.exp: Likewise
18238
18239 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18240 Pedro Alves <palves@redhat.com>
18241
18242 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18243 Make "name" extern.
18244 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18245 references to ${name}_start by references to ${name}.
18246
18247 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18248
18249 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18250
18251 2014-01-10 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18254
18255 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18256 Pedro Alves <palves@redhat.com>
18257
18258 * gdb.mi/mi-info-os.exp: Connect to the target with
18259 mi_gdb_target_load.
18260
18261 2014-01-08 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.threads/reconnect-signal.c: New file.
18264 * gdb.threads/reconnect-signal.exp: New file.
18265
18266 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18267
18268 * gdb.base/source-dir.exp: New file.
18269
18270 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.ada/mi_interface: New testcase.
18273
18274 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18277 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18278 gdb.ada/pp-rec-component/pck.ads: New files.
18279
18280 2014-01-07 Joel Brobecker <brobecker@adacore.com>
18281
18282 * gdb.python/py-pp-integral.c: New file.
18283 * gdb.python/py-pp-integral.py: New file.
18284 * gdb.python/py-pp-integral.exp: New file.
18285
18286 For older changes see ChangeLog-1993-2013.
18287 \f
18288 ;; Local Variables:
18289 ;; mode: change-log
18290 ;; left-margin: 8
18291 ;; fill-column: 74
18292 ;; version-control: never
18293 ;; End:
18294
18295 Copyright 2014-2020 Free Software Foundation, Inc.
18296 Copying and distribution of this file, with or without modification,
18297 are permitted provided the copyright notice and this notice are preserved.
This page took 0.398014 seconds and 5 git commands to generate.